Cerber Security & Antispam - Version 8.1

Version Description

  • New: In a single click you can get a list of active plugins and available updates on a slave website.
  • New: Notification about a newer versions of Cerber and WordPres available ot install on a slave.
  • New: On a master website, you can select what language to use when a slave admin page is being displayed.
  • Improvement: Long URLs on the Live Traffic page now are shortened and displayed more neatly.
  • Improvement: The plugin uninstallation process has been improved and now cleans up the database completely.
  • Improvement: Multiple translations have been updated. Thanks to Maxime, Jos Knippen, Fredrik Nslund, Francesco.
  • Fixed: The "Add to the Black List" button on the Activity log page doesn't work.
  • Fixed: When the "All suspicious activity" button is clicked on the Dashboard admin page, the "Subscribe" link on the Activity page doesn't work correctly.
  • Fixed: When you open an email report, the link to the list of deleted files during a malware scan doesn't work as expected.
  • Read more
Download this release

Release Info

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

Code changes from version 7.9.7 to 8.1

assets/admin.css CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
 
2
  #crb-activation-msg i{
3
  font-size: 1.6em;
@@ -44,39 +47,52 @@
44
  font-weight: bold;
45
  }
46
 
 
 
 
 
47
  /* Settings' forms */
48
 
49
- #crb-settings .form-table {
 
 
 
 
50
  margin-bottom: 30px;
51
  }
52
- #crb-settings .form-table:last-of-type {
53
  margin-bottom: 0;
54
  }
55
- #crb-settings .form-table td {
56
- padding-right: 15% !important;
57
  }
58
- #crb-settings .form-table th {
59
  min-width: 200px;
60
  }
61
- #crb-settings input[type="text"] {
62
  padding: 0.4em;
63
  }
64
- #crb-settings label.crb-below {
65
  padding-top: 0.5em;
66
  /*padding-left: 0.5em;*/
67
  color: #555;
68
  }
69
- #crb-settings .form-table input.crb-wide,
70
- #crb-settings .form-table textarea {
71
- width: 95% !important;
 
72
  }
73
- #crb-settings input[type="submit"] {
74
  margin-top: 20px;
75
  }
76
- #crb-settings .crb-disable-this {
77
  display: none;
78
  }
79
 
 
 
 
 
80
  /* Dashboard */
81
 
82
  #crb-kpi {
@@ -317,6 +333,11 @@
317
  margin: 1em 0 0 0;
318
  color: #555;
319
  }
 
 
 
 
 
320
  #crb-traffic .crb-request span{
321
  margin-right: 0.5em;
322
  }
@@ -399,6 +420,7 @@ td.crb-traffic-details div{
399
  .crb-fields-table td {
400
  vertical-align: top;
401
  border: 1px solid #CCC;
 
402
  }
403
  .crb-fields-table td:first-child {
404
  min-width: 150px;
@@ -818,7 +840,7 @@ body.wp-cerber_page_cerber-integrity {
818
  }
819
 
820
  @media screen and (max-width: 1600px) {
821
- #crb-settings .form-table td {
822
  padding-right: 10% !important;
823
  }
824
  }
@@ -829,7 +851,7 @@ body.wp-cerber_page_cerber-integrity {
829
  #activity-filter div:first-child{
830
  max-width: 70%;
831
  }
832
- #crb-settings .form-table td {
833
  padding-right: 5% !important;
834
  }
835
  }
@@ -1081,6 +1103,30 @@ body.wp-cerber_page_cerber-integrity {
1081
  margin-right: 5px;
1082
  }
1083
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1084
  /* Widgets */
1085
 
1086
  #cerber_quick .inside {
1
+ .crb-display-none {
2
+ display: none;
3
+ }
4
 
5
  #crb-activation-msg i{
6
  font-size: 1.6em;
47
  font-weight: bold;
48
  }
49
 
50
+ .crb-monospace {
51
+ font-family: Menlo, Consolas, Monaco, monospace;
52
+ }
53
+
54
  /* Settings' forms */
55
 
56
+ .crb-admin-form {
57
+ padding-right: 25%;
58
+ }
59
+
60
+ .crb-settings .form-table {
61
  margin-bottom: 30px;
62
  }
63
+ .crb-settings .form-table:last-of-type {
64
  margin-bottom: 0;
65
  }
66
+ .crb-settings .form-table td {
67
+ /*padding-right: 15% !important;*/
68
  }
69
+ .crb-settings .form-table th {
70
  min-width: 200px;
71
  }
72
+ .crb-settings input[type="text"] {
73
  padding: 0.4em;
74
  }
75
+ .crb-settings label.crb-below {
76
  padding-top: 0.5em;
77
  /*padding-left: 0.5em;*/
78
  color: #555;
79
  }
80
+ .crb-settings .form-table input.crb-wide,
81
+ .crb-settings .form-table select.crb-wide,
82
+ .crb-settings .form-table textarea {
83
+ width: 100% !important;
84
  }
85
+ .crb-settings input[type="submit"] {
86
  margin-top: 20px;
87
  }
88
+ .crb-settings .crb-disable-this {
89
  display: none;
90
  }
91
 
92
+ #crb-admin [class^='select2'] {
93
+ border-radius: 0 !important;
94
+ }
95
+
96
  /* Dashboard */
97
 
98
  #crb-kpi {
333
  margin: 1em 0 0 0;
334
  color: #555;
335
  }
336
+ @media screen and (max-width: 1024px) {
337
+ #crb-traffic td {
338
+ word-break: break-all;
339
+ }
340
+ }
341
  #crb-traffic .crb-request span{
342
  margin-right: 0.5em;
343
  }
420
  .crb-fields-table td {
421
  vertical-align: top;
422
  border: 1px solid #CCC;
423
+ word-break: break-all;
424
  }
425
  .crb-fields-table td:first-child {
426
  min-width: 150px;
840
  }
841
 
842
  @media screen and (max-width: 1600px) {
843
+ .crb-settings .form-table td {
844
  padding-right: 10% !important;
845
  }
846
  }
851
  #activity-filter div:first-child{
852
  max-width: 70%;
853
  }
854
+ .crb-settings .form-table td {
855
  padding-right: 5% !important;
856
  }
857
  }
1103
  margin-right: 5px;
1104
  }
1105
 
1106
+ /* New popups */
1107
+
1108
+ .crb-admin-mpopup .mfp-content {
1109
+ background-color: #fff;
1110
+ max-width: 800px;
1111
+ margin-top: 50px;
1112
+ }
1113
+ .crb-admin-mpopup #crb-popup-wrap {
1114
+ padding-left: 20px;
1115
+ }
1116
+ #crb-popup-wrap h3 {
1117
+ margin-top: 0;
1118
+ }
1119
+ .crb-admin-mpopup #crb-outer {
1120
+ padding-top: 40px;
1121
+ margin-bottom: 60px;
1122
+ }
1123
+ .crb-admin-mpopup #crb-inner {
1124
+ min-height: 100px;
1125
+ max-height: 600px;
1126
+ overflow-y: auto;
1127
+ padding-right: 20px;
1128
+ }
1129
+
1130
  /* Widgets */
1131
 
1132
  #cerber_quick .inside {
assets/admin.js CHANGED
@@ -38,6 +38,15 @@ jQuery(document).ready(function ($) {
38
  crb_se2.select2();
39
  }
40
 
 
 
 
 
 
 
 
 
 
41
  /* WP Comments page */
42
  var comtable = 'table.wp-list-table.comments';
43
 
@@ -123,6 +132,7 @@ jQuery(document).ready(function ($) {
123
 
124
  $.get(ajaxurl, {
125
  action: 'cerber_ajax',
 
126
  dismiss_info: 1,
127
  button_id: $(this).attr('id'),
128
  }
@@ -161,7 +171,7 @@ jQuery(document).ready(function ($) {
161
 
162
  /* Enabling conditional input setting fields */
163
 
164
- var setting_form = $('#crb-settings');
165
  setting_form.find('input').change(function () {
166
  var enabler_id = $(this).attr('id');
167
  var enabler_val;
@@ -201,4 +211,43 @@ jQuery(document).ready(function ($) {
201
  });
202
  });
203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
204
  });
38
  crb_se2.select2();
39
  }
40
 
41
+ //crb_se2 = crb_admin.find('#crb-select2-tags');
42
+ crb_se2 = $('#crb-select2-tags');
43
+ if (crb_se2.length) {
44
+ crb_se2.select2({
45
+ tags: true,
46
+ allowClear: true
47
+ });
48
+ }
49
+
50
  /* WP Comments page */
51
  var comtable = 'table.wp-list-table.comments';
52
 
132
 
133
  $.get(ajaxurl, {
134
  action: 'cerber_ajax',
135
+ ajax_nonce: crb_ajax_nonce,
136
  dismiss_info: 1,
137
  button_id: $(this).attr('id'),
138
  }
171
 
172
  /* Enabling conditional input setting fields */
173
 
174
+ var setting_form = $('.crb-settings');
175
  setting_form.find('input').change(function () {
176
  var enabler_id = $(this).attr('id');
177
  var enabler_val;
211
  });
212
  });
213
 
214
+ /* Nexus Master's code */
215
+
216
+ $('#crb-nexus-sites .crb-slave-site .column-updates a').click(function (event) {
217
+ var slave_id = $(this).closest('tr').data('slave-id');
218
+ var slave_name = $(this).closest('tr').data('slave-name');
219
+
220
+ $.magnificPopup.open({
221
+ items: {
222
+ src: ajaxurl + '?slave_id=' + slave_id + '&action=cerber_master_ajax&crb_ajax_do=nexus_view_updates&ajax_nonce=' + crb_ajax_nonce,
223
+ },
224
+ type: 'ajax',
225
+ callbacks: {
226
+ parseAjax: function (server_response) {
227
+ var the_response = $.parseJSON(server_response.data);
228
+ // Note: All html MUST BE inside of "crb-popup-wrap"
229
+ server_response.data = '<div id="crb-popup-wrap"><div id="crb-outer"><div id="crb-inner"><h3>' + the_response['header'] + ' ' + slave_name + '</h3>' + the_response['html'] + '</div></div><p class="crb-popup-controls"><input type="button" value="OK" class="crb-mpopup-close button button-primary"></p></div>';
230
+ },
231
+ ajaxContentAdded: function() {
232
+ var popup_width = window.innerWidth * ((window.innerWidth < 800) ? 0.7 : 0.6);
233
+ $('.crb-admin-mpopup .mfp-content').css('width', popup_width + 'px');
234
+ var popup_height = window.innerHeight * ((window.innerHeight < 800) ? 0.7 : 0.6);
235
+ $('.crb-admin-mpopup #crb-inner').css('max-height', popup_height + 'px');
236
+ }
237
+ },
238
+ overflowY: 'scroll', // main browser scrollbar
239
+ mainClass: 'crb-admin-mpopup',
240
+ closeOnContentClick: false,
241
+ //preloader: true,
242
+ });
243
+
244
+ event.preventDefault();
245
+ });
246
+
247
+ $(document.body).on('click', '.crb-mpopup-close', function (event) {
248
+ $.magnificPopup.close();
249
+ event.preventDefault();
250
+ });
251
+
252
+
253
  });
assets/magnific/LICENSE ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2014-2016 Dmitry Semenov, http://dimsemenov.com
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
assets/magnific/jquery.magnific-popup.min.js ADDED
@@ -0,0 +1,4 @@
 
 
 
 
1
+ /*! Magnific Popup - v1.1.0 - 2016-02-20
2
+ * http://dimsemenov.com/plugins/magnific-popup/
3
+ * Copyright (c) 2016 Dmitry Semenov; */
4
+ !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):a("object"==typeof exports?require("jquery"):window.jQuery||window.Zepto)}(function(a){var b,c,d,e,f,g,h="Close",i="BeforeClose",j="AfterClose",k="BeforeAppend",l="MarkupParse",m="Open",n="Change",o="mfp",p="."+o,q="mfp-ready",r="mfp-removing",s="mfp-prevent-close",t=function(){},u=!!window.jQuery,v=a(window),w=function(a,c){b.ev.on(o+a+p,c)},x=function(b,c,d,e){var f=document.createElement("div");return f.className="mfp-"+b,d&&(f.innerHTML=d),e?c&&c.appendChild(f):(f=a(f),c&&f.appendTo(c)),f},y=function(c,d){b.ev.triggerHandler(o+c,d),b.st.callbacks&&(c=c.charAt(0).toLowerCase()+c.slice(1),b.st.callbacks[c]&&b.st.callbacks[c].apply(b,a.isArray(d)?d:[d]))},z=function(c){return c===g&&b.currTemplate.closeBtn||(b.currTemplate.closeBtn=a(b.st.closeMarkup.replace("%title%",b.st.tClose)),g=c),b.currTemplate.closeBtn},A=function(){a.magnificPopup.instance||(b=new t,b.init(),a.magnificPopup.instance=b)},B=function(){var a=document.createElement("p").style,b=["ms","O","Moz","Webkit"];if(void 0!==a.transition)return!0;for(;b.length;)if(b.pop()+"Transition"in a)return!0;return!1};t.prototype={constructor:t,init:function(){var c=navigator.appVersion;b.isLowIE=b.isIE8=document.all&&!document.addEventListener,b.isAndroid=/android/gi.test(c),b.isIOS=/iphone|ipad|ipod/gi.test(c),b.supportsTransition=B(),b.probablyMobile=b.isAndroid||b.isIOS||/(Opera Mini)|Kindle|webOS|BlackBerry|(Opera Mobi)|(Windows Phone)|IEMobile/i.test(navigator.userAgent),d=a(document),b.popupsCache={}},open:function(c){var e;if(c.isObj===!1){b.items=c.items.toArray(),b.index=0;var g,h=c.items;for(e=0;e<h.length;e++)if(g=h[e],g.parsed&&(g=g.el[0]),g===c.el[0]){b.index=e;break}}else b.items=a.isArray(c.items)?c.items:[c.items],b.index=c.index||0;if(b.isOpen)return void b.updateItemHTML();b.types=[],f="",c.mainEl&&c.mainEl.length?b.ev=c.mainEl.eq(0):b.ev=d,c.key?(b.popupsCache[c.key]||(b.popupsCache[c.key]={}),b.currTemplate=b.popupsCache[c.key]):b.currTemplate={},b.st=a.extend(!0,{},a.magnificPopup.defaults,c),b.fixedContentPos="auto"===b.st.fixedContentPos?!b.probablyMobile:b.st.fixedContentPos,b.st.modal&&(b.st.closeOnContentClick=!1,b.st.closeOnBgClick=!1,b.st.showCloseBtn=!1,b.st.enableEscapeKey=!1),b.bgOverlay||(b.bgOverlay=x("bg").on("click"+p,function(){b.close()}),b.wrap=x("wrap").attr("tabindex",-1).on("click"+p,function(a){b._checkIfClose(a.target)&&b.close()}),b.container=x("container",b.wrap)),b.contentContainer=x("content"),b.st.preloader&&(b.preloader=x("preloader",b.container,b.st.tLoading));var i=a.magnificPopup.modules;for(e=0;e<i.length;e++){var j=i[e];j=j.charAt(0).toUpperCase()+j.slice(1),b["init"+j].call(b)}y("BeforeOpen"),b.st.showCloseBtn&&(b.st.closeBtnInside?(w(l,function(a,b,c,d){c.close_replaceWith=z(d.type)}),f+=" mfp-close-btn-in"):b.wrap.append(z())),b.st.alignTop&&(f+=" mfp-align-top"),b.fixedContentPos?b.wrap.css({overflow:b.st.overflowY,overflowX:"hidden",overflowY:b.st.overflowY}):b.wrap.css({top:v.scrollTop(),position:"absolute"}),(b.st.fixedBgPos===!1||"auto"===b.st.fixedBgPos&&!b.fixedContentPos)&&b.bgOverlay.css({height:d.height(),position:"absolute"}),b.st.enableEscapeKey&&d.on("keyup"+p,function(a){27===a.keyCode&&b.close()}),v.on("resize"+p,function(){b.updateSize()}),b.st.closeOnContentClick||(f+=" mfp-auto-cursor"),f&&b.wrap.addClass(f);var k=b.wH=v.height(),n={};if(b.fixedContentPos&&b._hasScrollBar(k)){var o=b._getScrollbarSize();o&&(n.marginRight=o)}b.fixedContentPos&&(b.isIE7?a("body, html").css("overflow","hidden"):n.overflow="hidden");var r=b.st.mainClass;return b.isIE7&&(r+=" mfp-ie7"),r&&b._addClassToMFP(r),b.updateItemHTML(),y("BuildControls"),a("html").css(n),b.bgOverlay.add(b.wrap).prependTo(b.st.prependTo||a(document.body)),b._lastFocusedEl=document.activeElement,setTimeout(function(){b.content?(b._addClassToMFP(q),b._setFocus()):b.bgOverlay.addClass(q),d.on("focusin"+p,b._onFocusIn)},16),b.isOpen=!0,b.updateSize(k),y(m),c},close:function(){b.isOpen&&(y(i),b.isOpen=!1,b.st.removalDelay&&!b.isLowIE&&b.supportsTransition?(b._addClassToMFP(r),setTimeout(function(){b._close()},b.st.removalDelay)):b._close())},_close:function(){y(h);var c=r+" "+q+" ";if(b.bgOverlay.detach(),b.wrap.detach(),b.container.empty(),b.st.mainClass&&(c+=b.st.mainClass+" "),b._removeClassFromMFP(c),b.fixedContentPos){var e={marginRight:""};b.isIE7?a("body, html").css("overflow",""):e.overflow="",a("html").css(e)}d.off("keyup"+p+" focusin"+p),b.ev.off(p),b.wrap.attr("class","mfp-wrap").removeAttr("style"),b.bgOverlay.attr("class","mfp-bg"),b.container.attr("class","mfp-container"),!b.st.showCloseBtn||b.st.closeBtnInside&&b.currTemplate[b.currItem.type]!==!0||b.currTemplate.closeBtn&&b.currTemplate.closeBtn.detach(),b.st.autoFocusLast&&b._lastFocusedEl&&a(b._lastFocusedEl).focus(),b.currItem=null,b.content=null,b.currTemplate=null,b.prevHeight=0,y(j)},updateSize:function(a){if(b.isIOS){var c=document.documentElement.clientWidth/window.innerWidth,d=window.innerHeight*c;b.wrap.css("height",d),b.wH=d}else b.wH=a||v.height();b.fixedContentPos||b.wrap.css("height",b.wH),y("Resize")},updateItemHTML:function(){var c=b.items[b.index];b.contentContainer.detach(),b.content&&b.content.detach(),c.parsed||(c=b.parseEl(b.index));var d=c.type;if(y("BeforeChange",[b.currItem?b.currItem.type:"",d]),b.currItem=c,!b.currTemplate[d]){var f=b.st[d]?b.st[d].markup:!1;y("FirstMarkupParse",f),f?b.currTemplate[d]=a(f):b.currTemplate[d]=!0}e&&e!==c.type&&b.container.removeClass("mfp-"+e+"-holder");var g=b["get"+d.charAt(0).toUpperCase()+d.slice(1)](c,b.currTemplate[d]);b.appendContent(g,d),c.preloaded=!0,y(n,c),e=c.type,b.container.prepend(b.contentContainer),y("AfterChange")},appendContent:function(a,c){b.content=a,a?b.st.showCloseBtn&&b.st.closeBtnInside&&b.currTemplate[c]===!0?b.content.find(".mfp-close").length||b.content.append(z()):b.content=a:b.content="",y(k),b.container.addClass("mfp-"+c+"-holder"),b.contentContainer.append(b.content)},parseEl:function(c){var d,e=b.items[c];if(e.tagName?e={el:a(e)}:(d=e.type,e={data:e,src:e.src}),e.el){for(var f=b.types,g=0;g<f.length;g++)if(e.el.hasClass("mfp-"+f[g])){d=f[g];break}e.src=e.el.attr("data-mfp-src"),e.src||(e.src=e.el.attr("href"))}return e.type=d||b.st.type||"inline",e.index=c,e.parsed=!0,b.items[c]=e,y("ElementParse",e),b.items[c]},addGroup:function(a,c){var d=function(d){d.mfpEl=this,b._openClick(d,a,c)};c||(c={});var e="click.magnificPopup";c.mainEl=a,c.items?(c.isObj=!0,a.off(e).on(e,d)):(c.isObj=!1,c.delegate?a.off(e).on(e,c.delegate,d):(c.items=a,a.off(e).on(e,d)))},_openClick:function(c,d,e){var f=void 0!==e.midClick?e.midClick:a.magnificPopup.defaults.midClick;if(f||!(2===c.which||c.ctrlKey||c.metaKey||c.altKey||c.shiftKey)){var g=void 0!==e.disableOn?e.disableOn:a.magnificPopup.defaults.disableOn;if(g)if(a.isFunction(g)){if(!g.call(b))return!0}else if(v.width()<g)return!0;c.type&&(c.preventDefault(),b.isOpen&&c.stopPropagation()),e.el=a(c.mfpEl),e.delegate&&(e.items=d.find(e.delegate)),b.open(e)}},updateStatus:function(a,d){if(b.preloader){c!==a&&b.container.removeClass("mfp-s-"+c),d||"loading"!==a||(d=b.st.tLoading);var e={status:a,text:d};y("UpdateStatus",e),a=e.status,d=e.text,b.preloader.html(d),b.preloader.find("a").on("click",function(a){a.stopImmediatePropagation()}),b.container.addClass("mfp-s-"+a),c=a}},_checkIfClose:function(c){if(!a(c).hasClass(s)){var d=b.st.closeOnContentClick,e=b.st.closeOnBgClick;if(d&&e)return!0;if(!b.content||a(c).hasClass("mfp-close")||b.preloader&&c===b.preloader[0])return!0;if(c===b.content[0]||a.contains(b.content[0],c)){if(d)return!0}else if(e&&a.contains(document,c))return!0;return!1}},_addClassToMFP:function(a){b.bgOverlay.addClass(a),b.wrap.addClass(a)},_removeClassFromMFP:function(a){this.bgOverlay.removeClass(a),b.wrap.removeClass(a)},_hasScrollBar:function(a){return(b.isIE7?d.height():document.body.scrollHeight)>(a||v.height())},_setFocus:function(){(b.st.focus?b.content.find(b.st.focus).eq(0):b.wrap).focus()},_onFocusIn:function(c){return c.target===b.wrap[0]||a.contains(b.wrap[0],c.target)?void 0:(b._setFocus(),!1)},_parseMarkup:function(b,c,d){var e;d.data&&(c=a.extend(d.data,c)),y(l,[b,c,d]),a.each(c,function(c,d){if(void 0===d||d===!1)return!0;if(e=c.split("_"),e.length>1){var f=b.find(p+"-"+e[0]);if(f.length>0){var g=e[1];"replaceWith"===g?f[0]!==d[0]&&f.replaceWith(d):"img"===g?f.is("img")?f.attr("src",d):f.replaceWith(a("<img>").attr("src",d).attr("class",f.attr("class"))):f.attr(e[1],d)}}else b.find(p+"-"+c).html(d)})},_getScrollbarSize:function(){if(void 0===b.scrollbarSize){var a=document.createElement("div");a.style.cssText="width: 99px; height: 99px; overflow: scroll; position: absolute; top: -9999px;",document.body.appendChild(a),b.scrollbarSize=a.offsetWidth-a.clientWidth,document.body.removeChild(a)}return b.scrollbarSize}},a.magnificPopup={instance:null,proto:t.prototype,modules:[],open:function(b,c){return A(),b=b?a.extend(!0,{},b):{},b.isObj=!0,b.index=c||0,this.instance.open(b)},close:function(){return a.magnificPopup.instance&&a.magnificPopup.instance.close()},registerModule:function(b,c){c.options&&(a.magnificPopup.defaults[b]=c.options),a.extend(this.proto,c.proto),this.modules.push(b)},defaults:{disableOn:0,key:null,midClick:!1,mainClass:"",preloader:!0,focus:"",closeOnContentClick:!1,closeOnBgClick:!0,closeBtnInside:!0,showCloseBtn:!0,enableEscapeKey:!0,modal:!1,alignTop:!1,removalDelay:0,prependTo:null,fixedContentPos:"auto",fixedBgPos:"auto",overflowY:"auto",closeMarkup:'<button title="%title%" type="button" class="mfp-close">&#215;</button>',tClose:"Close (Esc)",tLoading:"Loading...",autoFocusLast:!0}},a.fn.magnificPopup=function(c){A();var d=a(this);if("string"==typeof c)if("open"===c){var e,f=u?d.data("magnificPopup"):d[0].magnificPopup,g=parseInt(arguments[1],10)||0;f.items?e=f.items[g]:(e=d,f.delegate&&(e=e.find(f.delegate)),e=e.eq(g)),b._openClick({mfpEl:e},d,f)}else b.isOpen&&b[c].apply(b,Array.prototype.slice.call(arguments,1));else c=a.extend(!0,{},c),u?d.data("magnificPopup",c):d[0].magnificPopup=c,b.addGroup(d,c);return d};var C,D,E,F="inline",G=function(){E&&(D.after(E.addClass(C)).detach(),E=null)};a.magnificPopup.registerModule(F,{options:{hiddenClass:"hide",markup:"",tNotFound:"Content not found"},proto:{initInline:function(){b.types.push(F),w(h+"."+F,function(){G()})},getInline:function(c,d){if(G(),c.src){var e=b.st.inline,f=a(c.src);if(f.length){var g=f[0].parentNode;g&&g.tagName&&(D||(C=e.hiddenClass,D=x(C),C="mfp-"+C),E=f.after(D).detach().removeClass(C)),b.updateStatus("ready")}else b.updateStatus("error",e.tNotFound),f=a("<div>");return c.inlineElement=f,f}return b.updateStatus("ready"),b._parseMarkup(d,{},c),d}}});var H,I="ajax",J=function(){H&&a(document.body).removeClass(H)},K=function(){J(),b.req&&b.req.abort()};a.magnificPopup.registerModule(I,{options:{settings:null,cursor:"mfp-ajax-cur",tError:'<a href="%url%">The content</a> could not be loaded.'},proto:{initAjax:function(){b.types.push(I),H=b.st.ajax.cursor,w(h+"."+I,K),w("BeforeChange."+I,K)},getAjax:function(c){H&&a(document.body).addClass(H),b.updateStatus("loading");var d=a.extend({url:c.src,success:function(d,e,f){var g={data:d,xhr:f};y("ParseAjax",g),b.appendContent(a(g.data),I),c.finished=!0,J(),b._setFocus(),setTimeout(function(){b.wrap.addClass(q)},16),b.updateStatus("ready"),y("AjaxContentAdded")},error:function(){J(),c.finished=c.loadError=!0,b.updateStatus("error",b.st.ajax.tError.replace("%url%",c.src))}},b.st.ajax.settings);return b.req=a.ajax(d),""}}});var L,M=function(c){if(c.data&&void 0!==c.data.title)return c.data.title;var d=b.st.image.titleSrc;if(d){if(a.isFunction(d))return d.call(b,c);if(c.el)return c.el.attr(d)||""}return""};a.magnificPopup.registerModule("image",{options:{markup:'<div class="mfp-figure"><div class="mfp-close"></div><figure><div class="mfp-img"></div><figcaption><div class="mfp-bottom-bar"><div class="mfp-title"></div><div class="mfp-counter"></div></div></figcaption></figure></div>',cursor:"mfp-zoom-out-cur",titleSrc:"title",verticalFit:!0,tError:'<a href="%url%">The image</a> could not be loaded.'},proto:{initImage:function(){var c=b.st.image,d=".image";b.types.push("image"),w(m+d,function(){"image"===b.currItem.type&&c.cursor&&a(document.body).addClass(c.cursor)}),w(h+d,function(){c.cursor&&a(document.body).removeClass(c.cursor),v.off("resize"+p)}),w("Resize"+d,b.resizeImage),b.isLowIE&&w("AfterChange",b.resizeImage)},resizeImage:function(){var a=b.currItem;if(a&&a.img&&b.st.image.verticalFit){var c=0;b.isLowIE&&(c=parseInt(a.img.css("padding-top"),10)+parseInt(a.img.css("padding-bottom"),10)),a.img.css("max-height",b.wH-c)}},_onImageHasSize:function(a){a.img&&(a.hasSize=!0,L&&clearInterval(L),a.isCheckingImgSize=!1,y("ImageHasSize",a),a.imgHidden&&(b.content&&b.content.removeClass("mfp-loading"),a.imgHidden=!1))},findImageSize:function(a){var c=0,d=a.img[0],e=function(f){L&&clearInterval(L),L=setInterval(function(){return d.naturalWidth>0?void b._onImageHasSize(a):(c>200&&clearInterval(L),c++,void(3===c?e(10):40===c?e(50):100===c&&e(500)))},f)};e(1)},getImage:function(c,d){var e=0,f=function(){c&&(c.img[0].complete?(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("ready")),c.hasSize=!0,c.loaded=!0,y("ImageLoadComplete")):(e++,200>e?setTimeout(f,100):g()))},g=function(){c&&(c.img.off(".mfploader"),c===b.currItem&&(b._onImageHasSize(c),b.updateStatus("error",h.tError.replace("%url%",c.src))),c.hasSize=!0,c.loaded=!0,c.loadError=!0)},h=b.st.image,i=d.find(".mfp-img");if(i.length){var j=document.createElement("img");j.className="mfp-img",c.el&&c.el.find("img").length&&(j.alt=c.el.find("img").attr("alt")),c.img=a(j).on("load.mfploader",f).on("error.mfploader",g),j.src=c.src,i.is("img")&&(c.img=c.img.clone()),j=c.img[0],j.naturalWidth>0?c.hasSize=!0:j.width||(c.hasSize=!1)}return b._parseMarkup(d,{title:M(c),img_replaceWith:c.img},c),b.resizeImage(),c.hasSize?(L&&clearInterval(L),c.loadError?(d.addClass("mfp-loading"),b.updateStatus("error",h.tError.replace("%url%",c.src))):(d.removeClass("mfp-loading"),b.updateStatus("ready")),d):(b.updateStatus("loading"),c.loading=!0,c.hasSize||(c.imgHidden=!0,d.addClass("mfp-loading"),b.findImageSize(c)),d)}}});var N,O=function(){return void 0===N&&(N=void 0!==document.createElement("p").style.MozTransform),N};a.magnificPopup.registerModule("zoom",{options:{enabled:!1,easing:"ease-in-out",duration:300,opener:function(a){return a.is("img")?a:a.find("img")}},proto:{initZoom:function(){var a,c=b.st.zoom,d=".zoom";if(c.enabled&&b.supportsTransition){var e,f,g=c.duration,j=function(a){var b=a.clone().removeAttr("style").removeAttr("class").addClass("mfp-animated-image"),d="all "+c.duration/1e3+"s "+c.easing,e={position:"fixed",zIndex:9999,left:0,top:0,"-webkit-backface-visibility":"hidden"},f="transition";return e["-webkit-"+f]=e["-moz-"+f]=e["-o-"+f]=e[f]=d,b.css(e),b},k=function(){b.content.css("visibility","visible")};w("BuildControls"+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.content.css("visibility","hidden"),a=b._getItemToZoom(),!a)return void k();f=j(a),f.css(b._getOffset()),b.wrap.append(f),e=setTimeout(function(){f.css(b._getOffset(!0)),e=setTimeout(function(){k(),setTimeout(function(){f.remove(),a=f=null,y("ZoomAnimationEnded")},16)},g)},16)}}),w(i+d,function(){if(b._allowZoom()){if(clearTimeout(e),b.st.removalDelay=g,!a){if(a=b._getItemToZoom(),!a)return;f=j(a)}f.css(b._getOffset(!0)),b.wrap.append(f),b.content.css("visibility","hidden"),setTimeout(function(){f.css(b._getOffset())},16)}}),w(h+d,function(){b._allowZoom()&&(k(),f&&f.remove(),a=null)})}},_allowZoom:function(){return"image"===b.currItem.type},_getItemToZoom:function(){return b.currItem.hasSize?b.currItem.img:!1},_getOffset:function(c){var d;d=c?b.currItem.img:b.st.zoom.opener(b.currItem.el||b.currItem);var e=d.offset(),f=parseInt(d.css("padding-top"),10),g=parseInt(d.css("padding-bottom"),10);e.top-=a(window).scrollTop()-f;var h={width:d.width(),height:(u?d.innerHeight():d[0].offsetHeight)-g-f};return O()?h["-moz-transform"]=h.transform="translate("+e.left+"px,"+e.top+"px)":(h.left=e.left,h.top=e.top),h}}});var P="iframe",Q="//about:blank",R=function(a){if(b.currTemplate[P]){var c=b.currTemplate[P].find("iframe");c.length&&(a||(c[0].src=Q),b.isIE8&&c.css("display",a?"block":"none"))}};a.magnificPopup.registerModule(P,{options:{markup:'<div class="mfp-iframe-scaler"><div class="mfp-close"></div><iframe class="mfp-iframe" src="//about:blank" frameborder="0" allowfullscreen></iframe></div>',srcAction:"iframe_src",patterns:{youtube:{index:"youtube.com",id:"v=",src:"//www.youtube.com/embed/%id%?autoplay=1"},vimeo:{index:"vimeo.com/",id:"/",src:"//player.vimeo.com/video/%id%?autoplay=1"},gmaps:{index:"//maps.google.",src:"%id%&output=embed"}}},proto:{initIframe:function(){b.types.push(P),w("BeforeChange",function(a,b,c){b!==c&&(b===P?R():c===P&&R(!0))}),w(h+"."+P,function(){R()})},getIframe:function(c,d){var e=c.src,f=b.st.iframe;a.each(f.patterns,function(){return e.indexOf(this.index)>-1?(this.id&&(e="string"==typeof this.id?e.substr(e.lastIndexOf(this.id)+this.id.length,e.length):this.id.call(this,e)),e=this.src.replace("%id%",e),!1):void 0});var g={};return f.srcAction&&(g[f.srcAction]=e),b._parseMarkup(d,g,c),b.updateStatus("ready"),d}}});var S=function(a){var c=b.items.length;return a>c-1?a-c:0>a?c+a:a},T=function(a,b,c){return a.replace(/%curr%/gi,b+1).replace(/%total%/gi,c)};a.magnificPopup.registerModule("gallery",{options:{enabled:!1,arrowMarkup:'<button title="%title%" type="button" class="mfp-arrow mfp-arrow-%dir%"></button>',preload:[0,2],navigateByImgClick:!0,arrows:!0,tPrev:"Previous (Left arrow key)",tNext:"Next (Right arrow key)",tCounter:"%curr% of %total%"},proto:{initGallery:function(){var c=b.st.gallery,e=".mfp-gallery";return b.direction=!0,c&&c.enabled?(f+=" mfp-gallery",w(m+e,function(){c.navigateByImgClick&&b.wrap.on("click"+e,".mfp-img",function(){return b.items.length>1?(b.next(),!1):void 0}),d.on("keydown"+e,function(a){37===a.keyCode?b.prev():39===a.keyCode&&b.next()})}),w("UpdateStatus"+e,function(a,c){c.text&&(c.text=T(c.text,b.currItem.index,b.items.length))}),w(l+e,function(a,d,e,f){var g=b.items.length;e.counter=g>1?T(c.tCounter,f.index,g):""}),w("BuildControls"+e,function(){if(b.items.length>1&&c.arrows&&!b.arrowLeft){var d=c.arrowMarkup,e=b.arrowLeft=a(d.replace(/%title%/gi,c.tPrev).replace(/%dir%/gi,"left")).addClass(s),f=b.arrowRight=a(d.replace(/%title%/gi,c.tNext).replace(/%dir%/gi,"right")).addClass(s);e.click(function(){b.prev()}),f.click(function(){b.next()}),b.container.append(e.add(f))}}),w(n+e,function(){b._preloadTimeout&&clearTimeout(b._preloadTimeout),b._preloadTimeout=setTimeout(function(){b.preloadNearbyImages(),b._preloadTimeout=null},16)}),void w(h+e,function(){d.off(e),b.wrap.off("click"+e),b.arrowRight=b.arrowLeft=null})):!1},next:function(){b.direction=!0,b.index=S(b.index+1),b.updateItemHTML()},prev:function(){b.direction=!1,b.index=S(b.index-1),b.updateItemHTML()},goTo:function(a){b.direction=a>=b.index,b.index=a,b.updateItemHTML()},preloadNearbyImages:function(){var a,c=b.st.gallery.preload,d=Math.min(c[0],b.items.length),e=Math.min(c[1],b.items.length);for(a=1;a<=(b.direction?e:d);a++)b._preloadItem(b.index+a);for(a=1;a<=(b.direction?d:e);a++)b._preloadItem(b.index-a)},_preloadItem:function(c){if(c=S(c),!b.items[c].preloaded){var d=b.items[c];d.parsed||(d=b.parseEl(c)),y("LazyLoad",d),"image"===d.type&&(d.img=a('<img class="mfp-img" />').on("load.mfploader",function(){d.hasSize=!0}).on("error.mfploader",function(){d.hasSize=!0,d.loadError=!0,y("LazyLoadError",d)}).attr("src",d.src)),d.preloaded=!0}}}});var U="retina";a.magnificPopup.registerModule(U,{options:{replaceSrc:function(a){return a.src.replace(/\.\w+$/,function(a){return"@2x"+a})},ratio:1},proto:{initRetina:function(){if(window.devicePixelRatio>1){var a=b.st.retina,c=a.ratio;c=isNaN(c)?c():c,c>1&&(w("ImageHasSize."+U,function(a,b){b.img.css({"max-width":b.img[0].naturalWidth/c,width:"100%"})}),w("ElementParse."+U,function(b,d){d.src=a.replaceSrc(d,c)}))}}}}),A()});
assets/magnific/magnific-popup.css ADDED
@@ -0,0 +1,351 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* Magnific Popup CSS */
2
+ .mfp-bg {
3
+ top: 0;
4
+ left: 0;
5
+ width: 100%;
6
+ height: 100%;
7
+ z-index: 1042;
8
+ overflow: hidden;
9
+ position: fixed;
10
+ background: #0b0b0b;
11
+ opacity: 0.8; }
12
+
13
+ .mfp-wrap {
14
+ top: 0;
15
+ left: 0;
16
+ width: 100%;
17
+ height: 100%;
18
+ z-index: 1043;
19
+ position: fixed;
20
+ outline: none !important;
21
+ -webkit-backface-visibility: hidden; }
22
+
23
+ .mfp-container {
24
+ text-align: center;
25
+ position: absolute;
26
+ width: 100%;
27
+ height: 100%;
28
+ left: 0;
29
+ top: 0;
30
+ padding: 0 8px;
31
+ box-sizing: border-box; }
32
+
33
+ .mfp-container:before {
34
+ content: '';
35
+ display: inline-block;
36
+ height: 100%;
37
+ vertical-align: middle; }
38
+
39
+ .mfp-align-top .mfp-container:before {
40
+ display: none; }
41
+
42
+ .mfp-content {
43
+ position: relative;
44
+ display: inline-block;
45
+ vertical-align: middle;
46
+ margin: 0 auto;
47
+ text-align: left;
48
+ z-index: 1045; }
49
+
50
+ .mfp-inline-holder .mfp-content,
51
+ .mfp-ajax-holder .mfp-content {
52
+ width: 100%;
53
+ cursor: auto; }
54
+
55
+ .mfp-ajax-cur {
56
+ cursor: progress; }
57
+
58
+ .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
59
+ cursor: -moz-zoom-out;
60
+ cursor: -webkit-zoom-out;
61
+ cursor: zoom-out; }
62
+
63
+ .mfp-zoom {
64
+ cursor: pointer;
65
+ cursor: -webkit-zoom-in;
66
+ cursor: -moz-zoom-in;
67
+ cursor: zoom-in; }
68
+
69
+ .mfp-auto-cursor .mfp-content {
70
+ cursor: auto; }
71
+
72
+ .mfp-close,
73
+ .mfp-arrow,
74
+ .mfp-preloader,
75
+ .mfp-counter {
76
+ -webkit-user-select: none;
77
+ -moz-user-select: none;
78
+ user-select: none; }
79
+
80
+ .mfp-loading.mfp-figure {
81
+ display: none; }
82
+
83
+ .mfp-hide {
84
+ display: none !important; }
85
+
86
+ .mfp-preloader {
87
+ color: #CCC;
88
+ position: absolute;
89
+ top: 50%;
90
+ width: auto;
91
+ text-align: center;
92
+ margin-top: -0.8em;
93
+ left: 8px;
94
+ right: 8px;
95
+ z-index: 1044; }
96
+ .mfp-preloader a {
97
+ color: #CCC; }
98
+ .mfp-preloader a:hover {
99
+ color: #FFF; }
100
+
101
+ .mfp-s-ready .mfp-preloader {
102
+ display: none; }
103
+
104
+ .mfp-s-error .mfp-content {
105
+ display: none; }
106
+
107
+ button.mfp-close,
108
+ button.mfp-arrow {
109
+ overflow: visible;
110
+ cursor: pointer;
111
+ background: transparent;
112
+ border: 0;
113
+ -webkit-appearance: none;
114
+ display: block;
115
+ outline: none;
116
+ padding: 0;
117
+ z-index: 1046;
118
+ box-shadow: none;
119
+ touch-action: manipulation; }
120
+
121
+ button::-moz-focus-inner {
122
+ padding: 0;
123
+ border: 0; }
124
+
125
+ .mfp-close {
126
+ width: 44px;
127
+ height: 44px;
128
+ line-height: 44px;
129
+ position: absolute;
130
+ right: 0;
131
+ top: 0;
132
+ text-decoration: none;
133
+ text-align: center;
134
+ opacity: 0.65;
135
+ padding: 0 0 18px 10px;
136
+ color: #FFF;
137
+ font-style: normal;
138
+ font-size: 28px;
139
+ font-family: Arial, Baskerville, monospace; }
140
+ .mfp-close:hover,
141
+ .mfp-close:focus {
142
+ opacity: 1; }
143
+ .mfp-close:active {
144
+ top: 1px; }
145
+
146
+ .mfp-close-btn-in .mfp-close {
147
+ color: #333; }
148
+
149
+ .mfp-image-holder .mfp-close,
150
+ .mfp-iframe-holder .mfp-close {
151
+ color: #FFF;
152
+ right: -6px;
153
+ text-align: right;
154
+ padding-right: 6px;
155
+ width: 100%; }
156
+
157
+ .mfp-counter {
158
+ position: absolute;
159
+ top: 0;
160
+ right: 0;
161
+ color: #CCC;
162
+ font-size: 12px;
163
+ line-height: 18px;
164
+ white-space: nowrap; }
165
+
166
+ .mfp-arrow {
167
+ position: absolute;
168
+ opacity: 0.65;
169
+ margin: 0;
170
+ top: 50%;
171
+ margin-top: -55px;
172
+ padding: 0;
173
+ width: 90px;
174
+ height: 110px;
175
+ -webkit-tap-highlight-color: transparent; }
176
+ .mfp-arrow:active {
177
+ margin-top: -54px; }
178
+ .mfp-arrow:hover,
179
+ .mfp-arrow:focus {
180
+ opacity: 1; }
181
+ .mfp-arrow:before,
182
+ .mfp-arrow:after {
183
+ content: '';
184
+ display: block;
185
+ width: 0;
186
+ height: 0;
187
+ position: absolute;
188
+ left: 0;
189
+ top: 0;
190
+ margin-top: 35px;
191
+ margin-left: 35px;
192
+ border: medium inset transparent; }
193
+ .mfp-arrow:after {
194
+ border-top-width: 13px;
195
+ border-bottom-width: 13px;
196
+ top: 8px; }
197
+ .mfp-arrow:before {
198
+ border-top-width: 21px;
199
+ border-bottom-width: 21px;
200
+ opacity: 0.7; }
201
+
202
+ .mfp-arrow-left {
203
+ left: 0; }
204
+ .mfp-arrow-left:after {
205
+ border-right: 17px solid #FFF;
206
+ margin-left: 31px; }
207
+ .mfp-arrow-left:before {
208
+ margin-left: 25px;
209
+ border-right: 27px solid #3F3F3F; }
210
+
211
+ .mfp-arrow-right {
212
+ right: 0; }
213
+ .mfp-arrow-right:after {
214
+ border-left: 17px solid #FFF;
215
+ margin-left: 39px; }
216
+ .mfp-arrow-right:before {
217
+ border-left: 27px solid #3F3F3F; }
218
+
219
+ .mfp-iframe-holder {
220
+ padding-top: 40px;
221
+ padding-bottom: 40px; }
222
+ .mfp-iframe-holder .mfp-content {
223
+ line-height: 0;
224
+ width: 100%;
225
+ max-width: 900px; }
226
+ .mfp-iframe-holder .mfp-close {
227
+ top: -40px; }
228
+
229
+ .mfp-iframe-scaler {
230
+ width: 100%;
231
+ height: 0;
232
+ overflow: hidden;
233
+ padding-top: 56.25%; }
234
+ .mfp-iframe-scaler iframe {
235
+ position: absolute;
236
+ display: block;
237
+ top: 0;
238
+ left: 0;
239
+ width: 100%;
240
+ height: 100%;
241
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
242
+ background: #000; }
243
+
244
+ /* Main image in popup */
245
+ img.mfp-img {
246
+ width: auto;
247
+ max-width: 100%;
248
+ height: auto;
249
+ display: block;
250
+ line-height: 0;
251
+ box-sizing: border-box;
252
+ padding: 40px 0 40px;
253
+ margin: 0 auto; }
254
+
255
+ /* The shadow behind the image */
256
+ .mfp-figure {
257
+ line-height: 0; }
258
+ .mfp-figure:after {
259
+ content: '';
260
+ position: absolute;
261
+ left: 0;
262
+ top: 40px;
263
+ bottom: 40px;
264
+ display: block;
265
+ right: 0;
266
+ width: auto;
267
+ height: auto;
268
+ z-index: -1;
269
+ box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
270
+ background: #444; }
271
+ .mfp-figure small {
272
+ color: #BDBDBD;
273
+ display: block;
274
+ font-size: 12px;
275
+ line-height: 14px; }
276
+ .mfp-figure figure {
277
+ margin: 0; }
278
+
279
+ .mfp-bottom-bar {
280
+ margin-top: -36px;
281
+ position: absolute;
282
+ top: 100%;
283
+ left: 0;
284
+ width: 100%;
285
+ cursor: auto; }
286
+
287
+ .mfp-title {
288
+ text-align: left;
289
+ line-height: 18px;
290
+ color: #F3F3F3;
291
+ word-wrap: break-word;
292
+ padding-right: 36px; }
293
+
294
+ .mfp-image-holder .mfp-content {
295
+ max-width: 100%; }
296
+
297
+ .mfp-gallery .mfp-image-holder .mfp-figure {
298
+ cursor: pointer; }
299
+
300
+ @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
301
+ /**
302
+ * Remove all paddings around the image on small screen
303
+ */
304
+ .mfp-img-mobile .mfp-image-holder {
305
+ padding-left: 0;
306
+ padding-right: 0; }
307
+ .mfp-img-mobile img.mfp-img {
308
+ padding: 0; }
309
+ .mfp-img-mobile .mfp-figure:after {
310
+ top: 0;
311
+ bottom: 0; }
312
+ .mfp-img-mobile .mfp-figure small {
313
+ display: inline;
314
+ margin-left: 5px; }
315
+ .mfp-img-mobile .mfp-bottom-bar {
316
+ background: rgba(0, 0, 0, 0.6);
317
+ bottom: 0;
318
+ margin: 0;
319
+ top: auto;
320
+ padding: 3px 5px;
321
+ position: fixed;
322
+ box-sizing: border-box; }
323
+ .mfp-img-mobile .mfp-bottom-bar:empty {
324
+ padding: 0; }
325
+ .mfp-img-mobile .mfp-counter {
326
+ right: 5px;
327
+ top: 3px; }
328
+ .mfp-img-mobile .mfp-close {
329
+ top: 0;
330
+ right: 0;
331
+ width: 35px;
332
+ height: 35px;
333
+ line-height: 35px;
334
+ background: rgba(0, 0, 0, 0.6);
335
+ position: fixed;
336
+ text-align: center;
337
+ padding: 0; } }
338
+
339
+ @media all and (max-width: 900px) {
340
+ .mfp-arrow {
341
+ -webkit-transform: scale(0.75);
342
+ transform: scale(0.75); }
343
+ .mfp-arrow-left {
344
+ -webkit-transform-origin: 0;
345
+ transform-origin: 0; }
346
+ .mfp-arrow-right {
347
+ -webkit-transform-origin: 100%;
348
+ transform-origin: 100%; }
349
+ .mfp-container {
350
+ padding-left: 6px;
351
+ padding-right: 6px; } }
cerber-lab.php CHANGED
@@ -52,11 +52,12 @@ define( 'LAB_LICENSE_GRACE', 3600 * 24 * 3 );
52
  *
53
  * @return bool true if IP is blocked
54
  */
55
- function lab_is_blocked( $ip, $ask = true ) {
56
 
57
  if ( ! $ip ) {
58
- $wp_cerber = get_wp_cerber();
59
- $ip = $wp_cerber->getRemoteIp();
 
60
  }
61
 
62
  if ( is_ip_private( $ip ) ) {
@@ -605,10 +606,11 @@ function cerber_push_lab() {
605
  }
606
 
607
  function lab_get_key( $refresh = false, $nocache = false) {
 
608
  static $key = null;
609
 
610
  if ( ! isset( $key ) || $nocache ) {
611
- if ( is_admin() ) {
612
  $key = get_site_option( '_cerberkey_' ); // must be from the session cache only
613
  }
614
  else {
@@ -673,12 +675,14 @@ function lab_update_key( $lic, $expires = 0 ) {
673
  $key[2] = strtoupper( $lic );
674
  $key[3] = absint( $expires );
675
  update_site_option( '_cerberkey_', $key );
 
676
  lab_get_key( false, true ); // refresh the static cache
677
  }
678
 
679
  function lab_validate_lic( $lic = '' ) {
680
 
681
  $key = lab_get_key();
 
682
  if ( ! $lic ) {
683
  if ( empty( $key[2] ) ) {
684
  return false;
@@ -734,7 +738,8 @@ function lab_indicator(){
734
  if ( lab_is_cloud_ok() && lab_lab() ) {
735
  $key = lab_get_key();
736
  $sid = 'Site ID: '.$key[0];
737
- return '<div title="'.$sid.'" style="float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #00ae65cc;"><i style="font-size:1.5em; vertical-align: top; line-height: 1;" class="crb-icon crb-icon-bxs-shield"></i></div>';
 
738
  //return '<div title="'.$sid.'" style="float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #51AE43;"><span style="vertical-align: top; line-height: 1;" class="dashicons dashicons-yes"></span> Cerber Security Cloud Protection is active</div>';
739
  }
740
 
52
  *
53
  * @return bool true if IP is blocked
54
  */
55
+ function lab_is_blocked( $ip = '', $ask = true ) {
56
 
57
  if ( ! $ip ) {
58
+ //$wp_cerber = get_wp_cerber();
59
+ //$ip = $wp_cerber->getRemoteIp();
60
+ $ip = cerber_get_remote_ip();
61
  }
62
 
63
  if ( is_ip_private( $ip ) ) {
606
  }
607
 
608
  function lab_get_key( $refresh = false, $nocache = false) {
609
+ global $lab_use_wp_options;
610
  static $key = null;
611
 
612
  if ( ! isset( $key ) || $nocache ) {
613
+ if ( is_admin() || ! empty( $lab_use_wp_options ) ) {
614
  $key = get_site_option( '_cerberkey_' ); // must be from the session cache only
615
  }
616
  else {
675
  $key[2] = strtoupper( $lic );
676
  $key[3] = absint( $expires );
677
  update_site_option( '_cerberkey_', $key );
678
+ //wp_cache_flush();
679
  lab_get_key( false, true ); // refresh the static cache
680
  }
681
 
682
  function lab_validate_lic( $lic = '' ) {
683
 
684
  $key = lab_get_key();
685
+
686
  if ( ! $lic ) {
687
  if ( empty( $key[2] ) ) {
688
  return false;
738
  if ( lab_is_cloud_ok() && lab_lab() ) {
739
  $key = lab_get_key();
740
  $sid = 'Site ID: '.$key[0];
741
+ return '<div title="'.$sid.'" style="margin-left:10px; float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #00ae65cc;"><i style="font-size:1.5em; vertical-align: top; line-height: 1;" class="crb-icon crb-icon-bxs-shield"></i></div>';
742
+ //return '<div title="'.$sid.'" style="font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #00ae65cc;"><i style="font-size:1.5em; vertical-align: top; line-height: 1;" class="crb-icon crb-icon-bxs-shield"></i></div>';
743
  //return '<div title="'.$sid.'" style="float: right; font-weight: normal; font-size: 80%; padding: 0.35em 0.6em 0.35em 0.6em; color: #fff; background-color: #51AE43;"><span style="vertical-align: top; line-height: 1;" class="dashicons dashicons-yes"></span> Cerber Security Cloud Protection is active</div>';
744
  }
745
 
cerber-load.php CHANGED
@@ -63,6 +63,8 @@ define( 'CERBER_LAB_NET_TABLE', 'cerber_lab_net' );
63
  define( 'CERBER_GEO_TABLE', 'cerber_countries' );
64
  define( 'CERBER_SCAN_TABLE', 'cerber_files' );
65
  define( 'CERBER_SETS_TABLE', 'cerber_sets' );
 
 
66
 
67
  define( 'CERBER_BUKEY', '_crb_blocked' );
68
  define( 'CERBER_PREFIX', '_cerber_' );
@@ -72,10 +74,10 @@ define( 'CERBER_NO_REMOTE_IP', '0.0.0.0' );
72
 
73
  define( 'WP_LOGIN_SCRIPT', 'wp-login.php' );
74
  define( 'WP_REG_URI', 'wp-register.php' );
 
75
  define( 'WP_XMLRPC_SCRIPT', 'xmlrpc.php' );
76
  define( 'WP_TRACKBACK_SCRIPT', 'wp-trackback.php' );
77
  define( 'WP_PING_SCRIPT', 'wp-trackback.php' );
78
- define( 'WP_SIGNUP_SCRIPT', 'wp-signup.php' );
79
  define( 'WP_COMMENT_SCRIPT', 'wp-comments-post.php' );
80
 
81
  define( 'GOO_RECAPTCHA_URL', 'https://www.google.com/recaptcha/api/siteverify' );
@@ -98,12 +100,13 @@ require_once( dirname( __FILE__ ) . '/whois.php' );
98
  require_once( dirname( __FILE__ ) . '/jetflow.php' );
99
  require_once( dirname( __FILE__ ) . '/cerber-news.php' );
100
  require_once( dirname( __FILE__ ) . '/cerber-scanner.php' );
 
101
 
102
  if ( defined( 'WP_ADMIN' ) || defined( 'WP_NETWORK_ADMIN' ) ) {
103
  // Load dashboard stuff
104
- require_once( dirname( __FILE__ ) . '/cerber-users.php' );
105
- require_once( dirname( __FILE__ ) . '/dashboard.php' );
106
- //require_once( dirname( __FILE__ ) . '/nexus/cerber-nexus.php' );
107
  }
108
 
109
  // =============================================================================================
@@ -206,6 +209,7 @@ class WP_Cerber {
206
  }
207
 
208
  $script = cerber_last_uri();
 
209
  if ( substr( $script, - 4 ) != '.php' ) {
210
  $script .= '.php'; // Apache MultiViews enabled?
211
  }
@@ -757,7 +761,6 @@ function cerber_init() {
757
  cerber_pre_checks();
758
 
759
  cerber_error_control();
760
- cerber_request_time();
761
 
762
  if ( crb_get_settings( 'tiphperr' ) ) {
763
  set_error_handler( 'cerber_catch_error' );
@@ -856,6 +859,12 @@ add_action( 'plugins_loaded', function () {
856
 
857
  }, 1000 );
858
 
 
 
 
 
 
 
859
  /**
860
  * Some additional tasks...
861
  *
@@ -1841,6 +1850,10 @@ function cerber_is_antibot_exception(){
1841
  return true;
1842
  }
1843
 
 
 
 
 
1844
  // REST API (except Contact Form 7 submission)
1845
  if ( cerber_is_rest_url() ) {
1846
  if ( false === strpos( $_SERVER['REQUEST_URI'], 'contact-form-7' ) ) {
@@ -1977,19 +1990,25 @@ function cerber_block_rest_api() {
1977
  * Redirection control: standard admin/login redirections
1978
  *
1979
  */
1980
- add_filter( 'wp_redirect', 'cerber_no_red', 10, 2 );
1981
- function cerber_no_red( $location, $status ) {
1982
  global $current_user;
1983
  if ( ( ! $current_user || $current_user->ID == 0 ) && cerber_no_redirect() ) {
1984
- $str = urlencode( '/wp-admin/' );
1985
  $rdr = explode( 'redirect_to=', $location );
1986
- if ( isset( $rdr[1] ) && strpos( $rdr[1], $str ) ) {
1987
  cerber_404_page();
 
 
 
 
 
 
 
1988
  }
1989
  }
1990
 
1991
  return $location;
1992
- }
1993
 
1994
  /**
1995
  * @since 7.0
@@ -2006,14 +2025,18 @@ function cerber_no_redirect() {
2006
  * Stop user enumeration
2007
  *
2008
  */
2009
- add_action( 'template_redirect', 'cerber_canonical', 1 );
2010
- function cerber_canonical() {
2011
- if ( ! empty( $_GET['author'] ) && ! is_admin() ) {
2012
- if ( crb_get_settings( 'stopenum' ) ) {
 
 
 
 
2013
  cerber_404_page();
2014
  }
2015
  }
2016
- }
2017
 
2018
  /*
2019
  if ( $wp_cerber->getSettings( 'hashauthor' ) ) {
@@ -2455,6 +2478,7 @@ add_action( 'clear_auth_cookie', function () {
2455
  if ( $uid ) {
2456
  cerber_log( 6, '', $uid );
2457
  }
 
2458
  } );
2459
 
2460
  //add_action( 'lostpassword_post', 'cerber_password_post' );
@@ -2764,16 +2788,18 @@ function cerber_get_remain_count( $ip = '', $check_acl = true, $activity = array
2764
  * Is a given IP is allowed to do restricted things?
2765
  * Here Cerber makes its decision.
2766
  *
2767
- * @param string $ip IP address
2768
- * @param array $allowed a list of reason ids @since 7.5.2
 
2769
  *
2770
  * @return bool
2771
  */
2772
- function cerber_is_allowed( $ip = '', $allowed = array() ) {
2773
 
2774
  if ( ! $ip ) {
2775
- $wp_cerber = get_wp_cerber();
2776
- $ip = $wp_cerber->getRemoteIp();
 
2777
  }
2778
  elseif ( ! filter_var( $ip, FILTER_VALIDATE_IP ) ) {
2779
  return false;
@@ -2803,7 +2829,7 @@ function cerber_is_allowed( $ip = '', $allowed = array() ) {
2803
  return false;
2804
  }*/
2805
 
2806
- if ( cerber_is_citadel() ) {
2807
  return false;
2808
  }
2809
 
@@ -2815,7 +2841,7 @@ function cerber_is_allowed( $ip = '', $allowed = array() ) {
2815
  }
2816
 
2817
  /**
2818
- * Check if a given username is not permitted to login or register
2819
  *
2820
  * @param $username string
2821
  *
@@ -2971,9 +2997,8 @@ function cerber_acl_remove( $ip ) {
2971
  * @return bool
2972
  */
2973
  function cerber_can_be_listed( $ip, $list = 'B' ) {
2974
- global $wp_cerber;
2975
  if ( $list == 'B' ) {
2976
- if ( crb_acl_is_white( $wp_cerber->getRemoteIp() ) ) {
2977
  return true;
2978
  }
2979
  if ( filter_var( $ip, FILTER_VALIDATE_IP ) ) {
@@ -3320,7 +3345,7 @@ function cerber_is_myip( $ip ) {
3320
  if ( ! is_string( $ip ) ) {
3321
  return false;
3322
  }
3323
- $remote_ip = $wp_cerber->getRemoteIp();
3324
  if ( $ip == $remote_ip ) {
3325
  return true;
3326
  }
@@ -3496,7 +3521,7 @@ function cerber_send_email( $type = '', $msg = '', $ip = '' ) {
3496
  */
3497
 
3498
  if ( $type == 'lockout' && ! is_admin() ) {
3499
- $rate = absint( $wp_cerber->getSettings( 'emailrate' ) );
3500
  if ( $rate ) {
3501
  $last_em = cerber_get_set( '_cerber_last', 1, false );
3502
  $period = 60 * 60; // per hour
@@ -3592,8 +3617,8 @@ function cerber_send_email( $type = '', $msg = '', $ip = '' ) {
3592
  }
3593
  $body .= __( 'Website', 'wp-cerber' ) . ': ' . crb_get_bloginfo( 'name' ) . "\n";
3594
  $body .= __( 'By user', 'wp-cerber' ) . ': ' . $u . "\n";
3595
- $body .= __( 'From IP address', 'wp-cerber' ) . ': ' . $wp_cerber->getRemoteIp() . "\n";
3596
- $whois = cerber_ip_whois_info( $wp_cerber->getRemoteIp() );
3597
  if ( ! empty( $whois['data']['country'] ) ) {
3598
  $body .= __( 'From country', 'wp-cerber' ) . ': ' . cerber_country_name( $whois['data']['country'] );
3599
  }
@@ -3777,7 +3802,7 @@ function cerber_generate_report($period = 7){
3777
  $activites = $wpdb->get_results( 'SELECT user_login, COUNT(user_login) cnt FROM ' . CERBER_LOG_TABLE . ' WHERE activity = 51 AND stamp > ' . $stamp . ' GROUP by user_login ORDER BY cnt DESC LIMIT 10' );
3778
  if ( $activites ) {
3779
  $rows = array();
3780
- $rows[] = '<td style="'.$css_td.$css_border.'" colspan="2"><p style="line-height: 1.5em; font-weight: bold;">'.__('Attempts to log in with non-existent username','wp-cerber').'</p></td>';
3781
  foreach ( $activites as $a ) {
3782
  $rows[] = '<td style="'.$css_border.$css_td.'">' . htmlspecialchars($a->user_login) . '</td><td style="padding: 0.5em; text-align: center; width:10%;'.$css_border.'"><a href="'.$base_url.'&filter_login='.$a->user_login.'">' . $a->cnt . '</a></td>';
3783
  }
@@ -3792,9 +3817,22 @@ function cerber_generate_report($period = 7){
3792
 
3793
  // Maintenance routines ----------------------------------------------------------------
3794
 
 
 
 
 
 
 
 
 
 
3795
  function cerber_init_cron(){
3796
  $next_hour = intval( floor( ( time() + 3600 ) / 3600 ) * 3600 );
3797
 
 
 
 
 
3798
  if ( ! wp_next_scheduled( 'cerber_hourly_1' ) ) {
3799
  wp_schedule_event( $next_hour, 'hourly', 'cerber_hourly_1' );
3800
  }
@@ -3942,10 +3980,11 @@ function cerber_do_daily() {
3942
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_TABLE );
3943
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_IP_TABLE );
3944
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_NET_TABLE );
3945
- cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_SCAN_TABLE );
3946
- cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_SETS_TABLE );
 
3947
 
3948
- if ( $new = cerber_check_version() ) {
3949
  $history = get_site_option( '_cerber_notify_new' );
3950
  if ( ! $history || ! is_array( $history ) ) {
3951
  $history = array();
@@ -3959,12 +3998,126 @@ function cerber_do_daily() {
3959
  }
3960
  }
3961
 
 
 
 
 
 
 
3962
  // TODO: implement holding previous values for a while
3963
  // cerber_antibot_gene();
3964
 
3965
  set_site_transient( $t, array( $start, time() ), 48 * 3600 );
3966
  }
3967
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3968
  /**
3969
  * Log activity
3970
  *
@@ -4267,8 +4420,11 @@ function cerber_subscribe_params() {
4267
  $begin = 0;
4268
  $end = 0;
4269
  $ip = 0;
4270
- if ( ! empty( $_GET['filter_ip'] ) ) {
4271
- $ip = cerber_any2range( $_GET['filter_ip'] );
 
 
 
4272
  if ( is_array( $ip ) ) {
4273
  $begin = $ip['begin'];
4274
  $end = $ip['end'];
@@ -4283,12 +4439,12 @@ function cerber_subscribe_params() {
4283
 
4284
  $get_list = array( 'filter_activity', 'filter_user', 'filter_login', 'search_activity', 'filter_role', 'filter_set' );
4285
  foreach ( $get_list as $item ) {
4286
- if ( ! empty( $_GET[ $item ] ) ) {
4287
- if ( is_array( $_GET[ $item ] ) ) {
4288
- $params[ $item ] = array_map( 'trim', $_GET[ $item ] );
4289
  }
4290
  else {
4291
- $params[ $item ] = trim( $_GET[ $item ] );
4292
  }
4293
  }
4294
  else {
@@ -4317,7 +4473,7 @@ function cerber_pre_checks() {
4317
 
4318
  // The only way to get it done earlier
4319
  if ( cerber_get_get( 'action' ) === 'activate'
4320
- && cerber_get_get( 'plugin' ) === 'wp-cerber/wp-cerber.php' ) {
4321
  // The plugin is activated in wp-admin
4322
  if ( ! crb_get_settings() ) {
4323
  define('CRB_JUST_MARRIED', 1);
@@ -4327,7 +4483,7 @@ function cerber_pre_checks() {
4327
 
4328
  // A backup way
4329
  add_action( 'activated_plugin', function ( $plugin ) {
4330
- if ( $plugin !== 'wp-cerber/wp-cerber.php' ) {
4331
  return;
4332
  }
4333
  if ( ! crb_get_settings() ) {
@@ -4368,7 +4524,7 @@ register_activation_hook( cerber_plugin_file(), function () {
4368
 
4369
  lab_get_key( true );
4370
 
4371
- cerber_upgrade_all();
4372
 
4373
  cerber_cookie_one();
4374
  cerber_disable_citadel();
@@ -4396,7 +4552,7 @@ register_activation_hook( cerber_plugin_file(), function () {
4396
  </p>
4397
  <p id="crb-activation-msg">
4398
  <i class="crb-icon crb-icon-bx-slider"></i> <a href="' . cerber_admin_link( 'main' ) . '">' . __( 'Main Settings', 'wp-cerber' ) . '</a>' .
4399
- ' <i class="crb-icon crb-icon-bx-radar"></i> <a href="' . cerber_admin_link( 'scanner' ) . '">' . __( 'Security Scanner', 'wp-cerber' ) . '</a>' .
4400
  ' <i class="crb-icon crb-icon-bx-lock"></i> <a href="' . cerber_admin_link( 'acl' ) . '">' . __( 'Access Lists', 'wp-cerber' ) . '</a>' .
4401
  ' <i class="crb-icon crb-icon-bxs-shield"></i> <a href="' . cerber_admin_link( 'antispam' ) . '">' . __( 'Antispam', 'wp-cerber' ) . '</a>' .
4402
  ' <i class="crb-icon crb-icon-bx-shield-alt"></i> <a href="' . cerber_admin_link( 'hardening' ) . '">' . __( 'Hardening', 'wp-cerber' ) . '</a>' .
@@ -4422,37 +4578,64 @@ register_activation_hook( cerber_plugin_file(), function () {
4422
  Abort activating plugin!
4423
  */
4424
  function cerber_stop_activating( $msg ) {
4425
- //deactivate_plugins( plugin_basename( __FILE__ ) );
4426
- deactivate_plugins( cerber_plug_in() );
4427
  wp_die( $msg );
4428
  }
4429
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4430
  /**
4431
  * Upgrade database tables, data and plugin settings
4432
  *
4433
  * @since 3.0
4434
  *
4435
  */
4436
- function cerber_upgrade_all() {
4437
  global $cerber_doing_upgrade;
4438
- $ver = cerber_get_site_option( '_cerber_up' );
4439
- if ( ! $ver || $ver['v'] != CERBER_VER ) {
4440
  $d = @ini_get( 'display_errors');
4441
  @ini_set( 'display_errors', 0 );
4442
  $cerber_doing_upgrade = true;
4443
- define( 'CRB_DOING_UPGRADE', 1 );
4444
  crb_clear_admin_msg();
4445
  cerber_create_db();
4446
  cerber_upgrade_db();
4447
  cerber_acl_fixer( true );
4448
  cerber_antibot_gene( true );
4449
  cerber_upgrade_settings();
 
4450
  wp_clear_scheduled_hook( 'cerber_hourly' ); // @since 5.8
4451
  update_site_option( '_cerber_up', array( 'v' => CERBER_VER, 't' => time() ) );
4452
  cerber_push_the_news( CERBER_VER );
4453
  cerber_delete_expired_set( true );
4454
  lab_get_key( true );
4455
  $cerber_doing_upgrade = false;
 
4456
  @ini_set( 'display_errors', $d );
4457
  }
4458
  }
@@ -4471,7 +4654,7 @@ function cerber_create_db($recreate = true) {
4471
  $db_errors = array();
4472
  $sql = array();
4473
 
4474
- if (!cerber_is_table(CERBER_LOG_TABLE)){
4475
  $sql[] = "
4476
  CREATE TABLE IF NOT EXISTS " . CERBER_LOG_TABLE . " (
4477
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP',
@@ -4484,7 +4667,7 @@ function cerber_create_db($recreate = true) {
4484
  ";
4485
  }
4486
 
4487
- if (!cerber_is_table(CERBER_ACL_TABLE)){
4488
  $sql[] = "
4489
  CREATE TABLE IF NOT EXISTS " . CERBER_ACL_TABLE . " (
4490
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'IP',
@@ -4495,7 +4678,7 @@ function cerber_create_db($recreate = true) {
4495
  ";
4496
  }
4497
 
4498
- if (!cerber_is_table(CERBER_BLOCKS_TABLE)){
4499
  $sql[] = "
4500
  CREATE TABLE IF NOT EXISTS " . CERBER_BLOCKS_TABLE . " (
4501
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP',
@@ -4507,7 +4690,7 @@ function cerber_create_db($recreate = true) {
4507
  ";
4508
  }
4509
 
4510
- if (!cerber_is_table(CERBER_LAB_TABLE)){
4511
  $sql[] = "
4512
  CREATE TABLE IF NOT EXISTS " . CERBER_LAB_TABLE . " (
4513
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP',
@@ -4519,7 +4702,7 @@ function cerber_create_db($recreate = true) {
4519
  }
4520
 
4521
 
4522
- if ($recreate || !cerber_is_table(CERBER_LAB_IP_TABLE)){
4523
  if ( $recreate && cerber_is_table( CERBER_LAB_IP_TABLE ) ) {
4524
  $sql[] = 'DROP TABLE IF EXISTS ' . CERBER_LAB_IP_TABLE;
4525
  }
@@ -4550,7 +4733,7 @@ function cerber_create_db($recreate = true) {
4550
  ';
4551
  }
4552
 
4553
- if (!cerber_is_table(CERBER_GEO_TABLE)){
4554
  $sql[] = '
4555
  CREATE TABLE IF NOT EXISTS ' . CERBER_GEO_TABLE . ' (
4556
  country CHAR(3) NOT NULL DEFAULT "" COMMENT "Country code",
@@ -4561,7 +4744,7 @@ function cerber_create_db($recreate = true) {
4561
  ';
4562
  }
4563
 
4564
- if (!cerber_is_table(CERBER_TRAF_TABLE)){
4565
  $sql[] = '
4566
  CREATE TABLE IF NOT EXISTS ' . CERBER_TRAF_TABLE . ' (
4567
  ip varchar(39) CHARACTER SET ascii NOT NULL,
@@ -4722,20 +4905,31 @@ function cerber_upgrade_db( $force = false ) {
4722
  }
4723
  }
4724
 
4725
- // Convert existing data into the new format
4726
-
4727
  cerber_acl_fixer();
4728
 
4729
- if ( $db_errors ) {
4730
- update_site_option( '_cerber_db_errors', $db_errors );
4731
- }
4732
- else {
4733
- update_site_option( '_cerber_db_errors', '' );
4734
- }
4735
 
4736
  return $db_errors;
4737
  }
4738
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4739
  /**
4740
  * Updating old activity log records to the new row format (has been introduced in v 3.1)
4741
  *
@@ -4805,8 +4999,8 @@ function cerber_acl_fixer( $ipv6 = false ) {
4805
  }
4806
  }
4807
 
4808
- add_action( 'deac' . 'tivate_' . cerber_plug_in(), 'cerber_clean' );
4809
- function cerber_clean( $ip ) {
4810
  wp_clear_scheduled_hook( 'cerber_hourly_1' );
4811
  wp_clear_scheduled_hook( 'cerber_hourly_2' );
4812
  wp_clear_scheduled_hook( 'cerber_daily' );
@@ -4814,14 +5008,16 @@ function cerber_clean( $ip ) {
4814
  cerber_htaccess_clean_up();
4815
  cerber_set_boot_mode( 0 );
4816
  cerber_delete_expired_set( true );
 
 
4817
 
4818
  $pi = get_file_data( cerber_plugin_file(), array( 'Version' => 'Version' ), 'plugin' );
4819
  $pi ['v'] = time();
4820
  $pi ['u'] = get_current_user_id();
4821
- update_site_option( '_cerber_o' . 'ff', $pi );
4822
  $f = 'cerb' . 'er_se' . 'nd_em' . 'ail';
4823
  $f( 'sh' . 'utd' . 'own' );
4824
- }
4825
 
4826
  /*
4827
  Fix an issue with the empty user_id field in the comments table.
@@ -4978,6 +5174,7 @@ register_shutdown_function( function () {
4978
  // Error monitoring
4979
  if ( 400 <= http_response_code()
4980
  && ! cerber_is_wp_cron()
 
4981
  && ( $mode = crb_get_settings( 'tierrmon' ) ) ) {
4982
  cerber_error_shield( $mode );
4983
  }
@@ -5312,6 +5509,10 @@ function cerber_traffic_log(){
5312
  function cerber_to_log( $wp_type, $http_code, $user_id ) {
5313
  global $cerber_logged, $cerber_blocked, $wp_cerber;
5314
 
 
 
 
 
5315
  $mode = crb_get_settings( 'timode' );
5316
 
5317
  if ( $mode == 0 ) {
@@ -5429,29 +5630,6 @@ function cerber_prepare_fields( $list ) {
5429
  return $list;
5430
  }
5431
 
5432
- /**
5433
- * Request time
5434
- *
5435
- * @return mixed
5436
- * @since 6.0
5437
- */
5438
- function cerber_request_time() {
5439
- static $stamp = null;
5440
-
5441
- if ( ! isset( $stamp ) ) {
5442
-
5443
- if ( ! empty( $_SERVER['REQUEST_TIME_FLOAT'] ) ) { // PHP >= 5.4
5444
- $stamp = filter_var( $_SERVER['REQUEST_TIME_FLOAT'], FILTER_SANITIZE_NUMBER_FLOAT, FILTER_FLAG_ALLOW_FRACTION );
5445
- }
5446
- $mt = microtime( true );
5447
- if ( ! $stamp || $stamp > ( $mt + 300 ) ) { // Some platforms may have wrong value in 'REQUEST_TIME_FLOAT'
5448
- $stamp = $mt;
5449
- }
5450
- }
5451
-
5452
- return $stamp;
5453
- }
5454
-
5455
  /**
5456
  * Return non WordPress public query $_GET fields (parameters)
5457
  *
63
  define( 'CERBER_GEO_TABLE', 'cerber_countries' );
64
  define( 'CERBER_SCAN_TABLE', 'cerber_files' );
65
  define( 'CERBER_SETS_TABLE', 'cerber_sets' );
66
+ define( 'CERBER_MS_TABLE', 'cerber_ms' );
67
+ define( 'CERBER_MS_LIST_TABLE', 'cerber_ms_lists' );
68
 
69
  define( 'CERBER_BUKEY', '_crb_blocked' );
70
  define( 'CERBER_PREFIX', '_cerber_' );
74
 
75
  define( 'WP_LOGIN_SCRIPT', 'wp-login.php' );
76
  define( 'WP_REG_URI', 'wp-register.php' );
77
+ define( 'WP_SIGNUP_SCRIPT', 'wp-signup.php' );
78
  define( 'WP_XMLRPC_SCRIPT', 'xmlrpc.php' );
79
  define( 'WP_TRACKBACK_SCRIPT', 'wp-trackback.php' );
80
  define( 'WP_PING_SCRIPT', 'wp-trackback.php' );
 
81
  define( 'WP_COMMENT_SCRIPT', 'wp-comments-post.php' );
82
 
83
  define( 'GOO_RECAPTCHA_URL', 'https://www.google.com/recaptcha/api/siteverify' );
100
  require_once( dirname( __FILE__ ) . '/jetflow.php' );
101
  require_once( dirname( __FILE__ ) . '/cerber-news.php' );
102
  require_once( dirname( __FILE__ ) . '/cerber-scanner.php' );
103
+ require_once( dirname( __FILE__ ) . '/nexus/cerber-nexus.php' );
104
 
105
  if ( defined( 'WP_ADMIN' ) || defined( 'WP_NETWORK_ADMIN' ) ) {
106
  // Load dashboard stuff
107
+ //require_once( dirname( __FILE__ ) . '/cerber-users.php' );
108
+ //require_once( dirname( __FILE__ ) . '/dashboard.php' );
109
+ cerber_load_admin_code();
110
  }
111
 
112
  // =============================================================================================
209
  }
210
 
211
  $script = cerber_last_uri();
212
+ $script = urldecode( $script ); // @since 8.1
213
  if ( substr( $script, - 4 ) != '.php' ) {
214
  $script .= '.php'; // Apache MultiViews enabled?
215
  }
761
  cerber_pre_checks();
762
 
763
  cerber_error_control();
 
764
 
765
  if ( crb_get_settings( 'tiphperr' ) ) {
766
  set_error_handler( 'cerber_catch_error' );
859
 
860
  }, 1000 );
861
 
862
+ function cerber_load_admin_code() {
863
+ require_once( dirname( __FILE__ ) . '/cerber-users.php' );
864
+ require_once( dirname( __FILE__ ) . '/dashboard.php' );
865
+ require_once( dirname( __FILE__ ) . '/cerber-maintenance.php' );
866
+ }
867
+
868
  /**
869
  * Some additional tasks...
870
  *
1850
  return true;
1851
  }
1852
 
1853
+ if ( nexus_is_valid_request() ) {
1854
+ return true;
1855
+ }
1856
+
1857
  // REST API (except Contact Form 7 submission)
1858
  if ( cerber_is_rest_url() ) {
1859
  if ( false === strpos( $_SERVER['REQUEST_URI'], 'contact-form-7' ) ) {
1990
  * Redirection control: standard admin/login redirections
1991
  *
1992
  */
1993
+ add_filter( 'wp_redirect', function ( $location ) {
 
1994
  global $current_user;
1995
  if ( ( ! $current_user || $current_user->ID == 0 ) && cerber_no_redirect() ) {
1996
+ //$str = urlencode( '/wp-admin/' );
1997
  $rdr = explode( 'redirect_to=', $location );
1998
+ /*if ( isset( $rdr[1] ) && strpos( $rdr[1], $str ) ) {
1999
  cerber_404_page();
2000
+ }*/
2001
+ if ( isset( $rdr[1] ) ) {
2002
+ $redirect_to = urldecode( $rdr[1] ); // a normal
2003
+ $redirect_to = urldecode( $redirect_to ); // @since 8.1 - may be twice encoded to bypass
2004
+ if ( strpos( $redirect_to, '/wp-admin/' ) ) {
2005
+ cerber_404_page();
2006
+ }
2007
  }
2008
  }
2009
 
2010
  return $location;
2011
+ }, 0 );
2012
 
2013
  /**
2014
  * @since 7.0
2025
  * Stop user enumeration
2026
  *
2027
  */
2028
+ add_action( 'template_redirect', function () {
2029
+ if ( crb_get_settings( 'stopenum' ) ) {
2030
+ if ( ! $a = crb_array_get( $_GET, 'author' ) ) {
2031
+ if ( ! $a = crb_array_get( $_POST, 'author' ) ) { // @since 8.1
2032
+ return;
2033
+ }
2034
+ }
2035
+ if ( is_numeric( trim( $a ) ) && ! is_admin() ) {
2036
  cerber_404_page();
2037
  }
2038
  }
2039
+ }, 0 );
2040
 
2041
  /*
2042
  if ( $wp_cerber->getSettings( 'hashauthor' ) ) {
2478
  if ( $uid ) {
2479
  cerber_log( 6, '', $uid );
2480
  }
2481
+ setcookie( 'cerber_nexus_id', 0, time(), '/' );
2482
  } );
2483
 
2484
  //add_action( 'lostpassword_post', 'cerber_password_post' );
2788
  * Is a given IP is allowed to do restricted things?
2789
  * Here Cerber makes its decision.
2790
  *
2791
+ * @param $ip string IP address
2792
+ * @param $allowed array A list of reason ids @since 7.5.2
2793
+ * @param $ignore_citadel bool
2794
  *
2795
  * @return bool
2796
  */
2797
+ function cerber_is_allowed( $ip = '', $allowed = array(), $ignore_citadel = false ) {
2798
 
2799
  if ( ! $ip ) {
2800
+ //$wp_cerber = get_wp_cerber();
2801
+ //$ip = $wp_cerber->getRemoteIp();
2802
+ $ip = cerber_get_remote_ip();
2803
  }
2804
  elseif ( ! filter_var( $ip, FILTER_VALIDATE_IP ) ) {
2805
  return false;
2829
  return false;
2830
  }*/
2831
 
2832
+ if ( ! $ignore_citadel && cerber_is_citadel() ) {
2833
  return false;
2834
  }
2835
 
2841
  }
2842
 
2843
  /**
2844
+ * Check if a given username is not permitted to log in or register
2845
  *
2846
  * @param $username string
2847
  *
2997
  * @return bool
2998
  */
2999
  function cerber_can_be_listed( $ip, $list = 'B' ) {
 
3000
  if ( $list == 'B' ) {
3001
+ if ( crb_acl_is_white( cerber_get_remote_ip() ) ) {
3002
  return true;
3003
  }
3004
  if ( filter_var( $ip, FILTER_VALIDATE_IP ) ) {
3345
  if ( ! is_string( $ip ) ) {
3346
  return false;
3347
  }
3348
+ $remote_ip = cerber_get_remote_ip();
3349
  if ( $ip == $remote_ip ) {
3350
  return true;
3351
  }
3521
  */
3522
 
3523
  if ( $type == 'lockout' && ! is_admin() ) {
3524
+ $rate = absint( crb_get_settings( 'emailrate' ) );
3525
  if ( $rate ) {
3526
  $last_em = cerber_get_set( '_cerber_last', 1, false );
3527
  $period = 60 * 60; // per hour
3617
  }
3618
  $body .= __( 'Website', 'wp-cerber' ) . ': ' . crb_get_bloginfo( 'name' ) . "\n";
3619
  $body .= __( 'By user', 'wp-cerber' ) . ': ' . $u . "\n";
3620
+ $body .= __( 'From IP address', 'wp-cerber' ) . ': ' . cerber_get_remote_ip() . "\n";
3621
+ $whois = cerber_ip_whois_info( cerber_get_remote_ip() );
3622
  if ( ! empty( $whois['data']['country'] ) ) {
3623
  $body .= __( 'From country', 'wp-cerber' ) . ': ' . cerber_country_name( $whois['data']['country'] );
3624
  }
3802
  $activites = $wpdb->get_results( 'SELECT user_login, COUNT(user_login) cnt FROM ' . CERBER_LOG_TABLE . ' WHERE activity = 51 AND stamp > ' . $stamp . ' GROUP by user_login ORDER BY cnt DESC LIMIT 10' );
3803
  if ( $activites ) {
3804
  $rows = array();
3805
+ $rows[] = '<td style="'.$css_td.$css_border.'" colspan="2"><p style="line-height: 1.5em; font-weight: bold;">'.__('Attempts to log in with non-existing usernames','wp-cerber').'</p></td>';
3806
  foreach ( $activites as $a ) {
3807
  $rows[] = '<td style="'.$css_border.$css_td.'">' . htmlspecialchars($a->user_login) . '</td><td style="padding: 0.5em; text-align: center; width:10%;'.$css_border.'"><a href="'.$base_url.'&filter_login='.$a->user_login.'">' . $a->cnt . '</a></td>';
3808
  }
3817
 
3818
  // Maintenance routines ----------------------------------------------------------------
3819
 
3820
+ add_filter( 'cron_schedules', function ( $schedules ) {
3821
+ $schedules['crb_five'] = array(
3822
+ 'interval' => 300,
3823
+ 'display' => 'Every 5 Minutes',
3824
+ );
3825
+
3826
+ return $schedules;
3827
+ } );
3828
+
3829
  function cerber_init_cron(){
3830
  $next_hour = intval( floor( ( time() + 3600 ) / 3600 ) * 3600 );
3831
 
3832
+ if ( ! wp_next_scheduled( 'cerber_bg_launcher' ) ) {
3833
+ wp_schedule_event( time(), 'crb_five', 'cerber_bg_launcher' );
3834
+ }
3835
+
3836
  if ( ! wp_next_scheduled( 'cerber_hourly_1' ) ) {
3837
  wp_schedule_event( $next_hour, 'hourly', 'cerber_hourly_1' );
3838
  }
3980
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_TABLE );
3981
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_IP_TABLE );
3982
  cerber_db_query( 'OPTIMIZE TABLE ' . CERBER_LAB_NET_TABLE );
3983
+ cerber_db_query( 'OPTIMIZE TABLE ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE );
3984
+ cerber_db_query( 'OPTIMIZE TABLE ' . cerber_get_db_prefix() . CERBER_SETS_TABLE );
3985
+ cerber_db_query( 'OPTIMIZE TABLE ' . cerber_get_db_prefix() . CERBER_MS_LIST_TABLE );
3986
 
3987
+ if ( $new = cerber_check_for_newer() ) {
3988
  $history = get_site_option( '_cerber_notify_new' );
3989
  if ( ! $history || ! is_array( $history ) ) {
3990
  $history = array();
3998
  }
3999
  }
4000
 
4001
+ if ( nexus_is_master() ) {
4002
+ if ( ( $ups = get_site_transient( 'update_plugins' ) ) && $ups->response ) {
4003
+ nexus_update_updates( obj_to_arr_deep( $ups->response ) );
4004
+ }
4005
+ }
4006
+
4007
  // TODO: implement holding previous values for a while
4008
  // cerber_antibot_gene();
4009
 
4010
  set_site_transient( $t, array( $start, time() ), 48 * 3600 );
4011
  }
4012
 
4013
+ add_action( 'cerber_bg_launcher', function () {
4014
+ define( 'CRB_DOING_BG_TASK', 1 );
4015
+ @set_time_limit( 180 );
4016
+ @ini_set( 'max_execution_time', 180 );
4017
+ if ( nexus_is_master() ) {
4018
+ nexus_schedule_refresh();
4019
+ }
4020
+ cerber_bg_task_launcher();
4021
+ } );
4022
+
4023
+ function cerber_bg_task_launcher( $filter = null ) {
4024
+ $ret = array();
4025
+
4026
+ if ( ! $task_list = cerber_get_set( '_background_tasks' ) ) {
4027
+ return $ret;
4028
+ }
4029
+
4030
+ if ( $filter ) {
4031
+ //$exec_it = array_intersect_key( $task_list, array_flip( crb_array_get( $_REQUEST, 'tasks', array() ) ) );
4032
+ $exec_it = array_intersect_key( $task_list, $filter );
4033
+ }
4034
+ else {
4035
+ $exec_it = $task_list;
4036
+ }
4037
+
4038
+ if ( empty( $exec_it ) ) {
4039
+ return $ret;
4040
+ }
4041
+
4042
+ $safe_func = array( 'nexus_send', 'nexus_do_upgrade' );
4043
+
4044
+ foreach ( $exec_it as $task_id => $task ) {
4045
+
4046
+ $func = crb_array_get( $task, 'func' );
4047
+ if ( ! is_callable( $func ) ) {
4048
+ cerber_bg_task_delete( $task_id );
4049
+ continue;
4050
+ }
4051
+ if ( ! in_array( $func, $safe_func ) ) {
4052
+ cerber_diag_log( 'ERROR: Function ' . $func . ' is not in the safe list' );
4053
+ cerber_bg_task_delete( $task_id );
4054
+ continue;
4055
+ }
4056
+ if ( ! isset( $task['exec_until'] ) ) {
4057
+ cerber_bg_task_delete( $task_id );
4058
+ }
4059
+
4060
+ // Ready to lunch the task
4061
+
4062
+ $args = crb_array_get( $task, 'args', array() );
4063
+
4064
+ ob_start();
4065
+ $result = call_user_func_array( $func, $args );
4066
+ $echo = ob_get_clean();
4067
+
4068
+ if ( isset( $task['exec_until'] ) ) {
4069
+ if ( $task['exec_until'] === $result ) {
4070
+ cerber_bg_task_delete( $task_id );
4071
+ }
4072
+ }
4073
+
4074
+ if ( empty( $task['return'] ) ) {
4075
+ $echo = ( $echo ) ? ' there was an output ' . strlen( $echo ) . ' bytes length' : 'no output';
4076
+ $result = 1;
4077
+ }
4078
+
4079
+ $ret[ $task_id ] = array( $result, crb_array_get( $task, 'run_js' ), $echo );
4080
+ }
4081
+
4082
+ return $ret;
4083
+ }
4084
+
4085
+ function cerber_bg_task_add( $task = array(), $priority = false, $limit = 60 ) {
4086
+ $list = cerber_get_set( '_background_tasks' );
4087
+ if ( ! $list ) {
4088
+ $list = array();
4089
+ }
4090
+
4091
+ $id = sha1( serialize( $task ) );
4092
+
4093
+ if ( isset( $list[ $id ] ) ) {
4094
+ return false;
4095
+ }
4096
+
4097
+ if ( $priority ) {
4098
+ $list = array( $id => $task ) + $list;
4099
+ }
4100
+ else {
4101
+ $list[ $id ] = $task;
4102
+ }
4103
+
4104
+ return cerber_update_set( '_background_tasks', $list );
4105
+ }
4106
+
4107
+ function cerber_bg_task_delete( $task_id ) {
4108
+
4109
+ if ( ! $list = cerber_get_set( '_background_tasks' ) ) {
4110
+ return false;
4111
+ }
4112
+ if ( ! isset( $list[ $task_id ] ) ) {
4113
+ return false;
4114
+ }
4115
+
4116
+ unset( $list[ $task_id ] );
4117
+
4118
+ return cerber_update_set( '_background_tasks', $list );
4119
+ }
4120
+
4121
  /**
4122
  * Log activity
4123
  *
4420
  $begin = 0;
4421
  $end = 0;
4422
  $ip = 0;
4423
+
4424
+ $get = crb_get_query_params();
4425
+
4426
+ if ( ! empty( $get['filter_ip'] ) ) {
4427
+ $ip = cerber_any2range( $get['filter_ip'] );
4428
  if ( is_array( $ip ) ) {
4429
  $begin = $ip['begin'];
4430
  $end = $ip['end'];
4439
 
4440
  $get_list = array( 'filter_activity', 'filter_user', 'filter_login', 'search_activity', 'filter_role', 'filter_set' );
4441
  foreach ( $get_list as $item ) {
4442
+ if ( ! empty( $get[ $item ] ) ) {
4443
+ if ( is_array( $get[ $item ] ) ) {
4444
+ $params[ $item ] = array_map( 'trim', $get[ $item ] );
4445
  }
4446
  else {
4447
+ $params[ $item ] = trim( $get[ $item ] );
4448
  }
4449
  }
4450
  else {
4473
 
4474
  // The only way to get it done earlier
4475
  if ( cerber_get_get( 'action' ) === 'activate'
4476
+ && cerber_get_get( 'plugin' ) === CERBER_PLUGIN_ID ) {
4477
  // The plugin is activated in wp-admin
4478
  if ( ! crb_get_settings() ) {
4479
  define('CRB_JUST_MARRIED', 1);
4483
 
4484
  // A backup way
4485
  add_action( 'activated_plugin', function ( $plugin ) {
4486
+ if ( $plugin !== CERBER_PLUGIN_ID ) {
4487
  return;
4488
  }
4489
  if ( ! crb_get_settings() ) {
4524
 
4525
  lab_get_key( true );
4526
 
4527
+ cerber_upgrade_all( true );
4528
 
4529
  cerber_cookie_one();
4530
  cerber_disable_citadel();
4552
  </p>
4553
  <p id="crb-activation-msg">
4554
  <i class="crb-icon crb-icon-bx-slider"></i> <a href="' . cerber_admin_link( 'main' ) . '">' . __( 'Main Settings', 'wp-cerber' ) . '</a>' .
4555
+ ' <i class="crb-icon crb-icon-bx-radar"></i> <a href="' . cerber_admin_link( 'scan_main' ) . '">' . __( 'Security Scanner', 'wp-cerber' ) . '</a>' .
4556
  ' <i class="crb-icon crb-icon-bx-lock"></i> <a href="' . cerber_admin_link( 'acl' ) . '">' . __( 'Access Lists', 'wp-cerber' ) . '</a>' .
4557
  ' <i class="crb-icon crb-icon-bxs-shield"></i> <a href="' . cerber_admin_link( 'antispam' ) . '">' . __( 'Antispam', 'wp-cerber' ) . '</a>' .
4558
  ' <i class="crb-icon crb-icon-bx-shield-alt"></i> <a href="' . cerber_admin_link( 'hardening' ) . '">' . __( 'Hardening', 'wp-cerber' ) . '</a>' .
4578
  Abort activating plugin!
4579
  */
4580
  function cerber_stop_activating( $msg ) {
4581
+ //deactivate_plugins( cerber_plug_in() );
4582
+ deactivate_plugins( CERBER_PLUGIN_ID );
4583
  wp_die( $msg );
4584
  }
4585
 
4586
+ // Closure can't be used
4587
+ register_uninstall_hook( cerber_plugin_file(), 'cerber_finito' );
4588
+ function cerber_finito() {
4589
+ if ( ! is_super_admin() ) {
4590
+ return;
4591
+ }
4592
+
4593
+ $dir = cerber_get_the_folder();
4594
+ if ( ! is_wp_error( $dir ) && file_exists( $dir ) ) {
4595
+ $fs = cerber_init_wp_filesystem();
4596
+ if ( ! is_wp_error( $fs ) ) {
4597
+ $fs->rmdir( $dir, true );
4598
+ }
4599
+ }
4600
+
4601
+ $list = array( '_cerber_up', '_cerber_report', 'cerber-groove', 'cerber-groove-x', '_cerberkey_', 'cerber-antibot', 'cerber_admin_info', '_cerber_db_errors' );
4602
+ $list = array_merge( $list, cerber_get_setting_list() );
4603
+ foreach ( $list as $opt ) {
4604
+ delete_site_option( $opt );
4605
+ }
4606
+
4607
+ // Must be executed last
4608
+ cerber_db_query( 'DROP TABLE IF EXISTS ' . implode( ',', cerber_get_tables() ) );
4609
+ }
4610
+
4611
  /**
4612
  * Upgrade database tables, data and plugin settings
4613
  *
4614
  * @since 3.0
4615
  *
4616
  */
4617
+ function cerber_upgrade_all( $force = false ) {
4618
  global $cerber_doing_upgrade;
4619
+ $ver = get_site_option( '_cerber_up' );
4620
+ if ( $force || ! $ver || $ver['v'] != CERBER_VER ) {
4621
  $d = @ini_get( 'display_errors');
4622
  @ini_set( 'display_errors', 0 );
4623
  $cerber_doing_upgrade = true;
4624
+ @define( 'CRB_DOING_UPGRADE', 1 );
4625
  crb_clear_admin_msg();
4626
  cerber_create_db();
4627
  cerber_upgrade_db();
4628
  cerber_acl_fixer( true );
4629
  cerber_antibot_gene( true );
4630
  cerber_upgrade_settings();
4631
+ cerber_htaccess_sync( 'main' );
4632
  wp_clear_scheduled_hook( 'cerber_hourly' ); // @since 5.8
4633
  update_site_option( '_cerber_up', array( 'v' => CERBER_VER, 't' => time() ) );
4634
  cerber_push_the_news( CERBER_VER );
4635
  cerber_delete_expired_set( true );
4636
  lab_get_key( true );
4637
  $cerber_doing_upgrade = false;
4638
+ delete_site_transient( 'update_plugins' );
4639
  @ini_set( 'display_errors', $d );
4640
  }
4641
  }
4654
  $db_errors = array();
4655
  $sql = array();
4656
 
4657
+ if ( ! cerber_is_table( CERBER_LOG_TABLE ) ) {
4658
  $sql[] = "
4659
  CREATE TABLE IF NOT EXISTS " . CERBER_LOG_TABLE . " (
4660
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP',
4667
  ";
4668
  }
4669
 
4670
+ if ( ! cerber_is_table( CERBER_ACL_TABLE ) ) {
4671
  $sql[] = "
4672
  CREATE TABLE IF NOT EXISTS " . CERBER_ACL_TABLE . " (
4673
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'IP',
4678
  ";
4679
  }
4680
 
4681
+ if ( ! cerber_is_table( CERBER_BLOCKS_TABLE ) ) {
4682
  $sql[] = "
4683
  CREATE TABLE IF NOT EXISTS " . CERBER_BLOCKS_TABLE . " (
4684
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP',
4690
  ";
4691
  }
4692
 
4693
+ if ( ! cerber_is_table( CERBER_LAB_TABLE ) ) {
4694
  $sql[] = "
4695
  CREATE TABLE IF NOT EXISTS " . CERBER_LAB_TABLE . " (
4696
  ip varchar(39) CHARACTER SET ascii NOT NULL COMMENT 'Remote IP',
4702
  }
4703
 
4704
 
4705
+ if ( $recreate || ! cerber_is_table( CERBER_LAB_IP_TABLE ) ) {
4706
  if ( $recreate && cerber_is_table( CERBER_LAB_IP_TABLE ) ) {
4707
  $sql[] = 'DROP TABLE IF EXISTS ' . CERBER_LAB_IP_TABLE;
4708
  }
4733
  ';
4734
  }
4735
 
4736
+ if ( ! cerber_is_table( CERBER_GEO_TABLE ) ) {
4737
  $sql[] = '
4738
  CREATE TABLE IF NOT EXISTS ' . CERBER_GEO_TABLE . ' (
4739
  country CHAR(3) NOT NULL DEFAULT "" COMMENT "Country code",
4744
  ';
4745
  }
4746
 
4747
+ if ( ! cerber_is_table( CERBER_TRAF_TABLE ) ) {
4748
  $sql[] = '
4749
  CREATE TABLE IF NOT EXISTS ' . CERBER_TRAF_TABLE . ' (
4750
  ip varchar(39) CHARACTER SET ascii NOT NULL,
4905
  }
4906
  }
4907
 
 
 
4908
  cerber_acl_fixer();
4909
 
4910
+ update_site_option( '_cerber_db_errors', $db_errors );
 
 
 
 
 
4911
 
4912
  return $db_errors;
4913
  }
4914
 
4915
+ function cerber_get_tables() {
4916
+ return array(
4917
+ CERBER_LOG_TABLE,
4918
+ CERBER_QMEM_TABLE,
4919
+ CERBER_TRAF_TABLE,
4920
+ CERBER_ACL_TABLE,
4921
+ CERBER_BLOCKS_TABLE,
4922
+ CERBER_LAB_TABLE,
4923
+ CERBER_LAB_IP_TABLE,
4924
+ CERBER_LAB_NET_TABLE,
4925
+ CERBER_GEO_TABLE,
4926
+ cerber_get_db_prefix() . CERBER_SCAN_TABLE,
4927
+ cerber_get_db_prefix() . CERBER_SETS_TABLE,
4928
+ cerber_get_db_prefix() . CERBER_MS_TABLE,
4929
+ cerber_get_db_prefix() . CERBER_MS_LIST_TABLE,
4930
+ );
4931
+ }
4932
+
4933
  /**
4934
  * Updating old activity log records to the new row format (has been introduced in v 3.1)
4935
  *
4999
  }
5000
  }
5001
 
5002
+ add_action( 'deac' . 'tivate_' . CERBER_PLUGIN_ID, function ( $ip ) {
5003
+ wp_clear_scheduled_hook( 'cerber_bg_launcher' );
5004
  wp_clear_scheduled_hook( 'cerber_hourly_1' );
5005
  wp_clear_scheduled_hook( 'cerber_hourly_2' );
5006
  wp_clear_scheduled_hook( 'cerber_daily' );
5008
  cerber_htaccess_clean_up();
5009
  cerber_set_boot_mode( 0 );
5010
  cerber_delete_expired_set( true );
5011
+ cerber_delete_set( 'plugins_done' );
5012
+ cerber_delete_set( '_background_tasks' );
5013
 
5014
  $pi = get_file_data( cerber_plugin_file(), array( 'Version' => 'Version' ), 'plugin' );
5015
  $pi ['v'] = time();
5016
  $pi ['u'] = get_current_user_id();
5017
+ cerber_update_set( '_cerber_o' . 'ff', $pi );
5018
  $f = 'cerb' . 'er_se' . 'nd_em' . 'ail';
5019
  $f( 'sh' . 'utd' . 'own' );
5020
+ } );
5021
 
5022
  /*
5023
  Fix an issue with the empty user_id field in the comments table.
5174
  // Error monitoring
5175
  if ( 400 <= http_response_code()
5176
  && ! cerber_is_wp_cron()
5177
+ && ! ( cerber_is_wp_ajax() && ( 400 == http_response_code() ) )
5178
  && ( $mode = crb_get_settings( 'tierrmon' ) ) ) {
5179
  cerber_error_shield( $mode );
5180
  }
5509
  function cerber_to_log( $wp_type, $http_code, $user_id ) {
5510
  global $cerber_logged, $cerber_blocked, $wp_cerber;
5511
 
5512
+ if ( nexus_is_valid_request() ) {
5513
+ return false;
5514
+ }
5515
+
5516
  $mode = crb_get_settings( 'timode' );
5517
 
5518
  if ( $mode == 0 ) {
5630
  return $list;
5631
  }
5632
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5633
  /**
5634
  * Return non WordPress public query $_GET fields (parameters)
5635
  *
cerber-maintenance.php ADDED
@@ -0,0 +1,270 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /*
3
+ Copyright (C) 2015-19 CERBER TECH INC., http://cerber.tech
4
+ Copyright (C) 2015-19 CERBER TECH INC., https://wpcerber.com
5
+
6
+ Licenced under the GNU GPL.
7
+
8
+ This program is free software; you can redistribute it and/or modify
9
+ it under the terms of the GNU General Public License as published by
10
+ the Free Software Foundation; either version 3 of the License, or
11
+ (at your option) any later version.
12
+
13
+ This program is distributed in the hope that it will be useful,
14
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ GNU General Public License for more details.
17
+
18
+ You should have received a copy of the GNU General Public License
19
+ along with this program; if not, write to the Free Software
20
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
21
+ */
22
+
23
+ /*
24
+
25
+ *========================================================================*
26
+ | |
27
+ | ATTENTION! Do not change or edit this file! |
28
+ | |
29
+ *========================================================================*
30
+
31
+ */
32
+
33
+ if ( ! class_exists( 'Plugin_Upgrader' ) ) {
34
+ require_once( ABSPATH . 'wp-admin/includes/class-wp-upgrader.php' );
35
+ }
36
+ /**
37
+ * Makes array of human readable update report
38
+ *
39
+ * @param array $data
40
+ * @param bool $display_errors
41
+ *
42
+ * @return array String to log or to display
43
+ */
44
+ function cerber_flat_results( $data = array(), $display_errors = false ) {
45
+ $ret = array();
46
+
47
+ if ( ! is_array( $data ) || empty( $data ) ) {
48
+ return $ret;
49
+ }
50
+
51
+ foreach ( $data as $key => $item ) {
52
+ if ( $item['info'] ) {
53
+
54
+ }
55
+ if ( $item['status'] ) {
56
+ $ret = array_merge( $ret, $item['status'] );
57
+ }
58
+ if ( $item['errors'] ) {
59
+ foreach ( $item['errors'] as $err ) {
60
+ $e = $err[1];
61
+ $more = crb_array_get( $err, 2 );
62
+ if ( $more ) {
63
+ $e .= '(' . $more . ')';
64
+ }
65
+ $ret[] = 'An error occurred while updating ' . $item['info']['Name'] . ': ' . $e;
66
+ if ( $err[0] == 'no_update' ) {
67
+ continue;
68
+ }
69
+ if ( $display_errors ) {
70
+ cerber_admin_notice( 'An error occurred while updating ' . $item['info']['Name'] . ': ' . $e );
71
+ }
72
+ }
73
+ }
74
+ }
75
+
76
+ return $ret;
77
+ }
78
+
79
+ function cerber_update_plugin( $plugin_id = '' ) {
80
+ static $silent_skin, $upgrader;
81
+
82
+ $ret = array( 'status' => array(), 'errors' => array() );
83
+
84
+ $errors = array();
85
+
86
+ crb_is_task_permitted( true );
87
+
88
+ ob_start();
89
+
90
+ $fs = cerber_init_wp_filesystem();
91
+ if ( is_wp_error( $fs ) ) {
92
+ $code = $fs->get_error_code();
93
+
94
+ $ret['errors'] = array(
95
+ array(
96
+ $code,
97
+ $fs->get_error_message( $code ),
98
+ $fs->get_error_data( $code )
99
+ )
100
+ );
101
+
102
+ $junk = ob_get_clean();
103
+ return $ret;
104
+ }
105
+
106
+ $plugins = get_plugins();
107
+ $ret['status'][] = 'Upgrading ' . $plugins[ $plugin_id ]['Name'] . ' ' . $plugins[ $plugin_id ]['Version'];
108
+
109
+ if ( ! is_object( $silent_skin ) ) {
110
+ $silent_skin = new CRB_Upgrader_Skin();
111
+ }
112
+ if ( ! is_object( $upgrader ) ) {
113
+ $upgrader = new CRB_Plugin_Upgrader( $silent_skin );
114
+ }
115
+
116
+ $result = $upgrader->upgrade( $plugin_id );
117
+
118
+ $junk = ob_get_clean(); // should be empty
119
+
120
+ if ( ! $result ) {
121
+ $errors [] = array( 'upgrade-unknown', 'Unknown file error' );
122
+ }
123
+ elseif ( is_wp_error( $result ) ) {
124
+ foreach ( $result->get_error_codes() as $code ) {
125
+ $errors [] = array(
126
+ $code,
127
+ $result->get_error_message( $code ),
128
+ $result->get_error_data( $code )
129
+ );
130
+ }
131
+ }
132
+
133
+ $ret['errors'] = $errors;
134
+ $ret['status'] = array_merge( $ret['status'], $silent_skin->the_status );
135
+
136
+ $plugins = get_plugins();
137
+ $ret['info'] = $plugins[ $plugin_id ];
138
+
139
+ return $ret;
140
+ }
141
+
142
+ /**
143
+ * Class CRB_Plugin_Upgrader
144
+ * Installs the latest version of the plugin, remove other actions, provides more info in case of error
145
+ *
146
+ */
147
+ class CRB_Plugin_Upgrader extends Plugin_Upgrader {
148
+
149
+ private $flushed = false;
150
+
151
+ public function upgrade( $plugin, $args = array() ) {
152
+
153
+ $this->download_update_info(); // Use fresh data from wordpress.org
154
+
155
+ $defaults = array(
156
+ 'clear_update_cache' => true,
157
+ );
158
+ $parsed_args = wp_parse_args( $args, $defaults );
159
+
160
+ $this->init();
161
+ $this->upgrade_strings();
162
+
163
+ $wp_org = get_site_transient( 'update_plugins' );
164
+ if ( isset( $wp_org->response[ $plugin ] ) ) {
165
+ $url = $wp_org->response[ $plugin ]->package;
166
+ }
167
+ else {
168
+ return new WP_Error( 'no_update', 'No newer version found' );
169
+ }
170
+
171
+ // No other default updates are allowed!
172
+ remove_action( 'upgrader_process_complete', array( 'Language_Pack_Upgrader', 'async_upgrade' ), 20 );
173
+ remove_action( 'upgrader_process_complete', 'wp_version_check' );
174
+ remove_action( 'upgrader_process_complete', 'wp_update_plugins' );
175
+ remove_action( 'upgrader_process_complete', 'wp_update_themes' );
176
+
177
+ // In the background update it will deactivate the plugin
178
+ // add_filter('upgrader_pre_install', array($this, 'deactivate_plugin_before_upgrade'), 10, 2);
179
+
180
+ add_filter( 'upgrader_clear_destination', array( $this, 'delete_old_plugin' ), 10, 4 );
181
+ //'source_selection' => array($this, 'source_selection'), //there's a trac ticket to move up the directory for zip's which are made a bit differently, useful for non-.org plugins.
182
+ if ( $parsed_args['clear_update_cache'] ) {
183
+ // Clear cache so wp_update_plugins() knows about the new plugin.
184
+ add_action( 'upgrader_process_complete', 'wp_clean_plugins_cache', 9, 0 );
185
+ }
186
+
187
+ $run_result = $this->run( array(
188
+ 'package' => $url,
189
+ 'destination' => WP_PLUGIN_DIR,
190
+ 'clear_destination' => true,
191
+ 'clear_working' => true,
192
+ 'hook_extra' => array(
193
+ 'plugin' => $plugin,
194
+ 'type' => 'plugin',
195
+ 'action' => 'update',
196
+ ),
197
+ ) );
198
+
199
+ // Cleanup our hooks, in case something else does a upgrade on this connection.
200
+ remove_action( 'upgrader_process_complete', 'wp_clean_plugins_cache', 9 );
201
+ remove_filter( 'upgrader_pre_install', array( $this, 'deactivate_plugin_before_upgrade' ) );
202
+ remove_filter( 'upgrader_clear_destination', array( $this, 'delete_old_plugin' ) );
203
+
204
+ if ( is_wp_error( $run_result ) ) { // Typically filesystem errors
205
+
206
+ return $run_result; // not the same as $this->result (who knows why)
207
+ }
208
+
209
+ if ( ! $this->result || is_wp_error( $this->result ) ) {
210
+
211
+ return $this->result;
212
+ }
213
+
214
+ // Force refresh of plugin update information
215
+ wp_clean_plugins_cache( $parsed_args['clear_update_cache'] );
216
+
217
+ return true;
218
+ }
219
+
220
+ private function download_update_info() {
221
+ if ( ! $this->flushed ) {
222
+ delete_site_transient( 'update_plugins' );
223
+ wp_update_plugins();
224
+ }
225
+ $this->flushed = true; // Update once in case of bulk update
226
+ }
227
+
228
+ }
229
+
230
+ class CRB_Upgrader_Skin extends WP_Upgrader_Skin {
231
+ public $the_status = array();
232
+
233
+ public function __construct() { // simply avoid parsing unnecessary parameters
234
+ $defaults = array( 'url' => '', 'nonce' => '', 'title' => '', 'context' => false );
235
+ $this->options = $defaults;
236
+ }
237
+
238
+ /*
239
+ * Saves results for further usage instead of flushing it to a user browser
240
+ *
241
+ */
242
+ public function feedback( $string ) {
243
+ if ( isset( $this->upgrader->strings[ $string ] ) ) {
244
+ $string = $this->upgrader->strings[ $string ];
245
+ }
246
+
247
+ if ( strpos( $string, '%' ) !== false ) {
248
+ $args = func_get_args();
249
+ $args = array_splice( $args, 1 );
250
+ if ( $args ) {
251
+ $args = array_map( 'strip_tags', $args );
252
+ $args = array_map( 'esc_html', $args );
253
+ $string = vsprintf( $string, $args );
254
+ }
255
+ }
256
+ if ( empty( $string ) ) {
257
+ return;
258
+ }
259
+ //show_message($string); No flush!
260
+ $this->the_status[] = $string;
261
+ }
262
+
263
+ public function header() {
264
+ // No output
265
+ }
266
+
267
+ public function footer() {
268
+ // No output
269
+ }
270
+ }
cerber-news.php CHANGED
@@ -125,6 +125,18 @@ function cerber_push_the_news( $version ) {
125
  $news['7.9.7'][] = 'Improved handling scheduled maintenance tasks on a multi-site WordPress installation';
126
  $news['7.9.7'][] = 'A new Changelog section on the Tools page';
127
 
 
 
 
 
 
 
 
 
 
 
 
 
128
 
129
  if ( ! empty( $news[ $version ] ) ) {
130
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
@@ -145,9 +157,8 @@ function cerber_push_the_news( $version ) {
145
 
146
 
147
  function cerber_admin_info($msg, $type = 'normal'){
148
-
149
  $crb_assets_url = cerber_plugin_dir_url() . 'assets/';
150
-
151
  update_site_option('cerber_admin_info',
152
  '<table><tr><td><img style="float:left; margin-left:-10px;" src="'.$crb_assets_url.'icon-128x128.png"></td>'.
153
  '<td>'.$msg.
125
  $news['7.9.7'][] = 'Improved handling scheduled maintenance tasks on a multi-site WordPress installation';
126
  $news['7.9.7'][] = 'A new Changelog section on the Tools page';
127
 
128
+ $news['8.0'][] = 'A new feature called Cerber.Hub enables you to manage WP Cerber settings, monitor user activity, watch website traffic, and upgrade plugins on an unlimited number of websites.';
129
+ $news['8.0'][] = 'To block multiple WordPress users at a time, use a new bulk action "Block" in the dropdown list on the Users admin page. Requires WordPress 4.7 or newer.';
130
+ $news['8.0'][] = 'We’ve significantly improved the export routine for the Activity and Live Traffic logs. Now it’s capable of exporting more than 500K rows in a single CSV file.';
131
+
132
+ $news['8.1'][] = 'New: In a single click you can get a list of active plugins and available plugin updates on a slave website.';
133
+ $news['8.1'][] = 'New: If a newer version of Cerber or WordPress is available to install on slave websites, a red exclamation icons are shown on the My Websites page.';
134
+ $news['8.1'][] = 'New: On a master website, you can select what language to use when a slave admin page is being displayed.';
135
+ $news['8.1'][] = 'Update: Long URLs on the Live Traffic page now are shortened and displayed more neatly.';
136
+ $news['8.1'][] = 'Update: The plugin uninstallation process has been improved and now cleans up the database completely.';
137
+ $news['8.1'][] = 'Update: Multiple translations have been updated. Thanks to: Maxime, Jos Knippen, Fredrik Näslund, Francesco.';
138
+ $news['8.1'][] = 'Bug fixed: The "Add to the Black List" button on the Activity log page does not work.';
139
+ $news['8.1'][] = 'Bug fixed: When the "All suspicious activity" button is clicked on the Dashboard admin page, the "Subscribe" link on the Activity page does not work correctly';
140
 
141
  if ( ! empty( $news[ $version ] ) ) {
142
  //$text = '<h3>What\'s new in WP Cerber '.$version.'</h3>';
157
 
158
 
159
  function cerber_admin_info($msg, $type = 'normal'){
160
+ //global $crb_assets_url;
161
  $crb_assets_url = cerber_plugin_dir_url() . 'assets/';
 
162
  update_site_option('cerber_admin_info',
163
  '<table><tr><td><img style="float:left; margin-left:-10px;" src="'.$crb_assets_url.'icon-128x128.png"></td>'.
164
  '<td>'.$msg.
cerber-request.php CHANGED
@@ -6,6 +6,7 @@ final class CRB_Request {
6
  private static $uri_script = null; // With path and the starting slash (if script)
7
  private static $site_root = null; // Without trailing slash and path (site domain or IP address)
8
  private static $sub_folder = null; // Without trailing slash and site domain
 
9
 
10
  static function URI() {
11
  if ( isset( self::$clean_uri ) ) {
@@ -29,7 +30,8 @@ final class CRB_Request {
29
  }
30
 
31
  $uri = rtrim( $uri, '/' );
32
- self::$clean_uri = preg_replace( '/\/+/', '/', $uri );
 
33
 
34
  return self::$clean_uri;
35
  }
@@ -129,15 +131,18 @@ final class CRB_Request {
129
  }
130
 
131
  // @since 7.9.2
132
- static function is_script( $val ) {
133
  if ( ! self::script() ) {
134
  return false;
135
  }
136
- $uri_script = self::$uri_script;
137
  self::parse_site_url();
138
  if ( self::$sub_folder ) {
139
  $uri_script = substr( self::$uri_script, strlen( self::$sub_folder ) );
140
  }
 
 
 
141
 
142
  if ( is_array( $val ) ) {
143
  if ( in_array( $uri_script, $val ) ) {
@@ -150,4 +155,19 @@ final class CRB_Request {
150
 
151
  return false;
152
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
153
  }
6
  private static $uri_script = null; // With path and the starting slash (if script)
7
  private static $site_root = null; // Without trailing slash and path (site domain or IP address)
8
  private static $sub_folder = null; // Without trailing slash and site domain
9
+ private static $the_path = null;
10
 
11
  static function URI() {
12
  if ( isset( self::$clean_uri ) ) {
30
  }
31
 
32
  $uri = rtrim( $uri, '/' );
33
+ //self::$clean_uri = preg_replace( '/\/+/', '/', $uri );
34
+ self::$clean_uri = urldecode( preg_replace( '/\/+/', '/', $uri ) );
35
 
36
  return self::$clean_uri;
37
  }
131
  }
132
 
133
  // @since 7.9.2
134
+ static function is_script( $val, $multiview = false ) {
135
  if ( ! self::script() ) {
136
  return false;
137
  }
138
+ //$uri_script = self::$uri_script;
139
  self::parse_site_url();
140
  if ( self::$sub_folder ) {
141
  $uri_script = substr( self::$uri_script, strlen( self::$sub_folder ) );
142
  }
143
+ else {
144
+ $uri_script = self::$uri_script;
145
+ }
146
 
147
  if ( is_array( $val ) ) {
148
  if ( in_array( $uri_script, $val ) ) {
155
 
156
  return false;
157
  }
158
+
159
+ static function get_request_path() {
160
+ if ( isset( self::$the_path ) ) {
161
+ return self::$the_path;
162
+ }
163
+
164
+ if ( ! $path = crb_array_get( $_SERVER, 'PATH_INFO' ) ) { // Like /index.php/path-to-some-page/ or rest route
165
+ $path = $_SERVER['REQUEST_URI'];
166
+ }
167
+
168
+ self::$the_path = '/' . trim( urldecode( $path ), '/' ) . '/';
169
+
170
+ return self::$the_path;
171
+ }
172
+
173
  }
cerber-scanner.php CHANGED
@@ -69,64 +69,6 @@ define( 'CRB_SCAN_STOP', '__CERBER__SECURITY_SCAN_STOP__' );
69
  define( 'CRB_SCAN_DTB', '__CERBER__SECURITY_SCAN_DATA_B' );
70
  define( 'CRB_SCAN_DTE', '__CERBER__SECURITY_SCAN_DATA_E' );
71
 
72
- function cerber_integrity_page() {
73
-
74
- $tabs = array(
75
- 'scanner' => array( 'bx-radar', __( 'Security Scanner', 'wp-cerber' ) ),
76
- 'scan_settings' => array( 'bxs-slider-alt', __( 'Settings', 'wp-cerber' ) ),
77
- 'scan_schedule' => array( 'bx-time', __( 'Scheduling', 'wp-cerber' ) ),
78
- 'scan_policy' => array( 'bx-bolt', __( 'Cleaning up', 'wp-cerber' ) ),
79
- 'scan_ignore' => array( 'bx-hide', __( 'Ignore List', 'wp-cerber' ) ),
80
- 'scan_quarantine' => array( 'bx-trash', __( 'Quarantine', 'wp-cerber' ) ),
81
- );
82
-
83
-
84
- $tab = cerber_get_active_tab( $tabs );
85
-
86
- ?>
87
- <div id="crb-admin" class="wrap">
88
-
89
- <h1><?php _e( 'Site Integrity', 'wp-cerber' ) ?></h1>
90
-
91
- <?php
92
-
93
- cerber_show_tabs( $tab, $tabs );
94
-
95
- cerber_show_aside( $tab );
96
-
97
- echo '<div class="crb-main">';
98
-
99
- switch ( $tab ) {
100
- case 'scan_settings':
101
- cerber_show_settings_page( 'scanner' );
102
- break;
103
- case 'scan_schedule':
104
- cerber_show_settings_page( 'schedule' );
105
- break;
106
- case 'scan_policy':
107
- cerber_show_settings_page( 'policies' );
108
- break;
109
- case 'scan_quarantine':
110
- cerber_show_quarantine();
111
- break;
112
- case 'scan_ignore':
113
- cerber_show_ignore();
114
- break;
115
- case 'help':
116
- cerber_show_help();
117
- break;
118
- default:
119
- cerber_show_scanner();
120
- }
121
-
122
- echo '</div>';
123
-
124
- ?>
125
-
126
- </div>
127
- <?php
128
- }
129
-
130
  function cerber_show_scanner() {
131
  // http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html
132
 
@@ -180,6 +122,11 @@ function cerber_show_scanner() {
180
 
181
  cerber_scanner_dashboard( $msg );
182
 
 
 
 
 
 
183
  ?>
184
  <div id="crb-scan-area">
185
  <form>
@@ -187,17 +134,19 @@ function cerber_show_scanner() {
187
  <tr>
188
  <td id="crb-file-controls">
189
  <input data-control="delete_file" type="button"
190
- class="button button-secondary"
191
- value="<?php _e( 'Delete', 'wp-cerber' ); ?>"/>
192
- <input data-control="ignore_add_file" type="button"
193
  class="button button-secondary"
 
 
 
 
194
  value="<?php _e( 'Ignore', 'wp-cerber' ); ?>"/>
195
  </td>
196
  <td>
197
  <?php echo $controls; ?>
198
  </td>
199
  <!-- <td><a href="#" data-control="full-paths">Show full paths</a></td> -->
200
- <td><a href="#" class="dashicons dashicons-list-view" data-control="full-paths" title="Toggle full/relative paths"></a></td>
 
201
  </tr>
202
  </table>
203
  </form>
@@ -212,7 +161,7 @@ add_action( 'wp_ajax_cerber_scan_control', 'cerber_manual_scan' );
212
  function cerber_manual_scan() {
213
  global $cerber_db_errors;
214
 
215
- cerber_check_ajax();
216
 
217
  ob_start(); // Collecting possible junk warnings and notices cause we need clean JSON to be sent
218
 
@@ -220,9 +169,10 @@ function cerber_manual_scan() {
220
  $console_log = array();
221
  $scan_do = '';
222
 
223
- if ( cerber_is_http_post() && isset( $_POST['cerber_scan_do'] ) ) {
224
- $scan_do = preg_replace( '/[^a-z_\-\d]/i', '', $_POST['cerber_scan_do'] );
225
- $mode = ( isset( $_POST['cerber_scan_mode'] ) ) ? preg_replace( '/[^a-z_\-\d]/i', '', $_POST['cerber_scan_mode'] ) : 'quick';
 
226
 
227
  $scanner = cerber_scanner( $scan_do, $mode );
228
 
@@ -254,7 +204,7 @@ function cerber_manual_scan() {
254
 
255
  echo json_encode( $ret );
256
 
257
- wp_die();
258
  }
259
 
260
  add_action( 'plugins_loaded', function () {
@@ -518,7 +468,7 @@ function cerber_step_scanning() {
518
  if ( $result = cerber_scan_directory( ABSPATH, null, '_crb_save_file_names' ) ) {
519
  $above = dirname( cerber_get_abspath() ) . DIRECTORY_SEPARATOR;
520
  _crb_save_file_names( array( $above . 'wp-config.php', $above . '.htaccess' ) );
521
- $update['total']['files'] = cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan['id'] );
522
  $update['total']['folders'] = $result[0];
523
  crb_scan_debug( array(
524
  'Folders: ' . $update['total']['folders']
@@ -534,7 +484,7 @@ function cerber_step_scanning() {
534
  if ( is_dir( $tmp_dir ) && $result = cerber_scan_directory( $tmp_dir, null, '_crb_save_file_names' ) ) {
535
  //$update['total']['folders'] += $result[0];
536
  }
537
- $update['total']['files'] = cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan['id'] );
538
  }
539
  break;
540
  case 3:
@@ -544,7 +494,7 @@ function cerber_step_scanning() {
544
  if ( $another_dir !== $tmp_dir && @is_dir( $another_dir ) && $result = cerber_scan_directory( $another_dir, null, '_crb_save_file_names' ) ) {
545
  //$update['total']['folders'] += $result[0];
546
  }
547
- $update['total']['files'] = cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan['id'] );
548
  }
549
  break;
550
  case 4:
@@ -553,7 +503,7 @@ function cerber_step_scanning() {
553
  if ( is_dir( $another_dir ) && $result = cerber_scan_directory( $another_dir, null, '_crb_save_file_names' ) ) {
554
  //$update['total']['folders'] += $result[0];
555
  }
556
- $update['total']['files'] = cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan['id'] );
557
  }
558
  break;
559
  case 5:
@@ -574,7 +524,7 @@ function cerber_step_scanning() {
574
  $x ++;
575
  }
576
  // Some files might be symlinks
577
- $update['total']['files'] = cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan['id'] );
578
  $update['total']['parsed'] = cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan['id'] . ' AND file_type !=0' );
579
  }
580
  else {
@@ -1131,6 +1081,10 @@ function cerber_delete_scan( $scan_id ) {
1131
  return false;
1132
  }
1133
 
 
 
 
 
1134
  /**
1135
  * Save issues (for end user reporting) during the scanning
1136
  *
@@ -3043,7 +2997,7 @@ function cerber_detect_file( $file_name ) {
3043
  if ( 0 === strpos( $file_name, $abspath . 'wp-admin' . DIRECTORY_SEPARATOR ) ) {
3044
  return CERBER_FT_WP; // WP
3045
  }
3046
- if ( 0 === strpos( $file_name, $abspath . 'wp-includes' . DIRECTORY_SEPARATOR ) ) {
3047
  return CERBER_FT_WP; // WP
3048
  }
3049
 
@@ -3891,13 +3845,28 @@ function cerber_end_ajax( $data = array() ) {
3891
  if ( ! $data ) {
3892
  $data = array();
3893
  }
3894
- $data['cerber_db_errors'] = $cerber_db_errors;
3895
  if ( ! $cerber_db_errors ) {
3896
  $data['OK'] = 'OK!';
3897
  }
 
 
 
3898
  echo json_encode( $data );
3899
 
3900
- wp_die();
 
 
 
 
 
 
 
 
 
 
 
 
3901
  }
3902
 
3903
 
@@ -3933,7 +3902,7 @@ function cerber_ref_upload_form() {
3933
  */
3934
  add_action( 'wp_ajax_cerber_ref_upload', function () {
3935
 
3936
- cerber_check_ajax();
3937
 
3938
  //ob_start(); // Collecting possible junk warnings and notices cause we need clean JSON to be sent
3939
 
@@ -4400,33 +4369,45 @@ function cerber_check_theme_data( $folder ) {
4400
  */
4401
  add_action( 'wp_ajax_cerber_view_file', function () {
4402
 
4403
- cerber_check_ajax();
 
 
 
4404
 
4405
- $file_name = $_GET['file'];
4406
  if ( ! @is_file( $file_name ) ) {
4407
- wp_die( 'I/O Error' );
 
 
4408
  }
4409
 
4410
  $file_size = filesize( $file_name );
4411
 
4412
  if ( $file_size > 8000000 ) {
4413
- wp_die( 'Error: This file is too large to display.' );
 
 
4414
  }
4415
 
4416
  if ( $file_size <= 0 ) {
4417
- wp_die( 'The file is empty.' );
 
 
4418
  }
4419
 
4420
- $scan_id = absint( $_GET['scan_id'] );
4421
 
4422
  $the_file = cerber_db_get_row( 'SELECT * FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan_id . ' AND file_name = "' . $file_name . '"' );
4423
 
4424
  if ( ! $the_file ) {
4425
- wp_die( __( 'File access error. Possibly scan results are outdated. Please run Quick or Full Scan.', 'wp-cerber' ) );
 
 
4426
  }
4427
 
4428
  if ( ! $source = file_get_contents( $file_name ) ) {
4429
- wp_die( 'Error: Unable to load file.' );
 
 
4430
  }
4431
 
4432
  $source = htmlspecialchars( $source, ENT_SUBSTITUTE );
@@ -4450,9 +4431,9 @@ add_action( 'wp_ajax_cerber_view_file', function () {
4450
  $overlay = '<div id="crb-overlay">Loading, please wait...</div>';
4451
  }
4452
 
4453
- $sh_url = plugin_dir_url( __FILE__ ) . 'assets/sh/';
4454
- $sheight = absint( $_GET['sheight'] ) - 100; // highlighter is un-responsible, so we need tell him the real height
4455
- $c_height = absint( $_GET['sheight'] );
4456
 
4457
  ?>
4458
  <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml">
@@ -4559,7 +4540,8 @@ add_action( 'wp_ajax_cerber_view_file', function () {
4559
 
4560
  <?php
4561
 
4562
- wp_die();
 
4563
  } );
4564
 
4565
 
@@ -4569,22 +4551,28 @@ add_action( 'wp_ajax_cerber_view_file', function () {
4569
  */
4570
  add_action( 'wp_ajax_cerber_scan_bulk_files', function () {
4571
 
4572
- cerber_check_ajax();
4573
 
4574
- if ( empty( $_POST['files'] ) || empty( $_POST['scan_id'] ) ) {
4575
- wp_die( 'Error!' );
 
 
 
 
4576
  }
4577
 
4578
- $scan_id = absint( $_POST['scan_id'] );
4579
 
4580
  if ( ! cerber_get_scan( $scan_id ) ) {
4581
- wp_die( 'Error!' );
 
 
4582
  }
4583
 
4584
- $operation = $_POST['scan_file_operation'];
4585
 
4586
  if ( ( ! $ignore = cerber_get_set( 'ignore-list' ) ) || ! is_array( $ignore ) ) {
4587
- $ignore = array();
4588
  }
4589
 
4590
  global $crb_list;
@@ -4594,7 +4582,7 @@ add_action( 'wp_ajax_cerber_scan_bulk_files', function () {
4594
  $time = time();
4595
  $user_id = get_current_user_id();
4596
 
4597
- foreach ( $_POST['files'] as $file_name ) {
4598
 
4599
  if ( ! is_file( $file_name ) ) {
4600
  continue;
@@ -4940,7 +4928,7 @@ function cerber_scan_report( $scan ) {
4940
 
4941
  // Generating the report
4942
 
4943
- $base_url = cerber_admin_link( 'scanner' );
4944
  $site_name = ( is_multisite() ) ? get_site_option( 'site_name' ) : get_option( 'blogname' );
4945
 
4946
  $css_table = 'width: 95%; max-width: 1000px; margin:0 auto; margin-bottom: 10px; background-color: #f5f5f5; text-align: center; color: #000; font-family: Arial, Helvetica, sans-serif;';
@@ -5331,12 +5319,13 @@ function cerber_show_quarantine() {
5331
  }
5332
 
5333
  $no_files = __( 'There are no files in the quarantine at the moment.', 'wp-cerber' );
5334
- $per_page = cerber_get_per_page();
5335
  $first = ( cerber_get_pn() - 1 ) * $per_page;
5336
  $last = $first + $per_page;
5337
  $list = array();
5338
 
5339
- $filter_scan = intval( cerber_get_get( 'scan' ) );
 
5340
  //$dirs = array( $folder . 'quarantine' . DIRECTORY_SEPARATOR . absint( $_GET['scan'] ));
5341
  if ( ! $dirs = glob( $folder . 'quarantine' . DIRECTORY_SEPARATOR . '*', GLOB_ONLYDIR ) ) {
5342
  echo $no_files;
@@ -5352,6 +5341,7 @@ function cerber_show_quarantine() {
5352
  $inc = false;
5353
  if ( file_exists( $f ) && $handle = @fopen( $f, "r" ) ) {
5354
  $ln = 0;
 
5355
  while ( ( $line = fgets( $handle ) ) !== false ) {
5356
  $ln ++;
5357
  if ( $ln <= 4 || empty( $line ) ) {
@@ -5363,11 +5353,15 @@ function cerber_show_quarantine() {
5363
  }
5364
  $v = crb_parse_qline( $dir, $line );
5365
  if ( $v ) {
 
 
 
5366
  $inc = true;
5367
  if ( ! $filter_scan || $filter_scan == $scan_id ) {
5368
  if ( $count >= $first && $count <= $last ) {
5369
  $v['scan_id'] = $scan_id;
5370
  $list[] = $v;
 
5371
  }
5372
  $count ++;
5373
  }
@@ -5404,16 +5398,18 @@ function cerber_show_quarantine() {
5404
  $confirm = ' onclick="return confirm(\'' . __( 'Are you sure?', 'wp-cerber' ) . '\');"';
5405
 
5406
  foreach ( $list as $file ) {
5407
- $delete = '<a ' . $confirm . ' href="' . wp_nonce_url( add_query_arg( array(
5408
- 'crb_scan_adm' => 'delete',
5409
- 'crb_scan_id' => $file['scan_id'],
5410
- 'crb_file_id' => $file['qfile']
5411
- ) ), 'control', 'cerber_nonce' ) . '">' . __( 'Delete permanently', 'wp-cerber' ) . '</a>';
5412
- $restore = ( ! $file['can'] ) ? '' : ' | <a ' . $confirm . ' href="' . wp_nonce_url( add_query_arg( array(
5413
- 'crb_scan_adm' => 'restore',
5414
- 'crb_scan_id' => $file['scan_id'],
5415
- 'crb_file_id' => $file['qfile']
5416
- ) ), 'control', 'cerber_nonce' ) . '">' . __( 'Restore', 'wp-cerber' ) . '</a>';
 
 
5417
  $moved = strtotime( $file['date'] ) - $ofs;
5418
  $will = cerber_auto_date( $file['scan_id'] + DAY_IN_SECONDS * crb_get_settings( 'scan_qcleanup' ) );
5419
  $rows[] = '<td><span title="' . cerber_date( $file['scan_id'] ) . '">' . cerber_auto_date( $file['scan_id'] ) . '</span></td><td><span title="' . cerber_date( $moved ) . '">' . cerber_auto_date( $moved ) . '</span></td><td>' . $will . '</td><td>' . $file['size'] . '</td><td>' . $file['source'] . '</td><td style="white-space: pre;">' . $delete . $restore . '</td>';
@@ -5530,7 +5526,7 @@ function cerber_show_ignore() {
5530
  __( 'Activity Insights', 'wp-cerber' );
5531
 
5532
  $no_files = __( 'The list is empty.', 'wp-cerber' );
5533
- $per_page = cerber_get_per_page();
5534
  $first = ( cerber_get_pn() - 1 ) * $per_page;
5535
 
5536
  if ( ! $list = cerber_get_set( 'ignore-list' ) ) {
@@ -5546,10 +5542,13 @@ function cerber_show_ignore() {
5546
  $confirm = ' onclick="return confirm(\'' . __( 'Are you sure?', 'wp-cerber' ) . '\');"';
5547
 
5548
  foreach ( $list as $key => $file ) {
5549
- $delete = '<a ' . $confirm . ' href="' . wp_nonce_url( add_query_arg( array(
5550
- 'crb_scan_adm' => 'remove_ignore',
5551
- 'crb_file_id' => $key
5552
- ) ), 'control', 'cerber_nonce' ) . '">' . __( 'Remove from the list', 'wp-cerber' ) . '</a>';
 
 
 
5553
  $rows[] = '<td>' . cerber_date( $file[3] ) . '</td><td>' . $file[0] . '</td><td style="white-space: pre;">'.$delete . '</td>';
5554
  }
5555
 
69
  define( 'CRB_SCAN_DTB', '__CERBER__SECURITY_SCAN_DATA_B' );
70
  define( 'CRB_SCAN_DTE', '__CERBER__SECURITY_SCAN_DATA_E' );
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
  function cerber_show_scanner() {
73
  // http://www.adequatelygood.com/JavaScript-Module-Pattern-In-Depth.html
74
 
122
 
123
  cerber_scanner_dashboard( $msg );
124
 
125
+ $d = '';
126
+ if ( nexus_is_valid_request() && ! nexus_is_granted( 'submit' ) ) {
127
+ $d = 'disabled="disabled"';
128
+ }
129
+
130
  ?>
131
  <div id="crb-scan-area">
132
  <form>
134
  <tr>
135
  <td id="crb-file-controls">
136
  <input data-control="delete_file" type="button"
 
 
 
137
  class="button button-secondary"
138
+ <?php echo $d; ?>
139
+ value="<?php _e( 'Delete', 'wp-cerber' ); ?>"/>
140
+ <input data-control="ignore_add_file" type="button" class="button button-secondary"
141
+ <?php echo $d; ?>
142
  value="<?php _e( 'Ignore', 'wp-cerber' ); ?>"/>
143
  </td>
144
  <td>
145
  <?php echo $controls; ?>
146
  </td>
147
  <!-- <td><a href="#" data-control="full-paths">Show full paths</a></td> -->
148
+ <td><a href="#" class="dashicons dashicons-list-view" data-control="full-paths"
149
+ title="Toggle full/relative paths"></a></td>
150
  </tr>
151
  </table>
152
  </form>
161
  function cerber_manual_scan() {
162
  global $cerber_db_errors;
163
 
164
+ cerber_check_ajax_permissions();
165
 
166
  ob_start(); // Collecting possible junk warnings and notices cause we need clean JSON to be sent
167
 
169
  $console_log = array();
170
  $scan_do = '';
171
 
172
+ if ( cerber_is_http_post() && $scan_do = crb_get_post_fields( 'cerber_scan_do' ) ) {
173
+ $scan_do = preg_replace( '/[^a-z_\-\d]/i', '', $scan_do );
174
+ //$mode = ( isset( $_POST['cerber_scan_mode'] ) ) ? preg_replace( '/[^a-z_\-\d]/i', '', $_POST['cerber_scan_mode'] ) : 'quick';
175
+ $mode = ( $mode = crb_get_post_fields( 'cerber_scan_mode' ) ) ? preg_replace( '/[^a-z_\-\d]/i', '', $mode ) : 'quick';
176
 
177
  $scanner = cerber_scanner( $scan_do, $mode );
178
 
204
 
205
  echo json_encode( $ret );
206
 
207
+ crb_admin_stop_ajax();
208
  }
209
 
210
  add_action( 'plugins_loaded', function () {
468
  if ( $result = cerber_scan_directory( ABSPATH, null, '_crb_save_file_names' ) ) {
469
  $above = dirname( cerber_get_abspath() ) . DIRECTORY_SEPARATOR;
470
  _crb_save_file_names( array( $above . 'wp-config.php', $above . '.htaccess' ) );
471
+ $update['total']['files'] = cerber_get_num_files( $scan['id'] );
472
  $update['total']['folders'] = $result[0];
473
  crb_scan_debug( array(
474
  'Folders: ' . $update['total']['folders']
484
  if ( is_dir( $tmp_dir ) && $result = cerber_scan_directory( $tmp_dir, null, '_crb_save_file_names' ) ) {
485
  //$update['total']['folders'] += $result[0];
486
  }
487
+ $update['total']['files'] = cerber_get_num_files( $scan['id'] );
488
  }
489
  break;
490
  case 3:
494
  if ( $another_dir !== $tmp_dir && @is_dir( $another_dir ) && $result = cerber_scan_directory( $another_dir, null, '_crb_save_file_names' ) ) {
495
  //$update['total']['folders'] += $result[0];
496
  }
497
+ $update['total']['files'] = cerber_get_num_files( $scan['id'] );
498
  }
499
  break;
500
  case 4:
503
  if ( is_dir( $another_dir ) && $result = cerber_scan_directory( $another_dir, null, '_crb_save_file_names' ) ) {
504
  //$update['total']['folders'] += $result[0];
505
  }
506
+ $update['total']['files'] = cerber_get_num_files( $scan['id'] );
507
  }
508
  break;
509
  case 5:
524
  $x ++;
525
  }
526
  // Some files might be symlinks
527
+ $update['total']['files'] = cerber_get_num_files( $scan['id'] );
528
  $update['total']['parsed'] = cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan['id'] . ' AND file_type !=0' );
529
  }
530
  else {
1081
  return false;
1082
  }
1083
 
1084
+ function cerber_get_num_files( $scan_id ) {
1085
+ return cerber_db_get_var( 'SELECT COUNT(scan_id) FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . absint( $scan_id ) );
1086
+ }
1087
+
1088
  /**
1089
  * Save issues (for end user reporting) during the scanning
1090
  *
2997
  if ( 0 === strpos( $file_name, $abspath . 'wp-admin' . DIRECTORY_SEPARATOR ) ) {
2998
  return CERBER_FT_WP; // WP
2999
  }
3000
+ if ( 0 === strpos( $file_name, $abspath . WPINC . DIRECTORY_SEPARATOR ) ) {
3001
  return CERBER_FT_WP; // WP
3002
  }
3003
 
3845
  if ( ! $data ) {
3846
  $data = array();
3847
  }
3848
+
3849
  if ( ! $cerber_db_errors ) {
3850
  $data['OK'] = 'OK!';
3851
  }
3852
+
3853
+ $data['cerber_db_errors'] = $cerber_db_errors;
3854
+
3855
  echo json_encode( $data );
3856
 
3857
+ if ( ! nexus_is_valid_request() ) {
3858
+ wp_die();
3859
+ }
3860
+ }
3861
+
3862
+ function crb_admin_stop_ajax( $msg = '' ) {
3863
+ if ( $msg ) {
3864
+ echo $msg;
3865
+ }
3866
+ if ( ! nexus_is_valid_request() ) {
3867
+ //wp_die();
3868
+ exit;
3869
+ }
3870
  }
3871
 
3872
 
3902
  */
3903
  add_action( 'wp_ajax_cerber_ref_upload', function () {
3904
 
3905
+ cerber_check_ajax_permissions();
3906
 
3907
  //ob_start(); // Collecting possible junk warnings and notices cause we need clean JSON to be sent
3908
 
4369
  */
4370
  add_action( 'wp_ajax_cerber_view_file', function () {
4371
 
4372
+ cerber_check_ajax_permissions();
4373
+
4374
+ $get = crb_get_query_params();
4375
+ $file_name = $get['file'];
4376
 
 
4377
  if ( ! @is_file( $file_name ) ) {
4378
+ crb_admin_stop_ajax( 'I/O Error' );
4379
+
4380
+ return;
4381
  }
4382
 
4383
  $file_size = filesize( $file_name );
4384
 
4385
  if ( $file_size > 8000000 ) {
4386
+ crb_admin_stop_ajax( 'Error: This file is too large to display.' );
4387
+
4388
+ return;
4389
  }
4390
 
4391
  if ( $file_size <= 0 ) {
4392
+ crb_admin_stop_ajax( 'The file is empty.' );
4393
+
4394
+ return;
4395
  }
4396
 
4397
+ $scan_id = absint( $get['scan_id'] );
4398
 
4399
  $the_file = cerber_db_get_row( 'SELECT * FROM ' . cerber_get_db_prefix() . CERBER_SCAN_TABLE . ' WHERE scan_id = ' . $scan_id . ' AND file_name = "' . $file_name . '"' );
4400
 
4401
  if ( ! $the_file ) {
4402
+ crb_admin_stop_ajax( __( 'File access error. Possibly scan results are outdated. Please run Quick or Full Scan.', 'wp-cerber' ) );
4403
+
4404
+ return;
4405
  }
4406
 
4407
  if ( ! $source = file_get_contents( $file_name ) ) {
4408
+ crb_admin_stop_ajax( 'Error: Unable to load file.' );
4409
+
4410
+ return;
4411
  }
4412
 
4413
  $source = htmlspecialchars( $source, ENT_SUBSTITUTE );
4431
  $overlay = '<div id="crb-overlay">Loading, please wait...</div>';
4432
  }
4433
 
4434
+ $sh_url = plugin_dir_url( __FILE__ ) . 'assets/sh/';
4435
+ $sheight = absint( $get['sheight'] ) - 100; // highlighter is un-responsible, so we need tell him the real height
4436
+ $c_height = absint( $get['sheight'] );
4437
 
4438
  ?>
4439
  <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml">
4540
 
4541
  <?php
4542
 
4543
+ crb_admin_stop_ajax();
4544
+
4545
  } );
4546
 
4547
 
4551
  */
4552
  add_action( 'wp_ajax_cerber_scan_bulk_files', function () {
4553
 
4554
+ cerber_check_ajax_permissions();
4555
 
4556
+ $post = crb_get_post_fields();
4557
+
4558
+ if ( empty( $post['files'] ) || empty( $post['scan_id'] ) ) {
4559
+ crb_admin_stop_ajax( 'Error!' );
4560
+
4561
+ return;
4562
  }
4563
 
4564
+ $scan_id = absint( $post['scan_id'] );
4565
 
4566
  if ( ! cerber_get_scan( $scan_id ) ) {
4567
+ crb_admin_stop_ajax( 'Error!' );
4568
+
4569
+ return;
4570
  }
4571
 
4572
+ $operation = $post['scan_file_operation'];
4573
 
4574
  if ( ( ! $ignore = cerber_get_set( 'ignore-list' ) ) || ! is_array( $ignore ) ) {
4575
+ $ignore = array();
4576
  }
4577
 
4578
  global $crb_list;
4582
  $time = time();
4583
  $user_id = get_current_user_id();
4584
 
4585
+ foreach ( $post['files'] as $file_name ) {
4586
 
4587
  if ( ! is_file( $file_name ) ) {
4588
  continue;
4928
 
4929
  // Generating the report
4930
 
4931
+ $base_url = cerber_admin_link( 'scan_main' );
4932
  $site_name = ( is_multisite() ) ? get_site_option( 'site_name' ) : get_option( 'blogname' );
4933
 
4934
  $css_table = 'width: 95%; max-width: 1000px; margin:0 auto; margin-bottom: 10px; background-color: #f5f5f5; text-align: center; color: #000; font-family: Arial, Helvetica, sans-serif;';
5319
  }
5320
 
5321
  $no_files = __( 'There are no files in the quarantine at the moment.', 'wp-cerber' );
5322
+ $per_page = crb_admin_get_per_page();
5323
  $first = ( cerber_get_pn() - 1 ) * $per_page;
5324
  $last = $first + $per_page;
5325
  $list = array();
5326
 
5327
+ $get = crb_get_query_params();
5328
+ $filter_scan = intval( crb_array_get( $get, 'scan' ) );
5329
  //$dirs = array( $folder . 'quarantine' . DIRECTORY_SEPARATOR . absint( $_GET['scan'] ));
5330
  if ( ! $dirs = glob( $folder . 'quarantine' . DIRECTORY_SEPARATOR . '*', GLOB_ONLYDIR ) ) {
5331
  echo $no_files;
5341
  $inc = false;
5342
  if ( file_exists( $f ) && $handle = @fopen( $f, "r" ) ) {
5343
  $ln = 0;
5344
+ $included = array();
5345
  while ( ( $line = fgets( $handle ) ) !== false ) {
5346
  $ln ++;
5347
  if ( $ln <= 4 || empty( $line ) ) {
5353
  }
5354
  $v = crb_parse_qline( $dir, $line );
5355
  if ( $v ) {
5356
+ if ( in_array( $v['qfile'], $included ) ) {
5357
+ continue; // Prevent listing the same file several times
5358
+ }
5359
  $inc = true;
5360
  if ( ! $filter_scan || $filter_scan == $scan_id ) {
5361
  if ( $count >= $first && $count <= $last ) {
5362
  $v['scan_id'] = $scan_id;
5363
  $list[] = $v;
5364
+ $included[] = $v['qfile'];
5365
  }
5366
  $count ++;
5367
  }
5398
  $confirm = ' onclick="return confirm(\'' . __( 'Are you sure?', 'wp-cerber' ) . '\');"';
5399
 
5400
  foreach ( $list as $file ) {
5401
+ $p = array(
5402
+ 'cerber_admin_do' => 'scan_tegrity',
5403
+ 'crb_scan_id' => $file['scan_id'],
5404
+ 'crb_file_id' => $file['qfile']
5405
+ );
5406
+
5407
+ $p['crb_scan_adm'] = 'delete';
5408
+ $delete = '<a ' . $confirm . ' href="' . cerber_admin_link_add( $p ) . '">' . __( 'Delete permanently', 'wp-cerber' ) . '</a>';
5409
+
5410
+ $p['crb_scan_adm'] = 'restore';
5411
+ $restore = ( ! $file['can'] ) ? '' : ' | <a ' . $confirm . ' href="' . cerber_admin_link_add( $p ) . '">' . __( 'Restore', 'wp-cerber' ) . '</a>';
5412
+
5413
  $moved = strtotime( $file['date'] ) - $ofs;
5414
  $will = cerber_auto_date( $file['scan_id'] + DAY_IN_SECONDS * crb_get_settings( 'scan_qcleanup' ) );
5415
  $rows[] = '<td><span title="' . cerber_date( $file['scan_id'] ) . '">' . cerber_auto_date( $file['scan_id'] ) . '</span></td><td><span title="' . cerber_date( $moved ) . '">' . cerber_auto_date( $moved ) . '</span></td><td>' . $will . '</td><td>' . $file['size'] . '</td><td>' . $file['source'] . '</td><td style="white-space: pre;">' . $delete . $restore . '</td>';
5526
  __( 'Activity Insights', 'wp-cerber' );
5527
 
5528
  $no_files = __( 'The list is empty.', 'wp-cerber' );
5529
+ $per_page = crb_admin_get_per_page();
5530
  $first = ( cerber_get_pn() - 1 ) * $per_page;
5531
 
5532
  if ( ! $list = cerber_get_set( 'ignore-list' ) ) {
5542
  $confirm = ' onclick="return confirm(\'' . __( 'Are you sure?', 'wp-cerber' ) . '\');"';
5543
 
5544
  foreach ( $list as $key => $file ) {
5545
+
5546
+ $delete = '<a ' . $confirm . ' href="' . cerber_admin_link_add( array(
5547
+ 'cerber_admin_do' => 'scan_tegrity',
5548
+ 'crb_scan_adm' => 'remove_ignore',
5549
+ 'crb_file_id' => $key
5550
+ ) ) . '">' . __( 'Remove from the list', 'wp-cerber' ) . '</a>';
5551
+
5552
  $rows[] = '<td>' . cerber_date( $file[3] ) . '</td><td>' . $file[0] . '</td><td style="white-space: pre;">'.$delete . '</td>';
5553
  }
5554
 
cerber-tools.php CHANGED
@@ -30,64 +30,6 @@
30
 
31
  */
32
 
33
- /**
34
- * Display Tools admin page
35
- *
36
- */
37
- function cerber_tools_page() {
38
-
39
- $tabs = array(
40
- 'imex' => array( 'bx-layer', __( 'Export & Import', 'wp-cerber' ) ),
41
- 'diagnostic' => array( 'bx-wrench', __( 'Diagnostic', 'wp-cerber' ) ),
42
- 'diag-log' => array( 'bx-bug', __( 'Log', 'wp-cerber' ) ),
43
- 'change-log' => array( 'bx-collection', __( 'Changelog', 'wp-cerber' ) ),
44
- 'license' => array( 'bx-key', __( 'License', 'wp-cerber' ) ),
45
- );
46
-
47
- $tab = cerber_get_active_tab( $tabs );
48
-
49
- ?>
50
- <div id="crb-admin" class="wrap">
51
-
52
- <h1><?php _e( 'Tools', 'wp-cerber' ) ?></h1>
53
-
54
- <?php
55
-
56
- cerber_show_tabs( $tab, $tabs );
57
-
58
- cerber_show_aside( 'tools' );
59
-
60
- echo '<div class="crb-main">';
61
-
62
- switch ( $tab ) {
63
- case 'diagnostic':
64
- cerber_show_diag();
65
- break;
66
- case 'license':
67
- cerber_show_lic();
68
- break;
69
- case 'diag-log':
70
- cerber_show_diag_log();
71
- break;
72
- case 'change-log':
73
- cerber_show_change_log();
74
- break;
75
- case 'help':
76
- cerber_show_help();
77
- break;
78
- default: cerber_show_imex();
79
- }
80
-
81
- echo '</div>';
82
-
83
- ?>
84
- </div>
85
- <?php
86
- }
87
-
88
- /*
89
- Show Tools screen
90
- */
91
  function cerber_show_imex(){
92
  $form = '<h3>'.__('Export settings to the file','wp-cerber').'</h3>';
93
  $form .= '<p>'.__('When you click the button below you will get a configuration file, which you can upload on another site.','wp-cerber').'</p>';
@@ -310,7 +252,7 @@ function cerber_show_lic() {
310
  if ( $expires = lab_validate_lic( $lic ) ) {
311
  $valid = '
312
  <p><span style="color: green;">This key is valid until '.$expires.'</span></p>
313
- <p>To move the key to another website please follow these steps: <a href="https://my.wpcerber.com/how-to-move-license-key/">https://my.wpcerber.com/how-to-move-license-key/</a></p>';
314
  }
315
  else {
316
  $valid = '<p><span style="color: red;">This license key is invalid or expired</span></p>';
@@ -324,23 +266,24 @@ function cerber_show_lic() {
324
  <table class="form-table">
325
  <tbody>
326
  <tr>
327
- <th scope="row">License key for PRO version</th>
328
  <td>
329
- <input name="cerber_license" style="font-family: Menlo, Consolas, Monaco, monospace;" value="<?php echo $lic; ?>" size="<?php echo LAB_KEY_LENGTH; ?>" maxlength="<?php echo LAB_KEY_LENGTH; ?>" type="text">
330
  <?php echo $valid; ?>
331
  </td>
332
  </tr>
333
  <tr>
334
  <th scope="row">Site ID</th>
335
  <td>
336
- <?php echo '<p style="font-family: Menlo, Consolas, Monaco, monospace;">'.$key[0].'</p>'; ?>
337
  </td>
338
  </tr>
339
  <tbody>
340
  </table>
341
  <div style="padding-left: 220px">
 
342
  <?php
343
- wp_nonce_field('control','cerber_nonce');
344
  submit_button();
345
  ?>
346
  </div>
@@ -358,7 +301,7 @@ function cerber_show_wp_diag(){
358
  $tz = date_default_timezone_get();
359
  $tz = ( $tz !== 'UTC' ) ? '<span style="color: red;">' . $tz . '!</span>' : $tz;
360
 
361
- $ret[] = cerber_make_plain_table( array(
362
  array( 'Server ', $_SERVER['SERVER_SOFTWARE'] ),
363
  array( 'PHP version ', phpversion() ),
364
  array( 'Server API ', php_sapi_name() ),
@@ -368,7 +311,16 @@ function cerber_show_wp_diag(){
368
  array( 'Server platform', PHP_OS ),
369
  array( 'Memory limit', @ini_get( 'memory_limit' ) ),
370
  array( 'Default PHP timezone', $tz ),
371
- ) );
 
 
 
 
 
 
 
 
 
372
 
373
  $folders = array(
374
  array( 'WordPress root folder (ABSPATH) ', ABSPATH ),
@@ -470,27 +422,35 @@ function cerber_get_chmod( $file ) {
470
  *
471
  */
472
  function cerber_db_diag(){
473
- global $wp_cerber;
 
474
  $ret = array();
475
 
476
- $ret[]= 'Database name: '.DB_NAME;
477
 
478
- $var = crb_get_mysql_var('innodb_buffer_pool_size');
479
- $pool_size = round($var / 1048576);
480
- $inno = 'InnoDB buffer pool size: <b>'.$pool_size.' MB</b>';
481
- if ($pool_size < 16) $inno .= ' Your pool size is extremely small!';
482
- elseif ($pool_size < 64) $inno .= ' It seems your pool size is too small.';
483
- $ret[]= $inno;
 
 
 
 
 
 
 
484
 
485
- $var = crb_get_mysql_var('max_allowed_packet');
486
- $ret[]= 'Max allowed packet size: <b>'.round($var / 1048576).' MB</b>';
487
 
488
- $ret[]= cerber_table_info(CERBER_LOG_TABLE);
489
- $ret[]= cerber_table_info(CERBER_ACL_TABLE);
490
- $ret[]= cerber_table_info(CERBER_BLOCKS_TABLE);
491
- $ret[]= cerber_table_info(CERBER_TRAF_TABLE);
492
 
493
- if ( $wp_cerber->getRemoteIp() === CERBER_NO_REMOTE_IP ) {
494
  $ret[] = '<p style="color: #DF0000;">It seems that we are unable to get IP addresses.</p>';
495
  }
496
 
@@ -500,7 +460,7 @@ function cerber_db_diag(){
500
  update_site_option( '_cerber_db_errors', '' );
501
  }
502
 
503
- return $err.implode('<br />',$ret);
504
  }
505
 
506
  /**
@@ -548,7 +508,7 @@ function cerber_table_info( $table ) {
548
  function cerber_environment_diag() {
549
  $issues = array();
550
  if ( version_compare( '7.0', phpversion(), '>' ) ) {
551
- $issues[] = 'Your site run on the outdated (unsupported) version of PHP ' . phpversion() . '. We strongly encourage you to upgrade it to a newer version of PHP. See more at: <a target="_blank" href="http://php.net/supported-versions.php">http://php.net/supported-versions.php</a>';
552
  }
553
  if ( ! function_exists( 'http_response_code' ) ) {
554
  $issues[] = 'The PHP function http_response_code() is not found or disabled.';
@@ -577,9 +537,10 @@ function cerber_cron_diag() {
577
 
578
  $planned = array();
579
  $crb_crons = array(
580
- 'cerber_hourly_1' => 'Hourly task #1',
581
- 'cerber_hourly_2' => 'Hourly task #2',
582
- 'cerber_daily' => 'Daily task'
 
583
  );
584
  foreach ( _get_cron_array() as $time => $item ) {
585
  foreach ( $crb_crons as $key => $val ) {
@@ -633,6 +594,11 @@ function cerber_cron_diag() {
633
  echo '<p>' . implode( '<br/>', $planned ) . '</p>';
634
  }
635
 
 
 
 
 
 
636
 
637
  if ( $errors && defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) {
638
  echo '<p>Note: the internal cron launcher has been disabled on this site, you have to use external one.</p>';
@@ -648,22 +614,32 @@ function cerber_show_diag_log() {
648
  return;
649
  }
650
  if ( ! filesize( $file ) ) {
651
- echo 'The log file is empty.';
652
 
653
  return;
654
  }
655
 
 
 
656
  $confirm = ' onclick="return confirm(\'' . __( 'Are you sure?', 'wp-cerber' ) . '\');"';
657
- $clear = '<a ' . $confirm . ' href="' . wp_nonce_url( add_query_arg( array(
658
- 'crb_diag_log' => 'clear_it',
659
- ) ), 'control', 'cerber_nonce' ) . '">Clear the log</a>';
660
- $dnl = '<a href="' . wp_nonce_url( add_query_arg( array(
661
- 'crb_diag_log' => 'download',
662
- ) ), 'control', 'cerber_nonce' ) . '">Download as a file</a>';
663
- $link = '<a href="' . cerber_admin_link( 'diag-log', array( 'order' => 'reverse' ) ) . '">Reverse the order</a>';
664
- $nav = '<div style="text-align: right; padding-bottom: 1em;">' . $link . ' | ' . $dnl . ' | ' . $clear . '</div>';
665
-
666
- if ( ! isset( $_GET['order'] ) ) {
 
 
 
 
 
 
 
 
667
  $log = @fopen( $file, 'r' );
668
  $text = fread( $log, 10000000 );
669
  if ( ! $text ) {
@@ -691,17 +667,17 @@ function cerber_show_diag_log() {
691
  }
692
 
693
  function cerber_manage_diag_log( $v ) {
694
- if ($v == 'clear_it' ){
695
- cerber_truncate_log(0);
696
- }
697
  elseif ( $v == 'download' ) {
698
- header( $_SERVER["SERVER_PROTOCOL"] . ' 200 OK' );
699
- header( "Content-type: application/force-download" );
700
- header( "Content-Type: application/octet-stream" );
701
- header( "Content-Disposition: attachment; filename=wpcerber.log" );
702
- readfile( cerber_get_diag_log() );
703
- exit;
704
- }
705
  }
706
 
707
  function cerber_show_change_log() {
30
 
31
  */
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  function cerber_show_imex(){
34
  $form = '<h3>'.__('Export settings to the file','wp-cerber').'</h3>';
35
  $form .= '<p>'.__('When you click the button below you will get a configuration file, which you can upload on another site.','wp-cerber').'</p>';
252
  if ( $expires = lab_validate_lic( $lic ) ) {
253
  $valid = '
254
  <p><span style="color: green;">This key is valid until '.$expires.'</span></p>
255
+ <p>To move the key to another website, please follow these steps: <a href="https://my.wpcerber.com/how-to-move-license-key/">https://my.wpcerber.com/how-to-move-license-key/</a></p>';
256
  }
257
  else {
258
  $valid = '<p><span style="color: red;">This license key is invalid or expired</span></p>';
266
  <table class="form-table">
267
  <tbody>
268
  <tr>
269
+ <th scope="row">License key for the PRO version</th>
270
  <td>
271
+ <input name="cerber_license" value="<?php echo $lic; ?>" size="<?php echo LAB_KEY_LENGTH; ?>" maxlength="<?php echo LAB_KEY_LENGTH; ?>" type="text" class="crb-monospace" placeholder="Enter the license key here">
272
  <?php echo $valid; ?>
273
  </td>
274
  </tr>
275
  <tr>
276
  <th scope="row">Site ID</th>
277
  <td>
278
+ <?php echo '<p class="crb-monospace">'.$key[0].'</p>'; ?>
279
  </td>
280
  </tr>
281
  <tbody>
282
  </table>
283
  <div style="padding-left: 220px">
284
+ <input type="hidden" name="cerber_admin_do" value="install_key">
285
  <?php
286
+ cerber_nonce_field( 'control', true );
287
  submit_button();
288
  ?>
289
  </div>
301
  $tz = date_default_timezone_get();
302
  $tz = ( $tz !== 'UTC' ) ? '<span style="color: red;">' . $tz . '!</span>' : $tz;
303
 
304
+ $sys = array(
305
  array( 'Server ', $_SERVER['SERVER_SOFTWARE'] ),
306
  array( 'PHP version ', phpversion() ),
307
  array( 'Server API ', php_sapi_name() ),
311
  array( 'Server platform', PHP_OS ),
312
  array( 'Memory limit', @ini_get( 'memory_limit' ) ),
313
  array( 'Default PHP timezone', $tz ),
314
+ );
315
+
316
+ if ( nexus_is_valid_request() ) {
317
+ $sys[] = array( 'The IP address of the master is detected as', cerber_get_remote_ip() );
318
+ }
319
+ else {
320
+ $sys[] = array( 'Your IP address is detected as', cerber_get_remote_ip() );
321
+ }
322
+
323
+ $ret[] = cerber_make_plain_table( $sys );
324
 
325
  $folders = array(
326
  array( 'WordPress root folder (ABSPATH) ', ABSPATH ),
422
  *
423
  */
424
  function cerber_db_diag(){
425
+ global $wpdb;
426
+
427
  $ret = array();
428
 
429
+ $ret[] = 'Database name: ' . DB_NAME;
430
 
431
+ $var = crb_get_mysql_var( 'innodb_buffer_pool_size' );
432
+ $pool_size = round( $var / 1048576 );
433
+ $inno = 'InnoDB buffer pool size: <b>' . $pool_size . ' MB</b>';
434
+ if ( $pool_size < 16 ) {
435
+ $inno .= ' Your pool size is extremely small!';
436
+ }
437
+ elseif ( $pool_size < 64 ) {
438
+ $inno .= ' It seems your pool size is too small.';
439
+ }
440
+ $ret[] = $inno;
441
+
442
+ $var = crb_get_mysql_var( 'max_allowed_packet' );
443
+ $ret[] = 'Max allowed packet size: <b>' . round( $var / 1048576 ) . ' MB</b>';
444
 
445
+ $ret[] = 'Charset: '.$wpdb->charset;
446
+ $ret[] = 'Collate: '.$wpdb->collate;
447
 
448
+ $ret[] = cerber_table_info( CERBER_LOG_TABLE );
449
+ $ret[] = cerber_table_info( CERBER_ACL_TABLE );
450
+ $ret[] = cerber_table_info( CERBER_BLOCKS_TABLE );
451
+ $ret[] = cerber_table_info( CERBER_TRAF_TABLE );
452
 
453
+ if ( cerber_get_remote_ip() === CERBER_NO_REMOTE_IP ) {
454
  $ret[] = '<p style="color: #DF0000;">It seems that we are unable to get IP addresses.</p>';
455
  }
456
 
460
  update_site_option( '_cerber_db_errors', '' );
461
  }
462
 
463
+ return $err . implode( '<br />', $ret );
464
  }
465
 
466
  /**
508
  function cerber_environment_diag() {
509
  $issues = array();
510
  if ( version_compare( '7.0', phpversion(), '>' ) ) {
511
+ $issues[] = 'Your site run on an outdated (unsupported) version of PHP which is ' . phpversion() . '. We strongly encourage you to upgrade it to a newer version of PHP. See more at: <a target="_blank" href="http://php.net/supported-versions.php">http://php.net/supported-versions.php</a>';
512
  }
513
  if ( ! function_exists( 'http_response_code' ) ) {
514
  $issues[] = 'The PHP function http_response_code() is not found or disabled.';
537
 
538
  $planned = array();
539
  $crb_crons = array(
540
+ 'cerber_hourly_1' => 'Hourly task #1',
541
+ 'cerber_hourly_2' => 'Hourly task #2',
542
+ 'cerber_daily' => 'Daily task',
543
+ //'cerber_bg_launcher' => 'Background tasks'
544
  );
545
  foreach ( _get_cron_array() as $time => $item ) {
546
  foreach ( $crb_crons as $key => $val ) {
594
  echo '<p>' . implode( '<br/>', $planned ) . '</p>';
595
  }
596
 
597
+ $num = 0;
598
+ if ( $bg = cerber_get_set( '_background_tasks' ) ) {
599
+ $num = count( $bg );
600
+ }
601
+ echo '<p>Background tasks: ' . $num . '</p>';
602
 
603
  if ( $errors && defined( 'DISABLE_WP_CRON' ) && DISABLE_WP_CRON ) {
604
  echo '<p>Note: the internal cron launcher has been disabled on this site, you have to use external one.</p>';
614
  return;
615
  }
616
  if ( ! filesize( $file ) ) {
617
+ echo 'The diagnostic log file is empty.';
618
 
619
  return;
620
  }
621
 
622
+ $get = crb_get_query_params();
623
+
624
  $confirm = ' onclick="return confirm(\'' . __( 'Are you sure?', 'wp-cerber' ) . '\');"';
625
+
626
+ $clear = '<a ' . $confirm . ' href="' . cerber_admin_link_add( array(
627
+ 'cerber_admin_do' => 'manage_diag_log',
628
+ 'do_this' => 'clear_it',
629
+ ) ) . '">Clear the log</a>';
630
+
631
+ $dnl = '<a href="' . cerber_admin_link_add( array(
632
+ 'cerber_admin_do' => 'export',
633
+ 'type' => 'get_diag_log',
634
+ ) ) . '">Download as a file</a>';
635
+
636
+ $reverse = '<a href="' . cerber_admin_link_add( array(
637
+ 'reverse_log' => ( crb_array_get( $get, 'reverse_log' ) ) ? 0 : 1,
638
+ ), false ) . '">Reverse the order</a>';
639
+
640
+ $nav = '<div style="text-align: right; padding-bottom: 1em;">' . $reverse . ' | ' . $dnl . ' | ' . $clear . '</div>';
641
+
642
+ if ( empty( $get['reverse_log'] ) ) {
643
  $log = @fopen( $file, 'r' );
644
  $text = fread( $log, 10000000 );
645
  if ( ! $text ) {
667
  }
668
 
669
  function cerber_manage_diag_log( $v ) {
670
+ if ( $v == 'clear_it' ) {
671
+ cerber_truncate_log( 0 );
672
+ }
673
  elseif ( $v == 'download' ) {
674
+ header( $_SERVER["SERVER_PROTOCOL"] . ' 200 OK' );
675
+ header( "Content-type: application/force-download" );
676
+ header( "Content-Type: application/octet-stream" );
677
+ header( "Content-Disposition: attachment; filename=wpcerber.log" );
678
+ readfile( cerber_get_diag_log() );
679
+ exit;
680
+ }
681
  }
682
 
683
  function cerber_show_change_log() {
cerber-users.php CHANGED
@@ -52,7 +52,7 @@ add_action( 'edit_user_profile_update', function ( $user_id ) {
52
  if ( $user_id == get_current_user_id() ) {
53
  return;
54
  }
55
- $b = absint( $_POST['crb_user_blocked'] );
56
  if ( ! $b ) {
57
  delete_user_meta( $user_id, CERBER_BUKEY );
58
 
@@ -122,4 +122,55 @@ function crb_format_user_name( $data ) {
122
  }
123
 
124
  return $ret . ' (' . $data->user_login . ')';
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
125
  }
52
  if ( $user_id == get_current_user_id() ) {
53
  return;
54
  }
55
+ $b = absint( cerber_get_post( 'crb_user_blocked' ) );
56
  if ( ! $b ) {
57
  delete_user_meta( $user_id, CERBER_BUKEY );
58
 
122
  }
123
 
124
  return $ret . ' (' . $data->user_login . ')';
125
+ }
126
+
127
+ // Bulk actions
128
+
129
+ add_filter( "bulk_actions-users", function ( $actions ) {
130
+ $actions['cerber_block_users'] = __( 'Block', 'wp-cerber' );
131
+
132
+ return $actions;
133
+ } );
134
+
135
+ add_filter( "handle_bulk_actions-users", function ( $url ) {
136
+ if ( cerber_get_bulk_action() == 'cerber_block_users' ) {
137
+ if ( $users = cerber_get_get( 'users' ) ) {
138
+ foreach ( $users as $user_id ) {
139
+ cerber_block_user( absint( $user_id ) );
140
+ }
141
+ }
142
+ else {
143
+ // 'No users selected';
144
+ }
145
+ $preserve = array( 's', 'paged', 'role', 'crb_filter_users' );
146
+ $remove = array_diff(
147
+ array_keys( crb_get_query_params() ),
148
+ $preserve );
149
+ $url = remove_query_arg( $remove, $url );
150
+ }
151
+
152
+ return $url;
153
+ } );
154
+
155
+ function cerber_block_user( $user_id ) {
156
+ if ( ! is_super_admin() ) {
157
+ return;
158
+ }
159
+ if ( $user_id == get_current_user_id() ) {
160
+ return;
161
+ }
162
+ $m = get_user_meta( $user_id, CERBER_BUKEY, 1 );
163
+ if ( ! $m ) {
164
+ $m = array();
165
+ $m['blocked'] = 0;
166
+ }
167
+ if ( $m['blocked'] != 1 ) {
168
+ $m['blocked'] = 1;
169
+ $m[ 'u' . $user_id ] = $user_id;
170
+ $m['blocked_by'] = get_current_user_id();
171
+ $m['blocked_time'] = time();
172
+ $m['blocked_ip'] = cerber_get_remote_ip();
173
+ }
174
+ $m['blocked_msg'] = '';
175
+ update_user_meta( $user_id, CERBER_BUKEY, $m );
176
  }
changelog.txt CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  = 7.9.7 =
2
  * New: [Authorized users only mode](https://wpcerber.com/only-logged-in-wordpress-users/).
3
  * New: [An ability to block a user account](https://wpcerber.com/how-to-block-wordpress-user/).
1
+ = 8.1 =
2
+ * New: On a master website you can get a list of active plugins and available plugin updates on a slave website.
3
+ * New: Notification about a newer versions of Cerber and WordPres available ot install on a slave.
4
+ * New: On a master website, you can select what language to use when a slave admin page is being displayed.
5
+ * Improvement: Long URLs on the Live Traffic page now are shortened and displayed more neatly.
6
+ * Improvement: The plugin uninstallation process has been improved and now cleans up the database completely.
7
+ * Improvement: Multiple translations have been updated. Thanks to Maxime, Jos Knippen, Fredrik Näslund, Francesco.
8
+ * Fixed: The "Add to the Black List" button on the Activity log page doesn't work.
9
+ * Fixed: When the "All suspicious activity" button is clicked on the Dashboard admin page, the "Subscribe" link on the Activity page doesn't work correctly.
10
+ * Fixed: When you open an email report, the link to the list of deleted files during a malware scan doesn't work as expected.
11
+ * [Read more](https://wpcerber.com/wp-cerber-security-8-1/)
12
+
13
+ = 8.0 =
14
+ * New: [Manage multiple WP Cerber instances from one dashboard](https://wpcerber.com/manage-multiple-websites/).
15
+ * New: A new bulk action to block multiple WordPress users at a time.
16
+ * Improvement: The performance of the export feature has been improved significantly.
17
+ * Improvement: Multiple code optimizations improve overall plugin performance.
18
+
19
  = 7.9.7 =
20
  * New: [Authorized users only mode](https://wpcerber.com/only-logged-in-wordpress-users/).
21
  * New: [An ability to block a user account](https://wpcerber.com/how-to-block-wordpress-user/).
common.php CHANGED
@@ -31,8 +31,9 @@
31
 
32
  */
33
 
34
- // If this file is called directly, abort executing.
35
- //if ( ! defined( 'WPINC' ) ) { exit; }
 
36
 
37
  define( 'MYSQL_FETCH_OBJECT', 5 );
38
  define( 'MYSQL_FETCH_OBJECT_K', 6 );
@@ -55,16 +56,17 @@ function cerber_get_wp_scripts(){
55
  *
56
  * @param string $tab Tab on the page
57
  * @param array $args GET arguments to add to the URL
 
58
  *
59
  * @return string Full URL
60
  */
61
- function cerber_admin_link($tab = '', $args = array()){
62
- //return add_query_arg(array('record_id'=>$record_id,'mode'=>'view_record'),admin_url('admin.php?page=storage'));
 
63
 
64
  if ( empty( $args['page'] ) ) {
65
  if ( in_array( $tab, array( 'antispam', 'captcha' ) ) ) {
66
  $page = 'cerber-recaptcha';
67
- //$tab = null;
68
  }
69
  elseif ( in_array( $tab, array( 'imex', 'diagnostic', 'license', 'diag-log', 'change-log' ) ) ) {
70
  $page = 'cerber-tools';
@@ -75,12 +77,15 @@ function cerber_admin_link($tab = '', $args = array()){
75
  elseif ( in_array( $tab, array( 'geo' ) ) ) {
76
  $page = 'cerber-rules';
77
  }
78
- //elseif ( in_array( $tab, array( 'scanner', 'scan_settings', 'scan_schedule', 'scan_quarantine' ) ) ) {
79
- elseif ( 0 === strpos( $tab, 'scan' ) ) {
80
- $page = 'cerber-integrity';
81
- }
82
  else {
83
- $page = 'cerber-security';
 
 
 
 
 
 
 
84
  }
85
  }
86
  else {
@@ -88,36 +93,92 @@ function cerber_admin_link($tab = '', $args = array()){
88
  unset( $args['page'] );
89
  }
90
 
91
- if ( ! is_multisite() ) {
92
- $link = admin_url( 'admin.php?page=' . $page );
93
  }
94
  else {
95
- $link = network_admin_url( 'admin.php?page=' . $page );
96
  }
97
 
 
 
98
  if ( $tab ) {
99
  $link .= '&tab=' . $tab;
100
  }
101
 
102
  if ( $args ) {
 
103
  foreach ( $args as $arg => $value ) {
104
  $link .= '&' . $arg . '=' . urlencode( $value );
105
  }
106
  }
107
 
 
 
 
 
 
108
  return $link;
109
  }
110
- function cerber_activity_link($set = array()){
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
111
  $filter = '';
112
- foreach ( $set as $item ) {
113
- $filter .= '&filter_activity[]=' . $item;
 
 
 
 
 
 
114
  }
 
115
  return cerber_admin_link( 'activity' ) . $filter;
116
  }
117
- function cerber_traffic_link($set = array(), $button = true){
118
- $ret = cerber_admin_link('traffic', $set);
119
- if ($button){
120
- $ret = ' <a class="crb-button-tiny" href="'.$ret.'">'.__('Check for requests','wp-cerber').'</a>';
 
121
  }
122
 
123
  return $ret;
@@ -162,12 +223,10 @@ function cerber_get_site_url() {
162
  function cerber_get_home_url() {
163
  static $url;
164
 
165
- if ( isset( $url ) ) {
166
- return $url;
167
  }
168
 
169
- $url = trim( get_home_url(), '/' );
170
-
171
  return $url;
172
  }
173
 
@@ -302,14 +361,20 @@ function cerber_pb_send($title, $body){
302
  * Alert admin if something wrong with the website or settings
303
  */
304
  function cerber_check_environment(){
 
 
 
 
 
 
305
 
306
  if ( cerber_get_set( '_check_env', 0, false ) ) {
307
  return;
308
  }
309
  cerber_update_set( '_check_env', 1, 0, false, 300 );
310
 
311
- if ( '' === crb_get_settings( 'tienabled' ) ) {
312
- cerber_admin_notice('Warning: Traffic inspection is disabled');
313
  }
314
 
315
  $ex_list = get_loaded_extensions();
@@ -512,16 +577,15 @@ function cerber_short_ipv6( $ip ) {
512
  * @return array result of conversion
513
  * @since 3.0
514
  */
515
- function obj_to_arr_deep($var) {
516
- if (is_object($var)) {
517
- $var = get_object_vars($var);
518
- }
519
- if (is_array($var)) {
520
- return array_map(__FUNCTION__, $var);
521
  }
522
- else {
523
- return $var;
524
  }
 
 
525
  }
526
 
527
  /**
@@ -568,6 +632,13 @@ function crb_array_column( $arr = array(), $column = '' ) {
568
  return $ret;
569
  }
570
 
 
 
 
 
 
 
 
571
  function crb_array_get( &$arr, $key, $default = false ) {
572
  return ( isset( $arr[ $key ] ) ) ? $arr[ $key ] : $default;
573
  }
@@ -599,10 +670,13 @@ function cerber_is_rest_url(){
599
  }
600
 
601
  $ret = false;
602
- $uri = '/' . trim( $_SERVER['REQUEST_URI'], '/' ) . '/';
603
 
604
- if ( 0 === strpos( $uri, '/' . rest_get_url_prefix() . '/' ) ) {
605
- if ( 0 === strpos( cerber_get_home_url() . urldecode( $uri ), get_rest_url() ) ) {
 
 
 
 
606
  $ret = true;
607
  }
608
  }
@@ -615,8 +689,11 @@ function cerber_is_rest_url(){
615
  *
616
  * @return bool true if request method is GET
617
  */
618
- function cerber_is_http_get(){
619
- if ( isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'GET' ){
 
 
 
620
  return true;
621
  }
622
 
@@ -628,13 +705,18 @@ function cerber_is_http_get(){
628
  *
629
  * @return bool true if request method is GET
630
  */
631
- function cerber_is_http_post(){
632
- if ( isset($_SERVER['REQUEST_METHOD']) && $_SERVER['REQUEST_METHOD'] == 'POST' ){
 
 
 
 
633
  return true;
634
  }
635
 
636
  return false;
637
  }
 
638
  /**
639
  * Checks if it's a wp cron request
640
  *
@@ -651,16 +733,135 @@ function cerber_is_wp_cron() {
651
  return false;
652
  }
653
 
 
 
 
 
 
 
 
 
 
654
  /**
655
  * More neat way to get $_GET field with no warnings
656
  *
657
- * @param $key
 
658
  *
659
- * @return bool|string
660
  */
661
- function cerber_get_get( $key ) {
662
  if ( isset( $_GET[ $key ] ) ) {
663
- return $_GET[ $key ];
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
664
  }
665
 
666
  return false;
@@ -771,14 +972,26 @@ function crb_get_rest_path() {
771
  $ret = ltrim( $_REQUEST['rest_route'], '/' );
772
  }
773
  elseif ( cerber_is_permalink_enabled() ) {
774
- $pos = strlen( get_rest_url() );
775
- $ret = substr( cerber_get_home_url() . urldecode( $_SERVER['REQUEST_URI'] ), $pos );
 
 
776
  $ret = trim( $ret, '/' );
777
  }
778
 
779
  return $ret;
780
  }
781
 
 
 
 
 
 
 
 
 
 
 
782
  function crb_is_user_blocked( $uid ) {
783
  if ( ( $m = get_user_meta( $uid, CERBER_BUKEY, 1 ) )
784
  && ! empty( $m['blocked'] )
@@ -807,6 +1020,10 @@ function cerber_last_uri() {
807
  $ret = substr( $ret, 0, $pos );
808
  }
809
 
 
 
 
 
810
  $ret = rtrim( $ret, '/' );
811
  $ret = substr( strrchr( $ret, '/' ), 1 );
812
 
@@ -962,7 +1179,7 @@ function cerber_get_labels( $type = 'activity', $all = true ) {
962
  $labels[42] = __( 'Request to the Google reCAPTCHA service failed', 'wp-cerber' );
963
 
964
  $labels[50] = __( 'Attempt to access prohibited URL', 'wp-cerber' );
965
- $labels[51] = __( 'Attempt to log in with non-existent username', 'wp-cerber' );
966
  $labels[52] = __( 'Attempt to log in with prohibited username', 'wp-cerber' );
967
  // @since 4.9 // TODO 53 & 54 should be a cerber action?
968
  $labels[53] = __( 'Attempt to log in denied', 'wp-cerber' );
@@ -981,6 +1198,8 @@ function cerber_get_labels( $type = 'activity', $all = true ) {
981
  $labels[200] = __( 'User activated', 'wp-cerber' );
982
  }
983
 
 
 
984
  }
985
  elseif ( $type == 'status' ) {
986
  $labels[11] = __( 'Bot detected', 'wp-cerber' );
@@ -1010,11 +1229,11 @@ function crb_get_activity_set( $slice = 'malicious' ) {
1010
  case 'malicious':
1011
  return array( 10, 11, 16, 17, 40, 50, 51, 52, 53, 54, 55, 56, 100 );
1012
  case 'suspicious':
1013
- return array( 10, 11, 16, 17, 20, 40, 50, 51, 52, 53, 54, 55, 56, 100, 70, 71 );
1014
  case 'black':
1015
- return array( 16, 17, 40, 50, 51, 52, 55, 56, 100 );
1016
  case 'dashboard':
1017
- return array( 1, 2, 5, 10, 11, 12, 16, 17, 18, 19, 40, 41, 42, 50, 51, 52, 53, 54, 55, 56, 100 );
1018
  }
1019
 
1020
  return array();
@@ -1025,7 +1244,7 @@ function cerber_get_reason( $id = null ) {
1025
  $labels = array();
1026
  $labels[701] = __( 'Limit on login attempts is reached', 'wp-cerber' );
1027
  $labels[702] = __( 'Attempt to access', 'wp-cerber' );
1028
- $labels[703] = __( 'Attempt to log in with non-existent username', 'wp-cerber' );
1029
  $labels[704] = __( 'Attempt to log in with prohibited username', 'wp-cerber' );
1030
  $labels[705] = __( 'Limit on failed reCAPTCHA verifications is reached', 'wp-cerber' );
1031
  $labels[706] = __( 'Bot activity is detected', 'wp-cerber' );
@@ -1063,56 +1282,44 @@ function cerber_db_error_log( $msg = null ) {
1063
  update_site_option( '_cerber_db_errors', array_merge( $old, $msg ) );
1064
  }
1065
 
1066
-
1067
  /**
1068
- * Save admin error message for further displaying
1069
  *
1070
  * @param string|array $msg
1071
  */
1072
  function cerber_admin_notice( $msg ) {
1073
- global $cerber_doing_upgrade;
1074
- if ( ! $msg || $cerber_doing_upgrade ) {
1075
- return;
1076
- }
1077
- $notice = get_site_option( 'cerber_admin_notice', null);
1078
- if ( ! $notice || ! is_array( $notice ) ) {
1079
- $notice = array();
1080
- }
1081
- if ( is_array( $msg ) ) {
1082
- $notice = array_merge( $notice, $msg );
1083
- }
1084
- else {
1085
- $notice [] = $msg;
1086
- }
1087
- update_site_option( 'cerber_admin_notice', $notice );
1088
  }
1089
-
1090
  /**
1091
- * Save admin info message for further displaying
1092
  *
1093
- * @param string $msg
1094
  */
1095
  function cerber_admin_message( $msg ) {
 
 
 
 
1096
  global $cerber_doing_upgrade;
 
1097
  if ( ! $msg || $cerber_doing_upgrade ) {
1098
  return;
1099
  }
1100
- $notice = get_site_option( 'cerber_admin_message', null );
1101
- if ( ! $notice || ! is_array( $notice ) ) {
1102
- $notice = array();
1103
- }
1104
- if ( is_array( $msg ) ) {
1105
- $notice = array_merge( $notice, $msg );
1106
  }
1107
- else {
1108
- $notice[] = $msg;
 
 
 
1109
  }
1110
- update_site_option( 'cerber_admin_message', $notice );
 
1111
  }
1112
 
1113
  function crb_clear_admin_msg(){
1114
- update_site_option('cerber_admin_notice', null);
1115
- update_site_option('cerber_admin_message', null);
1116
  }
1117
 
1118
  /*
@@ -1120,27 +1327,29 @@ function crb_clear_admin_msg(){
1120
  */
1121
  function cerber_is_admin_page( $force = false, $params = array() ) {
1122
 
1123
- if ( ! is_admin() ) {
 
1124
  return false;
1125
  }
1126
 
 
1127
  $ret = false;
1128
 
1129
- if ( isset( $_GET['page'] ) && false !== strpos( $_GET['page'], 'cerber-' ) ) {
1130
  $ret = true;
1131
  if ( $params ) {
1132
  foreach ( $params as $param => $value ) {
1133
- if ( ! isset( $_GET[ $param ] ) ) {
1134
  $ret = false;
1135
  break;
1136
  }
1137
  if ( ! is_array( $value ) ) {
1138
- if ( $_GET[ $param ] != $value ) {
1139
  $ret = false;
1140
  break;
1141
  }
1142
  }
1143
- elseif ( ! in_array( $_GET[ $param ], $value ) ) {
1144
  $ret = false;
1145
  break;
1146
  }
@@ -1151,9 +1360,10 @@ function cerber_is_admin_page( $force = false, $params = array() ) {
1151
  return $ret;
1152
  }
1153
 
1154
- if ( ! $screen = get_current_screen() ) {
1155
  return false;
1156
  }
 
1157
  if ( $screen->base == 'plugins' ) {
1158
  return true;
1159
  }
@@ -1174,10 +1384,18 @@ function cerber_is_admin_page( $force = false, $params = array() ) {
1174
  * @return string
1175
  */
1176
  function cerber_ago_time( $time ) {
1177
- $diff = human_time_diff( $time );
 
 
 
 
 
 
 
 
1178
 
1179
  // _x( 'at', 'preposition of time',
1180
- return ( $time <= time() ) ? sprintf( __( '%s ago' ), $diff ) : sprintf( _x( 'in %s', 'preposition of a period of time like: in 6 hours', 'wp-cerber' ), $diff );
1181
  }
1182
 
1183
  function cerber_auto_date( $time ) {
@@ -1353,26 +1571,30 @@ function cerber_recaptcha_lang() {
1353
  /*
1354
  Checks for a new version of WP Cerber and creates messages if needed
1355
  */
1356
- function cerber_check_version() {
 
 
 
 
1357
  $ret = false;
1358
- if ( $updates = get_site_transient( 'update_plugins' ) ) {
1359
- $key = cerber_plug_in();
1360
- if ( isset( $updates->checked[ $key ] ) && isset( $updates->response[ $key ] ) ) {
1361
- $old = $updates->checked[ $key ];
1362
- $new = $updates->response[ $key ]->new_version;
1363
- if ( 1 === version_compare( $new, $old ) ) { // current version is lower than latest
1364
- $msg = __( 'New version is available', 'wp-cerber' ) . ' <span class="dashicons dashicons-arrow-right"></span>';
1365
- if ( is_multisite() ) {
1366
- $href = network_admin_url( 'plugins.php?plugin_status=upgrade' );
1367
- }
1368
- else {
1369
- $href = admin_url( 'plugins.php?plugin_status=upgrade' );
1370
- }
1371
- cerber_admin_message( '<b>' . $msg . '</b> <a href="' . $href . '">' . sprintf( __( 'Update to version %s of WP Cerber', 'wp-cerber' ), $new ) . '</a>' );
1372
- $ret = array( 'msg' => '<a href="' . $href . '">' . $msg . '</a>', 'ver' => $new );
1373
  }
 
 
1374
  }
1375
  }
 
1376
  return $ret;
1377
  }
1378
 
@@ -1706,6 +1928,10 @@ function cerber_db_get_var( $query ) {
1706
  return false;
1707
  }
1708
 
 
 
 
 
1709
  /**
1710
  * @return bool|wpdb
1711
  */
@@ -1753,7 +1979,7 @@ function cerber_db_connect() {
1753
  if ( ! defined( 'CRB_ABSPATH' ) ) {
1754
  define( 'CRB_ABSPATH', cerber_dirname( __FILE__, 4 ) );
1755
  }
1756
- $db_class = CRB_ABSPATH . '/wp-includes/wp-db.php';
1757
  $wp_config = CRB_ABSPATH . '/wp-config.php';
1758
  if ( file_exists( $db_class ) && $config = file_get_contents( $wp_config ) ) {
1759
  $config = str_replace( '<?php', '', $config );
@@ -2018,8 +2244,8 @@ function cerber_get_cookie_path(){
2018
  /**
2019
  * Synchronize plugin settings with rules in the .htaccess file
2020
  *
2021
- * @param $file
2022
- * @param array $settings
2023
  *
2024
  * @return bool|string|WP_Error
2025
  */
@@ -2031,11 +2257,9 @@ function cerber_htaccess_sync( $file, $settings = array() ) {
2031
 
2032
  if ( 'main' == $file ) {
2033
  $rules = array();
2034
- if ( ! empty( $settings['adminphp'] ) ) {
2035
- // https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6389
2036
- require_once( ABSPATH . 'wp-admin/includes/misc.php' );
2037
  if ( ! apache_mod_loaded( 'mod_rewrite', true ) ) {
2038
- return 'ERROR: The Apache mod_rewrite module is not enabled on your web server. Ask your server administrator for assistance.';
2039
  }
2040
  $groove_x = cerber_get_groove_x();
2041
  $cookie = 'cerber_groove_x_' . $groove_x[0];
@@ -2043,8 +2267,8 @@ function cerber_htaccess_sync( $file, $settings = array() ) {
2043
  $rules [] = '<IfModule mod_rewrite.c>';
2044
  $rules [] = 'RewriteEngine On';
2045
  $rules [] = 'RewriteBase /';
2046
- $rules [] = 'RewriteCond %{REQUEST_URI} ^(.*)wp-admin/load-scripts\.php$ [OR,NC]';
2047
- $rules [] = 'RewriteCond %{REQUEST_URI} ^(.*)wp-admin/load-styles\.php$ [NC]';
2048
  $rules [] = 'RewriteCond %{HTTP_COOKIE} !' . $cookie . '=' . $groove_x[1];
2049
  $rules [] = 'RewriteRule (.*) - [R=403,L]';
2050
  $rules [] = '</IfModule>';
@@ -2305,6 +2529,38 @@ function cerber_get_wp_version() {
2305
  return $v;
2306
  }
2307
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2308
  function cerber_is_base64_encoded( $val ) {
2309
  $val = trim( $val );
2310
  if ( empty( $val ) || is_numeric( $val ) || strlen( $val ) < 8 || preg_match( '/[^A-Z0-9\+\/=]/i', $val ) ) {
31
 
32
  */
33
 
34
+ if ( ! defined( 'WPINC' ) ) {
35
+ define( 'WPINC', 'wp-includes' );
36
+ }
37
 
38
  define( 'MYSQL_FETCH_OBJECT', 5 );
39
  define( 'MYSQL_FETCH_OBJECT_K', 6 );
56
  *
57
  * @param string $tab Tab on the page
58
  * @param array $args GET arguments to add to the URL
59
+ * @param bool $add_nonce If true, adds the nonce
60
  *
61
  * @return string Full URL
62
  */
63
+ function cerber_admin_link( $tab = '', $args = array(), $add_nonce = false ) {
64
+
65
+ $page = 'cerber-security';
66
 
67
  if ( empty( $args['page'] ) ) {
68
  if ( in_array( $tab, array( 'antispam', 'captcha' ) ) ) {
69
  $page = 'cerber-recaptcha';
 
70
  }
71
  elseif ( in_array( $tab, array( 'imex', 'diagnostic', 'license', 'diag-log', 'change-log' ) ) ) {
72
  $page = 'cerber-tools';
77
  elseif ( in_array( $tab, array( 'geo' ) ) ) {
78
  $page = 'cerber-rules';
79
  }
 
 
 
 
80
  else {
81
+ if ( list( $prefix ) = explode( '_', $tab, 2 ) ) {
82
+ if ( $prefix == 'scan' ) {
83
+ $page = 'cerber-integrity';
84
+ }
85
+ elseif ( $prefix == 'nexus' ) {
86
+ $page = 'cerber-nexus';
87
+ }
88
+ }
89
  }
90
  }
91
  else {
93
  unset( $args['page'] );
94
  }
95
 
96
+ if ( nexus_is_valid_request() ) {
97
+ $base = nexus_request_data()->base;
98
  }
99
  else {
100
+ $base = ( ! is_multisite() ) ? admin_url() : network_admin_url();
101
  }
102
 
103
+ $link = rtrim( $base, '/' ) . '/admin.php?page=' . $page;
104
+
105
  if ( $tab ) {
106
  $link .= '&tab=' . $tab;
107
  }
108
 
109
  if ( $args ) {
110
+ //return add_query_arg(array('record_id'=>$record_id,'mode'=>'view_record'),admin_url('admin.php?page=storage'));
111
  foreach ( $args as $arg => $value ) {
112
  $link .= '&' . $arg . '=' . urlencode( $value );
113
  }
114
  }
115
 
116
+ if ( $add_nonce ) {
117
+ $nonce = wp_create_nonce( 'control' );
118
+ $link .= '&cerber_nonce=' . $nonce;
119
+ }
120
+
121
  return $link;
122
  }
123
+
124
+ /**
125
+ * Link to the currently displaying page
126
+ *
127
+ * @param array $args
128
+ *
129
+ * @return string
130
+ */
131
+ function cerber_admin_link_add( $args = array(), $nonce = true ) {
132
+
133
+ $link = cerber_admin_link( crb_admin_get_tab(), array( 'page' => crb_admin_get_page() ), $nonce );
134
+ $get = crb_get_query_params();
135
+
136
+ unset( $get['page'], $get['tab'] );
137
+
138
+ if ( $args ) {
139
+ $get = array_merge( $get, $args );
140
+ }
141
+
142
+ if ( $get ) {
143
+ foreach ( $get as $arg => $value ) {
144
+ if ( is_array( $value ) ) {
145
+ foreach ( $value as $key => $val ) {
146
+ $link .= '&' . $arg . '[' . $key . ']=' . urlencode( $val );
147
+ }
148
+ }
149
+ else {
150
+ $link .= '&' . $arg . '=' . urlencode( $value );
151
+ }
152
+ }
153
+ }
154
+
155
+ return $link;
156
+ }
157
+
158
+ /**
159
+ * @param array $set
160
+ *
161
+ * @return string
162
+ */
163
+ function cerber_activity_link( $set = array() ) {
164
  $filter = '';
165
+
166
+ if ( 1 == count( $set ) ) {
167
+ $filter .= '&filter_activity=' . absint( array_shift( $set ) );
168
+ }
169
+ else {
170
+ foreach ( $set as $item ) {
171
+ $filter .= '&filter_activity[]=' . absint( $item );
172
+ }
173
  }
174
+
175
  return cerber_admin_link( 'activity' ) . $filter;
176
  }
177
+
178
+ function cerber_traffic_link( $set = array(), $button = true ) {
179
+ $ret = cerber_admin_link( 'traffic', $set );
180
+ if ( $button ) {
181
+ $ret = ' <a class="crb-button-tiny" href="' . $ret . '">' . __( 'Check for requests', 'wp-cerber' ) . '</a>';
182
  }
183
 
184
  return $ret;
223
  function cerber_get_home_url() {
224
  static $url;
225
 
226
+ if ( ! isset( $url ) ) {
227
+ $url = trim( get_home_url(), '/' );
228
  }
229
 
 
 
230
  return $url;
231
  }
232
 
361
  * Alert admin if something wrong with the website or settings
362
  */
363
  function cerber_check_environment(){
364
+ static $done;
365
+
366
+ if ( $done ) {
367
+ return;
368
+ }
369
+ $done = true;
370
 
371
  if ( cerber_get_set( '_check_env', 0, false ) ) {
372
  return;
373
  }
374
  cerber_update_set( '_check_env', 1, 0, false, 300 );
375
 
376
+ if ( ! crb_get_settings( 'tienabled' ) ) {
377
+ cerber_admin_notice('Warning: Traffic Inspector is disabled');
378
  }
379
 
380
  $ex_list = get_loaded_extensions();
577
  * @return array result of conversion
578
  * @since 3.0
579
  */
580
+ function obj_to_arr_deep( $var ) {
581
+ if ( is_object( $var ) ) {
582
+ $var = get_object_vars( $var );
 
 
 
583
  }
584
+ if ( is_array( $var ) ) {
585
+ return array_map( __FUNCTION__, $var );
586
  }
587
+
588
+ return $var;
589
  }
590
 
591
  /**
632
  return $ret;
633
  }
634
 
635
+ /**
636
+ * @param $arr array
637
+ * @param $key string|integer
638
+ * @param $default mixed
639
+ *
640
+ * @return mixed
641
+ */
642
  function crb_array_get( &$arr, $key, $default = false ) {
643
  return ( isset( $arr[ $key ] ) ) ? $arr[ $key ] : $default;
644
  }
670
  }
671
 
672
  $ret = false;
 
673
 
674
+ // @since 8.1
675
+
676
+ $path = CRB_Request::get_request_path();
677
+
678
+ if ( 0 === strpos( $path, '/' . rest_get_url_prefix() . '/' ) ) {
679
+ if ( 0 === strpos( cerber_get_home_url() . $path , crb_get_rest_url() ) ) {
680
  $ret = true;
681
  }
682
  }
689
  *
690
  * @return bool true if request method is GET
691
  */
692
+ function cerber_is_http_get() {
693
+ if ( nexus_is_valid_request() ) {
694
+ return ! nexus_request_data()->is_post;
695
+ }
696
+ if ( isset( $_SERVER['REQUEST_METHOD'] ) && $_SERVER['REQUEST_METHOD'] == 'GET' ) {
697
  return true;
698
  }
699
 
705
  *
706
  * @return bool true if request method is GET
707
  */
708
+ function cerber_is_http_post() {
709
+ if ( nexus_is_valid_request() ) {
710
+ return nexus_request_data()->is_post;
711
+ }
712
+
713
+ if ( isset( $_SERVER['REQUEST_METHOD'] ) && $_SERVER['REQUEST_METHOD'] == 'POST' ) {
714
  return true;
715
  }
716
 
717
  return false;
718
  }
719
+
720
  /**
721
  * Checks if it's a wp cron request
722
  *
733
  return false;
734
  }
735
 
736
+ function cerber_is_wp_ajax() {
737
+ if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) {
738
+ return true;
739
+ }
740
+
741
+ return false;
742
+ }
743
+
744
+
745
  /**
746
  * More neat way to get $_GET field with no warnings
747
  *
748
+ * @param $key string
749
+ * @param $pattern string
750
  *
751
+ * @return bool|array|string
752
  */
753
+ function cerber_get_get( $key, $pattern = '' ) {
754
  if ( isset( $_GET[ $key ] ) ) {
755
+ $ret = $_GET[ $key ];
756
+ if ( ! $pattern ) {
757
+ return $ret;
758
+ }
759
+ $pattern = '/^' . $pattern . '$/i';
760
+ if ( preg_match( $pattern, $ret ) ) {
761
+ return $ret;
762
+ }
763
+ }
764
+
765
+ return false;
766
+ }
767
+
768
+ function cerber_get_post( $key, $pattern = '' ) {
769
+ if ( isset( $_POST[ $key ] ) ) {
770
+ $ret = $_POST[ $key ];
771
+ if ( ! $pattern || ( $pattern && preg_match( $pattern, $ret ) ) ) {
772
+ return $ret;
773
+ }
774
+ }
775
+
776
+ return false;
777
+ }
778
+
779
+ /**
780
+ * Admin page query params
781
+ *
782
+ * @return array
783
+ */
784
+ function crb_get_query_params() {
785
+ if ( nexus_is_valid_request() ) {
786
+ return nexus_request_data()->get_params;
787
+ }
788
+
789
+ return $_GET;
790
+ }
791
+
792
+ function crb_get_post_fields( $key = null, $default = false ) {
793
+ if ( nexus_is_valid_request() ) {
794
+ if ( nexus_request_data()->is_post ) {
795
+ return nexus_request_data()->get_post_fields( $key, $default );
796
+ }
797
+
798
+ return array();
799
+ }
800
+
801
+ if ( $key ) {
802
+ return crb_array_get( $_POST, $key, $default );
803
+ }
804
+
805
+ return $_POST;
806
+ }
807
+
808
+ function crb_get_request_fields() {
809
+ if ( nexus_is_valid_request() ) {
810
+ $ret = nexus_request_data()->get_params;
811
+ if ( nexus_request_data()->is_post ) {
812
+ $ret = array_merge( $ret, nexus_request_data()->get_post_fields() );
813
+ }
814
+
815
+ return $ret;
816
+ }
817
+
818
+ return $_REQUEST;
819
+ }
820
+
821
+ function cerber_nonce_field( $action = 'control', $echo = false ) {
822
+ $sf = '';
823
+ if ( nexus_is_valid_request() ) {
824
+ $sf = '<input type="hidden" name="cerber_nexus_seal" value="' . nexus_request_data()->seal . '">';
825
+ }
826
+ $nf = wp_nonce_field( $action, 'cerber_nonce', false, false );
827
+ if ( ! $echo ) {
828
+ return $nf . $sf;
829
+ }
830
+
831
+ echo $nf . $sf;
832
+ }
833
+
834
+ function crb_admin_submit_button( $text = '', $echo = false ) {
835
+ if ( ! $text ) {
836
+ $text = __( 'Save Changes' );
837
+ }
838
+
839
+ $d = '';
840
+ $hint = '';
841
+ if ( nexus_is_valid_request() && ! nexus_is_granted( 'submit' ) ) {
842
+ $d = 'disabled="disabled"';
843
+ $hint = ' not available in the read-only mode';
844
+ }
845
+
846
+ $html = '<p class="submit"><input ' . $d . ' type="submit" name="submit" id="submit" class="button button-primary" value="' . $text . '" /> ' . $hint . '</p>';
847
+ if ( $echo ) {
848
+ echo $echo;
849
+ }
850
+
851
+ return $html;
852
+ }
853
+
854
+ /**
855
+ * Bulk action for WP_List_Table
856
+ *
857
+ * @return bool|array|string
858
+ */
859
+ function cerber_get_bulk_action() {
860
+ if ( ( $ac = cerber_get_get( 'action', '[\w\-]+' ) ) && $ac != '-1' ) {
861
+ return $ac;
862
+ }
863
+ if ( ( $ac = cerber_get_get( 'action2', '[\w\-]+' ) ) && $ac != '-1' ) {
864
+ return $ac;
865
  }
866
 
867
  return false;
972
  $ret = ltrim( $_REQUEST['rest_route'], '/' );
973
  }
974
  elseif ( cerber_is_permalink_enabled() ) {
975
+ $path = CRB_Request::get_request_path();
976
+ $pos = strlen( crb_get_rest_url() );
977
+ //$ret = substr( cerber_get_home_url() . urldecode( $_SERVER['REQUEST_URI'] ), $pos );
978
+ $ret = substr( cerber_get_home_url() . $path, $pos ); // @since 8.1
979
  $ret = trim( $ret, '/' );
980
  }
981
 
982
  return $ret;
983
  }
984
 
985
+ function crb_get_rest_url() {
986
+ static $ret;
987
+
988
+ if ( ! isset( $ret ) ) {
989
+ $ret = get_rest_url();
990
+ }
991
+
992
+ return $ret;
993
+ }
994
+
995
  function crb_is_user_blocked( $uid ) {
996
  if ( ( $m = get_user_meta( $uid, CERBER_BUKEY, 1 ) )
997
  && ! empty( $m['blocked'] )
1020
  $ret = substr( $ret, 0, $pos );
1021
  }
1022
 
1023
+ if ( $pos = strpos( $ret, '#' ) ) {
1024
+ $ret = substr( $ret, 0, $pos ); // @since 8.1 - malformed request URI
1025
+ }
1026
+
1027
  $ret = rtrim( $ret, '/' );
1028
  $ret = substr( strrchr( $ret, '/' ), 1 );
1029
 
1179
  $labels[42] = __( 'Request to the Google reCAPTCHA service failed', 'wp-cerber' );
1180
 
1181
  $labels[50] = __( 'Attempt to access prohibited URL', 'wp-cerber' );
1182
+ $labels[51] = __( 'Attempt to log in with non-existing username', 'wp-cerber' );
1183
  $labels[52] = __( 'Attempt to log in with prohibited username', 'wp-cerber' );
1184
  // @since 4.9 // TODO 53 & 54 should be a cerber action?
1185
  $labels[53] = __( 'Attempt to log in denied', 'wp-cerber' );
1198
  $labels[200] = __( 'User activated', 'wp-cerber' );
1199
  }
1200
 
1201
+ $labels[300] = __( 'Invalid master credentials', 'wp-cerber' );
1202
+
1203
  }
1204
  elseif ( $type == 'status' ) {
1205
  $labels[11] = __( 'Bot detected', 'wp-cerber' );
1229
  case 'malicious':
1230
  return array( 10, 11, 16, 17, 40, 50, 51, 52, 53, 54, 55, 56, 100 );
1231
  case 'suspicious':
1232
+ return array( 10, 11, 16, 17, 20, 40, 50, 51, 52, 53, 54, 55, 56, 100, 70, 71, 300 );
1233
  case 'black':
1234
+ return array( 16, 17, 40, 50, 51, 52, 55, 56, 100, 300 );
1235
  case 'dashboard':
1236
+ return array( 1, 2, 5, 10, 11, 12, 16, 17, 18, 19, 40, 41, 42, 50, 51, 52, 53, 54, 55, 56, 100, 300 );
1237
  }
1238
 
1239
  return array();
1244
  $labels = array();
1245
  $labels[701] = __( 'Limit on login attempts is reached', 'wp-cerber' );
1246
  $labels[702] = __( 'Attempt to access', 'wp-cerber' );
1247
+ $labels[703] = __( 'Attempt to log in with non-existing username', 'wp-cerber' );
1248
  $labels[704] = __( 'Attempt to log in with prohibited username', 'wp-cerber' );
1249
  $labels[705] = __( 'Limit on failed reCAPTCHA verifications is reached', 'wp-cerber' );
1250
  $labels[706] = __( 'Bot activity is detected', 'wp-cerber' );
1282
  update_site_option( '_cerber_db_errors', array_merge( $old, $msg ) );
1283
  }
1284
 
 
1285
  /**
 
1286
  *
1287
  * @param string|array $msg
1288
  */
1289
  function cerber_admin_notice( $msg ) {
1290
+ crb_admin_add_msg( $msg, 'admin_notice' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1291
  }
 
1292
  /**
 
1293
  *
1294
+ * @param string|array $msg
1295
  */
1296
  function cerber_admin_message( $msg ) {
1297
+ crb_admin_add_msg( $msg );
1298
+ }
1299
+
1300
+ function crb_admin_add_msg( $msg, $type = 'admin_message' ) {
1301
  global $cerber_doing_upgrade;
1302
+
1303
  if ( ! $msg || $cerber_doing_upgrade ) {
1304
  return;
1305
  }
1306
+
1307
+ if ( ! is_array( $msg ) ) {
1308
+ $msg = array( $msg );
 
 
 
1309
  }
1310
+
1311
+ $set = cerber_get_set( $type );
1312
+
1313
+ if ( ! $set || ! is_array( $set ) ) {
1314
+ $set = array();
1315
  }
1316
+
1317
+ cerber_update_set( $type, array_merge( $set, $msg ) );
1318
  }
1319
 
1320
  function crb_clear_admin_msg(){
1321
+ cerber_update_set( 'admin_notice', array() );
1322
+ cerber_update_set( 'admin_message', array() );
1323
  }
1324
 
1325
  /*
1327
  */
1328
  function cerber_is_admin_page( $force = false, $params = array() ) {
1329
 
1330
+ if ( ! is_admin()
1331
+ && ! nexus_is_valid_request() ) {
1332
  return false;
1333
  }
1334
 
1335
+ $get = crb_get_query_params();
1336
  $ret = false;
1337
 
1338
+ if ( isset( $get['page'] ) && false !== strpos( $get['page'], 'cerber-' ) ) {
1339
  $ret = true;
1340
  if ( $params ) {
1341
  foreach ( $params as $param => $value ) {
1342
+ if ( ! isset( $get[ $param ] ) ) {
1343
  $ret = false;
1344
  break;
1345
  }
1346
  if ( ! is_array( $value ) ) {
1347
+ if ( $get[ $param ] != $value ) {
1348
  $ret = false;
1349
  break;
1350
  }
1351
  }
1352
+ elseif ( ! in_array( $get[ $param ], $value ) ) {
1353
  $ret = false;
1354
  break;
1355
  }
1360
  return $ret;
1361
  }
1362
 
1363
+ if ( ! function_exists( 'get_current_screen' ) || ! $screen = get_current_screen() ) {
1364
  return false;
1365
  }
1366
+
1367
  if ( $screen->base == 'plugins' ) {
1368
  return true;
1369
  }
1384
  * @return string
1385
  */
1386
  function cerber_ago_time( $time ) {
1387
+ $diff = (int) abs( time() - $time );
1388
+ if ( $diff < MINUTE_IN_SECONDS ) {
1389
+ $secs = ( $diff <= 1 ) ? 1 : $diff;
1390
+ /* translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds */
1391
+ $dt = sprintf( _n( '%s sec', '%s secs', $secs ), $secs );
1392
+ }
1393
+ else {
1394
+ $dt = human_time_diff( $time );
1395
+ }
1396
 
1397
  // _x( 'at', 'preposition of time',
1398
+ return ( $time <= time() ) ? sprintf( __( '%s ago' ), $dt ) : sprintf( _x( 'in %s', 'preposition of a period of time like: in 6 hours', 'wp-cerber' ), $dt );
1399
  }
1400
 
1401
  function cerber_auto_date( $time ) {
1571
  /*
1572
  Checks for a new version of WP Cerber and creates messages if needed
1573
  */
1574
+ function cerber_check_for_newer() {
1575
+ if ( ! $updates = get_site_transient( 'update_plugins' ) ) {
1576
+ return false;
1577
+ }
1578
+
1579
  $ret = false;
1580
+ $key = CERBER_PLUGIN_ID;
1581
+
1582
+ if ( isset( $updates->checked[ $key ] ) && isset( $updates->response[ $key ] ) ) {
1583
+ $old = $updates->checked[ $key ];
1584
+ $new = $updates->response[ $key ]->new_version;
1585
+ if ( 1 === version_compare( $new, $old ) ) { // current version is lower than latest
1586
+ $msg = __( 'New version is available', 'wp-cerber' ) . ' <span class="dashicons dashicons-arrow-right"></span>';
1587
+ if ( is_multisite() ) {
1588
+ $href = network_admin_url( 'plugins.php?plugin_status=upgrade' );
1589
+ }
1590
+ else {
1591
+ $href = admin_url( 'plugins.php?plugin_status=upgrade' );
 
 
 
1592
  }
1593
+ cerber_admin_message( '<b>' . $msg . '</b> <a href="' . $href . '">' . sprintf( __( 'Update to version %s of WP Cerber', 'wp-cerber' ), $new ) . '</a>' );
1594
+ $ret = array( 'msg' => '<a href="' . $href . '">' . $msg . '</a>', 'ver' => $new );
1595
  }
1596
  }
1597
+
1598
  return $ret;
1599
  }
1600
 
1928
  return false;
1929
  }
1930
 
1931
+ function cerber_db_insert( $table, $values ) {
1932
+ return cerber_db_query( 'INSERT INTO ' . $table . ' (' . implode( ',', array_keys( $values ) ) . ') VALUES (' . implode( ',', $values ) . ')' );
1933
+ }
1934
+
1935
  /**
1936
  * @return bool|wpdb
1937
  */
1979
  if ( ! defined( 'CRB_ABSPATH' ) ) {
1980
  define( 'CRB_ABSPATH', cerber_dirname( __FILE__, 4 ) );
1981
  }
1982
+ $db_class = CRB_ABSPATH . '/' . WPINC . '/wp-db.php';
1983
  $wp_config = CRB_ABSPATH . '/wp-config.php';
1984
  if ( file_exists( $db_class ) && $config = file_get_contents( $wp_config ) ) {
1985
  $config = str_replace( '<?php', '', $config );
2244
  /**
2245
  * Synchronize plugin settings with rules in the .htaccess file
2246
  *
2247
+ * @param $file string
2248
+ * @param $settings array
2249
  *
2250
  * @return bool|string|WP_Error
2251
  */
2257
 
2258
  if ( 'main' == $file ) {
2259
  $rules = array();
2260
+ if ( ! empty( $settings['adminphp'] ) ) { // https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-6389
 
 
2261
  if ( ! apache_mod_loaded( 'mod_rewrite', true ) ) {
2262
+ return new WP_Error( 'no_mod', 'The Apache mod_rewrite module is not enabled on your web server. Ask your server administrator for assistance.' );
2263
  }
2264
  $groove_x = cerber_get_groove_x();
2265
  $cookie = 'cerber_groove_x_' . $groove_x[0];
2267
  $rules [] = '<IfModule mod_rewrite.c>';
2268
  $rules [] = 'RewriteEngine On';
2269
  $rules [] = 'RewriteBase /';
2270
+ $rules [] = 'RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-scripts\.php$ [OR,NC]'; // @updated 8.1
2271
+ $rules [] = 'RewriteCond %{REQUEST_URI} ^(.*)wp-admin/+load-styles\.php$ [NC]'; // @updated 8.1
2272
  $rules [] = 'RewriteCond %{HTTP_COOKIE} !' . $cookie . '=' . $groove_x[1];
2273
  $rules [] = 'RewriteRule (.*) - [R=403,L]';
2274
  $rules [] = '</IfModule>';
2529
  return $v;
2530
  }
2531
 
2532
+ function crb_get_themes() {
2533
+
2534
+ static $theme_headers = array(
2535
+ 'Name' => 'Theme Name',
2536
+ 'ThemeURI' => 'Theme URI',
2537
+ 'Description' => 'Description',
2538
+ 'Author' => 'Author',
2539
+ 'AuthorURI' => 'Author URI',
2540
+ 'Version' => 'Version',
2541
+ 'Template' => 'Template',
2542
+ 'Status' => 'Status',
2543
+ 'Tags' => 'Tags',
2544
+ 'TextDomain' => 'Text Domain',
2545
+ 'DomainPath' => 'Domain Path',
2546
+ );
2547
+
2548
+ $themes = array();
2549
+
2550
+ if ( $list = search_theme_directories() ) {
2551
+ foreach ( $list as $key => $info ) {
2552
+ $css = $info['theme_root'] . '/' . $info['theme_file'];
2553
+ if ( is_readable( $css ) ) {
2554
+ $themes[ $key ] = get_file_data( $info['theme_root'] . '/' . $info['theme_file'], $theme_headers, 'theme' );
2555
+ $themes[ $key ]['theme_root'] = $info['theme_root'];
2556
+ $themes[ $key ]['theme_file'] = $info['theme_file'];
2557
+ }
2558
+ }
2559
+ }
2560
+
2561
+ return $themes;
2562
+ }
2563
+
2564
  function cerber_is_base64_encoded( $val ) {
2565
  $val = trim( $val );
2566
  if ( empty( $val ) || is_numeric( $val ) || strlen( $val ) < 8 || preg_match( '/[^A-Z0-9\+\/=]/i', $val ) ) {
dashboard.php CHANGED
@@ -50,24 +50,30 @@ function cerber_admin_menu() {
50
  cerber_check_environment();
51
  }
52
 
53
- $hook = add_menu_page( 'WP Cerber Security', 'WP Cerber', 'manage_options', 'cerber-security', 'cerber_settings_page', 'dashicons-shield', '100' );
54
- add_action( 'load-' . $hook, 'cerber_screen_options' );
55
- add_submenu_page( 'cerber-security', __( 'Cerber Dashboard', 'wp-cerber' ), __( 'Dashboard', 'wp-cerber' ), 'manage_options', 'cerber-security', 'cerber_settings_page' );
56
 
57
- $hook = add_submenu_page( 'cerber-security', __( 'Cerber Traffic Inspector', 'wp-cerber' ), __( 'Traffic Inspector', 'wp-cerber' ), 'manage_options', 'cerber-traffic', 'cerber_traffic_page' );
58
- add_action( 'load-' . $hook, 'cerber_screen_options' );
59
 
60
  if ( lab_lab() ) {
61
- add_submenu_page( 'cerber-security', __( 'Cerber Security Rules', 'wp-cerber' ), __( 'Security Rules', 'wp-cerber' ), 'manage_options', 'cerber-rules', 'cerber_rules_page' );
62
  }
63
 
64
  if ( cerber_get_upload_dir_mu() ) {
65
- $hook = add_submenu_page( 'cerber-security', 'Cerber Security: Site Integrity', __( 'Site Integrity', 'wp-cerber' ), 'manage_options', 'cerber-integrity', 'cerber_integrity_page' );
66
- add_action( 'load-' . $hook, 'cerber_screen_options' );
67
  }
68
 
69
- add_submenu_page( 'cerber-security', __( 'Cerber antispam settings', 'wp-cerber' ), __( 'Antispam', 'wp-cerber' ), 'manage_options', 'cerber-recaptcha', 'cerber_recaptcha_page' );
70
- add_submenu_page( 'cerber-security', __( 'Cerber tools', 'wp-cerber' ), __( 'Tools', 'wp-cerber' ), 'manage_options', 'cerber-tools', 'cerber_tools_page' );
 
 
 
 
 
 
71
 
72
  }
73
 
@@ -85,6 +91,53 @@ function cerber_admin_bar( $wp_admin_bar ) {
85
  $wp_admin_bar->add_node( $args );
86
  }
87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  /*
89
  Display lockouts in dashboard for admins
90
  */
@@ -93,76 +146,82 @@ function cerber_show_lockouts($args = array(), $echo = true){
93
 
94
  //$wp_cerber->deleteGarbage();
95
 
96
- if (!empty($args['per_page'])) $per_page = $args['per_page'];
97
- else $per_page = cerber_get_per_page();
98
 
99
- $limit = (cerber_get_pn() - 1) * $per_page.','.$per_page;
 
100
 
101
- if ($rows = $wpdb->get_results('SELECT * FROM '. CERBER_BLOCKS_TABLE . ' ORDER BY block_until DESC LIMIT '.$limit)) {
 
 
102
 
103
- //$total=$wpdb->get_var('SELECT count(ip) FROM '. CERBER_BLOCKS_TABLE);
104
- $total= cerber_blocked_num();
105
- $list=array();
106
- $base_url = cerber_admin_link('activity');
107
 
108
- foreach ($rows as $row) {
109
- $ip = '<a href="'.$base_url.'&filter_ip='.$row->ip.'">'.$row->ip.'</a>';
110
 
111
- $ip_info = cerber_get_ip_info( $row->ip, true );
112
- if ( isset( $ip_info['hostname_html'] ) ) {
113
- $hostname = $ip_info['hostname_html'];
114
- }
115
- else {
116
- $ip_id = cerber_get_id_ip( $row->ip );
117
- $hostname = '<img data-ip-id="' . $ip_id . '" class="crb-no-hostname" src="' . $crb_ajax_loader . '" />' . "\n";
118
- }
119
 
120
  if ( lab_lab() ) {
121
  $single_ip = str_replace( '*', '1', $row->ip );
122
- $country = '</td><td>' . crb_country_html( null, $single_ip );
123
  }
124
  else {
125
  $country = '';
126
- }
127
 
128
- $list[] = '<td>' . $ip . '</td><td>' . $hostname . $country . '</td><td>' . cerber_date( $row->block_until ) . '</td><td>' . $row->reason . '</td><td><a href="' . wp_nonce_url( add_query_arg( array( 'lockdelete' => $row->ip ) ), 'control', 'cerber_nonce' ) . '">' . __( 'Remove', 'wp-cerber' ) . '</a></td>';
129
 
130
  }
131
 
132
  //$titles = '<tr><th>'.__('IP','wp-cerber').'</th><th>'.__('Hostname','wp-cerber').'</th><th>'.__('Expires','wp-cerber').'</th><th>'.__('Reason','wp-cerber').'</th><th>'.__('Action','wp-cerber').'</th></tr>';
133
 
134
- $heading = array(
135
- __( 'IP', 'wp-cerber' ),
136
- __( 'Hostname', 'wp-cerber' ),
137
- __( 'Country', 'wp-cerber' ),
138
- __( 'Expires', 'wp-cerber' ),
139
- __( 'Reason', 'wp-cerber' ),
140
- __( 'Action', 'wp-cerber' ),
141
- );
142
 
143
- if ( !lab_lab() ) {
144
- unset( $heading[2] );
145
- }
146
 
147
- $titles = '<tr><th>' . implode( '</th><th>', $heading ) . '</th></tr>';
148
 
149
- $table = '<table class="widefat crb-table cerber-margin"><thead>'.$titles.'</thead><tfoot>'.$titles.'</tfoot>'.implode('</tr><tr>',$list).'</tr></table>';
150
 
151
- if (empty($args['no_navi'])) $table .= cerber_page_navi($total,$per_page);
 
 
152
 
153
- //echo '<h3>'.sprintf(__('Showing last %d records from %d','wp-cerber'),count($rows),$total).'</h3>';
154
- $showing = '<h3>'.sprintf(__('Showing last %d records from %d','wp-cerber'),count($rows),$total).'</h3>';
 
 
 
 
 
 
 
 
155
 
156
- $view = '<p><b>'.__('Hint','wp-cerber').':</b> ' . __('To view activity, click on the IP','wp-cerber').'</p>';
 
157
  }
158
  else {
159
- $table = '';
160
- $view = '<p>'.sprintf(__('No lockouts at the moment. The sky is clear.','wp-cerber')).'</p>';
161
  }
162
- $ret = $table.'<div class="cerber-margin">'.$view.'</div>';
163
-
164
- if ($echo) echo $ret;
165
- else return $ret;
166
  }
167
 
168
  function cerber_block_delete( $ip ) {
@@ -176,13 +235,13 @@ function cerber_block_delete( $ip ) {
176
  ACL management form in dashboard
177
  */
178
  function cerber_acl_form(){
179
- global $wp_cerber;
180
  echo '<h2>'.__('White IP Access List','wp-cerber').'</h2><p><span style="color:green;" class="dashicons-before dashicons-thumbs-up"></span> '.__('These IPs will never be locked out','wp-cerber').' - <a target="_blank" href="https://wpcerber.com/using-ip-access-lists-to-protect-wordpress/">Know more</a></p>'.
181
  cerber_acl_get_table('W');
182
  echo '<h2>'.__('Black IP Access List','wp-cerber').'</h2><p><span style="color:red;" class="dashicons-before dashicons-thumbs-down"></span> '.__('Nobody can log in or register from these IPs','wp-cerber').' - <a target="_blank" href="https://wpcerber.com/using-ip-access-lists-to-protect-wordpress/">Know more</a></p>'.
183
  cerber_acl_get_table('B');
184
 
185
- $user_ip = $wp_cerber->getRemoteIp();
186
  $link = cerber_admin_link( 'activity' ) . '&filter_ip=' . $user_ip;
187
  $name = crb_country_html(null, $user_ip);
188
 
@@ -204,9 +263,9 @@ function cerber_acl_get_table( $tag ) {
204
  $activity_url = cerber_admin_link( 'activity' );
205
  if ( $rows = $wpdb->get_results( 'SELECT * FROM ' . CERBER_ACL_TABLE . " WHERE tag = '" . $tag . "' ORDER BY ip_long_begin, ip" ) ) {
206
  foreach ( $rows as $row ) {
207
- $list[] = '<td>' . $row->ip . '</td><td>'.$row->comments.'</td><td><a class="crb-button-tiny" href="' . $activity_url . '&filter_ip=' . urlencode( $row->ip ) . '">' . __( 'Check for activities', 'wp-cerber' ) . '</a> '.cerber_traffic_link(array('filter_ip'=>$row->ip)).'</td>
208
- <td><a class="delete_entry crb-button-tiny" href="javascript:void(0)" data-ip="' . $row->ip . '">' . __( 'Remove', 'wp-cerber' ) . '</a>
209
- </td>';
210
  }
211
  $ret = '<table id="acl_' . $tag . '" class="acl-table"><tr>' . implode( '</tr><tr>', $list ) . '</tr></table>';
212
  }
@@ -214,13 +273,16 @@ function cerber_acl_get_table( $tag ) {
214
  $ret = '<p style="text-align: center;">- <i>' . __( 'List is empty', 'wp-cerber' ) . '</i> -</p>';
215
  }
216
  $ret = '<div class="acl-wrapper"><div class="acl-items">'
217
- . $ret . '</div><form action="" method="post">
218
- <table><tr><td><input class="code" type="text" name="add_acl_' . $tag . '" required placeholder="' . __( 'IP address, IPv4 address range or subnet', 'wp-cerber' ) . '">
219
- </td><td><input type="submit" class="button button-primary" value="' . __( 'Add IP to the list', 'wp-cerber' ) . '" ></td></tr>
220
- <tr><td><input class="code" type="text" name="add_acl_comment" maxlength="250" placeholder="' . __( 'Optional comment for this entry', 'wp-cerber' ) . '">
221
- </td><td></td></tr>
222
- </table>'
223
- . wp_nonce_field( 'cerber_dashboard', 'cerber_nonce' )
 
 
 
224
  . '</form></div>';
225
 
226
  return $ret;
@@ -228,45 +290,45 @@ function cerber_acl_get_table( $tag ) {
228
  /*
229
  Handle actions with items in ACLs in the dashboard
230
  */
231
- add_action('admin_init','cerber_acl_form_process');
232
- function cerber_acl_form_process(){
 
 
 
 
 
 
 
 
 
 
 
 
 
233
 
234
- if ( ! cerber_is_http_post() || ! isset( $_POST['cerber_nonce'] ) ) {
235
- return;
236
- }
237
- if ( ! current_user_can( 'manage_options' ) || ! wp_verify_nonce( $_POST['cerber_nonce'], 'cerber_dashboard' ) ) {
238
  return;
239
  }
240
 
241
- if ( cerber_is_http_post() ) {
242
- if (!empty($_POST['add_acl_W'])) {
243
- $ip = cerber_parse_ip($_POST['add_acl_W']);
244
- if ( ! $ip ) {
245
- cerber_admin_notice( __( 'Incorrect IP address or IP range', 'wp-cerber' ) );
246
- }
247
- elseif ( cerber_add_white( $ip, strip_tags( stripslashes($_POST['add_acl_comment']) ) ) ) {
248
- if ( is_array( $ip ) ) {
249
- $ip = $ip['range'];
250
- }
251
- cerber_admin_message( sprintf( __( 'Address %s was added to White IP Access List', 'wp-cerber' ), $ip ) );
252
- }
253
  }
254
- if (!empty($_POST['add_acl_B'])) {
255
- $ip = sanitize_text_field( $_POST['add_acl_B'] );
256
- if ( ! cerber_parse_ip( $ip ) ) {
257
- cerber_admin_notice( __( 'Incorrect IP address or IP range', 'wp-cerber' ) );
258
- }
259
- else {
260
- if ( ! cerber_can_be_listed( $ip ) ) {
261
- cerber_admin_notice( __( "You cannot add your IP address or network", 'wp-cerber' ) );
262
- }
263
- elseif ( cerber_add_black( $ip, strip_tags( stripslashes($_POST['add_acl_comment']) ) ) ) {
264
- if (is_array($ip)) $ip = $ip['range'];
265
- cerber_admin_message(sprintf(__('Address %s was added to Black IP Access List','wp-cerber'),$ip));
266
- }
267
  }
 
268
  }
269
  }
 
270
  }
271
 
272
  /**
@@ -288,40 +350,31 @@ function cerber_acl_all( $fields = '*' ) {
288
  add_action('wp_ajax_cerber_ajax', 'cerber_admin_ajax');
289
  function cerber_admin_ajax() {
290
 
291
- $admin = false;
292
- if ( current_user_can( 'manage_options' ) ) {
293
- $admin = true;
 
294
  }
295
 
296
- $response = array();
297
 
298
- if ($admin && isset($_REQUEST['acl_delete'])){
 
299
 
300
- check_ajax_referer( 'crb-ajax-admin', 'ajax_nonce' );
301
- $ip = $_REQUEST['acl_delete'];
302
- if ( ! $ip = cerber_parse_ip( $ip ) ) {
303
- wp_die();
304
- }
305
- if ( cerber_acl_remove( $ip ) ) {
306
- if ( is_string( $ip ) ) {
307
- $deleted = $ip;
308
  }
309
- else {
310
- $deleted = $ip['range'];
311
- }
312
- $response['deleted_ip'] = $deleted;
313
  }
314
- else {
315
  $response['error'] = 'Unable to delete';
316
  }
317
-
318
  }
319
- elseif ( isset( $_REQUEST['crb_ajax_slug'] ) && isset( $_REQUEST['crb_ajax_list'] ) ) {
320
-
321
- check_ajax_referer('crb-ajax-admin','ajax_nonce');
322
- $slug = $_REQUEST['crb_ajax_slug'];
323
  $response['slug'] = $slug;
324
- $list = array_unique( $_REQUEST['crb_ajax_list'] );
325
 
326
  /*
327
  $list = array_map(function ($ip_id){
@@ -335,55 +388,53 @@ function cerber_admin_ajax() {
335
 
336
  $ip_list = array();
337
  foreach ( $list as $ip_id ) {
338
- if ($ip = filter_var( cerber_get_ip_id( $ip_id ), FILTER_VALIDATE_IP )){
339
  $ip_list[ $ip_id ] = $ip;
340
  // Set elements for frontend
341
  $response['data'][ $ip_id ] = '';
342
  }
343
  else {
344
  $response['data'][ $ip_id ] = '-';
345
- }
346
  }
347
 
348
- switch($slug){
349
- case 'hostname':
350
- foreach ( $ip_list as $ip_id => $ip ) {
351
- $ip_info = cerber_get_ip_info( $ip );
352
- $response['data'][ $ip_id ] = $ip_info['hostname_html'];
353
- }
354
- break;
355
- case 'country':
356
- if ($country_list = lab_get_country($ip_list, false)) {
357
- foreach ( $country_list as $ip_id => $country ) {
358
- if ( $country ) {
359
- $response['data'][ $ip_id ] = cerber_get_flag_html( $country, cerber_country_name( $country ) );
360
- }
361
- else {
362
- $response['data'][ $ip_id ] = __( 'Unknown', 'wp-cerber' );
363
- }
364
- }
365
- }
366
- break;
367
-
368
  }
369
 
370
  }
371
- elseif ( $admin && isset( $_REQUEST['dismiss_info'] ) ) {
372
- if ( isset( $_REQUEST['button_id'] ) && ( $_REQUEST['button_id'] == 'lab_ok' || $_REQUEST['button_id'] == 'lab_no' ) ) {
373
- lab_user_opt_in( $_REQUEST['button_id'] );
374
  }
375
  else {
376
- update_site_option( 'cerber_admin_info', '' );
377
  }
378
  }
379
- elseif ( $admin && ( $usearch = crb_array_get( $_REQUEST, 'user_search' ) ) ) {
380
- check_ajax_referer( 'crb-ajax-admin', 'ajax_nonce' );
381
- $users = get_users( array( 'search' => '*' . esc_attr( $usearch ) . '*', ) );
382
  $response = array();
383
  if ( $users ) {
384
  foreach ( $users as $user ) {
385
- $data = get_userdata( $user->ID );
386
- $response[] = array(
387
  'id' => $user->ID,
388
  'text' => crb_format_user_name( $data )
389
  );
@@ -392,8 +443,30 @@ function cerber_admin_ajax() {
392
  }
393
 
394
  echo json_encode( $response );
395
- wp_die();
 
 
 
396
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
397
  /*
398
  * Retrieve extended IP information
399
  * @since 2.2
@@ -430,50 +503,131 @@ function cerber_get_ip_info( $ip, $cache_only = false ) {
430
  Admin dashboard actions
431
  */
432
  //add_action('admin_init','cerber_admin_request');
433
- add_action('wp_loaded','cerber_admin_request'); // @since 5.6
434
- function cerber_admin_request(){
435
- global $wpdb;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
436
 
437
- if ( !is_admin() ) return;
438
- if ( !isset( $_REQUEST['cerber_nonce'] ) ) return;
439
- if ( !current_user_can( 'manage_options' ) || !wp_verify_nonce( $_REQUEST['cerber_nonce'], 'control' ) ) return;
 
 
 
 
 
 
 
 
 
 
 
440
 
441
  if ( cerber_is_http_get() ) {
442
- if ( $test = cerber_get_get( 'testnotify' ) ) {
443
- //$to = implode(', ',cerber_get_email());
444
- $to = cerber_get_email( $test );
445
- if ( cerber_send_email( $test ) ) {
446
- cerber_admin_message( __( 'Email has been sent to', 'wp-cerber' ) . ' ' . $to );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
447
  }
448
- else {
449
- cerber_admin_notice( __( 'Unable to send email to', 'wp-cerber' ) . ' ' . $to );
 
450
  }
451
- cerber_safe_redirect('testnotify');
452
- }
453
- elseif ( $ip = cerber_get_get( 'lockdelete' ) ) {
454
- if ( cerber_block_delete( $ip ) ) {
455
- cerber_admin_message( sprintf( __( 'Lockout for %s was removed', 'wp-cerber' ), $ip ) );
456
  }
 
457
  }
458
- elseif ( isset( $_GET['export_activity'] ) ) {
459
- cerber_export_activity();
460
- }
461
- elseif ( isset( $_GET['export_traffic'] ) ) {
462
- cerber_export_traffic();
463
- }
464
- elseif ( isset( $_GET['subscribe'] ) ) {
465
- $mode = ( 'on' == $_GET['subscribe'] ) ? 'on' : 'off';
466
- cerber_subscribe( $mode );
467
- cerber_safe_redirect('subscribe');
468
- }
469
- elseif ( cerber_get_get( 'citadel' ) == 'deactivate' ) {
470
  cerber_disable_citadel();
471
  }
472
- elseif ( cerber_get_get( 'load_settings' ) == 'default' ) {
473
- cerber_load_defaults();
474
- cerber_admin_message( __( 'Settings saved', 'wp-cerber' ) );
475
- cerber_safe_redirect('load_settings');
476
- }
477
  elseif ( isset( $_GET['force_repair_db'] ) ) {
478
  cerber_create_db();
479
  cerber_upgrade_db( true );
@@ -501,67 +655,109 @@ function cerber_admin_request(){
501
  cerber_admin_message( 'The cache has been cleaned up');
502
  cerber_safe_redirect('clean_up_the_cache');
503
  }
504
- elseif ( isset( $_GET['crb_scan_adm'] ) ) {
505
- if ( in_array( $_GET['crb_scan_adm'], array( 'delete', 'restore' ) ) ) {
506
- cerber_quarantine_do( $_GET['crb_scan_adm'], $_GET['crb_scan_id'], $_GET['crb_file_id'] );
507
- }
508
- elseif ( $_GET['crb_scan_adm'] == 'remove_ignore' ) {
509
- if ( crb_remove_ignore( $_GET['crb_file_id'] ) ) {
510
- cerber_admin_message( 'Removed from the list' );
511
- }
512
- }
513
- cerber_safe_redirect( array( 'crb_scan_adm', 'crb_scan_id', 'crb_file_id' ) );
514
- }
515
- elseif ( $d = cerber_get_get( 'crb_diag_log' ) ) {
516
- cerber_manage_diag_log( $d );
517
- cerber_safe_redirect( array( 'crb_diag_log' ) );
518
- }
519
  }
520
 
521
  if ( cerber_is_http_post() ) {
522
- if ( isset( $_POST['crb_geo_rules'] ) ) {
523
- crb_save_geo_rules();
524
- }
525
- elseif ( isset( $_POST['cerber_license'] ) ) {
526
- $lic = preg_replace( "/[^A-Z0-9]/i", '', $_POST['cerber_license'] );
527
- if ( ! empty( $lic ) && strlen( $lic ) != LAB_KEY_LENGTH ) {
528
- return;
529
- }
530
- lab_update_key( $lic );
531
- if ( $lic ) {
532
- if ( lab_validate_lic() ) {
533
- cerber_admin_message( '<b>Great! You\'ve entered a valid license key.</b><p>Now, whenever you see a green shield icon in the top right-hand corner of any Cerber\'s admin page, it means the professional version works as intended and your website is protected by Cerber Cloud Protection.</p>
534
- <p>Please use the client portal to manage subscriptions and get support: <a target="_blank" href="https://my.wpcerber.com">https://my.wpcerber.com</a></p>
535
- <p>Thanks for being our client.</p>' );
536
- }
537
- else {
538
- cerber_admin_notice( 'Error! You have entered an invalid or expired license key.' );
539
- }
 
 
 
 
 
 
 
 
 
 
 
540
  }
541
  }
542
  }
543
 
544
  }
545
 
546
- function cerber_safe_redirect( $remove_args ) {
547
- if ( ! is_array( $remove_args ) ) {
548
- $remove_args = array( $remove_args );
 
 
 
 
 
 
 
 
549
  }
550
- $remove_args[] = 'cerber_nonce';
551
- wp_safe_redirect( remove_query_arg( $remove_args ) );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
552
  exit(); // mandatory!
553
  }
554
 
555
- function cerber_export_activity() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556
 
557
- crb_raise_limits();
 
 
 
 
 
 
558
 
559
- list( $query, $per_page, $falist, $ip, $filter_login, $user_id, $search ) = cerber_activity_query( array( 'per_page' => 0 ) );
560
 
561
- if ( ! $rows = cerber_db_get_results( $query, MYSQL_FETCH_OBJECT ) ) {
562
- //if ( ! $rows = cerber_db_get_results( $query, 0 ) ) {
563
  wp_die( 'Nothing to export' );
564
  }
 
565
  $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
566
 
567
  $info = array();
@@ -569,9 +765,7 @@ function cerber_export_activity() {
569
  if ( $ip ) {
570
  $info[] = '"Filter by IP:","' . $ip . '"';
571
  }
572
- elseif ( ! empty( $_GET['filter_ip'] ) ) {
573
- $info[] = '"Filter by IP:","' . $_GET['filter_ip'] . '"'; // workaround
574
- }
575
  if ( $user_id ) {
576
  $user = get_userdata( $user_id );
577
  $info[] = '"Filter by user:","' . $user->display_name . '"';
@@ -599,8 +793,7 @@ function cerber_export_activity() {
599
  $labels = cerber_get_labels( 'activity' );
600
  $status = cerber_get_labels( 'status' ) + cerber_get_reason();
601
 
602
-
603
- foreach ( $rows as $row ) {
604
  $values = array();
605
 
606
  if ( ! empty( $row->details ) ) {
@@ -624,6 +817,7 @@ function cerber_export_activity() {
624
  cerber_send_csv_line( $values );
625
  }
626
 
 
627
  exit;
628
 
629
  }
@@ -640,7 +834,7 @@ function cerber_send_csv_header( $f_name, $total, $heading = array(), $info = ar
640
  $info[] = '"Generated by:","WP Cerber Security ' . CERBER_VER . '"';
641
  $info[] = '"Website:","' . get_option( 'blogname' ) . '"';
642
  $info[] = '"Date:","' . cerber_date( time() ) . '"';
643
- $info[] = '"Rows:","' . $total . '"';
644
 
645
  echo implode( "\r\n", $info ) . "\r\n\r\n";
646
 
@@ -664,7 +858,7 @@ function cerber_send_csv_line( $values ) {
664
  *
665
  *
666
  */
667
- function cerber_show_activity($args = array(), $echo = true){
668
  global $crb_ajax_loader, $wp_roles;
669
 
670
  $labels = cerber_get_labels( 'activity' );
@@ -676,8 +870,8 @@ function cerber_show_activity($args = array(), $echo = true){
676
 
677
  list( $query, $per_page, $falist, $filter_ip, $filter_login, $user_id, $search ) = cerber_activity_query( $args );
678
 
679
- $sname = '';
680
- $info = '';
681
  if ( $filter_ip ) {
682
  $info .= cerber_ip_extra_view( $filter_ip );
683
  }
@@ -689,19 +883,19 @@ function cerber_show_activity($args = array(), $echo = true){
689
  $user_cache = array();
690
 
691
  //if ( $rows = $wpdb->get_results( $query ) ) {
692
- if ( $rows = cerber_db_get_results( $query , MYSQL_FETCH_OBJECT ) ) {
693
 
694
- $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
695
  $tbody = '';
696
  $roles = $wp_roles->roles;
697
  $country = '';
698
  $geo = lab_lab();
699
 
700
- foreach ($rows as $row) {
701
 
702
- $ip_id = cerber_get_id_ip($row->ip);
703
 
704
- $activity = '<span class="crb-activity actv' . $row->activity . '">'.$labels[ $row->activity ].'</span>';
705
  /*
706
  if ($row->activity == 50 ) {
707
  $activity .= ' <b>'.htmlspecialchars($row->user_login).'</b>';
@@ -715,11 +909,14 @@ function cerber_show_activity($args = array(), $echo = true){
715
  //elseif ($row->activity == 50 && $details[4]) $activity .= ' '.$details[4];
716
 
717
  if ( isset( $details[4] ) && ( $row->activity < 10 || $row->activity > 12 ) ) {
718
- $activity .= '<p class="act-url">URL: ' . str_replace( array('-','/'), array('<wbr>-','<wbr>/'), $details[4] ) . '</p>';
 
 
 
719
  }
720
 
721
  }
722
- $activity = '<div class="crb'.$row->activity.'">'.$activity.'</div>';
723
 
724
  if ( $row->user_id ) {
725
  if ( isset( $user_cache[ $row->user_id ] ) ) {
@@ -768,48 +965,54 @@ function cerber_show_activity($args = array(), $echo = true){
768
 
769
  $tip = '';
770
 
771
- $acl = cerber_acl_check($row->ip);
772
- if ($acl == 'W') $tip = __('White IP Access List','wp-cerber');
773
- elseif ($acl == 'B') $tip = __('Black IP Access List','wp-cerber');
 
 
 
 
774
 
775
  if ( cerber_block_check( $row->ip ) ) {
776
  $block = ' color-blocked ';
777
- $tip .= ' ' . __( 'Locked out', 'wp-cerber' );
 
 
 
778
  }
779
- else $block='';
780
 
781
  if ( ! empty( $args['date'] ) && $args['date'] == 'ago' ) {
782
  $date = cerber_ago_time( $row->stamp );
783
  }
784
  else {
785
- $date = '<span title="'.$row->stamp.' / '.$row->session_id.' / '.$row->activity .'">'.cerber_date( $row->stamp ).'</span>';
786
  }
787
 
788
  if ( $geo ) {
789
- $country = '</td><td>' . crb_country_html($row->country, $row->ip);
790
  }
791
 
792
  //$tbody .= '<tr class="acrow'.$row->activity.'"><td><div class="act-icon ip-acl' . $acl . ' ' . $block . '" title="' . $tip . '"></div>' . $ip . '</td><td>' . $hostname . $country . '</td><td>' . $date . '</td><td class="acinfo">' . $activity . '</td><td>' . $name . '</td><td>' . $username . '</td></tr>';
793
- $tbody .= '<tr class="acrow'.$row->activity.'"><td><div class="css-table"><div><span class="act-icon ip-acl' . $acl . ' ' . $block . '" title="' . $tip . '"></span></div><div>' . $ip . '</div></div></td><td>' . $hostname . $country . '</td><td>' . $date . '</td><td class="acinfo">' . $activity . '</td><td>' . $name . '</td><td>' . $username . '</td></tr>';
794
  }
795
 
796
- $heading = array(
797
  '<div class="act-icon"></div>' . __( 'IP', 'wp-cerber' ),
798
  __( 'Hostname', 'wp-cerber' ),
799
- __( 'Country', 'wp-cerber' ),
800
  __( 'Date', 'wp-cerber' ),
801
  __( 'Event', 'wp-cerber' ),
802
  __( 'Local User', 'wp-cerber' ),
803
  __( 'Username used', 'wp-cerber' )
804
  );
805
 
806
- if ( !$geo ) {
807
  unset( $heading[2] );
808
  }
809
 
810
  $titles = '<tr><th>' . implode( '</th><th>', $heading ) . '</th></tr>';
811
 
812
- $table = '<table id="crb-activity" class="widefat crb-table cerber-margin"><thead>' . $titles . '</thead><tfoot>' . $titles . '</tfoot><tbody>' . $tbody . '</tbody></table>';
813
 
814
  if ( empty( $args['no_navi'] ) ) {
815
  $table .= cerber_page_navi( $total, $per_page );
@@ -818,11 +1021,15 @@ function cerber_show_activity($args = array(), $echo = true){
818
  //$legend = '<p>'.sprintf(__('Showing last %d records from %d','wp-cerber'),count($rows),$total);
819
 
820
  if ( empty( $args['no_export'] ) ) {
821
- $export_link = '<a class="button button-secondary cerber-button" href="' . wp_nonce_url( add_query_arg( 'export_activity', 1 ), 'control', 'cerber_nonce' ) . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a>';
 
 
 
 
822
  }
823
  }
824
  else {
825
- $table = '<p class="cerber-margin">'.__('No activity has been logged.','wp-cerber').'</p>';
826
  }
827
 
828
  if ( empty( $args['no_navi'] ) ) {
@@ -831,16 +1038,15 @@ function cerber_show_activity($args = array(), $echo = true){
831
  //unset( $labels[13], $labels[14], $labels[15] );
832
  $labels = array( 0 => __( 'All events', 'wp-cerber' ) ) + $labels;
833
 
834
- if ( ! empty( $_GET['filter_activity'] ) && ! is_array( $_GET['filter_activity'] ) ) {
835
- $selected = absint( $_GET['filter_activity'] );
836
- }
837
- else {
838
  $selected = 0;
839
  }
840
 
841
  $filters = '<form action="">'
842
  . cerber_select( 'filter_activity', $labels, $selected )
843
- . cerber_select( 'filter_user', ( $user_id ) ? array( $user_id => $sname ) : array(), $user_id, 'crb-select2-ajax', false, esc_html__( 'Filter by registered user', 'wp-cerber' ), array( 'min_symbols' => 3 ) )
844
  . '<input type="text" value="' . $search . '" name="search_activity" placeholder="' . esc_html__( 'Search for IP or username', 'wp-cerber' ) . '">
845
  <input type="submit" value="' . __( 'Filter', 'wp-cerber' ) . '" class="button button-secondary">'
846
  . '
@@ -856,7 +1062,7 @@ function cerber_show_activity($args = array(), $echo = true){
856
 
857
  $top_bar = '<div id = "activity-filter"><div>' . $filters . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
858
 
859
- $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>'.$ret;
860
  }
861
 
862
  $ret .= $table;
@@ -878,87 +1084,88 @@ function cerber_show_activity($args = array(), $echo = true){
878
  * @return array
879
  * @since 4.16
880
  */
881
- function cerber_activity_query($args = array()){
882
  global $wpdb;
883
 
884
- $ret = array_fill( 0, 7, '' );
885
  $where = array();
886
- $falist = array();
887
 
888
- $filter = null;
889
- if (!empty($args['filter_activity'])) $filter = $args['filter_activity'];
890
- elseif (isset($_GET['filter_activity'])) $filter = $_GET['filter_activity'];
 
 
 
 
 
891
 
892
- if ($filter) { // Multiple activities can be requested this way: &filter_activity[]=11&filter_activity[]=7
893
- if (is_array($filter)) {
894
- $falist = array_filter(array_map('absint',$filter));
895
- $filter = implode(',',$falist);
 
896
  }
897
  else {
898
- $filter = absint($filter);
899
- $falist = array($filter); // for further using in links
900
  }
901
- $where[] = 'log.activity IN ('.$filter.')';
902
  }
903
  $ret[2] = $falist;
904
 
905
- if ( ! empty( $_GET['filter_ip'] ) ) {
906
- $filter = trim( $_GET['filter_ip'] );
907
- $range = cerber_any2range( $filter );
908
  if ( is_array( $range ) ) {
909
  $where[] = $wpdb->prepare( '(log.ip_long >= %d AND log.ip_long <= %d)', $range['begin'], $range['end'] );
910
- } elseif ( cerber_is_ip_or_net( $filter ) ) {
911
- $where[] = $wpdb->prepare( 'log.ip = %s', $filter );
912
- //$ip_extra = $filter;
913
- } else {
 
914
  $where[] = "ip = 'produce-no-result'";
915
  }
916
- $ret[3] = $_GET['filter_ip'];
917
  }
918
 
919
- if ( ! empty( $_GET['filter_login'] ) ) {
920
- $where[] = $wpdb->prepare( 'log.user_login = %s', $_GET['filter_login'] );
921
- $ret[4] = htmlspecialchars( $_GET['filter_login'] );
922
  }
923
- $user_id = absint( crb_array_get( $_GET, 'filter_user', 0 ) );
 
924
  $ret[5] = $user_id;
925
  if ( $user_id ) {
926
  $where[] = 'log.user_id = ' . $user_id;
927
  }
928
- if ( ! empty( $_GET['search_activity'] ) ) {
929
- $search = trim( stripslashes_deep( $_GET['search_activity'] ) );
 
930
  $ret[6] = htmlspecialchars( $search );
931
  $search = '%' . $search . '%';
932
 
933
  $escaped = cerber_real_escape( $search );
934
- $w = array();
935
  /*
936
  if ( $uids = cerber_db_get_col( 'SELECT user_id FROM ' . $wpdb->usermeta . ' WHERE (meta_key = "first_name" OR meta_key = "last_name" OR meta_key = "nickname") AND meta_value LIKE "' . cerber_real_escape( $search ) . '"' ) ) {
937
  $w[] = 'log.user_id IN (' . implode( ',', $uids ) . ')';
938
  }*/
939
- $w[] = 'log.user_login LIKE "'.$escaped.'"';
940
- $w[] = 'log.ip LIKE "'.$escaped.'"';
941
 
942
  $where[] = '(' . implode( ' OR ', $w ) . ')';
943
  }
944
- if ( ! empty( $_GET['filter_country'] ) ) {
945
- $country = substr( $_GET['filter_country'], 0, 3 );
 
946
  $ret[7] = htmlspecialchars( $country );
947
  $where[] = 'log.country = "' . cerber_real_escape( $country ) . '"';
948
  }
949
 
950
- if ( ! empty( $where ) ) {
951
- $where = 'WHERE ' . implode( ' AND ', $where );
952
- }
953
- else {
954
- $where = '';
955
- }
956
 
957
  // Limits, if specified
958
- if (isset($args['per_page'])) $per_page = $args['per_page'];
959
- else $per_page = cerber_get_per_page();
960
- $per_page = absint($per_page);
961
- $ret[1] = $per_page;
962
 
963
  if ( $per_page ) {
964
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
@@ -968,50 +1175,35 @@ function cerber_activity_query($args = array()){
968
  $ret[0] = 'SELECT SQL_CALC_FOUND_ROWS log.*,u.display_name,u.user_login ulogin FROM ' . CERBER_LOG_TABLE . ' log LEFT JOIN '.$wpdb->users . " u ON (log.user_id = u.ID) {$where} ORDER BY stamp DESC";
969
  }
970
 
971
- //$test = cerber_db_get_results($ret[0]);
972
- //echo count($test);
973
- //echo $ret[0];
974
-
975
- //$ret[0] = 'SELECT SQL_CALC_FOUND_ROWS log.*,u.display_name,u.user_login ulogin FROM ' . CERBER_LOG_TABLE . ' log LEFT JOIN ' . $wpdb->users . " u ON (log.user_id = u.ID) {$where} ORDER BY stamp DESC {$limit}";
976
-
977
  return $ret;
978
- /*
979
- return array(
980
- //'SELECT SQL_CALC_FOUND_ROWS * FROM ' . CERBER_LOG_TABLE . " {$where} ORDER BY stamp DESC {$limit}",
981
- 'SELECT SQL_CALC_FOUND_ROWS log.*,u.display_name,u.user_login ulogin FROM ' . CERBER_LOG_TABLE . ' log LEFT JOIN '.$wpdb->users . " u ON (log.user_id = u.ID) {$where} ORDER BY stamp DESC {$limit}",
982
- $per_page,
983
- $falist,
984
- $ip_extra,
985
- $user_id,
986
- );
987
- */
988
  }
 
989
  /*
990
  * Additional information about IP address
991
  */
992
- function cerber_ip_extra_view($ip, $context = 'activity'){
993
  global $wp_cerber;
994
  //if (!cerber_is_ip_or_net($ip)) return '';
995
  if ( ! $ip || ! filter_var( $ip, FILTER_VALIDATE_IP ) ) {
996
  return '';
997
  }
998
  $ip_info = ' ';
999
- $acl = cerber_acl_check( $ip );
1000
  if ( $acl == 'W' ) {
1001
- $ip_info .= '<span class="crb-color-green ip-info-label">'.__( 'White IP Access List', 'wp-cerber' ).'</span> ';
1002
  }
1003
- elseif ( $acl == 'B' ) {
1004
- $ip_info .= '<span class="crb-color-black ip-info-label">'.__( 'Black IP Access List', 'wp-cerber' ).'</span> ';
1005
  }
1006
  if ( cerber_block_check( $ip ) ) {
1007
- $ip_info .= '<span class="color-blocked ip-info-label">'.__( 'Locked out', 'wp-cerber' ).'</span> ';
1008
  }
1009
 
1010
- if ($context == 'activity') {
1011
- $ip_info .= cerber_traffic_link(array('filter_ip'=>$ip));
1012
  }
1013
  else {
1014
- $ip_info .= ' <a class="crb-button-tiny" href="'.cerber_admin_link('activity',array('filter_ip'=>$ip)).'">'.__('Check for activities','wp-cerber').'</a>';
1015
  }
1016
 
1017
  // Filter activity by ...
@@ -1023,57 +1215,62 @@ function cerber_ip_extra_view($ip, $context = 'activity'){
1023
  }
1024
  $filters = implode(' | ',$links);*/
1025
 
1026
- $whois = '';
1027
- $country = '';
1028
- $abuse = '';
1029
- $network = '';
1030
  $network_info = '';
1031
 
1032
- if (cerber_get_options('ip_extra')) {
1033
- $ip_data = cerber_ip_whois_info($ip);
1034
  if ( isset( $ip_data['error'] ) ) {
1035
  $whois = '<div id="whois">' . $ip_data['error'] . '</div>';
1036
  }
1037
  elseif ( isset( $ip_data['whois'] ) ) {
1038
  $whois = '<div id="whois">' . $ip_data['whois'] . '</div>';
1039
  }
1040
- if (isset($ip_data['country'])) $country = $ip_data['country'];
1041
- if (!empty($ip_data['data']['abuse-mailbox'])) $abuse = '<p>'.__('Abuse email:','wp-cerber').' <a href="mailto:'.$ip_data['data']['abuse-mailbox'].'">'.$ip_data['data']['abuse-mailbox'].'</a></p>';
1042
- if (!empty($ip_data['data']['network'])) {
1043
- $network = $ip_data['data']['network'];
1044
- $range = cerber_any2range($network);
1045
- $network_info = '<p>'.__('Network:','wp-cerber').' '.$network.' &nbsp; <a class="crb-button-tiny" href="'.cerber_admin_link('activity',array('filter_ip'=>$range['range'])).'">'.__('Check for activities','wp-cerber').'</a> '.cerber_traffic_link(array('filter_ip'=>$range['range']));
 
 
 
 
1046
  }
1047
  }
1048
 
1049
  $form = '';
1050
  //if (!cerber_is_myip($ip) && !cerber_acl_check($ip)) $form = '<form action="" method="post"><input type="hidden" name="add_acl_B" value="'.$ip.'"><input type="submit" class="button button-primary cerber-button" value="'.__('Add IP to the Black List','wp-cerber').'" >'.wp_nonce_field('cerber_dashboard','cerber_nonce').'</form>';
1051
 
1052
- if (!cerber_is_myip($ip) && !cerber_acl_check($ip)) {
1053
 
1054
  if ( $network ) {
1055
  $net_button = '<button type="submit" value="' . $network . '" name="add_acl_B" class="button button-primary cerber-button">';
1056
- } else {
 
1057
  $net_button = '<button disabled="disabled" class="button button-secondary cerber-button">';
1058
  }
1059
  $net_button .= '<span class="dashicons-before dashicons-networking"></span> ' . __( 'Add network to the Black List', 'wp-cerber' ) . '</button> ';
1060
 
1061
  $form = '<form id="add-acl-black" action="" method="post">
1062
- <!-- <input type="hidden" name="add_acl_B" value=""> -->
1063
- <input type="hidden" name="add_acl_comment" value="">
1064
- <button type="submit" value="'.$ip.'" name="add_acl_B" class="button button-primary cerber-button"><span class="dashicons-before dashicons-desktop"></span> '.__('Add IP to the Black List','wp-cerber').'</button> '.
1065
- $net_button.
1066
- wp_nonce_field('cerber_dashboard','cerber_nonce').
1067
  '</form>';
1068
  }
1069
 
1070
  $ret = '<div class="crb-extra-info">
1071
  <table>
1072
- <tr><td><p><span id = "ip-address">' . $ip . '</span><span id = "ip-country">' . $country .'</span>'. $ip_info .'</p>' . $network_info . $abuse . '</td><td>' . $form . '</td></tr>
1073
  </table>
1074
  </div>';
1075
 
1076
- return $ret.$whois;
1077
  }
1078
  /**
1079
  * Additional information about user
@@ -1096,7 +1293,10 @@ function cerber_user_extra_view( $user_id, $context = 'activity' ) {
1096
  $roles = '';
1097
  }
1098
 
1099
- $edit = get_edit_user_link( $user_id );
 
 
 
1100
  $name = '<span class="crb-user-name"><b><a href="' . $edit . '">' . $u->display_name . '</a></b></span><p>' . $roles . '</p>';
1101
 
1102
  if ( $avatar = get_avatar( $user_id, 96 ) ) {
@@ -1175,15 +1375,6 @@ function cerber_user_extra_view( $user_id, $context = 'activity' ) {
1175
 
1176
  }
1177
 
1178
- function cerber_get_admin_page(){
1179
- $ret = '';
1180
- if (!empty($_GET['page'])){
1181
- $ret = preg_replace('/[^A-Z0-9\_\-]/i','',$_GET['page']);
1182
- }
1183
-
1184
- return $ret;
1185
- }
1186
-
1187
  // Users -------------------------------------------------------------------------------------
1188
 
1189
  add_filter('users_list_table_query_args' , function ($args) {
@@ -1302,7 +1493,7 @@ function cerber_quick_w(){
1302
  $dash = cerber_admin_link();
1303
  $act = cerber_admin_link( 'activity' );
1304
  $traf = cerber_admin_link( 'traffic' );
1305
- $scanner = cerber_admin_link( 'scanner' );
1306
  $acl = cerber_admin_link( 'acl' );
1307
 
1308
  $failed = cerber_db_get_var('SELECT count(ip) FROM '. CERBER_LOG_TABLE .' WHERE activity IN (7) AND stamp > '.(time() - 24 * 3600));
@@ -1342,7 +1533,7 @@ function cerber_quick_w(){
1342
  echo '<tr><td>'.__('Black IP Access List','wp-cerber').'</td><td><b><a href="'.$acl.'">'.$b_count.' '._n('entry','entries',$b_count,'wp-cerber').'</a></b></td></tr>';
1343
  echo '<tr class="with-padding"><td>'.__('Citadel mode','wp-cerber').'</td><td><b>'.$citadel.'</b></td></tr>';
1344
 
1345
- $status = ( '' === crb_get_settings( 'tienabled' ) ) ? '<span style="color: red;">'.__('disabled','wp-cerber').'</span>' : __('enabled','wp-cerber');
1346
  echo '<tr class="with-padding"><td>'.__('Traffic Inspector','wp-cerber').'</td><td><b>'.$status.'</b></td></tr>';
1347
 
1348
  $lab = lab_lab();
@@ -1378,7 +1569,7 @@ function cerber_quick_w(){
1378
  <a href="'.$traf.'"><i class="crb-icon crb-icon-bx-show"></i> ' . __('Traffic','wp-cerber').'</a> |
1379
  <a href="'.$scanner.'"><i class="crb-icon crb-icon-bx-radar"></i> ' . __('Integrity','wp-cerber').'</a>
1380
  </div>';
1381
- if ( $new = cerber_check_version() ) {
1382
  echo '<div class="up-cerber">' . $new['msg'] . '</div>';
1383
  }
1384
  }
@@ -1387,10 +1578,13 @@ function cerber_quick_w(){
1387
  Show Help tab screen
1388
  */
1389
  function cerber_show_help() {
1390
- switch ( $_GET['page'] ) {
1391
  case 'cerber-integrity':
1392
  cerber_show_scan_help();
1393
  break;
 
 
 
1394
  case 'cerber-recaptcha':
1395
  cerber_show_anti_help();
1396
  break;
@@ -1399,6 +1593,90 @@ function cerber_show_help() {
1399
  }
1400
  }
1401
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1402
  function cerber_show_scan_help() {
1403
  global $crb_assets_url;
1404
  ?>
@@ -1830,24 +2108,28 @@ function cerber_show_dashboard() {
1830
  // TODO: add link "send daily report to my email"
1831
  echo '<div>' . $kpi_show . '<p style="text-align: right; margin: 0;">' . __( 'in the last 24 hours', 'wp-cerber' ) . '</p></div>';
1832
 
1833
- //$total = $wpdb->get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE );
1834
  //if ($total > $num) $l1 = 'Last ' . $num . ' suspect events are displayed';
1835
 
1836
- $links = array();
1837
- $links[] = '<a class="crb-button-tiny" href="' . cerber_admin_link( 'activity' ) . '">' . __( 'View all', 'wp-cerber' ) . '</a>';
1838
 
1839
- $labels = cerber_get_labels( 'activity' );
1840
- $set = array( 5 );
1841
- foreach ( $set as $item ) {
1842
- $links[] = '<a class="crb-button-tiny" href="' . cerber_admin_link( 'activity' ) . '&filter_activity=' . $item . '">' . $labels[ $item ] . '</a>';
1843
- }
1844
 
1845
- $links[] = '<a class="crb-button-tiny" href="' . cerber_activity_link( array( 2 ) ) . '">' . __( 'User registered', 'wp-cerber' ) . '</a>';
1846
- $links[] = '<a class="crb-button-tiny" href="' . cerber_activity_link( crb_get_activity_set( 'suspicious' ) ) . '">' . __( 'All suspicious activity', 'wp-cerber' ) . '</a>';
 
 
 
1847
 
 
 
1848
 
1849
- //$nav_links = '<span style="display: inline-block; margin-left: 1em;">' . implode(' &nbsp;|&nbsp; ',$links) . '</span>';
1850
- $nav_links = implode( ' ', $links );
 
 
1851
 
1852
  echo '<table class="cerber-margin"><tr><td><h2 style="margin-bottom:0.5em; margin-right: 1em;">' . __( 'Activity', 'wp-cerber' ) . '</h2></td><td>' . $nav_links . '</td></tr></table>';
1853
 
@@ -1860,7 +2142,12 @@ function cerber_show_dashboard() {
1860
  'date' => 'ago'
1861
  ) );
1862
 
1863
- $view = '<a class="crb-button-tiny" href="' . cerber_admin_link( 'lockouts' ) . '">' . __( 'View all', 'wp-cerber' ) . '</a>';
 
 
 
 
 
1864
  echo '<table class="cerber-margin" style="margin-top:2em;"><tr><td><h2 style="margin-bottom:0.5em; margin-right: 1em;">' . __( 'Recently locked out IP addresses', 'wp-cerber' ) . '</h2></td><td> ' . $view . '</td></tr></table>';
1865
 
1866
  cerber_show_lockouts( array(
@@ -1874,50 +2161,50 @@ function cerber_show_dashboard() {
1874
  /*
1875
  Admin aside bar
1876
  */
1877
- function cerber_show_aside($page){
1878
  global $crb_assets_url;
1879
 
1880
- if (in_array($page,array('activity','lockouts','traffic'))) {
1881
- return;
1882
  }
1883
 
1884
  $aside = array();
1885
 
1886
- if (in_array($page,array('main'))) {
1887
- $aside[]='<div class="crb-box">
1888
- <h3>'.__('Confused about some settings?','wp-cerber').'</h3>'
1889
- .__('You can easily load default recommended settings using button below','wp-cerber').'
1890
  <p style="text-align:center;">
1891
- <input type="button" class="button button-primary" value="'.__('Load default settings','wp-cerber').'" onclick="button_default_settings()" />
1892
  <script type="text/javascript">function button_default_settings(){
1893
- if (confirm("'.__('Are you sure?','wp-cerber').'")) {
1894
- click_url = "'.wp_nonce_url(add_query_arg(array('load_settings'=>'default')),'control','cerber_nonce').'";
1895
  window.location = click_url.replace(/&amp;/g,"&");
1896
  }
1897
  }</script>
1898
  </p>
1899
- <p><i>* '.__("doesn't affect Custom login URL and Access Lists",'wp-cerber').'</i></p>
1900
  <p style="text-align: center; font-size: 110%;"><a href="https://wpcerber.com/getting-started/" target="_blank">' . __( 'Getting Started Guide', 'wp-cerber' ) . '</a></p>
1901
  </div>';
1902
  }
1903
- /*
1904
- $aside[] = '<div class="crb-box" id = "crb-subscribe">
1905
- <div class="crb-box-inner">
1906
- <h3>Be in touch with developer</h3>
1907
- <p>Receive updates and helpful ideas to protect your website, blog, or business online.</p>
1908
- <p>
1909
- <span class="dashicons-before dashicons-email-alt"></span> &nbsp; <a href="https://wpcerber.com/subscribe-newsletter/" target="_blank">Subscribe to Cerber\'s newsletter</a></br>
1910
- <span class="dashicons-before dashicons-twitter"></span> &nbsp; <a href="https://twitter.com/wpcerber">Follow Cerber on Twitter</a></br>
1911
- <span class="dashicons-before dashicons-facebook"></span> &nbsp; <a href="https://www.facebook.com/wpcerber/">Follow Cerber on Facebook</a>
1912
- </p>
1913
- </div>
1914
- </div>
1915
- ';*/
1916
 
1917
  if ( ! lab_lab() ) {
1918
- $aside[] = '
1919
- <a class="crb-button-one" href="https://wpcerber.com/subscribe-newsletter/" target="_blank"><span class="dashicons dashicons-email-alt"></span> Subscribe to Cerber\'s newsletter</a>';
1920
- // <a class="crb-button-one" style="background-color: #1DA1F2;" href="https://twitter.com/wpcerber" target="_blank"><span class="dashicons dashicons-twitter"></span> Follow Cerber on Twitter</a>
1921
  // <a class="crb-button-one" style="background-color: #3B5998;" href="https://www.facebook.com/wpcerber/" target="_blank"><span class="dashicons dashicons-facebook"></span> Follow Cerber on Facebook</a>
1922
  //';
1923
 
@@ -1964,9 +2251,9 @@ function cerber_show_aside($page){
1964
  <!-- <h3><span class="dashicons-before dashicons-lightbulb"></span> Read Cerber\'s blog</h3> -->
1965
  <h3>Documentation & How to</h3>
1966
 
 
1967
  <p><a href="https://wpcerber.com/how-to-block-wordpress-user/" target="_blank">How to block a user account</a>
1968
  <p><a href="https://wpcerber.com/automatic-malware-removal-wordpress/" target="_blank">Automatic cleanup of malware and suspicious files</a>
1969
- <p><a href="https://wpcerber.com/wordpress-security-scanner-scan-malware-detect/" target="_blank">What Cerber Security Scanner scans and detects</a>
1970
  <p><a href="https://wpcerber.com/automated-recurring-malware-scans/" target="_blank">Automated recurring scans and email reporting</a>
1971
  <p><a href="https://wpcerber.com/wordpress-security-scanner/" target="_blank">Malware Scanner & Integrity Checker</a>
1972
  <p><a href="https://wpcerber.com/wordpress-traffic-inspector-how-to/" target="_blank">Quick tips for Traffic Inspector</a>
@@ -1974,7 +2261,7 @@ function cerber_show_aside($page){
1974
  <p><a href="https://wpcerber.com/antispam-for-wordpress-contact-forms/" target="_blank">Antispam protection for WordPress forms</a>
1975
  <p><a href="https://wpcerber.com/wordpress-mobile-and-browser-notifications-pushbullet/" target="_blank">Instant mobile and browser notifications</a>
1976
  <p><a href="https://wpcerber.com/wordpress-notifications-made-easy/" target="_blank">WordPress notifications made easy</a>
1977
- <p><a href="https://wpcerber.com/why-its-important-to-restrict-access-to-rest-api/" target="_blank">Why it’s important to restrict access to the WP REST API</a>
1978
  <p><a href="https://wpcerber.com/why-we-need-to-use-custom-login-url/" target="_blank">Why you need to use Custom login URL</a>
1979
  <p><a href="https://wpcerber.com/using-ip-access-lists-to-protect-wordpress/" target="_blank">How IP Access Lists works</a>
1980
  <p><a href="https://wpcerber.com/hardening-wordpress-with-wp-cerber/" target="_blank">Hardening WordPress with WP Cerber</a>
@@ -1995,8 +2282,10 @@ function cerber_show_aside($page){
1995
  /*
1996
  Displaying notices in the dashboard
1997
  */
1998
- add_action( 'admin_notices', 'cerber_show_admin_notice', 999 );
1999
- add_action( 'network_admin_notices', 'cerber_show_admin_notice', 999 );
 
 
2000
  function cerber_show_admin_notice(){
2001
  global $cerber_shown;
2002
  $cerber_shown = false;
@@ -2009,7 +2298,7 @@ function cerber_show_admin_notice(){
2009
  '</p></div>';
2010
  }
2011
 
2012
- if ( ! cerber_is_admin_page( true ) ) {
2013
  return;
2014
  }
2015
 
@@ -2023,13 +2312,13 @@ function cerber_show_admin_notice(){
2023
  $all[] = array( __( 'Settings saved', 'wp-cerber' ), 'updated' );
2024
  }
2025
 
2026
- if ( $notice = get_site_option( 'cerber_admin_notice' ) ) {
2027
  if ( is_array( $notice ) ) {
2028
  $notice = '<p>' . implode( '</p><p>', $notice ) . '</p>';
2029
  }
2030
  $all[] = array( $notice, 'error' ); // red
2031
  }
2032
- if ( $notice = get_site_option( 'cerber_admin_message' ) ) {
2033
  if ( is_array( $notice ) ) {
2034
  $notice = '<p>' . implode( '</p><p>', $notice ) . '</p>';
2035
  }
@@ -2066,11 +2355,13 @@ function cerber_show_admin_notice(){
2066
  * @return string Link for using in the Dashboard, HTML
2067
  */
2068
  function cerber_subscribe_link() {
2069
- $args = array_values(cerber_subscribe_params());
2070
 
2071
  // All activities, without any filter is not allowed
2072
- $empty = array_filter($args);
2073
- if (empty($empty)) return '';
 
 
2074
 
2075
  $subs = cerber_get_site_option( '_cerber_subs' );
2076
 
@@ -2086,7 +2377,9 @@ function cerber_subscribe_link() {
2086
  $mode = 'off';
2087
  }
2088
  }
2089
- $link = wp_nonce_url( add_query_arg( 'subscribe', $mode ), 'control', 'cerber_nonce' );
 
 
2090
  if ($mode == 'on') $text = __('Subscribe','wp-cerber');
2091
  else $text = __('Unsubscribe','wp-cerber');
2092
 
@@ -2100,7 +2393,7 @@ function cerber_subscribe_link() {
2100
  * @param string $hash If specified, subscription with given hash will be removed
2101
  */
2102
  function cerber_subscribe( $mode = 'on', $hash = null ) {
2103
- if ($hash) {
2104
  $mode = 'off';
2105
  }
2106
  else {
@@ -2117,7 +2410,8 @@ function cerber_subscribe( $mode = 'on', $hash = null ) {
2117
  if ( $mode == 'on' ) {
2118
  $subs[ $hash ] = $args;
2119
  $msg = __( "You've subscribed", 'wp-cerber' );
2120
- } else {
 
2121
  unset( $subs[ $hash ] );
2122
  $msg = __( "You've unsubscribed", 'wp-cerber' );
2123
  }
@@ -2145,6 +2439,10 @@ function cerber_page_navi( $total, $per_page ) {
2145
  $per_page = 25;
2146
  }
2147
  $page = cerber_get_pn();
 
 
 
 
2148
  $last_page = ceil( $total / $per_page );
2149
  $ret = '';
2150
  if ( $last_page > 1 ) {
@@ -2154,18 +2452,18 @@ function cerber_page_navi( $total, $per_page ) {
2154
  $end = $last_page;
2155
  }
2156
  if ( $start > $max_links ) {
2157
- $links[] = '<a href="' . esc_url( add_query_arg( 'pagen', $start - 1 ) ) . '" class="arrows"><b>&laquo;</b></a>';
2158
  }
2159
  for ( $i = $start; $i <= $end; $i ++ ) {
2160
  if ( $page != $i ) {
2161
- $links[] = '<a href="' . esc_url( add_query_arg( 'pagen', $i ) ) . '" >' . $i . '</a>';
2162
  }
2163
  else {
2164
  $links[] = '<a class="active" style="font-size: 16px;">' . $i . '</a> ';
2165
  }
2166
  }
2167
  if ( $end < $last_page ) {
2168
- $links[] = '<a href="' . esc_url( add_query_arg( 'pagen', $i ) ) . '" class="arrows">&raquo;</a>'; // &#10141;
2169
  }
2170
  $ret = '<table class="cerber-margin" style="margin-top:1em; border-collapse: collapse;"><tr><td><div class="pagination">' . implode( ' ', $links ) . '</div></td><td><span style="margin-left:2em;"><b>' . $total . ' ' . _n( 'entry', 'entries', $total, 'wp-cerber' ) . '</b></span></td></tr></table>';
2171
  }
@@ -2173,22 +2471,18 @@ function cerber_page_navi( $total, $per_page ) {
2173
  return $ret;
2174
  }
2175
 
2176
- function cerber_get_pn(){
2177
- $page = 1;
2178
- if ( isset( $_GET['pagen'] ) ) {
2179
- $page = absint( $_GET['pagen'] );
2180
- if ( ! $page ) {
2181
- $page = 1;
2182
- }
2183
- }
2184
- return $page;
2185
  }
 
2186
  /*
2187
  Plugins screen links
2188
  */
2189
  add_filter('plugin_action_links','cerber_action_links',10,4);
2190
  function cerber_action_links($actions, $plugin_file, $plugin_data, $context){
2191
- if($plugin_file == cerber_plug_in()){
2192
  $link[] = '<a href="' . cerber_admin_link() . '">' . __('Dashboard','wp-cerber') . '</a>';
2193
  $link[] = '<a href="' . cerber_admin_link('main') . '">' . __('Main settings','wp-cerber') . '</a>';
2194
  $actions = array_merge ($link,$actions);
@@ -2229,8 +2523,9 @@ function cerber_admin_enqueue($hook) {
2229
 
2230
  add_action( 'admin_enqueue_scripts', 'cerber_admin_assets', 9999 );
2231
  function cerber_admin_assets() {
2232
-
2233
- $crb_assets_url = plugin_dir_url( __FILE__ ) . 'assets/';
 
2234
 
2235
  if ( cerber_is_admin_page() ) {
2236
 
@@ -2247,6 +2542,10 @@ function cerber_admin_assets() {
2247
  wp_enqueue_style( 'select2css' );
2248
  wp_enqueue_script( 'select2js', $crb_assets_url . 'select2/dist/js/select2.min.js', null, null, true );
2249
 
 
 
 
 
2250
  add_thickbox();
2251
  }
2252
 
@@ -2274,10 +2573,7 @@ add_action('customize_controls_print_scripts', 'cerber_admin_head' ); // @since
2274
  function cerber_admin_head() {
2275
  global $crb_assets_url, $crb_ajax_loader;
2276
 
2277
- //$assets_url = cerber_plugin_dir_url() . 'assets/';
2278
-
2279
- $crb_assets_url = cerber_plugin_dir_url() . 'assets/';
2280
- $crb_ajax_loader = $crb_assets_url . 'ajax-loader.gif';
2281
  $crb_ajax_nonce = wp_create_nonce( 'crb-ajax-admin' );
2282
 
2283
  $crb_lab_available = ( lab_lab() ) ? 'true' : 'false';
@@ -2467,6 +2763,29 @@ function cerber_admin_footer() {
2467
  </script>
2468
  <?php
2469
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2470
 
2471
  // ------------------------------------------------------
2472
 
@@ -2524,41 +2843,40 @@ function crb_load_wp_js() {
2524
  echo '<script type="text/javascript" src="' . cerber_plugin_dir_url() . 'assets/wp-admin.js' . '"></script>';
2525
  }
2526
 
2527
- add_filter( 'admin_footer_text','cerber_footer_text1');
2528
- function cerber_footer_text1($text){
2529
  if ( ! cerber_is_admin_page() ) {
2530
  return $text;
2531
  }
 
2532
  return 'If you like <strong>WP Cerber</strong>, <a target="_blank" href="https://wordpress.org/support/plugin/wp-cerber/reviews/#new-post">please give it a &#9733; &#9733; &#9733; &#9733; &#9733; review</a>. Thanks!';
2533
- }
2534
- add_filter( 'update_footer','cerber_footer_text2', 1000);
2535
- function cerber_footer_text2($text){
2536
  if ( ! cerber_is_admin_page() ) {
2537
  return $text;
2538
  }
2539
  if ( lab_lab() ) {
2540
- $pr = 'PRO';
2541
  $support = '<a target="_blank" href="https://my.wpcerber.com">Get Support</a>';
2542
  }
2543
  else {
2544
- $pr = '';
2545
  $support = '<a target="_blank" href="https://wordpress.org/support/plugin/wp-cerber">Support Forum</a>';
2546
  }
2547
- if (1 == cerber_get_mode()){
2548
- $mode = 'in Standard mode';
2549
  }
2550
  else {
2551
- $mode = 'in Legacy mode';
2552
  }
2553
- return 'WP Cerber Security '.$pr.' '.CERBER_VER.'. '.$mode.' | ' . $support;
2554
- }
 
2555
 
2556
  /*
2557
  * Add per admin screen settings
2558
- * @since 3.0
2559
- *
2560
  */
2561
- function cerber_screen_options() {
2562
  if ( ! $id = crb_get_configurable_screen() ) {
2563
  return;
2564
  }
@@ -2568,35 +2886,32 @@ function cerber_screen_options() {
2568
  'option' => 'cerber_screen_' . $id,
2569
  );
2570
  add_screen_option( 'per_page', $args );
2571
- // add_screen_option( 'layout_columns', array('max' => 2, 'default' => 2) );
2572
  }
2573
  /*
2574
- * Allows to save options to the user meta
2575
- * @since 3.0
2576
- *
2577
  */
2578
- add_filter('set-screen-option', 'cerber_save_screen_option', 10, 3);
2579
- function cerber_save_screen_option($status, $option, $value) {
2580
-
2581
  if ( $id = crb_get_configurable_screen() ) {
2582
  if ( 'cerber_screen_' . $id == $option ) {
2583
  return $value;
2584
  }
2585
  }
 
2586
  return $status;
2587
- }
2588
 
2589
  function crb_get_configurable_screen() {
2590
- if ( ! empty( $_GET['tab'] ) ) {
2591
- $id = $_GET['tab'];
2592
- }
2593
- else {
2594
- $id = $_GET['page'];
2595
  }
2596
  if ( $id == 'cerber-traffic' ) {
2597
  $id = 'traffic';
2598
  }
2599
- if ( ! in_array( $id, array( 'lockouts', 'activity', 'traffic', 'scan_quarantine', 'scan_ignore' ) ) ) {
 
 
 
 
2600
  return false;
2601
  }
2602
 
@@ -2604,69 +2919,36 @@ function crb_get_configurable_screen() {
2604
  }
2605
 
2606
  /*
2607
- * Retrieve option for current screen
2608
- * @since 3.0
2609
  *
2610
  */
2611
- function cerber_get_per_page() {
2612
  if ( is_multisite() ) {
2613
  return 50; // temporary workaround
2614
  }
2615
 
2616
- $ret = 25;
2617
-
2618
- $screen = get_current_screen();
2619
- if ( $screen_option = $screen->get_option( 'per_page', 'option' ) ) {
2620
- $per_page = absint( get_user_meta( get_current_user_id(), $screen_option, true ) );
2621
- if ( empty ( $per_page ) || $per_page < 1 ) {
2622
- $per_page = absint( $screen->get_option( 'per_page', 'default' ) );
2623
- }
2624
- if ( empty ( $per_page ) || $per_page < 1 ) {
2625
- $per_page = 25;
2626
- }
2627
- $ret = $per_page;
2628
  }
 
 
2629
 
2630
- return $ret;
2631
- }
2632
-
2633
- function cerber_rules_page(){
2634
-
2635
- $tabs = array(
2636
- 'geo' => array( 'bxs-world', __( 'Countries', 'wp-cerber' ) ),
2637
- );
2638
-
2639
- $tab = cerber_get_active_tab( $tabs );
2640
-
2641
- ?>
2642
- <div id="crb-admin" class="wrap">
2643
-
2644
- <h1><?php _e( 'Security Rules', 'wp-cerber' ) ?></h1>
2645
-
2646
- <?php
2647
-
2648
- cerber_show_tabs( $tab, $tabs );
2649
-
2650
- cerber_show_aside( 'geo' );
2651
-
2652
- echo '<div class="crb-main">';
2653
-
2654
- switch ($tab){
2655
- case 'geo':
2656
- cerber_show_geo_rules();
2657
- break;
2658
- default: cerber_show_geo_rules();
2659
  }
 
2660
 
2661
- echo '</div>';
 
 
2662
 
2663
- ?>
2664
- </div>
2665
- <?php
2666
  }
2667
 
2668
- function cerber_show_geo_rules(){
2669
- global $wp_cerber;
2670
 
2671
  /*
2672
  echo "\n";
@@ -2682,22 +2964,22 @@ function cerber_show_geo_rules(){
2682
  $tablinks = '';
2683
  $tabs = '';
2684
  $first = true;
2685
- $opt = $wp_cerber->getSettings();
2686
 
2687
  foreach ( $rules as $rule_id => $rule ) {
2688
 
2689
- $config = cerber_geo_rules($rule_id);
2690
 
2691
- $selector = cerber_country_form($config, $rule_id, $rule);
2692
 
2693
- if ($first) {
2694
- $b_class = 'active';
2695
- $t_style = '';
2696
- }
2697
- else {
2698
- $b_class = '';
2699
- $t_style = 'style= "display: none;"';
2700
- }
2701
 
2702
  if ( ! empty( $config['list'] ) ) {
2703
  $num = count( $config['list'] );
@@ -2707,7 +2989,7 @@ function cerber_show_geo_rules(){
2707
  else {
2708
  $info = sprintf( _n( 'Not permitted for one country', 'Not permitted for %d countries', $num, 'wp-cerber' ), $num );
2709
  }
2710
- if ($num == 1) {
2711
  $info .= ' (' . current( $config['list'] ) . ')';
2712
  //$info .= ' (' . cerber_get_flag_html($c) . $c . ')';
2713
  }
@@ -2719,7 +3001,7 @@ function cerber_show_geo_rules(){
2719
  $note = '';
2720
  switch ( $rule_id ) {
2721
  case 'geo_register':
2722
- if ( !get_option( 'users_can_register' ) ) {
2723
  $note = 'Registration is disabled in the General Settings';
2724
  }
2725
  break;
@@ -2734,33 +3016,34 @@ function cerber_show_geo_rules(){
2734
  }
2735
  break;
2736
  }
2737
- if ($note) $note = '<p><span class="dashicons-before dashicons-warning"></span> Warning: '.$note.'</p>';
 
 
2738
 
2739
- //$tablinks .= '<button class="tablinks '.$b_class.'" data-rule-id="'.$rule_id.'">'.$rule['name'].'</button>';
2740
- $tablinks .= '<div class="tablinks '.$b_class.'" data-rule-id="'.$rule_id.'">'.$rule['name'].'<br/><span>'.$info.'</span></div>';
2741
 
2742
- $tabs .= '<div id="tab-' . $rule_id . '" class="vtabcontent" '.$t_style.'>'.$note.$selector.'</div>';
2743
 
2744
  $first = false;
2745
  }
2746
 
2747
  echo '<form method="post" action="">';
2748
 
2749
- echo '<table class="vtable" style="width: 100%; border-collapse: collapse;"><tr><td style="width: 20%"><div class="vtabs">'.$tablinks.'</div></td><td>'.$tabs.'
2750
- <p style="margin-left: 3em;"><input type="submit" class="button button-primary" value="Save all rules"></p>
2751
  </td></tr></table>';
2752
 
2753
  //echo '<div class="vtabs">'.$buttons.'</div>';
2754
  //echo '<div class="vtabs-content">'.$tabs.'</div>';
2755
 
2756
- echo wp_nonce_field('control','cerber_nonce');
2757
- echo '<input type="hidden" name="crb_geo_rules" value="1"></form>';
2758
-
2759
 
2760
  // Script for tabbed layout
2761
 
2762
- reset($rules);
2763
- $first_id = 'countries-'.key($rules);
2764
 
2765
  ?>
2766
 
@@ -2801,53 +3084,50 @@ function cerber_show_geo_rules(){
2801
  }
2802
 
2803
  /**
2804
- * Generates GEO rule form
2805
  *
2806
- * @param array $config saved rule configuration
2807
  * @param string $rule_id
2808
  * @param array $rule
2809
  *
2810
  * @return string HTML code of form
2811
  */
2812
- function cerber_country_form( $config = array(), $rule_id = '', $rule = array() ) {
2813
-
2814
- //$ret = '<form action="" method="post" id="form-' . $rule_id . '">';
2815
 
2816
- $ret = '';
2817
 
2818
- $ret .= '<select id="countries-' . $rule_id . '" name="crb-' . $rule_id . '-list[]" class="crb-select-multi" style="display: none;" multiple="multiple">';
2819
-
2820
- if (!empty($config['list'])){
2821
- $selected = $config['list'];
2822
- }
2823
- else {
2824
- $selected = null;
2825
- }
2826
 
2827
  foreach ( cerber_get_country_list() as $code => $country ) {
2828
  if ( $selected && in_array( $code, $selected ) ) {
2829
  $sel = 'selected';
2830
- } else {
 
2831
  $sel = '';
2832
  }
2833
  $ret .= '<option ' . $sel . ' value="' . $code . '">' . $country . '</option>';
2834
  }
2835
 
2836
- if (!empty($config['type']) && $config['type'] == 'B'){
2837
  $w = '';
2838
  $b = 'checked="checked"';
2839
- }
2840
- else {
2841
- $w = 'checked="checked"';
2842
- $b = '';
2843
- }
2844
 
2845
- if (!empty($rule['desc'])) {
2846
  $desc = $rule['desc'];
2847
- }
2848
- else{
2849
- $desc = '<span style="text-transform: lowercase;">'.$rule['name'].'</span>';
2850
- }
2851
 
2852
 
2853
  $ret .= '
@@ -2855,16 +3135,13 @@ function cerber_country_form( $config = array(), $rule_id = '', $rule = array()
2855
  <p><i>' . __( 'Click on a country name to add it to the list of selected countries', 'wp-cerber' ) . '</i></p>
2856
 
2857
  <p style="margin-top: 2em;">
2858
- <input type="radio" value="W" name="crb-'.$rule_id.'-type" id="geo-type-'.$rule_id.'-W" '.$w.'>
2859
  <label for="geo-type-' . $rule_id . '-W">' . sprintf( _x( 'Selected countries are permitted to %s, other countries are not permitted to', 'to is a marker of infinitive, e.g. "to use it"', 'wp-cerber' ), $desc ) . '</label>
2860
  <p>
2861
- <input type="radio" value="B" name="crb-'.$rule_id.'-type" id="geo-type-'.$rule_id.'-B" '.$b.'>
2862
  <label for="geo-type-' . $rule_id . '-B">' . sprintf( _x( 'Selected countries are not permitted to %s, other countries are permitted to', 'to is a marker of infinitive, e.g. "to use it"', 'wp-cerber' ), $desc ) . '</label>
2863
  </p>';
2864
 
2865
- //$ret .= '<p style="text-align: right;"><input type="submit" class="button button-primary" value="Save the rule"></p>'.wp_nonce_field('cerber_dashboard','cerber_nonce');
2866
- //$ret .= '</form>';
2867
-
2868
  return $ret;
2869
 
2870
  }
@@ -2887,40 +3164,44 @@ function cerber_geo_rule_set(){
2887
  return $rules;
2888
  }
2889
 
2890
- /**
2891
- * Save rules in the admin dashboard
2892
- *
2893
- */
2894
- function crb_save_geo_rules(){
2895
- global $cerber_country_names, $wp_cerber;
2896
 
2897
- if (!lab_lab()) return;
 
 
2898
 
2899
- $geo = array();
2900
- $check = array_keys($cerber_country_names);
2901
 
2902
- // Preserve admin country to be blocked
2903
- $admin_country = lab_get_country($wp_cerber->getRemoteIp(), false);
 
 
 
 
 
2904
 
2905
  foreach ( cerber_geo_rule_set() as $rule_id => $rule ) {
2906
- if ( ! empty( $_POST[ 'crb-' . $rule_id . '-list' ] ) && ! empty( $_POST[ 'crb-' . $rule_id . '-type' ] ) ) {
2907
- $list = array_intersect( $_POST[ 'crb-' . $rule_id . '-list' ], $check );
2908
 
2909
- if ( $_POST[ 'crb-' . $rule_id . '-type' ] == 'B' ) {
2910
  $type = 'B';
2911
- if ( ( $key = array_search( $admin_country, $list ) ) !== false ) {
 
2912
  unset( $list[ $key ] );
2913
  }
2914
  }
2915
- else{
2916
- $type = 'W';
2917
- if ( ( $key = array_search( $admin_country, $list ) ) === false ) {
2918
- array_push( $list, $admin_country );
2919
- }
2920
- }
2921
 
2922
- $geo[$rule_id]['list'] = $list;
2923
- $geo[$rule_id]['type'] = $type;
2924
  }
2925
  }
2926
 
@@ -2967,50 +3248,7 @@ function crb_country_html($code = null, $ip = null){
2967
 
2968
  // Traffic =====================================================================================
2969
 
2970
- function cerber_traffic_page(){
2971
-
2972
- $tabs = array(
2973
- 'traffic' => array( 'bx-show', __( 'Live Traffic', 'wp-cerber' ) ),
2974
- 'ti_settings' => array( 'bx-slider', __( 'Settings', 'wp-cerber' ) ),
2975
- );
2976
-
2977
- $tab = cerber_get_active_tab( $tabs );
2978
-
2979
- ?>
2980
- <div id="crb-admin" class="wrap">
2981
-
2982
- <h1><?php _e( 'Traffic Inspector', 'wp-cerber' ) ?></h1>
2983
-
2984
- <?php
2985
-
2986
- cerber_show_tabs( $tab, $tabs );
2987
-
2988
- cerber_show_aside( $tab );
2989
-
2990
- echo '<div class="crb-main">';
2991
-
2992
- switch ( $tab ) {
2993
- case 'traffic':
2994
- cerber_show_traffic();
2995
- break;
2996
- case 'ti_settings':
2997
- cerber_show_settings_page( 'traffic' );
2998
- break;
2999
- case 'help':
3000
- cerber_show_help();
3001
- break;
3002
- default:
3003
- cerber_show_activity();
3004
- }
3005
-
3006
- echo '</div>';
3007
-
3008
- ?>
3009
- </div>
3010
- <?php
3011
- }
3012
-
3013
- function cerber_export_traffic() {
3014
 
3015
  crb_raise_limits();
3016
 
@@ -3018,12 +3256,17 @@ function cerber_export_traffic() {
3018
  'per_page' => 0,
3019
  'columns' => array( 'ip', 'stamp', 'uri', 'session_id', 'user_id', 'processing', 'request_method', 'http_code', 'wp_type', 'blog_id' )
3020
  );
 
 
 
 
 
3021
  list( $query, $found ) = cerber_traffic_query( $args );
3022
 
3023
- //if ( ! $rows = cerber_db_get_results( $query, MYSQL_FETCH_OBJECT ) ) {
3024
- if ( ! $rows = cerber_db_get_results( $query, MYSQLI_ASSOC ) ) {
3025
  wp_die( 'Nothing to export' );
3026
  }
 
3027
  $total = cerber_db_get_var( $found );
3028
 
3029
  $info = array();
@@ -3047,7 +3290,8 @@ function cerber_export_traffic() {
3047
  //$labels = cerber_get_labels( 'activity' );
3048
  //$status = cerber_get_labels( 'status' );
3049
 
3050
- foreach ( $rows as $row ) {
 
3051
  $values = array();
3052
 
3053
  /*
@@ -3078,6 +3322,7 @@ function cerber_export_traffic() {
3078
  cerber_send_csv_line( $values );
3079
  }
3080
 
 
3081
  exit;
3082
 
3083
  }
@@ -3102,12 +3347,10 @@ function cerber_show_traffic( $args = array(), $echo = true ) {
3102
 
3103
  if ( ! $wp_cerber_remote ) {
3104
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
3105
- //$rows = $wpdb->get_results( $query, OBJECT_K );
3106
  $rows = cerber_db_get_results( $query, MYSQL_FETCH_OBJECT_K );
3107
  $total = cerber_db_get_var( $found );
3108
 
3109
  if ( $rows ) {
3110
- //$events = $wpdb->get_results( 'SELECT log.session_id,log.* FROM ' . CERBER_LOG_TABLE . ' log WHERE log.session_id IN ("' . implode( '", "', array_keys( $rows ) ) . '" )', OBJECT_K );
3111
  $events = cerber_db_get_results( 'SELECT log.session_id,log.* FROM ' . CERBER_LOG_TABLE . ' log WHERE log.session_id IN ("' . implode( '", "', array_keys( $rows ) ) . '" )', MYSQL_FETCH_OBJECT_K );
3112
  $roles = $wp_roles->roles;
3113
  $users = array();
@@ -3363,7 +3606,27 @@ function cerber_show_traffic( $args = array(), $echo = true ) {
3363
  $request_details .= '<p style="font-weight: bold;">'.$d[0].'</p>'.$d[1];
3364
  }
3365
 
3366
- $request = '<b>' . str_replace( array('-','/','%','=','?'), array('<wbr>-','<wbr>/','<wbr>%','<wbr>=','<wbr>?'), htmlentities( urldecode( $row->uri ) ) ) . '</b>' . '<p style="margin-top:1em;"><span class="crb-' . $row->request_method . '">' . $row->request_method . '</span> ' . $f . $wp_type . ' <span class="crb-' . $row->http_code . '"> HTTP ' . $row->http_code . ' ' . get_status_header_desc( $row->http_code ) . '</span> ' . $php_err . ' <span>' . $processing . '</span> <a href="javascript:void(0);" class="crb-traffic-more" style="display: none;">Details</a> ' . $activity . ' </p>' . $wp_obj;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3367
 
3368
  // Decorating this table can't be done via simple CSS
3369
  if ( ! empty( $even ) ) {
@@ -3444,7 +3707,12 @@ function cerber_show_traffic( $args = array(), $echo = true ) {
3444
 
3445
  $search_button = cerber_traffic_search();
3446
 
3447
- $export_link = '<a class="button button-secondary cerber-button" href="' . wp_nonce_url( add_query_arg( 'export_traffic', 1 ), 'control', 'cerber_nonce' ) . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a> ';
 
 
 
 
 
3448
  $right_links = $search_button . $export_link;
3449
 
3450
  $refresh = '';
@@ -3522,26 +3790,31 @@ function cerber_traffic_query( $args = array() ) {
3522
  $ret = array_fill( 0, 8, '' );
3523
  $where = array();
3524
  $join = '';
3525
- $falist = array();
3526
 
3527
- $filter = null;
3528
- if ( ! empty( $args['filter_http_code'] ) ) {
3529
- $filter = $args['filter_http_code'];
3530
- }
3531
- elseif ( isset( $_GET['filter_http_code'] ) ) {
3532
- $filter = $_GET['filter_http_code'];
3533
- }
 
 
 
 
 
 
3534
 
3535
- if ( $filter ) { // Multiple codes can be requested this way: &filter_http_code[]=404&filter_http_code[]=405
3536
- if ( is_array( $filter ) ) {
3537
- $falist = array_filter( array_map( 'absint', $filter ) );
3538
- $filter = implode( ',', $falist );
3539
- $where[] = 'log.http_code IN (' . $filter . ')';
3540
  }
3541
  else {
3542
- $filter = absint( $filter );
3543
  $op = '=';
3544
- if ( ! empty( $_GET['filter_http_code_mode'] ) && $_GET['filter_http_code_mode'] == 'GT' ) {
3545
  $op = '>';
3546
  }
3547
  $where[] = 'log.http_code ' . $op . $filter;
@@ -3550,57 +3823,56 @@ function cerber_traffic_query( $args = array() ) {
3550
  }
3551
  $ret[3] = $falist;
3552
 
3553
- if ( ! empty( $_GET['filter_ip'] ) ) {
3554
- $filter_ip = trim( $_GET['filter_ip'] );
3555
- $range = cerber_any2range( $filter_ip );
3556
  if ( is_array( $range ) ) {
3557
  $where[] = $wpdb->prepare( '(log.ip_long >= %d AND log.ip_long <= %d)', $range['begin'], $range['end'] );
3558
  }
3559
- elseif ( cerber_is_ip_or_net( $filter_ip ) ) {
3560
- $where[] = $wpdb->prepare( 'log.ip = %s', $filter_ip );
3561
- //$ip_extra = $filter;
3562
  }
3563
  else {
3564
  $where[] = "log.ip = 'produce-no-result'";
3565
  }
3566
- $ret[4] = $_GET['filter_ip'];
3567
  }
3568
 
3569
- if (!empty($_GET['filter_processing'])) {
3570
- $p = absint( $_GET['filter_processing'] );
3571
- $where[] = 'log.processing > '.$p;
3572
- $ret[5] = $p;
3573
  }
3574
- if (isset($_GET['filter_user'])) {
3575
- if ($_GET['filter_user'] == '*'){
3576
- $ret[6] = '*';
3577
  $where[] = 'log.user_id != 0';
3578
- }
3579
- elseif (is_numeric($_GET['filter_user'])){
3580
- $user_id = absint( $_GET['filter_user'] );
3581
- $ret[6] = $user_id;
3582
- $where[] = 'log.user_id = ' . $user_id;
3583
- }
 
3584
  }
3585
- if ( ! empty( $_GET['filter_wp_type'] ) ) {
3586
- $t = absint( $_GET['filter_wp_type'] );
 
3587
  $ret[7] = $t;
3588
  $op = '=';
3589
- if ( ! empty( $_GET['filter_wp_type_mode'] ) && $_GET['filter_wp_type_mode'] == 'GT' ) {
3590
  $op = '>';
3591
  }
3592
 
3593
  $where[] = 'log.wp_type ' . $op . $t;
3594
  }
3595
- if ( ! empty( $_GET['search_traffic'] ) ) {
3596
- $search = stripslashes_deep( $_GET['search_traffic'] );
3597
- $search = array_map( 'trim', $search );
3598
  if ( $search['ip'] ) {
3599
  if ( $ip = filter_var( $search['ip'], FILTER_VALIDATE_IP ) ) {
3600
  $where[] = 'log.ip = "' . $ip . '"';
3601
  }
3602
  else {
3603
- //$where[] = $wpdb->prepare( 'log.ip LIKE %s', '%' . $search['ip'] . '%' );
3604
  $where[] = 'log.ip LIKE "%' . cerber_real_escape( $search['ip'] ) . '%"';
3605
  }
3606
  }
@@ -3626,20 +3898,21 @@ function cerber_traffic_query( $args = array() ) {
3626
  }
3627
  }
3628
  }
3629
- if (!empty($_GET['filter_method'])) {
3630
- $where[] = $wpdb->prepare( 'log.request_method = %s', $_GET['filter_method'] );
 
3631
  }
3632
 
3633
  $activity = null;
3634
- if ( ! empty( $_GET['filter_activity'] ) ) {
3635
- $activity = absint( $_GET['filter_activity'] );
3636
  /*if ( $activity = absint( $_GET['filter_activity'] ) ) {
3637
  $where[] = 'act.activity = ' . $act_id;
3638
  //$join = ' JOIN ' . CERBER_LOG_TABLE . ' act ON (log.session_id = act.session_id)';
3639
  }*/
3640
  }
3641
- if ( ! empty( $_GET['filter_set'] ) ) {
3642
- switch ( $_GET['filter_set'] ) {
3643
  case 1:
3644
  $activity = implode( ',', crb_get_activity_set( 'suspicious' ) );
3645
  break;
@@ -3652,33 +3925,26 @@ function cerber_traffic_query( $args = array() ) {
3652
 
3653
  // ---------------------------------------------------------------------------------
3654
 
3655
- if ( ! empty( $where ) ) {
3656
- $where = 'WHERE ' . implode( ' AND ', $where );
3657
- }
3658
- else {
3659
- $where = '';
3660
- }
3661
 
3662
  // Limits, if specified
3663
  if ( isset( $args['per_page'] ) ) {
3664
  $per_page = $args['per_page'];
3665
  }
3666
  else {
3667
- $per_page = cerber_get_per_page();
3668
  }
3669
  $per_page = absint( $per_page );
3670
  $ret[2] = $per_page;
3671
 
3672
- $cols = '';
3673
  if ( ! empty( $args['columns'] ) ) {
3674
- foreach ( $args['columns'] as $f ) {
3675
- $cols .= ',log.' . $f;
 
3676
  }
3677
  $cols = trim( $cols, ',' );
3678
  }
3679
- else {
3680
- $cols = 'log.*';
3681
- }
3682
 
3683
  if ( $per_page ) {
3684
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
@@ -3798,80 +4064,313 @@ function cerber_get_err_type( $type ) {
3798
  }
3799
 
3800
  /**
3801
- * Is admin AJAX is permitted. Abort execution if not.
3802
  *
3803
  */
3804
- function cerber_check_ajax() {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3805
  check_ajax_referer( 'crb-ajax-admin', 'ajax_nonce' );
3806
 
3807
  if ( ! current_user_can( 'manage_options' ) ) {
3808
- wp_die( 'Oops! Access denied.' );
 
 
 
 
3809
  }
3810
- }
3811
 
3812
- /**
3813
- * Display reCAPTCHA admin page
3814
- *
3815
- */
3816
- function cerber_recaptcha_page() {
3817
 
3818
- $tabs = array(
3819
- 'antispam' => array( 'bx-chip', __( 'Antispam engine', 'wp-cerber' ) ),
3820
- 'captcha' => array( 'bxl-google', 'reCAPTCHA' ),
 
 
 
 
3821
  );
3822
 
3823
- $tab = cerber_get_active_tab( $tabs );
 
3824
 
3825
- ?>
3826
- <div id="crb-admin" class="wrap">
 
 
 
 
 
 
3827
 
3828
- <h2><?php _e( 'Antispam and bot detection settings', 'wp-cerber' ) ?></h2>
 
3829
 
3830
- <?php
 
 
3831
 
3832
- cerber_show_tabs( $tab, $tabs );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3833
 
3834
- cerber_show_aside( 'recaptcha' );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3835
 
3836
- echo '<div class="crb-main">';
3837
 
3838
- $section = null;
3839
- switch ( $tab ) {
3840
- case 'captcha':
3841
- $section = 'recaptcha';
3842
- break;
3843
- case 'help':
3844
- cerber_show_help();
3845
- break;
3846
- default:
3847
- $section = 'antispam';
3848
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3849
 
3850
- if ( $section ) {
3851
- cerber_show_settings_page( $section );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3852
  }
 
 
3853
 
3854
- echo '</div>';
3855
- ?>
3856
- </div>
3857
- <?php
3858
  }
3859
 
3860
- /**
3861
- * Detects currently displaying Tab on admin page
3862
- *
3863
- * @param array $tabs
3864
- *
3865
- * @return string
3866
- */
3867
- function cerber_get_active_tab( $tabs = array() ) {
 
 
 
 
 
 
 
 
 
3868
 
3869
- $tabs['help'] = 1; // always should be in the array
 
 
3870
 
3871
- //$tab = isset( $_GET['tab'] ) ? $_GET['tab'] : false;
3872
- $tab = crb_array_get( $_GET, 'tab' );
3873
 
3874
  if ( ! $tab || ! isset( $tabs[ $tab ] ) ) {
 
3875
  $tab = key( $tabs );
3876
  }
3877
 
@@ -3884,9 +4383,15 @@ function cerber_show_tabs( $active, $tabs = array() ) {
3884
  echo '<a href="' . cerber_admin_link( $tab ) . '" class="nav-tab ' . ( $tab == $active ? 'nav-tab-active' : '' ) . '"><i class="crb-icon crb-icon-' . $data[0] . '"></i> ' . $data[1] . '</a>';
3885
  }
3886
 
3887
- echo '<a href="' . cerber_admin_link( 'help', array( 'page' => cerber_get_admin_page() ) ) . '" class="nav-tab ' . ( $active == 'help' ? 'nav-tab-active' : '' ) . '"><i class="crb-icon crb-icon-bx-idea"></i> ' . __( 'Help', 'wp-cerber' ) . '</a>';
 
 
 
 
 
 
3888
 
3889
- echo lab_indicator();
3890
 
3891
  echo '</h2>';
3892
  }
50
  cerber_check_environment();
51
  }
52
 
53
+ $hook = add_menu_page( 'WP Cerber Security', 'WP Cerber', 'manage_options', 'cerber-security', 'cerber_render_admin_page', 'dashicons-shield', '100' );
54
+ add_action( 'load-' . $hook, 'crb_admin_screen_options' );
55
+ add_submenu_page( 'cerber-security', __( 'Cerber Dashboard', 'wp-cerber' ), __( 'Dashboard', 'wp-cerber' ), 'manage_options', 'cerber-security', 'cerber_render_admin_page' );
56
 
57
+ $hook = add_submenu_page( 'cerber-security', __( 'Cerber Traffic Inspector', 'wp-cerber' ), __( 'Traffic Inspector', 'wp-cerber' ), 'manage_options', 'cerber-traffic', 'cerber_render_admin_page' );
58
+ add_action( 'load-' . $hook, 'crb_admin_screen_options' );
59
 
60
  if ( lab_lab() ) {
61
+ add_submenu_page( 'cerber-security', __( 'Cerber Security Rules', 'wp-cerber' ), __( 'Security Rules', 'wp-cerber' ), 'manage_options', 'cerber-rules', 'cerber_render_admin_page' );
62
  }
63
 
64
  if ( cerber_get_upload_dir_mu() ) {
65
+ $hook = add_submenu_page( 'cerber-security', 'Cerber Security: Site Integrity', __( 'Site Integrity', 'wp-cerber' ), 'manage_options', 'cerber-integrity', 'cerber_render_admin_page' );
66
+ add_action( 'load-' . $hook, 'crb_admin_screen_options' );
67
  }
68
 
69
+ add_submenu_page( 'cerber-security', __( 'Cerber antispam settings', 'wp-cerber' ), __( 'Antispam', 'wp-cerber' ), 'manage_options', 'cerber-recaptcha', 'cerber_render_admin_page' );
70
+
71
+ //if ( ! nexus_get_context() ) {
72
+ $hook = add_submenu_page( 'cerber-security', __( 'Cerber.Hub', 'wp-cerber' ), __( 'Cerber.Hub', 'wp-cerber' ), 'manage_options', 'cerber-nexus', 'nexus_admin_page' );
73
+ add_action( 'load-' . $hook, 'crb_admin_screen_options' );
74
+ //}
75
+
76
+ add_submenu_page( 'cerber-security', __( 'Cerber tools', 'wp-cerber' ), __( 'Tools', 'wp-cerber' ), 'manage_options', 'cerber-tools', 'cerber_render_admin_page' );
77
 
78
  }
79
 
91
  $wp_admin_bar->add_node( $args );
92
  }
93
 
94
+ /**
95
+ * Wrapper for all admin pages
96
+ *
97
+ * @param $title string
98
+ * @param $tabs array
99
+ * @param $active_tab string
100
+ * @param $renderer callable
101
+ */
102
+ function cerber_show_admin_page( $title, $tabs = array(), $active_tab = null, $renderer = null ) {
103
+
104
+ if ( ! $active_tab ) {
105
+ $active_tab = crb_admin_get_tab( $tabs );
106
+ }
107
+
108
+ if ( nexus_is_valid_request() ) {
109
+ $title .= nexus_request_data()->at_site;
110
+ }
111
+
112
+ ?>
113
+ <div id="crb-admin" class="wrap">
114
+
115
+ <h1><?php echo $title; ?></h1>
116
+
117
+ <?php
118
+
119
+ cerber_show_admin_notice();
120
+
121
+ cerber_show_tabs( $active_tab, $tabs );
122
+
123
+ cerber_show_aside( $active_tab );
124
+
125
+ echo '<div class="crb-main">';
126
+
127
+ if ( $active_tab == 'help' ) {
128
+ cerber_show_help();
129
+ }
130
+ elseif ( is_callable( $renderer ) ) {
131
+ call_user_func( $renderer, $active_tab );
132
+ }
133
+
134
+ echo '</div>';
135
+
136
+ ?>
137
+ </div>
138
+ <?php
139
+ }
140
+
141
  /*
142
  Display lockouts in dashboard for admins
143
  */
146
 
147
  //$wp_cerber->deleteGarbage();
148
 
149
+ $per_page = ( ! empty( $args['per_page'] ) ) ? $args['per_page'] : crb_admin_get_per_page();
150
+ $limit = ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
151
 
152
+ //if ( $rows = $wpdb->get_results( 'SELECT * FROM ' . CERBER_BLOCKS_TABLE . ' ORDER BY block_until DESC LIMIT ' . $limit ) ) {
153
+ if ( $rows = cerber_db_get_results( 'SELECT * FROM ' . CERBER_BLOCKS_TABLE . ' ORDER BY block_until DESC LIMIT ' . $limit, MYSQL_FETCH_OBJECT ) ) {
154
 
155
+ $total = cerber_blocked_num();
156
+ $list = array();
157
+ $base_url = cerber_admin_link( 'activity' );
158
 
159
+ $remove = cerber_admin_link( crb_admin_get_tab(), null, true );
 
 
 
160
 
161
+ foreach ( $rows as $row ) {
162
+ $ip = '<a href="' . $base_url . '&filter_ip=' . $row->ip . '">' . $row->ip . '</a>';
163
 
164
+ $ip_info = cerber_get_ip_info( $row->ip, true );
165
+ if ( isset( $ip_info['hostname_html'] ) ) {
166
+ $hostname = $ip_info['hostname_html'];
167
+ }
168
+ else {
169
+ $ip_id = cerber_get_id_ip( $row->ip );
170
+ $hostname = '<img data-ip-id="' . $ip_id . '" class="crb-no-hostname" src="' . $crb_ajax_loader . '" />' . "\n";
171
+ }
172
 
173
  if ( lab_lab() ) {
174
  $single_ip = str_replace( '*', '1', $row->ip );
175
+ $country = '</td><td>' . crb_country_html( null, $single_ip );
176
  }
177
  else {
178
  $country = '';
179
+ }
180
 
181
+ $list[] = '<td>' . $ip . '</td><td>' . $hostname . $country . '</td><td>' . cerber_date( $row->block_until ) . '</td><td>' . $row->reason . '</td><td><a href="' . $remove . '&cerber_admin_do=lockdel&ip=' . esc_attr( $row->ip ) . '">' . __( 'Remove', 'wp-cerber' ) . '</a></td>';
182
 
183
  }
184
 
185
  //$titles = '<tr><th>'.__('IP','wp-cerber').'</th><th>'.__('Hostname','wp-cerber').'</th><th>'.__('Expires','wp-cerber').'</th><th>'.__('Reason','wp-cerber').'</th><th>'.__('Action','wp-cerber').'</th></tr>';
186
 
187
+ $heading = array(
188
+ __( 'IP', 'wp-cerber' ),
189
+ __( 'Hostname', 'wp-cerber' ),
190
+ __( 'Country', 'wp-cerber' ),
191
+ __( 'Expires', 'wp-cerber' ),
192
+ __( 'Reason', 'wp-cerber' ),
193
+ __( 'Action', 'wp-cerber' ),
194
+ );
195
 
196
+ if ( ! lab_lab() ) {
197
+ unset( $heading[2] );
198
+ }
199
 
200
+ $titles = '<tr><th>' . implode( '</th><th>', $heading ) . '</th></tr>';
201
 
202
+ $table = '<table class="widefat crb-table cerber-margin"><thead>' . $titles . '</thead><tfoot>' . $titles . '</tfoot>' . implode( '</tr><tr>', $list ) . '</tr></table>';
203
 
204
+ if ( empty( $args['no_navi'] ) ) {
205
+ $table .= cerber_page_navi( $total, $per_page );
206
+ }
207
 
208
+ //echo '<h3>'.sprintf(__('Showing last %d records from %d','wp-cerber'),count($rows),$total).'</h3>';
209
+ $showing = '<h3>' . sprintf( __( 'Showing last %d records from %d', 'wp-cerber' ), count( $rows ), $total ) . '</h3>';
210
+
211
+ $view = '<p><b>' . __( 'Hint', 'wp-cerber' ) . ':</b> ' . __( 'To view activity, click on the IP', 'wp-cerber' ) . '</p>';
212
+ }
213
+ else {
214
+ $table = '';
215
+ $view = '<p>' . sprintf( __( 'No lockouts at the moment. The sky is clear.', 'wp-cerber' ) ) . '</p>';
216
+ }
217
+ $ret = $table . '<div class="cerber-margin">' . $view . '</div>';
218
 
219
+ if ( $echo ) {
220
+ echo $ret;
221
  }
222
  else {
223
+ return $ret;
 
224
  }
 
 
 
 
225
  }
226
 
227
  function cerber_block_delete( $ip ) {
235
  ACL management form in dashboard
236
  */
237
  function cerber_acl_form(){
238
+
239
  echo '<h2>'.__('White IP Access List','wp-cerber').'</h2><p><span style="color:green;" class="dashicons-before dashicons-thumbs-up"></span> '.__('These IPs will never be locked out','wp-cerber').' - <a target="_blank" href="https://wpcerber.com/using-ip-access-lists-to-protect-wordpress/">Know more</a></p>'.
240
  cerber_acl_get_table('W');
241
  echo '<h2>'.__('Black IP Access List','wp-cerber').'</h2><p><span style="color:red;" class="dashicons-before dashicons-thumbs-down"></span> '.__('Nobody can log in or register from these IPs','wp-cerber').' - <a target="_blank" href="https://wpcerber.com/using-ip-access-lists-to-protect-wordpress/">Know more</a></p>'.
242
  cerber_acl_get_table('B');
243
 
244
+ $user_ip = cerber_get_remote_ip();
245
  $link = cerber_admin_link( 'activity' ) . '&filter_ip=' . $user_ip;
246
  $name = crb_country_html(null, $user_ip);
247
 
263
  $activity_url = cerber_admin_link( 'activity' );
264
  if ( $rows = $wpdb->get_results( 'SELECT * FROM ' . CERBER_ACL_TABLE . " WHERE tag = '" . $tag . "' ORDER BY ip_long_begin, ip" ) ) {
265
  foreach ( $rows as $row ) {
266
+ $list[] = '<td>' . $row->ip . '</td><td>' . $row->comments . '</td><td><a class="crb-button-tiny" href="' . $activity_url . '&filter_ip=' . urlencode( $row->ip ) . '">' . __( 'Check for activities', 'wp-cerber' ) . '</a> ' . cerber_traffic_link( array( 'filter_ip' => $row->ip ) ) . '</td>
267
+ <td><a class="delete_entry crb-button-tiny" href="javascript:void(0)" data-ip="' . $row->ip . '">' . __( 'Remove', 'wp-cerber' ) . '</a>
268
+ </td>';
269
  }
270
  $ret = '<table id="acl_' . $tag . '" class="acl-table"><tr>' . implode( '</tr><tr>', $list ) . '</tr></table>';
271
  }
273
  $ret = '<p style="text-align: center;">- <i>' . __( 'List is empty', 'wp-cerber' ) . '</i> -</p>';
274
  }
275
  $ret = '<div class="acl-wrapper"><div class="acl-items">'
276
+ . $ret . '</div>
277
+ <form action="" method="post">
278
+ <table>
279
+ <tr><td><input class="code" type="text" name="add_acl_' . $tag . '" required placeholder="' . __( 'IP address, IPv4 address range or subnet', 'wp-cerber' ) . '">
280
+ </td><td><input type="submit" class="button button-primary" value="' . __( 'Add IP to the list', 'wp-cerber' ) . '" ></td></tr>
281
+ <tr><td><input class="code" type="text" name="add_acl_comment" maxlength="250" placeholder="' . __( 'Optional comment for this entry', 'wp-cerber' ) . '">
282
+ </td><td></td></tr>
283
+ </table>
284
+ <input type="hidden" name="cerber_admin_do" value="add2acl">'
285
+ . cerber_nonce_field()
286
  . '</form></div>';
287
 
288
  return $ret;
290
  /*
291
  Handle actions with items in ACLs in the dashboard
292
  */
293
+ function cerber_acl_form_process( $post = array() ) {
294
+
295
+ if ( $add = crb_array_get( $post, 'add_acl_W' ) ) {
296
+ $ip = cerber_parse_ip( $add );
297
+ if ( ! $ip ) {
298
+ cerber_admin_notice( __( 'Incorrect IP address or IP range', 'wp-cerber' ) );
299
+
300
+ return;
301
+ }
302
+ if ( cerber_add_white( $ip, strip_tags( stripslashes( crb_array_get( $post, 'add_acl_comment', '' ) ) ) ) ) {
303
+ if ( is_array( $ip ) ) {
304
+ $ip = $ip['range'];
305
+ }
306
+ cerber_admin_message( sprintf( __( 'Address %s was added to White IP Access List', 'wp-cerber' ), $ip ) );
307
+ }
308
 
 
 
 
 
309
  return;
310
  }
311
 
312
+ if ( $add = crb_array_get( $post, 'add_acl_B' ) ) {
313
+ $ip = cerber_parse_ip( $add );
314
+ if ( ! $ip ) {
315
+ cerber_admin_notice( __( 'Incorrect IP address or IP range', 'wp-cerber' ) );
316
+
317
+ return;
 
 
 
 
 
 
318
  }
319
+ if ( ! cerber_can_be_listed( $ip ) ) {
320
+ cerber_admin_notice( __( "You cannot add your IP address or network", 'wp-cerber' ) );
321
+
322
+ return;
323
+ }
324
+ if ( cerber_add_black( $ip, strip_tags( stripslashes( crb_array_get( $post, 'add_acl_comment', '' ) ) ) ) ) {
325
+ if ( is_array( $ip ) ) {
326
+ $ip = $ip['range'];
 
 
 
 
 
327
  }
328
+ cerber_admin_message( sprintf( __( 'Address %s was added to Black IP Access List', 'wp-cerber' ), $ip ) );
329
  }
330
  }
331
+
332
  }
333
 
334
  /**
350
  add_action('wp_ajax_cerber_ajax', 'cerber_admin_ajax');
351
  function cerber_admin_ajax() {
352
 
353
+ $go = cerber_check_ajax_permissions( false );
354
+
355
+ if ( $go === false ) {
356
+ return false;
357
  }
358
 
359
+ $admin = ( $go === true ) ? true : false;
360
 
361
+ $response = array();
362
+ $request = crb_get_request_fields();
363
 
364
+ if ( $admin && ( $ip = crb_array_get( $request, 'acl_delete' ) ) ) {
365
+ if ( $ip = cerber_parse_ip( $ip ) ) {
366
+ if ( cerber_acl_remove( $ip ) ) {
367
+ $response['deleted_ip'] = ( is_string( $ip ) ) ? $ip : $ip['range'];
 
 
 
 
368
  }
 
 
 
 
369
  }
370
+ if ( ! isset( $response['deleted_ip'] ) ) {
371
  $response['error'] = 'Unable to delete';
372
  }
 
373
  }
374
+ elseif ( isset( $request['crb_ajax_slug'] ) && isset( $request['crb_ajax_list'] ) ) {
375
+ $slug = $request['crb_ajax_slug'];
 
 
376
  $response['slug'] = $slug;
377
+ $list = array_unique( $request['crb_ajax_list'] );
378
 
379
  /*
380
  $list = array_map(function ($ip_id){
388
 
389
  $ip_list = array();
390
  foreach ( $list as $ip_id ) {
391
+ if ( $ip = filter_var( cerber_get_ip_id( $ip_id ), FILTER_VALIDATE_IP ) ) {
392
  $ip_list[ $ip_id ] = $ip;
393
  // Set elements for frontend
394
  $response['data'][ $ip_id ] = '';
395
  }
396
  else {
397
  $response['data'][ $ip_id ] = '-';
398
+ }
399
  }
400
 
401
+ switch ( $slug ) {
402
+ case 'hostname':
403
+ foreach ( $ip_list as $ip_id => $ip ) {
404
+ $ip_info = cerber_get_ip_info( $ip );
405
+ $response['data'][ $ip_id ] = $ip_info['hostname_html'];
406
+ }
407
+ break;
408
+ case 'country':
409
+ if ( $country_list = lab_get_country( $ip_list, false ) ) {
410
+ foreach ( $country_list as $ip_id => $country ) {
411
+ if ( $country ) {
412
+ $response['data'][ $ip_id ] = cerber_get_flag_html( $country, cerber_country_name( $country ) );
413
+ }
414
+ else {
415
+ $response['data'][ $ip_id ] = __( 'Unknown', 'wp-cerber' );
416
+ }
417
+ }
418
+ }
419
+ break;
 
420
  }
421
 
422
  }
423
+ elseif ( $admin && isset( $request['dismiss_info'] ) ) {
424
+ if ( isset( $request['button_id'] ) && ( $request['button_id'] == 'lab_ok' || $request['button_id'] == 'lab_no' ) ) {
425
+ lab_user_opt_in( $request['button_id'] );
426
  }
427
  else {
428
+ delete_site_option( 'cerber_admin_info' );
429
  }
430
  }
431
+ elseif ( $admin && ( $usearch = crb_array_get( $request, 'user_search' ) ) ) {
432
+ $users = get_users( array( 'search' => '*' . esc_attr( $usearch ) . '*', ) );
 
433
  $response = array();
434
  if ( $users ) {
435
  foreach ( $users as $user ) {
436
+ $data = get_userdata( $user->ID );
437
+ $response[] = array(
438
  'id' => $user->ID,
439
  'text' => crb_format_user_name( $data )
440
  );
443
  }
444
 
445
  echo json_encode( $response );
446
+
447
+ if ( ! nexus_is_valid_request() ) {
448
+ wp_die();
449
+ }
450
  }
451
+
452
+ add_action( 'wp_ajax_cerber_local_ajax', function () {
453
+ check_ajax_referer( 'crb-ajax-admin', 'ajax_nonce' );
454
+ if ( ! is_super_admin() ) {
455
+ wp_die( 'Oops! Access denied.' );
456
+ }
457
+
458
+ $done = array();
459
+
460
+ switch ( crb_array_get( $_REQUEST, 'crb_ajax_do' ) ) {
461
+ case 'bg_tasks_run':
462
+ $done = cerber_bg_task_launcher( array_flip( crb_array_get( $_REQUEST, 'tasks', array() ) ) );
463
+ break;
464
+ }
465
+
466
+ echo json_encode( array( 'done' => $done ) );
467
+ exit;
468
+ } );
469
+
470
  /*
471
  * Retrieve extended IP information
472
  * @since 2.2
503
  Admin dashboard actions
504
  */
505
  //add_action('admin_init','cerber_admin_request');
506
+ add_action( 'wp_loaded', function () { // 'wp_loaded' @since 5.6
507
+ if ( ! is_admin() ) {
508
+ return;
509
+ }
510
+
511
+ cerber_admin_request();
512
+
513
+ } );
514
+ /**
515
+ * @param bool $is_post
516
+ *
517
+ * @return mixed
518
+ *
519
+ */
520
+ function cerber_admin_request( $is_post = false ) {
521
+ global $wpdb;
522
+
523
+ if ( ! nexus_is_valid_request()
524
+ && ! current_user_can( 'manage_options' ) ) {
525
+ return;
526
+ }
527
+
528
+ $get = crb_get_query_params();
529
 
530
+ if ( ( ! $nonce = crb_array_get( $get, 'cerber_nonce' ) )
531
+ && ( ! $nonce = crb_get_post_fields( 'cerber_nonce' ) ) ) {
532
+ return;
533
+ }
534
+
535
+ if ( ! wp_verify_nonce( $nonce, 'control' ) ) {
536
+ return;
537
+ }
538
+
539
+ $post = crb_get_post_fields();
540
+
541
+ //$q = crb_admin_parse_query( array( 'cerber_admin_do', 'ip' ) );
542
+
543
+ $remove_args = array();
544
 
545
  if ( cerber_is_http_get() ) {
546
+ if ( ( $do = crb_array_get( $get, 'cerber_admin_do' ) ) ) {
547
+ switch ( $do ) {
548
+ case 'lockdel':
549
+ $ip = crb_array_get( $get, 'ip' );
550
+ if ( cerber_block_delete( $ip ) ) {
551
+ cerber_admin_message( sprintf( __( 'Lockout for %s was removed', 'wp-cerber' ), $ip ) );
552
+ $remove_args[] = 'ip';
553
+ }
554
+ break;
555
+ case 'testnotify':
556
+ $t = crb_array_get( $get, 'type' );
557
+ $to = cerber_get_email( $t );
558
+ if ( cerber_send_email( $t ) ) {
559
+ cerber_admin_message( __( 'Email has been sent to', 'wp-cerber' ) . ' ' . $to );
560
+ }
561
+ else {
562
+ cerber_admin_notice( __( 'Unable to send email to', 'wp-cerber' ) . ' ' . $to );
563
+ }
564
+ $remove_args[] = 'type';
565
+ break;
566
+ case 'subscribe':
567
+ $m = crb_array_get( $get, 'mode' );
568
+ $mode = ( 'on' == $m ) ? 'on' : 'off';
569
+ cerber_subscribe( $mode );
570
+ $remove_args[] = 'subscribe';
571
+ $remove_args[] = 'mode';
572
+ break;
573
+ case 'nexus_set_role':
574
+ nexus_enable_role();
575
+ wp_safe_redirect( cerber_admin_link( null, array( 'page' => 'cerber-nexus' ) ) );
576
+ exit();
577
+ break;
578
+ case 'nexus_delete_slave':
579
+ //nexus_delete_slave( cerber_get_get( 'site_id' ) );
580
+ wp_safe_redirect( cerber_admin_link( 'nexus_sites' ) );
581
+ exit();
582
+ break;
583
+ case 'nexus_site_table':
584
+ if ( cerber_get_bulk_action() ) {
585
+ nexus_do_bulk();
586
+ }
587
+ break;
588
+ case 'scan_tegrity':
589
+ $adm = crb_array_get( $get, 'crb_scan_adm' );
590
+ $file = crb_array_get( $get, 'crb_file_id' );
591
+ if ( in_array( $adm, array( 'delete', 'restore' ) ) ) {
592
+ cerber_quarantine_do( $adm, crb_array_get( $get, 'crb_scan_id' ), crb_array_get( $get, 'crb_file_id' ) );
593
+ }
594
+ elseif ( $adm == 'remove_ignore' ) {
595
+ if ( crb_remove_ignore( $file ) ) {
596
+ cerber_admin_message( 'The file has been removed from the list' );
597
+ }
598
+ }
599
+ $remove_args = array( 'crb_scan_adm', 'crb_scan_id', 'crb_file_id' );
600
+ break;
601
+ case 'manage_diag_log':
602
+ cerber_manage_diag_log( crb_array_get( $get, 'do_this' ) );
603
+ $remove_args[] = 'do_this';
604
+ break;
605
+ case 'export':
606
+ if ( nexus_is_valid_request() ) {
607
+ return crb_admin_get_tokenized_link();
608
+ }
609
+ crb_admin_download_file( crb_array_get( $get, 'type' ) );
610
+ break;
611
+ case 'load_defaults':
612
+ cerber_load_defaults();
613
+ cerber_admin_message( __( 'Default settings have been loaded', 'wp-cerber' ) );
614
+ break;
615
+ default:
616
+ return;
617
  }
618
+
619
+ if ( nexus_is_valid_request() ) {
620
+ return array( 'redirect' => true, 'remove_args' => $remove_args );
621
  }
622
+ else {
623
+ cerber_safe_redirect( $remove_args );
 
 
 
624
  }
625
+
626
  }
627
+
628
+ if ( cerber_get_get( 'citadel' ) == 'deactivate' ) {
 
 
 
 
 
 
 
 
 
 
629
  cerber_disable_citadel();
630
  }
 
 
 
 
 
631
  elseif ( isset( $_GET['force_repair_db'] ) ) {
632
  cerber_create_db();
633
  cerber_upgrade_db( true );
655
  cerber_admin_message( 'The cache has been cleaned up');
656
  cerber_safe_redirect('clean_up_the_cache');
657
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
658
  }
659
 
660
  if ( cerber_is_http_post() ) {
661
+ if ( ( $do = crb_array_get( $post, 'cerber_admin_do' ) ) ) {
662
+ switch ( $do ) {
663
+ case 'update_geo_rules':
664
+ crb_admin_save_geo_rules( $post );
665
+ break;
666
+ case 'add2acl':
667
+ cerber_acl_form_process( $post );
668
+ break;
669
+ case 'add_slave':
670
+ nexus_add_slave( crb_array_get( $post, 'new_slave_token' ) );
671
+ break;
672
+ case 'install_key':
673
+ $lic = preg_replace( "/[^A-Z0-9]/i", '', crb_array_get( $post, 'cerber_license' ) );
674
+ if ( ( strlen( $lic ) == LAB_KEY_LENGTH ) || empty( $lic ) ) {
675
+ global $lab_use_wp_options;
676
+ $lab_use_wp_options = true;
677
+ lab_update_key( $lic );
678
+ if ( $lic ) {
679
+ if ( lab_validate_lic() ) {
680
+ cerber_admin_message( '<b>Great! You\'ve entered a valid license key.</b><p>Now, whenever you see a green shield icon in the top right-hand corner of any Cerber\'s admin page, it means the professional version works as intended and your website is protected by Cerber Cloud Protection.</p>
681
+ <p>Please use the client portal to manage subscriptions and get support at <a target="_blank" href="https://my.wpcerber.com">https://my.wpcerber.com</a></p>
682
+ <p>Thanks for being our client.</p>' );
683
+ }
684
+ else {
685
+ cerber_admin_notice( 'Error! You have entered an invalid or expired license key.' );
686
+ }
687
+ }
688
+ }
689
+ break;
690
  }
691
  }
692
  }
693
 
694
  }
695
 
696
+ function crb_admin_download_file( $t, $query = array() ) {
697
+ switch ( $t ) {
698
+ case 'activity':
699
+ cerber_export_activity( $query );
700
+ break;
701
+ case 'traffic':
702
+ cerber_export_traffic( $query );
703
+ break;
704
+ case 'get_diag_log':
705
+ cerber_manage_diag_log( 'download' );
706
+ break;
707
  }
708
+ }
709
+
710
+ function cerber_safe_redirect( $rem_args ) {
711
+ if ( empty( $rem_args ) ) {
712
+ $rem_args = array();
713
+ }
714
+ elseif ( ! is_array( $rem_args ) ) {
715
+ $rem_args = array( $rem_args );
716
+ }
717
+ // Most used common args to remove
718
+ $rem_args = array_merge( $rem_args, array(
719
+ '_wp_http_referer',
720
+ '_wpnonce',
721
+ 'cerber_nonce',
722
+ 'ids',
723
+ 'cerber_admin_do',
724
+ 'action',
725
+ 'action2'
726
+ ) );
727
+ wp_safe_redirect( remove_query_arg( $rem_args ) );
728
  exit(); // mandatory!
729
  }
730
 
731
+ function crb_admin_get_tokenized_link() {
732
+ if ( empty( nexus_request_data()->get_params ) ) {
733
+ return false;
734
+ }
735
+ $key = str_shuffle( '_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz' );
736
+ if ( cerber_update_set( '_the_key_' . $key, array( 'query' => nexus_request_data()->get_params ), 1, true, time() + 60 ) ) {
737
+ return array( 'redirect' => true, 'redirect_url' => home_url( '?cerber_magic_key=' . $key ) );
738
+ }
739
+
740
+ cerber_admin_notice( 'Unable to generate a tokenized URL' );
741
+
742
+ return false;
743
+ }
744
+
745
+ function cerber_export_activity( $params = array() ) {
746
 
747
+ crb_raise_limits();
748
+
749
+ $args = array( 'per_page' => 0 );
750
+
751
+ if ( $params ) {
752
+ $args = array_merge( $params, $args );
753
+ }
754
 
755
+ list( $query, $per_page, $falist, $ip, $filter_login, $user_id, $search ) = cerber_activity_query( $args );
756
 
757
+ if ( ! $result = cerber_db_query( $query ) ) {
 
758
  wp_die( 'Nothing to export' );
759
  }
760
+
761
  $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
762
 
763
  $info = array();
765
  if ( $ip ) {
766
  $info[] = '"Filter by IP:","' . $ip . '"';
767
  }
768
+
 
 
769
  if ( $user_id ) {
770
  $user = get_userdata( $user_id );
771
  $info[] = '"Filter by user:","' . $user->display_name . '"';
793
  $labels = cerber_get_labels( 'activity' );
794
  $status = cerber_get_labels( 'status' ) + cerber_get_reason();
795
 
796
+ while ( $row = mysqli_fetch_object( $result ) ) {
 
797
  $values = array();
798
 
799
  if ( ! empty( $row->details ) ) {
817
  cerber_send_csv_line( $values );
818
  }
819
 
820
+ mysqli_free_result( $result );
821
  exit;
822
 
823
  }
834
  $info[] = '"Generated by:","WP Cerber Security ' . CERBER_VER . '"';
835
  $info[] = '"Website:","' . get_option( 'blogname' ) . '"';
836
  $info[] = '"Date:","' . cerber_date( time() ) . '"';
837
+ $info[] = '"Rows in this file:","' . $total . '"';
838
 
839
  echo implode( "\r\n", $info ) . "\r\n\r\n";
840
 
858
  *
859
  *
860
  */
861
+ function cerber_show_activity( $args = array(), $echo = true ) {
862
  global $crb_ajax_loader, $wp_roles;
863
 
864
  $labels = cerber_get_labels( 'activity' );
870
 
871
  list( $query, $per_page, $falist, $filter_ip, $filter_login, $user_id, $search ) = cerber_activity_query( $args );
872
 
873
+ $sname = '';
874
+ $info = '';
875
  if ( $filter_ip ) {
876
  $info .= cerber_ip_extra_view( $filter_ip );
877
  }
883
  $user_cache = array();
884
 
885
  //if ( $rows = $wpdb->get_results( $query ) ) {
886
+ if ( $rows = cerber_db_get_results( $query, MYSQL_FETCH_OBJECT ) ) {
887
 
888
+ $total = cerber_db_get_var( "SELECT FOUND_ROWS()" );
889
  $tbody = '';
890
  $roles = $wp_roles->roles;
891
  $country = '';
892
  $geo = lab_lab();
893
 
894
+ foreach ( $rows as $row ) {
895
 
896
+ $ip_id = cerber_get_id_ip( $row->ip );
897
 
898
+ $activity = '<span class="crb-activity actv' . $row->activity . '">' . $labels[ $row->activity ] . '</span>';
899
  /*
900
  if ($row->activity == 50 ) {
901
  $activity .= ' <b>'.htmlspecialchars($row->user_login).'</b>';
909
  //elseif ($row->activity == 50 && $details[4]) $activity .= ' '.$details[4];
910
 
911
  if ( isset( $details[4] ) && ( $row->activity < 10 || $row->activity > 12 ) ) {
912
+ $activity .= '<p class="act-url">URL: ' . str_replace( array( '-', '/' ), array(
913
+ '<wbr>-',
914
+ '<wbr>/'
915
+ ), $details[4] ) . '</p>';
916
  }
917
 
918
  }
919
+ $activity = '<div class="crb' . $row->activity . '">' . $activity . '</div>';
920
 
921
  if ( $row->user_id ) {
922
  if ( isset( $user_cache[ $row->user_id ] ) ) {
965
 
966
  $tip = '';
967
 
968
+ $acl = cerber_acl_check( $row->ip );
969
+ if ( $acl == 'W' ) {
970
+ $tip = __( 'White IP Access List', 'wp-cerber' );
971
+ }
972
+ elseif ( $acl == 'B' ) {
973
+ $tip = __( 'Black IP Access List', 'wp-cerber' );
974
+ }
975
 
976
  if ( cerber_block_check( $row->ip ) ) {
977
  $block = ' color-blocked ';
978
+ $tip .= ' ' . __( 'Locked out', 'wp-cerber' );
979
+ }
980
+ else {
981
+ $block = '';
982
  }
 
983
 
984
  if ( ! empty( $args['date'] ) && $args['date'] == 'ago' ) {
985
  $date = cerber_ago_time( $row->stamp );
986
  }
987
  else {
988
+ $date = '<span title="' . $row->stamp . ' / ' . $row->session_id . ' / ' . $row->activity . '">' . cerber_date( $row->stamp ) . '</span>';
989
  }
990
 
991
  if ( $geo ) {
992
+ $country = '</td><td>' . crb_country_html( $row->country, $row->ip );
993
  }
994
 
995
  //$tbody .= '<tr class="acrow'.$row->activity.'"><td><div class="act-icon ip-acl' . $acl . ' ' . $block . '" title="' . $tip . '"></div>' . $ip . '</td><td>' . $hostname . $country . '</td><td>' . $date . '</td><td class="acinfo">' . $activity . '</td><td>' . $name . '</td><td>' . $username . '</td></tr>';
996
+ $tbody .= '<tr class="acrow' . $row->activity . '"><td><div class="css-table"><div><span class="act-icon ip-acl' . $acl . ' ' . $block . '" title="' . $tip . '"></span></div><div>' . $ip . '</div></div></td><td>' . $hostname . $country . '</td><td>' . $date . '</td><td class="acinfo">' . $activity . '</td><td>' . $name . '</td><td>' . $username . '</td></tr>';
997
  }
998
 
999
+ $heading = array(
1000
  '<div class="act-icon"></div>' . __( 'IP', 'wp-cerber' ),
1001
  __( 'Hostname', 'wp-cerber' ),
1002
+ __( 'Country', 'wp-cerber' ),
1003
  __( 'Date', 'wp-cerber' ),
1004
  __( 'Event', 'wp-cerber' ),
1005
  __( 'Local User', 'wp-cerber' ),
1006
  __( 'Username used', 'wp-cerber' )
1007
  );
1008
 
1009
+ if ( ! $geo ) {
1010
  unset( $heading[2] );
1011
  }
1012
 
1013
  $titles = '<tr><th>' . implode( '</th><th>', $heading ) . '</th></tr>';
1014
 
1015
+ $table = '<table id="crb-activity" class="widefat crb-table cerber-margin"><thead>' . $titles . '</thead><tfoot>' . $titles . '</tfoot><tbody>' . $tbody . '</tbody></table>';
1016
 
1017
  if ( empty( $args['no_navi'] ) ) {
1018
  $table .= cerber_page_navi( $total, $per_page );
1021
  //$legend = '<p>'.sprintf(__('Showing last %d records from %d','wp-cerber'),count($rows),$total);
1022
 
1023
  if ( empty( $args['no_export'] ) ) {
1024
+ $export_link .= '<a class="button button-secondary cerber-button" href="' .
1025
+ cerber_admin_link_add( array(
1026
+ 'cerber_admin_do' => 'export',
1027
+ 'type' => 'activity',
1028
+ ) ) . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a>';
1029
  }
1030
  }
1031
  else {
1032
+ $table = '<p class="cerber-margin">' . __( 'No activity has been logged.', 'wp-cerber' ) . '</p>';
1033
  }
1034
 
1035
  if ( empty( $args['no_navi'] ) ) {
1038
  //unset( $labels[13], $labels[14], $labels[15] );
1039
  $labels = array( 0 => __( 'All events', 'wp-cerber' ) ) + $labels;
1040
 
1041
+ $get = crb_get_query_params();
1042
+ $selected = crb_array_get( $get, 'filter_activity', 0 );
1043
+ if ( ! $selected || is_array( $selected ) ) {
 
1044
  $selected = 0;
1045
  }
1046
 
1047
  $filters = '<form action="">'
1048
  . cerber_select( 'filter_activity', $labels, $selected )
1049
+ . cerber_select( 'filter_user', ( $user_id ) ? array( $user_id => $sname ) : array(), $user_id, 'crb-select2-ajax', '', false, esc_html__( 'Filter by registered user', 'wp-cerber' ), array( 'min_symbols' => 3 ) )
1050
  . '<input type="text" value="' . $search . '" name="search_activity" placeholder="' . esc_html__( 'Search for IP or username', 'wp-cerber' ) . '">
1051
  <input type="submit" value="' . __( 'Filter', 'wp-cerber' ) . '" class="button button-secondary">'
1052
  . '
1062
 
1063
  $top_bar = '<div id = "activity-filter"><div>' . $filters . '</div><div>' . $right_links . '</div></div><br style="clear: both;">';
1064
 
1065
+ $ret = '<div class="cerber-margin">' . $top_bar . $info . '</div>' . $ret;
1066
  }
1067
 
1068
  $ret .= $table;
1084
  * @return array
1085
  * @since 4.16
1086
  */
1087
+ function cerber_activity_query( $args = array() ) {
1088
  global $wpdb;
1089
 
1090
+ $ret = array_fill( 0, 7, '' );
1091
  $where = array();
 
1092
 
1093
+ $q = crb_admin_parse_query( array(
1094
+ 'filter_activity',
1095
+ 'filter_ip',
1096
+ 'filter_login',
1097
+ 'filter_user',
1098
+ 'search_activity',
1099
+ 'filter_country',
1100
+ ), $args );
1101
 
1102
+ $falist = array();
1103
+ if ( $q->filter_activity ) { // Multiple activities can be requested this way: &filter_activity[]=11&filter_activity[]=7
1104
+ if ( is_array( $q->filter_activity ) ) {
1105
+ $falist = array_filter( array_map( 'absint', $q->filter_activity ) );
1106
+ $filter = implode( ',', $falist );
1107
  }
1108
  else {
1109
+ $filter = absint( $q->filter_activity );
1110
+ $falist = array( $filter ); // for further using in links
1111
  }
1112
+ $where[] = 'log.activity IN (' . $filter . ')';
1113
  }
1114
  $ret[2] = $falist;
1115
 
1116
+ if ( $q->filter_ip ) {
1117
+ $range = cerber_any2range( $q->filter_ip );
 
1118
  if ( is_array( $range ) ) {
1119
  $where[] = $wpdb->prepare( '(log.ip_long >= %d AND log.ip_long <= %d)', $range['begin'], $range['end'] );
1120
+ }
1121
+ elseif ( cerber_is_ip_or_net( $q->filter_ip ) ) {
1122
+ $where[] = $wpdb->prepare( 'log.ip = %s', $q->filter_ip );
1123
+ }
1124
+ else {
1125
  $where[] = "ip = 'produce-no-result'";
1126
  }
1127
+ $ret[3] = $q->filter_ip;
1128
  }
1129
 
1130
+ if ( $q->filter_login ) {
1131
+ $where[] = $wpdb->prepare( 'log.user_login = %s', $q->filter_login );
1132
+ $ret[4] = htmlspecialchars( $q->filter_login );
1133
  }
1134
+
1135
+ $user_id = absint( $q->filter_user );
1136
  $ret[5] = $user_id;
1137
  if ( $user_id ) {
1138
  $where[] = 'log.user_id = ' . $user_id;
1139
  }
1140
+
1141
+ if ( $q->search_activity ) {
1142
+ $search = stripslashes( $q->search_activity );
1143
  $ret[6] = htmlspecialchars( $search );
1144
  $search = '%' . $search . '%';
1145
 
1146
  $escaped = cerber_real_escape( $search );
1147
+ $w = array();
1148
  /*
1149
  if ( $uids = cerber_db_get_col( 'SELECT user_id FROM ' . $wpdb->usermeta . ' WHERE (meta_key = "first_name" OR meta_key = "last_name" OR meta_key = "nickname") AND meta_value LIKE "' . cerber_real_escape( $search ) . '"' ) ) {
1150
  $w[] = 'log.user_id IN (' . implode( ',', $uids ) . ')';
1151
  }*/
1152
+ $w[] = 'log.user_login LIKE "' . $escaped . '"';
1153
+ $w[] = 'log.ip LIKE "' . $escaped . '"';
1154
 
1155
  $where[] = '(' . implode( ' OR ', $w ) . ')';
1156
  }
1157
+
1158
+ if ( $q->filter_country ) {
1159
+ $country = substr( $q->filter_country, 0, 3 );
1160
  $ret[7] = htmlspecialchars( $country );
1161
  $where[] = 'log.country = "' . cerber_real_escape( $country ) . '"';
1162
  }
1163
 
1164
+ $where = ( ! empty( $where ) ) ? 'WHERE ' . implode( ' AND ', $where ) : '';
 
 
 
 
 
1165
 
1166
  // Limits, if specified
1167
+ $per_page = ( isset( $args['per_page'] ) ) ? absint( $args['per_page'] ) : crb_admin_get_per_page();
1168
+ $ret[1] = $per_page;
 
 
1169
 
1170
  if ( $per_page ) {
1171
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
1175
  $ret[0] = 'SELECT SQL_CALC_FOUND_ROWS log.*,u.display_name,u.user_login ulogin FROM ' . CERBER_LOG_TABLE . ' log LEFT JOIN '.$wpdb->users . " u ON (log.user_id = u.ID) {$where} ORDER BY stamp DESC";
1176
  }
1177
 
 
 
 
 
 
 
1178
  return $ret;
 
 
 
 
 
 
 
 
 
 
1179
  }
1180
+
1181
  /*
1182
  * Additional information about IP address
1183
  */
1184
+ function cerber_ip_extra_view( $ip, $context = 'activity' ) {
1185
  global $wp_cerber;
1186
  //if (!cerber_is_ip_or_net($ip)) return '';
1187
  if ( ! $ip || ! filter_var( $ip, FILTER_VALIDATE_IP ) ) {
1188
  return '';
1189
  }
1190
  $ip_info = ' ';
1191
+ $acl = cerber_acl_check( $ip );
1192
  if ( $acl == 'W' ) {
1193
+ $ip_info .= '<span class="crb-color-green ip-info-label">' . __( 'White IP Access List', 'wp-cerber' ) . '</span> ';
1194
  }
1195
+ elseif ( $acl == 'B' ) {
1196
+ $ip_info .= '<span class="crb-color-black ip-info-label">' . __( 'Black IP Access List', 'wp-cerber' ) . '</span> ';
1197
  }
1198
  if ( cerber_block_check( $ip ) ) {
1199
+ $ip_info .= '<span class="color-blocked ip-info-label">' . __( 'Locked out', 'wp-cerber' ) . '</span> ';
1200
  }
1201
 
1202
+ if ( $context == 'activity' ) {
1203
+ $ip_info .= cerber_traffic_link( array( 'filter_ip' => $ip ) );
1204
  }
1205
  else {
1206
+ $ip_info .= ' <a class="crb-button-tiny" href="' . cerber_admin_link( 'activity', array( 'filter_ip' => $ip ) ) . '">' . __( 'Check for activities', 'wp-cerber' ) . '</a>';
1207
  }
1208
 
1209
  // Filter activity by ...
1215
  }
1216
  $filters = implode(' | ',$links);*/
1217
 
1218
+ $whois = '';
1219
+ $country = '';
1220
+ $abuse = '';
1221
+ $network = '';
1222
  $network_info = '';
1223
 
1224
+ if ( cerber_get_options( 'ip_extra' ) ) {
1225
+ $ip_data = cerber_ip_whois_info( $ip );
1226
  if ( isset( $ip_data['error'] ) ) {
1227
  $whois = '<div id="whois">' . $ip_data['error'] . '</div>';
1228
  }
1229
  elseif ( isset( $ip_data['whois'] ) ) {
1230
  $whois = '<div id="whois">' . $ip_data['whois'] . '</div>';
1231
  }
1232
+ if ( isset( $ip_data['country'] ) ) {
1233
+ $country = $ip_data['country'];
1234
+ }
1235
+ if ( ! empty( $ip_data['data']['abuse-mailbox'] ) ) {
1236
+ $abuse = '<p>' . __( 'Abuse email:', 'wp-cerber' ) . ' <a href="mailto:' . $ip_data['data']['abuse-mailbox'] . '">' . $ip_data['data']['abuse-mailbox'] . '</a></p>';
1237
+ }
1238
+ if ( ! empty( $ip_data['data']['network'] ) ) {
1239
+ $network = $ip_data['data']['network'];
1240
+ $range = cerber_any2range( $network );
1241
+ $network_info = '<p>' . __( 'Network:', 'wp-cerber' ) . ' ' . $network . ' &nbsp; <a class="crb-button-tiny" href="' . cerber_admin_link( 'activity', array( 'filter_ip' => $range['range'] ) ) . '">' . __( 'Check for activities', 'wp-cerber' ) . '</a> ' . cerber_traffic_link( array( 'filter_ip' => $range['range'] ) );
1242
  }
1243
  }
1244
 
1245
  $form = '';
1246
  //if (!cerber_is_myip($ip) && !cerber_acl_check($ip)) $form = '<form action="" method="post"><input type="hidden" name="add_acl_B" value="'.$ip.'"><input type="submit" class="button button-primary cerber-button" value="'.__('Add IP to the Black List','wp-cerber').'" >'.wp_nonce_field('cerber_dashboard','cerber_nonce').'</form>';
1247
 
1248
+ if ( ! cerber_is_myip( $ip ) && ! cerber_acl_check( $ip ) ) {
1249
 
1250
  if ( $network ) {
1251
  $net_button = '<button type="submit" value="' . $network . '" name="add_acl_B" class="button button-primary cerber-button">';
1252
+ }
1253
+ else {
1254
  $net_button = '<button disabled="disabled" class="button button-secondary cerber-button">';
1255
  }
1256
  $net_button .= '<span class="dashicons-before dashicons-networking"></span> ' . __( 'Add network to the Black List', 'wp-cerber' ) . '</button> ';
1257
 
1258
  $form = '<form id="add-acl-black" action="" method="post">
1259
+ <input type="hidden" name="cerber_admin_do" value="add2acl">
1260
+ <input type="hidden" name="add_acl_comment" value="">
1261
+ <button type="submit" value="' . $ip . '" name="add_acl_B" class="button button-primary cerber-button"><span class="dashicons-before dashicons-desktop"></span> ' . __( 'Add IP to the Black List', 'wp-cerber' ) . '</button> ' .
1262
+ $net_button .
1263
+ cerber_nonce_field( 'control' ) .
1264
  '</form>';
1265
  }
1266
 
1267
  $ret = '<div class="crb-extra-info">
1268
  <table>
1269
+ <tr><td><p><span id = "ip-address">' . $ip . '</span><span id = "ip-country">' . $country . '</span>' . $ip_info . '</p>' . $network_info . $abuse . '</td><td>' . $form . '</td></tr>
1270
  </table>
1271
  </div>';
1272
 
1273
+ return $ret . $whois;
1274
  }
1275
  /**
1276
  * Additional information about user
1293
  $roles = '';
1294
  }
1295
 
1296
+ $edit = '#';
1297
+ if ( nexus_is_valid_request() ) {
1298
+ $edit = get_edit_user_link( $user_id );
1299
+ }
1300
  $name = '<span class="crb-user-name"><b><a href="' . $edit . '">' . $u->display_name . '</a></b></span><p>' . $roles . '</p>';
1301
 
1302
  if ( $avatar = get_avatar( $user_id, 96 ) ) {
1375
 
1376
  }
1377
 
 
 
 
 
 
 
 
 
 
1378
  // Users -------------------------------------------------------------------------------------
1379
 
1380
  add_filter('users_list_table_query_args' , function ($args) {
1493
  $dash = cerber_admin_link();
1494
  $act = cerber_admin_link( 'activity' );
1495
  $traf = cerber_admin_link( 'traffic' );
1496
+ $scanner = cerber_admin_link( 'scan_main' );
1497
  $acl = cerber_admin_link( 'acl' );
1498
 
1499
  $failed = cerber_db_get_var('SELECT count(ip) FROM '. CERBER_LOG_TABLE .' WHERE activity IN (7) AND stamp > '.(time() - 24 * 3600));
1533
  echo '<tr><td>'.__('Black IP Access List','wp-cerber').'</td><td><b><a href="'.$acl.'">'.$b_count.' '._n('entry','entries',$b_count,'wp-cerber').'</a></b></td></tr>';
1534
  echo '<tr class="with-padding"><td>'.__('Citadel mode','wp-cerber').'</td><td><b>'.$citadel.'</b></td></tr>';
1535
 
1536
+ $status = ( ! crb_get_settings( 'tienabled' ) ) ? '<span style="color: red;">'.__('disabled','wp-cerber').'</span>' : __('enabled','wp-cerber');
1537
  echo '<tr class="with-padding"><td>'.__('Traffic Inspector','wp-cerber').'</td><td><b>'.$status.'</b></td></tr>';
1538
 
1539
  $lab = lab_lab();
1569
  <a href="'.$traf.'"><i class="crb-icon crb-icon-bx-show"></i> ' . __('Traffic','wp-cerber').'</a> |
1570
  <a href="'.$scanner.'"><i class="crb-icon crb-icon-bx-radar"></i> ' . __('Integrity','wp-cerber').'</a>
1571
  </div>';
1572
+ if ( $new = cerber_check_for_newer() ) {
1573
  echo '<div class="up-cerber">' . $new['msg'] . '</div>';
1574
  }
1575
  }
1578
  Show Help tab screen
1579
  */
1580
  function cerber_show_help() {
1581
+ switch ( crb_admin_get_page()){
1582
  case 'cerber-integrity':
1583
  cerber_show_scan_help();
1584
  break;
1585
+ case 'cerber-nexus':
1586
+ cerber_show_nexus_help();
1587
+ break;
1588
  case 'cerber-recaptcha':
1589
  cerber_show_anti_help();
1590
  break;
1593
  }
1594
  }
1595
 
1596
+ function cerber_show_nexus_help() {
1597
+ global $crb_assets_url;
1598
+ ?>
1599
+ <div id="crb-help">
1600
+ <table id="admin-help">
1601
+ <tr>
1602
+ <td>
1603
+
1604
+ <div>
1605
+ <h2>How remote management works</h2>
1606
+
1607
+ <p>The technology enables you to manage the WP Cerber plugin, monitor activity, and upgrade plugins on multiple WordPress powered websites from a main WordPress website which is called a master website.</p>
1608
+
1609
+ <p>To activate this technology, you need to enable a master mode on the main website and a slave mode on each website you want to connect to the master and manage remotely.</p>
1610
+
1611
+ <p>Read more: <a href="https://wpcerber.com/manage-multiple-websites/" target="_blank">
1612
+ Manage multiple WP Cerber instances from one dashboard</a></p>
1613
+
1614
+ </div>
1615
+
1616
+ <div>
1617
+ <h2>A safety note</h2>
1618
+
1619
+ <p>All access tokens are stored in the databases of the master and slave websites in unencrypted form (plaintext). Store a backup copy of all websites in a safe and trusted place.</p>
1620
+ </div>
1621
+
1622
+ <div>
1623
+ <h2>Troubleshooting</h2>
1624
+ <p>
1625
+ If you’re unable to get it working, that may be caused by a number of reasons. Enable the diagnostic log on the master and on the slave to obtain more information. You can view the log on the Tools admin page. Here is a list of the most common causes of issues on the slave side.
1626
+ </p>
1627
+
1628
+ <ul style="list-style: disc; margin-left: 1em;">
1629
+ <li>A security plugin on the slave website is interfering with the WP Cerber plugin</li>
1630
+ <li>A security directive in the .htaccess file on the slave website is blocking incoming requests as suspicious</li>
1631
+ <li>A firewall or a proxy service (like Cloudflare) is blocking (filtering out) incoming requests to the slave website</li>
1632
+ <li>The IP address of the master is locked out or in the Black Access List on the slave website</li>
1633
+ <li>The slave mode on the remote website has been re-enabled making the security token saved on the master invalid</li>
1634
+ <li>The IP address of the master website does not match the one set in the slave settings on the remote website</li>
1635
+ </ul>
1636
+
1637
+ </div>
1638
+
1639
+ </td>
1640
+ <td>
1641
+
1642
+ <div>
1643
+ <h2>Getting started on the master</h2>
1644
+
1645
+ <p>To configure the main, master website go to the Cerber.Hub admin page and enable master mode. Once you’ve done this you can add slave websites by using security tokens generated on slaves.
1646
+ </p>
1647
+
1648
+ </div>
1649
+
1650
+ <div>
1651
+ <h2>Adding slave websites</h2>
1652
+
1653
+ <p>To add a slave website to the master, you need to enable the slave mode on the website. Go to the Cerber.Hub admin page and enable the slave mode. During the activation of the slave mode, a unique security access token is generated and saved into the database of the slave. Keep the token secret.
1654
+ </p>
1655
+ <p>
1656
+ Go to the master website and click the “Add” button on the “My Websites” admin page. Copy the token and paste it in the “Add a salve website” popup window.
1657
+ </p>
1658
+
1659
+
1660
+ </div>
1661
+
1662
+ <div>
1663
+ <h2>Manage websites remotely</h2>
1664
+
1665
+ <p>Once you’ve added all slave websites on the master you can easily switch between them with a single click in a top navigation menu on the admin bar or by clicking the name of a slave on the “My Websites” master page. Once you’ve switched to a slave website use the plugin menu and admin links the way like you do this normally. To switch back to the master website, click a X icon on the admin bar.
1666
+ </p>
1667
+ <p>
1668
+ Note: when you’re managing remote website, the color of the admin bar is blue and the left admin menu on the master is dimmed.
1669
+ </p>
1670
+ </div>
1671
+
1672
+ </td>
1673
+ </tr>
1674
+ </table>
1675
+ </div>
1676
+ <?php
1677
+
1678
+ }
1679
+
1680
  function cerber_show_scan_help() {
1681
  global $crb_assets_url;
1682
  ?>
2108
  // TODO: add link "send daily report to my email"
2109
  echo '<div>' . $kpi_show . '<p style="text-align: right; margin: 0;">' . __( 'in the last 24 hours', 'wp-cerber' ) . '</p></div>';
2110
 
2111
+ $total = cerber_db_get_var( 'SELECT count(ip) FROM ' . CERBER_LOG_TABLE );
2112
  //if ($total > $num) $l1 = 'Last ' . $num . ' suspect events are displayed';
2113
 
2114
+ $nav_links = '';
 
2115
 
2116
+ if ( $total ) {
2117
+ $links = array();
2118
+ $links[] = array( cerber_admin_link( 'activity' ), __( 'View all', 'wp-cerber' ) );
 
 
2119
 
2120
+ $labels = cerber_get_labels( 'activity' );
2121
+ $set = array( 5 );
2122
+ foreach ( $set as $item ) {
2123
+ $links[] = array( cerber_admin_link( 'activity' ) . '&filter_activity=' . $item, $labels[ $item ] );
2124
+ }
2125
 
2126
+ $links[] = array( cerber_activity_link( array( 2 ) ), __( 'User registered', 'wp-cerber' ) );
2127
+ $links[] = array( cerber_activity_link( crb_get_activity_set( 'suspicious' ) ), __( 'All suspicious activity', 'wp-cerber' ) );
2128
 
2129
+ foreach ( $links as $link ) {
2130
+ $nav_links .= '<a class="crb-button-tiny" href="' . $link[0] . '">' . $link[1] . '</a> ';
2131
+ }
2132
+ }
2133
 
2134
  echo '<table class="cerber-margin"><tr><td><h2 style="margin-bottom:0.5em; margin-right: 1em;">' . __( 'Activity', 'wp-cerber' ) . '</h2></td><td>' . $nav_links . '</td></tr></table>';
2135
 
2142
  'date' => 'ago'
2143
  ) );
2144
 
2145
+ $view = '';
2146
+
2147
+ if ( cerber_blocked_num() ) {
2148
+ $view = '<a class="crb-button-tiny" href="' . cerber_admin_link( 'lockouts' ) . '">' . __( 'View all', 'wp-cerber' ) . '</a>';
2149
+ }
2150
+
2151
  echo '<table class="cerber-margin" style="margin-top:2em;"><tr><td><h2 style="margin-bottom:0.5em; margin-right: 1em;">' . __( 'Recently locked out IP addresses', 'wp-cerber' ) . '</h2></td><td> ' . $view . '</td></tr></table>';
2152
 
2153
  cerber_show_lockouts( array(
2161
  /*
2162
  Admin aside bar
2163
  */
2164
+ function cerber_show_aside( $page ) {
2165
  global $crb_assets_url;
2166
 
2167
+ if ( in_array( $page, array( 'nexus_sites', 'activity', 'lockouts', 'traffic' ) ) ) {
2168
+ return;
2169
  }
2170
 
2171
  $aside = array();
2172
 
2173
+ if ( in_array( $page, array( 'main' ) ) ) {
2174
+ $aside[] = '<div class="crb-box">
2175
+ <h3>' . __( 'Confused about some settings?', 'wp-cerber' ) . '</h3>'
2176
+ . __( 'You can easily load default recommended settings using button below', 'wp-cerber' ) . '
2177
  <p style="text-align:center;">
2178
+ <input type="button" class="button button-primary" value="' . __( 'Load default settings', 'wp-cerber' ) . '" onclick="button_default_settings()" />
2179
  <script type="text/javascript">function button_default_settings(){
2180
+ if (confirm("' . __( 'Are you sure?', 'wp-cerber' ) . '")) {
2181
+ click_url = "' . cerber_admin_link_add( array( 'load_settings' => 'default', 'cerber_admin_do'=>'load_defaults' ) ) . '";
2182
  window.location = click_url.replace(/&amp;/g,"&");
2183
  }
2184
  }</script>
2185
  </p>
2186
+ <p><i>* ' . __( "doesn't affect Custom login URL and Access Lists", 'wp-cerber' ) . '</i></p>
2187
  <p style="text-align: center; font-size: 110%;"><a href="https://wpcerber.com/getting-started/" target="_blank">' . __( 'Getting Started Guide', 'wp-cerber' ) . '</a></p>
2188
  </div>';
2189
  }
2190
+ /*
2191
+ $aside[] = '<div class="crb-box" id = "crb-subscribe">
2192
+ <div class="crb-box-inner">
2193
+ <h3>Be in touch with developer</h3>
2194
+ <p>Receive updates and helpful ideas to protect your website, blog, or business online.</p>
2195
+ <p>
2196
+ <span class="dashicons-before dashicons-email-alt"></span> &nbsp; <a href="https://wpcerber.com/subscribe-newsletter/" target="_blank">Subscribe to Cerber\'s newsletter</a></br>
2197
+ <span class="dashicons-before dashicons-twitter"></span> &nbsp; <a href="https://twitter.com/wpcerber">Follow Cerber on Twitter</a></br>
2198
+ <span class="dashicons-before dashicons-facebook"></span> &nbsp; <a href="https://www.facebook.com/wpcerber/">Follow Cerber on Facebook</a>
2199
+ </p>
2200
+ </div>
2201
+ </div>
2202
+ ';*/
2203
 
2204
  if ( ! lab_lab() ) {
2205
+ $aside[] =
2206
+ '<a class="crb-button-one" style="background-color: #1DA1F2;" href="https://twitter.com/wpcerber" target="_blank"><span class="dashicons dashicons-twitter"></span> Follow Cerber on Twitter</a>';
2207
+ //<a class="crb-button-one" href="https://wpcerber.com/subscribe-newsletter/" target="_blank"><span class="dashicons dashicons-email-alt"></span> Subscribe to Cerber\'s newsletter</a>
2208
  // <a class="crb-button-one" style="background-color: #3B5998;" href="https://www.facebook.com/wpcerber/" target="_blank"><span class="dashicons dashicons-facebook"></span> Follow Cerber on Facebook</a>
2209
  //';
2210
 
2251
  <!-- <h3><span class="dashicons-before dashicons-lightbulb"></span> Read Cerber\'s blog</h3> -->
2252
  <h3>Documentation & How to</h3>
2253
 
2254
+ <p><a href="https://wpcerber.com/manage-multiple-websites/" target="_blank">Manage multiple WP Cerber instances from one dashboard</a>
2255
  <p><a href="https://wpcerber.com/how-to-block-wordpress-user/" target="_blank">How to block a user account</a>
2256
  <p><a href="https://wpcerber.com/automatic-malware-removal-wordpress/" target="_blank">Automatic cleanup of malware and suspicious files</a>
 
2257
  <p><a href="https://wpcerber.com/automated-recurring-malware-scans/" target="_blank">Automated recurring scans and email reporting</a>
2258
  <p><a href="https://wpcerber.com/wordpress-security-scanner/" target="_blank">Malware Scanner & Integrity Checker</a>
2259
  <p><a href="https://wpcerber.com/wordpress-traffic-inspector-how-to/" target="_blank">Quick tips for Traffic Inspector</a>
2261
  <p><a href="https://wpcerber.com/antispam-for-wordpress-contact-forms/" target="_blank">Antispam protection for WordPress forms</a>
2262
  <p><a href="https://wpcerber.com/wordpress-mobile-and-browser-notifications-pushbullet/" target="_blank">Instant mobile and browser notifications</a>
2263
  <p><a href="https://wpcerber.com/wordpress-notifications-made-easy/" target="_blank">WordPress notifications made easy</a>
2264
+ <p><a href="https://wpcerber.com/restrict-access-to-wordpress-rest-api/" target="_blank">How to limit access to the WP REST API</a>
2265
  <p><a href="https://wpcerber.com/why-we-need-to-use-custom-login-url/" target="_blank">Why you need to use Custom login URL</a>
2266
  <p><a href="https://wpcerber.com/using-ip-access-lists-to-protect-wordpress/" target="_blank">How IP Access Lists works</a>
2267
  <p><a href="https://wpcerber.com/hardening-wordpress-with-wp-cerber/" target="_blank">Hardening WordPress with WP Cerber</a>
2282
  /*
2283
  Displaying notices in the dashboard
2284
  */
2285
+ add_action( 'load-plugins.php', function () {
2286
+ add_action( 'admin_notices', 'cerber_show_admin_notice', 999 );
2287
+ add_action( 'network_admin_notices', 'cerber_show_admin_notice', 999 );
2288
+ } );
2289
  function cerber_show_admin_notice(){
2290
  global $cerber_shown;
2291
  $cerber_shown = false;
2298
  '</p></div>';
2299
  }
2300
 
2301
+ if ( ! nexus_is_valid_request() && ! cerber_is_admin_page( true ) ) {
2302
  return;
2303
  }
2304
 
2312
  $all[] = array( __( 'Settings saved', 'wp-cerber' ), 'updated' );
2313
  }
2314
 
2315
+ if ( $notice = cerber_get_set( 'admin_notice' ) ) {
2316
  if ( is_array( $notice ) ) {
2317
  $notice = '<p>' . implode( '</p><p>', $notice ) . '</p>';
2318
  }
2319
  $all[] = array( $notice, 'error' ); // red
2320
  }
2321
+ if ( $notice = cerber_get_set( 'admin_message' ) ) {
2322
  if ( is_array( $notice ) ) {
2323
  $notice = '<p>' . implode( '</p><p>', $notice ) . '</p>';
2324
  }
2355
  * @return string Link for using in the Dashboard, HTML
2356
  */
2357
  function cerber_subscribe_link() {
2358
+ $args = array_values( cerber_subscribe_params() );
2359
 
2360
  // All activities, without any filter is not allowed
2361
+ $empty = array_filter( $args );
2362
+ if ( empty( $empty ) ) {
2363
+ return '';
2364
+ }
2365
 
2366
  $subs = cerber_get_site_option( '_cerber_subs' );
2367
 
2377
  $mode = 'off';
2378
  }
2379
  }
2380
+
2381
+ $link = cerber_admin_link_add( array( 'cerber_admin_do' => 'subscribe', 'mode' => $mode ) );
2382
+
2383
  if ($mode == 'on') $text = __('Subscribe','wp-cerber');
2384
  else $text = __('Unsubscribe','wp-cerber');
2385
 
2393
  * @param string $hash If specified, subscription with given hash will be removed
2394
  */
2395
  function cerber_subscribe( $mode = 'on', $hash = null ) {
2396
+ if ( $hash ) {
2397
  $mode = 'off';
2398
  }
2399
  else {
2410
  if ( $mode == 'on' ) {
2411
  $subs[ $hash ] = $args;
2412
  $msg = __( "You've subscribed", 'wp-cerber' );
2413
+ }
2414
+ else {
2415
  unset( $subs[ $hash ] );
2416
  $msg = __( "You've unsubscribed", 'wp-cerber' );
2417
  }
2439
  $per_page = 25;
2440
  }
2441
  $page = cerber_get_pn();
2442
+
2443
+ //$base_url = add_query_arg( $arr, cerber_admin_link() );
2444
+ $base_url = remove_query_arg( 'pagen', add_query_arg( crb_get_query_params(), cerber_admin_link() ) );
2445
+
2446
  $last_page = ceil( $total / $per_page );
2447
  $ret = '';
2448
  if ( $last_page > 1 ) {
2452
  $end = $last_page;
2453
  }
2454
  if ( $start > $max_links ) {
2455
+ $links[] = '<a href="' . esc_url( $base_url . '&pagen=' . ( $start - 1 ) ) . '" class="arrows"><b>&laquo;</b></a>';
2456
  }
2457
  for ( $i = $start; $i <= $end; $i ++ ) {
2458
  if ( $page != $i ) {
2459
+ $links[] = '<a href="' . esc_url( $base_url . '&pagen=' . $i ) . '" >' . $i . '</a>';
2460
  }
2461
  else {
2462
  $links[] = '<a class="active" style="font-size: 16px;">' . $i . '</a> ';
2463
  }
2464
  }
2465
  if ( $end < $last_page ) {
2466
+ $links[] = '<a href="' . esc_url( $base_url . '&pagen=' . $i ) . '" class="arrows">&raquo;</a>'; // &#10141;
2467
  }
2468
  $ret = '<table class="cerber-margin" style="margin-top:1em; border-collapse: collapse;"><tr><td><div class="pagination">' . implode( ' ', $links ) . '</div></td><td><span style="margin-left:2em;"><b>' . $total . ' ' . _n( 'entry', 'entries', $total, 'wp-cerber' ) . '</b></span></td></tr></table>';
2469
  }
2471
  return $ret;
2472
  }
2473
 
2474
+ function cerber_get_pn() {
2475
+ $q = crb_admin_parse_query( array( 'pagen' ) );
2476
+
2477
+ return ( ! $q->pagen ) ? 1 : absint( $q->pagen );
 
 
 
 
 
2478
  }
2479
+
2480
  /*
2481
  Plugins screen links
2482
  */
2483
  add_filter('plugin_action_links','cerber_action_links',10,4);
2484
  function cerber_action_links($actions, $plugin_file, $plugin_data, $context){
2485
+ if($plugin_file == CERBER_PLUGIN_ID){
2486
  $link[] = '<a href="' . cerber_admin_link() . '">' . __('Dashboard','wp-cerber') . '</a>';
2487
  $link[] = '<a href="' . cerber_admin_link('main') . '">' . __('Main settings','wp-cerber') . '</a>';
2488
  $actions = array_merge ($link,$actions);
2523
 
2524
  add_action( 'admin_enqueue_scripts', 'cerber_admin_assets', 9999 );
2525
  function cerber_admin_assets() {
2526
+ global $crb_assets_url;
2527
+ //$crb_assets_url = plugin_dir_url( __FILE__ ) . 'assets/';
2528
+ //$crb_assets_url = cerber_plugin_dir_url() . 'assets/';
2529
 
2530
  if ( cerber_is_admin_page() ) {
2531
 
2542
  wp_enqueue_style( 'select2css' );
2543
  wp_enqueue_script( 'select2js', $crb_assets_url . 'select2/dist/js/select2.min.js', null, null, true );
2544
 
2545
+ wp_register_style( 'crb_magnific_css', $crb_assets_url . 'magnific/magnific-popup.css', null, CERBER_VER );
2546
+ wp_enqueue_style( 'crb_magnific_css' );
2547
+ wp_enqueue_script( 'crb_magnific_js', $crb_assets_url . 'magnific/jquery.magnific-popup.min.js', null, CERBER_VER );
2548
+
2549
  add_thickbox();
2550
  }
2551
 
2573
  function cerber_admin_head() {
2574
  global $crb_assets_url, $crb_ajax_loader;
2575
 
2576
+ //$crb_ajax_loader = $crb_assets_url . 'ajax-loader.gif';
 
 
 
2577
  $crb_ajax_nonce = wp_create_nonce( 'crb-ajax-admin' );
2578
 
2579
  $crb_lab_available = ( lab_lab() ) ? 'true' : 'false';
2763
  </script>
2764
  <?php
2765
 
2766
+ // Background tasks
2767
+ $list = cerber_get_set( '_background_tasks' );
2768
+ if ( $list ) {
2769
+ $list = array_slice( $list, 0, 20 );
2770
+ $list = array_keys( $list );
2771
+ ?>
2772
+ <script>
2773
+ jQuery(document).ready(function ($) {
2774
+ var crb_bg_tasks = <?php echo '["' . implode( '","', $list ) . '"]'; ?>;
2775
+ //console.log('Background tasks: ' + crb_bg_tasks.length)
2776
+ if (crb_bg_tasks.length) {
2777
+ $.post(ajaxurl, {
2778
+ ajax_nonce: crb_ajax_nonce,
2779
+ action: 'cerber_local_ajax',
2780
+ crb_ajax_do: 'bg_tasks_run',
2781
+ tasks: $(crb_bg_tasks).toArray(),
2782
+ }
2783
+ );
2784
+ }
2785
+ });
2786
+ </script>
2787
+ <?php
2788
+ }
2789
 
2790
  // ------------------------------------------------------
2791
 
2843
  echo '<script type="text/javascript" src="' . cerber_plugin_dir_url() . 'assets/wp-admin.js' . '"></script>';
2844
  }
2845
 
2846
+ add_filter( 'admin_footer_text', function ( $text ) {
 
2847
  if ( ! cerber_is_admin_page() ) {
2848
  return $text;
2849
  }
2850
+
2851
  return 'If you like <strong>WP Cerber</strong>, <a target="_blank" href="https://wordpress.org/support/plugin/wp-cerber/reviews/#new-post">please give it a &#9733; &#9733; &#9733; &#9733; &#9733; review</a>. Thanks!';
2852
+ }, PHP_INT_MAX );
2853
+
2854
+ add_filter( 'update_footer', function ( $text ) {
2855
  if ( ! cerber_is_admin_page() ) {
2856
  return $text;
2857
  }
2858
  if ( lab_lab() ) {
2859
+ $pr = 'PRO';
2860
  $support = '<a target="_blank" href="https://my.wpcerber.com">Get Support</a>';
2861
  }
2862
  else {
2863
+ $pr = '';
2864
  $support = '<a target="_blank" href="https://wordpress.org/support/plugin/wp-cerber">Support Forum</a>';
2865
  }
2866
+ if ( 1 == cerber_get_mode() ) {
2867
+ $mode = 'in the Standard mode';
2868
  }
2869
  else {
2870
+ $mode = 'in the Legacy mode';
2871
  }
2872
+
2873
+ return 'WP Cerber Security ' . $pr . ' ' . CERBER_VER . '. ' . $mode . ' | ' . $support;
2874
+ }, PHP_INT_MAX );
2875
 
2876
  /*
2877
  * Add per admin screen settings
 
 
2878
  */
2879
+ function crb_admin_screen_options() {
2880
  if ( ! $id = crb_get_configurable_screen() ) {
2881
  return;
2882
  }
2886
  'option' => 'cerber_screen_' . $id,
2887
  );
2888
  add_screen_option( 'per_page', $args );
 
2889
  }
2890
  /*
2891
+ * Allows to save screen settings to the user meta
 
 
2892
  */
2893
+ add_filter( 'set-screen-option', function ( $status, $option, $value ) {
 
 
2894
  if ( $id = crb_get_configurable_screen() ) {
2895
  if ( 'cerber_screen_' . $id == $option ) {
2896
  return $value;
2897
  }
2898
  }
2899
+
2900
  return $status;
2901
+ }, 10, 3 );
2902
 
2903
  function crb_get_configurable_screen() {
2904
+ if ( ! $id = crb_admin_get_tab() ) {
2905
+ $id = crb_admin_get_page();
 
 
 
2906
  }
2907
  if ( $id == 'cerber-traffic' ) {
2908
  $id = 'traffic';
2909
  }
2910
+ if ( ( $id == 'cerber-nexus' ) && nexus_is_master() ) {
2911
+ return 'nexus_sites';
2912
+ }
2913
+ $ids = array( 'lockouts', 'activity', 'traffic', 'scan_quarantine', 'scan_ignore', 'nexus_sites' );
2914
+ if ( ! in_array( $id, $ids ) ) {
2915
  return false;
2916
  }
2917
 
2919
  }
2920
 
2921
  /*
2922
+ * Retrieve settings for the current screen
 
2923
  *
2924
  */
2925
+ function crb_admin_get_per_page() {
2926
  if ( is_multisite() ) {
2927
  return 50; // temporary workaround
2928
  }
2929
 
2930
+ if ( nexus_is_valid_request() ) {
2931
+ $per_page = nexus_request_data()->screen['per_page'];
 
 
 
 
 
 
 
 
 
 
2932
  }
2933
+ elseif ( function_exists( 'get_current_screen' ) ) {
2934
+ $screen = get_current_screen();
2935
 
2936
+ if ( $screen_option = $screen->get_option( 'per_page', 'option' ) ) {
2937
+ $per_page = absint( get_user_meta( get_current_user_id(), $screen_option, true ) );
2938
+ if ( empty ( $per_page ) ) {
2939
+ $per_page = absint( $screen->get_option( 'per_page', 'default' ) );
2940
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2941
  }
2942
+ }
2943
 
2944
+ if ( empty ( $per_page ) ) {
2945
+ $per_page = 25;
2946
+ }
2947
 
2948
+ return absint( $per_page );
 
 
2949
  }
2950
 
2951
+ function crb_admin_show_geo_rules(){
 
2952
 
2953
  /*
2954
  echo "\n";
2964
  $tablinks = '';
2965
  $tabs = '';
2966
  $first = true;
2967
+ $opt = crb_get_settings();
2968
 
2969
  foreach ( $rules as $rule_id => $rule ) {
2970
 
2971
+ $config = cerber_geo_rules( $rule_id );
2972
 
2973
+ $selector = crb_geo_country_selector( $config, $rule_id, $rule );
2974
 
2975
+ if ( $first ) {
2976
+ $b_class = 'active';
2977
+ $t_style = '';
2978
+ }
2979
+ else {
2980
+ $b_class = '';
2981
+ $t_style = 'style= "display: none;"';
2982
+ }
2983
 
2984
  if ( ! empty( $config['list'] ) ) {
2985
  $num = count( $config['list'] );
2989
  else {
2990
  $info = sprintf( _n( 'Not permitted for one country', 'Not permitted for %d countries', $num, 'wp-cerber' ), $num );
2991
  }
2992
+ if ( $num == 1 ) {
2993
  $info .= ' (' . current( $config['list'] ) . ')';
2994
  //$info .= ' (' . cerber_get_flag_html($c) . $c . ')';
2995
  }
3001
  $note = '';
3002
  switch ( $rule_id ) {
3003
  case 'geo_register':
3004
+ if ( ! get_option( 'users_can_register' ) ) {
3005
  $note = 'Registration is disabled in the General Settings';
3006
  }
3007
  break;
3016
  }
3017
  break;
3018
  }
3019
+ if ( $note ) {
3020
+ $note = '<p><span class="dashicons-before dashicons-warning"></span> Warning: ' . $note . '</p>';
3021
+ }
3022
 
3023
+ //$tablinks .= '<button class="tablinks '.$b_class.'" data-rule-id="'.$rule_id.'">'.$rule['name'].'</button>';
3024
+ $tablinks .= '<div class="tablinks ' . $b_class . '" data-rule-id="' . $rule_id . '">' . $rule['name'] . '<br/><span>' . $info . '</span></div>';
3025
 
3026
+ $tabs .= '<div id="tab-' . $rule_id . '" class="vtabcontent" ' . $t_style . '>' . $note . $selector . '</div>';
3027
 
3028
  $first = false;
3029
  }
3030
 
3031
  echo '<form method="post" action="">';
3032
 
3033
+ echo '<table class="vtable" style="width: 100%; border-collapse: collapse;"><tr><td style="width: 20%"><div class="vtabs">' . $tablinks . '</div></td><td>' . $tabs . '
3034
+ <div style="padding-left: 3em;">' . crb_admin_submit_button( __( 'Save all rules', 'wp-cerber' ) ) . '</div>
3035
  </td></tr></table>';
3036
 
3037
  //echo '<div class="vtabs">'.$buttons.'</div>';
3038
  //echo '<div class="vtabs-content">'.$tabs.'</div>';
3039
 
3040
+ cerber_nonce_field( 'control', true );
3041
+ echo '<input type="hidden" name="cerber_admin_do" value="update_geo_rules"></form>';
 
3042
 
3043
  // Script for tabbed layout
3044
 
3045
+ reset( $rules );
3046
+ $first_id = 'countries-' . key( $rules );
3047
 
3048
  ?>
3049
 
3084
  }
3085
 
3086
  /**
3087
+ * Generates GEO rule selector
3088
  *
3089
+ * @param array $config Rule configuration
3090
  * @param string $rule_id
3091
  * @param array $rule
3092
  *
3093
  * @return string HTML code of form
3094
  */
3095
+ function crb_geo_country_selector( $config = array(), $rule_id = '', $rule = array() ) {
 
 
3096
 
3097
+ $ret = '<select id="countries-' . $rule_id . '" name="crb-' . $rule_id . '-list[]" class="crb-select-multi" style="display: none;" multiple="multiple">';
3098
 
3099
+ if ( ! empty( $config['list'] ) ) {
3100
+ $selected = $config['list'];
3101
+ }
3102
+ else {
3103
+ $selected = null;
3104
+ }
 
 
3105
 
3106
  foreach ( cerber_get_country_list() as $code => $country ) {
3107
  if ( $selected && in_array( $code, $selected ) ) {
3108
  $sel = 'selected';
3109
+ }
3110
+ else {
3111
  $sel = '';
3112
  }
3113
  $ret .= '<option ' . $sel . ' value="' . $code . '">' . $country . '</option>';
3114
  }
3115
 
3116
+ if ( ! empty( $config['type'] ) && $config['type'] == 'B' ) {
3117
  $w = '';
3118
  $b = 'checked="checked"';
3119
+ }
3120
+ else {
3121
+ $w = 'checked="checked"';
3122
+ $b = '';
3123
+ }
3124
 
3125
+ if ( ! empty( $rule['desc'] ) ) {
3126
  $desc = $rule['desc'];
3127
+ }
3128
+ else {
3129
+ $desc = '<span style="text-transform: lowercase;">' . $rule['name'] . '</span>';
3130
+ }
3131
 
3132
 
3133
  $ret .= '
3135
  <p><i>' . __( 'Click on a country name to add it to the list of selected countries', 'wp-cerber' ) . '</i></p>
3136
 
3137
  <p style="margin-top: 2em;">
3138
+ <input type="radio" value="W" name="crb-' . $rule_id . '-type" id="geo-type-' . $rule_id . '-W" ' . $w . '>
3139
  <label for="geo-type-' . $rule_id . '-W">' . sprintf( _x( 'Selected countries are permitted to %s, other countries are not permitted to', 'to is a marker of infinitive, e.g. "to use it"', 'wp-cerber' ), $desc ) . '</label>
3140
  <p>
3141
+ <input type="radio" value="B" name="crb-' . $rule_id . '-type" id="geo-type-' . $rule_id . '-B" ' . $b . '>
3142
  <label for="geo-type-' . $rule_id . '-B">' . sprintf( _x( 'Selected countries are not permitted to %s, other countries are permitted to', 'to is a marker of infinitive, e.g. "to use it"', 'wp-cerber' ), $desc ) . '</label>
3143
  </p>';
3144
 
 
 
 
3145
  return $ret;
3146
 
3147
  }
3164
  return $rules;
3165
  }
3166
 
3167
+ function crb_admin_save_geo_rules( $post = array() ) {
3168
+ global $cerber_country_names;
 
 
 
 
3169
 
3170
+ if ( ! lab_lab() ) {
3171
+ return;
3172
+ }
3173
 
3174
+ $geo = array();
3175
+ $check = array_keys( $cerber_country_names );
3176
 
3177
+ // Prevent admin country from being blocked
3178
+ if ( nexus_is_valid_request() ) {
3179
+ $admin_country = null;
3180
+ }
3181
+ else {
3182
+ $admin_country = lab_get_country( cerber_get_remote_ip(), false );
3183
+ }
3184
 
3185
  foreach ( cerber_geo_rule_set() as $rule_id => $rule ) {
3186
+ if ( ! empty( $post[ 'crb-' . $rule_id . '-list' ] ) && ! empty( $post[ 'crb-' . $rule_id . '-type' ] ) ) {
3187
+ $list = array_intersect( $post[ 'crb-' . $rule_id . '-list' ], $check );
3188
 
3189
+ if ( $post[ 'crb-' . $rule_id . '-type' ] == 'B' ) {
3190
  $type = 'B';
3191
+ if ( $admin_country && ( ( $key = array_search( $admin_country, $list ) ) !== false ) ) {
3192
+ //if ( ( $key = array_search( $admin_country, $list ) ) !== false ) {
3193
  unset( $list[ $key ] );
3194
  }
3195
  }
3196
+ else {
3197
+ $type = 'W';
3198
+ if ( $admin_country && ( ( $key = array_search( $admin_country, $list ) ) === false ) ) {
3199
+ array_push( $list, $admin_country );
3200
+ }
3201
+ }
3202
 
3203
+ $geo[ $rule_id ]['list'] = $list;
3204
+ $geo[ $rule_id ]['type'] = $type;
3205
  }
3206
  }
3207
 
3248
 
3249
  // Traffic =====================================================================================
3250
 
3251
+ function cerber_export_traffic( $params = array() ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3252
 
3253
  crb_raise_limits();
3254
 
3256
  'per_page' => 0,
3257
  'columns' => array( 'ip', 'stamp', 'uri', 'session_id', 'user_id', 'processing', 'request_method', 'http_code', 'wp_type', 'blog_id' )
3258
  );
3259
+
3260
+ if ( $params ) {
3261
+ $args = array_merge( $params, $args );
3262
+ }
3263
+
3264
  list( $query, $found ) = cerber_traffic_query( $args );
3265
 
3266
+ if ( ! $result = cerber_db_query( $query ) ) {
 
3267
  wp_die( 'Nothing to export' );
3268
  }
3269
+
3270
  $total = cerber_db_get_var( $found );
3271
 
3272
  $info = array();
3290
  //$labels = cerber_get_labels( 'activity' );
3291
  //$status = cerber_get_labels( 'status' );
3292
 
3293
+ while ( $row = mysqli_fetch_assoc( $result ) ) {
3294
+
3295
  $values = array();
3296
 
3297
  /*
3322
  cerber_send_csv_line( $values );
3323
  }
3324
 
3325
+ mysqli_free_result( $result );
3326
  exit;
3327
 
3328
  }
3347
 
3348
  if ( ! $wp_cerber_remote ) {
3349
  list( $query, $found, $per_page, $falist, $filter_ip, $prc, $user_id ) = cerber_traffic_query( $args );
 
3350
  $rows = cerber_db_get_results( $query, MYSQL_FETCH_OBJECT_K );
3351
  $total = cerber_db_get_var( $found );
3352
 
3353
  if ( $rows ) {
 
3354
  $events = cerber_db_get_results( 'SELECT log.session_id,log.* FROM ' . CERBER_LOG_TABLE . ' log WHERE log.session_id IN ("' . implode( '", "', array_keys( $rows ) ) . '" )', MYSQL_FETCH_OBJECT_K );
3355
  $roles = $wp_roles->roles;
3356
  $users = array();
3606
  $request_details .= '<p style="font-weight: bold;">'.$d[0].'</p>'.$d[1];
3607
  }
3608
 
3609
+ /*if ( $pos = strpos( $row->uri, '?' ) ) {
3610
+ $uri = substr( $row->uri, 0, $pos + 1 ) . urldecode( substr( $row->uri, $pos + 1 ) );
3611
+ }
3612
+ else {
3613
+ $uri = $row->uri;
3614
+ }*/
3615
+
3616
+ $uri = urldecode( $row->uri );
3617
+ $uri = htmlentities( $uri );
3618
+ $truncated = false;
3619
+ if ( strlen( $uri ) > 220 ) {
3620
+ $truncated = true;
3621
+ $uri = substr( $uri, 0, 220 );
3622
+ }
3623
+ $uri = str_replace( array( '-', '/', '%', '&', '=', '?', '(', ')', ),
3624
+ array( '<wbr>-', '<wbr>/', '<wbr>%', '<wbr>&', '<wbr>=', '<wbr>?', '<wbr>(', ')<wbr>' ), $uri );
3625
+ if ( $truncated ) {
3626
+ $uri .= ' <span style="color: red;">&hellip;</span>';
3627
+ }
3628
+
3629
+ $request = '<b>' . $uri . '</b>' . '<p style="margin-top:1em;"><span class="crb-' . $row->request_method . '">' . $row->request_method . '</span> ' . $f . $wp_type . ' <span class="crb-' . $row->http_code . '"> HTTP ' . $row->http_code . ' ' . get_status_header_desc( $row->http_code ) . '</span> ' . $php_err . ' <span>' . $processing . '</span> <a href="javascript:void(0);" class="crb-traffic-more" style="display: none;">Details</a> ' . $activity . ' </p>' . $wp_obj;
3630
 
3631
  // Decorating this table can't be done via simple CSS
3632
  if ( ! empty( $even ) ) {
3707
 
3708
  $search_button = cerber_traffic_search();
3709
 
3710
+ $export_link .= '<a class="button button-secondary cerber-button" href="' .
3711
+ cerber_admin_link_add( array(
3712
+ 'cerber_admin_do' => 'export',
3713
+ 'type' => 'traffic',
3714
+ ) )
3715
+ . '"><span class="dashicons dashicons-download" style="vertical-align: middle;"></span> ' . __( 'Export', 'wp-cerber' ) . '</a> ';
3716
  $right_links = $search_button . $export_link;
3717
 
3718
  $refresh = '';
3790
  $ret = array_fill( 0, 8, '' );
3791
  $where = array();
3792
  $join = '';
 
3793
 
3794
+ $q = crb_admin_parse_query( array(
3795
+ 'filter_http_code',
3796
+ 'filter_http_code_mode',
3797
+ 'filter_ip',
3798
+ 'filter_processing',
3799
+ 'filter_user',
3800
+ 'filter_wp_type',
3801
+ 'filter_wp_type_mode',
3802
+ 'search_traffic',
3803
+ 'filter_method',
3804
+ 'filter_activity',
3805
+ 'filter_set'
3806
+ ), $args );
3807
 
3808
+ $falist = array();
3809
+ if ( $q->filter_http_code ) { // Multiple codes can be requested this way: &filter_http_code[]=404&filter_http_code[]=405
3810
+ if ( is_array( $q->filter_http_code ) ) {
3811
+ $falist = array_filter( array_map( 'absint', $q->filter_http_code ) );
3812
+ $where[] = 'log.http_code IN (' . implode( ',', $falist ) . ')';
3813
  }
3814
  else {
3815
+ $filter = absint( $q->filter_http_code );
3816
  $op = '=';
3817
+ if ( $q->filter_http_code_mode == 'GT' ) {
3818
  $op = '>';
3819
  }
3820
  $where[] = 'log.http_code ' . $op . $filter;
3823
  }
3824
  $ret[3] = $falist;
3825
 
3826
+ if ( $q->filter_ip ) {
3827
+ $range = cerber_any2range( $q->filter_ip );
 
3828
  if ( is_array( $range ) ) {
3829
  $where[] = $wpdb->prepare( '(log.ip_long >= %d AND log.ip_long <= %d)', $range['begin'], $range['end'] );
3830
  }
3831
+ elseif ( cerber_is_ip_or_net( $q->filter_ip ) ) {
3832
+ $where[] = $wpdb->prepare( 'log.ip = %s', $q->filter_ip );
 
3833
  }
3834
  else {
3835
  $where[] = "log.ip = 'produce-no-result'";
3836
  }
3837
+ $ret[4] = $q->filter_ip;
3838
  }
3839
 
3840
+ if ( $q->filter_processing ) {
3841
+ $p = absint( $q->filter_processing );
3842
+ $where[] = 'log.processing > ' . $p;
3843
+ $ret[5] = $p;
3844
  }
3845
+
3846
+ if ( $q->filter_user ) {
3847
+ if ( $q->filter_user == '*' ) {
3848
  $where[] = 'log.user_id != 0';
3849
+ $ret[6] = '*';
3850
+ }
3851
+ elseif ( is_numeric( $q->filter_user ) ) {
3852
+ $user_id = absint( $q->filter_user );
3853
+ $where[] = 'log.user_id = ' . $user_id;
3854
+ $ret[6] = $user_id;
3855
+ }
3856
  }
3857
+
3858
+ if ( $q->filter_wp_type ) {
3859
+ $t = absint( $q->filter_wp_type );
3860
  $ret[7] = $t;
3861
  $op = '=';
3862
+ if ( $q->filter_wp_type_mode == 'GT' ) {
3863
  $op = '>';
3864
  }
3865
 
3866
  $where[] = 'log.wp_type ' . $op . $t;
3867
  }
3868
+
3869
+ if ( $q->search_traffic ) {
3870
+ $search = stripslashes_deep( $q->search_traffic );
3871
  if ( $search['ip'] ) {
3872
  if ( $ip = filter_var( $search['ip'], FILTER_VALIDATE_IP ) ) {
3873
  $where[] = 'log.ip = "' . $ip . '"';
3874
  }
3875
  else {
 
3876
  $where[] = 'log.ip LIKE "%' . cerber_real_escape( $search['ip'] ) . '%"';
3877
  }
3878
  }
3898
  }
3899
  }
3900
  }
3901
+
3902
+ if ( $q->filter_method ) {
3903
+ $where[] = $wpdb->prepare( 'log.request_method = %s', $q->filter_method );
3904
  }
3905
 
3906
  $activity = null;
3907
+ if ( $q->filter_activity ) {
3908
+ $activity = absint( $q->filter_activity );
3909
  /*if ( $activity = absint( $_GET['filter_activity'] ) ) {
3910
  $where[] = 'act.activity = ' . $act_id;
3911
  //$join = ' JOIN ' . CERBER_LOG_TABLE . ' act ON (log.session_id = act.session_id)';
3912
  }*/
3913
  }
3914
+ if ( $q->filter_set ) {
3915
+ switch ( $q->filter_set ) {
3916
  case 1:
3917
  $activity = implode( ',', crb_get_activity_set( 'suspicious' ) );
3918
  break;
3925
 
3926
  // ---------------------------------------------------------------------------------
3927
 
3928
+ $where = ( ! empty( $where ) ) ? 'WHERE ' . implode( ' AND ', $where ) : '';
 
 
 
 
 
3929
 
3930
  // Limits, if specified
3931
  if ( isset( $args['per_page'] ) ) {
3932
  $per_page = $args['per_page'];
3933
  }
3934
  else {
3935
+ $per_page = crb_admin_get_per_page();
3936
  }
3937
  $per_page = absint( $per_page );
3938
  $ret[2] = $per_page;
3939
 
3940
+ $cols = 'log.*';
3941
  if ( ! empty( $args['columns'] ) ) {
3942
+ $cols = '';
3943
+ foreach ( $args['columns'] as $col_name ) {
3944
+ $cols .= ',log.' . preg_replace( '/[^A-Z_\d]/i', '', $col_name );
3945
  }
3946
  $cols = trim( $cols, ',' );
3947
  }
 
 
 
3948
 
3949
  if ( $per_page ) {
3950
  $limit = ' LIMIT ' . ( cerber_get_pn() - 1 ) * $per_page . ',' . $per_page;
4064
  }
4065
 
4066
  /**
4067
+ * Check if admin AJAX is permitted.
4068
  *
4069
  */
4070
+ function cerber_check_ajax_permissions( $strict = true ) {
4071
+ if ( nexus_is_valid_request() ) {
4072
+ /*
4073
+ $nonce = crb_array_get( nexus_request_data()->get_params, 'ajax_nonce' );
4074
+ if ( ! $nonce ) {
4075
+ $nonce = nexus_request_data()->get_post_data( 'ajax_nonce' );
4076
+ }
4077
+ if ( ! wp_verify_nonce( $nonce, 'crb-ajax-admin' ) ) {
4078
+ return false;
4079
+ }
4080
+ */
4081
+
4082
+ return true;
4083
+ }
4084
+
4085
  check_ajax_referer( 'crb-ajax-admin', 'ajax_nonce' );
4086
 
4087
  if ( ! current_user_can( 'manage_options' ) ) {
4088
+ if ( $strict ) {
4089
+ wp_die( 'Oops! Access denied.' );
4090
+ }
4091
+
4092
+ return 0;
4093
  }
 
4094
 
4095
+ return true;
4096
+ }
 
 
 
4097
 
4098
+ function crb_admin_allowed_ajax( $action ) {
4099
+ $list = array(
4100
+ 'cerber_ajax',
4101
+ 'cerber_scan_control',
4102
+ 'cerber_ref_upload',
4103
+ 'cerber_view_file',
4104
+ 'cerber_scan_bulk_files'
4105
  );
4106
 
4107
+ return in_array( $action, $list );
4108
+ }
4109
 
4110
+ function crb_is_task_permitted( $die = false ) {
4111
+ if ( is_super_admin()
4112
+ || nexus_is_valid_request() ) {
4113
+ return true;
4114
+ }
4115
+ if ( $die ) {
4116
+ wp_die( 'Oops! Access denied.' );
4117
+ }
4118
 
4119
+ return false;
4120
+ }
4121
 
4122
+ function cerber_render_admin_page( $page_id = null, $active_tab = null ) {
4123
+ if ( nexus_get_context() ) {
4124
+ nexus_show_remote_page();
4125
 
4126
+ return;
4127
+ }
4128
+ $error = '';
4129
+ if ( $page = cerber_get_admin_page_config( $page_id ) ) {
4130
+ if ( ! empty( $page['pro'] ) && ! lab_lab() ) {
4131
+ $error = 'This feature requires the PRO version of the plugin.';
4132
+ }
4133
+ else {
4134
+ if ( ( $tab_filter = crb_array_get( $page, 'tab_filter' ) )
4135
+ && is_callable( $tab_filter ) ) {
4136
+ $page['tabs'] = call_user_func( $tab_filter, $page['tabs'] );
4137
+ }
4138
+ cerber_show_admin_page( $page['title'], $page['tabs'], $active_tab, $page['callback'] );
4139
+ }
4140
+ }
4141
+ else {
4142
+ $error = 'Unknown admin page!';
4143
+ }
4144
+ if ( $error ) {
4145
+ echo '<div style="margin: 2em; padding: 3em; font-weight: bold; background-color: #fff;">ERROR: ' . $error . '</div>';
4146
+ }
4147
+ }
4148
 
4149
+ function cerber_get_admin_page_config( $page = '' ) {
4150
+ if ( ! $page ) {
4151
+ $page = crb_admin_get_page();
4152
+ }
4153
+ if ( ! $page ) {
4154
+ return false;
4155
+ }
4156
+ $admin_pages = array(
4157
+ 'cerber-security' => array(
4158
+ 'title' => 'WP Cerber Security',
4159
+ 'tabs' => array(
4160
+ 'dashboard' => array( 'bxs-dashboard', __( 'Dashboard', 'wp-cerber' ) ),
4161
+ 'activity' => array( 'bx-pulse', __( 'Activity', 'wp-cerber' ) ),
4162
+ 'lockouts' => array( 'bxs-shield', __( 'Lockouts', 'wp-cerber' ) ),
4163
+ 'main' => array( 'bx-slider', __( 'Main Settings', 'wp-cerber' ) ),
4164
+ 'acl' => array( 'bx-lock', __( 'Access Lists', 'wp-cerber' ) ),
4165
+ 'hardening' => array( 'bx-shield-alt', __( 'Hardening', 'wp-cerber' ) ),
4166
+ 'users' => array( 'bx-group', __( 'Users', 'wp-cerber' ) ),
4167
+ 'notifications' => array( 'bx-bell', __( 'Notifications', 'wp-cerber' ) ),
4168
+ ),
4169
+ 'tab_filter' => function ( $tabs ) {
4170
+ $blocked = cerber_blocked_num();
4171
+ $acl = cerber_db_get_var( 'SELECT count(ip) FROM ' . CERBER_ACL_TABLE );
4172
+ $tabs['lockouts'][1] .= ' <sup class="loctotal">' . $blocked . '</sup>';
4173
+ $tabs['acl'][1] .= ' <sup class="acltotal">' . $acl . '</sup>';
4174
+ return $tabs;
4175
+ },
4176
+ 'callback' => function ( $tab ) {
4177
+ switch ( $tab ) {
4178
+ case 'acl':
4179
+ cerber_acl_form();
4180
+ break;
4181
+ case 'activity':
4182
+ cerber_show_activity();
4183
+ break;
4184
+ case 'lockouts':
4185
+ cerber_show_lockouts();
4186
+ break;
4187
+ case 'help':
4188
+ cerber_show_help();
4189
+ break;
4190
+ case 'dashboard':
4191
+ cerber_show_dashboard();
4192
+ break;
4193
+ default:
4194
+ cerber_show_settings_form( $tab );
4195
+ }
4196
+ }
4197
+ ),
4198
+ 'cerber-recaptcha' => array(
4199
+ 'title' => __( 'Antispam and bot detection settings', 'wp-cerber' ),
4200
+ 'tabs' => array(
4201
+ 'antispam' => array( 'bx-chip', __( 'Antispam engine', 'wp-cerber' ) ),
4202
+ 'captcha' => array( 'bxl-google', 'reCAPTCHA' ),
4203
+ ),
4204
+ 'callback' => function ( $tab ) {
4205
+
4206
+ switch ( $tab ) {
4207
+ case 'captcha':
4208
+ $group = 'recaptcha';
4209
+ break;
4210
+ default:
4211
+ $group = 'antispam';
4212
+ }
4213
 
4214
+ cerber_show_settings_form( $group );
4215
 
4216
+ }
4217
+ ),
4218
+ 'cerber-traffic' => array(
4219
+ 'title' => __( 'Traffic Inspector', 'wp-cerber' ),
4220
+ 'tabs' => array(
4221
+ 'traffic' => array( 'bx-show', __( 'Live Traffic', 'wp-cerber' ) ),
4222
+ 'ti_settings' => array( 'bx-slider', __( 'Settings', 'wp-cerber' ) ),
4223
+ ),
4224
+ 'callback' => function ( $tab ) {
4225
+ switch ( $tab ) {
4226
+ case 'ti_settings':
4227
+ cerber_show_settings_form( 'traffic' );
4228
+ break;
4229
+ default:
4230
+ cerber_show_traffic();
4231
+ }
4232
+ }
4233
+ ),
4234
+ 'cerber-rules' => array(
4235
+ 'pro' => 1,
4236
+ 'title' => __( 'Security Rules', 'wp-cerber' ),
4237
+ 'tabs' => array(
4238
+ 'geo' => array( 'bxs-world', __( 'Countries', 'wp-cerber' ) ),
4239
+ ),
4240
+ 'callback' => function ( $tab ) {
4241
+ switch ( $tab ) {
4242
+ case 'geo':
4243
+ crb_admin_show_geo_rules();
4244
+ break;
4245
+ default:
4246
+ crb_admin_show_geo_rules();
4247
+ }
4248
+ }
4249
+ ),
4250
+ 'cerber-integrity' => array(
4251
+ 'title' => __( 'Site Integrity', 'wp-cerber' ),
4252
+ 'tabs' => array(
4253
+ 'scan_main' => array( 'bx-radar', __( 'Security Scanner', 'wp-cerber' ) ),
4254
+ 'scan_settings' => array( 'bxs-slider-alt', __( 'Settings', 'wp-cerber' ) ),
4255
+ 'scan_schedule' => array( 'bx-time', __( 'Scheduling', 'wp-cerber' ) ),
4256
+ 'scan_policy' => array( 'bx-bolt', __( 'Cleaning up', 'wp-cerber' ) ),
4257
+ 'scan_ignore' => array( 'bx-hide', __( 'Ignore List', 'wp-cerber' ) ),
4258
+ 'scan_quarantine' => array( 'bx-trash', __( 'Quarantine', 'wp-cerber' ) ),
4259
+ ),
4260
+ 'callback' => function ( $tab ) {
4261
+ switch ( $tab ) {
4262
+ case 'scan_settings':
4263
+ cerber_show_settings_form( 'scanner' );
4264
+ break;
4265
+ case 'scan_schedule':
4266
+ cerber_show_settings_form( 'schedule' );
4267
+ break;
4268
+ case 'scan_policy':
4269
+ cerber_show_settings_form( 'policies' );
4270
+ break;
4271
+ case 'scan_quarantine':
4272
+ cerber_show_quarantine();
4273
+ break;
4274
+ case 'scan_ignore':
4275
+ cerber_show_ignore();
4276
+ break;
4277
+ case 'help':
4278
+ cerber_show_help();
4279
+ break;
4280
+ default:
4281
+ cerber_show_scanner();
4282
+ }
4283
+ }
4284
+ ),
4285
+ 'cerber-tools' => array(
4286
+ 'title' => __( 'Tools', 'wp-cerber' ),
4287
+ 'tabs' => array(
4288
+ 'imex' => array( 'bx-layer', __( 'Export & Import', 'wp-cerber' ) ),
4289
+ 'diagnostic' => array( 'bx-wrench', __( 'Diagnostic', 'wp-cerber' ) ),
4290
+ 'diag-log' => array( 'bx-bug', __( 'Log', 'wp-cerber' ) ),
4291
+ 'change-log' => array( 'bx-collection', __( 'Changelog', 'wp-cerber' ) ),
4292
+ 'license' => array( 'bx-key', __( 'License', 'wp-cerber' ) ),
4293
+ ),
4294
+ 'callback' => function ( $tab ) {
4295
+ switch ( $tab ) {
4296
+ case 'diagnostic':
4297
+ cerber_show_diag();
4298
+ break;
4299
+ case 'license':
4300
+ cerber_show_lic();
4301
+ break;
4302
+ case 'diag-log':
4303
+ cerber_show_diag_log();
4304
+ break;
4305
+ case 'change-log':
4306
+ cerber_show_change_log();
4307
+ break;
4308
+ case 'help':
4309
+ cerber_show_help();
4310
+ break;
4311
+ default:
4312
+ if ( ! nexus_is_valid_request() ) {
4313
+ cerber_show_imex();
4314
+ }
4315
+ else {
4316
+ echo 'This admin page is not available in this mode.';
4317
+ }
4318
+ }
4319
+ }
4320
+ ),
4321
+ );
4322
 
4323
+ return crb_array_get( $admin_pages, $page );
4324
+ }
4325
+
4326
+ function crb_admin_parse_query( $fields, $alt = array() ) {
4327
+ $arr = crb_get_query_params();
4328
+ $ret = array();
4329
+ foreach ( $fields as $field ) {
4330
+ if ( isset( $alt[ $field ] ) ) {
4331
+ $val = $alt[ $field ];
4332
+ }
4333
+ else {
4334
+ $val = crb_array_get( $arr, $field );
4335
+ }
4336
+ if ( is_array( $val ) ) {
4337
+ $val = array_map( 'trim', $val );
4338
+ }
4339
+ elseif ( $val ) {
4340
+ $val = trim( $val );
4341
  }
4342
+ $ret[ $field ] = $val;
4343
+ }
4344
 
4345
+ return (object) $ret;
 
 
 
4346
  }
4347
 
4348
+ function crb_admin_get_page() {
4349
+ if ( nexus_is_valid_request() ) {
4350
+ $page = nexus_request_data()->page;
4351
+ }
4352
+ else {
4353
+ $page = cerber_get_get( 'page', '[A-Z0-9\_\-]+' );
4354
+ }
4355
+ return $page;
4356
+ }
4357
+
4358
+ function crb_admin_get_tab( $tabs = array() ) {
4359
+ if ( nexus_is_valid_request() ) {
4360
+ $tab = nexus_request_data()->tab;
4361
+ }
4362
+ else {
4363
+ $tab = cerber_get_get( 'tab', '[A-Z0-9\_\-]+' );
4364
+ }
4365
 
4366
+ if ( empty( $tabs ) ) {
4367
+ return $tab;
4368
+ }
4369
 
4370
+ $tabs['help'] = 1; // always must be in the array
 
4371
 
4372
  if ( ! $tab || ! isset( $tabs[ $tab ] ) ) {
4373
+ reset( $tabs );
4374
  $tab = key( $tabs );
4375
  }
4376
 
4383
  echo '<a href="' . cerber_admin_link( $tab ) . '" class="nav-tab ' . ( $tab == $active ? 'nav-tab-active' : '' ) . '"><i class="crb-icon crb-icon-' . $data[0] . '"></i> ' . $data[1] . '</a>';
4384
  }
4385
 
4386
+ echo '<a href="' . cerber_admin_link( 'help', array( 'page' => crb_admin_get_page() ) ) . '" class="nav-tab ' . ( $active == 'help' ? 'nav-tab-active' : '' ) . '"><i class="crb-icon crb-icon-bx-idea"></i> ' . __( 'Help', 'wp-cerber' ) . '</a>';
4387
+
4388
+ $lab = lab_indicator();
4389
+ $ro = '';
4390
+ if ( nexus_is_valid_request() && ! nexus_is_granted( 'submit' ) ) {
4391
+ $ro = '<span style="font-weight: bold; font-size: 0.8em; color: #f00;">Read-only mode</span>';
4392
+ }
4393
 
4394
+ echo '<div style="float: right;">' . $ro . ' ' . $lab . '</div>';
4395
 
4396
  echo '</h2>';
4397
  }
languages/wp-cerber-de_CH.mo ADDED
Binary file
languages/wp-cerber-de_CH.po ADDED
@@ -0,0 +1,2938 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: WP Cerber Security\n"
8
+ "Language: de-ch\n"
9
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
+
11
+ #: ../settings.php:498
12
+ msgid "Limit login attempts"
13
+ msgstr "Anmeldeversuche begrenzen"
14
+
15
+ #: ../settings.php:499
16
+ msgid "Attempts"
17
+ msgstr "Versuche"
18
+
19
+ #: ../settings.php:505
20
+ msgid "Lockout duration"
21
+ msgstr "Dauer der Sperre"
22
+
23
+ #: ../settings.php:510 ../settings.php:606
24
+ msgid "minutes"
25
+ msgstr "Minuten"
26
+
27
+ #: ../settings.php:513
28
+ msgid "Aggressive lockout"
29
+ msgstr "Aggressive Sperren"
30
+
31
+ #: ../settings.php:532
32
+ msgid "Site connection"
33
+ msgstr "Website-Verbindung"
34
+
35
+ #: ../settings.php:540
36
+ msgid "Proactive security rules"
37
+ msgstr "Proaktive Sicherheitsrichtlinien"
38
+
39
+ #: ../settings.php:541
40
+ msgid "Block subnet"
41
+ msgstr "Subnetz sperren"
42
+
43
+ #: ../settings.php:559
44
+ msgid "Request wp-login.php"
45
+ msgstr "Zugriff auf wp-login.php"
46
+
47
+ #: ../settings.php:563
48
+ msgid "Immediately block IP after any request to wp-login.php"
49
+ msgstr "IP-Adresse nach jedem Zugriff auf wp-login.php sofort sperren"
50
+
51
+ #: ../settings.php:575
52
+ msgid "Custom login page"
53
+ msgstr "Benutzerdefinierte Anmeldeseite"
54
+
55
+ #: ../settings.php:576
56
+ msgid "Custom login URL"
57
+ msgstr "Benutzerdefinierte Anmelde-URL"
58
+
59
+ #: ../settings.php:584
60
+ msgid "must not overlap with the existing pages or posts slug"
61
+ msgstr "Bitte stellen Sie sicher, dass diese URL nicht bereits von einer Seite oder einem Beitrag verwendet wird."
62
+
63
+ #: ../settings.php:586
64
+ msgid "Disable wp-login.php"
65
+ msgstr "wp-login.php deaktivieren"
66
+
67
+ #: ../settings.php:591
68
+ msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
+ msgstr "Direkten Zugriff auf wp-login.php sperren und einen HTTP-Fehler 404 (Seite nicht gefunden) zurückgeben"
70
+
71
+ #: ../dashboard.php:1534 ../settings.php:594
72
+ msgid "Citadel mode"
73
+ msgstr "Citadel Mode"
74
+
75
+ #: ../settings.php:595
76
+ msgid "Threshold"
77
+ msgstr "Schwelle"
78
+
79
+ #: ../settings.php:601 ../cerber-scanner.php:3669
80
+ msgid "Duration"
81
+ msgstr "Dauer"
82
+
83
+ #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
+ #: php:609
85
+ msgid "Notifications"
86
+ msgstr "Benachrichtigungen"
87
+
88
+ #: ../settings.php:614
89
+ msgid "Send notification to admin email"
90
+ msgstr "Benachrichtigungen an Administrator senden"
91
+
92
+ #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
+ #: tools.php:47 ../cerber-tools.php:134
94
+ msgid "Access Lists"
95
+ msgstr "Zugangslisten"
96
+
97
+ #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
+ #: load.php:4258 ../settings.php:622
99
+ msgid "Activity"
100
+ msgstr "Aktivität"
101
+
102
+ #: ../dashboard.php:4162
103
+ msgid "Lockouts"
104
+ msgstr "Sperren"
105
+
106
+ #: ../settings.php:1347
107
+ msgid "%s allowed retries in %s minutes"
108
+ msgstr "%s Versuche innert %s Minuten erlaubt"
109
+
110
+ #: ../settings.php:1373
111
+ msgid "Enable after %s failed login attempts in last %s minutes"
112
+ msgstr "Nach %s fehlgeschlagenen Anmeldeversuchen innert %s Minuten aktivieren"
113
+
114
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
+ #: load.php:4267
116
+ msgid "IP"
117
+ msgstr "IP"
118
+
119
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
+ #: php:3651
121
+ msgid "Date"
122
+ msgstr "Datum"
123
+
124
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
+ msgid "Local User"
126
+ msgstr "Lokaler Benutzer"
127
+
128
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
+ msgid "Username used"
130
+ msgstr "Verwendeter Benutzername"
131
+
132
+ #: ../dashboard.php:209
133
+ msgid "Showing last %d records from %d"
134
+ msgstr "Zeige letzte %d Einträge von %d"
135
+
136
+ #: ../common.php:1151
137
+ msgid "Logged in"
138
+ msgstr "Angemeldet"
139
+
140
+ #: ../common.php:1152
141
+ msgid "Logged out"
142
+ msgstr "Abgemeldet"
143
+
144
+ #: ../common.php:1153
145
+ msgid "Login failed"
146
+ msgstr "Anmeldung fehlgeschlagen"
147
+
148
+ #: ../common.php:1156
149
+ msgid "IP blocked"
150
+ msgstr "IP-Adresse gesperrt"
151
+
152
+ #: ../common.php:1157
153
+ msgid "Subnet blocked"
154
+ msgstr "Subnetz gesperrt"
155
+
156
+ #: ../common.php:1159
157
+ msgid "Citadel activated!"
158
+ msgstr "Citadel Mode aktiviert!"
159
+
160
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
+ #: 1207
162
+ msgid "Locked out"
163
+ msgstr "Gesperrt"
164
+
165
+ #: ../common.php:1209
166
+ msgid "IP blacklisted"
167
+ msgstr "IP-Adresse auf Blacklist"
168
+
169
+ #: ../common.php:1174
170
+ msgid "Password changed"
171
+ msgstr "Passwort geändert"
172
+
173
+ #: ../dashboard.php:181 ../dashboard.php:267
174
+ msgid "Remove"
175
+ msgstr "Entfernen"
176
+
177
+ #: ../dashboard.php:551
178
+ msgid "Lockout for %s was removed"
179
+ msgstr "Sperre für %s entfernt"
180
+
181
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
+ #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
183
+ msgid "White IP Access List"
184
+ msgstr "IP Whitelist"
185
+
186
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
+ #: php:1533 ../dashboard.php:3446
188
+ msgid "Black IP Access List"
189
+ msgstr "IP Blacklist"
190
+
191
+ #: ../dashboard.php:273
192
+ msgid "List is empty"
193
+ msgstr "Die Liste ist leer"
194
+
195
+ #: ../dashboard.php:306
196
+ msgid "Address %s was added to White IP Access List"
197
+ msgstr "Die Adresse %s wurde auf die IP Whitelist gesetzt"
198
+
199
+ #: ../dashboard.php:328
200
+ msgid "Address %s was added to Black IP Access List"
201
+ msgstr "Die Adresse %s wurde auf die IP Blacklist gesetzt"
202
+
203
+ #: ../cerber-load.php:3565
204
+ msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
+ msgstr "Der Citadel Mode wird nach %d fehlgeschlagenen Anmeldeversuchen innerhalb von %d Minuten aktiviert."
206
+
207
+ #: ../dashboard.php:2297 ../dashboard.php:2724
208
+ msgid "View Activity"
209
+ msgstr "Aktivität anzeigen"
210
+
211
+ #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
213
+ msgid "Settings"
214
+ msgstr "Einstellungen"
215
+
216
+ #: ../dashboard.php:1395
217
+ msgid "Last login"
218
+ msgstr "Letzte Anmeldung"
219
+
220
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
+ #: slave-list.php:297
222
+ msgid "Never"
223
+ msgstr "Nie"
224
+
225
+ #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
+ msgid "Are you sure?"
228
+ msgstr "Sind Sie sicher?"
229
+
230
+ #: ../dashboard.php:1933 ../settings.php:537
231
+ msgid "My site is behind a reverse proxy"
232
+ msgstr "Meine Website befindet sich hinter einem Reverse Proxy Server"
233
+
234
+ #: ../settings.php:1175
235
+ msgid "Make your protection smarter!"
236
+ msgstr "Schützen Sie sich besser!"
237
+
238
+ #: ../settings.php:1179
239
+ msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
+ msgstr "Bitte aktivieren Sie Permalinks, um diese Funktion zu nutzen. Setzen Sie die Permalink-Einstellungen auf einen Wert, der nicht dem Standardwert entspricht. "
241
+
242
+ #: ../dashboard.php:4163 ../cerber-load.php:4554
243
+ msgid "Main Settings"
244
+ msgstr "Haupteinstellungen"
245
+
246
+ #: ../dashboard.php:4386
247
+ msgid "Help"
248
+ msgstr "Hilfe"
249
+
250
+ #: ../settings.php:1357
251
+ msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
+ msgstr "Dauer der Sperre auf %s Stunden erhöhen nach %s Sperren innert %s Stunden"
253
+
254
+ #: ../cerber-load.php:392
255
+ msgid "You are not allowed to log in. Ask your administrator for assistance."
256
+ msgstr "Sie dürfen sich nicht anmelden. Bitte kontaktieren Sie den Website-Administrator."
257
+
258
+ #: ../cerber-load.php:417
259
+ msgid "You have only one attempt remaining."
260
+ msgid_plural "You have %d attempts remaining."
261
+ msgstr[0] "Sie haben nur noch 1 Versuch."
262
+ msgstr[1] "Sie haben noch %d Versuche."
263
+
264
+ #: ../dashboard.php:1032
265
+ msgid "No activity has been logged."
266
+ msgstr "Es wurde keine Aktivität aufgezeichnet."
267
+
268
+ #: ../dashboard.php:191
269
+ msgid "Expires"
270
+ msgstr "Verfällt"
271
+
272
+ #: ../dashboard.php:215
273
+ msgid "No lockouts at the moment. The sky is clear."
274
+ msgstr "Keine aktuellen Sperren. Der Himmel ist wolkenlos."
275
+
276
+ #: ../dashboard.php:239
277
+ msgid "These IPs will never be locked out"
278
+ msgstr "Diese IP-Adressen werden niemals blockiert"
279
+
280
+ #: ../dashboard.php:248
281
+ msgid "Your IP"
282
+ msgstr "Ihre IP-Adresse"
283
+
284
+ #: ../cerber-load.php:3566
285
+ msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
+ msgstr "Letzter fehlgeschlagener Versuch um %s von IP %s mit Benutzernamen %s."
287
+
288
+ #: ../cerber-load.php:4522
289
+ msgid "Can't activate WP Cerber due to a database error."
290
+ msgstr "WP Cerber kann wegen eines Datenbank-Fehlers nicht aktiviert werden."
291
+
292
+ #: ../settings.php:1364
293
+ msgid "Notify admin if the number of active lockouts above"
294
+ msgstr "Administrator benachrichtigen falls die Anzahl der aktiven Sperren grösser ist als"
295
+
296
+ #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
297
+ msgid "days"
298
+ msgstr "Tage"
299
+
300
+ #: ../dashboard.php:1485
301
+ msgid "Cerber Quick View"
302
+ msgstr "Cerber Quick View"
303
+
304
+ #: ../dashboard.php:211
305
+ msgid "Hint"
306
+ msgstr "Tipp"
307
+
308
+ #: ../dashboard.php:211
309
+ msgid "To view activity, click on the IP"
310
+ msgstr "Um Aktivitäten anzuzeigen klicken Sie auf die IP-Adresse"
311
+
312
+ #: ../settings.php:545
313
+ msgid "Always block entire subnet Class C of intruders IP"
314
+ msgstr "Immer das gesamte Subnetz (Class C) der angreifenden IP-Adresse sperren"
315
+
316
+ #: ../settings.php:619 ../settings.php:1370
317
+ msgid "Click to send test"
318
+ msgstr "Hier klicken für Testversand"
319
+
320
+ #: ../settings.php:1591 ../settings.php:1592
321
+ msgid "Attention! You have changed the login URL! The new login URL is"
322
+ msgstr "Achtung! Sie haben die Anmelde-URL geändert! Die neue Anmelde-URL ist"
323
+
324
+ #: ../dashboard.php:1394
325
+ msgid "Comments"
326
+ msgstr "Kommentare"
327
+
328
+ #: ../common.php:1593
329
+ msgid "Update to version %s of WP Cerber"
330
+ msgstr "Auf WP Cerber %s aktualisieren"
331
+
332
+ #: ../cerber-load.php:3567 ../cerber-load.php:4299
333
+ msgid "View activity in dashboard"
334
+ msgstr "Aktivität im Dashboard anzeigen"
335
+
336
+ #: ../cerber-load.php:3596
337
+ msgid "Number of active lockouts"
338
+ msgstr "Anzahl aktive Sperren"
339
+
340
+ #: ../cerber-load.php:3600
341
+ msgid "View lockouts in dashboard"
342
+ msgstr "Sperren im Dashboard anzeigen"
343
+
344
+ #: ../cerber-load.php:3688
345
+ msgid "This message was sent by"
346
+ msgstr "Diese Nachricht wurde gesendet von"
347
+
348
+ #: ../dashboard.php:76 ../dashboard.php:4286
349
+ msgid "Tools"
350
+ msgstr "Werkzeuge"
351
+
352
+ #: ../cerber-tools.php:34
353
+ msgid "Export settings to the file"
354
+ msgstr "Einstellungen in Datei exportieren"
355
+
356
+ #: ../cerber-tools.php:35
357
+ msgid "When you click the button below you will get a configuration file, which you can upload on another site."
358
+ msgstr "Wenn Sie den nachstehenden Button klicken, dann erhalten Sie eine Konfigurationsdatei, welche Sie in eine andere Website importieren können."
359
+
360
+ #: ../cerber-tools.php:36
361
+ msgid "What do you want to export?"
362
+ msgstr "Was möchten Sie exportieren?"
363
+
364
+ #: ../cerber-tools.php:39
365
+ msgid "Download file"
366
+ msgstr "Datei herunterladen"
367
+
368
+ #: ../cerber-tools.php:41
369
+ msgid "Import settings from the file"
370
+ msgstr "Einstellungen aus Datei importieren"
371
+
372
+ #: ../cerber-tools.php:42
373
+ msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
374
+ msgstr "Wenn Sie den nachstehenden Button klicken, dann wird die Datei hochgeladen, und alle aktuellen Einstellungen werden überschrieben."
375
+
376
+ #: ../cerber-tools.php:43
377
+ msgid "Select file to import."
378
+ msgstr "Wählen Sie die zu importierende Datei."
379
+
380
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
+ msgid "Maximum upload file size: %s."
382
+ msgstr "Maximale Dateigrösse für Upload: %s."
383
+
384
+ #: ../cerber-tools.php:46
385
+ msgid "What do you want to import?"
386
+ msgstr "Was möchten Sie importieren?"
387
+
388
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
+ msgid "Upload file"
390
+ msgstr "Datei hochladen"
391
+
392
+ #: ../cerber-tools.php:97
393
+ msgid "No file was uploaded or file is corrupted"
394
+ msgstr "Es wurde keine Datei hochgeladen oder die Datei ist fehlerhaft"
395
+
396
+ #: ../cerber-tools.php:134
397
+ msgid "Error while updating"
398
+ msgstr "Fehler bei der Aktualisierung"
399
+
400
+ #: ../cerber-tools.php:140
401
+ msgid "Settings has imported successfully from"
402
+ msgstr "Einstellungen wurden erfolgreich importiert aus"
403
+
404
+ #: ../cerber-tools.php:147
405
+ msgid "Error while parsing file"
406
+ msgstr "Fehler beim Verarbeiten der Datei"
407
+
408
+ #: ../dashboard.php:189 ../dashboard.php:1001
409
+ msgid "Hostname"
410
+ msgstr "Hostname"
411
+
412
+ #: ../dashboard.php:488
413
+ msgid "unknown"
414
+ msgstr "unbekannt"
415
+
416
+ #: ../settings.php:623 ../settings.php:961
417
+ msgid "Keep records for"
418
+ msgstr "Aufzeichnungen speichern für"
419
+
420
+ #: ../dashboard.php:1519 ../dashboard.php:1541
421
+ msgid "active"
422
+ msgstr "aktiv"
423
+
424
+ #: ../dashboard.php:1519
425
+ msgid "deactivate"
426
+ msgstr "deaktivieren"
427
+
428
+ #: ../dashboard.php:1521
429
+ msgid "not active"
430
+ msgstr "nicht aktiv"
431
+
432
+ #: ../dashboard.php:1522 ../dashboard.php:1536
433
+ msgid "disabled"
434
+ msgstr "deaktiviert"
435
+
436
+ #: ../dashboard.php:1527
437
+ msgid "failed attempts"
438
+ msgstr "fehlgeschlagene Versuche"
439
+
440
+ #: ../dashboard.php:1527 ../dashboard.php:1528
441
+ msgid "in 24 hours"
442
+ msgstr "innert 24 Stunden"
443
+
444
+ #: ../dashboard.php:1527 ../dashboard.php:1528
445
+ msgid "view all"
446
+ msgstr "Alle anzeigen"
447
+
448
+ #: ../dashboard.php:1528
449
+ msgid "lockouts"
450
+ msgstr "Sperren"
451
+
452
+ #: ../dashboard.php:1530
453
+ msgid "Lockouts at the moment"
454
+ msgstr "Aktuelle Sperren"
455
+
456
+ #: ../dashboard.php:1531
457
+ msgid "Last lockout"
458
+ msgstr "Letzte Sperre"
459
+
460
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
461
+ msgid "entry"
462
+ msgid_plural "entries"
463
+ msgstr[0] "Eintrag"
464
+ msgstr[1] "Einträge"
465
+
466
+ #: ../dashboard.php:2175
467
+ msgid "Confused about some settings?"
468
+ msgstr "Verwirrt wegen gewisser Einstellungen?"
469
+
470
+ #: ../dashboard.php:2176
471
+ msgid "You can easily load default recommended settings using button below"
472
+ msgstr "Über den folgenden Button können Sie ganz einfach die empfohlenen Standardeinstellungen laden"
473
+
474
+ #: ../dashboard.php:2178
475
+ msgid "Load default settings"
476
+ msgstr "Standardeinstellungen laden"
477
+
478
+ #: ../dashboard.php:2186
479
+ msgid "doesn't affect Custom login URL and Access Lists"
480
+ msgstr "gilt nicht für die benutzerdefinierte Anmelde-URL und die Zugangslisten"
481
+
482
+ #: ../common.php:1586 ../settings.php:805
483
+ msgid "New version is available"
484
+ msgstr "Eine neue Version ist verfügbar"
485
+
486
+ #: ../cerber-load.php:3539
487
+ msgid "WP Cerber notify"
488
+ msgstr "WP Cerber Benachrichtigung"
489
+
490
+ #: ../cerber-load.php:3563
491
+ msgid "Citadel mode is activated"
492
+ msgstr "Der Citadel Mode ist aktiv"
493
+
494
+ #: ../cerber-load.php:3635
495
+ msgid "New Custom login URL"
496
+ msgstr "Neue benutzerdefinierte Anmelde-URL"
497
+
498
+ #: ../cerber-load.php:4509
499
+ msgid "The WP Cerber requires PHP %s or higher. You are running"
500
+ msgstr "WP Cerber erfordert PHP %s oder neuer. Sie verwenden"
501
+
502
+ #: ../cerber-load.php:4513
503
+ msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
+ msgstr "WP Cerber erfordert WordPress %s oder neuer. Sie verwenden"
505
+
506
+ #: ../settings.php:654
507
+ msgid "Use file"
508
+ msgstr "Datei verwenden"
509
+
510
+ #: ../settings.php:658
511
+ msgid "Write failed login attempts to the file"
512
+ msgstr "Aufzeichnung fehlgeschlagener Anmeldeversuche in der Datei"
513
+
514
+ #: ../dashboard.php:2296
515
+ msgid "Deactivate"
516
+ msgstr "Deaktivieren"
517
+
518
+ #: ../dashboard.php:192 ../cerber-load.php:3598
519
+ msgid "Reason"
520
+ msgstr "Grund"
521
+
522
+ #: ../dashboard.php:280
523
+ msgid "Add IP to the list"
524
+ msgstr "IP-Adresse auf Liste setzen"
525
+
526
+ #: ../dashboard.php:1261
527
+ msgid "Add IP to the Black List"
528
+ msgstr "IP-Adresse auf Blacklist setzen"
529
+
530
+ #: ../common.php:1246
531
+ msgid "Attempt to access"
532
+ msgstr "Zugriffsversuche"
533
+
534
+ #: ../common.php:1245
535
+ msgid "Limit on login attempts is reached"
536
+ msgstr "Die maximale Anzahl der Anmeldeversuche wurde erreicht"
537
+
538
+ #: ../cerber-load.php:3597
539
+ msgid "Last lockout was added: %s for IP %s"
540
+ msgstr "Letzte Sperre: %s für die IP %s"
541
+
542
+ #: ../dashboard.php:4165 ../cerber-load.php:4558
543
+ msgid "Hardening"
544
+ msgstr "Hardening"
545
+
546
+ #: ../dashboard.php:1236
547
+ msgid "Abuse email:"
548
+ msgstr "E-Mail für Missbräuche:"
549
+
550
+ #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
551
+ msgid "Email Address"
552
+ msgstr "E-Mail-Adresse"
553
+
554
+ #: ../settings.php:801
555
+ msgid "if empty, the admin email %s will be used"
556
+ msgstr "leer lassen, um die E-Mail-Adresse des Administrators (%s) zu nutzen"
557
+
558
+ #: ../settings.php:662
559
+ msgid "Drill down IP"
560
+ msgstr "IP-Adresse recherchieren"
561
+
562
+ #: ../settings.php:666
563
+ msgid "Retrieve extra WHOIS information for IP"
564
+ msgstr "Zusätzliche WHOIS-Informationen anfordern für IP-Adressen"
565
+
566
+ #: ../settings.php:686
567
+ msgid "Hardening WordPress"
568
+ msgstr "WordPress absichern"
569
+
570
+ #: ../settings.php:687 ../settings.php:731
571
+ msgid "Stop user enumeration"
572
+ msgstr "User Enumeration unterbinden"
573
+
574
+ #: ../settings.php:714
575
+ msgid "Disable XML-RPC"
576
+ msgstr "XML-RPC deaktivieren"
577
+
578
+ #: ../settings.php:719
579
+ msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
580
+ msgstr "Zugriff auf den XML-RPC Server sperren (einschliesslich Pingbacks und Trackbacks)"
581
+
582
+ #: ../settings.php:721
583
+ msgid "Disable feeds"
584
+ msgstr "Feeds deaktivieren"
585
+
586
+ #: ../settings.php:726
587
+ msgid "Block access to the RSS, Atom and RDF feeds"
588
+ msgstr "Zugriff auf RSS, Atom und RDF Feeds sperren"
589
+
590
+ #: ../settings.php:739
591
+ msgid "Disable REST API"
592
+ msgstr "REST API deaktivieren"
593
+
594
+ #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
595
+ msgid "<strong>ERROR</strong>: please enter a valid email address."
596
+ msgstr "<strong>FEHLER</strong>: Bitte geben Sie eine gültige E-Mail-Adresse ein."
597
+
598
+ #: ../cerber-load.php:3628 ../cerber-load.php:4543
599
+ msgid "WP Cerber is now active and has started protecting your site"
600
+ msgstr "WP Cerber ist jetzt aktiv und schützt Ihre Website"
601
+
602
+ #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
603
+ msgid "Action"
604
+ msgstr "Aktion"
605
+
606
+ #: ../dashboard.php:241
607
+ msgid "Nobody can log in or register from these IPs"
608
+ msgstr "Niemand kann sich von diesen IP-Adressen aus anmelden oder registrieren"
609
+
610
+ #: ../dashboard.php:298 ../dashboard.php:315
611
+ msgid "Incorrect IP address or IP range"
612
+ msgstr "Ungültige IP-Adresse oder ungültiger IP-Bereich"
613
+
614
+ #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
615
+ msgid "Settings saved"
616
+ msgstr "Einstellungen gespeichert"
617
+
618
+ #: ../dashboard.php:1241
619
+ msgid "Network:"
620
+ msgstr "Netzwerk:"
621
+
622
+ #: ../dashboard.php:1256
623
+ msgid "Add network to the Black List"
624
+ msgstr "Netzwerk auf die IP Blacklist setzen"
625
+
626
+ #: ../dashboard.php:2295
627
+ msgid "Attention! Citadel mode is now active. Nobody is able to log in."
628
+ msgstr "Achtung! Der Citadel Mode ist aktiv. Niemand kann sich anmelden."
629
+
630
+ #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
631
+ #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
632
+ msgid "Unknown"
633
+ msgstr "Unbekannt"
634
+
635
+ #. Author of the plugin
636
+ #:
637
+ msgid "Gregory"
638
+ msgstr "Gregorianisch"
639
+
640
+ #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
641
+ #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
642
+ #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
643
+ #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
644
+ #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
645
+ #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
646
+ #: /nexus/cerber-nexus-slave.php:233
647
+ msgid "ERROR:"
648
+ msgstr "FEHLER:"
649
+
650
+ #: ../cerber-load.php:729
651
+ msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
652
+ msgstr "Um zu bestätigen, dass Sie ein menschlicher Benutzer sind, klicken Sie bitte auf das Quadrat im nachfolgenden reCAPTCHA."
653
+
654
+ #: ../cerber-load.php:1045
655
+ msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
656
+ msgstr "<strong>FEHLER</strong>: Das eingegebene Passwort ist nicht korrekt für den Benutzernamen %s."
657
+
658
+ #: ../cerber-load.php:1319
659
+ msgid "Username is not allowed. Please choose another one."
660
+ msgstr "Dieser Benutzername ist nicht erlaubt. Bitte wählen Sie einen anderen."
661
+
662
+ #: ../cerber-load.php:3591
663
+ msgid "unspecified"
664
+ msgstr "unspezifiziert"
665
+
666
+ #: ../cerber-load.php:3594
667
+ msgid "Number of lockouts is increasing"
668
+ msgstr "Die Anzahl der Sperren nimmt zu"
669
+
670
+ #: ../cerber-load.php:3599
671
+ msgid "View activity for this IP"
672
+ msgstr "Aktivität dieser IP anzeigen"
673
+
674
+ #: ../cerber-load.php:3603 ../cerber-load.php:3605
675
+ msgid "A new version of WP Cerber is available to install"
676
+ msgstr "Eine neue Version von WP Cerber ist zur Installation bereit"
677
+
678
+ #: ../cerber-load.php:3604
679
+ msgid "Hi!"
680
+ msgstr "Hallo!"
681
+
682
+ #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
683
+ #: 45
684
+ msgid "Website"
685
+ msgstr "Website"
686
+
687
+ #: ../cerber-load.php:3610 ../cerber-load.php:3611
688
+ msgid "The WP Cerber security plugin has been deactivated"
689
+ msgstr "Das WP Cerber Sicherheits-Plugin wurde deaktiviert"
690
+
691
+ #: ../cerber-load.php:3613
692
+ msgid "Not logged in"
693
+ msgstr "Nicht angemeldet"
694
+
695
+ #: ../cerber-load.php:3619
696
+ msgid "By user"
697
+ msgstr "Nach Benutzer"
698
+
699
+ #: ../cerber-load.php:3620
700
+ msgid "From IP address"
701
+ msgstr "IP-Adresse"
702
+
703
+ #: ../cerber-load.php:3623
704
+ msgid "From country"
705
+ msgstr "Herkunftsland"
706
+
707
+ #: ../cerber-load.php:3627
708
+ msgid "The WP Cerber security plugin is now active"
709
+ msgstr "Das WP Cerber Sicherheits-Plugin ist jetzt aktiv"
710
+
711
+ #: ../cerber-load.php:4544
712
+ msgid "Your IP address is added to the"
713
+ msgstr "Ihre IP-Adresse wurde hinzugefügt zur"
714
+
715
+ #: ../cerber-load.php:4560
716
+ msgid "Import settings"
717
+ msgstr "Einstellungen importieren"
718
+
719
+ #: ../settings.php:804
720
+ msgid "Notification limit"
721
+ msgstr "Beschränkung der Benachrichtigungen"
722
+
723
+ #: ../settings.php:804
724
+ msgid "notification letters allowed per hour (0 means unlimited)"
725
+ msgstr "maximale Anzahl Benachrichtigungen pro Stunde (0 bedeutet unbeschränkt) "
726
+
727
+ #: ../settings.php:111
728
+ msgid "User related settings"
729
+ msgstr "Benutzereinstellungen"
730
+
731
+ #: ../settings.php:153
732
+ msgid "Prohibited usernames"
733
+ msgstr "Verbotene Benutzernamen"
734
+
735
+ #: ../settings.php:154
736
+ msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
737
+ msgstr "Benutzernamen auf dieser Liste dürfen sich nicht anmelden oder registrieren. Jede IP-Adresse, welche einen dieser Benutzernamen nutzt, wird sofort gesperrt. Trennen Sie die einzelnen Benutzernamen durch Kommas."
738
+
739
+ #: ../settings.php:161
740
+ msgid "User session expire"
741
+ msgstr "Timeout für Benutzersitzung"
742
+
743
+ #: ../settings.php:162
744
+ msgid "in minutes (leave empty to use default WP value)"
745
+ msgstr "in Minuten (leer lassen, um den Standardwert von WordPress zu nutzen)"
746
+
747
+ #: ../settings.php:237
748
+ msgid "reCAPTCHA settings"
749
+ msgstr "reCAPTCHA-Einstellungen"
750
+
751
+ #: ../settings.php:240
752
+ msgid "Site key"
753
+ msgstr "Site Key"
754
+
755
+ #: ../settings.php:244
756
+ msgid "Secret key"
757
+ msgstr "Secret Key"
758
+
759
+ #: ../settings.php:254
760
+ msgid "Enable reCAPTCHA for WordPress registration form"
761
+ msgstr "reCAPTCHA für das WordPress Registrierungsformular aktivieren"
762
+
763
+ #: ../settings.php:263
764
+ msgid "Lost password form"
765
+ msgstr "«Passwort vergessen»-Formular"
766
+
767
+ #: ../settings.php:273
768
+ msgid "Login form"
769
+ msgstr "Anmeldeformular"
770
+
771
+ #: ../settings.php:274
772
+ msgid "Enable reCAPTCHA for WordPress login form"
773
+ msgstr "reCAPTCHA für das WordPress Anmeldeformular aktivieren"
774
+
775
+ #: ../settings.php:1193
776
+ msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
777
+ msgstr "Um reCAPTCHA nutzen zu können müssen Sie auf der Google Website einen Site Key und einen Secret Key anfordern"
778
+
779
+ #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
780
+ msgid "Know more"
781
+ msgstr "Mehr Informationen"
782
+
783
+ #: ../dashboard.php:4166
784
+ msgid "Users"
785
+ msgstr "Benutzer"
786
+
787
+ #: ../common.php:1149
788
+ msgid "User created"
789
+ msgstr "Benutzer angelegt"
790
+
791
+ #: ../dashboard.php:2126 ../common.php:1150
792
+ msgid "User registered"
793
+ msgstr "Benutzer registriert"
794
+
795
+ #: ../common.php:1177
796
+ msgid "reCAPTCHA verification failed"
797
+ msgstr "reCAPTCHA-Verifikation ist fehltgeschlagen"
798
+
799
+ #: ../common.php:1178
800
+ msgid "reCAPTCHA settings are incorrect"
801
+ msgstr "reCAPTCHA-Einstellungen sind nicht korrekt"
802
+
803
+ #: ../common.php:1181 ../common.php:1267
804
+ msgid "Attempt to access prohibited URL"
805
+ msgstr "Zugriffsversuch auf verbotene URL"
806
+
807
+ #: ../common.php:1183 ../common.php:1248
808
+ msgid "Attempt to log in with prohibited username"
809
+ msgstr "Anmeldeversuch mit verbotenem Benutzernamen"
810
+
811
+ #: ../settings.php:639
812
+ msgid "Cerber Lab connection"
813
+ msgstr "Verbindung zum Cerber Lab"
814
+
815
+ #: ../settings.php:643
816
+ msgid "Send malicious IP addresses to the Cerber Lab"
817
+ msgstr "Bösartige IP-Adressen an das Cerber Lab melden"
818
+
819
+ #: ../settings.php:645
820
+ msgid "Cerber Lab protocol"
821
+ msgstr "Cerber Lab Protokoll"
822
+
823
+ #: ../settings.php:185 ../settings.php:253
824
+ msgid "Registration form"
825
+ msgstr "Registrierungsformular"
826
+
827
+ #: ../settings.php:259
828
+ msgid "Enable reCAPTCHA for WooCommerce registration form"
829
+ msgstr "reCAPTCHA für das WooCommerce Registrierungsformular aktivieren"
830
+
831
+ #: ../settings.php:264
832
+ msgid "Enable reCAPTCHA for WordPress lost password form"
833
+ msgstr "reCAPTCHA für das WordPress «Passwort vergessen»-Formular aktivieren"
834
+
835
+ #: ../settings.php:269
836
+ msgid "Enable reCAPTCHA for WooCommerce lost password form"
837
+ msgstr "reCAPTCHA für das WooCommerce «Passwort vergessen»-Formular aktivieren"
838
+
839
+ #: ../settings.php:279
840
+ msgid "Enable reCAPTCHA for WooCommerce login form"
841
+ msgstr "reCAPTCHA für das WooCommerce Anmeldeformular aktivieren"
842
+
843
+ #: ../common.php:1179
844
+ msgid "Request to the Google reCAPTCHA service failed"
845
+ msgstr "Aufruf von Google reCAPTCHA ist fehlgeschlagen"
846
+
847
+ #: ../dashboard.php:2118 ../dashboard.php:2148
848
+ msgid "View all"
849
+ msgstr "Alle anzeigen"
850
+
851
+ #: ../dashboard.php:2151
852
+ msgid "Recently locked out IP addresses"
853
+ msgstr "Kürzlich blockierte IP-Adressen"
854
+
855
+ #: ../cerber-lab.php:777
856
+ msgid "OK, nail them all"
857
+ msgstr "OK, erledigt sie alle"
858
+
859
+ #: ../cerber-lab.php:778
860
+ msgid "NO, maybe later"
861
+ msgstr "NEIN, vielleicht später"
862
+
863
+ #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
864
+ #: php:4160
865
+ msgid "Dashboard"
866
+ msgstr "Dashboard"
867
+
868
+ #: ../cerber-lab.php:775
869
+ msgid "Want to make WP Cerber even more powerful?"
870
+ msgstr "Wollen Sie WP Cerber noch stärker machen?"
871
+
872
+ #: ../cerber-lab.php:776
873
+ msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
874
+ msgstr "Erlauben Sie WP Cerber, gesperrte bösartige IP-Adressen an das Cerber Lab zu übermitteln. Dies hilft dem Plugin-Team, neue Algorithmen für WP Cerber zu entwickeln, um WordPress gegen neue Bedrohungen und Bot-Netze zu verteidigen, die jeden Tag auftauchen. Sie können die Übermittlung in den Plugin-Einstellungen jederzeit wieder deaktivieren."
875
+
876
+ #: ../dashboard.php:778 ../dashboard.php:3275
877
+ msgid "IP address"
878
+ msgstr "IP-Adresse"
879
+
880
+ #: ../dashboard.php:783
881
+ msgid "User login"
882
+ msgstr "Benutzer-Login"
883
+
884
+ #: ../dashboard.php:784 ../dashboard.php:3281
885
+ msgid "User ID"
886
+ msgstr "Benutzer-ID"
887
+
888
+ #: ../dashboard.php:1028 ../dashboard.php:3715
889
+ msgid "Export"
890
+ msgstr "Exportieren"
891
+
892
+ #: ../dashboard.php:1050
893
+ msgid "Search for IP or username"
894
+ msgstr "Nach IP oder Benutzername suchen"
895
+
896
+ #: ../dashboard.php:1051
897
+ msgid "Filter"
898
+ msgstr "Filter"
899
+
900
+ #: ../dashboard.php:55
901
+ msgid "Cerber Dashboard"
902
+ msgstr "Cerber Dashboard"
903
+
904
+ #: ../dashboard.php:76
905
+ msgid "Cerber tools"
906
+ msgstr "Cerber Tools"
907
+
908
+ #: ../dashboard.php:2383
909
+ msgid "Subscribe"
910
+ msgstr "Anmelden"
911
+
912
+ #: ../dashboard.php:2384 ../cerber-tools.php:228
913
+ msgid "Unsubscribe"
914
+ msgstr "Abmelden"
915
+
916
+ #: ../dashboard.php:2412
917
+ msgid "You've subscribed"
918
+ msgstr "Sie sind angemeldet"
919
+
920
+ #: ../dashboard.php:2416
921
+ msgid "You've unsubscribed"
922
+ msgstr "Sie sind abgemeldet"
923
+
924
+ #: ../cerber-load.php:3639 ../cerber-load.php:3640
925
+ msgid "A new activity has been recorded"
926
+ msgstr "Eine neue Aktivität wurde aufgezeichnet"
927
+
928
+ #: ../cerber-load.php:4271
929
+ msgid "User"
930
+ msgstr "Benutzer"
931
+
932
+ #: ../cerber-load.php:4279
933
+ msgid "Search string"
934
+ msgstr "Suchbegriff"
935
+
936
+ #: ../cerber-load.php:4300
937
+ msgid "To unsubscribe click here"
938
+ msgstr "Klicken Sie hier, um sich abzumelden"
939
+
940
+ #: ../settings.php:661
941
+ msgid "Preferences"
942
+ msgstr "Einstellungen"
943
+
944
+ #: ../settings.php:668
945
+ msgid "Date format"
946
+ msgstr "Datumsformat"
947
+
948
+ #: ../settings.php:673
949
+ msgid "if empty, the default format %s will be used"
950
+ msgstr "leer lassen, um das Standardformat %s zu nutzen"
951
+
952
+ #: ../settings.php:810
953
+ msgid "Push notifications"
954
+ msgstr "Push-Benachrichtigungen"
955
+
956
+ #: ../settings.php:790
957
+ msgid "Email notifications"
958
+ msgstr "E-Mail-Benachrichtigungen"
959
+
960
+ #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
961
+ msgid "Use comma to specify multiple values"
962
+ msgstr "Mehrere Werte durch Kommas trennen"
963
+
964
+ #: ../settings.php:818
965
+ msgid "All connected devices"
966
+ msgstr "Alle verknüpften Geräte"
967
+
968
+ #: ../settings.php:821
969
+ msgid "No devices found"
970
+ msgstr "Keine Geräte gefunden"
971
+
972
+ #: ../settings.php:825
973
+ msgid "Not available"
974
+ msgstr "Nicht verfügbar"
975
+
976
+ #: ../common.php:1175
977
+ msgid "Password reset requested"
978
+ msgstr "Passwort-Rücksetzung angefordert"
979
+
980
+ #: ../common.php:1249
981
+ msgid "Limit on failed reCAPTCHA verifications is reached"
982
+ msgstr "Die Limite für fehlgeschlagene reCAPTCHA-Verifizierungen wurde erreicht"
983
+
984
+ #: ../common.php:1398
985
+ msgid "%s ago"
986
+ msgstr "vor %s"
987
+
988
+ #: ../settings.php:524
989
+ msgid "Apply limit login rules to IP addresses in the White IP Access List"
990
+ msgstr "Anmeldebeschränkungen auf IP-Adressen der IP Whitelist anwenden"
991
+
992
+ #: ../settings.php:565
993
+ msgid "Display 404 page"
994
+ msgstr "404-Seite anzeigen"
995
+
996
+ #: ../settings.php:248
997
+ msgid "Invisible reCAPTCHA"
998
+ msgstr "Unsichtbarer reCAPTCHA"
999
+
1000
+ #: ../settings.php:249
1001
+ msgid "Enable invisible reCAPTCHA"
1002
+ msgstr "Unsichtbaren reCAPTCHA aktivieren"
1003
+
1004
+ #: ../settings.php:249
1005
+ msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1006
+ msgstr "(nur aktivieren, wenn Sie den Site Key und den Secret Key für die unsichtbare Version eingetragen haben)"
1007
+
1008
+ #: ../settings.php:284
1009
+ msgid "Enable reCAPTCHA for WordPress comment form"
1010
+ msgstr "reCAPTCHA für das WordPress Kommentarformular aktivieren"
1011
+
1012
+ #: ../settings.php:289
1013
+ msgid "Disable reCAPTCHA for logged in users"
1014
+ msgstr "reCAPTCHA für angemeldete Benutzer deaktivieren"
1015
+
1016
+ #: ../settings.php:293
1017
+ msgid "Limit attempts"
1018
+ msgstr "Versuche beschränken"
1019
+
1020
+ #: ../settings.php:294
1021
+ msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1022
+ msgstr "IP-Adresse für %s Minuten sperren, wenn %s fehlgeschlagene Versuche innert %s Minuten festgestellt werden"
1023
+
1024
+ #: ../settings.php:1186
1025
+ msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1026
+ msgstr "Im Citadel Mode kann sich niemand anmelden, ausser die Anmeldung stammt von einer IP-Adresse, welche auf der IP Whitelist steht. Aktive Benutzersitzungen sind davon nicht betroffen."
1027
+
1028
+ #: ../dashboard.php:780 ../dashboard.php:1004
1029
+ msgid "Event"
1030
+ msgstr "Ereignis"
1031
+
1032
+ #: ../common.php:254
1033
+ msgid "Spam comments denied"
1034
+ msgstr "Spam-Kammentare abgelehnt"
1035
+
1036
+ #: ../common.php:256
1037
+ msgid "Malicious IP addresses detected"
1038
+ msgstr "Bösartige IP-Adressen erkannt"
1039
+
1040
+ #: ../common.php:257
1041
+ msgid "Lockouts occurred"
1042
+ msgstr "Sperren wurden gesetzt"
1043
+
1044
+ #: ../dashboard.php:2127
1045
+ msgid "All suspicious activity"
1046
+ msgstr "Alle verdächtigen Aktivitäten"
1047
+
1048
+ #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1049
+ #: /cerber-load.php:1332
1050
+ msgid "You are not allowed to register."
1051
+ msgstr "Sie dürfen sich nicht registrieren."
1052
+
1053
+ #: ../common.php:1160
1054
+ msgid "Spam comment denied"
1055
+ msgstr "Spam-Kommentare abgelehnt"
1056
+
1057
+ #: ../common.php:1185
1058
+ msgid "Attempt to log in denied"
1059
+ msgstr "Anmeldeversuche abgelehnt"
1060
+
1061
+ #: ../common.php:1186
1062
+ msgid "Attempt to register denied"
1063
+ msgstr "Registrierungsversuche abgelehnt"
1064
+
1065
+ #: ../common.php:251
1066
+ msgid "Malicious activities mitigated"
1067
+ msgstr "Bösartige Aktivitäten verhindert"
1068
+
1069
+ #: ../dashboard.php:69
1070
+ msgid "Cerber antispam settings"
1071
+ msgstr "Cerber Anti-Spam Einstellungen"
1072
+
1073
+ #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1074
+ msgid "Antispam"
1075
+ msgstr "Spam-Schutz"
1076
+
1077
+ #: ../settings.php:177
1078
+ msgid "Cerber antispam engine"
1079
+ msgstr "Cerber Anti-Spam Engine"
1080
+
1081
+ #: ../settings.php:180
1082
+ msgid "Comment form"
1083
+ msgstr "Kommentarformular"
1084
+
1085
+ #: ../settings.php:181
1086
+ msgid "Protect comment form with bot detection engine"
1087
+ msgstr "Kommentarformular mit Bot-Erkennung schützen"
1088
+
1089
+ #: ../settings.php:186
1090
+ msgid "Protect registration form with bot detection engine"
1091
+ msgstr "Registrierungsformular mit Bot-Erkennung schützen"
1092
+
1093
+ #: ../dashboard.php:4288
1094
+ msgid "Export & Import"
1095
+ msgstr "Export & Import"
1096
+
1097
+ #: ../dashboard.php:4289
1098
+ msgid "Diagnostic"
1099
+ msgstr "Diagnostik"
1100
+
1101
+ #: ../dashboard.php:4292
1102
+ msgid "License"
1103
+ msgstr "Lizenz"
1104
+
1105
+ #: ../dashboard.php:4199
1106
+ msgid "Antispam and bot detection settings"
1107
+ msgstr "Einstellungen für Spam-Schutz und Bot-Erkennung"
1108
+
1109
+ #: ../cerber-load.php:1570
1110
+ msgid "Sorry, human verification failed."
1111
+ msgstr "Entschuldigung, aber es wurde kein menschlicher Benutzer erkannt."
1112
+
1113
+ #: ../common.php:1250
1114
+ msgid "Bot activity is detected"
1115
+ msgstr "Bot-Aktivität festgestellt"
1116
+
1117
+ #: ../settings.php:219
1118
+ msgid "Comment processing"
1119
+ msgstr "Behandlung von Kommentaren"
1120
+
1121
+ #: ../settings.php:222
1122
+ msgid "If a spam comment detected"
1123
+ msgstr "Falls ein Spam-Kommentar erkannt wird"
1124
+
1125
+ #: ../settings.php:227
1126
+ msgid "Trash spam comments"
1127
+ msgstr "Spam-Kommentare löschen"
1128
+
1129
+ #: ../settings.php:229
1130
+ msgid "Move spam comments to trash after"
1131
+ msgstr "Spam-Kommentare in Papierkorb verschieben nach"
1132
+
1133
+ #: ../common.php:1161
1134
+ msgid "Spam form submission denied"
1135
+ msgstr "Spam in Formular geblockt"
1136
+
1137
+ #: ../settings.php:190
1138
+ msgid "Other forms"
1139
+ msgstr "Andere Formulare"
1140
+
1141
+ #: ../settings.php:191
1142
+ msgid "Protect all forms on the website with bot detection engine"
1143
+ msgstr "Alle Formulare der Website mit Bot-Erkennung schützen"
1144
+
1145
+ #: ../settings.php:197
1146
+ msgid "Adjust antispam engine"
1147
+ msgstr "Antispam-Mechanismus anpassen"
1148
+
1149
+ #: ../settings.php:200
1150
+ msgid "Safe mode"
1151
+ msgstr "Safe Mode"
1152
+
1153
+ #: ../settings.php:201
1154
+ msgid "Use less restrictive policies (allow AJAX)"
1155
+ msgstr "Weniger restriktive Richtlinien benutzen (AJAX erlauben)"
1156
+
1157
+ #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
1158
+ msgid "Logged in users"
1159
+ msgstr "Angemeldete Benutzer"
1160
+
1161
+ #: ../settings.php:206
1162
+ msgid "Disable bot detection engine for logged in users"
1163
+ msgstr "Bot-Erkennung für angemeldete Benutzer deaktivieren"
1164
+
1165
+ #: ../dashboard.php:190 ../dashboard.php:1002
1166
+ msgid "Country"
1167
+ msgstr "Land"
1168
+
1169
+ #: ../dashboard.php:1039
1170
+ msgid "All events"
1171
+ msgstr "Alle Ereignisse"
1172
+
1173
+ #: ../dashboard.php:61
1174
+ msgid "Cerber Security Rules"
1175
+ msgstr "Cerber Sicherheitsrichtlinien"
1176
+
1177
+ #: ../dashboard.php:61 ../dashboard.php:4236
1178
+ msgid "Security Rules"
1179
+ msgstr "Sicherheitsrichtlinien"
1180
+
1181
+ #: ../dashboard.php:1396
1182
+ msgid "Failed login attempts"
1183
+ msgstr "Fehlgeschlagene Anmeldeversuche"
1184
+
1185
+ #: ../dashboard.php:1353 ../dashboard.php:1397
1186
+ msgid "Registered"
1187
+ msgstr "Registriert"
1188
+
1189
+ #: ../dashboard.php:1467 ../cerber-users.php:25
1190
+ msgid "You"
1191
+ msgstr "Sie"
1192
+
1193
+ #: ../common.php:255
1194
+ msgid "Spam form submissions denied"
1195
+ msgstr "Spam in Formularen verhindert"
1196
+
1197
+ #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1198
+ msgid "Getting Started Guide"
1199
+ msgstr "Einführung"
1200
+
1201
+ #: ../dashboard.php:4238
1202
+ msgid "Countries"
1203
+ msgstr "Länder"
1204
+
1205
+ #: ../dashboard.php:2987
1206
+ msgid "Permitted for one country"
1207
+ msgid_plural "Permitted for %d countries"
1208
+ msgstr[0] "Erlaubt für 1 Land"
1209
+ msgstr[1] "Erlaubt für %d Länder"
1210
+
1211
+ #: ../dashboard.php:2998
1212
+ msgid "No rule"
1213
+ msgstr "Keine Richtlinie"
1214
+
1215
+ #: ../dashboard.php:3209
1216
+ msgid "Security rules have been updated"
1217
+ msgstr "Die Sicherheitsrichtlinien wurden aktualisiert"
1218
+
1219
+ #. URI of the plugin
1220
+ #:
1221
+ msgid "https://wpcerber.com"
1222
+ msgstr "https://wpcerber.com"
1223
+
1224
+ #: ../common.php:1162
1225
+ msgid "Form submission denied"
1226
+ msgstr "Formulareinsendung abgelehnt"
1227
+
1228
+ #: ../common.php:1163
1229
+ msgid "Comment denied"
1230
+ msgstr "Kommentar abgelehnt"
1231
+
1232
+ #: ../common.php:1191
1233
+ msgid "Request to REST API denied"
1234
+ msgstr "REST API Request abgelehnt"
1235
+
1236
+ #: ../common.php:1192
1237
+ msgid "XML-RPC request denied"
1238
+ msgstr "XML-RPC Request abgelehnt"
1239
+
1240
+ #: ../common.php:1205
1241
+ msgid "Bot detected"
1242
+ msgstr "Bot erkannt"
1243
+
1244
+ #: ../common.php:1206
1245
+ msgid "Citadel mode is active"
1246
+ msgstr "Citadel Mode ist aktiv"
1247
+
1248
+ #: ../common.php:1211
1249
+ msgid "Malicious activity detected"
1250
+ msgstr "Bösartige Aktivität festgestellt"
1251
+
1252
+ #: ../common.php:1212
1253
+ msgid "Blocked by country rule"
1254
+ msgstr "Blockiert durch Länder-Richtlinie"
1255
+
1256
+ #: ../common.php:1213
1257
+ msgid "Limit reached"
1258
+ msgstr "Limite erreicht"
1259
+
1260
+ #: ../common.php:1214
1261
+ msgid "Multiple suspicious activities"
1262
+ msgstr "Mehrere verdächtige Aktivitäten"
1263
+
1264
+ #: ../common.php:1251
1265
+ msgid "Multiple suspicious activities were detected"
1266
+ msgstr "Mehrere verdächtige Aktivitäten wurden festgestellt"
1267
+
1268
+ #: ../settings.php:751
1269
+ msgid "Allow REST API for logged in users"
1270
+ msgstr "REST API für angemeldete Benutzer erlauben"
1271
+
1272
+ #: ../settings.php:766
1273
+ msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1274
+ msgstr "Geben Sie die REST API Namespaces an, welche zulässig sind, falls die REST API deaktiviert ist. Ein String pro Zeile."
1275
+
1276
+ #: ../settings.php:147
1277
+ msgid "Registration limit"
1278
+ msgstr "Registrierungs-Beschränkung"
1279
+
1280
+ #: ../settings.php:168
1281
+ msgid "Sort users in dashboard"
1282
+ msgstr "Benutzer im Dashboard sortieren"
1283
+
1284
+ #: ../settings.php:169
1285
+ msgid "by date of registration"
1286
+ msgstr "nach Registrierungsdatum"
1287
+
1288
+ #: ../settings.php:210
1289
+ msgid "Query whitelist"
1290
+ msgstr "IP Whitelist abfragen"
1291
+
1292
+ #: ../settings.php:1352
1293
+ msgid "%s allowed registrations in %s minutes from one IP"
1294
+ msgstr "%s erlaubte Registrierungen innerhalb von %s Minuten von derselben IP"
1295
+
1296
+ #: ../dashboard.php:3055
1297
+ msgid "Start typing here to find a country"
1298
+ msgstr "Beginnen Sie hier zu tippen, um ein Land zu finden"
1299
+
1300
+ #: ../dashboard.php:3135
1301
+ msgid "Click on a country name to add it to the list of selected countries"
1302
+ msgstr "Klicken Sie auf einen Ländernamen, um ihn zur Liste der ausgewählten Länder hinzuzufügen"
1303
+
1304
+ #: ../dashboard.php:3156
1305
+ msgid "Submit forms"
1306
+ msgstr "Formulare senden"
1307
+
1308
+ #: ../dashboard.php:3157
1309
+ msgid "Post comments"
1310
+ msgstr "Kommentare veröffentlichen"
1311
+
1312
+ #: ../dashboard.php:3158
1313
+ msgid "Log in to the website"
1314
+ msgstr "Auf der Website anmelden"
1315
+
1316
+ #: ../dashboard.php:3159
1317
+ msgid "Register on the website"
1318
+ msgstr "Auf der Website registrieren"
1319
+
1320
+ #: ../dashboard.php:3160
1321
+ msgid "Use XML-RPC"
1322
+ msgstr "XML-RPC benutzen"
1323
+
1324
+ #: ../dashboard.php:3161
1325
+ msgid "Use REST API"
1326
+ msgstr "REST API benutzen"
1327
+
1328
+ #: ../settings.php:224
1329
+ msgid "Deny it completely"
1330
+ msgstr "Komplett verbieten"
1331
+
1332
+ #: ../settings.php:224
1333
+ msgid "Mark it as spam"
1334
+ msgstr "Als Spam markieren"
1335
+
1336
+ #: ../dashboard.php:2109
1337
+ msgid "in the last 24 hours"
1338
+ msgstr "in den letzten 24 Stunden"
1339
+
1340
+ #: ../dashboard.php:2487
1341
+ msgid "Main settings"
1342
+ msgstr "Haupteinstellungen"
1343
+
1344
+ #: ../settings.php:830
1345
+ msgid "Weekly reports"
1346
+ msgstr "Wöchentliche Berichte"
1347
+
1348
+ #: ../settings.php:1524
1349
+ msgid "Sunday"
1350
+ msgstr "Sonntag"
1351
+
1352
+ #: ../settings.php:1525
1353
+ msgid "Monday"
1354
+ msgstr "Montag"
1355
+
1356
+ #: ../settings.php:1526
1357
+ msgid "Tuesday"
1358
+ msgstr "Dienstag"
1359
+
1360
+ #: ../settings.php:1527
1361
+ msgid "Wednesday"
1362
+ msgstr "Mittwoch"
1363
+
1364
+ #: ../settings.php:1528
1365
+ msgid "Thursday"
1366
+ msgstr "Donnerstag"
1367
+
1368
+ #: ../settings.php:1529
1369
+ msgid "Friday"
1370
+ msgstr "Freitag"
1371
+
1372
+ #: ../settings.php:1530
1373
+ msgid "Saturday"
1374
+ msgstr "Samstag"
1375
+
1376
+ #: ../settings.php:1593 ../settings.php:1594
1377
+ msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1378
+ msgstr "Falls Sie ein Caching-Plugin nutzen müssen Sie Ihre neue Login-URL auf die Liste der nicht gecachten Seiten setzen."
1379
+
1380
+ #: ../cerber-load.php:3645
1381
+ msgid "Weekly report"
1382
+ msgstr "Wöchentlicher Bericht"
1383
+
1384
+ #: ../cerber-load.php:3648 ../cerber-load.php:3658
1385
+ msgid "To change reporting settings visit"
1386
+ msgstr "Um die Einstellungen für die Berichte zu ändern besuchen Sie"
1387
+
1388
+ #: ../cerber-load.php:3681
1389
+ msgid "Your login page:"
1390
+ msgstr "Ihre Anmeldeseite:"
1391
+
1392
+ #: ../cerber-load.php:3685
1393
+ msgid "Your license is valid until"
1394
+ msgstr "Ihre Lizenz ist gültig bis"
1395
+
1396
+ #: ../cerber-load.php:3791
1397
+ msgid "Activity details"
1398
+ msgstr "Aktivitätsdetails"
1399
+
1400
+ #: ../settings.php:1560
1401
+ msgid "Click to send now"
1402
+ msgstr "Klicken um zu senden"
1403
+
1404
+ #: ../cerber-load.php:858
1405
+ msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1406
+ msgstr "> > > Sind Sie ein Übersetzer von WP Cerber? Um eine kostenlose PRO-Lizenz zu erhalten, kontaktieren Sie uns über https://wpcerber.com/contact/"
1407
+
1408
+ #: ../dashboard.php:559
1409
+ msgid "Email has been sent to"
1410
+ msgstr "E-Mail wurde gesendet an"
1411
+
1412
+ #: ../dashboard.php:562
1413
+ msgid "Unable to send email to"
1414
+ msgstr "E-Mail kann nicht gesendet werden an"
1415
+
1416
+ #: ../dashboard.php:2990
1417
+ msgid "Not permitted for one country"
1418
+ msgid_plural "Not permitted for %d countries"
1419
+ msgstr[0] "Nicht erlaubt für 1 Land"
1420
+ msgstr[1] "Nicht erlaubt für %d Länder"
1421
+
1422
+ #: ../dashboard.php:3139
1423
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1424
+ msgid "Selected countries are permitted to %s, other countries are not permitted to"
1425
+ msgstr "Ausgewählte Länder dürfen %s, anderen Ländern ist es nicht erlaubt"
1426
+
1427
+ #: ../dashboard.php:3142
1428
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1429
+ msgid "Selected countries are not permitted to %s, other countries are permitted to"
1430
+ msgstr "Ausgewählte Länder dürfen nicht %s, anderen Ländern ist es erlaubt"
1431
+
1432
+ #: ../cerber-load.php:3779
1433
+ msgid "Weekly Report"
1434
+ msgstr "Wöchentlicher Bericht"
1435
+
1436
+ #: ../settings.php:570
1437
+ msgid "Use 404 template from the active theme"
1438
+ msgstr "404-Template des aktiven Themes nutzen"
1439
+
1440
+ #: ../settings.php:571
1441
+ msgid "Display simple 404 page"
1442
+ msgstr "Einfache 404-Seite anzeigen"
1443
+
1444
+ #: ../settings.php:211
1445
+ msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1446
+ msgstr "Geben Sie einen Teil eines Query Strings oder eines Query Paths ein, um einen Request von der Untersuchung auszuschliessen. Ein Eintrag pro Zeile."
1447
+
1448
+ #: ../settings.php:842 ../settings.php:1106
1449
+ msgid "if empty, email from notification settings will be used"
1450
+ msgstr "leer lassen, um die E-Mail-Adresse von den Benachrichtigungseinstellungen zu verwenden"
1451
+
1452
+ #: ../settings.php:831
1453
+ msgid "Enable reporting"
1454
+ msgstr "Berichte aktivieren"
1455
+
1456
+ #: ../cerber-load.php:3709
1457
+ msgid "Your last sign-in was %s from %s"
1458
+ msgstr "Ihre letzte Anmeldung war am %s von %s aus"
1459
+
1460
+ #: ../dashboard.php:279
1461
+ msgid "IP address, IPv4 address range or subnet"
1462
+ msgstr "IP-Adresse, IPv4-Adressbereich oder Subnetz"
1463
+
1464
+ #: ../dashboard.php:281
1465
+ msgid "Optional comment for this entry"
1466
+ msgstr "Optionaler Kommentar für diesen Eintrag"
1467
+
1468
+ #: ../dashboard.php:320
1469
+ msgid "You cannot add your IP address or network"
1470
+ msgstr "Sie können Ihre eigene IP-Adresse bzw. Ihr eigenes Netzwerk nicht hinzufügen"
1471
+
1472
+ #: ../settings.php:154
1473
+ msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1474
+ msgstr "Um einen REGEX-Ausdruck zu definieren umschliessen Sie diesen mit zwei Vorwärts-Slashes."
1475
+
1476
+ #: ../dashboard.php:57
1477
+ msgid "Cerber Traffic Inspector"
1478
+ msgstr "Cerber Traffic Inspector"
1479
+
1480
+ #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1481
+ msgid "Traffic Inspector"
1482
+ msgstr "Traffic Inspector"
1483
+
1484
+ #: ../dashboard.php:1569
1485
+ msgid "Traffic"
1486
+ msgstr "Verkehr"
1487
+
1488
+ #: ../dashboard.php:3652
1489
+ msgid "Request"
1490
+ msgstr "Request"
1491
+
1492
+ #: ../dashboard.php:3654
1493
+ msgid "Host Info"
1494
+ msgstr "Host Info"
1495
+
1496
+ #: ../dashboard.php:3655
1497
+ msgid "User Agent"
1498
+ msgstr "User Agent"
1499
+
1500
+ #: ../dashboard.php:3680
1501
+ msgid "All requests"
1502
+ msgstr "Alle Requests"
1503
+
1504
+ #: ../dashboard.php:3685
1505
+ msgid "Not logged in visitors"
1506
+ msgstr "Nicht angemeldete Besucher"
1507
+
1508
+ #: ../dashboard.php:3688
1509
+ msgid "Form submissions"
1510
+ msgstr "Formulareinsendungen"
1511
+
1512
+ #: ../dashboard.php:3690
1513
+ msgid "Page Not Found"
1514
+ msgstr "Seite nicht gefunden"
1515
+
1516
+ #: ../dashboard.php:3699
1517
+ msgid "Longer than"
1518
+ msgstr "Länger als"
1519
+
1520
+ #: ../dashboard.php:3720
1521
+ msgid "Refresh"
1522
+ msgstr "Aktualisieren"
1523
+
1524
+ #: ../common.php:181
1525
+ msgid "Check for requests"
1526
+ msgstr "Requests prüfen"
1527
+
1528
+ #: ../common.php:1612
1529
+ msgid "Not specified"
1530
+ msgstr "Nicht spezifiziert"
1531
+
1532
+ #: ../settings.php:896
1533
+ msgid "Logging mode"
1534
+ msgstr "Logging-Modus"
1535
+
1536
+ #: ../settings.php:902
1537
+ msgid "Logging disabled"
1538
+ msgstr "Logging deaktiviert"
1539
+
1540
+ #: ../settings.php:903
1541
+ msgid "Smart"
1542
+ msgstr "Smart"
1543
+
1544
+ #: ../settings.php:904
1545
+ msgid "All traffic"
1546
+ msgstr "Gesamter Verkehr"
1547
+
1548
+ #: ../settings.php:908
1549
+ msgid "Ignore crawlers"
1550
+ msgstr "Crawler ignorieren"
1551
+
1552
+ #: ../settings.php:918
1553
+ msgid "Mask these form fields"
1554
+ msgstr "Diese Formularfelder maskieren"
1555
+
1556
+ #: ../settings.php:958
1557
+ msgid "milliseconds"
1558
+ msgstr "Millisekunden"
1559
+
1560
+ #: ../settings.php:851
1561
+ msgid "Enable traffic inspection"
1562
+ msgstr "Untersuchung des Verkehrs aktivieren"
1563
+
1564
+ #: ../settings.php:895
1565
+ msgid "Logging"
1566
+ msgstr "Logging"
1567
+
1568
+ #: ../settings.php:913
1569
+ msgid "Save request fields"
1570
+ msgstr "Request-Felder speichern"
1571
+
1572
+ #: ../settings.php:953
1573
+ msgid "Page generation time threshold"
1574
+ msgstr "Schwellwert für die Seitengenerierung"
1575
+
1576
+ #: ../dashboard.php:3672
1577
+ msgid "No requests have been logged."
1578
+ msgstr "Es wurden keine Requests aufgezeichnet."
1579
+
1580
+ #: ../dashboard.php:1536
1581
+ msgid "enabled"
1582
+ msgstr "aktiviert"
1583
+
1584
+ #: ../dashboard.php:1541
1585
+ msgid "no connection"
1586
+ msgstr "Keine Verbindung"
1587
+
1588
+ #: ../dashboard.php:4026
1589
+ msgid "Advanced search"
1590
+ msgstr "Erweiterte Suche"
1591
+
1592
+ #: ../dashboard.php:1343
1593
+ msgid "Last seen"
1594
+ msgstr "Zuletzt gesehen"
1595
+
1596
+ #: ../common.php:1187 ../common.php:1252
1597
+ msgid "Probing for vulnerable PHP code"
1598
+ msgstr "Testen auf verwundbaren PHP Code"
1599
+
1600
+ #: ../dashboard.php:3983
1601
+ msgid "Any"
1602
+ msgstr "Irgendeine"
1603
+
1604
+ #: ../cerber-load.php:3429
1605
+ msgid "We're sorry, you are not allowed to proceed"
1606
+ msgstr "Leider sind Sie nicht berechtigt, dies zu tun"
1607
+
1608
+ #: ../settings.php:867
1609
+ msgid "Request whitelist"
1610
+ msgstr "Request Whitelist"
1611
+
1612
+ #: ../settings.php:873
1613
+ msgid "Enter a request URI to exclude the request from inspection. One item per line."
1614
+ msgstr "Geben Sie eine Request URI ein, um diesen Request von der Untersuchung auszuschliessen. Ein Eintrag pro Zeile."
1615
+
1616
+ #: ../settings.php:929
1617
+ msgid "Save request headers"
1618
+ msgstr "Request Headers speichern"
1619
+
1620
+ #: ../settings.php:935
1621
+ msgid "Save $_SERVER"
1622
+ msgstr "$_SERVER speichern"
1623
+
1624
+ #: ../settings.php:941
1625
+ msgid "Save request cookies"
1626
+ msgstr "Request Cookies speichern"
1627
+
1628
+ #: ../settings.php:694
1629
+ msgid "Protect admin scripts"
1630
+ msgstr "Admin Scripts schützen"
1631
+
1632
+ #: ../settings.php:699
1633
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1634
+ msgstr "Unauthorisierten Zugriff auf load-scripts.php und load-styles.php blockieren"
1635
+
1636
+ #: ../common.php:2440
1637
+ msgid "Unable to create the directory"
1638
+ msgstr "Das Verzeichnis kann nicht erstellt werden"
1639
+
1640
+ #: ../common.php:2445
1641
+ msgid "Destination folder access denied"
1642
+ msgstr "Der Zugriff auf das Zielverzeichnis wurde abgelehnt"
1643
+
1644
+ #: ../common.php:2448
1645
+ msgid "File not found"
1646
+ msgstr "Die Datei wurde nicht gefunden"
1647
+
1648
+ #: ../common.php:2451
1649
+ msgid "Unable to copy the file"
1650
+ msgstr "Die Datei kann nicht kopiert werden"
1651
+
1652
+ #: ../common.php:2457
1653
+ msgid "Unable to delete the file"
1654
+ msgstr "Die Datei kann nicht gelöscht werden"
1655
+
1656
+ #: ../settings.php:486
1657
+ msgid "Plugin initialization"
1658
+ msgstr "Plug-in-Initialisierung"
1659
+
1660
+ #: ../settings.php:487
1661
+ msgid "Load security engine"
1662
+ msgstr "Security Engine laden"
1663
+
1664
+ #: ../settings.php:493
1665
+ msgid "Legacy mode"
1666
+ msgstr "Legacy-Modus"
1667
+
1668
+ #: ../settings.php:494
1669
+ msgid "Standard mode"
1670
+ msgstr "Standard-Modus"
1671
+
1672
+ #: ../settings.php:1571
1673
+ msgid "Plugin initialization mode has not been changed"
1674
+ msgstr "Der Initialisierungsmodus des Plug-ins wurde nicht verändert"
1675
+
1676
+ #. Description of the plugin
1677
+ #:
1678
+ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1679
+ msgstr ""
1680
+
1681
+ #: ../common.php:1189
1682
+ msgid "File upload denied"
1683
+ msgstr "Der Datei-Upload wurde abgelehnt"
1684
+
1685
+ #: ../settings.php:583
1686
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1687
+ msgstr "Benutzerdefinierte Anmelde-URLs dürfen nur Buchstaben, Ziffern, Minuszeichen und Underscores enthalten."
1688
+
1689
+ #: ../settings.php:873
1690
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1691
+ msgstr "Um einen REGEX-Ausdruck zu definieren, umschliessen Sie die ganze Zeile mit zwei Klammern."
1692
+
1693
+ #: ../settings.php:1182
1694
+ msgid "Be careful about enabling these options."
1695
+ msgstr "Seien Sie vorsichtig, wenn Sie diese Optionen aktivieren."
1696
+
1697
+ #: ../settings.php:1182
1698
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1699
+ msgstr "Falls Sie Ihre benutzerdefinierte Anmelde-URL vergessen, können Sie sich nicht mehr anmelden."
1700
+
1701
+ #: ../dashboard.php:65 ../dashboard.php:4251
1702
+ msgid "Site Integrity"
1703
+ msgstr "Website-Integrität"
1704
+
1705
+ #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1706
+ #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1707
+ msgid "Disabled"
1708
+ msgstr ""
1709
+
1710
+ #: ../dashboard.php:1555 ../cerber-scanner.php:865
1711
+ msgid "Quick Scan"
1712
+ msgstr ""
1713
+
1714
+ #: ../dashboard.php:1557 ../cerber-scanner.php:865
1715
+ msgid "Full Scan"
1716
+ msgstr ""
1717
+
1718
+ #. Name of the plugin
1719
+ #:
1720
+ msgid "WP Cerber Security, Antispam & Malware Scan"
1721
+ msgstr "WP Cerber Security, Antispam & Malware Scan"
1722
+
1723
+ #: ../common.php:1215
1724
+ msgid "Denied"
1725
+ msgstr "Abgelehnt"
1726
+
1727
+ #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1728
+ msgid "Use White IP Access List"
1729
+ msgstr "White IP Access List benutzen"
1730
+
1731
+ #: ../settings.php:553
1732
+ msgid "Disable dashboard redirection"
1733
+ msgstr "Dashboard-Umleitung deaktivieren"
1734
+
1735
+ #: ../settings.php:557
1736
+ msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1737
+ msgstr "Umleitung von /wp-admin/ auf die Anmeldeseite deaktivieren für nicht authorisierte Anfragen"
1738
+
1739
+ #: ../settings.php:974
1740
+ msgid "Scanner settings"
1741
+ msgstr "Scanner-Einstellungen"
1742
+
1743
+ #: ../settings.php:975
1744
+ msgid "Custom signatures"
1745
+ msgstr "Custom Signatures"
1746
+
1747
+ #: ../settings.php:981
1748
+ msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1749
+ msgstr "Geben Sie Custom PHP Code Signatures an. 1 Eintrag pro Zeile. Um REGEX-Ausdrücke zu verwenden umschliessen Sie eine komplette Zeile mit zwei Klammern."
1750
+
1751
+ #: ../settings.php:983
1752
+ msgid "Unwanted file extensions"
1753
+ msgstr "Unerwünschte Dateierweiterungen"
1754
+
1755
+ #: ../settings.php:989
1756
+ msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1757
+ msgstr "Definieren Sie Dateierweiterungen, nach denen gesucht werden soll. Nur komplette Scans. Mehrere Einträge durch Kommas trennen."
1758
+
1759
+ #: ../settings.php:991
1760
+ msgid "Directories to exclude"
1761
+ msgstr "Ausgeschlossene Verzeichnisse"
1762
+
1763
+ #: ../settings.php:997
1764
+ msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1765
+ msgstr ""
1766
+
1767
+ #: ../settings.php:1012
1768
+ msgid "Scan temporary directory"
1769
+ msgstr "Temporäres Verzeichnis scannen"
1770
+
1771
+ #: ../settings.php:1019
1772
+ msgid "Scan session directory"
1773
+ msgstr "Session-Verzeichnis scannen"
1774
+
1775
+ #: ../settings.php:1031
1776
+ msgid "Delete quarantined files after"
1777
+ msgstr "Dateien in der Quarantäne löschen nach"
1778
+
1779
+ #: ../settings.php:1046
1780
+ msgid "Launch Quick Scan"
1781
+ msgstr ""
1782
+
1783
+ #: ../cerber-scanner.php:1421
1784
+ msgid "Every hour"
1785
+ msgstr ""
1786
+
1787
+ #: ../cerber-scanner.php:1422
1788
+ msgid "Every 3 hours"
1789
+ msgstr ""
1790
+
1791
+ #: ../cerber-scanner.php:1423
1792
+ msgid "Every 6 hours"
1793
+ msgstr ""
1794
+
1795
+ #: ../settings.php:1053
1796
+ msgid "Launch Full Scan"
1797
+ msgstr ""
1798
+
1799
+ #: ../settings.php:1063 ../settings.php:1122
1800
+ msgid "Low severity"
1801
+ msgstr ""
1802
+
1803
+ #: ../settings.php:1063 ../settings.php:1122
1804
+ msgid "Medium severity"
1805
+ msgstr ""
1806
+
1807
+ #: ../settings.php:1063 ../settings.php:1122
1808
+ msgid "High severity"
1809
+ msgstr ""
1810
+
1811
+ #: ../settings.php:1064
1812
+ msgid "Report an issue if any of the following is true"
1813
+ msgstr ""
1814
+
1815
+ #: ../settings.php:1072
1816
+ msgid "Send email report"
1817
+ msgstr ""
1818
+
1819
+ #: ../settings.php:1078
1820
+ msgid "After every scan"
1821
+ msgstr ""
1822
+
1823
+ #: ../settings.php:1079
1824
+ msgid "If any changes in scan results occurred"
1825
+ msgstr ""
1826
+
1827
+ #: ../settings.php:1084
1828
+ msgid "Include file sizes"
1829
+ msgstr ""
1830
+
1831
+ #: ../settings.php:1091
1832
+ msgid "Include scan errors"
1833
+ msgstr ""
1834
+
1835
+ #: ../dashboard.php:4253 ../cerber-load.php:4555
1836
+ msgid "Security Scanner"
1837
+ msgstr "Security Scanner"
1838
+
1839
+ #: ../dashboard.php:4255
1840
+ msgid "Scheduling"
1841
+ msgstr ""
1842
+
1843
+ #: ../cerber-scanner.php:84
1844
+ msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1845
+ msgstr ""
1846
+
1847
+ #: ../cerber-scanner.php:88
1848
+ msgid "Previous scan started %s has not been completed. Continue scanning?"
1849
+ msgstr ""
1850
+
1851
+ #: ../cerber-scanner.php:97
1852
+ msgid "It seems this website has never been scanned. To start scanning click the button below."
1853
+ msgstr ""
1854
+
1855
+ #: ../cerber-scanner.php:100
1856
+ msgid "Start Quick Scan"
1857
+ msgstr "Quick Scan starten"
1858
+
1859
+ #: ../cerber-scanner.php:101
1860
+ msgid "Start Full Scan"
1861
+ msgstr "Vollständigen Scan starten"
1862
+
1863
+ #: ../cerber-scanner.php:102
1864
+ msgid "Stop Scanning"
1865
+ msgstr "Scan stoppen"
1866
+
1867
+ #: ../cerber-scanner.php:103
1868
+ msgid "Continue Scanning"
1869
+ msgstr "Setzt Scan fort"
1870
+
1871
+ #: ../cerber-scanner.php:139
1872
+ msgid "Delete"
1873
+ msgstr "Löschen"
1874
+
1875
+ #: ../cerber-scanner.php:1370
1876
+ msgid "Verified"
1877
+ msgstr "Verifiziert"
1878
+
1879
+ #: ../cerber-scanner.php:1377
1880
+ msgid "Integrity data not found"
1881
+ msgstr "Integritätsdaten nicht gefunden"
1882
+
1883
+ #: ../cerber-scanner.php:1378
1884
+ msgid "Unable to check the integrity of the plugin due to a network error"
1885
+ msgstr "Kann die Integrität des Plug-ins wegen eines Netzwerk-Fehlers nicht überprüfen"
1886
+
1887
+ #: ../cerber-scanner.php:1379
1888
+ msgid "Unable to check the integrity of WordPress files due to a network error"
1889
+ msgstr "Kann die Integrität der WordPress-Dateien wegen eines Netzwerk-Fehlers nicht überprüfen"
1890
+
1891
+ #: ../cerber-scanner.php:1380
1892
+ msgid "Unable to check the integrity of the theme due to a network error"
1893
+ msgstr "Kann die Integrität des Themes wegen eines Netzwerk-Fehlers nicht überprüfen"
1894
+
1895
+ #: ../cerber-scanner.php:1383
1896
+ msgid "Local file doesn't exist"
1897
+ msgstr "Lokale Datei existiert nicht"
1898
+
1899
+ #: ../cerber-scanner.php:1385
1900
+ msgid "Unable to process file"
1901
+ msgstr "Kann Datei nicht verarbeiten"
1902
+
1903
+ #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1904
+ msgid "Unable to open file"
1905
+ msgstr "Kann Datei nicht öffnen"
1906
+
1907
+ #: ../cerber-scanner.php:1388
1908
+ msgid "Checksum mismatch"
1909
+ msgstr ""
1910
+
1911
+ #: ../cerber-scanner.php:1391
1912
+ msgid "Suspicious code found"
1913
+ msgstr "Verdächtigen Code gefunden"
1914
+
1915
+ #: ../cerber-scanner.php:1393
1916
+ msgid "Unattended suspicious file"
1917
+ msgstr "Nicht überwachte verdächtige Datei"
1918
+
1919
+ #: ../cerber-scanner.php:1394
1920
+ msgid "Executable code found"
1921
+ msgstr "Ausführbarer Code gefunden"
1922
+
1923
+ #: ../cerber-scanner.php:1398
1924
+ msgid "Unwanted file extension"
1925
+ msgstr ""
1926
+
1927
+ #: ../cerber-scanner.php:1400
1928
+ msgid "Content has been modified"
1929
+ msgstr "Inhalt wurde geändert"
1930
+
1931
+ #: ../cerber-scanner.php:1401
1932
+ msgid "New file"
1933
+ msgstr ""
1934
+
1935
+ #: ../cerber-scanner.php:2437
1936
+ msgid "Custom signature found"
1937
+ msgstr "Custom Signature gefunden"
1938
+
1939
+ #: ../cerber-scanner.php:3576
1940
+ msgid "Scanning folders for files"
1941
+ msgstr ""
1942
+
1943
+ #: ../cerber-scanner.php:3580
1944
+ msgid "Parsing the list of files"
1945
+ msgstr ""
1946
+
1947
+ #: ../cerber-scanner.php:3581
1948
+ msgid "Checking for new and modified files"
1949
+ msgstr ""
1950
+
1951
+ #: ../cerber-scanner.php:3582
1952
+ msgid "Verifying the integrity of WordPress"
1953
+ msgstr ""
1954
+
1955
+ #: ../cerber-scanner.php:3583
1956
+ msgid "Verifying the integrity of the plugins"
1957
+ msgstr ""
1958
+
1959
+ #: ../cerber-scanner.php:3584
1960
+ msgid "Verifying the integrity of the themes"
1961
+ msgstr ""
1962
+
1963
+ #: ../cerber-scanner.php:3585
1964
+ msgid "Searching for malicious code"
1965
+ msgstr ""
1966
+
1967
+ #: ../cerber-scanner.php:3586
1968
+ msgid "Finalizing the scan"
1969
+ msgstr ""
1970
+
1971
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1972
+ msgid "Files to scan"
1973
+ msgstr "Zu scannende Dateien"
1974
+
1975
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1976
+ msgid "Critical issues"
1977
+ msgstr "Kritische Probleme"
1978
+
1979
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1980
+ msgid "Issues total"
1981
+ msgstr "Probleme total"
1982
+
1983
+ #: ../cerber-scanner.php:4170
1984
+ msgid "The directory is not writable"
1985
+ msgstr "Das Verzeichnis ist nicht schreibbar"
1986
+
1987
+ #: ../cerber-scanner.php:4188
1988
+ msgid "Unable to create WP CERBER directory"
1989
+ msgstr "Das WP CERBER Verzeichnis konnte nicht erstellt werden"
1990
+
1991
+ #: ../cerber-scanner.php:4402
1992
+ msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1993
+ msgstr ""
1994
+
1995
+ #: ../cerber-scanner.php:5093
1996
+ msgid "To view full report visit"
1997
+ msgstr ""
1998
+
1999
+ #: ../cerber-load.php:3655
2000
+ msgid "Scanner Report"
2001
+ msgstr ""
2002
+
2003
+ #: ../settings.php:999
2004
+ msgid "Monitor new files"
2005
+ msgstr ""
2006
+
2007
+ #: ../settings.php:1006
2008
+ msgid "Monitor modified files"
2009
+ msgstr ""
2010
+
2011
+ #: ../settings.php:1080
2012
+ msgid "If new issues found"
2013
+ msgstr ""
2014
+
2015
+ #: ../settings.php:1820
2016
+ msgid "The schedule has been updated"
2017
+ msgstr ""
2018
+
2019
+ #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2020
+ msgid "Suspicious directives found"
2021
+ msgstr ""
2022
+
2023
+ #: ../cerber-scanner.php:2615
2024
+ msgid "Suspicious code instruction found"
2025
+ msgstr ""
2026
+
2027
+ #: ../cerber-scanner.php:2616
2028
+ msgid "Suspicious code signatures found"
2029
+ msgstr ""
2030
+
2031
+ #: ../cerber-scanner.php:2619
2032
+ msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2033
+ msgstr ""
2034
+
2035
+ #: ../cerber-scanner.php:2620
2036
+ msgid "Please upload a reference ZIP archive"
2037
+ msgstr ""
2038
+
2039
+ #: ../cerber-scanner.php:2621
2040
+ msgid "Resolve issue"
2041
+ msgstr ""
2042
+
2043
+ #: ../cerber-scanner.php:3881
2044
+ msgid "We have not found any integrity data to verify"
2045
+ msgstr ""
2046
+
2047
+ #: ../cerber-scanner.php:3883
2048
+ msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2049
+ msgstr ""
2050
+
2051
+ #: ../cerber-scanner.php:4940
2052
+ msgid "Full Scan Report"
2053
+ msgstr ""
2054
+
2055
+ #: ../cerber-scanner.php:4940
2056
+ msgid "Quick Scan Report"
2057
+ msgstr ""
2058
+
2059
+ #: ../cerber-scanner.php:4953
2060
+ msgid "Files scanned"
2061
+ msgstr ""
2062
+
2063
+ #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2064
+ #: php:1359
2065
+ msgid "Check for activities"
2066
+ msgstr "Aktivitäten überprüfen"
2067
+
2068
+ #: ../dashboard.php:1322
2069
+ msgid "Activated"
2070
+ msgstr ""
2071
+
2072
+ #: ../common.php:1194
2073
+ msgid "Malicious request denied"
2074
+ msgstr ""
2075
+
2076
+ #: ../common.php:1198
2077
+ msgid "User activated"
2078
+ msgstr ""
2079
+
2080
+ #: ../common.php:1216
2081
+ msgid "Suspicious number of fields"
2082
+ msgstr ""
2083
+
2084
+ #: ../common.php:1217
2085
+ msgid "Suspicious number of nested values"
2086
+ msgstr ""
2087
+
2088
+ #: ../common.php:1218 ../common.php:1253
2089
+ msgid "Malicious code detected"
2090
+ msgstr ""
2091
+
2092
+ #: ../common.php:1254
2093
+ msgid "Attempt to upload a file with malicious code"
2094
+ msgstr ""
2095
+
2096
+ #: ../common.php:1484
2097
+ msgid "Bytes"
2098
+ msgstr ""
2099
+
2100
+ #: ../cerber-scanner.php:1376
2101
+ msgid "Vulnerability found"
2102
+ msgstr ""
2103
+
2104
+ #: ../cerber-scanner.php:1381
2105
+ msgid "Unable to check the integrity due to a DB error"
2106
+ msgstr ""
2107
+
2108
+ #: ../cerber-scanner.php:3577
2109
+ msgid "Scanning the upload folder for files"
2110
+ msgstr ""
2111
+
2112
+ #: ../cerber-scanner.php:3578
2113
+ msgid "Scanning the temp folder for files"
2114
+ msgstr ""
2115
+
2116
+ #: ../cerber-scanner.php:3579
2117
+ msgid "Scanning the session folder for files"
2118
+ msgstr ""
2119
+
2120
+ #: ../settings.php:1045
2121
+ msgid "Automated recurring scan schedule"
2122
+ msgstr ""
2123
+
2124
+ #: ../settings.php:1061
2125
+ msgid "Scan results reporting"
2126
+ msgstr ""
2127
+
2128
+ #: ../dashboard.php:3682
2129
+ msgid "Suspicious activity"
2130
+ msgstr ""
2131
+
2132
+ #: ../dashboard.php:3683
2133
+ msgid "Errors"
2134
+ msgstr ""
2135
+
2136
+ #: ../dashboard.php:4201
2137
+ msgid "Antispam engine"
2138
+ msgstr ""
2139
+
2140
+ #. Description of the plugin
2141
+ #:
2142
+ msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2143
+ msgstr ""
2144
+
2145
+ #: ../cerber-load.php:398
2146
+ msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2147
+ msgstr ""
2148
+
2149
+ #: ../common.php:1398
2150
+ msgctxt "preposition of a period of time like: in 6 hours"
2151
+ msgid "in %s"
2152
+ msgstr ""
2153
+
2154
+ #: ../settings.php:1540
2155
+ msgctxt "preposition of time like: at 11:00"
2156
+ msgid "at"
2157
+ msgstr ""
2158
+
2159
+ #: ../dashboard.php:4258
2160
+ msgid "Quarantine"
2161
+ msgstr ""
2162
+
2163
+ #: ../cerber-scanner.php:3661
2164
+ msgid "Started"
2165
+ msgstr ""
2166
+
2167
+ #: ../cerber-scanner.php:3665
2168
+ msgid "Finished"
2169
+ msgstr ""
2170
+
2171
+ #: ../cerber-scanner.php:3673
2172
+ msgid "Performance"
2173
+ msgstr ""
2174
+
2175
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2176
+ msgid "Vulnerabilities"
2177
+ msgstr ""
2178
+
2179
+ #: ../cerber-scanner.php:3689
2180
+ msgid "New files"
2181
+ msgstr ""
2182
+
2183
+ #: ../cerber-scanner.php:3693
2184
+ msgid "Changed files"
2185
+ msgstr ""
2186
+
2187
+ #: ../cerber-scanner.php:3697
2188
+ msgid "Unwanted extensions"
2189
+ msgstr "Unerwünschte Erweiterung"
2190
+
2191
+ #: ../settings.php:1116 ../cerber-scanner.php:3701
2192
+ msgid "Unattended files"
2193
+ msgstr ""
2194
+
2195
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2196
+ msgid "Scanned"
2197
+ msgstr ""
2198
+
2199
+ #: ../cerber-scanner.php:5321
2200
+ msgid "There are no files in the quarantine at the moment."
2201
+ msgstr ""
2202
+
2203
+ #: ../cerber-scanner.php:5411
2204
+ msgid "Restore"
2205
+ msgstr ""
2206
+
2207
+ #: ../cerber-scanner.php:5408
2208
+ msgid "Delete permanently"
2209
+ msgstr ""
2210
+
2211
+ #: ../cerber-scanner.php:5420
2212
+ msgid "Moved to quarantine"
2213
+ msgstr ""
2214
+
2215
+ #: ../cerber-scanner.php:5421
2216
+ msgid "Automatic deletion"
2217
+ msgstr ""
2218
+
2219
+ #: ../cerber-scanner.php:5422
2220
+ msgid "Size"
2221
+ msgstr ""
2222
+
2223
+ #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2224
+ msgid "File"
2225
+ msgstr ""
2226
+
2227
+ #: ../cerber-scanner.php:5491
2228
+ msgid "The file has been deleted permanently."
2229
+ msgstr ""
2230
+
2231
+ #: ../cerber-scanner.php:5500
2232
+ msgid "The file has been restored to its original location."
2233
+ msgstr ""
2234
+
2235
+ #: ../dashboard.php:1570
2236
+ msgid "Integrity"
2237
+ msgstr ""
2238
+
2239
+ #: ../common.php:1188
2240
+ msgid "Attempt to upload malicious file denied"
2241
+ msgstr ""
2242
+
2243
+ #: ../cerber-news.php:157
2244
+ msgid "Awesome!"
2245
+ msgstr ""
2246
+
2247
+ #: ../settings.php:1114
2248
+ msgid "Automatic cleanup of malware and suspicious files"
2249
+ msgstr ""
2250
+
2251
+ #: ../settings.php:1123
2252
+ msgid "Files in the uploads folder"
2253
+ msgstr ""
2254
+
2255
+ #: ../settings.php:1130
2256
+ msgid "Files with unwanted extensions"
2257
+ msgstr ""
2258
+
2259
+ #: ../settings.php:1137
2260
+ msgid "Exclusions"
2261
+ msgstr ""
2262
+
2263
+ #: ../settings.php:1138
2264
+ msgid "Files in the temporary directory"
2265
+ msgstr ""
2266
+
2267
+ #: ../settings.php:1144
2268
+ msgid "Files in the sessions directory"
2269
+ msgstr ""
2270
+
2271
+ #: ../settings.php:1150
2272
+ msgid "Files in these directories"
2273
+ msgstr ""
2274
+
2275
+ #: ../settings.php:1156
2276
+ msgid "Use absolute paths. One item per line."
2277
+ msgstr ""
2278
+
2279
+ #: ../settings.php:1158
2280
+ msgid "Files with these extensions"
2281
+ msgstr ""
2282
+
2283
+ #: ../settings.php:1164
2284
+ msgid "Use comma to separate items."
2285
+ msgstr ""
2286
+
2287
+ #: ../dashboard.php:4256
2288
+ msgid "Cleaning up"
2289
+ msgstr ""
2290
+
2291
+ #: ../cerber-scanner.php:1392
2292
+ msgid "Malicious code found"
2293
+ msgstr ""
2294
+
2295
+ #: ../cerber-scanner.php:2612
2296
+ msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2297
+ msgstr ""
2298
+
2299
+ #: ../cerber-scanner.php:2613
2300
+ msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2301
+ msgstr ""
2302
+
2303
+ #: ../cerber-scanner.php:2614
2304
+ msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2305
+ msgstr ""
2306
+
2307
+ #: ../cerber-scanner.php:2618
2308
+ msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2309
+ msgstr ""
2310
+
2311
+ #: ../cerber-scanner.php:5034
2312
+ msgid "Deleted"
2313
+ msgstr ""
2314
+
2315
+ #: ../cerber-scanner.php:5081
2316
+ msgid "Automatically moved to quarantine"
2317
+ msgstr ""
2318
+
2319
+ #: ../common.php:1219
2320
+ msgid "Suspicious SQL code detected"
2321
+ msgstr ""
2322
+
2323
+ #: ../dashboard.php:1551
2324
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2325
+ msgid "Last malware scan"
2326
+ msgstr ""
2327
+
2328
+ #: ../dashboard.php:4221
2329
+ msgid "Live Traffic"
2330
+ msgstr "Live-Verkehr"
2331
+
2332
+ #: ../settings.php:675
2333
+ msgid "Use English for admin interface"
2334
+ msgstr ""
2335
+
2336
+ #: ../dashboard.php:4290
2337
+ msgid "Log"
2338
+ msgstr ""
2339
+
2340
+ #: ../settings.php:701
2341
+ msgid "Disable PHP in uploads"
2342
+ msgstr ""
2343
+
2344
+ #: ../settings.php:708
2345
+ msgid "Disable PHP error displaying"
2346
+ msgstr ""
2347
+
2348
+ #: ../dashboard.php:4257
2349
+ msgid "Ignore List"
2350
+ msgstr ""
2351
+
2352
+ #: ../cerber-scanner.php:142
2353
+ msgid "Ignore"
2354
+ msgstr ""
2355
+
2356
+ #: ../cerber-scanner.php:5522
2357
+ msgid "Apply"
2358
+ msgstr ""
2359
+
2360
+ #: ../cerber-scanner.php:5556
2361
+ msgid "Added"
2362
+ msgstr ""
2363
+
2364
+ #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2365
+ msgid "Remove from the list"
2366
+ msgstr ""
2367
+
2368
+ #: ../cerber-scanner.php:5524
2369
+ msgid "User Insights"
2370
+ msgstr ""
2371
+
2372
+ #: ../cerber-scanner.php:5525
2373
+ msgid "Traffic Insights"
2374
+ msgstr ""
2375
+
2376
+ #: ../cerber-scanner.php:5526
2377
+ msgid "Activity Insights"
2378
+ msgstr ""
2379
+
2380
+ #: ../dashboard.php:2593
2381
+ msgid "Are you sure you want to delete selected files?"
2382
+ msgstr ""
2383
+
2384
+ #: ../dashboard.php:2594
2385
+ msgid "These files have been moved to the quarantine"
2386
+ msgstr ""
2387
+
2388
+ #: ../dashboard.php:2597
2389
+ msgid "Do you want to add selected files to the ignore list?"
2390
+ msgstr ""
2391
+
2392
+ #: ../dashboard.php:2598
2393
+ msgid "These files have been added to the ignore list"
2394
+ msgstr ""
2395
+
2396
+ #: ../dashboard.php:2600
2397
+ msgid "Some errors occurred"
2398
+ msgstr ""
2399
+
2400
+ #: ../dashboard.php:2601
2401
+ msgid "All files have been processed"
2402
+ msgstr ""
2403
+
2404
+ #: ../dashboard.php:2823
2405
+ msgid "These features are available in a professional version of the plugin."
2406
+ msgstr ""
2407
+
2408
+ #: ../dashboard.php:2824
2409
+ msgid "Know more about all advantages at"
2410
+ msgstr ""
2411
+
2412
+ #: ../common.php:1220
2413
+ msgid "Suspicious JavaScript code detected"
2414
+ msgstr ""
2415
+
2416
+ #: ../settings.php:1823
2417
+ msgid "Unable to update the schedule"
2418
+ msgstr ""
2419
+
2420
+ #: ../cerber-scanner.php:5437
2421
+ msgid "All scans"
2422
+ msgstr ""
2423
+
2424
+ #: ../cerber-scanner.php:5528
2425
+ msgid "The list is empty."
2426
+ msgstr ""
2427
+
2428
+ #: ../cerber-scanner.php:5388
2429
+ msgid "No files match the specified filter."
2430
+ msgstr ""
2431
+
2432
+ #: ../cerber-scanner.php:5388
2433
+ msgid "Click here to see the full list of files"
2434
+ msgstr ""
2435
+
2436
+ #: ../dashboard.php:781
2437
+ msgid "Additional Details"
2438
+ msgstr ""
2439
+
2440
+ #: ../dashboard.php:3282
2441
+ msgid "Page generation time"
2442
+ msgstr ""
2443
+
2444
+ #: ../dashboard.php:4414
2445
+ msgid "Log In"
2446
+ msgstr ""
2447
+
2448
+ #: ../dashboard.php:4415
2449
+ msgid "Log Out"
2450
+ msgstr ""
2451
+
2452
+ #: ../dashboard.php:4416
2453
+ msgid "Register"
2454
+ msgstr ""
2455
+
2456
+ #: ../dashboard.php:4419
2457
+ msgid "WooCommerce Log In"
2458
+ msgstr ""
2459
+
2460
+ #: ../dashboard.php:4420
2461
+ msgid "WooCommerce Log Out"
2462
+ msgstr ""
2463
+
2464
+ #: ../dashboard.php:4459 ../dashboard.php:4460
2465
+ msgid "Add to menu"
2466
+ msgstr ""
2467
+
2468
+ #: ../common.php:1208
2469
+ msgid "IP address is locked out"
2470
+ msgstr ""
2471
+
2472
+ #: ../common.php:1256
2473
+ msgid "Multiple suspicious requests"
2474
+ msgstr ""
2475
+
2476
+ #: ../settings.php:850
2477
+ msgid "Traffic Inspection"
2478
+ msgstr ""
2479
+
2480
+ #: ../settings.php:858 ../settings.php:884
2481
+ msgid "Maximum compatibility"
2482
+ msgstr ""
2483
+
2484
+ #: ../settings.php:859 ../settings.php:885
2485
+ msgid "Maximum security"
2486
+ msgstr ""
2487
+
2488
+ #: ../settings.php:876
2489
+ msgid "Erroneous Request Shielding"
2490
+ msgstr ""
2491
+
2492
+ #: ../settings.php:877
2493
+ msgid "Enable error shielding"
2494
+ msgstr ""
2495
+
2496
+ #: ../settings.php:947
2497
+ msgid "Save software errors"
2498
+ msgstr ""
2499
+
2500
+ #: ../cerber-scanner.php:3575
2501
+ msgid "Preparing for the scan"
2502
+ msgstr ""
2503
+
2504
+ #: ../common.php:1221
2505
+ msgid "Blocked by administrator"
2506
+ msgstr ""
2507
+
2508
+ #: ../cerber-load.php:402
2509
+ msgid "You are not allowed to log in"
2510
+ msgstr ""
2511
+
2512
+ #: ../cerber-users.php:12
2513
+ msgid "Block User"
2514
+ msgstr ""
2515
+
2516
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2517
+ msgid "User is not permitted to log into the website"
2518
+ msgstr ""
2519
+
2520
+ #: ../cerber-users.php:31
2521
+ msgctxt "e.g. by John at 11:00"
2522
+ msgid "blocked by %s at %s"
2523
+ msgstr ""
2524
+
2525
+ #: ../cerber-users.php:41 ../settings.php:129
2526
+ msgid "User Message"
2527
+ msgstr ""
2528
+
2529
+ #: ../cerber-users.php:43
2530
+ msgid "An optional message for this user"
2531
+ msgstr ""
2532
+
2533
+ #: ../cerber-users.php:98
2534
+ msgid "Blocked Users"
2535
+ msgstr ""
2536
+
2537
+ #: ../settings.php:692
2538
+ msgid "Block access to user pages like /?author=n"
2539
+ msgstr ""
2540
+
2541
+ #: ../settings.php:730
2542
+ msgid "Access to WordPress REST API"
2543
+ msgstr ""
2544
+
2545
+ #: ../settings.php:736
2546
+ msgid "Block access to user data via REST API"
2547
+ msgstr ""
2548
+
2549
+ #: ../settings.php:744
2550
+ msgid "Block access to WordPress REST API except any of the following"
2551
+ msgstr ""
2552
+
2553
+ #: ../settings.php:753
2554
+ msgid "Allow REST API for these roles"
2555
+ msgstr ""
2556
+
2557
+ #: ../settings.php:759
2558
+ msgid "Allow these namespaces"
2559
+ msgstr ""
2560
+
2561
+ #: ../settings.php:888
2562
+ msgid "Ignore logged in users"
2563
+ msgstr ""
2564
+
2565
+ #: ../settings.php:1190
2566
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2567
+ msgstr ""
2568
+
2569
+ #: ../settings.php:1499
2570
+ msgid "Select one or more roles"
2571
+ msgstr ""
2572
+
2573
+ #: ../dashboard.php:1049
2574
+ msgid "Filter by registered user"
2575
+ msgstr ""
2576
+
2577
+ #: ../settings.php:115
2578
+ msgid "Authorized users only"
2579
+ msgstr ""
2580
+
2581
+ #: ../settings.php:116
2582
+ msgid "Only registered and logged in website users have access to the website"
2583
+ msgstr ""
2584
+
2585
+ #: ../settings.php:123
2586
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2587
+ msgstr ""
2588
+
2589
+ #: ../settings.php:133 ../settings.php:2067
2590
+ msgid "Only registered and logged in users are allowed to view this website"
2591
+ msgstr ""
2592
+
2593
+ #: ../settings.php:138
2594
+ msgid "Redirect to URL"
2595
+ msgstr ""
2596
+
2597
+ #: ../dashboard.php:4291
2598
+ msgid "Changelog"
2599
+ msgstr ""
2600
+
2601
+ #: ../dashboard.php:72 ../dashboard.php:72
2602
+ msgid "Cerber.Hub"
2603
+ msgstr ""
2604
+
2605
+ #: ../dashboard.php:613
2606
+ msgid "Default settings have been loaded"
2607
+ msgstr ""
2608
+
2609
+ #: ../dashboard.php:3034
2610
+ msgid "Save all rules"
2611
+ msgstr ""
2612
+
2613
+ #: ../common.php:836
2614
+ msgid "Save Changes"
2615
+ msgstr ""
2616
+
2617
+ #: ../common.php:1201
2618
+ msgid "Invalid master credentials"
2619
+ msgstr ""
2620
+
2621
+ #: ../settings.php:301
2622
+ msgid "Master settings"
2623
+ msgstr ""
2624
+
2625
+ #: ../settings.php:309
2626
+ msgid "Return to the website list"
2627
+ msgstr ""
2628
+
2629
+ #: ../settings.php:313
2630
+ msgid "Show \"Switched to\" notification"
2631
+ msgstr ""
2632
+
2633
+ #: ../settings.php:317
2634
+ msgid "Add @ site to the page title"
2635
+ msgstr ""
2636
+
2637
+ #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2638
+ msgid "Enable diagnostic logging"
2639
+ msgstr ""
2640
+
2641
+ #: ../settings.php:344
2642
+ msgid "Limit access by IP address"
2643
+ msgstr ""
2644
+
2645
+ #: ../settings.php:350
2646
+ msgid "Access to this website"
2647
+ msgstr ""
2648
+
2649
+ #: ../settings.php:353
2650
+ msgid "Full access mode"
2651
+ msgstr ""
2652
+
2653
+ #: ../settings.php:354
2654
+ msgid "Read-only mode"
2655
+ msgstr ""
2656
+
2657
+ #: ../settings.php:370
2658
+ msgid "The full access mode requires the PRO version of WP Cerber"
2659
+ msgstr ""
2660
+
2661
+ #: ../nexus/cerber-slave-list.php:48
2662
+ msgid "WordPress"
2663
+ msgstr ""
2664
+
2665
+ #: ../nexus/cerber-slave-list.php:52
2666
+ msgid "Malware Scan"
2667
+ msgstr ""
2668
+
2669
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2670
+ msgid "Notes"
2671
+ msgstr ""
2672
+
2673
+ #: ../nexus/cerber-slave-list.php:117
2674
+ msgid "Add a slave website"
2675
+ msgstr ""
2676
+
2677
+ #: ../nexus/cerber-slave-list.php:193
2678
+ msgid "Search results for:"
2679
+ msgstr ""
2680
+
2681
+ #: ../nexus/cerber-slave-list.php:233
2682
+ msgid "Edit"
2683
+ msgstr ""
2684
+
2685
+ #: ../nexus/cerber-slave-list.php:239
2686
+ msgid "Switch to"
2687
+ msgstr ""
2688
+
2689
+ #: ../nexus/cerber-slave-list.php:339
2690
+ msgid "No websites configured."
2691
+ msgstr ""
2692
+
2693
+ #: ../nexus/cerber-slave-list.php:339
2694
+ msgid "Add a new one"
2695
+ msgstr ""
2696
+
2697
+ #: ../nexus/cerber-nexus-master.php:70
2698
+ msgid "Website Properties"
2699
+ msgstr ""
2700
+
2701
+ #: ../nexus/cerber-nexus-master.php:80
2702
+ msgid "Website URL"
2703
+ msgstr ""
2704
+
2705
+ #: ../nexus/cerber-nexus-master.php:85
2706
+ msgid "Display as"
2707
+ msgstr ""
2708
+
2709
+ #: ../nexus/cerber-nexus-master.php:111
2710
+ msgid "Website Owner"
2711
+ msgstr ""
2712
+
2713
+ #: ../nexus/cerber-nexus-master.php:115
2714
+ msgid "First Name"
2715
+ msgstr ""
2716
+
2717
+ #: ../nexus/cerber-nexus-master.php:119
2718
+ msgid "Last Name"
2719
+ msgstr ""
2720
+
2721
+ #: ../nexus/cerber-nexus-master.php:123
2722
+ msgid "Email"
2723
+ msgstr ""
2724
+
2725
+ #: ../nexus/cerber-nexus-master.php:127
2726
+ msgid "Phone"
2727
+ msgstr ""
2728
+
2729
+ #: ../nexus/cerber-nexus-master.php:135
2730
+ msgid "Address"
2731
+ msgstr ""
2732
+
2733
+ #: ../nexus/cerber-nexus-master.php:260
2734
+ msgid "Security access token is invalid"
2735
+ msgstr ""
2736
+
2737
+ #: ../nexus/cerber-nexus-master.php:290
2738
+ msgid "The website you are trying to add is already in the list"
2739
+ msgstr ""
2740
+
2741
+ #: ../nexus/cerber-nexus-master.php:299
2742
+ msgid "The website has been added successfully"
2743
+ msgstr ""
2744
+
2745
+ #: ../nexus/cerber-nexus-master.php:300
2746
+ msgid "Click to edit"
2747
+ msgstr ""
2748
+
2749
+ #: ../nexus/cerber-nexus-master.php:301
2750
+ msgid "Switch to the Dashboard"
2751
+ msgstr ""
2752
+
2753
+ #: ../nexus/cerber-nexus-master.php:304
2754
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2755
+ msgstr ""
2756
+
2757
+ #: ../nexus/cerber-nexus-master.php:425
2758
+ msgid "Website has been deleted"
2759
+ msgid_plural "%s websites have been deleted"
2760
+ msgstr[0] ""
2761
+ msgstr[1] ""
2762
+
2763
+ #: ../nexus/cerber-nexus-master.php:981
2764
+ msgid "You have switched to %s"
2765
+ msgstr ""
2766
+
2767
+ #: ../nexus/cerber-nexus-master.php:986
2768
+ msgid "You have switched back to the master website"
2769
+ msgstr ""
2770
+
2771
+ #: ../nexus/cerber-nexus-master.php:1196
2772
+ msgid "You are here:"
2773
+ msgstr ""
2774
+
2775
+ #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2776
+ #: /nexus/cerber-nexus.php:99
2777
+ msgid "My Websites"
2778
+ msgstr ""
2779
+
2780
+ #: ../nexus/cerber-nexus-master.php:1214
2781
+ msgid "Visit Site"
2782
+ msgstr ""
2783
+
2784
+ #: ../nexus/cerber-nexus.php:61
2785
+ msgid "Enable slave mode"
2786
+ msgstr ""
2787
+
2788
+ #: ../nexus/cerber-nexus.php:62
2789
+ msgid "This website can be managed from a master website"
2790
+ msgstr ""
2791
+
2792
+ #: ../nexus/cerber-nexus.php:65
2793
+ msgid "Enable master mode"
2794
+ msgstr ""
2795
+
2796
+ #: ../nexus/cerber-nexus.php:66
2797
+ msgid "Configure this website as a master to manage other website"
2798
+ msgstr ""
2799
+
2800
+ #: ../nexus/cerber-nexus.php:71
2801
+ msgid "To proceed, please select the mode for this website"
2802
+ msgstr ""
2803
+
2804
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2805
+ msgid "Slave Settings"
2806
+ msgstr ""
2807
+
2808
+ #: ../nexus/cerber-nexus.php:141
2809
+ msgid "Secret Access Token"
2810
+ msgstr ""
2811
+
2812
+ #: ../nexus/cerber-nexus.php:143
2813
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2814
+ msgstr ""
2815
+
2816
+ #: ../nexus/cerber-nexus.php:145
2817
+ msgid "Are you sure? This permanently invalidates the token."
2818
+ msgstr ""
2819
+
2820
+ #: ../nexus/cerber-nexus.php:146
2821
+ msgid "Disable slave mode"
2822
+ msgstr ""
2823
+
2824
+ #: ../nexus/cerber-nexus.php:261
2825
+ msgid "This website is set as master."
2826
+ msgstr ""
2827
+
2828
+ #: ../nexus/cerber-nexus.php:262
2829
+ msgid "Add slave websites by using access tokens."
2830
+ msgstr ""
2831
+
2832
+ #: ../nexus/cerber-nexus.php:265
2833
+ msgid "This website is set as slave."
2834
+ msgstr ""
2835
+
2836
+ #: ../nexus/cerber-nexus.php:266
2837
+ msgid "Install the access token on the master website."
2838
+ msgstr ""
2839
+
2840
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2841
+ #: ../common.php:1391
2842
+ msgid "%s sec"
2843
+ msgid_plural "%s secs"
2844
+ msgstr[0] ""
2845
+ msgstr[1] ""
2846
+
2847
+ #: ../settings.php:832
2848
+ msgid "Send reports on"
2849
+ msgstr ""
2850
+
2851
+ #: ../nexus/cerber-slave-list.php:51
2852
+ msgid "Updates"
2853
+ msgstr ""
2854
+
2855
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2856
+ msgid "Group"
2857
+ msgstr ""
2858
+
2859
+ #: ../nexus/cerber-slave-list.php:96
2860
+ msgid "Upgrade WP Cerber"
2861
+ msgstr ""
2862
+
2863
+ #: ../nexus/cerber-slave-list.php:97
2864
+ msgid "Upgrade all active plugins"
2865
+ msgstr ""
2866
+
2867
+ #: ../nexus/cerber-slave-list.php:98
2868
+ msgid "Delete website"
2869
+ msgstr ""
2870
+
2871
+ #: ../nexus/cerber-slave-list.php:111
2872
+ msgid "All groups"
2873
+ msgstr ""
2874
+
2875
+ #: ../nexus/cerber-nexus-master.php:1377
2876
+ msgid "Are you sure you want to delete selected websites?"
2877
+ msgstr ""
2878
+
2879
+ #: ../cerber-users.php:130
2880
+ msgid "Block"
2881
+ msgstr ""
2882
+
2883
+ #: ../nexus/cerber-nexus-master.php:62
2884
+ msgid "Select an existing group or enter a new one to add it"
2885
+ msgstr ""
2886
+
2887
+ #: ../nexus/cerber-nexus-master.php:131
2888
+ msgid "Company"
2889
+ msgstr ""
2890
+
2891
+ #: ../nexus/cerber-nexus-master.php:656
2892
+ msgid "Invalid response from the slave website"
2893
+ msgstr ""
2894
+
2895
+ #: ../common.php:1182 ../common.php:1247
2896
+ msgid "Attempt to log in with non-existing username"
2897
+ msgstr ""
2898
+
2899
+ #: ../cerber-load.php:3805
2900
+ msgid "Attempts to log in with non-existing usernames"
2901
+ msgstr ""
2902
+
2903
+ #: ../settings.php:321
2904
+ msgid "Use master language"
2905
+ msgstr ""
2906
+
2907
+ #: ../settings.php:547
2908
+ msgid "Non-existing users"
2909
+ msgstr ""
2910
+
2911
+ #: ../settings.php:551
2912
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2913
+ msgstr ""
2914
+
2915
+ #: ../nexus/cerber-slave-list.php:54
2916
+ msgid "Owner"
2917
+ msgstr ""
2918
+
2919
+ #: ../nexus/cerber-slave-list.php:339
2920
+ msgid "Disable master mode"
2921
+ msgstr ""
2922
+
2923
+ #: ../nexus/cerber-nexus.php:146
2924
+ msgid "To revoke the token and disable remote management, click here:"
2925
+ msgstr ""
2926
+
2927
+ #: ../settings.php:706
2928
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2929
+ msgstr ""
2930
+
2931
+ #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2932
+ msgid "Active plugins and updates on"
2933
+ msgstr ""
2934
+
2935
+ #: ../nexus/cerber-nexus-master.php:1421
2936
+ msgid "A newer version is available"
2937
+ msgstr ""
2938
+
languages/wp-cerber-de_DE.mo CHANGED
Binary file
languages/wp-cerber-de_DE.po CHANGED
@@ -8,667 +8,652 @@ msgstr ""
8
  "Language: de\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:77
12
  msgid "Limit login attempts"
13
  msgstr "Anmeldeversuche limitieren"
14
 
15
- #: ../settings.php:78
16
  msgid "Attempts"
17
  msgstr "Versuche"
18
 
19
- #: ../settings.php:79
20
  msgid "Lockout duration"
21
  msgstr "Sperrdauer"
22
 
23
- #: ../settings.php:79 ../settings.php:105
24
  msgid "minutes"
25
  msgstr "Minuten"
26
 
27
- #: ../settings.php:80
28
  msgid "Aggressive lockout"
29
  msgstr "Aggressive Sperre"
30
 
31
- #: ../settings.php:83
32
  msgid "Site connection"
33
  msgstr "Verbindung zur Website"
34
 
35
- #: ../settings.php:85
36
  msgid "Proactive security rules"
37
  msgstr "Proaktive Sicherheitsregeln"
38
 
39
- #: ../settings.php:86
40
  msgid "Block subnet"
41
  msgstr "Sperre Subnetz"
42
 
43
- #: ../settings.php:89
44
  msgid "Request wp-login.php"
45
  msgstr "Anfrage wp-login.php"
46
 
47
- #: ../settings.php:89
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "IP nach jeder Anfrage auf wp-login.php sofort sperren"
50
 
51
- #: ../settings.php:92
52
  msgid "Custom login page"
53
  msgstr "Benutzerdefinierte Login-Seite"
54
 
55
- #: ../settings.php:93
56
  msgid "Custom login URL"
57
  msgstr "Benutzerdefinierte Login-URL"
58
 
59
  #. There is no perfect translation for "slug" with keeping the context. "Permalink" describes the whole URL but is used by WordPress in this place.
60
- #: ../settings.php:99
61
  #, fuzzy
62
  msgid "must not overlap with the existing pages or posts slug"
63
  msgstr "darf sich nicht mit Permalinks von vorhandenen Seiten oder Beiträgen überlappen"
64
 
65
- #: ../settings.php:101
66
  msgid "Disable wp-login.php"
67
  msgstr "Deaktiviere wp-login.php"
68
 
69
- #: ../settings.php:101
70
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
71
  msgstr "Blockiere direkten Zugriff zu wp-login.php und gib HTTP 404 Not Found Error zurück"
72
 
73
- #: ../dashboard.php:1320 ../settings.php:103
74
  msgid "Citadel mode"
75
  msgstr "Citadel Modus"
76
 
77
- #: ../settings.php:104
78
  msgid "Threshold"
79
  msgstr "Schwelle"
80
 
81
- #: ../settings.php:105 ../cerber-scanner.php:3823
82
  msgid "Duration"
83
  msgstr "Dauer"
84
 
85
- #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
86
- #: 631
87
  msgid "Notifications"
88
  msgstr "Benachrichtigungen"
89
 
90
- #: ../settings.php:106
91
  msgid "Send notification to admin email"
92
  msgstr "Sende eine Benachrichtigung an die Emailadresse des Admins"
93
 
94
- #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
95
- #: tools.php:100 ../cerber-tools.php:187
96
  msgid "Access Lists"
97
  msgstr "Zugriffslisten"
98
 
99
- #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
100
- #: /settings.php:108 ../settings.php:625
101
  msgid "Activity"
102
  msgstr "Aktivität"
103
 
104
- #: ../settings.php:626
105
  msgid "Lockouts"
106
  msgstr "Sperren"
107
 
108
- #: ../settings.php:748 ../settings.php:870
109
  msgid "%s allowed retries in %s minutes"
110
  msgstr "%s erlaubte Wiederholungen in %s Minuten"
111
 
112
- #: ../settings.php:770 ../settings.php:892
113
  msgid "Enable after %s failed login attempts in last %s minutes"
114
  msgstr "Aktiviere nach %s fehlgeschlagenen Anmeldeversuchen in den letzten %s Minuten"
115
 
116
- #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
117
- #: php:4024
118
  msgid "IP"
119
  msgstr "IP"
120
 
121
- #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
 
122
  msgid "Date"
123
  msgstr "Datum"
124
 
125
- #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
126
  msgid "Local User"
127
  msgstr "Lokaler Benutzer"
128
 
129
- #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
130
  msgid "Username used"
131
  msgstr "Benutzername wird bereits verwendet"
132
 
133
- #: ../dashboard.php:153
134
  msgid "Showing last %d records from %d"
135
  msgstr "Zeige die letzten %d Einträge von %d"
136
 
137
- #: ../common.php:836
138
  msgid "Logged in"
139
  msgstr "Eingeloggt"
140
 
141
- #: ../common.php:837
142
  msgid "Logged out"
143
  msgstr "Ausgeloggt"
144
 
145
- #: ../common.php:838
146
  msgid "Login failed"
147
  msgstr "Login fehlgeschlagen"
148
 
149
- #: ../common.php:841
150
  msgid "IP blocked"
151
  msgstr "IP geblockt"
152
 
153
- #: ../common.php:842
154
  msgid "Subnet blocked"
155
  msgstr "Subnetz geblockt"
156
 
157
- #: ../common.php:844
158
  msgid "Citadel activated!"
159
  msgstr "Citadel-Modus aktiviert!"
160
 
161
- #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
162
- #: 890
163
  msgid "Locked out"
164
  msgstr "Ausgesperrt"
165
 
166
  #. Only correct if "IP blacklisted" is used as indicative. Otherwise it would not translate "IP auf der schwarzen Liste" but "IP auf die schwarze Liste gesetzt" (if it states that the IP was just blacklisted).
167
- #: ../common.php:891
168
  #, fuzzy
169
  msgid "IP blacklisted"
170
  msgstr "IP blockiert"
171
 
172
- #: ../common.php:859
173
  msgid "Password changed"
174
  msgstr "Passwort geändert"
175
 
176
- #: ../dashboard.php:127 ../dashboard.php:207
177
  msgid "Remove"
178
  msgstr "Entfernen"
179
 
180
- #: ../dashboard.php:437
181
  msgid "Lockout for %s was removed"
182
  msgstr "Die Sperre für %s wurde entfernt"
183
 
184
- #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
185
- #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
186
  #, fuzzy
187
  msgid "White IP Access List"
188
  msgstr "Weiße Liste (erlaubten IPs)"
189
 
190
- #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
191
- #: php:1319 ../dashboard.php:3067
192
  #, fuzzy
193
  msgid "Black IP Access List"
194
  msgstr "Schwarze Liste (verbotenen IPs)"
195
 
196
- #: ../dashboard.php:213
197
  msgid "List is empty"
198
  msgstr "Liste ist leer"
199
 
200
- #: ../dashboard.php:250
201
  msgid "Address %s was added to White IP Access List"
202
  msgstr "Adresse %s wurde zur Liste der erlaubten IPs hinzugefügt"
203
 
204
- #: ../dashboard.php:264
205
  msgid "Address %s was added to Black IP Access List"
206
  msgstr "Adresse %s wurde zur Liste der verbotenen IPs hinzugefügt"
207
 
208
- #: ../cerber-load.php:3446
209
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
210
  msgstr "Citadel-Modus ist aktiviert nach %d fehlgeschlagenen Logins in %d Minuten."
211
 
212
- #: ../dashboard.php:1990 ../dashboard.php:2400
213
  msgid "View Activity"
214
  msgstr "Aktivitäten anzeigen"
215
 
216
- #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
217
- #: scanner.php:76
218
  msgid "Settings"
219
  msgstr "Einstellungen"
220
 
221
- #: ../dashboard.php:1181
222
  msgid "Last login"
223
  msgstr "Letzte Anmeldung"
224
 
225
- #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
 
226
  msgid "Never"
227
  msgstr "Niemals"
228
 
229
- #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
230
- #: /cerber-scanner.php:5659
231
  msgid "Are you sure?"
232
  msgstr "Sind Sie sicher?"
233
 
234
- #: ../dashboard.php:1632 ../settings.php:83
235
  msgid "My site is behind a reverse proxy"
236
  msgstr "Meine Website ist hinter einem Reverse-Proxy"
237
 
238
- #: ../settings.php:87
239
- msgid "Non-existent users"
240
- msgstr "Nicht vorhandene Benutzer"
241
-
242
- #: ../settings.php:87
243
- msgid "Immediately block IP when attempting to login with a non-existent username"
244
- msgstr "IP sofort sperren, wenn versucht wird, sich mit einem nicht vorhandenen Benutzernamen einzuloggen "
245
-
246
  #. A fuzzy translation that is mostly used in this context would be "Machen Sie Ihren Schutz intelligenter!"
247
- #: ../settings.php:580
248
  msgid "Make your protection smarter!"
249
  msgstr "Machen Sie Ihren Schutz schlauer!"
250
 
251
- #: ../settings.php:584
252
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
253
  msgstr "Bitte aktivieren Sie Permalinks um dieses Merkmal zu verwenden. Setzen Sie die Permalink-Einstellungen auf etwas anderes als Standard."
254
 
255
- #: ../cerber-load.php:4305 ../settings.php:627
256
  msgid "Main Settings"
257
  msgstr "Haupteinstellungen"
258
 
259
- #: ../dashboard.php:3700
260
  msgid "Help"
261
  msgstr "Hilfe"
262
 
263
  #. "Aussperrungen" is used in plural because there are more likely several lockouts in the last hours. One single lockout would demand the use of the singular "Aussperrung". We could use "Aussperrung(en)" to cover all cases.
264
- #: ../settings.php:758 ../settings.php:880
265
  #, fuzzy
266
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
267
  msgstr "Erhöhe die Sperrdauer um %s Stunden nach %s Aussperrungen in den letzten %s Stunden"
268
 
269
- #: ../cerber-load.php:370
270
  msgid "You are not allowed to log in. Ask your administrator for assistance."
271
  msgstr "Sie sind nicht berechtigt, sich anzumelden. Fragen Sie Ihren Administrator nach Unterstützung."
272
 
273
- #: ../cerber-load.php:396
274
  msgid "You have only one attempt remaining."
275
  msgid_plural "You have %d attempts remaining."
276
  msgstr[0] "Sie haben nur noch einen Versuch."
277
  msgstr[1] "Sie haben nur noch %d Versuche."
278
 
279
- #: ../dashboard.php:764
280
  msgid "No activity has been logged."
281
  msgstr "Keine Aktivität wurde protokolliert."
282
 
283
- #: ../dashboard.php:137
284
  msgid "Expires"
285
  msgstr "Gültig bis"
286
 
287
- #: ../dashboard.php:159
288
  msgid "No lockouts at the moment. The sky is clear."
289
  msgstr "Keine Sperrung im Moment. Der Himmel ist klar."
290
 
291
- #: ../dashboard.php:179
292
  msgid "These IPs will never be locked out"
293
  msgstr "Diese IPs werden nie gesperrt"
294
 
295
- #: ../dashboard.php:188
296
  msgid "Your IP"
297
  msgstr "Ihre IP"
298
 
299
- #: ../cerber-load.php:3447
300
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
301
  msgstr "Der letzte gescheiterte Versuch war um %s von der IP %s mit der Benutzeranmeldung: %s."
302
 
303
- #: ../cerber-load.php:4273
304
  msgid "Can't activate WP Cerber due to a database error."
305
  msgstr "Kann WP Cerber aufgrund eines Datenbankfehlers nicht aktivieren."
306
 
307
- #: ../settings.php:765 ../settings.php:887
308
  msgid "Notify admin if the number of active lockouts above"
309
  msgstr "Benachrichtige den Admin, wenn die Anzahl von aktiven Aussperrungen größer ist als"
310
 
311
- #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
312
  msgid "days"
313
  msgstr "Tage"
314
 
315
- #: ../dashboard.php:1271
316
  msgid "Cerber Quick View"
317
  msgstr "Cerber Schnellansicht"
318
 
319
- #: ../dashboard.php:155
320
  msgid "Hint"
321
  msgstr "Hinweis"
322
 
323
- #: ../dashboard.php:155
324
  msgid "To view activity, click on the IP"
325
  msgstr "Um die Aktivität sehen zu können, klicken Sie auf die IP"
326
 
327
- #: ../settings.php:86
328
  msgid "Always block entire subnet Class C of intruders IP"
329
  msgstr "Immer das gesamte Subnetz Klasse C der IP des Eindringlings blockieren"
330
 
331
- #: ../settings.php:106 ../settings.php:767 ../settings.php:889
332
  msgid "Click to send test"
333
  msgstr "Klicken für Sendungstest"
334
 
335
- #: ../settings.php:1052 ../settings.php:1053
336
  msgid "Attention! You have changed the login URL! The new login URL is"
337
  msgstr "Achtung! Sie haben die Anmelde-URL geändert! Die neue Login-URL ist"
338
 
339
- #: ../dashboard.php:1180
340
  msgid "Comments"
341
  msgstr "Kommentare"
342
 
343
- #: ../common.php:1210
344
  msgid "Update to version %s of WP Cerber"
345
  msgstr "Update auf Version %s von WP Cerber"
346
 
347
- #: ../cerber-load.php:3448 ../cerber-load.php:4056
348
  msgid "View activity in dashboard"
349
  msgstr "Zeige Aktivität im Dashboard"
350
 
351
- #: ../cerber-load.php:3477
352
  msgid "Number of active lockouts"
353
  msgstr "Anzahl der aktiven Sperren"
354
 
355
- #: ../cerber-load.php:3481
356
  msgid "View lockouts in dashboard"
357
  msgstr "Zeige Sperren im Dashboard"
358
 
359
- #: ../cerber-load.php:3569
360
  msgid "This message was sent by"
361
  msgstr "Diese Nachricht wurde gesendet von"
362
 
363
  #. Used to be "Import/Export" but this is a fuzzy translation. Exact translation that WordPress also uses is "Werkzeuge".
364
- #: ../dashboard.php:69 ../cerber-tools.php:50
365
  msgid "Tools"
366
  msgstr "Werkzeuge"
367
 
368
- #: ../cerber-tools.php:87
369
  msgid "Export settings to the file"
370
  msgstr "Einstellungen in Datei exportieren"
371
 
372
  #. "below" is ignored in the translation.
373
- #: ../cerber-tools.php:88
374
  #, fuzzy
375
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
376
  msgstr "Wenn Sie auf den Button klicken, bekommen Sie eine Konfigurationsdatei, die Sie auf einer anderen Website hochladen können."
377
 
378
- #: ../cerber-tools.php:89
379
  msgid "What do you want to export?"
380
  msgstr "Was wollen Sie exportieren?"
381
 
382
- #: ../cerber-tools.php:92
383
  msgid "Download file"
384
  msgstr "Datei herunterladen"
385
 
386
- #: ../cerber-tools.php:94
387
  msgid "Import settings from the file"
388
  msgstr "Einstellungen aus Datei importieren"
389
 
390
  #. "below" is ignored in the translation.
391
- #: ../cerber-tools.php:95
392
  #, fuzzy
393
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
394
  msgstr "Wenn Sie auf den Button klicken, wird die Datei hochgeladen und alle vorhandenen Einstellungen werden überschrieben."
395
 
396
- #: ../cerber-tools.php:96
397
  msgid "Select file to import."
398
  msgstr "Datei zum Importieren auswählen."
399
 
400
- #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
401
  msgid "Maximum upload file size: %s."
402
  msgstr "Maximale Dateigröße für Uploads: %s"
403
 
404
- #: ../cerber-tools.php:99
405
  msgid "What do you want to import?"
406
  msgstr "Was wollen Sie importieren?"
407
 
408
- #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
409
  msgid "Upload file"
410
  msgstr "Datei hochladen"
411
 
412
- #: ../cerber-tools.php:150
413
  msgid "No file was uploaded or file is corrupted"
414
  msgstr "Keine Datei hochgeladen oder Datei ist beschädigt"
415
 
416
- #: ../cerber-tools.php:187
417
  msgid "Error while updating"
418
  msgstr "Fehler bei der Aktualisierung"
419
 
420
- #: ../cerber-tools.php:193
421
  msgid "Settings has imported successfully from"
422
  msgstr "Einstellungen erfolgreich importiert von"
423
 
424
- #: ../cerber-tools.php:200
425
  msgid "Error while parsing file"
426
  msgstr "Fehler beim Parsen der Datei"
427
 
428
- #: ../dashboard.php:135 ../dashboard.php:737
429
  msgid "Hostname"
430
  msgstr "Hostname"
431
 
432
- #: ../dashboard.php:403
433
  #, fuzzy
434
  msgid "unknown"
435
  msgstr "unbekannt"
436
 
437
- #: ../settings.php:109 ../settings.php:365
438
  msgid "Keep records for"
439
  msgstr "Behalte Aufzeichnungen für"
440
 
441
- #: ../dashboard.php:1305 ../dashboard.php:1327
442
  msgid "active"
443
  msgstr "aktiv"
444
 
445
- #: ../dashboard.php:1305
446
  msgid "deactivate"
447
  msgstr "deaktiviert"
448
 
449
- #: ../dashboard.php:1307
450
  msgid "not active"
451
  msgstr "nicht aktiv"
452
 
453
  #. "deactive" and "disabled" mean exactly the same in German.
454
- #: ../dashboard.php:1308 ../dashboard.php:1322
455
  msgid "disabled"
456
  msgstr "deaktiviert"
457
 
458
- #: ../dashboard.php:1313
459
  msgid "failed attempts"
460
  msgstr "Fehlversuche"
461
 
462
- #: ../dashboard.php:1313 ../dashboard.php:1314
463
  msgid "in 24 hours"
464
  msgstr "in 24 Stunden"
465
 
466
- #: ../dashboard.php:1313 ../dashboard.php:1314
467
  msgid "view all"
468
  msgstr "Zeige alle"
469
 
470
- #: ../dashboard.php:1314
471
  msgid "lockouts"
472
  msgstr "Sperren"
473
 
474
- #: ../dashboard.php:1316
475
  msgid "Lockouts at the moment"
476
  msgstr "Momentane Sperren"
477
 
478
- #: ../dashboard.php:1317
479
  msgid "Last lockout"
480
  msgstr "Letzte Sperre"
481
 
482
- #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
483
  msgid "entry"
484
  msgid_plural "entries"
485
  msgstr[0] "Eintrag"
486
  msgstr[1] "Einträge"
487
 
488
- #: ../dashboard.php:1870
489
  #, fuzzy
490
  msgid "Confused about some settings?"
491
  msgstr "Verwirrende Einstellungen?"
492
 
493
- #: ../dashboard.php:1871
494
  msgid "You can easily load default recommended settings using button below"
495
  msgstr "Sie können ganz einfach mit dem unteren Button empfohlene Standardeinstellungen laden"
496
 
497
- #: ../dashboard.php:1873
498
  msgid "Load default settings"
499
  msgstr "Standardeinstellung laden"
500
 
501
- #: ../dashboard.php:1881
502
  msgid "doesn't affect Custom login URL and Access Lists"
503
  msgstr "hat keinen Einfluss auf benutzerdefinierte Login-URL und Zugriffslisten"
504
 
505
- #: ../common.php:1203 ../settings.php:236
506
  msgid "New version is available"
507
  msgstr "Eine neue Version ist verfügbar"
508
 
509
- #: ../cerber-load.php:3420
510
  msgid "WP Cerber notify"
511
  msgstr "WP Cerber benachrichtigen"
512
 
513
- #: ../cerber-load.php:3444
514
  msgid "Citadel mode is activated"
515
  msgstr "Citadel-Modus ist aktiviert"
516
 
517
- #: ../cerber-load.php:3516
518
  msgid "New Custom login URL"
519
  msgstr "Neue benutzerdefinierte Login-URL"
520
 
521
- #: ../cerber-load.php:4260
522
  msgid "The WP Cerber requires PHP %s or higher. You are running"
523
  msgstr "WP Cerber benötigt PHP Version %s oder höher. Sie haben"
524
 
525
- #: ../cerber-load.php:4264
526
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
527
  msgstr "WP Cerber benötigt Wordpress Version %s oder höher. Sie haben"
528
 
529
  #. Non-fuzzy translation would be "Verwende Datei" but in this context "Verwende Logdatei" is describing exactly what it does.
530
- #: ../settings.php:112
531
  #, fuzzy
532
  msgid "Use file"
533
  msgstr "Verwende Logdatei"
534
 
535
- #: ../settings.php:112
536
  msgid "Write failed login attempts to the file"
537
  msgstr "Schreibe fehlgeschlagene Anmeldungen in die Datei."
538
 
539
- #: ../dashboard.php:1989
540
  msgid "Deactivate"
541
  msgstr "Deaktivieren"
542
 
543
- #: ../dashboard.php:138 ../cerber-load.php:3479
544
  msgid "Reason"
545
  msgstr "Grund"
546
 
547
- #: ../dashboard.php:218
548
  msgid "Add IP to the list"
549
  msgstr "Füge IP zur Liste hinzu"
550
 
551
- #: ../dashboard.php:1001
552
  msgid "Add IP to the Black List"
553
  msgstr "Füge IP zur Schwarzen Liste hinzu"
554
 
555
- #: ../common.php:928
556
  msgid "Attempt to access"
557
  msgstr "Zugriffsversuch"
558
 
559
- #: ../common.php:927
560
  msgid "Limit on login attempts is reached"
561
  msgstr "Limit für Anmeldeversuche ist erreicht"
562
 
563
- #: ../common.php:867 ../common.php:929
564
- msgid "Attempt to log in with non-existent username"
565
- msgstr "Anmeldeversuch mit nicht existierendem Nutzernamen"
566
-
567
- #: ../cerber-load.php:3478
568
  msgid "Last lockout was added: %s for IP %s"
569
  msgstr "Letzte Sperre wurde hinzugefügt: %s für IP %s"
570
 
571
  #. "Abhärtung" is the medical translation for "hardening" which fits best in this case.
572
- #: ../cerber-load.php:4309 ../settings.php:629
573
  msgid "Hardening"
574
  msgstr "Abhärtung"
575
 
576
- #: ../dashboard.php:978
577
  msgid "Abuse email:"
578
  msgstr "Missbrauch Email:"
579
 
580
- #: ../settings.php:223 ../settings.php:264 ../settings.php:502
581
  msgid "Email Address"
582
  msgstr "E-Mail-Adresse"
583
 
584
- #: ../settings.php:232
585
  msgid "if empty, the admin email %s will be used"
586
  msgstr "wenn leer, dann wird die E-Mail-Adresse %s des Admins benutzt"
587
 
588
  #. More narrow translation would be "IP aufbrechen" but does not really fit.
589
- #: ../settings.php:115
590
  #, fuzzy
591
  msgid "Drill down IP"
592
  msgstr "IP inspizieren"
593
 
594
- #: ../settings.php:115
595
  msgid "Retrieve extra WHOIS information for IP"
596
  msgstr "Extra WHOIS Informationen für IP abrufen"
597
 
598
- #: ../settings.php:123
599
  msgid "Hardening WordPress"
600
  msgstr "WordPress abhärten"
601
 
602
  #. "Enumeration" would originally translate to "Aufzählung" but does not quite fit.
603
- #: ../settings.php:124
604
  #, fuzzy
605
  msgid "Stop user enumeration"
606
  msgstr "Benutzererfassung stoppen"
607
 
608
- #: ../settings.php:132
609
  msgid "Disable XML-RPC"
610
  msgstr "Deaktiviere XML-RPC"
611
 
612
- #: ../settings.php:132
613
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
614
  msgstr "Zugriff auf den XML-RPC Server sperren (Pingbacks und Trackbacks eingeschlossen)"
615
 
616
- #: ../settings.php:133
617
  msgid "Disable feeds"
618
  msgstr "Feeds deaktivieren"
619
 
620
- #: ../settings.php:133
621
  msgid "Block access to the RSS, Atom and RDF feeds"
622
  msgstr "Zugriff auf den RSS-, den Atom- und den RDF-Feed blockieren"
623
 
624
- #: ../settings.php:134
625
  msgid "Disable REST API"
626
  msgstr "REST API deaktivieren"
627
 
628
- #: ../settings.php:594
629
- #, fuzzy
630
- msgid "These settings do not affect hosts from the "
631
- msgstr "Diese Einstellungen beeinflussen keine Hosts von"
632
-
633
- #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
634
  msgid "<strong>ERROR</strong>: please enter a valid email address."
635
  msgstr "<strong>FEHLER</strong>: Bitte eine gültige E-Mail-Adresse eingeben"
636
 
637
- #: ../cerber-load.php:3509 ../cerber-load.php:4294
638
  #, fuzzy
639
  msgid "WP Cerber is now active and has started protecting your site"
640
  msgstr "WP Cerber ist nun aktiv und schützt ihre Website"
641
 
642
- #: ../dashboard.php:139 ../cerber-scanner.php:5541 ../cerber-scanner.php:5672
643
  msgid "Action"
644
  msgstr "Aktion"
645
 
646
- #: ../dashboard.php:181
647
  msgid "Nobody can log in or register from these IPs"
648
  msgstr "Niemand kann sich von diesen IPs anmelden oder registrieren"
649
 
650
- #: ../dashboard.php:244 ../dashboard.php:256
651
  msgid "Incorrect IP address or IP range"
652
  msgstr "Falsche IP-Adresse oder falscher IP-Bereich"
653
 
654
- #: ../dashboard.php:453 ../dashboard.php:2005
655
  msgid "Settings saved"
656
  msgstr "Einstellungen gespeichert"
657
 
658
- #: ../dashboard.php:982
659
  msgid "Network:"
660
  msgstr "Netzwerk:"
661
 
662
- #: ../dashboard.php:996
663
  msgid "Add network to the Black List"
664
  msgstr "Netzwerk zur schwarzen Liste hinzufügen"
665
 
666
- #: ../dashboard.php:1988
667
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
668
  msgstr "Achtung! Citadel-Modus ist nun aktiv. Niemand kann sich anmelden."
669
 
670
- #: ../dashboard.php:361 ../dashboard.php:2996 ../whois.php:223 ../whois.php:254 ..
671
- #: /common.php:926 ../common.php:1294
672
  msgid "Unknown"
673
  msgstr "Unbekannt"
674
 
@@ -677,596 +662,598 @@ msgstr "Unbekannt"
677
  msgid "Gregory"
678
  msgstr "Gregory"
679
 
680
- #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
681
- #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
682
- #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
683
- #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
684
- #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
685
- #: /settings.php:1114
 
686
  msgid "ERROR:"
687
  msgstr "FEHLER:"
688
 
689
- #: ../cerber-load.php:708
690
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
691
  msgstr "Menschlichkeitsnachweis gescheitert. Bitte klicken Sie das quadratische Kästchen im reCAPTCHA-Block unten."
692
 
693
- #: ../cerber-load.php:987
694
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
695
  msgstr "<strong>FEHLER</strong>: Das eingegebene Passwort für den Benutzernamen %s ist falsch."
696
 
697
- #: ../cerber-load.php:1214
698
  msgid "Username is not allowed. Please choose another one."
699
  msgstr "Benutzername ist nicht erlaubt. Bitte einen anderen wählen."
700
 
701
- #: ../cerber-load.php:3472
702
  msgid "unspecified"
703
  msgstr "nicht spezifiziert"
704
 
705
- #: ../cerber-load.php:3475
706
  msgid "Number of lockouts is increasing"
707
  msgstr "Anzahl an Sperren steigt an"
708
 
709
- #: ../cerber-load.php:3480
710
  msgid "View activity for this IP"
711
  msgstr "Zeige Aktivität für diese IP"
712
 
713
- #: ../cerber-load.php:3484 ../cerber-load.php:3486
714
  msgid "A new version of WP Cerber is available to install"
715
  msgstr "Eine neue Version von WP Cerber ist zur Installation verfügbar"
716
 
717
- #: ../cerber-load.php:3485
718
  msgid "Hi!"
719
  msgstr "Hallo!"
720
 
721
  #. Original translation is "Internetseite" but this translation is not up to time.
722
- #: ../cerber-load.php:3488 ../cerber-load.php:3499
 
723
  msgid "Website"
724
  msgstr "Website"
725
 
726
- #: ../cerber-load.php:3491 ../cerber-load.php:3492
727
  msgid "The WP Cerber security plugin has been deactivated"
728
  msgstr "Das WP Cerber Sicherheits-Plugin wurde deaktiviert"
729
 
730
- #: ../cerber-load.php:3494
731
  msgid "Not logged in"
732
  msgstr "Nicht angemeldet"
733
 
734
- #: ../cerber-load.php:3500
735
  #, fuzzy
736
  msgid "By user"
737
  msgstr "Von Nutzer"
738
 
739
- #: ../cerber-load.php:3501
740
  #, fuzzy
741
  msgid "From IP address"
742
  msgstr "Von IP-Adresse"
743
 
744
- #: ../cerber-load.php:3504
745
  #, fuzzy
746
  msgid "From country"
747
  msgstr "Vom Land"
748
 
749
- #: ../cerber-load.php:3508
750
  msgid "The WP Cerber security plugin is now active"
751
  msgstr "Das WP Cerber Sicherheits-Plugin ist nun aktiv"
752
 
753
- #: ../cerber-load.php:4295
754
  #, fuzzy
755
  msgid "Your IP address is added to the"
756
  msgstr "Ihre IP-Adresse wurde hinzugefügt zu"
757
 
758
- #: ../cerber-load.php:4311
759
  msgid "Import settings"
760
  msgstr "Import-Einstellungen"
761
 
762
- #: ../settings.php:235
763
  msgid "Notification limit"
764
  msgstr "Benachrichtigungslimit"
765
 
766
- #: ../settings.php:235
767
  #, fuzzy
768
  msgid "notification letters allowed per hour (0 means unlimited)"
769
  msgstr "Zugelassene Benachrichtigungen pro Stunde (0 bedeutet kein Limit)"
770
 
771
- #: ../settings.php:152
772
  msgid "User related settings"
773
  msgstr "Benutzerbezogene Einstellungen"
774
 
775
- #: ../settings.php:156
776
  msgid "Prohibited usernames"
777
  msgstr "Verbotene Benutzernamen"
778
 
779
- #: ../settings.php:162
780
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
781
  msgstr "Benutzernamen von dieser Liste dürfen sich nicht anmelden oder registrieren. Jede IP-Adresse, die versucht hat einen dieser Nutzernamen zu verwenden, wird sofort blockiert. Mit Komma Namen trennen."
782
 
783
- #: ../settings.php:164
784
  msgid "User session expire"
785
  msgstr "Benutzer-Sitzung Ablauf"
786
 
787
- #: ../settings.php:164
788
  msgid "in minutes (leave empty to use default WP value)"
789
  msgstr "in Minuten (leer lassen um WP Standardwert zu verwenden)"
790
 
791
- #: ../settings.php:197
792
  msgid "reCAPTCHA settings"
793
  msgstr "reCAPTCHA-Einstellungen"
794
 
795
  #. Technical term.
796
- #: ../settings.php:198
797
  msgid "Site key"
798
  msgstr "Site key"
799
 
800
  #. Technical term.
801
- #: ../settings.php:199
802
  msgid "Secret key"
803
  msgstr "Secret key"
804
 
805
- #: ../settings.php:202
806
  msgid "Enable reCAPTCHA for WordPress registration form"
807
  msgstr "Aktiviere reCAPTCHA für das WordPress Registrierungsformular"
808
 
809
- #: ../settings.php:205
810
  msgid "Lost password form"
811
  msgstr "Passwort-Vergessen-Formular"
812
 
813
- #: ../settings.php:208
814
  msgid "Login form"
815
  msgstr "Anmeldeforumlar"
816
 
817
- #: ../settings.php:208
818
  msgid "Enable reCAPTCHA for WordPress login form"
819
  msgstr "Aktiviere reCAPTCHA für das WordPress Anmeldeformular"
820
 
821
- #: ../settings.php:597
822
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
823
  msgstr "Bevor Sie reCAPTCHA nutzen können, müssen Sie einen Site key und einen Secret key von der Google Website beziehen."
824
 
825
- #: ../cerber-lab.php:750 ../settings.php:598 ../settings.php:601
826
  msgid "Know more"
827
  msgstr "Mehr erfahren"
828
 
829
- #: ../settings.php:630
830
  msgid "Users"
831
  msgstr "Benutzer"
832
 
833
- #: ../common.php:834
834
  msgid "User created"
835
  msgstr "Benutzer erstellt"
836
 
837
- #: ../dashboard.php:1822 ../common.php:835
838
  msgid "User registered"
839
  msgstr "Benutzer registriert"
840
 
841
- #: ../common.php:862
842
  msgid "reCAPTCHA verification failed"
843
  msgstr "reCAPTCHA-Bestätigung gescheitert"
844
 
845
- #: ../common.php:863
846
  msgid "reCAPTCHA settings are incorrect"
847
  msgstr "reCAPTCHA-Einstellungen sind falsch"
848
 
849
- #: ../common.php:866
850
  msgid "Attempt to access prohibited URL"
851
  msgstr "Zugriffsversuch auf verbotene URL"
852
 
853
- #: ../common.php:868 ../common.php:930
854
  msgid "Attempt to log in with prohibited username"
855
  msgstr "Anmeldeversuch mit verbotenem Benutzernamen"
856
 
857
- #: ../settings.php:110
858
  msgid "Cerber Lab connection"
859
  msgstr "Cerber Lab Verbindung"
860
 
861
- #: ../settings.php:110
862
  msgid "Send malicious IP addresses to the Cerber Lab"
863
  msgstr "Bösartige IP-Adressen an das Cerber Lab senden"
864
 
865
- #: ../settings.php:111
866
  msgid "Cerber Lab protocol"
867
  msgstr "Cerber Lab Protokoll"
868
 
869
- #: ../settings.php:174 ../settings.php:202
870
  msgid "Registration form"
871
  msgstr "Registrierungsformular"
872
 
873
- #: ../settings.php:203
874
  msgid "Enable reCAPTCHA for WooCommerce registration form"
875
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Registrierungsformular"
876
 
877
- #: ../settings.php:205
878
  msgid "Enable reCAPTCHA for WordPress lost password form"
879
  msgstr "Aktiviere reCAPTCHA für das WordPress Passwort-Vergessen-Formular"
880
 
881
- #: ../settings.php:206
882
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
883
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Passwort-Vergessen-Formular"
884
 
885
- #: ../settings.php:209
886
  msgid "Enable reCAPTCHA for WooCommerce login form"
887
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Anmeldeformular"
888
 
889
- #: ../common.php:864
890
  msgid "Request to the Google reCAPTCHA service failed"
891
  msgstr "Anfrage an den Google reCAPTCHA Dienst gescheitert"
892
 
893
- #: ../dashboard.php:1814 ../dashboard.php:1844
894
  msgid "View all"
895
  msgstr "Zeige alle"
896
 
897
- #: ../dashboard.php:1845
898
  msgid "Recently locked out IP addresses"
899
  msgstr "Kürzlich ausgesperrte IP-Adressen"
900
 
901
  #. "OK, vernichte sie alle" is a nicer translation for "OK, kill them all" ... too harsh or does it fit?
902
- #: ../cerber-lab.php:748
903
  #, fuzzy
904
  msgid "OK, nail them all"
905
  msgstr "OK, vernichte sie alle"
906
 
907
- #: ../cerber-lab.php:749
908
  msgid "NO, maybe later"
909
  msgstr "NEIN, vielleicht später"
910
 
911
  #. Dashboard is in German more common in this context as the actual translation "Amaturenbrett" which is only used for non-digital things like in cars!
912
- #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
913
- #: php:624
914
  #, fuzzy
915
  msgid "Dashboard"
916
  msgstr "Dashboard"
917
 
918
- #: ../cerber-lab.php:746
919
  msgid "Want to make WP Cerber even more powerful?"
920
  msgstr "Wollen Sie WP Cerber noch stärker machen?"
921
 
922
- #: ../cerber-lab.php:747
923
  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."
924
  msgstr "Erlaube WP Cerber ausgesperrte bösartige IP-Adressen an das Cerber Lab zu senden. Dies hilft dem Plugin-Team neue Algorithmen für WP Cerber zu entwickeln, die WordPress gegen täglich auftretende neue Bedrohungen und Botnets verteidigen. Sie können das Senden jederzeit in den Plugin-Einstellungen deaktivieren."
925
 
926
- #: ../dashboard.php:568
927
  msgid "IP address"
928
  msgstr "IP-Adresse"
929
 
930
- #: ../dashboard.php:568
931
  msgid "User login"
932
  msgstr "Benutzer-Anmeldung"
933
 
934
- #: ../dashboard.php:568
935
  msgid "User ID"
936
  msgstr "Benutzer-ID"
937
 
938
- #: ../dashboard.php:760
939
  msgid "Export"
940
  msgstr "Export"
941
 
942
- #: ../dashboard.php:782
943
  msgid "Search for IP or username"
944
  msgstr "Suche nach IP oder Nutzernamen"
945
 
946
- #: ../dashboard.php:782
947
  msgid "Filter"
948
  msgstr "Filter"
949
 
950
- #: ../dashboard.php:54
951
  msgid "Cerber Dashboard"
952
  msgstr "Cerber Dashboard"
953
 
954
- #: ../dashboard.php:69
955
  msgid "Cerber tools"
956
  msgstr "Cerber Werkzeuge"
957
 
958
- #: ../dashboard.php:2072
959
  msgid "Subscribe"
960
  msgstr "Abonnieren"
961
 
962
- #: ../dashboard.php:2073 ../cerber-tools.php:284
963
  msgid "Unsubscribe"
964
  msgstr "Abmelden"
965
 
966
- #: ../dashboard.php:2101
967
  #, fuzzy
968
  msgid "You've subscribed"
969
  msgstr "Erfolgreich abonniert"
970
 
971
- #: ../dashboard.php:2104
972
  #, fuzzy
973
  msgid "You've unsubscribed"
974
  msgstr "Erfolgreich abgemeldet"
975
 
976
- #: ../cerber-load.php:3520 ../cerber-load.php:3521
977
  msgid "A new activity has been recorded"
978
  msgstr "Eine neue Aktivität wurde aufgezeichnet"
979
 
980
- #: ../cerber-load.php:4028
981
  msgid "User"
982
  msgstr "Benutzer"
983
 
984
- #: ../cerber-load.php:4036
985
  msgid "Search string"
986
  msgstr "Such-String"
987
 
988
- #: ../cerber-load.php:4057
989
  msgid "To unsubscribe click here"
990
  msgstr "Zum Abmelden hier klicken"
991
 
992
- #: ../settings.php:114
993
  msgid "Preferences"
994
  msgstr "Präferenzen"
995
 
996
- #: ../settings.php:116
997
  msgid "Date format"
998
  msgstr "Datumsformat"
999
 
1000
- #: ../settings.php:116
1001
  msgid "if empty, the default format %s will be used"
1002
  msgstr "wenn leer, dann wird das Standard Format %s verwendet"
1003
 
1004
- #: ../settings.php:241
1005
  msgid "Push notifications"
1006
  msgstr "Push-Benachrichtigungen"
1007
 
1008
- #: ../settings.php:220
1009
  msgid "Email notifications"
1010
  msgstr "Email-Benachrichtigungen"
1011
 
1012
- #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
1013
  msgid "Use comma to specify multiple values"
1014
  msgstr "Mit Komma mehrere Werte trennen"
1015
 
1016
- #: ../settings.php:249
1017
  msgid "All connected devices"
1018
  msgstr "Alle verbundenen Geräte"
1019
 
1020
- #: ../settings.php:252
1021
  msgid "No devices found"
1022
  msgstr "Kein Gerät gefunden"
1023
 
1024
- #: ../settings.php:256
1025
  msgid "Not available"
1026
  msgstr "Nicht verfügbar"
1027
 
1028
- #: ../common.php:860
1029
  msgid "Password reset requested"
1030
  msgstr "Passwort Zurücksetzung angefordert"
1031
 
1032
- #: ../common.php:931
1033
  msgid "Limit on failed reCAPTCHA verifications is reached"
1034
  msgstr "Grenze an fehlgeschlagenen reCAPTCHA ist erreicht"
1035
 
1036
- #: ../common.php:1020
1037
  msgid "%s ago"
1038
  msgstr "vor %s"
1039
 
1040
- #: ../settings.php:81
1041
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1042
  msgstr "Eingeschränkte Zugangsregeln für IP Adresse in der White IP Liste anwenden"
1043
 
1044
- #: ../settings.php:90
1045
  msgid "Display 404 page"
1046
  msgstr "Zeige 404 Seite"
1047
 
1048
- #: ../settings.php:200
1049
  msgid "Invisible reCAPTCHA"
1050
  msgstr "Unsichtbares reCAPTCHA"
1051
 
1052
- #: ../settings.php:200
1053
  msgid "Enable invisible reCAPTCHA"
1054
  msgstr "Unsichtbares reCAPTCHA aktivieren"
1055
 
1056
- #: ../settings.php:200
1057
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1058
  msgstr "(nicht anwenden, sofern nicht Seite betreten wurde und Geheimschlüssel für unsichtbare Version erhalten)"
1059
 
1060
- #: ../settings.php:211
1061
  msgid "Enable reCAPTCHA for WordPress comment form"
1062
  msgstr "reCAPTCHA für WordPress Kommentarformular aktivieren"
1063
 
1064
- #: ../settings.php:212
1065
  msgid "Disable reCAPTCHA for logged in users"
1066
  msgstr "reCAPTCHA für angemeldete Benutzer deaktivieren"
1067
 
1068
- #: ../settings.php:214
1069
  msgid "Limit attempts"
1070
  msgstr "Versuche Einschränken"
1071
 
1072
- #: ../settings.php:214
1073
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1074
  msgstr "IP Adresse für %s Minuten nach %s fehlgeschlagenen Versuchen innerhalb von %s Minuten sperren"
1075
 
1076
- #: ../settings.php:591
1077
  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."
1078
  msgstr "Im Citadel Modus kann sich niemand einloggen, außer IPs auf der White IP Zugangsliste. Laufende Sitzungen werden nicht beeinflusst."
1079
 
1080
- #: ../dashboard.php:568 ../dashboard.php:740
1081
  msgid "Event"
1082
  msgstr "Ereignis"
1083
 
1084
- #: ../common.php:153
1085
  msgid "Spam comments denied"
1086
  msgstr "Spam Kommentare verweigert"
1087
 
1088
- #: ../common.php:155
1089
  msgid "Malicious IP addresses detected"
1090
  msgstr "Schadhafte IP Adresse gefunden"
1091
 
1092
- #: ../common.php:156
1093
  msgid "Lockouts occurred"
1094
  msgstr "Sperre aufgetreten"
1095
 
1096
- #: ../dashboard.php:1823
1097
  msgid "All suspicious activity"
1098
  msgstr "Alle verdächtigen Aktivitäten"
1099
 
1100
- #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1101
- #: /cerber-load.php:1227
1102
  msgid "You are not allowed to register."
1103
  msgstr "Registrierung nicht erlaubt."
1104
 
1105
- #: ../common.php:845
1106
  msgid "Spam comment denied"
1107
  msgstr "Spam Kommentar verweigert"
1108
 
1109
- #: ../common.php:870
1110
  msgid "Attempt to log in denied"
1111
  msgstr "Loginversuch verweigert"
1112
 
1113
- #: ../common.php:871
1114
  msgid "Attempt to register denied"
1115
  msgstr "Registrierungsversuch verweigert"
1116
 
1117
- #: ../common.php:150
1118
  msgid "Malicious activities mitigated"
1119
  msgstr "Schadhafte Aktivitäten gemildert"
1120
 
1121
- #: ../dashboard.php:68
1122
  msgid "Cerber antispam settings"
1123
  msgstr "Cerber Antispam-Einstellungen"
1124
 
1125
- #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1126
  msgid "Antispam"
1127
  msgstr "Spam-Schutz"
1128
 
1129
- #: ../settings.php:172
1130
  msgid "Cerber antispam engine"
1131
  msgstr "Cerber Anti-Spam Engine"
1132
 
1133
- #: ../settings.php:173
1134
  msgid "Comment form"
1135
  msgstr "Kommentarformular"
1136
 
1137
- #: ../settings.php:173
1138
  msgid "Protect comment form with bot detection engine"
1139
  msgstr "Schützen Sie das Kommentarformular mit der Bot-Erkennung"
1140
 
1141
- #: ../settings.php:174
1142
  msgid "Protect registration form with bot detection engine"
1143
  msgstr "Schützen Sie das Registrierungsformular mit Bot-Erkennung"
1144
 
1145
- #: ../cerber-tools.php:39
1146
  msgid "Export & Import"
1147
  msgstr "Export & Import"
1148
 
1149
- #: ../cerber-tools.php:40
1150
  msgid "Diagnostic"
1151
  msgstr "Diagnose"
1152
 
1153
- #: ../cerber-tools.php:41
1154
  msgid "License"
1155
  msgstr "Lizenz"
1156
 
1157
- #: ../dashboard.php:3642
1158
  msgid "Antispam and bot detection settings"
1159
  msgstr "Antispam- und Bot-Erkennungseinstellungen"
1160
 
1161
- #: ../cerber-load.php:1465
1162
  msgid "Sorry, human verification failed."
1163
  msgstr "Entschuldigung, der Menschlichkeitsnachweis ist fehlgeschlagen.\n"
1164
  ""
1165
 
1166
- #: ../common.php:932
1167
  msgid "Bot activity is detected"
1168
  msgstr "Bot-Aktivität wurde erkannt"
1169
 
1170
- #: ../settings.php:189
1171
  msgid "Comment processing"
1172
  msgstr "Kommentarverarbeitung"
1173
 
1174
- #: ../settings.php:190
1175
  msgid "If a spam comment detected"
1176
  msgstr "wenn ein Spam-Kommentar erkannt wird"
1177
 
1178
- #: ../settings.php:191
1179
  msgid "Trash spam comments"
1180
  msgstr "Spam-Kommentar in den Papierkorb legen"
1181
 
1182
- #: ../settings.php:191
1183
  msgid "Move spam comments to trash after"
1184
  msgstr "Verschieben Sie die Spam-Kommentare anschließend in den Papierkorb"
1185
 
1186
- #: ../common.php:846
1187
  msgid "Spam form submission denied"
1188
  msgstr "Spam in Formular geblockt"
1189
 
1190
- #: ../settings.php:175
1191
  msgid "Other forms"
1192
  msgstr "andere Formulare"
1193
 
1194
- #: ../settings.php:175
1195
  msgid "Protect all forms on the website with bot detection engine"
1196
  msgstr "Schützen Sie alle Formulare auf der Website mit der Bot-Erkennungs-Engine"
1197
 
1198
- #: ../settings.php:177
1199
  msgid "Adjust antispam engine"
1200
  msgstr "Passen Sie die Anti-Spam-Engine an"
1201
 
1202
- #: ../settings.php:178
1203
  msgid "Safe mode"
1204
  msgstr "Abgesicherter Modus"
1205
 
1206
- #: ../settings.php:178
1207
  msgid "Use less restrictive policies (allow AJAX)"
1208
  msgstr "Weniger restriktive Richtlinien verwenden (AJAX zulassen)"
1209
 
1210
- #: ../dashboard.php:3272 ../settings.php:179
1211
  msgid "Logged in users"
1212
  msgstr "Angemeldete Benutzer"
1213
 
1214
- #: ../settings.php:179
1215
  msgid "Disable bot detection engine for logged in users"
1216
  msgstr "Deaktivieren der Bot-Erkennungs-Engine für eingeloggte Benutzer"
1217
 
1218
- #: ../dashboard.php:136 ../dashboard.php:738
1219
  msgid "Country"
1220
  msgstr "Land"
1221
 
1222
- #: ../dashboard.php:771
1223
  msgid "All events"
1224
  msgstr "Alle Ereignisse"
1225
 
1226
- #: ../dashboard.php:60
1227
  msgid "Cerber Security Rules"
1228
  msgstr "Cerber Sicherheitsregeln"
1229
 
1230
- #: ../dashboard.php:60 ../dashboard.php:2580
1231
  msgid "Security Rules"
1232
  msgstr "Sicherheitsregeln"
1233
 
1234
- #: ../dashboard.php:1182
1235
  msgid "Failed login attempts"
1236
  msgstr "Fehlgeschlagene Anmeldeversuche"
1237
 
1238
- #: ../dashboard.php:1088 ../dashboard.php:1183
1239
  msgid "Registered"
1240
  msgstr "Registriert"
1241
 
1242
- #: ../dashboard.php:1253
1243
  msgid "You"
1244
  msgstr "Du"
1245
 
1246
- #: ../common.php:154
1247
  msgid "Spam form submissions denied"
1248
  msgstr "Spam Formular-Übermittlungen verweigert\n"
1249
  ""
1250
 
1251
- #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1252
  msgid "Getting Started Guide"
1253
  msgstr "Leitfaden für den Einstieg"
1254
 
1255
- #: ../dashboard.php:2572
1256
  msgid "Countries"
1257
  msgstr "Länder"
1258
 
1259
- #: ../dashboard.php:2641
1260
  msgid "Permitted for one country"
1261
  msgid_plural "Permitted for %d countries"
1262
  msgstr[0] "Erlaubt für ein Land"
1263
  msgstr[1] "Erlaubt für %d Länder"
1264
 
1265
- #: ../dashboard.php:2652
1266
  msgid "No rule"
1267
  msgstr "Keine Regel"
1268
 
1269
- #: ../dashboard.php:2864
1270
  msgid "Security rules have been updated"
1271
  msgstr "Sicherheitsregeln wurden aktualisiert"
1272
 
@@ -1275,471 +1262,455 @@ msgstr "Sicherheitsregeln wurden aktualisiert"
1275
  msgid "https://wpcerber.com"
1276
  msgstr "https://wpcerber.com"
1277
 
1278
- #: ../common.php:847
1279
  msgid "Form submission denied"
1280
  msgstr "Formular-Übermittlung verweigert"
1281
 
1282
- #: ../common.php:848
1283
  msgid "Comment denied"
1284
  msgstr "Kommentar verweigert"
1285
 
1286
- #: ../common.php:876
1287
  msgid "Request to REST API denied"
1288
  msgstr "Anfrage an REST API verweigert"
1289
 
1290
- #: ../common.php:877
1291
  msgid "XML-RPC request denied"
1292
  msgstr "XML-RPC-Anfrage verweigert"
1293
 
1294
- #: ../common.php:888
1295
  msgid "Bot detected"
1296
  msgstr "Bot erkannt"
1297
 
1298
- #: ../common.php:889
1299
  msgid "Citadel mode is active"
1300
  msgstr "Citadel-Modus ist aktiv"
1301
 
1302
- #: ../common.php:893
1303
  msgid "Malicious activity detected"
1304
  msgstr "Bösartige Aktivität entdeckt"
1305
 
1306
- #: ../common.php:894
1307
  msgid "Blocked by country rule"
1308
  msgstr "Gesperrt durch Länderregel"
1309
 
1310
- #: ../common.php:895
1311
  msgid "Limit reached"
1312
  msgstr "Limit erreicht"
1313
 
1314
- #: ../common.php:896
1315
  msgid "Multiple suspicious activities"
1316
  msgstr "Mehrere verdächtige Aktivitäten"
1317
 
1318
- #: ../common.php:933
1319
  msgid "Multiple suspicious activities were detected"
1320
  msgstr "Mehrere verdächtige Aktivitäten erkannt"
1321
 
1322
- #: ../settings.php:124
1323
- msgid "Block access to user pages like /?author=n and user data via REST API"
1324
- msgstr "Blockieren Sie den Zugriff auf Benutzerseiten wie /? Author = n und Benutzerdaten über die REST-API"
1325
-
1326
- #: ../settings.php:134
1327
- msgid "Block access to the WordPress REST API except the following"
1328
- msgstr "Zugriffe auf WordPress REST API blockieren mit Ausnahme der folgenden"
1329
-
1330
- #: ../settings.php:135
1331
  msgid "Allow REST API for logged in users"
1332
  msgstr "REST API für angemeldete Benutzer erlauben"
1333
 
1334
- #: ../settings.php:142
1335
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1336
  msgstr "Geben Sie die REST API Namespaces an, die zugelassen werden sollen, falls die REST API deaktiviert ist. Ein String pro Zeile."
1337
 
1338
- #: ../settings.php:154
1339
  msgid "Registration limit"
1340
  msgstr "Registrierungs-Beschränkung"
1341
 
1342
- #: ../settings.php:165
1343
  msgid "Sort users in dashboard"
1344
  msgstr "Benutzer im Dashboard sortieren"
1345
 
1346
- #: ../settings.php:165
1347
  msgid "by date of registration"
1348
  msgstr "nach Registrierungsdatum"
1349
 
1350
- #: ../settings.php:180
1351
  msgid "Query whitelist"
1352
  msgstr "IP Whitelist abfragen"
1353
 
1354
- #: ../settings.php:753 ../settings.php:875
1355
  msgid "%s allowed registrations in %s minutes from one IP"
1356
  msgstr "%s erlaubte Registrierungen innerhalb von %s Minuten von derselben IP"
1357
 
1358
- #: ../dashboard.php:2708
1359
  msgid "Start typing here to find a country"
1360
  msgstr "Beginnen Sie hier mit der Eingabe, um ein Land zu finden"
1361
 
1362
- #: ../dashboard.php:2791
1363
  msgid "Click on a country name to add it to the list of selected countries"
1364
  msgstr "Klicken Sie auf einen Ländernamen, um ihn zur Liste der ausgewählten Länder hinzuzufügen"
1365
 
1366
- #: ../dashboard.php:2815
1367
  msgid "Submit forms"
1368
  msgstr "Formulare absenden"
1369
 
1370
- #: ../dashboard.php:2816
1371
  msgid "Post comments"
1372
  msgstr "Kommentare veröffentlichen"
1373
 
1374
- #: ../dashboard.php:2817
1375
  msgid "Log in to the website"
1376
  msgstr "Auf der Website anmelden"
1377
 
1378
- #: ../dashboard.php:2818
1379
  msgid "Register on the website"
1380
  msgstr "Auf der Website registrieren"
1381
 
1382
- #: ../dashboard.php:2819
1383
  msgid "Use XML-RPC"
1384
  msgstr "XML-RPC benutzen"
1385
 
1386
- #: ../dashboard.php:2820
1387
  msgid "Use REST API"
1388
  msgstr "REST API benutzen"
1389
 
1390
- #: ../settings.php:190
1391
  msgid "Deny it completely"
1392
  msgstr "Alles verbieten"
1393
 
1394
- #: ../settings.php:190
1395
  msgid "Mark it as spam"
1396
  msgstr "Als Spam markieren"
1397
 
1398
- #: ../dashboard.php:1808
1399
  msgid "in the last 24 hours"
1400
  msgstr "in den letzten 24 Stunden"
1401
 
1402
- #: ../dashboard.php:2175
1403
  msgid "Main settings"
1404
  msgstr "Haupteinstellungen"
1405
 
1406
- #: ../settings.php:261
1407
  msgid "Weekly reports"
1408
  msgstr "Wöchentliche Berichte"
1409
 
1410
- #: ../settings.php:989
1411
  msgid "Sunday"
1412
  msgstr "Sonntag"
1413
 
1414
- #: ../settings.php:990
1415
  msgid "Monday"
1416
  msgstr "Montag"
1417
 
1418
- #: ../settings.php:991
1419
  msgid "Tuesday"
1420
  msgstr "Dienstag"
1421
 
1422
- #: ../settings.php:992
1423
  msgid "Wednesday"
1424
  msgstr "Mittwoch"
1425
 
1426
- #: ../settings.php:993
1427
  msgid "Thursday"
1428
  msgstr "Donnerstag"
1429
 
1430
- #: ../settings.php:994
1431
  msgid "Friday"
1432
  msgstr "Freitag"
1433
 
1434
- #: ../settings.php:995
1435
  msgid "Saturday"
1436
  msgstr "Samstag"
1437
 
1438
- #: ../settings.php:1054 ../settings.php:1055
1439
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1440
  msgstr "Wenn Sie ein Caching-Plugin verwenden, müssen Sie Ihre neue Anmelde-URL zur Liste der Seiten hinzufügen, die nicht gecached werden sollen."
1441
 
1442
- #: ../cerber-load.php:3526
1443
  msgid "Weekly report"
1444
  msgstr "Wöchentlicher Bericht"
1445
 
1446
- #: ../cerber-load.php:3529 ../cerber-load.php:3539
1447
  msgid "To change reporting settings visit"
1448
  msgstr "Um die Einstellungen für die Berichte zu ändern besuchen Sie"
1449
 
1450
- #: ../cerber-load.php:3562
1451
  msgid "Your login page:"
1452
  msgstr "Ihre Anmeldeseite:"
1453
 
1454
- #: ../cerber-load.php:3566
1455
  msgid "Your license is valid until"
1456
  msgstr "Ihre Lizenz ist gültig bis"
1457
 
1458
- #: ../cerber-load.php:3672
1459
  msgid "Activity details"
1460
  msgstr "Aktivitätsdetails"
1461
 
1462
- #: ../settings.php:1021
1463
  msgid "Click to send now"
1464
  msgstr "Klicken Sie, um jetzt zu senden"
1465
 
1466
- #: ../cerber-load.php:833
1467
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1468
  msgstr "> > > Sind Sie ein Übersetzer von WP Cerber? Um eine kostenlose PRO-Lizenz zu erhalten, kontaktieren Sie uns über https://wpcerber.com/contact/"
1469
 
1470
- #: ../dashboard.php:428
1471
  msgid "Email has been sent to"
1472
  msgstr "E-Mail wurde gesendet an"
1473
 
1474
- #: ../dashboard.php:431
1475
  msgid "Unable to send email to"
1476
  msgstr "E-Mail kann nicht gesendet werden an"
1477
 
1478
- #: ../dashboard.php:2644
1479
  msgid "Not permitted for one country"
1480
  msgid_plural "Not permitted for %d countries"
1481
  msgstr[0] "Nicht erlaubt für 1 Land"
1482
  msgstr[1] "Nicht erlaubt für %d Länder"
1483
 
1484
- #: ../dashboard.php:2795
1485
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1486
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1487
  msgstr "Ausgewählte Länder dürfen %s, anderen Ländern ist es nicht erlaubt"
1488
 
1489
- #: ../dashboard.php:2798
1490
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1491
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1492
  msgstr "Ausgewählte Länder dürfen nicht %s, anderen Ländern ist es erlaubt"
1493
 
1494
- #: ../cerber-load.php:3660
1495
  msgid "Weekly Report"
1496
  msgstr "Wöchentlicher Bericht"
1497
 
1498
- #: ../settings.php:90
1499
  msgid "Use 404 template from the active theme"
1500
  msgstr "404-Template des aktiven Themes nutzen"
1501
 
1502
- #: ../settings.php:90
1503
  msgid "Display simple 404 page"
1504
  msgstr "Einfache 404-Seite anzeigen"
1505
 
1506
- #: ../settings.php:186
1507
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1508
  msgstr "Geben Sie einen Teil eines Query Strings oder eines Query Paths ein, um einen Request von der Untersuchung auszuschliessen. Ein Eintrag pro Zeile."
1509
 
1510
- #: ../settings.php:274 ../settings.php:511
1511
  msgid "if empty, email from notification settings will be used"
1512
  msgstr "leer lassen, um die E-Mail-Adresse von den Benachrichtigungseinstellungen zu verwenden"
1513
 
1514
- #: ../settings.php:262
1515
  msgid "Enable reporting"
1516
  msgstr "Berichte aktivieren"
1517
 
1518
- #: ../cerber-load.php:3590
1519
  msgid "Your last sign-in was %s from %s"
1520
  msgstr "Ihre letzte Anmeldung war am %s von %s aus"
1521
 
1522
- #: ../cerber-load.php:3686
1523
- msgid "Attempts to log in with non-existent username"
1524
- msgstr "Anmeldeversuche mit nicht existierendem Benutzernamen"
1525
-
1526
- #: ../dashboard.php:217
1527
  msgid "IP address, IPv4 address range or subnet"
1528
  msgstr "IP-Adresse, IPv4-Adressbereich oder Subnetz"
1529
 
1530
- #: ../dashboard.php:219
1531
  msgid "Optional comment for this entry"
1532
  msgstr "Optionaler Kommentar zu diesem Eintrag"
1533
 
1534
- #: ../dashboard.php:260
1535
  msgid "You cannot add your IP address or network"
1536
  msgstr "Sie können Ihre IP-Adresse oder Ihr Netzwerk nicht hinzufügen."
1537
 
1538
- #: ../settings.php:162
1539
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1540
  msgstr "Um einen REGEX-Ausdruck zu definieren umschliessen Sie diesen mit zwei Vorwärts-Schrägstrichen"
1541
 
1542
- #: ../dashboard.php:56
1543
  msgid "Cerber Traffic Inspector"
1544
  msgstr "Cerber Traffic Inspektor"
1545
 
1546
- #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1547
  msgid "Traffic Inspector"
1548
  msgstr "Traffic Inspektor"
1549
 
1550
- #: ../dashboard.php:1355
1551
  msgid "Traffic"
1552
  msgstr "Traffic"
1553
 
1554
- #: ../dashboard.php:3240
1555
  msgid "Request"
1556
  msgstr "Anfrage"
1557
 
1558
- #: ../dashboard.php:3242
1559
  msgid "Host Info"
1560
  msgstr "Host-Informationen"
1561
 
1562
- #: ../dashboard.php:3243
1563
  msgid "User Agent"
1564
  msgstr "User Agent"
1565
 
1566
- #: ../dashboard.php:3268
1567
  msgid "All requests"
1568
  msgstr "Alle Anfragen"
1569
 
1570
- #: ../dashboard.php:3273
1571
  msgid "Not logged in visitors"
1572
  msgstr "Nicht eingeloggte Besucher"
1573
 
1574
- #: ../dashboard.php:3276
1575
  msgid "Form submissions"
1576
  msgstr "Formularübermittlungen"
1577
 
1578
- #: ../dashboard.php:3278
1579
  msgid "Page Not Found"
1580
  msgstr "Seite nicht gefunden"
1581
 
1582
- #: ../dashboard.php:3285
1583
  msgid "Longer than"
1584
  msgstr "Länger als"
1585
 
1586
- #: ../dashboard.php:3301
1587
  msgid "Refresh"
1588
  msgstr "Aktualisieren"
1589
 
1590
- #: ../common.php:116
1591
  msgid "Check for requests"
1592
  msgstr "Auf Anfragen prüfen"
1593
 
1594
- #: ../common.php:1229
1595
  msgid "Not specified"
1596
  msgstr "Nicht spezifiziert"
1597
 
1598
- #: ../settings.php:304
1599
  msgid "Logging mode"
1600
  msgstr "Loggingmodus"
1601
 
1602
- #: ../settings.php:310
1603
  msgid "Logging disabled"
1604
  msgstr "Logging deaktiviert"
1605
 
1606
- #: ../settings.php:311
1607
  msgid "Smart"
1608
  msgstr "Smart"
1609
 
1610
- #: ../settings.php:312
1611
  msgid "All traffic"
1612
  msgstr "Sämtlicher Traffic"
1613
 
1614
- #: ../settings.php:316
1615
  msgid "Ignore crawlers"
1616
  msgstr "Crawler ignorieren"
1617
 
1618
- #: ../settings.php:326
1619
  msgid "Mask these form fields"
1620
  msgstr "Diese von Feldern maskieren"
1621
 
1622
- #: ../settings.php:362
1623
  msgid "milliseconds"
1624
  msgstr "Millisekunden"
1625
 
1626
- #: ../settings.php:282
1627
- msgid "Inspection"
1628
- msgstr "Inspektion"
1629
-
1630
- #: ../settings.php:283
1631
  msgid "Enable traffic inspection"
1632
  msgstr "Traffic-Inspektion aktivieren"
1633
 
1634
- #: ../settings.php:303
1635
  msgid "Logging"
1636
  msgstr "Logging"
1637
 
1638
- #: ../settings.php:321
1639
  msgid "Save request fields"
1640
  msgstr "Anforderungsfeld speichern"
1641
 
1642
- #: ../settings.php:357
1643
  msgid "Page generation time threshold"
1644
  msgstr "Seitengenerierung Zeitschwelle"
1645
 
1646
- #: ../dashboard.php:3260
1647
  msgid "No requests have been logged."
1648
  msgstr "Es wurden keine Anforderungen aufgezeichnet"
1649
 
1650
- #: ../dashboard.php:1322
1651
  msgid "enabled"
1652
  msgstr "aktiviert"
1653
 
1654
- #: ../dashboard.php:1327
1655
  msgid "no connection"
1656
  msgstr "keine Verbindung"
1657
 
1658
- #: ../dashboard.php:3597
1659
  msgid "Advanced search"
1660
  msgstr "Erweiterte Suche"
1661
 
1662
- #: ../dashboard.php:1078
1663
  msgid "Last seen"
1664
  msgstr "Zuletzt gesehen"
1665
 
1666
- #: ../common.php:872 ../common.php:934
1667
  msgid "Probing for vulnerable PHP code"
1668
  msgstr "Prüfe auf verwundbaren PHP-Code"
1669
 
1670
- #: ../dashboard.php:3555
1671
  msgid "Any"
1672
  msgstr "Beliebig"
1673
 
1674
- #: ../cerber-load.php:3308
1675
  msgid "We're sorry, you are not allowed to proceed"
1676
  msgstr "Es tut uns leid, aber Sie dürfen nicht fortfahren"
1677
 
1678
- #: ../settings.php:294
1679
  msgid "Request whitelist"
1680
  msgstr "Whitelist anfordern"
1681
 
1682
- #: ../settings.php:300
1683
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1684
  msgstr "Geben Sie einen Anforderungs-URI ein, um die Anforderung von der Inspektion auszuschließen. Ein Element pro Zeile."
1685
 
1686
- #: ../settings.php:338
1687
  msgid "Save request headers"
1688
  msgstr "Request-Header speichern"
1689
 
1690
- #: ../settings.php:344
1691
  msgid "Save $_SERVER"
1692
  msgstr "Speichern $_SERVER"
1693
 
1694
- #: ../settings.php:350
1695
  msgid "Save request cookies"
1696
  msgstr "Suchanfragen-Cookies"
1697
 
1698
- #: ../settings.php:125
1699
  msgid "Protect admin scripts"
1700
  msgstr "Admin-Skripte schützen"
1701
 
1702
- #: ../settings.php:125
1703
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1704
  msgstr "Nicht autorisierten Zugang zu load.scripts.php und load-styles.php blockieren"
1705
 
1706
- #: ../common.php:1915
1707
  msgid "Unable to create the directory"
1708
  msgstr "Kann Verzeichnis nicht erstellen"
1709
 
1710
- #: ../common.php:1920
1711
  msgid "Destination folder access denied"
1712
  msgstr "Zugang zum Zielordner verweigert"
1713
 
1714
- #: ../common.php:1923
1715
  msgid "File not found"
1716
  msgstr "Datei nicht gefunden"
1717
 
1718
- #: ../common.php:1926
1719
  msgid "Unable to copy the file"
1720
  msgstr "Konnte Datei nicht kopieren"
1721
 
1722
- #: ../common.php:1932
1723
  msgid "Unable to delete the file"
1724
  msgstr "Konnte Datei nicht löschen"
1725
 
1726
- #: ../settings.php:74
1727
  msgid "Plugin initialization"
1728
  msgstr "Plugin-Initialisierung"
1729
 
1730
- #: ../settings.php:75
1731
  msgid "Load security engine"
1732
  msgstr "Security Engine laden"
1733
 
1734
- #: ../settings.php:75
1735
  msgid "Legacy mode"
1736
  msgstr "Legacy-Modus"
1737
 
1738
- #: ../settings.php:75
1739
  msgid "Standard mode"
1740
  msgstr "Standard-Modus"
1741
 
1742
- #: ../settings.php:1032
1743
  msgid "Plugin initialization mode has not been changed"
1744
  msgstr "Plugin-Initialisierungsmodus wurde nicht geändert"
1745
 
@@ -1748,39 +1719,40 @@ msgstr "Plugin-Initialisierungsmodus wurde nicht geändert"
1748
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1749
  msgstr "Dies ist ein Standard Boot-Modul für das WP Cerber Security & Antispam Plugin. Es wurde installiert, als Sie den Plugin-Initialisierungsmodus auf Standard setzten. Mehr erfahren: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1750
 
1751
- #: ../common.php:874
1752
  msgid "File upload denied"
1753
  msgstr "Datei-Upload abgelehnt"
1754
 
1755
- #: ../settings.php:98
1756
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1757
  msgstr "Individuelle Login-URL darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten"
1758
 
1759
- #: ../settings.php:186 ../settings.php:300
1760
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1761
  msgstr "Um ein REGEX-Pattern zu spezifizieren, schließen Sie eine ganze Zeile in zwei Klammern ein."
1762
 
1763
- #: ../settings.php:587
1764
  msgid "Be careful about enabling these options."
1765
  msgstr "Seien Sie vorsichtig mit der Aktivierung dieser Optionen."
1766
 
1767
- #: ../settings.php:587
1768
  msgid "If you forget your Custom login URL, you will be unable to log in."
1769
  msgstr "Falls Sie Ihre individuelle Login-URL vergessen, können Sie sich nicht einloggen."
1770
 
1771
- #: ../dashboard.php:64 ../cerber-scanner.php:89
1772
  msgid "Site Integrity"
1773
  msgstr "Integrität der Seite"
1774
 
1775
- #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
 
1776
  msgid "Disabled"
1777
  msgstr "Deaktiviert"
1778
 
1779
- #: ../dashboard.php:1341 ../cerber-scanner.php:874
1780
  msgid "Quick Scan"
1781
  msgstr "Quick Scan"
1782
 
1783
- #: ../dashboard.php:1343 ../cerber-scanner.php:874
1784
  msgid "Full Scan"
1785
  msgstr "Komplettscan"
1786
 
@@ -1789,420 +1761,420 @@ msgstr "Komplettscan"
1789
  msgid "WP Cerber Security, Antispam & Malware Scan"
1790
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1791
 
1792
- #: ../common.php:897
1793
  msgid "Denied"
1794
  msgstr "Verweigert"
1795
 
1796
- #: ../settings.php:81 ../settings.php:289
1797
  msgid "Use White IP Access List"
1798
  msgstr "White IP Zugriffsliste verwenden"
1799
 
1800
- #: ../settings.php:88
1801
  msgid "Disable dashboard redirection"
1802
  msgstr "Dashboard-Weiterleitung deaktivieren"
1803
 
1804
- #: ../settings.php:88
1805
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1806
  msgstr "Automatische Weiterleitung auf die Login-Seite deaktivieren, wenn /wp-admin/ von einer nicht autorisierten Anforderung angefordert wird"
1807
 
1808
- #: ../settings.php:378
1809
  msgid "Scanner settings"
1810
  msgstr "Scanner-Einstellungen"
1811
 
1812
- #: ../settings.php:379
1813
  msgid "Custom signatures"
1814
  msgstr "Individuelle Signaturen"
1815
 
1816
- #: ../settings.php:385
1817
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1818
  msgstr "Individuelle PHP-Codesignaturen spezifizieren. Ein Element pro Zeile. Um ein REGEX-Pattern zu spezifizieren, schließen Sie eine ganze Zeile mit zwei Klammern ein."
1819
 
1820
- #: ../settings.php:387
1821
  msgid "Unwanted file extensions"
1822
  msgstr "Unerwünschte Dateierweiterungen"
1823
 
1824
- #: ../settings.php:393
1825
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1826
  msgstr "Spezifizieren Sie die zu suchenden Dateierweiterungen. Nur Komplettscan. Elemente mit Kommas trennen."
1827
 
1828
- #: ../settings.php:395
1829
  msgid "Directories to exclude"
1830
  msgstr "Auszuschließende Verzeichnisse"
1831
 
1832
- #: ../settings.php:401
1833
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1834
  msgstr "Spezifizieren Sie die vom Scan auszuschließenden Verzeichnisse. Absolute Pfade. Ein Element pro Zeile."
1835
 
1836
- #: ../settings.php:416
1837
  msgid "Scan temporary directory"
1838
  msgstr "Temporäres Verzeichnis scannen"
1839
 
1840
- #: ../settings.php:423
1841
  msgid "Scan session directory"
1842
  msgstr "Sitzungsverzeichnis scannen"
1843
 
1844
- #: ../settings.php:435
1845
  msgid "Delete quarantined files after"
1846
  msgstr "Dateien in Quarantäne anschließend löschen"
1847
 
1848
- #: ../settings.php:450
1849
  msgid "Launch Quick Scan"
1850
  msgstr "Quick Scan starten"
1851
 
1852
- #: ../cerber-scanner.php:1417
1853
  msgid "Every hour"
1854
  msgstr "Jede Stunde"
1855
 
1856
- #: ../cerber-scanner.php:1418
1857
  msgid "Every 3 hours"
1858
  msgstr "Alle 3 Stunden"
1859
 
1860
- #: ../cerber-scanner.php:1419
1861
  msgid "Every 6 hours"
1862
  msgstr "Alle 6 Stunden"
1863
 
1864
- #: ../settings.php:457
1865
  msgid "Launch Full Scan"
1866
  msgstr "Komplett-Scan starten"
1867
 
1868
- #: ../settings.php:467 ../settings.php:527
1869
  msgid "Low severity"
1870
  msgstr "Niedrige Schwere"
1871
 
1872
- #: ../settings.php:467 ../settings.php:527
1873
  msgid "Medium severity"
1874
  msgstr "Mittlere Schwere"
1875
 
1876
- #: ../settings.php:467 ../settings.php:527
1877
  msgid "High severity"
1878
  msgstr "Hohe Schwere"
1879
 
1880
- #: ../settings.php:468
1881
  msgid "Report an issue if any of the following is true"
1882
  msgstr "Melden Sie ein Problem, wenn einer der folgenden Punkte zutrifft"
1883
 
1884
- #: ../settings.php:476
1885
  msgid "Send email report"
1886
  msgstr "E-Mail-Bericht senden"
1887
 
1888
- #: ../settings.php:482
1889
  msgid "After every scan"
1890
  msgstr "Nach jedem Scan"
1891
 
1892
- #: ../settings.php:483
1893
  msgid "If any changes in scan results occurred"
1894
  msgstr "Falls irgendwelche Veränderungen in den Scan-Ergebnissen aufgetreten sind"
1895
 
1896
- #: ../settings.php:488
1897
  msgid "Include file sizes"
1898
  msgstr "Dateigrößen einschließen"
1899
 
1900
- #: ../settings.php:495
1901
  msgid "Include scan errors"
1902
  msgstr "Scan-Fehler einschließen"
1903
 
1904
- #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1905
  msgid "Security Scanner"
1906
  msgstr "Sicherheits-Scanner"
1907
 
1908
- #: ../cerber-scanner.php:77
1909
  msgid "Scheduling"
1910
  msgstr "Planung"
1911
 
1912
- #: ../cerber-scanner.php:142
1913
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1914
  msgstr "Aktuell ist ein geplanter Scan im Gange. Bitte warten Sie, bis dieser beendet ist."
1915
 
1916
- #: ../cerber-scanner.php:146
1917
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1918
  msgstr "Der vor %s gestartete Scan wurde nicht abgeschlossen. Weiter scannen?"
1919
 
1920
- #: ../cerber-scanner.php:155
1921
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1922
  msgstr "Anscheinend wurde diese Website noch nie gescannt. Um einen Scan zu beginnen, klicken Sie auf den nachstehenden Button."
1923
 
1924
- #: ../cerber-scanner.php:158
1925
  msgid "Start Quick Scan"
1926
  msgstr "Quick-Scan starten"
1927
 
1928
- #: ../cerber-scanner.php:159
1929
  msgid "Start Full Scan"
1930
  msgstr "Komplettscan starten"
1931
 
1932
- #: ../cerber-scanner.php:160
1933
  msgid "Stop Scanning"
1934
  msgstr "Scan unterbrechen"
1935
 
1936
- #: ../cerber-scanner.php:161
1937
  msgid "Continue Scanning"
1938
  msgstr "Scan fortsetzen"
1939
 
1940
- #: ../cerber-scanner.php:191
1941
  msgid "Delete"
1942
  msgstr "Löschen"
1943
 
1944
- #: ../cerber-scanner.php:1366
1945
  msgid "Verified"
1946
  msgstr "Verifiziert"
1947
 
1948
- #: ../cerber-scanner.php:1373
1949
  msgid "Integrity data not found"
1950
  msgstr "Integritätsdaten nicht gefunden"
1951
 
1952
- #: ../cerber-scanner.php:1374
1953
  msgid "Unable to check the integrity of the plugin due to a network error"
1954
  msgstr "Konnte die Integrität des Plugins aufgrund eines Netzwerkfehlers nicht überprüfen"
1955
 
1956
- #: ../cerber-scanner.php:1375
1957
  msgid "Unable to check the integrity of WordPress files due to a network error"
1958
  msgstr "Konnte die Integrität von WordPress aufgrund eines Netzwerkfehlers nicht überprüfen"
1959
 
1960
- #: ../cerber-scanner.php:1376
1961
  msgid "Unable to check the integrity of the theme due to a network error"
1962
  msgstr "Konnte die Integrität des Themes aufgrund eines Netzwerkfehlers nicht überprüfen"
1963
 
1964
- #: ../cerber-scanner.php:1379
1965
  msgid "Local file doesn't exist"
1966
  msgstr "Lokale Datei existiert nicht"
1967
 
1968
- #: ../cerber-scanner.php:1381
1969
  msgid "Unable to process file"
1970
  msgstr "Konnte Datei nicht verarbeiten"
1971
 
1972
- #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1973
  msgid "Unable to open file"
1974
  msgstr "Konnte Datei nicht öffnen"
1975
 
1976
- #: ../cerber-scanner.php:1384
1977
  msgid "Checksum mismatch"
1978
  msgstr "Prüfsumme stimmt nicht überein"
1979
 
1980
- #: ../cerber-scanner.php:1387
1981
  msgid "Suspicious code found"
1982
  msgstr "Verdächtiger Code gefunden"
1983
 
1984
- #: ../cerber-scanner.php:1389
1985
  msgid "Unattended suspicious file"
1986
  msgstr "Unbeaufsichtigte verdächtige Datei"
1987
 
1988
- #: ../cerber-scanner.php:1390
1989
  msgid "Executable code found"
1990
  msgstr "Ausführbarer Code gefunden"
1991
 
1992
- #: ../cerber-scanner.php:1394
1993
  msgid "Unwanted file extension"
1994
  msgstr "Unerwünschte Dateierweiterung"
1995
 
1996
- #: ../cerber-scanner.php:1396
1997
  msgid "Content has been modified"
1998
  msgstr "Inhalt wurde gerändert"
1999
 
2000
- #: ../cerber-scanner.php:1397
2001
  msgid "New file"
2002
  msgstr "Neue Datei"
2003
 
2004
- #: ../cerber-scanner.php:2487
2005
  msgid "Custom signature found"
2006
  msgstr "Individuelle Signatur gefunden"
2007
 
2008
- #: ../cerber-scanner.php:3730
2009
  msgid "Scanning folders for files"
2010
  msgstr "Scanne Ordner auf Dateien"
2011
 
2012
- #: ../cerber-scanner.php:3734
2013
  msgid "Parsing the list of files"
2014
  msgstr "Parse die Dateiliste"
2015
 
2016
- #: ../cerber-scanner.php:3735
2017
  msgid "Checking for new and modified files"
2018
  msgstr "Überprüfe auf neue und geänderte Dateien"
2019
 
2020
- #: ../cerber-scanner.php:3736
2021
  msgid "Verifying the integrity of WordPress"
2022
  msgstr "Verifiziere die Integrität von WordPress"
2023
 
2024
- #: ../cerber-scanner.php:3737
2025
  msgid "Verifying the integrity of the plugins"
2026
  msgstr "Verifiziere die Integrität der Plugins"
2027
 
2028
- #: ../cerber-scanner.php:3738
2029
  msgid "Verifying the integrity of the themes"
2030
  msgstr "Verifiziere die Integrität der Themes"
2031
 
2032
- #: ../cerber-scanner.php:3739
2033
  msgid "Searching for malicious code"
2034
  msgstr "Suche nach schädlichem Code"
2035
 
2036
- #: ../cerber-scanner.php:3740
2037
  msgid "Finalizing the scan"
2038
  msgstr "Schließe Scan ab"
2039
 
2040
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2041
  msgid "Files to scan"
2042
  msgstr "Dateien zum Scannen"
2043
 
2044
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2045
  msgid "Critical issues"
2046
  msgstr "Kritische Probleme"
2047
 
2048
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2049
  msgid "Issues total"
2050
  msgstr "Probleme gesamt"
2051
 
2052
- #: ../cerber-scanner.php:4309
2053
  msgid "The directory is not writable"
2054
  msgstr "Das Verzeichnis ist nicht beschreibbar"
2055
 
2056
- #: ../cerber-scanner.php:4327
2057
  msgid "Unable to create WP CERBER directory"
2058
  msgstr "Konnte kein WP CERBER Verzeichnis erstellen"
2059
 
2060
- #: ../cerber-scanner.php:4533
2061
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2062
  msgstr "Dateizugangsfehler. Mögliche Scan-Ergebnisse sind veraltet. Bitte starten Sie einen Quick-Scan oder einen Komplettscan"
2063
 
2064
- #: ../cerber-scanner.php:5213
2065
  msgid "To view full report visit"
2066
  msgstr "Um den gesamten Bericht einzusehen, besuchen Sie"
2067
 
2068
- #: ../cerber-load.php:3536
2069
  msgid "Scanner Report"
2070
  msgstr "Scanner Bericht"
2071
 
2072
- #: ../settings.php:403
2073
  msgid "Monitor new files"
2074
  msgstr "Neue Dateien überwachen"
2075
 
2076
- #: ../settings.php:410
2077
  msgid "Monitor modified files"
2078
  msgstr "Geänderte Dateien überwachen"
2079
 
2080
- #: ../settings.php:484
2081
  msgid "If new issues found"
2082
  msgstr "Falls neue Probleme gefunden werden"
2083
 
2084
- #: ../settings.php:1279
2085
  msgid "The schedule has been updated"
2086
  msgstr "Der Zeitplan wurde aktualisiert"
2087
 
2088
- #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
2089
  msgid "Suspicious directives found"
2090
  msgstr "Verdächtige Verzeichnisse gefunden"
2091
 
2092
- #: ../cerber-scanner.php:2665
2093
  msgid "Suspicious code instruction found"
2094
  msgstr "Verdächtige Codeanweisungen gefunden"
2095
 
2096
- #: ../cerber-scanner.php:2666
2097
  msgid "Suspicious code signatures found"
2098
  msgstr "Verdächtige Codesignaturen gefunden"
2099
 
2100
- #: ../cerber-scanner.php:2669
2101
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2102
  msgstr "Um dieses Problem zu lösen, müssen Sie %s neu installieren oder auf die aktuellste Version aktualisieren."
2103
 
2104
- #: ../cerber-scanner.php:2670
2105
  msgid "Please upload a reference ZIP archive"
2106
  msgstr "Bitte laden Sie ein ZIP-Archiv zum Bezug hoch"
2107
 
2108
- #: ../cerber-scanner.php:2671
2109
  msgid "Resolve issue"
2110
  msgstr "Problem lösen"
2111
 
2112
- #: ../cerber-scanner.php:4020
2113
  msgid "We have not found any integrity data to verify"
2114
  msgstr "Wir haben keine zu verifizierenden Integritätsdaten gefunden"
2115
 
2116
- #: ../cerber-scanner.php:4022
2117
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2118
  msgstr "Sie müssen ein ZIP-Archiv hochladen, von dem Sie es installiert haben. So kann der Sicherheitsscanner die Integrität des Codes verifizieren und Malware erkennen."
2119
 
2120
- #: ../cerber-scanner.php:5060
2121
  msgid "Full Scan Report"
2122
  msgstr "Komplettscan Bericht"
2123
 
2124
- #: ../cerber-scanner.php:5060
2125
  msgid "Quick Scan Report"
2126
  msgstr "Quick-Scan Bericht"
2127
 
2128
- #: ../cerber-scanner.php:5073
2129
  msgid "Files scanned"
2130
  msgstr "Dateien gescannt"
2131
 
2132
- #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2133
- #: php:1094
2134
  msgid "Check for activities"
2135
  msgstr "Auf Aktivitäten prüfen"
2136
 
2137
- #: ../dashboard.php:1057
2138
  msgid "Activated"
2139
  msgstr "Aktiviert"
2140
 
2141
- #: ../common.php:879
2142
  msgid "Malicious request denied"
2143
  msgstr "Schädliche Anforderung verweigert"
2144
 
2145
- #: ../common.php:883
2146
  msgid "User activated"
2147
  msgstr "Nutzer aktiviert"
2148
 
2149
- #: ../common.php:898
2150
  msgid "Suspicious number of fields"
2151
  msgstr "Verdächtige Anzahl an Feldern"
2152
 
2153
- #: ../common.php:899
2154
  msgid "Suspicious number of nested values"
2155
  msgstr "Verdächtige Anzahl an verschachtelten Werten"
2156
 
2157
- #: ../common.php:900 ../common.php:935
2158
  msgid "Malicious code detected"
2159
  msgstr "Schädlicher Code entdeckt"
2160
 
2161
- #: ../common.php:936
2162
  msgid "Attempt to upload a file with malicious code"
2163
  msgstr "Versuch eine Datei mit schädlichem Code hochzuladen"
2164
 
2165
- #: ../common.php:1105
2166
  msgid "Bytes"
2167
  msgstr "Bytes"
2168
 
2169
- #: ../cerber-scanner.php:1372
2170
  msgid "Vulnerability found"
2171
  msgstr "Verwundbarkeit gefunden"
2172
 
2173
- #: ../cerber-scanner.php:1377
2174
  msgid "Unable to check the integrity due to a DB error"
2175
  msgstr "Konnte Integrität aufgrund eines DB-Fehlers nicht überprüfen"
2176
 
2177
- #: ../cerber-scanner.php:3731
2178
  msgid "Scanning the upload folder for files"
2179
  msgstr "Scanne Upload-Ordner auf Dateien"
2180
 
2181
- #: ../cerber-scanner.php:3732
2182
  msgid "Scanning the temp folder for files"
2183
  msgstr "Scanne temporären Ordner auf Dateien"
2184
 
2185
- #: ../cerber-scanner.php:3733
2186
  msgid "Scanning the session folder for files"
2187
  msgstr "Scanne Sitzungsordner auf Dateien"
2188
 
2189
- #: ../settings.php:449
2190
  msgid "Automated recurring scan schedule"
2191
  msgstr "Automatisierter wiederkehrender Scan-Zeitplan"
2192
 
2193
- #: ../settings.php:465
2194
  msgid "Scan results reporting"
2195
  msgstr "Scan Ergebnisberichte"
2196
 
2197
- #: ../dashboard.php:3270
2198
  msgid "Suspicious activity"
2199
  msgstr "Verdächtige Aktivität"
2200
 
2201
- #: ../dashboard.php:3271
2202
  msgid "Errors"
2203
  msgstr "Fehler"
2204
 
2205
- #: ../dashboard.php:3633
2206
  msgid "Antispam engine"
2207
  msgstr "Antispam-Engine"
2208
 
@@ -2211,302 +2183,797 @@ msgstr "Antispam-Engine"
2211
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2212
  msgstr "Schützt WordPress vor Hackerangriffen, Spam, Trojanern und Viren. Malware-Scanner und Integritätsüberprüfer. Verstärkt WordPress mit einer Reihe umfassender Sicherheitsalgorithmen. Spam-Schutz mit fortschrittlicher Bot-Erkennungs-Engine und reCAPTCHA. Trackt Nutzer- und Eindringlingsaktivität mit leistungsstarken E-Mail-, Mobil- und Desktopbenachrichtigungen."
2213
 
2214
- #: ../cerber-load.php:377
2215
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2216
  msgstr "Sie haben die Anzahl erlaubter Login-Versuche überschritten. Bitte versuchen Sie es in %d Minuten erneut."
2217
 
2218
- #: ../common.php:1020
2219
  msgctxt "preposition of a period of time like: in 6 hours"
2220
  msgid "in %s"
2221
  msgstr "in %s"
2222
 
2223
- #: ../settings.php:1005
2224
  msgctxt "preposition of time like: at 11:00"
2225
  msgid "at"
2226
  msgstr "um"
2227
 
2228
- #: ../cerber-scanner.php:80
2229
  msgid "Quarantine"
2230
  msgstr "Quarantäne"
2231
 
2232
- #: ../cerber-scanner.php:3815
2233
  msgid "Started"
2234
  msgstr "Gestartet"
2235
 
2236
- #: ../cerber-scanner.php:3819
2237
  msgid "Finished"
2238
  msgstr "Beendet"
2239
 
2240
- #: ../cerber-scanner.php:3827
2241
  msgid "Performance"
2242
  msgstr "Performance"
2243
 
2244
- #: ../cerber-scanner.php:3839
2245
  msgid "Vulnerabilities"
2246
  msgstr "Verwundbarkeiten"
2247
 
2248
- #: ../cerber-scanner.php:3843
2249
  msgid "New files"
2250
  msgstr "Neue Dateien"
2251
 
2252
- #: ../cerber-scanner.php:3847
2253
  msgid "Changed files"
2254
  msgstr "Veränderte Dateien"
2255
 
2256
- #: ../cerber-scanner.php:3851
2257
  msgid "Unwanted extensions"
2258
  msgstr "Unerwünschte Erweiterungen"
2259
 
2260
- #: ../settings.php:521 ../cerber-scanner.php:3855
2261
  msgid "Unattended files"
2262
  msgstr "Unbeaufsichtigte Dateien"
2263
 
2264
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2265
  msgid "Scanned"
2266
  msgstr "Gescannt"
2267
 
2268
- #: ../cerber-scanner.php:5446
2269
  msgid "There are no files in the quarantine at the moment."
2270
  msgstr "Es befinden sich aktuell keine Dateien in der Quarantäne."
2271
 
2272
- #: ../cerber-scanner.php:5529
2273
  msgid "Restore"
2274
  msgstr "Wiederherstellen"
2275
 
2276
- #: ../cerber-scanner.php:5524
2277
  msgid "Delete permanently"
2278
  msgstr "Dauerhaft löschen"
2279
 
2280
- #: ../cerber-scanner.php:5537
2281
  msgid "Moved to quarantine"
2282
  msgstr "In die Quarantäne verschoben"
2283
 
2284
- #: ../cerber-scanner.php:5538
2285
  msgid "Automatic deletion"
2286
  msgstr "Automatische Löschung"
2287
 
2288
- #: ../cerber-scanner.php:5539
2289
  msgid "Size"
2290
  msgstr "Größe"
2291
 
2292
- #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2293
  msgid "File"
2294
  msgstr "Datei"
2295
 
2296
- #: ../cerber-scanner.php:5608
2297
  msgid "The file has been deleted permanently."
2298
  msgstr "Die Datei wurde dauerhaft gelöscht."
2299
 
2300
- #: ../cerber-scanner.php:5617
2301
  msgid "The file has been restored to its original location."
2302
  msgstr "Die Datei wurde an ihrem ursprünglichen Speicherort wiederhergestellt."
2303
 
2304
- #: ../dashboard.php:1356
2305
  msgid "Integrity"
2306
  msgstr "Integrität"
2307
 
2308
- #: ../common.php:873
2309
  msgid "Attempt to upload malicious file denied"
2310
  msgstr "Versuch schädliche Datei hochzuladen verweigert"
2311
 
2312
- #: ../cerber-news.php:209
2313
  msgid "Awesome!"
2314
  msgstr "Super!"
2315
 
2316
- #: ../settings.php:519
2317
  msgid "Automatic cleanup of malware and suspicious files"
2318
  msgstr "Automatische Bereinigung von Malware und verdächtigen Dateien"
2319
 
2320
- #: ../settings.php:528
2321
  msgid "Files in the uploads folder"
2322
  msgstr "Dateien im Upload-Ordner"
2323
 
2324
- #: ../settings.php:535
2325
  msgid "Files with unwanted extensions"
2326
  msgstr "Dateien mit unerwünschten Erweiterungen"
2327
 
2328
- #: ../settings.php:542
2329
  msgid "Exclusions"
2330
  msgstr "Ausgenommene Dateien"
2331
 
2332
- #: ../settings.php:543
2333
  msgid "Files in the temporary directory"
2334
  msgstr "Dateien im temporären Verzeichnis"
2335
 
2336
- #: ../settings.php:549
2337
  msgid "Files in the sessions directory"
2338
  msgstr "Dateien im Sitzungsverzeichnis"
2339
 
2340
- #: ../settings.php:555
2341
  msgid "Files in these directories"
2342
  msgstr "Dateien in diesen Verzeichnissen"
2343
 
2344
- #: ../settings.php:561
2345
  msgid "Use absolute paths. One item per line."
2346
  msgstr "Absolute Pfade verwenden. Ein Element pro Zeile"
2347
 
2348
- #: ../settings.php:563
2349
  msgid "Files with these extensions"
2350
  msgstr "Dateien mit diesen Erweiterungen"
2351
 
2352
- #: ../settings.php:569
2353
  msgid "Use comma to separate items."
2354
  msgstr "Separate Elemente mit Komma trennen"
2355
 
2356
- #: ../cerber-scanner.php:78
2357
  msgid "Cleaning up"
2358
  msgstr "Bereinigen"
2359
 
2360
- #: ../cerber-scanner.php:1388
2361
  msgid "Malicious code found"
2362
  msgstr "Schädlicher Code gefunden"
2363
 
2364
- #: ../cerber-scanner.php:2662
2365
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2366
  msgstr "Diese Datei enthält ausführbaren Code und könnte entstellte Malware enthalten. Falls diese Datei Teil eines Themes oder Plugins ist, muss sie sich im Theme- oder Plugin-Ordner befinden. Keine Ausnahmen, keine Ausreden."
2367
 
2368
- #: ../cerber-scanner.php:2663
2369
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2370
  msgstr "Der Scanner erkennt diese Datei als \"besitzerlos\" oder \"nicht gebundelt\" an, weil sie zu keinem bekannten Teil der Website gehört und nicht da sein sollte."
2371
 
2372
- #: ../cerber-scanner.php:2664
2373
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2374
  msgstr "Sie könnte nach einem Upgrade auf eine neuere Version von %s zurückbleiben. Ebenfalls könnte sie Teil von entstellter Malware sein. In seltenen Fällen könnte sie Teil eines individuell geschriebenen Plugins oder Themes sein."
2375
 
2376
- #: ../cerber-scanner.php:2668
2377
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2378
  msgstr "Die Inhalte der Datei wurden geändert und stimmen nicht mit den Inhalten des offiziellen WordPress-Repositoriums oder einer vorher von Ihnen hochgeladenen Referenz-Datei überein. Die Datei könnte von Malware verändert, von einem Virus infiziert oder manipuliert worden sein."
2379
 
2380
- #: ../cerber-scanner.php:5154
2381
  msgid "Deleted"
2382
  msgstr "Gelöscht"
2383
 
2384
- #: ../cerber-scanner.php:5201
2385
  msgid "Automatically moved to quarantine"
2386
  msgstr "Automatisch in Quarantäne verschoben"
2387
 
2388
- #: ../common.php:901
2389
  msgid "Suspicious SQL code detected"
2390
  msgstr "Verdächtiger SQL-Code entdeckt"
2391
 
2392
- #: ../dashboard.php:1337
2393
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2394
  msgid "Last malware scan"
2395
  msgstr "Letzer Malware-Scan"
2396
 
2397
- #: ../dashboard.php:2909
2398
  msgid "Live Traffic"
2399
  msgstr "Live-Traffic"
2400
 
2401
- #: ../settings.php:117
2402
  msgid "Use English for admin interface"
2403
  msgstr "Englisch im Admin-Interface verwenden"
2404
 
2405
- #: ../cerber-tools.php:42
2406
  msgid "Log"
2407
  msgstr "Protokoll"
2408
 
2409
- #: ../settings.php:429
2410
- msgid "Enable diagnostic log"
2411
- msgstr "Diagnose-Protokoll aktivieren"
2412
-
2413
- #: ../settings.php:128
2414
  msgid "Disable PHP in uploads"
2415
  msgstr "PHP in Uploads deaktivieren"
2416
 
2417
- #: ../settings.php:128
2418
- msgid "Disable execution of PHP scripts in the WordPress media folder"
2419
- msgstr "Ausführung von PHP-Skripten im WordPress-Medienordner deaktivieren"
2420
-
2421
- #: ../settings.php:130
2422
  msgid "Disable PHP error displaying"
2423
  msgstr "PHP-Fehleranzeige deaktivieren"
2424
 
2425
- #: ../cerber-scanner.php:79
2426
  msgid "Ignore List"
2427
  msgstr "Liste ignorieren"
2428
 
2429
- #: ../cerber-scanner.php:194
2430
  msgid "Ignore"
2431
  msgstr "Ignorieren"
2432
 
2433
- #: ../cerber-scanner.php:5639
2434
  msgid "Apply"
2435
  msgstr "Anwenden"
2436
 
2437
- #: ../cerber-scanner.php:5670
2438
  msgid "Added"
2439
  msgstr "Hinzugefügt"
2440
 
2441
- #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2442
  msgid "Remove from the list"
2443
  msgstr "Von der Liste entfernen"
2444
 
2445
- #: ../cerber-scanner.php:5641
2446
  msgid "User Insights"
2447
  msgstr "Nutzereinblicke"
2448
 
2449
- #: ../cerber-scanner.php:5642
2450
  msgid "Traffic Insights"
2451
  msgstr "Trafficeinblicke"
2452
 
2453
- #: ../cerber-scanner.php:5643
2454
  msgid "Activity Insights"
2455
  msgstr "Aktivitäteneinblicke"
2456
 
2457
- #: ../dashboard.php:2279
2458
  msgid "Are you sure you want to delete selected files?"
2459
- msgstr ""
2460
 
2461
- #: ../dashboard.php:2280
2462
  msgid "These files have been moved to the quarantine"
2463
- msgstr ""
2464
 
2465
- #: ../dashboard.php:2283
2466
  msgid "Do you want to add selected files to the ignore list?"
2467
- msgstr ""
2468
 
2469
- #: ../dashboard.php:2284
2470
  msgid "These files have been added to the ignore list"
2471
- msgstr ""
2472
 
2473
- #: ../dashboard.php:2286
2474
  msgid "Some errors occurred"
2475
- msgstr ""
2476
 
2477
- #: ../dashboard.php:2287
2478
  msgid "All files have been processed"
2479
- msgstr ""
2480
 
2481
- #: ../dashboard.php:2444
2482
  msgid "These features are available in a professional version of the plugin."
2483
- msgstr ""
2484
 
2485
- #: ../dashboard.php:2445
2486
  msgid "Know more about all advantages at"
2487
- msgstr ""
2488
 
2489
- #: ../common.php:902
2490
  msgid "Suspicious JavaScript code detected"
2491
- msgstr ""
2492
 
2493
- #: ../settings.php:1282
2494
  msgid "Unable to update the schedule"
2495
- msgstr ""
2496
 
2497
- #: ../cerber-scanner.php:5554
2498
  msgid "All scans"
2499
- msgstr ""
2500
 
2501
- #: ../cerber-scanner.php:5645
2502
  msgid "The list is empty."
2503
- msgstr ""
2504
 
2505
- #: ../cerber-scanner.php:5507
2506
  msgid "No files match the specified filter."
2507
- msgstr ""
2508
 
2509
- #: ../cerber-scanner.php:5507
2510
  msgid "Click here to see the full list of files"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2511
  msgstr ""
2512
 
8
  "Language: de\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:498
12
  msgid "Limit login attempts"
13
  msgstr "Anmeldeversuche limitieren"
14
 
15
+ #: ../settings.php:499
16
  msgid "Attempts"
17
  msgstr "Versuche"
18
 
19
+ #: ../settings.php:505
20
  msgid "Lockout duration"
21
  msgstr "Sperrdauer"
22
 
23
+ #: ../settings.php:510 ../settings.php:606
24
  msgid "minutes"
25
  msgstr "Minuten"
26
 
27
+ #: ../settings.php:513
28
  msgid "Aggressive lockout"
29
  msgstr "Aggressive Sperre"
30
 
31
+ #: ../settings.php:532
32
  msgid "Site connection"
33
  msgstr "Verbindung zur Website"
34
 
35
+ #: ../settings.php:540
36
  msgid "Proactive security rules"
37
  msgstr "Proaktive Sicherheitsregeln"
38
 
39
+ #: ../settings.php:541
40
  msgid "Block subnet"
41
  msgstr "Sperre Subnetz"
42
 
43
+ #: ../settings.php:559
44
  msgid "Request wp-login.php"
45
  msgstr "Anfrage wp-login.php"
46
 
47
+ #: ../settings.php:563
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "IP nach jeder Anfrage auf wp-login.php sofort sperren"
50
 
51
+ #: ../settings.php:575
52
  msgid "Custom login page"
53
  msgstr "Benutzerdefinierte Login-Seite"
54
 
55
+ #: ../settings.php:576
56
  msgid "Custom login URL"
57
  msgstr "Benutzerdefinierte Login-URL"
58
 
59
  #. There is no perfect translation for "slug" with keeping the context. "Permalink" describes the whole URL but is used by WordPress in this place.
60
+ #: ../settings.php:584
61
  #, fuzzy
62
  msgid "must not overlap with the existing pages or posts slug"
63
  msgstr "darf sich nicht mit Permalinks von vorhandenen Seiten oder Beiträgen überlappen"
64
 
65
+ #: ../settings.php:586
66
  msgid "Disable wp-login.php"
67
  msgstr "Deaktiviere wp-login.php"
68
 
69
+ #: ../settings.php:591
70
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
71
  msgstr "Blockiere direkten Zugriff zu wp-login.php und gib HTTP 404 Not Found Error zurück"
72
 
73
+ #: ../dashboard.php:1534 ../settings.php:594
74
  msgid "Citadel mode"
75
  msgstr "Citadel Modus"
76
 
77
+ #: ../settings.php:595
78
  msgid "Threshold"
79
  msgstr "Schwelle"
80
 
81
+ #: ../settings.php:601 ../cerber-scanner.php:3669
82
  msgid "Duration"
83
  msgstr "Dauer"
84
 
85
+ #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
86
+ #: php:609
87
  msgid "Notifications"
88
  msgstr "Benachrichtigungen"
89
 
90
+ #: ../settings.php:614
91
  msgid "Send notification to admin email"
92
  msgstr "Sende eine Benachrichtigung an die Emailadresse des Admins"
93
 
94
+ #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
95
+ #: tools.php:47 ../cerber-tools.php:134
96
  msgid "Access Lists"
97
  msgstr "Zugriffslisten"
98
 
99
+ #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
100
+ #: load.php:4258 ../settings.php:622
101
  msgid "Activity"
102
  msgstr "Aktivität"
103
 
104
+ #: ../dashboard.php:4162
105
  msgid "Lockouts"
106
  msgstr "Sperren"
107
 
108
+ #: ../settings.php:1347
109
  msgid "%s allowed retries in %s minutes"
110
  msgstr "%s erlaubte Wiederholungen in %s Minuten"
111
 
112
+ #: ../settings.php:1373
113
  msgid "Enable after %s failed login attempts in last %s minutes"
114
  msgstr "Aktiviere nach %s fehlgeschlagenen Anmeldeversuchen in den letzten %s Minuten"
115
 
116
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
117
+ #: load.php:4267
118
  msgid "IP"
119
  msgstr "IP"
120
 
121
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
122
+ #: php:3651
123
  msgid "Date"
124
  msgstr "Datum"
125
 
126
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
127
  msgid "Local User"
128
  msgstr "Lokaler Benutzer"
129
 
130
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
131
  msgid "Username used"
132
  msgstr "Benutzername wird bereits verwendet"
133
 
134
+ #: ../dashboard.php:209
135
  msgid "Showing last %d records from %d"
136
  msgstr "Zeige die letzten %d Einträge von %d"
137
 
138
+ #: ../common.php:1151
139
  msgid "Logged in"
140
  msgstr "Eingeloggt"
141
 
142
+ #: ../common.php:1152
143
  msgid "Logged out"
144
  msgstr "Ausgeloggt"
145
 
146
+ #: ../common.php:1153
147
  msgid "Login failed"
148
  msgstr "Login fehlgeschlagen"
149
 
150
+ #: ../common.php:1156
151
  msgid "IP blocked"
152
  msgstr "IP geblockt"
153
 
154
+ #: ../common.php:1157
155
  msgid "Subnet blocked"
156
  msgstr "Subnetz geblockt"
157
 
158
+ #: ../common.php:1159
159
  msgid "Citadel activated!"
160
  msgstr "Citadel-Modus aktiviert!"
161
 
162
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
163
+ #: 1207
164
  msgid "Locked out"
165
  msgstr "Ausgesperrt"
166
 
167
  #. Only correct if "IP blacklisted" is used as indicative. Otherwise it would not translate "IP auf der schwarzen Liste" but "IP auf die schwarze Liste gesetzt" (if it states that the IP was just blacklisted).
168
+ #: ../common.php:1209
169
  #, fuzzy
170
  msgid "IP blacklisted"
171
  msgstr "IP blockiert"
172
 
173
+ #: ../common.php:1174
174
  msgid "Password changed"
175
  msgstr "Passwort geändert"
176
 
177
+ #: ../dashboard.php:181 ../dashboard.php:267
178
  msgid "Remove"
179
  msgstr "Entfernen"
180
 
181
+ #: ../dashboard.php:551
182
  msgid "Lockout for %s was removed"
183
  msgstr "Die Sperre für %s wurde entfernt"
184
 
185
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
186
+ #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
187
  #, fuzzy
188
  msgid "White IP Access List"
189
  msgstr "Weiße Liste (erlaubten IPs)"
190
 
191
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
192
+ #: php:1533 ../dashboard.php:3446
193
  #, fuzzy
194
  msgid "Black IP Access List"
195
  msgstr "Schwarze Liste (verbotenen IPs)"
196
 
197
+ #: ../dashboard.php:273
198
  msgid "List is empty"
199
  msgstr "Liste ist leer"
200
 
201
+ #: ../dashboard.php:306
202
  msgid "Address %s was added to White IP Access List"
203
  msgstr "Adresse %s wurde zur Liste der erlaubten IPs hinzugefügt"
204
 
205
+ #: ../dashboard.php:328
206
  msgid "Address %s was added to Black IP Access List"
207
  msgstr "Adresse %s wurde zur Liste der verbotenen IPs hinzugefügt"
208
 
209
+ #: ../cerber-load.php:3565
210
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
211
  msgstr "Citadel-Modus ist aktiviert nach %d fehlgeschlagenen Logins in %d Minuten."
212
 
213
+ #: ../dashboard.php:2297 ../dashboard.php:2724
214
  msgid "View Activity"
215
  msgstr "Aktivitäten anzeigen"
216
 
217
+ #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
218
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
219
  msgid "Settings"
220
  msgstr "Einstellungen"
221
 
222
+ #: ../dashboard.php:1395
223
  msgid "Last login"
224
  msgstr "Letzte Anmeldung"
225
 
226
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
227
+ #: slave-list.php:297
228
  msgid "Never"
229
  msgstr "Niemals"
230
 
231
+ #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
232
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
233
  msgid "Are you sure?"
234
  msgstr "Sind Sie sicher?"
235
 
236
+ #: ../dashboard.php:1933 ../settings.php:537
237
  msgid "My site is behind a reverse proxy"
238
  msgstr "Meine Website ist hinter einem Reverse-Proxy"
239
 
 
 
 
 
 
 
 
 
240
  #. A fuzzy translation that is mostly used in this context would be "Machen Sie Ihren Schutz intelligenter!"
241
+ #: ../settings.php:1175
242
  msgid "Make your protection smarter!"
243
  msgstr "Machen Sie Ihren Schutz schlauer!"
244
 
245
+ #: ../settings.php:1179
246
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
247
  msgstr "Bitte aktivieren Sie Permalinks um dieses Merkmal zu verwenden. Setzen Sie die Permalink-Einstellungen auf etwas anderes als Standard."
248
 
249
+ #: ../dashboard.php:4163 ../cerber-load.php:4554
250
  msgid "Main Settings"
251
  msgstr "Haupteinstellungen"
252
 
253
+ #: ../dashboard.php:4386
254
  msgid "Help"
255
  msgstr "Hilfe"
256
 
257
  #. "Aussperrungen" is used in plural because there are more likely several lockouts in the last hours. One single lockout would demand the use of the singular "Aussperrung". We could use "Aussperrung(en)" to cover all cases.
258
+ #: ../settings.php:1357
259
  #, fuzzy
260
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
261
  msgstr "Erhöhe die Sperrdauer um %s Stunden nach %s Aussperrungen in den letzten %s Stunden"
262
 
263
+ #: ../cerber-load.php:392
264
  msgid "You are not allowed to log in. Ask your administrator for assistance."
265
  msgstr "Sie sind nicht berechtigt, sich anzumelden. Fragen Sie Ihren Administrator nach Unterstützung."
266
 
267
+ #: ../cerber-load.php:417
268
  msgid "You have only one attempt remaining."
269
  msgid_plural "You have %d attempts remaining."
270
  msgstr[0] "Sie haben nur noch einen Versuch."
271
  msgstr[1] "Sie haben nur noch %d Versuche."
272
 
273
+ #: ../dashboard.php:1032
274
  msgid "No activity has been logged."
275
  msgstr "Keine Aktivität wurde protokolliert."
276
 
277
+ #: ../dashboard.php:191
278
  msgid "Expires"
279
  msgstr "Gültig bis"
280
 
281
+ #: ../dashboard.php:215
282
  msgid "No lockouts at the moment. The sky is clear."
283
  msgstr "Keine Sperrung im Moment. Der Himmel ist klar."
284
 
285
+ #: ../dashboard.php:239
286
  msgid "These IPs will never be locked out"
287
  msgstr "Diese IPs werden nie gesperrt"
288
 
289
+ #: ../dashboard.php:248
290
  msgid "Your IP"
291
  msgstr "Ihre IP"
292
 
293
+ #: ../cerber-load.php:3566
294
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
295
  msgstr "Der letzte gescheiterte Versuch war um %s von der IP %s mit der Benutzeranmeldung: %s."
296
 
297
+ #: ../cerber-load.php:4522
298
  msgid "Can't activate WP Cerber due to a database error."
299
  msgstr "Kann WP Cerber aufgrund eines Datenbankfehlers nicht aktivieren."
300
 
301
+ #: ../settings.php:1364
302
  msgid "Notify admin if the number of active lockouts above"
303
  msgstr "Benachrichtige den Admin, wenn die Anzahl von aktiven Aussperrungen größer ist als"
304
 
305
+ #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
306
  msgid "days"
307
  msgstr "Tage"
308
 
309
+ #: ../dashboard.php:1485
310
  msgid "Cerber Quick View"
311
  msgstr "Cerber Schnellansicht"
312
 
313
+ #: ../dashboard.php:211
314
  msgid "Hint"
315
  msgstr "Hinweis"
316
 
317
+ #: ../dashboard.php:211
318
  msgid "To view activity, click on the IP"
319
  msgstr "Um die Aktivität sehen zu können, klicken Sie auf die IP"
320
 
321
+ #: ../settings.php:545
322
  msgid "Always block entire subnet Class C of intruders IP"
323
  msgstr "Immer das gesamte Subnetz Klasse C der IP des Eindringlings blockieren"
324
 
325
+ #: ../settings.php:619 ../settings.php:1370
326
  msgid "Click to send test"
327
  msgstr "Klicken für Sendungstest"
328
 
329
+ #: ../settings.php:1591 ../settings.php:1592
330
  msgid "Attention! You have changed the login URL! The new login URL is"
331
  msgstr "Achtung! Sie haben die Anmelde-URL geändert! Die neue Login-URL ist"
332
 
333
+ #: ../dashboard.php:1394
334
  msgid "Comments"
335
  msgstr "Kommentare"
336
 
337
+ #: ../common.php:1593
338
  msgid "Update to version %s of WP Cerber"
339
  msgstr "Update auf Version %s von WP Cerber"
340
 
341
+ #: ../cerber-load.php:3567 ../cerber-load.php:4299
342
  msgid "View activity in dashboard"
343
  msgstr "Zeige Aktivität im Dashboard"
344
 
345
+ #: ../cerber-load.php:3596
346
  msgid "Number of active lockouts"
347
  msgstr "Anzahl der aktiven Sperren"
348
 
349
+ #: ../cerber-load.php:3600
350
  msgid "View lockouts in dashboard"
351
  msgstr "Zeige Sperren im Dashboard"
352
 
353
+ #: ../cerber-load.php:3688
354
  msgid "This message was sent by"
355
  msgstr "Diese Nachricht wurde gesendet von"
356
 
357
  #. Used to be "Import/Export" but this is a fuzzy translation. Exact translation that WordPress also uses is "Werkzeuge".
358
+ #: ../dashboard.php:76 ../dashboard.php:4286
359
  msgid "Tools"
360
  msgstr "Werkzeuge"
361
 
362
+ #: ../cerber-tools.php:34
363
  msgid "Export settings to the file"
364
  msgstr "Einstellungen in Datei exportieren"
365
 
366
  #. "below" is ignored in the translation.
367
+ #: ../cerber-tools.php:35
368
  #, fuzzy
369
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
370
  msgstr "Wenn Sie auf den Button klicken, bekommen Sie eine Konfigurationsdatei, die Sie auf einer anderen Website hochladen können."
371
 
372
+ #: ../cerber-tools.php:36
373
  msgid "What do you want to export?"
374
  msgstr "Was wollen Sie exportieren?"
375
 
376
+ #: ../cerber-tools.php:39
377
  msgid "Download file"
378
  msgstr "Datei herunterladen"
379
 
380
+ #: ../cerber-tools.php:41
381
  msgid "Import settings from the file"
382
  msgstr "Einstellungen aus Datei importieren"
383
 
384
  #. "below" is ignored in the translation.
385
+ #: ../cerber-tools.php:42
386
  #, fuzzy
387
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
388
  msgstr "Wenn Sie auf den Button klicken, wird die Datei hochgeladen und alle vorhandenen Einstellungen werden überschrieben."
389
 
390
+ #: ../cerber-tools.php:43
391
  msgid "Select file to import."
392
  msgstr "Datei zum Importieren auswählen."
393
 
394
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
395
  msgid "Maximum upload file size: %s."
396
  msgstr "Maximale Dateigröße für Uploads: %s"
397
 
398
+ #: ../cerber-tools.php:46
399
  msgid "What do you want to import?"
400
  msgstr "Was wollen Sie importieren?"
401
 
402
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
403
  msgid "Upload file"
404
  msgstr "Datei hochladen"
405
 
406
+ #: ../cerber-tools.php:97
407
  msgid "No file was uploaded or file is corrupted"
408
  msgstr "Keine Datei hochgeladen oder Datei ist beschädigt"
409
 
410
+ #: ../cerber-tools.php:134
411
  msgid "Error while updating"
412
  msgstr "Fehler bei der Aktualisierung"
413
 
414
+ #: ../cerber-tools.php:140
415
  msgid "Settings has imported successfully from"
416
  msgstr "Einstellungen erfolgreich importiert von"
417
 
418
+ #: ../cerber-tools.php:147
419
  msgid "Error while parsing file"
420
  msgstr "Fehler beim Parsen der Datei"
421
 
422
+ #: ../dashboard.php:189 ../dashboard.php:1001
423
  msgid "Hostname"
424
  msgstr "Hostname"
425
 
426
+ #: ../dashboard.php:488
427
  #, fuzzy
428
  msgid "unknown"
429
  msgstr "unbekannt"
430
 
431
+ #: ../settings.php:623 ../settings.php:961
432
  msgid "Keep records for"
433
  msgstr "Behalte Aufzeichnungen für"
434
 
435
+ #: ../dashboard.php:1519 ../dashboard.php:1541
436
  msgid "active"
437
  msgstr "aktiv"
438
 
439
+ #: ../dashboard.php:1519
440
  msgid "deactivate"
441
  msgstr "deaktiviert"
442
 
443
+ #: ../dashboard.php:1521
444
  msgid "not active"
445
  msgstr "nicht aktiv"
446
 
447
  #. "deactive" and "disabled" mean exactly the same in German.
448
+ #: ../dashboard.php:1522 ../dashboard.php:1536
449
  msgid "disabled"
450
  msgstr "deaktiviert"
451
 
452
+ #: ../dashboard.php:1527
453
  msgid "failed attempts"
454
  msgstr "Fehlversuche"
455
 
456
+ #: ../dashboard.php:1527 ../dashboard.php:1528
457
  msgid "in 24 hours"
458
  msgstr "in 24 Stunden"
459
 
460
+ #: ../dashboard.php:1527 ../dashboard.php:1528
461
  msgid "view all"
462
  msgstr "Zeige alle"
463
 
464
+ #: ../dashboard.php:1528
465
  msgid "lockouts"
466
  msgstr "Sperren"
467
 
468
+ #: ../dashboard.php:1530
469
  msgid "Lockouts at the moment"
470
  msgstr "Momentane Sperren"
471
 
472
+ #: ../dashboard.php:1531
473
  msgid "Last lockout"
474
  msgstr "Letzte Sperre"
475
 
476
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
477
  msgid "entry"
478
  msgid_plural "entries"
479
  msgstr[0] "Eintrag"
480
  msgstr[1] "Einträge"
481
 
482
+ #: ../dashboard.php:2175
483
  #, fuzzy
484
  msgid "Confused about some settings?"
485
  msgstr "Verwirrende Einstellungen?"
486
 
487
+ #: ../dashboard.php:2176
488
  msgid "You can easily load default recommended settings using button below"
489
  msgstr "Sie können ganz einfach mit dem unteren Button empfohlene Standardeinstellungen laden"
490
 
491
+ #: ../dashboard.php:2178
492
  msgid "Load default settings"
493
  msgstr "Standardeinstellung laden"
494
 
495
+ #: ../dashboard.php:2186
496
  msgid "doesn't affect Custom login URL and Access Lists"
497
  msgstr "hat keinen Einfluss auf benutzerdefinierte Login-URL und Zugriffslisten"
498
 
499
+ #: ../common.php:1586 ../settings.php:805
500
  msgid "New version is available"
501
  msgstr "Eine neue Version ist verfügbar"
502
 
503
+ #: ../cerber-load.php:3539
504
  msgid "WP Cerber notify"
505
  msgstr "WP Cerber benachrichtigen"
506
 
507
+ #: ../cerber-load.php:3563
508
  msgid "Citadel mode is activated"
509
  msgstr "Citadel-Modus ist aktiviert"
510
 
511
+ #: ../cerber-load.php:3635
512
  msgid "New Custom login URL"
513
  msgstr "Neue benutzerdefinierte Login-URL"
514
 
515
+ #: ../cerber-load.php:4509
516
  msgid "The WP Cerber requires PHP %s or higher. You are running"
517
  msgstr "WP Cerber benötigt PHP Version %s oder höher. Sie haben"
518
 
519
+ #: ../cerber-load.php:4513
520
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
521
  msgstr "WP Cerber benötigt Wordpress Version %s oder höher. Sie haben"
522
 
523
  #. Non-fuzzy translation would be "Verwende Datei" but in this context "Verwende Logdatei" is describing exactly what it does.
524
+ #: ../settings.php:654
525
  #, fuzzy
526
  msgid "Use file"
527
  msgstr "Verwende Logdatei"
528
 
529
+ #: ../settings.php:658
530
  msgid "Write failed login attempts to the file"
531
  msgstr "Schreibe fehlgeschlagene Anmeldungen in die Datei."
532
 
533
+ #: ../dashboard.php:2296
534
  msgid "Deactivate"
535
  msgstr "Deaktivieren"
536
 
537
+ #: ../dashboard.php:192 ../cerber-load.php:3598
538
  msgid "Reason"
539
  msgstr "Grund"
540
 
541
+ #: ../dashboard.php:280
542
  msgid "Add IP to the list"
543
  msgstr "Füge IP zur Liste hinzu"
544
 
545
+ #: ../dashboard.php:1261
546
  msgid "Add IP to the Black List"
547
  msgstr "Füge IP zur Schwarzen Liste hinzu"
548
 
549
+ #: ../common.php:1246
550
  msgid "Attempt to access"
551
  msgstr "Zugriffsversuch"
552
 
553
+ #: ../common.php:1245
554
  msgid "Limit on login attempts is reached"
555
  msgstr "Limit für Anmeldeversuche ist erreicht"
556
 
557
+ #: ../cerber-load.php:3597
 
 
 
 
558
  msgid "Last lockout was added: %s for IP %s"
559
  msgstr "Letzte Sperre wurde hinzugefügt: %s für IP %s"
560
 
561
  #. "Abhärtung" is the medical translation for "hardening" which fits best in this case.
562
+ #: ../dashboard.php:4165 ../cerber-load.php:4558
563
  msgid "Hardening"
564
  msgstr "Abhärtung"
565
 
566
+ #: ../dashboard.php:1236
567
  msgid "Abuse email:"
568
  msgstr "Missbrauch Email:"
569
 
570
+ #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
571
  msgid "Email Address"
572
  msgstr "E-Mail-Adresse"
573
 
574
+ #: ../settings.php:801
575
  msgid "if empty, the admin email %s will be used"
576
  msgstr "wenn leer, dann wird die E-Mail-Adresse %s des Admins benutzt"
577
 
578
  #. More narrow translation would be "IP aufbrechen" but does not really fit.
579
+ #: ../settings.php:662
580
  #, fuzzy
581
  msgid "Drill down IP"
582
  msgstr "IP inspizieren"
583
 
584
+ #: ../settings.php:666
585
  msgid "Retrieve extra WHOIS information for IP"
586
  msgstr "Extra WHOIS Informationen für IP abrufen"
587
 
588
+ #: ../settings.php:686
589
  msgid "Hardening WordPress"
590
  msgstr "WordPress abhärten"
591
 
592
  #. "Enumeration" would originally translate to "Aufzählung" but does not quite fit.
593
+ #: ../settings.php:687 ../settings.php:731
594
  #, fuzzy
595
  msgid "Stop user enumeration"
596
  msgstr "Benutzererfassung stoppen"
597
 
598
+ #: ../settings.php:714
599
  msgid "Disable XML-RPC"
600
  msgstr "Deaktiviere XML-RPC"
601
 
602
+ #: ../settings.php:719
603
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
604
  msgstr "Zugriff auf den XML-RPC Server sperren (Pingbacks und Trackbacks eingeschlossen)"
605
 
606
+ #: ../settings.php:721
607
  msgid "Disable feeds"
608
  msgstr "Feeds deaktivieren"
609
 
610
+ #: ../settings.php:726
611
  msgid "Block access to the RSS, Atom and RDF feeds"
612
  msgstr "Zugriff auf den RSS-, den Atom- und den RDF-Feed blockieren"
613
 
614
+ #: ../settings.php:739
615
  msgid "Disable REST API"
616
  msgstr "REST API deaktivieren"
617
 
618
+ #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
 
 
 
 
 
619
  msgid "<strong>ERROR</strong>: please enter a valid email address."
620
  msgstr "<strong>FEHLER</strong>: Bitte eine gültige E-Mail-Adresse eingeben"
621
 
622
+ #: ../cerber-load.php:3628 ../cerber-load.php:4543
623
  #, fuzzy
624
  msgid "WP Cerber is now active and has started protecting your site"
625
  msgstr "WP Cerber ist nun aktiv und schützt ihre Website"
626
 
627
+ #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
628
  msgid "Action"
629
  msgstr "Aktion"
630
 
631
+ #: ../dashboard.php:241
632
  msgid "Nobody can log in or register from these IPs"
633
  msgstr "Niemand kann sich von diesen IPs anmelden oder registrieren"
634
 
635
+ #: ../dashboard.php:298 ../dashboard.php:315
636
  msgid "Incorrect IP address or IP range"
637
  msgstr "Falsche IP-Adresse oder falscher IP-Bereich"
638
 
639
+ #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
640
  msgid "Settings saved"
641
  msgstr "Einstellungen gespeichert"
642
 
643
+ #: ../dashboard.php:1241
644
  msgid "Network:"
645
  msgstr "Netzwerk:"
646
 
647
+ #: ../dashboard.php:1256
648
  msgid "Add network to the Black List"
649
  msgstr "Netzwerk zur schwarzen Liste hinzufügen"
650
 
651
+ #: ../dashboard.php:2295
652
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
653
  msgstr "Achtung! Citadel-Modus ist nun aktiv. Niemand kann sich anmelden."
654
 
655
+ #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
656
+ #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
657
  msgid "Unknown"
658
  msgstr "Unbekannt"
659
 
662
  msgid "Gregory"
663
  msgstr "Gregory"
664
 
665
+ #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
666
+ #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
667
+ #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
668
+ #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
669
+ #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
670
+ #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
671
+ #: /nexus/cerber-nexus-slave.php:233
672
  msgid "ERROR:"
673
  msgstr "FEHLER:"
674
 
675
+ #: ../cerber-load.php:729
676
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
677
  msgstr "Menschlichkeitsnachweis gescheitert. Bitte klicken Sie das quadratische Kästchen im reCAPTCHA-Block unten."
678
 
679
+ #: ../cerber-load.php:1045
680
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
681
  msgstr "<strong>FEHLER</strong>: Das eingegebene Passwort für den Benutzernamen %s ist falsch."
682
 
683
+ #: ../cerber-load.php:1319
684
  msgid "Username is not allowed. Please choose another one."
685
  msgstr "Benutzername ist nicht erlaubt. Bitte einen anderen wählen."
686
 
687
+ #: ../cerber-load.php:3591
688
  msgid "unspecified"
689
  msgstr "nicht spezifiziert"
690
 
691
+ #: ../cerber-load.php:3594
692
  msgid "Number of lockouts is increasing"
693
  msgstr "Anzahl an Sperren steigt an"
694
 
695
+ #: ../cerber-load.php:3599
696
  msgid "View activity for this IP"
697
  msgstr "Zeige Aktivität für diese IP"
698
 
699
+ #: ../cerber-load.php:3603 ../cerber-load.php:3605
700
  msgid "A new version of WP Cerber is available to install"
701
  msgstr "Eine neue Version von WP Cerber ist zur Installation verfügbar"
702
 
703
+ #: ../cerber-load.php:3604
704
  msgid "Hi!"
705
  msgstr "Hallo!"
706
 
707
  #. Original translation is "Internetseite" but this translation is not up to time.
708
+ #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
709
+ #: 45
710
  msgid "Website"
711
  msgstr "Website"
712
 
713
+ #: ../cerber-load.php:3610 ../cerber-load.php:3611
714
  msgid "The WP Cerber security plugin has been deactivated"
715
  msgstr "Das WP Cerber Sicherheits-Plugin wurde deaktiviert"
716
 
717
+ #: ../cerber-load.php:3613
718
  msgid "Not logged in"
719
  msgstr "Nicht angemeldet"
720
 
721
+ #: ../cerber-load.php:3619
722
  #, fuzzy
723
  msgid "By user"
724
  msgstr "Von Nutzer"
725
 
726
+ #: ../cerber-load.php:3620
727
  #, fuzzy
728
  msgid "From IP address"
729
  msgstr "Von IP-Adresse"
730
 
731
+ #: ../cerber-load.php:3623
732
  #, fuzzy
733
  msgid "From country"
734
  msgstr "Vom Land"
735
 
736
+ #: ../cerber-load.php:3627
737
  msgid "The WP Cerber security plugin is now active"
738
  msgstr "Das WP Cerber Sicherheits-Plugin ist nun aktiv"
739
 
740
+ #: ../cerber-load.php:4544
741
  #, fuzzy
742
  msgid "Your IP address is added to the"
743
  msgstr "Ihre IP-Adresse wurde hinzugefügt zu"
744
 
745
+ #: ../cerber-load.php:4560
746
  msgid "Import settings"
747
  msgstr "Import-Einstellungen"
748
 
749
+ #: ../settings.php:804
750
  msgid "Notification limit"
751
  msgstr "Benachrichtigungslimit"
752
 
753
+ #: ../settings.php:804
754
  #, fuzzy
755
  msgid "notification letters allowed per hour (0 means unlimited)"
756
  msgstr "Zugelassene Benachrichtigungen pro Stunde (0 bedeutet kein Limit)"
757
 
758
+ #: ../settings.php:111
759
  msgid "User related settings"
760
  msgstr "Benutzerbezogene Einstellungen"
761
 
762
+ #: ../settings.php:153
763
  msgid "Prohibited usernames"
764
  msgstr "Verbotene Benutzernamen"
765
 
766
+ #: ../settings.php:154
767
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
768
  msgstr "Benutzernamen von dieser Liste dürfen sich nicht anmelden oder registrieren. Jede IP-Adresse, die versucht hat einen dieser Nutzernamen zu verwenden, wird sofort blockiert. Mit Komma Namen trennen."
769
 
770
+ #: ../settings.php:161
771
  msgid "User session expire"
772
  msgstr "Benutzer-Sitzung Ablauf"
773
 
774
+ #: ../settings.php:162
775
  msgid "in minutes (leave empty to use default WP value)"
776
  msgstr "in Minuten (leer lassen um WP Standardwert zu verwenden)"
777
 
778
+ #: ../settings.php:237
779
  msgid "reCAPTCHA settings"
780
  msgstr "reCAPTCHA-Einstellungen"
781
 
782
  #. Technical term.
783
+ #: ../settings.php:240
784
  msgid "Site key"
785
  msgstr "Site key"
786
 
787
  #. Technical term.
788
+ #: ../settings.php:244
789
  msgid "Secret key"
790
  msgstr "Secret key"
791
 
792
+ #: ../settings.php:254
793
  msgid "Enable reCAPTCHA for WordPress registration form"
794
  msgstr "Aktiviere reCAPTCHA für das WordPress Registrierungsformular"
795
 
796
+ #: ../settings.php:263
797
  msgid "Lost password form"
798
  msgstr "Passwort-Vergessen-Formular"
799
 
800
+ #: ../settings.php:273
801
  msgid "Login form"
802
  msgstr "Anmeldeforumlar"
803
 
804
+ #: ../settings.php:274
805
  msgid "Enable reCAPTCHA for WordPress login form"
806
  msgstr "Aktiviere reCAPTCHA für das WordPress Anmeldeformular"
807
 
808
+ #: ../settings.php:1193
809
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
810
  msgstr "Bevor Sie reCAPTCHA nutzen können, müssen Sie einen Site key und einen Secret key von der Google Website beziehen."
811
 
812
+ #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
813
  msgid "Know more"
814
  msgstr "Mehr erfahren"
815
 
816
+ #: ../dashboard.php:4166
817
  msgid "Users"
818
  msgstr "Benutzer"
819
 
820
+ #: ../common.php:1149
821
  msgid "User created"
822
  msgstr "Benutzer erstellt"
823
 
824
+ #: ../dashboard.php:2126 ../common.php:1150
825
  msgid "User registered"
826
  msgstr "Benutzer registriert"
827
 
828
+ #: ../common.php:1177
829
  msgid "reCAPTCHA verification failed"
830
  msgstr "reCAPTCHA-Bestätigung gescheitert"
831
 
832
+ #: ../common.php:1178
833
  msgid "reCAPTCHA settings are incorrect"
834
  msgstr "reCAPTCHA-Einstellungen sind falsch"
835
 
836
+ #: ../common.php:1181 ../common.php:1267
837
  msgid "Attempt to access prohibited URL"
838
  msgstr "Zugriffsversuch auf verbotene URL"
839
 
840
+ #: ../common.php:1183 ../common.php:1248
841
  msgid "Attempt to log in with prohibited username"
842
  msgstr "Anmeldeversuch mit verbotenem Benutzernamen"
843
 
844
+ #: ../settings.php:639
845
  msgid "Cerber Lab connection"
846
  msgstr "Cerber Lab Verbindung"
847
 
848
+ #: ../settings.php:643
849
  msgid "Send malicious IP addresses to the Cerber Lab"
850
  msgstr "Bösartige IP-Adressen an das Cerber Lab senden"
851
 
852
+ #: ../settings.php:645
853
  msgid "Cerber Lab protocol"
854
  msgstr "Cerber Lab Protokoll"
855
 
856
+ #: ../settings.php:185 ../settings.php:253
857
  msgid "Registration form"
858
  msgstr "Registrierungsformular"
859
 
860
+ #: ../settings.php:259
861
  msgid "Enable reCAPTCHA for WooCommerce registration form"
862
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Registrierungsformular"
863
 
864
+ #: ../settings.php:264
865
  msgid "Enable reCAPTCHA for WordPress lost password form"
866
  msgstr "Aktiviere reCAPTCHA für das WordPress Passwort-Vergessen-Formular"
867
 
868
+ #: ../settings.php:269
869
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
870
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Passwort-Vergessen-Formular"
871
 
872
+ #: ../settings.php:279
873
  msgid "Enable reCAPTCHA for WooCommerce login form"
874
  msgstr "Aktiviere reCAPTCHA für das WooCommerce Anmeldeformular"
875
 
876
+ #: ../common.php:1179
877
  msgid "Request to the Google reCAPTCHA service failed"
878
  msgstr "Anfrage an den Google reCAPTCHA Dienst gescheitert"
879
 
880
+ #: ../dashboard.php:2118 ../dashboard.php:2148
881
  msgid "View all"
882
  msgstr "Zeige alle"
883
 
884
+ #: ../dashboard.php:2151
885
  msgid "Recently locked out IP addresses"
886
  msgstr "Kürzlich ausgesperrte IP-Adressen"
887
 
888
  #. "OK, vernichte sie alle" is a nicer translation for "OK, kill them all" ... too harsh or does it fit?
889
+ #: ../cerber-lab.php:777
890
  #, fuzzy
891
  msgid "OK, nail them all"
892
  msgstr "OK, vernichte sie alle"
893
 
894
+ #: ../cerber-lab.php:778
895
  msgid "NO, maybe later"
896
  msgstr "NEIN, vielleicht später"
897
 
898
  #. Dashboard is in German more common in this context as the actual translation "Amaturenbrett" which is only used for non-digital things like in cars!
899
+ #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
900
+ #: php:4160
901
  #, fuzzy
902
  msgid "Dashboard"
903
  msgstr "Dashboard"
904
 
905
+ #: ../cerber-lab.php:775
906
  msgid "Want to make WP Cerber even more powerful?"
907
  msgstr "Wollen Sie WP Cerber noch stärker machen?"
908
 
909
+ #: ../cerber-lab.php:776
910
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
911
  msgstr "Erlaube WP Cerber ausgesperrte bösartige IP-Adressen an das Cerber Lab zu senden. Dies hilft dem Plugin-Team neue Algorithmen für WP Cerber zu entwickeln, die WordPress gegen täglich auftretende neue Bedrohungen und Botnets verteidigen. Sie können das Senden jederzeit in den Plugin-Einstellungen deaktivieren."
912
 
913
+ #: ../dashboard.php:778 ../dashboard.php:3275
914
  msgid "IP address"
915
  msgstr "IP-Adresse"
916
 
917
+ #: ../dashboard.php:783
918
  msgid "User login"
919
  msgstr "Benutzer-Anmeldung"
920
 
921
+ #: ../dashboard.php:784 ../dashboard.php:3281
922
  msgid "User ID"
923
  msgstr "Benutzer-ID"
924
 
925
+ #: ../dashboard.php:1028 ../dashboard.php:3715
926
  msgid "Export"
927
  msgstr "Export"
928
 
929
+ #: ../dashboard.php:1050
930
  msgid "Search for IP or username"
931
  msgstr "Suche nach IP oder Nutzernamen"
932
 
933
+ #: ../dashboard.php:1051
934
  msgid "Filter"
935
  msgstr "Filter"
936
 
937
+ #: ../dashboard.php:55
938
  msgid "Cerber Dashboard"
939
  msgstr "Cerber Dashboard"
940
 
941
+ #: ../dashboard.php:76
942
  msgid "Cerber tools"
943
  msgstr "Cerber Werkzeuge"
944
 
945
+ #: ../dashboard.php:2383
946
  msgid "Subscribe"
947
  msgstr "Abonnieren"
948
 
949
+ #: ../dashboard.php:2384 ../cerber-tools.php:228
950
  msgid "Unsubscribe"
951
  msgstr "Abmelden"
952
 
953
+ #: ../dashboard.php:2412
954
  #, fuzzy
955
  msgid "You've subscribed"
956
  msgstr "Erfolgreich abonniert"
957
 
958
+ #: ../dashboard.php:2416
959
  #, fuzzy
960
  msgid "You've unsubscribed"
961
  msgstr "Erfolgreich abgemeldet"
962
 
963
+ #: ../cerber-load.php:3639 ../cerber-load.php:3640
964
  msgid "A new activity has been recorded"
965
  msgstr "Eine neue Aktivität wurde aufgezeichnet"
966
 
967
+ #: ../cerber-load.php:4271
968
  msgid "User"
969
  msgstr "Benutzer"
970
 
971
+ #: ../cerber-load.php:4279
972
  msgid "Search string"
973
  msgstr "Such-String"
974
 
975
+ #: ../cerber-load.php:4300
976
  msgid "To unsubscribe click here"
977
  msgstr "Zum Abmelden hier klicken"
978
 
979
+ #: ../settings.php:661
980
  msgid "Preferences"
981
  msgstr "Präferenzen"
982
 
983
+ #: ../settings.php:668
984
  msgid "Date format"
985
  msgstr "Datumsformat"
986
 
987
+ #: ../settings.php:673
988
  msgid "if empty, the default format %s will be used"
989
  msgstr "wenn leer, dann wird das Standard Format %s verwendet"
990
 
991
+ #: ../settings.php:810
992
  msgid "Push notifications"
993
  msgstr "Push-Benachrichtigungen"
994
 
995
+ #: ../settings.php:790
996
  msgid "Email notifications"
997
  msgstr "Email-Benachrichtigungen"
998
 
999
+ #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
1000
  msgid "Use comma to specify multiple values"
1001
  msgstr "Mit Komma mehrere Werte trennen"
1002
 
1003
+ #: ../settings.php:818
1004
  msgid "All connected devices"
1005
  msgstr "Alle verbundenen Geräte"
1006
 
1007
+ #: ../settings.php:821
1008
  msgid "No devices found"
1009
  msgstr "Kein Gerät gefunden"
1010
 
1011
+ #: ../settings.php:825
1012
  msgid "Not available"
1013
  msgstr "Nicht verfügbar"
1014
 
1015
+ #: ../common.php:1175
1016
  msgid "Password reset requested"
1017
  msgstr "Passwort Zurücksetzung angefordert"
1018
 
1019
+ #: ../common.php:1249
1020
  msgid "Limit on failed reCAPTCHA verifications is reached"
1021
  msgstr "Grenze an fehlgeschlagenen reCAPTCHA ist erreicht"
1022
 
1023
+ #: ../common.php:1398
1024
  msgid "%s ago"
1025
  msgstr "vor %s"
1026
 
1027
+ #: ../settings.php:524
1028
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1029
  msgstr "Eingeschränkte Zugangsregeln für IP Adresse in der White IP Liste anwenden"
1030
 
1031
+ #: ../settings.php:565
1032
  msgid "Display 404 page"
1033
  msgstr "Zeige 404 Seite"
1034
 
1035
+ #: ../settings.php:248
1036
  msgid "Invisible reCAPTCHA"
1037
  msgstr "Unsichtbares reCAPTCHA"
1038
 
1039
+ #: ../settings.php:249
1040
  msgid "Enable invisible reCAPTCHA"
1041
  msgstr "Unsichtbares reCAPTCHA aktivieren"
1042
 
1043
+ #: ../settings.php:249
1044
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1045
  msgstr "(nicht anwenden, sofern nicht Seite betreten wurde und Geheimschlüssel für unsichtbare Version erhalten)"
1046
 
1047
+ #: ../settings.php:284
1048
  msgid "Enable reCAPTCHA for WordPress comment form"
1049
  msgstr "reCAPTCHA für WordPress Kommentarformular aktivieren"
1050
 
1051
+ #: ../settings.php:289
1052
  msgid "Disable reCAPTCHA for logged in users"
1053
  msgstr "reCAPTCHA für angemeldete Benutzer deaktivieren"
1054
 
1055
+ #: ../settings.php:293
1056
  msgid "Limit attempts"
1057
  msgstr "Versuche Einschränken"
1058
 
1059
+ #: ../settings.php:294
1060
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1061
  msgstr "IP Adresse für %s Minuten nach %s fehlgeschlagenen Versuchen innerhalb von %s Minuten sperren"
1062
 
1063
+ #: ../settings.php:1186
1064
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1065
  msgstr "Im Citadel Modus kann sich niemand einloggen, außer IPs auf der White IP Zugangsliste. Laufende Sitzungen werden nicht beeinflusst."
1066
 
1067
+ #: ../dashboard.php:780 ../dashboard.php:1004
1068
  msgid "Event"
1069
  msgstr "Ereignis"
1070
 
1071
+ #: ../common.php:254
1072
  msgid "Spam comments denied"
1073
  msgstr "Spam Kommentare verweigert"
1074
 
1075
+ #: ../common.php:256
1076
  msgid "Malicious IP addresses detected"
1077
  msgstr "Schadhafte IP Adresse gefunden"
1078
 
1079
+ #: ../common.php:257
1080
  msgid "Lockouts occurred"
1081
  msgstr "Sperre aufgetreten"
1082
 
1083
+ #: ../dashboard.php:2127
1084
  msgid "All suspicious activity"
1085
  msgstr "Alle verdächtigen Aktivitäten"
1086
 
1087
+ #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1088
+ #: /cerber-load.php:1332
1089
  msgid "You are not allowed to register."
1090
  msgstr "Registrierung nicht erlaubt."
1091
 
1092
+ #: ../common.php:1160
1093
  msgid "Spam comment denied"
1094
  msgstr "Spam Kommentar verweigert"
1095
 
1096
+ #: ../common.php:1185
1097
  msgid "Attempt to log in denied"
1098
  msgstr "Loginversuch verweigert"
1099
 
1100
+ #: ../common.php:1186
1101
  msgid "Attempt to register denied"
1102
  msgstr "Registrierungsversuch verweigert"
1103
 
1104
+ #: ../common.php:251
1105
  msgid "Malicious activities mitigated"
1106
  msgstr "Schadhafte Aktivitäten gemildert"
1107
 
1108
+ #: ../dashboard.php:69
1109
  msgid "Cerber antispam settings"
1110
  msgstr "Cerber Antispam-Einstellungen"
1111
 
1112
+ #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1113
  msgid "Antispam"
1114
  msgstr "Spam-Schutz"
1115
 
1116
+ #: ../settings.php:177
1117
  msgid "Cerber antispam engine"
1118
  msgstr "Cerber Anti-Spam Engine"
1119
 
1120
+ #: ../settings.php:180
1121
  msgid "Comment form"
1122
  msgstr "Kommentarformular"
1123
 
1124
+ #: ../settings.php:181
1125
  msgid "Protect comment form with bot detection engine"
1126
  msgstr "Schützen Sie das Kommentarformular mit der Bot-Erkennung"
1127
 
1128
+ #: ../settings.php:186
1129
  msgid "Protect registration form with bot detection engine"
1130
  msgstr "Schützen Sie das Registrierungsformular mit Bot-Erkennung"
1131
 
1132
+ #: ../dashboard.php:4288
1133
  msgid "Export & Import"
1134
  msgstr "Export & Import"
1135
 
1136
+ #: ../dashboard.php:4289
1137
  msgid "Diagnostic"
1138
  msgstr "Diagnose"
1139
 
1140
+ #: ../dashboard.php:4292
1141
  msgid "License"
1142
  msgstr "Lizenz"
1143
 
1144
+ #: ../dashboard.php:4199
1145
  msgid "Antispam and bot detection settings"
1146
  msgstr "Antispam- und Bot-Erkennungseinstellungen"
1147
 
1148
+ #: ../cerber-load.php:1570
1149
  msgid "Sorry, human verification failed."
1150
  msgstr "Entschuldigung, der Menschlichkeitsnachweis ist fehlgeschlagen.\n"
1151
  ""
1152
 
1153
+ #: ../common.php:1250
1154
  msgid "Bot activity is detected"
1155
  msgstr "Bot-Aktivität wurde erkannt"
1156
 
1157
+ #: ../settings.php:219
1158
  msgid "Comment processing"
1159
  msgstr "Kommentarverarbeitung"
1160
 
1161
+ #: ../settings.php:222
1162
  msgid "If a spam comment detected"
1163
  msgstr "wenn ein Spam-Kommentar erkannt wird"
1164
 
1165
+ #: ../settings.php:227
1166
  msgid "Trash spam comments"
1167
  msgstr "Spam-Kommentar in den Papierkorb legen"
1168
 
1169
+ #: ../settings.php:229
1170
  msgid "Move spam comments to trash after"
1171
  msgstr "Verschieben Sie die Spam-Kommentare anschließend in den Papierkorb"
1172
 
1173
+ #: ../common.php:1161
1174
  msgid "Spam form submission denied"
1175
  msgstr "Spam in Formular geblockt"
1176
 
1177
+ #: ../settings.php:190
1178
  msgid "Other forms"
1179
  msgstr "andere Formulare"
1180
 
1181
+ #: ../settings.php:191
1182
  msgid "Protect all forms on the website with bot detection engine"
1183
  msgstr "Schützen Sie alle Formulare auf der Website mit der Bot-Erkennungs-Engine"
1184
 
1185
+ #: ../settings.php:197
1186
  msgid "Adjust antispam engine"
1187
  msgstr "Passen Sie die Anti-Spam-Engine an"
1188
 
1189
+ #: ../settings.php:200
1190
  msgid "Safe mode"
1191
  msgstr "Abgesicherter Modus"
1192
 
1193
+ #: ../settings.php:201
1194
  msgid "Use less restrictive policies (allow AJAX)"
1195
  msgstr "Weniger restriktive Richtlinien verwenden (AJAX zulassen)"
1196
 
1197
+ #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
1198
  msgid "Logged in users"
1199
  msgstr "Angemeldete Benutzer"
1200
 
1201
+ #: ../settings.php:206
1202
  msgid "Disable bot detection engine for logged in users"
1203
  msgstr "Deaktivieren der Bot-Erkennungs-Engine für eingeloggte Benutzer"
1204
 
1205
+ #: ../dashboard.php:190 ../dashboard.php:1002
1206
  msgid "Country"
1207
  msgstr "Land"
1208
 
1209
+ #: ../dashboard.php:1039
1210
  msgid "All events"
1211
  msgstr "Alle Ereignisse"
1212
 
1213
+ #: ../dashboard.php:61
1214
  msgid "Cerber Security Rules"
1215
  msgstr "Cerber Sicherheitsregeln"
1216
 
1217
+ #: ../dashboard.php:61 ../dashboard.php:4236
1218
  msgid "Security Rules"
1219
  msgstr "Sicherheitsregeln"
1220
 
1221
+ #: ../dashboard.php:1396
1222
  msgid "Failed login attempts"
1223
  msgstr "Fehlgeschlagene Anmeldeversuche"
1224
 
1225
+ #: ../dashboard.php:1353 ../dashboard.php:1397
1226
  msgid "Registered"
1227
  msgstr "Registriert"
1228
 
1229
+ #: ../dashboard.php:1467 ../cerber-users.php:25
1230
  msgid "You"
1231
  msgstr "Du"
1232
 
1233
+ #: ../common.php:255
1234
  msgid "Spam form submissions denied"
1235
  msgstr "Spam Formular-Übermittlungen verweigert\n"
1236
  ""
1237
 
1238
+ #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1239
  msgid "Getting Started Guide"
1240
  msgstr "Leitfaden für den Einstieg"
1241
 
1242
+ #: ../dashboard.php:4238
1243
  msgid "Countries"
1244
  msgstr "Länder"
1245
 
1246
+ #: ../dashboard.php:2987
1247
  msgid "Permitted for one country"
1248
  msgid_plural "Permitted for %d countries"
1249
  msgstr[0] "Erlaubt für ein Land"
1250
  msgstr[1] "Erlaubt für %d Länder"
1251
 
1252
+ #: ../dashboard.php:2998
1253
  msgid "No rule"
1254
  msgstr "Keine Regel"
1255
 
1256
+ #: ../dashboard.php:3209
1257
  msgid "Security rules have been updated"
1258
  msgstr "Sicherheitsregeln wurden aktualisiert"
1259
 
1262
  msgid "https://wpcerber.com"
1263
  msgstr "https://wpcerber.com"
1264
 
1265
+ #: ../common.php:1162
1266
  msgid "Form submission denied"
1267
  msgstr "Formular-Übermittlung verweigert"
1268
 
1269
+ #: ../common.php:1163
1270
  msgid "Comment denied"
1271
  msgstr "Kommentar verweigert"
1272
 
1273
+ #: ../common.php:1191
1274
  msgid "Request to REST API denied"
1275
  msgstr "Anfrage an REST API verweigert"
1276
 
1277
+ #: ../common.php:1192
1278
  msgid "XML-RPC request denied"
1279
  msgstr "XML-RPC-Anfrage verweigert"
1280
 
1281
+ #: ../common.php:1205
1282
  msgid "Bot detected"
1283
  msgstr "Bot erkannt"
1284
 
1285
+ #: ../common.php:1206
1286
  msgid "Citadel mode is active"
1287
  msgstr "Citadel-Modus ist aktiv"
1288
 
1289
+ #: ../common.php:1211
1290
  msgid "Malicious activity detected"
1291
  msgstr "Bösartige Aktivität entdeckt"
1292
 
1293
+ #: ../common.php:1212
1294
  msgid "Blocked by country rule"
1295
  msgstr "Gesperrt durch Länderregel"
1296
 
1297
+ #: ../common.php:1213
1298
  msgid "Limit reached"
1299
  msgstr "Limit erreicht"
1300
 
1301
+ #: ../common.php:1214
1302
  msgid "Multiple suspicious activities"
1303
  msgstr "Mehrere verdächtige Aktivitäten"
1304
 
1305
+ #: ../common.php:1251
1306
  msgid "Multiple suspicious activities were detected"
1307
  msgstr "Mehrere verdächtige Aktivitäten erkannt"
1308
 
1309
+ #: ../settings.php:751
 
 
 
 
 
 
 
 
1310
  msgid "Allow REST API for logged in users"
1311
  msgstr "REST API für angemeldete Benutzer erlauben"
1312
 
1313
+ #: ../settings.php:766
1314
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1315
  msgstr "Geben Sie die REST API Namespaces an, die zugelassen werden sollen, falls die REST API deaktiviert ist. Ein String pro Zeile."
1316
 
1317
+ #: ../settings.php:147
1318
  msgid "Registration limit"
1319
  msgstr "Registrierungs-Beschränkung"
1320
 
1321
+ #: ../settings.php:168
1322
  msgid "Sort users in dashboard"
1323
  msgstr "Benutzer im Dashboard sortieren"
1324
 
1325
+ #: ../settings.php:169
1326
  msgid "by date of registration"
1327
  msgstr "nach Registrierungsdatum"
1328
 
1329
+ #: ../settings.php:210
1330
  msgid "Query whitelist"
1331
  msgstr "IP Whitelist abfragen"
1332
 
1333
+ #: ../settings.php:1352
1334
  msgid "%s allowed registrations in %s minutes from one IP"
1335
  msgstr "%s erlaubte Registrierungen innerhalb von %s Minuten von derselben IP"
1336
 
1337
+ #: ../dashboard.php:3055
1338
  msgid "Start typing here to find a country"
1339
  msgstr "Beginnen Sie hier mit der Eingabe, um ein Land zu finden"
1340
 
1341
+ #: ../dashboard.php:3135
1342
  msgid "Click on a country name to add it to the list of selected countries"
1343
  msgstr "Klicken Sie auf einen Ländernamen, um ihn zur Liste der ausgewählten Länder hinzuzufügen"
1344
 
1345
+ #: ../dashboard.php:3156
1346
  msgid "Submit forms"
1347
  msgstr "Formulare absenden"
1348
 
1349
+ #: ../dashboard.php:3157
1350
  msgid "Post comments"
1351
  msgstr "Kommentare veröffentlichen"
1352
 
1353
+ #: ../dashboard.php:3158
1354
  msgid "Log in to the website"
1355
  msgstr "Auf der Website anmelden"
1356
 
1357
+ #: ../dashboard.php:3159
1358
  msgid "Register on the website"
1359
  msgstr "Auf der Website registrieren"
1360
 
1361
+ #: ../dashboard.php:3160
1362
  msgid "Use XML-RPC"
1363
  msgstr "XML-RPC benutzen"
1364
 
1365
+ #: ../dashboard.php:3161
1366
  msgid "Use REST API"
1367
  msgstr "REST API benutzen"
1368
 
1369
+ #: ../settings.php:224
1370
  msgid "Deny it completely"
1371
  msgstr "Alles verbieten"
1372
 
1373
+ #: ../settings.php:224
1374
  msgid "Mark it as spam"
1375
  msgstr "Als Spam markieren"
1376
 
1377
+ #: ../dashboard.php:2109
1378
  msgid "in the last 24 hours"
1379
  msgstr "in den letzten 24 Stunden"
1380
 
1381
+ #: ../dashboard.php:2487
1382
  msgid "Main settings"
1383
  msgstr "Haupteinstellungen"
1384
 
1385
+ #: ../settings.php:830
1386
  msgid "Weekly reports"
1387
  msgstr "Wöchentliche Berichte"
1388
 
1389
+ #: ../settings.php:1524
1390
  msgid "Sunday"
1391
  msgstr "Sonntag"
1392
 
1393
+ #: ../settings.php:1525
1394
  msgid "Monday"
1395
  msgstr "Montag"
1396
 
1397
+ #: ../settings.php:1526
1398
  msgid "Tuesday"
1399
  msgstr "Dienstag"
1400
 
1401
+ #: ../settings.php:1527
1402
  msgid "Wednesday"
1403
  msgstr "Mittwoch"
1404
 
1405
+ #: ../settings.php:1528
1406
  msgid "Thursday"
1407
  msgstr "Donnerstag"
1408
 
1409
+ #: ../settings.php:1529
1410
  msgid "Friday"
1411
  msgstr "Freitag"
1412
 
1413
+ #: ../settings.php:1530
1414
  msgid "Saturday"
1415
  msgstr "Samstag"
1416
 
1417
+ #: ../settings.php:1593 ../settings.php:1594
1418
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1419
  msgstr "Wenn Sie ein Caching-Plugin verwenden, müssen Sie Ihre neue Anmelde-URL zur Liste der Seiten hinzufügen, die nicht gecached werden sollen."
1420
 
1421
+ #: ../cerber-load.php:3645
1422
  msgid "Weekly report"
1423
  msgstr "Wöchentlicher Bericht"
1424
 
1425
+ #: ../cerber-load.php:3648 ../cerber-load.php:3658
1426
  msgid "To change reporting settings visit"
1427
  msgstr "Um die Einstellungen für die Berichte zu ändern besuchen Sie"
1428
 
1429
+ #: ../cerber-load.php:3681
1430
  msgid "Your login page:"
1431
  msgstr "Ihre Anmeldeseite:"
1432
 
1433
+ #: ../cerber-load.php:3685
1434
  msgid "Your license is valid until"
1435
  msgstr "Ihre Lizenz ist gültig bis"
1436
 
1437
+ #: ../cerber-load.php:3791
1438
  msgid "Activity details"
1439
  msgstr "Aktivitätsdetails"
1440
 
1441
+ #: ../settings.php:1560
1442
  msgid "Click to send now"
1443
  msgstr "Klicken Sie, um jetzt zu senden"
1444
 
1445
+ #: ../cerber-load.php:858
1446
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1447
  msgstr "> > > Sind Sie ein Übersetzer von WP Cerber? Um eine kostenlose PRO-Lizenz zu erhalten, kontaktieren Sie uns über https://wpcerber.com/contact/"
1448
 
1449
+ #: ../dashboard.php:559
1450
  msgid "Email has been sent to"
1451
  msgstr "E-Mail wurde gesendet an"
1452
 
1453
+ #: ../dashboard.php:562
1454
  msgid "Unable to send email to"
1455
  msgstr "E-Mail kann nicht gesendet werden an"
1456
 
1457
+ #: ../dashboard.php:2990
1458
  msgid "Not permitted for one country"
1459
  msgid_plural "Not permitted for %d countries"
1460
  msgstr[0] "Nicht erlaubt für 1 Land"
1461
  msgstr[1] "Nicht erlaubt für %d Länder"
1462
 
1463
+ #: ../dashboard.php:3139
1464
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1465
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1466
  msgstr "Ausgewählte Länder dürfen %s, anderen Ländern ist es nicht erlaubt"
1467
 
1468
+ #: ../dashboard.php:3142
1469
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1470
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1471
  msgstr "Ausgewählte Länder dürfen nicht %s, anderen Ländern ist es erlaubt"
1472
 
1473
+ #: ../cerber-load.php:3779
1474
  msgid "Weekly Report"
1475
  msgstr "Wöchentlicher Bericht"
1476
 
1477
+ #: ../settings.php:570
1478
  msgid "Use 404 template from the active theme"
1479
  msgstr "404-Template des aktiven Themes nutzen"
1480
 
1481
+ #: ../settings.php:571
1482
  msgid "Display simple 404 page"
1483
  msgstr "Einfache 404-Seite anzeigen"
1484
 
1485
+ #: ../settings.php:211
1486
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1487
  msgstr "Geben Sie einen Teil eines Query Strings oder eines Query Paths ein, um einen Request von der Untersuchung auszuschliessen. Ein Eintrag pro Zeile."
1488
 
1489
+ #: ../settings.php:842 ../settings.php:1106
1490
  msgid "if empty, email from notification settings will be used"
1491
  msgstr "leer lassen, um die E-Mail-Adresse von den Benachrichtigungseinstellungen zu verwenden"
1492
 
1493
+ #: ../settings.php:831
1494
  msgid "Enable reporting"
1495
  msgstr "Berichte aktivieren"
1496
 
1497
+ #: ../cerber-load.php:3709
1498
  msgid "Your last sign-in was %s from %s"
1499
  msgstr "Ihre letzte Anmeldung war am %s von %s aus"
1500
 
1501
+ #: ../dashboard.php:279
 
 
 
 
1502
  msgid "IP address, IPv4 address range or subnet"
1503
  msgstr "IP-Adresse, IPv4-Adressbereich oder Subnetz"
1504
 
1505
+ #: ../dashboard.php:281
1506
  msgid "Optional comment for this entry"
1507
  msgstr "Optionaler Kommentar zu diesem Eintrag"
1508
 
1509
+ #: ../dashboard.php:320
1510
  msgid "You cannot add your IP address or network"
1511
  msgstr "Sie können Ihre IP-Adresse oder Ihr Netzwerk nicht hinzufügen."
1512
 
1513
+ #: ../settings.php:154
1514
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1515
  msgstr "Um einen REGEX-Ausdruck zu definieren umschliessen Sie diesen mit zwei Vorwärts-Schrägstrichen"
1516
 
1517
+ #: ../dashboard.php:57
1518
  msgid "Cerber Traffic Inspector"
1519
  msgstr "Cerber Traffic Inspektor"
1520
 
1521
+ #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1522
  msgid "Traffic Inspector"
1523
  msgstr "Traffic Inspektor"
1524
 
1525
+ #: ../dashboard.php:1569
1526
  msgid "Traffic"
1527
  msgstr "Traffic"
1528
 
1529
+ #: ../dashboard.php:3652
1530
  msgid "Request"
1531
  msgstr "Anfrage"
1532
 
1533
+ #: ../dashboard.php:3654
1534
  msgid "Host Info"
1535
  msgstr "Host-Informationen"
1536
 
1537
+ #: ../dashboard.php:3655
1538
  msgid "User Agent"
1539
  msgstr "User Agent"
1540
 
1541
+ #: ../dashboard.php:3680
1542
  msgid "All requests"
1543
  msgstr "Alle Anfragen"
1544
 
1545
+ #: ../dashboard.php:3685
1546
  msgid "Not logged in visitors"
1547
  msgstr "Nicht eingeloggte Besucher"
1548
 
1549
+ #: ../dashboard.php:3688
1550
  msgid "Form submissions"
1551
  msgstr "Formularübermittlungen"
1552
 
1553
+ #: ../dashboard.php:3690
1554
  msgid "Page Not Found"
1555
  msgstr "Seite nicht gefunden"
1556
 
1557
+ #: ../dashboard.php:3699
1558
  msgid "Longer than"
1559
  msgstr "Länger als"
1560
 
1561
+ #: ../dashboard.php:3720
1562
  msgid "Refresh"
1563
  msgstr "Aktualisieren"
1564
 
1565
+ #: ../common.php:181
1566
  msgid "Check for requests"
1567
  msgstr "Auf Anfragen prüfen"
1568
 
1569
+ #: ../common.php:1612
1570
  msgid "Not specified"
1571
  msgstr "Nicht spezifiziert"
1572
 
1573
+ #: ../settings.php:896
1574
  msgid "Logging mode"
1575
  msgstr "Loggingmodus"
1576
 
1577
+ #: ../settings.php:902
1578
  msgid "Logging disabled"
1579
  msgstr "Logging deaktiviert"
1580
 
1581
+ #: ../settings.php:903
1582
  msgid "Smart"
1583
  msgstr "Smart"
1584
 
1585
+ #: ../settings.php:904
1586
  msgid "All traffic"
1587
  msgstr "Sämtlicher Traffic"
1588
 
1589
+ #: ../settings.php:908
1590
  msgid "Ignore crawlers"
1591
  msgstr "Crawler ignorieren"
1592
 
1593
+ #: ../settings.php:918
1594
  msgid "Mask these form fields"
1595
  msgstr "Diese von Feldern maskieren"
1596
 
1597
+ #: ../settings.php:958
1598
  msgid "milliseconds"
1599
  msgstr "Millisekunden"
1600
 
1601
+ #: ../settings.php:851
 
 
 
 
1602
  msgid "Enable traffic inspection"
1603
  msgstr "Traffic-Inspektion aktivieren"
1604
 
1605
+ #: ../settings.php:895
1606
  msgid "Logging"
1607
  msgstr "Logging"
1608
 
1609
+ #: ../settings.php:913
1610
  msgid "Save request fields"
1611
  msgstr "Anforderungsfeld speichern"
1612
 
1613
+ #: ../settings.php:953
1614
  msgid "Page generation time threshold"
1615
  msgstr "Seitengenerierung Zeitschwelle"
1616
 
1617
+ #: ../dashboard.php:3672
1618
  msgid "No requests have been logged."
1619
  msgstr "Es wurden keine Anforderungen aufgezeichnet"
1620
 
1621
+ #: ../dashboard.php:1536
1622
  msgid "enabled"
1623
  msgstr "aktiviert"
1624
 
1625
+ #: ../dashboard.php:1541
1626
  msgid "no connection"
1627
  msgstr "keine Verbindung"
1628
 
1629
+ #: ../dashboard.php:4026
1630
  msgid "Advanced search"
1631
  msgstr "Erweiterte Suche"
1632
 
1633
+ #: ../dashboard.php:1343
1634
  msgid "Last seen"
1635
  msgstr "Zuletzt gesehen"
1636
 
1637
+ #: ../common.php:1187 ../common.php:1252
1638
  msgid "Probing for vulnerable PHP code"
1639
  msgstr "Prüfe auf verwundbaren PHP-Code"
1640
 
1641
+ #: ../dashboard.php:3983
1642
  msgid "Any"
1643
  msgstr "Beliebig"
1644
 
1645
+ #: ../cerber-load.php:3429
1646
  msgid "We're sorry, you are not allowed to proceed"
1647
  msgstr "Es tut uns leid, aber Sie dürfen nicht fortfahren"
1648
 
1649
+ #: ../settings.php:867
1650
  msgid "Request whitelist"
1651
  msgstr "Whitelist anfordern"
1652
 
1653
+ #: ../settings.php:873
1654
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1655
  msgstr "Geben Sie einen Anforderungs-URI ein, um die Anforderung von der Inspektion auszuschließen. Ein Element pro Zeile."
1656
 
1657
+ #: ../settings.php:929
1658
  msgid "Save request headers"
1659
  msgstr "Request-Header speichern"
1660
 
1661
+ #: ../settings.php:935
1662
  msgid "Save $_SERVER"
1663
  msgstr "Speichern $_SERVER"
1664
 
1665
+ #: ../settings.php:941
1666
  msgid "Save request cookies"
1667
  msgstr "Suchanfragen-Cookies"
1668
 
1669
+ #: ../settings.php:694
1670
  msgid "Protect admin scripts"
1671
  msgstr "Admin-Skripte schützen"
1672
 
1673
+ #: ../settings.php:699
1674
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1675
  msgstr "Nicht autorisierten Zugang zu load.scripts.php und load-styles.php blockieren"
1676
 
1677
+ #: ../common.php:2440
1678
  msgid "Unable to create the directory"
1679
  msgstr "Kann Verzeichnis nicht erstellen"
1680
 
1681
+ #: ../common.php:2445
1682
  msgid "Destination folder access denied"
1683
  msgstr "Zugang zum Zielordner verweigert"
1684
 
1685
+ #: ../common.php:2448
1686
  msgid "File not found"
1687
  msgstr "Datei nicht gefunden"
1688
 
1689
+ #: ../common.php:2451
1690
  msgid "Unable to copy the file"
1691
  msgstr "Konnte Datei nicht kopieren"
1692
 
1693
+ #: ../common.php:2457
1694
  msgid "Unable to delete the file"
1695
  msgstr "Konnte Datei nicht löschen"
1696
 
1697
+ #: ../settings.php:486
1698
  msgid "Plugin initialization"
1699
  msgstr "Plugin-Initialisierung"
1700
 
1701
+ #: ../settings.php:487
1702
  msgid "Load security engine"
1703
  msgstr "Security Engine laden"
1704
 
1705
+ #: ../settings.php:493
1706
  msgid "Legacy mode"
1707
  msgstr "Legacy-Modus"
1708
 
1709
+ #: ../settings.php:494
1710
  msgid "Standard mode"
1711
  msgstr "Standard-Modus"
1712
 
1713
+ #: ../settings.php:1571
1714
  msgid "Plugin initialization mode has not been changed"
1715
  msgstr "Plugin-Initialisierungsmodus wurde nicht geändert"
1716
 
1719
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1720
  msgstr "Dies ist ein Standard Boot-Modul für das WP Cerber Security & Antispam Plugin. Es wurde installiert, als Sie den Plugin-Initialisierungsmodus auf Standard setzten. Mehr erfahren: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1721
 
1722
+ #: ../common.php:1189
1723
  msgid "File upload denied"
1724
  msgstr "Datei-Upload abgelehnt"
1725
 
1726
+ #: ../settings.php:583
1727
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1728
  msgstr "Individuelle Login-URL darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten"
1729
 
1730
+ #: ../settings.php:873
1731
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1732
  msgstr "Um ein REGEX-Pattern zu spezifizieren, schließen Sie eine ganze Zeile in zwei Klammern ein."
1733
 
1734
+ #: ../settings.php:1182
1735
  msgid "Be careful about enabling these options."
1736
  msgstr "Seien Sie vorsichtig mit der Aktivierung dieser Optionen."
1737
 
1738
+ #: ../settings.php:1182
1739
  msgid "If you forget your Custom login URL, you will be unable to log in."
1740
  msgstr "Falls Sie Ihre individuelle Login-URL vergessen, können Sie sich nicht einloggen."
1741
 
1742
+ #: ../dashboard.php:65 ../dashboard.php:4251
1743
  msgid "Site Integrity"
1744
  msgstr "Integrität der Seite"
1745
 
1746
+ #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1747
+ #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1748
  msgid "Disabled"
1749
  msgstr "Deaktiviert"
1750
 
1751
+ #: ../dashboard.php:1555 ../cerber-scanner.php:865
1752
  msgid "Quick Scan"
1753
  msgstr "Quick Scan"
1754
 
1755
+ #: ../dashboard.php:1557 ../cerber-scanner.php:865
1756
  msgid "Full Scan"
1757
  msgstr "Komplettscan"
1758
 
1761
  msgid "WP Cerber Security, Antispam & Malware Scan"
1762
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1763
 
1764
+ #: ../common.php:1215
1765
  msgid "Denied"
1766
  msgstr "Verweigert"
1767
 
1768
+ #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1769
  msgid "Use White IP Access List"
1770
  msgstr "White IP Zugriffsliste verwenden"
1771
 
1772
+ #: ../settings.php:553
1773
  msgid "Disable dashboard redirection"
1774
  msgstr "Dashboard-Weiterleitung deaktivieren"
1775
 
1776
+ #: ../settings.php:557
1777
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1778
  msgstr "Automatische Weiterleitung auf die Login-Seite deaktivieren, wenn /wp-admin/ von einer nicht autorisierten Anforderung angefordert wird"
1779
 
1780
+ #: ../settings.php:974
1781
  msgid "Scanner settings"
1782
  msgstr "Scanner-Einstellungen"
1783
 
1784
+ #: ../settings.php:975
1785
  msgid "Custom signatures"
1786
  msgstr "Individuelle Signaturen"
1787
 
1788
+ #: ../settings.php:981
1789
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1790
  msgstr "Individuelle PHP-Codesignaturen spezifizieren. Ein Element pro Zeile. Um ein REGEX-Pattern zu spezifizieren, schließen Sie eine ganze Zeile mit zwei Klammern ein."
1791
 
1792
+ #: ../settings.php:983
1793
  msgid "Unwanted file extensions"
1794
  msgstr "Unerwünschte Dateierweiterungen"
1795
 
1796
+ #: ../settings.php:989
1797
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1798
  msgstr "Spezifizieren Sie die zu suchenden Dateierweiterungen. Nur Komplettscan. Elemente mit Kommas trennen."
1799
 
1800
+ #: ../settings.php:991
1801
  msgid "Directories to exclude"
1802
  msgstr "Auszuschließende Verzeichnisse"
1803
 
1804
+ #: ../settings.php:997
1805
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1806
  msgstr "Spezifizieren Sie die vom Scan auszuschließenden Verzeichnisse. Absolute Pfade. Ein Element pro Zeile."
1807
 
1808
+ #: ../settings.php:1012
1809
  msgid "Scan temporary directory"
1810
  msgstr "Temporäres Verzeichnis scannen"
1811
 
1812
+ #: ../settings.php:1019
1813
  msgid "Scan session directory"
1814
  msgstr "Sitzungsverzeichnis scannen"
1815
 
1816
+ #: ../settings.php:1031
1817
  msgid "Delete quarantined files after"
1818
  msgstr "Dateien in Quarantäne anschließend löschen"
1819
 
1820
+ #: ../settings.php:1046
1821
  msgid "Launch Quick Scan"
1822
  msgstr "Quick Scan starten"
1823
 
1824
+ #: ../cerber-scanner.php:1421
1825
  msgid "Every hour"
1826
  msgstr "Jede Stunde"
1827
 
1828
+ #: ../cerber-scanner.php:1422
1829
  msgid "Every 3 hours"
1830
  msgstr "Alle 3 Stunden"
1831
 
1832
+ #: ../cerber-scanner.php:1423
1833
  msgid "Every 6 hours"
1834
  msgstr "Alle 6 Stunden"
1835
 
1836
+ #: ../settings.php:1053
1837
  msgid "Launch Full Scan"
1838
  msgstr "Komplett-Scan starten"
1839
 
1840
+ #: ../settings.php:1063 ../settings.php:1122
1841
  msgid "Low severity"
1842
  msgstr "Niedrige Schwere"
1843
 
1844
+ #: ../settings.php:1063 ../settings.php:1122
1845
  msgid "Medium severity"
1846
  msgstr "Mittlere Schwere"
1847
 
1848
+ #: ../settings.php:1063 ../settings.php:1122
1849
  msgid "High severity"
1850
  msgstr "Hohe Schwere"
1851
 
1852
+ #: ../settings.php:1064
1853
  msgid "Report an issue if any of the following is true"
1854
  msgstr "Melden Sie ein Problem, wenn einer der folgenden Punkte zutrifft"
1855
 
1856
+ #: ../settings.php:1072
1857
  msgid "Send email report"
1858
  msgstr "E-Mail-Bericht senden"
1859
 
1860
+ #: ../settings.php:1078
1861
  msgid "After every scan"
1862
  msgstr "Nach jedem Scan"
1863
 
1864
+ #: ../settings.php:1079
1865
  msgid "If any changes in scan results occurred"
1866
  msgstr "Falls irgendwelche Veränderungen in den Scan-Ergebnissen aufgetreten sind"
1867
 
1868
+ #: ../settings.php:1084
1869
  msgid "Include file sizes"
1870
  msgstr "Dateigrößen einschließen"
1871
 
1872
+ #: ../settings.php:1091
1873
  msgid "Include scan errors"
1874
  msgstr "Scan-Fehler einschließen"
1875
 
1876
+ #: ../dashboard.php:4253 ../cerber-load.php:4555
1877
  msgid "Security Scanner"
1878
  msgstr "Sicherheits-Scanner"
1879
 
1880
+ #: ../dashboard.php:4255
1881
  msgid "Scheduling"
1882
  msgstr "Planung"
1883
 
1884
+ #: ../cerber-scanner.php:84
1885
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1886
  msgstr "Aktuell ist ein geplanter Scan im Gange. Bitte warten Sie, bis dieser beendet ist."
1887
 
1888
+ #: ../cerber-scanner.php:88
1889
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1890
  msgstr "Der vor %s gestartete Scan wurde nicht abgeschlossen. Weiter scannen?"
1891
 
1892
+ #: ../cerber-scanner.php:97
1893
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1894
  msgstr "Anscheinend wurde diese Website noch nie gescannt. Um einen Scan zu beginnen, klicken Sie auf den nachstehenden Button."
1895
 
1896
+ #: ../cerber-scanner.php:100
1897
  msgid "Start Quick Scan"
1898
  msgstr "Quick-Scan starten"
1899
 
1900
+ #: ../cerber-scanner.php:101
1901
  msgid "Start Full Scan"
1902
  msgstr "Komplettscan starten"
1903
 
1904
+ #: ../cerber-scanner.php:102
1905
  msgid "Stop Scanning"
1906
  msgstr "Scan unterbrechen"
1907
 
1908
+ #: ../cerber-scanner.php:103
1909
  msgid "Continue Scanning"
1910
  msgstr "Scan fortsetzen"
1911
 
1912
+ #: ../cerber-scanner.php:139
1913
  msgid "Delete"
1914
  msgstr "Löschen"
1915
 
1916
+ #: ../cerber-scanner.php:1370
1917
  msgid "Verified"
1918
  msgstr "Verifiziert"
1919
 
1920
+ #: ../cerber-scanner.php:1377
1921
  msgid "Integrity data not found"
1922
  msgstr "Integritätsdaten nicht gefunden"
1923
 
1924
+ #: ../cerber-scanner.php:1378
1925
  msgid "Unable to check the integrity of the plugin due to a network error"
1926
  msgstr "Konnte die Integrität des Plugins aufgrund eines Netzwerkfehlers nicht überprüfen"
1927
 
1928
+ #: ../cerber-scanner.php:1379
1929
  msgid "Unable to check the integrity of WordPress files due to a network error"
1930
  msgstr "Konnte die Integrität von WordPress aufgrund eines Netzwerkfehlers nicht überprüfen"
1931
 
1932
+ #: ../cerber-scanner.php:1380
1933
  msgid "Unable to check the integrity of the theme due to a network error"
1934
  msgstr "Konnte die Integrität des Themes aufgrund eines Netzwerkfehlers nicht überprüfen"
1935
 
1936
+ #: ../cerber-scanner.php:1383
1937
  msgid "Local file doesn't exist"
1938
  msgstr "Lokale Datei existiert nicht"
1939
 
1940
+ #: ../cerber-scanner.php:1385
1941
  msgid "Unable to process file"
1942
  msgstr "Konnte Datei nicht verarbeiten"
1943
 
1944
+ #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1945
  msgid "Unable to open file"
1946
  msgstr "Konnte Datei nicht öffnen"
1947
 
1948
+ #: ../cerber-scanner.php:1388
1949
  msgid "Checksum mismatch"
1950
  msgstr "Prüfsumme stimmt nicht überein"
1951
 
1952
+ #: ../cerber-scanner.php:1391
1953
  msgid "Suspicious code found"
1954
  msgstr "Verdächtiger Code gefunden"
1955
 
1956
+ #: ../cerber-scanner.php:1393
1957
  msgid "Unattended suspicious file"
1958
  msgstr "Unbeaufsichtigte verdächtige Datei"
1959
 
1960
+ #: ../cerber-scanner.php:1394
1961
  msgid "Executable code found"
1962
  msgstr "Ausführbarer Code gefunden"
1963
 
1964
+ #: ../cerber-scanner.php:1398
1965
  msgid "Unwanted file extension"
1966
  msgstr "Unerwünschte Dateierweiterung"
1967
 
1968
+ #: ../cerber-scanner.php:1400
1969
  msgid "Content has been modified"
1970
  msgstr "Inhalt wurde gerändert"
1971
 
1972
+ #: ../cerber-scanner.php:1401
1973
  msgid "New file"
1974
  msgstr "Neue Datei"
1975
 
1976
+ #: ../cerber-scanner.php:2437
1977
  msgid "Custom signature found"
1978
  msgstr "Individuelle Signatur gefunden"
1979
 
1980
+ #: ../cerber-scanner.php:3576
1981
  msgid "Scanning folders for files"
1982
  msgstr "Scanne Ordner auf Dateien"
1983
 
1984
+ #: ../cerber-scanner.php:3580
1985
  msgid "Parsing the list of files"
1986
  msgstr "Parse die Dateiliste"
1987
 
1988
+ #: ../cerber-scanner.php:3581
1989
  msgid "Checking for new and modified files"
1990
  msgstr "Überprüfe auf neue und geänderte Dateien"
1991
 
1992
+ #: ../cerber-scanner.php:3582
1993
  msgid "Verifying the integrity of WordPress"
1994
  msgstr "Verifiziere die Integrität von WordPress"
1995
 
1996
+ #: ../cerber-scanner.php:3583
1997
  msgid "Verifying the integrity of the plugins"
1998
  msgstr "Verifiziere die Integrität der Plugins"
1999
 
2000
+ #: ../cerber-scanner.php:3584
2001
  msgid "Verifying the integrity of the themes"
2002
  msgstr "Verifiziere die Integrität der Themes"
2003
 
2004
+ #: ../cerber-scanner.php:3585
2005
  msgid "Searching for malicious code"
2006
  msgstr "Suche nach schädlichem Code"
2007
 
2008
+ #: ../cerber-scanner.php:3586
2009
  msgid "Finalizing the scan"
2010
  msgstr "Schließe Scan ab"
2011
 
2012
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
2013
  msgid "Files to scan"
2014
  msgstr "Dateien zum Scannen"
2015
 
2016
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
2017
  msgid "Critical issues"
2018
  msgstr "Kritische Probleme"
2019
 
2020
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
2021
  msgid "Issues total"
2022
  msgstr "Probleme gesamt"
2023
 
2024
+ #: ../cerber-scanner.php:4170
2025
  msgid "The directory is not writable"
2026
  msgstr "Das Verzeichnis ist nicht beschreibbar"
2027
 
2028
+ #: ../cerber-scanner.php:4188
2029
  msgid "Unable to create WP CERBER directory"
2030
  msgstr "Konnte kein WP CERBER Verzeichnis erstellen"
2031
 
2032
+ #: ../cerber-scanner.php:4402
2033
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2034
  msgstr "Dateizugangsfehler. Mögliche Scan-Ergebnisse sind veraltet. Bitte starten Sie einen Quick-Scan oder einen Komplettscan"
2035
 
2036
+ #: ../cerber-scanner.php:5093
2037
  msgid "To view full report visit"
2038
  msgstr "Um den gesamten Bericht einzusehen, besuchen Sie"
2039
 
2040
+ #: ../cerber-load.php:3655
2041
  msgid "Scanner Report"
2042
  msgstr "Scanner Bericht"
2043
 
2044
+ #: ../settings.php:999
2045
  msgid "Monitor new files"
2046
  msgstr "Neue Dateien überwachen"
2047
 
2048
+ #: ../settings.php:1006
2049
  msgid "Monitor modified files"
2050
  msgstr "Geänderte Dateien überwachen"
2051
 
2052
+ #: ../settings.php:1080
2053
  msgid "If new issues found"
2054
  msgstr "Falls neue Probleme gefunden werden"
2055
 
2056
+ #: ../settings.php:1820
2057
  msgid "The schedule has been updated"
2058
  msgstr "Der Zeitplan wurde aktualisiert"
2059
 
2060
+ #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2061
  msgid "Suspicious directives found"
2062
  msgstr "Verdächtige Verzeichnisse gefunden"
2063
 
2064
+ #: ../cerber-scanner.php:2615
2065
  msgid "Suspicious code instruction found"
2066
  msgstr "Verdächtige Codeanweisungen gefunden"
2067
 
2068
+ #: ../cerber-scanner.php:2616
2069
  msgid "Suspicious code signatures found"
2070
  msgstr "Verdächtige Codesignaturen gefunden"
2071
 
2072
+ #: ../cerber-scanner.php:2619
2073
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2074
  msgstr "Um dieses Problem zu lösen, müssen Sie %s neu installieren oder auf die aktuellste Version aktualisieren."
2075
 
2076
+ #: ../cerber-scanner.php:2620
2077
  msgid "Please upload a reference ZIP archive"
2078
  msgstr "Bitte laden Sie ein ZIP-Archiv zum Bezug hoch"
2079
 
2080
+ #: ../cerber-scanner.php:2621
2081
  msgid "Resolve issue"
2082
  msgstr "Problem lösen"
2083
 
2084
+ #: ../cerber-scanner.php:3881
2085
  msgid "We have not found any integrity data to verify"
2086
  msgstr "Wir haben keine zu verifizierenden Integritätsdaten gefunden"
2087
 
2088
+ #: ../cerber-scanner.php:3883
2089
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2090
  msgstr "Sie müssen ein ZIP-Archiv hochladen, von dem Sie es installiert haben. So kann der Sicherheitsscanner die Integrität des Codes verifizieren und Malware erkennen."
2091
 
2092
+ #: ../cerber-scanner.php:4940
2093
  msgid "Full Scan Report"
2094
  msgstr "Komplettscan Bericht"
2095
 
2096
+ #: ../cerber-scanner.php:4940
2097
  msgid "Quick Scan Report"
2098
  msgstr "Quick-Scan Bericht"
2099
 
2100
+ #: ../cerber-scanner.php:4953
2101
  msgid "Files scanned"
2102
  msgstr "Dateien gescannt"
2103
 
2104
+ #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2105
+ #: php:1359
2106
  msgid "Check for activities"
2107
  msgstr "Auf Aktivitäten prüfen"
2108
 
2109
+ #: ../dashboard.php:1322
2110
  msgid "Activated"
2111
  msgstr "Aktiviert"
2112
 
2113
+ #: ../common.php:1194
2114
  msgid "Malicious request denied"
2115
  msgstr "Schädliche Anforderung verweigert"
2116
 
2117
+ #: ../common.php:1198
2118
  msgid "User activated"
2119
  msgstr "Nutzer aktiviert"
2120
 
2121
+ #: ../common.php:1216
2122
  msgid "Suspicious number of fields"
2123
  msgstr "Verdächtige Anzahl an Feldern"
2124
 
2125
+ #: ../common.php:1217
2126
  msgid "Suspicious number of nested values"
2127
  msgstr "Verdächtige Anzahl an verschachtelten Werten"
2128
 
2129
+ #: ../common.php:1218 ../common.php:1253
2130
  msgid "Malicious code detected"
2131
  msgstr "Schädlicher Code entdeckt"
2132
 
2133
+ #: ../common.php:1254
2134
  msgid "Attempt to upload a file with malicious code"
2135
  msgstr "Versuch eine Datei mit schädlichem Code hochzuladen"
2136
 
2137
+ #: ../common.php:1484
2138
  msgid "Bytes"
2139
  msgstr "Bytes"
2140
 
2141
+ #: ../cerber-scanner.php:1376
2142
  msgid "Vulnerability found"
2143
  msgstr "Verwundbarkeit gefunden"
2144
 
2145
+ #: ../cerber-scanner.php:1381
2146
  msgid "Unable to check the integrity due to a DB error"
2147
  msgstr "Konnte Integrität aufgrund eines DB-Fehlers nicht überprüfen"
2148
 
2149
+ #: ../cerber-scanner.php:3577
2150
  msgid "Scanning the upload folder for files"
2151
  msgstr "Scanne Upload-Ordner auf Dateien"
2152
 
2153
+ #: ../cerber-scanner.php:3578
2154
  msgid "Scanning the temp folder for files"
2155
  msgstr "Scanne temporären Ordner auf Dateien"
2156
 
2157
+ #: ../cerber-scanner.php:3579
2158
  msgid "Scanning the session folder for files"
2159
  msgstr "Scanne Sitzungsordner auf Dateien"
2160
 
2161
+ #: ../settings.php:1045
2162
  msgid "Automated recurring scan schedule"
2163
  msgstr "Automatisierter wiederkehrender Scan-Zeitplan"
2164
 
2165
+ #: ../settings.php:1061
2166
  msgid "Scan results reporting"
2167
  msgstr "Scan Ergebnisberichte"
2168
 
2169
+ #: ../dashboard.php:3682
2170
  msgid "Suspicious activity"
2171
  msgstr "Verdächtige Aktivität"
2172
 
2173
+ #: ../dashboard.php:3683
2174
  msgid "Errors"
2175
  msgstr "Fehler"
2176
 
2177
+ #: ../dashboard.php:4201
2178
  msgid "Antispam engine"
2179
  msgstr "Antispam-Engine"
2180
 
2183
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2184
  msgstr "Schützt WordPress vor Hackerangriffen, Spam, Trojanern und Viren. Malware-Scanner und Integritätsüberprüfer. Verstärkt WordPress mit einer Reihe umfassender Sicherheitsalgorithmen. Spam-Schutz mit fortschrittlicher Bot-Erkennungs-Engine und reCAPTCHA. Trackt Nutzer- und Eindringlingsaktivität mit leistungsstarken E-Mail-, Mobil- und Desktopbenachrichtigungen."
2185
 
2186
+ #: ../cerber-load.php:398
2187
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2188
  msgstr "Sie haben die Anzahl erlaubter Login-Versuche überschritten. Bitte versuchen Sie es in %d Minuten erneut."
2189
 
2190
+ #: ../common.php:1398
2191
  msgctxt "preposition of a period of time like: in 6 hours"
2192
  msgid "in %s"
2193
  msgstr "in %s"
2194
 
2195
+ #: ../settings.php:1540
2196
  msgctxt "preposition of time like: at 11:00"
2197
  msgid "at"
2198
  msgstr "um"
2199
 
2200
+ #: ../dashboard.php:4258
2201
  msgid "Quarantine"
2202
  msgstr "Quarantäne"
2203
 
2204
+ #: ../cerber-scanner.php:3661
2205
  msgid "Started"
2206
  msgstr "Gestartet"
2207
 
2208
+ #: ../cerber-scanner.php:3665
2209
  msgid "Finished"
2210
  msgstr "Beendet"
2211
 
2212
+ #: ../cerber-scanner.php:3673
2213
  msgid "Performance"
2214
  msgstr "Performance"
2215
 
2216
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2217
  msgid "Vulnerabilities"
2218
  msgstr "Verwundbarkeiten"
2219
 
2220
+ #: ../cerber-scanner.php:3689
2221
  msgid "New files"
2222
  msgstr "Neue Dateien"
2223
 
2224
+ #: ../cerber-scanner.php:3693
2225
  msgid "Changed files"
2226
  msgstr "Veränderte Dateien"
2227
 
2228
+ #: ../cerber-scanner.php:3697
2229
  msgid "Unwanted extensions"
2230
  msgstr "Unerwünschte Erweiterungen"
2231
 
2232
+ #: ../settings.php:1116 ../cerber-scanner.php:3701
2233
  msgid "Unattended files"
2234
  msgstr "Unbeaufsichtigte Dateien"
2235
 
2236
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2237
  msgid "Scanned"
2238
  msgstr "Gescannt"
2239
 
2240
+ #: ../cerber-scanner.php:5321
2241
  msgid "There are no files in the quarantine at the moment."
2242
  msgstr "Es befinden sich aktuell keine Dateien in der Quarantäne."
2243
 
2244
+ #: ../cerber-scanner.php:5411
2245
  msgid "Restore"
2246
  msgstr "Wiederherstellen"
2247
 
2248
+ #: ../cerber-scanner.php:5408
2249
  msgid "Delete permanently"
2250
  msgstr "Dauerhaft löschen"
2251
 
2252
+ #: ../cerber-scanner.php:5420
2253
  msgid "Moved to quarantine"
2254
  msgstr "In die Quarantäne verschoben"
2255
 
2256
+ #: ../cerber-scanner.php:5421
2257
  msgid "Automatic deletion"
2258
  msgstr "Automatische Löschung"
2259
 
2260
+ #: ../cerber-scanner.php:5422
2261
  msgid "Size"
2262
  msgstr "Größe"
2263
 
2264
+ #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2265
  msgid "File"
2266
  msgstr "Datei"
2267
 
2268
+ #: ../cerber-scanner.php:5491
2269
  msgid "The file has been deleted permanently."
2270
  msgstr "Die Datei wurde dauerhaft gelöscht."
2271
 
2272
+ #: ../cerber-scanner.php:5500
2273
  msgid "The file has been restored to its original location."
2274
  msgstr "Die Datei wurde an ihrem ursprünglichen Speicherort wiederhergestellt."
2275
 
2276
+ #: ../dashboard.php:1570
2277
  msgid "Integrity"
2278
  msgstr "Integrität"
2279
 
2280
+ #: ../common.php:1188
2281
  msgid "Attempt to upload malicious file denied"
2282
  msgstr "Versuch schädliche Datei hochzuladen verweigert"
2283
 
2284
+ #: ../cerber-news.php:157
2285
  msgid "Awesome!"
2286
  msgstr "Super!"
2287
 
2288
+ #: ../settings.php:1114
2289
  msgid "Automatic cleanup of malware and suspicious files"
2290
  msgstr "Automatische Bereinigung von Malware und verdächtigen Dateien"
2291
 
2292
+ #: ../settings.php:1123
2293
  msgid "Files in the uploads folder"
2294
  msgstr "Dateien im Upload-Ordner"
2295
 
2296
+ #: ../settings.php:1130
2297
  msgid "Files with unwanted extensions"
2298
  msgstr "Dateien mit unerwünschten Erweiterungen"
2299
 
2300
+ #: ../settings.php:1137
2301
  msgid "Exclusions"
2302
  msgstr "Ausgenommene Dateien"
2303
 
2304
+ #: ../settings.php:1138
2305
  msgid "Files in the temporary directory"
2306
  msgstr "Dateien im temporären Verzeichnis"
2307
 
2308
+ #: ../settings.php:1144
2309
  msgid "Files in the sessions directory"
2310
  msgstr "Dateien im Sitzungsverzeichnis"
2311
 
2312
+ #: ../settings.php:1150
2313
  msgid "Files in these directories"
2314
  msgstr "Dateien in diesen Verzeichnissen"
2315
 
2316
+ #: ../settings.php:1156
2317
  msgid "Use absolute paths. One item per line."
2318
  msgstr "Absolute Pfade verwenden. Ein Element pro Zeile"
2319
 
2320
+ #: ../settings.php:1158
2321
  msgid "Files with these extensions"
2322
  msgstr "Dateien mit diesen Erweiterungen"
2323
 
2324
+ #: ../settings.php:1164
2325
  msgid "Use comma to separate items."
2326
  msgstr "Separate Elemente mit Komma trennen"
2327
 
2328
+ #: ../dashboard.php:4256
2329
  msgid "Cleaning up"
2330
  msgstr "Bereinigen"
2331
 
2332
+ #: ../cerber-scanner.php:1392
2333
  msgid "Malicious code found"
2334
  msgstr "Schädlicher Code gefunden"
2335
 
2336
+ #: ../cerber-scanner.php:2612
2337
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2338
  msgstr "Diese Datei enthält ausführbaren Code und könnte entstellte Malware enthalten. Falls diese Datei Teil eines Themes oder Plugins ist, muss sie sich im Theme- oder Plugin-Ordner befinden. Keine Ausnahmen, keine Ausreden."
2339
 
2340
+ #: ../cerber-scanner.php:2613
2341
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2342
  msgstr "Der Scanner erkennt diese Datei als \"besitzerlos\" oder \"nicht gebundelt\" an, weil sie zu keinem bekannten Teil der Website gehört und nicht da sein sollte."
2343
 
2344
+ #: ../cerber-scanner.php:2614
2345
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2346
  msgstr "Sie könnte nach einem Upgrade auf eine neuere Version von %s zurückbleiben. Ebenfalls könnte sie Teil von entstellter Malware sein. In seltenen Fällen könnte sie Teil eines individuell geschriebenen Plugins oder Themes sein."
2347
 
2348
+ #: ../cerber-scanner.php:2618
2349
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2350
  msgstr "Die Inhalte der Datei wurden geändert und stimmen nicht mit den Inhalten des offiziellen WordPress-Repositoriums oder einer vorher von Ihnen hochgeladenen Referenz-Datei überein. Die Datei könnte von Malware verändert, von einem Virus infiziert oder manipuliert worden sein."
2351
 
2352
+ #: ../cerber-scanner.php:5034
2353
  msgid "Deleted"
2354
  msgstr "Gelöscht"
2355
 
2356
+ #: ../cerber-scanner.php:5081
2357
  msgid "Automatically moved to quarantine"
2358
  msgstr "Automatisch in Quarantäne verschoben"
2359
 
2360
+ #: ../common.php:1219
2361
  msgid "Suspicious SQL code detected"
2362
  msgstr "Verdächtiger SQL-Code entdeckt"
2363
 
2364
+ #: ../dashboard.php:1551
2365
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2366
  msgid "Last malware scan"
2367
  msgstr "Letzer Malware-Scan"
2368
 
2369
+ #: ../dashboard.php:4221
2370
  msgid "Live Traffic"
2371
  msgstr "Live-Traffic"
2372
 
2373
+ #: ../settings.php:675
2374
  msgid "Use English for admin interface"
2375
  msgstr "Englisch im Admin-Interface verwenden"
2376
 
2377
+ #: ../dashboard.php:4290
2378
  msgid "Log"
2379
  msgstr "Protokoll"
2380
 
2381
+ #: ../settings.php:701
 
 
 
 
2382
  msgid "Disable PHP in uploads"
2383
  msgstr "PHP in Uploads deaktivieren"
2384
 
2385
+ #: ../settings.php:708
 
 
 
 
2386
  msgid "Disable PHP error displaying"
2387
  msgstr "PHP-Fehleranzeige deaktivieren"
2388
 
2389
+ #: ../dashboard.php:4257
2390
  msgid "Ignore List"
2391
  msgstr "Liste ignorieren"
2392
 
2393
+ #: ../cerber-scanner.php:142
2394
  msgid "Ignore"
2395
  msgstr "Ignorieren"
2396
 
2397
+ #: ../cerber-scanner.php:5522
2398
  msgid "Apply"
2399
  msgstr "Anwenden"
2400
 
2401
+ #: ../cerber-scanner.php:5556
2402
  msgid "Added"
2403
  msgstr "Hinzugefügt"
2404
 
2405
+ #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2406
  msgid "Remove from the list"
2407
  msgstr "Von der Liste entfernen"
2408
 
2409
+ #: ../cerber-scanner.php:5524
2410
  msgid "User Insights"
2411
  msgstr "Nutzereinblicke"
2412
 
2413
+ #: ../cerber-scanner.php:5525
2414
  msgid "Traffic Insights"
2415
  msgstr "Trafficeinblicke"
2416
 
2417
+ #: ../cerber-scanner.php:5526
2418
  msgid "Activity Insights"
2419
  msgstr "Aktivitäteneinblicke"
2420
 
2421
+ #: ../dashboard.php:2593
2422
  msgid "Are you sure you want to delete selected files?"
2423
+ msgstr "Sind Sie sicher, dass Sie die ausgewählten Dateien löschen möchten?"
2424
 
2425
+ #: ../dashboard.php:2594
2426
  msgid "These files have been moved to the quarantine"
2427
+ msgstr "Diese Dateien wurden in die Quarantäne verschoben"
2428
 
2429
+ #: ../dashboard.php:2597
2430
  msgid "Do you want to add selected files to the ignore list?"
2431
+ msgstr "Möchten Sie die ausgewählten Dateien der Ignore-List hinzufügen?"
2432
 
2433
+ #: ../dashboard.php:2598
2434
  msgid "These files have been added to the ignore list"
2435
+ msgstr "Diese Dateien wurden der Ignore-List hinzugefügt"
2436
 
2437
+ #: ../dashboard.php:2600
2438
  msgid "Some errors occurred"
2439
+ msgstr "Es sind einige Fehler aufgetreten"
2440
 
2441
+ #: ../dashboard.php:2601
2442
  msgid "All files have been processed"
2443
+ msgstr "Alle Dateien wurden verarbeitet"
2444
 
2445
+ #: ../dashboard.php:2823
2446
  msgid "These features are available in a professional version of the plugin."
2447
+ msgstr "Diese Features sind in einer professionellen Version des Plugins verfügbar."
2448
 
2449
+ #: ../dashboard.php:2824
2450
  msgid "Know more about all advantages at"
2451
+ msgstr "Erfahren Sie mehr über alle Vorteile bei"
2452
 
2453
+ #: ../common.php:1220
2454
  msgid "Suspicious JavaScript code detected"
2455
+ msgstr "Verdächtiger JavaScript-Code entdeckt"
2456
 
2457
+ #: ../settings.php:1823
2458
  msgid "Unable to update the schedule"
2459
+ msgstr "Zeitplan konnte nicht aktualisiert werden"
2460
 
2461
+ #: ../cerber-scanner.php:5437
2462
  msgid "All scans"
2463
+ msgstr "Alle Scans"
2464
 
2465
+ #: ../cerber-scanner.php:5528
2466
  msgid "The list is empty."
2467
+ msgstr "Die Liste ist leer."
2468
 
2469
+ #: ../cerber-scanner.php:5388
2470
  msgid "No files match the specified filter."
2471
+ msgstr "Es stimmen keine Dateien mit dem eingestellten Filter überein."
2472
 
2473
+ #: ../cerber-scanner.php:5388
2474
  msgid "Click here to see the full list of files"
2475
+ msgstr "Klicken Sie hier, um die vollständige Dateienliste zu sehen"
2476
+
2477
+ #: ../dashboard.php:781
2478
+ msgid "Additional Details"
2479
+ msgstr "Weitere Details"
2480
+
2481
+ #: ../dashboard.php:3282
2482
+ msgid "Page generation time"
2483
+ msgstr "Seitengenerierungszeit"
2484
+
2485
+ #: ../dashboard.php:4414
2486
+ msgid "Log In"
2487
+ msgstr "Einloggen"
2488
+
2489
+ #: ../dashboard.php:4415
2490
+ msgid "Log Out"
2491
+ msgstr "Ausloggen"
2492
+
2493
+ #: ../dashboard.php:4416
2494
+ msgid "Register"
2495
+ msgstr "Registrieren"
2496
+
2497
+ #: ../dashboard.php:4419
2498
+ msgid "WooCommerce Log In"
2499
+ msgstr "WooCommerce Login"
2500
+
2501
+ #: ../dashboard.php:4420
2502
+ msgid "WooCommerce Log Out"
2503
+ msgstr "WooCommerce Logout"
2504
+
2505
+ #: ../dashboard.php:4459 ../dashboard.php:4460
2506
+ msgid "Add to menu"
2507
+ msgstr "Zum Menü hinzufügen"
2508
+
2509
+ #: ../common.php:1208
2510
+ msgid "IP address is locked out"
2511
+ msgstr "IP-Adresse ist ausgesperrt"
2512
+
2513
+ #: ../common.php:1256
2514
+ msgid "Multiple suspicious requests"
2515
+ msgstr "Mehrere Verdächtige Anfragen"
2516
+
2517
+ #: ../settings.php:850
2518
+ msgid "Traffic Inspection"
2519
+ msgstr "Traffic-Überprüfung"
2520
+
2521
+ #: ../settings.php:858 ../settings.php:884
2522
+ msgid "Maximum compatibility"
2523
+ msgstr "Maximale Kompatibilität"
2524
+
2525
+ #: ../settings.php:859 ../settings.php:885
2526
+ msgid "Maximum security"
2527
+ msgstr "Maximale Sicherheit"
2528
+
2529
+ #: ../settings.php:876
2530
+ msgid "Erroneous Request Shielding"
2531
+ msgstr "Fehlerhafte Anfrage-Abschirmung"
2532
+
2533
+ #: ../settings.php:877
2534
+ msgid "Enable error shielding"
2535
+ msgstr "Fehler-Abschirmung aktivieren"
2536
+
2537
+ #: ../settings.php:947
2538
+ msgid "Save software errors"
2539
+ msgstr "Software-Fehler speichern"
2540
+
2541
+ #: ../cerber-scanner.php:3575
2542
+ msgid "Preparing for the scan"
2543
+ msgstr "Für den Scan vorbereiten"
2544
+
2545
+ #: ../common.php:1221
2546
+ msgid "Blocked by administrator"
2547
+ msgstr "Vom Administrator blockiert"
2548
+
2549
+ #: ../cerber-load.php:402
2550
+ msgid "You are not allowed to log in"
2551
+ msgstr "Sie dürfen sich nicht einloggen"
2552
+
2553
+ #: ../cerber-users.php:12
2554
+ msgid "Block User"
2555
+ msgstr "Nutzer blockieren"
2556
+
2557
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2558
+ msgid "User is not permitted to log into the website"
2559
+ msgstr "Nutzer darf sich nicht auf der Website einloggen"
2560
+
2561
+ #: ../cerber-users.php:31
2562
+ msgctxt "e.g. by John at 11:00"
2563
+ msgid "blocked by %s at %s"
2564
+ msgstr "blockiert von %s um %s"
2565
+
2566
+ #: ../cerber-users.php:41 ../settings.php:129
2567
+ msgid "User Message"
2568
+ msgstr "Nutzer-Nachricht"
2569
+
2570
+ #: ../cerber-users.php:43
2571
+ msgid "An optional message for this user"
2572
+ msgstr "Eine optionale Nachricht für diesen Nutzer"
2573
+
2574
+ #: ../cerber-users.php:98
2575
+ msgid "Blocked Users"
2576
+ msgstr "Blockierte Nutzer"
2577
+
2578
+ #: ../settings.php:692
2579
+ msgid "Block access to user pages like /?author=n"
2580
+ msgstr "Zugriff auf Nutzerseiten wie /?author=n blockieren"
2581
+
2582
+ #: ../settings.php:730
2583
+ msgid "Access to WordPress REST API"
2584
+ msgstr "Zugriff auf WordPress REST API"
2585
+
2586
+ #: ../settings.php:736
2587
+ msgid "Block access to user data via REST API"
2588
+ msgstr "Zugriff auf Nutzerdaten per REST API blockieren"
2589
+
2590
+ #: ../settings.php:744
2591
+ msgid "Block access to WordPress REST API except any of the following"
2592
+ msgstr "Zugriff auf WordPress REST API blockieren, mit Ausnahme der folgenden"
2593
+
2594
+ #: ../settings.php:753
2595
+ msgid "Allow REST API for these roles"
2596
+ msgstr "REST API für diese Rollen zulassen"
2597
+
2598
+ #: ../settings.php:759
2599
+ msgid "Allow these namespaces"
2600
+ msgstr "Diese Namensräume zulassen"
2601
+
2602
+ #: ../settings.php:888
2603
+ msgid "Ignore logged in users"
2604
+ msgstr "Eingeloggte Nutzer ignorieren"
2605
+
2606
+ #: ../settings.php:1190
2607
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2608
+ msgstr "Diese Einschränkungen gelten nicht für IP-Adressen auf der White IP Zugriffsliste"
2609
+
2610
+ #: ../settings.php:1499
2611
+ msgid "Select one or more roles"
2612
+ msgstr "Eine oder mehrere Rollen auswählen"
2613
+
2614
+ #: ../dashboard.php:1049
2615
+ msgid "Filter by registered user"
2616
+ msgstr "Nach registriertem Nutzer filtern"
2617
+
2618
+ #: ../settings.php:115
2619
+ msgid "Authorized users only"
2620
+ msgstr "Nur autorisierte Nutzer"
2621
+
2622
+ #: ../settings.php:116
2623
+ msgid "Only registered and logged in website users have access to the website"
2624
+ msgstr "Nur registrierte und eingeloggte Website-Nutzer können auf die Website zugreifen"
2625
+
2626
+ #: ../settings.php:123
2627
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2628
+ msgstr "Diese Richtlinie nicht bei IP-Adressen auf der White IP Zugriffsliste anwenden"
2629
+
2630
+ #: ../settings.php:133 ../settings.php:2067
2631
+ msgid "Only registered and logged in users are allowed to view this website"
2632
+ msgstr "Nur registrierte und eingeloggte Nutzer dürfen sich diese Website ansehen"
2633
+
2634
+ #: ../settings.php:138
2635
+ msgid "Redirect to URL"
2636
+ msgstr "An URL weiterleiten"
2637
+
2638
+ #: ../dashboard.php:4291
2639
+ msgid "Changelog"
2640
+ msgstr "Änderungsprotokoll"
2641
+
2642
+ #: ../dashboard.php:72 ../dashboard.php:72
2643
+ msgid "Cerber.Hub"
2644
+ msgstr "Cerber.Hub"
2645
+
2646
+ #: ../dashboard.php:613
2647
+ msgid "Default settings have been loaded"
2648
+ msgstr "Standardeinstellungen wurden geladen"
2649
+
2650
+ #: ../dashboard.php:3034
2651
+ msgid "Save all rules"
2652
+ msgstr "Alle Regeln speichern"
2653
+
2654
+ #: ../common.php:836
2655
+ msgid "Save Changes"
2656
+ msgstr "Änderungen speichern"
2657
+
2658
+ #: ../common.php:1201
2659
+ msgid "Invalid master credentials"
2660
+ msgstr "Ungültige Master-Anmeldedaten"
2661
+
2662
+ #: ../settings.php:301
2663
+ msgid "Master settings"
2664
+ msgstr "Master-Einstellungen"
2665
+
2666
+ #: ../settings.php:309
2667
+ msgid "Return to the website list"
2668
+ msgstr "Zur Website-Liste zurückkehren"
2669
+
2670
+ #: ../settings.php:313
2671
+ msgid "Show \"Switched to\" notification"
2672
+ msgstr "\"Eingeschaltet\"-Benachrichtigung anzeigen"
2673
+
2674
+ #: ../settings.php:317
2675
+ msgid "Add @ site to the page title"
2676
+ msgstr "@-Seite zum Seitentitel hinzufügen"
2677
+
2678
+ #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2679
+ msgid "Enable diagnostic logging"
2680
+ msgstr "Diagnoseprotokollierung aktivieren"
2681
+
2682
+ #: ../settings.php:344
2683
+ msgid "Limit access by IP address"
2684
+ msgstr "Zugriff nach IP-Adresse einschränken"
2685
+
2686
+ #: ../settings.php:350
2687
+ msgid "Access to this website"
2688
+ msgstr "Zugriff auf diese Website"
2689
+
2690
+ #: ../settings.php:353
2691
+ msgid "Full access mode"
2692
+ msgstr "Vollzugriffmodus"
2693
+
2694
+ #: ../settings.php:354
2695
+ msgid "Read-only mode"
2696
+ msgstr "Schreibgeschützter Modus"
2697
+
2698
+ #: ../settings.php:370
2699
+ msgid "The full access mode requires the PRO version of WP Cerber"
2700
+ msgstr "Der Vollzugriffmodus erfordert die PRO-Version von WP Cerber"
2701
+
2702
+ #: ../nexus/cerber-slave-list.php:48
2703
+ msgid "WordPress"
2704
+ msgstr "WordPress"
2705
+
2706
+ #: ../nexus/cerber-slave-list.php:52
2707
+ msgid "Malware Scan"
2708
+ msgstr "Malware-Scan"
2709
+
2710
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2711
+ msgid "Notes"
2712
+ msgstr "Notizen"
2713
+
2714
+ #: ../nexus/cerber-slave-list.php:117
2715
+ msgid "Add a slave website"
2716
+ msgstr "Eine Slave-Website hinzufügen"
2717
+
2718
+ #: ../nexus/cerber-slave-list.php:193
2719
+ msgid "Search results for:"
2720
+ msgstr "Ergebnisse suchen für:"
2721
+
2722
+ #: ../nexus/cerber-slave-list.php:233
2723
+ msgid "Edit"
2724
+ msgstr "Bearbeiten"
2725
+
2726
+ #: ../nexus/cerber-slave-list.php:239
2727
+ msgid "Switch to"
2728
+ msgstr "Wechseln zu"
2729
+
2730
+ #: ../nexus/cerber-slave-list.php:339
2731
+ msgid "No websites configured."
2732
+ msgstr "Keine Websites konfiguriert."
2733
+
2734
+ #: ../nexus/cerber-slave-list.php:339
2735
+ msgid "Add a new one"
2736
+ msgstr "Eine neue hinzufügen"
2737
+
2738
+ #: ../nexus/cerber-nexus-master.php:70
2739
+ msgid "Website Properties"
2740
+ msgstr "Website-Eigenschaften"
2741
+
2742
+ #: ../nexus/cerber-nexus-master.php:80
2743
+ msgid "Website URL"
2744
+ msgstr "Website URL"
2745
+
2746
+ #: ../nexus/cerber-nexus-master.php:85
2747
+ msgid "Display as"
2748
+ msgstr "Anzeigen als"
2749
+
2750
+ #: ../nexus/cerber-nexus-master.php:111
2751
+ msgid "Website Owner"
2752
+ msgstr "Website-Eigentümer"
2753
+
2754
+ #: ../nexus/cerber-nexus-master.php:115
2755
+ msgid "First Name"
2756
+ msgstr "Vorname"
2757
+
2758
+ #: ../nexus/cerber-nexus-master.php:119
2759
+ msgid "Last Name"
2760
+ msgstr "Nachname"
2761
+
2762
+ #: ../nexus/cerber-nexus-master.php:123
2763
+ msgid "Email"
2764
+ msgstr "E-Mail"
2765
+
2766
+ #: ../nexus/cerber-nexus-master.php:127
2767
+ msgid "Phone"
2768
+ msgstr "Telefon"
2769
+
2770
+ #: ../nexus/cerber-nexus-master.php:135
2771
+ msgid "Address"
2772
+ msgstr "Adresse"
2773
+
2774
+ #: ../nexus/cerber-nexus-master.php:260
2775
+ msgid "Security access token is invalid"
2776
+ msgstr "Sicherheitszugangs-Token ist ungültig"
2777
+
2778
+ #: ../nexus/cerber-nexus-master.php:290
2779
+ msgid "The website you are trying to add is already in the list"
2780
+ msgstr "Die Website, die Sie hinzufügen möchten, ist bereits auf der Liste"
2781
+
2782
+ #: ../nexus/cerber-nexus-master.php:299
2783
+ msgid "The website has been added successfully"
2784
+ msgstr "Die Website wurde erfolgreich hinzugefügt"
2785
+
2786
+ #: ../nexus/cerber-nexus-master.php:300
2787
+ msgid "Click to edit"
2788
+ msgstr "Zum Bearbeiten klicken"
2789
+
2790
+ #: ../nexus/cerber-nexus-master.php:301
2791
+ msgid "Switch to the Dashboard"
2792
+ msgstr "Auf das Dashboard wechseln"
2793
+
2794
+ #: ../nexus/cerber-nexus-master.php:304
2795
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2796
+ msgstr "Bitte beachten Sie: Sie haben eine Website hinzugefügt, die keine SSL-Verschlüsselung unterstützt. Diese könnte zu Datenverlust fühlen."
2797
+
2798
+ #: ../nexus/cerber-nexus-master.php:425
2799
+ msgid "Website has been deleted"
2800
+ msgid_plural "%s websites have been deleted"
2801
+ msgstr[0] "Website wurde gelöscht"
2802
+ msgstr[1] "Plural: %s Websites wurden gelöscht"
2803
+
2804
+ #: ../nexus/cerber-nexus-master.php:981
2805
+ msgid "You have switched to %s"
2806
+ msgstr "Sie sind gewechselt auf %s"
2807
+
2808
+ #: ../nexus/cerber-nexus-master.php:986
2809
+ msgid "You have switched back to the master website"
2810
+ msgstr "Sie sind auf die Master-Website gewechselt"
2811
+
2812
+ #: ../nexus/cerber-nexus-master.php:1196
2813
+ msgid "You are here:"
2814
+ msgstr "Sie sind hier:"
2815
+
2816
+ #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2817
+ #: /nexus/cerber-nexus.php:99
2818
+ msgid "My Websites"
2819
+ msgstr "Meine Websites"
2820
+
2821
+ #: ../nexus/cerber-nexus-master.php:1214
2822
+ msgid "Visit Site"
2823
+ msgstr "Seite Besuchen"
2824
+
2825
+ #: ../nexus/cerber-nexus.php:61
2826
+ msgid "Enable slave mode"
2827
+ msgstr "Slave-Modus aktivieren"
2828
+
2829
+ #: ../nexus/cerber-nexus.php:62
2830
+ msgid "This website can be managed from a master website"
2831
+ msgstr "Diese Website kann von einer Master-Website verwaltet werden"
2832
+
2833
+ #: ../nexus/cerber-nexus.php:65
2834
+ msgid "Enable master mode"
2835
+ msgstr "Master-Modus aktivieren"
2836
+
2837
+ #: ../nexus/cerber-nexus.php:66
2838
+ msgid "Configure this website as a master to manage other website"
2839
+ msgstr "Diese Website als Master-Website zur Verwaltung anderer Websites konfigurieren"
2840
+
2841
+ #: ../nexus/cerber-nexus.php:71
2842
+ msgid "To proceed, please select the mode for this website"
2843
+ msgstr "Um fortzufahren, wählen Sie bitte den Modus für diese Website aus"
2844
+
2845
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2846
+ msgid "Slave Settings"
2847
+ msgstr "Slave-Einstellungen"
2848
+
2849
+ #: ../nexus/cerber-nexus.php:141
2850
+ msgid "Secret Access Token"
2851
+ msgstr "Geheimer Zugriffs-Token"
2852
+
2853
+ #: ../nexus/cerber-nexus.php:143
2854
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2855
+ msgstr "Der Token ist einzigartig für diese Website. Halten Sie ihn geheim. Installieren Sie den Token auf einer Master-Website, um Zugriff auf die Website zu gewähren."
2856
+
2857
+ #: ../nexus/cerber-nexus.php:145
2858
+ msgid "Are you sure? This permanently invalidates the token."
2859
+ msgstr "Sind Sie sicher? Dies macht den Token dauerhaft ungültig."
2860
+
2861
+ #: ../nexus/cerber-nexus.php:146
2862
+ msgid "Disable slave mode"
2863
+ msgstr "Slave-Modus deaktivieren"
2864
+
2865
+ #: ../nexus/cerber-nexus.php:261
2866
+ msgid "This website is set as master."
2867
+ msgstr "Diese Website ist als Master-Website eingestellt."
2868
+
2869
+ #: ../nexus/cerber-nexus.php:262
2870
+ msgid "Add slave websites by using access tokens."
2871
+ msgstr "Slave-Websites mit Zugriffs-Token hinzufügen."
2872
+
2873
+ #: ../nexus/cerber-nexus.php:265
2874
+ msgid "This website is set as slave."
2875
+ msgstr "Diese Website ist als Slave-Website eingestellt."
2876
+
2877
+ #: ../nexus/cerber-nexus.php:266
2878
+ msgid "Install the access token on the master website."
2879
+ msgstr "Den Zugriffs-Token auf der Master-Website installieren."
2880
+
2881
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2882
+ #: ../common.php:1391
2883
+ msgid "%s sec"
2884
+ msgid_plural "%s secs"
2885
+ msgstr[0] "%s Sek"
2886
+ msgstr[1] "Plural: %s Sekunden"
2887
+
2888
+ #: ../settings.php:832
2889
+ msgid "Send reports on"
2890
+ msgstr "Berichte senden an"
2891
+
2892
+ #: ../nexus/cerber-slave-list.php:51
2893
+ msgid "Updates"
2894
+ msgstr "Updates"
2895
+
2896
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2897
+ msgid "Group"
2898
+ msgstr "Gruppe"
2899
+
2900
+ #: ../nexus/cerber-slave-list.php:96
2901
+ msgid "Upgrade WP Cerber"
2902
+ msgstr "WP Cerber upgraden"
2903
+
2904
+ #: ../nexus/cerber-slave-list.php:97
2905
+ msgid "Upgrade all active plugins"
2906
+ msgstr "Alle aktiven Plugins upgraden"
2907
+
2908
+ #: ../nexus/cerber-slave-list.php:98
2909
+ msgid "Delete website"
2910
+ msgstr "Website löschen"
2911
+
2912
+ #: ../nexus/cerber-slave-list.php:111
2913
+ msgid "All groups"
2914
+ msgstr "Alle Gruppen"
2915
+
2916
+ #: ../nexus/cerber-nexus-master.php:1377
2917
+ msgid "Are you sure you want to delete selected websites?"
2918
+ msgstr "Sind Sie sicher, dass Sie die ausgewählten Websites löschen möchten?"
2919
+
2920
+ #: ../cerber-users.php:130
2921
+ msgid "Block"
2922
+ msgstr "Blockieren"
2923
+
2924
+ #: ../nexus/cerber-nexus-master.php:62
2925
+ msgid "Select an existing group or enter a new one to add it"
2926
+ msgstr "Wählen Sie eine bestehende Gruppe aus oder tragen Sie eine neue ein, um sie hinzuzufügen"
2927
+
2928
+ #: ../nexus/cerber-nexus-master.php:131
2929
+ msgid "Company"
2930
+ msgstr "Unternehmen"
2931
+
2932
+ #: ../nexus/cerber-nexus-master.php:656
2933
+ msgid "Invalid response from the slave website"
2934
+ msgstr "Ungültige Antwort von der Slave-Website"
2935
+
2936
+ #: ../common.php:1182 ../common.php:1247
2937
+ msgid "Attempt to log in with non-existing username"
2938
+ msgstr "Login-Versuch mit nicht existierendem Nutzernamen"
2939
+
2940
+ #: ../cerber-load.php:3805
2941
+ msgid "Attempts to log in with non-existing usernames"
2942
+ msgstr "Login-Versuche mit nicht existierenden Nutzernamen"
2943
+
2944
+ #: ../settings.php:321
2945
+ msgid "Use master language"
2946
+ msgstr "Master-Website verwenden"
2947
+
2948
+ #: ../settings.php:547
2949
+ msgid "Non-existing users"
2950
+ msgstr "Nicht existierende Nutzer"
2951
+
2952
+ #: ../settings.php:551
2953
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2954
+ msgstr "IP sofort blockieren bei Login-Versuch mit nicht existierendem Nutzernamen"
2955
+
2956
+ #: ../nexus/cerber-slave-list.php:54
2957
+ msgid "Owner"
2958
+ msgstr "Eigentümer"
2959
+
2960
+ #: ../nexus/cerber-slave-list.php:339
2961
+ msgid "Disable master mode"
2962
+ msgstr "Master-Modus deaktivieren"
2963
+
2964
+ #: ../nexus/cerber-nexus.php:146
2965
+ msgid "To revoke the token and disable remote management, click here:"
2966
+ msgstr "Um den Token aufzuheben und die Fernverwaltung zu deaktivieren, klicken Sie hier:"
2967
+
2968
+ #: ../settings.php:706
2969
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2970
+ msgstr ""
2971
+
2972
+ #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2973
+ msgid "Active plugins and updates on"
2974
+ msgstr ""
2975
+
2976
+ #: ../nexus/cerber-nexus-master.php:1421
2977
+ msgid "A newer version is available"
2978
  msgstr ""
2979
 
languages/wp-cerber-es_ES.mo CHANGED
Binary file
languages/wp-cerber-es_ES.po CHANGED
@@ -8,646 +8,627 @@ msgstr ""
8
  "Language: es\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:77
12
  msgid "Limit login attempts"
13
  msgstr "Límite de intentos de conexión"
14
 
15
- #: ../settings.php:78
16
  msgid "Attempts"
17
  msgstr "Intentos"
18
 
19
- #: ../settings.php:79
20
  msgid "Lockout duration"
21
  msgstr "Duración del bloqueo"
22
 
23
- #: ../settings.php:79 ../settings.php:105
24
  msgid "minutes"
25
  msgstr "minutos"
26
 
27
- #: ../settings.php:80
28
  msgid "Aggressive lockout"
29
  msgstr "Bloqueo agresivo"
30
 
31
- #: ../settings.php:83
32
  msgid "Site connection"
33
  msgstr "Conexión web"
34
 
35
- #: ../settings.php:85
36
  msgid "Proactive security rules"
37
  msgstr "Normas de seguridad proactivas"
38
 
39
- #: ../settings.php:86
40
  msgid "Block subnet"
41
  msgstr "Bloquear subred"
42
 
43
- #: ../settings.php:89
44
  msgid "Request wp-login.php"
45
  msgstr "Solicitud wp-login.php"
46
 
47
- #: ../settings.php:89
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Bloquear IP inmediatamente después de cualquier solicitud a wp-login.php"
50
 
51
- #: ../settings.php:92
52
  msgid "Custom login page"
53
  msgstr "Página de acceso personalizada"
54
 
55
- #: ../settings.php:93
56
  msgid "Custom login URL"
57
  msgstr "URL de acceso personalizada"
58
 
59
- #: ../settings.php:99
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "no debe solaparse con el slug actual de páginas o entradas"
62
 
63
- #: ../settings.php:101
64
  msgid "Disable wp-login.php"
65
  msgstr "Desactivar wp-login.php"
66
 
67
- #: ../settings.php:101
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Bloquear el acceso directo a wp-login.php y devolver un error HTTP 404 - No encontrado"
70
 
71
- #: ../dashboard.php:1300 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Modo Ciudadela"
74
 
75
- #: ../settings.php:104
76
  msgid "Threshold"
77
  msgstr "Umbral"
78
 
79
- #: ../settings.php:105 ../cerber-scanner.php:3656
80
  msgid "Duration"
81
  msgstr "Duración"
82
 
83
- #: ../cerber-load.php:4261 ../settings.php:82 ../settings.php:106 ../settings.php:
84
- #: 654
85
  msgid "Notifications"
86
  msgstr "Notificaciones"
87
 
88
- #: ../settings.php:106
89
  msgid "Send notification to admin email"
90
  msgstr "Enviar una notificación al correo del administrador"
91
 
92
- #: ../cerber-load.php:4258 ../settings.php:644 ../cerber-tools.php:92 ../cerber-
93
- #: tools.php:101 ../cerber-tools.php:188
94
  msgid "Access Lists"
95
  msgstr "Listas de acceso"
96
 
97
- #: ../dashboard.php:1334 ../dashboard.php:1809 ../cerber-load.php:3983 ..
98
- #: /settings.php:108 ../settings.php:633
99
  msgid "Activity"
100
  msgstr "Actividad"
101
 
102
- #: ../settings.php:637
103
  msgid "Lockouts"
104
  msgstr "Bloqueos"
105
 
106
- #: ../settings.php:767 ../settings.php:889
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s reintentos admitidos en %s minutos"
109
 
110
- #: ../settings.php:789 ../settings.php:911
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Habilitar después de %s intentos de acceso fallidos en los últimos %s minutos"
113
 
114
- #: ../dashboard.php:134 ../dashboard.php:716 ../dashboard.php:3232 ../cerber-load.
115
- #: php:3992
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
- #: ../dashboard.php:548 ../dashboard.php:719 ../dashboard.php:3230
 
120
  msgid "Date"
121
  msgstr "Fecha"
122
 
123
- #: ../dashboard.php:548 ../dashboard.php:721 ../dashboard.php:3235
124
  msgid "Local User"
125
  msgstr "Usuario local"
126
 
127
- #: ../dashboard.php:548 ../dashboard.php:722 ../cerber-load.php:4000
128
  msgid "Username used"
129
  msgstr "Nombre utilizado"
130
 
131
- #: ../dashboard.php:153
132
  msgid "Showing last %d records from %d"
133
  msgstr "Mostrando los últimos %d registros de %d"
134
 
135
- #: ../common.php:836
136
  msgid "Logged in"
137
  msgstr "Sesión iniciada"
138
 
139
- #: ../common.php:837
140
  msgid "Logged out"
141
  msgstr "Desconectado"
142
 
143
- #: ../common.php:838
144
  msgid "Login failed"
145
  msgstr "Error de inicio de sesión"
146
 
147
- #: ../common.php:841
148
  msgid "IP blocked"
149
  msgstr "IP bloqueada"
150
 
151
- #: ../common.php:842
152
  msgid "Subnet blocked"
153
  msgstr "Subred bloqueada"
154
 
155
- #: ../common.php:844
156
  msgid "Citadel activated!"
157
  msgstr "¡Ciudadela activada!"
158
 
159
- #: ../dashboard.php:696 ../dashboard.php:924 ../dashboard.php:3062 ../common.php:
160
- #: 890
161
  msgid "Locked out"
162
  msgstr "Bloqueado"
163
 
164
- #: ../common.php:891
165
  msgid "IP blacklisted"
166
  msgstr "IP en la lista negra"
167
 
168
- #: ../common.php:859
169
  msgid "Password changed"
170
  msgstr "Contraseña cambiada"
171
 
172
- #: ../dashboard.php:127 ../dashboard.php:200
173
  msgid "Remove"
174
  msgstr "Eliminar"
175
 
176
- #: ../dashboard.php:430
177
  msgid "Lockout for %s was removed"
178
  msgstr "Se ha eliminado el bloqueo de %s"
179
 
180
- #: ../dashboard.php:172 ../dashboard.php:691 ../dashboard.php:918 ../dashboard.
181
- #: php:1298 ../dashboard.php:3057 ../cerber-load.php:4246 ../settings.php:582
182
  msgid "White IP Access List"
183
  msgstr "Lista de IP's permitidas"
184
 
185
- #: ../dashboard.php:174 ../dashboard.php:692 ../dashboard.php:921 ../dashboard.
186
- #: php:1299 ../dashboard.php:3058
187
  msgid "Black IP Access List"
188
  msgstr "Lista Negra de IP's"
189
 
190
- #: ../dashboard.php:206
191
  msgid "List is empty"
192
  msgstr "La lista está vacía"
193
 
194
- #: ../dashboard.php:243
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Dirección %s añadida a la lista de IP's permitidas"
197
 
198
- #: ../dashboard.php:257
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Dirección %s añadida a la lista negra de IPs"
201
 
202
- #: ../cerber-load.php:3415
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "El Modo Ciudadela se activa después de %d intentos fallidos de inicio de sesión en %d minutos."
205
 
206
- #: ../dashboard.php:1970 ../dashboard.php:2387
207
  msgid "View Activity"
208
  msgstr "Ver actividad"
209
 
210
- #: ../dashboard.php:2906 ../cerber-tools.php:91 ../cerber-tools.php:100 ../cerber-
211
- #: scanner.php:84
212
  msgid "Settings"
213
  msgstr "Ajustes"
214
 
215
- #: ../dashboard.php:1161
216
  msgid "Last login"
217
  msgstr "Último acceso"
218
 
219
- #: ../dashboard.php:1194 ../dashboard.php:1281 ../common.php:1004
 
220
  msgid "Never"
221
  msgstr "Nunca"
222
 
223
- #: ../dashboard.php:1855 ../cerber-scanner.php:5290
 
224
  msgid "Are you sure?"
225
  msgstr "¿Estás seguro?"
226
 
227
- #: ../dashboard.php:1612 ../settings.php:83
228
  msgid "My site is behind a reverse proxy"
229
  msgstr "Mi web está detrás de un proxy inverso"
230
 
231
- #: ../settings.php:87
232
- msgid "Non-existent users"
233
- msgstr "Usuarios inexistentes"
234
-
235
- #: ../settings.php:87
236
- msgid "Immediately block IP when attempting to login with a non-existent username"
237
- msgstr "Bloquear IP inmediatamente al intentar iniciar sesión con un nombre de usuario inexistente"
238
-
239
- #: ../settings.php:568
240
  msgid "Make your protection smarter!"
241
  msgstr "¡Haz que tu protección sea más inteligente!"
242
 
243
- #: ../settings.php:572
244
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
245
  msgstr "Por favor, activa los enlaces permanentes para utilizar esta función. Establece las opciones de enlaces permanentes a algún valor no predeterminado."
246
 
247
- #: ../cerber-load.php:4256 ../settings.php:640
248
  msgid "Main Settings"
249
  msgstr "Ajustes"
250
 
251
- #: ../dashboard.php:2907 ../dashboard.php:3635 ../settings.php:657 ../cerber-
252
- #: tools.php:51 ../cerber-scanner.php:88
253
  msgid "Help"
254
  msgstr "Ayuda"
255
 
256
- #: ../settings.php:777 ../settings.php:899
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Aumentar la duración del bloqueo en %s horas después de %s bloqueos en las últimas %s horas"
259
 
260
- #: ../cerber-load.php:368
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "No puedes iniciar sesión. Pregunta al administrador para obtener ayuda."
263
 
264
- #: ../cerber-load.php:394
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Queda solo un intento restante."
268
  msgstr[1] "Quedan %d intentos restantes."
269
 
270
- #: ../dashboard.php:744
271
  msgid "No activity has been logged."
272
  msgstr "No hay actividad registrada."
273
 
274
- #: ../dashboard.php:137
275
  msgid "Expires"
276
  msgstr "Caduca"
277
 
278
- #: ../dashboard.php:159
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "No hay bloqueos en este momento. El cielo esta despejado."
281
 
282
- #: ../dashboard.php:172
283
  msgid "These IPs will never be locked out"
284
  msgstr "Estas IPs nunca se bloquearán"
285
 
286
- #: ../dashboard.php:181
287
  msgid "Your IP"
288
  msgstr "Tu IP"
289
 
290
- #: ../cerber-load.php:3416
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "El último intento fallido fue el %s desde la IP %s con el nombre de usuario: %s."
293
 
294
- #: ../cerber-load.php:4211
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "No se puede activar WP Cerber debido a un error en la base de datos."
297
 
298
- #: ../settings.php:784 ../settings.php:906
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Notificar al administrador si el número de bloqueos activos es superior a"
301
 
302
- #: ../settings.php:109 ../settings.php:185 ../settings.php:363 ../settings.php:428
303
  msgid "days"
304
  msgstr "días"
305
 
306
- #: ../dashboard.php:1251
307
  msgid "Cerber Quick View"
308
  msgstr "Vista Rápida de Cerber"
309
 
310
- #: ../dashboard.php:155
311
  msgid "Hint"
312
  msgstr "Sugerencia"
313
 
314
- #: ../dashboard.php:155
315
  msgid "To view activity, click on the IP"
316
  msgstr "Para ver la actividad, haz clic en la IP"
317
 
318
- #: ../settings.php:86
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Bloquear siempre todas las subredes de clase C de IPs intrusas"
321
 
322
- #: ../settings.php:106 ../settings.php:786 ../settings.php:908
323
  msgid "Click to send test"
324
  msgstr "Pulsa para enviar una prueba"
325
 
326
- #: ../settings.php:1073 ../settings.php:1074
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "¡Atención! ¡Has cambiado la dirección URL de conexión! La nueva URL de acceso es"
329
 
330
- #: ../dashboard.php:1160
331
  msgid "Comments"
332
  msgstr "Comentarios"
333
 
334
- #: ../common.php:1189
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "Actualizar a la versión %s de WP Cerber"
337
 
338
- #: ../cerber-load.php:3417 ../cerber-load.php:4024
339
  msgid "View activity in dashboard"
340
  msgstr "Ver actividad en el Dashboard"
341
 
342
- #: ../cerber-load.php:3447
343
  msgid "Number of active lockouts"
344
  msgstr "Número de bloqueos activos"
345
 
346
- #: ../cerber-load.php:3451
347
  msgid "View lockouts in dashboard"
348
  msgstr "Ver los bloqueos en el Dashboard"
349
 
350
- #: ../cerber-load.php:3539
351
  msgid "This message was sent by"
352
  msgstr "Este mensaje fue enviado por"
353
 
354
- #: ../dashboard.php:69 ../cerber-tools.php:43
355
  msgid "Tools"
356
  msgstr "Herramientas"
357
 
358
- #: ../cerber-tools.php:88
359
  msgid "Export settings to the file"
360
  msgstr "Exportar ajustes al archivo"
361
 
362
- #: ../cerber-tools.php:89
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Al pulsar el botón de abajo obtendrás un archivo de configuración, que luego se puede cargar en otro sitio."
365
 
366
- #: ../cerber-tools.php:90
367
  msgid "What do you want to export?"
368
  msgstr "¿Qué quieres exportar?"
369
 
370
- #: ../cerber-tools.php:93
371
  msgid "Download file"
372
  msgstr "Descargar archivo"
373
 
374
- #: ../cerber-tools.php:95
375
  msgid "Import settings from the file"
376
  msgstr "Importar ajustes desde archivo"
377
 
378
- #: ../cerber-tools.php:96
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Al pulsar el botón de abajo se cargará el archivo y todas las configuraciones existentes dejarán de estar activas."
381
 
382
- #: ../cerber-tools.php:97
383
  msgid "Select file to import."
384
  msgstr "Seleccionar archivo a importar."
385
 
386
- #: ../cerber-tools.php:97 ../cerber-scanner.php:3854
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Tamaño máximo permitido: %s."
389
 
390
- #: ../cerber-tools.php:100
391
  msgid "What do you want to import?"
392
  msgstr "¿Qué quieres importar?"
393
 
394
- #: ../cerber-tools.php:102 ../cerber-scanner.php:3857
395
  msgid "Upload file"
396
  msgstr "Cargar archivo"
397
 
398
- #: ../cerber-tools.php:151
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Ningún archivo subido ni dañado"
401
 
402
- #: ../cerber-tools.php:188
403
  msgid "Error while updating"
404
  msgstr "Ha habido un error al actualizar"
405
 
406
- #: ../cerber-tools.php:194
407
  msgid "Settings has imported successfully from"
408
  msgstr "La configuración se ha importado con éxito desde"
409
 
410
- #: ../cerber-tools.php:201
411
  msgid "Error while parsing file"
412
  msgstr "Error al analizar el archivo"
413
 
414
- #: ../dashboard.php:135 ../dashboard.php:717
415
  msgid "Hostname"
416
  msgstr "Host"
417
 
418
- #: ../dashboard.php:396
419
  msgid "unknown"
420
  msgstr "desconocido"
421
 
422
- #: ../settings.php:109 ../settings.php:359
423
  msgid "Keep records for"
424
  msgstr "Mantener un registro de"
425
 
426
- #: ../dashboard.php:1285 ../dashboard.php:1307
427
  msgid "active"
428
  msgstr "activar"
429
 
430
- #: ../dashboard.php:1285
431
  msgid "deactivate"
432
  msgstr "desactivar"
433
 
434
- #: ../dashboard.php:1287
435
  msgid "not active"
436
  msgstr "no activo"
437
 
438
- #: ../dashboard.php:1288 ../dashboard.php:1302
439
  msgid "disabled"
440
  msgstr "desactivado"
441
 
442
- #: ../dashboard.php:1293
443
  msgid "failed attempts"
444
  msgstr "intentos fallidos"
445
 
446
- #: ../dashboard.php:1293 ../dashboard.php:1294
447
  msgid "in 24 hours"
448
  msgstr "en 24 horas"
449
 
450
- #: ../dashboard.php:1293 ../dashboard.php:1294
451
  msgid "view all"
452
  msgstr "ver todo"
453
 
454
- #: ../dashboard.php:1294
455
  msgid "lockouts"
456
  msgstr "bloqueos"
457
 
458
- #: ../dashboard.php:1296
459
  msgid "Lockouts at the moment"
460
  msgstr "Bloqueos en este momento"
461
 
462
- #: ../dashboard.php:1297
463
  msgid "Last lockout"
464
  msgstr "Último bloqueo"
465
 
466
- #: ../dashboard.php:1298 ../dashboard.php:1299 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "entrada"
470
  msgstr[1] "entradas"
471
 
472
- #: ../dashboard.php:1850
473
  msgid "Confused about some settings?"
474
  msgstr "¿Confundido acerca de algunos ajustes?"
475
 
476
- #: ../dashboard.php:1851
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "Se pueden cargar fácilmente los valores recomendados predeterminados usando el botón de abajo"
479
 
480
- #: ../dashboard.php:1853
481
  msgid "Load default settings"
482
  msgstr "Cargar ajustes predeterminados"
483
 
484
- #: ../dashboard.php:1861
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "no afecta a la URL de acceso personalizada ni a las listas de acceso"
487
 
488
- #: ../common.php:1182 ../settings.php:230
489
  msgid "New version is available"
490
  msgstr "Nueva versión disponible"
491
 
492
- #. Name of the plugin
493
- #: ../dashboard.php:52 ../dashboard.php:81
494
- msgid "WP Cerber"
495
- msgstr "WP Cerber"
496
-
497
- #: ../cerber-load.php:3391
498
  msgid "WP Cerber notify"
499
  msgstr "Notificación de WP Cerber"
500
 
501
- #: ../cerber-load.php:3413
502
  msgid "Citadel mode is activated"
503
  msgstr "El Modo Ciudadela está activado."
504
 
505
- #: ../cerber-load.php:3486
506
  msgid "New Custom login URL"
507
  msgstr "Nueva URL de acceso personalizada"
508
 
509
- #: ../cerber-load.php:4198
510
  msgid "The WP Cerber requires PHP %s or higher. You are running"
511
  msgstr "WP Cerber necesita una versión PHP %s o superior. Se está ejecutando actualmente"
512
 
513
- #: ../cerber-load.php:4202
514
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
515
  msgstr "WP Cerber requiere la versión de WordPress %s o superior. Se está ejecutando actualmente"
516
 
517
- #: ../settings.php:112
518
  msgid "Use file"
519
  msgstr "Usar archivo"
520
 
521
- #: ../settings.php:112
522
  msgid "Write failed login attempts to the file"
523
  msgstr "Registrar los intentos de acceso fallidos en el archivo"
524
 
525
- #: ../dashboard.php:1969
526
  msgid "Deactivate"
527
  msgstr "Desactivar"
528
 
529
- #: ../dashboard.php:138 ../cerber-load.php:3449
530
  msgid "Reason"
531
  msgstr "Motivo"
532
 
533
- #: ../dashboard.php:211
534
  msgid "Add IP to the list"
535
  msgstr "Añadir IP a la lista"
536
 
537
- #: ../dashboard.php:981
538
  msgid "Add IP to the Black List"
539
  msgstr "Añadir IP a la lista negra"
540
 
541
- #: ../common.php:927
542
  msgid "Attempt to access"
543
  msgstr "Intento de acceso"
544
 
545
- #: ../common.php:926
546
  msgid "Limit on login attempts is reached"
547
  msgstr "Se han alcanzado todos los intentos de inicio de sesión"
548
 
549
- #: ../common.php:867 ../common.php:928
550
- msgid "Attempt to log in with non-existent username"
551
- msgstr "Intento de acceso con nombre de usuario inexistente"
552
-
553
- #: ../cerber-load.php:3448
554
  msgid "Last lockout was added: %s for IP %s"
555
  msgstr "Último bloqueo añadido: %s para la IP %s"
556
 
557
- #: ../cerber-load.php:4260 ../settings.php:647
558
  msgid "Hardening"
559
  msgstr "Endurecimiento"
560
 
561
- #: ../dashboard.php:958
562
  msgid "Abuse email:"
563
  msgstr "Correo electrónico de abuso:"
564
 
565
- #: ../settings.php:217 ../settings.php:258 ../settings.php:490
566
  msgid "Email Address"
567
  msgstr "Dirección de correo electrónico"
568
 
569
- #: ../settings.php:226
570
  msgid "if empty, the admin email %s will be used"
571
  msgstr "Si está vacío, se utilizará el correo de administrador: %s"
572
 
573
- #: ../settings.php:115
574
  msgid "Drill down IP"
575
  msgstr "Desglosar IP"
576
 
577
- #: ../settings.php:115
578
  msgid "Retrieve extra WHOIS information for IP"
579
  msgstr "Conseguir información extra de la IP por WHOIS"
580
 
581
- #: ../settings.php:123
582
  msgid "Hardening WordPress"
583
  msgstr "Protegiendo WordPress"
584
 
585
- #: ../settings.php:124
586
  msgid "Stop user enumeration"
587
  msgstr "Impedir la enumeración de usuarios"
588
 
589
- #: ../settings.php:126
590
  msgid "Disable XML-RPC"
591
  msgstr "Desactivar XML-RPC"
592
 
593
- #: ../settings.php:126
594
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
595
  msgstr "Bloquear el acceso al servidor XML-RPC (incluyendo pingbacks y trackbacks)"
596
 
597
- #: ../settings.php:127
598
  msgid "Disable feeds"
599
  msgstr "Desactivar feeds"
600
 
601
- #: ../settings.php:127
602
  msgid "Block access to the RSS, Atom and RDF feeds"
603
  msgstr "Bloquear el acceso a los feeds de RSS, Atom y RDF"
604
 
605
- #: ../settings.php:128
606
  msgid "Disable REST API"
607
  msgstr "Desactivar la API REST"
608
 
609
- #: ../settings.php:582
610
- msgid "These settings do not affect hosts from the "
611
- msgstr "Estos ajustes no afectan a los hosts de "
612
-
613
- #: ../settings.php:1159 ../settings.php:1171 ../settings.php:1283
614
  msgid "<strong>ERROR</strong>: please enter a valid email address."
615
  msgstr "<strong>ERROR</strong>: por favor, introduce una dirección de correo electrónico válida."
616
 
617
- #: ../cerber-load.php:3479 ../cerber-load.php:4245
618
  msgid "WP Cerber is now active and has started protecting your site"
619
  msgstr "WP Cerber está activo actualmente y está protegiendo tu web"
620
 
621
- #: ../dashboard.php:139 ../cerber-scanner.php:5314
622
  msgid "Action"
623
  msgstr "Acción"
624
 
625
- #: ../dashboard.php:174
626
  msgid "Nobody can log in or register from these IPs"
627
  msgstr "Nadie puede acceder desde estas direcciones IP"
628
 
629
- #: ../dashboard.php:237 ../dashboard.php:249
630
  msgid "Incorrect IP address or IP range"
631
  msgstr "Dirección o rango de IP incorrecta"
632
 
633
- #: ../dashboard.php:446 ../dashboard.php:1985
634
  msgid "Settings saved"
635
  msgstr "Ajustes guardados."
636
 
637
- #: ../dashboard.php:962
638
  msgid "Network:"
639
  msgstr "Red:"
640
 
641
- #: ../dashboard.php:976
642
  msgid "Add network to the Black List"
643
  msgstr "Añadir red a la Lista Negra"
644
 
645
- #: ../dashboard.php:1968
646
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
647
  msgstr "¡Atención! El Modo Ciudadela se ha activado. Ahora nadie puede iniciar sesión."
648
 
649
- #: ../dashboard.php:354 ../dashboard.php:2987 ../whois.php:223 ../whois.php:254 ..
650
- #: /common.php:925 ../common.php:1273
651
  msgid "Unknown"
652
  msgstr "Desconocido"
653
 
@@ -656,584 +637,582 @@ msgstr "Desconocido"
656
  msgid "Gregory"
657
  msgstr "Gregory"
658
 
659
- #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
660
- #: /cerber-load.php:677 ../cerber-load.php:689 ../cerber-load.php:696 ../cerber-
661
- #: load.php:950 ../cerber-load.php:1172 ../cerber-load.php:1178 ../cerber-load.
662
- #: php:1183 ../cerber-load.php:1188 ../cerber-load.php:1194 ../cerber-load.php:
663
- #: 1201 ../cerber-load.php:1303 ../cerber-load.php:1440 ../settings.php:1052 ..
664
- #: /settings.php:1135
 
665
  msgid "ERROR:"
666
  msgstr "ERROR:"
667
 
668
- #: ../cerber-load.php:706
669
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
670
  msgstr "La verificación humana ha fallado. Por favor, pulsa en la casilla cuadrada del siguiente bloque reCAPTCHA."
671
 
672
- #: ../cerber-load.php:962
673
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
674
  msgstr "<strong>ERROR</strong>: La contraseña introducida para el nombre de usuario %s es incorrecta."
675
 
676
- #: ../cerber-load.php:1189
677
  msgid "Username is not allowed. Please choose another one."
678
  msgstr "Nombre de usuario no permitido. Por favor, elige otro."
679
 
680
- #: ../cerber-load.php:3442
681
  msgid "unspecified"
682
  msgstr "no especificado"
683
 
684
- #: ../cerber-load.php:3445
685
  msgid "Number of lockouts is increasing"
686
  msgstr "El número de bloqueos está aumentando"
687
 
688
- #: ../cerber-load.php:3450
689
  msgid "View activity for this IP"
690
  msgstr "Ver actividad de esta IP"
691
 
692
- #: ../cerber-load.php:3454 ../cerber-load.php:3456
693
  msgid "A new version of WP Cerber is available to install"
694
  msgstr "Una nueva versión de WP Cerber está disponible"
695
 
696
- #: ../cerber-load.php:3455
697
  msgid "Hi!"
698
  msgstr "¡Hola!"
699
 
700
- #: ../cerber-load.php:3458 ../cerber-load.php:3469
 
701
  msgid "Website"
702
  msgstr "Web"
703
 
704
- #: ../cerber-load.php:3461 ../cerber-load.php:3462
705
  msgid "The WP Cerber security plugin has been deactivated"
706
  msgstr "El plugin WP Cerber ha sido desactivado"
707
 
708
- #: ../cerber-load.php:3464
709
  msgid "Not logged in"
710
  msgstr "No conectado"
711
 
712
- #: ../cerber-load.php:3470
713
  msgid "By user"
714
  msgstr "Por usuario"
715
 
716
- #: ../cerber-load.php:3471
717
  msgid "From IP address"
718
  msgstr "De la dirección IP"
719
 
720
- #: ../cerber-load.php:3474
721
  msgid "From country"
722
  msgstr "Del país"
723
 
724
- #: ../cerber-load.php:3478
725
  msgid "The WP Cerber security plugin is now active"
726
  msgstr "El plugin WP Cerber ha sido activado"
727
 
728
- #: ../cerber-load.php:4246
729
  msgid "Your IP address is added to the"
730
  msgstr "Tu dirección IP se ha añadido a la"
731
 
732
- #: ../cerber-load.php:4262
733
  msgid "Import settings"
734
  msgstr "Importar ajustes"
735
 
736
- #: ../settings.php:229
737
  msgid "Notification limit"
738
  msgstr "Límite de notificaciones"
739
 
740
- #: ../settings.php:229
741
  msgid "notification letters allowed per hour (0 means unlimited)"
742
  msgstr "notificaciones permitidas por hora (0 significa ilimitadas)"
743
 
744
- #: ../settings.php:146
745
  msgid "User related settings"
746
  msgstr "Ajustes de usuario"
747
 
748
- #: ../settings.php:150
749
  msgid "Prohibited usernames"
750
  msgstr "Nombres de usuario prohibidos"
751
 
752
- #: ../settings.php:156
753
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
754
  msgstr "Los nombres de usuario de esta lista no pueden iniciar una sesión o registrarse. Toda dirección IP que intente usar cualquiera de estos nombres de usuario será bloqueada inmediatamente. Usa comas para separar los nombres de usuario."
755
 
756
- #: ../settings.php:158
757
  msgid "User session expire"
758
  msgstr "Las sesiones de usuario caducan"
759
 
760
- #: ../settings.php:158
761
  msgid "in minutes (leave empty to use default WP value)"
762
  msgstr "en minutos (dejar vacío para usar el valor de WP predeterminado)"
763
 
764
- #: ../settings.php:191
765
  msgid "reCAPTCHA settings"
766
  msgstr "Ajustes de reCAPTCHA"
767
 
768
- #: ../settings.php:192
769
  msgid "Site key"
770
  msgstr "Clave del sitio"
771
 
772
- #: ../settings.php:193
773
  msgid "Secret key"
774
  msgstr "Clave secreta"
775
 
776
- #: ../settings.php:196
777
  msgid "Enable reCAPTCHA for WordPress registration form"
778
  msgstr "Habilitar reCAPTCHA para el formulario de registro de WordPress"
779
 
780
- #: ../settings.php:199
781
  msgid "Lost password form"
782
  msgstr "Formulario de recuperación de contraseña"
783
 
784
- #: ../settings.php:202
785
  msgid "Login form"
786
  msgstr "Formulario de inicio de sesión"
787
 
788
- #: ../settings.php:202
789
  msgid "Enable reCAPTCHA for WordPress login form"
790
  msgstr "Habilitar reCAPTCHA para el formulario de acceso WordPress"
791
 
792
- #: ../settings.php:585
793
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
794
  msgstr "Para poder usar reCAPTCHA, antes tienes que obtener una clave de sitio y una clave secreta en la web de Google"
795
 
796
- #: ../cerber-lab.php:752 ../settings.php:586 ../settings.php:589
797
  msgid "Know more"
798
  msgstr "(Más información)"
799
 
800
- #: ../dashboard.php:52 ../settings.php:623
801
- msgid "WP Cerber Security"
802
- msgstr "Seguridad WP Cerber"
803
-
804
- #: ../settings.php:650
805
  msgid "Users"
806
  msgstr "Usuarios"
807
 
808
- #: ../common.php:834
809
  msgid "User created"
810
  msgstr "Usuario creado"
811
 
812
- #: ../dashboard.php:1802 ../common.php:835
813
  msgid "User registered"
814
  msgstr "Usuario registrado"
815
 
816
- #: ../common.php:862
817
  msgid "reCAPTCHA verification failed"
818
  msgstr "Fallo de verificación reCAPTCHA"
819
 
820
- #: ../common.php:863
821
  msgid "reCAPTCHA settings are incorrect"
822
  msgstr "Los ajustes reCAPTCHA son incorrectos"
823
 
824
- #: ../common.php:866
825
  msgid "Attempt to access prohibited URL"
826
  msgstr "Intento de acceso a URL prohibida"
827
 
828
- #: ../common.php:868 ../common.php:929
829
  msgid "Attempt to log in with prohibited username"
830
  msgstr "Intento de acceso con nombre de usuario prohibido"
831
 
832
- #: ../settings.php:110
833
  msgid "Cerber Lab connection"
834
  msgstr "Conexión WP Cerber"
835
 
836
- #: ../settings.php:110
837
  msgid "Send malicious IP addresses to the Cerber Lab"
838
  msgstr "Enviar direcciones IP maliciosas al Laboratorio de Cerber"
839
 
840
- #: ../settings.php:111
841
  msgid "Cerber Lab protocol"
842
  msgstr "Protocolo WP Cerber"
843
 
844
- #: ../settings.php:168 ../settings.php:196
845
  msgid "Registration form"
846
  msgstr "Formulario de registro"
847
 
848
- #: ../settings.php:197
849
  msgid "Enable reCAPTCHA for WooCommerce registration form"
850
  msgstr "Habilitar reCAPTCHA para el formulario de registro WooCommerce"
851
 
852
- #: ../settings.php:199
853
  msgid "Enable reCAPTCHA for WordPress lost password form"
854
  msgstr "Habilitar reCAPTCHA para formulario WordPress de recuperación de contraseña"
855
 
856
- #: ../settings.php:200
857
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
858
  msgstr "Habilitar reCAPTCHA para formulario WooCommerce de recuperación de contraseña"
859
 
860
- #: ../settings.php:203
861
  msgid "Enable reCAPTCHA for WooCommerce login form"
862
  msgstr "Habilitar reCAPTCHA para el formulario de acceso a WooCommerce"
863
 
864
- #: ../common.php:864
865
  msgid "Request to the Google reCAPTCHA service failed"
866
  msgstr "Error solicitando el servicio reCAPTCHA de Google"
867
 
868
- #: ../dashboard.php:1794 ../dashboard.php:1824
869
  msgid "View all"
870
  msgstr "Ver todo"
871
 
872
- #: ../dashboard.php:1825
873
  msgid "Recently locked out IP addresses"
874
  msgstr "Direcciones IP recientemente bloqueadas"
875
 
876
- #: ../cerber-lab.php:750
877
  msgid "OK, nail them all"
878
  msgstr "OK, eliminarlos todos"
879
 
880
- #: ../cerber-lab.php:751
881
  msgid "NO, maybe later"
882
  msgstr "NO, tal vez más tarde"
883
 
884
- #: ../dashboard.php:54 ../dashboard.php:1333 ../dashboard.php:2174 ../settings.
885
- #: php:629
886
  msgid "Dashboard"
887
  msgstr "Dashboard"
888
 
889
- #: ../cerber-lab.php:748
890
  msgid "Want to make WP Cerber even more powerful?"
891
  msgstr "¿Quieres hacer tu WP Cerber aun más potente?"
892
 
893
- #: ../cerber-lab.php:749
894
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
895
  msgstr "Dejar a WP Cerber enviar direcciones IP maliciosas bloqueadas al laboratorio Cerber. Esto ayuda a que el equipo del plugin desarrolle nuevos algoritmos para WP Cerber y ayude a defender WordPress de las nuevas amenazas y botnets que aparecen día tras día. Puedes desactivar el envío de datos en cualquier momento en la configuración del plugin."
896
 
897
- #: ../dashboard.php:548
898
  msgid "IP address"
899
  msgstr "Dirección IP"
900
 
901
- #: ../dashboard.php:548
902
  msgid "User login"
903
  msgstr "Acceso de Usuario"
904
 
905
- #: ../dashboard.php:548
906
  msgid "User ID"
907
  msgstr "ID de usuario"
908
 
909
- #: ../dashboard.php:740
910
  msgid "Export"
911
  msgstr "Exportar"
912
 
913
- #: ../dashboard.php:762
914
  msgid "Search for IP or username"
915
  msgstr "Buscar IP o nombre de usuario"
916
 
917
- #: ../dashboard.php:762
918
  msgid "Filter"
919
  msgstr "Filtrar"
920
 
921
- #: ../dashboard.php:54
922
  msgid "Cerber Dashboard"
923
  msgstr "Panel de Control"
924
 
925
- #: ../dashboard.php:69
926
  msgid "Cerber tools"
927
  msgstr "Herramientas Cerber"
928
 
929
- #: ../dashboard.php:2072
930
  msgid "Subscribe"
931
  msgstr "Suscribirse"
932
 
933
- #: ../dashboard.php:2073 ../cerber-tools.php:285
934
  msgid "Unsubscribe"
935
  msgstr "Cancelar Subscripción"
936
 
937
- #: ../dashboard.php:2101
938
  msgid "You've subscribed"
939
  msgstr "Te has suscrito"
940
 
941
- #: ../dashboard.php:2104
942
  msgid "You've unsubscribed"
943
  msgstr "Has cancelado tu suscripción"
944
 
945
- #: ../cerber-load.php:3490 ../cerber-load.php:3491
946
  msgid "A new activity has been recorded"
947
  msgstr "Una nueva actividad ha sido registrada"
948
 
949
- #: ../cerber-load.php:3996
950
  msgid "User"
951
  msgstr "Usuario"
952
 
953
- #: ../cerber-load.php:4004
954
  msgid "Search string"
955
  msgstr "Cadena de búsqueda"
956
 
957
- #: ../cerber-load.php:4025
958
  msgid "To unsubscribe click here"
959
  msgstr "Para anular la suscripción, pulsar aquí"
960
 
961
- #: ../settings.php:114
962
  msgid "Preferences"
963
  msgstr "Preferencias"
964
 
965
- #: ../settings.php:116
966
  msgid "Date format"
967
  msgstr "Formato de fecha"
968
 
969
- #: ../settings.php:116
970
  msgid "if empty, the default format %s will be used"
971
  msgstr "Si está vacío, se utilizará el formato por defecto %s"
972
 
973
- #: ../settings.php:235
974
  msgid "Push notifications"
975
  msgstr "Notificaciones"
976
 
977
- #: ../settings.php:214
978
  msgid "Email notifications"
979
  msgstr "Notificaciones por correo"
980
 
981
- #: ../settings.php:221 ../settings.php:263 ../settings.php:327 ../settings.php:494
982
  msgid "Use comma to specify multiple values"
983
  msgstr "Separa con comas los distintos valores"
984
 
985
- #: ../settings.php:243
986
  msgid "All connected devices"
987
  msgstr "Todos los dispositivos conectados"
988
 
989
- #: ../settings.php:246
990
  msgid "No devices found"
991
  msgstr "No se encontraron dispositivos"
992
 
993
- #: ../settings.php:250
994
  msgid "Not available"
995
  msgstr "No disponible"
996
 
997
- #: ../common.php:860
998
  msgid "Password reset requested"
999
  msgstr "Se ha solicitado una recuperación de contraseña"
1000
 
1001
- #: ../common.php:930
1002
  msgid "Limit on failed reCAPTCHA verifications is reached"
1003
  msgstr "Se ha alcanzado el límite de verificaciones reCAPTCHA permitidas"
1004
 
1005
- #: ../common.php:999
1006
  msgid "%s ago"
1007
  msgstr "hace %s"
1008
 
1009
- #: ../settings.php:81
1010
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1011
  msgstr "Aplicar reglas de inicio de sesión limitadas a las direcciones IPs en la lista IP's permitidas"
1012
 
1013
- #: ../settings.php:90
1014
  msgid "Display 404 page"
1015
  msgstr "Mostrar página error 404"
1016
 
1017
- #: ../settings.php:194
1018
  msgid "Invisible reCAPTCHA"
1019
  msgstr "ReCAPTCHA invisible"
1020
 
1021
- #: ../settings.php:194
1022
  msgid "Enable invisible reCAPTCHA"
1023
  msgstr "Habilitar reCAPTCHA invisible"
1024
 
1025
- #: ../settings.php:194
1026
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1027
  msgstr "(no habilitar a menos que se obtenga e introduzca el Sitio y las Claves secretas para la versión invisible)"
1028
 
1029
- #: ../settings.php:205
1030
  msgid "Enable reCAPTCHA for WordPress comment form"
1031
  msgstr "Habilitar reCAPTCHA para el formulario de comentarios de WordPress"
1032
 
1033
- #: ../settings.php:206
1034
  msgid "Disable reCAPTCHA for logged in users"
1035
  msgstr "Desactivar la verificación reCaptcha a usuarios conectados"
1036
 
1037
- #: ../settings.php:208
1038
  msgid "Limit attempts"
1039
  msgstr "Límite de intentos"
1040
 
1041
- #: ../settings.php:208
1042
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1043
  msgstr "Bloquear dirección IP durante %s minutos después de %s intentos fallidos en %s minutos"
1044
 
1045
- #: ../settings.php:579
1046
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1047
  msgstr "Durante el modo Ciudadela, nadie puede iniciar sesión, a excepción de las IPs de la lista de IP's permitidas. Las sesiones de usuario activas no se verán afectadas."
1048
 
1049
- #: ../dashboard.php:548 ../dashboard.php:720
1050
  msgid "Event"
1051
  msgstr "Evento"
1052
 
1053
- #: ../common.php:153
1054
  msgid "Spam comments denied"
1055
  msgstr "Comentarios spam denegados"
1056
 
1057
- #: ../common.php:155
1058
  msgid "Malicious IP addresses detected"
1059
  msgstr "Direcciones IP maliciosas detectadas"
1060
 
1061
- #: ../common.php:156
1062
  msgid "Lockouts occurred"
1063
  msgstr "Bloqueos realizados"
1064
 
1065
- #: ../dashboard.php:1803
1066
  msgid "All suspicious activity"
1067
  msgstr "Todas las actividades sospechosas"
1068
 
1069
- #: ../cerber-load.php:1173 ../cerber-load.php:1179 ../cerber-load.php:1195 ..
1070
- #: /cerber-load.php:1202
1071
  msgid "You are not allowed to register."
1072
  msgstr "No tienes acceso al registro."
1073
 
1074
- #: ../common.php:845
1075
  msgid "Spam comment denied"
1076
  msgstr "Comentario spam denegado"
1077
 
1078
- #: ../common.php:870
1079
  msgid "Attempt to log in denied"
1080
  msgstr "Intento de inicio de sesión denegado"
1081
 
1082
- #: ../common.php:871
1083
  msgid "Attempt to register denied"
1084
  msgstr "Intento de registro denegado"
1085
 
1086
- #: ../common.php:150
1087
  msgid "Malicious activities mitigated"
1088
  msgstr "Actividades maliciosas mitigadas"
1089
 
1090
- #: ../dashboard.php:68
1091
  msgid "Cerber antispam settings"
1092
  msgstr "Configuración de Cerber Antispam"
1093
 
1094
- #: ../dashboard.php:68 ../cerber-load.php:4259 ../settings.php:205
1095
  msgid "Antispam"
1096
  msgstr "Antispam"
1097
 
1098
- #: ../settings.php:166
1099
  msgid "Cerber antispam engine"
1100
  msgstr "Control antispam de Cerber"
1101
 
1102
- #: ../settings.php:167
1103
  msgid "Comment form"
1104
  msgstr "Formulario de comentarios"
1105
 
1106
- #: ../settings.php:167
1107
  msgid "Protect comment form with bot detection engine"
1108
  msgstr "Proteger los comentarios de bots automáticos"
1109
 
1110
- #: ../settings.php:168
1111
  msgid "Protect registration form with bot detection engine"
1112
  msgstr "Proteger el formulario de registro de bots automáticos"
1113
 
1114
- #: ../cerber-tools.php:48
1115
  msgid "Export & Import"
1116
  msgstr "Exportar / Importar"
1117
 
1118
- #: ../cerber-tools.php:49
1119
  msgid "Diagnostic"
1120
  msgstr "Diagnóstico"
1121
 
1122
- #: ../cerber-tools.php:50
1123
  msgid "License"
1124
  msgstr "Licencia"
1125
 
1126
- #: ../dashboard.php:3628
1127
  msgid "Antispam and bot detection settings"
1128
  msgstr "Antispam y ajustes de detección de bots"
1129
 
1130
- #: ../cerber-load.php:1440
1131
  msgid "Sorry, human verification failed."
1132
  msgstr "Lo sentimos, no pudimos asegurar que eres un humano."
1133
 
1134
- #: ../common.php:931
1135
  msgid "Bot activity is detected"
1136
  msgstr "Se ha detectado el uso de bots"
1137
 
1138
- #: ../settings.php:183
1139
  msgid "Comment processing"
1140
  msgstr "Procesamiento de comentarios"
1141
 
1142
- #: ../settings.php:184
1143
  msgid "If a spam comment detected"
1144
  msgstr "Si se ha detectado spam"
1145
 
1146
- #: ../settings.php:185
1147
  msgid "Trash spam comments"
1148
  msgstr "Papelera de spam "
1149
 
1150
- #: ../settings.php:185
1151
  msgid "Move spam comments to trash after"
1152
  msgstr "Trasladar comentarios spam a la papelera después de "
1153
 
1154
- #: ../common.php:846
1155
  msgid "Spam form submission denied"
1156
  msgstr "Formulario de spam denegado"
1157
 
1158
- #: ../settings.php:169
1159
  msgid "Other forms"
1160
  msgstr "Otros formularios"
1161
 
1162
- #: ../settings.php:169
1163
  msgid "Protect all forms on the website with bot detection engine"
1164
  msgstr "Proteger todos los formularios del sitio web con el motor de detección de bots"
1165
 
1166
- #: ../settings.php:171
1167
  msgid "Adjust antispam engine"
1168
  msgstr "Ajustar el motor antispam"
1169
 
1170
- #: ../settings.php:172
1171
  msgid "Safe mode"
1172
  msgstr "Modo Seguro"
1173
 
1174
- #: ../settings.php:172
1175
  msgid "Use less restrictive policies (allow AJAX)"
1176
  msgstr "Utilizar políticas menos restrictivas (permitir AJAX)"
1177
 
1178
- #: ../dashboard.php:3263 ../settings.php:173
1179
  msgid "Logged in users"
1180
  msgstr "Usuarios conectados"
1181
 
1182
- #: ../settings.php:173
1183
  msgid "Disable bot detection engine for logged in users"
1184
  msgstr "Deshabilitar motor de detección de bot para usuarios conectados"
1185
 
1186
- #: ../dashboard.php:136 ../dashboard.php:718
1187
  msgid "Country"
1188
  msgstr "País"
1189
 
1190
- #: ../dashboard.php:751
1191
  msgid "All events"
1192
  msgstr "Todos los eventos"
1193
 
1194
- #: ../dashboard.php:60
1195
  msgid "Cerber Security Rules"
1196
  msgstr "Reglas de Seguridad Cerber"
1197
 
1198
- #: ../dashboard.php:60 ../dashboard.php:2560
1199
  msgid "Security Rules"
1200
  msgstr "Normas de Seguridad"
1201
 
1202
- #: ../dashboard.php:1162
1203
  msgid "Failed login attempts"
1204
  msgstr "Intentos de inicio de sesión fallidos"
1205
 
1206
- #: ../dashboard.php:1068 ../dashboard.php:1163
1207
  msgid "Registered"
1208
  msgstr "Registrado"
1209
 
1210
- #: ../dashboard.php:1233
1211
  msgid "You"
1212
  msgstr "Tú"
1213
 
1214
- #: ../common.php:154
1215
  msgid "Spam form submissions denied"
1216
  msgstr "Envíos de formularios spam denegados"
1217
 
1218
- #: ../dashboard.php:1862 ../cerber-load.php:3481 ../cerber-load.php:4248
1219
  msgid "Getting Started Guide"
1220
  msgstr "Guía de Introducción"
1221
 
1222
- #: ../dashboard.php:2565
1223
  msgid "Countries"
1224
  msgstr "Países"
1225
 
1226
- #: ../dashboard.php:2628
1227
  msgid "Permitted for one country"
1228
  msgid_plural "Permitted for %d countries"
1229
  msgstr[0] "Permitido para un país"
1230
  msgstr[1] "Permitido para %d países"
1231
 
1232
- #: ../dashboard.php:2639
1233
  msgid "No rule"
1234
  msgstr "Ninguna regla"
1235
 
1236
- #: ../dashboard.php:2851
1237
  msgid "Security rules have been updated"
1238
  msgstr "La configuración de seguridad se ha actualizado"
1239
 
@@ -1242,483 +1221,455 @@ msgstr "La configuración de seguridad se ha actualizado"
1242
  msgid "https://wpcerber.com"
1243
  msgstr "https://wpcerber.com"
1244
 
1245
- #: ../common.php:847
1246
  msgid "Form submission denied"
1247
  msgstr "Se ha denegado la subida del formulario"
1248
 
1249
- #: ../common.php:848
1250
  msgid "Comment denied"
1251
  msgstr "Comentario denegado"
1252
 
1253
- #: ../common.php:876
1254
  msgid "Request to REST API denied"
1255
  msgstr "Petición de uso de la API REST denegada"
1256
 
1257
- #: ../common.php:877
1258
  msgid "XML-RPC request denied"
1259
  msgstr "Petición de uso de XML-RPC denegada"
1260
 
1261
- #: ../common.php:888
1262
  msgid "Bot detected"
1263
  msgstr "Bot detectado"
1264
 
1265
- #: ../common.php:889
1266
  msgid "Citadel mode is active"
1267
  msgstr "El modo Ciudadela está activo"
1268
 
1269
- #: ../common.php:893
1270
  msgid "Malicious activity detected"
1271
  msgstr "Se ha detectado actividad maliciosa"
1272
 
1273
- #: ../common.php:894
1274
  msgid "Blocked by country rule"
1275
  msgstr "Bloqueado por norma del país"
1276
 
1277
- #: ../common.php:895
1278
  msgid "Limit reached"
1279
  msgstr "Se ha alcanzado el límite"
1280
 
1281
- #: ../common.php:896
1282
  msgid "Multiple suspicious activities"
1283
  msgstr "Multiples actividades sospechosas"
1284
 
1285
- #: ../common.php:932
1286
  msgid "Multiple suspicious activities were detected"
1287
  msgstr "Se detectaron multiples actividades sospechosas"
1288
 
1289
- #: ../settings.php:124
1290
- msgid "Block access to user pages like /?author=n and user data via REST API"
1291
- msgstr "Bloquear al usuario páginas como /?author=n y datos de usuario mediante la API REST"
1292
-
1293
- #: ../settings.php:128
1294
- msgid "Block access to the WordPress REST API except the following"
1295
- msgstr "Bloquear el acceso a la API de WordPress excepto los siguientes espacios de nombres"
1296
-
1297
- #: ../settings.php:129
1298
  msgid "Allow REST API for logged in users"
1299
  msgstr "Permitir API REST para usuarios que inician sesión"
1300
 
1301
- #: ../settings.php:136
1302
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1303
  msgstr "Especificar espacios de nombres de la API REST para ser permitido si se desactiva la API REST. Una cadena por línea."
1304
 
1305
- #: ../settings.php:148
1306
  msgid "Registration limit"
1307
  msgstr "Límite de registro"
1308
 
1309
- #: ../settings.php:159
1310
  msgid "Sort users in dashboard"
1311
  msgstr "Ordenar usuarios en el Dashboard"
1312
 
1313
- #: ../settings.php:159
1314
  msgid "by date of registration"
1315
  msgstr "por fecha de registro"
1316
 
1317
- #: ../settings.php:174
1318
  msgid "Query whitelist"
1319
  msgstr "Whitelist de consultas"
1320
 
1321
- #: ../settings.php:772 ../settings.php:894
1322
  msgid "%s allowed registrations in %s minutes from one IP"
1323
  msgstr "%s registros permitidos en %s minutos desde una IP"
1324
 
1325
- #: ../dashboard.php:2695
1326
  msgid "Start typing here to find a country"
1327
  msgstr "Escribe aquí para encontrar un país"
1328
 
1329
- #: ../dashboard.php:2778
1330
  msgid "Click on a country name to add it to the list of selected countries"
1331
  msgstr "Haz click en el nombre del país para añadirlo a la lista de países seleccionados"
1332
 
1333
- #: ../dashboard.php:2802
1334
  msgid "Submit forms"
1335
  msgstr "Enviar formularios"
1336
 
1337
- #: ../dashboard.php:2803
1338
  msgid "Post comments"
1339
  msgstr "Publicar un comentario"
1340
 
1341
- #: ../dashboard.php:2804
1342
  msgid "Log in to the website"
1343
  msgstr "Inicia sesión en la página"
1344
 
1345
- #: ../dashboard.php:2805
1346
  msgid "Register on the website"
1347
  msgstr "Regístrate en la página"
1348
 
1349
- #: ../dashboard.php:2806
1350
  msgid "Use XML-RPC"
1351
  msgstr "Usar XML-RPC"
1352
 
1353
- #: ../dashboard.php:2807
1354
  msgid "Use REST API"
1355
  msgstr "Usar la API REST"
1356
 
1357
- #: ../settings.php:184
1358
  msgid "Deny it completely"
1359
  msgstr "Denegarlo completamente"
1360
 
1361
- #: ../settings.php:184
1362
  msgid "Mark it as spam"
1363
  msgstr "Marcar como spam"
1364
 
1365
- #: ../dashboard.php:1788
1366
  msgid "in the last 24 hours"
1367
  msgstr "en las últimas 24 horas"
1368
 
1369
- #: ../dashboard.php:2175
1370
  msgid "Main settings"
1371
  msgstr "Ajustes"
1372
 
1373
- #: ../settings.php:255
1374
  msgid "Weekly reports"
1375
  msgstr "Informes semanales"
1376
 
1377
- #: ../settings.php:1010
1378
  msgid "Sunday"
1379
  msgstr "Domingo"
1380
 
1381
- #: ../settings.php:1011
1382
  msgid "Monday"
1383
  msgstr "Lunes"
1384
 
1385
- #: ../settings.php:1012
1386
  msgid "Tuesday"
1387
  msgstr "Martes"
1388
 
1389
- #: ../settings.php:1013
1390
  msgid "Wednesday"
1391
  msgstr "Miércoles"
1392
 
1393
- #: ../settings.php:1014
1394
  msgid "Thursday"
1395
  msgstr "Jueves"
1396
 
1397
- #: ../settings.php:1015
1398
  msgid "Friday"
1399
  msgstr "Viernes"
1400
 
1401
- #: ../settings.php:1016
1402
  msgid "Saturday"
1403
  msgstr "Sábado"
1404
 
1405
- #: ../settings.php:1075 ../settings.php:1076
1406
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1407
  msgstr "Si utilizas un plugin de \"caching\", tendrás que añadir la nueva URL de inicio de sesión la lista de páginas, no a la caché."
1408
 
1409
- #: ../cerber-load.php:3496
1410
  msgid "Weekly report"
1411
  msgstr "Informe semanal"
1412
 
1413
- #: ../cerber-load.php:3499 ../cerber-load.php:3509
1414
  msgid "To change reporting settings visit"
1415
  msgstr "Para cambiar la configuración de los informes, visita"
1416
 
1417
- #: ../cerber-load.php:3532
1418
  msgid "Your login page:"
1419
  msgstr "Tu página de inicio:"
1420
 
1421
- #: ../cerber-load.php:3536
1422
  msgid "Your license is valid until"
1423
  msgstr "Tu licencia es válida hasta"
1424
 
1425
- #: ../cerber-load.php:3642
1426
  msgid "Activity details"
1427
  msgstr "Detalles de la actividad"
1428
 
1429
- #: ../settings.php:1042
1430
  msgid "Click to send now"
1431
  msgstr "Pulsa para enviar ahora"
1432
 
1433
- #: ../cerber-load.php:814
1434
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1435
  msgstr "> > > Eres uno de los traductores de WP Cerber? Puedes conseguir una licencia PRO gratis en: https://wpcerber.com/contact/"
1436
 
1437
- #: ../dashboard.php:421
1438
  msgid "Email has been sent to"
1439
  msgstr "Se ha enviado el email a"
1440
 
1441
- #: ../dashboard.php:424
1442
  msgid "Unable to send email to"
1443
  msgstr "No se ha podido enviar el email a"
1444
 
1445
- #: ../dashboard.php:2631
1446
  msgid "Not permitted for one country"
1447
  msgid_plural "Not permitted for %d countries"
1448
  msgstr[0] "No permitido para un país"
1449
  msgstr[1] "No permitido para %d países"
1450
 
1451
- #: ../dashboard.php:2782
1452
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1453
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1454
  msgstr "Solo los países seleccionados pueden %s, los otros no."
1455
 
1456
- #: ../dashboard.php:2785
1457
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1458
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1459
  msgstr "Los países seleccionados no pueden %s, los demás sí."
1460
 
1461
- #: ../cerber-load.php:3630
1462
  msgid "Weekly Report"
1463
  msgstr "Informe semanal"
1464
 
1465
- #: ../settings.php:90
1466
  msgid "Use 404 template from the active theme"
1467
  msgstr "Usar la plantilla de página 404 del tema activo"
1468
 
1469
- #: ../settings.php:90
1470
  msgid "Display simple 404 page"
1471
  msgstr "Mostrar una página de error 404 simple"
1472
 
1473
- #: ../settings.php:180
1474
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1475
  msgstr "Introduce las partes de la Query String o directorios que quieras excluir de la inspección del motor. Uno por línea"
1476
 
1477
- #: ../settings.php:268 ../settings.php:499
1478
  msgid "if empty, email from notification settings will be used"
1479
  msgstr "si está vacío, se usará el email introducido en los ajustes de notificaciones"
1480
 
1481
- #: ../settings.php:256
1482
  msgid "Enable reporting"
1483
  msgstr "Habilitar informes"
1484
 
1485
- #: ../cerber-load.php:3560
1486
  msgid "Your last sign-in was %s from %s"
1487
  msgstr "Tu último inicio de sesión fue el %s, desde %s"
1488
 
1489
- #: ../cerber-load.php:3656
1490
- msgid "Attempts to log in with non-existent username"
1491
- msgstr "Intentos de inicio de sesión con un usuario no existente"
1492
-
1493
- #: ../dashboard.php:210
1494
  msgid "IP address, IPv4 address range or subnet"
1495
  msgstr "Dirección IP, Rango de IPv4 o subred"
1496
 
1497
- #: ../dashboard.php:212
1498
  msgid "Optional comment for this entry"
1499
  msgstr "Comentario opcional"
1500
 
1501
- #: ../dashboard.php:253
1502
  msgid "You cannot add your IP address or network"
1503
  msgstr "No puedes añadir tu propia red o dirección IP "
1504
 
1505
- #: ../settings.php:156
1506
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1507
  msgstr "Para especificar un patrón REGEX, envuelve el patrón entre dos / barras */."
1508
 
1509
- #: ../dashboard.php:56
1510
  msgid "Cerber Traffic Inspector"
1511
  msgstr "Inspector de Tráfico Cerber"
1512
 
1513
- #: ../dashboard.php:56 ../dashboard.php:1303 ../dashboard.php:2900
1514
  msgid "Traffic Inspector"
1515
  msgstr "Inspector de tráfico"
1516
 
1517
- #: ../dashboard.php:1335
1518
  msgid "Traffic"
1519
  msgstr "Tráfico"
1520
 
1521
- #: ../dashboard.php:2905
1522
- msgid "Live traffic"
1523
- msgstr "Tráfico en vivo"
1524
-
1525
- #: ../dashboard.php:3231
1526
  msgid "Request"
1527
  msgstr "Solicitud"
1528
 
1529
- #: ../dashboard.php:3233
1530
  msgid "Host Info"
1531
  msgstr "Información del Host"
1532
 
1533
- #: ../dashboard.php:3234
1534
  msgid "User Agent"
1535
  msgstr "Navegador"
1536
 
1537
- #: ../dashboard.php:3259
1538
  msgid "All requests"
1539
  msgstr "Todas las peticiones"
1540
 
1541
- #: ../dashboard.php:3264
1542
  msgid "Not logged in visitors"
1543
  msgstr "Visitantes que no han iniciado sesión"
1544
 
1545
- #: ../dashboard.php:3265
1546
  msgid "Form submissions"
1547
  msgstr "Envío de formularios"
1548
 
1549
- #: ../dashboard.php:3266
1550
  msgid "Page Not Found"
1551
  msgstr "No se ha encontrado la página"
1552
 
1553
- #: ../dashboard.php:3267
1554
- msgid "REST API"
1555
- msgstr "API REST"
1556
-
1557
- #: ../dashboard.php:3268
1558
- msgid "XML-RPC"
1559
- msgstr "XML-RPC"
1560
-
1561
- #: ../dashboard.php:3273
1562
  msgid "Longer than"
1563
  msgstr "Más largo(a) que"
1564
 
1565
- #: ../dashboard.php:3289
1566
  msgid "Refresh"
1567
  msgstr "Actualizar"
1568
 
1569
- #: ../common.php:116
1570
  msgid "Check for requests"
1571
  msgstr "Buscar nuevas solicitudes"
1572
 
1573
- #: ../common.php:1208
1574
  msgid "Not specified"
1575
  msgstr "No especificado(a)"
1576
 
1577
- #: ../settings.php:298
1578
  msgid "Logging mode"
1579
  msgstr "Modo de reportes"
1580
 
1581
- #: ../settings.php:304
1582
  msgid "Logging disabled"
1583
  msgstr "Inicio de sesión desactivado"
1584
 
1585
- #: ../settings.php:305
1586
  msgid "Smart"
1587
  msgstr "Inteligente"
1588
 
1589
- #: ../settings.php:306
1590
  msgid "All traffic"
1591
  msgstr "Todo el tráfico"
1592
 
1593
- #: ../settings.php:310
1594
  msgid "Ignore crawlers"
1595
  msgstr "Ignorar crawlers"
1596
 
1597
- #: ../settings.php:320
1598
  msgid "Mask these form fields"
1599
  msgstr "Ocultar el origen de estos campos"
1600
 
1601
- #: ../settings.php:356
1602
  msgid "milliseconds"
1603
  msgstr "milisegundos"
1604
 
1605
- #: ../settings.php:276
1606
- msgid "Inspection"
1607
- msgstr "Inspección"
1608
-
1609
- #: ../settings.php:277
1610
  msgid "Enable traffic inspection"
1611
  msgstr "Habilitar inspección del tráfico"
1612
 
1613
- #: ../settings.php:297
1614
  msgid "Logging"
1615
  msgstr "Registros"
1616
 
1617
- #: ../settings.php:315
1618
  msgid "Save request fields"
1619
  msgstr "Guardar campos de petición de datos"
1620
 
1621
- #: ../settings.php:351
1622
  msgid "Page generation time threshold"
1623
  msgstr "Umbral de tiempo de generación de la página"
1624
 
1625
- #: ../dashboard.php:3251
1626
  msgid "No requests have been logged."
1627
  msgstr "No se ha registrado ninguna solicitud"
1628
 
1629
- #: ../dashboard.php:1302
1630
  msgid "enabled"
1631
  msgstr "activado/a"
1632
 
1633
- #: ../dashboard.php:1307
1634
  msgid "no connection"
1635
  msgstr "sin conexión"
1636
 
1637
- #: ../dashboard.php:3585
1638
  msgid "Advanced search"
1639
  msgstr "Búsqueda avanzada"
1640
 
1641
- #: ../dashboard.php:1058
1642
  msgid "Last seen"
1643
  msgstr "Visto por última vez"
1644
 
1645
- #: ../common.php:872 ../common.php:933
1646
  msgid "Probing for vulnerable PHP code"
1647
  msgstr "Buscando código PHP vulnerable"
1648
 
1649
- #: ../dashboard.php:3543
1650
  msgid "Any"
1651
  msgstr "Cualquiera"
1652
 
1653
- #: ../cerber-load.php:3281
1654
  msgid "We're sorry, you are not allowed to proceed"
1655
  msgstr "Lo sentimos, no estás autorizado para continuar"
1656
 
1657
- #: ../settings.php:288
1658
  msgid "Request whitelist"
1659
  msgstr "Solicitar whitelist"
1660
 
1661
- #: ../settings.php:294
1662
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1663
  msgstr "Introduce una 'request URI' que excluir de la inspección. Una por línea"
1664
 
1665
- #: ../settings.php:332
1666
  msgid "Save request headers"
1667
  msgstr "Guardar los headers de petición"
1668
 
1669
- #: ../settings.php:338
1670
  msgid "Save $_SERVER"
1671
  msgstr "Guardar $_SERVER"
1672
 
1673
- #: ../settings.php:344
1674
  msgid "Save request cookies"
1675
  msgstr "Guardar los cookies de petición"
1676
 
1677
- #: ../settings.php:125
1678
  msgid "Protect admin scripts"
1679
  msgstr "Proteger los scripts de administrador"
1680
 
1681
- #: ../settings.php:125
1682
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1683
  msgstr "Bloquear el acceso no autorizado a los load-scripts.php y load-styles.php"
1684
 
1685
- #: ../common.php:1834
1686
  msgid "Unable to create the directory"
1687
  msgstr "No se ha podido crear el directorio"
1688
 
1689
- #: ../common.php:1839
1690
  msgid "Destination folder access denied"
1691
  msgstr "El acceso a la carpeta de destino ha sido denegado"
1692
 
1693
- #: ../common.php:1842
1694
  msgid "File not found"
1695
  msgstr "No se ha encontrado el archivo"
1696
 
1697
- #: ../common.php:1845
1698
  msgid "Unable to copy the file"
1699
  msgstr "No se ha podido copiar el archivo"
1700
 
1701
- #: ../common.php:1851
1702
  msgid "Unable to delete the file"
1703
  msgstr "No se ha podido eliminar el archivo"
1704
 
1705
- #: ../settings.php:74
1706
  msgid "Plugin initialization"
1707
  msgstr "Inicialización del plugin"
1708
 
1709
- #: ../settings.php:75
1710
  msgid "Load security engine"
1711
  msgstr "Cargar módulo de seguridad"
1712
 
1713
- #: ../settings.php:75
1714
  msgid "Legacy mode"
1715
  msgstr "Modo Legacy"
1716
 
1717
- #: ../settings.php:75
1718
  msgid "Standard mode"
1719
  msgstr "Modo Standard"
1720
 
1721
- #: ../settings.php:1053
1722
  msgid "Plugin initialization mode has not been changed"
1723
  msgstr "El modo de inicialización del plugin no se ha cambiado"
1724
 
@@ -1727,39 +1678,40 @@ msgstr "El modo de inicialización del plugin no se ha cambiado"
1727
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1728
  msgstr "Este es un módulo de inicio Standard del plugin WP Cerber Security & Antispam. Se instaló cuando cambiaste el modo de inicialización del plugin a Standard. Para saber más, vaya aquí: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1729
 
1730
- #: ../common.php:874
1731
  msgid "File upload denied"
1732
  msgstr "Subida denegada"
1733
 
1734
- #: ../settings.php:98
1735
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1736
  msgstr "La URL de acceso solo puede contener letras, números, guiones y guiones bajos."
1737
 
1738
- #: ../settings.php:180 ../settings.php:294
1739
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1740
  msgstr "Para especificar un patrón REGEX, escribe la línea entera entre llaves."
1741
 
1742
- #: ../settings.php:575
1743
  msgid "Be careful about enabling these options."
1744
  msgstr "Ten cuidado a la hora de activar estas opciones."
1745
 
1746
- #: ../settings.php:575
1747
  msgid "If you forget your Custom login URL, you will be unable to log in."
1748
  msgstr "Si olvidas tu URL de acceso personalizada, no podrás iniciar sesión."
1749
 
1750
- #: ../dashboard.php:64 ../cerber-scanner.php:78
1751
  msgid "Site Integrity"
1752
  msgstr "Integridad del sitio"
1753
 
1754
- #: ../dashboard.php:1320 ../dashboard.php:1322 ../cerber-scanner.php:1286
 
1755
  msgid "Disabled"
1756
  msgstr "Desactivada"
1757
 
1758
- #: ../dashboard.php:1321 ../cerber-scanner.php:850
1759
  msgid "Quick Scan"
1760
  msgstr "Escáner rápido"
1761
 
1762
- #: ../dashboard.php:1323 ../cerber-scanner.php:850
1763
  msgid "Full Scan"
1764
  msgstr "Escáner completo"
1765
 
@@ -1768,424 +1720,420 @@ msgstr "Escáner completo"
1768
  msgid "WP Cerber Security, Antispam & Malware Scan"
1769
  msgstr "WP Cerber Security - Escáner de malware y Antispam"
1770
 
1771
- #: ../common.php:897
1772
  msgid "Denied"
1773
  msgstr "Denegado"
1774
 
1775
- #: ../settings.php:81 ../settings.php:283
1776
  msgid "Use White IP Access List"
1777
  msgstr "Usar la lista de IP permitidas"
1778
 
1779
- #: ../settings.php:88
1780
  msgid "Disable dashboard redirection"
1781
  msgstr "Deshabilitar la redirección al dashboard"
1782
 
1783
- #: ../settings.php:88
1784
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1785
  msgstr "Deshabilitar la redirección automática a la página de inicio de sesión cuando /wp-admin/ sea solicitado por un usuario no autorizado"
1786
 
1787
- #: ../settings.php:372
1788
  msgid "Scanner settings"
1789
  msgstr "Configuración de Escaneo"
1790
 
1791
- #: ../settings.php:373
1792
  msgid "Custom signatures"
1793
  msgstr "Firmas personalizadas"
1794
 
1795
- #: ../settings.php:379
1796
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1797
  msgstr "Especifica una firma personalizada del código PHP. Una por línea. Para designar un patrón REGEX, escribe la línea entera entre llaves."
1798
 
1799
- #: ../settings.php:381
1800
  msgid "Unwanted file extensions"
1801
  msgstr "Extensiones no deseadas"
1802
 
1803
- #: ../settings.php:387
1804
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1805
  msgstr "Especifica la extensión de archivo que quieras buscar. Solo para Escáner completo. Separa cada elemento con comas."
1806
 
1807
- #: ../settings.php:389
1808
  msgid "Directories to exclude"
1809
  msgstr "Directorios a excluir"
1810
 
1811
- #: ../settings.php:395
1812
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1813
  msgstr "Especifica los directorios que no quieres que se incluyan en la búsqueda. Utiliza la dirección completa. Un ítem por línea."
1814
 
1815
- #: ../settings.php:410
1816
  msgid "Scan temporary directory"
1817
  msgstr "Escanear directorios temporales"
1818
 
1819
- #: ../settings.php:417
1820
  msgid "Scan session directory"
1821
  msgstr "Escanear directorio de sesión"
1822
 
1823
- #: ../settings.php:423
1824
  msgid "Delete quarantined files after"
1825
  msgstr "Eliminar los archivos de cuarentena al acabar"
1826
 
1827
- #: ../settings.php:438
1828
  msgid "Launch Quick Scan"
1829
  msgstr "Iniciar el Escaneo Rápido"
1830
 
1831
- #: ../cerber-scanner.php:1287
1832
  msgid "Every hour"
1833
  msgstr "Cada hora"
1834
 
1835
- #: ../cerber-scanner.php:1288
1836
  msgid "Every 3 hours"
1837
  msgstr "Cada 3 horas"
1838
 
1839
- #: ../cerber-scanner.php:1289
1840
  msgid "Every 6 hours"
1841
  msgstr "Cada 6 horas"
1842
 
1843
- #: ../settings.php:445
1844
  msgid "Launch Full Scan"
1845
  msgstr "Iniciar escáner completo"
1846
 
1847
- #: ../settings.php:455 ../settings.php:515
1848
  msgid "Low severity"
1849
  msgstr "Leve"
1850
 
1851
- #: ../settings.php:455 ../settings.php:515
1852
  msgid "Medium severity"
1853
  msgstr "Grave"
1854
 
1855
- #: ../settings.php:455 ../settings.php:515
1856
  msgid "High severity"
1857
  msgstr "Muy grave"
1858
 
1859
- #: ../settings.php:456
1860
  msgid "Report an issue if any of the following is true"
1861
  msgstr "Informar de cualquier problema si cualquiera de los siguientes es verdadero"
1862
 
1863
- #: ../settings.php:464
1864
  msgid "Send email report"
1865
  msgstr "Enviar informe por email"
1866
 
1867
- #: ../settings.php:470
1868
  msgid "After every scan"
1869
  msgstr "Después de cada escáner"
1870
 
1871
- #: ../settings.php:471
1872
  msgid "If any changes in scan results occurred"
1873
  msgstr "Si ocurriese cualquier cambio en los resultados del escáner"
1874
 
1875
- #: ../settings.php:476
1876
  msgid "Include file sizes"
1877
  msgstr "Incluir el tamaño de los archivos"
1878
 
1879
- #: ../settings.php:483
1880
  msgid "Include scan errors"
1881
  msgstr "Incluir los errores en el escáner"
1882
 
1883
- #: ../cerber-load.php:4257 ../cerber-scanner.php:83
1884
  msgid "Security Scanner"
1885
  msgstr "Escaneo de Seguridad"
1886
 
1887
- #: ../cerber-scanner.php:85
1888
  msgid "Scheduling"
1889
  msgstr "Programación"
1890
 
1891
- #: ../cerber-scanner.php:140
1892
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1893
  msgstr "Ahora mismo hay un escáner programado en proceso. Por favor, espera a que haya finalizado."
1894
 
1895
- #: ../cerber-scanner.php:144
1896
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1897
  msgstr "El escáner anterior empezado %s no se ha completado. ¿Seguir escaneando?"
1898
 
1899
- #: ../cerber-scanner.php:153
1900
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1901
  msgstr "Parece que esta página no se ha analizado nunca... Para realizar un escáner, haz click en el botón de abajo."
1902
 
1903
- #: ../cerber-scanner.php:156
1904
  msgid "Start Quick Scan"
1905
  msgstr "Empezar un Escaneo Rápido"
1906
 
1907
- #: ../cerber-scanner.php:157
1908
  msgid "Start Full Scan"
1909
  msgstr "Empezar un Escaneo Completo"
1910
 
1911
- #: ../cerber-scanner.php:158
1912
  msgid "Stop Scanning"
1913
  msgstr "Parar el Escaneo"
1914
 
1915
- #: ../cerber-scanner.php:159
1916
  msgid "Continue Scanning"
1917
  msgstr "Continuar el Escaneo"
1918
 
1919
- #: ../cerber-scanner.php:188
1920
  msgid "Delete"
1921
  msgstr "Borrar"
1922
 
1923
- #: ../cerber-scanner.php:1236
1924
  msgid "Verified"
1925
  msgstr "Verificado"
1926
 
1927
- #: ../cerber-scanner.php:1243
1928
  msgid "Integrity data not found"
1929
  msgstr "No se han encontrado datos de integridad"
1930
 
1931
- #: ../cerber-scanner.php:1244
1932
  msgid "Unable to check the integrity of the plugin due to a network error"
1933
  msgstr "No se ha podido verificar la integridad del plugin por un error de red"
1934
 
1935
- #: ../cerber-scanner.php:1245
1936
  msgid "Unable to check the integrity of WordPress files due to a network error"
1937
  msgstr "No se ha podido verificar la integridad de los archivos de Wordpress por un error de red"
1938
 
1939
- #: ../cerber-scanner.php:1246
1940
  msgid "Unable to check the integrity of the theme due to a network error"
1941
  msgstr "No se ha podido verificar la integridad del tema por un error de red"
1942
 
1943
- #: ../cerber-scanner.php:1249
1944
  msgid "Local file doesn't exist"
1945
  msgstr "No existe un archivo local"
1946
 
1947
- #: ../cerber-scanner.php:1251
1948
  msgid "Unable to process file"
1949
  msgstr "No se ha podido procesar el archivo"
1950
 
1951
- #: ../cerber-scanner.php:1252 ../cerber-scanner.php:4704
1952
  msgid "Unable to open file"
1953
  msgstr "No se ha podido abrir el archivo"
1954
 
1955
- #: ../cerber-scanner.php:1254
1956
  msgid "Checksum mismatch"
1957
  msgstr "Error de Checksum"
1958
 
1959
- #: ../cerber-scanner.php:1257
1960
  msgid "Suspicious code found"
1961
  msgstr "Se ha encontrado código malicioso"
1962
 
1963
- #: ../cerber-scanner.php:1259
1964
  msgid "Unattended suspicious file"
1965
  msgstr "Archivo sospechoso sin tratar"
1966
 
1967
- #: ../cerber-scanner.php:1260
1968
  msgid "Executable code found"
1969
  msgstr "Se ha encontrado código ejecutable"
1970
 
1971
- #: ../cerber-scanner.php:1264
1972
  msgid "Unwanted file extension"
1973
  msgstr "No se admite la extensión del archivo"
1974
 
1975
- #: ../cerber-scanner.php:1266
1976
  msgid "Content has been modified"
1977
  msgstr "El contenido se ha modificado"
1978
 
1979
- #: ../cerber-scanner.php:1267
1980
  msgid "New file"
1981
  msgstr "Nuevo archivo"
1982
 
1983
- #: ../cerber-scanner.php:2354
1984
  msgid "Custom signature found"
1985
  msgstr "Se ha encontrado una firma digital personalizada"
1986
 
1987
- #: ../cerber-scanner.php:3567
1988
  msgid "Scanning folders for files"
1989
  msgstr "Buscando los archivos en las carpetas"
1990
 
1991
- #: ../cerber-scanner.php:3571
1992
  msgid "Parsing the list of files"
1993
  msgstr "Analizando la lista de archivos"
1994
 
1995
- #: ../cerber-scanner.php:3572
1996
  msgid "Checking for new and modified files"
1997
  msgstr "Buscando por nuevos archivos o archivos modificados"
1998
 
1999
- #: ../cerber-scanner.php:3573
2000
  msgid "Verifying the integrity of WordPress"
2001
  msgstr "Verificando la integridad de WordPress"
2002
 
2003
- #: ../cerber-scanner.php:3574
2004
  msgid "Verifying the integrity of the plugins"
2005
  msgstr "Verificando la integridad de los plugins"
2006
 
2007
- #: ../cerber-scanner.php:3575
2008
  msgid "Verifying the integrity of the themes"
2009
  msgstr "Verificando la integridad de los temas"
2010
 
2011
- #: ../cerber-scanner.php:3576
2012
  msgid "Searching for malicious code"
2013
  msgstr "Buscando líneas de código malicioso"
2014
 
2015
- #: ../cerber-scanner.php:3577
2016
  msgid "Finalizing the scan"
2017
  msgstr "Finalizando el escáner"
2018
 
2019
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:3767
2020
  msgid "Files to scan"
2021
  msgstr "Archivos a escanear"
2022
 
2023
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3775
2024
  msgid "Critical issues"
2025
  msgstr "Problemas críticos"
2026
 
2027
- #: ../cerber-scanner.php:3704 ../cerber-scanner.php:3779 ../cerber-scanner.php:4894
2028
  msgid "Issues total"
2029
  msgstr "Problemas encontrados"
2030
 
2031
- #: ../cerber-scanner.php:4140
2032
  msgid "The directory is not writable"
2033
  msgstr "El nombre del directorio no es válido"
2034
 
2035
- #: ../cerber-scanner.php:4158
2036
  msgid "Unable to create WP CERBER directory"
2037
  msgstr "No se ha podido crear el directorio WP CERBER"
2038
 
2039
- #: ../cerber-scanner.php:4365
2040
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2041
  msgstr "Error al acceder al archivo. Los resultados del escáner están probablemente desactualizado. Por favor, realiza un Escáner Rápido o Completo"
2042
 
2043
- #: ../cerber-scanner.php:5001
2044
  msgid "To view full report visit"
2045
  msgstr "Para ver el informe completo, visita"
2046
 
2047
- #: ../cerber-load.php:3506
2048
  msgid "Scanner Report"
2049
  msgstr "Informe del escáner"
2050
 
2051
- #: ../settings.php:397
2052
  msgid "Monitor new files"
2053
  msgstr "Monitorizar nuevos archivos"
2054
 
2055
- #: ../settings.php:404
2056
  msgid "Monitor modified files"
2057
  msgstr "Monitorizar archivos modificados"
2058
 
2059
- #: ../settings.php:472
2060
  msgid "If new issues found"
2061
  msgstr "Si se encontrasen nuevos problemas"
2062
 
2063
- #: ../settings.php:1288
2064
  msgid "The schedule has been updated"
2065
  msgstr "La programación se ha actualizado"
2066
 
2067
- #: ../settings.php:1291
2068
- msgid "Unable to updated the schedule"
2069
- msgstr "No se ha podido actualizar la programación"
2070
-
2071
- #: ../cerber-scanner.php:1263 ../cerber-scanner.php:2517
2072
  msgid "Suspicious directives found"
2073
  msgstr "Se han encontrado directivas sospechosas"
2074
 
2075
- #: ../cerber-scanner.php:2515
2076
  msgid "Suspicious code instruction found"
2077
  msgstr "Se han encontrado instrucciones sospechosas en el código"
2078
 
2079
- #: ../cerber-scanner.php:2516
2080
  msgid "Suspicious code signatures found"
2081
  msgstr "Se han encontrado firmas sospechosas en el código"
2082
 
2083
- #: ../cerber-scanner.php:2519
2084
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2085
  msgstr "Para solucionar este problema tendrás que reinstalar %s o actualizarlo a su versión más reciente."
2086
 
2087
- #: ../cerber-scanner.php:2520
2088
  msgid "Please upload a reference ZIP archive"
2089
  msgstr "Por favor, sube un archivo ZIP de referencia"
2090
 
2091
- #: ../cerber-scanner.php:2521
2092
  msgid "Resolve issue"
2093
  msgstr "Resolver problema"
2094
 
2095
- #: ../cerber-scanner.php:3851
2096
  msgid "We have not found any integrity data to verify"
2097
  msgstr "No hemos encontrado ningún dato del que verificar integridad"
2098
 
2099
- #: ../cerber-scanner.php:3853
2100
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2101
  msgstr "Tienes que subir el archivo ZIP desde donde lo has instalado. Esto permite al escáner de seguridad verificar la integridad del código y detectar malware"
2102
 
2103
- #: ../cerber-scanner.php:4850
2104
  msgid "Full Scan Report"
2105
  msgstr "Informe del escáner completo"
2106
 
2107
- #: ../cerber-scanner.php:4850
2108
  msgid "Quick Scan Report"
2109
  msgstr "Informe del escáner rápido"
2110
 
2111
- #: ../cerber-scanner.php:4863
2112
  msgid "Files scanned"
2113
  msgstr "Archivos escaneados"
2114
 
2115
- #: ../dashboard.php:199 ../dashboard.php:931 ../dashboard.php:962 ../dashboard.
2116
- #: php:1074
2117
  msgid "Check for activities"
2118
  msgstr "Buscar nuevas actividades"
2119
 
2120
- #: ../dashboard.php:1037
2121
  msgid "Activated"
2122
  msgstr "Activado"
2123
 
2124
- #: ../common.php:879
2125
  msgid "Malicious request denied"
2126
  msgstr "Petición maliciosa denegada"
2127
 
2128
- #: ../common.php:883
2129
  msgid "User activated"
2130
  msgstr "Usuario activado"
2131
 
2132
- #: ../common.php:898
2133
  msgid "Suspicious number of fields"
2134
  msgstr "Número de campos sospechoso"
2135
 
2136
- #: ../common.php:899
2137
  msgid "Suspicious number of nested values"
2138
  msgstr "Número sospechoso de valores anidados"
2139
 
2140
- #: ../common.php:900 ../common.php:934
2141
  msgid "Malicious code detected"
2142
  msgstr "Se ha detectado código malicioso"
2143
 
2144
- #: ../common.php:935
2145
  msgid "Attempt to upload a file with malicious code"
2146
  msgstr "Se ha intentado subir un archivo de código malicioso"
2147
 
2148
- #: ../common.php:1084
2149
  msgid "Bytes"
2150
  msgstr "Bytes"
2151
 
2152
- #: ../cerber-scanner.php:1242
2153
  msgid "Vulnerability found"
2154
  msgstr "Se ha encontrado una vulnerabilidad"
2155
 
2156
- #: ../cerber-scanner.php:1247
2157
  msgid "Unable to check the integrity due to a DB error"
2158
  msgstr "No se ha podido comprobar la integridad por un error en la base de datos."
2159
 
2160
- #: ../cerber-scanner.php:3568
2161
  msgid "Scanning the upload folder for files"
2162
  msgstr "Buscando archivos en la carpeta de subidas"
2163
 
2164
- #: ../cerber-scanner.php:3569
2165
  msgid "Scanning the temp folder for files"
2166
  msgstr "Buscando archivos en la carpeta Temp"
2167
 
2168
- #: ../cerber-scanner.php:3570
2169
  msgid "Scanning the session folder for files"
2170
  msgstr "Escaneando archivos en la carpeta de sesión"
2171
 
2172
- #: ../settings.php:437
2173
  msgid "Automated recurring scan schedule"
2174
  msgstr "Programación de escáneres automáticos"
2175
 
2176
- #: ../settings.php:453
2177
  msgid "Scan results reporting"
2178
  msgstr "Creación de informes de resultados"
2179
 
2180
- #: ../dashboard.php:3261
2181
  msgid "Suspicious activity"
2182
  msgstr "Actividad sospechosa"
2183
 
2184
- #: ../dashboard.php:3262
2185
  msgid "Errors"
2186
  msgstr "Errores"
2187
 
2188
- #: ../dashboard.php:3633
2189
  msgid "Antispam engine"
2190
  msgstr "Módulo Antispam"
2191
 
@@ -2194,181 +2142,797 @@ msgstr "Módulo Antispam"
2194
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2195
  msgstr "Defiende tu página Wordpress de ataques de hackers, spam, troyanos y virus. Detector de malware y comprobador de integridad. ¡Haz más seguro tu Wordpress con este conjunto de algoritmos de seguridad intensivos! Protege tu sitio de spam con un sofisticado bot de detección y reCAPTCHA's. Sigue la actividad del usuario y el intruso con un eficiente sistema de notificaciones por correo, móvil y de escritorio."
2196
 
2197
- #: ../cerber-load.php:375
2198
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2199
  msgstr "Has excedido el número de intentos de sesión permitidos. Por favor, inténtalo de nuevo en %d minutos."
2200
 
2201
- #: ../common.php:999
2202
  msgctxt "preposition of a period of time like: in 6 hours"
2203
  msgid "in %s"
2204
- msgstr ""
2205
 
2206
- #: ../settings.php:1026
2207
  msgctxt "preposition of time like: at 11:00"
2208
  msgid "at"
2209
- msgstr ""
2210
 
2211
- #: ../cerber-scanner.php:87
2212
  msgid "Quarantine"
2213
- msgstr ""
2214
 
2215
- #: ../cerber-scanner.php:3648
2216
  msgid "Started"
2217
- msgstr ""
2218
 
2219
- #: ../cerber-scanner.php:3652
2220
  msgid "Finished"
2221
- msgstr ""
2222
 
2223
- #: ../cerber-scanner.php:3660
2224
  msgid "Performance"
2225
- msgstr ""
2226
 
2227
- #: ../cerber-scanner.php:3672
2228
  msgid "Vulnerabilities"
2229
- msgstr ""
2230
 
2231
- #: ../cerber-scanner.php:3676
2232
  msgid "New files"
2233
- msgstr ""
2234
 
2235
- #: ../cerber-scanner.php:3680
2236
  msgid "Changed files"
2237
- msgstr ""
2238
 
2239
- #: ../cerber-scanner.php:3684
2240
  msgid "Unwanted extensions"
2241
- msgstr ""
2242
 
2243
- #: ../settings.php:509 ../cerber-scanner.php:3688
2244
  msgid "Unattended files"
2245
- msgstr ""
2246
 
2247
- #: ../cerber-scanner.php:3697 ../cerber-scanner.php:5309
2248
  msgid "Scanned"
2249
- msgstr ""
2250
 
2251
- #: ../cerber-scanner.php:5234
2252
  msgid "There are no files in the quarantine at the moment."
2253
- msgstr ""
2254
 
2255
- #: ../cerber-scanner.php:5302
2256
  msgid "Restore"
2257
- msgstr ""
2258
 
2259
- #: ../cerber-scanner.php:5297
2260
  msgid "Delete permanently"
2261
- msgstr ""
2262
 
2263
- #: ../cerber-scanner.php:5310
2264
  msgid "Moved to quarantine"
2265
- msgstr ""
2266
 
2267
- #: ../cerber-scanner.php:5311
2268
  msgid "Automatic deletion"
2269
- msgstr ""
2270
 
2271
- #: ../cerber-scanner.php:5312
2272
  msgid "Size"
2273
- msgstr ""
2274
 
2275
- #: ../cerber-scanner.php:5313
2276
  msgid "File"
2277
- msgstr ""
2278
 
2279
- #: ../cerber-scanner.php:5375
2280
  msgid "The file has been deleted permanently."
2281
- msgstr ""
2282
 
2283
- #: ../cerber-scanner.php:5384
2284
  msgid "The file has been restored to its original location."
2285
- msgstr ""
2286
 
2287
- #: ../dashboard.php:1336
2288
  msgid "Integrity"
2289
- msgstr ""
2290
 
2291
- #: ../common.php:873
2292
  msgid "Attempt to upload malicious file denied"
2293
- msgstr ""
2294
 
2295
- #: ../cerber-news.php:196
2296
  msgid "Awesome!"
2297
- msgstr ""
2298
 
2299
- #: ../settings.php:507
2300
  msgid "Automatic cleanup of malware and suspicious files"
2301
- msgstr ""
2302
 
2303
- #: ../settings.php:516
2304
  msgid "Files in the uploads folder"
2305
- msgstr ""
2306
 
2307
- #: ../settings.php:523
2308
  msgid "Files with unwanted extensions"
2309
- msgstr ""
2310
 
2311
- #: ../settings.php:530
2312
  msgid "Exclusions"
2313
- msgstr ""
2314
 
2315
- #: ../settings.php:531
2316
  msgid "Files in the temporary directory"
2317
- msgstr ""
2318
 
2319
- #: ../settings.php:537
2320
  msgid "Files in the sessions directory"
2321
- msgstr ""
2322
 
2323
- #: ../settings.php:543
2324
  msgid "Files in these directories"
2325
- msgstr ""
2326
 
2327
- #: ../settings.php:549
2328
  msgid "Use absolute paths. One item per line."
2329
- msgstr ""
2330
 
2331
- #: ../settings.php:551
2332
  msgid "Files with these extensions"
2333
- msgstr ""
2334
 
2335
- #: ../settings.php:557
2336
  msgid "Use comma to separate items."
2337
- msgstr ""
2338
 
2339
- #: ../cerber-scanner.php:86
2340
  msgid "Cleaning up"
2341
- msgstr ""
2342
 
2343
- #: ../cerber-scanner.php:1258
2344
  msgid "Malicious code found"
2345
- msgstr ""
2346
 
2347
- #: ../cerber-scanner.php:2512
2348
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2349
- msgstr ""
2350
 
2351
- #: ../cerber-scanner.php:2513
2352
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2353
- msgstr ""
2354
 
2355
- #: ../cerber-scanner.php:2514
2356
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2357
- msgstr ""
2358
 
2359
- #: ../cerber-scanner.php:2518
2360
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2361
- msgstr ""
2362
 
2363
- #: ../cerber-scanner.php:4944
2364
  msgid "Deleted"
2365
- msgstr ""
2366
 
2367
- #: ../cerber-scanner.php:4989
2368
  msgid "Automatically moved to quarantine"
2369
- msgstr ""
2370
 
2371
- #: ../common.php:901
2372
  msgid "Suspicious SQL code detected"
2373
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2374
 
8
  "Language: es\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:498
12
  msgid "Limit login attempts"
13
  msgstr "Límite de intentos de conexión"
14
 
15
+ #: ../settings.php:499
16
  msgid "Attempts"
17
  msgstr "Intentos"
18
 
19
+ #: ../settings.php:505
20
  msgid "Lockout duration"
21
  msgstr "Duración del bloqueo"
22
 
23
+ #: ../settings.php:510 ../settings.php:606
24
  msgid "minutes"
25
  msgstr "minutos"
26
 
27
+ #: ../settings.php:513
28
  msgid "Aggressive lockout"
29
  msgstr "Bloqueo agresivo"
30
 
31
+ #: ../settings.php:532
32
  msgid "Site connection"
33
  msgstr "Conexión web"
34
 
35
+ #: ../settings.php:540
36
  msgid "Proactive security rules"
37
  msgstr "Normas de seguridad proactivas"
38
 
39
+ #: ../settings.php:541
40
  msgid "Block subnet"
41
  msgstr "Bloquear subred"
42
 
43
+ #: ../settings.php:559
44
  msgid "Request wp-login.php"
45
  msgstr "Solicitud wp-login.php"
46
 
47
+ #: ../settings.php:563
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Bloquear IP inmediatamente después de cualquier solicitud a wp-login.php"
50
 
51
+ #: ../settings.php:575
52
  msgid "Custom login page"
53
  msgstr "Página de acceso personalizada"
54
 
55
+ #: ../settings.php:576
56
  msgid "Custom login URL"
57
  msgstr "URL de acceso personalizada"
58
 
59
+ #: ../settings.php:584
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "no debe solaparse con el slug actual de páginas o entradas"
62
 
63
+ #: ../settings.php:586
64
  msgid "Disable wp-login.php"
65
  msgstr "Desactivar wp-login.php"
66
 
67
+ #: ../settings.php:591
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Bloquear el acceso directo a wp-login.php y devolver un error HTTP 404 - No encontrado"
70
 
71
+ #: ../dashboard.php:1534 ../settings.php:594
72
  msgid "Citadel mode"
73
  msgstr "Modo Ciudadela"
74
 
75
+ #: ../settings.php:595
76
  msgid "Threshold"
77
  msgstr "Umbral"
78
 
79
+ #: ../settings.php:601 ../cerber-scanner.php:3669
80
  msgid "Duration"
81
  msgstr "Duración"
82
 
83
+ #: ../dashboard.php:4138 ../cerber-load.php:4542 ../settings.php:526 ../settings.
84
+ #: php:609
85
  msgid "Notifications"
86
  msgstr "Notificaciones"
87
 
88
+ #: ../settings.php:614
89
  msgid "Send notification to admin email"
90
  msgstr "Enviar una notificación al correo del administrador"
91
 
92
+ #: ../dashboard.php:4135 ../cerber-load.php:4539 ../cerber-tools.php:38 ../cerber-
93
+ #: tools.php:47 ../cerber-tools.php:134
94
  msgid "Access Lists"
95
  msgstr "Listas de acceso"
96
 
97
+ #: ../dashboard.php:1568 ../dashboard.php:2130 ../dashboard.php:4132 ../cerber-
98
+ #: load.php:4241 ../settings.php:622
99
  msgid "Activity"
100
  msgstr "Actividad"
101
 
102
+ #: ../dashboard.php:4133
103
  msgid "Lockouts"
104
  msgstr "Bloqueos"
105
 
106
+ #: ../settings.php:1338
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s reintentos admitidos en %s minutos"
109
 
110
+ #: ../settings.php:1364
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Habilitar después de %s intentos de acceso fallidos en los últimos %s minutos"
113
 
114
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3624 ../cerber-
115
+ #: load.php:4250
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3267 ../dashboard.
120
+ #: php:3622
121
  msgid "Date"
122
  msgstr "Fecha"
123
 
124
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3627
125
  msgid "Local User"
126
  msgstr "Usuario local"
127
 
128
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4258
129
  msgid "Username used"
130
  msgstr "Nombre utilizado"
131
 
132
+ #: ../dashboard.php:209
133
  msgid "Showing last %d records from %d"
134
  msgstr "Mostrando los últimos %d registros de %d"
135
 
136
+ #: ../common.php:1130
137
  msgid "Logged in"
138
  msgstr "Sesión iniciada"
139
 
140
+ #: ../common.php:1131
141
  msgid "Logged out"
142
  msgstr "Desconectado"
143
 
144
+ #: ../common.php:1132
145
  msgid "Login failed"
146
  msgstr "Error de inicio de sesión"
147
 
148
+ #: ../common.php:1135
149
  msgid "IP blocked"
150
  msgstr "IP bloqueada"
151
 
152
+ #: ../common.php:1136
153
  msgid "Subnet blocked"
154
  msgstr "Subred bloqueada"
155
 
156
+ #: ../common.php:1138
157
  msgid "Citadel activated!"
158
  msgstr "¡Ciudadela activada!"
159
 
160
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3441 ../common.php:
161
+ #: 1186
162
  msgid "Locked out"
163
  msgstr "Bloqueado"
164
 
165
+ #: ../common.php:1188
166
  msgid "IP blacklisted"
167
  msgstr "IP en la lista negra"
168
 
169
+ #: ../common.php:1153
170
  msgid "Password changed"
171
  msgstr "Contraseña cambiada"
172
 
173
+ #: ../dashboard.php:181 ../dashboard.php:267
174
  msgid "Remove"
175
  msgstr "Eliminar"
176
 
177
+ #: ../dashboard.php:551
178
  msgid "Lockout for %s was removed"
179
  msgstr "Se ha eliminado el bloqueo de %s"
180
 
181
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
+ #: php:1532 ../dashboard.php:3436 ../cerber-load.php:4527
183
  msgid "White IP Access List"
184
  msgstr "Lista de IP's permitidas"
185
 
186
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
+ #: php:1533 ../dashboard.php:3437
188
  msgid "Black IP Access List"
189
  msgstr "Lista Negra de IP's"
190
 
191
+ #: ../dashboard.php:273
192
  msgid "List is empty"
193
  msgstr "La lista está vacía"
194
 
195
+ #: ../dashboard.php:306
196
  msgid "Address %s was added to White IP Access List"
197
  msgstr "Dirección %s añadida a la lista de IP's permitidas"
198
 
199
+ #: ../dashboard.php:328
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "Dirección %s añadida a la lista negra de IPs"
202
 
203
+ #: ../cerber-load.php:3554
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "El Modo Ciudadela se activa después de %d intentos fallidos de inicio de sesión en %d minutos."
206
 
207
+ #: ../dashboard.php:2288 ../dashboard.php:2715
208
  msgid "View Activity"
209
  msgstr "Ver actividad"
210
 
211
+ #: ../dashboard.php:4193 ../dashboard.php:4225 ../cerber-tools.php:37 ../cerber-
212
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
213
  msgid "Settings"
214
  msgstr "Ajustes"
215
 
216
+ #: ../dashboard.php:1395
217
  msgid "Last login"
218
  msgstr "Último acceso"
219
 
220
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1382 ../nexus/cerber-
221
+ #: slave-list.php:294
222
  msgid "Never"
223
  msgstr "Nunca"
224
 
225
+ #: ../dashboard.php:2171 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
  msgid "Are you sure?"
228
  msgstr "¿Estás seguro?"
229
 
230
+ #: ../dashboard.php:1933 ../settings.php:537
231
  msgid "My site is behind a reverse proxy"
232
  msgstr "Mi web está detrás de un proxy inverso"
233
 
234
+ #: ../settings.php:1166
 
 
 
 
 
 
 
 
235
  msgid "Make your protection smarter!"
236
  msgstr "¡Haz que tu protección sea más inteligente!"
237
 
238
+ #: ../settings.php:1170
239
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
  msgstr "Por favor, activa los enlaces permanentes para utilizar esta función. Establece las opciones de enlaces permanentes a algún valor no predeterminado."
241
 
242
+ #: ../dashboard.php:4134 ../cerber-load.php:4537
243
  msgid "Main Settings"
244
  msgstr "Ajustes"
245
 
246
+ #: ../dashboard.php:4357
 
247
  msgid "Help"
248
  msgstr "Ayuda"
249
 
250
+ #: ../settings.php:1348
251
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
  msgstr "Aumentar la duración del bloqueo en %s horas después de %s bloqueos en las últimas %s horas"
253
 
254
+ #: ../cerber-load.php:391
255
  msgid "You are not allowed to log in. Ask your administrator for assistance."
256
  msgstr "No puedes iniciar sesión. Pregunta al administrador para obtener ayuda."
257
 
258
+ #: ../cerber-load.php:416
259
  msgid "You have only one attempt remaining."
260
  msgid_plural "You have %d attempts remaining."
261
  msgstr[0] "Queda solo un intento restante."
262
  msgstr[1] "Quedan %d intentos restantes."
263
 
264
+ #: ../dashboard.php:1032
265
  msgid "No activity has been logged."
266
  msgstr "No hay actividad registrada."
267
 
268
+ #: ../dashboard.php:191
269
  msgid "Expires"
270
  msgstr "Caduca"
271
 
272
+ #: ../dashboard.php:215
273
  msgid "No lockouts at the moment. The sky is clear."
274
  msgstr "No hay bloqueos en este momento. El cielo esta despejado."
275
 
276
+ #: ../dashboard.php:239
277
  msgid "These IPs will never be locked out"
278
  msgstr "Estas IPs nunca se bloquearán"
279
 
280
+ #: ../dashboard.php:248
281
  msgid "Your IP"
282
  msgstr "Tu IP"
283
 
284
+ #: ../cerber-load.php:3555
285
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
  msgstr "El último intento fallido fue el %s desde la IP %s con el nombre de usuario: %s."
287
 
288
+ #: ../cerber-load.php:4505
289
  msgid "Can't activate WP Cerber due to a database error."
290
  msgstr "No se puede activar WP Cerber debido a un error en la base de datos."
291
 
292
+ #: ../settings.php:1355
293
  msgid "Notify admin if the number of active lockouts above"
294
  msgstr "Notificar al administrador si el número de bloqueos activos es superior a"
295
 
296
+ #: ../settings.php:230 ../settings.php:627 ../settings.php:956 ../settings.php:1027
297
  msgid "days"
298
  msgstr "días"
299
 
300
+ #: ../dashboard.php:1485
301
  msgid "Cerber Quick View"
302
  msgstr "Vista Rápida de Cerber"
303
 
304
+ #: ../dashboard.php:211
305
  msgid "Hint"
306
  msgstr "Sugerencia"
307
 
308
+ #: ../dashboard.php:211
309
  msgid "To view activity, click on the IP"
310
  msgstr "Para ver la actividad, haz clic en la IP"
311
 
312
+ #: ../settings.php:545
313
  msgid "Always block entire subnet Class C of intruders IP"
314
  msgstr "Bloquear siempre todas las subredes de clase C de IPs intrusas"
315
 
316
+ #: ../settings.php:619 ../settings.php:1361
317
  msgid "Click to send test"
318
  msgstr "Pulsa para enviar una prueba"
319
 
320
+ #: ../settings.php:1582 ../settings.php:1583
321
  msgid "Attention! You have changed the login URL! The new login URL is"
322
  msgstr "¡Atención! ¡Has cambiado la dirección URL de conexión! La nueva URL de acceso es"
323
 
324
+ #: ../dashboard.php:1394
325
  msgid "Comments"
326
  msgstr "Comentarios"
327
 
328
+ #: ../common.php:1568
329
  msgid "Update to version %s of WP Cerber"
330
  msgstr "Actualizar a la versión %s de WP Cerber"
331
 
332
+ #: ../cerber-load.php:3556 ../cerber-load.php:4282
333
  msgid "View activity in dashboard"
334
  msgstr "Ver actividad en el Dashboard"
335
 
336
+ #: ../cerber-load.php:3585
337
  msgid "Number of active lockouts"
338
  msgstr "Número de bloqueos activos"
339
 
340
+ #: ../cerber-load.php:3589
341
  msgid "View lockouts in dashboard"
342
  msgstr "Ver los bloqueos en el Dashboard"
343
 
344
+ #: ../cerber-load.php:3677
345
  msgid "This message was sent by"
346
  msgstr "Este mensaje fue enviado por"
347
 
348
+ #: ../dashboard.php:76 ../dashboard.php:4257
349
  msgid "Tools"
350
  msgstr "Herramientas"
351
 
352
+ #: ../cerber-tools.php:34
353
  msgid "Export settings to the file"
354
  msgstr "Exportar ajustes al archivo"
355
 
356
+ #: ../cerber-tools.php:35
357
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
358
  msgstr "Al pulsar el botón de abajo obtendrás un archivo de configuración, que luego se puede cargar en otro sitio."
359
 
360
+ #: ../cerber-tools.php:36
361
  msgid "What do you want to export?"
362
  msgstr "¿Qué quieres exportar?"
363
 
364
+ #: ../cerber-tools.php:39
365
  msgid "Download file"
366
  msgstr "Descargar archivo"
367
 
368
+ #: ../cerber-tools.php:41
369
  msgid "Import settings from the file"
370
  msgstr "Importar ajustes desde archivo"
371
 
372
+ #: ../cerber-tools.php:42
373
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
374
  msgstr "Al pulsar el botón de abajo se cargará el archivo y todas las configuraciones existentes dejarán de estar activas."
375
 
376
+ #: ../cerber-tools.php:43
377
  msgid "Select file to import."
378
  msgstr "Seleccionar archivo a importar."
379
 
380
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
  msgid "Maximum upload file size: %s."
382
  msgstr "Tamaño máximo permitido: %s."
383
 
384
+ #: ../cerber-tools.php:46
385
  msgid "What do you want to import?"
386
  msgstr "¿Qué quieres importar?"
387
 
388
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
  msgid "Upload file"
390
  msgstr "Cargar archivo"
391
 
392
+ #: ../cerber-tools.php:97
393
  msgid "No file was uploaded or file is corrupted"
394
  msgstr "Ningún archivo subido ni dañado"
395
 
396
+ #: ../cerber-tools.php:134
397
  msgid "Error while updating"
398
  msgstr "Ha habido un error al actualizar"
399
 
400
+ #: ../cerber-tools.php:140
401
  msgid "Settings has imported successfully from"
402
  msgstr "La configuración se ha importado con éxito desde"
403
 
404
+ #: ../cerber-tools.php:147
405
  msgid "Error while parsing file"
406
  msgstr "Error al analizar el archivo"
407
 
408
+ #: ../dashboard.php:189 ../dashboard.php:1001
409
  msgid "Hostname"
410
  msgstr "Host"
411
 
412
+ #: ../dashboard.php:488
413
  msgid "unknown"
414
  msgstr "desconocido"
415
 
416
+ #: ../settings.php:623 ../settings.php:952
417
  msgid "Keep records for"
418
  msgstr "Mantener un registro de"
419
 
420
+ #: ../dashboard.php:1519 ../dashboard.php:1541
421
  msgid "active"
422
  msgstr "activar"
423
 
424
+ #: ../dashboard.php:1519
425
  msgid "deactivate"
426
  msgstr "desactivar"
427
 
428
+ #: ../dashboard.php:1521
429
  msgid "not active"
430
  msgstr "no activo"
431
 
432
+ #: ../dashboard.php:1522 ../dashboard.php:1536
433
  msgid "disabled"
434
  msgstr "desactivado"
435
 
436
+ #: ../dashboard.php:1527
437
  msgid "failed attempts"
438
  msgstr "intentos fallidos"
439
 
440
+ #: ../dashboard.php:1527 ../dashboard.php:1528
441
  msgid "in 24 hours"
442
  msgstr "en 24 horas"
443
 
444
+ #: ../dashboard.php:1527 ../dashboard.php:1528
445
  msgid "view all"
446
  msgstr "ver todo"
447
 
448
+ #: ../dashboard.php:1528
449
  msgid "lockouts"
450
  msgstr "bloqueos"
451
 
452
+ #: ../dashboard.php:1530
453
  msgid "Lockouts at the moment"
454
  msgstr "Bloqueos en este momento"
455
 
456
+ #: ../dashboard.php:1531
457
  msgid "Last lockout"
458
  msgstr "Último bloqueo"
459
 
460
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2459
461
  msgid "entry"
462
  msgid_plural "entries"
463
  msgstr[0] "entrada"
464
  msgstr[1] "entradas"
465
 
466
+ #: ../dashboard.php:2166
467
  msgid "Confused about some settings?"
468
  msgstr "¿Confundido acerca de algunos ajustes?"
469
 
470
+ #: ../dashboard.php:2167
471
  msgid "You can easily load default recommended settings using button below"
472
  msgstr "Se pueden cargar fácilmente los valores recomendados predeterminados usando el botón de abajo"
473
 
474
+ #: ../dashboard.php:2169
475
  msgid "Load default settings"
476
  msgstr "Cargar ajustes predeterminados"
477
 
478
+ #: ../dashboard.php:2177
479
  msgid "doesn't affect Custom login URL and Access Lists"
480
  msgstr "no afecta a la URL de acceso personalizada ni a las listas de acceso"
481
 
482
+ #: ../common.php:1561 ../settings.php:796
483
  msgid "New version is available"
484
  msgstr "Nueva versión disponible"
485
 
486
+ #: ../cerber-load.php:3528
 
 
 
 
 
487
  msgid "WP Cerber notify"
488
  msgstr "Notificación de WP Cerber"
489
 
490
+ #: ../cerber-load.php:3552
491
  msgid "Citadel mode is activated"
492
  msgstr "El Modo Ciudadela está activado."
493
 
494
+ #: ../cerber-load.php:3624
495
  msgid "New Custom login URL"
496
  msgstr "Nueva URL de acceso personalizada"
497
 
498
+ #: ../cerber-load.php:4492
499
  msgid "The WP Cerber requires PHP %s or higher. You are running"
500
  msgstr "WP Cerber necesita una versión PHP %s o superior. Se está ejecutando actualmente"
501
 
502
+ #: ../cerber-load.php:4496
503
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
  msgstr "WP Cerber requiere la versión de WordPress %s o superior. Se está ejecutando actualmente"
505
 
506
+ #: ../settings.php:645
507
  msgid "Use file"
508
  msgstr "Usar archivo"
509
 
510
+ #: ../settings.php:649
511
  msgid "Write failed login attempts to the file"
512
  msgstr "Registrar los intentos de acceso fallidos en el archivo"
513
 
514
+ #: ../dashboard.php:2287
515
  msgid "Deactivate"
516
  msgstr "Desactivar"
517
 
518
+ #: ../dashboard.php:192 ../cerber-load.php:3587
519
  msgid "Reason"
520
  msgstr "Motivo"
521
 
522
+ #: ../dashboard.php:280
523
  msgid "Add IP to the list"
524
  msgstr "Añadir IP a la lista"
525
 
526
+ #: ../dashboard.php:1261
527
  msgid "Add IP to the Black List"
528
  msgstr "Añadir IP a la lista negra"
529
 
530
+ #: ../common.php:1225
531
  msgid "Attempt to access"
532
  msgstr "Intento de acceso"
533
 
534
+ #: ../common.php:1224
535
  msgid "Limit on login attempts is reached"
536
  msgstr "Se han alcanzado todos los intentos de inicio de sesión"
537
 
538
+ #: ../cerber-load.php:3586
 
 
 
 
539
  msgid "Last lockout was added: %s for IP %s"
540
  msgstr "Último bloqueo añadido: %s para la IP %s"
541
 
542
+ #: ../dashboard.php:4136 ../cerber-load.php:4541
543
  msgid "Hardening"
544
  msgstr "Endurecimiento"
545
 
546
+ #: ../dashboard.php:1236
547
  msgid "Abuse email:"
548
  msgstr "Correo electrónico de abuso:"
549
 
550
+ #: ../settings.php:784 ../settings.php:824 ../settings.php:1089
551
  msgid "Email Address"
552
  msgstr "Dirección de correo electrónico"
553
 
554
+ #: ../settings.php:792
555
  msgid "if empty, the admin email %s will be used"
556
  msgstr "Si está vacío, se utilizará el correo de administrador: %s"
557
 
558
+ #: ../settings.php:653
559
  msgid "Drill down IP"
560
  msgstr "Desglosar IP"
561
 
562
+ #: ../settings.php:657
563
  msgid "Retrieve extra WHOIS information for IP"
564
  msgstr "Conseguir información extra de la IP por WHOIS"
565
 
566
+ #: ../settings.php:677
567
  msgid "Hardening WordPress"
568
  msgstr "Protegiendo WordPress"
569
 
570
+ #: ../settings.php:678 ../settings.php:722
571
  msgid "Stop user enumeration"
572
  msgstr "Impedir la enumeración de usuarios"
573
 
574
+ #: ../settings.php:705
575
  msgid "Disable XML-RPC"
576
  msgstr "Desactivar XML-RPC"
577
 
578
+ #: ../settings.php:710
579
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
580
  msgstr "Bloquear el acceso al servidor XML-RPC (incluyendo pingbacks y trackbacks)"
581
 
582
+ #: ../settings.php:712
583
  msgid "Disable feeds"
584
  msgstr "Desactivar feeds"
585
 
586
+ #: ../settings.php:717
587
  msgid "Block access to the RSS, Atom and RDF feeds"
588
  msgstr "Bloquear el acceso a los feeds de RSS, Atom y RDF"
589
 
590
+ #: ../settings.php:730
591
  msgid "Disable REST API"
592
  msgstr "Desactivar la API REST"
593
 
594
+ #: ../settings.php:1670 ../settings.php:1682 ../settings.php:1805
 
 
 
 
595
  msgid "<strong>ERROR</strong>: please enter a valid email address."
596
  msgstr "<strong>ERROR</strong>: por favor, introduce una dirección de correo electrónico válida."
597
 
598
+ #: ../cerber-load.php:3617 ../cerber-load.php:4526
599
  msgid "WP Cerber is now active and has started protecting your site"
600
  msgstr "WP Cerber está activo actualmente y está protegiendo tu web"
601
 
602
+ #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
603
  msgid "Action"
604
  msgstr "Acción"
605
 
606
+ #: ../dashboard.php:241
607
  msgid "Nobody can log in or register from these IPs"
608
  msgstr "Nadie puede acceder desde estas direcciones IP"
609
 
610
+ #: ../dashboard.php:298 ../dashboard.php:315
611
  msgid "Incorrect IP address or IP range"
612
  msgstr "Dirección o rango de IP incorrecta"
613
 
614
+ #: ../dashboard.php:2303 ../nexus/cerber-nexus-slave.php:450
615
  msgid "Settings saved"
616
  msgstr "Ajustes guardados."
617
 
618
+ #: ../dashboard.php:1241
619
  msgid "Network:"
620
  msgstr "Red:"
621
 
622
+ #: ../dashboard.php:1256
623
  msgid "Add network to the Black List"
624
  msgstr "Añadir red a la Lista Negra"
625
 
626
+ #: ../dashboard.php:2286
627
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
628
  msgstr "¡Atención! El Modo Ciudadela se ha activado. Ahora nadie puede iniciar sesión."
629
 
630
+ #: ../dashboard.php:415 ../dashboard.php:3365 ../whois.php:222 ../whois.php:253 ..
631
+ #: /common.php:1242 ../common.php:1656 ../nexus/cerber-slave-list.php:280
632
  msgid "Unknown"
633
  msgstr "Desconocido"
634
 
637
  msgid "Gregory"
638
  msgstr "Gregory"
639
 
640
+ #: ../common.php:308 ../common.php:380 ../common.php:385 ../common.php:391 ..
641
+ #: /common.php:396 ../cerber-load.php:699 ../cerber-load.php:711 ../cerber-load.
642
+ #: php:718 ../cerber-load.php:1032 ../cerber-load.php:1301 ../cerber-load.php:
643
+ #: 1307 ../cerber-load.php:1312 ../cerber-load.php:1317 ../cerber-load.php:1323 ..
644
+ #: /cerber-load.php:1330 ../cerber-load.php:1432 ../cerber-load.php:1569 ..
645
+ #: /settings.php:1561 ../settings.php:1646 ../nexus/cerber-nexus-slave.php:222 ..
646
+ #: /nexus/cerber-nexus-slave.php:233
647
  msgid "ERROR:"
648
  msgstr "ERROR:"
649
 
650
+ #: ../cerber-load.php:728
651
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
652
  msgstr "La verificación humana ha fallado. Por favor, pulsa en la casilla cuadrada del siguiente bloque reCAPTCHA."
653
 
654
+ #: ../cerber-load.php:1044
655
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
656
  msgstr "<strong>ERROR</strong>: La contraseña introducida para el nombre de usuario %s es incorrecta."
657
 
658
+ #: ../cerber-load.php:1318
659
  msgid "Username is not allowed. Please choose another one."
660
  msgstr "Nombre de usuario no permitido. Por favor, elige otro."
661
 
662
+ #: ../cerber-load.php:3580
663
  msgid "unspecified"
664
  msgstr "no especificado"
665
 
666
+ #: ../cerber-load.php:3583
667
  msgid "Number of lockouts is increasing"
668
  msgstr "El número de bloqueos está aumentando"
669
 
670
+ #: ../cerber-load.php:3588
671
  msgid "View activity for this IP"
672
  msgstr "Ver actividad de esta IP"
673
 
674
+ #: ../cerber-load.php:3592 ../cerber-load.php:3594
675
  msgid "A new version of WP Cerber is available to install"
676
  msgstr "Una nueva versión de WP Cerber está disponible"
677
 
678
+ #: ../cerber-load.php:3593
679
  msgid "Hi!"
680
  msgstr "¡Hola!"
681
 
682
+ #: ../cerber-load.php:3596 ../cerber-load.php:3607 ../nexus/cerber-slave-list.php:
683
+ #: 45
684
  msgid "Website"
685
  msgstr "Web"
686
 
687
+ #: ../cerber-load.php:3599 ../cerber-load.php:3600
688
  msgid "The WP Cerber security plugin has been deactivated"
689
  msgstr "El plugin WP Cerber ha sido desactivado"
690
 
691
+ #: ../cerber-load.php:3602
692
  msgid "Not logged in"
693
  msgstr "No conectado"
694
 
695
+ #: ../cerber-load.php:3608
696
  msgid "By user"
697
  msgstr "Por usuario"
698
 
699
+ #: ../cerber-load.php:3609
700
  msgid "From IP address"
701
  msgstr "De la dirección IP"
702
 
703
+ #: ../cerber-load.php:3612
704
  msgid "From country"
705
  msgstr "Del país"
706
 
707
+ #: ../cerber-load.php:3616
708
  msgid "The WP Cerber security plugin is now active"
709
  msgstr "El plugin WP Cerber ha sido activado"
710
 
711
+ #: ../cerber-load.php:4527
712
  msgid "Your IP address is added to the"
713
  msgstr "Tu dirección IP se ha añadido a la"
714
 
715
+ #: ../cerber-load.php:4543
716
  msgid "Import settings"
717
  msgstr "Importar ajustes"
718
 
719
+ #: ../settings.php:795
720
  msgid "Notification limit"
721
  msgstr "Límite de notificaciones"
722
 
723
+ #: ../settings.php:795
724
  msgid "notification letters allowed per hour (0 means unlimited)"
725
  msgstr "notificaciones permitidas por hora (0 significa ilimitadas)"
726
 
727
+ #: ../settings.php:111
728
  msgid "User related settings"
729
  msgstr "Ajustes de usuario"
730
 
731
+ #: ../settings.php:153
732
  msgid "Prohibited usernames"
733
  msgstr "Nombres de usuario prohibidos"
734
 
735
+ #: ../settings.php:154
736
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
737
  msgstr "Los nombres de usuario de esta lista no pueden iniciar una sesión o registrarse. Toda dirección IP que intente usar cualquiera de estos nombres de usuario será bloqueada inmediatamente. Usa comas para separar los nombres de usuario."
738
 
739
+ #: ../settings.php:161
740
  msgid "User session expire"
741
  msgstr "Las sesiones de usuario caducan"
742
 
743
+ #: ../settings.php:162
744
  msgid "in minutes (leave empty to use default WP value)"
745
  msgstr "en minutos (dejar vacío para usar el valor de WP predeterminado)"
746
 
747
+ #: ../settings.php:237
748
  msgid "reCAPTCHA settings"
749
  msgstr "Ajustes de reCAPTCHA"
750
 
751
+ #: ../settings.php:240
752
  msgid "Site key"
753
  msgstr "Clave del sitio"
754
 
755
+ #: ../settings.php:244
756
  msgid "Secret key"
757
  msgstr "Clave secreta"
758
 
759
+ #: ../settings.php:254
760
  msgid "Enable reCAPTCHA for WordPress registration form"
761
  msgstr "Habilitar reCAPTCHA para el formulario de registro de WordPress"
762
 
763
+ #: ../settings.php:263
764
  msgid "Lost password form"
765
  msgstr "Formulario de recuperación de contraseña"
766
 
767
+ #: ../settings.php:273
768
  msgid "Login form"
769
  msgstr "Formulario de inicio de sesión"
770
 
771
+ #: ../settings.php:274
772
  msgid "Enable reCAPTCHA for WordPress login form"
773
  msgstr "Habilitar reCAPTCHA para el formulario de acceso WordPress"
774
 
775
+ #: ../settings.php:1184
776
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
777
  msgstr "Para poder usar reCAPTCHA, antes tienes que obtener una clave de sitio y una clave secreta en la web de Google"
778
 
779
+ #: ../cerber-lab.php:779 ../settings.php:1185 ../settings.php:1188
780
  msgid "Know more"
781
  msgstr "(Más información)"
782
 
783
+ #: ../dashboard.php:4137
 
 
 
 
784
  msgid "Users"
785
  msgstr "Usuarios"
786
 
787
+ #: ../common.php:1128
788
  msgid "User created"
789
  msgstr "Usuario creado"
790
 
791
+ #: ../dashboard.php:2123 ../common.php:1129
792
  msgid "User registered"
793
  msgstr "Usuario registrado"
794
 
795
+ #: ../common.php:1156
796
  msgid "reCAPTCHA verification failed"
797
  msgstr "Fallo de verificación reCAPTCHA"
798
 
799
+ #: ../common.php:1157
800
  msgid "reCAPTCHA settings are incorrect"
801
  msgstr "Los ajustes reCAPTCHA son incorrectos"
802
 
803
+ #: ../common.php:1160 ../common.php:1246
804
  msgid "Attempt to access prohibited URL"
805
  msgstr "Intento de acceso a URL prohibida"
806
 
807
+ #: ../common.php:1162 ../common.php:1227
808
  msgid "Attempt to log in with prohibited username"
809
  msgstr "Intento de acceso con nombre de usuario prohibido"
810
 
811
+ #: ../settings.php:630
812
  msgid "Cerber Lab connection"
813
  msgstr "Conexión WP Cerber"
814
 
815
+ #: ../settings.php:634
816
  msgid "Send malicious IP addresses to the Cerber Lab"
817
  msgstr "Enviar direcciones IP maliciosas al Laboratorio de Cerber"
818
 
819
+ #: ../settings.php:636
820
  msgid "Cerber Lab protocol"
821
  msgstr "Protocolo WP Cerber"
822
 
823
+ #: ../settings.php:185 ../settings.php:253
824
  msgid "Registration form"
825
  msgstr "Formulario de registro"
826
 
827
+ #: ../settings.php:259
828
  msgid "Enable reCAPTCHA for WooCommerce registration form"
829
  msgstr "Habilitar reCAPTCHA para el formulario de registro WooCommerce"
830
 
831
+ #: ../settings.php:264
832
  msgid "Enable reCAPTCHA for WordPress lost password form"
833
  msgstr "Habilitar reCAPTCHA para formulario WordPress de recuperación de contraseña"
834
 
835
+ #: ../settings.php:269
836
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
837
  msgstr "Habilitar reCAPTCHA para formulario WooCommerce de recuperación de contraseña"
838
 
839
+ #: ../settings.php:279
840
  msgid "Enable reCAPTCHA for WooCommerce login form"
841
  msgstr "Habilitar reCAPTCHA para el formulario de acceso a WooCommerce"
842
 
843
+ #: ../common.php:1158
844
  msgid "Request to the Google reCAPTCHA service failed"
845
  msgstr "Error solicitando el servicio reCAPTCHA de Google"
846
 
847
+ #: ../dashboard.php:2115 ../dashboard.php:2141
848
  msgid "View all"
849
  msgstr "Ver todo"
850
 
851
+ #: ../dashboard.php:2142
852
  msgid "Recently locked out IP addresses"
853
  msgstr "Direcciones IP recientemente bloqueadas"
854
 
855
+ #: ../cerber-lab.php:777
856
  msgid "OK, nail them all"
857
  msgstr "OK, eliminarlos todos"
858
 
859
+ #: ../cerber-lab.php:778
860
  msgid "NO, maybe later"
861
  msgstr "NO, tal vez más tarde"
862
 
863
+ #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2477 ../dashboard.
864
+ #: php:4131
865
  msgid "Dashboard"
866
  msgstr "Dashboard"
867
 
868
+ #: ../cerber-lab.php:775
869
  msgid "Want to make WP Cerber even more powerful?"
870
  msgstr "¿Quieres hacer tu WP Cerber aun más potente?"
871
 
872
+ #: ../cerber-lab.php:776
873
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
874
  msgstr "Dejar a WP Cerber enviar direcciones IP maliciosas bloqueadas al laboratorio Cerber. Esto ayuda a que el equipo del plugin desarrolle nuevos algoritmos para WP Cerber y ayude a defender WordPress de las nuevas amenazas y botnets que aparecen día tras día. Puedes desactivar el envío de datos en cualquier momento en la configuración del plugin."
875
 
876
+ #: ../dashboard.php:778 ../dashboard.php:3266
877
  msgid "IP address"
878
  msgstr "Dirección IP"
879
 
880
+ #: ../dashboard.php:783
881
  msgid "User login"
882
  msgstr "Acceso de Usuario"
883
 
884
+ #: ../dashboard.php:784 ../dashboard.php:3272
885
  msgid "User ID"
886
  msgstr "ID de usuario"
887
 
888
+ #: ../dashboard.php:1028 ../dashboard.php:3686
889
  msgid "Export"
890
  msgstr "Exportar"
891
 
892
+ #: ../dashboard.php:1050
893
  msgid "Search for IP or username"
894
  msgstr "Buscar IP o nombre de usuario"
895
 
896
+ #: ../dashboard.php:1051
897
  msgid "Filter"
898
  msgstr "Filtrar"
899
 
900
+ #: ../dashboard.php:55
901
  msgid "Cerber Dashboard"
902
  msgstr "Panel de Control"
903
 
904
+ #: ../dashboard.php:76
905
  msgid "Cerber tools"
906
  msgstr "Herramientas Cerber"
907
 
908
+ #: ../dashboard.php:2374
909
  msgid "Subscribe"
910
  msgstr "Suscribirse"
911
 
912
+ #: ../dashboard.php:2375 ../cerber-tools.php:228
913
  msgid "Unsubscribe"
914
  msgstr "Cancelar Subscripción"
915
 
916
+ #: ../dashboard.php:2403
917
  msgid "You've subscribed"
918
  msgstr "Te has suscrito"
919
 
920
+ #: ../dashboard.php:2407
921
  msgid "You've unsubscribed"
922
  msgstr "Has cancelado tu suscripción"
923
 
924
+ #: ../cerber-load.php:3628 ../cerber-load.php:3629
925
  msgid "A new activity has been recorded"
926
  msgstr "Una nueva actividad ha sido registrada"
927
 
928
+ #: ../cerber-load.php:4254
929
  msgid "User"
930
  msgstr "Usuario"
931
 
932
+ #: ../cerber-load.php:4262
933
  msgid "Search string"
934
  msgstr "Cadena de búsqueda"
935
 
936
+ #: ../cerber-load.php:4283
937
  msgid "To unsubscribe click here"
938
  msgstr "Para anular la suscripción, pulsar aquí"
939
 
940
+ #: ../settings.php:652
941
  msgid "Preferences"
942
  msgstr "Preferencias"
943
 
944
+ #: ../settings.php:659
945
  msgid "Date format"
946
  msgstr "Formato de fecha"
947
 
948
+ #: ../settings.php:664
949
  msgid "if empty, the default format %s will be used"
950
  msgstr "Si está vacío, se utilizará el formato por defecto %s"
951
 
952
+ #: ../settings.php:801
953
  msgid "Push notifications"
954
  msgstr "Notificaciones"
955
 
956
+ #: ../settings.php:781
957
  msgid "Email notifications"
958
  msgstr "Notificaciones por correo"
959
 
960
+ #: ../settings.php:788 ../settings.php:829 ../settings.php:915 ../settings.php:1093
961
  msgid "Use comma to specify multiple values"
962
  msgstr "Separa con comas los distintos valores"
963
 
964
+ #: ../settings.php:809
965
  msgid "All connected devices"
966
  msgstr "Todos los dispositivos conectados"
967
 
968
+ #: ../settings.php:812
969
  msgid "No devices found"
970
  msgstr "No se encontraron dispositivos"
971
 
972
+ #: ../settings.php:816
973
  msgid "Not available"
974
  msgstr "No disponible"
975
 
976
+ #: ../common.php:1154
977
  msgid "Password reset requested"
978
  msgstr "Se ha solicitado una recuperación de contraseña"
979
 
980
+ #: ../common.php:1228
981
  msgid "Limit on failed reCAPTCHA verifications is reached"
982
  msgstr "Se ha alcanzado el límite de verificaciones reCAPTCHA permitidas"
983
 
984
+ #: ../common.php:1377
985
  msgid "%s ago"
986
  msgstr "hace %s"
987
 
988
+ #: ../settings.php:524
989
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
990
  msgstr "Aplicar reglas de inicio de sesión limitadas a las direcciones IPs en la lista IP's permitidas"
991
 
992
+ #: ../settings.php:565
993
  msgid "Display 404 page"
994
  msgstr "Mostrar página error 404"
995
 
996
+ #: ../settings.php:248
997
  msgid "Invisible reCAPTCHA"
998
  msgstr "ReCAPTCHA invisible"
999
 
1000
+ #: ../settings.php:249
1001
  msgid "Enable invisible reCAPTCHA"
1002
  msgstr "Habilitar reCAPTCHA invisible"
1003
 
1004
+ #: ../settings.php:249
1005
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1006
  msgstr "(no habilitar a menos que se obtenga e introduzca el Sitio y las Claves secretas para la versión invisible)"
1007
 
1008
+ #: ../settings.php:284
1009
  msgid "Enable reCAPTCHA for WordPress comment form"
1010
  msgstr "Habilitar reCAPTCHA para el formulario de comentarios de WordPress"
1011
 
1012
+ #: ../settings.php:289
1013
  msgid "Disable reCAPTCHA for logged in users"
1014
  msgstr "Desactivar la verificación reCaptcha a usuarios conectados"
1015
 
1016
+ #: ../settings.php:293
1017
  msgid "Limit attempts"
1018
  msgstr "Límite de intentos"
1019
 
1020
+ #: ../settings.php:294
1021
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1022
  msgstr "Bloquear dirección IP durante %s minutos después de %s intentos fallidos en %s minutos"
1023
 
1024
+ #: ../settings.php:1177
1025
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1026
  msgstr "Durante el modo Ciudadela, nadie puede iniciar sesión, a excepción de las IPs de la lista de IP's permitidas. Las sesiones de usuario activas no se verán afectadas."
1027
 
1028
+ #: ../dashboard.php:780 ../dashboard.php:1004
1029
  msgid "Event"
1030
  msgstr "Evento"
1031
 
1032
+ #: ../common.php:251
1033
  msgid "Spam comments denied"
1034
  msgstr "Comentarios spam denegados"
1035
 
1036
+ #: ../common.php:253
1037
  msgid "Malicious IP addresses detected"
1038
  msgstr "Direcciones IP maliciosas detectadas"
1039
 
1040
+ #: ../common.php:254
1041
  msgid "Lockouts occurred"
1042
  msgstr "Bloqueos realizados"
1043
 
1044
+ #: ../dashboard.php:2124
1045
  msgid "All suspicious activity"
1046
  msgstr "Todas las actividades sospechosas"
1047
 
1048
+ #: ../cerber-load.php:1302 ../cerber-load.php:1308 ../cerber-load.php:1324 ..
1049
+ #: /cerber-load.php:1331
1050
  msgid "You are not allowed to register."
1051
  msgstr "No tienes acceso al registro."
1052
 
1053
+ #: ../common.php:1139
1054
  msgid "Spam comment denied"
1055
  msgstr "Comentario spam denegado"
1056
 
1057
+ #: ../common.php:1164
1058
  msgid "Attempt to log in denied"
1059
  msgstr "Intento de inicio de sesión denegado"
1060
 
1061
+ #: ../common.php:1165
1062
  msgid "Attempt to register denied"
1063
  msgstr "Intento de registro denegado"
1064
 
1065
+ #: ../common.php:248
1066
  msgid "Malicious activities mitigated"
1067
  msgstr "Actividades maliciosas mitigadas"
1068
 
1069
+ #: ../dashboard.php:69
1070
  msgid "Cerber antispam settings"
1071
  msgstr "Configuración de Cerber Antispam"
1072
 
1073
+ #: ../dashboard.php:69 ../cerber-load.php:4540 ../settings.php:283
1074
  msgid "Antispam"
1075
  msgstr "Antispam"
1076
 
1077
+ #: ../settings.php:177
1078
  msgid "Cerber antispam engine"
1079
  msgstr "Control antispam de Cerber"
1080
 
1081
+ #: ../settings.php:180
1082
  msgid "Comment form"
1083
  msgstr "Formulario de comentarios"
1084
 
1085
+ #: ../settings.php:181
1086
  msgid "Protect comment form with bot detection engine"
1087
  msgstr "Proteger los comentarios de bots automáticos"
1088
 
1089
+ #: ../settings.php:186
1090
  msgid "Protect registration form with bot detection engine"
1091
  msgstr "Proteger el formulario de registro de bots automáticos"
1092
 
1093
+ #: ../dashboard.php:4259
1094
  msgid "Export & Import"
1095
  msgstr "Exportar / Importar"
1096
 
1097
+ #: ../dashboard.php:4260
1098
  msgid "Diagnostic"
1099
  msgstr "Diagnóstico"
1100
 
1101
+ #: ../dashboard.php:4263
1102
  msgid "License"
1103
  msgstr "Licencia"
1104
 
1105
+ #: ../dashboard.php:4170
1106
  msgid "Antispam and bot detection settings"
1107
  msgstr "Antispam y ajustes de detección de bots"
1108
 
1109
+ #: ../cerber-load.php:1569
1110
  msgid "Sorry, human verification failed."
1111
  msgstr "Lo sentimos, no pudimos asegurar que eres un humano."
1112
 
1113
+ #: ../common.php:1229
1114
  msgid "Bot activity is detected"
1115
  msgstr "Se ha detectado el uso de bots"
1116
 
1117
+ #: ../settings.php:219
1118
  msgid "Comment processing"
1119
  msgstr "Procesamiento de comentarios"
1120
 
1121
+ #: ../settings.php:222
1122
  msgid "If a spam comment detected"
1123
  msgstr "Si se ha detectado spam"
1124
 
1125
+ #: ../settings.php:227
1126
  msgid "Trash spam comments"
1127
  msgstr "Papelera de spam "
1128
 
1129
+ #: ../settings.php:229
1130
  msgid "Move spam comments to trash after"
1131
  msgstr "Trasladar comentarios spam a la papelera después de "
1132
 
1133
+ #: ../common.php:1140
1134
  msgid "Spam form submission denied"
1135
  msgstr "Formulario de spam denegado"
1136
 
1137
+ #: ../settings.php:190
1138
  msgid "Other forms"
1139
  msgstr "Otros formularios"
1140
 
1141
+ #: ../settings.php:191
1142
  msgid "Protect all forms on the website with bot detection engine"
1143
  msgstr "Proteger todos los formularios del sitio web con el motor de detección de bots"
1144
 
1145
+ #: ../settings.php:197
1146
  msgid "Adjust antispam engine"
1147
  msgstr "Ajustar el motor antispam"
1148
 
1149
+ #: ../settings.php:200
1150
  msgid "Safe mode"
1151
  msgstr "Modo Seguro"
1152
 
1153
+ #: ../settings.php:201
1154
  msgid "Use less restrictive policies (allow AJAX)"
1155
  msgstr "Utilizar políticas menos restrictivas (permitir AJAX)"
1156
 
1157
+ #: ../dashboard.php:3655 ../settings.php:205 ../settings.php:737
1158
  msgid "Logged in users"
1159
  msgstr "Usuarios conectados"
1160
 
1161
+ #: ../settings.php:206
1162
  msgid "Disable bot detection engine for logged in users"
1163
  msgstr "Deshabilitar motor de detección de bot para usuarios conectados"
1164
 
1165
+ #: ../dashboard.php:190 ../dashboard.php:1002
1166
  msgid "Country"
1167
  msgstr "País"
1168
 
1169
+ #: ../dashboard.php:1039
1170
  msgid "All events"
1171
  msgstr "Todos los eventos"
1172
 
1173
+ #: ../dashboard.php:61
1174
  msgid "Cerber Security Rules"
1175
  msgstr "Reglas de Seguridad Cerber"
1176
 
1177
+ #: ../dashboard.php:61 ../dashboard.php:4207
1178
  msgid "Security Rules"
1179
  msgstr "Normas de Seguridad"
1180
 
1181
+ #: ../dashboard.php:1396
1182
  msgid "Failed login attempts"
1183
  msgstr "Intentos de inicio de sesión fallidos"
1184
 
1185
+ #: ../dashboard.php:1353 ../dashboard.php:1397
1186
  msgid "Registered"
1187
  msgstr "Registrado"
1188
 
1189
+ #: ../dashboard.php:1467 ../cerber-users.php:25
1190
  msgid "You"
1191
  msgstr "Tú"
1192
 
1193
+ #: ../common.php:252
1194
  msgid "Spam form submissions denied"
1195
  msgstr "Envíos de formularios spam denegados"
1196
 
1197
+ #: ../dashboard.php:2178 ../cerber-load.php:3619 ../cerber-load.php:4529
1198
  msgid "Getting Started Guide"
1199
  msgstr "Guía de Introducción"
1200
 
1201
+ #: ../dashboard.php:4209
1202
  msgid "Countries"
1203
  msgstr "Países"
1204
 
1205
+ #: ../dashboard.php:2978
1206
  msgid "Permitted for one country"
1207
  msgid_plural "Permitted for %d countries"
1208
  msgstr[0] "Permitido para un país"
1209
  msgstr[1] "Permitido para %d países"
1210
 
1211
+ #: ../dashboard.php:2989
1212
  msgid "No rule"
1213
  msgstr "Ninguna regla"
1214
 
1215
+ #: ../dashboard.php:3200
1216
  msgid "Security rules have been updated"
1217
  msgstr "La configuración de seguridad se ha actualizado"
1218
 
1221
  msgid "https://wpcerber.com"
1222
  msgstr "https://wpcerber.com"
1223
 
1224
+ #: ../common.php:1141
1225
  msgid "Form submission denied"
1226
  msgstr "Se ha denegado la subida del formulario"
1227
 
1228
+ #: ../common.php:1142
1229
  msgid "Comment denied"
1230
  msgstr "Comentario denegado"
1231
 
1232
+ #: ../common.php:1170
1233
  msgid "Request to REST API denied"
1234
  msgstr "Petición de uso de la API REST denegada"
1235
 
1236
+ #: ../common.php:1171
1237
  msgid "XML-RPC request denied"
1238
  msgstr "Petición de uso de XML-RPC denegada"
1239
 
1240
+ #: ../common.php:1184
1241
  msgid "Bot detected"
1242
  msgstr "Bot detectado"
1243
 
1244
+ #: ../common.php:1185
1245
  msgid "Citadel mode is active"
1246
  msgstr "El modo Ciudadela está activo"
1247
 
1248
+ #: ../common.php:1190
1249
  msgid "Malicious activity detected"
1250
  msgstr "Se ha detectado actividad maliciosa"
1251
 
1252
+ #: ../common.php:1191
1253
  msgid "Blocked by country rule"
1254
  msgstr "Bloqueado por norma del país"
1255
 
1256
+ #: ../common.php:1192
1257
  msgid "Limit reached"
1258
  msgstr "Se ha alcanzado el límite"
1259
 
1260
+ #: ../common.php:1193
1261
  msgid "Multiple suspicious activities"
1262
  msgstr "Multiples actividades sospechosas"
1263
 
1264
+ #: ../common.php:1230
1265
  msgid "Multiple suspicious activities were detected"
1266
  msgstr "Se detectaron multiples actividades sospechosas"
1267
 
1268
+ #: ../settings.php:742
 
 
 
 
 
 
 
 
1269
  msgid "Allow REST API for logged in users"
1270
  msgstr "Permitir API REST para usuarios que inician sesión"
1271
 
1272
+ #: ../settings.php:757
1273
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1274
  msgstr "Especificar espacios de nombres de la API REST para ser permitido si se desactiva la API REST. Una cadena por línea."
1275
 
1276
+ #: ../settings.php:147
1277
  msgid "Registration limit"
1278
  msgstr "Límite de registro"
1279
 
1280
+ #: ../settings.php:168
1281
  msgid "Sort users in dashboard"
1282
  msgstr "Ordenar usuarios en el Dashboard"
1283
 
1284
+ #: ../settings.php:169
1285
  msgid "by date of registration"
1286
  msgstr "por fecha de registro"
1287
 
1288
+ #: ../settings.php:210
1289
  msgid "Query whitelist"
1290
  msgstr "Whitelist de consultas"
1291
 
1292
+ #: ../settings.php:1343
1293
  msgid "%s allowed registrations in %s minutes from one IP"
1294
  msgstr "%s registros permitidos en %s minutos desde una IP"
1295
 
1296
+ #: ../dashboard.php:3046
1297
  msgid "Start typing here to find a country"
1298
  msgstr "Escribe aquí para encontrar un país"
1299
 
1300
+ #: ../dashboard.php:3126
1301
  msgid "Click on a country name to add it to the list of selected countries"
1302
  msgstr "Haz click en el nombre del país para añadirlo a la lista de países seleccionados"
1303
 
1304
+ #: ../dashboard.php:3147
1305
  msgid "Submit forms"
1306
  msgstr "Enviar formularios"
1307
 
1308
+ #: ../dashboard.php:3148
1309
  msgid "Post comments"
1310
  msgstr "Publicar un comentario"
1311
 
1312
+ #: ../dashboard.php:3149
1313
  msgid "Log in to the website"
1314
  msgstr "Inicia sesión en la página"
1315
 
1316
+ #: ../dashboard.php:3150
1317
  msgid "Register on the website"
1318
  msgstr "Regístrate en la página"
1319
 
1320
+ #: ../dashboard.php:3151
1321
  msgid "Use XML-RPC"
1322
  msgstr "Usar XML-RPC"
1323
 
1324
+ #: ../dashboard.php:3152
1325
  msgid "Use REST API"
1326
  msgstr "Usar la API REST"
1327
 
1328
+ #: ../settings.php:224
1329
  msgid "Deny it completely"
1330
  msgstr "Denegarlo completamente"
1331
 
1332
+ #: ../settings.php:224
1333
  msgid "Mark it as spam"
1334
  msgstr "Marcar como spam"
1335
 
1336
+ #: ../dashboard.php:2109
1337
  msgid "in the last 24 hours"
1338
  msgstr "en las últimas 24 horas"
1339
 
1340
+ #: ../dashboard.php:2478
1341
  msgid "Main settings"
1342
  msgstr "Ajustes"
1343
 
1344
+ #: ../settings.php:821
1345
  msgid "Weekly reports"
1346
  msgstr "Informes semanales"
1347
 
1348
+ #: ../settings.php:1515
1349
  msgid "Sunday"
1350
  msgstr "Domingo"
1351
 
1352
+ #: ../settings.php:1516
1353
  msgid "Monday"
1354
  msgstr "Lunes"
1355
 
1356
+ #: ../settings.php:1517
1357
  msgid "Tuesday"
1358
  msgstr "Martes"
1359
 
1360
+ #: ../settings.php:1518
1361
  msgid "Wednesday"
1362
  msgstr "Miércoles"
1363
 
1364
+ #: ../settings.php:1519
1365
  msgid "Thursday"
1366
  msgstr "Jueves"
1367
 
1368
+ #: ../settings.php:1520
1369
  msgid "Friday"
1370
  msgstr "Viernes"
1371
 
1372
+ #: ../settings.php:1521
1373
  msgid "Saturday"
1374
  msgstr "Sábado"
1375
 
1376
+ #: ../settings.php:1584 ../settings.php:1585
1377
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1378
  msgstr "Si utilizas un plugin de \"caching\", tendrás que añadir la nueva URL de inicio de sesión la lista de páginas, no a la caché."
1379
 
1380
+ #: ../cerber-load.php:3634
1381
  msgid "Weekly report"
1382
  msgstr "Informe semanal"
1383
 
1384
+ #: ../cerber-load.php:3637 ../cerber-load.php:3647
1385
  msgid "To change reporting settings visit"
1386
  msgstr "Para cambiar la configuración de los informes, visita"
1387
 
1388
+ #: ../cerber-load.php:3670
1389
  msgid "Your login page:"
1390
  msgstr "Tu página de inicio:"
1391
 
1392
+ #: ../cerber-load.php:3674
1393
  msgid "Your license is valid until"
1394
  msgstr "Tu licencia es válida hasta"
1395
 
1396
+ #: ../cerber-load.php:3780
1397
  msgid "Activity details"
1398
  msgstr "Detalles de la actividad"
1399
 
1400
+ #: ../settings.php:1551
1401
  msgid "Click to send now"
1402
  msgstr "Pulsa para enviar ahora"
1403
 
1404
+ #: ../cerber-load.php:857
1405
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1406
  msgstr "> > > Eres uno de los traductores de WP Cerber? Puedes conseguir una licencia PRO gratis en: https://wpcerber.com/contact/"
1407
 
1408
+ #: ../dashboard.php:559
1409
  msgid "Email has been sent to"
1410
  msgstr "Se ha enviado el email a"
1411
 
1412
+ #: ../dashboard.php:562
1413
  msgid "Unable to send email to"
1414
  msgstr "No se ha podido enviar el email a"
1415
 
1416
+ #: ../dashboard.php:2981
1417
  msgid "Not permitted for one country"
1418
  msgid_plural "Not permitted for %d countries"
1419
  msgstr[0] "No permitido para un país"
1420
  msgstr[1] "No permitido para %d países"
1421
 
1422
+ #: ../dashboard.php:3130
1423
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1424
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1425
  msgstr "Solo los países seleccionados pueden %s, los otros no."
1426
 
1427
+ #: ../dashboard.php:3133
1428
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1429
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1430
  msgstr "Los países seleccionados no pueden %s, los demás sí."
1431
 
1432
+ #: ../cerber-load.php:3768
1433
  msgid "Weekly Report"
1434
  msgstr "Informe semanal"
1435
 
1436
+ #: ../settings.php:570
1437
  msgid "Use 404 template from the active theme"
1438
  msgstr "Usar la plantilla de página 404 del tema activo"
1439
 
1440
+ #: ../settings.php:571
1441
  msgid "Display simple 404 page"
1442
  msgstr "Mostrar una página de error 404 simple"
1443
 
1444
+ #: ../settings.php:211
1445
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1446
  msgstr "Introduce las partes de la Query String o directorios que quieras excluir de la inspección del motor. Uno por línea"
1447
 
1448
+ #: ../settings.php:833 ../settings.php:1097
1449
  msgid "if empty, email from notification settings will be used"
1450
  msgstr "si está vacío, se usará el email introducido en los ajustes de notificaciones"
1451
 
1452
+ #: ../settings.php:822
1453
  msgid "Enable reporting"
1454
  msgstr "Habilitar informes"
1455
 
1456
+ #: ../cerber-load.php:3698
1457
  msgid "Your last sign-in was %s from %s"
1458
  msgstr "Tu último inicio de sesión fue el %s, desde %s"
1459
 
1460
+ #: ../dashboard.php:279
 
 
 
 
1461
  msgid "IP address, IPv4 address range or subnet"
1462
  msgstr "Dirección IP, Rango de IPv4 o subred"
1463
 
1464
+ #: ../dashboard.php:281
1465
  msgid "Optional comment for this entry"
1466
  msgstr "Comentario opcional"
1467
 
1468
+ #: ../dashboard.php:320
1469
  msgid "You cannot add your IP address or network"
1470
  msgstr "No puedes añadir tu propia red o dirección IP "
1471
 
1472
+ #: ../settings.php:154
1473
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1474
  msgstr "Para especificar un patrón REGEX, envuelve el patrón entre dos / barras */."
1475
 
1476
+ #: ../dashboard.php:57
1477
  msgid "Cerber Traffic Inspector"
1478
  msgstr "Inspector de Tráfico Cerber"
1479
 
1480
+ #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4190
1481
  msgid "Traffic Inspector"
1482
  msgstr "Inspector de tráfico"
1483
 
1484
+ #: ../dashboard.php:1569
1485
  msgid "Traffic"
1486
  msgstr "Tráfico"
1487
 
1488
+ #: ../dashboard.php:3623
 
 
 
 
1489
  msgid "Request"
1490
  msgstr "Solicitud"
1491
 
1492
+ #: ../dashboard.php:3625
1493
  msgid "Host Info"
1494
  msgstr "Información del Host"
1495
 
1496
+ #: ../dashboard.php:3626
1497
  msgid "User Agent"
1498
  msgstr "Navegador"
1499
 
1500
+ #: ../dashboard.php:3651
1501
  msgid "All requests"
1502
  msgstr "Todas las peticiones"
1503
 
1504
+ #: ../dashboard.php:3656
1505
  msgid "Not logged in visitors"
1506
  msgstr "Visitantes que no han iniciado sesión"
1507
 
1508
+ #: ../dashboard.php:3659
1509
  msgid "Form submissions"
1510
  msgstr "Envío de formularios"
1511
 
1512
+ #: ../dashboard.php:3661
1513
  msgid "Page Not Found"
1514
  msgstr "No se ha encontrado la página"
1515
 
1516
+ #: ../dashboard.php:3670
 
 
 
 
 
 
 
 
1517
  msgid "Longer than"
1518
  msgstr "Más largo(a) que"
1519
 
1520
+ #: ../dashboard.php:3691
1521
  msgid "Refresh"
1522
  msgstr "Actualizar"
1523
 
1524
+ #: ../common.php:176
1525
  msgid "Check for requests"
1526
  msgstr "Buscar nuevas solicitudes"
1527
 
1528
+ #: ../common.php:1587
1529
  msgid "Not specified"
1530
  msgstr "No especificado(a)"
1531
 
1532
+ #: ../settings.php:887
1533
  msgid "Logging mode"
1534
  msgstr "Modo de reportes"
1535
 
1536
+ #: ../settings.php:893
1537
  msgid "Logging disabled"
1538
  msgstr "Inicio de sesión desactivado"
1539
 
1540
+ #: ../settings.php:894
1541
  msgid "Smart"
1542
  msgstr "Inteligente"
1543
 
1544
+ #: ../settings.php:895
1545
  msgid "All traffic"
1546
  msgstr "Todo el tráfico"
1547
 
1548
+ #: ../settings.php:899
1549
  msgid "Ignore crawlers"
1550
  msgstr "Ignorar crawlers"
1551
 
1552
+ #: ../settings.php:909
1553
  msgid "Mask these form fields"
1554
  msgstr "Ocultar el origen de estos campos"
1555
 
1556
+ #: ../settings.php:949
1557
  msgid "milliseconds"
1558
  msgstr "milisegundos"
1559
 
1560
+ #: ../settings.php:842
 
 
 
 
1561
  msgid "Enable traffic inspection"
1562
  msgstr "Habilitar inspección del tráfico"
1563
 
1564
+ #: ../settings.php:886
1565
  msgid "Logging"
1566
  msgstr "Registros"
1567
 
1568
+ #: ../settings.php:904
1569
  msgid "Save request fields"
1570
  msgstr "Guardar campos de petición de datos"
1571
 
1572
+ #: ../settings.php:944
1573
  msgid "Page generation time threshold"
1574
  msgstr "Umbral de tiempo de generación de la página"
1575
 
1576
+ #: ../dashboard.php:3643
1577
  msgid "No requests have been logged."
1578
  msgstr "No se ha registrado ninguna solicitud"
1579
 
1580
+ #: ../dashboard.php:1536
1581
  msgid "enabled"
1582
  msgstr "activado/a"
1583
 
1584
+ #: ../dashboard.php:1541
1585
  msgid "no connection"
1586
  msgstr "sin conexión"
1587
 
1588
+ #: ../dashboard.php:3997
1589
  msgid "Advanced search"
1590
  msgstr "Búsqueda avanzada"
1591
 
1592
+ #: ../dashboard.php:1343
1593
  msgid "Last seen"
1594
  msgstr "Visto por última vez"
1595
 
1596
+ #: ../common.php:1166 ../common.php:1231
1597
  msgid "Probing for vulnerable PHP code"
1598
  msgstr "Buscando código PHP vulnerable"
1599
 
1600
+ #: ../dashboard.php:3954
1601
  msgid "Any"
1602
  msgstr "Cualquiera"
1603
 
1604
+ #: ../cerber-load.php:3418
1605
  msgid "We're sorry, you are not allowed to proceed"
1606
  msgstr "Lo sentimos, no estás autorizado para continuar"
1607
 
1608
+ #: ../settings.php:858
1609
  msgid "Request whitelist"
1610
  msgstr "Solicitar whitelist"
1611
 
1612
+ #: ../settings.php:864
1613
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1614
  msgstr "Introduce una 'request URI' que excluir de la inspección. Una por línea"
1615
 
1616
+ #: ../settings.php:920
1617
  msgid "Save request headers"
1618
  msgstr "Guardar los headers de petición"
1619
 
1620
+ #: ../settings.php:926
1621
  msgid "Save $_SERVER"
1622
  msgstr "Guardar $_SERVER"
1623
 
1624
+ #: ../settings.php:932
1625
  msgid "Save request cookies"
1626
  msgstr "Guardar los cookies de petición"
1627
 
1628
+ #: ../settings.php:685
1629
  msgid "Protect admin scripts"
1630
  msgstr "Proteger los scripts de administrador"
1631
 
1632
+ #: ../settings.php:690
1633
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1634
  msgstr "Bloquear el acceso no autorizado a los load-scripts.php y load-styles.php"
1635
 
1636
+ #: ../common.php:2415
1637
  msgid "Unable to create the directory"
1638
  msgstr "No se ha podido crear el directorio"
1639
 
1640
+ #: ../common.php:2420
1641
  msgid "Destination folder access denied"
1642
  msgstr "El acceso a la carpeta de destino ha sido denegado"
1643
 
1644
+ #: ../common.php:2423
1645
  msgid "File not found"
1646
  msgstr "No se ha encontrado el archivo"
1647
 
1648
+ #: ../common.php:2426
1649
  msgid "Unable to copy the file"
1650
  msgstr "No se ha podido copiar el archivo"
1651
 
1652
+ #: ../common.php:2432
1653
  msgid "Unable to delete the file"
1654
  msgstr "No se ha podido eliminar el archivo"
1655
 
1656
+ #: ../settings.php:486
1657
  msgid "Plugin initialization"
1658
  msgstr "Inicialización del plugin"
1659
 
1660
+ #: ../settings.php:487
1661
  msgid "Load security engine"
1662
  msgstr "Cargar módulo de seguridad"
1663
 
1664
+ #: ../settings.php:493
1665
  msgid "Legacy mode"
1666
  msgstr "Modo Legacy"
1667
 
1668
+ #: ../settings.php:494
1669
  msgid "Standard mode"
1670
  msgstr "Modo Standard"
1671
 
1672
+ #: ../settings.php:1562
1673
  msgid "Plugin initialization mode has not been changed"
1674
  msgstr "El modo de inicialización del plugin no se ha cambiado"
1675
 
1678
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1679
  msgstr "Este es un módulo de inicio Standard del plugin WP Cerber Security & Antispam. Se instaló cuando cambiaste el modo de inicialización del plugin a Standard. Para saber más, vaya aquí: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1680
 
1681
+ #: ../common.php:1168
1682
  msgid "File upload denied"
1683
  msgstr "Subida denegada"
1684
 
1685
+ #: ../settings.php:583
1686
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1687
  msgstr "La URL de acceso solo puede contener letras, números, guiones y guiones bajos."
1688
 
1689
+ #: ../settings.php:864
1690
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1691
  msgstr "Para especificar un patrón REGEX, escribe la línea entera entre llaves."
1692
 
1693
+ #: ../settings.php:1173
1694
  msgid "Be careful about enabling these options."
1695
  msgstr "Ten cuidado a la hora de activar estas opciones."
1696
 
1697
+ #: ../settings.php:1173
1698
  msgid "If you forget your Custom login URL, you will be unable to log in."
1699
  msgstr "Si olvidas tu URL de acceso personalizada, no podrás iniciar sesión."
1700
 
1701
+ #: ../dashboard.php:65 ../dashboard.php:4222
1702
  msgid "Site Integrity"
1703
  msgstr "Integridad del sitio"
1704
 
1705
+ #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1706
+ #: php:848 ../settings.php:874 ../cerber-scanner.php:1420
1707
  msgid "Disabled"
1708
  msgstr "Desactivada"
1709
 
1710
+ #: ../dashboard.php:1555 ../cerber-scanner.php:865
1711
  msgid "Quick Scan"
1712
  msgstr "Escáner rápido"
1713
 
1714
+ #: ../dashboard.php:1557 ../cerber-scanner.php:865
1715
  msgid "Full Scan"
1716
  msgstr "Escáner completo"
1717
 
1720
  msgid "WP Cerber Security, Antispam & Malware Scan"
1721
  msgstr "WP Cerber Security - Escáner de malware y Antispam"
1722
 
1723
+ #: ../common.php:1194
1724
  msgid "Denied"
1725
  msgstr "Denegado"
1726
 
1727
+ #: ../settings.php:122 ../settings.php:519 ../settings.php:853
1728
  msgid "Use White IP Access List"
1729
  msgstr "Usar la lista de IP permitidas"
1730
 
1731
+ #: ../settings.php:553
1732
  msgid "Disable dashboard redirection"
1733
  msgstr "Deshabilitar la redirección al dashboard"
1734
 
1735
+ #: ../settings.php:557
1736
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1737
  msgstr "Deshabilitar la redirección automática a la página de inicio de sesión cuando /wp-admin/ sea solicitado por un usuario no autorizado"
1738
 
1739
+ #: ../settings.php:965
1740
  msgid "Scanner settings"
1741
  msgstr "Configuración de Escaneo"
1742
 
1743
+ #: ../settings.php:966
1744
  msgid "Custom signatures"
1745
  msgstr "Firmas personalizadas"
1746
 
1747
+ #: ../settings.php:972
1748
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1749
  msgstr "Especifica una firma personalizada del código PHP. Una por línea. Para designar un patrón REGEX, escribe la línea entera entre llaves."
1750
 
1751
+ #: ../settings.php:974
1752
  msgid "Unwanted file extensions"
1753
  msgstr "Extensiones no deseadas"
1754
 
1755
+ #: ../settings.php:980
1756
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1757
  msgstr "Especifica la extensión de archivo que quieras buscar. Solo para Escáner completo. Separa cada elemento con comas."
1758
 
1759
+ #: ../settings.php:982
1760
  msgid "Directories to exclude"
1761
  msgstr "Directorios a excluir"
1762
 
1763
+ #: ../settings.php:988
1764
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1765
  msgstr "Especifica los directorios que no quieres que se incluyan en la búsqueda. Utiliza la dirección completa. Un ítem por línea."
1766
 
1767
+ #: ../settings.php:1003
1768
  msgid "Scan temporary directory"
1769
  msgstr "Escanear directorios temporales"
1770
 
1771
+ #: ../settings.php:1010
1772
  msgid "Scan session directory"
1773
  msgstr "Escanear directorio de sesión"
1774
 
1775
+ #: ../settings.php:1022
1776
  msgid "Delete quarantined files after"
1777
  msgstr "Eliminar los archivos de cuarentena al acabar"
1778
 
1779
+ #: ../settings.php:1037
1780
  msgid "Launch Quick Scan"
1781
  msgstr "Iniciar el Escaneo Rápido"
1782
 
1783
+ #: ../cerber-scanner.php:1421
1784
  msgid "Every hour"
1785
  msgstr "Cada hora"
1786
 
1787
+ #: ../cerber-scanner.php:1422
1788
  msgid "Every 3 hours"
1789
  msgstr "Cada 3 horas"
1790
 
1791
+ #: ../cerber-scanner.php:1423
1792
  msgid "Every 6 hours"
1793
  msgstr "Cada 6 horas"
1794
 
1795
+ #: ../settings.php:1044
1796
  msgid "Launch Full Scan"
1797
  msgstr "Iniciar escáner completo"
1798
 
1799
+ #: ../settings.php:1054 ../settings.php:1113
1800
  msgid "Low severity"
1801
  msgstr "Leve"
1802
 
1803
+ #: ../settings.php:1054 ../settings.php:1113
1804
  msgid "Medium severity"
1805
  msgstr "Grave"
1806
 
1807
+ #: ../settings.php:1054 ../settings.php:1113
1808
  msgid "High severity"
1809
  msgstr "Muy grave"
1810
 
1811
+ #: ../settings.php:1055
1812
  msgid "Report an issue if any of the following is true"
1813
  msgstr "Informar de cualquier problema si cualquiera de los siguientes es verdadero"
1814
 
1815
+ #: ../settings.php:1063
1816
  msgid "Send email report"
1817
  msgstr "Enviar informe por email"
1818
 
1819
+ #: ../settings.php:1069
1820
  msgid "After every scan"
1821
  msgstr "Después de cada escáner"
1822
 
1823
+ #: ../settings.php:1070
1824
  msgid "If any changes in scan results occurred"
1825
  msgstr "Si ocurriese cualquier cambio en los resultados del escáner"
1826
 
1827
+ #: ../settings.php:1075
1828
  msgid "Include file sizes"
1829
  msgstr "Incluir el tamaño de los archivos"
1830
 
1831
+ #: ../settings.php:1082
1832
  msgid "Include scan errors"
1833
  msgstr "Incluir los errores en el escáner"
1834
 
1835
+ #: ../dashboard.php:4224 ../cerber-load.php:4538
1836
  msgid "Security Scanner"
1837
  msgstr "Escaneo de Seguridad"
1838
 
1839
+ #: ../dashboard.php:4226
1840
  msgid "Scheduling"
1841
  msgstr "Programación"
1842
 
1843
+ #: ../cerber-scanner.php:84
1844
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1845
  msgstr "Ahora mismo hay un escáner programado en proceso. Por favor, espera a que haya finalizado."
1846
 
1847
+ #: ../cerber-scanner.php:88
1848
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1849
  msgstr "El escáner anterior empezado %s no se ha completado. ¿Seguir escaneando?"
1850
 
1851
+ #: ../cerber-scanner.php:97
1852
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1853
  msgstr "Parece que esta página no se ha analizado nunca... Para realizar un escáner, haz click en el botón de abajo."
1854
 
1855
+ #: ../cerber-scanner.php:100
1856
  msgid "Start Quick Scan"
1857
  msgstr "Empezar un Escaneo Rápido"
1858
 
1859
+ #: ../cerber-scanner.php:101
1860
  msgid "Start Full Scan"
1861
  msgstr "Empezar un Escaneo Completo"
1862
 
1863
+ #: ../cerber-scanner.php:102
1864
  msgid "Stop Scanning"
1865
  msgstr "Parar el Escaneo"
1866
 
1867
+ #: ../cerber-scanner.php:103
1868
  msgid "Continue Scanning"
1869
  msgstr "Continuar el Escaneo"
1870
 
1871
+ #: ../cerber-scanner.php:139
1872
  msgid "Delete"
1873
  msgstr "Borrar"
1874
 
1875
+ #: ../cerber-scanner.php:1370
1876
  msgid "Verified"
1877
  msgstr "Verificado"
1878
 
1879
+ #: ../cerber-scanner.php:1377
1880
  msgid "Integrity data not found"
1881
  msgstr "No se han encontrado datos de integridad"
1882
 
1883
+ #: ../cerber-scanner.php:1378
1884
  msgid "Unable to check the integrity of the plugin due to a network error"
1885
  msgstr "No se ha podido verificar la integridad del plugin por un error de red"
1886
 
1887
+ #: ../cerber-scanner.php:1379
1888
  msgid "Unable to check the integrity of WordPress files due to a network error"
1889
  msgstr "No se ha podido verificar la integridad de los archivos de Wordpress por un error de red"
1890
 
1891
+ #: ../cerber-scanner.php:1380
1892
  msgid "Unable to check the integrity of the theme due to a network error"
1893
  msgstr "No se ha podido verificar la integridad del tema por un error de red"
1894
 
1895
+ #: ../cerber-scanner.php:1383
1896
  msgid "Local file doesn't exist"
1897
  msgstr "No existe un archivo local"
1898
 
1899
+ #: ../cerber-scanner.php:1385
1900
  msgid "Unable to process file"
1901
  msgstr "No se ha podido procesar el archivo"
1902
 
1903
+ #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1904
  msgid "Unable to open file"
1905
  msgstr "No se ha podido abrir el archivo"
1906
 
1907
+ #: ../cerber-scanner.php:1388
1908
  msgid "Checksum mismatch"
1909
  msgstr "Error de Checksum"
1910
 
1911
+ #: ../cerber-scanner.php:1391
1912
  msgid "Suspicious code found"
1913
  msgstr "Se ha encontrado código malicioso"
1914
 
1915
+ #: ../cerber-scanner.php:1393
1916
  msgid "Unattended suspicious file"
1917
  msgstr "Archivo sospechoso sin tratar"
1918
 
1919
+ #: ../cerber-scanner.php:1394
1920
  msgid "Executable code found"
1921
  msgstr "Se ha encontrado código ejecutable"
1922
 
1923
+ #: ../cerber-scanner.php:1398
1924
  msgid "Unwanted file extension"
1925
  msgstr "No se admite la extensión del archivo"
1926
 
1927
+ #: ../cerber-scanner.php:1400
1928
  msgid "Content has been modified"
1929
  msgstr "El contenido se ha modificado"
1930
 
1931
+ #: ../cerber-scanner.php:1401
1932
  msgid "New file"
1933
  msgstr "Nuevo archivo"
1934
 
1935
+ #: ../cerber-scanner.php:2437
1936
  msgid "Custom signature found"
1937
  msgstr "Se ha encontrado una firma digital personalizada"
1938
 
1939
+ #: ../cerber-scanner.php:3576
1940
  msgid "Scanning folders for files"
1941
  msgstr "Buscando los archivos en las carpetas"
1942
 
1943
+ #: ../cerber-scanner.php:3580
1944
  msgid "Parsing the list of files"
1945
  msgstr "Analizando la lista de archivos"
1946
 
1947
+ #: ../cerber-scanner.php:3581
1948
  msgid "Checking for new and modified files"
1949
  msgstr "Buscando por nuevos archivos o archivos modificados"
1950
 
1951
+ #: ../cerber-scanner.php:3582
1952
  msgid "Verifying the integrity of WordPress"
1953
  msgstr "Verificando la integridad de WordPress"
1954
 
1955
+ #: ../cerber-scanner.php:3583
1956
  msgid "Verifying the integrity of the plugins"
1957
  msgstr "Verificando la integridad de los plugins"
1958
 
1959
+ #: ../cerber-scanner.php:3584
1960
  msgid "Verifying the integrity of the themes"
1961
  msgstr "Verificando la integridad de los temas"
1962
 
1963
+ #: ../cerber-scanner.php:3585
1964
  msgid "Searching for malicious code"
1965
  msgstr "Buscando líneas de código malicioso"
1966
 
1967
+ #: ../cerber-scanner.php:3586
1968
  msgid "Finalizing the scan"
1969
  msgstr "Finalizando el escáner"
1970
 
1971
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1972
  msgid "Files to scan"
1973
  msgstr "Archivos a escanear"
1974
 
1975
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1976
  msgid "Critical issues"
1977
  msgstr "Problemas críticos"
1978
 
1979
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1980
  msgid "Issues total"
1981
  msgstr "Problemas encontrados"
1982
 
1983
+ #: ../cerber-scanner.php:4170
1984
  msgid "The directory is not writable"
1985
  msgstr "El nombre del directorio no es válido"
1986
 
1987
+ #: ../cerber-scanner.php:4188
1988
  msgid "Unable to create WP CERBER directory"
1989
  msgstr "No se ha podido crear el directorio WP CERBER"
1990
 
1991
+ #: ../cerber-scanner.php:4402
1992
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1993
  msgstr "Error al acceder al archivo. Los resultados del escáner están probablemente desactualizado. Por favor, realiza un Escáner Rápido o Completo"
1994
 
1995
+ #: ../cerber-scanner.php:5093
1996
  msgid "To view full report visit"
1997
  msgstr "Para ver el informe completo, visita"
1998
 
1999
+ #: ../cerber-load.php:3644
2000
  msgid "Scanner Report"
2001
  msgstr "Informe del escáner"
2002
 
2003
+ #: ../settings.php:990
2004
  msgid "Monitor new files"
2005
  msgstr "Monitorizar nuevos archivos"
2006
 
2007
+ #: ../settings.php:997
2008
  msgid "Monitor modified files"
2009
  msgstr "Monitorizar archivos modificados"
2010
 
2011
+ #: ../settings.php:1071
2012
  msgid "If new issues found"
2013
  msgstr "Si se encontrasen nuevos problemas"
2014
 
2015
+ #: ../settings.php:1811
2016
  msgid "The schedule has been updated"
2017
  msgstr "La programación se ha actualizado"
2018
 
2019
+ #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
 
 
 
 
2020
  msgid "Suspicious directives found"
2021
  msgstr "Se han encontrado directivas sospechosas"
2022
 
2023
+ #: ../cerber-scanner.php:2615
2024
  msgid "Suspicious code instruction found"
2025
  msgstr "Se han encontrado instrucciones sospechosas en el código"
2026
 
2027
+ #: ../cerber-scanner.php:2616
2028
  msgid "Suspicious code signatures found"
2029
  msgstr "Se han encontrado firmas sospechosas en el código"
2030
 
2031
+ #: ../cerber-scanner.php:2619
2032
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2033
  msgstr "Para solucionar este problema tendrás que reinstalar %s o actualizarlo a su versión más reciente."
2034
 
2035
+ #: ../cerber-scanner.php:2620
2036
  msgid "Please upload a reference ZIP archive"
2037
  msgstr "Por favor, sube un archivo ZIP de referencia"
2038
 
2039
+ #: ../cerber-scanner.php:2621
2040
  msgid "Resolve issue"
2041
  msgstr "Resolver problema"
2042
 
2043
+ #: ../cerber-scanner.php:3881
2044
  msgid "We have not found any integrity data to verify"
2045
  msgstr "No hemos encontrado ningún dato del que verificar integridad"
2046
 
2047
+ #: ../cerber-scanner.php:3883
2048
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2049
  msgstr "Tienes que subir el archivo ZIP desde donde lo has instalado. Esto permite al escáner de seguridad verificar la integridad del código y detectar malware"
2050
 
2051
+ #: ../cerber-scanner.php:4940
2052
  msgid "Full Scan Report"
2053
  msgstr "Informe del escáner completo"
2054
 
2055
+ #: ../cerber-scanner.php:4940
2056
  msgid "Quick Scan Report"
2057
  msgstr "Informe del escáner rápido"
2058
 
2059
+ #: ../cerber-scanner.php:4953
2060
  msgid "Files scanned"
2061
  msgstr "Archivos escaneados"
2062
 
2063
+ #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2064
+ #: php:1359
2065
  msgid "Check for activities"
2066
  msgstr "Buscar nuevas actividades"
2067
 
2068
+ #: ../dashboard.php:1322
2069
  msgid "Activated"
2070
  msgstr "Activado"
2071
 
2072
+ #: ../common.php:1173
2073
  msgid "Malicious request denied"
2074
  msgstr "Petición maliciosa denegada"
2075
 
2076
+ #: ../common.php:1177
2077
  msgid "User activated"
2078
  msgstr "Usuario activado"
2079
 
2080
+ #: ../common.php:1195
2081
  msgid "Suspicious number of fields"
2082
  msgstr "Número de campos sospechoso"
2083
 
2084
+ #: ../common.php:1196
2085
  msgid "Suspicious number of nested values"
2086
  msgstr "Número sospechoso de valores anidados"
2087
 
2088
+ #: ../common.php:1197 ../common.php:1232
2089
  msgid "Malicious code detected"
2090
  msgstr "Se ha detectado código malicioso"
2091
 
2092
+ #: ../common.php:1233
2093
  msgid "Attempt to upload a file with malicious code"
2094
  msgstr "Se ha intentado subir un archivo de código malicioso"
2095
 
2096
+ #: ../common.php:1463
2097
  msgid "Bytes"
2098
  msgstr "Bytes"
2099
 
2100
+ #: ../cerber-scanner.php:1376
2101
  msgid "Vulnerability found"
2102
  msgstr "Se ha encontrado una vulnerabilidad"
2103
 
2104
+ #: ../cerber-scanner.php:1381
2105
  msgid "Unable to check the integrity due to a DB error"
2106
  msgstr "No se ha podido comprobar la integridad por un error en la base de datos."
2107
 
2108
+ #: ../cerber-scanner.php:3577
2109
  msgid "Scanning the upload folder for files"
2110
  msgstr "Buscando archivos en la carpeta de subidas"
2111
 
2112
+ #: ../cerber-scanner.php:3578
2113
  msgid "Scanning the temp folder for files"
2114
  msgstr "Buscando archivos en la carpeta Temp"
2115
 
2116
+ #: ../cerber-scanner.php:3579
2117
  msgid "Scanning the session folder for files"
2118
  msgstr "Escaneando archivos en la carpeta de sesión"
2119
 
2120
+ #: ../settings.php:1036
2121
  msgid "Automated recurring scan schedule"
2122
  msgstr "Programación de escáneres automáticos"
2123
 
2124
+ #: ../settings.php:1052
2125
  msgid "Scan results reporting"
2126
  msgstr "Creación de informes de resultados"
2127
 
2128
+ #: ../dashboard.php:3653
2129
  msgid "Suspicious activity"
2130
  msgstr "Actividad sospechosa"
2131
 
2132
+ #: ../dashboard.php:3654
2133
  msgid "Errors"
2134
  msgstr "Errores"
2135
 
2136
+ #: ../dashboard.php:4172
2137
  msgid "Antispam engine"
2138
  msgstr "Módulo Antispam"
2139
 
2142
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2143
  msgstr "Defiende tu página Wordpress de ataques de hackers, spam, troyanos y virus. Detector de malware y comprobador de integridad. ¡Haz más seguro tu Wordpress con este conjunto de algoritmos de seguridad intensivos! Protege tu sitio de spam con un sofisticado bot de detección y reCAPTCHA's. Sigue la actividad del usuario y el intruso con un eficiente sistema de notificaciones por correo, móvil y de escritorio."
2144
 
2145
+ #: ../cerber-load.php:397
2146
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2147
  msgstr "Has excedido el número de intentos de sesión permitidos. Por favor, inténtalo de nuevo en %d minutos."
2148
 
2149
+ #: ../common.php:1377
2150
  msgctxt "preposition of a period of time like: in 6 hours"
2151
  msgid "in %s"
2152
+ msgstr "en %s"
2153
 
2154
+ #: ../settings.php:1531
2155
  msgctxt "preposition of time like: at 11:00"
2156
  msgid "at"
2157
+ msgstr "a las"
2158
 
2159
+ #: ../dashboard.php:4229
2160
  msgid "Quarantine"
2161
+ msgstr "Cuarentena"
2162
 
2163
+ #: ../cerber-scanner.php:3661
2164
  msgid "Started"
2165
+ msgstr "Comenzado"
2166
 
2167
+ #: ../cerber-scanner.php:3665
2168
  msgid "Finished"
2169
+ msgstr "Finalizado"
2170
 
2171
+ #: ../cerber-scanner.php:3673
2172
  msgid "Performance"
2173
+ msgstr "Rendimiento"
2174
 
2175
+ #: ../nexus/cerber-slave-list.php:287 ../cerber-scanner.php:3685
2176
  msgid "Vulnerabilities"
2177
+ msgstr "Vulnerabilidades"
2178
 
2179
+ #: ../cerber-scanner.php:3689
2180
  msgid "New files"
2181
+ msgstr "Nuevos archivos"
2182
 
2183
+ #: ../cerber-scanner.php:3693
2184
  msgid "Changed files"
2185
+ msgstr "Archivos cambiados"
2186
 
2187
+ #: ../cerber-scanner.php:3697
2188
  msgid "Unwanted extensions"
2189
+ msgstr "Extensiones no deseadas"
2190
 
2191
+ #: ../settings.php:1107 ../cerber-scanner.php:3701
2192
  msgid "Unattended files"
2193
+ msgstr "Archivos no atendidos"
2194
 
2195
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2196
  msgid "Scanned"
2197
+ msgstr "Escaneados"
2198
 
2199
+ #: ../cerber-scanner.php:5321
2200
  msgid "There are no files in the quarantine at the moment."
2201
+ msgstr "No existen archivos en cuarentena actualmente"
2202
 
2203
+ #: ../cerber-scanner.php:5411
2204
  msgid "Restore"
2205
+ msgstr "Restaurar"
2206
 
2207
+ #: ../cerber-scanner.php:5408
2208
  msgid "Delete permanently"
2209
+ msgstr "Borrar permanentemente"
2210
 
2211
+ #: ../cerber-scanner.php:5420
2212
  msgid "Moved to quarantine"
2213
+ msgstr "Movido a cuarentena"
2214
 
2215
+ #: ../cerber-scanner.php:5421
2216
  msgid "Automatic deletion"
2217
+ msgstr "Borrado automático"
2218
 
2219
+ #: ../cerber-scanner.php:5422
2220
  msgid "Size"
2221
+ msgstr "Tamaño"
2222
 
2223
+ #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2224
  msgid "File"
2225
+ msgstr "Archivo"
2226
 
2227
+ #: ../cerber-scanner.php:5491
2228
  msgid "The file has been deleted permanently."
2229
+ msgstr "El archivo ha sido borrado permanentemente"
2230
 
2231
+ #: ../cerber-scanner.php:5500
2232
  msgid "The file has been restored to its original location."
2233
+ msgstr "El archivo ha sido restaurado a su ubicación original"
2234
 
2235
+ #: ../dashboard.php:1570
2236
  msgid "Integrity"
2237
+ msgstr "Integridad"
2238
 
2239
+ #: ../common.php:1167
2240
  msgid "Attempt to upload malicious file denied"
2241
+ msgstr "Intento de subir archivo malicioso negado"
2242
 
2243
+ #: ../cerber-news.php:157
2244
  msgid "Awesome!"
2245
+ msgstr "¡Asombroso!"
2246
 
2247
+ #: ../settings.php:1105
2248
  msgid "Automatic cleanup of malware and suspicious files"
2249
+ msgstr "Limpieza automática de archivos sospechosos y maliciosos"
2250
 
2251
+ #: ../settings.php:1114
2252
  msgid "Files in the uploads folder"
2253
+ msgstr "Archivos en la carpeta de subidas"
2254
 
2255
+ #: ../settings.php:1121
2256
  msgid "Files with unwanted extensions"
2257
+ msgstr "Archivos con extensiones no deseadas"
2258
 
2259
+ #: ../settings.php:1128
2260
  msgid "Exclusions"
2261
+ msgstr "Excepciones"
2262
 
2263
+ #: ../settings.php:1129
2264
  msgid "Files in the temporary directory"
2265
+ msgstr "Archivos en el directorio temporal"
2266
 
2267
+ #: ../settings.php:1135
2268
  msgid "Files in the sessions directory"
2269
+ msgstr "Archivos en el directorio de sesiones"
2270
 
2271
+ #: ../settings.php:1141
2272
  msgid "Files in these directories"
2273
+ msgstr "Archivos en estos directorios"
2274
 
2275
+ #: ../settings.php:1147
2276
  msgid "Use absolute paths. One item per line."
2277
+ msgstr "Usar rutas absolutas. Uno por línea"
2278
 
2279
+ #: ../settings.php:1149
2280
  msgid "Files with these extensions"
2281
+ msgstr "Archivos con estas extensiones"
2282
 
2283
+ #: ../settings.php:1155
2284
  msgid "Use comma to separate items."
2285
+ msgstr "Utilizar coma para separar objetos."
2286
 
2287
+ #: ../dashboard.php:4227
2288
  msgid "Cleaning up"
2289
+ msgstr "Limpiando"
2290
 
2291
+ #: ../cerber-scanner.php:1392
2292
  msgid "Malicious code found"
2293
+ msgstr "Código malicioso encontrado"
2294
 
2295
+ #: ../cerber-scanner.php:2612
2296
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2297
+ msgstr "Este archivo contiene código ejecutable y puede contener código malicioso. Si este archivo es parte de un tema o plugin, debe estar ubicado en la carpeta de plugins o temas. Sin excepciones, sin excusas."
2298
 
2299
+ #: ../cerber-scanner.php:2613
2300
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2301
+ msgstr "El scanner reconoce el archivo como \"Sin dueño\" o \"no atado\" porque no pertenece a ninguna parte conocida de la página web y no debería estar aquí."
2302
 
2303
+ #: ../cerber-scanner.php:2614
2304
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2305
+ msgstr "Puede llegar a mantenerse después de una actualización a una nueva versión de %s. También puede ser un malware. En raras oportunidades puede ser parte de un plugin o tema personalizado."
2306
 
2307
+ #: ../cerber-scanner.php:2618
2308
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2309
+ msgstr "El contenido del archivo ha sido cambiado y no coincide con lo que existe en el repositorio oficial en Wordpress o a un archivo de referencia que cargó anteriormente. El archivo pudo haber sido alterado por malware, infectado por un virus o ha sido modificado."
2310
 
2311
+ #: ../cerber-scanner.php:5034
2312
  msgid "Deleted"
2313
+ msgstr "Borrado"
2314
 
2315
+ #: ../cerber-scanner.php:5081
2316
  msgid "Automatically moved to quarantine"
2317
+ msgstr "Movido automáticamente a cuarentena"
2318
 
2319
+ #: ../common.php:1198
2320
  msgid "Suspicious SQL code detected"
2321
+ msgstr "Código SQL sospechoso detectado"
2322
+
2323
+ #: ../dashboard.php:1551
2324
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2325
+ msgid "Last malware scan"
2326
+ msgstr "Último escaneo en búsqueda de malware"
2327
+
2328
+ #: ../dashboard.php:4192
2329
+ msgid "Live Traffic"
2330
+ msgstr "Tráfico en Vivo"
2331
+
2332
+ #: ../settings.php:666
2333
+ msgid "Use English for admin interface"
2334
+ msgstr "Utilizar inglés para la interfáz del Admin"
2335
+
2336
+ #: ../dashboard.php:4261
2337
+ msgid "Log"
2338
+ msgstr "Bitácora"
2339
+
2340
+ #: ../settings.php:692
2341
+ msgid "Disable PHP in uploads"
2342
+ msgstr "Deshabilitar PHP en cargas"
2343
+
2344
+ #: ../settings.php:699
2345
+ msgid "Disable PHP error displaying"
2346
+ msgstr "Deshabilitar aviso de errores en PHP"
2347
+
2348
+ #: ../dashboard.php:4228
2349
+ msgid "Ignore List"
2350
+ msgstr "Lista de ignorados"
2351
+
2352
+ #: ../cerber-scanner.php:142
2353
+ msgid "Ignore"
2354
+ msgstr "Ignorar"
2355
+
2356
+ #: ../cerber-scanner.php:5522
2357
+ msgid "Apply"
2358
+ msgstr "Aplicar"
2359
+
2360
+ #: ../cerber-scanner.php:5556
2361
+ msgid "Added"
2362
+ msgstr "Agregado"
2363
+
2364
+ #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2365
+ msgid "Remove from the list"
2366
+ msgstr "Eliminar de la lista"
2367
+
2368
+ #: ../cerber-scanner.php:5524
2369
+ msgid "User Insights"
2370
+ msgstr "Perspectivas de Usuario"
2371
+
2372
+ #: ../cerber-scanner.php:5525
2373
+ msgid "Traffic Insights"
2374
+ msgstr "Perspectivas de Tráfico"
2375
+
2376
+ #: ../cerber-scanner.php:5526
2377
+ msgid "Activity Insights"
2378
+ msgstr "Perspectivas de Actividad"
2379
+
2380
+ #: ../dashboard.php:2584
2381
+ msgid "Are you sure you want to delete selected files?"
2382
+ msgstr "¿Está seguro de borrar los archivos seleccionados?"
2383
+
2384
+ #: ../dashboard.php:2585
2385
+ msgid "These files have been moved to the quarantine"
2386
+ msgstr "Estos archivos han sido movidos a la cuarentena"
2387
+
2388
+ #: ../dashboard.php:2588
2389
+ msgid "Do you want to add selected files to the ignore list?"
2390
+ msgstr "¿Quiere agregar los archivos seleccionados a la lista de ignorados?"
2391
+
2392
+ #: ../dashboard.php:2589
2393
+ msgid "These files have been added to the ignore list"
2394
+ msgstr "Estos archivos han sido agregados a la lista de ignorados"
2395
+
2396
+ #: ../dashboard.php:2591
2397
+ msgid "Some errors occurred"
2398
+ msgstr "Sucedieron algunos errores"
2399
+
2400
+ #: ../dashboard.php:2592
2401
+ msgid "All files have been processed"
2402
+ msgstr "Todos los archivos han sido procesados"
2403
+
2404
+ #: ../dashboard.php:2814
2405
+ msgid "These features are available in a professional version of the plugin."
2406
+ msgstr "Estas características están disponibles en la versión profesional del plugin"
2407
+
2408
+ #: ../dashboard.php:2815
2409
+ msgid "Know more about all advantages at"
2410
+ msgstr "Conoxca más acerca de todas las ventajas en"
2411
+
2412
+ #: ../common.php:1199
2413
+ msgid "Suspicious JavaScript code detected"
2414
+ msgstr "Código JavaScript sospechoso detectado"
2415
+
2416
+ #: ../settings.php:1814
2417
+ msgid "Unable to update the schedule"
2418
+ msgstr "No se pudo actualizar el cronograma"
2419
+
2420
+ #: ../cerber-scanner.php:5437
2421
+ msgid "All scans"
2422
+ msgstr "Todos los escaneos"
2423
+
2424
+ #: ../cerber-scanner.php:5528
2425
+ msgid "The list is empty."
2426
+ msgstr "La lista está vacía"
2427
+
2428
+ #: ../cerber-scanner.php:5388
2429
+ msgid "No files match the specified filter."
2430
+ msgstr "Ningún archivo coincide con el filtro especificado."
2431
+
2432
+ #: ../cerber-scanner.php:5388
2433
+ msgid "Click here to see the full list of files"
2434
+ msgstr "Haga click aquí para ver la lista completa de archivos"
2435
+
2436
+ #: ../dashboard.php:781
2437
+ msgid "Additional Details"
2438
+ msgstr "Detalles adicionales"
2439
+
2440
+ #: ../dashboard.php:3273
2441
+ msgid "Page generation time"
2442
+ msgstr "Tiempo de generación de páginas"
2443
+
2444
+ #: ../dashboard.php:4385
2445
+ msgid "Log In"
2446
+ msgstr "Iniciar sesión"
2447
+
2448
+ #: ../dashboard.php:4386
2449
+ msgid "Log Out"
2450
+ msgstr "Cerrar sesión"
2451
+
2452
+ #: ../dashboard.php:4387
2453
+ msgid "Register"
2454
+ msgstr "Registrarse"
2455
+
2456
+ #: ../dashboard.php:4390
2457
+ msgid "WooCommerce Log In"
2458
+ msgstr "Iniciar sesión en WooCommerce"
2459
+
2460
+ #: ../dashboard.php:4391
2461
+ msgid "WooCommerce Log Out"
2462
+ msgstr "Cerrar sesión en WooCommerce"
2463
+
2464
+ #: ../dashboard.php:4430 ../dashboard.php:4431
2465
+ msgid "Add to menu"
2466
+ msgstr "Agregar al menú"
2467
+
2468
+ #: ../common.php:1187
2469
+ msgid "IP address is locked out"
2470
+ msgstr "Dirección IP bloqueada"
2471
+
2472
+ #: ../common.php:1235
2473
+ msgid "Multiple suspicious requests"
2474
+ msgstr "Múltiples solicitudes sospechosas"
2475
+
2476
+ #: ../settings.php:841
2477
+ msgid "Traffic Inspection"
2478
+ msgstr "Inspección de Tráfico"
2479
+
2480
+ #: ../settings.php:849 ../settings.php:875
2481
+ msgid "Maximum compatibility"
2482
+ msgstr "Compatibilidad máxima"
2483
+
2484
+ #: ../settings.php:850 ../settings.php:876
2485
+ msgid "Maximum security"
2486
+ msgstr "Seguridad máxima"
2487
+
2488
+ #: ../settings.php:867
2489
+ msgid "Erroneous Request Shielding"
2490
+ msgstr "Solicitud de Protección Errónea"
2491
+
2492
+ #: ../settings.php:868
2493
+ msgid "Enable error shielding"
2494
+ msgstr "Habilitar protección de errores"
2495
+
2496
+ #: ../settings.php:938
2497
+ msgid "Save software errors"
2498
+ msgstr "Guardar errores de software"
2499
+
2500
+ #: ../cerber-scanner.php:3575
2501
+ msgid "Preparing for the scan"
2502
+ msgstr "Preparándose para el escaneo"
2503
+
2504
+ #: ../common.php:1200
2505
+ msgid "Blocked by administrator"
2506
+ msgstr "Bloqueado por el administrador"
2507
+
2508
+ #: ../cerber-load.php:401
2509
+ msgid "You are not allowed to log in"
2510
+ msgstr "No tiene permitido iniciar sesión"
2511
+
2512
+ #: ../cerber-users.php:12
2513
+ msgid "Block User"
2514
+ msgstr "Bloquear usuario"
2515
+
2516
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2517
+ msgid "User is not permitted to log into the website"
2518
+ msgstr "El usuario no tiene permitido iniciar sesión en la página web"
2519
+
2520
+ #: ../cerber-users.php:31
2521
+ msgctxt "e.g. by John at 11:00"
2522
+ msgid "blocked by %s at %s"
2523
+ msgstr "bloqueado por %s a las %s"
2524
+
2525
+ #: ../cerber-users.php:41 ../settings.php:129
2526
+ msgid "User Message"
2527
+ msgstr "Mensaje de Usuario"
2528
+
2529
+ #: ../cerber-users.php:43
2530
+ msgid "An optional message for this user"
2531
+ msgstr "Un mensaje opcional para este usuario"
2532
+
2533
+ #: ../cerber-users.php:98
2534
+ msgid "Blocked Users"
2535
+ msgstr "Usuarios bloqueados"
2536
+
2537
+ #: ../settings.php:683
2538
+ msgid "Block access to user pages like /?author=n"
2539
+ msgstr "Bloquear acceso a páginas de usuario como /?author=n"
2540
+
2541
+ #: ../settings.php:721
2542
+ msgid "Access to WordPress REST API"
2543
+ msgstr "Acceso a REST API de Wordpress"
2544
+
2545
+ #: ../settings.php:727
2546
+ msgid "Block access to user data via REST API"
2547
+ msgstr "Bloquear acceso a los datos de usuario a través de REST API"
2548
+
2549
+ #: ../settings.php:735
2550
+ msgid "Block access to WordPress REST API except any of the following"
2551
+ msgstr "Bloquear acceso a la REST API de WordPress excepto alguno de los siguientes"
2552
+
2553
+ #: ../settings.php:744
2554
+ msgid "Allow REST API for these roles"
2555
+ msgstr "Permitir REST API para estas funciones"
2556
+
2557
+ #: ../settings.php:750
2558
+ msgid "Allow these namespaces"
2559
+ msgstr "Permitir estos namespaces"
2560
+
2561
+ #: ../settings.php:879
2562
+ msgid "Ignore logged in users"
2563
+ msgstr "Ignorar usuarios conectados"
2564
+
2565
+ #: ../settings.php:1181
2566
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2567
+ msgstr "Estas restricciones no aplican a direcciones IP en la lista blanca de Acceso IP"
2568
+
2569
+ #: ../settings.php:1490
2570
+ msgid "Select one or more roles"
2571
+ msgstr "Seleccionar una o más funciones"
2572
+
2573
+ #: ../dashboard.php:1049
2574
+ msgid "Filter by registered user"
2575
+ msgstr "Filtrar por usuarios registrados"
2576
+
2577
+ #: ../settings.php:115
2578
+ msgid "Authorized users only"
2579
+ msgstr "Solo usuarios autorizados"
2580
+
2581
+ #: ../settings.php:116
2582
+ msgid "Only registered and logged in website users have access to the website"
2583
+ msgstr "Solo usuarios registrados y conectados en la página web tienen acceso a la página web"
2584
+
2585
+ #: ../settings.php:123
2586
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2587
+ msgstr "No aplicar esta política a las direcciones IP en la lista blanca de direcciones IP"
2588
+
2589
+ #: ../settings.php:133 ../settings.php:2058
2590
+ msgid "Only registered and logged in users are allowed to view this website"
2591
+ msgstr "Solo usuarios registrados y conectados en la página web tienen permitido ver esta página web"
2592
+
2593
+ #: ../settings.php:138
2594
+ msgid "Redirect to URL"
2595
+ msgstr "Redireccionar a URL"
2596
+
2597
+ #: ../dashboard.php:4262
2598
+ msgid "Changelog"
2599
+ msgstr "Bitácora de cambios"
2600
+
2601
+ #: ../dashboard.php:72 ../dashboard.php:72
2602
+ msgid "Cerber.Hub"
2603
+ msgstr "Cerber.Hub"
2604
+
2605
+ #: ../dashboard.php:613
2606
+ msgid "Default settings have been loaded"
2607
+ msgstr "Ajustes por defecto han sido cargados"
2608
+
2609
+ #: ../dashboard.php:3025
2610
+ msgid "Save all rules"
2611
+ msgstr "Guardar todas las reglas"
2612
+
2613
+ #: ../common.php:831
2614
+ msgid "Save Changes"
2615
+ msgstr "Guardar cambios"
2616
+
2617
+ #: ../common.php:1180
2618
+ msgid "Invalid master credentials"
2619
+ msgstr "Credenciales maestras inválidas"
2620
+
2621
+ #: ../settings.php:301
2622
+ msgid "Master settings"
2623
+ msgstr "Ajustes maestros"
2624
+
2625
+ #: ../settings.php:309
2626
+ msgid "Return to the website list"
2627
+ msgstr "Devolver a la lista de página web"
2628
+
2629
+ #: ../settings.php:313
2630
+ msgid "Show \"Switched to\" notification"
2631
+ msgstr "Mostrar notificación de \"Cambiado a\""
2632
+
2633
+ #: ../settings.php:317
2634
+ msgid "Add @ site to the page title"
2635
+ msgstr "Agregar el sitio @ al título de la página"
2636
+
2637
+ #: ../settings.php:334 ../settings.php:361 ../settings.php:1016
2638
+ msgid "Enable diagnostic logging"
2639
+ msgstr "Habilitar bitácora de diagnóstico"
2640
+
2641
+ #: ../settings.php:344
2642
+ msgid "Limit access by IP address"
2643
+ msgstr "Limitar acceso por dirección IP"
2644
+
2645
+ #: ../settings.php:350
2646
+ msgid "Access to this website"
2647
+ msgstr "Acceso a esta página web"
2648
+
2649
+ #: ../settings.php:353
2650
+ msgid "Full access mode"
2651
+ msgstr "Modo de Acceso total"
2652
+
2653
+ #: ../settings.php:354
2654
+ msgid "Read-only mode"
2655
+ msgstr "Modo Solo lectura"
2656
+
2657
+ #: ../settings.php:370
2658
+ msgid "The full access mode requires the PRO version of WP Cerber"
2659
+ msgstr "El modo acceso completo requiere de la versión PRO de WP Cerber"
2660
+
2661
+ #: ../nexus/cerber-slave-list.php:48
2662
+ msgid "WordPress"
2663
+ msgstr "WordPress"
2664
+
2665
+ #: ../nexus/cerber-slave-list.php:52
2666
+ msgid "Malware Scan"
2667
+ msgstr "Escaneo de Malware"
2668
+
2669
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2670
+ msgid "Notes"
2671
+ msgstr "Notas"
2672
+
2673
+ #: ../nexus/cerber-slave-list.php:117
2674
+ msgid "Add a slave website"
2675
+ msgstr "Agregar una página web esclava"
2676
+
2677
+ #: ../nexus/cerber-slave-list.php:193
2678
+ msgid "Search results for:"
2679
+ msgstr "Buscar resultados por:"
2680
+
2681
+ #: ../nexus/cerber-slave-list.php:233
2682
+ msgid "Edit"
2683
+ msgstr "Editar"
2684
+
2685
+ #: ../nexus/cerber-slave-list.php:239
2686
+ msgid "Switch to"
2687
+ msgstr "Cambiar a"
2688
+
2689
+ #: ../nexus/cerber-slave-list.php:323
2690
+ msgid "No websites configured."
2691
+ msgstr "No se han configurado páginas web"
2692
+
2693
+ #: ../nexus/cerber-slave-list.php:323
2694
+ msgid "Add a new one"
2695
+ msgstr "Agregar una nueva"
2696
+
2697
+ #: ../nexus/cerber-nexus-master.php:70
2698
+ msgid "Website Properties"
2699
+ msgstr "Propiedades de la página web"
2700
+
2701
+ #: ../nexus/cerber-nexus-master.php:80
2702
+ msgid "Website URL"
2703
+ msgstr "URL de la página web"
2704
+
2705
+ #: ../nexus/cerber-nexus-master.php:85
2706
+ msgid "Display as"
2707
+ msgstr "Mostrar como"
2708
+
2709
+ #: ../nexus/cerber-nexus-master.php:111
2710
+ msgid "Website Owner"
2711
+ msgstr "Dueño de la página web"
2712
+
2713
+ #: ../nexus/cerber-nexus-master.php:115
2714
+ msgid "First Name"
2715
+ msgstr "Nombre"
2716
+
2717
+ #: ../nexus/cerber-nexus-master.php:119
2718
+ msgid "Last Name"
2719
+ msgstr "Apellido"
2720
+
2721
+ #: ../nexus/cerber-nexus-master.php:123
2722
+ msgid "Email"
2723
+ msgstr "Correo electrónico"
2724
+
2725
+ #: ../nexus/cerber-nexus-master.php:127
2726
+ msgid "Phone"
2727
+ msgstr "Teléfono"
2728
+
2729
+ #: ../nexus/cerber-nexus-master.php:135
2730
+ msgid "Address"
2731
+ msgstr "Dirección"
2732
+
2733
+ #: ../nexus/cerber-nexus-master.php:260
2734
+ msgid "Security access token is invalid"
2735
+ msgstr "Token de acceso seguro es inválido"
2736
+
2737
+ #: ../nexus/cerber-nexus-master.php:290
2738
+ msgid "The website you are trying to add is already in the list"
2739
+ msgstr "La página web que está intentando agregar ya está en la lista"
2740
+
2741
+ #: ../nexus/cerber-nexus-master.php:299
2742
+ msgid "The website has been added successfully"
2743
+ msgstr "La página web ha sido agregada de forma exitosa"
2744
+
2745
+ #: ../nexus/cerber-nexus-master.php:300
2746
+ msgid "Click to edit"
2747
+ msgstr "Hacer click para editar"
2748
+
2749
+ #: ../nexus/cerber-nexus-master.php:301
2750
+ msgid "Switch to the Dashboard"
2751
+ msgstr "Cambiar al menú principal"
2752
+
2753
+ #: ../nexus/cerber-nexus-master.php:304
2754
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2755
+ msgstr "Tenga en mente: Ha agregado una página web que no soporta encripción SSL. Esto puede llevar a fuga de datos."
2756
+
2757
+ #: ../nexus/cerber-nexus-master.php:424
2758
+ msgid "Website has been deleted"
2759
+ msgid_plural "%s websites have been deleted"
2760
+ msgstr[0] "Pagina web borrada"
2761
+ msgstr[1] "%s páginas web han sido borradas"
2762
+
2763
+ #: ../nexus/cerber-nexus-master.php:957
2764
+ msgid "You have switched to %s"
2765
+ msgstr "Ha cambiado a %s"
2766
+
2767
+ #: ../nexus/cerber-nexus-master.php:962
2768
+ msgid "You have switched back to the master website"
2769
+ msgstr "Ha regresado a la página web maestra"
2770
+
2771
+ #: ../nexus/cerber-nexus-master.php:1167
2772
+ msgid "You are here:"
2773
+ msgstr "Está aquí:"
2774
+
2775
+ #: ../nexus/cerber-nexus-master.php:1170 ../nexus/cerber-nexus.php:89 ..
2776
+ #: /nexus/cerber-nexus.php:99
2777
+ msgid "My Websites"
2778
+ msgstr "Mis páginas web"
2779
+
2780
+ #: ../nexus/cerber-nexus-master.php:1185
2781
+ msgid "Visit Site"
2782
+ msgstr "Visitar sitio web"
2783
+
2784
+ #: ../nexus/cerber-nexus.php:61
2785
+ msgid "Enable slave mode"
2786
+ msgstr "Habilitar modo esclavo"
2787
+
2788
+ #: ../nexus/cerber-nexus.php:62
2789
+ msgid "This website can be managed from a master website"
2790
+ msgstr "Esta página web puede ser administrada desde una página web maestra"
2791
+
2792
+ #: ../nexus/cerber-nexus.php:65
2793
+ msgid "Enable master mode"
2794
+ msgstr "Habilitar modo maestro"
2795
+
2796
+ #: ../nexus/cerber-nexus.php:66
2797
+ msgid "Configure this website as a master to manage other website"
2798
+ msgstr "Configurar esta página web como maestar para administrar otra página web"
2799
+
2800
+ #: ../nexus/cerber-nexus.php:71
2801
+ msgid "To proceed, please select the mode for this website"
2802
+ msgstr "Para continuar por favor seleccione el modo para esta página web"
2803
+
2804
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2805
+ msgid "Slave Settings"
2806
+ msgstr "Ajustes de esclavo"
2807
+
2808
+ #: ../nexus/cerber-nexus.php:141
2809
+ msgid "Secret Access Token"
2810
+ msgstr "Token Secreto de Acceso"
2811
+
2812
+ #: ../nexus/cerber-nexus.php:143
2813
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2814
+ msgstr "El token es único para esta página web. Manténgalo en secreto. Instale el token en una página maestra para dar acceso a esta página web."
2815
+
2816
+ #: ../nexus/cerber-nexus.php:145
2817
+ msgid "Are you sure? This permanently invalidates the token."
2818
+ msgstr "¿Está seguro? Esto invalidará permanentemente el token."
2819
+
2820
+ #: ../nexus/cerber-nexus.php:146
2821
+ msgid "Disable slave mode"
2822
+ msgstr "Deshabilitar modo esclavo"
2823
+
2824
+ #: ../nexus/cerber-nexus.php:261
2825
+ msgid "This website is set as master."
2826
+ msgstr "Esta página web está configurada como maestra."
2827
+
2828
+ #: ../nexus/cerber-nexus.php:262
2829
+ msgid "Add slave websites by using access tokens."
2830
+ msgstr "Agregar páginas web esclavas utilizando tokens de acceso."
2831
+
2832
+ #: ../nexus/cerber-nexus.php:265
2833
+ msgid "This website is set as slave."
2834
+ msgstr "Esta página web está configurada como esclava."
2835
+
2836
+ #: ../nexus/cerber-nexus.php:266
2837
+ msgid "Install the access token on the master website."
2838
+ msgstr "Instalar el token de acceso en la página web maestra."
2839
+
2840
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2841
+ #: ../common.php:1370
2842
+ msgid "%s sec"
2843
+ msgid_plural "%s secs"
2844
+ msgstr[0] "%s segundo"
2845
+ msgstr[1] "%s segundos"
2846
+
2847
+ #: ../settings.php:823
2848
+ msgid "Send reports on"
2849
+ msgstr "Enviar reportes en"
2850
+
2851
+ #: ../nexus/cerber-slave-list.php:51
2852
+ msgid "Updates"
2853
+ msgstr "Actualizaciones"
2854
+
2855
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2856
+ msgid "Group"
2857
+ msgstr "Grupo"
2858
+
2859
+ #: ../nexus/cerber-slave-list.php:96
2860
+ msgid "Upgrade WP Cerber"
2861
+ msgstr "Actualizar WP Cerber"
2862
+
2863
+ #: ../nexus/cerber-slave-list.php:97
2864
+ msgid "Upgrade all active plugins"
2865
+ msgstr "Actualizar todos los plugins activos"
2866
+
2867
+ #: ../nexus/cerber-slave-list.php:98
2868
+ msgid "Delete website"
2869
+ msgstr "Borrar página web"
2870
+
2871
+ #: ../nexus/cerber-slave-list.php:111
2872
+ msgid "All groups"
2873
+ msgstr "Todos los grupos"
2874
+
2875
+ #: ../nexus/cerber-nexus-master.php:1348
2876
+ msgid "Are you sure you want to delete selected websites?"
2877
+ msgstr "¿Está seguro que quiere borrar todas las páginas web seleccionadas?"
2878
+
2879
+ #: ../cerber-users.php:130
2880
+ msgid "Block"
2881
+ msgstr "Bloquear"
2882
+
2883
+ #: ../nexus/cerber-nexus-master.php:62
2884
+ msgid "Select an existing group or enter a new one to add it"
2885
+ msgstr "Seleccionar un grupo existente o ingrese uno nuevo para agregarlo"
2886
+
2887
+ #: ../nexus/cerber-nexus-master.php:131
2888
+ msgid "Company"
2889
+ msgstr "Empresa"
2890
+
2891
+ #: ../nexus/cerber-nexus-master.php:655
2892
+ msgid "Invalid response from the slave website"
2893
+ msgstr "Respuesta inválida desde la página web esclava"
2894
+
2895
+ #: ../common.php:1161 ../common.php:1226
2896
+ msgid "Attempt to log in with non-existing username"
2897
+ msgstr "Intento de acceso con nombre de usuario inexistente"
2898
+
2899
+ #: ../cerber-load.php:3794
2900
+ msgid "Attempts to log in with non-existing usernames"
2901
+ msgstr "Intentos de inicio de sesión con un usuario no existente"
2902
+
2903
+ #: ../settings.php:321
2904
+ msgid "Use master language"
2905
+ msgstr "Utilizar idioma maestro"
2906
+
2907
+ #: ../settings.php:547
2908
+ msgid "Non-existing users"
2909
+ msgstr "Usuarios inexistentes"
2910
+
2911
+ #: ../settings.php:551
2912
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2913
+ msgstr "Bloquear IP inmediatamente al intentar iniciar sesión con un nombre de usuario inexistente"
2914
+
2915
+ #: ../nexus/cerber-slave-list.php:54
2916
+ msgid "Owner"
2917
+ msgstr "Dueño"
2918
+
2919
+ #: ../nexus/cerber-slave-list.php:323
2920
+ msgid "Disable master mode"
2921
+ msgstr "Deshabilitar modo maestro"
2922
+
2923
+ #: ../nexus/cerber-nexus.php:146
2924
+ msgid "To revoke the token and disable remote management, click here:"
2925
+ msgstr "Para revocar el token y deshabilitar la administración remota, haga click aquí:"
2926
+
2927
+ #: ../settings.php:697
2928
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2929
+ msgstr "Bloquear ejecución de scripts PHP en la carpeta de medios de WordPress"
2930
+
2931
+ #: ../nexus/cerber-nexus-master.php:1370 ../nexus/cerber-nexus-master.php:1415
2932
+ msgid "Active plugins and updates on"
2933
+ msgstr "Activar plugins y actualizaciones en"
2934
+
2935
+ #: ../nexus/cerber-nexus-master.php:1394
2936
+ msgid "A newer version is available"
2937
+ msgstr "Hay una nueva versión disponible"
2938
 
languages/wp-cerber-fr_CA.mo ADDED
Binary file
languages/wp-cerber-fr_CA.po ADDED
@@ -0,0 +1,2938 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: WP Cerber Security\n"
8
+ "Language: fr-ca\n"
9
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
+
11
+ #: ../settings.php:498
12
+ msgid "Limit login attempts"
13
+ msgstr "Limitation des tentatives de connexion"
14
+
15
+ #: ../settings.php:499
16
+ msgid "Attempts"
17
+ msgstr "Tentatives"
18
+
19
+ #: ../settings.php:505
20
+ msgid "Lockout duration"
21
+ msgstr "Durée du blocage"
22
+
23
+ #: ../settings.php:510 ../settings.php:606
24
+ msgid "minutes"
25
+ msgstr "minutes"
26
+
27
+ #: ../settings.php:513
28
+ msgid "Aggressive lockout"
29
+ msgstr "Blocage aggressif"
30
+
31
+ #: ../settings.php:532
32
+ msgid "Site connection"
33
+ msgstr "Connexion au site"
34
+
35
+ #: ../settings.php:540
36
+ msgid "Proactive security rules"
37
+ msgstr "Règles de sécurité proactives"
38
+
39
+ #: ../settings.php:541
40
+ msgid "Block subnet"
41
+ msgstr "Bloquer les sous-réseaux"
42
+
43
+ #: ../settings.php:559
44
+ msgid "Request wp-login.php"
45
+ msgstr "Requête sur wp-login.php"
46
+
47
+ #: ../settings.php:563
48
+ msgid "Immediately block IP after any request to wp-login.php"
49
+ msgstr "Bloquer immédiatement l’IP si elle tente d’accéder au fichier wp-login.php"
50
+
51
+ #: ../settings.php:575
52
+ msgid "Custom login page"
53
+ msgstr "Page de connexion personnalisée"
54
+
55
+ #: ../settings.php:576
56
+ msgid "Custom login URL"
57
+ msgstr "URL de connexion personnalisée"
58
+
59
+ #: ../settings.php:584
60
+ msgid "must not overlap with the existing pages or posts slug"
61
+ msgstr "ne doit pas chevaucher l’URL d’une page ou d’un article existant"
62
+
63
+ #: ../settings.php:586
64
+ msgid "Disable wp-login.php"
65
+ msgstr "Désactiver wp-login.php"
66
+
67
+ #: ../settings.php:591
68
+ msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
+ msgstr "Bloquer l’accès direct à wp-login.php et retourner une erreur HTTP 404 Not Found"
70
+
71
+ #: ../dashboard.php:1534 ../settings.php:594
72
+ msgid "Citadel mode"
73
+ msgstr "Mode Citadelle"
74
+
75
+ #: ../settings.php:595
76
+ msgid "Threshold"
77
+ msgstr "Seuil"
78
+
79
+ #: ../settings.php:601 ../cerber-scanner.php:3669
80
+ msgid "Duration"
81
+ msgstr "Durée"
82
+
83
+ #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
+ #: php:609
85
+ msgid "Notifications"
86
+ msgstr "Notifications"
87
+
88
+ #: ../settings.php:614
89
+ msgid "Send notification to admin email"
90
+ msgstr "Envoyer des notifications par courriel à l’administrateur"
91
+
92
+ #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
+ #: tools.php:47 ../cerber-tools.php:134
94
+ msgid "Access Lists"
95
+ msgstr "Listes d’accès"
96
+
97
+ #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
+ #: load.php:4258 ../settings.php:622
99
+ msgid "Activity"
100
+ msgstr "Activité"
101
+
102
+ #: ../dashboard.php:4162
103
+ msgid "Lockouts"
104
+ msgstr "Blocages"
105
+
106
+ #: ../settings.php:1347
107
+ msgid "%s allowed retries in %s minutes"
108
+ msgstr "%s tentatives autorisées en %s minutes"
109
+
110
+ #: ../settings.php:1373
111
+ msgid "Enable after %s failed login attempts in last %s minutes"
112
+ msgstr "Activer après %s tentatives échouées dans les %s dernières minutes"
113
+
114
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
+ #: load.php:4267
116
+ msgid "IP"
117
+ msgstr "IP"
118
+
119
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
+ #: php:3651
121
+ msgid "Date"
122
+ msgstr "Date"
123
+
124
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
+ msgid "Local User"
126
+ msgstr "Utilisateur local"
127
+
128
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
+ msgid "Username used"
130
+ msgstr "Identifiant utilisé"
131
+
132
+ #: ../dashboard.php:209
133
+ msgid "Showing last %d records from %d"
134
+ msgstr "Affichage de %d derniers enregistrements sur %d"
135
+
136
+ #: ../common.php:1151
137
+ msgid "Logged in"
138
+ msgstr "Connexion réussie"
139
+
140
+ #: ../common.php:1152
141
+ msgid "Logged out"
142
+ msgstr "Déconnexion"
143
+
144
+ #: ../common.php:1153
145
+ msgid "Login failed"
146
+ msgstr "Connexion échouée"
147
+
148
+ #: ../common.php:1156
149
+ msgid "IP blocked"
150
+ msgstr "IP bloquée"
151
+
152
+ #: ../common.php:1157
153
+ msgid "Subnet blocked"
154
+ msgstr "Sous-réseau bloqué"
155
+
156
+ #: ../common.php:1159
157
+ msgid "Citadel activated!"
158
+ msgstr "Citadelle activée !"
159
+
160
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
+ #: 1207
162
+ msgid "Locked out"
163
+ msgstr "Bloqué"
164
+
165
+ #: ../common.php:1209
166
+ msgid "IP blacklisted"
167
+ msgstr "IP blacklistées"
168
+
169
+ #: ../common.php:1174
170
+ msgid "Password changed"
171
+ msgstr "Changement de mot de passe"
172
+
173
+ #: ../dashboard.php:181 ../dashboard.php:267
174
+ msgid "Remove"
175
+ msgstr "Supprimer"
176
+
177
+ #: ../dashboard.php:551
178
+ msgid "Lockout for %s was removed"
179
+ msgstr "Le blocage de %s a été levé"
180
+
181
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
+ #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
183
+ msgid "White IP Access List"
184
+ msgstr "Liste blanche d'adresses IP"
185
+
186
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
+ #: php:1533 ../dashboard.php:3446
188
+ msgid "Black IP Access List"
189
+ msgstr "Liste noire d'adresses IP"
190
+
191
+ #: ../dashboard.php:273
192
+ msgid "List is empty"
193
+ msgstr "La liste est vide"
194
+
195
+ #: ../dashboard.php:306
196
+ msgid "Address %s was added to White IP Access List"
197
+ msgstr "L’adresse IP %s a été ajoutée à la Liste Blanche"
198
+
199
+ #: ../dashboard.php:328
200
+ msgid "Address %s was added to Black IP Access List"
201
+ msgstr "L’adresse IP %s a été ajoutée à la Liste Noire"
202
+
203
+ #: ../cerber-load.php:3565
204
+ msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
+ msgstr "Le mode Citadelle est activé après %d tentatives de connexion échouées en %d minutes."
206
+
207
+ #: ../dashboard.php:2297 ../dashboard.php:2724
208
+ msgid "View Activity"
209
+ msgstr "Voir l’activité"
210
+
211
+ #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
213
+ msgid "Settings"
214
+ msgstr "Réglages"
215
+
216
+ #: ../dashboard.php:1395
217
+ msgid "Last login"
218
+ msgstr "Dernière connexion"
219
+
220
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
+ #: slave-list.php:297
222
+ msgid "Never"
223
+ msgstr "Jamais"
224
+
225
+ #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
+ msgid "Are you sure?"
228
+ msgstr "Etes-vous sûr ?"
229
+
230
+ #: ../dashboard.php:1933 ../settings.php:537
231
+ msgid "My site is behind a reverse proxy"
232
+ msgstr "Mon site se trouve derrière un reverse proxy"
233
+
234
+ #: ../settings.php:1175
235
+ msgid "Make your protection smarter!"
236
+ msgstr "Rendez votre protection intelligente !"
237
+
238
+ #: ../settings.php:1179
239
+ msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
+ msgstr "Veuillez activer les Permaliens pour utiliser cette fonctionnalité. Le réglage des permaliens ne doit pas être “par défaut”."
241
+
242
+ #: ../dashboard.php:4163 ../cerber-load.php:4554
243
+ msgid "Main Settings"
244
+ msgstr "Réglages généraux"
245
+
246
+ #: ../dashboard.php:4386
247
+ msgid "Help"
248
+ msgstr "Aide"
249
+
250
+ #: ../settings.php:1357
251
+ msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
+ msgstr "Allonger la durée du blocage à %s heures après %s blocages dans les %s dernières heures"
253
+
254
+ #: ../cerber-load.php:392
255
+ msgid "You are not allowed to log in. Ask your administrator for assistance."
256
+ msgstr "Vous n’êtes pas autorisé à vous connecté. Contactez l’administrateur si vous avez besoin d’assistance."
257
+
258
+ #: ../cerber-load.php:417
259
+ msgid "You have only one attempt remaining."
260
+ msgid_plural "You have %d attempts remaining."
261
+ msgstr[0] "Il ne vous reste qu’une seule tentative."
262
+ msgstr[1] "Il vous reste %d tentatives."
263
+
264
+ #: ../dashboard.php:1032
265
+ msgid "No activity has been logged."
266
+ msgstr "Aucune activité n’a été notée."
267
+
268
+ #: ../dashboard.php:191
269
+ msgid "Expires"
270
+ msgstr "Expire le"
271
+
272
+ #: ../dashboard.php:215
273
+ msgid "No lockouts at the moment. The sky is clear."
274
+ msgstr "Pas de blocage pour le moment. Tout va bien dans le meilleur des mondes."
275
+
276
+ #: ../dashboard.php:239
277
+ msgid "These IPs will never be locked out"
278
+ msgstr "Ces adresses IP ne seront jamais bloquées"
279
+
280
+ #: ../dashboard.php:248
281
+ msgid "Your IP"
282
+ msgstr "Votre IP"
283
+
284
+ #: ../cerber-load.php:3566
285
+ msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
+ msgstr "La dernière tentative échouée date du %s. Elle vient de l’IP %s. Le nom d’utilisateur utilisé est : %s."
287
+
288
+ #: ../cerber-load.php:4522
289
+ msgid "Can't activate WP Cerber due to a database error."
290
+ msgstr "Impossible d’activer WP Cerber à cause d’une erreur de la base de données."
291
+
292
+ #: ../settings.php:1364
293
+ msgid "Notify admin if the number of active lockouts above"
294
+ msgstr "Notifier l’administrateur si le nombre de blocages actifs excède"
295
+
296
+ #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
297
+ msgid "days"
298
+ msgstr "jours"
299
+
300
+ #: ../dashboard.php:1485
301
+ msgid "Cerber Quick View"
302
+ msgstr "Cerber aperçu"
303
+
304
+ #: ../dashboard.php:211
305
+ msgid "Hint"
306
+ msgstr "Astuce"
307
+
308
+ #: ../dashboard.php:211
309
+ msgid "To view activity, click on the IP"
310
+ msgstr "Pour voir l’activité relative à cette IP, cliquez sur l’IP"
311
+
312
+ #: ../settings.php:545
313
+ msgid "Always block entire subnet Class C of intruders IP"
314
+ msgstr "Toujours bloquer le sous-réseau complet de classe C des IP intruses"
315
+
316
+ #: ../settings.php:619 ../settings.php:1370
317
+ msgid "Click to send test"
318
+ msgstr "Cliquez pour tester"
319
+
320
+ #: ../settings.php:1591 ../settings.php:1592
321
+ msgid "Attention! You have changed the login URL! The new login URL is"
322
+ msgstr "Attention ! Vous avez changer l’URL de connexion ! La nouvelle URL est"
323
+
324
+ #: ../dashboard.php:1394
325
+ msgid "Comments"
326
+ msgstr "Commentaires"
327
+
328
+ #: ../common.php:1593
329
+ msgid "Update to version %s of WP Cerber"
330
+ msgstr "Mettre à jour WP Cerber à la version %s"
331
+
332
+ #: ../cerber-load.php:3567 ../cerber-load.php:4299
333
+ msgid "View activity in dashboard"
334
+ msgstr "Voir l’activité dans le tableau de bord"
335
+
336
+ #: ../cerber-load.php:3596
337
+ msgid "Number of active lockouts"
338
+ msgstr "Nombre de blocages actifs"
339
+
340
+ #: ../cerber-load.php:3600
341
+ msgid "View lockouts in dashboard"
342
+ msgstr "Voir les blocages dans le tableau de bord"
343
+
344
+ #: ../cerber-load.php:3688
345
+ msgid "This message was sent by"
346
+ msgstr "Ce message a été envoyé par"
347
+
348
+ #: ../dashboard.php:76 ../dashboard.php:4286
349
+ msgid "Tools"
350
+ msgstr "Outils"
351
+
352
+ #: ../cerber-tools.php:34
353
+ msgid "Export settings to the file"
354
+ msgstr "Exporter les préférences"
355
+
356
+ #: ../cerber-tools.php:35
357
+ msgid "When you click the button below you will get a configuration file, which you can upload on another site."
358
+ msgstr "Vous obtiendrez un fichier de configuration lorsque vous cliquerez sur le bouton ci-dessous. Vous pourrez ensuite utiliser ce fichier de configuration sur d’autre site."
359
+
360
+ #: ../cerber-tools.php:36
361
+ msgid "What do you want to export?"
362
+ msgstr "Que voulez-vous exporter ?"
363
+
364
+ #: ../cerber-tools.php:39
365
+ msgid "Download file"
366
+ msgstr "Télécharger le fichier"
367
+
368
+ #: ../cerber-tools.php:41
369
+ msgid "Import settings from the file"
370
+ msgstr "Importer les préférences"
371
+
372
+ #: ../cerber-tools.php:42
373
+ msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
374
+ msgstr "En cliquant sur le bouton ci-dessous, le fichier sera importé et écrasera les réglages précédents."
375
+
376
+ #: ../cerber-tools.php:43
377
+ msgid "Select file to import."
378
+ msgstr "Sélectionnez un fichier."
379
+
380
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
+ msgid "Maximum upload file size: %s."
382
+ msgstr "Taille maximum de fichier autorisée : %s."
383
+
384
+ #: ../cerber-tools.php:46
385
+ msgid "What do you want to import?"
386
+ msgstr "Que voulez-vous importer ?"
387
+
388
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
+ msgid "Upload file"
390
+ msgstr "Téléverser un fichier"
391
+
392
+ #: ../cerber-tools.php:97
393
+ msgid "No file was uploaded or file is corrupted"
394
+ msgstr "Le fichier n’a pas été téléversé ou est corrompu"
395
+
396
+ #: ../cerber-tools.php:134
397
+ msgid "Error while updating"
398
+ msgstr "Erreur lors de la mise à jour"
399
+
400
+ #: ../cerber-tools.php:140
401
+ msgid "Settings has imported successfully from"
402
+ msgstr "Les préférences ont été importées avec succès depuis"
403
+
404
+ #: ../cerber-tools.php:147
405
+ msgid "Error while parsing file"
406
+ msgstr "Error lors de l’analyse du fichier"
407
+
408
+ #: ../dashboard.php:189 ../dashboard.php:1001
409
+ msgid "Hostname"
410
+ msgstr "Hôte"
411
+
412
+ #: ../dashboard.php:488
413
+ msgid "unknown"
414
+ msgstr "inconnu"
415
+
416
+ #: ../settings.php:623 ../settings.php:961
417
+ msgid "Keep records for"
418
+ msgstr "Conserver l’historique pour"
419
+
420
+ #: ../dashboard.php:1519 ../dashboard.php:1541
421
+ msgid "active"
422
+ msgstr "active"
423
+
424
+ #: ../dashboard.php:1519
425
+ msgid "deactivate"
426
+ msgstr "désactivé"
427
+
428
+ #: ../dashboard.php:1521
429
+ msgid "not active"
430
+ msgstr "inactif"
431
+
432
+ #: ../dashboard.php:1522 ../dashboard.php:1536
433
+ msgid "disabled"
434
+ msgstr "désactivée"
435
+
436
+ #: ../dashboard.php:1527
437
+ msgid "failed attempts"
438
+ msgstr "tentatives de connexion échouées"
439
+
440
+ #: ../dashboard.php:1527 ../dashboard.php:1528
441
+ msgid "in 24 hours"
442
+ msgstr "en 24 heures"
443
+
444
+ #: ../dashboard.php:1527 ../dashboard.php:1528
445
+ msgid "view all"
446
+ msgstr "voir tout"
447
+
448
+ #: ../dashboard.php:1528
449
+ msgid "lockouts"
450
+ msgstr "blocages"
451
+
452
+ #: ../dashboard.php:1530
453
+ msgid "Lockouts at the moment"
454
+ msgstr "Blocages actuels"
455
+
456
+ #: ../dashboard.php:1531
457
+ msgid "Last lockout"
458
+ msgstr "Dernier blocage"
459
+
460
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
461
+ msgid "entry"
462
+ msgid_plural "entries"
463
+ msgstr[0] "entrée"
464
+ msgstr[1] "entrées"
465
+
466
+ #: ../dashboard.php:2175
467
+ msgid "Confused about some settings?"
468
+ msgstr "Confus au sujet de certains paramètres ?"
469
+
470
+ #: ../dashboard.php:2176
471
+ msgid "You can easily load default recommended settings using button below"
472
+ msgstr "Vous pouvez facilement charger les paramètres recommandés par défaut en utilisant le bouton ci-dessous"
473
+
474
+ #: ../dashboard.php:2178
475
+ msgid "Load default settings"
476
+ msgstr "Charger les paramètres par défaut"
477
+
478
+ #: ../dashboard.php:2186
479
+ msgid "doesn't affect Custom login URL and Access Lists"
480
+ msgstr "n’affecte pas l’URL de connexion personnalisée ni les Listes d’accès"
481
+
482
+ #: ../common.php:1586 ../settings.php:805
483
+ msgid "New version is available"
484
+ msgstr "Nouvelle version disponible"
485
+
486
+ #: ../cerber-load.php:3539
487
+ msgid "WP Cerber notify"
488
+ msgstr "Préférences WP Cerber"
489
+
490
+ #: ../cerber-load.php:3563
491
+ msgid "Citadel mode is activated"
492
+ msgstr "Le mode citadelle est activé"
493
+
494
+ #: ../cerber-load.php:3635
495
+ msgid "New Custom login URL"
496
+ msgstr "URL de connexion personnalisée"
497
+
498
+ #: ../cerber-load.php:4509
499
+ msgid "The WP Cerber requires PHP %s or higher. You are running"
500
+ msgstr "WP Cerber nécessite PHP %s ou supérieur. Vous avez actuellement"
501
+
502
+ #: ../cerber-load.php:4513
503
+ msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
+ msgstr "WP Cerber nécessite WordPress %s ou supérieur. Vous avez actuellement"
505
+
506
+ #: ../settings.php:654
507
+ msgid "Use file"
508
+ msgstr "Utiliser un fichier"
509
+
510
+ #: ../settings.php:658
511
+ msgid "Write failed login attempts to the file"
512
+ msgstr "Inscrire les tentatives de connexion échouées dans un fichier de log"
513
+
514
+ #: ../dashboard.php:2296
515
+ msgid "Deactivate"
516
+ msgstr "Désactiver"
517
+
518
+ #: ../dashboard.php:192 ../cerber-load.php:3598
519
+ msgid "Reason"
520
+ msgstr "Raison"
521
+
522
+ #: ../dashboard.php:280
523
+ msgid "Add IP to the list"
524
+ msgstr "Ajouter l’IP à la liste"
525
+
526
+ #: ../dashboard.php:1261
527
+ msgid "Add IP to the Black List"
528
+ msgstr "Ajouter l’IP à la liste noire"
529
+
530
+ #: ../common.php:1246
531
+ msgid "Attempt to access"
532
+ msgstr "Tentative d’accès"
533
+
534
+ #: ../common.php:1245
535
+ msgid "Limit on login attempts is reached"
536
+ msgstr "La limite de tentatives de connexion est atteinte"
537
+
538
+ #: ../cerber-load.php:3597
539
+ msgid "Last lockout was added: %s for IP %s"
540
+ msgstr "Le dernier blocage a été ajouté le %s pour l’IP %s"
541
+
542
+ #: ../dashboard.php:4165 ../cerber-load.php:4558
543
+ msgid "Hardening"
544
+ msgstr "Renforcer"
545
+
546
+ #: ../dashboard.php:1236
547
+ msgid "Abuse email:"
548
+ msgstr "Courriel d'abus:"
549
+
550
+ #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
551
+ msgid "Email Address"
552
+ msgstr "Adresse courriel"
553
+
554
+ #: ../settings.php:801
555
+ msgid "if empty, the admin email %s will be used"
556
+ msgstr "si vide, l’adresse courriel de l’administrateur %s sera utilisée"
557
+
558
+ #: ../settings.php:662
559
+ msgid "Drill down IP"
560
+ msgstr "Examiner les IPs"
561
+
562
+ #: ../settings.php:666
563
+ msgid "Retrieve extra WHOIS information for IP"
564
+ msgstr "Récupérer les données WHOIS des IPs"
565
+
566
+ #: ../settings.php:686
567
+ msgid "Hardening WordPress"
568
+ msgstr "Renforcer WordPress"
569
+
570
+ #: ../settings.php:687 ../settings.php:731
571
+ msgid "Stop user enumeration"
572
+ msgstr "Empêcher l’énumération des utilisateurs"
573
+
574
+ #: ../settings.php:714
575
+ msgid "Disable XML-RPC"
576
+ msgstr "Désactiver XML-RPC"
577
+
578
+ #: ../settings.php:719
579
+ msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
580
+ msgstr "Bloquer l’accès au serveur XMlL-RPC (inclut les Pingbacks et Trackbacks)"
581
+
582
+ #: ../settings.php:721
583
+ msgid "Disable feeds"
584
+ msgstr "Désactiver les flux"
585
+
586
+ #: ../settings.php:726
587
+ msgid "Block access to the RSS, Atom and RDF feeds"
588
+ msgstr "Bloquer l’accès aux flux RSS, Atom et RDF"
589
+
590
+ #: ../settings.php:739
591
+ msgid "Disable REST API"
592
+ msgstr "Désactiver REST API"
593
+
594
+ #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
595
+ msgid "<strong>ERROR</strong>: please enter a valid email address."
596
+ msgstr "<strong>ERREUR</strong>: veuillez saisir une adresse courriel valide."
597
+
598
+ #: ../cerber-load.php:3628 ../cerber-load.php:4543
599
+ msgid "WP Cerber is now active and has started protecting your site"
600
+ msgstr "WP Cerber est maintenant actif et protège votre site"
601
+
602
+ #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
603
+ msgid "Action"
604
+ msgstr "Action"
605
+
606
+ #: ../dashboard.php:241
607
+ msgid "Nobody can log in or register from these IPs"
608
+ msgstr "Personne ne peut se connecter à partir de ces IPs"
609
+
610
+ #: ../dashboard.php:298 ../dashboard.php:315
611
+ msgid "Incorrect IP address or IP range"
612
+ msgstr "IP ou plage d’IP incorrecte"
613
+
614
+ #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
615
+ msgid "Settings saved"
616
+ msgstr "Paramètres sauvegardés"
617
+
618
+ #: ../dashboard.php:1241
619
+ msgid "Network:"
620
+ msgstr "Réseau:"
621
+
622
+ #: ../dashboard.php:1256
623
+ msgid "Add network to the Black List"
624
+ msgstr "Ajouter un réseau à la liste noire"
625
+
626
+ #: ../dashboard.php:2295
627
+ msgid "Attention! Citadel mode is now active. Nobody is able to log in."
628
+ msgstr "Attention ! Le mode Citadel est maintenant activé. Plus personne ne peut se connecter."
629
+
630
+ #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
631
+ #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
632
+ msgid "Unknown"
633
+ msgstr "Inconnu"
634
+
635
+ #. Author of the plugin
636
+ #:
637
+ msgid "Gregory"
638
+ msgstr "Gregory"
639
+
640
+ #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
641
+ #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
642
+ #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
643
+ #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
644
+ #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
645
+ #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
646
+ #: /nexus/cerber-nexus-slave.php:233
647
+ msgid "ERROR:"
648
+ msgstr "ERREUR :"
649
+
650
+ #: ../cerber-load.php:729
651
+ msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
652
+ msgstr "Vérification humaine échouée. Veuillez cliquer sur la case à cocher de la boite de dialogue reCAPTCHA ci-dessous."
653
+
654
+ #: ../cerber-load.php:1045
655
+ msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
656
+ msgstr "<strong>ERREUR</strong>: Le mot de passe que vous avez saisie pour l’identifiant %s est incorrect."
657
+
658
+ #: ../cerber-load.php:1319
659
+ msgid "Username is not allowed. Please choose another one."
660
+ msgstr "Ce nom d’utilisateur n’est pas autorisé. Veuillez en choisir un autre."
661
+
662
+ #: ../cerber-load.php:3591
663
+ msgid "unspecified"
664
+ msgstr "non spécifié"
665
+
666
+ #: ../cerber-load.php:3594
667
+ msgid "Number of lockouts is increasing"
668
+ msgstr "Le nombre de blocage augmente"
669
+
670
+ #: ../cerber-load.php:3599
671
+ msgid "View activity for this IP"
672
+ msgstr "Voir l’activité pour cette IP"
673
+
674
+ #: ../cerber-load.php:3603 ../cerber-load.php:3605
675
+ msgid "A new version of WP Cerber is available to install"
676
+ msgstr "Une nouvelle version de WP Cerber est disponible"
677
+
678
+ #: ../cerber-load.php:3604
679
+ msgid "Hi!"
680
+ msgstr "Salut !"
681
+
682
+ #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
683
+ #: 45
684
+ msgid "Website"
685
+ msgstr "Site web"
686
+
687
+ #: ../cerber-load.php:3610 ../cerber-load.php:3611
688
+ msgid "The WP Cerber security plugin has been deactivated"
689
+ msgstr "Le plugin WP Cerber a été désactivé"
690
+
691
+ #: ../cerber-load.php:3613
692
+ msgid "Not logged in"
693
+ msgstr "Non connecté"
694
+
695
+ #: ../cerber-load.php:3619
696
+ msgid "By user"
697
+ msgstr "Par utilisateur"
698
+
699
+ #: ../cerber-load.php:3620
700
+ msgid "From IP address"
701
+ msgstr "De l’adresse IP"
702
+
703
+ #: ../cerber-load.php:3623
704
+ msgid "From country"
705
+ msgstr "Du pays"
706
+
707
+ #: ../cerber-load.php:3627
708
+ msgid "The WP Cerber security plugin is now active"
709
+ msgstr "Le plugin WP Cerber est maintenant actif"
710
+
711
+ #: ../cerber-load.php:4544
712
+ msgid "Your IP address is added to the"
713
+ msgstr "Votre adresse IP a été ajouté à"
714
+
715
+ #: ../cerber-load.php:4560
716
+ msgid "Import settings"
717
+ msgstr "Importer les paramètres"
718
+
719
+ #: ../settings.php:804
720
+ msgid "Notification limit"
721
+ msgstr "Limite de notification"
722
+
723
+ #: ../settings.php:804
724
+ msgid "notification letters allowed per hour (0 means unlimited)"
725
+ msgstr "nombre limite de courriels de notification par heure (0 pour illimité)"
726
+
727
+ #: ../settings.php:111
728
+ msgid "User related settings"
729
+ msgstr "Paramètres relatifs aux utilisateurs"
730
+
731
+ #: ../settings.php:153
732
+ msgid "Prohibited usernames"
733
+ msgstr "Identifiants interdits"
734
+
735
+ #: ../settings.php:154
736
+ msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
737
+ msgstr "Les identifiants de cette liste ne pourront ni se connecter ni s’inscrire. Toute IP qui aurait tenté d’utiliser un de ces identifiants sera immédiatement bloquée. Séparez les identifiants par des virgules."
738
+
739
+ #: ../settings.php:161
740
+ msgid "User session expire"
741
+ msgstr "Session utilisateur expirée"
742
+
743
+ #: ../settings.php:162
744
+ msgid "in minutes (leave empty to use default WP value)"
745
+ msgstr "en minutes (laisser vide pour utiliser la valeur par défaut de WordPress)"
746
+
747
+ #: ../settings.php:237
748
+ msgid "reCAPTCHA settings"
749
+ msgstr "Paramètres reCAPTCHA"
750
+
751
+ #: ../settings.php:240
752
+ msgid "Site key"
753
+ msgstr "Clef du site"
754
+
755
+ #: ../settings.php:244
756
+ msgid "Secret key"
757
+ msgstr "Clef secrète"
758
+
759
+ #: ../settings.php:254
760
+ msgid "Enable reCAPTCHA for WordPress registration form"
761
+ msgstr "Activer reCAPTCHA pour le formulaire d’inscription WordPress"
762
+
763
+ #: ../settings.php:263
764
+ msgid "Lost password form"
765
+ msgstr "Formulaire de récupération de mot de passe"
766
+
767
+ #: ../settings.php:273
768
+ msgid "Login form"
769
+ msgstr "Formulaire de connexion"
770
+
771
+ #: ../settings.php:274
772
+ msgid "Enable reCAPTCHA for WordPress login form"
773
+ msgstr "Activer reCAPTCHA pour le formulaire de connexion WordPress"
774
+
775
+ #: ../settings.php:1193
776
+ msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
777
+ msgstr "Avant d’utiliser reCAPTCHA, il vous faut obtenir une Clef de Site et une Clef Secrète sur le site de Google"
778
+
779
+ #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
780
+ msgid "Know more"
781
+ msgstr "En savoir plus"
782
+
783
+ #: ../dashboard.php:4166
784
+ msgid "Users"
785
+ msgstr "Utilisateurs"
786
+
787
+ #: ../common.php:1149
788
+ msgid "User created"
789
+ msgstr "Utilisateur créé"
790
+
791
+ #: ../dashboard.php:2126 ../common.php:1150
792
+ msgid "User registered"
793
+ msgstr "Inscription utilisateur"
794
+
795
+ #: ../common.php:1177
796
+ msgid "reCAPTCHA verification failed"
797
+ msgstr "Vérification reCAPTCHA échouée"
798
+
799
+ #: ../common.php:1178
800
+ msgid "reCAPTCHA settings are incorrect"
801
+ msgstr "Les paramètres reCAPTCHA sont incorrects"
802
+
803
+ #: ../common.php:1181 ../common.php:1267
804
+ msgid "Attempt to access prohibited URL"
805
+ msgstr "Tentative d’accès à une URL interdite"
806
+
807
+ #: ../common.php:1183 ../common.php:1248
808
+ msgid "Attempt to log in with prohibited username"
809
+ msgstr "Tentative de connexion avec un identifiant interdit"
810
+
811
+ #: ../settings.php:639
812
+ msgid "Cerber Lab connection"
813
+ msgstr "Connexion Cerber Lab"
814
+
815
+ #: ../settings.php:643
816
+ msgid "Send malicious IP addresses to the Cerber Lab"
817
+ msgstr "Envoyer les adresses IP bloquées au Cerber Lab"
818
+
819
+ #: ../settings.php:645
820
+ msgid "Cerber Lab protocol"
821
+ msgstr "Protocole Cerber Lab"
822
+
823
+ #: ../settings.php:185 ../settings.php:253
824
+ msgid "Registration form"
825
+ msgstr "Formulaire d’inscription"
826
+
827
+ #: ../settings.php:259
828
+ msgid "Enable reCAPTCHA for WooCommerce registration form"
829
+ msgstr "Activer reCAPTCHA pour le formulaire d’inscription WooCommerce"
830
+
831
+ #: ../settings.php:264
832
+ msgid "Enable reCAPTCHA for WordPress lost password form"
833
+ msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WordPress"
834
+
835
+ #: ../settings.php:269
836
+ msgid "Enable reCAPTCHA for WooCommerce lost password form"
837
+ msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WooCommerce"
838
+
839
+ #: ../settings.php:279
840
+ msgid "Enable reCAPTCHA for WooCommerce login form"
841
+ msgstr "Activer reCAPTCHA pour le formulaire de connexion WooCommerce"
842
+
843
+ #: ../common.php:1179
844
+ msgid "Request to the Google reCAPTCHA service failed"
845
+ msgstr "La requête au service Google reCAPTCHA a échouée"
846
+
847
+ #: ../dashboard.php:2118 ../dashboard.php:2148
848
+ msgid "View all"
849
+ msgstr "Voir tout"
850
+
851
+ #: ../dashboard.php:2151
852
+ msgid "Recently locked out IP addresses"
853
+ msgstr "IPs récemment bloquées"
854
+
855
+ #: ../cerber-lab.php:777
856
+ msgid "OK, nail them all"
857
+ msgstr "Allez, abattez-les tous !"
858
+
859
+ #: ../cerber-lab.php:778
860
+ msgid "NO, maybe later"
861
+ msgstr "NON, peut-être plus tard"
862
+
863
+ #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
864
+ #: php:4160
865
+ msgid "Dashboard"
866
+ msgstr "Tableau de bord"
867
+
868
+ #: ../cerber-lab.php:775
869
+ msgid "Want to make WP Cerber even more powerful?"
870
+ msgstr "Désireux de rendre WP Cerber encore plus puissant ?"
871
+
872
+ #: ../cerber-lab.php:776
873
+ msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
874
+ msgstr "Permettre à WP Cerber d’envoyer les adresses IP qui ont été bloqués au Cerber Lab. Cela aidera l’équipe à créer de nouveau algorithmes pour que WP Cerber puisse défendre WordPress contre les nouvelles attaques et réseaux de robots qui apparaissent chaque jour. Vous pouvez désactiver l’envoi des données à tout moment dans les réglages du plugin."
875
+
876
+ #: ../dashboard.php:778 ../dashboard.php:3275
877
+ msgid "IP address"
878
+ msgstr "adresse IP"
879
+
880
+ #: ../dashboard.php:783
881
+ msgid "User login"
882
+ msgstr "Connexion de l'utilisateur"
883
+
884
+ #: ../dashboard.php:784 ../dashboard.php:3281
885
+ msgid "User ID"
886
+ msgstr "ID utilisateur"
887
+
888
+ #: ../dashboard.php:1028 ../dashboard.php:3715
889
+ msgid "Export"
890
+ msgstr "Exporter"
891
+
892
+ #: ../dashboard.php:1050
893
+ msgid "Search for IP or username"
894
+ msgstr "Rechercher une adresse IP ou un nom d'utilisateur"
895
+
896
+ #: ../dashboard.php:1051
897
+ msgid "Filter"
898
+ msgstr "Filtre"
899
+
900
+ #: ../dashboard.php:55
901
+ msgid "Cerber Dashboard"
902
+ msgstr "Tableau de bord Cerber"
903
+
904
+ #: ../dashboard.php:76
905
+ msgid "Cerber tools"
906
+ msgstr "Outils Cerber"
907
+
908
+ #: ../dashboard.php:2383
909
+ msgid "Subscribe"
910
+ msgstr "S'abonner"
911
+
912
+ #: ../dashboard.php:2384 ../cerber-tools.php:228
913
+ msgid "Unsubscribe"
914
+ msgstr "Se désabonner"
915
+
916
+ #: ../dashboard.php:2412
917
+ msgid "You've subscribed"
918
+ msgstr "Vous êtes abonné(e)"
919
+
920
+ #: ../dashboard.php:2416
921
+ msgid "You've unsubscribed"
922
+ msgstr "Vous vous êtes désabonné"
923
+
924
+ #: ../cerber-load.php:3639 ../cerber-load.php:3640
925
+ msgid "A new activity has been recorded"
926
+ msgstr "Une nouvelle activité a été enregistrée"
927
+
928
+ #: ../cerber-load.php:4271
929
+ msgid "User"
930
+ msgstr "Utilisateur"
931
+
932
+ #: ../cerber-load.php:4279
933
+ msgid "Search string"
934
+ msgstr "Chaîne de recherche"
935
+
936
+ #: ../cerber-load.php:4300
937
+ msgid "To unsubscribe click here"
938
+ msgstr "Pour vous désabonner, cliquez ici"
939
+
940
+ #: ../settings.php:661
941
+ msgid "Preferences"
942
+ msgstr "Préférences"
943
+
944
+ #: ../settings.php:668
945
+ msgid "Date format"
946
+ msgstr "Format de date"
947
+
948
+ #: ../settings.php:673
949
+ msgid "if empty, the default format %s will be used"
950
+ msgstr "si vide, le format par défaut %s sera utilisé"
951
+
952
+ #: ../settings.php:810
953
+ msgid "Push notifications"
954
+ msgstr "Notifications poussées"
955
+
956
+ #: ../settings.php:790
957
+ msgid "Email notifications"
958
+ msgstr "Notifications par courriel"
959
+
960
+ #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
961
+ msgid "Use comma to specify multiple values"
962
+ msgstr "Utilisez la virgule pour spécifier plusieurs valeurs"
963
+
964
+ #: ../settings.php:818
965
+ msgid "All connected devices"
966
+ msgstr "Tous les appareils connectés"
967
+
968
+ #: ../settings.php:821
969
+ msgid "No devices found"
970
+ msgstr "Aucun appareil trouvé"
971
+
972
+ #: ../settings.php:825
973
+ msgid "Not available"
974
+ msgstr "Non disponible"
975
+
976
+ #: ../common.php:1175
977
+ msgid "Password reset requested"
978
+ msgstr "Réinitialisation du mot de passe demandée"
979
+
980
+ #: ../common.php:1249
981
+ msgid "Limit on failed reCAPTCHA verifications is reached"
982
+ msgstr "La limite sur les vérifications reCAPTCHA échouées est atteinte."
983
+
984
+ #: ../common.php:1398
985
+ msgid "%s ago"
986
+ msgstr "il y a %s"
987
+
988
+ #: ../settings.php:524
989
+ msgid "Apply limit login rules to IP addresses in the White IP Access List"
990
+ msgstr "Appliquer les règles de connexion de limite aux adresses IP dans la liste d'accès White IP"
991
+
992
+ #: ../settings.php:565
993
+ msgid "Display 404 page"
994
+ msgstr "Afficheur 404 page"
995
+
996
+ #: ../settings.php:248
997
+ msgid "Invisible reCAPTCHA"
998
+ msgstr "Invisible reCAPTCHA"
999
+
1000
+ #: ../settings.php:249
1001
+ msgid "Enable invisible reCAPTCHA"
1002
+ msgstr "Activer le reCAPTCHA invisible"
1003
+
1004
+ #: ../settings.php:249
1005
+ msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1006
+ msgstr "(ne l'activez que si vous obtenez et entrez les clés Site et Secret pour la version invisible)"
1007
+
1008
+ #: ../settings.php:284
1009
+ msgid "Enable reCAPTCHA for WordPress comment form"
1010
+ msgstr "Activer le formulaire de commentaire reCAPTCHA pour WordPress"
1011
+
1012
+ #: ../settings.php:289
1013
+ msgid "Disable reCAPTCHA for logged in users"
1014
+ msgstr "Désactiver reCAPTCHA pour les utilisateurs connectés"
1015
+
1016
+ #: ../settings.php:293
1017
+ msgid "Limit attempts"
1018
+ msgstr "Limiter les tentatives"
1019
+
1020
+ #: ../settings.php:294
1021
+ msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1022
+ msgstr "Verrouiller l'adresse IP pendant %s minutes après %s tentatives échouées en %s minutes"
1023
+
1024
+ #: ../settings.php:1186
1025
+ msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1026
+ msgstr "En mode Citadel, personne ne peut se connecter sauf les adresses IP de la White IP Access List. Les sessions utilisateur actives ne seront pas affectées."
1027
+
1028
+ #: ../dashboard.php:780 ../dashboard.php:1004
1029
+ msgid "Event"
1030
+ msgstr "Événement"
1031
+
1032
+ #: ../common.php:254
1033
+ msgid "Spam comments denied"
1034
+ msgstr "Les commentaires de spam sont refusés"
1035
+
1036
+ #: ../common.php:256
1037
+ msgid "Malicious IP addresses detected"
1038
+ msgstr "Adresses IP malveillantes détectées"
1039
+
1040
+ #: ../common.php:257
1041
+ msgid "Lockouts occurred"
1042
+ msgstr "Des lock-out ont eu lieu"
1043
+
1044
+ #: ../dashboard.php:2127
1045
+ msgid "All suspicious activity"
1046
+ msgstr "Toute activité suspecte"
1047
+
1048
+ #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1049
+ #: /cerber-load.php:1332
1050
+ msgid "You are not allowed to register."
1051
+ msgstr "Vous n'êtes pas autorisé à vous inscrire."
1052
+
1053
+ #: ../common.php:1160
1054
+ msgid "Spam comment denied"
1055
+ msgstr "Commentaire anti-spam refusé"
1056
+
1057
+ #: ../common.php:1185
1058
+ msgid "Attempt to log in denied"
1059
+ msgstr "Tentative d'ouverture de session refusée"
1060
+
1061
+ #: ../common.php:1186
1062
+ msgid "Attempt to register denied"
1063
+ msgstr "Tentative d'enregistrement refusée"
1064
+
1065
+ #: ../common.php:251
1066
+ msgid "Malicious activities mitigated"
1067
+ msgstr "Atténuation des activités malveillantes"
1068
+
1069
+ #: ../dashboard.php:69
1070
+ msgid "Cerber antispam settings"
1071
+ msgstr "Paramètres antispam Cerber"
1072
+
1073
+ #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1074
+ msgid "Antispam"
1075
+ msgstr "Antispam"
1076
+
1077
+ #: ../settings.php:177
1078
+ msgid "Cerber antispam engine"
1079
+ msgstr "Moteur antispam Cerber"
1080
+
1081
+ #: ../settings.php:180
1082
+ msgid "Comment form"
1083
+ msgstr "Formulaire de commentaires"
1084
+
1085
+ #: ../settings.php:181
1086
+ msgid "Protect comment form with bot detection engine"
1087
+ msgstr "Protéger le formulaire de commentaires avec le moteur de détection de bot"
1088
+
1089
+ #: ../settings.php:186
1090
+ msgid "Protect registration form with bot detection engine"
1091
+ msgstr "Protéger le formulaire d'inscription avec le moteur de détection de bot"
1092
+
1093
+ #: ../dashboard.php:4288
1094
+ msgid "Export & Import"
1095
+ msgstr "Exportation et importation"
1096
+
1097
+ #: ../dashboard.php:4289
1098
+ msgid "Diagnostic"
1099
+ msgstr "Diagnostic"
1100
+
1101
+ #: ../dashboard.php:4292
1102
+ msgid "License"
1103
+ msgstr "Licence"
1104
+
1105
+ #: ../dashboard.php:4199
1106
+ msgid "Antispam and bot detection settings"
1107
+ msgstr "Paramètres d'antispam et de détection des robots"
1108
+
1109
+ #: ../cerber-load.php:1570
1110
+ msgid "Sorry, human verification failed."
1111
+ msgstr "Désolé, la vérification humaine a échoué."
1112
+
1113
+ #: ../common.php:1250
1114
+ msgid "Bot activity is detected"
1115
+ msgstr "L'activité du bot est détectée"
1116
+
1117
+ #: ../settings.php:219
1118
+ msgid "Comment processing"
1119
+ msgstr "Commenter le processus"
1120
+
1121
+ #: ../settings.php:222
1122
+ msgid "If a spam comment detected"
1123
+ msgstr "Si un commentaire indésirable est détecté"
1124
+
1125
+ #: ../settings.php:227
1126
+ msgid "Trash spam comments"
1127
+ msgstr "Commentaires sur le spam de la corbeille"
1128
+
1129
+ #: ../settings.php:229
1130
+ msgid "Move spam comments to trash after"
1131
+ msgstr "Déplacer les commentaires indésirables à la corbeille"
1132
+
1133
+ #: ../common.php:1161
1134
+ msgid "Spam form submission denied"
1135
+ msgstr "Soumission du formulaire anti-spam refusée"
1136
+
1137
+ #: ../settings.php:190
1138
+ msgid "Other forms"
1139
+ msgstr "Autres formulaires"
1140
+
1141
+ #: ../settings.php:191
1142
+ msgid "Protect all forms on the website with bot detection engine"
1143
+ msgstr "Protégez tous les formulaires sur le site Web avec le moteur de détection de bot"
1144
+
1145
+ #: ../settings.php:197
1146
+ msgid "Adjust antispam engine"
1147
+ msgstr "Ajuster le moteur antispam"
1148
+
1149
+ #: ../settings.php:200
1150
+ msgid "Safe mode"
1151
+ msgstr "Mode sans échec"
1152
+
1153
+ #: ../settings.php:201
1154
+ msgid "Use less restrictive policies (allow AJAX)"
1155
+ msgstr "Utiliser des politiques moins restrictives (autoriser AJAX)"
1156
+
1157
+ #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
1158
+ msgid "Logged in users"
1159
+ msgstr "Utilisateurs connectés"
1160
+
1161
+ #: ../settings.php:206
1162
+ msgid "Disable bot detection engine for logged in users"
1163
+ msgstr "Désactiver le moteur de détection des bots pour les utilisateurs connectés"
1164
+
1165
+ #: ../dashboard.php:190 ../dashboard.php:1002
1166
+ msgid "Country"
1167
+ msgstr "Pays"
1168
+
1169
+ #: ../dashboard.php:1039
1170
+ msgid "All events"
1171
+ msgstr "Tous les évènements"
1172
+
1173
+ #: ../dashboard.php:61
1174
+ msgid "Cerber Security Rules"
1175
+ msgstr "Règles de sécurité Cerber"
1176
+
1177
+ #: ../dashboard.php:61 ../dashboard.php:4236
1178
+ msgid "Security Rules"
1179
+ msgstr "Règles de sécurité"
1180
+
1181
+ #: ../dashboard.php:1396
1182
+ msgid "Failed login attempts"
1183
+ msgstr "Echec des tentatives de connexion"
1184
+
1185
+ #: ../dashboard.php:1353 ../dashboard.php:1397
1186
+ msgid "Registered"
1187
+ msgstr "Enregistré"
1188
+
1189
+ #: ../dashboard.php:1467 ../cerber-users.php:25
1190
+ msgid "You"
1191
+ msgstr "Vous"
1192
+
1193
+ #: ../common.php:255
1194
+ msgid "Spam form submissions denied"
1195
+ msgstr "Refus d'envoi du formulaire anti-spam"
1196
+
1197
+ #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1198
+ msgid "Getting Started Guide"
1199
+ msgstr "Guide de démarrage"
1200
+
1201
+ #: ../dashboard.php:4238
1202
+ msgid "Countries"
1203
+ msgstr "Pays"
1204
+
1205
+ #: ../dashboard.php:2987
1206
+ msgid "Permitted for one country"
1207
+ msgid_plural "Permitted for %d countries"
1208
+ msgstr[0] "Autorisé pour un pays"
1209
+ msgstr[1] "Autorisé pour %d pays"
1210
+
1211
+ #: ../dashboard.php:2998
1212
+ msgid "No rule"
1213
+ msgstr "Aucune règle"
1214
+
1215
+ #: ../dashboard.php:3209
1216
+ msgid "Security rules have been updated"
1217
+ msgstr "Les règles de sécurité ont été mises à jour"
1218
+
1219
+ #. URI of the plugin
1220
+ #:
1221
+ msgid "https://wpcerber.com"
1222
+ msgstr "https://wpcerber.com"
1223
+
1224
+ #: ../common.php:1162
1225
+ msgid "Form submission denied"
1226
+ msgstr "Refus d'envoi du formulaire"
1227
+
1228
+ #: ../common.php:1163
1229
+ msgid "Comment denied"
1230
+ msgstr "Commentaire refusé"
1231
+
1232
+ #: ../common.php:1191
1233
+ msgid "Request to REST API denied"
1234
+ msgstr "Demande d'REST API refusée"
1235
+
1236
+ #: ../common.php:1192
1237
+ msgid "XML-RPC request denied"
1238
+ msgstr "Requête XML-RPC refusée"
1239
+
1240
+ #: ../common.php:1205
1241
+ msgid "Bot detected"
1242
+ msgstr "Bot détecté"
1243
+
1244
+ #: ../common.php:1206
1245
+ msgid "Citadel mode is active"
1246
+ msgstr "Le mode Citadel est actif"
1247
+
1248
+ #: ../common.php:1211
1249
+ msgid "Malicious activity detected"
1250
+ msgstr "Activité malveillante détectée"
1251
+
1252
+ #: ../common.php:1212
1253
+ msgid "Blocked by country rule"
1254
+ msgstr "Bloqué par la règle du pays"
1255
+
1256
+ #: ../common.php:1213
1257
+ msgid "Limit reached"
1258
+ msgstr "Limite atteinte"
1259
+
1260
+ #: ../common.php:1214
1261
+ msgid "Multiple suspicious activities"
1262
+ msgstr "Plusieurs activités suspectes"
1263
+
1264
+ #: ../common.php:1251
1265
+ msgid "Multiple suspicious activities were detected"
1266
+ msgstr "Plusieurs activités suspectes ont été détectées"
1267
+
1268
+ #: ../settings.php:751
1269
+ msgid "Allow REST API for logged in users"
1270
+ msgstr "Autoriser l'REST API pour les utilisateurs connectés"
1271
+
1272
+ #: ../settings.php:766
1273
+ msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1274
+ msgstr "Spécifiez les espaces de noms de l'REST API à autoriser si l'REST API est désactivée. Une corde par ligne."
1275
+
1276
+ #: ../settings.php:147
1277
+ msgid "Registration limit"
1278
+ msgstr "Limite d'enregistrement"
1279
+
1280
+ #: ../settings.php:168
1281
+ msgid "Sort users in dashboard"
1282
+ msgstr "Trier les utilisateurs dans le tableau de bord"
1283
+
1284
+ #: ../settings.php:169
1285
+ msgid "by date of registration"
1286
+ msgstr "par date d'enregistrement"
1287
+
1288
+ #: ../settings.php:210
1289
+ msgid "Query whitelist"
1290
+ msgstr "Liste blanche des requêtes"
1291
+
1292
+ #: ../settings.php:1352
1293
+ msgid "%s allowed registrations in %s minutes from one IP"
1294
+ msgstr "%s nombre d'enregistrements autorisés en %s minutes à partir d'une adresse IP"
1295
+
1296
+ #: ../dashboard.php:3055
1297
+ msgid "Start typing here to find a country"
1298
+ msgstr "Commencez à taper ici pour trouver un pays"
1299
+
1300
+ #: ../dashboard.php:3135
1301
+ msgid "Click on a country name to add it to the list of selected countries"
1302
+ msgstr "Cliquez sur le nom d'un pays pour l'ajouter à la liste des pays sélectionnés"
1303
+
1304
+ #: ../dashboard.php:3156
1305
+ msgid "Submit forms"
1306
+ msgstr "Soumettre les formulaires"
1307
+
1308
+ #: ../dashboard.php:3157
1309
+ msgid "Post comments"
1310
+ msgstr "Soumettre des commentaires"
1311
+
1312
+ #: ../dashboard.php:3158
1313
+ msgid "Log in to the website"
1314
+ msgstr "Se connecter sur le site"
1315
+
1316
+ #: ../dashboard.php:3159
1317
+ msgid "Register on the website"
1318
+ msgstr "S'inscrire sur le site"
1319
+
1320
+ #: ../dashboard.php:3160
1321
+ msgid "Use XML-RPC"
1322
+ msgstr "Utiliser XML-RPC"
1323
+
1324
+ #: ../dashboard.php:3161
1325
+ msgid "Use REST API"
1326
+ msgstr "Utiliser REST API"
1327
+
1328
+ #: ../settings.php:224
1329
+ msgid "Deny it completely"
1330
+ msgstr "Le nier complètement"
1331
+
1332
+ #: ../settings.php:224
1333
+ msgid "Mark it as spam"
1334
+ msgstr "Marquez-le comme spam"
1335
+
1336
+ #: ../dashboard.php:2109
1337
+ msgid "in the last 24 hours"
1338
+ msgstr "durant les 24 dernières heures"
1339
+
1340
+ #: ../dashboard.php:2487
1341
+ msgid "Main settings"
1342
+ msgstr "Réglages principaux"
1343
+
1344
+ #: ../settings.php:830
1345
+ msgid "Weekly reports"
1346
+ msgstr "Rapports hebdomadaires"
1347
+
1348
+ #: ../settings.php:1524
1349
+ msgid "Sunday"
1350
+ msgstr "Dimanche"
1351
+
1352
+ #: ../settings.php:1525
1353
+ msgid "Monday"
1354
+ msgstr "Lundi"
1355
+
1356
+ #: ../settings.php:1526
1357
+ msgid "Tuesday"
1358
+ msgstr "Mardi"
1359
+
1360
+ #: ../settings.php:1527
1361
+ msgid "Wednesday"
1362
+ msgstr "Mercredi"
1363
+
1364
+ #: ../settings.php:1528
1365
+ msgid "Thursday"
1366
+ msgstr "Jeudi"
1367
+
1368
+ #: ../settings.php:1529
1369
+ msgid "Friday"
1370
+ msgstr "Vendredi"
1371
+
1372
+ #: ../settings.php:1530
1373
+ msgid "Saturday"
1374
+ msgstr "Samedi"
1375
+
1376
+ #: ../settings.php:1593 ../settings.php:1594
1377
+ msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1378
+ msgstr "Si vous utilisez un plugin de mise en cache, vous devez ajouter votre nouvelle URL de connexion à la liste des pages à ne pas mettre en cache."
1379
+
1380
+ #: ../cerber-load.php:3645
1381
+ msgid "Weekly report"
1382
+ msgstr "Rapport hebdomadaire"
1383
+
1384
+ #: ../cerber-load.php:3648 ../cerber-load.php:3658
1385
+ msgid "To change reporting settings visit"
1386
+ msgstr "Pour modifier les paramètres de reporting, visitez"
1387
+
1388
+ #: ../cerber-load.php:3681
1389
+ msgid "Your login page:"
1390
+ msgstr "Votre page de connexion:"
1391
+
1392
+ #: ../cerber-load.php:3685
1393
+ msgid "Your license is valid until"
1394
+ msgstr "Votre licence est valable jusqu'au"
1395
+
1396
+ #: ../cerber-load.php:3791
1397
+ msgid "Activity details"
1398
+ msgstr "Détails de l'activité"
1399
+
1400
+ #: ../settings.php:1560
1401
+ msgid "Click to send now"
1402
+ msgstr "Cliquez pour envoyer maintenant"
1403
+
1404
+ #: ../cerber-load.php:858
1405
+ msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1406
+ msgstr "Traducteur de WP Cerber ? Pour obtenir la licence PRO gratuitement, déposez vos contacts ici : https://wpcerber.com/contact/"
1407
+
1408
+ #: ../dashboard.php:559
1409
+ msgid "Email has been sent to"
1410
+ msgstr "Un courriel a été envoyé à"
1411
+
1412
+ #: ../dashboard.php:562
1413
+ msgid "Unable to send email to"
1414
+ msgstr "Impossible d'envoyer un courriel à"
1415
+
1416
+ #: ../dashboard.php:2990
1417
+ msgid "Not permitted for one country"
1418
+ msgid_plural "Not permitted for %d countries"
1419
+ msgstr[0] "Non autorisé pour un pays"
1420
+ msgstr[1] "Non autorisé pour les pays %d"
1421
+
1422
+ #: ../dashboard.php:3139
1423
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1424
+ msgid "Selected countries are permitted to %s, other countries are not permitted to"
1425
+ msgstr "Les pays sélectionnés sont autorisés à %s, les autres pays ne sont pas autorisés à"
1426
+
1427
+ #: ../dashboard.php:3142
1428
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1429
+ msgid "Selected countries are not permitted to %s, other countries are permitted to"
1430
+ msgstr "Les pays sélectionnés ne sont pas autorisés à %s, les autres pays sont autorisés à"
1431
+
1432
+ #: ../cerber-load.php:3779
1433
+ msgid "Weekly Report"
1434
+ msgstr "Rapport hebdomadaire"
1435
+
1436
+ #: ../settings.php:570
1437
+ msgid "Use 404 template from the active theme"
1438
+ msgstr "Utiliser le modèle 404 du thème actif"
1439
+
1440
+ #: ../settings.php:571
1441
+ msgid "Display simple 404 page"
1442
+ msgstr "Affichage simple 404 page"
1443
+
1444
+ #: ../settings.php:211
1445
+ msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1446
+ msgstr "Entrer une partie de la chaîne ou du chemin de requête pour exclure une requête de l'inspection par le moteur. Un article par ligne."
1447
+
1448
+ #: ../settings.php:842 ../settings.php:1106
1449
+ msgid "if empty, email from notification settings will be used"
1450
+ msgstr "si vide, l'adresse courriel des paramètres de notification sera utilisée"
1451
+
1452
+ #: ../settings.php:831
1453
+ msgid "Enable reporting"
1454
+ msgstr "Activer le signalement"
1455
+
1456
+ #: ../cerber-load.php:3709
1457
+ msgid "Your last sign-in was %s from %s"
1458
+ msgstr "Votre dernière connexion était %s de %s"
1459
+
1460
+ #: ../dashboard.php:279
1461
+ msgid "IP address, IPv4 address range or subnet"
1462
+ msgstr "Adresse IP, plage d'adresses IPv4 ou sous-réseau"
1463
+
1464
+ #: ../dashboard.php:281
1465
+ msgid "Optional comment for this entry"
1466
+ msgstr "Commentaire facultatif pour cette entrée"
1467
+
1468
+ #: ../dashboard.php:320
1469
+ msgid "You cannot add your IP address or network"
1470
+ msgstr "Vous ne pouvez pas ajouter votre adresse IP ou votre réseau"
1471
+
1472
+ #: ../settings.php:154
1473
+ msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1474
+ msgstr "Pour spécifier un motif REGEX, enroulez un motif en deux barres obliques vers l'avant."
1475
+
1476
+ #: ../dashboard.php:57
1477
+ msgid "Cerber Traffic Inspector"
1478
+ msgstr "Inspecteur du Trafic de Cerber"
1479
+
1480
+ #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1481
+ msgid "Traffic Inspector"
1482
+ msgstr "Inspecteur de la Trafic"
1483
+
1484
+ #: ../dashboard.php:1569
1485
+ msgid "Traffic"
1486
+ msgstr "Trafic"
1487
+
1488
+ #: ../dashboard.php:3652
1489
+ msgid "Request"
1490
+ msgstr "Demande"
1491
+
1492
+ #: ../dashboard.php:3654
1493
+ msgid "Host Info"
1494
+ msgstr "Informations sur l'hôte"
1495
+
1496
+ #: ../dashboard.php:3655
1497
+ msgid "User Agent"
1498
+ msgstr "Agent utilisateur"
1499
+
1500
+ #: ../dashboard.php:3680
1501
+ msgid "All requests"
1502
+ msgstr "Toutes les demandes"
1503
+
1504
+ #: ../dashboard.php:3685
1505
+ msgid "Not logged in visitors"
1506
+ msgstr "Visiteurs non connectés"
1507
+
1508
+ #: ../dashboard.php:3688
1509
+ msgid "Form submissions"
1510
+ msgstr "Soumission des formulaires"
1511
+
1512
+ #: ../dashboard.php:3690
1513
+ msgid "Page Not Found"
1514
+ msgstr "Page introuvable"
1515
+
1516
+ #: ../dashboard.php:3699
1517
+ msgid "Longer than"
1518
+ msgstr "Plus long que"
1519
+
1520
+ #: ../dashboard.php:3720
1521
+ msgid "Refresh"
1522
+ msgstr "Rafraîchir"
1523
+
1524
+ #: ../common.php:181
1525
+ msgid "Check for requests"
1526
+ msgstr "Vérifier les demandes"
1527
+
1528
+ #: ../common.php:1612
1529
+ msgid "Not specified"
1530
+ msgstr "Non spécifié"
1531
+
1532
+ #: ../settings.php:896
1533
+ msgid "Logging mode"
1534
+ msgstr "Mode d'enregistrement"
1535
+
1536
+ #: ../settings.php:902
1537
+ msgid "Logging disabled"
1538
+ msgstr "Enregistrement désactivé"
1539
+
1540
+ #: ../settings.php:903
1541
+ msgid "Smart"
1542
+ msgstr "Intelligent"
1543
+
1544
+ #: ../settings.php:904
1545
+ msgid "All traffic"
1546
+ msgstr "Tout le trafic"
1547
+
1548
+ #: ../settings.php:908
1549
+ msgid "Ignore crawlers"
1550
+ msgstr "Ignorer les chenilles"
1551
+
1552
+ #: ../settings.php:918
1553
+ msgid "Mask these form fields"
1554
+ msgstr "Masquer ces champs du formulaire"
1555
+
1556
+ #: ../settings.php:958
1557
+ msgid "milliseconds"
1558
+ msgstr "millisecondes"
1559
+
1560
+ #: ../settings.php:851
1561
+ msgid "Enable traffic inspection"
1562
+ msgstr "Activer l'inspection du trafic"
1563
+
1564
+ #: ../settings.php:895
1565
+ msgid "Logging"
1566
+ msgstr "Enregistrement"
1567
+
1568
+ #: ../settings.php:913
1569
+ msgid "Save request fields"
1570
+ msgstr "Sauvegarder les champs de demande"
1571
+
1572
+ #: ../settings.php:953
1573
+ msgid "Page generation time threshold"
1574
+ msgstr "Seuil de temps de génération de page"
1575
+
1576
+ #: ../dashboard.php:3672
1577
+ msgid "No requests have been logged."
1578
+ msgstr "Aucune demande n'a été enregistrée."
1579
+
1580
+ #: ../dashboard.php:1536
1581
+ msgid "enabled"
1582
+ msgstr "activés"
1583
+
1584
+ #: ../dashboard.php:1541
1585
+ msgid "no connection"
1586
+ msgstr "aucune connexion"
1587
+
1588
+ #: ../dashboard.php:4026
1589
+ msgid "Advanced search"
1590
+ msgstr "Recherche avancée"
1591
+
1592
+ #: ../dashboard.php:1343
1593
+ msgid "Last seen"
1594
+ msgstr "Vu pour la dernière fois"
1595
+
1596
+ #: ../common.php:1187 ../common.php:1252
1597
+ msgid "Probing for vulnerable PHP code"
1598
+ msgstr "Recherche de code PHP vulnérable"
1599
+
1600
+ #: ../dashboard.php:3983
1601
+ msgid "Any"
1602
+ msgstr "N'importe quel"
1603
+
1604
+ #: ../cerber-load.php:3429
1605
+ msgid "We're sorry, you are not allowed to proceed"
1606
+ msgstr "Nous sommes désolés, vous n'êtes pas autorisé à continuer"
1607
+
1608
+ #: ../settings.php:867
1609
+ msgid "Request whitelist"
1610
+ msgstr "Demande de liste blanche"
1611
+
1612
+ #: ../settings.php:873
1613
+ msgid "Enter a request URI to exclude the request from inspection. One item per line."
1614
+ msgstr "Entrez une requête URI pour exclure la requête de l'inspection. Une requête URI par ligne."
1615
+
1616
+ #: ../settings.php:929
1617
+ msgid "Save request headers"
1618
+ msgstr "Sauvegarder les en-têtes de requête"
1619
+
1620
+ #: ../settings.php:935
1621
+ msgid "Save $_SERVER"
1622
+ msgstr "Sauvegarder $_SERVER"
1623
+
1624
+ #: ../settings.php:941
1625
+ msgid "Save request cookies"
1626
+ msgstr "Sauvegarder les cookies de demande"
1627
+
1628
+ #: ../settings.php:694
1629
+ msgid "Protect admin scripts"
1630
+ msgstr "Protéger les scripts d'administration"
1631
+
1632
+ #: ../settings.php:699
1633
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1634
+ msgstr "Bloquer l'accès non autorisé à load-scripts.php et load-styles.php"
1635
+
1636
+ #: ../common.php:2440
1637
+ msgid "Unable to create the directory"
1638
+ msgstr "Impossible de créer le répertoire"
1639
+
1640
+ #: ../common.php:2445
1641
+ msgid "Destination folder access denied"
1642
+ msgstr "Accès au dossier de destination refusé"
1643
+
1644
+ #: ../common.php:2448
1645
+ msgid "File not found"
1646
+ msgstr "Fichier non trouvé"
1647
+
1648
+ #: ../common.php:2451
1649
+ msgid "Unable to copy the file"
1650
+ msgstr "Impossible de copier le fichier"
1651
+
1652
+ #: ../common.php:2457
1653
+ msgid "Unable to delete the file"
1654
+ msgstr "Impossible de supprimer le fichier"
1655
+
1656
+ #: ../settings.php:486
1657
+ msgid "Plugin initialization"
1658
+ msgstr "Initialisation du plugin"
1659
+
1660
+ #: ../settings.php:487
1661
+ msgid "Load security engine"
1662
+ msgstr "Moteur de sécurité de chargement"
1663
+
1664
+ #: ../settings.php:493
1665
+ msgid "Legacy mode"
1666
+ msgstr "Mode Legacy"
1667
+
1668
+ #: ../settings.php:494
1669
+ msgid "Standard mode"
1670
+ msgstr "Mode standard"
1671
+
1672
+ #: ../settings.php:1571
1673
+ msgid "Plugin initialization mode has not been changed"
1674
+ msgstr "Le mode d'initialisation du plugin n'a pas été modifié"
1675
+
1676
+ #. Description of the plugin
1677
+ #:
1678
+ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1679
+ msgstr "Il s'agit d'un module de démarrage standard pour le plugin WP Cerber Security & Antispam. Il a été installé lorsque vous avez réglé le mode d'initialisation du plugin sur Standard. En savoir plus : <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1680
+
1681
+ #: ../common.php:1189
1682
+ msgid "File upload denied"
1683
+ msgstr "Envoi de fichier refusé"
1684
+
1685
+ #: ../settings.php:583
1686
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1687
+ msgstr "L'URL de connexion personnalisée ne peut contenir que des lettres, des chiffres, des tirets et des traits de soulignement"
1688
+
1689
+ #: ../settings.php:873
1690
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1691
+ msgstr "Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1692
+
1693
+ #: ../settings.php:1182
1694
+ msgid "Be careful about enabling these options."
1695
+ msgstr "Soyez prudent lorsque vous activez ces options."
1696
+
1697
+ #: ../settings.php:1182
1698
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1699
+ msgstr "Si vous oubliez votre URL de connexion personnalisée, vous ne pourrez pas vous connecter."
1700
+
1701
+ #: ../dashboard.php:65 ../dashboard.php:4251
1702
+ msgid "Site Integrity"
1703
+ msgstr "Intégrité du site"
1704
+
1705
+ #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1706
+ #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1707
+ msgid "Disabled"
1708
+ msgstr "Désactivé"
1709
+
1710
+ #: ../dashboard.php:1555 ../cerber-scanner.php:865
1711
+ msgid "Quick Scan"
1712
+ msgstr "Analyse rapide"
1713
+
1714
+ #: ../dashboard.php:1557 ../cerber-scanner.php:865
1715
+ msgid "Full Scan"
1716
+ msgstr "Analyse complète"
1717
+
1718
+ #. Name of the plugin
1719
+ #:
1720
+ msgid "WP Cerber Security, Antispam & Malware Scan"
1721
+ msgstr "WP Cerber Security, Antispam & Malware Scan"
1722
+
1723
+ #: ../common.php:1215
1724
+ msgid "Denied"
1725
+ msgstr "Refusé"
1726
+
1727
+ #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1728
+ msgid "Use White IP Access List"
1729
+ msgstr "Utiliser la liste blanche d'accès IP"
1730
+
1731
+ #: ../settings.php:553
1732
+ msgid "Disable dashboard redirection"
1733
+ msgstr "Désactiver la redirection du tableau de bord"
1734
+
1735
+ #: ../settings.php:557
1736
+ msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1737
+ msgstr "Désactiver la redirection automatique vers la page de connexion lorsque /wp-admin/ est demandé par une requête non autorisée"
1738
+
1739
+ #: ../settings.php:974
1740
+ msgid "Scanner settings"
1741
+ msgstr "Paramètres des analyses"
1742
+
1743
+ #: ../settings.php:975
1744
+ msgid "Custom signatures"
1745
+ msgstr "Signatures personnalisées"
1746
+
1747
+ #: ../settings.php:981
1748
+ msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1749
+ msgstr "Spécifiez des signatures de code PHP personnalisées. Un article par ligne. Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1750
+
1751
+ #: ../settings.php:983
1752
+ msgid "Unwanted file extensions"
1753
+ msgstr "Extensions de fichiers indésirables"
1754
+
1755
+ #: ../settings.php:989
1756
+ msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1757
+ msgstr "Spécifiez les extensions de fichier à rechercher. Analyse complète uniquement. Utilisez la virgule pour séparer les éléments."
1758
+
1759
+ #: ../settings.php:991
1760
+ msgid "Directories to exclude"
1761
+ msgstr "Répertoires à exclure"
1762
+
1763
+ #: ../settings.php:997
1764
+ msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1765
+ msgstr "Spécifiez les répertoires à exclure de l'analyse. Utilisez des chemins absolus. Un article par ligne."
1766
+
1767
+ #: ../settings.php:1012
1768
+ msgid "Scan temporary directory"
1769
+ msgstr "Analyser le répertoire temporaire"
1770
+
1771
+ #: ../settings.php:1019
1772
+ msgid "Scan session directory"
1773
+ msgstr "Répertoire de la session d'analyse"
1774
+
1775
+ #: ../settings.php:1031
1776
+ msgid "Delete quarantined files after"
1777
+ msgstr "Supprimer les fichiers mis en quarantaine après"
1778
+
1779
+ #: ../settings.php:1046
1780
+ msgid "Launch Quick Scan"
1781
+ msgstr "Lancer l'Analyse rapide"
1782
+
1783
+ #: ../cerber-scanner.php:1421
1784
+ msgid "Every hour"
1785
+ msgstr "Toutes les heures"
1786
+
1787
+ #: ../cerber-scanner.php:1422
1788
+ msgid "Every 3 hours"
1789
+ msgstr "Toutes les 3 heures"
1790
+
1791
+ #: ../cerber-scanner.php:1423
1792
+ msgid "Every 6 hours"
1793
+ msgstr "Toutes les 6 heures"
1794
+
1795
+ #: ../settings.php:1053
1796
+ msgid "Launch Full Scan"
1797
+ msgstr "Lancer l'analyse complète"
1798
+
1799
+ #: ../settings.php:1063 ../settings.php:1122
1800
+ msgid "Low severity"
1801
+ msgstr "Faible gravité"
1802
+
1803
+ #: ../settings.php:1063 ../settings.php:1122
1804
+ msgid "Medium severity"
1805
+ msgstr "Gravité moyenne"
1806
+
1807
+ #: ../settings.php:1063 ../settings.php:1122
1808
+ msgid "High severity"
1809
+ msgstr "Gravité élevée"
1810
+
1811
+ #: ../settings.php:1064
1812
+ msgid "Report an issue if any of the following is true"
1813
+ msgstr "Signaler un problème si l'une des affirmations suivantes est vraie"
1814
+
1815
+ #: ../settings.php:1072
1816
+ msgid "Send email report"
1817
+ msgstr "Envoyer le rapport par courriel"
1818
+
1819
+ #: ../settings.php:1078
1820
+ msgid "After every scan"
1821
+ msgstr "Après chaque analyse"
1822
+
1823
+ #: ../settings.php:1079
1824
+ msgid "If any changes in scan results occurred"
1825
+ msgstr "S'il y a eu des changements dans les résultats d'analyse"
1826
+
1827
+ #: ../settings.php:1084
1828
+ msgid "Include file sizes"
1829
+ msgstr "Inclure la taille des fichiers"
1830
+
1831
+ #: ../settings.php:1091
1832
+ msgid "Include scan errors"
1833
+ msgstr "Inclure les erreurs de l'analyse"
1834
+
1835
+ #: ../dashboard.php:4253 ../cerber-load.php:4555
1836
+ msgid "Security Scanner"
1837
+ msgstr "Scanner de sécurité"
1838
+
1839
+ #: ../dashboard.php:4255
1840
+ msgid "Scheduling"
1841
+ msgstr "Ordonnancement"
1842
+
1843
+ #: ../cerber-scanner.php:84
1844
+ msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1845
+ msgstr "Actuellement, une analyse programmée est en cours. Veuillez patienter jusqu'à ce qu'il soit terminé."
1846
+
1847
+ #: ../cerber-scanner.php:88
1848
+ msgid "Previous scan started %s has not been completed. Continue scanning?"
1849
+ msgstr "L'analyse précédente commencée %s n'est pas terminée. Poursuivre l'analyse ?"
1850
+
1851
+ #: ../cerber-scanner.php:97
1852
+ msgid "It seems this website has never been scanned. To start scanning click the button below."
1853
+ msgstr "Il semble que ce site n'ait jamais été analysé. Pour lancer l'analyse, cliquez sur le bouton ci-dessous."
1854
+
1855
+ #: ../cerber-scanner.php:100
1856
+ msgid "Start Quick Scan"
1857
+ msgstr "Démarrer l'analyse rapide"
1858
+
1859
+ #: ../cerber-scanner.php:101
1860
+ msgid "Start Full Scan"
1861
+ msgstr "Démarrer l'analyse complète"
1862
+
1863
+ #: ../cerber-scanner.php:102
1864
+ msgid "Stop Scanning"
1865
+ msgstr "Arrêter l'analyse"
1866
+
1867
+ #: ../cerber-scanner.php:103
1868
+ msgid "Continue Scanning"
1869
+ msgstr "Poursuivre l'analyse"
1870
+
1871
+ #: ../cerber-scanner.php:139
1872
+ msgid "Delete"
1873
+ msgstr "Supprimer"
1874
+
1875
+ #: ../cerber-scanner.php:1370
1876
+ msgid "Verified"
1877
+ msgstr "Vérifié"
1878
+
1879
+ #: ../cerber-scanner.php:1377
1880
+ msgid "Integrity data not found"
1881
+ msgstr "Données d'intégrité introuvables"
1882
+
1883
+ #: ../cerber-scanner.php:1378
1884
+ msgid "Unable to check the integrity of the plugin due to a network error"
1885
+ msgstr "Impossible de vérifier l'intégrité du plugin en raison d'une erreur réseau"
1886
+
1887
+ #: ../cerber-scanner.php:1379
1888
+ msgid "Unable to check the integrity of WordPress files due to a network error"
1889
+ msgstr "Impossible de vérifier l'intégrité des fichiers WordPress en raison d'une erreur réseau"
1890
+
1891
+ #: ../cerber-scanner.php:1380
1892
+ msgid "Unable to check the integrity of the theme due to a network error"
1893
+ msgstr "Impossible de vérifier l'intégrité du thème en raison d'une erreur réseau"
1894
+
1895
+ #: ../cerber-scanner.php:1383
1896
+ msgid "Local file doesn't exist"
1897
+ msgstr "Le fichier local n'existe pas"
1898
+
1899
+ #: ../cerber-scanner.php:1385
1900
+ msgid "Unable to process file"
1901
+ msgstr "Impossible de traiter le fichier"
1902
+
1903
+ #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1904
+ msgid "Unable to open file"
1905
+ msgstr "Impossible d'ouvrir le fichier"
1906
+
1907
+ #: ../cerber-scanner.php:1388
1908
+ msgid "Checksum mismatch"
1909
+ msgstr "Non-appariement de la somme de contrôle"
1910
+
1911
+ #: ../cerber-scanner.php:1391
1912
+ msgid "Suspicious code found"
1913
+ msgstr "Code suspect trouvé"
1914
+
1915
+ #: ../cerber-scanner.php:1393
1916
+ msgid "Unattended suspicious file"
1917
+ msgstr "Fichier suspect non surveillé"
1918
+
1919
+ #: ../cerber-scanner.php:1394
1920
+ msgid "Executable code found"
1921
+ msgstr "Code exécutable trouvé"
1922
+
1923
+ #: ../cerber-scanner.php:1398
1924
+ msgid "Unwanted file extension"
1925
+ msgstr "Extension de fichier indésirable"
1926
+
1927
+ #: ../cerber-scanner.php:1400
1928
+ msgid "Content has been modified"
1929
+ msgstr "Le contenu a été modifié"
1930
+
1931
+ #: ../cerber-scanner.php:1401
1932
+ msgid "New file"
1933
+ msgstr "Nouveau fichier"
1934
+
1935
+ #: ../cerber-scanner.php:2437
1936
+ msgid "Custom signature found"
1937
+ msgstr "Signature personnalisée trouvée"
1938
+
1939
+ #: ../cerber-scanner.php:3576
1940
+ msgid "Scanning folders for files"
1941
+ msgstr "Numérisation de dossiers à la recherche de fichiers"
1942
+
1943
+ #: ../cerber-scanner.php:3580
1944
+ msgid "Parsing the list of files"
1945
+ msgstr "Analyse de la liste des fichiers"
1946
+
1947
+ #: ../cerber-scanner.php:3581
1948
+ msgid "Checking for new and modified files"
1949
+ msgstr "Vérification des fichiers nouveaux et modifiés"
1950
+
1951
+ #: ../cerber-scanner.php:3582
1952
+ msgid "Verifying the integrity of WordPress"
1953
+ msgstr "Vérification de l'intégrité de WordPress"
1954
+
1955
+ #: ../cerber-scanner.php:3583
1956
+ msgid "Verifying the integrity of the plugins"
1957
+ msgstr "Vérification de l'intégrité des plugins"
1958
+
1959
+ #: ../cerber-scanner.php:3584
1960
+ msgid "Verifying the integrity of the themes"
1961
+ msgstr "Vérification de l'intégrité des thèmes"
1962
+
1963
+ #: ../cerber-scanner.php:3585
1964
+ msgid "Searching for malicious code"
1965
+ msgstr "Recherche de code malveillant"
1966
+
1967
+ #: ../cerber-scanner.php:3586
1968
+ msgid "Finalizing the scan"
1969
+ msgstr "Finalisation de l'analyse"
1970
+
1971
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1972
+ msgid "Files to scan"
1973
+ msgstr "Fichiers à analyser"
1974
+
1975
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1976
+ msgid "Critical issues"
1977
+ msgstr "Questions critiques"
1978
+
1979
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1980
+ msgid "Issues total"
1981
+ msgstr "Total des émissions"
1982
+
1983
+ #: ../cerber-scanner.php:4170
1984
+ msgid "The directory is not writable"
1985
+ msgstr "Le répertoire n'est pas inscriptible"
1986
+
1987
+ #: ../cerber-scanner.php:4188
1988
+ msgid "Unable to create WP CERBER directory"
1989
+ msgstr "Impossible de créer le répertoire WP CERBER"
1990
+
1991
+ #: ../cerber-scanner.php:4402
1992
+ msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1993
+ msgstr "Erreur d'accès aux fichiers. Les résultats des scanners sont peut-être périmés. Exécutez Quick ou Full Scan s'il vous plaît."
1994
+
1995
+ #: ../cerber-scanner.php:5093
1996
+ msgid "To view full report visit"
1997
+ msgstr "Pour consulter le rapport complet, visitez"
1998
+
1999
+ #: ../cerber-load.php:3655
2000
+ msgid "Scanner Report"
2001
+ msgstr "Rapport du scanner"
2002
+
2003
+ #: ../settings.php:999
2004
+ msgid "Monitor new files"
2005
+ msgstr "Surveiller les nouveaux fichiers"
2006
+
2007
+ #: ../settings.php:1006
2008
+ msgid "Monitor modified files"
2009
+ msgstr "Surveiller les fichiers modifiés"
2010
+
2011
+ #: ../settings.php:1080
2012
+ msgid "If new issues found"
2013
+ msgstr "Si de nouveaux problèmes sont découverts"
2014
+
2015
+ #: ../settings.php:1820
2016
+ msgid "The schedule has been updated"
2017
+ msgstr "Le calendrier a été mis à jour"
2018
+
2019
+ #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2020
+ msgid "Suspicious directives found"
2021
+ msgstr "Directives suspectes trouvées"
2022
+
2023
+ #: ../cerber-scanner.php:2615
2024
+ msgid "Suspicious code instruction found"
2025
+ msgstr "Instruction de code suspecte trouvée"
2026
+
2027
+ #: ../cerber-scanner.php:2616
2028
+ msgid "Suspicious code signatures found"
2029
+ msgstr "Signatures de code suspectes trouvées"
2030
+
2031
+ #: ../cerber-scanner.php:2619
2032
+ msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2033
+ msgstr "Pour résoudre ce problème, vous devez réinstaller %s ou le mettre à jour avec la dernière version."
2034
+
2035
+ #: ../cerber-scanner.php:2620
2036
+ msgid "Please upload a reference ZIP archive"
2037
+ msgstr "Veuillez téléverser une archive ZIP de référence"
2038
+
2039
+ #: ../cerber-scanner.php:2621
2040
+ msgid "Resolve issue"
2041
+ msgstr "Résoudre le problème"
2042
+
2043
+ #: ../cerber-scanner.php:3881
2044
+ msgid "We have not found any integrity data to verify"
2045
+ msgstr "Nous n'avons trouvé aucune donnée sur l'intégrité à vérifier"
2046
+
2047
+ #: ../cerber-scanner.php:3883
2048
+ msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2049
+ msgstr "Vous devez téléverser une archive ZIP à partir de laquelle vous l'avez installée. Cela permet au scanneur de sécurité de vérifier l'intégrité du code et de détecter les logiciels malveillants."
2050
+
2051
+ #: ../cerber-scanner.php:4940
2052
+ msgid "Full Scan Report"
2053
+ msgstr "Rapport d'analyse complet"
2054
+
2055
+ #: ../cerber-scanner.php:4940
2056
+ msgid "Quick Scan Report"
2057
+ msgstr "Rapport d'analyse rapide"
2058
+
2059
+ #: ../cerber-scanner.php:4953
2060
+ msgid "Files scanned"
2061
+ msgstr "Fichiers scannés"
2062
+
2063
+ #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2064
+ #: php:1359
2065
+ msgid "Check for activities"
2066
+ msgstr "Vérifier les activités"
2067
+
2068
+ #: ../dashboard.php:1322
2069
+ msgid "Activated"
2070
+ msgstr "Activé"
2071
+
2072
+ #: ../common.php:1194
2073
+ msgid "Malicious request denied"
2074
+ msgstr "Demande malveillante refusée"
2075
+
2076
+ #: ../common.php:1198
2077
+ msgid "User activated"
2078
+ msgstr "Activé par l'utilisateur"
2079
+
2080
+ #: ../common.php:1216
2081
+ msgid "Suspicious number of fields"
2082
+ msgstr "Nombre de champs suspects"
2083
+
2084
+ #: ../common.php:1217
2085
+ msgid "Suspicious number of nested values"
2086
+ msgstr "Nombre suspect de valeurs imbriquées"
2087
+
2088
+ #: ../common.php:1218 ../common.php:1253
2089
+ msgid "Malicious code detected"
2090
+ msgstr "Code malveillant détecté"
2091
+
2092
+ #: ../common.php:1254
2093
+ msgid "Attempt to upload a file with malicious code"
2094
+ msgstr "Tentative de téléversement d'un fichier contenant un code malveillant"
2095
+
2096
+ #: ../common.php:1484
2097
+ msgid "Bytes"
2098
+ msgstr "Octets"
2099
+
2100
+ #: ../cerber-scanner.php:1376
2101
+ msgid "Vulnerability found"
2102
+ msgstr "Vulnérabilité constatée"
2103
+
2104
+ #: ../cerber-scanner.php:1381
2105
+ msgid "Unable to check the integrity due to a DB error"
2106
+ msgstr "Impossible de vérifier l'intégrité en raison d'une erreur de base de données"
2107
+
2108
+ #: ../cerber-scanner.php:3577
2109
+ msgid "Scanning the upload folder for files"
2110
+ msgstr "Recherche de fichiers dans le dossier de téléversements"
2111
+
2112
+ #: ../cerber-scanner.php:3578
2113
+ msgid "Scanning the temp folder for files"
2114
+ msgstr "Recherche de fichiers dans le dossier temporaire"
2115
+
2116
+ #: ../cerber-scanner.php:3579
2117
+ msgid "Scanning the session folder for files"
2118
+ msgstr "Recherche de fichiers dans le dossier de session"
2119
+
2120
+ #: ../settings.php:1045
2121
+ msgid "Automated recurring scan schedule"
2122
+ msgstr "Programme d'analyse périodique automatisé"
2123
+
2124
+ #: ../settings.php:1061
2125
+ msgid "Scan results reporting"
2126
+ msgstr "Rapports sur les résultats d'analyse"
2127
+
2128
+ #: ../dashboard.php:3682
2129
+ msgid "Suspicious activity"
2130
+ msgstr "Activité suspecte"
2131
+
2132
+ #: ../dashboard.php:3683
2133
+ msgid "Errors"
2134
+ msgstr "Erreurs"
2135
+
2136
+ #: ../dashboard.php:4201
2137
+ msgid "Antispam engine"
2138
+ msgstr "Moteur antispam"
2139
+
2140
+ #. Description of the plugin
2141
+ #:
2142
+ msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2143
+ msgstr "Défend WordPress contre les attaques de pirates, le spam, les chevaux de Troie et les virus. Scanneur de logiciels malveillants et vérificateur d'intégrité. Durcissement de WordPress avec un ensemble complet d'algorithmes de sécurité. Protection anti-spam avec un moteur de détection de bot sophistiqué et reCAPTCHA. Suivi de l'activité des utilisateurs et des intrus grâce à de puissantes notifications par courriel, mobile et de bureau."
2144
+
2145
+ #: ../cerber-load.php:398
2146
+ msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2147
+ msgstr "Vous avez dépassé le nombre de tentatives de connexion autorisées. Veuillez réessayer dans %d minutes."
2148
+
2149
+ #: ../common.php:1398
2150
+ msgctxt "preposition of a period of time like: in 6 hours"
2151
+ msgid "in %s"
2152
+ msgstr "en %s"
2153
+
2154
+ #: ../settings.php:1540
2155
+ msgctxt "preposition of time like: at 11:00"
2156
+ msgid "at"
2157
+ msgstr "à"
2158
+
2159
+ #: ../dashboard.php:4258
2160
+ msgid "Quarantine"
2161
+ msgstr "Quarantaine"
2162
+
2163
+ #: ../cerber-scanner.php:3661
2164
+ msgid "Started"
2165
+ msgstr "Commencé"
2166
+
2167
+ #: ../cerber-scanner.php:3665
2168
+ msgid "Finished"
2169
+ msgstr "Fini"
2170
+
2171
+ #: ../cerber-scanner.php:3673
2172
+ msgid "Performance"
2173
+ msgstr "Performance"
2174
+
2175
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2176
+ msgid "Vulnerabilities"
2177
+ msgstr "Vulnérabilités"
2178
+
2179
+ #: ../cerber-scanner.php:3689
2180
+ msgid "New files"
2181
+ msgstr "Nouveaux fichiers"
2182
+
2183
+ #: ../cerber-scanner.php:3693
2184
+ msgid "Changed files"
2185
+ msgstr "Fichiers modifiés"
2186
+
2187
+ #: ../cerber-scanner.php:3697
2188
+ msgid "Unwanted extensions"
2189
+ msgstr "Extensions non désirées"
2190
+
2191
+ #: ../settings.php:1116 ../cerber-scanner.php:3701
2192
+ msgid "Unattended files"
2193
+ msgstr "Fichiers sans surveillance"
2194
+
2195
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2196
+ msgid "Scanned"
2197
+ msgstr "Analysé"
2198
+
2199
+ #: ../cerber-scanner.php:5321
2200
+ msgid "There are no files in the quarantine at the moment."
2201
+ msgstr "Il n'y a aucun dossier en quarantaine pour le moment."
2202
+
2203
+ #: ../cerber-scanner.php:5411
2204
+ msgid "Restore"
2205
+ msgstr "Restaurer"
2206
+
2207
+ #: ../cerber-scanner.php:5408
2208
+ msgid "Delete permanently"
2209
+ msgstr "Supprimer définitivement"
2210
+
2211
+ #: ../cerber-scanner.php:5420
2212
+ msgid "Moved to quarantine"
2213
+ msgstr "Mise en quarantaine"
2214
+
2215
+ #: ../cerber-scanner.php:5421
2216
+ msgid "Automatic deletion"
2217
+ msgstr "Suppression automatique"
2218
+
2219
+ #: ../cerber-scanner.php:5422
2220
+ msgid "Size"
2221
+ msgstr "Taille"
2222
+
2223
+ #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2224
+ msgid "File"
2225
+ msgstr "Fichier"
2226
+
2227
+ #: ../cerber-scanner.php:5491
2228
+ msgid "The file has been deleted permanently."
2229
+ msgstr "Le fichier a été supprimé définitivement."
2230
+
2231
+ #: ../cerber-scanner.php:5500
2232
+ msgid "The file has been restored to its original location."
2233
+ msgstr "Le fichier a été restauré à son emplacement d'origine."
2234
+
2235
+ #: ../dashboard.php:1570
2236
+ msgid "Integrity"
2237
+ msgstr "Intégrité"
2238
+
2239
+ #: ../common.php:1188
2240
+ msgid "Attempt to upload malicious file denied"
2241
+ msgstr "Tentative de téléversement d'un fichier malveillant refusée"
2242
+
2243
+ #: ../cerber-news.php:157
2244
+ msgid "Awesome!"
2245
+ msgstr "Génial !"
2246
+
2247
+ #: ../settings.php:1114
2248
+ msgid "Automatic cleanup of malware and suspicious files"
2249
+ msgstr "Nettoyage automatique des logiciels malveillants et des fichiers suspects"
2250
+
2251
+ #: ../settings.php:1123
2252
+ msgid "Files in the uploads folder"
2253
+ msgstr "Fichiers dans le dossier de téléversements"
2254
+
2255
+ #: ../settings.php:1130
2256
+ msgid "Files with unwanted extensions"
2257
+ msgstr "Fichiers avec des extensions indésirables"
2258
+
2259
+ #: ../settings.php:1137
2260
+ msgid "Exclusions"
2261
+ msgstr "Exclusions"
2262
+
2263
+ #: ../settings.php:1138
2264
+ msgid "Files in the temporary directory"
2265
+ msgstr "Fichiers dans le répertoire temporaire"
2266
+
2267
+ #: ../settings.php:1144
2268
+ msgid "Files in the sessions directory"
2269
+ msgstr "Fichiers dans le répertoire des sessions"
2270
+
2271
+ #: ../settings.php:1150
2272
+ msgid "Files in these directories"
2273
+ msgstr "Fichiers dans ces répertoires"
2274
+
2275
+ #: ../settings.php:1156
2276
+ msgid "Use absolute paths. One item per line."
2277
+ msgstr "Utilisez des chemins absolus. Un article par ligne."
2278
+
2279
+ #: ../settings.php:1158
2280
+ msgid "Files with these extensions"
2281
+ msgstr "Fichiers avec ces extensions"
2282
+
2283
+ #: ../settings.php:1164
2284
+ msgid "Use comma to separate items."
2285
+ msgstr "Utilisez la virgule pour séparer les éléments."
2286
+
2287
+ #: ../dashboard.php:4256
2288
+ msgid "Cleaning up"
2289
+ msgstr "Nettoyage"
2290
+
2291
+ #: ../cerber-scanner.php:1392
2292
+ msgid "Malicious code found"
2293
+ msgstr "Code malveillant trouvé"
2294
+
2295
+ #: ../cerber-scanner.php:2612
2296
+ msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2297
+ msgstr "Ce fichier contient du code exécutable et peut contenir des logiciels malveillants obscurs. Si ce fichier fait partie d'un thème ou d'un plugin, il doit être situé dans le dossier thème ou plugin. Pas d'exception, pas d'excuses."
2298
+
2299
+ #: ../cerber-scanner.php:2613
2300
+ msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2301
+ msgstr "Le scanner reconnaît ce fichier comme étant \"sans propriétaire\" ou \"non regroupé\" parce qu'il n'appartient à aucune partie connue du site Web et ne devrait pas être ici."
2302
+
2303
+ #: ../cerber-scanner.php:2614
2304
+ msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2305
+ msgstr "Il se peut qu'il subsiste après la mise à niveau vers une version plus récente de %s. Il peut également s'agir d'un logiciel malveillant obscurci. Dans de rares cas, il peut s'agir d'une partie d'un plugin ou d'un thème personnalisé (sur mesure)."
2306
+
2307
+ #: ../cerber-scanner.php:2618
2308
+ msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2309
+ msgstr "Le contenu du fichier a été modifié et ne correspond pas à ce qui existe dans le référentiel officiel WordPress ou dans un fichier de référence que vous avez téléversé précédemment. Le fichier peut avoir été altéré par un logiciel malveillant, infecté par un virus ou avoir été altéré."
2310
+
2311
+ #: ../cerber-scanner.php:5034
2312
+ msgid "Deleted"
2313
+ msgstr "Supprimé"
2314
+
2315
+ #: ../cerber-scanner.php:5081
2316
+ msgid "Automatically moved to quarantine"
2317
+ msgstr "Passage automatique en quarantaine"
2318
+
2319
+ #: ../common.php:1219
2320
+ msgid "Suspicious SQL code detected"
2321
+ msgstr "Code SQL suspect détecté"
2322
+
2323
+ #: ../dashboard.php:1551
2324
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2325
+ msgid "Last malware scan"
2326
+ msgstr "Dernière recherche de programmes malveillants"
2327
+
2328
+ #: ../dashboard.php:4221
2329
+ msgid "Live Traffic"
2330
+ msgstr "Trafic en direct"
2331
+
2332
+ #: ../settings.php:675
2333
+ msgid "Use English for admin interface"
2334
+ msgstr "Utiliser l'anglais pour l'interface d'administration"
2335
+
2336
+ #: ../dashboard.php:4290
2337
+ msgid "Log"
2338
+ msgstr "Consigner"
2339
+
2340
+ #: ../settings.php:701
2341
+ msgid "Disable PHP in uploads"
2342
+ msgstr "Désactiver PHP dans les téléversements"
2343
+
2344
+ #: ../settings.php:708
2345
+ msgid "Disable PHP error displaying"
2346
+ msgstr "Désactiver l'affichage des erreurs PHP"
2347
+
2348
+ #: ../dashboard.php:4257
2349
+ msgid "Ignore List"
2350
+ msgstr "Ignorer la liste"
2351
+
2352
+ #: ../cerber-scanner.php:142
2353
+ msgid "Ignore"
2354
+ msgstr "Ignorer"
2355
+
2356
+ #: ../cerber-scanner.php:5522
2357
+ msgid "Apply"
2358
+ msgstr "Postulez"
2359
+
2360
+ #: ../cerber-scanner.php:5556
2361
+ msgid "Added"
2362
+ msgstr "Ajouté"
2363
+
2364
+ #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2365
+ msgid "Remove from the list"
2366
+ msgstr "Retirer de la liste"
2367
+
2368
+ #: ../cerber-scanner.php:5524
2369
+ msgid "User Insights"
2370
+ msgstr "Perspectives utilisateur"
2371
+
2372
+ #: ../cerber-scanner.php:5525
2373
+ msgid "Traffic Insights"
2374
+ msgstr "Aperçu de la circulation"
2375
+
2376
+ #: ../cerber-scanner.php:5526
2377
+ msgid "Activity Insights"
2378
+ msgstr "Aperçu de l'activité"
2379
+
2380
+ #: ../dashboard.php:2593
2381
+ msgid "Are you sure you want to delete selected files?"
2382
+ msgstr "Êtes-vous certain de vouloir supprimer les fichiers sélectionnés ?"
2383
+
2384
+ #: ../dashboard.php:2594
2385
+ msgid "These files have been moved to the quarantine"
2386
+ msgstr "Ces fichiers ont été mis en quarantaine"
2387
+
2388
+ #: ../dashboard.php:2597
2389
+ msgid "Do you want to add selected files to the ignore list?"
2390
+ msgstr "Voulez-vous ajouter les fichiers sélectionnés à liste de fichiers à ignorer ?"
2391
+
2392
+ #: ../dashboard.php:2598
2393
+ msgid "These files have been added to the ignore list"
2394
+ msgstr "Ces fichiers ont été ajoutés à la liste de fichiers à ignorer"
2395
+
2396
+ #: ../dashboard.php:2600
2397
+ msgid "Some errors occurred"
2398
+ msgstr "Des erreurs sont survenues"
2399
+
2400
+ #: ../dashboard.php:2601
2401
+ msgid "All files have been processed"
2402
+ msgstr "Tous les fichiers ont été traités"
2403
+
2404
+ #: ../dashboard.php:2823
2405
+ msgid "These features are available in a professional version of the plugin."
2406
+ msgstr "Ces fonctionnalités sont disponibles dans la version PRO de l'extension."
2407
+
2408
+ #: ../dashboard.php:2824
2409
+ msgid "Know more about all advantages at"
2410
+ msgstr "Apprenez-en plus sur les avantages au"
2411
+
2412
+ #: ../common.php:1220
2413
+ msgid "Suspicious JavaScript code detected"
2414
+ msgstr "Code JavaScript inquiétant détecté"
2415
+
2416
+ #: ../settings.php:1823
2417
+ msgid "Unable to update the schedule"
2418
+ msgstr "Incapable de mettre à jour l'horaire"
2419
+
2420
+ #: ../cerber-scanner.php:5437
2421
+ msgid "All scans"
2422
+ msgstr "Toutes les analyses"
2423
+
2424
+ #: ../cerber-scanner.php:5528
2425
+ msgid "The list is empty."
2426
+ msgstr "La liste est vide."
2427
+
2428
+ #: ../cerber-scanner.php:5388
2429
+ msgid "No files match the specified filter."
2430
+ msgstr "Aucun fichier ne correspond au filtre spécifié."
2431
+
2432
+ #: ../cerber-scanner.php:5388
2433
+ msgid "Click here to see the full list of files"
2434
+ msgstr "Cliquez ici pour voir la liste complète des fichiers"
2435
+
2436
+ #: ../dashboard.php:781
2437
+ msgid "Additional Details"
2438
+ msgstr "Détails supplémentaires"
2439
+
2440
+ #: ../dashboard.php:3282
2441
+ msgid "Page generation time"
2442
+ msgstr "Temps de génération de la page"
2443
+
2444
+ #: ../dashboard.php:4414
2445
+ msgid "Log In"
2446
+ msgstr "Se connecter"
2447
+
2448
+ #: ../dashboard.php:4415
2449
+ msgid "Log Out"
2450
+ msgstr "Se déconnecter"
2451
+
2452
+ #: ../dashboard.php:4416
2453
+ msgid "Register"
2454
+ msgstr "S'inscrire"
2455
+
2456
+ #: ../dashboard.php:4419
2457
+ msgid "WooCommerce Log In"
2458
+ msgstr "Se connecter à WooCommerce"
2459
+
2460
+ #: ../dashboard.php:4420
2461
+ msgid "WooCommerce Log Out"
2462
+ msgstr "Se déconnecter de WooCommerce"
2463
+
2464
+ #: ../dashboard.php:4459 ../dashboard.php:4460
2465
+ msgid "Add to menu"
2466
+ msgstr "Ajouter au menu"
2467
+
2468
+ #: ../common.php:1208
2469
+ msgid "IP address is locked out"
2470
+ msgstr "L'adresse IP est bloquée"
2471
+
2472
+ #: ../common.php:1256
2473
+ msgid "Multiple suspicious requests"
2474
+ msgstr "Plusieurs requêtes inquiétantes"
2475
+
2476
+ #: ../settings.php:850
2477
+ msgid "Traffic Inspection"
2478
+ msgstr "Inspection du trafic"
2479
+
2480
+ #: ../settings.php:858 ../settings.php:884
2481
+ msgid "Maximum compatibility"
2482
+ msgstr "Compatibilité maximale"
2483
+
2484
+ #: ../settings.php:859 ../settings.php:885
2485
+ msgid "Maximum security"
2486
+ msgstr "Sécurité maximale"
2487
+
2488
+ #: ../settings.php:876
2489
+ msgid "Erroneous Request Shielding"
2490
+ msgstr "Requête de blindage erronée"
2491
+
2492
+ #: ../settings.php:877
2493
+ msgid "Enable error shielding"
2494
+ msgstr "Activer le blindage d'erreur"
2495
+
2496
+ #: ../settings.php:947
2497
+ msgid "Save software errors"
2498
+ msgstr "Enregistrer les erreurs logicielles"
2499
+
2500
+ #: ../cerber-scanner.php:3575
2501
+ msgid "Preparing for the scan"
2502
+ msgstr "Préparation de l'analyse"
2503
+
2504
+ #: ../common.php:1221
2505
+ msgid "Blocked by administrator"
2506
+ msgstr "Bloqué par l'administrateur"
2507
+
2508
+ #: ../cerber-load.php:402
2509
+ msgid "You are not allowed to log in"
2510
+ msgstr "Vous n'êtes pas autorisé à vous connecter"
2511
+
2512
+ #: ../cerber-users.php:12
2513
+ msgid "Block User"
2514
+ msgstr "Bloquer l'utilisateur"
2515
+
2516
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2517
+ msgid "User is not permitted to log into the website"
2518
+ msgstr "L'utilisateur n'a pas la permission de se connecter au site"
2519
+
2520
+ #: ../cerber-users.php:31
2521
+ msgctxt "e.g. by John at 11:00"
2522
+ msgid "blocked by %s at %s"
2523
+ msgstr "bloqué par %s à %s"
2524
+
2525
+ #: ../cerber-users.php:41 ../settings.php:129
2526
+ msgid "User Message"
2527
+ msgstr "Message utilisateur"
2528
+
2529
+ #: ../cerber-users.php:43
2530
+ msgid "An optional message for this user"
2531
+ msgstr "Un message facultatif pour cet utilisateur"
2532
+
2533
+ #: ../cerber-users.php:98
2534
+ msgid "Blocked Users"
2535
+ msgstr "Utilisateurs bloqués"
2536
+
2537
+ #: ../settings.php:692
2538
+ msgid "Block access to user pages like /?author=n"
2539
+ msgstr "Bloquer l'accès aux pages utilisateurs comme /?author=n"
2540
+
2541
+ #: ../settings.php:730
2542
+ msgid "Access to WordPress REST API"
2543
+ msgstr "Accès à l'API REST de WordPress"
2544
+
2545
+ #: ../settings.php:736
2546
+ msgid "Block access to user data via REST API"
2547
+ msgstr "Bloquer l'accès aux données d'utilisateurs via l'API REST"
2548
+
2549
+ #: ../settings.php:744
2550
+ msgid "Block access to WordPress REST API except any of the following"
2551
+ msgstr "Bloquer l'accès à l'API REST de WordPress sauf pour"
2552
+
2553
+ #: ../settings.php:753
2554
+ msgid "Allow REST API for these roles"
2555
+ msgstr "Permettre l'accès à l'API REST pour ces rôles"
2556
+
2557
+ #: ../settings.php:759
2558
+ msgid "Allow these namespaces"
2559
+ msgstr "Permettre ces namespaces"
2560
+
2561
+ #: ../settings.php:888
2562
+ msgid "Ignore logged in users"
2563
+ msgstr "Ignorer les utilisateurs connectés"
2564
+
2565
+ #: ../settings.php:1190
2566
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2567
+ msgstr "Ces restrictions ne s'appliquent pas aux adresses IP de la Liste blanche d'adresses IP"
2568
+
2569
+ #: ../settings.php:1499
2570
+ msgid "Select one or more roles"
2571
+ msgstr "Sélectionnez un ou plusieurs rôle(s)"
2572
+
2573
+ #: ../dashboard.php:1049
2574
+ msgid "Filter by registered user"
2575
+ msgstr "Filtré par utilisateur inscrit"
2576
+
2577
+ #: ../settings.php:115
2578
+ msgid "Authorized users only"
2579
+ msgstr "Utilisateurs autorisés seulement"
2580
+
2581
+ #: ../settings.php:116
2582
+ msgid "Only registered and logged in website users have access to the website"
2583
+ msgstr "Seulement les utilisateurs enregistrés et connectés ont accès au site web"
2584
+
2585
+ #: ../settings.php:123
2586
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2587
+ msgstr "Ne pas appliquer cette politique aux adresses IP de la Liste blanche d'adresses IP"
2588
+
2589
+ #: ../settings.php:133 ../settings.php:2067
2590
+ msgid "Only registered and logged in users are allowed to view this website"
2591
+ msgstr "Seulement les utilisateurs enregistrés et connectés ont l'autorisation de voir le site"
2592
+
2593
+ #: ../settings.php:138
2594
+ msgid "Redirect to URL"
2595
+ msgstr "Rediriger vers l'URL"
2596
+
2597
+ #: ../dashboard.php:4291
2598
+ msgid "Changelog"
2599
+ msgstr "Journal des changements"
2600
+
2601
+ #: ../dashboard.php:72 ../dashboard.php:72
2602
+ msgid "Cerber.Hub"
2603
+ msgstr "Cerber.Hub"
2604
+
2605
+ #: ../dashboard.php:613
2606
+ msgid "Default settings have been loaded"
2607
+ msgstr "Les paramètres par défaut ont été chargés"
2608
+
2609
+ #: ../dashboard.php:3034
2610
+ msgid "Save all rules"
2611
+ msgstr "Enregistrer toutes les règles"
2612
+
2613
+ #: ../common.php:836
2614
+ msgid "Save Changes"
2615
+ msgstr "Enregistrer"
2616
+
2617
+ #: ../common.php:1201
2618
+ msgid "Invalid master credentials"
2619
+ msgstr "Accès principaux invalides"
2620
+
2621
+ #: ../settings.php:301
2622
+ msgid "Master settings"
2623
+ msgstr "Paramètres principaux"
2624
+
2625
+ #: ../settings.php:309
2626
+ msgid "Return to the website list"
2627
+ msgstr "Retourner à la liste de sites"
2628
+
2629
+ #: ../settings.php:313
2630
+ msgid "Show \"Switched to\" notification"
2631
+ msgstr "Montrer la notification \"Changer pour\""
2632
+
2633
+ #: ../settings.php:317
2634
+ msgid "Add @ site to the page title"
2635
+ msgstr "Ajouter un @ à la page du site"
2636
+
2637
+ #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2638
+ msgid "Enable diagnostic logging"
2639
+ msgstr "Activer les logs de diagnostique"
2640
+
2641
+ #: ../settings.php:344
2642
+ msgid "Limit access by IP address"
2643
+ msgstr "Restreindre l'accès par l'adresse IP"
2644
+
2645
+ #: ../settings.php:350
2646
+ msgid "Access to this website"
2647
+ msgstr "Accéder à ce site"
2648
+
2649
+ #: ../settings.php:353
2650
+ msgid "Full access mode"
2651
+ msgstr "Mode plein accès"
2652
+
2653
+ #: ../settings.php:354
2654
+ msgid "Read-only mode"
2655
+ msgstr "Mode lecture seule"
2656
+
2657
+ #: ../settings.php:370
2658
+ msgid "The full access mode requires the PRO version of WP Cerber"
2659
+ msgstr "Le mode plein accès exige la version PRO de WP Cerber"
2660
+
2661
+ #: ../nexus/cerber-slave-list.php:48
2662
+ msgid "WordPress"
2663
+ msgstr "WordPress"
2664
+
2665
+ #: ../nexus/cerber-slave-list.php:52
2666
+ msgid "Malware Scan"
2667
+ msgstr "Analyse des logiciels malveillants"
2668
+
2669
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2670
+ msgid "Notes"
2671
+ msgstr "Notes"
2672
+
2673
+ #: ../nexus/cerber-slave-list.php:117
2674
+ msgid "Add a slave website"
2675
+ msgstr "Ajouter un site secondaire"
2676
+
2677
+ #: ../nexus/cerber-slave-list.php:193
2678
+ msgid "Search results for:"
2679
+ msgstr "Résultats pour :"
2680
+
2681
+ #: ../nexus/cerber-slave-list.php:233
2682
+ msgid "Edit"
2683
+ msgstr "Modifier"
2684
+
2685
+ #: ../nexus/cerber-slave-list.php:239
2686
+ msgid "Switch to"
2687
+ msgstr "Changer pour"
2688
+
2689
+ #: ../nexus/cerber-slave-list.php:339
2690
+ msgid "No websites configured."
2691
+ msgstr "Aucun site web configuré."
2692
+
2693
+ #: ../nexus/cerber-slave-list.php:339
2694
+ msgid "Add a new one"
2695
+ msgstr "Ajouter un nouveau"
2696
+
2697
+ #: ../nexus/cerber-nexus-master.php:70
2698
+ msgid "Website Properties"
2699
+ msgstr "Paramètres du site"
2700
+
2701
+ #: ../nexus/cerber-nexus-master.php:80
2702
+ msgid "Website URL"
2703
+ msgstr "URL du site"
2704
+
2705
+ #: ../nexus/cerber-nexus-master.php:85
2706
+ msgid "Display as"
2707
+ msgstr "Afficher comme"
2708
+
2709
+ #: ../nexus/cerber-nexus-master.php:111
2710
+ msgid "Website Owner"
2711
+ msgstr "Propriétaire du site"
2712
+
2713
+ #: ../nexus/cerber-nexus-master.php:115
2714
+ msgid "First Name"
2715
+ msgstr "Prénom"
2716
+
2717
+ #: ../nexus/cerber-nexus-master.php:119
2718
+ msgid "Last Name"
2719
+ msgstr "Nom"
2720
+
2721
+ #: ../nexus/cerber-nexus-master.php:123
2722
+ msgid "Email"
2723
+ msgstr "Adresse courriel"
2724
+
2725
+ #: ../nexus/cerber-nexus-master.php:127
2726
+ msgid "Phone"
2727
+ msgstr "Téléphone"
2728
+
2729
+ #: ../nexus/cerber-nexus-master.php:135
2730
+ msgid "Address"
2731
+ msgstr "Adresse"
2732
+
2733
+ #: ../nexus/cerber-nexus-master.php:260
2734
+ msgid "Security access token is invalid"
2735
+ msgstr "Le jeton de sécurité est invalide"
2736
+
2737
+ #: ../nexus/cerber-nexus-master.php:290
2738
+ msgid "The website you are trying to add is already in the list"
2739
+ msgstr "Le site web que vous tentez d'ajouter est déjà dans la liste"
2740
+
2741
+ #: ../nexus/cerber-nexus-master.php:299
2742
+ msgid "The website has been added successfully"
2743
+ msgstr "Le site web a été ajouté avec succès"
2744
+
2745
+ #: ../nexus/cerber-nexus-master.php:300
2746
+ msgid "Click to edit"
2747
+ msgstr "Cliquez pour modifier"
2748
+
2749
+ #: ../nexus/cerber-nexus-master.php:301
2750
+ msgid "Switch to the Dashboard"
2751
+ msgstr "Retourner au Tableau de bord"
2752
+
2753
+ #: ../nexus/cerber-nexus-master.php:304
2754
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2755
+ msgstr "Gardez en tête que vous avez ajouté un site web ne supportant par l'encryption SSL. Cela pourrait mener à de l'interception de données."
2756
+
2757
+ #: ../nexus/cerber-nexus-master.php:425
2758
+ msgid "Website has been deleted"
2759
+ msgid_plural "%s websites have been deleted"
2760
+ msgstr[0] "Le site web a été supprimé"
2761
+ msgstr[1] "%s sites web ont été supprimés"
2762
+
2763
+ #: ../nexus/cerber-nexus-master.php:981
2764
+ msgid "You have switched to %s"
2765
+ msgstr "Vous avez changé à %s"
2766
+
2767
+ #: ../nexus/cerber-nexus-master.php:986
2768
+ msgid "You have switched back to the master website"
2769
+ msgstr "Vous êtes retourné au site web principal"
2770
+
2771
+ #: ../nexus/cerber-nexus-master.php:1196
2772
+ msgid "You are here:"
2773
+ msgstr "Vous êtes ici :"
2774
+
2775
+ #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2776
+ #: /nexus/cerber-nexus.php:99
2777
+ msgid "My Websites"
2778
+ msgstr "Mes sites"
2779
+
2780
+ #: ../nexus/cerber-nexus-master.php:1214
2781
+ msgid "Visit Site"
2782
+ msgstr "Visiter le site"
2783
+
2784
+ #: ../nexus/cerber-nexus.php:61
2785
+ msgid "Enable slave mode"
2786
+ msgstr "Activer le mode secondaire"
2787
+
2788
+ #: ../nexus/cerber-nexus.php:62
2789
+ msgid "This website can be managed from a master website"
2790
+ msgstr "Ce site web peut être contrôlé à partir du site web principal"
2791
+
2792
+ #: ../nexus/cerber-nexus.php:65
2793
+ msgid "Enable master mode"
2794
+ msgstr "Activer le mode principal"
2795
+
2796
+ #: ../nexus/cerber-nexus.php:66
2797
+ msgid "Configure this website as a master to manage other website"
2798
+ msgstr "Configurez ce site comme étant un site principal afin de contrôler d'autres sites"
2799
+
2800
+ #: ../nexus/cerber-nexus.php:71
2801
+ msgid "To proceed, please select the mode for this website"
2802
+ msgstr "Pour procéder, veuillez sélectionner le mode du site web"
2803
+
2804
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2805
+ msgid "Slave Settings"
2806
+ msgstr "Paramètres du mode secondaire"
2807
+
2808
+ #: ../nexus/cerber-nexus.php:141
2809
+ msgid "Secret Access Token"
2810
+ msgstr "Jeton secret d'accès"
2811
+
2812
+ #: ../nexus/cerber-nexus.php:143
2813
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2814
+ msgstr "Le jeton est unique à ce site. Gardez-le secrètement. Installez le jeton sur le site principal pour accéder à ce site web."
2815
+
2816
+ #: ../nexus/cerber-nexus.php:145
2817
+ msgid "Are you sure? This permanently invalidates the token."
2818
+ msgstr "Êtes-vous certain ? Le jeton sera invalidé de façon permanente."
2819
+
2820
+ #: ../nexus/cerber-nexus.php:146
2821
+ msgid "Disable slave mode"
2822
+ msgstr "Désactiver le mode secondaire"
2823
+
2824
+ #: ../nexus/cerber-nexus.php:261
2825
+ msgid "This website is set as master."
2826
+ msgstr "Ce site web est défini comme étant un site principal."
2827
+
2828
+ #: ../nexus/cerber-nexus.php:262
2829
+ msgid "Add slave websites by using access tokens."
2830
+ msgstr "Ajouter des sites secondaires en utilisant des jetons d'accès"
2831
+
2832
+ #: ../nexus/cerber-nexus.php:265
2833
+ msgid "This website is set as slave."
2834
+ msgstr "Ce site web est maintenant un site secondaire."
2835
+
2836
+ #: ../nexus/cerber-nexus.php:266
2837
+ msgid "Install the access token on the master website."
2838
+ msgstr "Installer le jeton d'accès sur le site principal"
2839
+
2840
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2841
+ #: ../common.php:1391
2842
+ msgid "%s sec"
2843
+ msgid_plural "%s secs"
2844
+ msgstr[0] "%s seconde"
2845
+ msgstr[1] "%s secondes"
2846
+
2847
+ #: ../settings.php:832
2848
+ msgid "Send reports on"
2849
+ msgstr "Envoyer le rapport à "
2850
+
2851
+ #: ../nexus/cerber-slave-list.php:51
2852
+ msgid "Updates"
2853
+ msgstr "Mises à jour"
2854
+
2855
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2856
+ msgid "Group"
2857
+ msgstr "Groupe"
2858
+
2859
+ #: ../nexus/cerber-slave-list.php:96
2860
+ msgid "Upgrade WP Cerber"
2861
+ msgstr "Mettre à jour WP Cerber"
2862
+
2863
+ #: ../nexus/cerber-slave-list.php:97
2864
+ msgid "Upgrade all active plugins"
2865
+ msgstr "Mettre à jour toutes les extensions activées"
2866
+
2867
+ #: ../nexus/cerber-slave-list.php:98
2868
+ msgid "Delete website"
2869
+ msgstr "Supprimer le site"
2870
+
2871
+ #: ../nexus/cerber-slave-list.php:111
2872
+ msgid "All groups"
2873
+ msgstr "Tous les groupes"
2874
+
2875
+ #: ../nexus/cerber-nexus-master.php:1377
2876
+ msgid "Are you sure you want to delete selected websites?"
2877
+ msgstr "Êtes-vous certain de vouloir supprimer les sites sélectionnés ?"
2878
+
2879
+ #: ../cerber-users.php:130
2880
+ msgid "Block"
2881
+ msgstr "Bloqué"
2882
+
2883
+ #: ../nexus/cerber-nexus-master.php:62
2884
+ msgid "Select an existing group or enter a new one to add it"
2885
+ msgstr "Sélectionnez un groupe existant ou entrez un nouveau pour l'ajouter"
2886
+
2887
+ #: ../nexus/cerber-nexus-master.php:131
2888
+ msgid "Company"
2889
+ msgstr "Compagnie"
2890
+
2891
+ #: ../nexus/cerber-nexus-master.php:656
2892
+ msgid "Invalid response from the slave website"
2893
+ msgstr "Réponse invalide de la part du site secondaire"
2894
+
2895
+ #: ../common.php:1182 ../common.php:1247
2896
+ msgid "Attempt to log in with non-existing username"
2897
+ msgstr "Tentative de connexion avec un identifiant inexistant"
2898
+
2899
+ #: ../cerber-load.php:3805
2900
+ msgid "Attempts to log in with non-existing usernames"
2901
+ msgstr "Tentatives d'ouverture de session avec un nom d'utilisateur inexistant"
2902
+
2903
+ #: ../settings.php:321
2904
+ msgid "Use master language"
2905
+ msgstr ""
2906
+
2907
+ #: ../settings.php:547
2908
+ msgid "Non-existing users"
2909
+ msgstr "Utilisateurs inexistants"
2910
+
2911
+ #: ../settings.php:551
2912
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2913
+ msgstr "Bloquer immédiatement l’IP si la tentative de connexion est faite avec un identifiant utilisateur inexistant"
2914
+
2915
+ #: ../nexus/cerber-slave-list.php:54
2916
+ msgid "Owner"
2917
+ msgstr ""
2918
+
2919
+ #: ../nexus/cerber-slave-list.php:339
2920
+ msgid "Disable master mode"
2921
+ msgstr ""
2922
+
2923
+ #: ../nexus/cerber-nexus.php:146
2924
+ msgid "To revoke the token and disable remote management, click here:"
2925
+ msgstr ""
2926
+
2927
+ #: ../settings.php:706
2928
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2929
+ msgstr ""
2930
+
2931
+ #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2932
+ msgid "Active plugins and updates on"
2933
+ msgstr ""
2934
+
2935
+ #: ../nexus/cerber-nexus-master.php:1421
2936
+ msgid "A newer version is available"
2937
+ msgstr ""
2938
+
languages/wp-cerber-fr_FR.mo CHANGED
Binary file
languages/wp-cerber-fr_FR.po CHANGED
@@ -8,654 +8,627 @@ msgstr ""
8
  "Language: fr\n"
9
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
 
11
- #: ../settings.php:77
12
- #, fuzzy
13
  msgid "Limit login attempts"
14
- msgstr "Limitation des tentatives de connexion"
15
 
16
- #: ../settings.php:78
17
  msgid "Attempts"
18
  msgstr "Tentatives"
19
 
20
- #: ../settings.php:79
21
  msgid "Lockout duration"
22
  msgstr "Durée du blocage"
23
 
24
- #: ../settings.php:79 ../settings.php:105
25
  msgid "minutes"
26
  msgstr "minutes"
27
 
28
- #: ../settings.php:80
29
  msgid "Aggressive lockout"
30
  msgstr "Blocage aggressif"
31
 
32
- #: ../settings.php:83
33
  msgid "Site connection"
34
  msgstr "Connexion au site"
35
 
36
- #: ../settings.php:85
37
  msgid "Proactive security rules"
38
  msgstr "Règles de sécurité proactives"
39
 
40
- #: ../settings.php:86
41
  msgid "Block subnet"
42
  msgstr "Bloquer les sous-réseaux"
43
 
44
- #: ../settings.php:89
45
  msgid "Request wp-login.php"
46
  msgstr "Requête sur wp-login.php"
47
 
48
- #: ../settings.php:89
49
  msgid "Immediately block IP after any request to wp-login.php"
50
  msgstr "Bloquer immédiatement l’IP si elle tente d’accéder au fichier wp-login.php"
51
 
52
- #: ../settings.php:92
53
  msgid "Custom login page"
54
  msgstr "Page de connexion personnalisée"
55
 
56
- #: ../settings.php:93
57
  msgid "Custom login URL"
58
  msgstr "URL de connexion personnalisée"
59
 
60
- #: ../settings.php:99
61
  msgid "must not overlap with the existing pages or posts slug"
62
- msgstr "Ne doit pas chevaucher l’URL d’une page ou d’un post existant"
63
 
64
- #: ../settings.php:101
65
  msgid "Disable wp-login.php"
66
  msgstr "Désactiver wp-login.php"
67
 
68
- #: ../settings.php:101
69
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
70
  msgstr "Bloquer l’accès direct à wp-login.php et retourner une erreur HTTP 404 Not Found"
71
 
72
- #: ../dashboard.php:1320 ../settings.php:103
73
  msgid "Citadel mode"
74
  msgstr "Mode Citadelle"
75
 
76
- #: ../settings.php:104
77
  msgid "Threshold"
78
  msgstr "Seuil"
79
 
80
- #: ../settings.php:105 ../cerber-scanner.php:3823
81
  msgid "Duration"
82
  msgstr "Durée"
83
 
84
- #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
85
- #: 631
86
  msgid "Notifications"
87
  msgstr "Notifications"
88
 
89
- #: ../settings.php:106
90
  msgid "Send notification to admin email"
91
  msgstr "Envoyer des notifications à l’administrateur"
92
 
93
- #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
94
- #: tools.php:100 ../cerber-tools.php:187
95
  msgid "Access Lists"
96
  msgstr "Listes d’accès"
97
 
98
- #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
99
- #: /settings.php:108 ../settings.php:625
100
  msgid "Activity"
101
  msgstr "Activité"
102
 
103
- #: ../settings.php:626
104
  msgid "Lockouts"
105
  msgstr "Blocages"
106
 
107
- #: ../settings.php:748 ../settings.php:870
108
  msgid "%s allowed retries in %s minutes"
109
  msgstr "%s tentatives autorisées en %s minutes"
110
 
111
- #: ../settings.php:770 ../settings.php:892
112
  msgid "Enable after %s failed login attempts in last %s minutes"
113
  msgstr "Activer après %s tentatives échouées dans les %s dernières minutes"
114
 
115
- #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
116
- #: php:4024
117
  msgid "IP"
118
  msgstr "IP"
119
 
120
- #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
 
121
  msgid "Date"
122
  msgstr "Date"
123
 
124
- #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
125
  msgid "Local User"
126
  msgstr "Utilisateur local"
127
 
128
- #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
129
  msgid "Username used"
130
  msgstr "Identifiant utilisé"
131
 
132
- #: ../dashboard.php:153
133
  msgid "Showing last %d records from %d"
134
  msgstr "Affichage de %d derniers enregistrements sur %d"
135
 
136
- #: ../common.php:836
137
  msgid "Logged in"
138
  msgstr "Connexion réussie"
139
 
140
- #: ../common.php:837
141
  msgid "Logged out"
142
  msgstr "Déconnexion"
143
 
144
- #: ../common.php:838
145
  msgid "Login failed"
146
  msgstr "Connexion échouée"
147
 
148
- #: ../common.php:841
149
  msgid "IP blocked"
150
  msgstr "IP bloquée"
151
 
152
- #: ../common.php:842
153
  msgid "Subnet blocked"
154
  msgstr "Sous-réseau bloqué"
155
 
156
- #: ../common.php:844
157
  msgid "Citadel activated!"
158
  msgstr "Citadelle activée !"
159
 
160
- #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
161
- #: 890
162
- #, fuzzy
163
  msgid "Locked out"
164
  msgstr "Bloqué"
165
 
166
- #: ../common.php:891
167
  msgid "IP blacklisted"
168
  msgstr "IP blacklistées"
169
 
170
- #: ../common.php:859
171
  msgid "Password changed"
172
  msgstr "Changement de mot de passe"
173
 
174
- #: ../dashboard.php:127 ../dashboard.php:207
175
  msgid "Remove"
176
  msgstr "Supprimer"
177
 
178
- #: ../dashboard.php:437
179
  msgid "Lockout for %s was removed"
180
  msgstr "Le blocage de %s a été levé"
181
 
182
- #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
183
- #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
184
- #, fuzzy
185
  msgid "White IP Access List"
186
- msgstr "Liste blanche (IP White List)"
187
 
188
- #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
189
- #: php:1319 ../dashboard.php:3067
190
- #, fuzzy
191
  msgid "Black IP Access List"
192
- msgstr "Liste Noire (IP Black List)"
193
 
194
- #: ../dashboard.php:213
195
  msgid "List is empty"
196
  msgstr "La liste est vide"
197
 
198
- #: ../dashboard.php:250
199
- #, fuzzy
200
  msgid "Address %s was added to White IP Access List"
201
- msgstr "L’adresse %s a été ajoutée à la Liste Blanche"
202
 
203
- #: ../dashboard.php:264
204
- #, fuzzy
205
  msgid "Address %s was added to Black IP Access List"
206
- msgstr "L’adresse %s a été ajoutée à la Liste Noire"
207
 
208
- #: ../cerber-load.php:3446
209
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
210
  msgstr "Le mode Citadelle est activé après %d tentatives de connexion échouées en %d minutes."
211
 
212
- #: ../dashboard.php:1990 ../dashboard.php:2400
213
  msgid "View Activity"
214
  msgstr "Voir l’activité"
215
 
216
- #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
217
- #: scanner.php:76
218
  msgid "Settings"
219
  msgstr "Réglages"
220
 
221
- #: ../dashboard.php:1181
222
- #, fuzzy
223
  msgid "Last login"
224
  msgstr "Dernière connexion"
225
 
226
- #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
 
227
  msgid "Never"
228
  msgstr "Jamais"
229
 
230
- #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
231
- #: /cerber-scanner.php:5659
232
  msgid "Are you sure?"
233
- msgstr "Etes-vous sûr ?"
234
 
235
- #: ../dashboard.php:1632 ../settings.php:83
236
  msgid "My site is behind a reverse proxy"
237
  msgstr "Mon site se trouve derrière un reverse proxy"
238
 
239
- #: ../settings.php:87
240
- msgid "Non-existent users"
241
- msgstr "Utilisateurs inexistants"
242
-
243
- #: ../settings.php:87
244
- msgid "Immediately block IP when attempting to login with a non-existent username"
245
- msgstr "Bloquer immédiatement l’IP si la tentative de connexion est faite avec un identifiant utilisateur inexistant"
246
-
247
- #: ../settings.php:580
248
  msgid "Make your protection smarter!"
249
- msgstr "Rendez votre protection intelligente !"
250
 
251
- #: ../settings.php:584
252
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
253
- msgstr "Veuillez activer les Permaliens pour utiliser cette fonctionnalité. Le réglage des permaliens ne doit pas être “par défaut”."
254
 
255
- #: ../cerber-load.php:4305 ../settings.php:627
256
  msgid "Main Settings"
257
  msgstr "Réglages généraux"
258
 
259
- #: ../dashboard.php:3700
260
  msgid "Help"
261
  msgstr "Aide"
262
 
263
- #: ../settings.php:758 ../settings.php:880
264
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
265
  msgstr "Allonger la durée du blocage à %s heures après %s blocages dans les %s dernières heures"
266
 
267
- #: ../cerber-load.php:370
268
  msgid "You are not allowed to log in. Ask your administrator for assistance."
269
  msgstr "Vous n’êtes pas autorisé à vous connecté. Contactez l’administrateur si vous avez besoin d’assistance."
270
 
271
- #: ../cerber-load.php:396
272
  msgid "You have only one attempt remaining."
273
  msgid_plural "You have %d attempts remaining."
274
  msgstr[0] "Il ne vous reste qu’une seule tentative."
275
  msgstr[1] "Il vous reste %d tentatives."
276
 
277
- #: ../dashboard.php:764
278
  msgid "No activity has been logged."
279
- msgstr "Aucune activité n’a été notée"
280
 
281
- #: ../dashboard.php:137
282
  msgid "Expires"
283
  msgstr "Expire le"
284
 
285
- #: ../dashboard.php:159
286
- #, fuzzy
287
  msgid "No lockouts at the moment. The sky is clear."
288
- msgstr "Pas de blocage pour le moment. Tout va bien dans le meilleur des mondes."
289
 
290
- #: ../dashboard.php:179
291
  msgid "These IPs will never be locked out"
292
  msgstr "Ces adresses IP ne seront jamais bloquées"
293
 
294
- #: ../dashboard.php:188
295
  msgid "Your IP"
296
  msgstr "Votre IP"
297
 
298
- #: ../cerber-load.php:3447
299
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
300
- msgstr "La dernière tentative échouée date du %s. Elle vient de lIP %s. Le nom d’utilisateur utilisé est : %s."
301
 
302
- #: ../cerber-load.php:4273
303
  msgid "Can't activate WP Cerber due to a database error."
304
- msgstr "Impossible d’activer WP Cerber à cause dune erreur de base de données"
305
 
306
- #: ../settings.php:765 ../settings.php:887
307
  msgid "Notify admin if the number of active lockouts above"
308
- msgstr "Notifier ladministrateur si le nombre de blocages actifs excède "
309
 
310
- #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
311
  msgid "days"
312
  msgstr "jours"
313
 
314
- #: ../dashboard.php:1271
315
  msgid "Cerber Quick View"
316
  msgstr "Cerber aperçu"
317
 
318
- #: ../dashboard.php:155
319
  msgid "Hint"
320
  msgstr "Astuce"
321
 
322
- #: ../dashboard.php:155
323
  msgid "To view activity, click on the IP"
324
  msgstr "Pour voir l’activité relative à cette IP, cliquez sur l’IP"
325
 
326
- #: ../settings.php:86
327
  msgid "Always block entire subnet Class C of intruders IP"
328
- msgstr "Toujours bloquer le sous-réseau complet de classe C des IP intruses"
329
 
330
- #: ../settings.php:106 ../settings.php:767 ../settings.php:889
331
  msgid "Click to send test"
332
  msgstr "Cliquez pour tester"
333
 
334
- #: ../settings.php:1052 ../settings.php:1053
335
  msgid "Attention! You have changed the login URL! The new login URL is"
336
- msgstr "Attention ! Vous avez changer lURL de connexion ! La nouvelle URL est "
337
 
338
- #: ../dashboard.php:1180
339
  msgid "Comments"
340
  msgstr "Commentaires"
341
 
342
- #: ../common.php:1210
343
  msgid "Update to version %s of WP Cerber"
344
  msgstr "Mettre à jour WP Cerber à la version %s"
345
 
346
- #: ../cerber-load.php:3448 ../cerber-load.php:4056
347
  msgid "View activity in dashboard"
348
  msgstr "Voir l’activité dans le tableau de bord"
349
 
350
- #: ../cerber-load.php:3477
351
  msgid "Number of active lockouts"
352
  msgstr "Nombre de blocages actifs"
353
 
354
- #: ../cerber-load.php:3481
355
  msgid "View lockouts in dashboard"
356
  msgstr "Voir les blocages dans le tableau de bord"
357
 
358
- #: ../cerber-load.php:3569
359
  msgid "This message was sent by"
360
  msgstr "Ce message a été envoyé par"
361
 
362
- #: ../dashboard.php:69 ../cerber-tools.php:50
363
  msgid "Tools"
364
  msgstr "Outils"
365
 
366
- #: ../cerber-tools.php:87
367
  msgid "Export settings to the file"
368
  msgstr "Exporter les préférences"
369
 
370
- #: ../cerber-tools.php:88
371
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
372
  msgstr "Vous obtiendrez un fichier de configuration lorsque vous cliquerez sur le bouton ci-dessous. Vous pourrez ensuite utiliser ce fichier de configuration sur d’autre site."
373
 
374
- #: ../cerber-tools.php:89
375
  msgid "What do you want to export?"
376
  msgstr "Que voulez-vous exporter ?"
377
 
378
- #: ../cerber-tools.php:92
379
  msgid "Download file"
380
  msgstr "Télécharger le fichier"
381
 
382
- #: ../cerber-tools.php:94
383
  msgid "Import settings from the file"
384
- msgstr "Importer les préférences"
385
 
386
- #: ../cerber-tools.php:95
387
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
388
- msgstr "Importer des préférences écrasera les réglages précédents."
389
 
390
- #: ../cerber-tools.php:96
391
  msgid "Select file to import."
392
  msgstr "Sélectionnez un fichier."
393
 
394
- #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
395
  msgid "Maximum upload file size: %s."
396
- msgstr "Taille maximum de fichier autorisée : %s"
397
 
398
- #: ../cerber-tools.php:99
399
  msgid "What do you want to import?"
400
  msgstr "Que voulez-vous importer ?"
401
 
402
- #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
403
  msgid "Upload file"
404
- msgstr "Uploader un fichier"
405
 
406
- #: ../cerber-tools.php:150
407
  msgid "No file was uploaded or file is corrupted"
408
  msgstr "Le fichier n’a pas été uploadé ou est corrompu"
409
 
410
- #: ../cerber-tools.php:187
411
  msgid "Error while updating"
412
  msgstr "Erreur lors de la mise à jour"
413
 
414
- #: ../cerber-tools.php:193
415
  msgid "Settings has imported successfully from"
416
- msgstr "Les préférences ont été importées avec succès depuis"
417
 
418
- #: ../cerber-tools.php:200
419
  msgid "Error while parsing file"
420
- msgstr "Error lors de lanalyse du fichier"
421
 
422
- #: ../dashboard.php:135 ../dashboard.php:737
423
  msgid "Hostname"
424
- msgstr "Hôte"
425
 
426
- #: ../dashboard.php:403
427
  msgid "unknown"
428
  msgstr "inconnu"
429
 
430
- #: ../settings.php:109 ../settings.php:365
431
- #, fuzzy
432
  msgid "Keep records for"
433
  msgstr "Conserver l’historique pour"
434
 
435
- #: ../dashboard.php:1305 ../dashboard.php:1327
436
  msgid "active"
437
- msgstr "Active"
438
 
439
- #: ../dashboard.php:1305
440
  msgid "deactivate"
441
- msgstr "Citadelle activée !"
442
 
443
- #: ../dashboard.php:1307
444
  msgid "not active"
445
- msgstr "Inactif"
446
 
447
- #: ../dashboard.php:1308 ../dashboard.php:1322
448
  msgid "disabled"
449
- msgstr "Désactivée"
450
 
451
- #: ../dashboard.php:1313
452
  msgid "failed attempts"
453
- msgstr "Limitation des tentatives de connexion"
454
 
455
- #: ../dashboard.php:1313 ../dashboard.php:1314
456
  msgid "in 24 hours"
457
  msgstr "en 24 heures"
458
 
459
- #: ../dashboard.php:1313 ../dashboard.php:1314
460
  msgid "view all"
461
- msgstr "Voir tous"
462
 
463
- #: ../dashboard.php:1314
464
  msgid "lockouts"
465
- msgstr "Blocages"
466
 
467
- #: ../dashboard.php:1316
468
  msgid "Lockouts at the moment"
469
- msgstr "Pas de blocage pour le moment. Tout va bien dans le meilleur des mondes."
470
 
471
- #: ../dashboard.php:1317
472
- #, fuzzy
473
  msgid "Last lockout"
474
- msgstr "Le dernier blocage a été ajouté"
475
 
476
- #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
477
  msgid "entry"
478
  msgid_plural "entries"
479
  msgstr[0] "entrée"
480
  msgstr[1] "entrées"
481
 
482
- #: ../dashboard.php:1870
483
- #, fuzzy
484
  msgid "Confused about some settings?"
485
- msgstr "Confus au sujet de certains paramètres ?"
486
 
487
- #: ../dashboard.php:1871
488
- #, fuzzy
489
  msgid "You can easily load default recommended settings using button below"
490
- msgstr "Vous pouvez facilement charger les paramètres recommandés par défaut en utilisant bouton ci-dessous"
491
 
492
- #: ../dashboard.php:1873
493
- #, fuzzy
494
  msgid "Load default settings"
495
- msgstr "Charger les paramètres par défaut"
496
 
497
- #: ../dashboard.php:1881
498
  msgid "doesn't affect Custom login URL and Access Lists"
499
  msgstr "n’affecte pas l’URL de connexion personnalisée ni les Listes d’accès"
500
 
501
- #: ../common.php:1203 ../settings.php:236
502
  msgid "New version is available"
503
  msgstr "Nouvelle version disponible"
504
 
505
- #: ../cerber-load.php:3420
506
  msgid "WP Cerber notify"
507
- msgstr "Préférences WP Cerber"
508
 
509
- #: ../cerber-load.php:3444
510
  msgid "Citadel mode is activated"
511
- msgstr "Citadelle activée !"
512
 
513
- #: ../cerber-load.php:3516
514
  msgid "New Custom login URL"
515
- msgstr "URL de connexion personnalisée"
516
 
517
- #: ../cerber-load.php:4260
518
  msgid "The WP Cerber requires PHP %s or higher. You are running"
519
- msgstr "WP Cerber nécessite PHP %s ou supérieur. Vous avez actuellement "
520
 
521
- #: ../cerber-load.php:4264
522
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
523
  msgstr "WP Cerber nécessite WordPress %s ou supérieur. Vous avez actuellement"
524
 
525
- #: ../settings.php:112
526
  msgid "Use file"
527
- msgstr "Uploader un fichier"
528
 
529
- #: ../settings.php:112
530
  msgid "Write failed login attempts to the file"
531
- msgstr "Inscrire les tentatives de connexion échouées dans un fichier de log"
532
 
533
- #: ../dashboard.php:1989
534
  msgid "Deactivate"
535
  msgstr "Désactiver"
536
 
537
- #: ../dashboard.php:138 ../cerber-load.php:3479
538
  msgid "Reason"
539
  msgstr "Raison"
540
 
541
- #: ../dashboard.php:218
542
  msgid "Add IP to the list"
543
  msgstr "Ajouter l’IP à la liste"
544
 
545
- #: ../dashboard.php:1001
546
  msgid "Add IP to the Black List"
547
  msgstr "Ajouter l’IP à la liste noire"
548
 
549
- #: ../common.php:928
550
  msgid "Attempt to access"
551
  msgstr "Tentative d’accès"
552
 
553
- #: ../common.php:927
554
  msgid "Limit on login attempts is reached"
555
- msgstr "La limite de tentatives de connexion est atteinte"
556
 
557
- #: ../common.php:867 ../common.php:929
558
- msgid "Attempt to log in with non-existent username"
559
- msgstr "Tentative de connexion avec un identifiant inexistant"
560
-
561
- #: ../cerber-load.php:3478
562
  msgid "Last lockout was added: %s for IP %s"
563
  msgstr "Le dernier blocage a été ajouté le %s pour l’IP %s"
564
 
565
- #: ../cerber-load.php:4309 ../settings.php:629
566
  msgid "Hardening"
567
  msgstr "Renforcer"
568
 
569
- #: ../dashboard.php:978
570
  msgid "Abuse email:"
571
- msgstr "Courriels abusifs"
572
 
573
- #: ../settings.php:223 ../settings.php:264 ../settings.php:502
574
  msgid "Email Address"
575
- msgstr "Adresse email"
576
 
577
- #: ../settings.php:232
578
  msgid "if empty, the admin email %s will be used"
579
- msgstr "si vide, l’adresse de l’admin %s sera utilisée"
580
 
581
- #: ../settings.php:115
582
  msgid "Drill down IP"
583
  msgstr "Examiner les IPs"
584
 
585
- #: ../settings.php:115
586
  msgid "Retrieve extra WHOIS information for IP"
587
  msgstr "Récupérer les données WHOIS des IPs"
588
 
589
- #: ../settings.php:123
590
  msgid "Hardening WordPress"
591
- msgstr "Renforcer WordPress"
592
 
593
- #: ../settings.php:124
594
  msgid "Stop user enumeration"
595
  msgstr "Empêcher l’énumération des utilisateurs"
596
 
597
- #: ../settings.php:132
598
  msgid "Disable XML-RPC"
599
- msgstr "Désactiver XML-RPC"
600
 
601
- #: ../settings.php:132
602
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
603
  msgstr "Bloquer l’accès au serveur XMlL-RPC (inclut les Pingbacks et Trackbacks)"
604
 
605
- #: ../settings.php:133
606
  msgid "Disable feeds"
607
  msgstr "Désactiver les flux"
608
 
609
- #: ../settings.php:133
610
  msgid "Block access to the RSS, Atom and RDF feeds"
611
  msgstr "Bloquer l’accès aux flux RSS, Atom et RDF"
612
 
613
- #: ../settings.php:134
614
  msgid "Disable REST API"
615
  msgstr "Désactiver REST API"
616
 
617
- #: ../settings.php:594
618
- msgid "These settings do not affect hosts from the "
619
- msgstr "Ces paramètres n’affecteront pas les hôtes en provenance de"
620
-
621
- #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
622
  msgid "<strong>ERROR</strong>: please enter a valid email address."
623
- msgstr "<strong>ERREUR</strong>: veuillez saisir une adresse email valide."
624
 
625
- #: ../cerber-load.php:3509 ../cerber-load.php:4294
626
  msgid "WP Cerber is now active and has started protecting your site"
627
  msgstr "WP Cerber est maintenant actif et protège votre site"
628
 
629
- #: ../dashboard.php:139 ../cerber-scanner.php:5541 ../cerber-scanner.php:5672
630
  msgid "Action"
631
  msgstr "Action"
632
 
633
- #: ../dashboard.php:181
634
  msgid "Nobody can log in or register from these IPs"
635
- msgstr "Personne ne peut se connecter à partir de ces IPs"
636
 
637
- #: ../dashboard.php:244 ../dashboard.php:256
638
  msgid "Incorrect IP address or IP range"
639
  msgstr "IP ou plage d’IP incorrecte"
640
 
641
- #: ../dashboard.php:453 ../dashboard.php:2005
642
  msgid "Settings saved"
643
  msgstr "Paramètres sauvegardés"
644
 
645
- #: ../dashboard.php:982
646
  msgid "Network:"
647
- msgstr "Réseau:"
648
 
649
- #: ../dashboard.php:996
650
  msgid "Add network to the Black List"
651
  msgstr "Ajouter un réseau à la liste noire"
652
 
653
- #: ../dashboard.php:1988
654
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
655
  msgstr "Attention ! Le mode Citadel est maintenant activé. Plus personne ne peut se connecter."
656
 
657
- #: ../dashboard.php:361 ../dashboard.php:2996 ../whois.php:223 ../whois.php:254 ..
658
- #: /common.php:926 ../common.php:1294
659
  msgid "Unknown"
660
  msgstr "Inconnu"
661
 
@@ -664,580 +637,582 @@ msgstr "Inconnu"
664
  msgid "Gregory"
665
  msgstr "Gregory"
666
 
667
- #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
668
- #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
669
- #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
670
- #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
671
- #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
672
- #: /settings.php:1114
 
673
  msgid "ERROR:"
674
  msgstr "ERREUR :"
675
 
676
- #: ../cerber-load.php:708
677
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
678
- msgstr "Vérification humaine échouée. Veuillez cliquer sur la case à cocher de la boite de dialogue reCAPTCHA ci-dessous."
679
 
680
- #: ../cerber-load.php:987
681
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
682
  msgstr "<strong>ERREUR</strong>: Le mot de passe que vous avez saisie pour l’identifiant %s est incorrect."
683
 
684
- #: ../cerber-load.php:1214
685
  msgid "Username is not allowed. Please choose another one."
686
  msgstr "Ce nom d’utilisateur n’est pas autorisé. Veuillez en choisir un autre."
687
 
688
- #: ../cerber-load.php:3472
689
  msgid "unspecified"
690
  msgstr "non spécifié"
691
 
692
- #: ../cerber-load.php:3475
693
  msgid "Number of lockouts is increasing"
694
  msgstr "Le nombre de blocage augmente"
695
 
696
- #: ../cerber-load.php:3480
697
  msgid "View activity for this IP"
698
  msgstr "Voir l’activité pour cette IP"
699
 
700
- #: ../cerber-load.php:3484 ../cerber-load.php:3486
701
  msgid "A new version of WP Cerber is available to install"
702
- msgstr "Une nouvelle version de WP Cerber est disponible"
703
 
704
- #: ../cerber-load.php:3485
705
  msgid "Hi!"
706
  msgstr "Salut !"
707
 
708
- #: ../cerber-load.php:3488 ../cerber-load.php:3499
 
709
  msgid "Website"
710
  msgstr "Site web"
711
 
712
- #: ../cerber-load.php:3491 ../cerber-load.php:3492
713
  msgid "The WP Cerber security plugin has been deactivated"
714
  msgstr "Le plugin WP Cerber a été désactivé"
715
 
716
- #: ../cerber-load.php:3494
717
  msgid "Not logged in"
718
  msgstr "Non connecté"
719
 
720
- #: ../cerber-load.php:3500
721
  msgid "By user"
722
  msgstr "Par utilisateur"
723
 
724
- #: ../cerber-load.php:3501
725
  msgid "From IP address"
726
  msgstr "De l’adresse IP"
727
 
728
- #: ../cerber-load.php:3504
729
  msgid "From country"
730
  msgstr "Du pays"
731
 
732
- #: ../cerber-load.php:3508
733
  msgid "The WP Cerber security plugin is now active"
734
  msgstr "Le plugin WP Cerber est maintenant actif"
735
 
736
- #: ../cerber-load.php:4295
737
  msgid "Your IP address is added to the"
738
  msgstr "Votre adresse IP a été ajouté à"
739
 
740
- #: ../cerber-load.php:4311
741
  msgid "Import settings"
742
  msgstr "Importer les paramètres"
743
 
744
- #: ../settings.php:235
745
  msgid "Notification limit"
746
  msgstr "Limite de notification"
747
 
748
- #: ../settings.php:235
749
  msgid "notification letters allowed per hour (0 means unlimited)"
750
- msgstr "nombre limite de mails de notification (0 pour illimité)"
751
 
752
- #: ../settings.php:152
753
  msgid "User related settings"
754
  msgstr "Paramètres relatifs aux utilisateurs"
755
 
756
- #: ../settings.php:156
757
  msgid "Prohibited usernames"
758
- msgstr "Identifiants interdits"
759
 
760
- #: ../settings.php:162
761
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
762
- msgstr "Les identifiants de cette liste ne pourront ni se connecter ni s’inscrire. Toute IP qui aurait tenté dutiliser un de ces identifiants sera immédiatement bloquée. Séparez les identifiants par des virgules."
763
 
764
- #: ../settings.php:164
765
  msgid "User session expire"
766
- msgstr "Session utilisateur expirée"
767
 
768
- #: ../settings.php:164
769
  msgid "in minutes (leave empty to use default WP value)"
770
  msgstr "en minutes (laisser vide pour utiliser la valeur par défaut de WordPress)"
771
 
772
- #: ../settings.php:197
773
  msgid "reCAPTCHA settings"
774
- msgstr "Paramètres reCAPTCHA"
775
 
776
- #: ../settings.php:198
777
  msgid "Site key"
778
  msgstr "Clef du site"
779
 
780
- #: ../settings.php:199
781
  msgid "Secret key"
782
  msgstr "Clef secrète"
783
 
784
- #: ../settings.php:202
785
  msgid "Enable reCAPTCHA for WordPress registration form"
786
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WordPress"
787
 
788
- #: ../settings.php:205
789
  msgid "Lost password form"
790
  msgstr "Formulaire de récupération de mot de passe"
791
 
792
- #: ../settings.php:208
793
  msgid "Login form"
794
  msgstr "Formulaire de connexion"
795
 
796
- #: ../settings.php:208
797
  msgid "Enable reCAPTCHA for WordPress login form"
798
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WordPress"
799
 
800
- #: ../settings.php:597
801
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
802
  msgstr "Avant d’utiliser reCAPTCHA, il vous faut obtenir une Clef de Site et une Clef Secrète sur le site de Google"
803
 
804
- #: ../cerber-lab.php:750 ../settings.php:598 ../settings.php:601
805
  msgid "Know more"
806
  msgstr "En savoir plus"
807
 
808
- #: ../settings.php:630
809
  msgid "Users"
810
  msgstr "Utilisateurs"
811
 
812
- #: ../common.php:834
813
  msgid "User created"
814
  msgstr "Utilisateur créé"
815
 
816
- #: ../dashboard.php:1822 ../common.php:835
817
  msgid "User registered"
818
  msgstr "Inscription utilisateur"
819
 
820
- #: ../common.php:862
821
  msgid "reCAPTCHA verification failed"
822
- msgstr "Vérification reCAPTCHA échouée"
823
 
824
- #: ../common.php:863
825
  msgid "reCAPTCHA settings are incorrect"
826
- msgstr "Les paramètres reCAPTCHA sont incorrects"
827
 
828
- #: ../common.php:866
829
  msgid "Attempt to access prohibited URL"
830
  msgstr "Tentative d’accès à une URL interdite"
831
 
832
- #: ../common.php:868 ../common.php:930
833
  msgid "Attempt to log in with prohibited username"
834
  msgstr "Tentative de connexion avec un identifiant interdit"
835
 
836
- #: ../settings.php:110
837
  msgid "Cerber Lab connection"
838
  msgstr "Connexion Cerber Lab"
839
 
840
- #: ../settings.php:110
841
  msgid "Send malicious IP addresses to the Cerber Lab"
842
  msgstr "Envoyer les adresses IP bloquées au Cerber Lab"
843
 
844
- #: ../settings.php:111
845
  msgid "Cerber Lab protocol"
846
  msgstr "Protocole Cerber Lab"
847
 
848
- #: ../settings.php:174 ../settings.php:202
849
  msgid "Registration form"
850
  msgstr "Formulaire d’inscription"
851
 
852
- #: ../settings.php:203
853
  msgid "Enable reCAPTCHA for WooCommerce registration form"
854
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WooCommerce"
855
 
856
- #: ../settings.php:205
857
  msgid "Enable reCAPTCHA for WordPress lost password form"
858
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WordPress"
859
 
860
- #: ../settings.php:206
861
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
862
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WooCommerce"
863
 
864
- #: ../settings.php:209
865
  msgid "Enable reCAPTCHA for WooCommerce login form"
866
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WooCommerce"
867
 
868
- #: ../common.php:864
869
  msgid "Request to the Google reCAPTCHA service failed"
870
  msgstr "La requête au service Google reCAPTCHA a échouée"
871
 
872
- #: ../dashboard.php:1814 ../dashboard.php:1844
873
  msgid "View all"
874
  msgstr "Voir tout"
875
 
876
- #: ../dashboard.php:1845
877
  msgid "Recently locked out IP addresses"
878
  msgstr "IPs récemment bloquées"
879
 
880
- #: ../cerber-lab.php:748
881
  msgid "OK, nail them all"
882
- msgstr "OK, qu’on les chope tous !"
883
 
884
- #: ../cerber-lab.php:749
885
  msgid "NO, maybe later"
886
  msgstr "NON, peut-être plus tard"
887
 
888
- #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
889
- #: php:624
890
  msgid "Dashboard"
891
  msgstr "Tableau de bord"
892
 
893
- #: ../cerber-lab.php:746
894
  msgid "Want to make WP Cerber even more powerful?"
895
- msgstr "Désireux de rendre WP Cerber encore plus puissant ?"
896
 
897
- #: ../cerber-lab.php:747
898
  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."
899
  msgstr "Permettre à WP Cerber d’envoyer les adresses IP qui ont été bloqués au Cerber Lab. Cela aidera l’équipe à créer de nouveau algorithmes pour que WP Cerber puisse défendre WordPress contre les nouvelles attaques et réseaux de robots qui apparaissent chaque jour. Vous pouvez désactiver l’envoi des données à tout moment dans les réglages du plugin."
900
 
901
- #: ../dashboard.php:568
902
  msgid "IP address"
903
- msgstr "adresse IP"
904
 
905
- #: ../dashboard.php:568
906
  msgid "User login"
907
  msgstr "Connexion de l'utilisateur"
908
 
909
- #: ../dashboard.php:568
910
  msgid "User ID"
911
  msgstr "ID utilisateur"
912
 
913
- #: ../dashboard.php:760
914
  msgid "Export"
915
  msgstr "Exporter"
916
 
917
- #: ../dashboard.php:782
918
  msgid "Search for IP or username"
919
  msgstr "Rechercher une adresse IP ou un nom d'utilisateur"
920
 
921
- #: ../dashboard.php:782
922
  msgid "Filter"
923
  msgstr "Filtre"
924
 
925
- #: ../dashboard.php:54
926
  msgid "Cerber Dashboard"
927
  msgstr "Tableau de bord Cerber"
928
 
929
- #: ../dashboard.php:69
930
  msgid "Cerber tools"
931
  msgstr "Outils Cerber"
932
 
933
- #: ../dashboard.php:2072
934
  msgid "Subscribe"
935
  msgstr "S'abonner"
936
 
937
- #: ../dashboard.php:2073 ../cerber-tools.php:284
938
  msgid "Unsubscribe"
939
  msgstr "Se désabonner"
940
 
941
- #: ../dashboard.php:2101
942
  msgid "You've subscribed"
943
  msgstr "Vous êtes abonné(e)"
944
 
945
- #: ../dashboard.php:2104
946
  msgid "You've unsubscribed"
947
  msgstr "Vous vous êtes désabonné"
948
 
949
- #: ../cerber-load.php:3520 ../cerber-load.php:3521
950
  msgid "A new activity has been recorded"
951
  msgstr "Une nouvelle activité a été enregistrée"
952
 
953
- #: ../cerber-load.php:4028
954
  msgid "User"
955
  msgstr "Utilisateur"
956
 
957
- #: ../cerber-load.php:4036
958
  msgid "Search string"
959
  msgstr "Chaîne de recherche"
960
 
961
- #: ../cerber-load.php:4057
962
  msgid "To unsubscribe click here"
963
  msgstr "Pour vous désabonner, cliquez ici"
964
 
965
- #: ../settings.php:114
966
  msgid "Preferences"
967
  msgstr "Préférences"
968
 
969
- #: ../settings.php:116
970
  msgid "Date format"
971
  msgstr "Format de date"
972
 
973
- #: ../settings.php:116
974
  msgid "if empty, the default format %s will be used"
975
- msgstr "si vide, le format par défaut %s sera utilisé"
976
 
977
- #: ../settings.php:241
978
  msgid "Push notifications"
979
  msgstr "Notifications poussées"
980
 
981
- #: ../settings.php:220
982
  msgid "Email notifications"
983
  msgstr "Notifications par courriel"
984
 
985
- #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
986
  msgid "Use comma to specify multiple values"
987
  msgstr "Utilisez la virgule pour spécifier plusieurs valeurs"
988
 
989
- #: ../settings.php:249
990
  msgid "All connected devices"
991
  msgstr "Tous les appareils connectés"
992
 
993
- #: ../settings.php:252
994
  msgid "No devices found"
995
  msgstr "Aucun appareil trouvé"
996
 
997
- #: ../settings.php:256
998
  msgid "Not available"
999
  msgstr "Non disponible"
1000
 
1001
- #: ../common.php:860
1002
  msgid "Password reset requested"
1003
  msgstr "Réinitialisation du mot de passe demandée"
1004
 
1005
- #: ../common.php:931
1006
  msgid "Limit on failed reCAPTCHA verifications is reached"
1007
- msgstr "La limite sur les vérifications reCAPTCHA échouées est atteinte."
1008
 
1009
- #: ../common.php:1020
1010
  msgid "%s ago"
1011
  msgstr "il y a %s"
1012
 
1013
- #: ../settings.php:81
1014
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1015
  msgstr "Appliquer les règles de connexion de limite aux adresses IP dans la liste d'accès White IP"
1016
 
1017
- #: ../settings.php:90
1018
  msgid "Display 404 page"
1019
- msgstr "Afficheur 404 page"
1020
 
1021
- #: ../settings.php:200
1022
  msgid "Invisible reCAPTCHA"
1023
  msgstr "Invisible reCAPTCHA"
1024
 
1025
- #: ../settings.php:200
1026
  msgid "Enable invisible reCAPTCHA"
1027
  msgstr "Activer le reCAPTCHA invisible"
1028
 
1029
- #: ../settings.php:200
1030
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1031
  msgstr "(ne l'activez que si vous obtenez et entrez les clés Site et Secret pour la version invisible)"
1032
 
1033
- #: ../settings.php:211
1034
  msgid "Enable reCAPTCHA for WordPress comment form"
1035
  msgstr "Activer le formulaire de commentaire reCAPTCHA pour WordPress"
1036
 
1037
- #: ../settings.php:212
1038
  msgid "Disable reCAPTCHA for logged in users"
1039
  msgstr "Désactiver reCAPTCHA pour les utilisateurs connectés"
1040
 
1041
- #: ../settings.php:214
1042
  msgid "Limit attempts"
1043
  msgstr "Limiter les tentatives"
1044
 
1045
- #: ../settings.php:214
1046
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1047
  msgstr "Verrouiller l'adresse IP pendant %s minutes après %s tentatives échouées en %s minutes"
1048
 
1049
- #: ../settings.php:591
1050
  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."
1051
- msgstr "En mode Citadel, personne ne peut se connecter sauf les adresses IP de la White IP Access List. Les sessions utilisateur actives ne seront pas affectées."
1052
 
1053
- #: ../dashboard.php:568 ../dashboard.php:740
1054
  msgid "Event"
1055
  msgstr "Événement"
1056
 
1057
- #: ../common.php:153
1058
  msgid "Spam comments denied"
1059
  msgstr "Les commentaires de spam sont refusés"
1060
 
1061
- #: ../common.php:155
1062
  msgid "Malicious IP addresses detected"
1063
  msgstr "Adresses IP malveillantes détectées"
1064
 
1065
- #: ../common.php:156
1066
  msgid "Lockouts occurred"
1067
- msgstr "Des lock-out ont eu lieu"
1068
 
1069
- #: ../dashboard.php:1823
1070
  msgid "All suspicious activity"
1071
  msgstr "Toute activité suspecte"
1072
 
1073
- #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1074
- #: /cerber-load.php:1227
1075
  msgid "You are not allowed to register."
1076
  msgstr "Vous n'êtes pas autorisé à vous inscrire."
1077
 
1078
- #: ../common.php:845
1079
  msgid "Spam comment denied"
1080
  msgstr "Commentaire anti-spam refusé"
1081
 
1082
- #: ../common.php:870
1083
  msgid "Attempt to log in denied"
1084
- msgstr "Tentative d'ouverture de session refusée"
1085
 
1086
- #: ../common.php:871
1087
  msgid "Attempt to register denied"
1088
- msgstr "Tentative d'enregistrement refusée"
1089
 
1090
- #: ../common.php:150
1091
  msgid "Malicious activities mitigated"
1092
  msgstr "Atténuation des activités malveillantes"
1093
 
1094
- #: ../dashboard.php:68
1095
  msgid "Cerber antispam settings"
1096
  msgstr "Paramètres antispam Cerber"
1097
 
1098
- #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1099
  msgid "Antispam"
1100
  msgstr "Antispam"
1101
 
1102
- #: ../settings.php:172
1103
  msgid "Cerber antispam engine"
1104
  msgstr "Moteur antispam Cerber"
1105
 
1106
- #: ../settings.php:173
1107
  msgid "Comment form"
1108
  msgstr "Formulaire de commentaires"
1109
 
1110
- #: ../settings.php:173
1111
  msgid "Protect comment form with bot detection engine"
1112
  msgstr "Protéger le formulaire de commentaires avec le moteur de détection de bot"
1113
 
1114
- #: ../settings.php:174
1115
  msgid "Protect registration form with bot detection engine"
1116
  msgstr "Protéger le formulaire d'inscription avec le moteur de détection de bot"
1117
 
1118
- #: ../cerber-tools.php:39
1119
  msgid "Export & Import"
1120
  msgstr "Exportation et importation"
1121
 
1122
- #: ../cerber-tools.php:40
1123
  msgid "Diagnostic"
1124
  msgstr "Diagnostic"
1125
 
1126
- #: ../cerber-tools.php:41
1127
  msgid "License"
1128
  msgstr "Licence"
1129
 
1130
- #: ../dashboard.php:3642
1131
  msgid "Antispam and bot detection settings"
1132
  msgstr "Paramètres d'antispam et de détection des robots"
1133
 
1134
- #: ../cerber-load.php:1465
1135
  msgid "Sorry, human verification failed."
1136
  msgstr "Désolé, la vérification humaine a échoué."
1137
 
1138
- #: ../common.php:932
1139
  msgid "Bot activity is detected"
1140
- msgstr "L'activité du bot est détectée"
1141
 
1142
- #: ../settings.php:189
1143
  msgid "Comment processing"
1144
- msgstr "Commenter le processus"
1145
 
1146
- #: ../settings.php:190
1147
  msgid "If a spam comment detected"
1148
  msgstr "Si un commentaire indésirable est détecté"
1149
 
1150
- #: ../settings.php:191
1151
  msgid "Trash spam comments"
1152
- msgstr "Commentaires sur le spam de la corbeille"
1153
 
1154
- #: ../settings.php:191
1155
  msgid "Move spam comments to trash after"
1156
  msgstr "Déplacer les commentaires indésirables à la corbeille"
1157
 
1158
- #: ../common.php:846
1159
  msgid "Spam form submission denied"
1160
  msgstr "Soumission du formulaire anti-spam refusée"
1161
 
1162
- #: ../settings.php:175
1163
  msgid "Other forms"
1164
  msgstr "Autres formulaires"
1165
 
1166
- #: ../settings.php:175
1167
  msgid "Protect all forms on the website with bot detection engine"
1168
- msgstr "Protégez tous les formulaires sur le site Web avec le moteur de détection de bot"
1169
 
1170
- #: ../settings.php:177
1171
  msgid "Adjust antispam engine"
1172
  msgstr "Ajuster le moteur antispam"
1173
 
1174
- #: ../settings.php:178
1175
  msgid "Safe mode"
1176
  msgstr "Mode sans échec"
1177
 
1178
- #: ../settings.php:178
1179
  msgid "Use less restrictive policies (allow AJAX)"
1180
  msgstr "Utiliser des politiques moins restrictives (autoriser AJAX)"
1181
 
1182
- #: ../dashboard.php:3272 ../settings.php:179
1183
  msgid "Logged in users"
1184
  msgstr "Utilisateurs connectés"
1185
 
1186
- #: ../settings.php:179
1187
  msgid "Disable bot detection engine for logged in users"
1188
- msgstr "Désactiver le moteur de détection des bots pour les utilisateurs connectés"
1189
 
1190
- #: ../dashboard.php:136 ../dashboard.php:738
1191
  msgid "Country"
1192
  msgstr "Pays"
1193
 
1194
- #: ../dashboard.php:771
1195
  msgid "All events"
1196
  msgstr "Tous les évènements"
1197
 
1198
- #: ../dashboard.php:60
1199
  msgid "Cerber Security Rules"
1200
  msgstr "Règles de sécurité Cerber"
1201
 
1202
- #: ../dashboard.php:60 ../dashboard.php:2580
1203
  msgid "Security Rules"
1204
  msgstr "Règles de sécurité"
1205
 
1206
- #: ../dashboard.php:1182
1207
  msgid "Failed login attempts"
1208
  msgstr "Echec des tentatives de connexion"
1209
 
1210
- #: ../dashboard.php:1088 ../dashboard.php:1183
1211
  msgid "Registered"
1212
  msgstr "Enregistré"
1213
 
1214
- #: ../dashboard.php:1253
1215
  msgid "You"
1216
  msgstr "Vous"
1217
 
1218
- #: ../common.php:154
1219
  msgid "Spam form submissions denied"
1220
  msgstr "Refus d'envoi du formulaire anti-spam"
1221
 
1222
- #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1223
  msgid "Getting Started Guide"
1224
  msgstr "Guide de démarrage"
1225
 
1226
- #: ../dashboard.php:2572
1227
  msgid "Countries"
1228
  msgstr "Pays"
1229
 
1230
- #: ../dashboard.php:2641
1231
  msgid "Permitted for one country"
1232
  msgid_plural "Permitted for %d countries"
1233
  msgstr[0] "Autorisé pour un pays"
1234
  msgstr[1] "Autorisé pour %d pays"
1235
 
1236
- #: ../dashboard.php:2652
1237
  msgid "No rule"
1238
  msgstr "Aucune règle"
1239
 
1240
- #: ../dashboard.php:2864
1241
  msgid "Security rules have been updated"
1242
  msgstr "Les règles de sécurité ont été mises à jour"
1243
 
@@ -1246,472 +1221,455 @@ msgstr "Les règles de sécurité ont été mises à jour"
1246
  msgid "https://wpcerber.com"
1247
  msgstr "https://wpcerber.com"
1248
 
1249
- #: ../common.php:847
1250
  msgid "Form submission denied"
1251
  msgstr "Refus d'envoi du formulaire"
1252
 
1253
- #: ../common.php:848
1254
  msgid "Comment denied"
1255
  msgstr "Commentaire refusé"
1256
 
1257
- #: ../common.php:876
1258
  msgid "Request to REST API denied"
1259
  msgstr "Demande d'REST API refusée"
1260
 
1261
- #: ../common.php:877
1262
  msgid "XML-RPC request denied"
1263
  msgstr "Requête XML-RPC refusée"
1264
 
1265
- #: ../common.php:888
1266
  msgid "Bot detected"
1267
- msgstr "Bot détecté"
1268
 
1269
- #: ../common.php:889
1270
  msgid "Citadel mode is active"
1271
  msgstr "Le mode Citadel est actif"
1272
 
1273
- #: ../common.php:893
1274
  msgid "Malicious activity detected"
1275
  msgstr "Activité malveillante détectée"
1276
 
1277
- #: ../common.php:894
1278
  msgid "Blocked by country rule"
1279
  msgstr "Bloqué par la règle du pays"
1280
 
1281
- #: ../common.php:895
1282
  msgid "Limit reached"
1283
  msgstr "Limite atteinte"
1284
 
1285
- #: ../common.php:896
1286
  msgid "Multiple suspicious activities"
1287
  msgstr "Plusieurs activités suspectes"
1288
 
1289
- #: ../common.php:933
1290
  msgid "Multiple suspicious activities were detected"
1291
  msgstr "Plusieurs activités suspectes ont été détectées"
1292
 
1293
- #: ../settings.php:124
1294
- msgid "Block access to user pages like /?author=n and user data via REST API"
1295
- msgstr "Bloquer l'accès aux pages utilisateur comme /?author=n et aux données utilisateur via l'REST API"
1296
-
1297
- #: ../settings.php:134
1298
- msgid "Block access to the WordPress REST API except the following"
1299
- msgstr "Bloquer l'accès à REST API de WordPress sauf dans les cas suivants"
1300
-
1301
- #: ../settings.php:135
1302
  msgid "Allow REST API for logged in users"
1303
  msgstr "Autoriser l'REST API pour les utilisateurs connectés"
1304
 
1305
- #: ../settings.php:142
1306
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1307
- msgstr "Spécifiez les espaces de noms de l'REST API à autoriser si l'REST API est désactivée. Une corde par ligne."
1308
 
1309
- #: ../settings.php:154
1310
  msgid "Registration limit"
1311
  msgstr "Limite d'enregistrement"
1312
 
1313
- #: ../settings.php:165
1314
  msgid "Sort users in dashboard"
1315
  msgstr "Trier les utilisateurs dans le tableau de bord"
1316
 
1317
- #: ../settings.php:165
1318
  msgid "by date of registration"
1319
  msgstr "par date d'enregistrement"
1320
 
1321
- #: ../settings.php:180
1322
  msgid "Query whitelist"
1323
  msgstr "Liste blanche des requêtes"
1324
 
1325
- #: ../settings.php:753 ../settings.php:875
1326
  msgid "%s allowed registrations in %s minutes from one IP"
1327
  msgstr "%s nombre d'enregistrements autorisés en %s minutes à partir d'une adresse IP"
1328
 
1329
- #: ../dashboard.php:2708
1330
  msgid "Start typing here to find a country"
1331
  msgstr "Commencez à taper ici pour trouver un pays"
1332
 
1333
- #: ../dashboard.php:2791
1334
  msgid "Click on a country name to add it to the list of selected countries"
1335
  msgstr "Cliquez sur le nom d'un pays pour l'ajouter à la liste des pays sélectionnés"
1336
 
1337
- #: ../dashboard.php:2815
1338
  msgid "Submit forms"
1339
  msgstr "Soumettre les formulaires"
1340
 
1341
- #: ../dashboard.php:2816
1342
  msgid "Post comments"
1343
  msgstr "Poster des commentaires"
1344
 
1345
- #: ../dashboard.php:2817
1346
  msgid "Log in to the website"
1347
  msgstr "Se connecter sur le site"
1348
 
1349
- #: ../dashboard.php:2818
1350
  msgid "Register on the website"
1351
  msgstr "S'inscrire sur le site"
1352
 
1353
- #: ../dashboard.php:2819
1354
  msgid "Use XML-RPC"
1355
  msgstr "Utiliser XML-RPC"
1356
 
1357
- #: ../dashboard.php:2820
1358
  msgid "Use REST API"
1359
  msgstr "Utiliser REST API"
1360
 
1361
- #: ../settings.php:190
1362
  msgid "Deny it completely"
1363
  msgstr "Le nier complètement"
1364
 
1365
- #: ../settings.php:190
1366
  msgid "Mark it as spam"
1367
  msgstr "Marquez-le comme spam"
1368
 
1369
- #: ../dashboard.php:1808
1370
  msgid "in the last 24 hours"
1371
  msgstr "durant les 24 dernières heures"
1372
 
1373
- #: ../dashboard.php:2175
1374
  msgid "Main settings"
1375
  msgstr "Réglages principaux"
1376
 
1377
- #: ../settings.php:261
1378
  msgid "Weekly reports"
1379
  msgstr "Rapports hebdomadaires"
1380
 
1381
- #: ../settings.php:989
1382
  msgid "Sunday"
1383
- msgstr "dimanche"
1384
 
1385
- #: ../settings.php:990
1386
  msgid "Monday"
1387
  msgstr "Lundi"
1388
 
1389
- #: ../settings.php:991
1390
  msgid "Tuesday"
1391
  msgstr "Mardi"
1392
 
1393
- #: ../settings.php:992
1394
  msgid "Wednesday"
1395
  msgstr "Mercredi"
1396
 
1397
- #: ../settings.php:993
1398
  msgid "Thursday"
1399
  msgstr "Jeudi"
1400
 
1401
- #: ../settings.php:994
1402
  msgid "Friday"
1403
  msgstr "Vendredi"
1404
 
1405
- #: ../settings.php:995
1406
  msgid "Saturday"
1407
  msgstr "Samedi"
1408
 
1409
- #: ../settings.php:1054 ../settings.php:1055
1410
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1411
  msgstr "Si vous utilisez un plugin de mise en cache, vous devez ajouter votre nouvelle URL de connexion à la liste des pages à ne pas mettre en cache."
1412
 
1413
- #: ../cerber-load.php:3526
1414
  msgid "Weekly report"
1415
  msgstr "Rapport hebdomadaire"
1416
 
1417
- #: ../cerber-load.php:3529 ../cerber-load.php:3539
1418
  msgid "To change reporting settings visit"
1419
  msgstr "Pour modifier les paramètres de reporting, visitez"
1420
 
1421
- #: ../cerber-load.php:3562
1422
  msgid "Your login page:"
1423
- msgstr "Votre page de connexion:"
1424
 
1425
- #: ../cerber-load.php:3566
1426
  msgid "Your license is valid until"
1427
  msgstr "Votre licence est valable jusqu'au"
1428
 
1429
- #: ../cerber-load.php:3672
1430
  msgid "Activity details"
1431
  msgstr "Détails de l'activité"
1432
 
1433
- #: ../settings.php:1021
1434
  msgid "Click to send now"
1435
  msgstr "Cliquez pour envoyer maintenant"
1436
 
1437
- #: ../cerber-load.php:833
1438
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1439
- msgstr "Traducteur de WP Cerber ? Pour obtenir la licence PRO gratuitement, déposez vos contacts ici : https://wpcerber.com/contact/"
1440
 
1441
- #: ../dashboard.php:428
1442
  msgid "Email has been sent to"
1443
  msgstr "Un courriel a été envoyé à"
1444
 
1445
- #: ../dashboard.php:431
1446
  msgid "Unable to send email to"
1447
  msgstr "Impossible d'envoyer un courriel à"
1448
 
1449
- #: ../dashboard.php:2644
1450
  msgid "Not permitted for one country"
1451
  msgid_plural "Not permitted for %d countries"
1452
- msgstr[0] "Non autorisé pour un pays\n"
1453
- ""
1454
- msgstr[1] "Non autorisé pour les pays %d"
1455
 
1456
- #: ../dashboard.php:2795
1457
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1458
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1459
  msgstr "Les pays sélectionnés sont autorisés à %s, les autres pays ne sont pas autorisés à"
1460
 
1461
- #: ../dashboard.php:2798
1462
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1463
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1464
  msgstr "Les pays sélectionnés ne sont pas autorisés à %s, les autres pays sont autorisés à"
1465
 
1466
- #: ../cerber-load.php:3660
1467
  msgid "Weekly Report"
1468
  msgstr "Rapport hebdomadaire"
1469
 
1470
- #: ../settings.php:90
1471
  msgid "Use 404 template from the active theme"
1472
  msgstr "Utiliser le modèle 404 du thème actif"
1473
 
1474
- #: ../settings.php:90
1475
  msgid "Display simple 404 page"
1476
- msgstr "Affichage simple 404 page"
1477
 
1478
- #: ../settings.php:186
1479
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1480
  msgstr "Entrer une partie de la chaîne ou du chemin de requête pour exclure une requête de l'inspection par le moteur. Un article par ligne."
1481
 
1482
- #: ../settings.php:274 ../settings.php:511
1483
  msgid "if empty, email from notification settings will be used"
1484
- msgstr "si vide, l'email des paramètres de notification sera utilisé"
1485
 
1486
- #: ../settings.php:262
1487
  msgid "Enable reporting"
1488
  msgstr "Activer le signalement"
1489
 
1490
- #: ../cerber-load.php:3590
1491
  msgid "Your last sign-in was %s from %s"
1492
  msgstr "Votre dernière connexion était %s de %s"
1493
 
1494
- #: ../cerber-load.php:3686
1495
- msgid "Attempts to log in with non-existent username"
1496
- msgstr "Tentatives d'ouverture de session avec un nom d'utilisateur inexistant"
1497
-
1498
- #: ../dashboard.php:217
1499
  msgid "IP address, IPv4 address range or subnet"
1500
  msgstr "Adresse IP, plage d'adresses IPv4 ou sous-réseau"
1501
 
1502
- #: ../dashboard.php:219
1503
  msgid "Optional comment for this entry"
1504
  msgstr "Commentaire facultatif pour cette entrée"
1505
 
1506
- #: ../dashboard.php:260
1507
  msgid "You cannot add your IP address or network"
1508
  msgstr "Vous ne pouvez pas ajouter votre adresse IP ou votre réseau"
1509
 
1510
- #: ../settings.php:162
1511
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1512
  msgstr "Pour spécifier un motif REGEX, enroulez un motif en deux barres obliques vers l'avant."
1513
 
1514
- #: ../dashboard.php:56
1515
  msgid "Cerber Traffic Inspector"
1516
- msgstr "Inspecteur du Trafic de Cerber"
1517
 
1518
- #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1519
  msgid "Traffic Inspector"
1520
- msgstr "Inspecteur de la Trafic"
1521
 
1522
- #: ../dashboard.php:1355
1523
  msgid "Traffic"
1524
  msgstr "Trafic"
1525
 
1526
- #: ../dashboard.php:3240
1527
  msgid "Request"
1528
  msgstr "Demande"
1529
 
1530
- #: ../dashboard.php:3242
1531
  msgid "Host Info"
1532
  msgstr "Informations sur l'hôte"
1533
 
1534
- #: ../dashboard.php:3243
1535
  msgid "User Agent"
1536
  msgstr "Agent utilisateur"
1537
 
1538
- #: ../dashboard.php:3268
1539
  msgid "All requests"
1540
  msgstr "Toutes les demandes"
1541
 
1542
- #: ../dashboard.php:3273
1543
  msgid "Not logged in visitors"
1544
  msgstr "Visiteurs non connectés"
1545
 
1546
- #: ../dashboard.php:3276
1547
  msgid "Form submissions"
1548
  msgstr "Soumission des formulaires"
1549
 
1550
- #: ../dashboard.php:3278
1551
  msgid "Page Not Found"
1552
- msgstr "Page introuvable"
1553
 
1554
- #: ../dashboard.php:3285
1555
  msgid "Longer than"
1556
  msgstr "Plus long que"
1557
 
1558
- #: ../dashboard.php:3301
1559
  msgid "Refresh"
1560
- msgstr "Rafraîchir"
1561
 
1562
- #: ../common.php:116
1563
  msgid "Check for requests"
1564
  msgstr "Vérifier les demandes"
1565
 
1566
- #: ../common.php:1229
1567
  msgid "Not specified"
1568
- msgstr "Non spécifié"
1569
 
1570
- #: ../settings.php:304
1571
  msgid "Logging mode"
1572
  msgstr "Mode d'enregistrement"
1573
 
1574
- #: ../settings.php:310
1575
  msgid "Logging disabled"
1576
  msgstr "Enregistrement désactivé"
1577
 
1578
- #: ../settings.php:311
1579
  msgid "Smart"
1580
  msgstr "Intelligent"
1581
 
1582
- #: ../settings.php:312
1583
  msgid "All traffic"
1584
  msgstr "Tout le trafic"
1585
 
1586
- #: ../settings.php:316
1587
  msgid "Ignore crawlers"
1588
- msgstr "Ignorer les chenilles"
1589
 
1590
- #: ../settings.php:326
1591
  msgid "Mask these form fields"
1592
  msgstr "Masquer ces champs du formulaire"
1593
 
1594
- #: ../settings.php:362
1595
  msgid "milliseconds"
1596
  msgstr "millisecondes"
1597
 
1598
- #: ../settings.php:282
1599
- msgid "Inspection"
1600
- msgstr "Inspection"
1601
-
1602
- #: ../settings.php:283
1603
  msgid "Enable traffic inspection"
1604
  msgstr "Activer l'inspection du trafic"
1605
 
1606
- #: ../settings.php:303
1607
  msgid "Logging"
1608
  msgstr "Enregistrement"
1609
 
1610
- #: ../settings.php:321
1611
  msgid "Save request fields"
1612
  msgstr "Sauvegarder les champs de demande"
1613
 
1614
- #: ../settings.php:357
1615
  msgid "Page generation time threshold"
1616
- msgstr "Seuil de temps de génération de page"
1617
 
1618
- #: ../dashboard.php:3260
1619
  msgid "No requests have been logged."
1620
  msgstr "Aucune demande n'a été enregistrée."
1621
 
1622
- #: ../dashboard.php:1322
1623
  msgid "enabled"
1624
- msgstr "activés"
1625
 
1626
- #: ../dashboard.php:1327
1627
  msgid "no connection"
1628
  msgstr "aucune connexion"
1629
 
1630
- #: ../dashboard.php:3597
1631
  msgid "Advanced search"
1632
  msgstr "Recherche avancée"
1633
 
1634
- #: ../dashboard.php:1078
1635
  msgid "Last seen"
1636
  msgstr "Vu pour la dernière fois"
1637
 
1638
- #: ../common.php:872 ../common.php:934
1639
  msgid "Probing for vulnerable PHP code"
1640
  msgstr "Recherche de code PHP vulnérable"
1641
 
1642
- #: ../dashboard.php:3555
1643
  msgid "Any"
1644
- msgstr "N'importe quel"
1645
 
1646
- #: ../cerber-load.php:3308
1647
  msgid "We're sorry, you are not allowed to proceed"
1648
- msgstr "Nous sommes désolés, vous n'avez pas le droit de continuer."
1649
 
1650
- #: ../settings.php:294
1651
  msgid "Request whitelist"
1652
- msgstr "Demande de liste blanche"
1653
 
1654
- #: ../settings.php:300
1655
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1656
- msgstr "Entrer une requête URI pour exclure la requête de l'inspection. Un article par ligne"
1657
 
1658
- #: ../settings.php:338
1659
  msgid "Save request headers"
1660
  msgstr "Sauvegarder les en-têtes de requête"
1661
 
1662
- #: ../settings.php:344
1663
  msgid "Save $_SERVER"
1664
  msgstr "Sauvegarder $_SERVER"
1665
 
1666
- #: ../settings.php:350
1667
  msgid "Save request cookies"
1668
  msgstr "Sauvegarder les cookies de demande"
1669
 
1670
- #: ../settings.php:125
1671
  msgid "Protect admin scripts"
1672
  msgstr "Protéger les scripts d'administration"
1673
 
1674
- #: ../settings.php:125
1675
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1676
  msgstr "Bloquer l'accès non autorisé à load-scripts.php et load-styles.php"
1677
 
1678
- #: ../common.php:1915
1679
  msgid "Unable to create the directory"
1680
  msgstr "Impossible de créer le répertoire"
1681
 
1682
- #: ../common.php:1920
1683
  msgid "Destination folder access denied"
1684
  msgstr "Accès au dossier de destination refusé"
1685
 
1686
- #: ../common.php:1923
1687
  msgid "File not found"
1688
  msgstr "Fichier non trouvé"
1689
 
1690
- #: ../common.php:1926
1691
  msgid "Unable to copy the file"
1692
  msgstr "Impossible de copier le fichier"
1693
 
1694
- #: ../common.php:1932
1695
  msgid "Unable to delete the file"
1696
  msgstr "Impossible de supprimer le fichier"
1697
 
1698
- #: ../settings.php:74
1699
  msgid "Plugin initialization"
1700
  msgstr "Initialisation du plugin"
1701
 
1702
- #: ../settings.php:75
1703
  msgid "Load security engine"
1704
- msgstr "Moteur de sécurité de chargement"
1705
 
1706
- #: ../settings.php:75
1707
  msgid "Legacy mode"
1708
- msgstr "Mode Legacy"
1709
 
1710
- #: ../settings.php:75
1711
  msgid "Standard mode"
1712
  msgstr "Mode standard"
1713
 
1714
- #: ../settings.php:1032
1715
  msgid "Plugin initialization mode has not been changed"
1716
  msgstr "Le mode d'initialisation du plugin n'a pas été modifié"
1717
 
@@ -1720,39 +1678,40 @@ msgstr "Le mode d'initialisation du plugin n'a pas été modifié"
1720
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1721
  msgstr "Il s'agit d'un module de démarrage standard pour le plugin WP Cerber Security & Antispam. Il a été installé lorsque vous avez réglé le mode d'initialisation du plugin sur Standard. En savoir plus : <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1722
 
1723
- #: ../common.php:874
1724
  msgid "File upload denied"
1725
  msgstr "Envoi de fichier refusé"
1726
 
1727
- #: ../settings.php:98
1728
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1729
- msgstr "L'URL de connexion personnalisée ne peut contenir que des lettres, des chiffres, des tirets et des traits de soulignement."
1730
 
1731
- #: ../settings.php:186 ../settings.php:300
1732
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1733
- msgstr "Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1734
 
1735
- #: ../settings.php:587
1736
  msgid "Be careful about enabling these options."
1737
  msgstr "Soyez prudent lorsque vous activez ces options."
1738
 
1739
- #: ../settings.php:587
1740
  msgid "If you forget your Custom login URL, you will be unable to log in."
1741
  msgstr "Si vous oubliez votre URL de connexion personnalisée, vous ne pourrez pas vous connecter."
1742
 
1743
- #: ../dashboard.php:64 ../cerber-scanner.php:89
1744
  msgid "Site Integrity"
1745
  msgstr "Intégrité du site"
1746
 
1747
- #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
 
1748
  msgid "Disabled"
1749
  msgstr "Désactivé"
1750
 
1751
- #: ../dashboard.php:1341 ../cerber-scanner.php:874
1752
  msgid "Quick Scan"
1753
  msgstr "Balayage rapide"
1754
 
1755
- #: ../dashboard.php:1343 ../cerber-scanner.php:874
1756
  msgid "Full Scan"
1757
  msgstr "Balayage complet"
1758
 
@@ -1761,727 +1720,1219 @@ msgstr "Balayage complet"
1761
  msgid "WP Cerber Security, Antispam & Malware Scan"
1762
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1763
 
1764
- #: ../common.php:897
1765
  msgid "Denied"
1766
  msgstr "Refusé"
1767
 
1768
- #: ../settings.php:81 ../settings.php:289
1769
  msgid "Use White IP Access List"
1770
- msgstr "Utiliser la liste blanche d'accès IP"
1771
 
1772
- #: ../settings.php:88
1773
  msgid "Disable dashboard redirection"
1774
  msgstr "Désactiver la redirection du tableau de bord"
1775
 
1776
- #: ../settings.php:88
1777
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1778
  msgstr "Désactiver la redirection automatique vers la page de connexion lorsque /wp-admin/ est demandé par une requête non autorisée"
1779
 
1780
- #: ../settings.php:378
1781
  msgid "Scanner settings"
1782
- msgstr "Paramètres du scan"
1783
 
1784
- #: ../settings.php:379
1785
  msgid "Custom signatures"
1786
  msgstr "Signatures personnalisées"
1787
 
1788
- #: ../settings.php:385
1789
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1790
  msgstr "Spécifiez des signatures de code PHP personnalisées. Un article par ligne. Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1791
 
1792
- #: ../settings.php:387
1793
  msgid "Unwanted file extensions"
1794
  msgstr "Extensions de fichiers indésirables"
1795
 
1796
- #: ../settings.php:393
1797
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1798
  msgstr "Spécifiez les extensions de fichier à rechercher. Balayage complet uniquement. Utilisez la virgule pour séparer les éléments."
1799
 
1800
- #: ../settings.php:395
1801
  msgid "Directories to exclude"
1802
  msgstr "Répertoires à exclure"
1803
 
1804
- #: ../settings.php:401
1805
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1806
  msgstr "Spécifiez les répertoires à exclure de l'analyse. Utilisez des chemins absolus. Un article par ligne."
1807
 
1808
- #: ../settings.php:416
1809
  msgid "Scan temporary directory"
1810
  msgstr "Analyser le répertoire temporaire"
1811
 
1812
- #: ../settings.php:423
1813
  msgid "Scan session directory"
1814
  msgstr "Répertoire de la session d'analyse"
1815
 
1816
- #: ../settings.php:435
1817
  msgid "Delete quarantined files after"
1818
  msgstr "Supprimer les fichiers mis en quarantaine après"
1819
 
1820
- #: ../settings.php:450
1821
  msgid "Launch Quick Scan"
1822
- msgstr "Lancer Quick Scan"
1823
 
1824
- #: ../cerber-scanner.php:1417
1825
  msgid "Every hour"
1826
  msgstr "Toutes les heures"
1827
 
1828
- #: ../cerber-scanner.php:1418
1829
  msgid "Every 3 hours"
1830
  msgstr "Toutes les 3 heures"
1831
 
1832
- #: ../cerber-scanner.php:1419
1833
  msgid "Every 6 hours"
1834
  msgstr "Toutes les 6 heures"
1835
 
1836
- #: ../settings.php:457
1837
  msgid "Launch Full Scan"
1838
- msgstr "Lancement de l'analyse complète"
1839
 
1840
- #: ../settings.php:467 ../settings.php:527
1841
  msgid "Low severity"
1842
- msgstr "Faible gravité"
1843
 
1844
- #: ../settings.php:467 ../settings.php:527
1845
  msgid "Medium severity"
1846
- msgstr "Gravité moyenne\n"
1847
- ""
1848
 
1849
- #: ../settings.php:467 ../settings.php:527
1850
  msgid "High severity"
1851
- msgstr "Gravité élevée"
1852
 
1853
- #: ../settings.php:468
1854
  msgid "Report an issue if any of the following is true"
1855
  msgstr "Signaler un problème si l'une des affirmations suivantes est vraie"
1856
 
1857
- #: ../settings.php:476
1858
  msgid "Send email report"
1859
  msgstr "Envoyer le rapport par courriel"
1860
 
1861
- #: ../settings.php:482
1862
  msgid "After every scan"
1863
  msgstr "Après chaque balayage"
1864
 
1865
- #: ../settings.php:483
1866
  msgid "If any changes in scan results occurred"
1867
  msgstr "S'il y a eu des changements dans les résultats d'analyse"
1868
 
1869
- #: ../settings.php:488
1870
  msgid "Include file sizes"
1871
  msgstr "Inclure la taille des fichiers"
1872
 
1873
- #: ../settings.php:495
1874
  msgid "Include scan errors"
1875
  msgstr "Inclure les erreurs de l'analyse"
1876
 
1877
- #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1878
  msgid "Security Scanner"
1879
- msgstr "Scanner de sécurité"
1880
 
1881
- #: ../cerber-scanner.php:77
1882
  msgid "Scheduling"
1883
- msgstr "Ordonnancement"
1884
 
1885
- #: ../cerber-scanner.php:142
1886
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1887
- msgstr "Actuellement, une analyse programmée est en cours. Veuillez patienter jusqu'à ce qu'il soit terminé."
1888
 
1889
- #: ../cerber-scanner.php:146
1890
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1891
  msgstr "L'analyse précédente commencée %s n'est pas terminée. Poursuivre le balayage ?"
1892
 
1893
- #: ../cerber-scanner.php:155
1894
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1895
- msgstr "Il semble que ce site n'ait jamais été scanné. Pour lancer la numérisation, cliquez sur le bouton ci-dessous."
1896
 
1897
- #: ../cerber-scanner.php:158
1898
  msgid "Start Quick Scan"
1899
- msgstr "Démarrer l'analyse rapide"
1900
 
1901
- #: ../cerber-scanner.php:159
1902
  msgid "Start Full Scan"
1903
- msgstr "Démarrer l'analyse complète"
1904
 
1905
- #: ../cerber-scanner.php:160
1906
  msgid "Stop Scanning"
1907
  msgstr "Arrêter le balayage"
1908
 
1909
- #: ../cerber-scanner.php:161
1910
  msgid "Continue Scanning"
1911
- msgstr "Poursuivre l'analyse"
1912
 
1913
- #: ../cerber-scanner.php:191
1914
  msgid "Delete"
1915
  msgstr "Supprimer"
1916
 
1917
- #: ../cerber-scanner.php:1366
1918
  msgid "Verified"
1919
  msgstr "Vérifié"
1920
 
1921
- #: ../cerber-scanner.php:1373
1922
  msgid "Integrity data not found"
1923
- msgstr "Données d'intégrité introuvables"
1924
 
1925
- #: ../cerber-scanner.php:1374
1926
  msgid "Unable to check the integrity of the plugin due to a network error"
1927
  msgstr "Impossible de vérifier l'intégrité du plugin en raison d'une erreur réseau"
1928
 
1929
- #: ../cerber-scanner.php:1375
1930
  msgid "Unable to check the integrity of WordPress files due to a network error"
1931
  msgstr "Impossible de vérifier l'intégrité des fichiers WordPress en raison d'une erreur réseau"
1932
 
1933
- #: ../cerber-scanner.php:1376
1934
  msgid "Unable to check the integrity of the theme due to a network error"
1935
  msgstr "Impossible de vérifier l'intégrité du thème en raison d'une erreur réseau"
1936
 
1937
- #: ../cerber-scanner.php:1379
1938
  msgid "Local file doesn't exist"
1939
  msgstr "Le fichier local n'existe pas"
1940
 
1941
- #: ../cerber-scanner.php:1381
1942
  msgid "Unable to process file"
1943
  msgstr "Impossible de traiter le fichier"
1944
 
1945
- #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1946
  msgid "Unable to open file"
1947
  msgstr "Impossible d'ouvrir le fichier"
1948
 
1949
- #: ../cerber-scanner.php:1384
1950
  msgid "Checksum mismatch"
1951
- msgstr "Non-appariement de la somme de contrôle"
1952
 
1953
- #: ../cerber-scanner.php:1387
1954
  msgid "Suspicious code found"
1955
  msgstr "Code suspect trouvé"
1956
 
1957
- #: ../cerber-scanner.php:1389
1958
  msgid "Unattended suspicious file"
1959
  msgstr "Fichier suspect non surveillé"
1960
 
1961
- #: ../cerber-scanner.php:1390
1962
  msgid "Executable code found"
1963
  msgstr "Code exécutable trouvé"
1964
 
1965
- #: ../cerber-scanner.php:1394
1966
  msgid "Unwanted file extension"
1967
  msgstr "Extension de fichier indésirable"
1968
 
1969
- #: ../cerber-scanner.php:1396
1970
  msgid "Content has been modified"
1971
  msgstr "Le contenu a été modifié"
1972
 
1973
- #: ../cerber-scanner.php:1397
1974
  msgid "New file"
1975
  msgstr "Nouveau fichier"
1976
 
1977
- #: ../cerber-scanner.php:2487
1978
  msgid "Custom signature found"
1979
  msgstr "Signature personnalisée trouvée"
1980
 
1981
- #: ../cerber-scanner.php:3730
1982
  msgid "Scanning folders for files"
1983
- msgstr "Numérisation de dossiers à la recherche de fichiers"
1984
 
1985
- #: ../cerber-scanner.php:3734
1986
  msgid "Parsing the list of files"
1987
  msgstr "Analyse de la liste des fichiers"
1988
 
1989
- #: ../cerber-scanner.php:3735
1990
  msgid "Checking for new and modified files"
1991
  msgstr "Vérification des fichiers nouveaux et modifiés"
1992
 
1993
- #: ../cerber-scanner.php:3736
1994
  msgid "Verifying the integrity of WordPress"
1995
  msgstr "Vérification de l'intégrité de WordPress"
1996
 
1997
- #: ../cerber-scanner.php:3737
1998
  msgid "Verifying the integrity of the plugins"
1999
  msgstr "Vérification de l'intégrité des plugins"
2000
 
2001
- #: ../cerber-scanner.php:3738
2002
  msgid "Verifying the integrity of the themes"
2003
  msgstr "Vérification de l'intégrité des thèmes"
2004
 
2005
- #: ../cerber-scanner.php:3739
2006
  msgid "Searching for malicious code"
2007
  msgstr "Recherche de code malveillant"
2008
 
2009
- #: ../cerber-scanner.php:3740
2010
  msgid "Finalizing the scan"
2011
- msgstr "Finalisation de l'analyse"
2012
 
2013
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2014
  msgid "Files to scan"
2015
- msgstr "Fichiers à analyser"
2016
 
2017
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2018
  msgid "Critical issues"
2019
- msgstr "Questions critiques"
2020
 
2021
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2022
  msgid "Issues total"
2023
- msgstr "Total des émissions"
2024
 
2025
- #: ../cerber-scanner.php:4309
2026
  msgid "The directory is not writable"
2027
- msgstr "Le répertoire n'est pas inscriptible"
2028
 
2029
- #: ../cerber-scanner.php:4327
2030
  msgid "Unable to create WP CERBER directory"
2031
  msgstr "Impossible de créer le répertoire WP CERBER"
2032
 
2033
- #: ../cerber-scanner.php:4533
2034
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2035
- msgstr "Erreur d'accès aux fichiers. Les résultats des scanners sont peut-être périmés. Exécutez Quick ou Full Scan s'il vous plaît."
2036
 
2037
- #: ../cerber-scanner.php:5213
2038
  msgid "To view full report visit"
2039
  msgstr "Pour consulter le rapport complet, visitez"
2040
 
2041
- #: ../cerber-load.php:3536
2042
  msgid "Scanner Report"
2043
- msgstr "Rapport du scanner"
2044
 
2045
- #: ../settings.php:403
2046
  msgid "Monitor new files"
2047
  msgstr "Surveiller les nouveaux fichiers"
2048
 
2049
- #: ../settings.php:410
2050
  msgid "Monitor modified files"
2051
  msgstr "Surveiller les fichiers modifiés"
2052
 
2053
- #: ../settings.php:484
2054
  msgid "If new issues found"
2055
  msgstr "Si de nouveaux problèmes sont découverts"
2056
 
2057
- #: ../settings.php:1279
2058
  msgid "The schedule has been updated"
2059
  msgstr "Le calendrier a été mis à jour"
2060
 
2061
- #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
2062
  msgid "Suspicious directives found"
2063
  msgstr "Directives suspectes trouvées"
2064
 
2065
- #: ../cerber-scanner.php:2665
2066
  msgid "Suspicious code instruction found"
2067
  msgstr "Instruction de code suspecte trouvée"
2068
 
2069
- #: ../cerber-scanner.php:2666
2070
  msgid "Suspicious code signatures found"
2071
  msgstr "Signatures de code suspectes trouvées"
2072
 
2073
- #: ../cerber-scanner.php:2669
2074
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2075
  msgstr "Pour résoudre ce problème, vous devez réinstaller %s ou le mettre à jour avec la dernière version."
2076
 
2077
- #: ../cerber-scanner.php:2670
2078
  msgid "Please upload a reference ZIP archive"
2079
  msgstr "Veuillez télécharger une archive ZIP de référence"
2080
 
2081
- #: ../cerber-scanner.php:2671
2082
  msgid "Resolve issue"
2083
  msgstr "Résoudre le problème"
2084
 
2085
- #: ../cerber-scanner.php:4020
2086
  msgid "We have not found any integrity data to verify"
2087
- msgstr "Nous n'avons trouvé aucune donnée sur l'intégrité à vérifier."
2088
 
2089
- #: ../cerber-scanner.php:4022
2090
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2091
- msgstr "Vous devez télécharger une archive ZIP à partir de laquelle vous l'avez installée. Cela permet au scanner de sécurité de vérifier l'intégrité du code et de détecter les logiciels malveillants."
2092
 
2093
- #: ../cerber-scanner.php:5060
2094
  msgid "Full Scan Report"
2095
- msgstr "Rapport d'analyse complet"
2096
 
2097
- #: ../cerber-scanner.php:5060
2098
  msgid "Quick Scan Report"
2099
- msgstr "Rapport d'analyse rapide\n"
2100
- ""
2101
 
2102
- #: ../cerber-scanner.php:5073
2103
  msgid "Files scanned"
2104
- msgstr "Fichiers scannés"
2105
 
2106
- #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2107
- #: php:1094
2108
  msgid "Check for activities"
2109
  msgstr "Vérifier les activités"
2110
 
2111
- #: ../dashboard.php:1057
2112
  msgid "Activated"
2113
  msgstr "Activé"
2114
 
2115
- #: ../common.php:879
2116
  msgid "Malicious request denied"
2117
  msgstr "Demande malveillante refusée"
2118
 
2119
- #: ../common.php:883
2120
  msgid "User activated"
2121
  msgstr "Activé par l'utilisateur"
2122
 
2123
- #: ../common.php:898
2124
  msgid "Suspicious number of fields"
2125
  msgstr "Nombre de champs suspects"
2126
 
2127
- #: ../common.php:899
2128
  msgid "Suspicious number of nested values"
2129
- msgstr "Nombre suspect de valeurs imbriquées"
2130
 
2131
- #: ../common.php:900 ../common.php:935
2132
  msgid "Malicious code detected"
2133
  msgstr "Code malveillant détecté"
2134
 
2135
- #: ../common.php:936
2136
  msgid "Attempt to upload a file with malicious code"
2137
  msgstr "Tentative de téléchargement d'un fichier contenant un code malveillant"
2138
 
2139
- #: ../common.php:1105
2140
  msgid "Bytes"
2141
  msgstr "Octets"
2142
 
2143
- #: ../cerber-scanner.php:1372
2144
  msgid "Vulnerability found"
2145
  msgstr "Vulnérabilité constatée"
2146
 
2147
- #: ../cerber-scanner.php:1377
2148
  msgid "Unable to check the integrity due to a DB error"
2149
  msgstr "Impossible de vérifier l'intégrité en raison d'une erreur de base de données"
2150
 
2151
- #: ../cerber-scanner.php:3731
2152
  msgid "Scanning the upload folder for files"
2153
- msgstr "Recherche de fichiers dans le dossier de téléchargement"
2154
 
2155
- #: ../cerber-scanner.php:3732
2156
  msgid "Scanning the temp folder for files"
2157
- msgstr "Recherche de fichiers dans le dossier temporaire"
2158
 
2159
- #: ../cerber-scanner.php:3733
2160
  msgid "Scanning the session folder for files"
2161
- msgstr "Recherche de fichiers dans le dossier de session"
2162
 
2163
- #: ../settings.php:449
2164
  msgid "Automated recurring scan schedule"
2165
- msgstr "Programme d'analyse périodique automatisé"
2166
 
2167
- #: ../settings.php:465
2168
  msgid "Scan results reporting"
2169
- msgstr "Rapports sur les résultats d'analyse"
2170
 
2171
- #: ../dashboard.php:3270
2172
  msgid "Suspicious activity"
2173
  msgstr "Activité suspecte"
2174
 
2175
- #: ../dashboard.php:3271
2176
  msgid "Errors"
2177
  msgstr "Erreurs"
2178
 
2179
- #: ../dashboard.php:3633
2180
  msgid "Antispam engine"
2181
  msgstr "Moteur antispam"
2182
 
2183
  #. Description of the plugin
2184
  #:
2185
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2186
- msgstr "Défend WordPress contre les attaques de pirates, le spam, les chevaux de Troie et les virus. Scanneur de logiciels malveillants et vérificateur d'intégrité. Durcissement de WordPress avec un ensemble complet d'algorithmes de sécurité. Protection anti-spam avec un moteur de détection de bot sophistiqué et reCAPTCHA. Suivi de l'activité des utilisateurs et des intrus grâce à de puissantes notifications par e-mail, mobile et de bureau."
2187
 
2188
- #: ../cerber-load.php:377
2189
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2190
- msgstr "Vous avez dépassé le nombre de tentatives de connexion autorisées. Veuillez réessayer en %d minutes.\n"
2191
- ""
2192
 
2193
- #: ../common.php:1020
2194
  msgctxt "preposition of a period of time like: in 6 hours"
2195
  msgid "in %s"
2196
  msgstr "en %s"
2197
 
2198
- #: ../settings.php:1005
2199
  msgctxt "preposition of time like: at 11:00"
2200
  msgid "at"
2201
  msgstr "à"
2202
 
2203
- #: ../cerber-scanner.php:80
2204
  msgid "Quarantine"
2205
  msgstr "Quarantaine"
2206
 
2207
- #: ../cerber-scanner.php:3815
2208
  msgid "Started"
2209
  msgstr "Commencé"
2210
 
2211
- #: ../cerber-scanner.php:3819
2212
  msgid "Finished"
2213
  msgstr "Fini"
2214
 
2215
- #: ../cerber-scanner.php:3827
2216
  msgid "Performance"
2217
  msgstr "Performance"
2218
 
2219
- #: ../cerber-scanner.php:3839
2220
  msgid "Vulnerabilities"
2221
  msgstr "Vulnérabilités"
2222
 
2223
- #: ../cerber-scanner.php:3843
2224
  msgid "New files"
2225
  msgstr "Nouveaux fichiers"
2226
 
2227
- #: ../cerber-scanner.php:3847
2228
  msgid "Changed files"
2229
  msgstr "Fichiers modifiés"
2230
 
2231
- #: ../cerber-scanner.php:3851
2232
  msgid "Unwanted extensions"
2233
  msgstr "Extensions non désirées"
2234
 
2235
- #: ../settings.php:521 ../cerber-scanner.php:3855
2236
  msgid "Unattended files"
2237
  msgstr "Fichiers sans surveillance"
2238
 
2239
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2240
  msgid "Scanned"
2241
- msgstr "Analysé"
2242
 
2243
- #: ../cerber-scanner.php:5446
2244
  msgid "There are no files in the quarantine at the moment."
2245
  msgstr "Il n'y a aucun dossier en quarantaine pour le moment."
2246
 
2247
- #: ../cerber-scanner.php:5529
2248
  msgid "Restore"
2249
  msgstr "Restaurer"
2250
 
2251
- #: ../cerber-scanner.php:5524
2252
  msgid "Delete permanently"
2253
  msgstr "Supprimer définitivement"
2254
 
2255
- #: ../cerber-scanner.php:5537
2256
  msgid "Moved to quarantine"
2257
  msgstr "Mise en quarantaine"
2258
 
2259
- #: ../cerber-scanner.php:5538
2260
  msgid "Automatic deletion"
2261
  msgstr "Suppression automatique"
2262
 
2263
- #: ../cerber-scanner.php:5539
2264
  msgid "Size"
2265
  msgstr "Taille"
2266
 
2267
- #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2268
  msgid "File"
2269
  msgstr "Fichier"
2270
 
2271
- #: ../cerber-scanner.php:5608
2272
  msgid "The file has been deleted permanently."
2273
  msgstr "Le fichier a été supprimé définitivement."
2274
 
2275
- #: ../cerber-scanner.php:5617
2276
  msgid "The file has been restored to its original location."
2277
  msgstr "Le fichier a été restauré à son emplacement d'origine."
2278
 
2279
- #: ../dashboard.php:1356
2280
  msgid "Integrity"
2281
  msgstr "Intégrité"
2282
 
2283
- #: ../common.php:873
2284
  msgid "Attempt to upload malicious file denied"
2285
  msgstr "Tentative de téléchargement d'un fichier malveillant refusée"
2286
 
2287
- #: ../cerber-news.php:209
2288
  msgid "Awesome!"
2289
  msgstr "Génial !"
2290
 
2291
- #: ../settings.php:519
2292
  msgid "Automatic cleanup of malware and suspicious files"
2293
  msgstr "Nettoyage automatique des logiciels malveillants et des fichiers suspects"
2294
 
2295
- #: ../settings.php:528
2296
  msgid "Files in the uploads folder"
2297
  msgstr "Fichiers dans le dossier de téléchargement"
2298
 
2299
- #: ../settings.php:535
2300
  msgid "Files with unwanted extensions"
2301
  msgstr "Fichiers avec des extensions indésirables"
2302
 
2303
- #: ../settings.php:542
2304
  msgid "Exclusions"
2305
  msgstr "Exclusions"
2306
 
2307
- #: ../settings.php:543
2308
  msgid "Files in the temporary directory"
2309
  msgstr "Fichiers dans le répertoire temporaire"
2310
 
2311
- #: ../settings.php:549
2312
  msgid "Files in the sessions directory"
2313
  msgstr "Fichiers dans le répertoire des sessions"
2314
 
2315
- #: ../settings.php:555
2316
  msgid "Files in these directories"
2317
  msgstr "Fichiers dans ces répertoires"
2318
 
2319
- #: ../settings.php:561
2320
  msgid "Use absolute paths. One item per line."
2321
  msgstr "Utilisez des chemins absolus. Un article par ligne."
2322
 
2323
- #: ../settings.php:563
2324
  msgid "Files with these extensions"
2325
  msgstr "Fichiers avec ces extensions"
2326
 
2327
- #: ../settings.php:569
2328
  msgid "Use comma to separate items."
2329
  msgstr "Utilisez la virgule pour séparer les éléments."
2330
 
2331
- #: ../cerber-scanner.php:78
2332
  msgid "Cleaning up"
2333
  msgstr "Nettoyage"
2334
 
2335
- #: ../cerber-scanner.php:1388
2336
  msgid "Malicious code found"
2337
  msgstr "Code malveillant trouvé"
2338
 
2339
- #: ../cerber-scanner.php:2662
2340
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2341
- msgstr "Ce fichier contient du code exécutable et peut contenir des logiciels malveillants obscurs. Si ce fichier fait partie d'un thème ou d'un plugin, il doit être situé dans le dossier thème ou plugin. Pas d'exception, pas d'excuses."
2342
 
2343
- #: ../cerber-scanner.php:2663
2344
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2345
- msgstr "Le scanner reconnaît ce fichier comme étant \"sans propriétaire\" ou \"non regroupé\" parce qu'il n'appartient à aucune partie connue du site Web et ne devrait pas être ici."
2346
 
2347
- #: ../cerber-scanner.php:2664
2348
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2349
- msgstr "Il se peut qu'il subsiste après la mise à niveau vers une version plus récente de %s. Il peut également s'agir d'un logiciel malveillant obscurci. Dans de rares cas, il peut s'agir d'une partie d'un plugin ou d'un thème personnalisé (sur mesure)."
2350
 
2351
- #: ../cerber-scanner.php:2668
2352
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2353
- msgstr "Le contenu du fichier a été modifié et ne correspond pas à ce qui existe dans le référentiel officiel WordPress ou dans un fichier de référence que vous avez téléchargé précédemment. Le fichier peut avoir été altéré par un logiciel malveillant, infecté par un virus ou avoir été altéré."
2354
 
2355
- #: ../cerber-scanner.php:5154
2356
  msgid "Deleted"
2357
  msgstr "Supprimé"
2358
 
2359
- #: ../cerber-scanner.php:5201
2360
  msgid "Automatically moved to quarantine"
2361
  msgstr "Passage automatique en quarantaine"
2362
 
2363
- #: ../common.php:901
2364
  msgid "Suspicious SQL code detected"
2365
  msgstr "Code SQL suspect détecté"
2366
 
2367
- #: ../dashboard.php:1337
2368
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2369
  msgid "Last malware scan"
2370
  msgstr "Dernière recherche de programmes malveillants"
2371
 
2372
- #: ../dashboard.php:2909
2373
  msgid "Live Traffic"
2374
  msgstr "Trafic en direct"
2375
 
2376
- #: ../settings.php:117
2377
  msgid "Use English for admin interface"
2378
  msgstr "Utiliser l'anglais pour l'interface d'administration"
2379
 
2380
- #: ../cerber-tools.php:42
2381
  msgid "Log"
2382
  msgstr "Consigner"
2383
 
2384
- #: ../settings.php:429
2385
- msgid "Enable diagnostic log"
2386
- msgstr "Activer le journal de diagnostic"
2387
-
2388
- #: ../settings.php:128
2389
  msgid "Disable PHP in uploads"
2390
  msgstr "Désactiver PHP dans les téléchargements"
2391
 
2392
- #: ../settings.php:128
2393
- msgid "Disable execution of PHP scripts in the WordPress media folder"
2394
- msgstr "Désactiver l'exécution des scripts PHP dans le dossier média de WordPress"
2395
-
2396
- #: ../settings.php:130
2397
  msgid "Disable PHP error displaying"
2398
  msgstr "Désactiver l'affichage des erreurs PHP"
2399
 
2400
- #: ../cerber-scanner.php:79
2401
  msgid "Ignore List"
2402
  msgstr "Ignorer la liste"
2403
 
2404
- #: ../cerber-scanner.php:194
2405
  msgid "Ignore"
2406
  msgstr "Ignorer"
2407
 
2408
- #: ../cerber-scanner.php:5639
2409
  msgid "Apply"
2410
- msgstr "Postulez"
2411
 
2412
- #: ../cerber-scanner.php:5670
2413
  msgid "Added"
2414
  msgstr "Ajouté"
2415
 
2416
- #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2417
  msgid "Remove from the list"
2418
  msgstr "Retirer de la liste"
2419
 
2420
- #: ../cerber-scanner.php:5641
2421
  msgid "User Insights"
2422
- msgstr "Perspectives utilisateur"
2423
 
2424
- #: ../cerber-scanner.php:5642
2425
  msgid "Traffic Insights"
2426
- msgstr "Aperçu de la circulation"
2427
 
2428
- #: ../cerber-scanner.php:5643
2429
  msgid "Activity Insights"
2430
  msgstr "Aperçu de l'activité"
2431
 
2432
- #: ../dashboard.php:2279
2433
  msgid "Are you sure you want to delete selected files?"
2434
- msgstr ""
2435
 
2436
- #: ../dashboard.php:2280
2437
  msgid "These files have been moved to the quarantine"
2438
- msgstr ""
2439
 
2440
- #: ../dashboard.php:2283
2441
  msgid "Do you want to add selected files to the ignore list?"
2442
- msgstr ""
2443
 
2444
- #: ../dashboard.php:2284
2445
  msgid "These files have been added to the ignore list"
2446
- msgstr ""
2447
 
2448
- #: ../dashboard.php:2286
2449
  msgid "Some errors occurred"
2450
- msgstr ""
2451
 
2452
- #: ../dashboard.php:2287
2453
  msgid "All files have been processed"
2454
- msgstr ""
2455
 
2456
- #: ../dashboard.php:2444
2457
  msgid "These features are available in a professional version of the plugin."
2458
- msgstr ""
2459
 
2460
- #: ../dashboard.php:2445
2461
  msgid "Know more about all advantages at"
2462
- msgstr ""
2463
 
2464
- #: ../common.php:902
2465
  msgid "Suspicious JavaScript code detected"
2466
- msgstr ""
2467
 
2468
- #: ../settings.php:1282
2469
  msgid "Unable to update the schedule"
2470
- msgstr ""
2471
 
2472
- #: ../cerber-scanner.php:5554
2473
  msgid "All scans"
2474
- msgstr ""
2475
 
2476
- #: ../cerber-scanner.php:5645
2477
  msgid "The list is empty."
2478
- msgstr ""
2479
 
2480
- #: ../cerber-scanner.php:5507
2481
  msgid "No files match the specified filter."
2482
- msgstr ""
2483
 
2484
- #: ../cerber-scanner.php:5507
2485
  msgid "Click here to see the full list of files"
2486
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2487
 
8
  "Language: fr\n"
9
  "Plural-Forms: nplurals=2; plural=(n > 1);\n"
10
 
11
+ #: ../settings.php:498
 
12
  msgid "Limit login attempts"
13
+ msgstr "Définir une limite aux tentatives de connexion"
14
 
15
+ #: ../settings.php:499
16
  msgid "Attempts"
17
  msgstr "Tentatives"
18
 
19
+ #: ../settings.php:505
20
  msgid "Lockout duration"
21
  msgstr "Durée du blocage"
22
 
23
+ #: ../settings.php:510 ../settings.php:606
24
  msgid "minutes"
25
  msgstr "minutes"
26
 
27
+ #: ../settings.php:513
28
  msgid "Aggressive lockout"
29
  msgstr "Blocage aggressif"
30
 
31
+ #: ../settings.php:532
32
  msgid "Site connection"
33
  msgstr "Connexion au site"
34
 
35
+ #: ../settings.php:540
36
  msgid "Proactive security rules"
37
  msgstr "Règles de sécurité proactives"
38
 
39
+ #: ../settings.php:541
40
  msgid "Block subnet"
41
  msgstr "Bloquer les sous-réseaux"
42
 
43
+ #: ../settings.php:559
44
  msgid "Request wp-login.php"
45
  msgstr "Requête sur wp-login.php"
46
 
47
+ #: ../settings.php:563
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Bloquer immédiatement l’IP si elle tente d’accéder au fichier wp-login.php"
50
 
51
+ #: ../settings.php:575
52
  msgid "Custom login page"
53
  msgstr "Page de connexion personnalisée"
54
 
55
+ #: ../settings.php:576
56
  msgid "Custom login URL"
57
  msgstr "URL de connexion personnalisée"
58
 
59
+ #: ../settings.php:584
60
  msgid "must not overlap with the existing pages or posts slug"
61
+ msgstr "il ne doit pas se superposer aux pages ou blocs de messages existants"
62
 
63
+ #: ../settings.php:586
64
  msgid "Disable wp-login.php"
65
  msgstr "Désactiver wp-login.php"
66
 
67
+ #: ../settings.php:591
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Bloquer l’accès direct à wp-login.php et retourner une erreur HTTP 404 Not Found"
70
 
71
+ #: ../dashboard.php:1534 ../settings.php:594
72
  msgid "Citadel mode"
73
  msgstr "Mode Citadelle"
74
 
75
+ #: ../settings.php:595
76
  msgid "Threshold"
77
  msgstr "Seuil"
78
 
79
+ #: ../settings.php:601 ../cerber-scanner.php:3669
80
  msgid "Duration"
81
  msgstr "Durée"
82
 
83
+ #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
+ #: php:609
85
  msgid "Notifications"
86
  msgstr "Notifications"
87
 
88
+ #: ../settings.php:614
89
  msgid "Send notification to admin email"
90
  msgstr "Envoyer des notifications à l’administrateur"
91
 
92
+ #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
+ #: tools.php:47 ../cerber-tools.php:134
94
  msgid "Access Lists"
95
  msgstr "Listes d’accès"
96
 
97
+ #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
+ #: load.php:4258 ../settings.php:622
99
  msgid "Activity"
100
  msgstr "Activité"
101
 
102
+ #: ../dashboard.php:4162
103
  msgid "Lockouts"
104
  msgstr "Blocages"
105
 
106
+ #: ../settings.php:1347
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tentatives autorisées en %s minutes"
109
 
110
+ #: ../settings.php:1373
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Activer après %s tentatives échouées dans les %s dernières minutes"
113
 
114
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
+ #: load.php:4267
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
+ #: php:3651
121
  msgid "Date"
122
  msgstr "Date"
123
 
124
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
  msgid "Local User"
126
  msgstr "Utilisateur local"
127
 
128
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
  msgid "Username used"
130
  msgstr "Identifiant utilisé"
131
 
132
+ #: ../dashboard.php:209
133
  msgid "Showing last %d records from %d"
134
  msgstr "Affichage de %d derniers enregistrements sur %d"
135
 
136
+ #: ../common.php:1151
137
  msgid "Logged in"
138
  msgstr "Connexion réussie"
139
 
140
+ #: ../common.php:1152
141
  msgid "Logged out"
142
  msgstr "Déconnexion"
143
 
144
+ #: ../common.php:1153
145
  msgid "Login failed"
146
  msgstr "Connexion échouée"
147
 
148
+ #: ../common.php:1156
149
  msgid "IP blocked"
150
  msgstr "IP bloquée"
151
 
152
+ #: ../common.php:1157
153
  msgid "Subnet blocked"
154
  msgstr "Sous-réseau bloqué"
155
 
156
+ #: ../common.php:1159
157
  msgid "Citadel activated!"
158
  msgstr "Citadelle activée !"
159
 
160
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
+ #: 1207
 
162
  msgid "Locked out"
163
  msgstr "Bloqué"
164
 
165
+ #: ../common.php:1209
166
  msgid "IP blacklisted"
167
  msgstr "IP blacklistées"
168
 
169
+ #: ../common.php:1174
170
  msgid "Password changed"
171
  msgstr "Changement de mot de passe"
172
 
173
+ #: ../dashboard.php:181 ../dashboard.php:267
174
  msgid "Remove"
175
  msgstr "Supprimer"
176
 
177
+ #: ../dashboard.php:551
178
  msgid "Lockout for %s was removed"
179
  msgstr "Le blocage de %s a été levé"
180
 
181
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
+ #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
 
183
  msgid "White IP Access List"
184
+ msgstr "Liste d'accès IP blanche"
185
 
186
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
+ #: php:1533 ../dashboard.php:3446
 
188
  msgid "Black IP Access List"
189
+ msgstr "Liste d'accès IP noire"
190
 
191
+ #: ../dashboard.php:273
192
  msgid "List is empty"
193
  msgstr "La liste est vide"
194
 
195
+ #: ../dashboard.php:306
 
196
  msgid "Address %s was added to White IP Access List"
197
+ msgstr "L’adresse %s a été ajoutée à la Liste d'accès IP blanche"
198
 
199
+ #: ../dashboard.php:328
 
200
  msgid "Address %s was added to Black IP Access List"
201
+ msgstr "L’adresse %s a été ajoutée à la Liste d'accès IP noire"
202
 
203
+ #: ../cerber-load.php:3565
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "Le mode Citadelle est activé après %d tentatives de connexion échouées en %d minutes."
206
 
207
+ #: ../dashboard.php:2297 ../dashboard.php:2724
208
  msgid "View Activity"
209
  msgstr "Voir l’activité"
210
 
211
+ #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
213
  msgid "Settings"
214
  msgstr "Réglages"
215
 
216
+ #: ../dashboard.php:1395
 
217
  msgid "Last login"
218
  msgstr "Dernière connexion"
219
 
220
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
+ #: slave-list.php:297
222
  msgid "Never"
223
  msgstr "Jamais"
224
 
225
+ #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
  msgid "Are you sure?"
228
+ msgstr "Êtes-vous sûr ?"
229
 
230
+ #: ../dashboard.php:1933 ../settings.php:537
231
  msgid "My site is behind a reverse proxy"
232
  msgstr "Mon site se trouve derrière un reverse proxy"
233
 
234
+ #: ../settings.php:1175
 
 
 
 
 
 
 
 
235
  msgid "Make your protection smarter!"
236
+ msgstr "Rendez votre protection plus intelligente !"
237
 
238
+ #: ../settings.php:1179
239
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
+ msgstr "Veuillez activer les Permaliens pour utiliser cette fonctionnalité. Le réglage des Permaliens ne doit pas être “par défaut”."
241
 
242
+ #: ../dashboard.php:4163 ../cerber-load.php:4554
243
  msgid "Main Settings"
244
  msgstr "Réglages généraux"
245
 
246
+ #: ../dashboard.php:4386
247
  msgid "Help"
248
  msgstr "Aide"
249
 
250
+ #: ../settings.php:1357
251
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
  msgstr "Allonger la durée du blocage à %s heures après %s blocages dans les %s dernières heures"
253
 
254
+ #: ../cerber-load.php:392
255
  msgid "You are not allowed to log in. Ask your administrator for assistance."
256
  msgstr "Vous n’êtes pas autorisé à vous connecté. Contactez l’administrateur si vous avez besoin d’assistance."
257
 
258
+ #: ../cerber-load.php:417
259
  msgid "You have only one attempt remaining."
260
  msgid_plural "You have %d attempts remaining."
261
  msgstr[0] "Il ne vous reste qu’une seule tentative."
262
  msgstr[1] "Il vous reste %d tentatives."
263
 
264
+ #: ../dashboard.php:1032
265
  msgid "No activity has been logged."
266
+ msgstr "Il n'y a pas d'activité enregistrée."
267
 
268
+ #: ../dashboard.php:191
269
  msgid "Expires"
270
  msgstr "Expire le"
271
 
272
+ #: ../dashboard.php:215
 
273
  msgid "No lockouts at the moment. The sky is clear."
274
+ msgstr "Il n'y a pas de blocage pour le moment. Tout est dégagé."
275
 
276
+ #: ../dashboard.php:239
277
  msgid "These IPs will never be locked out"
278
  msgstr "Ces adresses IP ne seront jamais bloquées"
279
 
280
+ #: ../dashboard.php:248
281
  msgid "Your IP"
282
  msgstr "Votre IP"
283
 
284
+ #: ../cerber-load.php:3566
285
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
+ msgstr "La dernière tentative échouée s'est produite à %s à partir de l'IP %s avec un utilisateur ayant comme identifiants : %s."
287
 
288
+ #: ../cerber-load.php:4522
289
  msgid "Can't activate WP Cerber due to a database error."
290
+ msgstr "Le WP Cerber ne peut pas être activé à cause d'une erreur dans la base de données."
291
 
292
+ #: ../settings.php:1364
293
  msgid "Notify admin if the number of active lockouts above"
294
+ msgstr "Avertissez l'administrateur si le nombre de blocages actifs ci-dessus"
295
 
296
+ #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
297
  msgid "days"
298
  msgstr "jours"
299
 
300
+ #: ../dashboard.php:1485
301
  msgid "Cerber Quick View"
302
  msgstr "Cerber aperçu"
303
 
304
+ #: ../dashboard.php:211
305
  msgid "Hint"
306
  msgstr "Astuce"
307
 
308
+ #: ../dashboard.php:211
309
  msgid "To view activity, click on the IP"
310
  msgstr "Pour voir l’activité relative à cette IP, cliquez sur l’IP"
311
 
312
+ #: ../settings.php:545
313
  msgid "Always block entire subnet Class C of intruders IP"
314
+ msgstr "Il faut toujours bloquer le sous-réseau complet de classe C des IP intruses"
315
 
316
+ #: ../settings.php:619 ../settings.php:1370
317
  msgid "Click to send test"
318
  msgstr "Cliquez pour tester"
319
 
320
+ #: ../settings.php:1591 ../settings.php:1592
321
  msgid "Attention! You have changed the login URL! The new login URL is"
322
+ msgstr "Attention ! Vous avez changé l'URL de connexion ! La nouvelle URL de connexion est"
323
 
324
+ #: ../dashboard.php:1394
325
  msgid "Comments"
326
  msgstr "Commentaires"
327
 
328
+ #: ../common.php:1593
329
  msgid "Update to version %s of WP Cerber"
330
  msgstr "Mettre à jour WP Cerber à la version %s"
331
 
332
+ #: ../cerber-load.php:3567 ../cerber-load.php:4299
333
  msgid "View activity in dashboard"
334
  msgstr "Voir l’activité dans le tableau de bord"
335
 
336
+ #: ../cerber-load.php:3596
337
  msgid "Number of active lockouts"
338
  msgstr "Nombre de blocages actifs"
339
 
340
+ #: ../cerber-load.php:3600
341
  msgid "View lockouts in dashboard"
342
  msgstr "Voir les blocages dans le tableau de bord"
343
 
344
+ #: ../cerber-load.php:3688
345
  msgid "This message was sent by"
346
  msgstr "Ce message a été envoyé par"
347
 
348
+ #: ../dashboard.php:76 ../dashboard.php:4286
349
  msgid "Tools"
350
  msgstr "Outils"
351
 
352
+ #: ../cerber-tools.php:34
353
  msgid "Export settings to the file"
354
  msgstr "Exporter les préférences"
355
 
356
+ #: ../cerber-tools.php:35
357
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
358
  msgstr "Vous obtiendrez un fichier de configuration lorsque vous cliquerez sur le bouton ci-dessous. Vous pourrez ensuite utiliser ce fichier de configuration sur d’autre site."
359
 
360
+ #: ../cerber-tools.php:36
361
  msgid "What do you want to export?"
362
  msgstr "Que voulez-vous exporter ?"
363
 
364
+ #: ../cerber-tools.php:39
365
  msgid "Download file"
366
  msgstr "Télécharger le fichier"
367
 
368
+ #: ../cerber-tools.php:41
369
  msgid "Import settings from the file"
370
+ msgstr "Importer les paramètres du fichier"
371
 
372
+ #: ../cerber-tools.php:42
373
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
374
+ msgstr "Si vous cliquez sur le bouton ci-dessous, le fichier sera téléchargé et tous les paramètres existants seront remplacés."
375
 
376
+ #: ../cerber-tools.php:43
377
  msgid "Select file to import."
378
  msgstr "Sélectionnez un fichier."
379
 
380
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
  msgid "Maximum upload file size: %s."
382
+ msgstr "Taille maximale du fichier de téléchargement : %s."
383
 
384
+ #: ../cerber-tools.php:46
385
  msgid "What do you want to import?"
386
  msgstr "Que voulez-vous importer ?"
387
 
388
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
  msgid "Upload file"
390
+ msgstr "Télécharger le fichier"
391
 
392
+ #: ../cerber-tools.php:97
393
  msgid "No file was uploaded or file is corrupted"
394
  msgstr "Le fichier n’a pas été uploadé ou est corrompu"
395
 
396
+ #: ../cerber-tools.php:134
397
  msgid "Error while updating"
398
  msgstr "Erreur lors de la mise à jour"
399
 
400
+ #: ../cerber-tools.php:140
401
  msgid "Settings has imported successfully from"
402
+ msgstr "Les paramètres ont été importées avec succès depuis"
403
 
404
+ #: ../cerber-tools.php:147
405
  msgid "Error while parsing file"
406
+ msgstr "Une erreur s'est produite lors de l'analyse du fichier"
407
 
408
+ #: ../dashboard.php:189 ../dashboard.php:1001
409
  msgid "Hostname"
410
+ msgstr "Nom d'hôte"
411
 
412
+ #: ../dashboard.php:488
413
  msgid "unknown"
414
  msgstr "inconnu"
415
 
416
+ #: ../settings.php:623 ../settings.php:961
 
417
  msgid "Keep records for"
418
  msgstr "Conserver l’historique pour"
419
 
420
+ #: ../dashboard.php:1519 ../dashboard.php:1541
421
  msgid "active"
422
+ msgstr "actif"
423
 
424
+ #: ../dashboard.php:1519
425
  msgid "deactivate"
426
+ msgstr "désactiver"
427
 
428
+ #: ../dashboard.php:1521
429
  msgid "not active"
430
+ msgstr "inactif"
431
 
432
+ #: ../dashboard.php:1522 ../dashboard.php:1536
433
  msgid "disabled"
434
+ msgstr "désactivé"
435
 
436
+ #: ../dashboard.php:1527
437
  msgid "failed attempts"
438
+ msgstr "tentatives non réussies"
439
 
440
+ #: ../dashboard.php:1527 ../dashboard.php:1528
441
  msgid "in 24 hours"
442
  msgstr "en 24 heures"
443
 
444
+ #: ../dashboard.php:1527 ../dashboard.php:1528
445
  msgid "view all"
446
+ msgstr "voir tout"
447
 
448
+ #: ../dashboard.php:1528
449
  msgid "lockouts"
450
+ msgstr "blocages"
451
 
452
+ #: ../dashboard.php:1530
453
  msgid "Lockouts at the moment"
454
+ msgstr "Blocages en ce moment"
455
 
456
+ #: ../dashboard.php:1531
 
457
  msgid "Last lockout"
458
+ msgstr "Dernier blocage"
459
 
460
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
461
  msgid "entry"
462
  msgid_plural "entries"
463
  msgstr[0] "entrée"
464
  msgstr[1] "entrées"
465
 
466
+ #: ../dashboard.php:2175
 
467
  msgid "Confused about some settings?"
468
+ msgstr "Confus à cause de certains paramètres ?"
469
 
470
+ #: ../dashboard.php:2176
 
471
  msgid "You can easily load default recommended settings using button below"
472
+ msgstr "Vous pouvez facilement télécharger les paramètres recommandés par défaut en utilisant le bouton ci-dessous"
473
 
474
+ #: ../dashboard.php:2178
 
475
  msgid "Load default settings"
476
+ msgstr "Télécharger les paramètres par défaut"
477
 
478
+ #: ../dashboard.php:2186
479
  msgid "doesn't affect Custom login URL and Access Lists"
480
  msgstr "n’affecte pas l’URL de connexion personnalisée ni les Listes d’accès"
481
 
482
+ #: ../common.php:1586 ../settings.php:805
483
  msgid "New version is available"
484
  msgstr "Nouvelle version disponible"
485
 
486
+ #: ../cerber-load.php:3539
487
  msgid "WP Cerber notify"
488
+ msgstr "Aviser WP Cerber"
489
 
490
+ #: ../cerber-load.php:3563
491
  msgid "Citadel mode is activated"
492
+ msgstr "Le mode Citadelle est activé"
493
 
494
+ #: ../cerber-load.php:3635
495
  msgid "New Custom login URL"
496
+ msgstr "Nouvelle URL de connexion personnalisée"
497
 
498
+ #: ../cerber-load.php:4509
499
  msgid "The WP Cerber requires PHP %s or higher. You are running"
500
+ msgstr "Le WP Cerber nécessite des %s PHP ou des valeurs supérieures. Vous êtes en cours d'exécution"
501
 
502
+ #: ../cerber-load.php:4513
503
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
  msgstr "WP Cerber nécessite WordPress %s ou supérieur. Vous avez actuellement"
505
 
506
+ #: ../settings.php:654
507
  msgid "Use file"
508
+ msgstr "Utiliser le fichier"
509
 
510
+ #: ../settings.php:658
511
  msgid "Write failed login attempts to the file"
512
+ msgstr "Ecrire les tentatives de connexion non réussies dans le fichier"
513
 
514
+ #: ../dashboard.php:2296
515
  msgid "Deactivate"
516
  msgstr "Désactiver"
517
 
518
+ #: ../dashboard.php:192 ../cerber-load.php:3598
519
  msgid "Reason"
520
  msgstr "Raison"
521
 
522
+ #: ../dashboard.php:280
523
  msgid "Add IP to the list"
524
  msgstr "Ajouter l’IP à la liste"
525
 
526
+ #: ../dashboard.php:1261
527
  msgid "Add IP to the Black List"
528
  msgstr "Ajouter l’IP à la liste noire"
529
 
530
+ #: ../common.php:1246
531
  msgid "Attempt to access"
532
  msgstr "Tentative d’accès"
533
 
534
+ #: ../common.php:1245
535
  msgid "Limit on login attempts is reached"
536
+ msgstr "La limite définie pour les tentatives de connexion a été atteinte"
537
 
538
+ #: ../cerber-load.php:3597
 
 
 
 
539
  msgid "Last lockout was added: %s for IP %s"
540
  msgstr "Le dernier blocage a été ajouté le %s pour l’IP %s"
541
 
542
+ #: ../dashboard.php:4165 ../cerber-load.php:4558
543
  msgid "Hardening"
544
  msgstr "Renforcer"
545
 
546
+ #: ../dashboard.php:1236
547
  msgid "Abuse email:"
548
+ msgstr "Courriels abusifs :"
549
 
550
+ #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
551
  msgid "Email Address"
552
+ msgstr "Courriel"
553
 
554
+ #: ../settings.php:801
555
  msgid "if empty, the admin email %s will be used"
556
+ msgstr "si le champ est vide, on utilisera le courriel de l'administrateur %s"
557
 
558
+ #: ../settings.php:662
559
  msgid "Drill down IP"
560
  msgstr "Examiner les IPs"
561
 
562
+ #: ../settings.php:666
563
  msgid "Retrieve extra WHOIS information for IP"
564
  msgstr "Récupérer les données WHOIS des IPs"
565
 
566
+ #: ../settings.php:686
567
  msgid "Hardening WordPress"
568
+ msgstr "Renforcer le WordPress"
569
 
570
+ #: ../settings.php:687 ../settings.php:731
571
  msgid "Stop user enumeration"
572
  msgstr "Empêcher l’énumération des utilisateurs"
573
 
574
+ #: ../settings.php:714
575
  msgid "Disable XML-RPC"
576
+ msgstr "Désactiver le XML-RPC"
577
 
578
+ #: ../settings.php:719
579
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
580
  msgstr "Bloquer l’accès au serveur XMlL-RPC (inclut les Pingbacks et Trackbacks)"
581
 
582
+ #: ../settings.php:721
583
  msgid "Disable feeds"
584
  msgstr "Désactiver les flux"
585
 
586
+ #: ../settings.php:726
587
  msgid "Block access to the RSS, Atom and RDF feeds"
588
  msgstr "Bloquer l’accès aux flux RSS, Atom et RDF"
589
 
590
+ #: ../settings.php:739
591
  msgid "Disable REST API"
592
  msgstr "Désactiver REST API"
593
 
594
+ #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
 
 
 
 
595
  msgid "<strong>ERROR</strong>: please enter a valid email address."
596
+ msgstr "<strong>ERREUR</strong>: veuillez saisir un courriel valide."
597
 
598
+ #: ../cerber-load.php:3628 ../cerber-load.php:4543
599
  msgid "WP Cerber is now active and has started protecting your site"
600
  msgstr "WP Cerber est maintenant actif et protège votre site"
601
 
602
+ #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
603
  msgid "Action"
604
  msgstr "Action"
605
 
606
+ #: ../dashboard.php:241
607
  msgid "Nobody can log in or register from these IPs"
608
+ msgstr "Il est impossible de se connecter ou de s'enregistrer à partir de ces adresses IP"
609
 
610
+ #: ../dashboard.php:298 ../dashboard.php:315
611
  msgid "Incorrect IP address or IP range"
612
  msgstr "IP ou plage d’IP incorrecte"
613
 
614
+ #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
615
  msgid "Settings saved"
616
  msgstr "Paramètres sauvegardés"
617
 
618
+ #: ../dashboard.php:1241
619
  msgid "Network:"
620
+ msgstr "Réseau :"
621
 
622
+ #: ../dashboard.php:1256
623
  msgid "Add network to the Black List"
624
  msgstr "Ajouter un réseau à la liste noire"
625
 
626
+ #: ../dashboard.php:2295
627
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
628
  msgstr "Attention ! Le mode Citadel est maintenant activé. Plus personne ne peut se connecter."
629
 
630
+ #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
631
+ #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
632
  msgid "Unknown"
633
  msgstr "Inconnu"
634
 
637
  msgid "Gregory"
638
  msgstr "Gregory"
639
 
640
+ #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
641
+ #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
642
+ #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
643
+ #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
644
+ #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
645
+ #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
646
+ #: /nexus/cerber-nexus-slave.php:233
647
  msgid "ERROR:"
648
  msgstr "ERREUR :"
649
 
650
+ #: ../cerber-load.php:729
651
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
652
+ msgstr "La vérification humaine a échoué. Veuillez cliquer sur la case carrée dans le bloc reCAPTCHA ci-dessous."
653
 
654
+ #: ../cerber-load.php:1045
655
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
656
  msgstr "<strong>ERREUR</strong>: Le mot de passe que vous avez saisie pour l’identifiant %s est incorrect."
657
 
658
+ #: ../cerber-load.php:1319
659
  msgid "Username is not allowed. Please choose another one."
660
  msgstr "Ce nom d’utilisateur n’est pas autorisé. Veuillez en choisir un autre."
661
 
662
+ #: ../cerber-load.php:3591
663
  msgid "unspecified"
664
  msgstr "non spécifié"
665
 
666
+ #: ../cerber-load.php:3594
667
  msgid "Number of lockouts is increasing"
668
  msgstr "Le nombre de blocage augmente"
669
 
670
+ #: ../cerber-load.php:3599
671
  msgid "View activity for this IP"
672
  msgstr "Voir l’activité pour cette IP"
673
 
674
+ #: ../cerber-load.php:3603 ../cerber-load.php:3605
675
  msgid "A new version of WP Cerber is available to install"
676
+ msgstr "Il est possible d'installer une nouvelle version de WP Cerber"
677
 
678
+ #: ../cerber-load.php:3604
679
  msgid "Hi!"
680
  msgstr "Salut !"
681
 
682
+ #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
683
+ #: 45
684
  msgid "Website"
685
  msgstr "Site web"
686
 
687
+ #: ../cerber-load.php:3610 ../cerber-load.php:3611
688
  msgid "The WP Cerber security plugin has been deactivated"
689
  msgstr "Le plugin WP Cerber a été désactivé"
690
 
691
+ #: ../cerber-load.php:3613
692
  msgid "Not logged in"
693
  msgstr "Non connecté"
694
 
695
+ #: ../cerber-load.php:3619
696
  msgid "By user"
697
  msgstr "Par utilisateur"
698
 
699
+ #: ../cerber-load.php:3620
700
  msgid "From IP address"
701
  msgstr "De l’adresse IP"
702
 
703
+ #: ../cerber-load.php:3623
704
  msgid "From country"
705
  msgstr "Du pays"
706
 
707
+ #: ../cerber-load.php:3627
708
  msgid "The WP Cerber security plugin is now active"
709
  msgstr "Le plugin WP Cerber est maintenant actif"
710
 
711
+ #: ../cerber-load.php:4544
712
  msgid "Your IP address is added to the"
713
  msgstr "Votre adresse IP a été ajouté à"
714
 
715
+ #: ../cerber-load.php:4560
716
  msgid "Import settings"
717
  msgstr "Importer les paramètres"
718
 
719
+ #: ../settings.php:804
720
  msgid "Notification limit"
721
  msgstr "Limite de notification"
722
 
723
+ #: ../settings.php:804
724
  msgid "notification letters allowed per hour (0 means unlimited)"
725
+ msgstr "les lettres de notification acceptées par heure (0 signifie illimité)"
726
 
727
+ #: ../settings.php:111
728
  msgid "User related settings"
729
  msgstr "Paramètres relatifs aux utilisateurs"
730
 
731
+ #: ../settings.php:153
732
  msgid "Prohibited usernames"
733
+ msgstr "Noms d'utilisateur interdits"
734
 
735
+ #: ../settings.php:154
736
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
737
+ msgstr "Les noms d'utilisateur de cette liste ne sont pas autorisés à se connecter ou à s'enregistrer. Toute adresse IP ayant tenté d'utiliser l'un de ces noms d'utilisateur sera immédiatement bloquée. Utilisez une virgule pour séparer les sessions de connexion."
738
 
739
+ #: ../settings.php:161
740
  msgid "User session expire"
741
+ msgstr "La session utilisateur expire"
742
 
743
+ #: ../settings.php:162
744
  msgid "in minutes (leave empty to use default WP value)"
745
  msgstr "en minutes (laisser vide pour utiliser la valeur par défaut de WordPress)"
746
 
747
+ #: ../settings.php:237
748
  msgid "reCAPTCHA settings"
749
+ msgstr "les paramètres du reCAPTCHA"
750
 
751
+ #: ../settings.php:240
752
  msgid "Site key"
753
  msgstr "Clef du site"
754
 
755
+ #: ../settings.php:244
756
  msgid "Secret key"
757
  msgstr "Clef secrète"
758
 
759
+ #: ../settings.php:254
760
  msgid "Enable reCAPTCHA for WordPress registration form"
761
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WordPress"
762
 
763
+ #: ../settings.php:263
764
  msgid "Lost password form"
765
  msgstr "Formulaire de récupération de mot de passe"
766
 
767
+ #: ../settings.php:273
768
  msgid "Login form"
769
  msgstr "Formulaire de connexion"
770
 
771
+ #: ../settings.php:274
772
  msgid "Enable reCAPTCHA for WordPress login form"
773
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WordPress"
774
 
775
+ #: ../settings.php:1193
776
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
777
  msgstr "Avant d’utiliser reCAPTCHA, il vous faut obtenir une Clef de Site et une Clef Secrète sur le site de Google"
778
 
779
+ #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
780
  msgid "Know more"
781
  msgstr "En savoir plus"
782
 
783
+ #: ../dashboard.php:4166
784
  msgid "Users"
785
  msgstr "Utilisateurs"
786
 
787
+ #: ../common.php:1149
788
  msgid "User created"
789
  msgstr "Utilisateur créé"
790
 
791
+ #: ../dashboard.php:2126 ../common.php:1150
792
  msgid "User registered"
793
  msgstr "Inscription utilisateur"
794
 
795
+ #: ../common.php:1177
796
  msgid "reCAPTCHA verification failed"
797
+ msgstr "la vérification du reCAPTCHA a échoué"
798
 
799
+ #: ../common.php:1178
800
  msgid "reCAPTCHA settings are incorrect"
801
+ msgstr "les paramètres du reCAPTCHA sont incorrects"
802
 
803
+ #: ../common.php:1181 ../common.php:1267
804
  msgid "Attempt to access prohibited URL"
805
  msgstr "Tentative d’accès à une URL interdite"
806
 
807
+ #: ../common.php:1183 ../common.php:1248
808
  msgid "Attempt to log in with prohibited username"
809
  msgstr "Tentative de connexion avec un identifiant interdit"
810
 
811
+ #: ../settings.php:639
812
  msgid "Cerber Lab connection"
813
  msgstr "Connexion Cerber Lab"
814
 
815
+ #: ../settings.php:643
816
  msgid "Send malicious IP addresses to the Cerber Lab"
817
  msgstr "Envoyer les adresses IP bloquées au Cerber Lab"
818
 
819
+ #: ../settings.php:645
820
  msgid "Cerber Lab protocol"
821
  msgstr "Protocole Cerber Lab"
822
 
823
+ #: ../settings.php:185 ../settings.php:253
824
  msgid "Registration form"
825
  msgstr "Formulaire d’inscription"
826
 
827
+ #: ../settings.php:259
828
  msgid "Enable reCAPTCHA for WooCommerce registration form"
829
  msgstr "Activer reCAPTCHA pour le formulaire d’inscription WooCommerce"
830
 
831
+ #: ../settings.php:264
832
  msgid "Enable reCAPTCHA for WordPress lost password form"
833
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WordPress"
834
 
835
+ #: ../settings.php:269
836
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
837
  msgstr "Activer reCAPTCHA pour le formulaire de récupération de mot de passe WooCommerce"
838
 
839
+ #: ../settings.php:279
840
  msgid "Enable reCAPTCHA for WooCommerce login form"
841
  msgstr "Activer reCAPTCHA pour le formulaire de connexion WooCommerce"
842
 
843
+ #: ../common.php:1179
844
  msgid "Request to the Google reCAPTCHA service failed"
845
  msgstr "La requête au service Google reCAPTCHA a échouée"
846
 
847
+ #: ../dashboard.php:2118 ../dashboard.php:2148
848
  msgid "View all"
849
  msgstr "Voir tout"
850
 
851
+ #: ../dashboard.php:2151
852
  msgid "Recently locked out IP addresses"
853
  msgstr "IPs récemment bloquées"
854
 
855
+ #: ../cerber-lab.php:777
856
  msgid "OK, nail them all"
857
+ msgstr "D'accord, tout va bien"
858
 
859
+ #: ../cerber-lab.php:778
860
  msgid "NO, maybe later"
861
  msgstr "NON, peut-être plus tard"
862
 
863
+ #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
864
+ #: php:4160
865
  msgid "Dashboard"
866
  msgstr "Tableau de bord"
867
 
868
+ #: ../cerber-lab.php:775
869
  msgid "Want to make WP Cerber even more powerful?"
870
+ msgstr "Voulez-vous rendre WP Cerber encore plus puissant ?"
871
 
872
+ #: ../cerber-lab.php:776
873
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
874
  msgstr "Permettre à WP Cerber d’envoyer les adresses IP qui ont été bloqués au Cerber Lab. Cela aidera l’équipe à créer de nouveau algorithmes pour que WP Cerber puisse défendre WordPress contre les nouvelles attaques et réseaux de robots qui apparaissent chaque jour. Vous pouvez désactiver l’envoi des données à tout moment dans les réglages du plugin."
875
 
876
+ #: ../dashboard.php:778 ../dashboard.php:3275
877
  msgid "IP address"
878
+ msgstr "Adresse IP"
879
 
880
+ #: ../dashboard.php:783
881
  msgid "User login"
882
  msgstr "Connexion de l'utilisateur"
883
 
884
+ #: ../dashboard.php:784 ../dashboard.php:3281
885
  msgid "User ID"
886
  msgstr "ID utilisateur"
887
 
888
+ #: ../dashboard.php:1028 ../dashboard.php:3715
889
  msgid "Export"
890
  msgstr "Exporter"
891
 
892
+ #: ../dashboard.php:1050
893
  msgid "Search for IP or username"
894
  msgstr "Rechercher une adresse IP ou un nom d'utilisateur"
895
 
896
+ #: ../dashboard.php:1051
897
  msgid "Filter"
898
  msgstr "Filtre"
899
 
900
+ #: ../dashboard.php:55
901
  msgid "Cerber Dashboard"
902
  msgstr "Tableau de bord Cerber"
903
 
904
+ #: ../dashboard.php:76
905
  msgid "Cerber tools"
906
  msgstr "Outils Cerber"
907
 
908
+ #: ../dashboard.php:2383
909
  msgid "Subscribe"
910
  msgstr "S'abonner"
911
 
912
+ #: ../dashboard.php:2384 ../cerber-tools.php:228
913
  msgid "Unsubscribe"
914
  msgstr "Se désabonner"
915
 
916
+ #: ../dashboard.php:2412
917
  msgid "You've subscribed"
918
  msgstr "Vous êtes abonné(e)"
919
 
920
+ #: ../dashboard.php:2416
921
  msgid "You've unsubscribed"
922
  msgstr "Vous vous êtes désabonné"
923
 
924
+ #: ../cerber-load.php:3639 ../cerber-load.php:3640
925
  msgid "A new activity has been recorded"
926
  msgstr "Une nouvelle activité a été enregistrée"
927
 
928
+ #: ../cerber-load.php:4271
929
  msgid "User"
930
  msgstr "Utilisateur"
931
 
932
+ #: ../cerber-load.php:4279
933
  msgid "Search string"
934
  msgstr "Chaîne de recherche"
935
 
936
+ #: ../cerber-load.php:4300
937
  msgid "To unsubscribe click here"
938
  msgstr "Pour vous désabonner, cliquez ici"
939
 
940
+ #: ../settings.php:661
941
  msgid "Preferences"
942
  msgstr "Préférences"
943
 
944
+ #: ../settings.php:668
945
  msgid "Date format"
946
  msgstr "Format de date"
947
 
948
+ #: ../settings.php:673
949
  msgid "if empty, the default format %s will be used"
950
+ msgstr "si le champ est vide, on utilisera le format par défaut %s"
951
 
952
+ #: ../settings.php:810
953
  msgid "Push notifications"
954
  msgstr "Notifications poussées"
955
 
956
+ #: ../settings.php:790
957
  msgid "Email notifications"
958
  msgstr "Notifications par courriel"
959
 
960
+ #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
961
  msgid "Use comma to specify multiple values"
962
  msgstr "Utilisez la virgule pour spécifier plusieurs valeurs"
963
 
964
+ #: ../settings.php:818
965
  msgid "All connected devices"
966
  msgstr "Tous les appareils connectés"
967
 
968
+ #: ../settings.php:821
969
  msgid "No devices found"
970
  msgstr "Aucun appareil trouvé"
971
 
972
+ #: ../settings.php:825
973
  msgid "Not available"
974
  msgstr "Non disponible"
975
 
976
+ #: ../common.php:1175
977
  msgid "Password reset requested"
978
  msgstr "Réinitialisation du mot de passe demandée"
979
 
980
+ #: ../common.php:1249
981
  msgid "Limit on failed reCAPTCHA verifications is reached"
982
+ msgstr "La limite sur les vérifications reCAPTCHA échouées est atteinte"
983
 
984
+ #: ../common.php:1398
985
  msgid "%s ago"
986
  msgstr "il y a %s"
987
 
988
+ #: ../settings.php:524
989
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
990
  msgstr "Appliquer les règles de connexion de limite aux adresses IP dans la liste d'accès White IP"
991
 
992
+ #: ../settings.php:565
993
  msgid "Display 404 page"
994
+ msgstr "Afficher la page 404"
995
 
996
+ #: ../settings.php:248
997
  msgid "Invisible reCAPTCHA"
998
  msgstr "Invisible reCAPTCHA"
999
 
1000
+ #: ../settings.php:249
1001
  msgid "Enable invisible reCAPTCHA"
1002
  msgstr "Activer le reCAPTCHA invisible"
1003
 
1004
+ #: ../settings.php:249
1005
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1006
  msgstr "(ne l'activez que si vous obtenez et entrez les clés Site et Secret pour la version invisible)"
1007
 
1008
+ #: ../settings.php:284
1009
  msgid "Enable reCAPTCHA for WordPress comment form"
1010
  msgstr "Activer le formulaire de commentaire reCAPTCHA pour WordPress"
1011
 
1012
+ #: ../settings.php:289
1013
  msgid "Disable reCAPTCHA for logged in users"
1014
  msgstr "Désactiver reCAPTCHA pour les utilisateurs connectés"
1015
 
1016
+ #: ../settings.php:293
1017
  msgid "Limit attempts"
1018
  msgstr "Limiter les tentatives"
1019
 
1020
+ #: ../settings.php:294
1021
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1022
  msgstr "Verrouiller l'adresse IP pendant %s minutes après %s tentatives échouées en %s minutes"
1023
 
1024
+ #: ../settings.php:1186
1025
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1026
+ msgstr "En mode Citadel, il est impossible de se connecter, à l'exception des adresses IP de la liste d'accès IP blanche. Les sessions utilisateur actives ne seront pas affectées."
1027
 
1028
+ #: ../dashboard.php:780 ../dashboard.php:1004
1029
  msgid "Event"
1030
  msgstr "Événement"
1031
 
1032
+ #: ../common.php:254
1033
  msgid "Spam comments denied"
1034
  msgstr "Les commentaires de spam sont refusés"
1035
 
1036
+ #: ../common.php:256
1037
  msgid "Malicious IP addresses detected"
1038
  msgstr "Adresses IP malveillantes détectées"
1039
 
1040
+ #: ../common.php:257
1041
  msgid "Lockouts occurred"
1042
+ msgstr "Il y a eu des blocages"
1043
 
1044
+ #: ../dashboard.php:2127
1045
  msgid "All suspicious activity"
1046
  msgstr "Toute activité suspecte"
1047
 
1048
+ #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1049
+ #: /cerber-load.php:1332
1050
  msgid "You are not allowed to register."
1051
  msgstr "Vous n'êtes pas autorisé à vous inscrire."
1052
 
1053
+ #: ../common.php:1160
1054
  msgid "Spam comment denied"
1055
  msgstr "Commentaire anti-spam refusé"
1056
 
1057
+ #: ../common.php:1185
1058
  msgid "Attempt to log in denied"
1059
+ msgstr "La tentative d'ouverture de session a été refusée"
1060
 
1061
+ #: ../common.php:1186
1062
  msgid "Attempt to register denied"
1063
+ msgstr "La tentative d'enregistrement a été refusée"
1064
 
1065
+ #: ../common.php:251
1066
  msgid "Malicious activities mitigated"
1067
  msgstr "Atténuation des activités malveillantes"
1068
 
1069
+ #: ../dashboard.php:69
1070
  msgid "Cerber antispam settings"
1071
  msgstr "Paramètres antispam Cerber"
1072
 
1073
+ #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1074
  msgid "Antispam"
1075
  msgstr "Antispam"
1076
 
1077
+ #: ../settings.php:177
1078
  msgid "Cerber antispam engine"
1079
  msgstr "Moteur antispam Cerber"
1080
 
1081
+ #: ../settings.php:180
1082
  msgid "Comment form"
1083
  msgstr "Formulaire de commentaires"
1084
 
1085
+ #: ../settings.php:181
1086
  msgid "Protect comment form with bot detection engine"
1087
  msgstr "Protéger le formulaire de commentaires avec le moteur de détection de bot"
1088
 
1089
+ #: ../settings.php:186
1090
  msgid "Protect registration form with bot detection engine"
1091
  msgstr "Protéger le formulaire d'inscription avec le moteur de détection de bot"
1092
 
1093
+ #: ../dashboard.php:4288
1094
  msgid "Export & Import"
1095
  msgstr "Exportation et importation"
1096
 
1097
+ #: ../dashboard.php:4289
1098
  msgid "Diagnostic"
1099
  msgstr "Diagnostic"
1100
 
1101
+ #: ../dashboard.php:4292
1102
  msgid "License"
1103
  msgstr "Licence"
1104
 
1105
+ #: ../dashboard.php:4199
1106
  msgid "Antispam and bot detection settings"
1107
  msgstr "Paramètres d'antispam et de détection des robots"
1108
 
1109
+ #: ../cerber-load.php:1570
1110
  msgid "Sorry, human verification failed."
1111
  msgstr "Désolé, la vérification humaine a échoué."
1112
 
1113
+ #: ../common.php:1250
1114
  msgid "Bot activity is detected"
1115
+ msgstr "L'activité du robot est détectée"
1116
 
1117
+ #: ../settings.php:219
1118
  msgid "Comment processing"
1119
+ msgstr "Commentaire en cours de traitement"
1120
 
1121
+ #: ../settings.php:222
1122
  msgid "If a spam comment detected"
1123
  msgstr "Si un commentaire indésirable est détecté"
1124
 
1125
+ #: ../settings.php:227
1126
  msgid "Trash spam comments"
1127
+ msgstr "Commentaires sur les spam"
1128
 
1129
+ #: ../settings.php:229
1130
  msgid "Move spam comments to trash after"
1131
  msgstr "Déplacer les commentaires indésirables à la corbeille"
1132
 
1133
+ #: ../common.php:1161
1134
  msgid "Spam form submission denied"
1135
  msgstr "Soumission du formulaire anti-spam refusée"
1136
 
1137
+ #: ../settings.php:190
1138
  msgid "Other forms"
1139
  msgstr "Autres formulaires"
1140
 
1141
+ #: ../settings.php:191
1142
  msgid "Protect all forms on the website with bot detection engine"
1143
+ msgstr "Protégez tous les formulaires sur le site Web avec le moteur de détection de robot"
1144
 
1145
+ #: ../settings.php:197
1146
  msgid "Adjust antispam engine"
1147
  msgstr "Ajuster le moteur antispam"
1148
 
1149
+ #: ../settings.php:200
1150
  msgid "Safe mode"
1151
  msgstr "Mode sans échec"
1152
 
1153
+ #: ../settings.php:201
1154
  msgid "Use less restrictive policies (allow AJAX)"
1155
  msgstr "Utiliser des politiques moins restrictives (autoriser AJAX)"
1156
 
1157
+ #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
1158
  msgid "Logged in users"
1159
  msgstr "Utilisateurs connectés"
1160
 
1161
+ #: ../settings.php:206
1162
  msgid "Disable bot detection engine for logged in users"
1163
+ msgstr "Désactiver le moteur de détection des robots pour les utilisateurs connectés"
1164
 
1165
+ #: ../dashboard.php:190 ../dashboard.php:1002
1166
  msgid "Country"
1167
  msgstr "Pays"
1168
 
1169
+ #: ../dashboard.php:1039
1170
  msgid "All events"
1171
  msgstr "Tous les évènements"
1172
 
1173
+ #: ../dashboard.php:61
1174
  msgid "Cerber Security Rules"
1175
  msgstr "Règles de sécurité Cerber"
1176
 
1177
+ #: ../dashboard.php:61 ../dashboard.php:4236
1178
  msgid "Security Rules"
1179
  msgstr "Règles de sécurité"
1180
 
1181
+ #: ../dashboard.php:1396
1182
  msgid "Failed login attempts"
1183
  msgstr "Echec des tentatives de connexion"
1184
 
1185
+ #: ../dashboard.php:1353 ../dashboard.php:1397
1186
  msgid "Registered"
1187
  msgstr "Enregistré"
1188
 
1189
+ #: ../dashboard.php:1467 ../cerber-users.php:25
1190
  msgid "You"
1191
  msgstr "Vous"
1192
 
1193
+ #: ../common.php:255
1194
  msgid "Spam form submissions denied"
1195
  msgstr "Refus d'envoi du formulaire anti-spam"
1196
 
1197
+ #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1198
  msgid "Getting Started Guide"
1199
  msgstr "Guide de démarrage"
1200
 
1201
+ #: ../dashboard.php:4238
1202
  msgid "Countries"
1203
  msgstr "Pays"
1204
 
1205
+ #: ../dashboard.php:2987
1206
  msgid "Permitted for one country"
1207
  msgid_plural "Permitted for %d countries"
1208
  msgstr[0] "Autorisé pour un pays"
1209
  msgstr[1] "Autorisé pour %d pays"
1210
 
1211
+ #: ../dashboard.php:2998
1212
  msgid "No rule"
1213
  msgstr "Aucune règle"
1214
 
1215
+ #: ../dashboard.php:3209
1216
  msgid "Security rules have been updated"
1217
  msgstr "Les règles de sécurité ont été mises à jour"
1218
 
1221
  msgid "https://wpcerber.com"
1222
  msgstr "https://wpcerber.com"
1223
 
1224
+ #: ../common.php:1162
1225
  msgid "Form submission denied"
1226
  msgstr "Refus d'envoi du formulaire"
1227
 
1228
+ #: ../common.php:1163
1229
  msgid "Comment denied"
1230
  msgstr "Commentaire refusé"
1231
 
1232
+ #: ../common.php:1191
1233
  msgid "Request to REST API denied"
1234
  msgstr "Demande d'REST API refusée"
1235
 
1236
+ #: ../common.php:1192
1237
  msgid "XML-RPC request denied"
1238
  msgstr "Requête XML-RPC refusée"
1239
 
1240
+ #: ../common.php:1205
1241
  msgid "Bot detected"
1242
+ msgstr "Robot détecté"
1243
 
1244
+ #: ../common.php:1206
1245
  msgid "Citadel mode is active"
1246
  msgstr "Le mode Citadel est actif"
1247
 
1248
+ #: ../common.php:1211
1249
  msgid "Malicious activity detected"
1250
  msgstr "Activité malveillante détectée"
1251
 
1252
+ #: ../common.php:1212
1253
  msgid "Blocked by country rule"
1254
  msgstr "Bloqué par la règle du pays"
1255
 
1256
+ #: ../common.php:1213
1257
  msgid "Limit reached"
1258
  msgstr "Limite atteinte"
1259
 
1260
+ #: ../common.php:1214
1261
  msgid "Multiple suspicious activities"
1262
  msgstr "Plusieurs activités suspectes"
1263
 
1264
+ #: ../common.php:1251
1265
  msgid "Multiple suspicious activities were detected"
1266
  msgstr "Plusieurs activités suspectes ont été détectées"
1267
 
1268
+ #: ../settings.php:751
 
 
 
 
 
 
 
 
1269
  msgid "Allow REST API for logged in users"
1270
  msgstr "Autoriser l'REST API pour les utilisateurs connectés"
1271
 
1272
+ #: ../settings.php:766
1273
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1274
+ msgstr "Spécifiez les espaces de noms de l'REST API à autoriser si l'REST API est désactivée. Une chaîne par ligne."
1275
 
1276
+ #: ../settings.php:147
1277
  msgid "Registration limit"
1278
  msgstr "Limite d'enregistrement"
1279
 
1280
+ #: ../settings.php:168
1281
  msgid "Sort users in dashboard"
1282
  msgstr "Trier les utilisateurs dans le tableau de bord"
1283
 
1284
+ #: ../settings.php:169
1285
  msgid "by date of registration"
1286
  msgstr "par date d'enregistrement"
1287
 
1288
+ #: ../settings.php:210
1289
  msgid "Query whitelist"
1290
  msgstr "Liste blanche des requêtes"
1291
 
1292
+ #: ../settings.php:1352
1293
  msgid "%s allowed registrations in %s minutes from one IP"
1294
  msgstr "%s nombre d'enregistrements autorisés en %s minutes à partir d'une adresse IP"
1295
 
1296
+ #: ../dashboard.php:3055
1297
  msgid "Start typing here to find a country"
1298
  msgstr "Commencez à taper ici pour trouver un pays"
1299
 
1300
+ #: ../dashboard.php:3135
1301
  msgid "Click on a country name to add it to the list of selected countries"
1302
  msgstr "Cliquez sur le nom d'un pays pour l'ajouter à la liste des pays sélectionnés"
1303
 
1304
+ #: ../dashboard.php:3156
1305
  msgid "Submit forms"
1306
  msgstr "Soumettre les formulaires"
1307
 
1308
+ #: ../dashboard.php:3157
1309
  msgid "Post comments"
1310
  msgstr "Poster des commentaires"
1311
 
1312
+ #: ../dashboard.php:3158
1313
  msgid "Log in to the website"
1314
  msgstr "Se connecter sur le site"
1315
 
1316
+ #: ../dashboard.php:3159
1317
  msgid "Register on the website"
1318
  msgstr "S'inscrire sur le site"
1319
 
1320
+ #: ../dashboard.php:3160
1321
  msgid "Use XML-RPC"
1322
  msgstr "Utiliser XML-RPC"
1323
 
1324
+ #: ../dashboard.php:3161
1325
  msgid "Use REST API"
1326
  msgstr "Utiliser REST API"
1327
 
1328
+ #: ../settings.php:224
1329
  msgid "Deny it completely"
1330
  msgstr "Le nier complètement"
1331
 
1332
+ #: ../settings.php:224
1333
  msgid "Mark it as spam"
1334
  msgstr "Marquez-le comme spam"
1335
 
1336
+ #: ../dashboard.php:2109
1337
  msgid "in the last 24 hours"
1338
  msgstr "durant les 24 dernières heures"
1339
 
1340
+ #: ../dashboard.php:2487
1341
  msgid "Main settings"
1342
  msgstr "Réglages principaux"
1343
 
1344
+ #: ../settings.php:830
1345
  msgid "Weekly reports"
1346
  msgstr "Rapports hebdomadaires"
1347
 
1348
+ #: ../settings.php:1524
1349
  msgid "Sunday"
1350
+ msgstr "Dimanche"
1351
 
1352
+ #: ../settings.php:1525
1353
  msgid "Monday"
1354
  msgstr "Lundi"
1355
 
1356
+ #: ../settings.php:1526
1357
  msgid "Tuesday"
1358
  msgstr "Mardi"
1359
 
1360
+ #: ../settings.php:1527
1361
  msgid "Wednesday"
1362
  msgstr "Mercredi"
1363
 
1364
+ #: ../settings.php:1528
1365
  msgid "Thursday"
1366
  msgstr "Jeudi"
1367
 
1368
+ #: ../settings.php:1529
1369
  msgid "Friday"
1370
  msgstr "Vendredi"
1371
 
1372
+ #: ../settings.php:1530
1373
  msgid "Saturday"
1374
  msgstr "Samedi"
1375
 
1376
+ #: ../settings.php:1593 ../settings.php:1594
1377
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1378
  msgstr "Si vous utilisez un plugin de mise en cache, vous devez ajouter votre nouvelle URL de connexion à la liste des pages à ne pas mettre en cache."
1379
 
1380
+ #: ../cerber-load.php:3645
1381
  msgid "Weekly report"
1382
  msgstr "Rapport hebdomadaire"
1383
 
1384
+ #: ../cerber-load.php:3648 ../cerber-load.php:3658
1385
  msgid "To change reporting settings visit"
1386
  msgstr "Pour modifier les paramètres de reporting, visitez"
1387
 
1388
+ #: ../cerber-load.php:3681
1389
  msgid "Your login page:"
1390
+ msgstr "Votre page de connexion :"
1391
 
1392
+ #: ../cerber-load.php:3685
1393
  msgid "Your license is valid until"
1394
  msgstr "Votre licence est valable jusqu'au"
1395
 
1396
+ #: ../cerber-load.php:3791
1397
  msgid "Activity details"
1398
  msgstr "Détails de l'activité"
1399
 
1400
+ #: ../settings.php:1560
1401
  msgid "Click to send now"
1402
  msgstr "Cliquez pour envoyer maintenant"
1403
 
1404
+ #: ../cerber-load.php:858
1405
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1406
+ msgstr "> > > Êtes-vous un(e) traducteur / traductrice du WP Cerber ? Pour obtenir la licence PRO gratuitement, déposez vos contacts ici : https://wpcerber.com/contact/"
1407
 
1408
+ #: ../dashboard.php:559
1409
  msgid "Email has been sent to"
1410
  msgstr "Un courriel a été envoyé à"
1411
 
1412
+ #: ../dashboard.php:562
1413
  msgid "Unable to send email to"
1414
  msgstr "Impossible d'envoyer un courriel à"
1415
 
1416
+ #: ../dashboard.php:2990
1417
  msgid "Not permitted for one country"
1418
  msgid_plural "Not permitted for %d countries"
1419
+ msgstr[0] "Interdit pour un pays"
1420
+ msgstr[1] "Interdit pour %d pays"
 
1421
 
1422
+ #: ../dashboard.php:3139
1423
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1424
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1425
  msgstr "Les pays sélectionnés sont autorisés à %s, les autres pays ne sont pas autorisés à"
1426
 
1427
+ #: ../dashboard.php:3142
1428
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1429
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1430
  msgstr "Les pays sélectionnés ne sont pas autorisés à %s, les autres pays sont autorisés à"
1431
 
1432
+ #: ../cerber-load.php:3779
1433
  msgid "Weekly Report"
1434
  msgstr "Rapport hebdomadaire"
1435
 
1436
+ #: ../settings.php:570
1437
  msgid "Use 404 template from the active theme"
1438
  msgstr "Utiliser le modèle 404 du thème actif"
1439
 
1440
+ #: ../settings.php:571
1441
  msgid "Display simple 404 page"
1442
+ msgstr "Afficher une simple page 404"
1443
 
1444
+ #: ../settings.php:211
1445
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1446
  msgstr "Entrer une partie de la chaîne ou du chemin de requête pour exclure une requête de l'inspection par le moteur. Un article par ligne."
1447
 
1448
+ #: ../settings.php:842 ../settings.php:1106
1449
  msgid "if empty, email from notification settings will be used"
1450
+ msgstr "si le champ est vide, on utilise le courriel à partir des paramètres de notification"
1451
 
1452
+ #: ../settings.php:831
1453
  msgid "Enable reporting"
1454
  msgstr "Activer le signalement"
1455
 
1456
+ #: ../cerber-load.php:3709
1457
  msgid "Your last sign-in was %s from %s"
1458
  msgstr "Votre dernière connexion était %s de %s"
1459
 
1460
+ #: ../dashboard.php:279
 
 
 
 
1461
  msgid "IP address, IPv4 address range or subnet"
1462
  msgstr "Adresse IP, plage d'adresses IPv4 ou sous-réseau"
1463
 
1464
+ #: ../dashboard.php:281
1465
  msgid "Optional comment for this entry"
1466
  msgstr "Commentaire facultatif pour cette entrée"
1467
 
1468
+ #: ../dashboard.php:320
1469
  msgid "You cannot add your IP address or network"
1470
  msgstr "Vous ne pouvez pas ajouter votre adresse IP ou votre réseau"
1471
 
1472
+ #: ../settings.php:154
1473
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1474
  msgstr "Pour spécifier un motif REGEX, enroulez un motif en deux barres obliques vers l'avant."
1475
 
1476
+ #: ../dashboard.php:57
1477
  msgid "Cerber Traffic Inspector"
1478
+ msgstr "Inspecteur du trafic du Cerber"
1479
 
1480
+ #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1481
  msgid "Traffic Inspector"
1482
+ msgstr "Inspecteur du trafic"
1483
 
1484
+ #: ../dashboard.php:1569
1485
  msgid "Traffic"
1486
  msgstr "Trafic"
1487
 
1488
+ #: ../dashboard.php:3652
1489
  msgid "Request"
1490
  msgstr "Demande"
1491
 
1492
+ #: ../dashboard.php:3654
1493
  msgid "Host Info"
1494
  msgstr "Informations sur l'hôte"
1495
 
1496
+ #: ../dashboard.php:3655
1497
  msgid "User Agent"
1498
  msgstr "Agent utilisateur"
1499
 
1500
+ #: ../dashboard.php:3680
1501
  msgid "All requests"
1502
  msgstr "Toutes les demandes"
1503
 
1504
+ #: ../dashboard.php:3685
1505
  msgid "Not logged in visitors"
1506
  msgstr "Visiteurs non connectés"
1507
 
1508
+ #: ../dashboard.php:3688
1509
  msgid "Form submissions"
1510
  msgstr "Soumission des formulaires"
1511
 
1512
+ #: ../dashboard.php:3690
1513
  msgid "Page Not Found"
1514
+ msgstr "La page n'a pas été trouvée"
1515
 
1516
+ #: ../dashboard.php:3699
1517
  msgid "Longer than"
1518
  msgstr "Plus long que"
1519
 
1520
+ #: ../dashboard.php:3720
1521
  msgid "Refresh"
1522
+ msgstr "Actualiser"
1523
 
1524
+ #: ../common.php:181
1525
  msgid "Check for requests"
1526
  msgstr "Vérifier les demandes"
1527
 
1528
+ #: ../common.php:1612
1529
  msgid "Not specified"
1530
+ msgstr "Non spécifié(e)(s)"
1531
 
1532
+ #: ../settings.php:896
1533
  msgid "Logging mode"
1534
  msgstr "Mode d'enregistrement"
1535
 
1536
+ #: ../settings.php:902
1537
  msgid "Logging disabled"
1538
  msgstr "Enregistrement désactivé"
1539
 
1540
+ #: ../settings.php:903
1541
  msgid "Smart"
1542
  msgstr "Intelligent"
1543
 
1544
+ #: ../settings.php:904
1545
  msgid "All traffic"
1546
  msgstr "Tout le trafic"
1547
 
1548
+ #: ../settings.php:908
1549
  msgid "Ignore crawlers"
1550
+ msgstr "Ignorer les robots"
1551
 
1552
+ #: ../settings.php:918
1553
  msgid "Mask these form fields"
1554
  msgstr "Masquer ces champs du formulaire"
1555
 
1556
+ #: ../settings.php:958
1557
  msgid "milliseconds"
1558
  msgstr "millisecondes"
1559
 
1560
+ #: ../settings.php:851
 
 
 
 
1561
  msgid "Enable traffic inspection"
1562
  msgstr "Activer l'inspection du trafic"
1563
 
1564
+ #: ../settings.php:895
1565
  msgid "Logging"
1566
  msgstr "Enregistrement"
1567
 
1568
+ #: ../settings.php:913
1569
  msgid "Save request fields"
1570
  msgstr "Sauvegarder les champs de demande"
1571
 
1572
+ #: ../settings.php:953
1573
  msgid "Page generation time threshold"
1574
+ msgstr "Temps limite de génération des pages"
1575
 
1576
+ #: ../dashboard.php:3672
1577
  msgid "No requests have been logged."
1578
  msgstr "Aucune demande n'a été enregistrée."
1579
 
1580
+ #: ../dashboard.php:1536
1581
  msgid "enabled"
1582
+ msgstr "activé(s)"
1583
 
1584
+ #: ../dashboard.php:1541
1585
  msgid "no connection"
1586
  msgstr "aucune connexion"
1587
 
1588
+ #: ../dashboard.php:4026
1589
  msgid "Advanced search"
1590
  msgstr "Recherche avancée"
1591
 
1592
+ #: ../dashboard.php:1343
1593
  msgid "Last seen"
1594
  msgstr "Vu pour la dernière fois"
1595
 
1596
+ #: ../common.php:1187 ../common.php:1252
1597
  msgid "Probing for vulnerable PHP code"
1598
  msgstr "Recherche de code PHP vulnérable"
1599
 
1600
+ #: ../dashboard.php:3983
1601
  msgid "Any"
1602
+ msgstr "Tout(e)"
1603
 
1604
+ #: ../cerber-load.php:3429
1605
  msgid "We're sorry, you are not allowed to proceed"
1606
+ msgstr "Nous nous excusons, mais vous n'avez pas le droit de continuer"
1607
 
1608
+ #: ../settings.php:867
1609
  msgid "Request whitelist"
1610
+ msgstr "Demander la liste blanche"
1611
 
1612
+ #: ../settings.php:873
1613
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1614
+ msgstr "Saisissez une requête URI pour que la requête soit exclue du contrôle. Un article par ligne."
1615
 
1616
+ #: ../settings.php:929
1617
  msgid "Save request headers"
1618
  msgstr "Sauvegarder les en-têtes de requête"
1619
 
1620
+ #: ../settings.php:935
1621
  msgid "Save $_SERVER"
1622
  msgstr "Sauvegarder $_SERVER"
1623
 
1624
+ #: ../settings.php:941
1625
  msgid "Save request cookies"
1626
  msgstr "Sauvegarder les cookies de demande"
1627
 
1628
+ #: ../settings.php:694
1629
  msgid "Protect admin scripts"
1630
  msgstr "Protéger les scripts d'administration"
1631
 
1632
+ #: ../settings.php:699
1633
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1634
  msgstr "Bloquer l'accès non autorisé à load-scripts.php et load-styles.php"
1635
 
1636
+ #: ../common.php:2440
1637
  msgid "Unable to create the directory"
1638
  msgstr "Impossible de créer le répertoire"
1639
 
1640
+ #: ../common.php:2445
1641
  msgid "Destination folder access denied"
1642
  msgstr "Accès au dossier de destination refusé"
1643
 
1644
+ #: ../common.php:2448
1645
  msgid "File not found"
1646
  msgstr "Fichier non trouvé"
1647
 
1648
+ #: ../common.php:2451
1649
  msgid "Unable to copy the file"
1650
  msgstr "Impossible de copier le fichier"
1651
 
1652
+ #: ../common.php:2457
1653
  msgid "Unable to delete the file"
1654
  msgstr "Impossible de supprimer le fichier"
1655
 
1656
+ #: ../settings.php:486
1657
  msgid "Plugin initialization"
1658
  msgstr "Initialisation du plugin"
1659
 
1660
+ #: ../settings.php:487
1661
  msgid "Load security engine"
1662
+ msgstr "Charger le moteur de sécurité"
1663
 
1664
+ #: ../settings.php:493
1665
  msgid "Legacy mode"
1666
+ msgstr "Mode traditionnel"
1667
 
1668
+ #: ../settings.php:494
1669
  msgid "Standard mode"
1670
  msgstr "Mode standard"
1671
 
1672
+ #: ../settings.php:1571
1673
  msgid "Plugin initialization mode has not been changed"
1674
  msgstr "Le mode d'initialisation du plugin n'a pas été modifié"
1675
 
1678
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1679
  msgstr "Il s'agit d'un module de démarrage standard pour le plugin WP Cerber Security & Antispam. Il a été installé lorsque vous avez réglé le mode d'initialisation du plugin sur Standard. En savoir plus : <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1680
 
1681
+ #: ../common.php:1189
1682
  msgid "File upload denied"
1683
  msgstr "Envoi de fichier refusé"
1684
 
1685
+ #: ../settings.php:583
1686
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1687
+ msgstr "L'URL de connexion personnalisée ne peut contenir que des lettres, des chiffres, des tirets et des traits de soulignement"
1688
 
1689
+ #: ../settings.php:873
1690
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1691
+ msgstr "Pour spécifier un motif REGEX, insérez une ligne entière entre deux accolades."
1692
 
1693
+ #: ../settings.php:1182
1694
  msgid "Be careful about enabling these options."
1695
  msgstr "Soyez prudent lorsque vous activez ces options."
1696
 
1697
+ #: ../settings.php:1182
1698
  msgid "If you forget your Custom login URL, you will be unable to log in."
1699
  msgstr "Si vous oubliez votre URL de connexion personnalisée, vous ne pourrez pas vous connecter."
1700
 
1701
+ #: ../dashboard.php:65 ../dashboard.php:4251
1702
  msgid "Site Integrity"
1703
  msgstr "Intégrité du site"
1704
 
1705
+ #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1706
+ #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1707
  msgid "Disabled"
1708
  msgstr "Désactivé"
1709
 
1710
+ #: ../dashboard.php:1555 ../cerber-scanner.php:865
1711
  msgid "Quick Scan"
1712
  msgstr "Balayage rapide"
1713
 
1714
+ #: ../dashboard.php:1557 ../cerber-scanner.php:865
1715
  msgid "Full Scan"
1716
  msgstr "Balayage complet"
1717
 
1720
  msgid "WP Cerber Security, Antispam & Malware Scan"
1721
  msgstr "WP Cerber Security, Antispam & Malware Scan"
1722
 
1723
+ #: ../common.php:1215
1724
  msgid "Denied"
1725
  msgstr "Refusé"
1726
 
1727
+ #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1728
  msgid "Use White IP Access List"
1729
+ msgstr "Utiliser la liste d'accès IP blanche"
1730
 
1731
+ #: ../settings.php:553
1732
  msgid "Disable dashboard redirection"
1733
  msgstr "Désactiver la redirection du tableau de bord"
1734
 
1735
+ #: ../settings.php:557
1736
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1737
  msgstr "Désactiver la redirection automatique vers la page de connexion lorsque /wp-admin/ est demandé par une requête non autorisée"
1738
 
1739
+ #: ../settings.php:974
1740
  msgid "Scanner settings"
1741
+ msgstr "Paramètres du balayer"
1742
 
1743
+ #: ../settings.php:975
1744
  msgid "Custom signatures"
1745
  msgstr "Signatures personnalisées"
1746
 
1747
+ #: ../settings.php:981
1748
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1749
  msgstr "Spécifiez des signatures de code PHP personnalisées. Un article par ligne. Pour spécifier un motif REGEX, entourez une ligne entière de deux accolades."
1750
 
1751
+ #: ../settings.php:983
1752
  msgid "Unwanted file extensions"
1753
  msgstr "Extensions de fichiers indésirables"
1754
 
1755
+ #: ../settings.php:989
1756
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1757
  msgstr "Spécifiez les extensions de fichier à rechercher. Balayage complet uniquement. Utilisez la virgule pour séparer les éléments."
1758
 
1759
+ #: ../settings.php:991
1760
  msgid "Directories to exclude"
1761
  msgstr "Répertoires à exclure"
1762
 
1763
+ #: ../settings.php:997
1764
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1765
  msgstr "Spécifiez les répertoires à exclure de l'analyse. Utilisez des chemins absolus. Un article par ligne."
1766
 
1767
+ #: ../settings.php:1012
1768
  msgid "Scan temporary directory"
1769
  msgstr "Analyser le répertoire temporaire"
1770
 
1771
+ #: ../settings.php:1019
1772
  msgid "Scan session directory"
1773
  msgstr "Répertoire de la session d'analyse"
1774
 
1775
+ #: ../settings.php:1031
1776
  msgid "Delete quarantined files after"
1777
  msgstr "Supprimer les fichiers mis en quarantaine après"
1778
 
1779
+ #: ../settings.php:1046
1780
  msgid "Launch Quick Scan"
1781
+ msgstr "Lancez le balayage rapide"
1782
 
1783
+ #: ../cerber-scanner.php:1421
1784
  msgid "Every hour"
1785
  msgstr "Toutes les heures"
1786
 
1787
+ #: ../cerber-scanner.php:1422
1788
  msgid "Every 3 hours"
1789
  msgstr "Toutes les 3 heures"
1790
 
1791
+ #: ../cerber-scanner.php:1423
1792
  msgid "Every 6 hours"
1793
  msgstr "Toutes les 6 heures"
1794
 
1795
+ #: ../settings.php:1053
1796
  msgid "Launch Full Scan"
1797
+ msgstr "Lancez le balayage complet"
1798
 
1799
+ #: ../settings.php:1063 ../settings.php:1122
1800
  msgid "Low severity"
1801
+ msgstr "Faible niveau de gravité"
1802
 
1803
+ #: ../settings.php:1063 ../settings.php:1122
1804
  msgid "Medium severity"
1805
+ msgstr "Niveau moyen de gravité"
 
1806
 
1807
+ #: ../settings.php:1063 ../settings.php:1122
1808
  msgid "High severity"
1809
+ msgstr "Haut niveau de gravité"
1810
 
1811
+ #: ../settings.php:1064
1812
  msgid "Report an issue if any of the following is true"
1813
  msgstr "Signaler un problème si l'une des affirmations suivantes est vraie"
1814
 
1815
+ #: ../settings.php:1072
1816
  msgid "Send email report"
1817
  msgstr "Envoyer le rapport par courriel"
1818
 
1819
+ #: ../settings.php:1078
1820
  msgid "After every scan"
1821
  msgstr "Après chaque balayage"
1822
 
1823
+ #: ../settings.php:1079
1824
  msgid "If any changes in scan results occurred"
1825
  msgstr "S'il y a eu des changements dans les résultats d'analyse"
1826
 
1827
+ #: ../settings.php:1084
1828
  msgid "Include file sizes"
1829
  msgstr "Inclure la taille des fichiers"
1830
 
1831
+ #: ../settings.php:1091
1832
  msgid "Include scan errors"
1833
  msgstr "Inclure les erreurs de l'analyse"
1834
 
1835
+ #: ../dashboard.php:4253 ../cerber-load.php:4555
1836
  msgid "Security Scanner"
1837
+ msgstr "Balayeur de sécurité"
1838
 
1839
+ #: ../dashboard.php:4255
1840
  msgid "Scheduling"
1841
+ msgstr "Planification"
1842
 
1843
+ #: ../cerber-scanner.php:84
1844
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1845
+ msgstr "Il y a actuellement un balayage planifié en cours. Veuillez patienter jusqu'à ce qu'il soit terminé."
1846
 
1847
+ #: ../cerber-scanner.php:88
1848
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1849
  msgstr "L'analyse précédente commencée %s n'est pas terminée. Poursuivre le balayage ?"
1850
 
1851
+ #: ../cerber-scanner.php:97
1852
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1853
+ msgstr "Il semble que ce site n'ait jamais été balayé. Pour lancer le balayage, cliquez sur le bouton ci-dessous."
1854
 
1855
+ #: ../cerber-scanner.php:100
1856
  msgid "Start Quick Scan"
1857
+ msgstr "Démarrer le balayage rapide"
1858
 
1859
+ #: ../cerber-scanner.php:101
1860
  msgid "Start Full Scan"
1861
+ msgstr "Démarrer le balayage complet"
1862
 
1863
+ #: ../cerber-scanner.php:102
1864
  msgid "Stop Scanning"
1865
  msgstr "Arrêter le balayage"
1866
 
1867
+ #: ../cerber-scanner.php:103
1868
  msgid "Continue Scanning"
1869
+ msgstr "Poursuivre le balayage"
1870
 
1871
+ #: ../cerber-scanner.php:139
1872
  msgid "Delete"
1873
  msgstr "Supprimer"
1874
 
1875
+ #: ../cerber-scanner.php:1370
1876
  msgid "Verified"
1877
  msgstr "Vérifié"
1878
 
1879
+ #: ../cerber-scanner.php:1377
1880
  msgid "Integrity data not found"
1881
+ msgstr "Les données d'intégrité n'ont pas été trouvées"
1882
 
1883
+ #: ../cerber-scanner.php:1378
1884
  msgid "Unable to check the integrity of the plugin due to a network error"
1885
  msgstr "Impossible de vérifier l'intégrité du plugin en raison d'une erreur réseau"
1886
 
1887
+ #: ../cerber-scanner.php:1379
1888
  msgid "Unable to check the integrity of WordPress files due to a network error"
1889
  msgstr "Impossible de vérifier l'intégrité des fichiers WordPress en raison d'une erreur réseau"
1890
 
1891
+ #: ../cerber-scanner.php:1380
1892
  msgid "Unable to check the integrity of the theme due to a network error"
1893
  msgstr "Impossible de vérifier l'intégrité du thème en raison d'une erreur réseau"
1894
 
1895
+ #: ../cerber-scanner.php:1383
1896
  msgid "Local file doesn't exist"
1897
  msgstr "Le fichier local n'existe pas"
1898
 
1899
+ #: ../cerber-scanner.php:1385
1900
  msgid "Unable to process file"
1901
  msgstr "Impossible de traiter le fichier"
1902
 
1903
+ #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1904
  msgid "Unable to open file"
1905
  msgstr "Impossible d'ouvrir le fichier"
1906
 
1907
+ #: ../cerber-scanner.php:1388
1908
  msgid "Checksum mismatch"
1909
+ msgstr "Erreur de concordance de la somme de contrôle"
1910
 
1911
+ #: ../cerber-scanner.php:1391
1912
  msgid "Suspicious code found"
1913
  msgstr "Code suspect trouvé"
1914
 
1915
+ #: ../cerber-scanner.php:1393
1916
  msgid "Unattended suspicious file"
1917
  msgstr "Fichier suspect non surveillé"
1918
 
1919
+ #: ../cerber-scanner.php:1394
1920
  msgid "Executable code found"
1921
  msgstr "Code exécutable trouvé"
1922
 
1923
+ #: ../cerber-scanner.php:1398
1924
  msgid "Unwanted file extension"
1925
  msgstr "Extension de fichier indésirable"
1926
 
1927
+ #: ../cerber-scanner.php:1400
1928
  msgid "Content has been modified"
1929
  msgstr "Le contenu a été modifié"
1930
 
1931
+ #: ../cerber-scanner.php:1401
1932
  msgid "New file"
1933
  msgstr "Nouveau fichier"
1934
 
1935
+ #: ../cerber-scanner.php:2437
1936
  msgid "Custom signature found"
1937
  msgstr "Signature personnalisée trouvée"
1938
 
1939
+ #: ../cerber-scanner.php:3576
1940
  msgid "Scanning folders for files"
1941
+ msgstr "Balayage des dossiers pour y rechercher les fichiers"
1942
 
1943
+ #: ../cerber-scanner.php:3580
1944
  msgid "Parsing the list of files"
1945
  msgstr "Analyse de la liste des fichiers"
1946
 
1947
+ #: ../cerber-scanner.php:3581
1948
  msgid "Checking for new and modified files"
1949
  msgstr "Vérification des fichiers nouveaux et modifiés"
1950
 
1951
+ #: ../cerber-scanner.php:3582
1952
  msgid "Verifying the integrity of WordPress"
1953
  msgstr "Vérification de l'intégrité de WordPress"
1954
 
1955
+ #: ../cerber-scanner.php:3583
1956
  msgid "Verifying the integrity of the plugins"
1957
  msgstr "Vérification de l'intégrité des plugins"
1958
 
1959
+ #: ../cerber-scanner.php:3584
1960
  msgid "Verifying the integrity of the themes"
1961
  msgstr "Vérification de l'intégrité des thèmes"
1962
 
1963
+ #: ../cerber-scanner.php:3585
1964
  msgid "Searching for malicious code"
1965
  msgstr "Recherche de code malveillant"
1966
 
1967
+ #: ../cerber-scanner.php:3586
1968
  msgid "Finalizing the scan"
1969
+ msgstr "Finalisation du balayage"
1970
 
1971
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1972
  msgid "Files to scan"
1973
+ msgstr "Fichiers à balayer"
1974
 
1975
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1976
  msgid "Critical issues"
1977
+ msgstr "Problèmes critiques"
1978
 
1979
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1980
  msgid "Issues total"
1981
+ msgstr "Problèmes au total"
1982
 
1983
+ #: ../cerber-scanner.php:4170
1984
  msgid "The directory is not writable"
1985
+ msgstr "Il est impossible d'écrire le répertoire"
1986
 
1987
+ #: ../cerber-scanner.php:4188
1988
  msgid "Unable to create WP CERBER directory"
1989
  msgstr "Impossible de créer le répertoire WP CERBER"
1990
 
1991
+ #: ../cerber-scanner.php:4402
1992
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1993
+ msgstr "Erreur d'accès aux fichiers. Les résultats des balayages ne sont peut-être pas à jour. Exécutez un balayage rapide ou complet."
1994
 
1995
+ #: ../cerber-scanner.php:5093
1996
  msgid "To view full report visit"
1997
  msgstr "Pour consulter le rapport complet, visitez"
1998
 
1999
+ #: ../cerber-load.php:3655
2000
  msgid "Scanner Report"
2001
+ msgstr "Rapport du balayeur"
2002
 
2003
+ #: ../settings.php:999
2004
  msgid "Monitor new files"
2005
  msgstr "Surveiller les nouveaux fichiers"
2006
 
2007
+ #: ../settings.php:1006
2008
  msgid "Monitor modified files"
2009
  msgstr "Surveiller les fichiers modifiés"
2010
 
2011
+ #: ../settings.php:1080
2012
  msgid "If new issues found"
2013
  msgstr "Si de nouveaux problèmes sont découverts"
2014
 
2015
+ #: ../settings.php:1820
2016
  msgid "The schedule has been updated"
2017
  msgstr "Le calendrier a été mis à jour"
2018
 
2019
+ #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2020
  msgid "Suspicious directives found"
2021
  msgstr "Directives suspectes trouvées"
2022
 
2023
+ #: ../cerber-scanner.php:2615
2024
  msgid "Suspicious code instruction found"
2025
  msgstr "Instruction de code suspecte trouvée"
2026
 
2027
+ #: ../cerber-scanner.php:2616
2028
  msgid "Suspicious code signatures found"
2029
  msgstr "Signatures de code suspectes trouvées"
2030
 
2031
+ #: ../cerber-scanner.php:2619
2032
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2033
  msgstr "Pour résoudre ce problème, vous devez réinstaller %s ou le mettre à jour avec la dernière version."
2034
 
2035
+ #: ../cerber-scanner.php:2620
2036
  msgid "Please upload a reference ZIP archive"
2037
  msgstr "Veuillez télécharger une archive ZIP de référence"
2038
 
2039
+ #: ../cerber-scanner.php:2621
2040
  msgid "Resolve issue"
2041
  msgstr "Résoudre le problème"
2042
 
2043
+ #: ../cerber-scanner.php:3881
2044
  msgid "We have not found any integrity data to verify"
2045
+ msgstr "Nous n'avons trouvé aucune donnée sur l'intégrité à vérifier"
2046
 
2047
+ #: ../cerber-scanner.php:3883
2048
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2049
+ msgstr "Vous devez télécharger une archive ZIP dont vous l'avez installée. Cela permet au balayeur de sécurité de vérifier l'intégrité du code et de détecter les logiciels malveillants."
2050
 
2051
+ #: ../cerber-scanner.php:4940
2052
  msgid "Full Scan Report"
2053
+ msgstr "Rapport de balayage complet"
2054
 
2055
+ #: ../cerber-scanner.php:4940
2056
  msgid "Quick Scan Report"
2057
+ msgstr "Rapport de balayage rapide"
 
2058
 
2059
+ #: ../cerber-scanner.php:4953
2060
  msgid "Files scanned"
2061
+ msgstr "Fichiers balayés"
2062
 
2063
+ #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2064
+ #: php:1359
2065
  msgid "Check for activities"
2066
  msgstr "Vérifier les activités"
2067
 
2068
+ #: ../dashboard.php:1322
2069
  msgid "Activated"
2070
  msgstr "Activé"
2071
 
2072
+ #: ../common.php:1194
2073
  msgid "Malicious request denied"
2074
  msgstr "Demande malveillante refusée"
2075
 
2076
+ #: ../common.php:1198
2077
  msgid "User activated"
2078
  msgstr "Activé par l'utilisateur"
2079
 
2080
+ #: ../common.php:1216
2081
  msgid "Suspicious number of fields"
2082
  msgstr "Nombre de champs suspects"
2083
 
2084
+ #: ../common.php:1217
2085
  msgid "Suspicious number of nested values"
2086
+ msgstr "Nombre suspect de valeurs intégrées dans le fichier"
2087
 
2088
+ #: ../common.php:1218 ../common.php:1253
2089
  msgid "Malicious code detected"
2090
  msgstr "Code malveillant détecté"
2091
 
2092
+ #: ../common.php:1254
2093
  msgid "Attempt to upload a file with malicious code"
2094
  msgstr "Tentative de téléchargement d'un fichier contenant un code malveillant"
2095
 
2096
+ #: ../common.php:1484
2097
  msgid "Bytes"
2098
  msgstr "Octets"
2099
 
2100
+ #: ../cerber-scanner.php:1376
2101
  msgid "Vulnerability found"
2102
  msgstr "Vulnérabilité constatée"
2103
 
2104
+ #: ../cerber-scanner.php:1381
2105
  msgid "Unable to check the integrity due to a DB error"
2106
  msgstr "Impossible de vérifier l'intégrité en raison d'une erreur de base de données"
2107
 
2108
+ #: ../cerber-scanner.php:3577
2109
  msgid "Scanning the upload folder for files"
2110
+ msgstr "Balayage de dossier de téléchargement pour y rechercher les fichiers"
2111
 
2112
+ #: ../cerber-scanner.php:3578
2113
  msgid "Scanning the temp folder for files"
2114
+ msgstr "Balayage de dossier temporaire pour y rechercher les fichiers"
2115
 
2116
+ #: ../cerber-scanner.php:3579
2117
  msgid "Scanning the session folder for files"
2118
+ msgstr "Balayage de dossier de session pour y rechercher les fichiers"
2119
 
2120
+ #: ../settings.php:1045
2121
  msgid "Automated recurring scan schedule"
2122
+ msgstr "Planification automatisée du balayage périodique"
2123
 
2124
+ #: ../settings.php:1061
2125
  msgid "Scan results reporting"
2126
+ msgstr "Rapports sur les résultats du balayage"
2127
 
2128
+ #: ../dashboard.php:3682
2129
  msgid "Suspicious activity"
2130
  msgstr "Activité suspecte"
2131
 
2132
+ #: ../dashboard.php:3683
2133
  msgid "Errors"
2134
  msgstr "Erreurs"
2135
 
2136
+ #: ../dashboard.php:4201
2137
  msgid "Antispam engine"
2138
  msgstr "Moteur antispam"
2139
 
2140
  #. Description of the plugin
2141
  #:
2142
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2143
+ msgstr "Défend WordPress contre les attaques de pirates, le spam, les chevaux de Troie et les virus. Balayeur de logiciels malveillants et vérificateur d'intégrité. Renforcement de WordPress avec un ensemble complet d'algorithmes de sécurité. Protection anti-spam avec un moteur de détection de robot sophistiqué et reCAPTCHA. Suivi de l'activité des utilisateurs et des intrus grâce à de puissantes notifications par courriel, par téléphone mobile et par ordinateur."
2144
 
2145
+ #: ../cerber-load.php:398
2146
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2147
+ msgstr "Vous avez dépassé le nombre de tentatives de connexion autorisées. Veuillez réessayer en %d minutes."
 
2148
 
2149
+ #: ../common.php:1398
2150
  msgctxt "preposition of a period of time like: in 6 hours"
2151
  msgid "in %s"
2152
  msgstr "en %s"
2153
 
2154
+ #: ../settings.php:1540
2155
  msgctxt "preposition of time like: at 11:00"
2156
  msgid "at"
2157
  msgstr "à"
2158
 
2159
+ #: ../dashboard.php:4258
2160
  msgid "Quarantine"
2161
  msgstr "Quarantaine"
2162
 
2163
+ #: ../cerber-scanner.php:3661
2164
  msgid "Started"
2165
  msgstr "Commencé"
2166
 
2167
+ #: ../cerber-scanner.php:3665
2168
  msgid "Finished"
2169
  msgstr "Fini"
2170
 
2171
+ #: ../cerber-scanner.php:3673
2172
  msgid "Performance"
2173
  msgstr "Performance"
2174
 
2175
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2176
  msgid "Vulnerabilities"
2177
  msgstr "Vulnérabilités"
2178
 
2179
+ #: ../cerber-scanner.php:3689
2180
  msgid "New files"
2181
  msgstr "Nouveaux fichiers"
2182
 
2183
+ #: ../cerber-scanner.php:3693
2184
  msgid "Changed files"
2185
  msgstr "Fichiers modifiés"
2186
 
2187
+ #: ../cerber-scanner.php:3697
2188
  msgid "Unwanted extensions"
2189
  msgstr "Extensions non désirées"
2190
 
2191
+ #: ../settings.php:1116 ../cerber-scanner.php:3701
2192
  msgid "Unattended files"
2193
  msgstr "Fichiers sans surveillance"
2194
 
2195
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2196
  msgid "Scanned"
2197
+ msgstr "Balayé(s)"
2198
 
2199
+ #: ../cerber-scanner.php:5321
2200
  msgid "There are no files in the quarantine at the moment."
2201
  msgstr "Il n'y a aucun dossier en quarantaine pour le moment."
2202
 
2203
+ #: ../cerber-scanner.php:5411
2204
  msgid "Restore"
2205
  msgstr "Restaurer"
2206
 
2207
+ #: ../cerber-scanner.php:5408
2208
  msgid "Delete permanently"
2209
  msgstr "Supprimer définitivement"
2210
 
2211
+ #: ../cerber-scanner.php:5420
2212
  msgid "Moved to quarantine"
2213
  msgstr "Mise en quarantaine"
2214
 
2215
+ #: ../cerber-scanner.php:5421
2216
  msgid "Automatic deletion"
2217
  msgstr "Suppression automatique"
2218
 
2219
+ #: ../cerber-scanner.php:5422
2220
  msgid "Size"
2221
  msgstr "Taille"
2222
 
2223
+ #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2224
  msgid "File"
2225
  msgstr "Fichier"
2226
 
2227
+ #: ../cerber-scanner.php:5491
2228
  msgid "The file has been deleted permanently."
2229
  msgstr "Le fichier a été supprimé définitivement."
2230
 
2231
+ #: ../cerber-scanner.php:5500
2232
  msgid "The file has been restored to its original location."
2233
  msgstr "Le fichier a été restauré à son emplacement d'origine."
2234
 
2235
+ #: ../dashboard.php:1570
2236
  msgid "Integrity"
2237
  msgstr "Intégrité"
2238
 
2239
+ #: ../common.php:1188
2240
  msgid "Attempt to upload malicious file denied"
2241
  msgstr "Tentative de téléchargement d'un fichier malveillant refusée"
2242
 
2243
+ #: ../cerber-news.php:157
2244
  msgid "Awesome!"
2245
  msgstr "Génial !"
2246
 
2247
+ #: ../settings.php:1114
2248
  msgid "Automatic cleanup of malware and suspicious files"
2249
  msgstr "Nettoyage automatique des logiciels malveillants et des fichiers suspects"
2250
 
2251
+ #: ../settings.php:1123
2252
  msgid "Files in the uploads folder"
2253
  msgstr "Fichiers dans le dossier de téléchargement"
2254
 
2255
+ #: ../settings.php:1130
2256
  msgid "Files with unwanted extensions"
2257
  msgstr "Fichiers avec des extensions indésirables"
2258
 
2259
+ #: ../settings.php:1137
2260
  msgid "Exclusions"
2261
  msgstr "Exclusions"
2262
 
2263
+ #: ../settings.php:1138
2264
  msgid "Files in the temporary directory"
2265
  msgstr "Fichiers dans le répertoire temporaire"
2266
 
2267
+ #: ../settings.php:1144
2268
  msgid "Files in the sessions directory"
2269
  msgstr "Fichiers dans le répertoire des sessions"
2270
 
2271
+ #: ../settings.php:1150
2272
  msgid "Files in these directories"
2273
  msgstr "Fichiers dans ces répertoires"
2274
 
2275
+ #: ../settings.php:1156
2276
  msgid "Use absolute paths. One item per line."
2277
  msgstr "Utilisez des chemins absolus. Un article par ligne."
2278
 
2279
+ #: ../settings.php:1158
2280
  msgid "Files with these extensions"
2281
  msgstr "Fichiers avec ces extensions"
2282
 
2283
+ #: ../settings.php:1164
2284
  msgid "Use comma to separate items."
2285
  msgstr "Utilisez la virgule pour séparer les éléments."
2286
 
2287
+ #: ../dashboard.php:4256
2288
  msgid "Cleaning up"
2289
  msgstr "Nettoyage"
2290
 
2291
+ #: ../cerber-scanner.php:1392
2292
  msgid "Malicious code found"
2293
  msgstr "Code malveillant trouvé"
2294
 
2295
+ #: ../cerber-scanner.php:2612
2296
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2297
+ msgstr "Ce fichier contient du code exécutable et peut contenir des logiciels malveillants obscurs. Si ce fichier fait partie d'un thème ou d'un plugin, il doit se trouver dans le dossier du thème ou du plugin. Aucune exception dans tous les cas."
2298
 
2299
+ #: ../cerber-scanner.php:2613
2300
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2301
+ msgstr "Le balayeur reconnaît ce fichier comme un fichier \"sans propriétaire\" ou \"non regroupé\" parce qu'il n'appartient à aucune partie connue du site Web et donc il ne devrait pas être ici."
2302
 
2303
+ #: ../cerber-scanner.php:2614
2304
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2305
+ msgstr "Après la mise à jour, il est possible qu'il reste à une version plus récente de %s. Il peut également s'agir d'un logiciel malveillant obscurci. Dans de rares cas, il peut s'agir d'une partie d'un plugin ou d'un thème personnalisé (sur mesure)."
2306
 
2307
+ #: ../cerber-scanner.php:2618
2308
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2309
+ msgstr "Le contenu du fichier a été modifié et ne correspond pas à ce qui existe dans le référentiel officiel WordPress ou dans un fichier de référence que vous avez téléchargé précédemment. Le fichier peut avoir été modifié par un logiciel malveillant, infecté par un virus ou avoir été falsifié."
2310
 
2311
+ #: ../cerber-scanner.php:5034
2312
  msgid "Deleted"
2313
  msgstr "Supprimé"
2314
 
2315
+ #: ../cerber-scanner.php:5081
2316
  msgid "Automatically moved to quarantine"
2317
  msgstr "Passage automatique en quarantaine"
2318
 
2319
+ #: ../common.php:1219
2320
  msgid "Suspicious SQL code detected"
2321
  msgstr "Code SQL suspect détecté"
2322
 
2323
+ #: ../dashboard.php:1551
2324
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2325
  msgid "Last malware scan"
2326
  msgstr "Dernière recherche de programmes malveillants"
2327
 
2328
+ #: ../dashboard.php:4221
2329
  msgid "Live Traffic"
2330
  msgstr "Trafic en direct"
2331
 
2332
+ #: ../settings.php:675
2333
  msgid "Use English for admin interface"
2334
  msgstr "Utiliser l'anglais pour l'interface d'administration"
2335
 
2336
+ #: ../dashboard.php:4290
2337
  msgid "Log"
2338
  msgstr "Consigner"
2339
 
2340
+ #: ../settings.php:701
 
 
 
 
2341
  msgid "Disable PHP in uploads"
2342
  msgstr "Désactiver PHP dans les téléchargements"
2343
 
2344
+ #: ../settings.php:708
 
 
 
 
2345
  msgid "Disable PHP error displaying"
2346
  msgstr "Désactiver l'affichage des erreurs PHP"
2347
 
2348
+ #: ../dashboard.php:4257
2349
  msgid "Ignore List"
2350
  msgstr "Ignorer la liste"
2351
 
2352
+ #: ../cerber-scanner.php:142
2353
  msgid "Ignore"
2354
  msgstr "Ignorer"
2355
 
2356
+ #: ../cerber-scanner.php:5522
2357
  msgid "Apply"
2358
+ msgstr "Appliquer"
2359
 
2360
+ #: ../cerber-scanner.php:5556
2361
  msgid "Added"
2362
  msgstr "Ajouté"
2363
 
2364
+ #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2365
  msgid "Remove from the list"
2366
  msgstr "Retirer de la liste"
2367
 
2368
+ #: ../cerber-scanner.php:5524
2369
  msgid "User Insights"
2370
+ msgstr "Aperçus de l'utilisateur"
2371
 
2372
+ #: ../cerber-scanner.php:5525
2373
  msgid "Traffic Insights"
2374
+ msgstr "Aperçu du trafic"
2375
 
2376
+ #: ../cerber-scanner.php:5526
2377
  msgid "Activity Insights"
2378
  msgstr "Aperçu de l'activité"
2379
 
2380
+ #: ../dashboard.php:2593
2381
  msgid "Are you sure you want to delete selected files?"
2382
+ msgstr "Êtes-vous sûr de vouloir supprimer les fichiers sélectionnés ?"
2383
 
2384
+ #: ../dashboard.php:2594
2385
  msgid "These files have been moved to the quarantine"
2386
+ msgstr "Ces fichiers sont placés en quarantaine"
2387
 
2388
+ #: ../dashboard.php:2597
2389
  msgid "Do you want to add selected files to the ignore list?"
2390
+ msgstr "Voudriez vous ajouter des fichiers sélectionnés à la liste des fichiers ignorés ?"
2391
 
2392
+ #: ../dashboard.php:2598
2393
  msgid "These files have been added to the ignore list"
2394
+ msgstr "Ces fichiers ont été ajoutés à la liste des fichiers ignorés"
2395
 
2396
+ #: ../dashboard.php:2600
2397
  msgid "Some errors occurred"
2398
+ msgstr "Des erreurs se sont produites"
2399
 
2400
+ #: ../dashboard.php:2601
2401
  msgid "All files have been processed"
2402
+ msgstr "Tous les fichiers ont été traités"
2403
 
2404
+ #: ../dashboard.php:2823
2405
  msgid "These features are available in a professional version of the plugin."
2406
+ msgstr "Ces fonctionnalités sont disponibles dans une version professionnelle du plugin."
2407
 
2408
+ #: ../dashboard.php:2824
2409
  msgid "Know more about all advantages at"
2410
+ msgstr "En savoir plus sur tous les avantages à"
2411
 
2412
+ #: ../common.php:1220
2413
  msgid "Suspicious JavaScript code detected"
2414
+ msgstr "Il a été détecté un code JavaScript suspect"
2415
 
2416
+ #: ../settings.php:1823
2417
  msgid "Unable to update the schedule"
2418
+ msgstr "Il n'est pas possible de mettre à jour l'horaire"
2419
 
2420
+ #: ../cerber-scanner.php:5437
2421
  msgid "All scans"
2422
+ msgstr "Tous les balayages"
2423
 
2424
+ #: ../cerber-scanner.php:5528
2425
  msgid "The list is empty."
2426
+ msgstr "La liste est vide."
2427
 
2428
+ #: ../cerber-scanner.php:5388
2429
  msgid "No files match the specified filter."
2430
+ msgstr "Il n'y a pas de fichier qui correspond au filtre spécifié."
2431
 
2432
+ #: ../cerber-scanner.php:5388
2433
  msgid "Click here to see the full list of files"
2434
+ msgstr "Pour voir la liste complète des fichiers, cliquez ici"
2435
+
2436
+ #: ../dashboard.php:781
2437
+ msgid "Additional Details"
2438
+ msgstr "Autres détails"
2439
+
2440
+ #: ../dashboard.php:3282
2441
+ msgid "Page generation time"
2442
+ msgstr "Le temps pour générer une page"
2443
+
2444
+ #: ../dashboard.php:4414
2445
+ msgid "Log In"
2446
+ msgstr "Se connecter"
2447
+
2448
+ #: ../dashboard.php:4415
2449
+ msgid "Log Out"
2450
+ msgstr "Se déconnecter"
2451
+
2452
+ #: ../dashboard.php:4416
2453
+ msgid "Register"
2454
+ msgstr "Inscrivez-vous"
2455
+
2456
+ #: ../dashboard.php:4419
2457
+ msgid "WooCommerce Log In"
2458
+ msgstr "Se connecter à WooCommerce"
2459
+
2460
+ #: ../dashboard.php:4420
2461
+ msgid "WooCommerce Log Out"
2462
+ msgstr "Se déconnecter à WooCommerce"
2463
+
2464
+ #: ../dashboard.php:4459 ../dashboard.php:4460
2465
+ msgid "Add to menu"
2466
+ msgstr "Ajouter au menu"
2467
+
2468
+ #: ../common.php:1208
2469
+ msgid "IP address is locked out"
2470
+ msgstr "L'adresse IP est bloquée"
2471
+
2472
+ #: ../common.php:1256
2473
+ msgid "Multiple suspicious requests"
2474
+ msgstr "De nombreuses demandes suspectes"
2475
+
2476
+ #: ../settings.php:850
2477
+ msgid "Traffic Inspection"
2478
+ msgstr "L'inspection du trafic"
2479
+
2480
+ #: ../settings.php:858 ../settings.php:884
2481
+ msgid "Maximum compatibility"
2482
+ msgstr "Compatibilité maximale"
2483
+
2484
+ #: ../settings.php:859 ../settings.php:885
2485
+ msgid "Maximum security"
2486
+ msgstr "Sécurité maximale"
2487
+
2488
+ #: ../settings.php:876
2489
+ msgid "Erroneous Request Shielding"
2490
+ msgstr "Le blindage de requête erroné"
2491
+
2492
+ #: ../settings.php:877
2493
+ msgid "Enable error shielding"
2494
+ msgstr "Activer le blindage des erreurs"
2495
+
2496
+ #: ../settings.php:947
2497
+ msgid "Save software errors"
2498
+ msgstr "Sauvegarder les erreurs du logiciel"
2499
+
2500
+ #: ../cerber-scanner.php:3575
2501
+ msgid "Preparing for the scan"
2502
+ msgstr "Préparation du balayage"
2503
+
2504
+ #: ../common.php:1221
2505
+ msgid "Blocked by administrator"
2506
+ msgstr "Bloqué par l'administrateur"
2507
+
2508
+ #: ../cerber-load.php:402
2509
+ msgid "You are not allowed to log in"
2510
+ msgstr "Vous n'êtes pas autorisé à vous connecter"
2511
+
2512
+ #: ../cerber-users.php:12
2513
+ msgid "Block User"
2514
+ msgstr "Bloquer l’utilisateur"
2515
+
2516
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2517
+ msgid "User is not permitted to log into the website"
2518
+ msgstr "L'utilisateur n'est pas autorisé à se connecter au site Web"
2519
+
2520
+ #: ../cerber-users.php:31
2521
+ msgctxt "e.g. by John at 11:00"
2522
+ msgid "blocked by %s at %s"
2523
+ msgstr "bloqué par %s à %s"
2524
+
2525
+ #: ../cerber-users.php:41 ../settings.php:129
2526
+ msgid "User Message"
2527
+ msgstr "Message de l’utilisateur"
2528
+
2529
+ #: ../cerber-users.php:43
2530
+ msgid "An optional message for this user"
2531
+ msgstr "Un message facultatif pour cet utilisateur"
2532
+
2533
+ #: ../cerber-users.php:98
2534
+ msgid "Blocked Users"
2535
+ msgstr "Les utilisateurs bloqués"
2536
+
2537
+ #: ../settings.php:692
2538
+ msgid "Block access to user pages like /?author=n"
2539
+ msgstr "Bloquer l'accès aux pages utilisateur comme comme /?author=n"
2540
+
2541
+ #: ../settings.php:730
2542
+ msgid "Access to WordPress REST API"
2543
+ msgstr "Accès à l'API WordPress REST"
2544
+
2545
+ #: ../settings.php:736
2546
+ msgid "Block access to user data via REST API"
2547
+ msgstr "Bloquer l'accès aux données utilisateur via l'API REST"
2548
+
2549
+ #: ../settings.php:744
2550
+ msgid "Block access to WordPress REST API except any of the following"
2551
+ msgstr "Bloquer l'accès à l'API WordPress REST à l'exception de l'une ou l'autre des options suivantes"
2552
+
2553
+ #: ../settings.php:753
2554
+ msgid "Allow REST API for these roles"
2555
+ msgstr "Autoriser l'API REST pour ces rôles"
2556
+
2557
+ #: ../settings.php:759
2558
+ msgid "Allow these namespaces"
2559
+ msgstr "Permettez à ces noms d'avoir des espaces"
2560
+
2561
+ #: ../settings.php:888
2562
+ msgid "Ignore logged in users"
2563
+ msgstr "Ne pas tenir compte des utilisateurs connectés"
2564
+
2565
+ #: ../settings.php:1190
2566
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2567
+ msgstr "Ces limitations ne s'appliquent pas aux adresses IP de la liste d'accès IP blanche"
2568
+
2569
+ #: ../settings.php:1499
2570
+ msgid "Select one or more roles"
2571
+ msgstr "Sélectionnez un ou plusieurs rôles"
2572
+
2573
+ #: ../dashboard.php:1049
2574
+ msgid "Filter by registered user"
2575
+ msgstr "Filtrer par utilisateur enregistré"
2576
+
2577
+ #: ../settings.php:115
2578
+ msgid "Authorized users only"
2579
+ msgstr "Réservé aux utilisateurs autorisés"
2580
+
2581
+ #: ../settings.php:116
2582
+ msgid "Only registered and logged in website users have access to the website"
2583
+ msgstr "L'accès au site n'est accordé qu'aux utilisateurs enregistrés et connectés"
2584
+
2585
+ #: ../settings.php:123
2586
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2587
+ msgstr "N'appliquez pas cette politique aux adresses IP de la liste d'accès IP blanche"
2588
+
2589
+ #: ../settings.php:133 ../settings.php:2067
2590
+ msgid "Only registered and logged in users are allowed to view this website"
2591
+ msgstr "Le siteWeb ne peut être consulté que par les utilisateurs enregistrés et connectés"
2592
+
2593
+ #: ../settings.php:138
2594
+ msgid "Redirect to URL"
2595
+ msgstr "Rediriger vers l'URL"
2596
+
2597
+ #: ../dashboard.php:4291
2598
+ msgid "Changelog"
2599
+ msgstr "Journal des modifications"
2600
+
2601
+ #: ../dashboard.php:72 ../dashboard.php:72
2602
+ msgid "Cerber.Hub"
2603
+ msgstr "Cerber. Hub"
2604
+
2605
+ #: ../dashboard.php:613
2606
+ msgid "Default settings have been loaded"
2607
+ msgstr "Les paramètres par défaut ont été téléchargés"
2608
+
2609
+ #: ../dashboard.php:3034
2610
+ msgid "Save all rules"
2611
+ msgstr "Sauvegarder toutes les règles"
2612
+
2613
+ #: ../common.php:836
2614
+ msgid "Save Changes"
2615
+ msgstr "Sauvegarder les modifications"
2616
+
2617
+ #: ../common.php:1201
2618
+ msgid "Invalid master credentials"
2619
+ msgstr "Les informations d'identification de base sont incorrectes"
2620
+
2621
+ #: ../settings.php:301
2622
+ msgid "Master settings"
2623
+ msgstr "Paramètres de base"
2624
+
2625
+ #: ../settings.php:309
2626
+ msgid "Return to the website list"
2627
+ msgstr "Retourner à la liste des sites Web"
2628
+
2629
+ #: ../settings.php:313
2630
+ msgid "Show \"Switched to\" notification"
2631
+ msgstr "Afficher la notification \"passé à\""
2632
+
2633
+ #: ../settings.php:317
2634
+ msgid "Add @ site to the page title"
2635
+ msgstr "Ajouter @ site au titre de la page"
2636
+
2637
+ #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2638
+ msgid "Enable diagnostic logging"
2639
+ msgstr "Activer le diagnostic"
2640
+
2641
+ #: ../settings.php:344
2642
+ msgid "Limit access by IP address"
2643
+ msgstr "Limiter l'accès par adresse IP"
2644
+
2645
+ #: ../settings.php:350
2646
+ msgid "Access to this website"
2647
+ msgstr "Accéder à ce site web"
2648
+
2649
+ #: ../settings.php:353
2650
+ msgid "Full access mode"
2651
+ msgstr "Mode d'accès complet"
2652
+
2653
+ #: ../settings.php:354
2654
+ msgid "Read-only mode"
2655
+ msgstr "Mode lecture seulement"
2656
+
2657
+ #: ../settings.php:370
2658
+ msgid "The full access mode requires the PRO version of WP Cerber"
2659
+ msgstr "Le mode d'accès complet requiert la version PRO du WP Cerber"
2660
+
2661
+ #: ../nexus/cerber-slave-list.php:48
2662
+ msgid "WordPress"
2663
+ msgstr "WordPress"
2664
+
2665
+ #: ../nexus/cerber-slave-list.php:52
2666
+ msgid "Malware Scan"
2667
+ msgstr "Balayage de logiciels malveillants"
2668
+
2669
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2670
+ msgid "Notes"
2671
+ msgstr "Notes"
2672
+
2673
+ #: ../nexus/cerber-slave-list.php:117
2674
+ msgid "Add a slave website"
2675
+ msgstr "Ajouter un site esclave"
2676
+
2677
+ #: ../nexus/cerber-slave-list.php:193
2678
+ msgid "Search results for:"
2679
+ msgstr "Résultats de recherche pour :"
2680
+
2681
+ #: ../nexus/cerber-slave-list.php:233
2682
+ msgid "Edit"
2683
+ msgstr "Modifier"
2684
+
2685
+ #: ../nexus/cerber-slave-list.php:239
2686
+ msgid "Switch to"
2687
+ msgstr "Passez à"
2688
+
2689
+ #: ../nexus/cerber-slave-list.php:339
2690
+ msgid "No websites configured."
2691
+ msgstr "Il n'y a pas de sites Web configurés."
2692
+
2693
+ #: ../nexus/cerber-slave-list.php:339
2694
+ msgid "Add a new one"
2695
+ msgstr "Ajouter un(e) nouvel(le)"
2696
+
2697
+ #: ../nexus/cerber-nexus-master.php:70
2698
+ msgid "Website Properties"
2699
+ msgstr "Propriétés du site Web"
2700
+
2701
+ #: ../nexus/cerber-nexus-master.php:80
2702
+ msgid "Website URL"
2703
+ msgstr "URL du site Web"
2704
+
2705
+ #: ../nexus/cerber-nexus-master.php:85
2706
+ msgid "Display as"
2707
+ msgstr "Afficher comme"
2708
+
2709
+ #: ../nexus/cerber-nexus-master.php:111
2710
+ msgid "Website Owner"
2711
+ msgstr "Propriétaire du site Web"
2712
+
2713
+ #: ../nexus/cerber-nexus-master.php:115
2714
+ msgid "First Name"
2715
+ msgstr "Prénom"
2716
+
2717
+ #: ../nexus/cerber-nexus-master.php:119
2718
+ msgid "Last Name"
2719
+ msgstr "Nom"
2720
+
2721
+ #: ../nexus/cerber-nexus-master.php:123
2722
+ msgid "Email"
2723
+ msgstr "Courriel"
2724
+
2725
+ #: ../nexus/cerber-nexus-master.php:127
2726
+ msgid "Phone"
2727
+ msgstr "Téléphone"
2728
+
2729
+ #: ../nexus/cerber-nexus-master.php:135
2730
+ msgid "Address"
2731
+ msgstr "Adresse"
2732
+
2733
+ #: ../nexus/cerber-nexus-master.php:260
2734
+ msgid "Security access token is invalid"
2735
+ msgstr "Le jeton d'accès de sécurité n'est pas valide"
2736
+
2737
+ #: ../nexus/cerber-nexus-master.php:290
2738
+ msgid "The website you are trying to add is already in the list"
2739
+ msgstr "Le site web que vous voulez ajouter est déjà ajouté dans la liste"
2740
+
2741
+ #: ../nexus/cerber-nexus-master.php:299
2742
+ msgid "The website has been added successfully"
2743
+ msgstr "Le site Web a été ajouté correctement"
2744
+
2745
+ #: ../nexus/cerber-nexus-master.php:300
2746
+ msgid "Click to edit"
2747
+ msgstr "Cliquez pour faire une modification"
2748
+
2749
+ #: ../nexus/cerber-nexus-master.php:301
2750
+ msgid "Switch to the Dashboard"
2751
+ msgstr "Aller au tableau de bord"
2752
+
2753
+ #: ../nexus/cerber-nexus-master.php:304
2754
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2755
+ msgstr "Il ne faut pas l'oublier : Vous avez ajouté un site Web qui ne prend pas en charge le cryptage SSL. Cela peut entraîner des risques de fuite de données."
2756
+
2757
+ #: ../nexus/cerber-nexus-master.php:425
2758
+ msgid "Website has been deleted"
2759
+ msgid_plural "%s websites have been deleted"
2760
+ msgstr[0] "Le site Web a été supprimé"
2761
+ msgstr[1] "%s sites web ont été supprimés"
2762
+
2763
+ #: ../nexus/cerber-nexus-master.php:981
2764
+ msgid "You have switched to %s"
2765
+ msgstr "Vous êtes passé à %s"
2766
+
2767
+ #: ../nexus/cerber-nexus-master.php:986
2768
+ msgid "You have switched back to the master website"
2769
+ msgstr "Vous êtes retourné sur le site Web de base"
2770
+
2771
+ #: ../nexus/cerber-nexus-master.php:1196
2772
+ msgid "You are here:"
2773
+ msgstr "Vous êtes ici :"
2774
+
2775
+ #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2776
+ #: /nexus/cerber-nexus.php:99
2777
+ msgid "My Websites"
2778
+ msgstr "Mes sites Web"
2779
+
2780
+ #: ../nexus/cerber-nexus-master.php:1214
2781
+ msgid "Visit Site"
2782
+ msgstr "Visiter le site"
2783
+
2784
+ #: ../nexus/cerber-nexus.php:61
2785
+ msgid "Enable slave mode"
2786
+ msgstr "Activer le mode esclave"
2787
+
2788
+ #: ../nexus/cerber-nexus.php:62
2789
+ msgid "This website can be managed from a master website"
2790
+ msgstr "Ce site web peut être géré à partir d'un site web de base"
2791
+
2792
+ #: ../nexus/cerber-nexus.php:65
2793
+ msgid "Enable master mode"
2794
+ msgstr "Activer le mode de base"
2795
+
2796
+ #: ../nexus/cerber-nexus.php:66
2797
+ msgid "Configure this website as a master to manage other website"
2798
+ msgstr "Configurer ce site comme site de base pour gérer d'autres sites web"
2799
+
2800
+ #: ../nexus/cerber-nexus.php:71
2801
+ msgid "To proceed, please select the mode for this website"
2802
+ msgstr "Pour continuer, veuillez sélectionner le mode de fonctionnement de ce site Web"
2803
+
2804
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2805
+ msgid "Slave Settings"
2806
+ msgstr "Paramètres de l'esclave"
2807
+
2808
+ #: ../nexus/cerber-nexus.php:141
2809
+ msgid "Secret Access Token"
2810
+ msgstr "Jeton pour accès secret"
2811
+
2812
+ #: ../nexus/cerber-nexus.php:143
2813
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2814
+ msgstr "Le jeton est unique à ce site Web. Il faut le garder secret. Installez le jeton sur un site Web de base pour permettre l'accès à ce site Web."
2815
+
2816
+ #: ../nexus/cerber-nexus.php:145
2817
+ msgid "Are you sure? This permanently invalidates the token."
2818
+ msgstr "Êtes-vous sûr ? Le jeton est alors définitivement invalidé."
2819
+
2820
+ #: ../nexus/cerber-nexus.php:146
2821
+ msgid "Disable slave mode"
2822
+ msgstr "Désactiver le mode esclave"
2823
+
2824
+ #: ../nexus/cerber-nexus.php:261
2825
+ msgid "This website is set as master."
2826
+ msgstr "Ce site Web est défini comme le site Web de base."
2827
+
2828
+ #: ../nexus/cerber-nexus.php:262
2829
+ msgid "Add slave websites by using access tokens."
2830
+ msgstr "Ajoutez des sites Web esclaves en utilisant des jetons d'accès."
2831
+
2832
+ #: ../nexus/cerber-nexus.php:265
2833
+ msgid "This website is set as slave."
2834
+ msgstr "Ce site Web est configuré comme esclave."
2835
+
2836
+ #: ../nexus/cerber-nexus.php:266
2837
+ msgid "Install the access token on the master website."
2838
+ msgstr "Installez le jeton d'accès sur le site Web de base."
2839
+
2840
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2841
+ #: ../common.php:1391
2842
+ msgid "%s sec"
2843
+ msgid_plural "%s secs"
2844
+ msgstr[0] "%s sec"
2845
+ msgstr[1] "%s secs"
2846
+
2847
+ #: ../settings.php:832
2848
+ msgid "Send reports on"
2849
+ msgstr "Envoyer des rapports sur"
2850
+
2851
+ #: ../nexus/cerber-slave-list.php:51
2852
+ msgid "Updates"
2853
+ msgstr "Mises à jour"
2854
+
2855
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2856
+ msgid "Group"
2857
+ msgstr "Groupe"
2858
+
2859
+ #: ../nexus/cerber-slave-list.php:96
2860
+ msgid "Upgrade WP Cerber"
2861
+ msgstr "Mise à niveau du WP Cerber"
2862
+
2863
+ #: ../nexus/cerber-slave-list.php:97
2864
+ msgid "Upgrade all active plugins"
2865
+ msgstr "Mise à niveau de tous les plugins actifs"
2866
+
2867
+ #: ../nexus/cerber-slave-list.php:98
2868
+ msgid "Delete website"
2869
+ msgstr "Supprimer le site Web"
2870
+
2871
+ #: ../nexus/cerber-slave-list.php:111
2872
+ msgid "All groups"
2873
+ msgstr "Tous les groupes"
2874
+
2875
+ #: ../nexus/cerber-nexus-master.php:1377
2876
+ msgid "Are you sure you want to delete selected websites?"
2877
+ msgstr "Êtes-vous sûr que vous voulez supprimer les sites Web sélectionnés ?"
2878
+
2879
+ #: ../cerber-users.php:130
2880
+ msgid "Block"
2881
+ msgstr "Bloquer"
2882
+
2883
+ #: ../nexus/cerber-nexus-master.php:62
2884
+ msgid "Select an existing group or enter a new one to add it"
2885
+ msgstr "Sélectionner un groupe existant ou en saisir un nouveau pour l'ajouter"
2886
+
2887
+ #: ../nexus/cerber-nexus-master.php:131
2888
+ msgid "Company"
2889
+ msgstr "Entreprise"
2890
+
2891
+ #: ../nexus/cerber-nexus-master.php:656
2892
+ msgid "Invalid response from the slave website"
2893
+ msgstr "Réponse invalide du site Web esclave"
2894
+
2895
+ #: ../common.php:1182 ../common.php:1247
2896
+ msgid "Attempt to log in with non-existing username"
2897
+ msgstr "Tentative de connexion avec un identifiant inexistant"
2898
+
2899
+ #: ../cerber-load.php:3805
2900
+ msgid "Attempts to log in with non-existing usernames"
2901
+ msgstr "Tentatives d'ouverture de session avec un nom d'utilisateur inexistant"
2902
+
2903
+ #: ../settings.php:321
2904
+ msgid "Use master language"
2905
+ msgstr "Utiliser la langue de base"
2906
+
2907
+ #: ../settings.php:547
2908
+ msgid "Non-existing users"
2909
+ msgstr "Utilisateurs inexistants"
2910
+
2911
+ #: ../settings.php:551
2912
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2913
+ msgstr "Bloquer immédiatement l’IP si la tentative de connexion est faite avec un identifiant utilisateur inexistant"
2914
+
2915
+ #: ../nexus/cerber-slave-list.php:54
2916
+ msgid "Owner"
2917
+ msgstr "Propriétaire"
2918
+
2919
+ #: ../nexus/cerber-slave-list.php:339
2920
+ msgid "Disable master mode"
2921
+ msgstr "Désactiver le mode de base"
2922
+
2923
+ #: ../nexus/cerber-nexus.php:146
2924
+ msgid "To revoke the token and disable remote management, click here:"
2925
+ msgstr "Pour suspendre le jeton et désactiver la gestion à distance, cliquez ici :"
2926
+
2927
+ #: ../settings.php:706
2928
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2929
+ msgstr "Bloquer l'exécution des scripts PHP dans le dossier média de WordPress"
2930
+
2931
+ #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2932
+ msgid "Active plugins and updates on"
2933
+ msgstr "Plugins actifs et mises à jour sur"
2934
+
2935
+ #: ../nexus/cerber-nexus-master.php:1421
2936
+ msgid "A newer version is available"
2937
+ msgstr "Il y a une version plus récente disponible"
2938
 
languages/wp-cerber-it_IT.mo CHANGED
Binary file
languages/wp-cerber-it_IT.po CHANGED
@@ -8,641 +8,627 @@ msgstr ""
8
  "Language: it\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:77
12
  msgid "Limit login attempts"
13
  msgstr "Limiti i tentativi di accesso"
14
 
15
- #: ../settings.php:78
16
  msgid "Attempts"
17
  msgstr "Tentativi"
18
 
19
- #: ../settings.php:79
20
  msgid "Lockout duration"
21
  msgstr "Durata blocco"
22
 
23
- #: ../settings.php:79 ../settings.php:105
24
  msgid "minutes"
25
  msgstr "Minuti"
26
 
27
- #: ../settings.php:80
28
  msgid "Aggressive lockout"
29
  msgstr "Blocco aggressivo"
30
 
31
- #: ../settings.php:83
32
  msgid "Site connection"
33
  msgstr "Collegamenti del sito"
34
 
35
- #: ../settings.php:85
36
  msgid "Proactive security rules"
37
  msgstr "Regole di sicurezza proattive"
38
 
39
- #: ../settings.php:86
40
  msgid "Block subnet"
41
  msgstr "Blocca subnet"
42
 
43
- #: ../settings.php:89
44
  msgid "Request wp-login.php"
45
  msgstr "Richiedi wp-login.php"
46
 
47
- #: ../settings.php:89
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Blocca Immediatamente l'IP dopo qualsiasi chiamata alla pagina wp-login.php"
50
 
51
- #: ../settings.php:92
52
  msgid "Custom login page"
53
  msgstr "Pagina di login personalizzata"
54
 
55
- #: ../settings.php:93
56
  msgid "Custom login URL"
57
  msgstr "URL di accesso personalizzato"
58
 
59
- #: ../settings.php:99
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "Non deve sovrapporsi con pagine esistenti o con post esistenti"
62
 
63
- #: ../settings.php:101
64
  msgid "Disable wp-login.php"
65
  msgstr "Disattiva wp-login.php"
66
 
67
- #: ../settings.php:101
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Blocca l'accesso diretto a wp-login.php e restituisce l'errore HTTP 404 non trovato"
70
 
71
- #: ../dashboard.php:1320 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Modalità Citadel"
74
 
75
- #: ../settings.php:104
76
  msgid "Threshold"
77
  msgstr "Soglia"
78
 
79
- #: ../settings.php:105 ../cerber-scanner.php:3823
80
  msgid "Duration"
81
  msgstr "Durata"
82
 
83
- #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
84
- #: 631
85
  msgid "Notifications"
86
  msgstr "Notifiche"
87
 
88
- #: ../settings.php:106
89
  msgid "Send notification to admin email"
90
  msgstr "Invia notifica all'email dell'amministratore"
91
 
92
- #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
93
- #: tools.php:100 ../cerber-tools.php:187
94
  msgid "Access Lists"
95
  msgstr "Liste di accesso"
96
 
97
- #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
98
- #: /settings.php:108 ../settings.php:625
99
  msgid "Activity"
100
  msgstr "Attività"
101
 
102
- #: ../settings.php:626
103
  msgid "Lockouts"
104
  msgstr "Bloccati"
105
 
106
- #: ../settings.php:748 ../settings.php:870
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tentativi permessi in %s minuti"
109
 
110
- #: ../settings.php:770 ../settings.php:892
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Abilita dopo %s tentativi di login negli ultimi %s minuti"
113
 
114
- #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
115
- #: php:4024
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
- #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
 
120
  msgid "Date"
121
  msgstr "Data"
122
 
123
- #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
124
  msgid "Local User"
125
  msgstr "Utente locale"
126
 
127
- #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
128
  msgid "Username used"
129
  msgstr "Nome utente utilizzato"
130
 
131
- #: ../dashboard.php:153
132
  msgid "Showing last %d records from %d"
133
  msgstr "Mostro Ultimi %d records da %d"
134
 
135
- #: ../common.php:836
136
  msgid "Logged in"
137
  msgstr "Loggato"
138
 
139
- #: ../common.php:837
140
  msgid "Logged out"
141
  msgstr "Disconnesso"
142
 
143
- #: ../common.php:838
144
  msgid "Login failed"
145
  msgstr "Accesso fallito"
146
 
147
- #: ../common.php:841
148
  msgid "IP blocked"
149
  msgstr "IP Bloccato"
150
 
151
- #: ../common.php:842
152
  msgid "Subnet blocked"
153
  msgstr "Subnet Bloccata"
154
 
155
- #: ../common.php:844
156
  msgid "Citadel activated!"
157
  msgstr "Citadel attivata!"
158
 
159
- #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
160
- #: 890
161
  msgid "Locked out"
162
  msgstr "Bloccato"
163
 
164
- #: ../common.php:891
165
  msgid "IP blacklisted"
166
  msgstr "IP blacklisted"
167
 
168
- #: ../common.php:859
169
  msgid "Password changed"
170
  msgstr "Password cambiata"
171
 
172
- #: ../dashboard.php:127 ../dashboard.php:207
173
  msgid "Remove"
174
  msgstr "Rimuovi"
175
 
176
- #: ../dashboard.php:437
177
  msgid "Lockout for %s was removed"
178
  msgstr "Il blocco per %s è stato rimosso"
179
 
180
- #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
181
- #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
182
  msgid "White IP Access List"
183
  msgstr "White List degli indirizzi IP"
184
 
185
- #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
186
- #: php:1319 ../dashboard.php:3067
187
  msgid "Black IP Access List"
188
  msgstr "Black List degli indirizzi IP"
189
 
190
- #: ../dashboard.php:213
191
  msgid "List is empty"
192
  msgstr "Lista è vuota"
193
 
194
- #: ../dashboard.php:250
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "L' indirizzo %s è stato aggiunto agli indirizzi IP della tua White List"
197
 
198
- #: ../dashboard.php:264
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "L'indirizzo %s è stato aggiunto agli indirizzi IP della Black List"
201
 
202
- #: ../cerber-load.php:3446
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "La modalità Citadel viene attivata dopo %d tentativi di accesso non riusciti in %d minuti."
205
 
206
- #: ../dashboard.php:1990 ../dashboard.php:2400
207
  msgid "View Activity"
208
  msgstr "Vedi attività"
209
 
210
- #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
211
- #: scanner.php:76
212
  msgid "Settings"
213
  msgstr "Impostazioni"
214
 
215
- #: ../dashboard.php:1181
216
  msgid "Last login"
217
  msgstr "Ultimo login"
218
 
219
- #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
 
220
  msgid "Never"
221
  msgstr "Mai"
222
 
223
- #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
224
- #: /cerber-scanner.php:5659
225
  msgid "Are you sure?"
226
  msgstr "Sei sicuro?"
227
 
228
- #: ../dashboard.php:1632 ../settings.php:83
229
  msgid "My site is behind a reverse proxy"
230
  msgstr "l mio sito è dietro un proxy inverso"
231
 
232
- #: ../settings.php:87
233
- msgid "Non-existent users"
234
- msgstr "Utenti inesistenti"
235
-
236
- #: ../settings.php:87
237
- msgid "Immediately block IP when attempting to login with a non-existent username"
238
- msgstr "Blocca Immediatamente l'IP quando si tenta di accedere con un nome utente inesistente"
239
-
240
- #: ../settings.php:580
241
  msgid "Make your protection smarter!"
242
  msgstr "Fai la tua protezione più intelligente!"
243
 
244
- #: ../settings.php:584
245
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
246
  msgstr "Per favore abilita Permalinks per utilizzare questa funzionalità. Configura le Impostazioni del Permalink diversamente dal Predefinito."
247
 
248
- #: ../cerber-load.php:4305 ../settings.php:627
249
  msgid "Main Settings"
250
  msgstr "Impostazioni Principali"
251
 
252
- #: ../dashboard.php:3700
253
  msgid "Help"
254
  msgstr "Aiuto"
255
 
256
- #: ../settings.php:758 ../settings.php:880
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Aumenta la durata del blocco a %s ore dopo %s blocchi nelle ultime %s ore"
259
 
260
- #: ../cerber-load.php:370
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "Non è consentito l'accesso. Chiedere assistenza all'amministratore."
263
 
264
- #: ../cerber-load.php:396
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Hai un solo tentativo rimanente."
268
  msgstr[1] "Hai %d tentativi rimanenti."
269
 
270
- #: ../dashboard.php:764
271
  msgid "No activity has been logged."
272
  msgstr "Nessuna attività è stata registrata."
273
 
274
- #: ../dashboard.php:137
275
  msgid "Expires"
276
  msgstr "Scade"
277
 
278
- #: ../dashboard.php:159
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "Nessun blocco al momento. Il cielo è limpido."
281
 
282
- #: ../dashboard.php:179
283
  msgid "These IPs will never be locked out"
284
  msgstr "Questi IP non saranno mai bloccati"
285
 
286
- #: ../dashboard.php:188
287
  msgid "Your IP"
288
  msgstr "Il tuo IP"
289
 
290
- #: ../cerber-load.php:3447
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "L'ultimo tentativo non riuscito è stato a %s dall'IP %s con accesso utente: %s."
293
 
294
- #: ../cerber-load.php:4273
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "Non è possibile attivare WP Cerber a causa di un errore nel database."
297
 
298
- #: ../settings.php:765 ../settings.php:887
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Notifica all'amministratore se il numero di blocchi attivi supera"
301
 
302
- #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
303
  msgid "days"
304
  msgstr "giorni"
305
 
306
- #: ../dashboard.php:1271
307
  msgid "Cerber Quick View"
308
  msgstr "Cerber Quick View"
309
 
310
- #: ../dashboard.php:155
311
  msgid "Hint"
312
  msgstr "Aiuto"
313
 
314
- #: ../dashboard.php:155
315
  msgid "To view activity, click on the IP"
316
  msgstr "Per visualizzare l'attività clicca sull'IP"
317
 
318
- #: ../settings.php:86
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Blocca sempre l'intera subnet Classe C degli indirizzi IP degli intrusi"
321
 
322
- #: ../settings.php:106 ../settings.php:767 ../settings.php:889
323
  msgid "Click to send test"
324
  msgstr "Clicca per inviare il test"
325
 
326
- #: ../settings.php:1052 ../settings.php:1053
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "Attenzione! Hai cambiato l'URL di accesso! Il nuovo URL di accesso è"
329
 
330
- #: ../dashboard.php:1180
331
  msgid "Comments"
332
  msgstr "Commenti"
333
 
334
- #: ../common.php:1210
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "Aggiornamento alla versione %s di WP Cerber"
337
 
338
- #: ../cerber-load.php:3448 ../cerber-load.php:4056
339
  msgid "View activity in dashboard"
340
  msgstr "Vedi attività nel pannello"
341
 
342
- #: ../cerber-load.php:3477
343
  msgid "Number of active lockouts"
344
  msgstr "Numero di blocchi attivi"
345
 
346
- #: ../cerber-load.php:3481
347
  msgid "View lockouts in dashboard"
348
  msgstr "Vedi blocchi nel pannello"
349
 
350
- #: ../cerber-load.php:3569
351
  msgid "This message was sent by"
352
  msgstr "Questo messaggio è stato inviato da"
353
 
354
- #: ../dashboard.php:69 ../cerber-tools.php:50
355
  msgid "Tools"
356
  msgstr "Strumenti"
357
 
358
- #: ../cerber-tools.php:87
359
  msgid "Export settings to the file"
360
  msgstr "Esporta le impostazione nel file"
361
 
362
- #: ../cerber-tools.php:88
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Quando fai clic sul pulsante qui sotto otterrai un file di configurazione che puoi caricare su un altro sito."
365
 
366
- #: ../cerber-tools.php:89
367
  msgid "What do you want to export?"
368
  msgstr "Cosa vuoi esportare?"
369
 
370
- #: ../cerber-tools.php:92
371
  msgid "Download file"
372
  msgstr "Scarica file"
373
 
374
- #: ../cerber-tools.php:94
375
  msgid "Import settings from the file"
376
  msgstr "importa impostazioni dal file"
377
 
378
- #: ../cerber-tools.php:95
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Quando si fa clic sul pulsante in basso, il file verrà caricato e tutte le impostazioni esistenti saranno sovrascritte."
381
 
382
- #: ../cerber-tools.php:96
383
  msgid "Select file to import."
384
  msgstr "Seleziona il file da importare."
385
 
386
- #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Massima dimensione del file da caricare: %s."
389
 
390
- #: ../cerber-tools.php:99
391
  msgid "What do you want to import?"
392
  msgstr "Cosa vuoi importare?"
393
 
394
- #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
395
  msgid "Upload file"
396
  msgstr "Carica file"
397
 
398
- #: ../cerber-tools.php:150
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Nessun file è stato caricato o il file è danneggiato"
401
 
402
- #: ../cerber-tools.php:187
403
  msgid "Error while updating"
404
  msgstr "Errore durante l'aggiornamento"
405
 
406
- #: ../cerber-tools.php:193
407
  msgid "Settings has imported successfully from"
408
  msgstr "Le impostazioni sono state importate con successo da"
409
 
410
- #: ../cerber-tools.php:200
411
  msgid "Error while parsing file"
412
  msgstr "Errore nell'interpretazione del file "
413
 
414
- #: ../dashboard.php:135 ../dashboard.php:737
415
  msgid "Hostname"
416
  msgstr "Nome Host"
417
 
418
- #: ../dashboard.php:403
419
  msgid "unknown"
420
  msgstr "sconosciuto"
421
 
422
- #: ../settings.php:109 ../settings.php:365
423
  msgid "Keep records for"
424
  msgstr "Mantenere i record per"
425
 
426
- #: ../dashboard.php:1305 ../dashboard.php:1327
427
  msgid "active"
428
  msgstr "Attiva"
429
 
430
- #: ../dashboard.php:1305
431
  msgid "deactivate"
432
  msgstr "Disattiva"
433
 
434
- #: ../dashboard.php:1307
435
  msgid "not active"
436
  msgstr "Non Attivo"
437
 
438
- #: ../dashboard.php:1308 ../dashboard.php:1322
439
  msgid "disabled"
440
  msgstr "Disabilitato"
441
 
442
- #: ../dashboard.php:1313
443
  msgid "failed attempts"
444
  msgstr "Tentativi falliti"
445
 
446
- #: ../dashboard.php:1313 ../dashboard.php:1314
447
  msgid "in 24 hours"
448
  msgstr "in 24 ore"
449
 
450
- #: ../dashboard.php:1313 ../dashboard.php:1314
451
  msgid "view all"
452
  msgstr "guarda tutto"
453
 
454
- #: ../dashboard.php:1314
455
  msgid "lockouts"
456
  msgstr "Bloccati"
457
 
458
- #: ../dashboard.php:1316
459
  msgid "Lockouts at the moment"
460
  msgstr "Bloccati al momento"
461
 
462
- #: ../dashboard.php:1317
463
  msgid "Last lockout"
464
  msgstr "Ultimo bloccato"
465
 
466
- #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "accesso"
470
  msgstr[1] "accessi"
471
 
472
- #: ../dashboard.php:1870
473
  msgid "Confused about some settings?"
474
  msgstr "Confuso da alcune impostazioni?"
475
 
476
- #: ../dashboard.php:1871
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "È possibile caricare facilmente le impostazioni predefinite consigliate utilizzando il pulsante sottostante"
479
 
480
- #: ../dashboard.php:1873
481
  msgid "Load default settings"
482
  msgstr "Caricare le impostazioni di default"
483
 
484
- #: ../dashboard.php:1881
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "Non influenza l'URL di accesso personalizzato e le liste di accesso"
487
 
488
- #: ../common.php:1203 ../settings.php:236
489
  msgid "New version is available"
490
  msgstr "Nuova versione disponibile"
491
 
492
- #: ../cerber-load.php:3420
493
  msgid "WP Cerber notify"
494
  msgstr "Notifica di WP Cerber"
495
 
496
- #: ../cerber-load.php:3444
497
  msgid "Citadel mode is activated"
498
  msgstr "Citadel mode attivata"
499
 
500
- #: ../cerber-load.php:3516
501
  msgid "New Custom login URL"
502
  msgstr "Nuovo URL di accesso personalizzato"
503
 
504
- #: ../cerber-load.php:4260
505
  msgid "The WP Cerber requires PHP %s or higher. You are running"
506
  msgstr "Il Cerber WP richiede PHP %s o superiore. Stai utilizzando"
507
 
508
- #: ../cerber-load.php:4264
509
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
510
  msgstr "Il Cerber WP richiede WordPress %s o superiore. Stai utilizzando"
511
 
512
- #: ../settings.php:112
513
  msgid "Use file"
514
  msgstr "Usa file"
515
 
516
- #: ../settings.php:112
517
  msgid "Write failed login attempts to the file"
518
  msgstr "Scrivi i tentativi di accesso non riusciti nel file"
519
 
520
- #: ../dashboard.php:1989
521
  msgid "Deactivate"
522
  msgstr "Disattivato"
523
 
524
- #: ../dashboard.php:138 ../cerber-load.php:3479
525
  msgid "Reason"
526
  msgstr "Ragione"
527
 
528
- #: ../dashboard.php:218
529
  msgid "Add IP to the list"
530
  msgstr "Aggiungi IP alla lista"
531
 
532
- #: ../dashboard.php:1001
533
  msgid "Add IP to the Black List"
534
  msgstr "Aggiungi IP alla Black List"
535
 
536
- #: ../common.php:928
537
  msgid "Attempt to access"
538
  msgstr "Tentativi di accesso"
539
 
540
- #: ../common.php:927
541
  msgid "Limit on login attempts is reached"
542
  msgstr "È stato raggiunto il limite dei tentativi di accesso"
543
 
544
- #: ../common.php:867 ../common.php:929
545
- msgid "Attempt to log in with non-existent username"
546
- msgstr "Tentativo di accesso con un nome utente inesistente"
547
-
548
- #: ../cerber-load.php:3478
549
  msgid "Last lockout was added: %s for IP %s"
550
  msgstr "L'ultimo blocco è stato aggiunto: %s per IP %s"
551
 
552
- #: ../cerber-load.php:4309 ../settings.php:629
553
  msgid "Hardening"
554
  msgstr "Rendi sicuro"
555
 
556
- #: ../dashboard.php:978
557
  msgid "Abuse email:"
558
  msgstr "Email di abuso:"
559
 
560
- #: ../settings.php:223 ../settings.php:264 ../settings.php:502
561
  msgid "Email Address"
562
  msgstr "Indirizzo email"
563
 
564
- #: ../settings.php:232
565
  msgid "if empty, the admin email %s will be used"
566
  msgstr "Se vuota, verrà utilizzata l'email amministratore %s"
567
 
568
- #: ../settings.php:115
569
  msgid "Drill down IP"
570
  msgstr "IP Bucati"
571
 
572
- #: ../settings.php:115
573
  msgid "Retrieve extra WHOIS information for IP"
574
  msgstr "Recuperare informazioni aggiuntive WHOIS per l'indirizzo IP"
575
 
576
- #: ../settings.php:123
577
  msgid "Hardening WordPress"
578
  msgstr "Rendi più sicuro WordPress"
579
 
580
- #: ../settings.php:124
581
  msgid "Stop user enumeration"
582
  msgstr "Ferma l'enumerazione dell'utente"
583
 
584
- #: ../settings.php:132
585
  msgid "Disable XML-RPC"
586
  msgstr "Disabilita XML-RPC"
587
 
588
- #: ../settings.php:132
589
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
590
  msgstr "Bloccare l'accesso al server XML-RPC (inclusi Pingback e Trackback)"
591
 
592
- #: ../settings.php:133
593
  msgid "Disable feeds"
594
  msgstr "Disabilita feeds"
595
 
596
- #: ../settings.php:133
597
  msgid "Block access to the RSS, Atom and RDF feeds"
598
  msgstr "Blocca accesso agli RSS, Atom e RDF feeds"
599
 
600
- #: ../settings.php:134
601
  msgid "Disable REST API"
602
  msgstr "Disabilita REST API"
603
 
604
- #: ../settings.php:594
605
- msgid "These settings do not affect hosts from the "
606
- msgstr "Queste impostazioni non influenzano gli host del"
607
-
608
- #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
609
  msgid "<strong>ERROR</strong>: please enter a valid email address."
610
  msgstr "<strong>ERRORE</strong>: inserisci un indirizzo email valido."
611
 
612
- #: ../cerber-load.php:3509 ../cerber-load.php:4294
613
  msgid "WP Cerber is now active and has started protecting your site"
614
  msgstr "WP Cerber è attivo e ha iniziato a proteggere il tuo sito"
615
 
616
- #: ../dashboard.php:139 ../cerber-scanner.php:5541 ../cerber-scanner.php:5672
617
  msgid "Action"
618
  msgstr "Azione"
619
 
620
- #: ../dashboard.php:181
621
  msgid "Nobody can log in or register from these IPs"
622
  msgstr "Nessuno con questi indirizzi IP potrà accedere o registrarsi"
623
 
624
- #: ../dashboard.php:244 ../dashboard.php:256
625
  msgid "Incorrect IP address or IP range"
626
  msgstr "Indirizzo IP o Range IP non corretto "
627
 
628
- #: ../dashboard.php:453 ../dashboard.php:2005
629
  msgid "Settings saved"
630
  msgstr "Impostazioni salvate"
631
 
632
- #: ../dashboard.php:982
633
  msgid "Network:"
634
  msgstr "Rete"
635
 
636
- #: ../dashboard.php:996
637
  msgid "Add network to the Black List"
638
  msgstr "Aggiungi rete alla Black List"
639
 
640
- #: ../dashboard.php:1988
641
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
642
  msgstr "Attenzione! La modalità Citadel è attiva. Nessuno è in grado di effettuare il login."
643
 
644
- #: ../dashboard.php:361 ../dashboard.php:2996 ../whois.php:223 ../whois.php:254 ..
645
- #: /common.php:926 ../common.php:1294
646
  msgid "Unknown"
647
  msgstr "Sconosciuto"
648
 
@@ -651,580 +637,582 @@ msgstr "Sconosciuto"
651
  msgid "Gregory"
652
  msgstr "Gregory"
653
 
654
- #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
655
- #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
656
- #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
657
- #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
658
- #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
659
- #: /settings.php:1114
 
660
  msgid "ERROR:"
661
  msgstr "ERRORE:"
662
 
663
- #: ../cerber-load.php:708
664
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
665
  msgstr "Verifica fallita. Fai clic sulla casella quadrata nel blocco reCAPTCHA di seguito."
666
 
667
- #: ../cerber-load.php:987
668
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
669
  msgstr "<strong>ERRORE</strong>: La password inserita per lo username %s non è corretta."
670
 
671
- #: ../cerber-load.php:1214
672
  msgid "Username is not allowed. Please choose another one."
673
  msgstr "Non è consentito utilizzare questo nome utente. Sceglierne un altro."
674
 
675
- #: ../cerber-load.php:3472
676
  msgid "unspecified"
677
  msgstr "non specificato"
678
 
679
- #: ../cerber-load.php:3475
680
  msgid "Number of lockouts is increasing"
681
  msgstr "Numero di blocchi in aumento"
682
 
683
- #: ../cerber-load.php:3480
684
  msgid "View activity for this IP"
685
  msgstr "Vedi attività per questo IP"
686
 
687
- #: ../cerber-load.php:3484 ../cerber-load.php:3486
688
  msgid "A new version of WP Cerber is available to install"
689
  msgstr "È disponibile una nuova versione di WP Cerber"
690
 
691
- #: ../cerber-load.php:3485
692
  msgid "Hi!"
693
  msgstr "Ciao!"
694
 
695
- #: ../cerber-load.php:3488 ../cerber-load.php:3499
 
696
  msgid "Website"
697
  msgstr "Sito web"
698
 
699
- #: ../cerber-load.php:3491 ../cerber-load.php:3492
700
  msgid "The WP Cerber security plugin has been deactivated"
701
  msgstr "Il plugin di sicurezza WP Cerber è stato disattivato"
702
 
703
- #: ../cerber-load.php:3494
704
  msgid "Not logged in"
705
  msgstr "Non loggato"
706
 
707
- #: ../cerber-load.php:3500
708
  msgid "By user"
709
  msgstr "Dall'Utente "
710
 
711
- #: ../cerber-load.php:3501
712
  msgid "From IP address"
713
  msgstr "Dall'indirizzo IP"
714
 
715
- #: ../cerber-load.php:3504
716
  msgid "From country"
717
  msgstr "Dalla Nazione"
718
 
719
- #: ../cerber-load.php:3508
720
  msgid "The WP Cerber security plugin is now active"
721
  msgstr "Il plugin di protezione WP Cerber è attivo"
722
 
723
- #: ../cerber-load.php:4295
724
  msgid "Your IP address is added to the"
725
  msgstr "Il tuo indirizzo IP è stato aggiunto al"
726
 
727
- #: ../cerber-load.php:4311
728
  msgid "Import settings"
729
  msgstr "Importa impostazioni"
730
 
731
- #: ../settings.php:235
732
  msgid "Notification limit"
733
  msgstr "Limiti di notifica"
734
 
735
- #: ../settings.php:235
736
  msgid "notification letters allowed per hour (0 means unlimited)"
737
  msgstr "email di notifiche consentite per ora (0 significa illimitato)"
738
 
739
- #: ../settings.php:152
740
  msgid "User related settings"
741
  msgstr "Impostazioni correlate agli utenti"
742
 
743
- #: ../settings.php:156
744
  msgid "Prohibited usernames"
745
  msgstr "Nomi utente proibiti"
746
 
747
- #: ../settings.php:162
748
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
749
  msgstr "I nomi utente di questo elenco non possono accedere o registrarsi. Qualsiasi indirizzo IP, che ha cercato di utilizzare uno di questi nomi utente, sarà immediatamente bloccato. Usa la virgola per separare i nominativi."
750
 
751
- #: ../settings.php:164
752
  msgid "User session expire"
753
  msgstr "Sessione utente scade"
754
 
755
- #: ../settings.php:164
756
  msgid "in minutes (leave empty to use default WP value)"
757
  msgstr "In minuti (lasciare vuoto per utilizzare il valore predefinito WP)"
758
 
759
- #: ../settings.php:197
760
  msgid "reCAPTCHA settings"
761
  msgstr "Impostazioni reCAPTCHA"
762
 
763
- #: ../settings.php:198
764
  msgid "Site key"
765
  msgstr "Chiave del sito"
766
 
767
- #: ../settings.php:199
768
  msgid "Secret key"
769
  msgstr "Chiave segreta"
770
 
771
- #: ../settings.php:202
772
  msgid "Enable reCAPTCHA for WordPress registration form"
773
  msgstr "Abilita reCAPTCHA per il modulo di registrazione di WordPress"
774
 
775
- #: ../settings.php:205
776
  msgid "Lost password form"
777
  msgstr "Modulo per il recupero della password dimenticata"
778
 
779
- #: ../settings.php:208
780
  msgid "Login form"
781
  msgstr "Modulo di accesso"
782
 
783
- #: ../settings.php:208
784
  msgid "Enable reCAPTCHA for WordPress login form"
785
  msgstr "Attiva reCAPTCHA per il modulo di accesso di WordPress"
786
 
787
- #: ../settings.php:597
788
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
789
  msgstr "Prima di iniziare a utilizzare reCAPTCHA, è necessario ottenere la Chiave Sito e la Chiave Segreta sul sito web di Google"
790
 
791
- #: ../cerber-lab.php:750 ../settings.php:598 ../settings.php:601
792
  msgid "Know more"
793
  msgstr "Saperne di più"
794
 
795
- #: ../settings.php:630
796
  msgid "Users"
797
  msgstr "Utenti"
798
 
799
- #: ../common.php:834
800
  msgid "User created"
801
  msgstr "Utente creato"
802
 
803
- #: ../dashboard.php:1822 ../common.php:835
804
  msgid "User registered"
805
  msgstr "Utente registrato"
806
 
807
- #: ../common.php:862
808
  msgid "reCAPTCHA verification failed"
809
  msgstr "Verifica reCAPTCHA fallita"
810
 
811
- #: ../common.php:863
812
  msgid "reCAPTCHA settings are incorrect"
813
  msgstr "le impostazioni reCAPTCHA sono non correte"
814
 
815
- #: ../common.php:866
816
  msgid "Attempt to access prohibited URL"
817
  msgstr "Tentativo di accesso ad URL proibita"
818
 
819
- #: ../common.php:868 ../common.php:930
820
  msgid "Attempt to log in with prohibited username"
821
  msgstr "Tentativo di accesso con username proibito"
822
 
823
- #: ../settings.php:110
824
  msgid "Cerber Lab connection"
825
  msgstr "Connessione al Cerber Lab"
826
 
827
- #: ../settings.php:110
828
  msgid "Send malicious IP addresses to the Cerber Lab"
829
  msgstr "Invia indirizzi IP dannosi al Cerberus Lab"
830
 
831
- #: ../settings.php:111
832
  msgid "Cerber Lab protocol"
833
  msgstr "Protocollo Cerber Lab"
834
 
835
- #: ../settings.php:174 ../settings.php:202
836
  msgid "Registration form"
837
  msgstr "Form di registrazione"
838
 
839
- #: ../settings.php:203
840
  msgid "Enable reCAPTCHA for WooCommerce registration form"
841
  msgstr "Attiva reCAPTCHA per il modulo di registrazione WooCommerce"
842
 
843
- #: ../settings.php:205
844
  msgid "Enable reCAPTCHA for WordPress lost password form"
845
  msgstr "Attiva reCAPTCHA per il modulo di recupero della password di WordPress"
846
 
847
- #: ../settings.php:206
848
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
849
  msgstr "Abilita reCAPTCHA per il form del recupero della password di WooCommerce"
850
 
851
- #: ../settings.php:209
852
  msgid "Enable reCAPTCHA for WooCommerce login form"
853
  msgstr "Attiva reCAPTCHA per il modulo di accesso WooCommerce"
854
 
855
- #: ../common.php:864
856
  msgid "Request to the Google reCAPTCHA service failed"
857
  msgstr "Richiesta al servizio Google reCAPTCHA non riuscita"
858
 
859
- #: ../dashboard.php:1814 ../dashboard.php:1844
860
  msgid "View all"
861
  msgstr "Vedi tutto"
862
 
863
- #: ../dashboard.php:1845
864
  msgid "Recently locked out IP addresses"
865
  msgstr "Indirizzi IP bloccati di recente"
866
 
867
- #: ../cerber-lab.php:748
868
  msgid "OK, nail them all"
869
  msgstr "OK, chiudili tutti"
870
 
871
- #: ../cerber-lab.php:749
872
  msgid "NO, maybe later"
873
  msgstr "NO, forse più tardi"
874
 
875
- #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
876
- #: php:624
877
  msgid "Dashboard"
878
  msgstr "Bacheca"
879
 
880
- #: ../cerber-lab.php:746
881
  msgid "Want to make WP Cerber even more powerful?"
882
  msgstr "Vuoi rendere WP Cerber ancora più potente?"
883
 
884
- #: ../cerber-lab.php:747
885
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
886
  msgstr "Consenti a WP Cerber di inviare indirizzi IP dannosi al Cerber Lab. Questo aiuta il team a sviluppare nuovi algoritmi per WP Cerber che difenderanno WordPress contro nuove minacce e botnet che nascono ogni giorno. Puoi disattivare l'invio delle impostazioni del plugin in qualsiasi momento."
887
 
888
- #: ../dashboard.php:568
889
  msgid "IP address"
890
  msgstr "Indirizzo IP"
891
 
892
- #: ../dashboard.php:568
893
  msgid "User login"
894
  msgstr "Login utente"
895
 
896
- #: ../dashboard.php:568
897
  msgid "User ID"
898
  msgstr "ID Utente"
899
 
900
- #: ../dashboard.php:760
901
  msgid "Export"
902
  msgstr "Esporta"
903
 
904
- #: ../dashboard.php:782
905
  msgid "Search for IP or username"
906
  msgstr "Ricerca per IP o Nome Utente"
907
 
908
- #: ../dashboard.php:782
909
  msgid "Filter"
910
  msgstr "Filtro"
911
 
912
- #: ../dashboard.php:54
913
  msgid "Cerber Dashboard"
914
  msgstr "Pannello di Cerber"
915
 
916
- #: ../dashboard.php:69
917
  msgid "Cerber tools"
918
  msgstr "Strumenti di Cerber"
919
 
920
- #: ../dashboard.php:2072
921
  msgid "Subscribe"
922
  msgstr "Sottoscrizione"
923
 
924
- #: ../dashboard.php:2073 ../cerber-tools.php:284
925
  msgid "Unsubscribe"
926
  msgstr "Rimuovi sottoscrizione"
927
 
928
- #: ../dashboard.php:2101
929
  msgid "You've subscribed"
930
  msgstr "Hai effettuato la sottoscrizione"
931
 
932
- #: ../dashboard.php:2104
933
  msgid "You've unsubscribed"
934
  msgstr "Hai rimosso la sottoscrizione"
935
 
936
- #: ../cerber-load.php:3520 ../cerber-load.php:3521
937
  msgid "A new activity has been recorded"
938
  msgstr "È stata registrata una nuova attività"
939
 
940
- #: ../cerber-load.php:4028
941
  msgid "User"
942
  msgstr "Utente"
943
 
944
- #: ../cerber-load.php:4036
945
  msgid "Search string"
946
  msgstr "Stringa di ricerca"
947
 
948
- #: ../cerber-load.php:4057
949
  msgid "To unsubscribe click here"
950
  msgstr "Per annullare l'iscrizione clicca qui"
951
 
952
- #: ../settings.php:114
953
  msgid "Preferences"
954
  msgstr "Preferenze"
955
 
956
- #: ../settings.php:116
957
  msgid "Date format"
958
  msgstr "Formato data"
959
 
960
- #: ../settings.php:116
961
  msgid "if empty, the default format %s will be used"
962
  msgstr "Se vuoto, verrà utilizzato il formato predefinito %s"
963
 
964
- #: ../settings.php:241
965
  msgid "Push notifications"
966
  msgstr "Notifica push"
967
 
968
- #: ../settings.php:220
969
  msgid "Email notifications"
970
  msgstr "Email delle notifiche"
971
 
972
- #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
973
  msgid "Use comma to specify multiple values"
974
  msgstr "Utilizzare la virgola per specificare più valori"
975
 
976
- #: ../settings.php:249
977
  msgid "All connected devices"
978
  msgstr "Tutte le periferiche connesse"
979
 
980
- #: ../settings.php:252
981
  msgid "No devices found"
982
  msgstr "Nessuna periferica trovata."
983
 
984
- #: ../settings.php:256
985
  msgid "Not available"
986
  msgstr "Non disponibile"
987
 
988
- #: ../common.php:860
989
  msgid "Password reset requested"
990
  msgstr "Richiesto reset della password"
991
 
992
- #: ../common.php:931
993
  msgid "Limit on failed reCAPTCHA verifications is reached"
994
  msgstr "È stato raggiunto il limite delle verifiche reCAPTCHA fallite"
995
 
996
- #: ../common.php:1020
997
  msgid "%s ago"
998
  msgstr "%s fa"
999
 
1000
- #: ../settings.php:81
1001
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1002
  msgstr "Applicare i limiti delle regole di accesso agli indirizzi IP presenti nella White List"
1003
 
1004
- #: ../settings.php:90
1005
  msgid "Display 404 page"
1006
  msgstr "Mostra pagina 404"
1007
 
1008
- #: ../settings.php:200
1009
  msgid "Invisible reCAPTCHA"
1010
  msgstr "ReCAPTCHA invisibile"
1011
 
1012
- #: ../settings.php:200
1013
  msgid "Enable invisible reCAPTCHA"
1014
  msgstr "Abilita reCAPTCHA invisibile"
1015
 
1016
- #: ../settings.php:200
1017
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1018
  msgstr "(Non abilitare a meno che non si ottengano e si inseriscano la Chiave del sito e la Chiave Segreta per la versione invisibile)"
1019
 
1020
- #: ../settings.php:211
1021
  msgid "Enable reCAPTCHA for WordPress comment form"
1022
  msgstr "Attiva reCAPTCHA per il modulo dei commenti di WordPress"
1023
 
1024
- #: ../settings.php:212
1025
  msgid "Disable reCAPTCHA for logged in users"
1026
  msgstr "Disattiva reCAPTCHA per gli utenti connessi"
1027
 
1028
- #: ../settings.php:214
1029
  msgid "Limit attempts"
1030
  msgstr "Limiti dei tentativi"
1031
 
1032
- #: ../settings.php:214
1033
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1034
  msgstr "Blocca l'indirizzo IP per %s minuti dopo %s tentativi non riusciti entro %s minuti "
1035
 
1036
- #: ../settings.php:591
1037
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1038
  msgstr "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."
1039
 
1040
- #: ../dashboard.php:568 ../dashboard.php:740
1041
  msgid "Event"
1042
  msgstr "Evento"
1043
 
1044
- #: ../common.php:153
1045
  msgid "Spam comments denied"
1046
  msgstr "Commenti spam negati"
1047
 
1048
- #: ../common.php:155
1049
  msgid "Malicious IP addresses detected"
1050
  msgstr "Rilevati indirizzi IP malevoli"
1051
 
1052
- #: ../common.php:156
1053
  msgid "Lockouts occurred"
1054
  msgstr "Blocchi avvenuti"
1055
 
1056
- #: ../dashboard.php:1823
1057
  msgid "All suspicious activity"
1058
  msgstr "Tutte le attività sospette"
1059
 
1060
- #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1061
- #: /cerber-load.php:1227
1062
  msgid "You are not allowed to register."
1063
  msgstr "Non è consentito registrarsi."
1064
 
1065
- #: ../common.php:845
1066
  msgid "Spam comment denied"
1067
  msgstr "Il commento spam è stato negato"
1068
 
1069
- #: ../common.php:870
1070
  msgid "Attempt to log in denied"
1071
  msgstr "Tentativo di accesso negato"
1072
 
1073
- #: ../common.php:871
1074
  msgid "Attempt to register denied"
1075
  msgstr "Tentativo di registrazione negato"
1076
 
1077
- #: ../common.php:150
1078
  msgid "Malicious activities mitigated"
1079
  msgstr "Attività dannose attenuate"
1080
 
1081
- #: ../dashboard.php:68
1082
  msgid "Cerber antispam settings"
1083
  msgstr "Impostazioni dell'Antispam di Cerber"
1084
 
1085
- #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1086
  msgid "Antispam"
1087
  msgstr "Antispam"
1088
 
1089
- #: ../settings.php:172
1090
  msgid "Cerber antispam engine"
1091
  msgstr "Cerber antispam engine"
1092
 
1093
- #: ../settings.php:173
1094
  msgid "Comment form"
1095
  msgstr "Modulo dei commenti"
1096
 
1097
- #: ../settings.php:173
1098
  msgid "Protect comment form with bot detection engine"
1099
  msgstr "Proteggi il modulo dei commenti con il motore di rilevazione dei bot"
1100
 
1101
- #: ../settings.php:174
1102
  msgid "Protect registration form with bot detection engine"
1103
  msgstr "Proteggi il modulo di registrazione con il motore di rilevazione dei bot"
1104
 
1105
- #: ../cerber-tools.php:39
1106
  msgid "Export & Import"
1107
  msgstr "Esporta & Importa"
1108
 
1109
- #: ../cerber-tools.php:40
1110
  msgid "Diagnostic"
1111
  msgstr "Diagnostica"
1112
 
1113
- #: ../cerber-tools.php:41
1114
  msgid "License"
1115
  msgstr "Licenza"
1116
 
1117
- #: ../dashboard.php:3642
1118
  msgid "Antispam and bot detection settings"
1119
  msgstr "Impostazioni rilevamento di antispam e bot"
1120
 
1121
- #: ../cerber-load.php:1465
1122
  msgid "Sorry, human verification failed."
1123
  msgstr "Spiacenti, la verifica umana è fallita."
1124
 
1125
- #: ../common.php:932
1126
  msgid "Bot activity is detected"
1127
  msgstr "Attività Bot rilevata"
1128
 
1129
- #: ../settings.php:189
1130
  msgid "Comment processing"
1131
  msgstr "Elaborazione commento"
1132
 
1133
- #: ../settings.php:190
1134
  msgid "If a spam comment detected"
1135
  msgstr "Se un commento spam è rilevato"
1136
 
1137
- #: ../settings.php:191
1138
  msgid "Trash spam comments"
1139
  msgstr "Cestina i commenti spam"
1140
 
1141
- #: ../settings.php:191
1142
  msgid "Move spam comments to trash after"
1143
  msgstr "Sposta i commenti spam nel cestino dopo"
1144
 
1145
- #: ../common.php:846
1146
  msgid "Spam form submission denied"
1147
  msgstr "L'invio del form contenente spam è stato negata"
1148
 
1149
- #: ../settings.php:175
1150
  msgid "Other forms"
1151
  msgstr "Altro form"
1152
 
1153
- #: ../settings.php:175
1154
  msgid "Protect all forms on the website with bot detection engine"
1155
  msgstr "Proteggi tutti i form del sito web con il motore di rilevazione dei bot"
1156
 
1157
- #: ../settings.php:177
1158
  msgid "Adjust antispam engine"
1159
  msgstr "Regola Motore Antispam"
1160
 
1161
- #: ../settings.php:178
1162
  msgid "Safe mode"
1163
  msgstr "Modalità sicura"
1164
 
1165
- #: ../settings.php:178
1166
  msgid "Use less restrictive policies (allow AJAX)"
1167
  msgstr "Usa regole meno restrittive (Permetti AJAX)"
1168
 
1169
- #: ../dashboard.php:3272 ../settings.php:179
1170
  msgid "Logged in users"
1171
  msgstr "Utenti connessi"
1172
 
1173
- #: ../settings.php:179
1174
  msgid "Disable bot detection engine for logged in users"
1175
  msgstr "Disattiva il motore di rilevazione bot per gli utenti connessi"
1176
 
1177
- #: ../dashboard.php:136 ../dashboard.php:738
1178
  msgid "Country"
1179
  msgstr "Nazione"
1180
 
1181
- #: ../dashboard.php:771
1182
  msgid "All events"
1183
  msgstr "Tutti gli eventi"
1184
 
1185
- #: ../dashboard.php:60
1186
  msgid "Cerber Security Rules"
1187
  msgstr "Regole di Sicurezza di Cerber"
1188
 
1189
- #: ../dashboard.php:60 ../dashboard.php:2580
1190
  msgid "Security Rules"
1191
  msgstr "Regole di Sicurezza"
1192
 
1193
- #: ../dashboard.php:1182
1194
  msgid "Failed login attempts"
1195
  msgstr "Tentivi di accesso falliti"
1196
 
1197
- #: ../dashboard.php:1088 ../dashboard.php:1183
1198
  msgid "Registered"
1199
  msgstr "Registrato"
1200
 
1201
- #: ../dashboard.php:1253
1202
  msgid "You"
1203
  msgstr "Tu"
1204
 
1205
- #: ../common.php:154
1206
  msgid "Spam form submissions denied"
1207
  msgstr "Tentativi di immissione spam negati "
1208
 
1209
- #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1210
  msgid "Getting Started Guide"
1211
  msgstr "Guida introduttiva"
1212
 
1213
- #: ../dashboard.php:2572
1214
  msgid "Countries"
1215
  msgstr "Paesi"
1216
 
1217
- #: ../dashboard.php:2641
1218
  msgid "Permitted for one country"
1219
  msgid_plural "Permitted for %d countries"
1220
  msgstr[0] "Permesso per un paese "
1221
  msgstr[1] "Permesso per %d paesi"
1222
 
1223
- #: ../dashboard.php:2652
1224
  msgid "No rule"
1225
  msgstr "Nessuna regola"
1226
 
1227
- #: ../dashboard.php:2864
1228
  msgid "Security rules have been updated"
1229
  msgstr "Le regole di sicurezza sono state aggiornate"
1230
 
@@ -1233,473 +1221,457 @@ msgstr "Le regole di sicurezza sono state aggiornate"
1233
  msgid "https://wpcerber.com"
1234
  msgstr "https://wpcerber.com"
1235
 
1236
- #: ../common.php:847
1237
  msgid "Form submission denied"
1238
  msgstr "Invio form bloccato"
1239
 
1240
- #: ../common.php:848
1241
  msgid "Comment denied"
1242
  msgstr "Commento bloccato"
1243
 
1244
- #: ../common.php:876
1245
  msgid "Request to REST API denied"
1246
  msgstr "Richiesta di REST API bloccata"
1247
 
1248
- #: ../common.php:877
1249
  msgid "XML-RPC request denied"
1250
  msgstr "Richiesta XML-RPC bloccata"
1251
 
1252
- #: ../common.php:888
1253
  msgid "Bot detected"
1254
  msgstr "Bot rilevato"
1255
 
1256
- #: ../common.php:889
1257
  msgid "Citadel mode is active"
1258
  msgstr "Modalità Citadel attiva"
1259
 
1260
- #: ../common.php:893
1261
  msgid "Malicious activity detected"
1262
  msgstr "Rilevata attività malevola"
1263
 
1264
- #: ../common.php:894
1265
  msgid "Blocked by country rule"
1266
  msgstr "Bloccata dalle regole del Paese"
1267
 
1268
- #: ../common.php:895
1269
  msgid "Limit reached"
1270
  msgstr "Limite raggiunto"
1271
 
1272
- #: ../common.php:896
1273
  msgid "Multiple suspicious activities"
1274
  msgstr "Attività sospette multiple"
1275
 
1276
- #: ../common.php:933
1277
  msgid "Multiple suspicious activities were detected"
1278
  msgstr "Attività sospette multiple sono state rilevate"
1279
 
1280
- #: ../settings.php:124
1281
- msgid "Block access to user pages like /?author=n and user data via REST API"
1282
- msgstr "Blocca l'accesso alle pagine utente come /? Author = n e i dati utente tramite l'API REST"
1283
-
1284
- #: ../settings.php:134
1285
- msgid "Block access to the WordPress REST API except the following"
1286
- msgstr "Blocca l'accesso all'API di WordPress REST eccetto quanto segue"
1287
-
1288
- #: ../settings.php:135
1289
  msgid "Allow REST API for logged in users"
1290
  msgstr "Consenti il REST API per gli utenti connessi"
1291
 
1292
- #: ../settings.php:142
1293
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1294
  msgstr "Specifica gli spazi dei nomi REST API consentiti se l'API REST è disattivata. Una stringa per riga."
1295
 
1296
- #: ../settings.php:154
1297
  msgid "Registration limit"
1298
  msgstr "Limite di Registrazione"
1299
 
1300
- #: ../settings.php:165
1301
  msgid "Sort users in dashboard"
1302
  msgstr "Ordina gli utenti nel pannello"
1303
 
1304
- #: ../settings.php:165
1305
  msgid "by date of registration"
1306
  msgstr "per data di registrazione"
1307
 
1308
- #: ../settings.php:180
1309
  msgid "Query whitelist"
1310
  msgstr "Whitelist Query\n"
1311
  ""
1312
 
1313
- #: ../settings.php:753 ../settings.php:875
1314
  msgid "%s allowed registrations in %s minutes from one IP"
1315
  msgstr "%s registrazioni permesse in %s minuti da un indrizzo IP"
1316
 
1317
- #: ../dashboard.php:2708
1318
  msgid "Start typing here to find a country"
1319
  msgstr "Inizia a digitare qui per trovare un paese"
1320
 
1321
- #: ../dashboard.php:2791
1322
  msgid "Click on a country name to add it to the list of selected countries"
1323
  msgstr "Clicca sul nome del paese per aggiungerlo nella lista dei paesi selezionati"
1324
 
1325
- #: ../dashboard.php:2815
1326
  msgid "Submit forms"
1327
  msgstr "Trasmetti forms"
1328
 
1329
- #: ../dashboard.php:2816
1330
  msgid "Post comments"
1331
  msgstr "Inserisci commenti"
1332
 
1333
- #: ../dashboard.php:2817
1334
  msgid "Log in to the website"
1335
  msgstr "Accedi al sito web"
1336
 
1337
- #: ../dashboard.php:2818
1338
  msgid "Register on the website"
1339
  msgstr "Registrati al sito web"
1340
 
1341
- #: ../dashboard.php:2819
1342
  msgid "Use XML-RPC"
1343
  msgstr "Usa XML-RPC"
1344
 
1345
- #: ../dashboard.php:2820
1346
  msgid "Use REST API"
1347
  msgstr "Usa REST API\n"
1348
  ""
1349
 
1350
- #: ../settings.php:190
1351
  msgid "Deny it completely"
1352
  msgstr "Negarlo completamente"
1353
 
1354
- #: ../settings.php:190
1355
  msgid "Mark it as spam"
1356
  msgstr "Segna come spam"
1357
 
1358
- #: ../dashboard.php:1808
1359
  msgid "in the last 24 hours"
1360
  msgstr "nelle ultime 24 ore"
1361
 
1362
- #: ../dashboard.php:2175
1363
  msgid "Main settings"
1364
  msgstr "Impostazioni Principali"
1365
 
1366
- #: ../settings.php:261
1367
  msgid "Weekly reports"
1368
  msgstr "Report settimanali"
1369
 
1370
- #: ../settings.php:989
1371
  msgid "Sunday"
1372
  msgstr "Domenica"
1373
 
1374
- #: ../settings.php:990
1375
  msgid "Monday"
1376
  msgstr "Lunedì"
1377
 
1378
- #: ../settings.php:991
1379
  msgid "Tuesday"
1380
  msgstr "Martedì"
1381
 
1382
- #: ../settings.php:992
1383
  msgid "Wednesday"
1384
  msgstr "Mercoledì"
1385
 
1386
- #: ../settings.php:993
1387
  msgid "Thursday"
1388
  msgstr "Giovedì"
1389
 
1390
- #: ../settings.php:994
1391
  msgid "Friday"
1392
  msgstr "Venerdì"
1393
 
1394
- #: ../settings.php:995
1395
  msgid "Saturday"
1396
  msgstr "Sabato"
1397
 
1398
- #: ../settings.php:1054 ../settings.php:1055
1399
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1400
  msgstr "Se si utilizza un plug-in di memorizzazione nella cache, è necessario aggiungere il nuovo URL di accesso all'elenco delle pagine da non memorizzare in cache."
1401
 
1402
- #: ../cerber-load.php:3526
1403
  msgid "Weekly report"
1404
  msgstr "Report Settimanale"
1405
 
1406
- #: ../cerber-load.php:3529 ../cerber-load.php:3539
1407
  msgid "To change reporting settings visit"
1408
  msgstr "Per cambiare il report visita"
1409
 
1410
- #: ../cerber-load.php:3562
1411
  msgid "Your login page:"
1412
  msgstr "La tua pagina di login:"
1413
 
1414
- #: ../cerber-load.php:3566
1415
  msgid "Your license is valid until"
1416
  msgstr "La tua licenza è valida sino al"
1417
 
1418
- #: ../cerber-load.php:3672
1419
  msgid "Activity details"
1420
  msgstr "Dettaglio Attività"
1421
 
1422
- #: ../settings.php:1021
1423
  msgid "Click to send now"
1424
  msgstr "Clicca per spedire ora"
1425
 
1426
- #: ../cerber-load.php:833
1427
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1428
  msgstr "> > > Traduttore di WP Cerber? Per ottenere una licenza PRO gratis, invia i tuoi dati da qui: https://wpcerber.com/contact/"
1429
 
1430
- #: ../dashboard.php:428
1431
  msgid "Email has been sent to"
1432
  msgstr "Email è stata spedita a"
1433
 
1434
- #: ../dashboard.php:431
1435
  msgid "Unable to send email to"
1436
  msgstr "Non riesco ad inviare l'email a"
1437
 
1438
- #: ../dashboard.php:2644
1439
  msgid "Not permitted for one country"
1440
  msgid_plural "Not permitted for %d countries"
1441
  msgstr[0] "Non permesso per un paese"
1442
  msgstr[1] "non permesso per %d paesi"
1443
 
1444
- #: ../dashboard.php:2795
1445
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1446
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1447
  msgstr "I paesi selezionati sono autorizzati ad %s, altri paesi non sono autorizzati ad"
1448
 
1449
- #: ../dashboard.php:2798
1450
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1451
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1452
  msgstr "I paesi selezionati non sono autorizzati ad %s, altri paesi sono autorizzati ad"
1453
 
1454
- #: ../cerber-load.php:3660
1455
  msgid "Weekly Report"
1456
  msgstr "Report settimanale"
1457
 
1458
- #: ../settings.php:90
1459
  msgid "Use 404 template from the active theme"
1460
  msgstr "Usa pagina 404 dal tema attivo"
1461
 
1462
- #: ../settings.php:90
1463
  msgid "Display simple 404 page"
1464
  msgstr "Mostra una semplice pagina 404"
1465
 
1466
- #: ../settings.php:186
1467
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1468
  msgstr "Immettere una parte della stringa di query o del percorso di query per escludere una richiesta dall'ispezione dal motore. Un elemento per riga."
1469
 
1470
- #: ../settings.php:274 ../settings.php:511
1471
  msgid "if empty, email from notification settings will be used"
1472
  msgstr "Se vuoto, verrà utilizzata l'e-mail dalle impostazioni di notifica"
1473
 
1474
- #: ../settings.php:262
1475
  msgid "Enable reporting"
1476
  msgstr "Abilita reporting"
1477
 
1478
- #: ../cerber-load.php:3590
1479
  msgid "Your last sign-in was %s from %s"
1480
  msgstr "Il tuo ultimo accesso è stato %s da %s"
1481
 
1482
- #: ../cerber-load.php:3686
1483
- msgid "Attempts to log in with non-existent username"
1484
- msgstr "Tentativi di accesso con con un nome utente inesistente"
1485
-
1486
- #: ../dashboard.php:217
1487
  msgid "IP address, IPv4 address range or subnet"
1488
  msgstr "Indirizzi IP, range indirizzi IPv4 o sottorete"
1489
 
1490
- #: ../dashboard.php:219
1491
  msgid "Optional comment for this entry"
1492
  msgstr "Commento opzionale per questa voce"
1493
 
1494
- #: ../dashboard.php:260
1495
  msgid "You cannot add your IP address or network"
1496
  msgstr "Non è possibile aggiungere il tuo indirizzo IP o rete"
1497
 
1498
- #: ../settings.php:162
1499
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1500
  msgstr "Per specificare un pattern REGEX inserisci un pattern in mezzo a due slashes (//) "
1501
 
1502
- #: ../dashboard.php:56
1503
  msgid "Cerber Traffic Inspector"
1504
  msgstr "Ispettore del traffico di Cerber"
1505
 
1506
- #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1507
  msgid "Traffic Inspector"
1508
  msgstr "Ispettore del traffico"
1509
 
1510
- #: ../dashboard.php:1355
1511
  msgid "Traffic"
1512
  msgstr "Traffico"
1513
 
1514
- #: ../dashboard.php:3240
1515
  msgid "Request"
1516
  msgstr "Richieste"
1517
 
1518
- #: ../dashboard.php:3242
1519
  msgid "Host Info"
1520
  msgstr "Info Host"
1521
 
1522
- #: ../dashboard.php:3243
1523
  msgid "User Agent"
1524
  msgstr "Agente Utente"
1525
 
1526
- #: ../dashboard.php:3268
1527
  msgid "All requests"
1528
  msgstr "Tutte le richieste"
1529
 
1530
- #: ../dashboard.php:3273
1531
  msgid "Not logged in visitors"
1532
  msgstr "Visitatori non registrati"
1533
 
1534
- #: ../dashboard.php:3276
1535
  msgid "Form submissions"
1536
  msgstr "Modulo di invio"
1537
 
1538
- #: ../dashboard.php:3278
1539
  msgid "Page Not Found"
1540
  msgstr "Pagina non trovata"
1541
 
1542
- #: ../dashboard.php:3285
1543
  msgid "Longer than"
1544
  msgstr "Più lungo di"
1545
 
1546
- #: ../dashboard.php:3301
1547
  msgid "Refresh"
1548
  msgstr "Ricaricare"
1549
 
1550
- #: ../common.php:116
1551
  msgid "Check for requests"
1552
  msgstr "Controlla richieste"
1553
 
1554
- #: ../common.php:1229
1555
  msgid "Not specified"
1556
  msgstr "Non Specificato"
1557
 
1558
- #: ../settings.php:304
1559
  msgid "Logging mode"
1560
  msgstr "Modalità di registrazione"
1561
 
1562
- #: ../settings.php:310
1563
  msgid "Logging disabled"
1564
  msgstr "Registrazione disabilitata"
1565
 
1566
- #: ../settings.php:311
1567
  msgid "Smart"
1568
  msgstr "Intelligente"
1569
 
1570
- #: ../settings.php:312
1571
  msgid "All traffic"
1572
  msgstr "Tutto il traffico"
1573
 
1574
- #: ../settings.php:316
1575
  msgid "Ignore crawlers"
1576
  msgstr "Ignora i crawler"
1577
 
1578
- #: ../settings.php:326
1579
  msgid "Mask these form fields"
1580
  msgstr "Maschera questi campi modulo"
1581
 
1582
- #: ../settings.php:362
1583
  msgid "milliseconds"
1584
  msgstr "millisecondi"
1585
 
1586
- #: ../settings.php:282
1587
- msgid "Inspection"
1588
- msgstr "Ispezione"
1589
-
1590
- #: ../settings.php:283
1591
  msgid "Enable traffic inspection"
1592
  msgstr "Abilita l'ispezione del traffico"
1593
 
1594
- #: ../settings.php:303
1595
  msgid "Logging"
1596
  msgstr "Registrazione"
1597
 
1598
- #: ../settings.php:321
1599
  msgid "Save request fields"
1600
  msgstr "Salva i campi richiesti"
1601
 
1602
- #: ../settings.php:357
1603
  msgid "Page generation time threshold"
1604
  msgstr "Soglia del tempo di generazione della pagina"
1605
 
1606
- #: ../dashboard.php:3260
1607
  msgid "No requests have been logged."
1608
  msgstr "Nessuna richiesta è stata registrata."
1609
 
1610
- #: ../dashboard.php:1322
1611
  msgid "enabled"
1612
  msgstr "Abilitato"
1613
 
1614
- #: ../dashboard.php:1327
1615
  msgid "no connection"
1616
  msgstr "Nessuna connessione"
1617
 
1618
- #: ../dashboard.php:3597
1619
  msgid "Advanced search"
1620
  msgstr "Ricerca Avanzata"
1621
 
1622
- #: ../dashboard.php:1078
1623
  msgid "Last seen"
1624
  msgstr "Ultimo visto"
1625
 
1626
- #: ../common.php:872 ../common.php:934
1627
  msgid "Probing for vulnerable PHP code"
1628
  msgstr "Sondo per codice PHP vulnerabile"
1629
 
1630
- #: ../dashboard.php:3555
1631
  msgid "Any"
1632
  msgstr "Qualsiasi"
1633
 
1634
- #: ../cerber-load.php:3308
1635
  msgid "We're sorry, you are not allowed to proceed"
1636
  msgstr "Siamo spiacenti, non ti è permesso procedere"
1637
 
1638
- #: ../settings.php:294
1639
  msgid "Request whitelist"
1640
  msgstr "Whitelist delle richieste"
1641
 
1642
- #: ../settings.php:300
1643
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1644
  msgstr "Inserire una URI per escludere la stessadall'ispezione. Un elemento per riga."
1645
 
1646
- #: ../settings.php:338
1647
  msgid "Save request headers"
1648
  msgstr "Salva l'header delle richieste"
1649
 
1650
- #: ../settings.php:344
1651
  msgid "Save $_SERVER"
1652
  msgstr "Salva $_SERVER"
1653
 
1654
- #: ../settings.php:350
1655
  msgid "Save request cookies"
1656
  msgstr "Salva la richiesta dei cookies"
1657
 
1658
- #: ../settings.php:125
1659
  msgid "Protect admin scripts"
1660
  msgstr "Proteggi gli script di amministrazione"
1661
 
1662
- #: ../settings.php:125
1663
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1664
  msgstr "Blocca l'accesso non autorizzato a load-scripts.php e load-styles.php"
1665
 
1666
- #: ../common.php:1915
1667
  msgid "Unable to create the directory"
1668
  msgstr "Impossibile creare la directory"
1669
 
1670
- #: ../common.php:1920
1671
  msgid "Destination folder access denied"
1672
  msgstr "Accesso alla cartella di destinazione negato"
1673
 
1674
- #: ../common.php:1923
1675
  msgid "File not found"
1676
  msgstr "File non trovato"
1677
 
1678
- #: ../common.php:1926
1679
  msgid "Unable to copy the file"
1680
  msgstr "Impossibile copiare il file"
1681
 
1682
- #: ../common.php:1932
1683
  msgid "Unable to delete the file"
1684
  msgstr "Impossibile cancellare il file"
1685
 
1686
- #: ../settings.php:74
1687
  msgid "Plugin initialization"
1688
  msgstr "Inizializzazione del plugin"
1689
 
1690
- #: ../settings.php:75
1691
  msgid "Load security engine"
1692
  msgstr "Carica il motore di sicurezza"
1693
 
1694
- #: ../settings.php:75
1695
  msgid "Legacy mode"
1696
  msgstr "Modalità legacy"
1697
 
1698
- #: ../settings.php:75
1699
  msgid "Standard mode"
1700
  msgstr "Modalità standard"
1701
 
1702
- #: ../settings.php:1032
1703
  msgid "Plugin initialization mode has not been changed"
1704
  msgstr "La modalità di inizializzazione del plugin non è stata modificata"
1705
 
@@ -1708,39 +1680,40 @@ msgstr "La modalità di inizializzazione del plugin non è stata modificata"
1708
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1709
  msgstr "Questo è un modulo di avvio standard per il plugin WP Cerber Security e Antispam. È stato installato quando è stata impostata la modalità di inizializzazione del plugin su Standard. Per saperne di più: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1710
 
1711
- #: ../common.php:874
1712
  msgid "File upload denied"
1713
  msgstr "Caricamento file negato"
1714
 
1715
- #: ../settings.php:98
1716
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1717
  msgstr "L'URL di accesso personalizzato può contenere solo lettere, numeri, trattini e caratteri di sottolineatura"
1718
 
1719
- #: ../settings.php:186 ../settings.php:300
1720
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1721
  msgstr "Per specificare un pattern REGEX, racchiudere un'intera riga in due parentesi."
1722
 
1723
- #: ../settings.php:587
1724
  msgid "Be careful about enabling these options."
1725
  msgstr "Fai attenzione nell'abilitazione di queste opzioni."
1726
 
1727
- #: ../settings.php:587
1728
  msgid "If you forget your Custom login URL, you will be unable to log in."
1729
  msgstr "Se si dimentica l'URL di accesso personalizzato, non sarà possibile accedere."
1730
 
1731
- #: ../dashboard.php:64 ../cerber-scanner.php:89
1732
  msgid "Site Integrity"
1733
  msgstr "Integrità del sito"
1734
 
1735
- #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
 
1736
  msgid "Disabled"
1737
  msgstr "Disabilitato"
1738
 
1739
- #: ../dashboard.php:1341 ../cerber-scanner.php:874
1740
  msgid "Quick Scan"
1741
  msgstr "Scansione veloce"
1742
 
1743
- #: ../dashboard.php:1343 ../cerber-scanner.php:874
1744
  msgid "Full Scan"
1745
  msgstr "Scansione completa"
1746
 
@@ -1749,423 +1722,423 @@ msgstr "Scansione completa"
1749
  msgid "WP Cerber Security, Antispam & Malware Scan"
1750
  msgstr "WP Cerber Security, Antispam & Malware Scansione"
1751
 
1752
- #: ../common.php:897
1753
  msgid "Denied"
1754
  msgstr "Negato"
1755
 
1756
- #: ../settings.php:81 ../settings.php:289
1757
  msgid "Use White IP Access List"
1758
  msgstr "Usa la lista White IP Access\n"
1759
  ""
1760
 
1761
- #: ../settings.php:88
1762
  msgid "Disable dashboard redirection"
1763
  msgstr "Disabilita il reindirizzamento della dashboard"
1764
 
1765
- #: ../settings.php:88
1766
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1767
  msgstr "Disabilita il reindirizzamento automatico alla pagina di accesso quando / wp-admin / viene richiesto da una richiesta non autorizzata"
1768
 
1769
- #: ../settings.php:378
1770
  msgid "Scanner settings"
1771
  msgstr "Impostazioni di scansione"
1772
 
1773
- #: ../settings.php:379
1774
  msgid "Custom signatures"
1775
  msgstr "Firme di codice personalizzate"
1776
 
1777
- #: ../settings.php:385
1778
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1779
  msgstr "Specificare firme di codice PHP personalizzate. Un elemento per riga. Per specificare un pattern REGEX, racchiudi un'intera riga in due parentesi."
1780
 
1781
- #: ../settings.php:387
1782
  msgid "Unwanted file extensions"
1783
  msgstr "Estensioni di file indesiderate"
1784
 
1785
- #: ../settings.php:393
1786
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1787
  msgstr "Specificare le estensioni dei file da cercare. Solo scansione completa. Usa la virgola per separare gli oggetti."
1788
 
1789
- #: ../settings.php:395
1790
  msgid "Directories to exclude"
1791
  msgstr "Cartelle da escludere"
1792
 
1793
- #: ../settings.php:401
1794
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1795
  msgstr "Specifiare le cartelle da escludere dalla scansione. Percorso assoluto. Un elemento per linea."
1796
 
1797
- #: ../settings.php:416
1798
  msgid "Scan temporary directory"
1799
  msgstr "Scansione directory temporanea"
1800
 
1801
- #: ../settings.php:423
1802
  msgid "Scan session directory"
1803
  msgstr "Scansione directory di sessione"
1804
 
1805
- #: ../settings.php:435
1806
  msgid "Delete quarantined files after"
1807
  msgstr "Eliminare i files in quarantena dopo"
1808
 
1809
- #: ../settings.php:450
1810
  msgid "Launch Quick Scan"
1811
  msgstr "Avvia una scansione veloce"
1812
 
1813
- #: ../cerber-scanner.php:1417
1814
  msgid "Every hour"
1815
  msgstr "Ogni ora"
1816
 
1817
- #: ../cerber-scanner.php:1418
1818
  msgid "Every 3 hours"
1819
  msgstr "Ogni 3 ore"
1820
 
1821
- #: ../cerber-scanner.php:1419
1822
  msgid "Every 6 hours"
1823
  msgstr "Ogni 6 ore"
1824
 
1825
- #: ../settings.php:457
1826
  msgid "Launch Full Scan"
1827
  msgstr "Avvia scansione completa"
1828
 
1829
- #: ../settings.php:467 ../settings.php:527
1830
  msgid "Low severity"
1831
  msgstr "Bassa gravità"
1832
 
1833
- #: ../settings.php:467 ../settings.php:527
1834
  msgid "Medium severity"
1835
  msgstr "Media gravità"
1836
 
1837
- #: ../settings.php:467 ../settings.php:527
1838
  msgid "High severity"
1839
  msgstr "Alta gravità"
1840
 
1841
- #: ../settings.php:468
1842
  msgid "Report an issue if any of the following is true"
1843
  msgstr "Segnala un problema se una delle seguenti condizioni è vera"
1844
 
1845
- #: ../settings.php:476
1846
  msgid "Send email report"
1847
  msgstr "Invia un report via email"
1848
 
1849
- #: ../settings.php:482
1850
  msgid "After every scan"
1851
  msgstr "Dopo ogni scansione"
1852
 
1853
- #: ../settings.php:483
1854
  msgid "If any changes in scan results occurred"
1855
  msgstr "Se si sono verificati cambiamenti nei risultati della scansione"
1856
 
1857
- #: ../settings.php:488
1858
  msgid "Include file sizes"
1859
  msgstr "Includi dimensioni del file"
1860
 
1861
- #: ../settings.php:495
1862
  msgid "Include scan errors"
1863
  msgstr "Includi errori di scansione"
1864
 
1865
- #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1866
  msgid "Security Scanner"
1867
  msgstr "Scanner di Sicurezza"
1868
 
1869
- #: ../cerber-scanner.php:77
1870
  msgid "Scheduling"
1871
  msgstr "Programmazione\n"
1872
  ""
1873
 
1874
- #: ../cerber-scanner.php:142
1875
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1876
  msgstr "Attualmente una scansione programmata è in corso. Attendere fino a che sia ultimata."
1877
 
1878
- #: ../cerber-scanner.php:146
1879
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1880
  msgstr "Una precedente scansione avviata %s non è stata completata. Continuare la scansione?"
1881
 
1882
- #: ../cerber-scanner.php:155
1883
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1884
  msgstr "Sembra che questo sito non sia mai stato scansionato. Per avviare la scansione, fai clic sul pulsante in basso."
1885
 
1886
- #: ../cerber-scanner.php:158
1887
  msgid "Start Quick Scan"
1888
  msgstr "Avvia una scansione veloce"
1889
 
1890
- #: ../cerber-scanner.php:159
1891
  msgid "Start Full Scan"
1892
  msgstr "Avvisa una scansione completa"
1893
 
1894
- #: ../cerber-scanner.php:160
1895
  msgid "Stop Scanning"
1896
  msgstr "Ferma la scansione."
1897
 
1898
- #: ../cerber-scanner.php:161
1899
  msgid "Continue Scanning"
1900
  msgstr "Continua la scansione"
1901
 
1902
- #: ../cerber-scanner.php:191
1903
  msgid "Delete"
1904
  msgstr "Elimina"
1905
 
1906
- #: ../cerber-scanner.php:1366
1907
  msgid "Verified"
1908
  msgstr "Verificato"
1909
 
1910
- #: ../cerber-scanner.php:1373
1911
  msgid "Integrity data not found"
1912
  msgstr "Integrity data non trovato"
1913
 
1914
- #: ../cerber-scanner.php:1374
1915
  msgid "Unable to check the integrity of the plugin due to a network error"
1916
  msgstr "Impossibile verficare l'integrità del plugin a causa di un errore di rete"
1917
 
1918
- #: ../cerber-scanner.php:1375
1919
  msgid "Unable to check the integrity of WordPress files due to a network error"
1920
  msgstr "Impossibile verficare l'integrità di wordpress a causa di un errore di rete"
1921
 
1922
- #: ../cerber-scanner.php:1376
1923
  msgid "Unable to check the integrity of the theme due to a network error"
1924
  msgstr "Impossibile verificare l'integrità del tema a causa di un errore di rete"
1925
 
1926
- #: ../cerber-scanner.php:1379
1927
  msgid "Local file doesn't exist"
1928
  msgstr "Filelocale non esiste"
1929
 
1930
- #: ../cerber-scanner.php:1381
1931
  msgid "Unable to process file"
1932
  msgstr "Improssibile processare il file"
1933
 
1934
- #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1935
  msgid "Unable to open file"
1936
  msgstr "Impossibile aprire il file"
1937
 
1938
- #: ../cerber-scanner.php:1384
1939
  msgid "Checksum mismatch"
1940
  msgstr "Mancata corrispondenza del checksum"
1941
 
1942
- #: ../cerber-scanner.php:1387
1943
  msgid "Suspicious code found"
1944
  msgstr "Codice sospetto rilevato"
1945
 
1946
- #: ../cerber-scanner.php:1389
1947
  msgid "Unattended suspicious file"
1948
  msgstr "File sospetto inaspettato"
1949
 
1950
- #: ../cerber-scanner.php:1390
1951
  msgid "Executable code found"
1952
  msgstr "Rilevato Codice eseguibile"
1953
 
1954
- #: ../cerber-scanner.php:1394
1955
  msgid "Unwanted file extension"
1956
  msgstr "Estensione di file indesiderata"
1957
 
1958
- #: ../cerber-scanner.php:1396
1959
  msgid "Content has been modified"
1960
  msgstr "Contenuto è stato modificato"
1961
 
1962
- #: ../cerber-scanner.php:1397
1963
  msgid "New file"
1964
  msgstr "Nuovo file"
1965
 
1966
- #: ../cerber-scanner.php:2487
1967
  msgid "Custom signature found"
1968
  msgstr "Rilevate firme di codice personalizzate"
1969
 
1970
- #: ../cerber-scanner.php:3730
1971
  msgid "Scanning folders for files"
1972
  msgstr "Sansione delle cartelle per files"
1973
 
1974
- #: ../cerber-scanner.php:3734
1975
  msgid "Parsing the list of files"
1976
  msgstr "Analisi dell'elenco dei files"
1977
 
1978
- #: ../cerber-scanner.php:3735
1979
  msgid "Checking for new and modified files"
1980
  msgstr "Verifica di file nuovi e modificati"
1981
 
1982
- #: ../cerber-scanner.php:3736
1983
  msgid "Verifying the integrity of WordPress"
1984
  msgstr "Verifica integrità di Wordpress"
1985
 
1986
- #: ../cerber-scanner.php:3737
1987
  msgid "Verifying the integrity of the plugins"
1988
  msgstr "Verifica integrità dei plugins"
1989
 
1990
- #: ../cerber-scanner.php:3738
1991
  msgid "Verifying the integrity of the themes"
1992
  msgstr "Verifica integrità dei temi"
1993
 
1994
- #: ../cerber-scanner.php:3739
1995
  msgid "Searching for malicious code"
1996
  msgstr "Ricerca di codice dannoso"
1997
 
1998
- #: ../cerber-scanner.php:3740
1999
  msgid "Finalizing the scan"
2000
  msgstr "Finalizzazione della scansione"
2001
 
2002
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2003
  msgid "Files to scan"
2004
  msgstr "Files da scansionare"
2005
 
2006
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2007
  msgid "Critical issues"
2008
  msgstr "Problemi critici"
2009
 
2010
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2011
  msgid "Issues total"
2012
  msgstr "Problemi Totali"
2013
 
2014
- #: ../cerber-scanner.php:4309
2015
  msgid "The directory is not writable"
2016
  msgstr "La cartella non è scrivibile"
2017
 
2018
- #: ../cerber-scanner.php:4327
2019
  msgid "Unable to create WP CERBER directory"
2020
  msgstr "Impossibile creare la cartella WP CERBER"
2021
 
2022
- #: ../cerber-scanner.php:4533
2023
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2024
  msgstr "Errore di accesso al file. Probabilmente i risultati della scansione sono obsoleti. Esegui scansione rapida o completa. Grazie."
2025
 
2026
- #: ../cerber-scanner.php:5213
2027
  msgid "To view full report visit"
2028
  msgstr "Per visualizzare il report completo visita"
2029
 
2030
- #: ../cerber-load.php:3536
2031
  msgid "Scanner Report"
2032
  msgstr "Scanner Report\n"
2033
  ""
2034
 
2035
- #: ../settings.php:403
2036
  msgid "Monitor new files"
2037
  msgstr "Monitaora nuovi files"
2038
 
2039
- #: ../settings.php:410
2040
  msgid "Monitor modified files"
2041
  msgstr "Monitra file modificati"
2042
 
2043
- #: ../settings.php:484
2044
  msgid "If new issues found"
2045
  msgstr "Se una nuova problematica viene trovata"
2046
 
2047
- #: ../settings.php:1279
2048
  msgid "The schedule has been updated"
2049
  msgstr "La programmazione è stata aggiornata"
2050
 
2051
- #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
2052
  msgid "Suspicious directives found"
2053
  msgstr "Trovate direttive sospette"
2054
 
2055
- #: ../cerber-scanner.php:2665
2056
  msgid "Suspicious code instruction found"
2057
  msgstr "Trovata un'istruzione di codice sospetta"
2058
 
2059
- #: ../cerber-scanner.php:2666
2060
  msgid "Suspicious code signatures found"
2061
  msgstr "Trovate Firme di codice sospette"
2062
 
2063
- #: ../cerber-scanner.php:2669
2064
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2065
  msgstr "Per risolvere questo problema è necessario reinstallare %s o aggiornarlo alla versione più recente."
2066
 
2067
- #: ../cerber-scanner.php:2670
2068
  msgid "Please upload a reference ZIP archive"
2069
  msgstr "Carica un archivio ZIP di riferimento. Grazie."
2070
 
2071
- #: ../cerber-scanner.php:2671
2072
  msgid "Resolve issue"
2073
  msgstr "Risolvi problematica"
2074
 
2075
- #: ../cerber-scanner.php:4020
2076
  msgid "We have not found any integrity data to verify"
2077
  msgstr "Non è stato trovato alcun dato di integrità da verificare"
2078
 
2079
- #: ../cerber-scanner.php:4022
2080
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2081
  msgstr "Devi caricare l'archivio ZIP dal quale lo hai installato. Ciò consente allo scanner di sicurezza di verificare l'integrità del codice e rilevare il malware."
2082
 
2083
- #: ../cerber-scanner.php:5060
2084
  msgid "Full Scan Report"
2085
  msgstr "Rapporto di scansione completo"
2086
 
2087
- #: ../cerber-scanner.php:5060
2088
  msgid "Quick Scan Report"
2089
  msgstr "Rapporto di scansione veloce"
2090
 
2091
- #: ../cerber-scanner.php:5073
2092
  msgid "Files scanned"
2093
  msgstr "Files scansionati"
2094
 
2095
- #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2096
- #: php:1094
2097
  msgid "Check for activities"
2098
  msgstr "Controllo per attività"
2099
 
2100
- #: ../dashboard.php:1057
2101
  msgid "Activated"
2102
  msgstr "Attivato"
2103
 
2104
- #: ../common.php:879
2105
  msgid "Malicious request denied"
2106
  msgstr "Richieste dannosa negate"
2107
 
2108
- #: ../common.php:883
2109
  msgid "User activated"
2110
  msgstr "Utente Attivato"
2111
 
2112
- #: ../common.php:898
2113
  msgid "Suspicious number of fields"
2114
  msgstr "Numero di files sospetti"
2115
 
2116
- #: ../common.php:899
2117
  msgid "Suspicious number of nested values"
2118
  msgstr "Numero sospetto di valori annidati"
2119
 
2120
- #: ../common.php:900 ../common.php:935
2121
  msgid "Malicious code detected"
2122
  msgstr "Codice dannoso rilevato"
2123
 
2124
- #: ../common.php:936
2125
  msgid "Attempt to upload a file with malicious code"
2126
  msgstr "Tentativi di caricamento di file con codice dannoso"
2127
 
2128
- #: ../common.php:1105
2129
  msgid "Bytes"
2130
  msgstr "Bytes"
2131
 
2132
- #: ../cerber-scanner.php:1372
2133
  msgid "Vulnerability found"
2134
  msgstr "Vulnerabilità trovate"
2135
 
2136
- #: ../cerber-scanner.php:1377
2137
  msgid "Unable to check the integrity due to a DB error"
2138
  msgstr "Impossibile verificare l'integrità a causa di un errore del database"
2139
 
2140
- #: ../cerber-scanner.php:3731
2141
  msgid "Scanning the upload folder for files"
2142
  msgstr "Scansione della cartella upload per files"
2143
 
2144
- #: ../cerber-scanner.php:3732
2145
  msgid "Scanning the temp folder for files"
2146
  msgstr "Scansione della cartella temp per i file"
2147
 
2148
- #: ../cerber-scanner.php:3733
2149
  msgid "Scanning the session folder for files"
2150
  msgstr "Scansione della cartella sessioni per i file"
2151
 
2152
- #: ../settings.php:449
2153
  msgid "Automated recurring scan schedule"
2154
  msgstr "Pianificazione di scansioni ricorrenti automatizzate"
2155
 
2156
- #: ../settings.php:465
2157
  msgid "Scan results reporting"
2158
  msgstr "Controlla i risultati dei rapporti"
2159
 
2160
- #: ../dashboard.php:3270
2161
  msgid "Suspicious activity"
2162
  msgstr "Attività sospette"
2163
 
2164
- #: ../dashboard.php:3271
2165
  msgid "Errors"
2166
  msgstr "Errore"
2167
 
2168
- #: ../dashboard.php:3633
2169
  msgid "Antispam engine"
2170
  msgstr "Motore Antispam"
2171
 
@@ -2174,302 +2147,799 @@ msgstr "Motore Antispam"
2174
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2175
  msgstr "Difende WordPress da attacchi di hacker, spam, trojan e virus. Malware scanner e controllo di integrità. Rafforza WordPress con una serie di algoritmi di sicurezza completi. Protezione antispam con un sofisticato motore di rilevamento dei bot e reCAPTCHA. Tiene traccia delle attività degli utenti e degli intrusi con potenti notifiche email, mobili e desktop."
2176
 
2177
- #: ../cerber-load.php:377
2178
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2179
  msgstr "Hai superato il numero di tentativi di accesso consentiti. Si prega di riprovare tra %d minuti."
2180
 
2181
- #: ../common.php:1020
2182
  msgctxt "preposition of a period of time like: in 6 hours"
2183
  msgid "in %s"
2184
  msgstr "in %s"
2185
 
2186
- #: ../settings.php:1005
2187
  msgctxt "preposition of time like: at 11:00"
2188
  msgid "at"
2189
  msgstr "alle"
2190
 
2191
- #: ../cerber-scanner.php:80
2192
  msgid "Quarantine"
2193
  msgstr "Quarantena"
2194
 
2195
- #: ../cerber-scanner.php:3815
2196
  msgid "Started"
2197
  msgstr "Avviato"
2198
 
2199
- #: ../cerber-scanner.php:3819
2200
  msgid "Finished"
2201
  msgstr "Ultimato"
2202
 
2203
- #: ../cerber-scanner.php:3827
2204
  msgid "Performance"
2205
  msgstr "Performance"
2206
 
2207
- #: ../cerber-scanner.php:3839
2208
  msgid "Vulnerabilities"
2209
  msgstr "Vulnerabilità"
2210
 
2211
- #: ../cerber-scanner.php:3843
2212
  msgid "New files"
2213
  msgstr "Nuovi files"
2214
 
2215
- #: ../cerber-scanner.php:3847
2216
  msgid "Changed files"
2217
  msgstr "Files cambiati"
2218
 
2219
- #: ../cerber-scanner.php:3851
2220
  msgid "Unwanted extensions"
2221
  msgstr "Estensioni on volute"
2222
 
2223
- #: ../settings.php:521 ../cerber-scanner.php:3855
2224
  msgid "Unattended files"
2225
  msgstr "Files inattesi"
2226
 
2227
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2228
  msgid "Scanned"
2229
  msgstr "Scansionati"
2230
 
2231
- #: ../cerber-scanner.php:5446
2232
  msgid "There are no files in the quarantine at the moment."
2233
  msgstr "Al momento non ci sono files in quarantena."
2234
 
2235
- #: ../cerber-scanner.php:5529
2236
  msgid "Restore"
2237
  msgstr "Ripristina"
2238
 
2239
- #: ../cerber-scanner.php:5524
2240
  msgid "Delete permanently"
2241
  msgstr "Elimina in modo permanente"
2242
 
2243
- #: ../cerber-scanner.php:5537
2244
  msgid "Moved to quarantine"
2245
  msgstr "Sposta in quarantena"
2246
 
2247
- #: ../cerber-scanner.php:5538
2248
  msgid "Automatic deletion"
2249
  msgstr "Eliminazione Automatica"
2250
 
2251
- #: ../cerber-scanner.php:5539
2252
  msgid "Size"
2253
  msgstr "Dimensioni"
2254
 
2255
- #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2256
  msgid "File"
2257
  msgstr "File"
2258
 
2259
- #: ../cerber-scanner.php:5608
2260
  msgid "The file has been deleted permanently."
2261
  msgstr "Il file è stato eliminato permenentemente."
2262
 
2263
- #: ../cerber-scanner.php:5617
2264
  msgid "The file has been restored to its original location."
2265
  msgstr "Il file è stato ripristinato nella sua posizione originale"
2266
 
2267
- #: ../dashboard.php:1356
2268
  msgid "Integrity"
2269
  msgstr "Integrità"
2270
 
2271
- #: ../common.php:873
2272
  msgid "Attempt to upload malicious file denied"
2273
  msgstr "Tentativo di caricare un file dannoso negato"
2274
 
2275
- #: ../cerber-news.php:209
2276
  msgid "Awesome!"
2277
  msgstr "Eccezionale!"
2278
 
2279
- #: ../settings.php:519
2280
  msgid "Automatic cleanup of malware and suspicious files"
2281
  msgstr "Pulizia automatica di malware e file sospetti"
2282
 
2283
- #: ../settings.php:528
2284
  msgid "Files in the uploads folder"
2285
  msgstr "Files nella cartelle di uploads"
2286
 
2287
- #: ../settings.php:535
2288
  msgid "Files with unwanted extensions"
2289
  msgstr "Files con estensioni indesiderate"
2290
 
2291
- #: ../settings.php:542
2292
  msgid "Exclusions"
2293
  msgstr "Esclusioni"
2294
 
2295
- #: ../settings.php:543
2296
  msgid "Files in the temporary directory"
2297
  msgstr "Files nella directory temporanea"
2298
 
2299
- #: ../settings.php:549
2300
  msgid "Files in the sessions directory"
2301
  msgstr "Files nella directory delle sessioni"
2302
 
2303
- #: ../settings.php:555
2304
  msgid "Files in these directories"
2305
  msgstr "Files in queste directory"
2306
 
2307
- #: ../settings.php:561
2308
  msgid "Use absolute paths. One item per line."
2309
  msgstr "Usa percorso assoluto. Un elemento per riga."
2310
 
2311
- #: ../settings.php:563
2312
  msgid "Files with these extensions"
2313
  msgstr "Files con queste estensioni"
2314
 
2315
- #: ../settings.php:569
2316
  msgid "Use comma to separate items."
2317
  msgstr "Usa la virgola per separare gli elementi."
2318
 
2319
- #: ../cerber-scanner.php:78
2320
  msgid "Cleaning up"
2321
  msgstr "Pulire"
2322
 
2323
- #: ../cerber-scanner.php:1388
2324
  msgid "Malicious code found"
2325
  msgstr "Trovato Codice Malevolo"
2326
 
2327
- #: ../cerber-scanner.php:2662
2328
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2329
  msgstr "Questo file contiene codice eseguibile e potrebbe contenere un malware nascosto. Se questo file fa parte di un tema o di un plugin, deve trovarsi nel tema o nella cartella del plugin. Nessuna eccezione, nessuna scusa."
2330
 
2331
- #: ../cerber-scanner.php:2663
2332
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2333
  msgstr "Lo scanner riconosce questo file come \"ownerless\" o \"not bundled\" perché non appartiene a nessuna parte conosciuta del sito web e non dovrebbe essere qui."
2334
 
2335
- #: ../cerber-scanner.php:2664
2336
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2337
  msgstr "Potrebbe rimanere dopo l'aggiornamento a una versione più recente di %s. Potrebbe anche essere un pezzo di malware nascosto. In casi rari potrebbe essere una parte di un plugin o un tema personalizzato (su misura)."
2338
 
2339
- #: ../cerber-scanner.php:2668
2340
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2341
  msgstr "I contenuti del file sono stati modificati e non corrispondono a ciò che esiste nel repository ufficiale di WordPress o in un file di riferimento che hai caricato in precedenza. Il file potrebbe essere stato alterato da malware, infetto da virus o manomesso."
2342
 
2343
- #: ../cerber-scanner.php:5154
2344
  msgid "Deleted"
2345
  msgstr "Eliminato"
2346
 
2347
- #: ../cerber-scanner.php:5201
2348
  msgid "Automatically moved to quarantine"
2349
  msgstr "Spostato automaticamente in quarantena"
2350
 
2351
- #: ../common.php:901
2352
  msgid "Suspicious SQL code detected"
2353
  msgstr "Rilevato codice SQL sospetto"
2354
 
2355
- #: ../dashboard.php:1337
2356
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2357
  msgid "Last malware scan"
2358
  msgstr "Ultima scansione da malware"
2359
 
2360
- #: ../dashboard.php:2909
2361
  msgid "Live Traffic"
2362
  msgstr "Traffico in tempo reale"
2363
 
2364
- #: ../settings.php:117
2365
  msgid "Use English for admin interface"
2366
  msgstr "Usa l'inglese per l'interfaccia di amministrazione"
2367
 
2368
- #: ../cerber-tools.php:42
2369
  msgid "Log"
2370
  msgstr "Log"
2371
 
2372
- #: ../settings.php:429
2373
- msgid "Enable diagnostic log"
2374
- msgstr "Abilita Log diagnostico"
2375
-
2376
- #: ../settings.php:128
2377
  msgid "Disable PHP in uploads"
2378
  msgstr "Disabilita PHP in uploads"
2379
 
2380
- #: ../settings.php:128
2381
- msgid "Disable execution of PHP scripts in the WordPress media folder"
2382
- msgstr "Disabilita l'esecuzione di script PHP nella cartella media di WordPress"
2383
-
2384
- #: ../settings.php:130
2385
  msgid "Disable PHP error displaying"
2386
  msgstr "Disabilita la visualizzazione degli errori PHP"
2387
 
2388
- #: ../cerber-scanner.php:79
2389
  msgid "Ignore List"
2390
  msgstr "Ignora elenco"
2391
 
2392
- #: ../cerber-scanner.php:194
2393
  msgid "Ignore"
2394
  msgstr "Ignora"
2395
 
2396
- #: ../cerber-scanner.php:5639
2397
  msgid "Apply"
2398
  msgstr "Applica"
2399
 
2400
- #: ../cerber-scanner.php:5670
2401
  msgid "Added"
2402
  msgstr "Aggiunto"
2403
 
2404
- #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2405
  msgid "Remove from the list"
2406
  msgstr "Rimuovere dall'elenco"
2407
 
2408
- #: ../cerber-scanner.php:5641
2409
  msgid "User Insights"
2410
  msgstr "Approfondimenti Utenza"
2411
 
2412
- #: ../cerber-scanner.php:5642
2413
  msgid "Traffic Insights"
2414
  msgstr "Approfondimenti Traffico"
2415
 
2416
- #: ../cerber-scanner.php:5643
2417
  msgid "Activity Insights"
2418
  msgstr "Approfondimenti Attività"
2419
 
2420
- #: ../dashboard.php:2279
2421
  msgid "Are you sure you want to delete selected files?"
2422
  msgstr "Sei dicuro di voler cancellare questi files?"
2423
 
2424
- #: ../dashboard.php:2280
2425
  msgid "These files have been moved to the quarantine"
2426
  msgstr "Questi files sono stati spostati in quarantena"
2427
 
2428
- #: ../dashboard.php:2283
2429
  msgid "Do you want to add selected files to the ignore list?"
2430
  msgstr "Vuoi aggiungere i files selezionati alla lista dei files da ignorare?"
2431
 
2432
- #: ../dashboard.php:2284
2433
  msgid "These files have been added to the ignore list"
2434
  msgstr "Questi files son stati aggiunta alla lista dei files da ignorare."
2435
 
2436
- #: ../dashboard.php:2286
2437
  msgid "Some errors occurred"
2438
  msgstr "Alcuni errori si sono verificati"
2439
 
2440
- #: ../dashboard.php:2287
2441
  msgid "All files have been processed"
2442
  msgstr "Tutti i files sono stati processati"
2443
 
2444
- #: ../dashboard.php:2444
2445
  msgid "These features are available in a professional version of the plugin."
2446
  msgstr "Queste funzionalità sono disponibili in una versione professionale del plug-in."
2447
 
2448
- #: ../dashboard.php:2445
2449
  msgid "Know more about all advantages at"
2450
  msgstr "Scopri di più su tutti i vantaggi a"
2451
 
2452
- #: ../common.php:902
2453
  msgid "Suspicious JavaScript code detected"
2454
  msgstr "Rilevato codice JavaScript sospetto"
2455
 
2456
- #: ../settings.php:1282
2457
  msgid "Unable to update the schedule"
2458
  msgstr "Impossibile aggiornare la programmazione"
2459
 
2460
- #: ../cerber-scanner.php:5554
2461
  msgid "All scans"
2462
  msgstr "Tutte le scansioni"
2463
 
2464
- #: ../cerber-scanner.php:5645
2465
  msgid "The list is empty."
2466
  msgstr "L'elenco è vuoto."
2467
 
2468
- #: ../cerber-scanner.php:5507
2469
  msgid "No files match the specified filter."
2470
  msgstr "Nessun file corrisponde al filtro specificato."
2471
 
2472
- #: ../cerber-scanner.php:5507
2473
  msgid "Click here to see the full list of files"
2474
  msgstr "Clicca qui per vedere l'elenco completo dei file"
2475
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "Language: it\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:498
12
  msgid "Limit login attempts"
13
  msgstr "Limiti i tentativi di accesso"
14
 
15
+ #: ../settings.php:499
16
  msgid "Attempts"
17
  msgstr "Tentativi"
18
 
19
+ #: ../settings.php:505
20
  msgid "Lockout duration"
21
  msgstr "Durata blocco"
22
 
23
+ #: ../settings.php:510 ../settings.php:606
24
  msgid "minutes"
25
  msgstr "Minuti"
26
 
27
+ #: ../settings.php:513
28
  msgid "Aggressive lockout"
29
  msgstr "Blocco aggressivo"
30
 
31
+ #: ../settings.php:532
32
  msgid "Site connection"
33
  msgstr "Collegamenti del sito"
34
 
35
+ #: ../settings.php:540
36
  msgid "Proactive security rules"
37
  msgstr "Regole di sicurezza proattive"
38
 
39
+ #: ../settings.php:541
40
  msgid "Block subnet"
41
  msgstr "Blocca subnet"
42
 
43
+ #: ../settings.php:559
44
  msgid "Request wp-login.php"
45
  msgstr "Richiedi wp-login.php"
46
 
47
+ #: ../settings.php:563
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Blocca Immediatamente l'IP dopo qualsiasi chiamata alla pagina wp-login.php"
50
 
51
+ #: ../settings.php:575
52
  msgid "Custom login page"
53
  msgstr "Pagina di login personalizzata"
54
 
55
+ #: ../settings.php:576
56
  msgid "Custom login URL"
57
  msgstr "URL di accesso personalizzato"
58
 
59
+ #: ../settings.php:584
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "Non deve sovrapporsi con pagine esistenti o con post esistenti"
62
 
63
+ #: ../settings.php:586
64
  msgid "Disable wp-login.php"
65
  msgstr "Disattiva wp-login.php"
66
 
67
+ #: ../settings.php:591
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Blocca l'accesso diretto a wp-login.php e restituisce l'errore HTTP 404 non trovato"
70
 
71
+ #: ../dashboard.php:1534 ../settings.php:594
72
  msgid "Citadel mode"
73
  msgstr "Modalità Citadel"
74
 
75
+ #: ../settings.php:595
76
  msgid "Threshold"
77
  msgstr "Soglia"
78
 
79
+ #: ../settings.php:601 ../cerber-scanner.php:3669
80
  msgid "Duration"
81
  msgstr "Durata"
82
 
83
+ #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
+ #: php:609
85
  msgid "Notifications"
86
  msgstr "Notifiche"
87
 
88
+ #: ../settings.php:614
89
  msgid "Send notification to admin email"
90
  msgstr "Invia notifica all'email dell'amministratore"
91
 
92
+ #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
+ #: tools.php:47 ../cerber-tools.php:134
94
  msgid "Access Lists"
95
  msgstr "Liste di accesso"
96
 
97
+ #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
+ #: load.php:4258 ../settings.php:622
99
  msgid "Activity"
100
  msgstr "Attività"
101
 
102
+ #: ../dashboard.php:4162
103
  msgid "Lockouts"
104
  msgstr "Bloccati"
105
 
106
+ #: ../settings.php:1347
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tentativi permessi in %s minuti"
109
 
110
+ #: ../settings.php:1373
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Abilita dopo %s tentativi di login negli ultimi %s minuti"
113
 
114
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
+ #: load.php:4267
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
+ #: php:3651
121
  msgid "Date"
122
  msgstr "Data"
123
 
124
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
  msgid "Local User"
126
  msgstr "Utente locale"
127
 
128
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
  msgid "Username used"
130
  msgstr "Nome utente utilizzato"
131
 
132
+ #: ../dashboard.php:209
133
  msgid "Showing last %d records from %d"
134
  msgstr "Mostro Ultimi %d records da %d"
135
 
136
+ #: ../common.php:1151
137
  msgid "Logged in"
138
  msgstr "Loggato"
139
 
140
+ #: ../common.php:1152
141
  msgid "Logged out"
142
  msgstr "Disconnesso"
143
 
144
+ #: ../common.php:1153
145
  msgid "Login failed"
146
  msgstr "Accesso fallito"
147
 
148
+ #: ../common.php:1156
149
  msgid "IP blocked"
150
  msgstr "IP Bloccato"
151
 
152
+ #: ../common.php:1157
153
  msgid "Subnet blocked"
154
  msgstr "Subnet Bloccata"
155
 
156
+ #: ../common.php:1159
157
  msgid "Citadel activated!"
158
  msgstr "Citadel attivata!"
159
 
160
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
+ #: 1207
162
  msgid "Locked out"
163
  msgstr "Bloccato"
164
 
165
+ #: ../common.php:1209
166
  msgid "IP blacklisted"
167
  msgstr "IP blacklisted"
168
 
169
+ #: ../common.php:1174
170
  msgid "Password changed"
171
  msgstr "Password cambiata"
172
 
173
+ #: ../dashboard.php:181 ../dashboard.php:267
174
  msgid "Remove"
175
  msgstr "Rimuovi"
176
 
177
+ #: ../dashboard.php:551
178
  msgid "Lockout for %s was removed"
179
  msgstr "Il blocco per %s è stato rimosso"
180
 
181
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
+ #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
183
  msgid "White IP Access List"
184
  msgstr "White List degli indirizzi IP"
185
 
186
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
+ #: php:1533 ../dashboard.php:3446
188
  msgid "Black IP Access List"
189
  msgstr "Black List degli indirizzi IP"
190
 
191
+ #: ../dashboard.php:273
192
  msgid "List is empty"
193
  msgstr "Lista è vuota"
194
 
195
+ #: ../dashboard.php:306
196
  msgid "Address %s was added to White IP Access List"
197
  msgstr "L' indirizzo %s è stato aggiunto agli indirizzi IP della tua White List"
198
 
199
+ #: ../dashboard.php:328
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
+ #: ../cerber-load.php:3565
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
 
207
+ #: ../dashboard.php:2297 ../dashboard.php:2724
208
  msgid "View Activity"
209
  msgstr "Vedi attività"
210
 
211
+ #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
213
  msgid "Settings"
214
  msgstr "Impostazioni"
215
 
216
+ #: ../dashboard.php:1395
217
  msgid "Last login"
218
  msgstr "Ultimo login"
219
 
220
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
+ #: slave-list.php:297
222
  msgid "Never"
223
  msgstr "Mai"
224
 
225
+ #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
  msgid "Are you sure?"
228
  msgstr "Sei sicuro?"
229
 
230
+ #: ../dashboard.php:1933 ../settings.php:537
231
  msgid "My site is behind a reverse proxy"
232
  msgstr "l mio sito è dietro un proxy inverso"
233
 
234
+ #: ../settings.php:1175
 
 
 
 
 
 
 
 
235
  msgid "Make your protection smarter!"
236
  msgstr "Fai la tua protezione più intelligente!"
237
 
238
+ #: ../settings.php:1179
239
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
  msgstr "Per favore abilita Permalinks per utilizzare questa funzionalità. Configura le Impostazioni del Permalink diversamente dal Predefinito."
241
 
242
+ #: ../dashboard.php:4163 ../cerber-load.php:4554
243
  msgid "Main Settings"
244
  msgstr "Impostazioni Principali"
245
 
246
+ #: ../dashboard.php:4386
247
  msgid "Help"
248
  msgstr "Aiuto"
249
 
250
+ #: ../settings.php:1357
251
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
  msgstr "Aumenta la durata del blocco a %s ore dopo %s blocchi nelle ultime %s ore"
253
 
254
+ #: ../cerber-load.php:392
255
  msgid "You are not allowed to log in. Ask your administrator for assistance."
256
  msgstr "Non è consentito l'accesso. Chiedere assistenza all'amministratore."
257
 
258
+ #: ../cerber-load.php:417
259
  msgid "You have only one attempt remaining."
260
  msgid_plural "You have %d attempts remaining."
261
  msgstr[0] "Hai un solo tentativo rimanente."
262
  msgstr[1] "Hai %d tentativi rimanenti."
263
 
264
+ #: ../dashboard.php:1032
265
  msgid "No activity has been logged."
266
  msgstr "Nessuna attività è stata registrata."
267
 
268
+ #: ../dashboard.php:191
269
  msgid "Expires"
270
  msgstr "Scade"
271
 
272
+ #: ../dashboard.php:215
273
  msgid "No lockouts at the moment. The sky is clear."
274
  msgstr "Nessun blocco al momento. Il cielo è limpido."
275
 
276
+ #: ../dashboard.php:239
277
  msgid "These IPs will never be locked out"
278
  msgstr "Questi IP non saranno mai bloccati"
279
 
280
+ #: ../dashboard.php:248
281
  msgid "Your IP"
282
  msgstr "Il tuo IP"
283
 
284
+ #: ../cerber-load.php:3566
285
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
  msgstr "L'ultimo tentativo non riuscito è stato a %s dall'IP %s con accesso utente: %s."
287
 
288
+ #: ../cerber-load.php:4522
289
  msgid "Can't activate WP Cerber due to a database error."
290
  msgstr "Non è possibile attivare WP Cerber a causa di un errore nel database."
291
 
292
+ #: ../settings.php:1364
293
  msgid "Notify admin if the number of active lockouts above"
294
  msgstr "Notifica all'amministratore se il numero di blocchi attivi supera"
295
 
296
+ #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
297
  msgid "days"
298
  msgstr "giorni"
299
 
300
+ #: ../dashboard.php:1485
301
  msgid "Cerber Quick View"
302
  msgstr "Cerber Quick View"
303
 
304
+ #: ../dashboard.php:211
305
  msgid "Hint"
306
  msgstr "Aiuto"
307
 
308
+ #: ../dashboard.php:211
309
  msgid "To view activity, click on the IP"
310
  msgstr "Per visualizzare l'attività clicca sull'IP"
311
 
312
+ #: ../settings.php:545
313
  msgid "Always block entire subnet Class C of intruders IP"
314
  msgstr "Blocca sempre l'intera subnet Classe C degli indirizzi IP degli intrusi"
315
 
316
+ #: ../settings.php:619 ../settings.php:1370
317
  msgid "Click to send test"
318
  msgstr "Clicca per inviare il test"
319
 
320
+ #: ../settings.php:1591 ../settings.php:1592
321
  msgid "Attention! You have changed the login URL! The new login URL is"
322
  msgstr "Attenzione! Hai cambiato l'URL di accesso! Il nuovo URL di accesso è"
323
 
324
+ #: ../dashboard.php:1394
325
  msgid "Comments"
326
  msgstr "Commenti"
327
 
328
+ #: ../common.php:1593
329
  msgid "Update to version %s of WP Cerber"
330
  msgstr "Aggiornamento alla versione %s di WP Cerber"
331
 
332
+ #: ../cerber-load.php:3567 ../cerber-load.php:4299
333
  msgid "View activity in dashboard"
334
  msgstr "Vedi attività nel pannello"
335
 
336
+ #: ../cerber-load.php:3596
337
  msgid "Number of active lockouts"
338
  msgstr "Numero di blocchi attivi"
339
 
340
+ #: ../cerber-load.php:3600
341
  msgid "View lockouts in dashboard"
342
  msgstr "Vedi blocchi nel pannello"
343
 
344
+ #: ../cerber-load.php:3688
345
  msgid "This message was sent by"
346
  msgstr "Questo messaggio è stato inviato da"
347
 
348
+ #: ../dashboard.php:76 ../dashboard.php:4286
349
  msgid "Tools"
350
  msgstr "Strumenti"
351
 
352
+ #: ../cerber-tools.php:34
353
  msgid "Export settings to the file"
354
  msgstr "Esporta le impostazione nel file"
355
 
356
+ #: ../cerber-tools.php:35
357
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
358
  msgstr "Quando fai clic sul pulsante qui sotto otterrai un file di configurazione che puoi caricare su un altro sito."
359
 
360
+ #: ../cerber-tools.php:36
361
  msgid "What do you want to export?"
362
  msgstr "Cosa vuoi esportare?"
363
 
364
+ #: ../cerber-tools.php:39
365
  msgid "Download file"
366
  msgstr "Scarica file"
367
 
368
+ #: ../cerber-tools.php:41
369
  msgid "Import settings from the file"
370
  msgstr "importa impostazioni dal file"
371
 
372
+ #: ../cerber-tools.php:42
373
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
374
  msgstr "Quando si fa clic sul pulsante in basso, il file verrà caricato e tutte le impostazioni esistenti saranno sovrascritte."
375
 
376
+ #: ../cerber-tools.php:43
377
  msgid "Select file to import."
378
  msgstr "Seleziona il file da importare."
379
 
380
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
  msgid "Maximum upload file size: %s."
382
  msgstr "Massima dimensione del file da caricare: %s."
383
 
384
+ #: ../cerber-tools.php:46
385
  msgid "What do you want to import?"
386
  msgstr "Cosa vuoi importare?"
387
 
388
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
  msgid "Upload file"
390
  msgstr "Carica file"
391
 
392
+ #: ../cerber-tools.php:97
393
  msgid "No file was uploaded or file is corrupted"
394
  msgstr "Nessun file è stato caricato o il file è danneggiato"
395
 
396
+ #: ../cerber-tools.php:134
397
  msgid "Error while updating"
398
  msgstr "Errore durante l'aggiornamento"
399
 
400
+ #: ../cerber-tools.php:140
401
  msgid "Settings has imported successfully from"
402
  msgstr "Le impostazioni sono state importate con successo da"
403
 
404
+ #: ../cerber-tools.php:147
405
  msgid "Error while parsing file"
406
  msgstr "Errore nell'interpretazione del file "
407
 
408
+ #: ../dashboard.php:189 ../dashboard.php:1001
409
  msgid "Hostname"
410
  msgstr "Nome Host"
411
 
412
+ #: ../dashboard.php:488
413
  msgid "unknown"
414
  msgstr "sconosciuto"
415
 
416
+ #: ../settings.php:623 ../settings.php:961
417
  msgid "Keep records for"
418
  msgstr "Mantenere i record per"
419
 
420
+ #: ../dashboard.php:1519 ../dashboard.php:1541
421
  msgid "active"
422
  msgstr "Attiva"
423
 
424
+ #: ../dashboard.php:1519
425
  msgid "deactivate"
426
  msgstr "Disattiva"
427
 
428
+ #: ../dashboard.php:1521
429
  msgid "not active"
430
  msgstr "Non Attivo"
431
 
432
+ #: ../dashboard.php:1522 ../dashboard.php:1536
433
  msgid "disabled"
434
  msgstr "Disabilitato"
435
 
436
+ #: ../dashboard.php:1527
437
  msgid "failed attempts"
438
  msgstr "Tentativi falliti"
439
 
440
+ #: ../dashboard.php:1527 ../dashboard.php:1528
441
  msgid "in 24 hours"
442
  msgstr "in 24 ore"
443
 
444
+ #: ../dashboard.php:1527 ../dashboard.php:1528
445
  msgid "view all"
446
  msgstr "guarda tutto"
447
 
448
+ #: ../dashboard.php:1528
449
  msgid "lockouts"
450
  msgstr "Bloccati"
451
 
452
+ #: ../dashboard.php:1530
453
  msgid "Lockouts at the moment"
454
  msgstr "Bloccati al momento"
455
 
456
+ #: ../dashboard.php:1531
457
  msgid "Last lockout"
458
  msgstr "Ultimo bloccato"
459
 
460
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
461
  msgid "entry"
462
  msgid_plural "entries"
463
  msgstr[0] "accesso"
464
  msgstr[1] "accessi"
465
 
466
+ #: ../dashboard.php:2175
467
  msgid "Confused about some settings?"
468
  msgstr "Confuso da alcune impostazioni?"
469
 
470
+ #: ../dashboard.php:2176
471
  msgid "You can easily load default recommended settings using button below"
472
  msgstr "È possibile caricare facilmente le impostazioni predefinite consigliate utilizzando il pulsante sottostante"
473
 
474
+ #: ../dashboard.php:2178
475
  msgid "Load default settings"
476
  msgstr "Caricare le impostazioni di default"
477
 
478
+ #: ../dashboard.php:2186
479
  msgid "doesn't affect Custom login URL and Access Lists"
480
  msgstr "Non influenza l'URL di accesso personalizzato e le liste di accesso"
481
 
482
+ #: ../common.php:1586 ../settings.php:805
483
  msgid "New version is available"
484
  msgstr "Nuova versione disponibile"
485
 
486
+ #: ../cerber-load.php:3539
487
  msgid "WP Cerber notify"
488
  msgstr "Notifica di WP Cerber"
489
 
490
+ #: ../cerber-load.php:3563
491
  msgid "Citadel mode is activated"
492
  msgstr "Citadel mode attivata"
493
 
494
+ #: ../cerber-load.php:3635
495
  msgid "New Custom login URL"
496
  msgstr "Nuovo URL di accesso personalizzato"
497
 
498
+ #: ../cerber-load.php:4509
499
  msgid "The WP Cerber requires PHP %s or higher. You are running"
500
  msgstr "Il Cerber WP richiede PHP %s o superiore. Stai utilizzando"
501
 
502
+ #: ../cerber-load.php:4513
503
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
  msgstr "Il Cerber WP richiede WordPress %s o superiore. Stai utilizzando"
505
 
506
+ #: ../settings.php:654
507
  msgid "Use file"
508
  msgstr "Usa file"
509
 
510
+ #: ../settings.php:658
511
  msgid "Write failed login attempts to the file"
512
  msgstr "Scrivi i tentativi di accesso non riusciti nel file"
513
 
514
+ #: ../dashboard.php:2296
515
  msgid "Deactivate"
516
  msgstr "Disattivato"
517
 
518
+ #: ../dashboard.php:192 ../cerber-load.php:3598
519
  msgid "Reason"
520
  msgstr "Ragione"
521
 
522
+ #: ../dashboard.php:280
523
  msgid "Add IP to the list"
524
  msgstr "Aggiungi IP alla lista"
525
 
526
+ #: ../dashboard.php:1261
527
  msgid "Add IP to the Black List"
528
  msgstr "Aggiungi IP alla Black List"
529
 
530
+ #: ../common.php:1246
531
  msgid "Attempt to access"
532
  msgstr "Tentativi di accesso"
533
 
534
+ #: ../common.php:1245
535
  msgid "Limit on login attempts is reached"
536
  msgstr "È stato raggiunto il limite dei tentativi di accesso"
537
 
538
+ #: ../cerber-load.php:3597
 
 
 
 
539
  msgid "Last lockout was added: %s for IP %s"
540
  msgstr "L'ultimo blocco è stato aggiunto: %s per IP %s"
541
 
542
+ #: ../dashboard.php:4165 ../cerber-load.php:4558
543
  msgid "Hardening"
544
  msgstr "Rendi sicuro"
545
 
546
+ #: ../dashboard.php:1236
547
  msgid "Abuse email:"
548
  msgstr "Email di abuso:"
549
 
550
+ #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
551
  msgid "Email Address"
552
  msgstr "Indirizzo email"
553
 
554
+ #: ../settings.php:801
555
  msgid "if empty, the admin email %s will be used"
556
  msgstr "Se vuota, verrà utilizzata l'email amministratore %s"
557
 
558
+ #: ../settings.php:662
559
  msgid "Drill down IP"
560
  msgstr "IP Bucati"
561
 
562
+ #: ../settings.php:666
563
  msgid "Retrieve extra WHOIS information for IP"
564
  msgstr "Recuperare informazioni aggiuntive WHOIS per l'indirizzo IP"
565
 
566
+ #: ../settings.php:686
567
  msgid "Hardening WordPress"
568
  msgstr "Rendi più sicuro WordPress"
569
 
570
+ #: ../settings.php:687 ../settings.php:731
571
  msgid "Stop user enumeration"
572
  msgstr "Ferma l'enumerazione dell'utente"
573
 
574
+ #: ../settings.php:714
575
  msgid "Disable XML-RPC"
576
  msgstr "Disabilita XML-RPC"
577
 
578
+ #: ../settings.php:719
579
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
580
  msgstr "Bloccare l'accesso al server XML-RPC (inclusi Pingback e Trackback)"
581
 
582
+ #: ../settings.php:721
583
  msgid "Disable feeds"
584
  msgstr "Disabilita feeds"
585
 
586
+ #: ../settings.php:726
587
  msgid "Block access to the RSS, Atom and RDF feeds"
588
  msgstr "Blocca accesso agli RSS, Atom e RDF feeds"
589
 
590
+ #: ../settings.php:739
591
  msgid "Disable REST API"
592
  msgstr "Disabilita REST API"
593
 
594
+ #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
 
 
 
 
595
  msgid "<strong>ERROR</strong>: please enter a valid email address."
596
  msgstr "<strong>ERRORE</strong>: inserisci un indirizzo email valido."
597
 
598
+ #: ../cerber-load.php:3628 ../cerber-load.php:4543
599
  msgid "WP Cerber is now active and has started protecting your site"
600
  msgstr "WP Cerber è attivo e ha iniziato a proteggere il tuo sito"
601
 
602
+ #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
603
  msgid "Action"
604
  msgstr "Azione"
605
 
606
+ #: ../dashboard.php:241
607
  msgid "Nobody can log in or register from these IPs"
608
  msgstr "Nessuno con questi indirizzi IP potrà accedere o registrarsi"
609
 
610
+ #: ../dashboard.php:298 ../dashboard.php:315
611
  msgid "Incorrect IP address or IP range"
612
  msgstr "Indirizzo IP o Range IP non corretto "
613
 
614
+ #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
615
  msgid "Settings saved"
616
  msgstr "Impostazioni salvate"
617
 
618
+ #: ../dashboard.php:1241
619
  msgid "Network:"
620
  msgstr "Rete"
621
 
622
+ #: ../dashboard.php:1256
623
  msgid "Add network to the Black List"
624
  msgstr "Aggiungi rete alla Black List"
625
 
626
+ #: ../dashboard.php:2295
627
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
628
  msgstr "Attenzione! La modalità Citadel è attiva. Nessuno è in grado di effettuare il login."
629
 
630
+ #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
631
+ #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
632
  msgid "Unknown"
633
  msgstr "Sconosciuto"
634
 
637
  msgid "Gregory"
638
  msgstr "Gregory"
639
 
640
+ #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
641
+ #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
642
+ #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
643
+ #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
644
+ #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
645
+ #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
646
+ #: /nexus/cerber-nexus-slave.php:233
647
  msgid "ERROR:"
648
  msgstr "ERRORE:"
649
 
650
+ #: ../cerber-load.php:729
651
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
652
  msgstr "Verifica fallita. Fai clic sulla casella quadrata nel blocco reCAPTCHA di seguito."
653
 
654
+ #: ../cerber-load.php:1045
655
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
656
  msgstr "<strong>ERRORE</strong>: La password inserita per lo username %s non è corretta."
657
 
658
+ #: ../cerber-load.php:1319
659
  msgid "Username is not allowed. Please choose another one."
660
  msgstr "Non è consentito utilizzare questo nome utente. Sceglierne un altro."
661
 
662
+ #: ../cerber-load.php:3591
663
  msgid "unspecified"
664
  msgstr "non specificato"
665
 
666
+ #: ../cerber-load.php:3594
667
  msgid "Number of lockouts is increasing"
668
  msgstr "Numero di blocchi in aumento"
669
 
670
+ #: ../cerber-load.php:3599
671
  msgid "View activity for this IP"
672
  msgstr "Vedi attività per questo IP"
673
 
674
+ #: ../cerber-load.php:3603 ../cerber-load.php:3605
675
  msgid "A new version of WP Cerber is available to install"
676
  msgstr "È disponibile una nuova versione di WP Cerber"
677
 
678
+ #: ../cerber-load.php:3604
679
  msgid "Hi!"
680
  msgstr "Ciao!"
681
 
682
+ #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
683
+ #: 45
684
  msgid "Website"
685
  msgstr "Sito web"
686
 
687
+ #: ../cerber-load.php:3610 ../cerber-load.php:3611
688
  msgid "The WP Cerber security plugin has been deactivated"
689
  msgstr "Il plugin di sicurezza WP Cerber è stato disattivato"
690
 
691
+ #: ../cerber-load.php:3613
692
  msgid "Not logged in"
693
  msgstr "Non loggato"
694
 
695
+ #: ../cerber-load.php:3619
696
  msgid "By user"
697
  msgstr "Dall'Utente "
698
 
699
+ #: ../cerber-load.php:3620
700
  msgid "From IP address"
701
  msgstr "Dall'indirizzo IP"
702
 
703
+ #: ../cerber-load.php:3623
704
  msgid "From country"
705
  msgstr "Dalla Nazione"
706
 
707
+ #: ../cerber-load.php:3627
708
  msgid "The WP Cerber security plugin is now active"
709
  msgstr "Il plugin di protezione WP Cerber è attivo"
710
 
711
+ #: ../cerber-load.php:4544
712
  msgid "Your IP address is added to the"
713
  msgstr "Il tuo indirizzo IP è stato aggiunto al"
714
 
715
+ #: ../cerber-load.php:4560
716
  msgid "Import settings"
717
  msgstr "Importa impostazioni"
718
 
719
+ #: ../settings.php:804
720
  msgid "Notification limit"
721
  msgstr "Limiti di notifica"
722
 
723
+ #: ../settings.php:804
724
  msgid "notification letters allowed per hour (0 means unlimited)"
725
  msgstr "email di notifiche consentite per ora (0 significa illimitato)"
726
 
727
+ #: ../settings.php:111
728
  msgid "User related settings"
729
  msgstr "Impostazioni correlate agli utenti"
730
 
731
+ #: ../settings.php:153
732
  msgid "Prohibited usernames"
733
  msgstr "Nomi utente proibiti"
734
 
735
+ #: ../settings.php:154
736
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
737
  msgstr "I nomi utente di questo elenco non possono accedere o registrarsi. Qualsiasi indirizzo IP, che ha cercato di utilizzare uno di questi nomi utente, sarà immediatamente bloccato. Usa la virgola per separare i nominativi."
738
 
739
+ #: ../settings.php:161
740
  msgid "User session expire"
741
  msgstr "Sessione utente scade"
742
 
743
+ #: ../settings.php:162
744
  msgid "in minutes (leave empty to use default WP value)"
745
  msgstr "In minuti (lasciare vuoto per utilizzare il valore predefinito WP)"
746
 
747
+ #: ../settings.php:237
748
  msgid "reCAPTCHA settings"
749
  msgstr "Impostazioni reCAPTCHA"
750
 
751
+ #: ../settings.php:240
752
  msgid "Site key"
753
  msgstr "Chiave del sito"
754
 
755
+ #: ../settings.php:244
756
  msgid "Secret key"
757
  msgstr "Chiave segreta"
758
 
759
+ #: ../settings.php:254
760
  msgid "Enable reCAPTCHA for WordPress registration form"
761
  msgstr "Abilita reCAPTCHA per il modulo di registrazione di WordPress"
762
 
763
+ #: ../settings.php:263
764
  msgid "Lost password form"
765
  msgstr "Modulo per il recupero della password dimenticata"
766
 
767
+ #: ../settings.php:273
768
  msgid "Login form"
769
  msgstr "Modulo di accesso"
770
 
771
+ #: ../settings.php:274
772
  msgid "Enable reCAPTCHA for WordPress login form"
773
  msgstr "Attiva reCAPTCHA per il modulo di accesso di WordPress"
774
 
775
+ #: ../settings.php:1193
776
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
777
  msgstr "Prima di iniziare a utilizzare reCAPTCHA, è necessario ottenere la Chiave Sito e la Chiave Segreta sul sito web di Google"
778
 
779
+ #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
780
  msgid "Know more"
781
  msgstr "Saperne di più"
782
 
783
+ #: ../dashboard.php:4166
784
  msgid "Users"
785
  msgstr "Utenti"
786
 
787
+ #: ../common.php:1149
788
  msgid "User created"
789
  msgstr "Utente creato"
790
 
791
+ #: ../dashboard.php:2126 ../common.php:1150
792
  msgid "User registered"
793
  msgstr "Utente registrato"
794
 
795
+ #: ../common.php:1177
796
  msgid "reCAPTCHA verification failed"
797
  msgstr "Verifica reCAPTCHA fallita"
798
 
799
+ #: ../common.php:1178
800
  msgid "reCAPTCHA settings are incorrect"
801
  msgstr "le impostazioni reCAPTCHA sono non correte"
802
 
803
+ #: ../common.php:1181 ../common.php:1267
804
  msgid "Attempt to access prohibited URL"
805
  msgstr "Tentativo di accesso ad URL proibita"
806
 
807
+ #: ../common.php:1183 ../common.php:1248
808
  msgid "Attempt to log in with prohibited username"
809
  msgstr "Tentativo di accesso con username proibito"
810
 
811
+ #: ../settings.php:639
812
  msgid "Cerber Lab connection"
813
  msgstr "Connessione al Cerber Lab"
814
 
815
+ #: ../settings.php:643
816
  msgid "Send malicious IP addresses to the Cerber Lab"
817
  msgstr "Invia indirizzi IP dannosi al Cerberus Lab"
818
 
819
+ #: ../settings.php:645
820
  msgid "Cerber Lab protocol"
821
  msgstr "Protocollo Cerber Lab"
822
 
823
+ #: ../settings.php:185 ../settings.php:253
824
  msgid "Registration form"
825
  msgstr "Form di registrazione"
826
 
827
+ #: ../settings.php:259
828
  msgid "Enable reCAPTCHA for WooCommerce registration form"
829
  msgstr "Attiva reCAPTCHA per il modulo di registrazione WooCommerce"
830
 
831
+ #: ../settings.php:264
832
  msgid "Enable reCAPTCHA for WordPress lost password form"
833
  msgstr "Attiva reCAPTCHA per il modulo di recupero della password di WordPress"
834
 
835
+ #: ../settings.php:269
836
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
837
  msgstr "Abilita reCAPTCHA per il form del recupero della password di WooCommerce"
838
 
839
+ #: ../settings.php:279
840
  msgid "Enable reCAPTCHA for WooCommerce login form"
841
  msgstr "Attiva reCAPTCHA per il modulo di accesso WooCommerce"
842
 
843
+ #: ../common.php:1179
844
  msgid "Request to the Google reCAPTCHA service failed"
845
  msgstr "Richiesta al servizio Google reCAPTCHA non riuscita"
846
 
847
+ #: ../dashboard.php:2118 ../dashboard.php:2148
848
  msgid "View all"
849
  msgstr "Vedi tutto"
850
 
851
+ #: ../dashboard.php:2151
852
  msgid "Recently locked out IP addresses"
853
  msgstr "Indirizzi IP bloccati di recente"
854
 
855
+ #: ../cerber-lab.php:777
856
  msgid "OK, nail them all"
857
  msgstr "OK, chiudili tutti"
858
 
859
+ #: ../cerber-lab.php:778
860
  msgid "NO, maybe later"
861
  msgstr "NO, forse più tardi"
862
 
863
+ #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
864
+ #: php:4160
865
  msgid "Dashboard"
866
  msgstr "Bacheca"
867
 
868
+ #: ../cerber-lab.php:775
869
  msgid "Want to make WP Cerber even more powerful?"
870
  msgstr "Vuoi rendere WP Cerber ancora più potente?"
871
 
872
+ #: ../cerber-lab.php:776
873
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
874
  msgstr "Consenti a WP Cerber di inviare indirizzi IP dannosi al Cerber Lab. Questo aiuta il team a sviluppare nuovi algoritmi per WP Cerber che difenderanno WordPress contro nuove minacce e botnet che nascono ogni giorno. Puoi disattivare l'invio delle impostazioni del plugin in qualsiasi momento."
875
 
876
+ #: ../dashboard.php:778 ../dashboard.php:3275
877
  msgid "IP address"
878
  msgstr "Indirizzo IP"
879
 
880
+ #: ../dashboard.php:783
881
  msgid "User login"
882
  msgstr "Login utente"
883
 
884
+ #: ../dashboard.php:784 ../dashboard.php:3281
885
  msgid "User ID"
886
  msgstr "ID Utente"
887
 
888
+ #: ../dashboard.php:1028 ../dashboard.php:3715
889
  msgid "Export"
890
  msgstr "Esporta"
891
 
892
+ #: ../dashboard.php:1050
893
  msgid "Search for IP or username"
894
  msgstr "Ricerca per IP o Nome Utente"
895
 
896
+ #: ../dashboard.php:1051
897
  msgid "Filter"
898
  msgstr "Filtro"
899
 
900
+ #: ../dashboard.php:55
901
  msgid "Cerber Dashboard"
902
  msgstr "Pannello di Cerber"
903
 
904
+ #: ../dashboard.php:76
905
  msgid "Cerber tools"
906
  msgstr "Strumenti di Cerber"
907
 
908
+ #: ../dashboard.php:2383
909
  msgid "Subscribe"
910
  msgstr "Sottoscrizione"
911
 
912
+ #: ../dashboard.php:2384 ../cerber-tools.php:228
913
  msgid "Unsubscribe"
914
  msgstr "Rimuovi sottoscrizione"
915
 
916
+ #: ../dashboard.php:2412
917
  msgid "You've subscribed"
918
  msgstr "Hai effettuato la sottoscrizione"
919
 
920
+ #: ../dashboard.php:2416
921
  msgid "You've unsubscribed"
922
  msgstr "Hai rimosso la sottoscrizione"
923
 
924
+ #: ../cerber-load.php:3639 ../cerber-load.php:3640
925
  msgid "A new activity has been recorded"
926
  msgstr "È stata registrata una nuova attività"
927
 
928
+ #: ../cerber-load.php:4271
929
  msgid "User"
930
  msgstr "Utente"
931
 
932
+ #: ../cerber-load.php:4279
933
  msgid "Search string"
934
  msgstr "Stringa di ricerca"
935
 
936
+ #: ../cerber-load.php:4300
937
  msgid "To unsubscribe click here"
938
  msgstr "Per annullare l'iscrizione clicca qui"
939
 
940
+ #: ../settings.php:661
941
  msgid "Preferences"
942
  msgstr "Preferenze"
943
 
944
+ #: ../settings.php:668
945
  msgid "Date format"
946
  msgstr "Formato data"
947
 
948
+ #: ../settings.php:673
949
  msgid "if empty, the default format %s will be used"
950
  msgstr "Se vuoto, verrà utilizzato il formato predefinito %s"
951
 
952
+ #: ../settings.php:810
953
  msgid "Push notifications"
954
  msgstr "Notifica push"
955
 
956
+ #: ../settings.php:790
957
  msgid "Email notifications"
958
  msgstr "Email delle notifiche"
959
 
960
+ #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
961
  msgid "Use comma to specify multiple values"
962
  msgstr "Utilizzare la virgola per specificare più valori"
963
 
964
+ #: ../settings.php:818
965
  msgid "All connected devices"
966
  msgstr "Tutte le periferiche connesse"
967
 
968
+ #: ../settings.php:821
969
  msgid "No devices found"
970
  msgstr "Nessuna periferica trovata."
971
 
972
+ #: ../settings.php:825
973
  msgid "Not available"
974
  msgstr "Non disponibile"
975
 
976
+ #: ../common.php:1175
977
  msgid "Password reset requested"
978
  msgstr "Richiesto reset della password"
979
 
980
+ #: ../common.php:1249
981
  msgid "Limit on failed reCAPTCHA verifications is reached"
982
  msgstr "È stato raggiunto il limite delle verifiche reCAPTCHA fallite"
983
 
984
+ #: ../common.php:1398
985
  msgid "%s ago"
986
  msgstr "%s fa"
987
 
988
+ #: ../settings.php:524
989
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
990
  msgstr "Applicare i limiti delle regole di accesso agli indirizzi IP presenti nella White List"
991
 
992
+ #: ../settings.php:565
993
  msgid "Display 404 page"
994
  msgstr "Mostra pagina 404"
995
 
996
+ #: ../settings.php:248
997
  msgid "Invisible reCAPTCHA"
998
  msgstr "ReCAPTCHA invisibile"
999
 
1000
+ #: ../settings.php:249
1001
  msgid "Enable invisible reCAPTCHA"
1002
  msgstr "Abilita reCAPTCHA invisibile"
1003
 
1004
+ #: ../settings.php:249
1005
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1006
  msgstr "(Non abilitare a meno che non si ottengano e si inseriscano la Chiave del sito e la Chiave Segreta per la versione invisibile)"
1007
 
1008
+ #: ../settings.php:284
1009
  msgid "Enable reCAPTCHA for WordPress comment form"
1010
  msgstr "Attiva reCAPTCHA per il modulo dei commenti di WordPress"
1011
 
1012
+ #: ../settings.php:289
1013
  msgid "Disable reCAPTCHA for logged in users"
1014
  msgstr "Disattiva reCAPTCHA per gli utenti connessi"
1015
 
1016
+ #: ../settings.php:293
1017
  msgid "Limit attempts"
1018
  msgstr "Limiti dei tentativi"
1019
 
1020
+ #: ../settings.php:294
1021
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1022
  msgstr "Blocca l'indirizzo IP per %s minuti dopo %s tentativi non riusciti entro %s minuti "
1023
 
1024
+ #: ../settings.php:1186
1025
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1026
  msgstr "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."
1027
 
1028
+ #: ../dashboard.php:780 ../dashboard.php:1004
1029
  msgid "Event"
1030
  msgstr "Evento"
1031
 
1032
+ #: ../common.php:254
1033
  msgid "Spam comments denied"
1034
  msgstr "Commenti spam negati"
1035
 
1036
+ #: ../common.php:256
1037
  msgid "Malicious IP addresses detected"
1038
  msgstr "Rilevati indirizzi IP malevoli"
1039
 
1040
+ #: ../common.php:257
1041
  msgid "Lockouts occurred"
1042
  msgstr "Blocchi avvenuti"
1043
 
1044
+ #: ../dashboard.php:2127
1045
  msgid "All suspicious activity"
1046
  msgstr "Tutte le attività sospette"
1047
 
1048
+ #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1049
+ #: /cerber-load.php:1332
1050
  msgid "You are not allowed to register."
1051
  msgstr "Non è consentito registrarsi."
1052
 
1053
+ #: ../common.php:1160
1054
  msgid "Spam comment denied"
1055
  msgstr "Il commento spam è stato negato"
1056
 
1057
+ #: ../common.php:1185
1058
  msgid "Attempt to log in denied"
1059
  msgstr "Tentativo di accesso negato"
1060
 
1061
+ #: ../common.php:1186
1062
  msgid "Attempt to register denied"
1063
  msgstr "Tentativo di registrazione negato"
1064
 
1065
+ #: ../common.php:251
1066
  msgid "Malicious activities mitigated"
1067
  msgstr "Attività dannose attenuate"
1068
 
1069
+ #: ../dashboard.php:69
1070
  msgid "Cerber antispam settings"
1071
  msgstr "Impostazioni dell'Antispam di Cerber"
1072
 
1073
+ #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1074
  msgid "Antispam"
1075
  msgstr "Antispam"
1076
 
1077
+ #: ../settings.php:177
1078
  msgid "Cerber antispam engine"
1079
  msgstr "Cerber antispam engine"
1080
 
1081
+ #: ../settings.php:180
1082
  msgid "Comment form"
1083
  msgstr "Modulo dei commenti"
1084
 
1085
+ #: ../settings.php:181
1086
  msgid "Protect comment form with bot detection engine"
1087
  msgstr "Proteggi il modulo dei commenti con il motore di rilevazione dei bot"
1088
 
1089
+ #: ../settings.php:186
1090
  msgid "Protect registration form with bot detection engine"
1091
  msgstr "Proteggi il modulo di registrazione con il motore di rilevazione dei bot"
1092
 
1093
+ #: ../dashboard.php:4288
1094
  msgid "Export & Import"
1095
  msgstr "Esporta & Importa"
1096
 
1097
+ #: ../dashboard.php:4289
1098
  msgid "Diagnostic"
1099
  msgstr "Diagnostica"
1100
 
1101
+ #: ../dashboard.php:4292
1102
  msgid "License"
1103
  msgstr "Licenza"
1104
 
1105
+ #: ../dashboard.php:4199
1106
  msgid "Antispam and bot detection settings"
1107
  msgstr "Impostazioni rilevamento di antispam e bot"
1108
 
1109
+ #: ../cerber-load.php:1570
1110
  msgid "Sorry, human verification failed."
1111
  msgstr "Spiacenti, la verifica umana è fallita."
1112
 
1113
+ #: ../common.php:1250
1114
  msgid "Bot activity is detected"
1115
  msgstr "Attività Bot rilevata"
1116
 
1117
+ #: ../settings.php:219
1118
  msgid "Comment processing"
1119
  msgstr "Elaborazione commento"
1120
 
1121
+ #: ../settings.php:222
1122
  msgid "If a spam comment detected"
1123
  msgstr "Se un commento spam è rilevato"
1124
 
1125
+ #: ../settings.php:227
1126
  msgid "Trash spam comments"
1127
  msgstr "Cestina i commenti spam"
1128
 
1129
+ #: ../settings.php:229
1130
  msgid "Move spam comments to trash after"
1131
  msgstr "Sposta i commenti spam nel cestino dopo"
1132
 
1133
+ #: ../common.php:1161
1134
  msgid "Spam form submission denied"
1135
  msgstr "L'invio del form contenente spam è stato negata"
1136
 
1137
+ #: ../settings.php:190
1138
  msgid "Other forms"
1139
  msgstr "Altro form"
1140
 
1141
+ #: ../settings.php:191
1142
  msgid "Protect all forms on the website with bot detection engine"
1143
  msgstr "Proteggi tutti i form del sito web con il motore di rilevazione dei bot"
1144
 
1145
+ #: ../settings.php:197
1146
  msgid "Adjust antispam engine"
1147
  msgstr "Regola Motore Antispam"
1148
 
1149
+ #: ../settings.php:200
1150
  msgid "Safe mode"
1151
  msgstr "Modalità sicura"
1152
 
1153
+ #: ../settings.php:201
1154
  msgid "Use less restrictive policies (allow AJAX)"
1155
  msgstr "Usa regole meno restrittive (Permetti AJAX)"
1156
 
1157
+ #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
1158
  msgid "Logged in users"
1159
  msgstr "Utenti connessi"
1160
 
1161
+ #: ../settings.php:206
1162
  msgid "Disable bot detection engine for logged in users"
1163
  msgstr "Disattiva il motore di rilevazione bot per gli utenti connessi"
1164
 
1165
+ #: ../dashboard.php:190 ../dashboard.php:1002
1166
  msgid "Country"
1167
  msgstr "Nazione"
1168
 
1169
+ #: ../dashboard.php:1039
1170
  msgid "All events"
1171
  msgstr "Tutti gli eventi"
1172
 
1173
+ #: ../dashboard.php:61
1174
  msgid "Cerber Security Rules"
1175
  msgstr "Regole di Sicurezza di Cerber"
1176
 
1177
+ #: ../dashboard.php:61 ../dashboard.php:4236
1178
  msgid "Security Rules"
1179
  msgstr "Regole di Sicurezza"
1180
 
1181
+ #: ../dashboard.php:1396
1182
  msgid "Failed login attempts"
1183
  msgstr "Tentivi di accesso falliti"
1184
 
1185
+ #: ../dashboard.php:1353 ../dashboard.php:1397
1186
  msgid "Registered"
1187
  msgstr "Registrato"
1188
 
1189
+ #: ../dashboard.php:1467 ../cerber-users.php:25
1190
  msgid "You"
1191
  msgstr "Tu"
1192
 
1193
+ #: ../common.php:255
1194
  msgid "Spam form submissions denied"
1195
  msgstr "Tentativi di immissione spam negati "
1196
 
1197
+ #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1198
  msgid "Getting Started Guide"
1199
  msgstr "Guida introduttiva"
1200
 
1201
+ #: ../dashboard.php:4238
1202
  msgid "Countries"
1203
  msgstr "Paesi"
1204
 
1205
+ #: ../dashboard.php:2987
1206
  msgid "Permitted for one country"
1207
  msgid_plural "Permitted for %d countries"
1208
  msgstr[0] "Permesso per un paese "
1209
  msgstr[1] "Permesso per %d paesi"
1210
 
1211
+ #: ../dashboard.php:2998
1212
  msgid "No rule"
1213
  msgstr "Nessuna regola"
1214
 
1215
+ #: ../dashboard.php:3209
1216
  msgid "Security rules have been updated"
1217
  msgstr "Le regole di sicurezza sono state aggiornate"
1218
 
1221
  msgid "https://wpcerber.com"
1222
  msgstr "https://wpcerber.com"
1223
 
1224
+ #: ../common.php:1162
1225
  msgid "Form submission denied"
1226
  msgstr "Invio form bloccato"
1227
 
1228
+ #: ../common.php:1163
1229
  msgid "Comment denied"
1230
  msgstr "Commento bloccato"
1231
 
1232
+ #: ../common.php:1191
1233
  msgid "Request to REST API denied"
1234
  msgstr "Richiesta di REST API bloccata"
1235
 
1236
+ #: ../common.php:1192
1237
  msgid "XML-RPC request denied"
1238
  msgstr "Richiesta XML-RPC bloccata"
1239
 
1240
+ #: ../common.php:1205
1241
  msgid "Bot detected"
1242
  msgstr "Bot rilevato"
1243
 
1244
+ #: ../common.php:1206
1245
  msgid "Citadel mode is active"
1246
  msgstr "Modalità Citadel attiva"
1247
 
1248
+ #: ../common.php:1211
1249
  msgid "Malicious activity detected"
1250
  msgstr "Rilevata attività malevola"
1251
 
1252
+ #: ../common.php:1212
1253
  msgid "Blocked by country rule"
1254
  msgstr "Bloccata dalle regole del Paese"
1255
 
1256
+ #: ../common.php:1213
1257
  msgid "Limit reached"
1258
  msgstr "Limite raggiunto"
1259
 
1260
+ #: ../common.php:1214
1261
  msgid "Multiple suspicious activities"
1262
  msgstr "Attività sospette multiple"
1263
 
1264
+ #: ../common.php:1251
1265
  msgid "Multiple suspicious activities were detected"
1266
  msgstr "Attività sospette multiple sono state rilevate"
1267
 
1268
+ #: ../settings.php:751
 
 
 
 
 
 
 
 
1269
  msgid "Allow REST API for logged in users"
1270
  msgstr "Consenti il REST API per gli utenti connessi"
1271
 
1272
+ #: ../settings.php:766
1273
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1274
  msgstr "Specifica gli spazi dei nomi REST API consentiti se l'API REST è disattivata. Una stringa per riga."
1275
 
1276
+ #: ../settings.php:147
1277
  msgid "Registration limit"
1278
  msgstr "Limite di Registrazione"
1279
 
1280
+ #: ../settings.php:168
1281
  msgid "Sort users in dashboard"
1282
  msgstr "Ordina gli utenti nel pannello"
1283
 
1284
+ #: ../settings.php:169
1285
  msgid "by date of registration"
1286
  msgstr "per data di registrazione"
1287
 
1288
+ #: ../settings.php:210
1289
  msgid "Query whitelist"
1290
  msgstr "Whitelist Query\n"
1291
  ""
1292
 
1293
+ #: ../settings.php:1352
1294
  msgid "%s allowed registrations in %s minutes from one IP"
1295
  msgstr "%s registrazioni permesse in %s minuti da un indrizzo IP"
1296
 
1297
+ #: ../dashboard.php:3055
1298
  msgid "Start typing here to find a country"
1299
  msgstr "Inizia a digitare qui per trovare un paese"
1300
 
1301
+ #: ../dashboard.php:3135
1302
  msgid "Click on a country name to add it to the list of selected countries"
1303
  msgstr "Clicca sul nome del paese per aggiungerlo nella lista dei paesi selezionati"
1304
 
1305
+ #: ../dashboard.php:3156
1306
  msgid "Submit forms"
1307
  msgstr "Trasmetti forms"
1308
 
1309
+ #: ../dashboard.php:3157
1310
  msgid "Post comments"
1311
  msgstr "Inserisci commenti"
1312
 
1313
+ #: ../dashboard.php:3158
1314
  msgid "Log in to the website"
1315
  msgstr "Accedi al sito web"
1316
 
1317
+ #: ../dashboard.php:3159
1318
  msgid "Register on the website"
1319
  msgstr "Registrati al sito web"
1320
 
1321
+ #: ../dashboard.php:3160
1322
  msgid "Use XML-RPC"
1323
  msgstr "Usa XML-RPC"
1324
 
1325
+ #: ../dashboard.php:3161
1326
  msgid "Use REST API"
1327
  msgstr "Usa REST API\n"
1328
  ""
1329
 
1330
+ #: ../settings.php:224
1331
  msgid "Deny it completely"
1332
  msgstr "Negarlo completamente"
1333
 
1334
+ #: ../settings.php:224
1335
  msgid "Mark it as spam"
1336
  msgstr "Segna come spam"
1337
 
1338
+ #: ../dashboard.php:2109
1339
  msgid "in the last 24 hours"
1340
  msgstr "nelle ultime 24 ore"
1341
 
1342
+ #: ../dashboard.php:2487
1343
  msgid "Main settings"
1344
  msgstr "Impostazioni Principali"
1345
 
1346
+ #: ../settings.php:830
1347
  msgid "Weekly reports"
1348
  msgstr "Report settimanali"
1349
 
1350
+ #: ../settings.php:1524
1351
  msgid "Sunday"
1352
  msgstr "Domenica"
1353
 
1354
+ #: ../settings.php:1525
1355
  msgid "Monday"
1356
  msgstr "Lunedì"
1357
 
1358
+ #: ../settings.php:1526
1359
  msgid "Tuesday"
1360
  msgstr "Martedì"
1361
 
1362
+ #: ../settings.php:1527
1363
  msgid "Wednesday"
1364
  msgstr "Mercoledì"
1365
 
1366
+ #: ../settings.php:1528
1367
  msgid "Thursday"
1368
  msgstr "Giovedì"
1369
 
1370
+ #: ../settings.php:1529
1371
  msgid "Friday"
1372
  msgstr "Venerdì"
1373
 
1374
+ #: ../settings.php:1530
1375
  msgid "Saturday"
1376
  msgstr "Sabato"
1377
 
1378
+ #: ../settings.php:1593 ../settings.php:1594
1379
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1380
  msgstr "Se si utilizza un plug-in di memorizzazione nella cache, è necessario aggiungere il nuovo URL di accesso all'elenco delle pagine da non memorizzare in cache."
1381
 
1382
+ #: ../cerber-load.php:3645
1383
  msgid "Weekly report"
1384
  msgstr "Report Settimanale"
1385
 
1386
+ #: ../cerber-load.php:3648 ../cerber-load.php:3658
1387
  msgid "To change reporting settings visit"
1388
  msgstr "Per cambiare il report visita"
1389
 
1390
+ #: ../cerber-load.php:3681
1391
  msgid "Your login page:"
1392
  msgstr "La tua pagina di login:"
1393
 
1394
+ #: ../cerber-load.php:3685
1395
  msgid "Your license is valid until"
1396
  msgstr "La tua licenza è valida sino al"
1397
 
1398
+ #: ../cerber-load.php:3791
1399
  msgid "Activity details"
1400
  msgstr "Dettaglio Attività"
1401
 
1402
+ #: ../settings.php:1560
1403
  msgid "Click to send now"
1404
  msgstr "Clicca per spedire ora"
1405
 
1406
+ #: ../cerber-load.php:858
1407
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1408
  msgstr "> > > Traduttore di WP Cerber? Per ottenere una licenza PRO gratis, invia i tuoi dati da qui: https://wpcerber.com/contact/"
1409
 
1410
+ #: ../dashboard.php:559
1411
  msgid "Email has been sent to"
1412
  msgstr "Email è stata spedita a"
1413
 
1414
+ #: ../dashboard.php:562
1415
  msgid "Unable to send email to"
1416
  msgstr "Non riesco ad inviare l'email a"
1417
 
1418
+ #: ../dashboard.php:2990
1419
  msgid "Not permitted for one country"
1420
  msgid_plural "Not permitted for %d countries"
1421
  msgstr[0] "Non permesso per un paese"
1422
  msgstr[1] "non permesso per %d paesi"
1423
 
1424
+ #: ../dashboard.php:3139
1425
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1426
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1427
  msgstr "I paesi selezionati sono autorizzati ad %s, altri paesi non sono autorizzati ad"
1428
 
1429
+ #: ../dashboard.php:3142
1430
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1431
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1432
  msgstr "I paesi selezionati non sono autorizzati ad %s, altri paesi sono autorizzati ad"
1433
 
1434
+ #: ../cerber-load.php:3779
1435
  msgid "Weekly Report"
1436
  msgstr "Report settimanale"
1437
 
1438
+ #: ../settings.php:570
1439
  msgid "Use 404 template from the active theme"
1440
  msgstr "Usa pagina 404 dal tema attivo"
1441
 
1442
+ #: ../settings.php:571
1443
  msgid "Display simple 404 page"
1444
  msgstr "Mostra una semplice pagina 404"
1445
 
1446
+ #: ../settings.php:211
1447
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1448
  msgstr "Immettere una parte della stringa di query o del percorso di query per escludere una richiesta dall'ispezione dal motore. Un elemento per riga."
1449
 
1450
+ #: ../settings.php:842 ../settings.php:1106
1451
  msgid "if empty, email from notification settings will be used"
1452
  msgstr "Se vuoto, verrà utilizzata l'e-mail dalle impostazioni di notifica"
1453
 
1454
+ #: ../settings.php:831
1455
  msgid "Enable reporting"
1456
  msgstr "Abilita reporting"
1457
 
1458
+ #: ../cerber-load.php:3709
1459
  msgid "Your last sign-in was %s from %s"
1460
  msgstr "Il tuo ultimo accesso è stato %s da %s"
1461
 
1462
+ #: ../dashboard.php:279
 
 
 
 
1463
  msgid "IP address, IPv4 address range or subnet"
1464
  msgstr "Indirizzi IP, range indirizzi IPv4 o sottorete"
1465
 
1466
+ #: ../dashboard.php:281
1467
  msgid "Optional comment for this entry"
1468
  msgstr "Commento opzionale per questa voce"
1469
 
1470
+ #: ../dashboard.php:320
1471
  msgid "You cannot add your IP address or network"
1472
  msgstr "Non è possibile aggiungere il tuo indirizzo IP o rete"
1473
 
1474
+ #: ../settings.php:154
1475
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1476
  msgstr "Per specificare un pattern REGEX inserisci un pattern in mezzo a due slashes (//) "
1477
 
1478
+ #: ../dashboard.php:57
1479
  msgid "Cerber Traffic Inspector"
1480
  msgstr "Ispettore del traffico di Cerber"
1481
 
1482
+ #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1483
  msgid "Traffic Inspector"
1484
  msgstr "Ispettore del traffico"
1485
 
1486
+ #: ../dashboard.php:1569
1487
  msgid "Traffic"
1488
  msgstr "Traffico"
1489
 
1490
+ #: ../dashboard.php:3652
1491
  msgid "Request"
1492
  msgstr "Richieste"
1493
 
1494
+ #: ../dashboard.php:3654
1495
  msgid "Host Info"
1496
  msgstr "Info Host"
1497
 
1498
+ #: ../dashboard.php:3655
1499
  msgid "User Agent"
1500
  msgstr "Agente Utente"
1501
 
1502
+ #: ../dashboard.php:3680
1503
  msgid "All requests"
1504
  msgstr "Tutte le richieste"
1505
 
1506
+ #: ../dashboard.php:3685
1507
  msgid "Not logged in visitors"
1508
  msgstr "Visitatori non registrati"
1509
 
1510
+ #: ../dashboard.php:3688
1511
  msgid "Form submissions"
1512
  msgstr "Modulo di invio"
1513
 
1514
+ #: ../dashboard.php:3690
1515
  msgid "Page Not Found"
1516
  msgstr "Pagina non trovata"
1517
 
1518
+ #: ../dashboard.php:3699
1519
  msgid "Longer than"
1520
  msgstr "Più lungo di"
1521
 
1522
+ #: ../dashboard.php:3720
1523
  msgid "Refresh"
1524
  msgstr "Ricaricare"
1525
 
1526
+ #: ../common.php:181
1527
  msgid "Check for requests"
1528
  msgstr "Controlla richieste"
1529
 
1530
+ #: ../common.php:1612
1531
  msgid "Not specified"
1532
  msgstr "Non Specificato"
1533
 
1534
+ #: ../settings.php:896
1535
  msgid "Logging mode"
1536
  msgstr "Modalità di registrazione"
1537
 
1538
+ #: ../settings.php:902
1539
  msgid "Logging disabled"
1540
  msgstr "Registrazione disabilitata"
1541
 
1542
+ #: ../settings.php:903
1543
  msgid "Smart"
1544
  msgstr "Intelligente"
1545
 
1546
+ #: ../settings.php:904
1547
  msgid "All traffic"
1548
  msgstr "Tutto il traffico"
1549
 
1550
+ #: ../settings.php:908
1551
  msgid "Ignore crawlers"
1552
  msgstr "Ignora i crawler"
1553
 
1554
+ #: ../settings.php:918
1555
  msgid "Mask these form fields"
1556
  msgstr "Maschera questi campi modulo"
1557
 
1558
+ #: ../settings.php:958
1559
  msgid "milliseconds"
1560
  msgstr "millisecondi"
1561
 
1562
+ #: ../settings.php:851
 
 
 
 
1563
  msgid "Enable traffic inspection"
1564
  msgstr "Abilita l'ispezione del traffico"
1565
 
1566
+ #: ../settings.php:895
1567
  msgid "Logging"
1568
  msgstr "Registrazione"
1569
 
1570
+ #: ../settings.php:913
1571
  msgid "Save request fields"
1572
  msgstr "Salva i campi richiesti"
1573
 
1574
+ #: ../settings.php:953
1575
  msgid "Page generation time threshold"
1576
  msgstr "Soglia del tempo di generazione della pagina"
1577
 
1578
+ #: ../dashboard.php:3672
1579
  msgid "No requests have been logged."
1580
  msgstr "Nessuna richiesta è stata registrata."
1581
 
1582
+ #: ../dashboard.php:1536
1583
  msgid "enabled"
1584
  msgstr "Abilitato"
1585
 
1586
+ #: ../dashboard.php:1541
1587
  msgid "no connection"
1588
  msgstr "Nessuna connessione"
1589
 
1590
+ #: ../dashboard.php:4026
1591
  msgid "Advanced search"
1592
  msgstr "Ricerca Avanzata"
1593
 
1594
+ #: ../dashboard.php:1343
1595
  msgid "Last seen"
1596
  msgstr "Ultimo visto"
1597
 
1598
+ #: ../common.php:1187 ../common.php:1252
1599
  msgid "Probing for vulnerable PHP code"
1600
  msgstr "Sondo per codice PHP vulnerabile"
1601
 
1602
+ #: ../dashboard.php:3983
1603
  msgid "Any"
1604
  msgstr "Qualsiasi"
1605
 
1606
+ #: ../cerber-load.php:3429
1607
  msgid "We're sorry, you are not allowed to proceed"
1608
  msgstr "Siamo spiacenti, non ti è permesso procedere"
1609
 
1610
+ #: ../settings.php:867
1611
  msgid "Request whitelist"
1612
  msgstr "Whitelist delle richieste"
1613
 
1614
+ #: ../settings.php:873
1615
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1616
  msgstr "Inserire una URI per escludere la stessadall'ispezione. Un elemento per riga."
1617
 
1618
+ #: ../settings.php:929
1619
  msgid "Save request headers"
1620
  msgstr "Salva l'header delle richieste"
1621
 
1622
+ #: ../settings.php:935
1623
  msgid "Save $_SERVER"
1624
  msgstr "Salva $_SERVER"
1625
 
1626
+ #: ../settings.php:941
1627
  msgid "Save request cookies"
1628
  msgstr "Salva la richiesta dei cookies"
1629
 
1630
+ #: ../settings.php:694
1631
  msgid "Protect admin scripts"
1632
  msgstr "Proteggi gli script di amministrazione"
1633
 
1634
+ #: ../settings.php:699
1635
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1636
  msgstr "Blocca l'accesso non autorizzato a load-scripts.php e load-styles.php"
1637
 
1638
+ #: ../common.php:2440
1639
  msgid "Unable to create the directory"
1640
  msgstr "Impossibile creare la directory"
1641
 
1642
+ #: ../common.php:2445
1643
  msgid "Destination folder access denied"
1644
  msgstr "Accesso alla cartella di destinazione negato"
1645
 
1646
+ #: ../common.php:2448
1647
  msgid "File not found"
1648
  msgstr "File non trovato"
1649
 
1650
+ #: ../common.php:2451
1651
  msgid "Unable to copy the file"
1652
  msgstr "Impossibile copiare il file"
1653
 
1654
+ #: ../common.php:2457
1655
  msgid "Unable to delete the file"
1656
  msgstr "Impossibile cancellare il file"
1657
 
1658
+ #: ../settings.php:486
1659
  msgid "Plugin initialization"
1660
  msgstr "Inizializzazione del plugin"
1661
 
1662
+ #: ../settings.php:487
1663
  msgid "Load security engine"
1664
  msgstr "Carica il motore di sicurezza"
1665
 
1666
+ #: ../settings.php:493
1667
  msgid "Legacy mode"
1668
  msgstr "Modalità legacy"
1669
 
1670
+ #: ../settings.php:494
1671
  msgid "Standard mode"
1672
  msgstr "Modalità standard"
1673
 
1674
+ #: ../settings.php:1571
1675
  msgid "Plugin initialization mode has not been changed"
1676
  msgstr "La modalità di inizializzazione del plugin non è stata modificata"
1677
 
1680
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1681
  msgstr "Questo è un modulo di avvio standard per il plugin WP Cerber Security e Antispam. È stato installato quando è stata impostata la modalità di inizializzazione del plugin su Standard. Per saperne di più: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1682
 
1683
+ #: ../common.php:1189
1684
  msgid "File upload denied"
1685
  msgstr "Caricamento file negato"
1686
 
1687
+ #: ../settings.php:583
1688
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1689
  msgstr "L'URL di accesso personalizzato può contenere solo lettere, numeri, trattini e caratteri di sottolineatura"
1690
 
1691
+ #: ../settings.php:873
1692
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1693
  msgstr "Per specificare un pattern REGEX, racchiudere un'intera riga in due parentesi."
1694
 
1695
+ #: ../settings.php:1182
1696
  msgid "Be careful about enabling these options."
1697
  msgstr "Fai attenzione nell'abilitazione di queste opzioni."
1698
 
1699
+ #: ../settings.php:1182
1700
  msgid "If you forget your Custom login URL, you will be unable to log in."
1701
  msgstr "Se si dimentica l'URL di accesso personalizzato, non sarà possibile accedere."
1702
 
1703
+ #: ../dashboard.php:65 ../dashboard.php:4251
1704
  msgid "Site Integrity"
1705
  msgstr "Integrità del sito"
1706
 
1707
+ #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1708
+ #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1709
  msgid "Disabled"
1710
  msgstr "Disabilitato"
1711
 
1712
+ #: ../dashboard.php:1555 ../cerber-scanner.php:865
1713
  msgid "Quick Scan"
1714
  msgstr "Scansione veloce"
1715
 
1716
+ #: ../dashboard.php:1557 ../cerber-scanner.php:865
1717
  msgid "Full Scan"
1718
  msgstr "Scansione completa"
1719
 
1722
  msgid "WP Cerber Security, Antispam & Malware Scan"
1723
  msgstr "WP Cerber Security, Antispam & Malware Scansione"
1724
 
1725
+ #: ../common.php:1215
1726
  msgid "Denied"
1727
  msgstr "Negato"
1728
 
1729
+ #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1730
  msgid "Use White IP Access List"
1731
  msgstr "Usa la lista White IP Access\n"
1732
  ""
1733
 
1734
+ #: ../settings.php:553
1735
  msgid "Disable dashboard redirection"
1736
  msgstr "Disabilita il reindirizzamento della dashboard"
1737
 
1738
+ #: ../settings.php:557
1739
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1740
  msgstr "Disabilita il reindirizzamento automatico alla pagina di accesso quando / wp-admin / viene richiesto da una richiesta non autorizzata"
1741
 
1742
+ #: ../settings.php:974
1743
  msgid "Scanner settings"
1744
  msgstr "Impostazioni di scansione"
1745
 
1746
+ #: ../settings.php:975
1747
  msgid "Custom signatures"
1748
  msgstr "Firme di codice personalizzate"
1749
 
1750
+ #: ../settings.php:981
1751
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1752
  msgstr "Specificare firme di codice PHP personalizzate. Un elemento per riga. Per specificare un pattern REGEX, racchiudi un'intera riga in due parentesi."
1753
 
1754
+ #: ../settings.php:983
1755
  msgid "Unwanted file extensions"
1756
  msgstr "Estensioni di file indesiderate"
1757
 
1758
+ #: ../settings.php:989
1759
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1760
  msgstr "Specificare le estensioni dei file da cercare. Solo scansione completa. Usa la virgola per separare gli oggetti."
1761
 
1762
+ #: ../settings.php:991
1763
  msgid "Directories to exclude"
1764
  msgstr "Cartelle da escludere"
1765
 
1766
+ #: ../settings.php:997
1767
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1768
  msgstr "Specifiare le cartelle da escludere dalla scansione. Percorso assoluto. Un elemento per linea."
1769
 
1770
+ #: ../settings.php:1012
1771
  msgid "Scan temporary directory"
1772
  msgstr "Scansione directory temporanea"
1773
 
1774
+ #: ../settings.php:1019
1775
  msgid "Scan session directory"
1776
  msgstr "Scansione directory di sessione"
1777
 
1778
+ #: ../settings.php:1031
1779
  msgid "Delete quarantined files after"
1780
  msgstr "Eliminare i files in quarantena dopo"
1781
 
1782
+ #: ../settings.php:1046
1783
  msgid "Launch Quick Scan"
1784
  msgstr "Avvia una scansione veloce"
1785
 
1786
+ #: ../cerber-scanner.php:1421
1787
  msgid "Every hour"
1788
  msgstr "Ogni ora"
1789
 
1790
+ #: ../cerber-scanner.php:1422
1791
  msgid "Every 3 hours"
1792
  msgstr "Ogni 3 ore"
1793
 
1794
+ #: ../cerber-scanner.php:1423
1795
  msgid "Every 6 hours"
1796
  msgstr "Ogni 6 ore"
1797
 
1798
+ #: ../settings.php:1053
1799
  msgid "Launch Full Scan"
1800
  msgstr "Avvia scansione completa"
1801
 
1802
+ #: ../settings.php:1063 ../settings.php:1122
1803
  msgid "Low severity"
1804
  msgstr "Bassa gravità"
1805
 
1806
+ #: ../settings.php:1063 ../settings.php:1122
1807
  msgid "Medium severity"
1808
  msgstr "Media gravità"
1809
 
1810
+ #: ../settings.php:1063 ../settings.php:1122
1811
  msgid "High severity"
1812
  msgstr "Alta gravità"
1813
 
1814
+ #: ../settings.php:1064
1815
  msgid "Report an issue if any of the following is true"
1816
  msgstr "Segnala un problema se una delle seguenti condizioni è vera"
1817
 
1818
+ #: ../settings.php:1072
1819
  msgid "Send email report"
1820
  msgstr "Invia un report via email"
1821
 
1822
+ #: ../settings.php:1078
1823
  msgid "After every scan"
1824
  msgstr "Dopo ogni scansione"
1825
 
1826
+ #: ../settings.php:1079
1827
  msgid "If any changes in scan results occurred"
1828
  msgstr "Se si sono verificati cambiamenti nei risultati della scansione"
1829
 
1830
+ #: ../settings.php:1084
1831
  msgid "Include file sizes"
1832
  msgstr "Includi dimensioni del file"
1833
 
1834
+ #: ../settings.php:1091
1835
  msgid "Include scan errors"
1836
  msgstr "Includi errori di scansione"
1837
 
1838
+ #: ../dashboard.php:4253 ../cerber-load.php:4555
1839
  msgid "Security Scanner"
1840
  msgstr "Scanner di Sicurezza"
1841
 
1842
+ #: ../dashboard.php:4255
1843
  msgid "Scheduling"
1844
  msgstr "Programmazione\n"
1845
  ""
1846
 
1847
+ #: ../cerber-scanner.php:84
1848
  msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1849
  msgstr "Attualmente una scansione programmata è in corso. Attendere fino a che sia ultimata."
1850
 
1851
+ #: ../cerber-scanner.php:88
1852
  msgid "Previous scan started %s has not been completed. Continue scanning?"
1853
  msgstr "Una precedente scansione avviata %s non è stata completata. Continuare la scansione?"
1854
 
1855
+ #: ../cerber-scanner.php:97
1856
  msgid "It seems this website has never been scanned. To start scanning click the button below."
1857
  msgstr "Sembra che questo sito non sia mai stato scansionato. Per avviare la scansione, fai clic sul pulsante in basso."
1858
 
1859
+ #: ../cerber-scanner.php:100
1860
  msgid "Start Quick Scan"
1861
  msgstr "Avvia una scansione veloce"
1862
 
1863
+ #: ../cerber-scanner.php:101
1864
  msgid "Start Full Scan"
1865
  msgstr "Avvisa una scansione completa"
1866
 
1867
+ #: ../cerber-scanner.php:102
1868
  msgid "Stop Scanning"
1869
  msgstr "Ferma la scansione."
1870
 
1871
+ #: ../cerber-scanner.php:103
1872
  msgid "Continue Scanning"
1873
  msgstr "Continua la scansione"
1874
 
1875
+ #: ../cerber-scanner.php:139
1876
  msgid "Delete"
1877
  msgstr "Elimina"
1878
 
1879
+ #: ../cerber-scanner.php:1370
1880
  msgid "Verified"
1881
  msgstr "Verificato"
1882
 
1883
+ #: ../cerber-scanner.php:1377
1884
  msgid "Integrity data not found"
1885
  msgstr "Integrity data non trovato"
1886
 
1887
+ #: ../cerber-scanner.php:1378
1888
  msgid "Unable to check the integrity of the plugin due to a network error"
1889
  msgstr "Impossibile verficare l'integrità del plugin a causa di un errore di rete"
1890
 
1891
+ #: ../cerber-scanner.php:1379
1892
  msgid "Unable to check the integrity of WordPress files due to a network error"
1893
  msgstr "Impossibile verficare l'integrità di wordpress a causa di un errore di rete"
1894
 
1895
+ #: ../cerber-scanner.php:1380
1896
  msgid "Unable to check the integrity of the theme due to a network error"
1897
  msgstr "Impossibile verificare l'integrità del tema a causa di un errore di rete"
1898
 
1899
+ #: ../cerber-scanner.php:1383
1900
  msgid "Local file doesn't exist"
1901
  msgstr "Filelocale non esiste"
1902
 
1903
+ #: ../cerber-scanner.php:1385
1904
  msgid "Unable to process file"
1905
  msgstr "Improssibile processare il file"
1906
 
1907
+ #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1908
  msgid "Unable to open file"
1909
  msgstr "Impossibile aprire il file"
1910
 
1911
+ #: ../cerber-scanner.php:1388
1912
  msgid "Checksum mismatch"
1913
  msgstr "Mancata corrispondenza del checksum"
1914
 
1915
+ #: ../cerber-scanner.php:1391
1916
  msgid "Suspicious code found"
1917
  msgstr "Codice sospetto rilevato"
1918
 
1919
+ #: ../cerber-scanner.php:1393
1920
  msgid "Unattended suspicious file"
1921
  msgstr "File sospetto inaspettato"
1922
 
1923
+ #: ../cerber-scanner.php:1394
1924
  msgid "Executable code found"
1925
  msgstr "Rilevato Codice eseguibile"
1926
 
1927
+ #: ../cerber-scanner.php:1398
1928
  msgid "Unwanted file extension"
1929
  msgstr "Estensione di file indesiderata"
1930
 
1931
+ #: ../cerber-scanner.php:1400
1932
  msgid "Content has been modified"
1933
  msgstr "Contenuto è stato modificato"
1934
 
1935
+ #: ../cerber-scanner.php:1401
1936
  msgid "New file"
1937
  msgstr "Nuovo file"
1938
 
1939
+ #: ../cerber-scanner.php:2437
1940
  msgid "Custom signature found"
1941
  msgstr "Rilevate firme di codice personalizzate"
1942
 
1943
+ #: ../cerber-scanner.php:3576
1944
  msgid "Scanning folders for files"
1945
  msgstr "Sansione delle cartelle per files"
1946
 
1947
+ #: ../cerber-scanner.php:3580
1948
  msgid "Parsing the list of files"
1949
  msgstr "Analisi dell'elenco dei files"
1950
 
1951
+ #: ../cerber-scanner.php:3581
1952
  msgid "Checking for new and modified files"
1953
  msgstr "Verifica di file nuovi e modificati"
1954
 
1955
+ #: ../cerber-scanner.php:3582
1956
  msgid "Verifying the integrity of WordPress"
1957
  msgstr "Verifica integrità di Wordpress"
1958
 
1959
+ #: ../cerber-scanner.php:3583
1960
  msgid "Verifying the integrity of the plugins"
1961
  msgstr "Verifica integrità dei plugins"
1962
 
1963
+ #: ../cerber-scanner.php:3584
1964
  msgid "Verifying the integrity of the themes"
1965
  msgstr "Verifica integrità dei temi"
1966
 
1967
+ #: ../cerber-scanner.php:3585
1968
  msgid "Searching for malicious code"
1969
  msgstr "Ricerca di codice dannoso"
1970
 
1971
+ #: ../cerber-scanner.php:3586
1972
  msgid "Finalizing the scan"
1973
  msgstr "Finalizzazione della scansione"
1974
 
1975
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1976
  msgid "Files to scan"
1977
  msgstr "Files da scansionare"
1978
 
1979
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1980
  msgid "Critical issues"
1981
  msgstr "Problemi critici"
1982
 
1983
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1984
  msgid "Issues total"
1985
  msgstr "Problemi Totali"
1986
 
1987
+ #: ../cerber-scanner.php:4170
1988
  msgid "The directory is not writable"
1989
  msgstr "La cartella non è scrivibile"
1990
 
1991
+ #: ../cerber-scanner.php:4188
1992
  msgid "Unable to create WP CERBER directory"
1993
  msgstr "Impossibile creare la cartella WP CERBER"
1994
 
1995
+ #: ../cerber-scanner.php:4402
1996
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1997
  msgstr "Errore di accesso al file. Probabilmente i risultati della scansione sono obsoleti. Esegui scansione rapida o completa. Grazie."
1998
 
1999
+ #: ../cerber-scanner.php:5093
2000
  msgid "To view full report visit"
2001
  msgstr "Per visualizzare il report completo visita"
2002
 
2003
+ #: ../cerber-load.php:3655
2004
  msgid "Scanner Report"
2005
  msgstr "Scanner Report\n"
2006
  ""
2007
 
2008
+ #: ../settings.php:999
2009
  msgid "Monitor new files"
2010
  msgstr "Monitaora nuovi files"
2011
 
2012
+ #: ../settings.php:1006
2013
  msgid "Monitor modified files"
2014
  msgstr "Monitra file modificati"
2015
 
2016
+ #: ../settings.php:1080
2017
  msgid "If new issues found"
2018
  msgstr "Se una nuova problematica viene trovata"
2019
 
2020
+ #: ../settings.php:1820
2021
  msgid "The schedule has been updated"
2022
  msgstr "La programmazione è stata aggiornata"
2023
 
2024
+ #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2025
  msgid "Suspicious directives found"
2026
  msgstr "Trovate direttive sospette"
2027
 
2028
+ #: ../cerber-scanner.php:2615
2029
  msgid "Suspicious code instruction found"
2030
  msgstr "Trovata un'istruzione di codice sospetta"
2031
 
2032
+ #: ../cerber-scanner.php:2616
2033
  msgid "Suspicious code signatures found"
2034
  msgstr "Trovate Firme di codice sospette"
2035
 
2036
+ #: ../cerber-scanner.php:2619
2037
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2038
  msgstr "Per risolvere questo problema è necessario reinstallare %s o aggiornarlo alla versione più recente."
2039
 
2040
+ #: ../cerber-scanner.php:2620
2041
  msgid "Please upload a reference ZIP archive"
2042
  msgstr "Carica un archivio ZIP di riferimento. Grazie."
2043
 
2044
+ #: ../cerber-scanner.php:2621
2045
  msgid "Resolve issue"
2046
  msgstr "Risolvi problematica"
2047
 
2048
+ #: ../cerber-scanner.php:3881
2049
  msgid "We have not found any integrity data to verify"
2050
  msgstr "Non è stato trovato alcun dato di integrità da verificare"
2051
 
2052
+ #: ../cerber-scanner.php:3883
2053
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2054
  msgstr "Devi caricare l'archivio ZIP dal quale lo hai installato. Ciò consente allo scanner di sicurezza di verificare l'integrità del codice e rilevare il malware."
2055
 
2056
+ #: ../cerber-scanner.php:4940
2057
  msgid "Full Scan Report"
2058
  msgstr "Rapporto di scansione completo"
2059
 
2060
+ #: ../cerber-scanner.php:4940
2061
  msgid "Quick Scan Report"
2062
  msgstr "Rapporto di scansione veloce"
2063
 
2064
+ #: ../cerber-scanner.php:4953
2065
  msgid "Files scanned"
2066
  msgstr "Files scansionati"
2067
 
2068
+ #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2069
+ #: php:1359
2070
  msgid "Check for activities"
2071
  msgstr "Controllo per attività"
2072
 
2073
+ #: ../dashboard.php:1322
2074
  msgid "Activated"
2075
  msgstr "Attivato"
2076
 
2077
+ #: ../common.php:1194
2078
  msgid "Malicious request denied"
2079
  msgstr "Richieste dannosa negate"
2080
 
2081
+ #: ../common.php:1198
2082
  msgid "User activated"
2083
  msgstr "Utente Attivato"
2084
 
2085
+ #: ../common.php:1216
2086
  msgid "Suspicious number of fields"
2087
  msgstr "Numero di files sospetti"
2088
 
2089
+ #: ../common.php:1217
2090
  msgid "Suspicious number of nested values"
2091
  msgstr "Numero sospetto di valori annidati"
2092
 
2093
+ #: ../common.php:1218 ../common.php:1253
2094
  msgid "Malicious code detected"
2095
  msgstr "Codice dannoso rilevato"
2096
 
2097
+ #: ../common.php:1254
2098
  msgid "Attempt to upload a file with malicious code"
2099
  msgstr "Tentativi di caricamento di file con codice dannoso"
2100
 
2101
+ #: ../common.php:1484
2102
  msgid "Bytes"
2103
  msgstr "Bytes"
2104
 
2105
+ #: ../cerber-scanner.php:1376
2106
  msgid "Vulnerability found"
2107
  msgstr "Vulnerabilità trovate"
2108
 
2109
+ #: ../cerber-scanner.php:1381
2110
  msgid "Unable to check the integrity due to a DB error"
2111
  msgstr "Impossibile verificare l'integrità a causa di un errore del database"
2112
 
2113
+ #: ../cerber-scanner.php:3577
2114
  msgid "Scanning the upload folder for files"
2115
  msgstr "Scansione della cartella upload per files"
2116
 
2117
+ #: ../cerber-scanner.php:3578
2118
  msgid "Scanning the temp folder for files"
2119
  msgstr "Scansione della cartella temp per i file"
2120
 
2121
+ #: ../cerber-scanner.php:3579
2122
  msgid "Scanning the session folder for files"
2123
  msgstr "Scansione della cartella sessioni per i file"
2124
 
2125
+ #: ../settings.php:1045
2126
  msgid "Automated recurring scan schedule"
2127
  msgstr "Pianificazione di scansioni ricorrenti automatizzate"
2128
 
2129
+ #: ../settings.php:1061
2130
  msgid "Scan results reporting"
2131
  msgstr "Controlla i risultati dei rapporti"
2132
 
2133
+ #: ../dashboard.php:3682
2134
  msgid "Suspicious activity"
2135
  msgstr "Attività sospette"
2136
 
2137
+ #: ../dashboard.php:3683
2138
  msgid "Errors"
2139
  msgstr "Errore"
2140
 
2141
+ #: ../dashboard.php:4201
2142
  msgid "Antispam engine"
2143
  msgstr "Motore Antispam"
2144
 
2147
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2148
  msgstr "Difende WordPress da attacchi di hacker, spam, trojan e virus. Malware scanner e controllo di integrità. Rafforza WordPress con una serie di algoritmi di sicurezza completi. Protezione antispam con un sofisticato motore di rilevamento dei bot e reCAPTCHA. Tiene traccia delle attività degli utenti e degli intrusi con potenti notifiche email, mobili e desktop."
2149
 
2150
+ #: ../cerber-load.php:398
2151
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2152
  msgstr "Hai superato il numero di tentativi di accesso consentiti. Si prega di riprovare tra %d minuti."
2153
 
2154
+ #: ../common.php:1398
2155
  msgctxt "preposition of a period of time like: in 6 hours"
2156
  msgid "in %s"
2157
  msgstr "in %s"
2158
 
2159
+ #: ../settings.php:1540
2160
  msgctxt "preposition of time like: at 11:00"
2161
  msgid "at"
2162
  msgstr "alle"
2163
 
2164
+ #: ../dashboard.php:4258
2165
  msgid "Quarantine"
2166
  msgstr "Quarantena"
2167
 
2168
+ #: ../cerber-scanner.php:3661
2169
  msgid "Started"
2170
  msgstr "Avviato"
2171
 
2172
+ #: ../cerber-scanner.php:3665
2173
  msgid "Finished"
2174
  msgstr "Ultimato"
2175
 
2176
+ #: ../cerber-scanner.php:3673
2177
  msgid "Performance"
2178
  msgstr "Performance"
2179
 
2180
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2181
  msgid "Vulnerabilities"
2182
  msgstr "Vulnerabilità"
2183
 
2184
+ #: ../cerber-scanner.php:3689
2185
  msgid "New files"
2186
  msgstr "Nuovi files"
2187
 
2188
+ #: ../cerber-scanner.php:3693
2189
  msgid "Changed files"
2190
  msgstr "Files cambiati"
2191
 
2192
+ #: ../cerber-scanner.php:3697
2193
  msgid "Unwanted extensions"
2194
  msgstr "Estensioni on volute"
2195
 
2196
+ #: ../settings.php:1116 ../cerber-scanner.php:3701
2197
  msgid "Unattended files"
2198
  msgstr "Files inattesi"
2199
 
2200
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2201
  msgid "Scanned"
2202
  msgstr "Scansionati"
2203
 
2204
+ #: ../cerber-scanner.php:5321
2205
  msgid "There are no files in the quarantine at the moment."
2206
  msgstr "Al momento non ci sono files in quarantena."
2207
 
2208
+ #: ../cerber-scanner.php:5411
2209
  msgid "Restore"
2210
  msgstr "Ripristina"
2211
 
2212
+ #: ../cerber-scanner.php:5408
2213
  msgid "Delete permanently"
2214
  msgstr "Elimina in modo permanente"
2215
 
2216
+ #: ../cerber-scanner.php:5420
2217
  msgid "Moved to quarantine"
2218
  msgstr "Sposta in quarantena"
2219
 
2220
+ #: ../cerber-scanner.php:5421
2221
  msgid "Automatic deletion"
2222
  msgstr "Eliminazione Automatica"
2223
 
2224
+ #: ../cerber-scanner.php:5422
2225
  msgid "Size"
2226
  msgstr "Dimensioni"
2227
 
2228
+ #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2229
  msgid "File"
2230
  msgstr "File"
2231
 
2232
+ #: ../cerber-scanner.php:5491
2233
  msgid "The file has been deleted permanently."
2234
  msgstr "Il file è stato eliminato permenentemente."
2235
 
2236
+ #: ../cerber-scanner.php:5500
2237
  msgid "The file has been restored to its original location."
2238
  msgstr "Il file è stato ripristinato nella sua posizione originale"
2239
 
2240
+ #: ../dashboard.php:1570
2241
  msgid "Integrity"
2242
  msgstr "Integrità"
2243
 
2244
+ #: ../common.php:1188
2245
  msgid "Attempt to upload malicious file denied"
2246
  msgstr "Tentativo di caricare un file dannoso negato"
2247
 
2248
+ #: ../cerber-news.php:157
2249
  msgid "Awesome!"
2250
  msgstr "Eccezionale!"
2251
 
2252
+ #: ../settings.php:1114
2253
  msgid "Automatic cleanup of malware and suspicious files"
2254
  msgstr "Pulizia automatica di malware e file sospetti"
2255
 
2256
+ #: ../settings.php:1123
2257
  msgid "Files in the uploads folder"
2258
  msgstr "Files nella cartelle di uploads"
2259
 
2260
+ #: ../settings.php:1130
2261
  msgid "Files with unwanted extensions"
2262
  msgstr "Files con estensioni indesiderate"
2263
 
2264
+ #: ../settings.php:1137
2265
  msgid "Exclusions"
2266
  msgstr "Esclusioni"
2267
 
2268
+ #: ../settings.php:1138
2269
  msgid "Files in the temporary directory"
2270
  msgstr "Files nella directory temporanea"
2271
 
2272
+ #: ../settings.php:1144
2273
  msgid "Files in the sessions directory"
2274
  msgstr "Files nella directory delle sessioni"
2275
 
2276
+ #: ../settings.php:1150
2277
  msgid "Files in these directories"
2278
  msgstr "Files in queste directory"
2279
 
2280
+ #: ../settings.php:1156
2281
  msgid "Use absolute paths. One item per line."
2282
  msgstr "Usa percorso assoluto. Un elemento per riga."
2283
 
2284
+ #: ../settings.php:1158
2285
  msgid "Files with these extensions"
2286
  msgstr "Files con queste estensioni"
2287
 
2288
+ #: ../settings.php:1164
2289
  msgid "Use comma to separate items."
2290
  msgstr "Usa la virgola per separare gli elementi."
2291
 
2292
+ #: ../dashboard.php:4256
2293
  msgid "Cleaning up"
2294
  msgstr "Pulire"
2295
 
2296
+ #: ../cerber-scanner.php:1392
2297
  msgid "Malicious code found"
2298
  msgstr "Trovato Codice Malevolo"
2299
 
2300
+ #: ../cerber-scanner.php:2612
2301
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2302
  msgstr "Questo file contiene codice eseguibile e potrebbe contenere un malware nascosto. Se questo file fa parte di un tema o di un plugin, deve trovarsi nel tema o nella cartella del plugin. Nessuna eccezione, nessuna scusa."
2303
 
2304
+ #: ../cerber-scanner.php:2613
2305
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2306
  msgstr "Lo scanner riconosce questo file come \"ownerless\" o \"not bundled\" perché non appartiene a nessuna parte conosciuta del sito web e non dovrebbe essere qui."
2307
 
2308
+ #: ../cerber-scanner.php:2614
2309
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2310
  msgstr "Potrebbe rimanere dopo l'aggiornamento a una versione più recente di %s. Potrebbe anche essere un pezzo di malware nascosto. In casi rari potrebbe essere una parte di un plugin o un tema personalizzato (su misura)."
2311
 
2312
+ #: ../cerber-scanner.php:2618
2313
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2314
  msgstr "I contenuti del file sono stati modificati e non corrispondono a ciò che esiste nel repository ufficiale di WordPress o in un file di riferimento che hai caricato in precedenza. Il file potrebbe essere stato alterato da malware, infetto da virus o manomesso."
2315
 
2316
+ #: ../cerber-scanner.php:5034
2317
  msgid "Deleted"
2318
  msgstr "Eliminato"
2319
 
2320
+ #: ../cerber-scanner.php:5081
2321
  msgid "Automatically moved to quarantine"
2322
  msgstr "Spostato automaticamente in quarantena"
2323
 
2324
+ #: ../common.php:1219
2325
  msgid "Suspicious SQL code detected"
2326
  msgstr "Rilevato codice SQL sospetto"
2327
 
2328
+ #: ../dashboard.php:1551
2329
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2330
  msgid "Last malware scan"
2331
  msgstr "Ultima scansione da malware"
2332
 
2333
+ #: ../dashboard.php:4221
2334
  msgid "Live Traffic"
2335
  msgstr "Traffico in tempo reale"
2336
 
2337
+ #: ../settings.php:675
2338
  msgid "Use English for admin interface"
2339
  msgstr "Usa l'inglese per l'interfaccia di amministrazione"
2340
 
2341
+ #: ../dashboard.php:4290
2342
  msgid "Log"
2343
  msgstr "Log"
2344
 
2345
+ #: ../settings.php:701
 
 
 
 
2346
  msgid "Disable PHP in uploads"
2347
  msgstr "Disabilita PHP in uploads"
2348
 
2349
+ #: ../settings.php:708
 
 
 
 
2350
  msgid "Disable PHP error displaying"
2351
  msgstr "Disabilita la visualizzazione degli errori PHP"
2352
 
2353
+ #: ../dashboard.php:4257
2354
  msgid "Ignore List"
2355
  msgstr "Ignora elenco"
2356
 
2357
+ #: ../cerber-scanner.php:142
2358
  msgid "Ignore"
2359
  msgstr "Ignora"
2360
 
2361
+ #: ../cerber-scanner.php:5522
2362
  msgid "Apply"
2363
  msgstr "Applica"
2364
 
2365
+ #: ../cerber-scanner.php:5556
2366
  msgid "Added"
2367
  msgstr "Aggiunto"
2368
 
2369
+ #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2370
  msgid "Remove from the list"
2371
  msgstr "Rimuovere dall'elenco"
2372
 
2373
+ #: ../cerber-scanner.php:5524
2374
  msgid "User Insights"
2375
  msgstr "Approfondimenti Utenza"
2376
 
2377
+ #: ../cerber-scanner.php:5525
2378
  msgid "Traffic Insights"
2379
  msgstr "Approfondimenti Traffico"
2380
 
2381
+ #: ../cerber-scanner.php:5526
2382
  msgid "Activity Insights"
2383
  msgstr "Approfondimenti Attività"
2384
 
2385
+ #: ../dashboard.php:2593
2386
  msgid "Are you sure you want to delete selected files?"
2387
  msgstr "Sei dicuro di voler cancellare questi files?"
2388
 
2389
+ #: ../dashboard.php:2594
2390
  msgid "These files have been moved to the quarantine"
2391
  msgstr "Questi files sono stati spostati in quarantena"
2392
 
2393
+ #: ../dashboard.php:2597
2394
  msgid "Do you want to add selected files to the ignore list?"
2395
  msgstr "Vuoi aggiungere i files selezionati alla lista dei files da ignorare?"
2396
 
2397
+ #: ../dashboard.php:2598
2398
  msgid "These files have been added to the ignore list"
2399
  msgstr "Questi files son stati aggiunta alla lista dei files da ignorare."
2400
 
2401
+ #: ../dashboard.php:2600
2402
  msgid "Some errors occurred"
2403
  msgstr "Alcuni errori si sono verificati"
2404
 
2405
+ #: ../dashboard.php:2601
2406
  msgid "All files have been processed"
2407
  msgstr "Tutti i files sono stati processati"
2408
 
2409
+ #: ../dashboard.php:2823
2410
  msgid "These features are available in a professional version of the plugin."
2411
  msgstr "Queste funzionalità sono disponibili in una versione professionale del plug-in."
2412
 
2413
+ #: ../dashboard.php:2824
2414
  msgid "Know more about all advantages at"
2415
  msgstr "Scopri di più su tutti i vantaggi a"
2416
 
2417
+ #: ../common.php:1220
2418
  msgid "Suspicious JavaScript code detected"
2419
  msgstr "Rilevato codice JavaScript sospetto"
2420
 
2421
+ #: ../settings.php:1823
2422
  msgid "Unable to update the schedule"
2423
  msgstr "Impossibile aggiornare la programmazione"
2424
 
2425
+ #: ../cerber-scanner.php:5437
2426
  msgid "All scans"
2427
  msgstr "Tutte le scansioni"
2428
 
2429
+ #: ../cerber-scanner.php:5528
2430
  msgid "The list is empty."
2431
  msgstr "L'elenco è vuoto."
2432
 
2433
+ #: ../cerber-scanner.php:5388
2434
  msgid "No files match the specified filter."
2435
  msgstr "Nessun file corrisponde al filtro specificato."
2436
 
2437
+ #: ../cerber-scanner.php:5388
2438
  msgid "Click here to see the full list of files"
2439
  msgstr "Clicca qui per vedere l'elenco completo dei file"
2440
 
2441
+ #: ../dashboard.php:781
2442
+ msgid "Additional Details"
2443
+ msgstr "Dettagli aggiuntivi"
2444
+
2445
+ #: ../dashboard.php:3282
2446
+ msgid "Page generation time"
2447
+ msgstr "Tempo di generazione della pagina"
2448
+
2449
+ #: ../dashboard.php:4414
2450
+ msgid "Log In"
2451
+ msgstr "Login"
2452
+
2453
+ #: ../dashboard.php:4415
2454
+ msgid "Log Out"
2455
+ msgstr "Log Out"
2456
+
2457
+ #: ../dashboard.php:4416
2458
+ msgid "Register"
2459
+ msgstr "Registrati"
2460
+
2461
+ #: ../dashboard.php:4419
2462
+ msgid "WooCommerce Log In"
2463
+ msgstr "WooCommerce Log In"
2464
+
2465
+ #: ../dashboard.php:4420
2466
+ msgid "WooCommerce Log Out"
2467
+ msgstr "\n"
2468
+ "WooCommerce Log Out\n"
2469
+ ""
2470
+
2471
+ #: ../dashboard.php:4459 ../dashboard.php:4460
2472
+ msgid "Add to menu"
2473
+ msgstr "Aggiungi al menu"
2474
+
2475
+ #: ../common.php:1208
2476
+ msgid "IP address is locked out"
2477
+ msgstr ""
2478
+
2479
+ #: ../common.php:1256
2480
+ msgid "Multiple suspicious requests"
2481
+ msgstr "Richieste Multiple sospette"
2482
+
2483
+ #: ../settings.php:850
2484
+ msgid "Traffic Inspection"
2485
+ msgstr "Ispezione traffico"
2486
+
2487
+ #: ../settings.php:858 ../settings.php:884
2488
+ msgid "Maximum compatibility"
2489
+ msgstr "Massima compatibilità"
2490
+
2491
+ #: ../settings.php:859 ../settings.php:885
2492
+ msgid "Maximum security"
2493
+ msgstr "Massima sicurezza"
2494
+
2495
+ #: ../settings.php:876
2496
+ msgid "Erroneous Request Shielding"
2497
+ msgstr ""
2498
+
2499
+ #: ../settings.php:877
2500
+ msgid "Enable error shielding"
2501
+ msgstr "Abilita protezione errori"
2502
+
2503
+ #: ../settings.php:947
2504
+ msgid "Save software errors"
2505
+ msgstr "Salva errori software"
2506
+
2507
+ #: ../cerber-scanner.php:3575
2508
+ msgid "Preparing for the scan"
2509
+ msgstr "Preparazione per la scansione"
2510
+
2511
+ #: ../common.php:1221
2512
+ msgid "Blocked by administrator"
2513
+ msgstr "Bloccato dall'amministratore"
2514
+
2515
+ #: ../cerber-load.php:402
2516
+ msgid "You are not allowed to log in"
2517
+ msgstr "Non ti è permesso effettuare l'accesso"
2518
+
2519
+ #: ../cerber-users.php:12
2520
+ msgid "Block User"
2521
+ msgstr "Bloacca utenti"
2522
+
2523
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2524
+ msgid "User is not permitted to log into the website"
2525
+ msgstr ""
2526
+
2527
+ #: ../cerber-users.php:31
2528
+ msgctxt "e.g. by John at 11:00"
2529
+ msgid "blocked by %s at %s"
2530
+ msgstr ""
2531
+
2532
+ #: ../cerber-users.php:41 ../settings.php:129
2533
+ msgid "User Message"
2534
+ msgstr ""
2535
+
2536
+ #: ../cerber-users.php:43
2537
+ msgid "An optional message for this user"
2538
+ msgstr ""
2539
+
2540
+ #: ../cerber-users.php:98
2541
+ msgid "Blocked Users"
2542
+ msgstr ""
2543
+
2544
+ #: ../settings.php:692
2545
+ msgid "Block access to user pages like /?author=n"
2546
+ msgstr ""
2547
+
2548
+ #: ../settings.php:730
2549
+ msgid "Access to WordPress REST API"
2550
+ msgstr ""
2551
+
2552
+ #: ../settings.php:736
2553
+ msgid "Block access to user data via REST API"
2554
+ msgstr ""
2555
+
2556
+ #: ../settings.php:744
2557
+ msgid "Block access to WordPress REST API except any of the following"
2558
+ msgstr ""
2559
+
2560
+ #: ../settings.php:753
2561
+ msgid "Allow REST API for these roles"
2562
+ msgstr ""
2563
+
2564
+ #: ../settings.php:759
2565
+ msgid "Allow these namespaces"
2566
+ msgstr ""
2567
+
2568
+ #: ../settings.php:888
2569
+ msgid "Ignore logged in users"
2570
+ msgstr ""
2571
+
2572
+ #: ../settings.php:1190
2573
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2574
+ msgstr ""
2575
+
2576
+ #: ../settings.php:1499
2577
+ msgid "Select one or more roles"
2578
+ msgstr ""
2579
+
2580
+ #: ../dashboard.php:1049
2581
+ msgid "Filter by registered user"
2582
+ msgstr ""
2583
+
2584
+ #: ../settings.php:115
2585
+ msgid "Authorized users only"
2586
+ msgstr ""
2587
+
2588
+ #: ../settings.php:116
2589
+ msgid "Only registered and logged in website users have access to the website"
2590
+ msgstr ""
2591
+
2592
+ #: ../settings.php:123
2593
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2594
+ msgstr ""
2595
+
2596
+ #: ../settings.php:133 ../settings.php:2067
2597
+ msgid "Only registered and logged in users are allowed to view this website"
2598
+ msgstr ""
2599
+
2600
+ #: ../settings.php:138
2601
+ msgid "Redirect to URL"
2602
+ msgstr ""
2603
+
2604
+ #: ../dashboard.php:4291
2605
+ msgid "Changelog"
2606
+ msgstr ""
2607
+
2608
+ #: ../dashboard.php:72 ../dashboard.php:72
2609
+ msgid "Cerber.Hub"
2610
+ msgstr ""
2611
+
2612
+ #: ../dashboard.php:613
2613
+ msgid "Default settings have been loaded"
2614
+ msgstr ""
2615
+
2616
+ #: ../dashboard.php:3034
2617
+ msgid "Save all rules"
2618
+ msgstr "Salva tutte le regole"
2619
+
2620
+ #: ../common.php:836
2621
+ msgid "Save Changes"
2622
+ msgstr "Salva cambiamenti"
2623
+
2624
+ #: ../common.php:1201
2625
+ msgid "Invalid master credentials"
2626
+ msgstr ""
2627
+
2628
+ #: ../settings.php:301
2629
+ msgid "Master settings"
2630
+ msgstr ""
2631
+
2632
+ #: ../settings.php:309
2633
+ msgid "Return to the website list"
2634
+ msgstr ""
2635
+
2636
+ #: ../settings.php:313
2637
+ msgid "Show \"Switched to\" notification"
2638
+ msgstr ""
2639
+
2640
+ #: ../settings.php:317
2641
+ msgid "Add @ site to the page title"
2642
+ msgstr ""
2643
+
2644
+ #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2645
+ msgid "Enable diagnostic logging"
2646
+ msgstr ""
2647
+
2648
+ #: ../settings.php:344
2649
+ msgid "Limit access by IP address"
2650
+ msgstr ""
2651
+
2652
+ #: ../settings.php:350
2653
+ msgid "Access to this website"
2654
+ msgstr ""
2655
+
2656
+ #: ../settings.php:353
2657
+ msgid "Full access mode"
2658
+ msgstr ""
2659
+
2660
+ #: ../settings.php:354
2661
+ msgid "Read-only mode"
2662
+ msgstr "Modalità solo lettura"
2663
+
2664
+ #: ../settings.php:370
2665
+ msgid "The full access mode requires the PRO version of WP Cerber"
2666
+ msgstr ""
2667
+
2668
+ #: ../nexus/cerber-slave-list.php:48
2669
+ msgid "WordPress"
2670
+ msgstr "WordPress"
2671
+
2672
+ #: ../nexus/cerber-slave-list.php:52
2673
+ msgid "Malware Scan"
2674
+ msgstr ""
2675
+
2676
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2677
+ msgid "Notes"
2678
+ msgstr ""
2679
+
2680
+ #: ../nexus/cerber-slave-list.php:117
2681
+ msgid "Add a slave website"
2682
+ msgstr ""
2683
+
2684
+ #: ../nexus/cerber-slave-list.php:193
2685
+ msgid "Search results for:"
2686
+ msgstr ""
2687
+
2688
+ #: ../nexus/cerber-slave-list.php:233
2689
+ msgid "Edit"
2690
+ msgstr ""
2691
+
2692
+ #: ../nexus/cerber-slave-list.php:239
2693
+ msgid "Switch to"
2694
+ msgstr ""
2695
+
2696
+ #: ../nexus/cerber-slave-list.php:339
2697
+ msgid "No websites configured."
2698
+ msgstr ""
2699
+
2700
+ #: ../nexus/cerber-slave-list.php:339
2701
+ msgid "Add a new one"
2702
+ msgstr ""
2703
+
2704
+ #: ../nexus/cerber-nexus-master.php:70
2705
+ msgid "Website Properties"
2706
+ msgstr ""
2707
+
2708
+ #: ../nexus/cerber-nexus-master.php:80
2709
+ msgid "Website URL"
2710
+ msgstr ""
2711
+
2712
+ #: ../nexus/cerber-nexus-master.php:85
2713
+ msgid "Display as"
2714
+ msgstr ""
2715
+
2716
+ #: ../nexus/cerber-nexus-master.php:111
2717
+ msgid "Website Owner"
2718
+ msgstr ""
2719
+
2720
+ #: ../nexus/cerber-nexus-master.php:115
2721
+ msgid "First Name"
2722
+ msgstr ""
2723
+
2724
+ #: ../nexus/cerber-nexus-master.php:119
2725
+ msgid "Last Name"
2726
+ msgstr ""
2727
+
2728
+ #: ../nexus/cerber-nexus-master.php:123
2729
+ msgid "Email"
2730
+ msgstr ""
2731
+
2732
+ #: ../nexus/cerber-nexus-master.php:127
2733
+ msgid "Phone"
2734
+ msgstr ""
2735
+
2736
+ #: ../nexus/cerber-nexus-master.php:135
2737
+ msgid "Address"
2738
+ msgstr ""
2739
+
2740
+ #: ../nexus/cerber-nexus-master.php:260
2741
+ msgid "Security access token is invalid"
2742
+ msgstr ""
2743
+
2744
+ #: ../nexus/cerber-nexus-master.php:290
2745
+ msgid "The website you are trying to add is already in the list"
2746
+ msgstr ""
2747
+
2748
+ #: ../nexus/cerber-nexus-master.php:299
2749
+ msgid "The website has been added successfully"
2750
+ msgstr ""
2751
+
2752
+ #: ../nexus/cerber-nexus-master.php:300
2753
+ msgid "Click to edit"
2754
+ msgstr ""
2755
+
2756
+ #: ../nexus/cerber-nexus-master.php:301
2757
+ msgid "Switch to the Dashboard"
2758
+ msgstr ""
2759
+
2760
+ #: ../nexus/cerber-nexus-master.php:304
2761
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2762
+ msgstr ""
2763
+
2764
+ #: ../nexus/cerber-nexus-master.php:425
2765
+ msgid "Website has been deleted"
2766
+ msgid_plural "%s websites have been deleted"
2767
+ msgstr[0] ""
2768
+ msgstr[1] ""
2769
+
2770
+ #: ../nexus/cerber-nexus-master.php:981
2771
+ msgid "You have switched to %s"
2772
+ msgstr ""
2773
+
2774
+ #: ../nexus/cerber-nexus-master.php:986
2775
+ msgid "You have switched back to the master website"
2776
+ msgstr ""
2777
+
2778
+ #: ../nexus/cerber-nexus-master.php:1196
2779
+ msgid "You are here:"
2780
+ msgstr ""
2781
+
2782
+ #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2783
+ #: /nexus/cerber-nexus.php:99
2784
+ msgid "My Websites"
2785
+ msgstr ""
2786
+
2787
+ #: ../nexus/cerber-nexus-master.php:1214
2788
+ msgid "Visit Site"
2789
+ msgstr ""
2790
+
2791
+ #: ../nexus/cerber-nexus.php:61
2792
+ msgid "Enable slave mode"
2793
+ msgstr ""
2794
+
2795
+ #: ../nexus/cerber-nexus.php:62
2796
+ msgid "This website can be managed from a master website"
2797
+ msgstr ""
2798
+
2799
+ #: ../nexus/cerber-nexus.php:65
2800
+ msgid "Enable master mode"
2801
+ msgstr ""
2802
+
2803
+ #: ../nexus/cerber-nexus.php:66
2804
+ msgid "Configure this website as a master to manage other website"
2805
+ msgstr ""
2806
+
2807
+ #: ../nexus/cerber-nexus.php:71
2808
+ msgid "To proceed, please select the mode for this website"
2809
+ msgstr ""
2810
+
2811
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2812
+ msgid "Slave Settings"
2813
+ msgstr ""
2814
+
2815
+ #: ../nexus/cerber-nexus.php:141
2816
+ msgid "Secret Access Token"
2817
+ msgstr ""
2818
+
2819
+ #: ../nexus/cerber-nexus.php:143
2820
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2821
+ msgstr ""
2822
+
2823
+ #: ../nexus/cerber-nexus.php:145
2824
+ msgid "Are you sure? This permanently invalidates the token."
2825
+ msgstr ""
2826
+
2827
+ #: ../nexus/cerber-nexus.php:146
2828
+ msgid "Disable slave mode"
2829
+ msgstr ""
2830
+
2831
+ #: ../nexus/cerber-nexus.php:261
2832
+ msgid "This website is set as master."
2833
+ msgstr ""
2834
+
2835
+ #: ../nexus/cerber-nexus.php:262
2836
+ msgid "Add slave websites by using access tokens."
2837
+ msgstr ""
2838
+
2839
+ #: ../nexus/cerber-nexus.php:265
2840
+ msgid "This website is set as slave."
2841
+ msgstr ""
2842
+
2843
+ #: ../nexus/cerber-nexus.php:266
2844
+ msgid "Install the access token on the master website."
2845
+ msgstr ""
2846
+
2847
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2848
+ #: ../common.php:1391
2849
+ msgid "%s sec"
2850
+ msgid_plural "%s secs"
2851
+ msgstr[0] ""
2852
+ msgstr[1] ""
2853
+
2854
+ #: ../settings.php:832
2855
+ msgid "Send reports on"
2856
+ msgstr ""
2857
+
2858
+ #: ../nexus/cerber-slave-list.php:51
2859
+ msgid "Updates"
2860
+ msgstr ""
2861
+
2862
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2863
+ msgid "Group"
2864
+ msgstr ""
2865
+
2866
+ #: ../nexus/cerber-slave-list.php:96
2867
+ msgid "Upgrade WP Cerber"
2868
+ msgstr ""
2869
+
2870
+ #: ../nexus/cerber-slave-list.php:97
2871
+ msgid "Upgrade all active plugins"
2872
+ msgstr ""
2873
+
2874
+ #: ../nexus/cerber-slave-list.php:98
2875
+ msgid "Delete website"
2876
+ msgstr ""
2877
+
2878
+ #: ../nexus/cerber-slave-list.php:111
2879
+ msgid "All groups"
2880
+ msgstr ""
2881
+
2882
+ #: ../nexus/cerber-nexus-master.php:1377
2883
+ msgid "Are you sure you want to delete selected websites?"
2884
+ msgstr ""
2885
+
2886
+ #: ../cerber-users.php:130
2887
+ msgid "Block"
2888
+ msgstr ""
2889
+
2890
+ #: ../nexus/cerber-nexus-master.php:62
2891
+ msgid "Select an existing group or enter a new one to add it"
2892
+ msgstr ""
2893
+
2894
+ #: ../nexus/cerber-nexus-master.php:131
2895
+ msgid "Company"
2896
+ msgstr ""
2897
+
2898
+ #: ../nexus/cerber-nexus-master.php:656
2899
+ msgid "Invalid response from the slave website"
2900
+ msgstr ""
2901
+
2902
+ #: ../common.php:1182 ../common.php:1247
2903
+ msgid "Attempt to log in with non-existing username"
2904
+ msgstr "Tentativo di accesso con un nome utente inesistente"
2905
+
2906
+ #: ../cerber-load.php:3805
2907
+ msgid "Attempts to log in with non-existing usernames"
2908
+ msgstr "Tentativi di accesso con con un nome utente inesistente"
2909
+
2910
+ #: ../settings.php:321
2911
+ msgid "Use master language"
2912
+ msgstr ""
2913
+
2914
+ #: ../settings.php:547
2915
+ msgid "Non-existing users"
2916
+ msgstr "Utenti inesistenti"
2917
+
2918
+ #: ../settings.php:551
2919
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2920
+ msgstr "Blocca Immediatamente l'IP quando si tenta di accedere con un nome utente inesistente"
2921
+
2922
+ #: ../nexus/cerber-slave-list.php:54
2923
+ msgid "Owner"
2924
+ msgstr ""
2925
+
2926
+ #: ../nexus/cerber-slave-list.php:339
2927
+ msgid "Disable master mode"
2928
+ msgstr ""
2929
+
2930
+ #: ../nexus/cerber-nexus.php:146
2931
+ msgid "To revoke the token and disable remote management, click here:"
2932
+ msgstr ""
2933
+
2934
+ #: ../settings.php:706
2935
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2936
+ msgstr ""
2937
+
2938
+ #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2939
+ msgid "Active plugins and updates on"
2940
+ msgstr ""
2941
+
2942
+ #: ../nexus/cerber-nexus-master.php:1421
2943
+ msgid "A newer version is available"
2944
+ msgstr ""
2945
+
languages/wp-cerber-lt_LT.mo ADDED
Binary file
languages/wp-cerber-lt_LT.po ADDED
@@ -0,0 +1,2944 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "MIME-Version: 1.0\n"
4
+ "Content-Type: text/plain; charset=UTF-8\n"
5
+ "Content-Transfer-Encoding: 8bit\n"
6
+ "X-Generator: POEditor.com\n"
7
+ "Project-Id-Version: WP Cerber Security\n"
8
+ "Language: lt\n"
9
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
10
+
11
+ #: ../settings.php:498
12
+ msgid "Limit login attempts"
13
+ msgstr "Riboti prisijungimo bandymus"
14
+
15
+ #: ../settings.php:499
16
+ msgid "Attempts"
17
+ msgstr "Bandymai"
18
+
19
+ #: ../settings.php:505
20
+ msgid "Lockout duration"
21
+ msgstr "Blokavimo trukmė"
22
+
23
+ #: ../settings.php:510 ../settings.php:606
24
+ msgid "minutes"
25
+ msgstr "minutės"
26
+
27
+ #: ../settings.php:513
28
+ msgid "Aggressive lockout"
29
+ msgstr "Agresyvus blokavimas"
30
+
31
+ #: ../settings.php:532
32
+ msgid "Site connection"
33
+ msgstr "Svetainės prijungimas"
34
+
35
+ #: ../settings.php:540
36
+ msgid "Proactive security rules"
37
+ msgstr "Proaktyvios saugumo taisyklės"
38
+
39
+ #: ../settings.php:541
40
+ msgid "Block subnet"
41
+ msgstr "Blokuoti antrinį tinklą"
42
+
43
+ #: ../settings.php:559
44
+ msgid "Request wp-login.php"
45
+ msgstr "Užklausa wp-login.php"
46
+
47
+ #: ../settings.php:563
48
+ msgid "Immediately block IP after any request to wp-login.php"
49
+ msgstr "Iškart užblokuoti IP po kiekvieno bandymo prisijungti prie wp-login.php"
50
+
51
+ #: ../settings.php:575
52
+ msgid "Custom login page"
53
+ msgstr "Tinkintas prisijungimo puslapis"
54
+
55
+ #: ../settings.php:576
56
+ msgid "Custom login URL"
57
+ msgstr "Tinkintas prisijungimo URL"
58
+
59
+ #: ../settings.php:584
60
+ msgid "must not overlap with the existing pages or posts slug"
61
+ msgstr "neturi sutapti su esamais puslapiais ar pranešimų įrašais"
62
+
63
+ #: ../settings.php:586
64
+ msgid "Disable wp-login.php"
65
+ msgstr "Išjungti wp-login.php"
66
+
67
+ #: ../settings.php:591
68
+ msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
+ msgstr "Užblokuoti tiesioginę prieigą prie wp-login.php ir grąžinkite HTTP 404 nerasta klaidą"
70
+
71
+ #: ../dashboard.php:1534 ../settings.php:594
72
+ msgid "Citadel mode"
73
+ msgstr "Citadelės rėžimas"
74
+
75
+ #: ../settings.php:595
76
+ msgid "Threshold"
77
+ msgstr "Slenkstis"
78
+
79
+ #: ../settings.php:601 ../cerber-scanner.php:3669
80
+ msgid "Duration"
81
+ msgstr "Trukmė"
82
+
83
+ #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
+ #: php:609
85
+ msgid "Notifications"
86
+ msgstr "Pranešimai"
87
+
88
+ #: ../settings.php:614
89
+ msgid "Send notification to admin email"
90
+ msgstr "Siųsti pranešimą administratoriui el. Paštu"
91
+
92
+ #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
+ #: tools.php:47 ../cerber-tools.php:134
94
+ msgid "Access Lists"
95
+ msgstr "Prieigos sąrašai"
96
+
97
+ #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
+ #: load.php:4258 ../settings.php:622
99
+ msgid "Activity"
100
+ msgstr "Veikla"
101
+
102
+ #: ../dashboard.php:4162
103
+ msgid "Lockouts"
104
+ msgstr "Blokavimai"
105
+
106
+ #: ../settings.php:1347
107
+ msgid "%s allowed retries in %s minutes"
108
+ msgstr "%s leidžiama bandymai %s minučių"
109
+
110
+ #: ../settings.php:1373
111
+ msgid "Enable after %s failed login attempts in last %s minutes"
112
+ msgstr "Įgalinti po %s nesėkmingų prisijungimo bandymų per paskutinias %s minutes"
113
+
114
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
+ #: load.php:4267
116
+ msgid "IP"
117
+ msgstr "IP"
118
+
119
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
+ #: php:3651
121
+ msgid "Date"
122
+ msgstr "Data"
123
+
124
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
+ msgid "Local User"
126
+ msgstr "Vietinis vartotojas"
127
+
128
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
+ msgid "Username used"
130
+ msgstr "Naudotojo vardas"
131
+
132
+ #: ../dashboard.php:209
133
+ msgid "Showing last %d records from %d"
134
+ msgstr "Rodomi paskutiniai %d įrašai iš %d"
135
+
136
+ #: ../common.php:1151
137
+ msgid "Logged in"
138
+ msgstr "Prisijungęs"
139
+
140
+ #: ../common.php:1152
141
+ msgid "Logged out"
142
+ msgstr "Atsijungęs"
143
+
144
+ #: ../common.php:1153
145
+ msgid "Login failed"
146
+ msgstr "Prisijungimas nepavyko"
147
+
148
+ #: ../common.php:1156
149
+ msgid "IP blocked"
150
+ msgstr "IP užblokuotas"
151
+
152
+ #: ../common.php:1157
153
+ msgid "Subnet blocked"
154
+ msgstr "Potinklis užblokuotas"
155
+
156
+ #: ../common.php:1159
157
+ msgid "Citadel activated!"
158
+ msgstr "Citadelė aktyvuota"
159
+
160
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
+ #: 1207
162
+ msgid "Locked out"
163
+ msgstr "Užrakinta"
164
+
165
+ #: ../common.php:1209
166
+ msgid "IP blacklisted"
167
+ msgstr "IP juodasis sąrašas"
168
+
169
+ #: ../common.php:1174
170
+ msgid "Password changed"
171
+ msgstr "Slaptažodis pakeistas"
172
+
173
+ #: ../dashboard.php:181 ../dashboard.php:267
174
+ msgid "Remove"
175
+ msgstr "Pašalinti"
176
+
177
+ #: ../dashboard.php:551
178
+ msgid "Lockout for %s was removed"
179
+ msgstr "Pašalinti %s blokavimą"
180
+
181
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
+ #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
183
+ msgid "White IP Access List"
184
+ msgstr "Baltas IP prieigos sąrašas"
185
+
186
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
+ #: php:1533 ../dashboard.php:3446
188
+ msgid "Black IP Access List"
189
+ msgstr "Juodas IP prieigos sąrašas"
190
+
191
+ #: ../dashboard.php:273
192
+ msgid "List is empty"
193
+ msgstr "Sąrašas tusčias"
194
+
195
+ #: ../dashboard.php:306
196
+ msgid "Address %s was added to White IP Access List"
197
+ msgstr "Adresas \"%s\" buvo pridėtas prie \"Balto IP prieigos sąrašo\""
198
+
199
+ #: ../dashboard.php:328
200
+ msgid "Address %s was added to Black IP Access List"
201
+ msgstr "Adresas \"%s\" buvo pridėtas prie \"Juodo IP prieigos sąrašo\""
202
+
203
+ #: ../cerber-load.php:3565
204
+ msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
+ msgstr "Citadelės režimas aktyvuojamas po %d nepavykusių prisijungimo bandymų %d minutėmis."
206
+
207
+ #: ../dashboard.php:2297 ../dashboard.php:2724
208
+ msgid "View Activity"
209
+ msgstr "Peržiūrėti aktyvumą"
210
+
211
+ #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
213
+ msgid "Settings"
214
+ msgstr "Nustatymai"
215
+
216
+ #: ../dashboard.php:1395
217
+ msgid "Last login"
218
+ msgstr "Paskutinis prisijungimas"
219
+
220
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
+ #: slave-list.php:297
222
+ msgid "Never"
223
+ msgstr "Niekada"
224
+
225
+ #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
+ msgid "Are you sure?"
228
+ msgstr "Ar Jūs tuo tikras?"
229
+
230
+ #: ../dashboard.php:1933 ../settings.php:537
231
+ msgid "My site is behind a reverse proxy"
232
+ msgstr "Mano svetainė yra už atvirkštinio proxy"
233
+
234
+ #: ../settings.php:1175
235
+ msgid "Make your protection smarter!"
236
+ msgstr "Padarykite savo apsaugą protingesne!"
237
+
238
+ #: ../settings.php:1179
239
+ msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
+ msgstr "Prašome,įjunkite Pastovias nuorodas,kad pasinaudotumėte šia funkcija. Nustatykite parametrui Pastovi nuoroda kitokią reikšmę,negu Numatytoji. "
241
+
242
+ #: ../dashboard.php:4163 ../cerber-load.php:4554
243
+ msgid "Main Settings"
244
+ msgstr "Pagrindiniai nustatymai"
245
+
246
+ #: ../dashboard.php:4386
247
+ msgid "Help"
248
+ msgstr "Pagalba"
249
+
250
+ #: ../settings.php:1357
251
+ msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
+ msgstr "Padidinti blokavimo trukmę iki %s valandų po %s blokų per paskutines %s valandas"
253
+
254
+ #: ../cerber-load.php:392
255
+ msgid "You are not allowed to log in. Ask your administrator for assistance."
256
+ msgstr "Jums neleidžiama prisijungti. Paprašykite savo administratoriaus pagalbos."
257
+
258
+ #: ../cerber-load.php:417
259
+ msgid "You have only one attempt remaining."
260
+ msgid_plural "You have %d attempts remaining."
261
+ msgstr[0] "Jums liko tik vienas bandymas"
262
+ msgstr[1] "Jums liko dar %d bandymai."
263
+ msgstr[2] "Jums liko dar %d bandymų"
264
+
265
+ #: ../dashboard.php:1032
266
+ msgid "No activity has been logged."
267
+ msgstr "Jokia veikla nebuvo užregistruota."
268
+
269
+ #: ../dashboard.php:191
270
+ msgid "Expires"
271
+ msgstr "Baigiasi"
272
+
273
+ #: ../dashboard.php:215
274
+ msgid "No lockouts at the moment. The sky is clear."
275
+ msgstr "Šiuo metu nėra blokavimų. Dangus yra aiškus."
276
+
277
+ #: ../dashboard.php:239
278
+ msgid "These IPs will never be locked out"
279
+ msgstr "Šie IP adresai niekada nebus užblokuoti"
280
+
281
+ #: ../dashboard.php:248
282
+ msgid "Your IP"
283
+ msgstr "Jūsų IP adresas"
284
+
285
+ #: ../cerber-load.php:3566
286
+ msgid "Last failed attempt was at %s from IP %s with user login: %s."
287
+ msgstr "Paskutinis nepavykęs bandymas buvo %s iš IP %s su vartotojo vardu: %s."
288
+
289
+ #: ../cerber-load.php:4522
290
+ msgid "Can't activate WP Cerber due to a database error."
291
+ msgstr "Jūsų IP adresas pridedamas prie"
292
+
293
+ #: ../settings.php:1364
294
+ msgid "Notify admin if the number of active lockouts above"
295
+ msgstr "Pranešti administratoriui, jei aktyvių blokavimų skaičius yra didesnis"
296
+
297
+ #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
298
+ msgid "days"
299
+ msgstr "dienos"
300
+
301
+ #: ../dashboard.php:1485
302
+ msgid "Cerber Quick View"
303
+ msgstr "Cerberio greita peržiūra"
304
+
305
+ #: ../dashboard.php:211
306
+ msgid "Hint"
307
+ msgstr "Užuomina"
308
+
309
+ #: ../dashboard.php:211
310
+ msgid "To view activity, click on the IP"
311
+ msgstr "Norėdami peržiūrėti veiklą, spustelėkite ant IP"
312
+
313
+ #: ../settings.php:545
314
+ msgid "Always block entire subnet Class C of intruders IP"
315
+ msgstr "Visada blokuoti visą potinklio C klasę įsibrovėlių IP adrese"
316
+
317
+ #: ../settings.php:619 ../settings.php:1370
318
+ msgid "Click to send test"
319
+ msgstr "Spustelėkite, jei norite nusiųsti testą"
320
+
321
+ #: ../settings.php:1591 ../settings.php:1592
322
+ msgid "Attention! You have changed the login URL! The new login URL is"
323
+ msgstr "Dėmesio! Jūs pakeitėte prisijungimo URL! Naujas prisijungimo URL yra"
324
+
325
+ #: ../dashboard.php:1394
326
+ msgid "Comments"
327
+ msgstr "Komentarai"
328
+
329
+ #: ../common.php:1593
330
+ msgid "Update to version %s of WP Cerber"
331
+ msgstr "Atnaujinkite \"WP Cerber\" versiją %s"
332
+
333
+ #: ../cerber-load.php:3567 ../cerber-load.php:4299
334
+ msgid "View activity in dashboard"
335
+ msgstr "Peržiūrėkite veiklą informacijos suvestinėje"
336
+
337
+ #: ../cerber-load.php:3596
338
+ msgid "Number of active lockouts"
339
+ msgstr "Aktyvių blokavimų skaičius"
340
+
341
+ #: ../cerber-load.php:3600
342
+ msgid "View lockouts in dashboard"
343
+ msgstr "Peržiūrėkite blokavimo įrankius skydelyje"
344
+
345
+ #: ../cerber-load.php:3688
346
+ msgid "This message was sent by"
347
+ msgstr "Ši žinutė buvo išsiųsta"
348
+
349
+ #: ../dashboard.php:76 ../dashboard.php:4286
350
+ msgid "Tools"
351
+ msgstr "Įrankiai"
352
+
353
+ #: ../cerber-tools.php:34
354
+ msgid "Export settings to the file"
355
+ msgstr "Eksportuoti nustatymus į failą"
356
+
357
+ #: ../cerber-tools.php:35
358
+ msgid "When you click the button below you will get a configuration file, which you can upload on another site."
359
+ msgstr "Kai spustelėsite žemiau esantį mygtuką, gausite konfigūracijos failą, kurį galite įkelti į kitą svetainę."
360
+
361
+ #: ../cerber-tools.php:36
362
+ msgid "What do you want to export?"
363
+ msgstr "Ką norite eksportuoti?"
364
+
365
+ #: ../cerber-tools.php:39
366
+ msgid "Download file"
367
+ msgstr "Atsisiųsti failą"
368
+
369
+ #: ../cerber-tools.php:41
370
+ msgid "Import settings from the file"
371
+ msgstr "Importuoti nustatymus iš failo"
372
+
373
+ #: ../cerber-tools.php:42
374
+ msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
375
+ msgstr "Kai spustelėsite žemiau esantį mygtuką, failas bus įkeltas ir visi esami nustatymai bus panaikinti."
376
+
377
+ #: ../cerber-tools.php:43
378
+ msgid "Select file to import."
379
+ msgstr "Pasirinkite failą, kurį norite importuoti."
380
+
381
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
382
+ msgid "Maximum upload file size: %s."
383
+ msgstr "Maksimalus įkeliamo failo dydis: %s."
384
+
385
+ #: ../cerber-tools.php:46
386
+ msgid "What do you want to import?"
387
+ msgstr "Ką norite importuoti?"
388
+
389
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
390
+ msgid "Upload file"
391
+ msgstr "Įkelti failą"
392
+
393
+ #: ../cerber-tools.php:97
394
+ msgid "No file was uploaded or file is corrupted"
395
+ msgstr "Failas nebuvo įkeltas arba failas sugadintas"
396
+
397
+ #: ../cerber-tools.php:134
398
+ msgid "Error while updating"
399
+ msgstr "Klaida atnaujinant"
400
+
401
+ #: ../cerber-tools.php:140
402
+ msgid "Settings has imported successfully from"
403
+ msgstr "Nustatymai sėkmingai importuoti iš"
404
+
405
+ #: ../cerber-tools.php:147
406
+ msgid "Error while parsing file"
407
+ msgstr "Klaida analizuojant failą"
408
+
409
+ #: ../dashboard.php:189 ../dashboard.php:1001
410
+ msgid "Hostname"
411
+ msgstr "Hosto pavadinimas"
412
+
413
+ #: ../dashboard.php:488
414
+ msgid "unknown"
415
+ msgstr "nežinomas"
416
+
417
+ #: ../settings.php:623 ../settings.php:961
418
+ msgid "Keep records for"
419
+ msgstr "Saugoti įrašus dėl"
420
+
421
+ #: ../dashboard.php:1519 ../dashboard.php:1541
422
+ msgid "active"
423
+ msgstr "aktyvus"
424
+
425
+ #: ../dashboard.php:1519
426
+ msgid "deactivate"
427
+ msgstr "neaktyvuotas"
428
+
429
+ #: ../dashboard.php:1521
430
+ msgid "not active"
431
+ msgstr "neaktyvus"
432
+
433
+ #: ../dashboard.php:1522 ../dashboard.php:1536
434
+ msgid "disabled"
435
+ msgstr "išjungta"
436
+
437
+ #: ../dashboard.php:1527
438
+ msgid "failed attempts"
439
+ msgstr "nesėkmingi bandymai"
440
+
441
+ #: ../dashboard.php:1527 ../dashboard.php:1528
442
+ msgid "in 24 hours"
443
+ msgstr "per 24 valandas"
444
+
445
+ #: ../dashboard.php:1527 ../dashboard.php:1528
446
+ msgid "view all"
447
+ msgstr "žiūrėti visus"
448
+
449
+ #: ../dashboard.php:1528
450
+ msgid "lockouts"
451
+ msgstr "blokavimai"
452
+
453
+ #: ../dashboard.php:1530
454
+ msgid "Lockouts at the moment"
455
+ msgstr "Blokavimai šiuo metu"
456
+
457
+ #: ../dashboard.php:1531
458
+ msgid "Last lockout"
459
+ msgstr "Paskutinis blokavimas"
460
+
461
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
462
+ msgid "entry"
463
+ msgid_plural "entries"
464
+ msgstr[0] "įrašas"
465
+ msgstr[1] "įrašus"
466
+ msgstr[2] "įrašus"
467
+
468
+ #: ../dashboard.php:2175
469
+ msgid "Confused about some settings?"
470
+ msgstr "Sumišęs dėl kai kurių nustatymų?"
471
+
472
+ #: ../dashboard.php:2176
473
+ msgid "You can easily load default recommended settings using button below"
474
+ msgstr "Galite lengvai įkelti numatytuosius rekomenduojamus parametrus naudodami žemiau esantį mygtuką"
475
+
476
+ #: ../dashboard.php:2178
477
+ msgid "Load default settings"
478
+ msgstr "Įkelti numatytuosius nustatymus"
479
+
480
+ #: ../dashboard.php:2186
481
+ msgid "doesn't affect Custom login URL and Access Lists"
482
+ msgstr "nekeičia tinkinto prisijungimo URL ir prieigos sąrašų"
483
+
484
+ #: ../common.php:1586 ../settings.php:805
485
+ msgid "New version is available"
486
+ msgstr "Yra nauja versija"
487
+
488
+ #: ../cerber-load.php:3539
489
+ msgid "WP Cerber notify"
490
+ msgstr "Praneša WP Cerberis"
491
+
492
+ #: ../cerber-load.php:3563
493
+ msgid "Citadel mode is activated"
494
+ msgstr "Citadelės režimas aktyvuojamas"
495
+
496
+ #: ../cerber-load.php:3635
497
+ msgid "New Custom login URL"
498
+ msgstr "Naujas tinkintas prisijungimo URL"
499
+
500
+ #: ../cerber-load.php:4509
501
+ msgid "The WP Cerber requires PHP %s or higher. You are running"
502
+ msgstr "WP Cerber reikia PHP %s versijos arba didesnės. Jūs dirbate"
503
+
504
+ #: ../cerber-load.php:4513
505
+ msgid "The WP Cerber requires WordPress %s or higher. You are running"
506
+ msgstr "WP Cerber reikia PHP %s versijos arba didesnės. Jūs dirbate"
507
+
508
+ #: ../settings.php:654
509
+ msgid "Use file"
510
+ msgstr "Naudoti failą"
511
+
512
+ #: ../settings.php:658
513
+ msgid "Write failed login attempts to the file"
514
+ msgstr "Įrašyti nesėkmingus prisijungimo bandymus į failą"
515
+
516
+ #: ../dashboard.php:2296
517
+ msgid "Deactivate"
518
+ msgstr "Deaktyvuoti"
519
+
520
+ #: ../dashboard.php:192 ../cerber-load.php:3598
521
+ msgid "Reason"
522
+ msgstr "Priežastis"
523
+
524
+ #: ../dashboard.php:280
525
+ msgid "Add IP to the list"
526
+ msgstr "Įkelti IP į sąrašą"
527
+
528
+ #: ../dashboard.php:1261
529
+ msgid "Add IP to the Black List"
530
+ msgstr "Pridėti IP į juodąjį sąrašą"
531
+
532
+ #: ../common.php:1246
533
+ msgid "Attempt to access"
534
+ msgstr "Bandymas pasiekti"
535
+
536
+ #: ../common.php:1245
537
+ msgid "Limit on login attempts is reached"
538
+ msgstr "Pasiektas bandymų prisijungti limitas"
539
+
540
+ #: ../cerber-load.php:3597
541
+ msgid "Last lockout was added: %s for IP %s"
542
+ msgstr "Buvo pridėtas paskutinis blokavimas: %s iš IP %s"
543
+
544
+ #: ../dashboard.php:4165 ../cerber-load.php:4558
545
+ msgid "Hardening"
546
+ msgstr "Užgrūdinimas"
547
+
548
+ #: ../dashboard.php:1236
549
+ msgid "Abuse email:"
550
+ msgstr "Piktnaudžiavimas el. Paštu"
551
+
552
+ #: ../settings.php:793 ../settings.php:833 ../settings.php:1098
553
+ msgid "Email Address"
554
+ msgstr "Emailo adresas"
555
+
556
+ #: ../settings.php:801
557
+ msgid "if empty, the admin email %s will be used"
558
+ msgstr "jei tuščias, bus naudojamas administratoriaus emailas %s"
559
+
560
+ #: ../settings.php:662
561
+ msgid "Drill down IP"
562
+ msgstr "Išskleisti IP"
563
+
564
+ #: ../settings.php:666
565
+ msgid "Retrieve extra WHOIS information for IP"
566
+ msgstr "Gauti papildomą WHOIS informaciją IP adresams"
567
+
568
+ #: ../settings.php:686
569
+ msgid "Hardening WordPress"
570
+ msgstr "WordPress sustiprinimas"
571
+
572
+ #: ../settings.php:687 ../settings.php:731
573
+ msgid "Stop user enumeration"
574
+ msgstr "Sustabdyti vartotojų skaičiavimą"
575
+
576
+ #: ../settings.php:714
577
+ msgid "Disable XML-RPC"
578
+ msgstr "Išjungti XML-RPC"
579
+
580
+ #: ../settings.php:719
581
+ msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
582
+ msgstr "Blokuoti prieigą prie XML-RPC serverio (įskaitant \"Pingbacks\" ir \"Trackbacks\")"
583
+
584
+ #: ../settings.php:721
585
+ msgid "Disable feeds"
586
+ msgstr "Išjungti kanalus"
587
+
588
+ #: ../settings.php:726
589
+ msgid "Block access to the RSS, Atom and RDF feeds"
590
+ msgstr "Blokuoti prieigą prie RSS, Atom ir RDF kanalų"
591
+
592
+ #: ../settings.php:739
593
+ msgid "Disable REST API"
594
+ msgstr "Išjungti REST API"
595
+
596
+ #: ../settings.php:1679 ../settings.php:1691 ../settings.php:1814
597
+ msgid "<strong>ERROR</strong>: please enter a valid email address."
598
+ msgstr "<strong> KLAIDA </strong>: įveskite galiojantį el. pašto adresą."
599
+
600
+ #: ../cerber-load.php:3628 ../cerber-load.php:4543
601
+ msgid "WP Cerber is now active and has started protecting your site"
602
+ msgstr "WP Cerber yra aktyvus ir pradėjo saugoti jūsų svetainę"
603
+
604
+ #: ../dashboard.php:193 ../cerber-scanner.php:5424 ../cerber-scanner.php:5558
605
+ msgid "Action"
606
+ msgstr "Veiksmas"
607
+
608
+ #: ../dashboard.php:241
609
+ msgid "Nobody can log in or register from these IPs"
610
+ msgstr "Niekas negali prisijungti arba užsiregistruoti iš šių IP adresų"
611
+
612
+ #: ../dashboard.php:298 ../dashboard.php:315
613
+ msgid "Incorrect IP address or IP range"
614
+ msgstr "Netinkamas IP adresas arba IP diapazonas"
615
+
616
+ #: ../dashboard.php:2312 ../nexus/cerber-nexus-slave.php:450
617
+ msgid "Settings saved"
618
+ msgstr "Nustatymai išsaugoti"
619
+
620
+ #: ../dashboard.php:1241
621
+ msgid "Network:"
622
+ msgstr "Tinklas:"
623
+
624
+ #: ../dashboard.php:1256
625
+ msgid "Add network to the Black List"
626
+ msgstr "Pridėkite tinklą prie juodojo sąrašo"
627
+
628
+ #: ../dashboard.php:2295
629
+ msgid "Attention! Citadel mode is now active. Nobody is able to log in."
630
+ msgstr "Dėmesio! Citadelės režimas dabar aktyvus. Niekas negali prisijungti."
631
+
632
+ #: ../dashboard.php:415 ../dashboard.php:3374 ../whois.php:222 ../whois.php:253 ..
633
+ #: /common.php:1263 ../common.php:1681 ../nexus/cerber-slave-list.php:283
634
+ msgid "Unknown"
635
+ msgstr "Nežinomas"
636
+
637
+ #. Author of the plugin
638
+ #:
639
+ msgid "Gregory"
640
+ msgstr "Gregory"
641
+
642
+ #: ../common.php:311 ../common.php:383 ../common.php:388 ../common.php:394 ..
643
+ #: /common.php:399 ../cerber-load.php:700 ../cerber-load.php:712 ../cerber-load.
644
+ #: php:719 ../cerber-load.php:1033 ../cerber-load.php:1302 ../cerber-load.php:
645
+ #: 1308 ../cerber-load.php:1313 ../cerber-load.php:1318 ../cerber-load.php:1324 ..
646
+ #: /cerber-load.php:1331 ../cerber-load.php:1433 ../cerber-load.php:1570 ..
647
+ #: /settings.php:1570 ../settings.php:1655 ../nexus/cerber-nexus-slave.php:222 ..
648
+ #: /nexus/cerber-nexus-slave.php:233
649
+ msgid "ERROR:"
650
+ msgstr "KLAIDA:"
651
+
652
+ #: ../cerber-load.php:729
653
+ msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
654
+ msgstr "Žmogaus patikra nepavyko. Spustelėkite kvadratinį laukelį reCAPTCHA blokelyje žemiau."
655
+
656
+ #: ../cerber-load.php:1045
657
+ msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
658
+ msgstr "<strong> ERROR </ strong>: slaptažodis, kurį įvedėte naudotojo vardui %s, yra neteisingas."
659
+
660
+ #: ../cerber-load.php:1319
661
+ msgid "Username is not allowed. Please choose another one."
662
+ msgstr "Toks vartotojo vardas neleidžiamas. Pasirinkite kitą."
663
+
664
+ #: ../cerber-load.php:3591
665
+ msgid "unspecified"
666
+ msgstr "Nenustatytas"
667
+
668
+ #: ../cerber-load.php:3594
669
+ msgid "Number of lockouts is increasing"
670
+ msgstr "Blokavimų skaičius didėja"
671
+
672
+ #: ../cerber-load.php:3599
673
+ msgid "View activity for this IP"
674
+ msgstr "Peržiūrėti šio IP veiklą"
675
+
676
+ #: ../cerber-load.php:3603 ../cerber-load.php:3605
677
+ msgid "A new version of WP Cerber is available to install"
678
+ msgstr "Įdiegta nauja\"WP Cerber\" versija"
679
+
680
+ #: ../cerber-load.php:3604
681
+ msgid "Hi!"
682
+ msgstr "Sveiki"
683
+
684
+ #: ../cerber-load.php:3607 ../cerber-load.php:3618 ../nexus/cerber-slave-list.php:
685
+ #: 45
686
+ msgid "Website"
687
+ msgstr "Svetainė"
688
+
689
+ #: ../cerber-load.php:3610 ../cerber-load.php:3611
690
+ msgid "The WP Cerber security plugin has been deactivated"
691
+ msgstr "\"WP Cerber\" saugos įskiepis buvo išjungtas"
692
+
693
+ #: ../cerber-load.php:3613
694
+ msgid "Not logged in"
695
+ msgstr "Neprisijungęs"
696
+
697
+ #: ../cerber-load.php:3619
698
+ msgid "By user"
699
+ msgstr "Iš vartotojo"
700
+
701
+ #: ../cerber-load.php:3620
702
+ msgid "From IP address"
703
+ msgstr "Iš IP adreso"
704
+
705
+ #: ../cerber-load.php:3623
706
+ msgid "From country"
707
+ msgstr "Šalis"
708
+
709
+ #: ../cerber-load.php:3627
710
+ msgid "The WP Cerber security plugin is now active"
711
+ msgstr "\"WP Cerber\" saugos įskiepis dabar aktyvus"
712
+
713
+ #: ../cerber-load.php:4544
714
+ msgid "Your IP address is added to the"
715
+ msgstr "Jūsų IP adresas pridedamas prie"
716
+
717
+ #: ../cerber-load.php:4560
718
+ msgid "Import settings"
719
+ msgstr "Importo nustatymai"
720
+
721
+ #: ../settings.php:804
722
+ msgid "Notification limit"
723
+ msgstr "Pranešimų riba"
724
+
725
+ #: ../settings.php:804
726
+ msgid "notification letters allowed per hour (0 means unlimited)"
727
+ msgstr "Leidžiamos siųsti žinutės per valandą (0 reiškia neribotą)"
728
+
729
+ #: ../settings.php:111
730
+ msgid "User related settings"
731
+ msgstr "Su vartotojais susiję nustatymai"
732
+
733
+ #: ../settings.php:153
734
+ msgid "Prohibited usernames"
735
+ msgstr "Draudžiami naudotojo vardai"
736
+
737
+ #: ../settings.php:154
738
+ msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
739
+ msgstr "Šio sąrašo naudotojų vardai neleidžiami prisijungti arba registruotis. Bet koks IP adresas, bandęs naudoti bet kurį iš šių naudotojo vardų, bus nedelsiant užblokuotas. Jei norite atskirti prisijungimus, naudokite kablelį."
740
+
741
+ #: ../settings.php:161
742
+ msgid "User session expire"
743
+ msgstr "Vartotojo sesija baigiasi"
744
+
745
+ #: ../settings.php:162
746
+ msgid "in minutes (leave empty to use default WP value)"
747
+ msgstr "per kelias minutes (palikite tuščią, jei norite naudoti numatytąją WP vertę)"
748
+
749
+ #: ../settings.php:237
750
+ msgid "reCAPTCHA settings"
751
+ msgstr "reCAPTCHA nustatymai"
752
+
753
+ #: ../settings.php:240
754
+ msgid "Site key"
755
+ msgstr "Svetainės raktas"
756
+
757
+ #: ../settings.php:244
758
+ msgid "Secret key"
759
+ msgstr "Slaptas raktas"
760
+
761
+ #: ../settings.php:254
762
+ msgid "Enable reCAPTCHA for WordPress registration form"
763
+ msgstr "Įgalinti reCAPTCHA \"WordPress\" registracijos formai"
764
+
765
+ #: ../settings.php:263
766
+ msgid "Lost password form"
767
+ msgstr "Pamiršau slaptažodį"
768
+
769
+ #: ../settings.php:273
770
+ msgid "Login form"
771
+ msgstr "Prisijungimo forma"
772
+
773
+ #: ../settings.php:274
774
+ msgid "Enable reCAPTCHA for WordPress login form"
775
+ msgstr "Įgalinti reCAPTCHA \"WordPress\" prisijungimo formai"
776
+
777
+ #: ../settings.php:1193
778
+ msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
779
+ msgstr "Prieš pradėdami naudoti \"reCAPTCHA\", \"Google\" svetainėje turite gauti svetainės raktą ir slaptą raktą"
780
+
781
+ #: ../cerber-lab.php:779 ../settings.php:1194 ../settings.php:1197
782
+ msgid "Know more"
783
+ msgstr "Sužinoti daugiau"
784
+
785
+ #: ../dashboard.php:4166
786
+ msgid "Users"
787
+ msgstr "Vartotojai"
788
+
789
+ #: ../common.php:1149
790
+ msgid "User created"
791
+ msgstr "Vartotojas sukurtas"
792
+
793
+ #: ../dashboard.php:2126 ../common.php:1150
794
+ msgid "User registered"
795
+ msgstr "Vartotojas užregistruotas"
796
+
797
+ #: ../common.php:1177
798
+ msgid "reCAPTCHA verification failed"
799
+ msgstr "\"reCAPTCHA\" patvirtinimas nepavyko"
800
+
801
+ #: ../common.php:1178
802
+ msgid "reCAPTCHA settings are incorrect"
803
+ msgstr "reCAPTCHA nustatymai yra neteisingi"
804
+
805
+ #: ../common.php:1181 ../common.php:1267
806
+ msgid "Attempt to access prohibited URL"
807
+ msgstr "Bandymas pasiekti draudžiamą URL"
808
+
809
+ #: ../common.php:1183 ../common.php:1248
810
+ msgid "Attempt to log in with prohibited username"
811
+ msgstr "Bandymas prisijungti su uždraustu vartotojo vardu"
812
+
813
+ #: ../settings.php:639
814
+ msgid "Cerber Lab connection"
815
+ msgstr "\"Cerber Lab\" ryšys"
816
+
817
+ #: ../settings.php:643
818
+ msgid "Send malicious IP addresses to the Cerber Lab"
819
+ msgstr "Siųskite kenkėjiškus IP adresus į \"Cerber Lab\""
820
+
821
+ #: ../settings.php:645
822
+ msgid "Cerber Lab protocol"
823
+ msgstr "Cerber Lab protokolas"
824
+
825
+ #: ../settings.php:185 ../settings.php:253
826
+ msgid "Registration form"
827
+ msgstr "Registracijos forma"
828
+
829
+ #: ../settings.php:259
830
+ msgid "Enable reCAPTCHA for WooCommerce registration form"
831
+ msgstr "Įgalinti reCAPTCHA WooCommerce registracijos formoje"
832
+
833
+ #: ../settings.php:264
834
+ msgid "Enable reCAPTCHA for WordPress lost password form"
835
+ msgstr "Įgalinti reCAPTCHA dėl WordPress prarasto slaptažodžio formos"
836
+
837
+ #: ../settings.php:269
838
+ msgid "Enable reCAPTCHA for WooCommerce lost password form"
839
+ msgstr "Įgalinti reCAPTCHA dėl WooCommerce prarasto slaptažodžio formos"
840
+
841
+ #: ../settings.php:279
842
+ msgid "Enable reCAPTCHA for WooCommerce login form"
843
+ msgstr "Įgalinti reCAPTCHA prisijungimo formą WooCommerce"
844
+
845
+ #: ../common.php:1179
846
+ msgid "Request to the Google reCAPTCHA service failed"
847
+ msgstr "Nepavyko užklausti \"Google\" reCAPTCHA paslaugos"
848
+
849
+ #: ../dashboard.php:2118 ../dashboard.php:2148
850
+ msgid "View all"
851
+ msgstr "Žiūrėti visus"
852
+
853
+ #: ../dashboard.php:2151
854
+ msgid "Recently locked out IP addresses"
855
+ msgstr "Neseniai užblokuoti IP adresai"
856
+
857
+ #: ../cerber-lab.php:777
858
+ msgid "OK, nail them all"
859
+ msgstr "Gerai, sulaikyti juos visus"
860
+
861
+ #: ../cerber-lab.php:778
862
+ msgid "NO, maybe later"
863
+ msgstr "NE,galbūt vėliau"
864
+
865
+ #: ../dashboard.php:55 ../dashboard.php:1567 ../dashboard.php:2486 ../dashboard.
866
+ #: php:4160
867
+ msgid "Dashboard"
868
+ msgstr "Prietaisų skydelis"
869
+
870
+ #: ../cerber-lab.php:775
871
+ msgid "Want to make WP Cerber even more powerful?"
872
+ msgstr "Norite padaryti WP Cerber dar galingesnę?"
873
+
874
+ #: ../cerber-lab.php:776
875
+ msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
876
+ msgstr "Leiskite WP Cerber siųsti užrakintus kenkėjiškus IP adresus į „Cerber Lab“. Tai padeda įskiepių komandai sukurti naujus WP Cerber algoritmus, kurie gins WordPress nuo naujų grėsmių ir botnetų, kurie pasirodo kasdien. Galite bet kuriuo metu išjungti įskiepių nustatymus."
877
+
878
+ #: ../dashboard.php:778 ../dashboard.php:3275
879
+ msgid "IP address"
880
+ msgstr "IP adresas"
881
+
882
+ #: ../dashboard.php:783
883
+ msgid "User login"
884
+ msgstr "Vartotojo prisijungimas"
885
+
886
+ #: ../dashboard.php:784 ../dashboard.php:3281
887
+ msgid "User ID"
888
+ msgstr "Vartotojo ID"
889
+
890
+ #: ../dashboard.php:1028 ../dashboard.php:3715
891
+ msgid "Export"
892
+ msgstr "Eksportas"
893
+
894
+ #: ../dashboard.php:1050
895
+ msgid "Search for IP or username"
896
+ msgstr "Ieškoti IP ar vartotojo vardo"
897
+
898
+ #: ../dashboard.php:1051
899
+ msgid "Filter"
900
+ msgstr "Filtras"
901
+
902
+ #: ../dashboard.php:55
903
+ msgid "Cerber Dashboard"
904
+ msgstr "Cerber prietaisų skydelis"
905
+
906
+ #: ../dashboard.php:76
907
+ msgid "Cerber tools"
908
+ msgstr "Cerbero įrankiai"
909
+
910
+ #: ../dashboard.php:2383
911
+ msgid "Subscribe"
912
+ msgstr "Prenumeruoti"
913
+
914
+ #: ../dashboard.php:2384 ../cerber-tools.php:228
915
+ msgid "Unsubscribe"
916
+ msgstr "Atsisakyti prenumeratos"
917
+
918
+ #: ../dashboard.php:2412
919
+ msgid "You've subscribed"
920
+ msgstr "Jūs užsiprenumeravote"
921
+
922
+ #: ../dashboard.php:2416
923
+ msgid "You've unsubscribed"
924
+ msgstr "Jūs atsisakėte prenumeratos"
925
+
926
+ #: ../cerber-load.php:3639 ../cerber-load.php:3640
927
+ msgid "A new activity has been recorded"
928
+ msgstr "Įregistruota nauja veikla"
929
+
930
+ #: ../cerber-load.php:4271
931
+ msgid "User"
932
+ msgstr "Vartotojas"
933
+
934
+ #: ../cerber-load.php:4279
935
+ msgid "Search string"
936
+ msgstr "Paieškos eilutė"
937
+
938
+ #: ../cerber-load.php:4300
939
+ msgid "To unsubscribe click here"
940
+ msgstr "Norėdami atsisakyti prenumeratos, spustelėkite čia"
941
+
942
+ #: ../settings.php:661
943
+ msgid "Preferences"
944
+ msgstr "Nustatymai"
945
+
946
+ #: ../settings.php:668
947
+ msgid "Date format"
948
+ msgstr "Datos formatas"
949
+
950
+ #: ../settings.php:673
951
+ msgid "if empty, the default format %s will be used"
952
+ msgstr "jei tuščias, bus naudojamas numatytasis formatas %s"
953
+
954
+ #: ../settings.php:810
955
+ msgid "Push notifications"
956
+ msgstr "Push pranešimai"
957
+
958
+ #: ../settings.php:790
959
+ msgid "Email notifications"
960
+ msgstr "El. Pašto pranešimai"
961
+
962
+ #: ../settings.php:797 ../settings.php:838 ../settings.php:924 ../settings.php:1102
963
+ msgid "Use comma to specify multiple values"
964
+ msgstr "Naudokite kablelį, norėdami įvesti keletą reikšmių"
965
+
966
+ #: ../settings.php:818
967
+ msgid "All connected devices"
968
+ msgstr "Visi prijungti įrenginiai"
969
+
970
+ #: ../settings.php:821
971
+ msgid "No devices found"
972
+ msgstr "Nerasta jokių įrenginių"
973
+
974
+ #: ../settings.php:825
975
+ msgid "Not available"
976
+ msgstr "Nepasiekiamas"
977
+
978
+ #: ../common.php:1175
979
+ msgid "Password reset requested"
980
+ msgstr "Prašomas slaptažodžio nustatymas iš naujo"
981
+
982
+ #: ../common.php:1249
983
+ msgid "Limit on failed reCAPTCHA verifications is reached"
984
+ msgstr "Pasiektas nepavykusių patikrinimų su reCAPTCHA limitas"
985
+
986
+ #: ../common.php:1398
987
+ msgid "%s ago"
988
+ msgstr "%s prieš"
989
+
990
+ #: ../settings.php:524
991
+ msgid "Apply limit login rules to IP addresses in the White IP Access List"
992
+ msgstr "Baltųjų IP prieigos sąraše įveskite prisijungimo prie interneto apribojimus IP adresams"
993
+
994
+ #: ../settings.php:565
995
+ msgid "Display 404 page"
996
+ msgstr "Rodyti 404 puslapį"
997
+
998
+ #: ../settings.php:248
999
+ msgid "Invisible reCAPTCHA"
1000
+ msgstr "Nematoma reCAPTCHA"
1001
+
1002
+ #: ../settings.php:249
1003
+ msgid "Enable invisible reCAPTCHA"
1004
+ msgstr "Įgalinti nematomą reCAPTCHA"
1005
+
1006
+ #: ../settings.php:249
1007
+ msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1008
+ msgstr "(neįjunkite,kol negausite ir neįvesite nematomos versijos kodų Svetainei ir slaptų raktų“)"
1009
+
1010
+ #: ../settings.php:284
1011
+ msgid "Enable reCAPTCHA for WordPress comment form"
1012
+ msgstr "Įgalinti \"reCAPTCHA\" \"WordPress\" komentarų formai"
1013
+
1014
+ #: ../settings.php:289
1015
+ msgid "Disable reCAPTCHA for logged in users"
1016
+ msgstr "Išjungti reCAPTCHA prisijungusiems vartotojams"
1017
+
1018
+ #: ../settings.php:293
1019
+ msgid "Limit attempts"
1020
+ msgstr "Riboti bandymus"
1021
+
1022
+ #: ../settings.php:294
1023
+ msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1024
+ msgstr "IP adreso blokavimas %s minutėms po %s nepavykusių bandymų prisijungti per %s minutes"
1025
+
1026
+ #: ../settings.php:1186
1027
+ 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."
1028
+ msgstr "\"Citadel\" režime niekas negali prisijungti, išskyrus IP iš Baltojo IP prieigos sąrašo. Aktyvios vartotojų sesijos nebus paveiktos."
1029
+
1030
+ #: ../dashboard.php:780 ../dashboard.php:1004
1031
+ msgid "Event"
1032
+ msgstr "Įvykis"
1033
+
1034
+ #: ../common.php:254
1035
+ msgid "Spam comments denied"
1036
+ msgstr "Šlamšto komentarai atmesti"
1037
+
1038
+ #: ../common.php:256
1039
+ msgid "Malicious IP addresses detected"
1040
+ msgstr "Aptikti kenksmingi IP adresai"
1041
+
1042
+ #: ../common.php:257
1043
+ msgid "Lockouts occurred"
1044
+ msgstr "Įvyko blokavimas"
1045
+
1046
+ #: ../dashboard.php:2127
1047
+ msgid "All suspicious activity"
1048
+ msgstr "Visa įtartina veikla"
1049
+
1050
+ #: ../cerber-load.php:1303 ../cerber-load.php:1309 ../cerber-load.php:1325 ..
1051
+ #: /cerber-load.php:1332
1052
+ msgid "You are not allowed to register."
1053
+ msgstr "Jums neleidžiama registruotis"
1054
+
1055
+ #: ../common.php:1160
1056
+ msgid "Spam comment denied"
1057
+ msgstr "Šlamšto komentarai atmesti"
1058
+
1059
+ #: ../common.php:1185
1060
+ msgid "Attempt to log in denied"
1061
+ msgstr "Bandymas prisijungti atmestas"
1062
+
1063
+ #: ../common.php:1186
1064
+ msgid "Attempt to register denied"
1065
+ msgstr "Bandymas įregistruoti atmestas"
1066
+
1067
+ #: ../common.php:251
1068
+ msgid "Malicious activities mitigated"
1069
+ msgstr "Kenkėjiškos veiklos sumažėjo"
1070
+
1071
+ #: ../dashboard.php:69
1072
+ msgid "Cerber antispam settings"
1073
+ msgstr "Cerbero antispamo nustatymai"
1074
+
1075
+ #: ../dashboard.php:69 ../cerber-load.php:4557 ../settings.php:283
1076
+ msgid "Antispam"
1077
+ msgstr "Antispam"
1078
+
1079
+ #: ../settings.php:177
1080
+ msgid "Cerber antispam engine"
1081
+ msgstr "Cerberio antispamo variklis"
1082
+
1083
+ #: ../settings.php:180
1084
+ msgid "Comment form"
1085
+ msgstr "Komentaro forma"
1086
+
1087
+ #: ../settings.php:181
1088
+ msgid "Protect comment form with bot detection engine"
1089
+ msgstr "Apsaugoti komentarų formą su bot aptikimo varikliu"
1090
+
1091
+ #: ../settings.php:186
1092
+ msgid "Protect registration form with bot detection engine"
1093
+ msgstr "Apsaugoti registracijos formą su bot aptikimo varikliu"
1094
+
1095
+ #: ../dashboard.php:4288
1096
+ msgid "Export & Import"
1097
+ msgstr "Eksportas ir importas"
1098
+
1099
+ #: ../dashboard.php:4289
1100
+ msgid "Diagnostic"
1101
+ msgstr "Diagnostika"
1102
+
1103
+ #: ../dashboard.php:4292
1104
+ msgid "License"
1105
+ msgstr "Licenzija"
1106
+
1107
+ #: ../dashboard.php:4199
1108
+ msgid "Antispam and bot detection settings"
1109
+ msgstr "Antispamo ir botų aptikimo nustatymai"
1110
+
1111
+ #: ../cerber-load.php:1570
1112
+ msgid "Sorry, human verification failed."
1113
+ msgstr "Atsiprašome, kad esate žmogus o ne spamo robotas,patvirtinimas nepavyko."
1114
+
1115
+ #: ../common.php:1250
1116
+ msgid "Bot activity is detected"
1117
+ msgstr "Aptiktas bot veikimas"
1118
+
1119
+ #: ../settings.php:219
1120
+ msgid "Comment processing"
1121
+ msgstr "Komentarų apdorojimas"
1122
+
1123
+ #: ../settings.php:222
1124
+ msgid "If a spam comment detected"
1125
+ msgstr "Jei aptinkamas šlamšto komentaras"
1126
+
1127
+ #: ../settings.php:227
1128
+ msgid "Trash spam comments"
1129
+ msgstr "Spamo komentarai"
1130
+
1131
+ #: ../settings.php:229
1132
+ msgid "Move spam comments to trash after"
1133
+ msgstr "Perkelti spamo komentarus į šiukšliadėžę"
1134
+
1135
+ #: ../common.php:1161
1136
+ msgid "Spam form submission denied"
1137
+ msgstr "Nepavyko atsisiųsti šlamšto formos"
1138
+
1139
+ #: ../settings.php:190
1140
+ msgid "Other forms"
1141
+ msgstr "kitos formos"
1142
+
1143
+ #: ../settings.php:191
1144
+ msgid "Protect all forms on the website with bot detection engine"
1145
+ msgstr "Apsaugokite visas svetainės formas su bot aptikimo varikliu"
1146
+
1147
+ #: ../settings.php:197
1148
+ msgid "Adjust antispam engine"
1149
+ msgstr "Nustatyti anti-spam variklį"
1150
+
1151
+ #: ../settings.php:200
1152
+ msgid "Safe mode"
1153
+ msgstr "Saugus režimas"
1154
+
1155
+ #: ../settings.php:201
1156
+ msgid "Use less restrictive policies (allow AJAX)"
1157
+ msgstr "Naudoti mažiau ribojančią politiką (leisti AJAX)"
1158
+
1159
+ #: ../dashboard.php:3684 ../settings.php:205 ../settings.php:746
1160
+ msgid "Logged in users"
1161
+ msgstr "Prisijungę vartotojai"
1162
+
1163
+ #: ../settings.php:206
1164
+ msgid "Disable bot detection engine for logged in users"
1165
+ msgstr "Išjungti bot aptikimo variklį prisijungusiems vartotojams"
1166
+
1167
+ #: ../dashboard.php:190 ../dashboard.php:1002
1168
+ msgid "Country"
1169
+ msgstr "Šalis"
1170
+
1171
+ #: ../dashboard.php:1039
1172
+ msgid "All events"
1173
+ msgstr "Visi renginiai"
1174
+
1175
+ #: ../dashboard.php:61
1176
+ msgid "Cerber Security Rules"
1177
+ msgstr "Cerber saugumo taisyklės"
1178
+
1179
+ #: ../dashboard.php:61 ../dashboard.php:4236
1180
+ msgid "Security Rules"
1181
+ msgstr "Saugumo taisyklės"
1182
+
1183
+ #: ../dashboard.php:1396
1184
+ msgid "Failed login attempts"
1185
+ msgstr "Nepavyko prisijungti"
1186
+
1187
+ #: ../dashboard.php:1353 ../dashboard.php:1397
1188
+ msgid "Registered"
1189
+ msgstr "Registruotas"
1190
+
1191
+ #: ../dashboard.php:1467 ../cerber-users.php:25
1192
+ msgid "You"
1193
+ msgstr "Jūs"
1194
+
1195
+ #: ../common.php:255
1196
+ msgid "Spam form submissions denied"
1197
+ msgstr "Pranešimai su šlamštu atmesti"
1198
+
1199
+ #: ../dashboard.php:2187 ../cerber-load.php:3630 ../cerber-load.php:4546
1200
+ msgid "Getting Started Guide"
1201
+ msgstr "Pradžios vadovas"
1202
+
1203
+ #: ../dashboard.php:4238
1204
+ msgid "Countries"
1205
+ msgstr "Šalys"
1206
+
1207
+ #: ../dashboard.php:2987
1208
+ msgid "Permitted for one country"
1209
+ msgid_plural "Permitted for %d countries"
1210
+ msgstr[0] "Leidžiama šaliai"
1211
+ msgstr[1] "Leidžiama %d šalims"
1212
+ msgstr[2] "Leidžiama %d šalių"
1213
+
1214
+ #: ../dashboard.php:2998
1215
+ msgid "No rule"
1216
+ msgstr "Nėra taisyklių"
1217
+
1218
+ #: ../dashboard.php:3209
1219
+ msgid "Security rules have been updated"
1220
+ msgstr "Saugumo taisyklės buvo atnaujintos"
1221
+
1222
+ #. URI of the plugin
1223
+ #:
1224
+ msgid "https://wpcerber.com"
1225
+ msgstr "https://wpcerber.com"
1226
+
1227
+ #: ../common.php:1162
1228
+ msgid "Form submission denied"
1229
+ msgstr "Formos pateikimas atmestas"
1230
+
1231
+ #: ../common.php:1163
1232
+ msgid "Comment denied"
1233
+ msgstr "Komentaras atmestas"
1234
+
1235
+ #: ../common.php:1191
1236
+ msgid "Request to REST API denied"
1237
+ msgstr "Užklausa REST API uždrausta"
1238
+
1239
+ #: ../common.php:1192
1240
+ msgid "XML-RPC request denied"
1241
+ msgstr "XML-RPC užklausa atmesta"
1242
+
1243
+ #: ../common.php:1205
1244
+ msgid "Bot detected"
1245
+ msgstr "Aptikti botai"
1246
+
1247
+ #: ../common.php:1206
1248
+ msgid "Citadel mode is active"
1249
+ msgstr "Citadelės rėžimas yra aktyvus"
1250
+
1251
+ #: ../common.php:1211
1252
+ msgid "Malicious activity detected"
1253
+ msgstr "Aptikta kenksminga veikla"
1254
+
1255
+ #: ../common.php:1212
1256
+ msgid "Blocked by country rule"
1257
+ msgstr "Užblokuota pagal šalies taisykles"
1258
+
1259
+ #: ../common.php:1213
1260
+ msgid "Limit reached"
1261
+ msgstr "Pasiektas limitas"
1262
+
1263
+ #: ../common.php:1214
1264
+ msgid "Multiple suspicious activities"
1265
+ msgstr "Keletas įtartinų veiksmų"
1266
+
1267
+ #: ../common.php:1251
1268
+ msgid "Multiple suspicious activities were detected"
1269
+ msgstr "Aptikta keletas įtartinų veiksmų"
1270
+
1271
+ #: ../settings.php:751
1272
+ msgid "Allow REST API for logged in users"
1273
+ msgstr "Leisti REST API prisijungusiems vartotojams"
1274
+
1275
+ #: ../settings.php:766
1276
+ msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1277
+ msgstr "Nurodykite REST API vardų erdvę,kurie bus leidžiami, jei REST API išjungtas. Viena eilutė eilutėje."
1278
+
1279
+ #: ../settings.php:147
1280
+ msgid "Registration limit"
1281
+ msgstr "Registracijos limitas"
1282
+
1283
+ #: ../settings.php:168
1284
+ msgid "Sort users in dashboard"
1285
+ msgstr "Rūšiuoti naudotojus informacijos suvestinėje"
1286
+
1287
+ #: ../settings.php:169
1288
+ msgid "by date of registration"
1289
+ msgstr "pagal registravimo data"
1290
+
1291
+ #: ../settings.php:210
1292
+ msgid "Query whitelist"
1293
+ msgstr "Užklausų baltasis sąrašas"
1294
+
1295
+ #: ../settings.php:1352
1296
+ msgid "%s allowed registrations in %s minutes from one IP"
1297
+ msgstr "%s leidžia registraciją per %s minučių iš vieno IP"
1298
+
1299
+ #: ../dashboard.php:3055
1300
+ msgid "Start typing here to find a country"
1301
+ msgstr "Pradėkite rašyti čia, kad surastumėte šalį"
1302
+
1303
+ #: ../dashboard.php:3135
1304
+ msgid "Click on a country name to add it to the list of selected countries"
1305
+ msgstr "Spustelėkite šalies pavadinimą, kad jį pridėtumėte prie pasirinktų šalių sąrašo"
1306
+
1307
+ #: ../dashboard.php:3156
1308
+ msgid "Submit forms"
1309
+ msgstr "Pateikti formas"
1310
+
1311
+ #: ../dashboard.php:3157
1312
+ msgid "Post comments"
1313
+ msgstr "Rašyti komentarus"
1314
+
1315
+ #: ../dashboard.php:3158
1316
+ msgid "Log in to the website"
1317
+ msgstr "Prisijunkite prie svetainės"
1318
+
1319
+ #: ../dashboard.php:3159
1320
+ msgid "Register on the website"
1321
+ msgstr "Registruotis svetainėje"
1322
+
1323
+ #: ../dashboard.php:3160
1324
+ msgid "Use XML-RPC"
1325
+ msgstr "Naudoti XML-RPC"
1326
+
1327
+ #: ../dashboard.php:3161
1328
+ msgid "Use REST API"
1329
+ msgstr "Naudoti REST API"
1330
+
1331
+ #: ../settings.php:224
1332
+ msgid "Deny it completely"
1333
+ msgstr "Neleisti to visiškai"
1334
+
1335
+ #: ../settings.php:224
1336
+ msgid "Mark it as spam"
1337
+ msgstr "Pažymėti kaip šlamštą"
1338
+
1339
+ #: ../dashboard.php:2109
1340
+ msgid "in the last 24 hours"
1341
+ msgstr "per pastarąsias 24 valandas"
1342
+
1343
+ #: ../dashboard.php:2487
1344
+ msgid "Main settings"
1345
+ msgstr "Pagrindiniai nustatymai"
1346
+
1347
+ #: ../settings.php:830
1348
+ msgid "Weekly reports"
1349
+ msgstr "Savaitės ataskaita"
1350
+
1351
+ #: ../settings.php:1524
1352
+ msgid "Sunday"
1353
+ msgstr "Sekmadienis"
1354
+
1355
+ #: ../settings.php:1525
1356
+ msgid "Monday"
1357
+ msgstr "Pirmadienis"
1358
+
1359
+ #: ../settings.php:1526
1360
+ msgid "Tuesday"
1361
+ msgstr "Antradienis"
1362
+
1363
+ #: ../settings.php:1527
1364
+ msgid "Wednesday"
1365
+ msgstr "Trečiadienis"
1366
+
1367
+ #: ../settings.php:1528
1368
+ msgid "Thursday"
1369
+ msgstr "Ketvirtadienis"
1370
+
1371
+ #: ../settings.php:1529
1372
+ msgid "Friday"
1373
+ msgstr "Penktadienis"
1374
+
1375
+ #: ../settings.php:1530
1376
+ msgid "Saturday"
1377
+ msgstr "Šeštadienis"
1378
+
1379
+ #: ../settings.php:1593 ../settings.php:1594
1380
+ msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1381
+ msgstr "Jei naudojate talpyklos įskiepį, Jūs turite nurodyti savo naują URL adresą,kad įeitumėte į talpyklos puslapių sąrašą "
1382
+
1383
+ #: ../cerber-load.php:3645
1384
+ msgid "Weekly report"
1385
+ msgstr "Savaitės ataskaita"
1386
+
1387
+ #: ../cerber-load.php:3648 ../cerber-load.php:3658
1388
+ msgid "To change reporting settings visit"
1389
+ msgstr "Jei norite keisti ataskaitų nustatymus, apsilankykite"
1390
+
1391
+ #: ../cerber-load.php:3681
1392
+ msgid "Your login page:"
1393
+ msgstr "Jūsų prisijungimo puslapis:"
1394
+
1395
+ #: ../cerber-load.php:3685
1396
+ msgid "Your license is valid until"
1397
+ msgstr "Jūsų licencija galioja iki"
1398
+
1399
+ #: ../cerber-load.php:3791
1400
+ msgid "Activity details"
1401
+ msgstr "Veiklos detalės"
1402
+
1403
+ #: ../settings.php:1560
1404
+ msgid "Click to send now"
1405
+ msgstr "Paspauskite, kad išsiųstumėte dabar"
1406
+
1407
+ #: ../cerber-load.php:858
1408
+ msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1409
+ msgstr ">>> WP Cerber vertėjas? Norėdami nemokamai gauti PRO licenciją, palikite savo kontaktus čia: https://wpcerber.com/contact/"
1410
+
1411
+ #: ../dashboard.php:559
1412
+ msgid "Email has been sent to"
1413
+ msgstr "El. Laiškas buvo išsiųstas"
1414
+
1415
+ #: ../dashboard.php:562
1416
+ msgid "Unable to send email to"
1417
+ msgstr "Nepavyko išsiųsti el. Laiško"
1418
+
1419
+ #: ../dashboard.php:2990
1420
+ msgid "Not permitted for one country"
1421
+ msgid_plural "Not permitted for %d countries"
1422
+ msgstr[0] "Neleidžiama vienai šaliai"
1423
+ msgstr[1] "Neleidžiama %d šalyse"
1424
+ msgstr[2] "Neleidžiama %d šalių"
1425
+
1426
+ #: ../dashboard.php:3139
1427
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1428
+ msgid "Selected countries are permitted to %s, other countries are not permitted to"
1429
+ msgstr "Pasirinktose šalyse leidžiama %s, kitose šalyse neleidžiama"
1430
+
1431
+ #: ../dashboard.php:3142
1432
+ msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1433
+ msgid "Selected countries are not permitted to %s, other countries are permitted to"
1434
+ msgstr "Pažymėtoms šalims neleidžiama %s, kitoms šalims leidžiama"
1435
+
1436
+ #: ../cerber-load.php:3779
1437
+ msgid "Weekly Report"
1438
+ msgstr "Savaitės ataskaita"
1439
+
1440
+ #: ../settings.php:570
1441
+ msgid "Use 404 template from the active theme"
1442
+ msgstr "Naudoti 404 šabloną iš aktyvios temos"
1443
+
1444
+ #: ../settings.php:571
1445
+ msgid "Display simple 404 page"
1446
+ msgstr "Rodyti 404 puslapį"
1447
+
1448
+ #: ../settings.php:211
1449
+ msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1450
+ msgstr "Įveskite dalį užklausos eilutės arba užklausos kelio, kad variklis neįtrauktų prašymo į patikrinimą. Vienas elementas eilutėje."
1451
+
1452
+ #: ../settings.php:842 ../settings.php:1106
1453
+ msgid "if empty, email from notification settings will be used"
1454
+ msgstr "jei tuščias, bus naudojamas el. paštas iš pranešimų nustatymų"
1455
+
1456
+ #: ../settings.php:831
1457
+ msgid "Enable reporting"
1458
+ msgstr "Įjungti ataskaitas"
1459
+
1460
+ #: ../cerber-load.php:3709
1461
+ msgid "Your last sign-in was %s from %s"
1462
+ msgstr "Paskutinis prisijungimas %s iš %s"
1463
+
1464
+ #: ../dashboard.php:279
1465
+ msgid "IP address, IPv4 address range or subnet"
1466
+ msgstr "IP adresas, IPv4 adreso diapazonas arba antrinis tinklas"
1467
+
1468
+ #: ../dashboard.php:281
1469
+ msgid "Optional comment for this entry"
1470
+ msgstr "papildomas komentaras šiam įrašui"
1471
+
1472
+ #: ../dashboard.php:320
1473
+ msgid "You cannot add your IP address or network"
1474
+ msgstr "Negalite pridėti savo IP adreso ar tinklo"
1475
+
1476
+ #: ../settings.php:154
1477
+ msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1478
+ msgstr "Norėdami nurodyti REGEX modelį, apgaubkite modelį dviem skersais brūkšniais."
1479
+
1480
+ #: ../dashboard.php:57
1481
+ msgid "Cerber Traffic Inspector"
1482
+ msgstr "Cerber srauto inspektorius"
1483
+
1484
+ #: ../dashboard.php:57 ../dashboard.php:1537 ../dashboard.php:4219
1485
+ msgid "Traffic Inspector"
1486
+ msgstr "Srauto inspektorius"
1487
+
1488
+ #: ../dashboard.php:1569
1489
+ msgid "Traffic"
1490
+ msgstr "Srautas"
1491
+
1492
+ #: ../dashboard.php:3652
1493
+ msgid "Request"
1494
+ msgstr "Užklausimas"
1495
+
1496
+ #: ../dashboard.php:3654
1497
+ msgid "Host Info"
1498
+ msgstr "Hosto informacija"
1499
+
1500
+ #: ../dashboard.php:3655
1501
+ msgid "User Agent"
1502
+ msgstr "Vartotojo agentas"
1503
+
1504
+ #: ../dashboard.php:3680
1505
+ msgid "All requests"
1506
+ msgstr "Visi prašymai"
1507
+
1508
+ #: ../dashboard.php:3685
1509
+ msgid "Not logged in visitors"
1510
+ msgstr "Neužsiregistravę lankytojai"
1511
+
1512
+ #: ../dashboard.php:3688
1513
+ msgid "Form submissions"
1514
+ msgstr "Paraiškų forma"
1515
+
1516
+ #: ../dashboard.php:3690
1517
+ msgid "Page Not Found"
1518
+ msgstr "Puslapis nerastas"
1519
+
1520
+ #: ../dashboard.php:3699
1521
+ msgid "Longer than"
1522
+ msgstr "Ilgiau nei"
1523
+
1524
+ #: ../dashboard.php:3720
1525
+ msgid "Refresh"
1526
+ msgstr "Atnaujinti"
1527
+
1528
+ #: ../common.php:181
1529
+ msgid "Check for requests"
1530
+ msgstr "Patikrinti užklausas"
1531
+
1532
+ #: ../common.php:1612
1533
+ msgid "Not specified"
1534
+ msgstr "Nenurodyta"
1535
+
1536
+ #: ../settings.php:896
1537
+ msgid "Logging mode"
1538
+ msgstr "Prisijungimo režimas"
1539
+
1540
+ #: ../settings.php:902
1541
+ msgid "Logging disabled"
1542
+ msgstr "Registravimas išjungtas"
1543
+
1544
+ #: ../settings.php:903
1545
+ msgid "Smart"
1546
+ msgstr "Sumanus"
1547
+
1548
+ #: ../settings.php:904
1549
+ msgid "All traffic"
1550
+ msgstr "Visi srautai"
1551
+
1552
+ #: ../settings.php:908
1553
+ msgid "Ignore crawlers"
1554
+ msgstr "Ignoruoti robotus"
1555
+
1556
+ #: ../settings.php:918
1557
+ msgid "Mask these form fields"
1558
+ msgstr "Užmaskuokite šiuos formų laukus"
1559
+
1560
+ #: ../settings.php:958
1561
+ msgid "milliseconds"
1562
+ msgstr "milisekundes"
1563
+
1564
+ #: ../settings.php:851
1565
+ msgid "Enable traffic inspection"
1566
+ msgstr "Įjungti srauto inspekciją"
1567
+
1568
+ #: ../settings.php:895
1569
+ msgid "Logging"
1570
+ msgstr "Registravimas"
1571
+
1572
+ #: ../settings.php:913
1573
+ msgid "Save request fields"
1574
+ msgstr "Išsaugoti užklausos laukus"
1575
+
1576
+ #: ../settings.php:953
1577
+ msgid "Page generation time threshold"
1578
+ msgstr "Puslapio generavimo laiko slenkstis"
1579
+
1580
+ #: ../dashboard.php:3672
1581
+ msgid "No requests have been logged."
1582
+ msgstr "Prašymai nebuvo užregistruoti."
1583
+
1584
+ #: ../dashboard.php:1536
1585
+ msgid "enabled"
1586
+ msgstr "įjungtas"
1587
+
1588
+ #: ../dashboard.php:1541
1589
+ msgid "no connection"
1590
+ msgstr "nėra ryšio"
1591
+
1592
+ #: ../dashboard.php:4026
1593
+ msgid "Advanced search"
1594
+ msgstr "Išplėstinė paieška"
1595
+
1596
+ #: ../dashboard.php:1343
1597
+ msgid "Last seen"
1598
+ msgstr "paskutinė peržiūra"
1599
+
1600
+ #: ../common.php:1187 ../common.php:1252
1601
+ msgid "Probing for vulnerable PHP code"
1602
+ msgstr "Patikrinimas dėl pažeidžiamo PHP kodo"
1603
+
1604
+ #: ../dashboard.php:3983
1605
+ msgid "Any"
1606
+ msgstr "Bet koks"
1607
+
1608
+ #: ../cerber-load.php:3429
1609
+ msgid "We're sorry, you are not allowed to proceed"
1610
+ msgstr "Atsiprašome, jums neleidžiama tęsti"
1611
+
1612
+ #: ../settings.php:867
1613
+ msgid "Request whitelist"
1614
+ msgstr "Baltojo sąrašo užklausa"
1615
+
1616
+ #: ../settings.php:873
1617
+ msgid "Enter a request URI to exclude the request from inspection. One item per line."
1618
+ msgstr "Įveskite URI užklausą, kad išjungti užklausą iš patikrinimo. Vienas elementas eilutėje."
1619
+
1620
+ #: ../settings.php:929
1621
+ msgid "Save request headers"
1622
+ msgstr "Išsaugoti užklausų antraštes"
1623
+
1624
+ #: ../settings.php:935
1625
+ msgid "Save $_SERVER"
1626
+ msgstr "Išsaugoti $ _SERVER"
1627
+
1628
+ #: ../settings.php:941
1629
+ msgid "Save request cookies"
1630
+ msgstr "Išsaugoti užklausos slapukus"
1631
+
1632
+ #: ../settings.php:694
1633
+ msgid "Protect admin scripts"
1634
+ msgstr "Apsaugoti administracijos skriptus"
1635
+
1636
+ #: ../settings.php:699
1637
+ msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1638
+ msgstr "Blokuoti neleistiną prieigą prie load-scripts.php ir load-styles.php"
1639
+
1640
+ #: ../common.php:2440
1641
+ msgid "Unable to create the directory"
1642
+ msgstr "Neįmanoma sukurti katalogo"
1643
+
1644
+ #: ../common.php:2445
1645
+ msgid "Destination folder access denied"
1646
+ msgstr "Paskirties aplanko prieiga atmesta"
1647
+
1648
+ #: ../common.php:2448
1649
+ msgid "File not found"
1650
+ msgstr "Failas nerastas"
1651
+
1652
+ #: ../common.php:2451
1653
+ msgid "Unable to copy the file"
1654
+ msgstr "Nepavyko kopijuoti failo"
1655
+
1656
+ #: ../common.php:2457
1657
+ msgid "Unable to delete the file"
1658
+ msgstr "Nepavyko ištrinti failo"
1659
+
1660
+ #: ../settings.php:486
1661
+ msgid "Plugin initialization"
1662
+ msgstr "Įskiepio inicijavimas"
1663
+
1664
+ #: ../settings.php:487
1665
+ msgid "Load security engine"
1666
+ msgstr "Įkelti saugumo variklį"
1667
+
1668
+ #: ../settings.php:493
1669
+ msgid "Legacy mode"
1670
+ msgstr "Paveldėtas režimas"
1671
+
1672
+ #: ../settings.php:494
1673
+ msgid "Standard mode"
1674
+ msgstr "Standartinis režimas"
1675
+
1676
+ #: ../settings.php:1571
1677
+ msgid "Plugin initialization mode has not been changed"
1678
+ msgstr "Įskiepio įkėlimo režimas nebuvo pakeistas"
1679
+
1680
+ #. Description of the plugin
1681
+ #:
1682
+ msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1683
+ msgstr "Tai standartinis „WP Cerber Security & Antispam“ papildinio įkrovos modulis. Jis buvo įdiegtas, kai nustatėte įskiepio iniciacijos režimą į standartą. Sužinokite daugiau: <a href=\"https://wpcerber.com\"> wpcerber.com </a>."
1684
+
1685
+ #: ../common.php:1189
1686
+ msgid "File upload denied"
1687
+ msgstr "Failo įkėlimas atmestas"
1688
+
1689
+ #: ../settings.php:583
1690
+ msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1691
+ msgstr "Tinkintame prisijungimo URL gali būti tik raidės, skaičiai, brūkšniai ir pabraukimai"
1692
+
1693
+ #: ../settings.php:873
1694
+ msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1695
+ msgstr "Norėdami nurodyti REGEX modelį, įdėkite visą eilutę į figurinius skliaustus."
1696
+
1697
+ #: ../settings.php:1182
1698
+ msgid "Be careful about enabling these options."
1699
+ msgstr "Būkite atsargūs, prieš įjungdami šiuos parametrus."
1700
+
1701
+ #: ../settings.php:1182
1702
+ msgid "If you forget your Custom login URL, you will be unable to log in."
1703
+ msgstr "Jeigu Jūs užmiršite savo prisijungimo vardą,negalėsite prisijungti prie sistemos."
1704
+
1705
+ #: ../dashboard.php:65 ../dashboard.php:4251
1706
+ msgid "Site Integrity"
1707
+ msgstr "Svetainės integralumas"
1708
+
1709
+ #: ../dashboard.php:1554 ../dashboard.php:1556 ../settings.php:355 ../settings.
1710
+ #: php:857 ../settings.php:883 ../cerber-scanner.php:1420
1711
+ msgid "Disabled"
1712
+ msgstr "Išjungtas"
1713
+
1714
+ #: ../dashboard.php:1555 ../cerber-scanner.php:865
1715
+ msgid "Quick Scan"
1716
+ msgstr "Greitas skanavimas"
1717
+
1718
+ #: ../dashboard.php:1557 ../cerber-scanner.php:865
1719
+ msgid "Full Scan"
1720
+ msgstr "Pilnas skanavimas"
1721
+
1722
+ #. Name of the plugin
1723
+ #:
1724
+ msgid "WP Cerber Security, Antispam & Malware Scan"
1725
+ msgstr "\"WP Cerber Security\", \"Antispam\" ir kenkėjiškų programų nuskaitymas"
1726
+
1727
+ #: ../common.php:1215
1728
+ msgid "Denied"
1729
+ msgstr "Atmesti"
1730
+
1731
+ #: ../settings.php:122 ../settings.php:519 ../settings.php:862
1732
+ msgid "Use White IP Access List"
1733
+ msgstr "Naudoti baltą IP adresų sąrašą"
1734
+
1735
+ #: ../settings.php:553
1736
+ msgid "Disable dashboard redirection"
1737
+ msgstr "Išjungti informacijos juostos peradresavimą"
1738
+
1739
+ #: ../settings.php:557
1740
+ msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1741
+ msgstr "Išjunkite automatinį peradresavimą į prisijungimo puslapį, kai / wp-admin / vykdoma neleistina užklausa"
1742
+
1743
+ #: ../settings.php:974
1744
+ msgid "Scanner settings"
1745
+ msgstr "Skanavimo nuostatos"
1746
+
1747
+ #: ../settings.php:975
1748
+ msgid "Custom signatures"
1749
+ msgstr "Pasirinktiniai parašai"
1750
+
1751
+ #: ../settings.php:981
1752
+ msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1753
+ msgstr "Nurodykite pasirinktinius PHP kodo parašus. Vienas kodo elementas eilutėje. Kad nurodyti REGEX šabloną įdėkite visą eilutę į laužtinius skliaustus."
1754
+
1755
+ #: ../settings.php:983
1756
+ msgid "Unwanted file extensions"
1757
+ msgstr "Nepageidaujami failų plėtiniai"
1758
+
1759
+ #: ../settings.php:989
1760
+ msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1761
+ msgstr "Nurodykite failo plėtinius, kuriuos norite ieškoti. Tik pilnas nuskaitymas. Naudokite kablelį atskiriems elementams"
1762
+
1763
+ #: ../settings.php:991
1764
+ msgid "Directories to exclude"
1765
+ msgstr "Katalogai, kuriuos reikia išskirti"
1766
+
1767
+ #: ../settings.php:997
1768
+ msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1769
+ msgstr "Nurodykite katalogus, kuriuos norite pašalinti iš nuskaitymo. Naudokite absoliučius kelius. Vienas elementas eilutėje."
1770
+
1771
+ #: ../settings.php:1012
1772
+ msgid "Scan temporary directory"
1773
+ msgstr "Nuskaityti laikiną katalogą"
1774
+
1775
+ #: ../settings.php:1019
1776
+ msgid "Scan session directory"
1777
+ msgstr "Skenavimo sesijų katalogas"
1778
+
1779
+ #: ../settings.php:1031
1780
+ msgid "Delete quarantined files after"
1781
+ msgstr "Ištrinti karantino failus po skanavimo"
1782
+
1783
+ #: ../settings.php:1046
1784
+ msgid "Launch Quick Scan"
1785
+ msgstr "Paleisti greitą nuskaitymą"
1786
+
1787
+ #: ../cerber-scanner.php:1421
1788
+ msgid "Every hour"
1789
+ msgstr "Kas valandą"
1790
+
1791
+ #: ../cerber-scanner.php:1422
1792
+ msgid "Every 3 hours"
1793
+ msgstr "Kas 3 valandas"
1794
+
1795
+ #: ../cerber-scanner.php:1423
1796
+ msgid "Every 6 hours"
1797
+ msgstr "Kas 6 valandas"
1798
+
1799
+ #: ../settings.php:1053
1800
+ msgid "Launch Full Scan"
1801
+ msgstr "Pradėti visą nuskaitymą"
1802
+
1803
+ #: ../settings.php:1063 ../settings.php:1122
1804
+ msgid "Low severity"
1805
+ msgstr "Langvai sunkus"
1806
+
1807
+ #: ../settings.php:1063 ../settings.php:1122
1808
+ msgid "Medium severity"
1809
+ msgstr "Vidutiniškai sunkus"
1810
+
1811
+ #: ../settings.php:1063 ../settings.php:1122
1812
+ msgid "High severity"
1813
+ msgstr "Labai sunkus"
1814
+
1815
+ #: ../settings.php:1064
1816
+ msgid "Report an issue if any of the following is true"
1817
+ msgstr "Pranešti apie problemą, jei bet kuris iš toliau nurodytų dalykų yra teisingas"
1818
+
1819
+ #: ../settings.php:1072
1820
+ msgid "Send email report"
1821
+ msgstr "Siųsti ataskaitą emailu"
1822
+
1823
+ #: ../settings.php:1078
1824
+ msgid "After every scan"
1825
+ msgstr "Po kiekvieno skanavimo"
1826
+
1827
+ #: ../settings.php:1079
1828
+ msgid "If any changes in scan results occurred"
1829
+ msgstr "Jei pasikeitė skenavimo rezultatai"
1830
+
1831
+ #: ../settings.php:1084
1832
+ msgid "Include file sizes"
1833
+ msgstr "Įtraukti failų dydžius"
1834
+
1835
+ #: ../settings.php:1091
1836
+ msgid "Include scan errors"
1837
+ msgstr "Įtraukti nuskaitymo klaidas"
1838
+
1839
+ #: ../dashboard.php:4253 ../cerber-load.php:4555
1840
+ msgid "Security Scanner"
1841
+ msgstr "Saugumo skaneris"
1842
+
1843
+ #: ../dashboard.php:4255
1844
+ msgid "Scheduling"
1845
+ msgstr "Planavimas"
1846
+
1847
+ #: ../cerber-scanner.php:84
1848
+ msgid "Currently a scheduled scan in progress. Please wait until it is finished."
1849
+ msgstr "Šiuo metu vyksta reguliarus skenavimas. Palaukite, kol jis bus baigtas."
1850
+
1851
+ #: ../cerber-scanner.php:88
1852
+ msgid "Previous scan started %s has not been completed. Continue scanning?"
1853
+ msgstr "Ankstesnis pradėtas nuskaitymas %s nebuvo baigtas. Tęsti nuskaitymą?"
1854
+
1855
+ #: ../cerber-scanner.php:97
1856
+ msgid "It seems this website has never been scanned. To start scanning click the button below."
1857
+ msgstr "Atrodo, kad ši svetainė niekada nebuvo nuskaityta. Norėdami pradėti nuskaityti, spustelėkite žemiau esantį mygtuką."
1858
+
1859
+ #: ../cerber-scanner.php:100
1860
+ msgid "Start Quick Scan"
1861
+ msgstr "Pradėti greitą skenavimą"
1862
+
1863
+ #: ../cerber-scanner.php:101
1864
+ msgid "Start Full Scan"
1865
+ msgstr "Pradėti pilną skenavimą"
1866
+
1867
+ #: ../cerber-scanner.php:102
1868
+ msgid "Stop Scanning"
1869
+ msgstr "Stabdyti skenavimą"
1870
+
1871
+ #: ../cerber-scanner.php:103
1872
+ msgid "Continue Scanning"
1873
+ msgstr "Tęsti skenavimą"
1874
+
1875
+ #: ../cerber-scanner.php:139
1876
+ msgid "Delete"
1877
+ msgstr "Ištrinti"
1878
+
1879
+ #: ../cerber-scanner.php:1370
1880
+ msgid "Verified"
1881
+ msgstr "Patvirtinta"
1882
+
1883
+ #: ../cerber-scanner.php:1377
1884
+ msgid "Integrity data not found"
1885
+ msgstr "Vientisumo duomenų nerasta"
1886
+
1887
+ #: ../cerber-scanner.php:1378
1888
+ msgid "Unable to check the integrity of the plugin due to a network error"
1889
+ msgstr "Nepavyko patikrinti įjungimo vientisumo dėl tinklo klaidos"
1890
+
1891
+ #: ../cerber-scanner.php:1379
1892
+ msgid "Unable to check the integrity of WordPress files due to a network error"
1893
+ msgstr "Nepavyko patikrinti \"WordPress\" failų vientisumo dėl tinklo klaidos"
1894
+
1895
+ #: ../cerber-scanner.php:1380
1896
+ msgid "Unable to check the integrity of the theme due to a network error"
1897
+ msgstr "Nepavyko patikrinti temos vientisumo dėl tinklo klaidos"
1898
+
1899
+ #: ../cerber-scanner.php:1383
1900
+ msgid "Local file doesn't exist"
1901
+ msgstr "Vietos failas neegzistuoja"
1902
+
1903
+ #: ../cerber-scanner.php:1385
1904
+ msgid "Unable to process file"
1905
+ msgstr "Nepavyko apdoroti failo"
1906
+
1907
+ #: ../cerber-scanner.php:1386 ../cerber-scanner.php:4794
1908
+ msgid "Unable to open file"
1909
+ msgstr "Neįmanoma atidaryti failo"
1910
+
1911
+ #: ../cerber-scanner.php:1388
1912
+ msgid "Checksum mismatch"
1913
+ msgstr "Kontrolinės sumos neatitikimas"
1914
+
1915
+ #: ../cerber-scanner.php:1391
1916
+ msgid "Suspicious code found"
1917
+ msgstr "Rastas įtartinas kodas"
1918
+
1919
+ #: ../cerber-scanner.php:1393
1920
+ msgid "Unattended suspicious file"
1921
+ msgstr "Neleidžiamas neteisingas failas"
1922
+
1923
+ #: ../cerber-scanner.php:1394
1924
+ msgid "Executable code found"
1925
+ msgstr "Rastas vykdomas kodas"
1926
+
1927
+ #: ../cerber-scanner.php:1398
1928
+ msgid "Unwanted file extension"
1929
+ msgstr "Nepageidaujamas failo plėtinys"
1930
+
1931
+ #: ../cerber-scanner.php:1400
1932
+ msgid "Content has been modified"
1933
+ msgstr "Turinys buvo pakeistas"
1934
+
1935
+ #: ../cerber-scanner.php:1401
1936
+ msgid "New file"
1937
+ msgstr "Naujas failas"
1938
+
1939
+ #: ../cerber-scanner.php:2437
1940
+ msgid "Custom signature found"
1941
+ msgstr "Rastas tinkintas parašas"
1942
+
1943
+ #: ../cerber-scanner.php:3576
1944
+ msgid "Scanning folders for files"
1945
+ msgstr "Failų aplankų nuskaitymas"
1946
+
1947
+ #: ../cerber-scanner.php:3580
1948
+ msgid "Parsing the list of files"
1949
+ msgstr "Parsisiųsti failų sąrašą"
1950
+
1951
+ #: ../cerber-scanner.php:3581
1952
+ msgid "Checking for new and modified files"
1953
+ msgstr "Naujų ir pakeistų failų tikrinimas"
1954
+
1955
+ #: ../cerber-scanner.php:3582
1956
+ msgid "Verifying the integrity of WordPress"
1957
+ msgstr "\"WordPress\" vientisumo tikrinimas"
1958
+
1959
+ #: ../cerber-scanner.php:3583
1960
+ msgid "Verifying the integrity of the plugins"
1961
+ msgstr "Įskiepių vientisumo patikrinimas"
1962
+
1963
+ #: ../cerber-scanner.php:3584
1964
+ msgid "Verifying the integrity of the themes"
1965
+ msgstr "Temų vientisumo tikrinimas"
1966
+
1967
+ #: ../cerber-scanner.php:3585
1968
+ msgid "Searching for malicious code"
1969
+ msgstr "Ieško kenksmingo kodo"
1970
+
1971
+ #: ../cerber-scanner.php:3586
1972
+ msgid "Finalizing the scan"
1973
+ msgstr "Skenavimas užbaigtas"
1974
+
1975
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:3780
1976
+ msgid "Files to scan"
1977
+ msgstr "Nuskaityti failai"
1978
+
1979
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3788
1980
+ msgid "Critical issues"
1981
+ msgstr "Kritinės problemos"
1982
+
1983
+ #: ../cerber-scanner.php:3717 ../cerber-scanner.php:3792 ../cerber-scanner.php:4984
1984
+ msgid "Issues total"
1985
+ msgstr "Viso problemų"
1986
+
1987
+ #: ../cerber-scanner.php:4170
1988
+ msgid "The directory is not writable"
1989
+ msgstr "Šis katalogas neįrašomas"
1990
+
1991
+ #: ../cerber-scanner.php:4188
1992
+ msgid "Unable to create WP CERBER directory"
1993
+ msgstr "Nepavyko sukurti WP CERBER katalogo"
1994
+
1995
+ #: ../cerber-scanner.php:4402
1996
+ msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
1997
+ msgstr "Failo prieigos klaida. Galbūt nuskaitymo rezultatai yra pasenę. Prašome paleisti greitą arba visišką nuskaitymą."
1998
+
1999
+ #: ../cerber-scanner.php:5093
2000
+ msgid "To view full report visit"
2001
+ msgstr "Norėdami peržiūrėti visą ataskaitą, apsilankykite"
2002
+
2003
+ #: ../cerber-load.php:3655
2004
+ msgid "Scanner Report"
2005
+ msgstr "Skenavimo ataskaita"
2006
+
2007
+ #: ../settings.php:999
2008
+ msgid "Monitor new files"
2009
+ msgstr "Stebėti naujus failus"
2010
+
2011
+ #: ../settings.php:1006
2012
+ msgid "Monitor modified files"
2013
+ msgstr "Stebėti pakeistus failus"
2014
+
2015
+ #: ../settings.php:1080
2016
+ msgid "If new issues found"
2017
+ msgstr "Jei rasta naujų problemų"
2018
+
2019
+ #: ../settings.php:1820
2020
+ msgid "The schedule has been updated"
2021
+ msgstr "Grafikas atnaujintas"
2022
+
2023
+ #: ../cerber-scanner.php:1397 ../cerber-scanner.php:2617
2024
+ msgid "Suspicious directives found"
2025
+ msgstr "Rastos įtartinos nuorodos"
2026
+
2027
+ #: ../cerber-scanner.php:2615
2028
+ msgid "Suspicious code instruction found"
2029
+ msgstr "Nustatytas įtartino kodo nurodymas"
2030
+
2031
+ #: ../cerber-scanner.php:2616
2032
+ msgid "Suspicious code signatures found"
2033
+ msgstr "Pasirodė įtartinų kodų įrašai"
2034
+
2035
+ #: ../cerber-scanner.php:2619
2036
+ msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2037
+ msgstr "Norėdami išspręsti šią problemą, turite iš naujo įdiegti %s arba atnaujinti ją iki naujausios versijos"
2038
+
2039
+ #: ../cerber-scanner.php:2620
2040
+ msgid "Please upload a reference ZIP archive"
2041
+ msgstr "Įkelkite ZIP archyvą"
2042
+
2043
+ #: ../cerber-scanner.php:2621
2044
+ msgid "Resolve issue"
2045
+ msgstr "Išspręsti problemą"
2046
+
2047
+ #: ../cerber-scanner.php:3881
2048
+ msgid "We have not found any integrity data to verify"
2049
+ msgstr "Mes neradome tikrinimų duomenų vientisumo"
2050
+
2051
+ #: ../cerber-scanner.php:3883
2052
+ msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2053
+ msgstr "Jūs turite įkelti ZIP archyvą, iš kurio jį įdiegsite. Tai įgalina saugos skaitytuvą patikrinti kodo vientisumą ir aptikti kenkėjišką programą."
2054
+
2055
+ #: ../cerber-scanner.php:4940
2056
+ msgid "Full Scan Report"
2057
+ msgstr "Pilno nuskaitymo ataskaita"
2058
+
2059
+ #: ../cerber-scanner.php:4940
2060
+ msgid "Quick Scan Report"
2061
+ msgstr "Greita nuskaitymo ataskaita"
2062
+
2063
+ #: ../cerber-scanner.php:4953
2064
+ msgid "Files scanned"
2065
+ msgstr "Failai nuskaityti"
2066
+
2067
+ #: ../dashboard.php:266 ../dashboard.php:1206 ../dashboard.php:1241 ../dashboard.
2068
+ #: php:1359
2069
+ msgid "Check for activities"
2070
+ msgstr "Patikrinti veiksmus"
2071
+
2072
+ #: ../dashboard.php:1322
2073
+ msgid "Activated"
2074
+ msgstr "Aktyvuota"
2075
+
2076
+ #: ../common.php:1194
2077
+ msgid "Malicious request denied"
2078
+ msgstr "Kenkėjiška užklausa atmesta"
2079
+
2080
+ #: ../common.php:1198
2081
+ msgid "User activated"
2082
+ msgstr "Vartotojas aktyvuotas"
2083
+
2084
+ #: ../common.php:1216
2085
+ msgid "Suspicious number of fields"
2086
+ msgstr "Įtartinas laukų skaičius"
2087
+
2088
+ #: ../common.php:1217
2089
+ msgid "Suspicious number of nested values"
2090
+ msgstr "Įtartinas įdėtos vertės skaičius"
2091
+
2092
+ #: ../common.php:1218 ../common.php:1253
2093
+ msgid "Malicious code detected"
2094
+ msgstr "Aptiktas kenksmingas kodas"
2095
+
2096
+ #: ../common.php:1254
2097
+ msgid "Attempt to upload a file with malicious code"
2098
+ msgstr "Bandoma įkelti failą su kenksmingu kodu"
2099
+
2100
+ #: ../common.php:1484
2101
+ msgid "Bytes"
2102
+ msgstr "Bitai"
2103
+
2104
+ #: ../cerber-scanner.php:1376
2105
+ msgid "Vulnerability found"
2106
+ msgstr "Pažeidžiamumas nustatytas"
2107
+
2108
+ #: ../cerber-scanner.php:1381
2109
+ msgid "Unable to check the integrity due to a DB error"
2110
+ msgstr "Negalima patikrinti vientisumo dėl DB klaidos"
2111
+
2112
+ #: ../cerber-scanner.php:3577
2113
+ msgid "Scanning the upload folder for files"
2114
+ msgstr "Failų įkėlimo aplanko nuskaitymas"
2115
+
2116
+ #: ../cerber-scanner.php:3578
2117
+ msgid "Scanning the temp folder for files"
2118
+ msgstr "Failų temp aplanko nuskaitymas"
2119
+
2120
+ #: ../cerber-scanner.php:3579
2121
+ msgid "Scanning the session folder for files"
2122
+ msgstr "Failų seanso aplanko nuskaitymas"
2123
+
2124
+ #: ../settings.php:1045
2125
+ msgid "Automated recurring scan schedule"
2126
+ msgstr "Automatinis pasikartojantis nuskaitymo grafikas"
2127
+
2128
+ #: ../settings.php:1061
2129
+ msgid "Scan results reporting"
2130
+ msgstr "Skenavimo rezultatų ataskaitos"
2131
+
2132
+ #: ../dashboard.php:3682
2133
+ msgid "Suspicious activity"
2134
+ msgstr "Įtartina veikla"
2135
+
2136
+ #: ../dashboard.php:3683
2137
+ msgid "Errors"
2138
+ msgstr "Klaidos"
2139
+
2140
+ #: ../dashboard.php:4201
2141
+ msgid "Antispam engine"
2142
+ msgstr "Antispamo variklis"
2143
+
2144
+ #. Description of the plugin
2145
+ #:
2146
+ msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2147
+ msgstr "Gina \"WordPress\" nuo įsilaužėlių išpuolių, šlamšto, trojos arklių ir virusų. Kenkėjiškų programų skaitytuvas ir vientisumo tikrinimo priemonė. Apsaugo WordPress su visapusišku saugumo algoritmų rinkiniu. Apsauga nuo šlamšto su sudėtingu bot aptikimo varikliu ir reCAPTCHA. Stebini naudotojų ir įsibrovėlių veiklą ir praneša el. Pašto pranešimais, mobiliaisiais ir darbalaukio pranešimais."
2148
+
2149
+ #: ../cerber-load.php:398
2150
+ msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2151
+ msgstr "Jūs viršijote leistinų prisijungimo bandymų skaičių. Bandykite dar kartą po %d minučių."
2152
+
2153
+ #: ../common.php:1398
2154
+ msgctxt "preposition of a period of time like: in 6 hours"
2155
+ msgid "in %s"
2156
+ msgstr "į %s"
2157
+
2158
+ #: ../settings.php:1540
2159
+ msgctxt "preposition of time like: at 11:00"
2160
+ msgid "at"
2161
+ msgstr "iš"
2162
+
2163
+ #: ../dashboard.php:4258
2164
+ msgid "Quarantine"
2165
+ msgstr "Karantinas"
2166
+
2167
+ #: ../cerber-scanner.php:3661
2168
+ msgid "Started"
2169
+ msgstr "Pradėti"
2170
+
2171
+ #: ../cerber-scanner.php:3665
2172
+ msgid "Finished"
2173
+ msgstr "Baigti"
2174
+
2175
+ #: ../cerber-scanner.php:3673
2176
+ msgid "Performance"
2177
+ msgstr "Eksploatacinės savybės"
2178
+
2179
+ #: ../nexus/cerber-slave-list.php:290 ../cerber-scanner.php:3685
2180
+ msgid "Vulnerabilities"
2181
+ msgstr "Pažeidimai"
2182
+
2183
+ #: ../cerber-scanner.php:3689
2184
+ msgid "New files"
2185
+ msgstr "Nauji failai"
2186
+
2187
+ #: ../cerber-scanner.php:3693
2188
+ msgid "Changed files"
2189
+ msgstr "Pakeisti failai"
2190
+
2191
+ #: ../cerber-scanner.php:3697
2192
+ msgid "Unwanted extensions"
2193
+ msgstr "Nepageidaujami plėtiniai"
2194
+
2195
+ #: ../settings.php:1116 ../cerber-scanner.php:3701
2196
+ msgid "Unattended files"
2197
+ msgstr "Nepatikrinti failai"
2198
+
2199
+ #: ../cerber-scanner.php:3710 ../cerber-scanner.php:5419
2200
+ msgid "Scanned"
2201
+ msgstr "Nuskanuota"
2202
+
2203
+ #: ../cerber-scanner.php:5321
2204
+ msgid "There are no files in the quarantine at the moment."
2205
+ msgstr "Karantine šiuo metu nėra failų."
2206
+
2207
+ #: ../cerber-scanner.php:5411
2208
+ msgid "Restore"
2209
+ msgstr "Atkurti"
2210
+
2211
+ #: ../cerber-scanner.php:5408
2212
+ msgid "Delete permanently"
2213
+ msgstr "Ištrinti visam laikui"
2214
+
2215
+ #: ../cerber-scanner.php:5420
2216
+ msgid "Moved to quarantine"
2217
+ msgstr "Perkelta į karantiną"
2218
+
2219
+ #: ../cerber-scanner.php:5421
2220
+ msgid "Automatic deletion"
2221
+ msgstr "Automatinis nustatymas"
2222
+
2223
+ #: ../cerber-scanner.php:5422
2224
+ msgid "Size"
2225
+ msgstr "Dydis"
2226
+
2227
+ #: ../cerber-scanner.php:5423 ../cerber-scanner.php:5557
2228
+ msgid "File"
2229
+ msgstr "Failas"
2230
+
2231
+ #: ../cerber-scanner.php:5491
2232
+ msgid "The file has been deleted permanently."
2233
+ msgstr "Failas buvo ištrintas visam laikui."
2234
+
2235
+ #: ../cerber-scanner.php:5500
2236
+ msgid "The file has been restored to its original location."
2237
+ msgstr "Failas buvo atstatytas į pradinę vietą."
2238
+
2239
+ #: ../dashboard.php:1570
2240
+ msgid "Integrity"
2241
+ msgstr "Integralumas"
2242
+
2243
+ #: ../common.php:1188
2244
+ msgid "Attempt to upload malicious file denied"
2245
+ msgstr "Bandymas įkelti kenksmingą failą atmestas"
2246
+
2247
+ #: ../cerber-news.php:157
2248
+ msgid "Awesome!"
2249
+ msgstr "Nuostabu!"
2250
+
2251
+ #: ../settings.php:1114
2252
+ msgid "Automatic cleanup of malware and suspicious files"
2253
+ msgstr "Automatinė kenkėjiškų programų ir įtartinų failų išvalymas"
2254
+
2255
+ #: ../settings.php:1123
2256
+ msgid "Files in the uploads folder"
2257
+ msgstr "Failai įkėlimų aplanke"
2258
+
2259
+ #: ../settings.php:1130
2260
+ msgid "Files with unwanted extensions"
2261
+ msgstr "Failai su nepageidaujamais plėtiniais"
2262
+
2263
+ #: ../settings.php:1137
2264
+ msgid "Exclusions"
2265
+ msgstr "Išimtys"
2266
+
2267
+ #: ../settings.php:1138
2268
+ msgid "Files in the temporary directory"
2269
+ msgstr "Laikino aplanko failai"
2270
+
2271
+ #: ../settings.php:1144
2272
+ msgid "Files in the sessions directory"
2273
+ msgstr "Failai seansų kataloge"
2274
+
2275
+ #: ../settings.php:1150
2276
+ msgid "Files in these directories"
2277
+ msgstr "Failai šiuose kataloguose"
2278
+
2279
+ #: ../settings.php:1156
2280
+ msgid "Use absolute paths. One item per line."
2281
+ msgstr "Naudokite absoliučius kelius. Vienas elementas eilutėje."
2282
+
2283
+ #: ../settings.php:1158
2284
+ msgid "Files with these extensions"
2285
+ msgstr "Failai su šiais plėtiniais"
2286
+
2287
+ #: ../settings.php:1164
2288
+ msgid "Use comma to separate items."
2289
+ msgstr "Naudokite kablelį atskiriems elementams."
2290
+
2291
+ #: ../dashboard.php:4256
2292
+ msgid "Cleaning up"
2293
+ msgstr "Išvalyti"
2294
+
2295
+ #: ../cerber-scanner.php:1392
2296
+ msgid "Malicious code found"
2297
+ msgstr "Rastas kenksmingas kodas"
2298
+
2299
+ #: ../cerber-scanner.php:2612
2300
+ msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2301
+ msgstr "Šiame faile yra kenksmingo vykdomojo kodo ir gali būti kenkėjiška programa. Jei šis failas yra temos ar įskiepio dalis, jis turi būti įtrauktas į temą arba įskiepių aplanką. Nėra išimties, nėra pasiteisinimų."
2302
+
2303
+ #: ../cerber-scanner.php:2613
2304
+ msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2305
+ msgstr "Skeneris atpažįsta šį failą kaip \"be savininko\" arba \"nesupakuotą\", nes jis nepriklauso jokiai žinomai svetainės daliai ir neturėtų būti čia."
2306
+
2307
+ #: ../cerber-scanner.php:2614
2308
+ msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2309
+ msgstr "Tai gali likti atnaujinimo į naujesnę %s versiją. Tai taip pat gali būti suklastotų kenkėjiškų programų dalis. Retais atvejais tai gali būti pagal užsakymą pagamintas (specialus) įskiepis ar tema."
2310
+
2311
+ #: ../cerber-scanner.php:2618
2312
+ msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2313
+ msgstr "Failo turinys pakeistas ir neatitinka to, kas egzistuoja oficialioje \"WordPress\" saugykloje, arba anksčiau įkeltą informacinį failą. Failas galėjo būti pakeistas kenkėjiškomis programomis, užkrėstomis virusu arba suklastotas"
2314
+
2315
+ #: ../cerber-scanner.php:5034
2316
+ msgid "Deleted"
2317
+ msgstr "Ištrinta"
2318
+
2319
+ #: ../cerber-scanner.php:5081
2320
+ msgid "Automatically moved to quarantine"
2321
+ msgstr "Automatiškai perkelta į karantiną"
2322
+
2323
+ #: ../common.php:1219
2324
+ msgid "Suspicious SQL code detected"
2325
+ msgstr "Aptiktas įtartinas SQL kodas"
2326
+
2327
+ #: ../dashboard.php:1551
2328
+ msgctxt "Example: Last malware scan: 23 Jan 2018"
2329
+ msgid "Last malware scan"
2330
+ msgstr "Paskutinis kenkėjiškų programų nuskaitymas"
2331
+
2332
+ #: ../dashboard.php:4221
2333
+ msgid "Live Traffic"
2334
+ msgstr "Tiesioginis srautas"
2335
+
2336
+ #: ../settings.php:675
2337
+ msgid "Use English for admin interface"
2338
+ msgstr "Naudoti anglišką administratoriaus sąsają"
2339
+
2340
+ #: ../dashboard.php:4290
2341
+ msgid "Log"
2342
+ msgstr "Logas"
2343
+
2344
+ #: ../settings.php:701
2345
+ msgid "Disable PHP in uploads"
2346
+ msgstr "Išjungti PHP įkėlimus"
2347
+
2348
+ #: ../settings.php:708
2349
+ msgid "Disable PHP error displaying"
2350
+ msgstr "Išjungti PHP klaidos rodymą"
2351
+
2352
+ #: ../dashboard.php:4257
2353
+ msgid "Ignore List"
2354
+ msgstr "Ignoruojamų sąrašas"
2355
+
2356
+ #: ../cerber-scanner.php:142
2357
+ msgid "Ignore"
2358
+ msgstr "Ignoruoti"
2359
+
2360
+ #: ../cerber-scanner.php:5522
2361
+ msgid "Apply"
2362
+ msgstr "Taikyti"
2363
+
2364
+ #: ../cerber-scanner.php:5556
2365
+ msgid "Added"
2366
+ msgstr "Įkelta"
2367
+
2368
+ #: ../cerber-scanner.php:5523 ../cerber-scanner.php:5550
2369
+ msgid "Remove from the list"
2370
+ msgstr "Pašalinti iš sąrašo"
2371
+
2372
+ #: ../cerber-scanner.php:5524
2373
+ msgid "User Insights"
2374
+ msgstr "Vartotojų apžvalgos"
2375
+
2376
+ #: ../cerber-scanner.php:5525
2377
+ msgid "Traffic Insights"
2378
+ msgstr "Srauto įžvalgos"
2379
+
2380
+ #: ../cerber-scanner.php:5526
2381
+ msgid "Activity Insights"
2382
+ msgstr "Veiklos apžvalgos"
2383
+
2384
+ #: ../dashboard.php:2593
2385
+ msgid "Are you sure you want to delete selected files?"
2386
+ msgstr "Ar tikrai norite pašalinti pasirinktus failus?"
2387
+
2388
+ #: ../dashboard.php:2594
2389
+ msgid "These files have been moved to the quarantine"
2390
+ msgstr "Šie failai buvo perkelti į karantiną"
2391
+
2392
+ #: ../dashboard.php:2597
2393
+ msgid "Do you want to add selected files to the ignore list?"
2394
+ msgstr "Ar norite pridėti pasirinktus failus į ignoravimo sąrašą?"
2395
+
2396
+ #: ../dashboard.php:2598
2397
+ msgid "These files have been added to the ignore list"
2398
+ msgstr "Šie failai buvo įtraukti į ignoravimo sąrašą"
2399
+
2400
+ #: ../dashboard.php:2600
2401
+ msgid "Some errors occurred"
2402
+ msgstr "Įvyko keletas klaidų"
2403
+
2404
+ #: ../dashboard.php:2601
2405
+ msgid "All files have been processed"
2406
+ msgstr "Visi failai buvo apdoroti"
2407
+
2408
+ #: ../dashboard.php:2823
2409
+ msgid "These features are available in a professional version of the plugin."
2410
+ msgstr "Šios funkcijos yra prieinamos profesionalia įskiepio versija."
2411
+
2412
+ #: ../dashboard.php:2824
2413
+ msgid "Know more about all advantages at"
2414
+ msgstr "Sužinokite daugiau apie visus pranašumus"
2415
+
2416
+ #: ../common.php:1220
2417
+ msgid "Suspicious JavaScript code detected"
2418
+ msgstr "Aptiktas įtartinas JavaScript kodas"
2419
+
2420
+ #: ../settings.php:1823
2421
+ msgid "Unable to update the schedule"
2422
+ msgstr "Nepavyko atnaujinti tvarkaraščio"
2423
+
2424
+ #: ../cerber-scanner.php:5437
2425
+ msgid "All scans"
2426
+ msgstr "Skanuoti viską"
2427
+
2428
+ #: ../cerber-scanner.php:5528
2429
+ msgid "The list is empty."
2430
+ msgstr "Sąrašas tusčias"
2431
+
2432
+ #: ../cerber-scanner.php:5388
2433
+ msgid "No files match the specified filter."
2434
+ msgstr "Nė vienas failas neatitinka nurodyto filtro."
2435
+
2436
+ #: ../cerber-scanner.php:5388
2437
+ msgid "Click here to see the full list of files"
2438
+ msgstr "Spauskite čia norėdami pamatyti visą failų sąrašą"
2439
+
2440
+ #: ../dashboard.php:781
2441
+ msgid "Additional Details"
2442
+ msgstr "Papildoma informacija"
2443
+
2444
+ #: ../dashboard.php:3282
2445
+ msgid "Page generation time"
2446
+ msgstr "Puslapio sugeneravimo laikas"
2447
+
2448
+ #: ../dashboard.php:4414
2449
+ msgid "Log In"
2450
+ msgstr "Prisijungti"
2451
+
2452
+ #: ../dashboard.php:4415
2453
+ msgid "Log Out"
2454
+ msgstr "Atsijungti"
2455
+
2456
+ #: ../dashboard.php:4416
2457
+ msgid "Register"
2458
+ msgstr "Registras"
2459
+
2460
+ #: ../dashboard.php:4419
2461
+ msgid "WooCommerce Log In"
2462
+ msgstr "Prisijungti prie WooCommerce"
2463
+
2464
+ #: ../dashboard.php:4420
2465
+ msgid "WooCommerce Log Out"
2466
+ msgstr "Atsijungti nuo WooCommerce"
2467
+
2468
+ #: ../dashboard.php:4459 ../dashboard.php:4460
2469
+ msgid "Add to menu"
2470
+ msgstr "Pridėti į meniu"
2471
+
2472
+ #: ../common.php:1208
2473
+ msgid "IP address is locked out"
2474
+ msgstr "IP adresas yra užblokuotas"
2475
+
2476
+ #: ../common.php:1256
2477
+ msgid "Multiple suspicious requests"
2478
+ msgstr "Keletas įtartinų užklausų"
2479
+
2480
+ #: ../settings.php:850
2481
+ msgid "Traffic Inspection"
2482
+ msgstr "Eismo inspekcija"
2483
+
2484
+ #: ../settings.php:858 ../settings.php:884
2485
+ msgid "Maximum compatibility"
2486
+ msgstr "Maksimalus suderinamumas"
2487
+
2488
+ #: ../settings.php:859 ../settings.php:885
2489
+ msgid "Maximum security"
2490
+ msgstr "Maksimalus saugumas"
2491
+
2492
+ #: ../settings.php:876
2493
+ msgid "Erroneous Request Shielding"
2494
+ msgstr "Klaidingas užklausos ekranavimas"
2495
+
2496
+ #: ../settings.php:877
2497
+ msgid "Enable error shielding"
2498
+ msgstr "Įgalinti klaidų ekranavimą"
2499
+
2500
+ #: ../settings.php:947
2501
+ msgid "Save software errors"
2502
+ msgstr "Išsaugoti programinės įrangos klaidas"
2503
+
2504
+ #: ../cerber-scanner.php:3575
2505
+ msgid "Preparing for the scan"
2506
+ msgstr "Pasiruošimas nuskaitymui"
2507
+
2508
+ #: ../common.php:1221
2509
+ msgid "Blocked by administrator"
2510
+ msgstr "Užblokuotas administratoriaus"
2511
+
2512
+ #: ../cerber-load.php:402
2513
+ msgid "You are not allowed to log in"
2514
+ msgstr "Jūs negalite prisijungti"
2515
+
2516
+ #: ../cerber-users.php:12
2517
+ msgid "Block User"
2518
+ msgstr "Užblokuoti vartotoją"
2519
+
2520
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2521
+ msgid "User is not permitted to log into the website"
2522
+ msgstr "Naudotojui neleidžiama prisijungti prie svetainės"
2523
+
2524
+ #: ../cerber-users.php:31
2525
+ msgctxt "e.g. by John at 11:00"
2526
+ msgid "blocked by %s at %s"
2527
+ msgstr "užblokuotas nuo %s iki %s"
2528
+
2529
+ #: ../cerber-users.php:41 ../settings.php:129
2530
+ msgid "User Message"
2531
+ msgstr "Vartotojo pranešimas"
2532
+
2533
+ #: ../cerber-users.php:43
2534
+ msgid "An optional message for this user"
2535
+ msgstr "Papildomas pranešimas šiam naudotojui"
2536
+
2537
+ #: ../cerber-users.php:98
2538
+ msgid "Blocked Users"
2539
+ msgstr "Užblokuoti naudotojai"
2540
+
2541
+ #: ../settings.php:692
2542
+ msgid "Block access to user pages like /?author=n"
2543
+ msgstr "Blokuoti prieigą prie naudotojų puslapių, pvz., /?author=n"
2544
+
2545
+ #: ../settings.php:730
2546
+ msgid "Access to WordPress REST API"
2547
+ msgstr "Prieiga prie WordPress REST API"
2548
+
2549
+ #: ../settings.php:736
2550
+ msgid "Block access to user data via REST API"
2551
+ msgstr "Blokuoti prieigą prie naudotojo duomenų per REST API"
2552
+
2553
+ #: ../settings.php:744
2554
+ msgid "Block access to WordPress REST API except any of the following"
2555
+ msgstr "Blokuoti prieigą prie „WordPress REST API“, išskyrus bet kurį iš toliau nurodytų"
2556
+
2557
+ #: ../settings.php:753
2558
+ msgid "Allow REST API for these roles"
2559
+ msgstr "Leisti REST API šiems vaidmenims"
2560
+
2561
+ #: ../settings.php:759
2562
+ msgid "Allow these namespaces"
2563
+ msgstr "Leisti šiuos vardų vietas"
2564
+
2565
+ #: ../settings.php:888
2566
+ msgid "Ignore logged in users"
2567
+ msgstr "Ignoruoti prisijungusius naudotojus"
2568
+
2569
+ #: ../settings.php:1190
2570
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2571
+ msgstr "Šie apribojimai netaikomi adresams,esantiems baltojo IP prieigos sąraše"
2572
+
2573
+ #: ../settings.php:1499
2574
+ msgid "Select one or more roles"
2575
+ msgstr "Pasirinkite vieną ar daugiau vaidmenų"
2576
+
2577
+ #: ../dashboard.php:1049
2578
+ msgid "Filter by registered user"
2579
+ msgstr "Filtruoti pagal registruotą vartotoją"
2580
+
2581
+ #: ../settings.php:115
2582
+ msgid "Authorized users only"
2583
+ msgstr "Tik prisijungę vartotojai"
2584
+
2585
+ #: ../settings.php:116
2586
+ msgid "Only registered and logged in website users have access to the website"
2587
+ msgstr "Svetaine gali naudotis tik registruoti ir prisijungę svetainės naudotojai"
2588
+
2589
+ #: ../settings.php:123
2590
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2591
+ msgstr "Nenaudokite šios politikos IP adresams esantiems baltojo IP prieigos sąraše"
2592
+
2593
+ #: ../settings.php:133 ../settings.php:2067
2594
+ msgid "Only registered and logged in users are allowed to view this website"
2595
+ msgstr "Šią svetainę gali peržiūrėti tik registruoti ir prisijungę naudotojai"
2596
+
2597
+ #: ../settings.php:138
2598
+ msgid "Redirect to URL"
2599
+ msgstr "Peradresuoti į URL"
2600
+
2601
+ #: ../dashboard.php:4291
2602
+ msgid "Changelog"
2603
+ msgstr "Keisti"
2604
+
2605
+ #: ../dashboard.php:72 ../dashboard.php:72
2606
+ msgid "Cerber.Hub"
2607
+ msgstr "Cerber.Hub"
2608
+
2609
+ #: ../dashboard.php:613
2610
+ msgid "Default settings have been loaded"
2611
+ msgstr "Numatytieji nustatymai buvo įkelti"
2612
+
2613
+ #: ../dashboard.php:3034
2614
+ msgid "Save all rules"
2615
+ msgstr "Išsaugoti visas taisykles"
2616
+
2617
+ #: ../common.php:836
2618
+ msgid "Save Changes"
2619
+ msgstr "Išsaugoti pakeitimus"
2620
+
2621
+ #: ../common.php:1201
2622
+ msgid "Invalid master credentials"
2623
+ msgstr "Neteisingi pagrindiniai duomenys"
2624
+
2625
+ #: ../settings.php:301
2626
+ msgid "Master settings"
2627
+ msgstr "Pagrindiniai nustatymai"
2628
+
2629
+ #: ../settings.php:309
2630
+ msgid "Return to the website list"
2631
+ msgstr "Grįžti į svetainių sąrašą"
2632
+
2633
+ #: ../settings.php:313
2634
+ msgid "Show \"Switched to\" notification"
2635
+ msgstr "Rodyti pranešimą „Perjungta“"
2636
+
2637
+ #: ../settings.php:317
2638
+ msgid "Add @ site to the page title"
2639
+ msgstr "Į puslapio pavadinimą pridėkite @ svetainę"
2640
+
2641
+ #: ../settings.php:334 ../settings.php:361 ../settings.php:1025
2642
+ msgid "Enable diagnostic logging"
2643
+ msgstr "Įgalinti diagnostinį registravimą"
2644
+
2645
+ #: ../settings.php:344
2646
+ msgid "Limit access by IP address"
2647
+ msgstr "Riboti prieigą pagal IP adresą"
2648
+
2649
+ #: ../settings.php:350
2650
+ msgid "Access to this website"
2651
+ msgstr "Prieiga prie šios svetainės"
2652
+
2653
+ #: ../settings.php:353
2654
+ msgid "Full access mode"
2655
+ msgstr "Pilnos prieigos rėžimas"
2656
+
2657
+ #: ../settings.php:354
2658
+ msgid "Read-only mode"
2659
+ msgstr "Tik skaitymo režimas"
2660
+
2661
+ #: ../settings.php:370
2662
+ msgid "The full access mode requires the PRO version of WP Cerber"
2663
+ msgstr "Visam prieigos režimui reikia WP Cerber PRO versijos"
2664
+
2665
+ #: ../nexus/cerber-slave-list.php:48
2666
+ msgid "WordPress"
2667
+ msgstr "WordPress"
2668
+
2669
+ #: ../nexus/cerber-slave-list.php:52
2670
+ msgid "Malware Scan"
2671
+ msgstr "Malware skanavimas"
2672
+
2673
+ #: ../nexus/cerber-slave-list.php:55 ../nexus/cerber-nexus-master.php:103
2674
+ msgid "Notes"
2675
+ msgstr "Užrašai"
2676
+
2677
+ #: ../nexus/cerber-slave-list.php:117
2678
+ msgid "Add a slave website"
2679
+ msgstr "Pridėti priklausomą svetainę"
2680
+
2681
+ #: ../nexus/cerber-slave-list.php:193
2682
+ msgid "Search results for:"
2683
+ msgstr "Pieškos rezultatai:"
2684
+
2685
+ #: ../nexus/cerber-slave-list.php:233
2686
+ msgid "Edit"
2687
+ msgstr "Redaguoti"
2688
+
2689
+ #: ../nexus/cerber-slave-list.php:239
2690
+ msgid "Switch to"
2691
+ msgstr "Pereiti prie"
2692
+
2693
+ #: ../nexus/cerber-slave-list.php:339
2694
+ msgid "No websites configured."
2695
+ msgstr "Nėra sukonfigūruotų svetainių."
2696
+
2697
+ #: ../nexus/cerber-slave-list.php:339
2698
+ msgid "Add a new one"
2699
+ msgstr "Pridėti naują"
2700
+
2701
+ #: ../nexus/cerber-nexus-master.php:70
2702
+ msgid "Website Properties"
2703
+ msgstr "Svetainės ypatybės"
2704
+
2705
+ #: ../nexus/cerber-nexus-master.php:80
2706
+ msgid "Website URL"
2707
+ msgstr "Tinklalapio URL"
2708
+
2709
+ #: ../nexus/cerber-nexus-master.php:85
2710
+ msgid "Display as"
2711
+ msgstr "Rodyti kaip"
2712
+
2713
+ #: ../nexus/cerber-nexus-master.php:111
2714
+ msgid "Website Owner"
2715
+ msgstr "Svetainės savininkas"
2716
+
2717
+ #: ../nexus/cerber-nexus-master.php:115
2718
+ msgid "First Name"
2719
+ msgstr "Vardas"
2720
+
2721
+ #: ../nexus/cerber-nexus-master.php:119
2722
+ msgid "Last Name"
2723
+ msgstr "Pavardė"
2724
+
2725
+ #: ../nexus/cerber-nexus-master.php:123
2726
+ msgid "Email"
2727
+ msgstr "Emailas"
2728
+
2729
+ #: ../nexus/cerber-nexus-master.php:127
2730
+ msgid "Phone"
2731
+ msgstr "Telefonas"
2732
+
2733
+ #: ../nexus/cerber-nexus-master.php:135
2734
+ msgid "Address"
2735
+ msgstr "Adresas"
2736
+
2737
+ #: ../nexus/cerber-nexus-master.php:260
2738
+ msgid "Security access token is invalid"
2739
+ msgstr "Saugos prieigos raktas negalioja"
2740
+
2741
+ #: ../nexus/cerber-nexus-master.php:290
2742
+ msgid "The website you are trying to add is already in the list"
2743
+ msgstr "Svetainė, kurią bandote pridėti, jau yra sąraše"
2744
+
2745
+ #: ../nexus/cerber-nexus-master.php:299
2746
+ msgid "The website has been added successfully"
2747
+ msgstr "Svetainė sėkmingai pridėta"
2748
+
2749
+ #: ../nexus/cerber-nexus-master.php:300
2750
+ msgid "Click to edit"
2751
+ msgstr "Spustelėkite, jei norite redaguoti"
2752
+
2753
+ #: ../nexus/cerber-nexus-master.php:301
2754
+ msgid "Switch to the Dashboard"
2755
+ msgstr "Persijungti į prietaisų skydelį"
2756
+
2757
+ #: ../nexus/cerber-nexus-master.php:304
2758
+ msgid "Keep in mind: You have added the website that does not support SSL encryption. This may lead to data leakage."
2759
+ msgstr "Atminkite: pridėjote svetainę, kuri nepalaiko SSL šifravimo. Tai gali sukelti duomenų nutekėjimą."
2760
+
2761
+ #: ../nexus/cerber-nexus-master.php:425
2762
+ msgid "Website has been deleted"
2763
+ msgid_plural "%s websites have been deleted"
2764
+ msgstr[0] "Svetainė ištrinta"
2765
+ msgstr[1] "%s svetainės buvo ištrintos"
2766
+ msgstr[2] "%s svetainių buvo ištrinta"
2767
+
2768
+ #: ../nexus/cerber-nexus-master.php:981
2769
+ msgid "You have switched to %s"
2770
+ msgstr "Perjungėte į %s"
2771
+
2772
+ #: ../nexus/cerber-nexus-master.php:986
2773
+ msgid "You have switched back to the master website"
2774
+ msgstr "Grįžote atgal į pagrindinę svetainę"
2775
+
2776
+ #: ../nexus/cerber-nexus-master.php:1196
2777
+ msgid "You are here:"
2778
+ msgstr "Jūs esate čia:"
2779
+
2780
+ #: ../nexus/cerber-nexus-master.php:1199 ../nexus/cerber-nexus.php:89 ..
2781
+ #: /nexus/cerber-nexus.php:99
2782
+ msgid "My Websites"
2783
+ msgstr "Mano tinklalapiai"
2784
+
2785
+ #: ../nexus/cerber-nexus-master.php:1214
2786
+ msgid "Visit Site"
2787
+ msgstr "Apsilankyti svetainę"
2788
+
2789
+ #: ../nexus/cerber-nexus.php:61
2790
+ msgid "Enable slave mode"
2791
+ msgstr "Įgalinti priklausomumo režimą"
2792
+
2793
+ #: ../nexus/cerber-nexus.php:62
2794
+ msgid "This website can be managed from a master website"
2795
+ msgstr "Ši svetainė gali būti valdoma iš pagrindinės svetainės"
2796
+
2797
+ #: ../nexus/cerber-nexus.php:65
2798
+ msgid "Enable master mode"
2799
+ msgstr "Įgalinti pagrindinį režimą"
2800
+
2801
+ #: ../nexus/cerber-nexus.php:66
2802
+ msgid "Configure this website as a master to manage other website"
2803
+ msgstr "Konfigūruoti šią svetainę kaip pagrindinę, kuri valdo kitą svetainę"
2804
+
2805
+ #: ../nexus/cerber-nexus.php:71
2806
+ msgid "To proceed, please select the mode for this website"
2807
+ msgstr "Jei norite tęsti, pasirinkite šios svetainės režimą"
2808
+
2809
+ #: ../nexus/cerber-nexus.php:95 ../nexus/cerber-nexus.php:99
2810
+ msgid "Slave Settings"
2811
+ msgstr "Priklausomumo nustatymai"
2812
+
2813
+ #: ../nexus/cerber-nexus.php:141
2814
+ msgid "Secret Access Token"
2815
+ msgstr "Slaptas prieigos raktas"
2816
+
2817
+ #: ../nexus/cerber-nexus.php:143
2818
+ msgid "The token is unique to this website. Keep it secret. Install the token on a master website to grant access to this website."
2819
+ msgstr "Ženklas yra unikalus šiai svetainei. Laikykite jį paslaptyje. Įdėkite raktą pagrindinėje svetainėje, kad suteiktumėte prieigą prie šios svetainės."
2820
+
2821
+ #: ../nexus/cerber-nexus.php:145
2822
+ msgid "Are you sure? This permanently invalidates the token."
2823
+ msgstr "Ar tu tuo tikras? Tai visam laikui panaikina raktą."
2824
+
2825
+ #: ../nexus/cerber-nexus.php:146
2826
+ msgid "Disable slave mode"
2827
+ msgstr "Išjungti priklausomumo rėžimą"
2828
+
2829
+ #: ../nexus/cerber-nexus.php:261
2830
+ msgid "This website is set as master."
2831
+ msgstr "Ši svetainė yra nustatyta kaip pagrindinė."
2832
+
2833
+ #: ../nexus/cerber-nexus.php:262
2834
+ msgid "Add slave websites by using access tokens."
2835
+ msgstr "Pridėkite priklausomas svetaines naudodami prieigos raktus."
2836
+
2837
+ #: ../nexus/cerber-nexus.php:265
2838
+ msgid "This website is set as slave."
2839
+ msgstr "Ši svetainė yra nustatyta kaip priklausoma."
2840
+
2841
+ #: ../nexus/cerber-nexus.php:266
2842
+ msgid "Install the access token on the master website."
2843
+ msgstr "Įdiekite prieigos raktą pagrindinėje svetainėje."
2844
+
2845
+ #. translators: Time difference between two dates, in seconds (sec=second). 1: Number of seconds
2846
+ #: ../common.php:1391
2847
+ msgid "%s sec"
2848
+ msgid_plural "%s secs"
2849
+ msgstr[0] "%s sek"
2850
+ msgstr[1] "%s sek"
2851
+ msgstr[2] "%s sek"
2852
+
2853
+ #: ../settings.php:832
2854
+ msgid "Send reports on"
2855
+ msgstr "Siųsti ataskaitas"
2856
+
2857
+ #: ../nexus/cerber-slave-list.php:51
2858
+ msgid "Updates"
2859
+ msgstr "Atnaujinimai"
2860
+
2861
+ #: ../nexus/cerber-slave-list.php:53 ../nexus/cerber-nexus-master.php:94
2862
+ msgid "Group"
2863
+ msgstr "Grupė"
2864
+
2865
+ #: ../nexus/cerber-slave-list.php:96
2866
+ msgid "Upgrade WP Cerber"
2867
+ msgstr "Atnaujinti WP Cerber"
2868
+
2869
+ #: ../nexus/cerber-slave-list.php:97
2870
+ msgid "Upgrade all active plugins"
2871
+ msgstr "Atnaujinti visus aktyvius įskiepius"
2872
+
2873
+ #: ../nexus/cerber-slave-list.php:98
2874
+ msgid "Delete website"
2875
+ msgstr "Ištrinti tinklalapį"
2876
+
2877
+ #: ../nexus/cerber-slave-list.php:111
2878
+ msgid "All groups"
2879
+ msgstr "Visos grupės"
2880
+
2881
+ #: ../nexus/cerber-nexus-master.php:1377
2882
+ msgid "Are you sure you want to delete selected websites?"
2883
+ msgstr "Jūs tikrai norite ištrinti pažymėtus tinklalapius"
2884
+
2885
+ #: ../cerber-users.php:130
2886
+ msgid "Block"
2887
+ msgstr "Užblokuoti"
2888
+
2889
+ #: ../nexus/cerber-nexus-master.php:62
2890
+ msgid "Select an existing group or enter a new one to add it"
2891
+ msgstr "Pasirinkite esamą grupę arba įveskite naują, kad ją pridėtumėte"
2892
+
2893
+ #: ../nexus/cerber-nexus-master.php:131
2894
+ msgid "Company"
2895
+ msgstr "Kompanija"
2896
+
2897
+ #: ../nexus/cerber-nexus-master.php:656
2898
+ msgid "Invalid response from the slave website"
2899
+ msgstr "Neteisingas atsakymas iš priklausomos svetainės"
2900
+
2901
+ #: ../common.php:1182 ../common.php:1247
2902
+ msgid "Attempt to log in with non-existing username"
2903
+ msgstr "Bandymas prisijungti naudojant neegzistuojantį vartotojo vardą"
2904
+
2905
+ #: ../cerber-load.php:3805
2906
+ msgid "Attempts to log in with non-existing usernames"
2907
+ msgstr "Bandymas prisijungti naudojant neegzistuojantį vartotojo vardą"
2908
+
2909
+ #: ../settings.php:321
2910
+ msgid "Use master language"
2911
+ msgstr "Naudoti pagrindinę kalbą"
2912
+
2913
+ #: ../settings.php:547
2914
+ msgid "Non-existing users"
2915
+ msgstr "Neegzistuojantys vartotojai"
2916
+
2917
+ #: ../settings.php:551
2918
+ msgid "Immediately block IP when attempting to log in with a non-existing username"
2919
+ msgstr "Nedelsiant užblokuoti IP adresą,bandant prisijungti neegzistuojančiu vartotojo vardu"
2920
+
2921
+ #: ../nexus/cerber-slave-list.php:54
2922
+ msgid "Owner"
2923
+ msgstr "Savininkas"
2924
+
2925
+ #: ../nexus/cerber-slave-list.php:339
2926
+ msgid "Disable master mode"
2927
+ msgstr "Išjungti pagrindinį režimą"
2928
+
2929
+ #: ../nexus/cerber-nexus.php:146
2930
+ msgid "To revoke the token and disable remote management, click here:"
2931
+ msgstr "Jei norite atšaukti simbolį ir išjungti nuotolinį valdymą, spustelėkite čia:"
2932
+
2933
+ #: ../settings.php:706
2934
+ msgid "Block execution of PHP scripts in the WordPress media folder"
2935
+ msgstr ""
2936
+
2937
+ #: ../nexus/cerber-nexus-master.php:1442 ../nexus/cerber-nexus-master.php:1450
2938
+ msgid "Active plugins and updates on"
2939
+ msgstr ""
2940
+
2941
+ #: ../nexus/cerber-nexus-master.php:1421
2942
+ msgid "A newer version is available"
2943
+ msgstr ""
2944
+
languages/wp-cerber-nb_NO.mo CHANGED
Binary file
languages/wp-cerber-nb_NO.po CHANGED
@@ -8,641 +8,638 @@ msgstr ""
8
  "Language: nb\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:77
12
  msgid "Limit login attempts"
13
  msgstr "Begrens innloggingsforsøk"
14
 
15
- #: ../settings.php:78
16
  msgid "Attempts"
17
  msgstr "Forsøk"
18
 
19
- #: ../settings.php:79
20
  msgid "Lockout duration"
21
  msgstr "Varighet for utestengelse"
22
 
23
- #: ../settings.php:79 ../settings.php:105
24
  msgid "minutes"
25
  msgstr "minutter"
26
 
27
- #: ../settings.php:80
28
  msgid "Aggressive lockout"
29
  msgstr "Aggressiv utestengelse"
30
 
31
- #: ../settings.php:83
32
  msgid "Site connection"
33
  msgstr "Sidetilkobling"
34
 
35
- #: ../settings.php:85
36
  msgid "Proactive security rules"
37
  msgstr "Proaktive sikkerhetsregler"
38
 
39
- #: ../settings.php:86
40
  msgid "Block subnet"
41
  msgstr "Blokkér subnet"
42
 
43
- #: ../settings.php:89
44
  msgid "Request wp-login.php"
45
  msgstr "Kobling til wp-login.php"
46
 
47
- #: ../settings.php:89
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Blokkér umiddelbart IP-en etter ethvert forsøk på å koble til wp-login.php"
50
 
51
- #: ../settings.php:92
52
  msgid "Custom login page"
53
  msgstr "Egendefinert innloggingsside"
54
 
55
- #: ../settings.php:93
56
  msgid "Custom login URL"
57
  msgstr "Egendefinert URL for innlogging"
58
 
59
- #: ../settings.php:99
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "må ikke være lik eksisterende sider eller slug"
62
 
63
- #: ../settings.php:101
64
  msgid "Disable wp-login.php"
65
  msgstr "Deaktiver wp-login.php"
66
 
67
- #: ../settings.php:101
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Blokkér direkte tilgang til wp-login.php og returnér HTTP 404 Ikke Funnet-feil."
70
 
71
- #: ../dashboard.php:1320 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Vakttårnsmodus"
74
 
75
- #: ../settings.php:104
76
  msgid "Threshold"
77
  msgstr "Terskel"
78
 
79
- #: ../settings.php:105 ../cerber-scanner.php:3823
80
  msgid "Duration"
81
  msgstr "Varighet"
82
 
83
- #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
84
- #: 631
85
  msgid "Notifications"
86
  msgstr "Varsling"
87
 
88
- #: ../settings.php:106
89
  msgid "Send notification to admin email"
90
  msgstr "Send varsel til admins e-postadresse"
91
 
92
- #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
93
- #: tools.php:100 ../cerber-tools.php:187
94
  msgid "Access Lists"
95
  msgstr "Tilgangsliste"
96
 
97
- #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
98
- #: /settings.php:108 ../settings.php:625
99
  msgid "Activity"
100
  msgstr "Aktivitet"
101
 
102
- #: ../settings.php:626
103
  msgid "Lockouts"
104
  msgstr "Utestengelser"
105
 
106
- #: ../settings.php:748 ../settings.php:870
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tillatte forsøk på %s minutter"
109
 
110
- #: ../settings.php:770 ../settings.php:892
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Aktivér etter %s mislykkede innloggingsforsøk på %s minutter"
113
 
114
- #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
115
- #: php:4024
116
  msgid "IP"
117
  msgstr "IP-adresse"
118
 
119
- #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
 
120
  msgid "Date"
121
  msgstr "Dato"
122
 
123
- #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
124
  msgid "Local User"
125
  msgstr "Lokal bruker"
126
 
127
- #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
128
  msgid "Username used"
129
  msgstr "Brukernavn brukt"
130
 
131
- #: ../dashboard.php:153
132
  msgid "Showing last %d records from %d"
133
  msgstr "Viser siste %d oppføringer fra %d"
134
 
135
- #: ../common.php:836
136
  msgid "Logged in"
137
  msgstr "Logget inn"
138
 
139
- #: ../common.php:837
140
  msgid "Logged out"
141
  msgstr "Logget ut"
142
 
143
- #: ../common.php:838
144
  msgid "Login failed"
145
  msgstr "Innlogging feilet"
146
 
147
- #: ../common.php:841
148
  msgid "IP blocked"
149
  msgstr "IP blokkert"
150
 
151
- #: ../common.php:842
152
  msgid "Subnet blocked"
153
  msgstr "Subnet blokkert"
154
 
155
- #: ../common.php:844
156
  msgid "Citadel activated!"
157
  msgstr "Vakttårn aktivert!"
158
 
159
- #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
160
- #: 890
161
  msgid "Locked out"
162
  msgstr "Utestengt"
163
 
164
- #: ../common.php:891
165
  msgid "IP blacklisted"
166
  msgstr "IP svartelistet"
167
 
168
- #: ../common.php:859
169
  msgid "Password changed"
170
  msgstr "Passord endret"
171
 
172
- #: ../dashboard.php:127 ../dashboard.php:207
173
  msgid "Remove"
174
  msgstr "Fjern"
175
 
176
- #: ../dashboard.php:437
177
  msgid "Lockout for %s was removed"
178
  msgstr "Utestengelse for %s ble fjernet"
179
 
180
- #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
181
- #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
182
  msgid "White IP Access List"
183
  msgstr "Hvit IP-tilgangsliste"
184
 
185
- #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
186
- #: php:1319 ../dashboard.php:3067
187
  msgid "Black IP Access List"
188
  msgstr "Svart IP-tilgangsliste"
189
 
190
- #: ../dashboard.php:213
191
  msgid "List is empty"
192
  msgstr "Listen er tom"
193
 
194
- #: ../dashboard.php:250
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Adressen %s ble lagt til den hvite IP-tilgangslisten"
197
 
198
- #: ../dashboard.php:264
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Adressen %s ble lagt til den svarte IP-tilgangslisten"
201
 
202
- #: ../cerber-load.php:3446
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "Vakttårnsmodus ble aktivert etter %d mislykkede innloggingsforsøk på %d minutter"
205
 
206
- #: ../dashboard.php:1990 ../dashboard.php:2400
207
  msgid "View Activity"
208
  msgstr "Se aktivitet"
209
 
210
- #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
211
  #: scanner.php:76
212
  msgid "Settings"
213
  msgstr "Innstillinger"
214
 
215
- #: ../dashboard.php:1181
216
  msgid "Last login"
217
  msgstr "Siste innlogging"
218
 
219
- #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
220
  msgid "Never"
221
  msgstr "Aldri"
222
 
223
- #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
224
- #: /cerber-scanner.php:5659
225
  msgid "Are you sure?"
226
  msgstr "Er du sikker?"
227
 
228
- #: ../dashboard.php:1632 ../settings.php:83
229
  msgid "My site is behind a reverse proxy"
230
  msgstr "Min side er bak en reverse proxy"
231
 
232
- #: ../settings.php:87
233
  msgid "Non-existent users"
234
  msgstr "Ikke-eksisterende brukere"
235
 
236
- #: ../settings.php:87
237
  msgid "Immediately block IP when attempting to login with a non-existent username"
238
  msgstr "Blokkér umiddelbart IP når noen prøver å logge inn med et ikke-eksisterende brukernavn"
239
 
240
- #: ../settings.php:580
241
  msgid "Make your protection smarter!"
242
  msgstr "Gjør din beskyttelse smartere!"
243
 
244
- #: ../settings.php:584
245
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
246
  msgstr "Vennligst "
247
 
248
- #: ../cerber-load.php:4305 ../settings.php:627
249
  msgid "Main Settings"
250
  msgstr "Hovedinnstillinger"
251
 
252
- #: ../dashboard.php:3700
253
  msgid "Help"
254
  msgstr "Hjelp"
255
 
256
- #: ../settings.php:758 ../settings.php:880
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Øk varigheten av utestengelser til %s timer etter %s utestengelser i løpet av de siste %s timer"
259
 
260
- #: ../cerber-load.php:370
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "Du har ikke tillatelse til å logge inn. Spør din administrator om du trenger hjelp."
263
 
264
- #: ../cerber-load.php:396
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Du har kun ett forsøk igjen."
268
  msgstr[1] "Du har %d forsøk igjen."
269
 
270
- #: ../dashboard.php:764
271
  msgid "No activity has been logged."
272
  msgstr "Ingen aktivitet har blitt registrert."
273
 
274
- #: ../dashboard.php:137
275
  msgid "Expires"
276
  msgstr "Utgår"
277
 
278
- #: ../dashboard.php:159
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "Ingen utestengelser akkurat nå. Kysten er klar."
281
 
282
- #: ../dashboard.php:179
283
  msgid "These IPs will never be locked out"
284
  msgstr "Disse IP-er vil aldri bli utestengt"
285
 
286
- #: ../dashboard.php:188
287
  msgid "Your IP"
288
  msgstr "Din IP"
289
 
290
- #: ../cerber-load.php:3447
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "Siste mislykkede forsøk var %s fra IP %s med brukernavn %s."
293
 
294
- #: ../cerber-load.php:4273
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "Kunne ikke aktivere WP Cerber på grunn av en databasefeil."
297
 
298
- #: ../settings.php:765 ../settings.php:887
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Varsle administratoren om antallet aktive utestengelser overskrider"
301
 
302
- #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
303
  msgid "days"
304
  msgstr "dager"
305
 
306
- #: ../dashboard.php:1271
307
  msgid "Cerber Quick View"
308
  msgstr "Cerber hurtigvisning"
309
 
310
- #: ../dashboard.php:155
311
  msgid "Hint"
312
  msgstr "Hint"
313
 
314
- #: ../dashboard.php:155
315
  msgid "To view activity, click on the IP"
316
  msgstr "For å se aktivitet klikk på IP-en"
317
 
318
- #: ../settings.php:86
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Alltid blokkér hele subnet Class C av inntrengerens IP"
321
 
322
- #: ../settings.php:106 ../settings.php:767 ../settings.php:889
323
  msgid "Click to send test"
324
  msgstr "Klikk for å sende test"
325
 
326
- #: ../settings.php:1052 ../settings.php:1053
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "OBS! Du har endret innloggings-adressen. Din nye URL for innlogging er"
329
 
330
- #: ../dashboard.php:1180
331
  msgid "Comments"
332
  msgstr "Kommentarer"
333
 
334
- #: ../common.php:1210
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "Oppdatér til versjon %s av WP Cerber"
337
 
338
- #: ../cerber-load.php:3448 ../cerber-load.php:4056
339
  msgid "View activity in dashboard"
340
  msgstr "Se aktivitet i kontrollpanelet"
341
 
342
- #: ../cerber-load.php:3477
343
  msgid "Number of active lockouts"
344
  msgstr "Antall aktive utestengelser"
345
 
346
- #: ../cerber-load.php:3481
347
  msgid "View lockouts in dashboard"
348
  msgstr "Se utestengelser i kontrollpanelet"
349
 
350
- #: ../cerber-load.php:3569
351
  msgid "This message was sent by"
352
  msgstr "Denne meldingen ble sendt av"
353
 
354
- #: ../dashboard.php:69 ../cerber-tools.php:50
355
  msgid "Tools"
356
  msgstr "Verktøy"
357
 
358
- #: ../cerber-tools.php:87
359
  msgid "Export settings to the file"
360
  msgstr "Eksportér innstillinger til filen"
361
 
362
- #: ../cerber-tools.php:88
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Når du klikker knappen under, vil du få en konfigurasjonsfil som du kan laste opp på en annen side."
365
 
366
- #: ../cerber-tools.php:89
367
  msgid "What do you want to export?"
368
  msgstr "Hva ønsker du å eksportere?"
369
 
370
- #: ../cerber-tools.php:92
371
  msgid "Download file"
372
  msgstr "Last ned fil"
373
 
374
- #: ../cerber-tools.php:94
375
  msgid "Import settings from the file"
376
  msgstr "Importér innstillinger fra filen"
377
 
378
- #: ../cerber-tools.php:95
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Når du klikker på knappen under, vil filen lastes opp og alle eksisterende innstillinger vil bli overskrevet."
381
 
382
- #: ../cerber-tools.php:96
383
  msgid "Select file to import."
384
  msgstr "Velg fil å importere."
385
 
386
- #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Maksimum tillatte filstørrelse for opplasting: %s."
389
 
390
- #: ../cerber-tools.php:99
391
  msgid "What do you want to import?"
392
  msgstr "Hva ønsker du å importere?"
393
 
394
- #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
395
  msgid "Upload file"
396
  msgstr "Last opp fil"
397
 
398
- #: ../cerber-tools.php:150
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Ingen fil ble lastet opp, eller er filen ødelagt"
401
 
402
- #: ../cerber-tools.php:187
403
  msgid "Error while updating"
404
  msgstr "Feil under oppdatering"
405
 
406
- #: ../cerber-tools.php:193
407
  msgid "Settings has imported successfully from"
408
  msgstr "Innstillinger ble importert fra"
409
 
410
- #: ../cerber-tools.php:200
411
  msgid "Error while parsing file"
412
  msgstr "Feil under parsing av filen"
413
 
414
- #: ../dashboard.php:135 ../dashboard.php:737
415
  msgid "Hostname"
416
  msgstr "Vertsnavn"
417
 
418
- #: ../dashboard.php:403
419
  msgid "unknown"
420
  msgstr "ukjent"
421
 
422
- #: ../settings.php:109 ../settings.php:365
423
  msgid "Keep records for"
424
  msgstr "Behold logger"
425
 
426
- #: ../dashboard.php:1305 ../dashboard.php:1327
427
  msgid "active"
428
  msgstr "aktive"
429
 
430
- #: ../dashboard.php:1305
431
  msgid "deactivate"
432
  msgstr "deaktiver"
433
 
434
- #: ../dashboard.php:1307
435
  msgid "not active"
436
  msgstr "ikke aktive"
437
 
438
- #: ../dashboard.php:1308 ../dashboard.php:1322
439
  msgid "disabled"
440
  msgstr "deaktivert"
441
 
442
- #: ../dashboard.php:1313
443
  msgid "failed attempts"
444
  msgstr "mislykkede forsøk"
445
 
446
- #: ../dashboard.php:1313 ../dashboard.php:1314
447
  msgid "in 24 hours"
448
  msgstr "på 24 timer"
449
 
450
- #: ../dashboard.php:1313 ../dashboard.php:1314
451
  msgid "view all"
452
  msgstr "se alle"
453
 
454
- #: ../dashboard.php:1314
455
  msgid "lockouts"
456
  msgstr "utestengelser"
457
 
458
- #: ../dashboard.php:1316
459
  msgid "Lockouts at the moment"
460
  msgstr "Utestengelser akkurat nå"
461
 
462
- #: ../dashboard.php:1317
463
  msgid "Last lockout"
464
  msgstr "Siste utestengelse"
465
 
466
- #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "oppføring"
470
  msgstr[1] "oppføringer"
471
 
472
- #: ../dashboard.php:1870
473
  msgid "Confused about some settings?"
474
  msgstr "Usikker på noen innstillinger?"
475
 
476
- #: ../dashboard.php:1871
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "Du kan enkelt laste inn anbefalte standardinnstillinger via knappen under"
479
 
480
- #: ../dashboard.php:1873
481
  msgid "Load default settings"
482
  msgstr "Last inn standardinnstillinger"
483
 
484
- #: ../dashboard.php:1881
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "påvirker ikke egendefinert innloggings-URL og tilgangslister"
487
 
488
- #: ../common.php:1203 ../settings.php:236
489
  msgid "New version is available"
490
  msgstr "Ny versjon er tilgjengelig"
491
 
492
- #: ../cerber-load.php:3420
493
  msgid "WP Cerber notify"
494
  msgstr "WP Cerber-varsling"
495
 
496
- #: ../cerber-load.php:3444
497
  msgid "Citadel mode is activated"
498
  msgstr "Vakttårns-modus er aktivert"
499
 
500
- #: ../cerber-load.php:3516
501
  msgid "New Custom login URL"
502
  msgstr "Ny egendefinert innloggings-URL"
503
 
504
- #: ../cerber-load.php:4260
505
  msgid "The WP Cerber requires PHP %s or higher. You are running"
506
  msgstr "WP Cerber krever PHP versjon %s eller høyere. Du kjører"
507
 
508
- #: ../cerber-load.php:4264
509
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
510
  msgstr "WP Cerber krever WordPress versjon %s eller høyere. Du kjører"
511
 
512
- #: ../settings.php:112
513
  msgid "Use file"
514
  msgstr "Bruk fil"
515
 
516
- #: ../settings.php:112
517
  msgid "Write failed login attempts to the file"
518
  msgstr "Skriv mislykkede innloggingsforsøk til filen"
519
 
520
- #: ../dashboard.php:1989
521
  msgid "Deactivate"
522
  msgstr "Deaktivér"
523
 
524
- #: ../dashboard.php:138 ../cerber-load.php:3479
525
  msgid "Reason"
526
  msgstr "Grunn"
527
 
528
- #: ../dashboard.php:218
529
  msgid "Add IP to the list"
530
  msgstr "Legg IP til listen"
531
 
532
- #: ../dashboard.php:1001
533
  msgid "Add IP to the Black List"
534
  msgstr "Legg IP til svartelisten"
535
 
536
- #: ../common.php:928
537
  msgid "Attempt to access"
538
  msgstr "Forsøk på å få tilgang til"
539
 
540
- #: ../common.php:927
541
  msgid "Limit on login attempts is reached"
542
  msgstr "Grensen for innloggingsforsøk er nådd"
543
 
544
- #: ../common.php:867 ../common.php:929
545
  msgid "Attempt to log in with non-existent username"
546
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
547
 
548
- #: ../cerber-load.php:3478
549
  msgid "Last lockout was added: %s for IP %s"
550
  msgstr "Siste utestengelse ble lagt til: %s for IP %s"
551
 
552
- #: ../cerber-load.php:4309 ../settings.php:629
553
  msgid "Hardening"
554
  msgstr "Forsterking"
555
 
556
- #: ../dashboard.php:978
557
  msgid "Abuse email:"
558
  msgstr "Repportering av misbruk:"
559
 
560
- #: ../settings.php:223 ../settings.php:264 ../settings.php:502
561
  msgid "Email Address"
562
  msgstr "E-postadresse"
563
 
564
- #: ../settings.php:232
565
  msgid "if empty, the admin email %s will be used"
566
  msgstr "Hvis tom, vil e-postadressen %s bli brukt"
567
 
568
- #: ../settings.php:115
569
  msgid "Drill down IP"
570
  msgstr "Inspiser IP"
571
 
572
- #: ../settings.php:115
573
  msgid "Retrieve extra WHOIS information for IP"
574
  msgstr "Hent ekstra WHOIS-informasjon for IP"
575
 
576
- #: ../settings.php:123
577
  msgid "Hardening WordPress"
578
  msgstr "Forsterke WordPress"
579
 
580
- #: ../settings.php:124
581
  msgid "Stop user enumeration"
582
  msgstr "Stopp opplisting av brukere"
583
 
584
- #: ../settings.php:132
585
  msgid "Disable XML-RPC"
586
  msgstr "Deaktivér XML-RPC"
587
 
588
- #: ../settings.php:132
589
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
590
  msgstr "Blokkér tilgang til XML-RPC-serveren (inkluderer Pingbacks og Trackbacks)"
591
 
592
- #: ../settings.php:133
593
  msgid "Disable feeds"
594
  msgstr "Deaktiver feeds"
595
 
596
- #: ../settings.php:133
597
  msgid "Block access to the RSS, Atom and RDF feeds"
598
  msgstr "Blokkér tilgang til RSS- Atom- og RDF-feeds"
599
 
600
- #: ../settings.php:134
601
  msgid "Disable REST API"
602
  msgstr "Deaktivér REST API"
603
 
604
- #: ../settings.php:594
605
- msgid "These settings do not affect hosts from the "
606
- msgstr "Disse innstillingene påvirker ikke verter fra "
607
-
608
- #: ../settings.php:1138 ../settings.php:1150 ../settings.php:1273
609
  msgid "<strong>ERROR</strong>: please enter a valid email address."
610
  msgstr "<strong>FEIL</strong>: vennligst skriv inn en gyldig e-postadresse"
611
 
612
- #: ../cerber-load.php:3509 ../cerber-load.php:4294
613
  msgid "WP Cerber is now active and has started protecting your site"
614
  msgstr "WP Cerber er nå aktiv og har begynt å beskytte siden din"
615
 
616
- #: ../dashboard.php:139 ../cerber-scanner.php:5541 ../cerber-scanner.php:5672
617
  msgid "Action"
618
  msgstr "Handling"
619
 
620
- #: ../dashboard.php:181
621
  msgid "Nobody can log in or register from these IPs"
622
  msgstr "Ingen kan logge inn eller registrere seg fra disse IP-ene"
623
 
624
- #: ../dashboard.php:244 ../dashboard.php:256
625
  msgid "Incorrect IP address or IP range"
626
  msgstr "Feil IP-adresse eller IP-rekkevidde"
627
 
628
- #: ../dashboard.php:453 ../dashboard.php:2005
629
  msgid "Settings saved"
630
  msgstr "Innstillingene er lagret"
631
 
632
- #: ../dashboard.php:982
633
  msgid "Network:"
634
  msgstr "Nettverk:"
635
 
636
- #: ../dashboard.php:996
637
  msgid "Add network to the Black List"
638
  msgstr "Legg nettverk til svartelisten"
639
 
640
- #: ../dashboard.php:1988
641
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
642
  msgstr "Advarsel! Vakttårns-modus er nå aktiv. Ingen vil kunne logge inn."
643
 
644
- #: ../dashboard.php:361 ../dashboard.php:2996 ../whois.php:223 ../whois.php:254 ..
645
- #: /common.php:926 ../common.php:1294
646
  msgid "Unknown"
647
  msgstr "Ukjent"
648
 
@@ -651,580 +648,580 @@ msgstr "Ukjent"
651
  msgid "Gregory"
652
  msgstr "Gregory"
653
 
654
- #: ../common.php:210 ../common.php:273 ../common.php:278 ../common.php:283 ..
655
- #: /cerber-load.php:679 ../cerber-load.php:691 ../cerber-load.php:698 ../cerber-
656
- #: load.php:975 ../cerber-load.php:1197 ../cerber-load.php:1203 ../cerber-load.
657
- #: php:1208 ../cerber-load.php:1213 ../cerber-load.php:1219 ../cerber-load.php:
658
- #: 1226 ../cerber-load.php:1328 ../cerber-load.php:1465 ../settings.php:1031 ..
659
- #: /settings.php:1114
660
  msgid "ERROR:"
661
  msgstr "FEIL:"
662
 
663
- #: ../cerber-load.php:708
664
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
665
  msgstr "Bekreftelse av menneskelighet feilet. Vennligst klikk den firkantige boksen i reCAPTCHA-blokken under."
666
 
667
- #: ../cerber-load.php:987
668
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
669
  msgstr "<strong>FEIL</strong>: Passordet du skrev inn for brukernavnet %s er ugyldig."
670
 
671
- #: ../cerber-load.php:1214
672
  msgid "Username is not allowed. Please choose another one."
673
  msgstr "Brukernavnet er ikke tillatt. Vennligst velg et annet brukernavn."
674
 
675
- #: ../cerber-load.php:3472
676
  msgid "unspecified"
677
  msgstr "uspesifisert"
678
 
679
- #: ../cerber-load.php:3475
680
  msgid "Number of lockouts is increasing"
681
  msgstr "Antallet utestengelser stiger"
682
 
683
- #: ../cerber-load.php:3480
684
  msgid "View activity for this IP"
685
  msgstr "Se aktivitet for denne IP"
686
 
687
- #: ../cerber-load.php:3484 ../cerber-load.php:3486
688
  msgid "A new version of WP Cerber is available to install"
689
  msgstr "En ny versjon av WP Cerber er tilgjengelig for installasjon"
690
 
691
- #: ../cerber-load.php:3485
692
  msgid "Hi!"
693
  msgstr "Hei!"
694
 
695
- #: ../cerber-load.php:3488 ../cerber-load.php:3499
696
  msgid "Website"
697
  msgstr "Webside"
698
 
699
- #: ../cerber-load.php:3491 ../cerber-load.php:3492
700
  msgid "The WP Cerber security plugin has been deactivated"
701
  msgstr "Sikkerhetstillegget WP Cerber har blitt deaktivert"
702
 
703
- #: ../cerber-load.php:3494
704
  msgid "Not logged in"
705
  msgstr "Ikke innlogget"
706
 
707
- #: ../cerber-load.php:3500
708
  msgid "By user"
709
  msgstr "Etter brukernavn"
710
 
711
- #: ../cerber-load.php:3501
712
  msgid "From IP address"
713
  msgstr "Fra IP-adresse"
714
 
715
- #: ../cerber-load.php:3504
716
  msgid "From country"
717
  msgstr "Fra land"
718
 
719
- #: ../cerber-load.php:3508
720
  msgid "The WP Cerber security plugin is now active"
721
  msgstr "Sikkerhetstillegget WP Cerber er nå aktivt"
722
 
723
- #: ../cerber-load.php:4295
724
  msgid "Your IP address is added to the"
725
  msgstr "Din IP-adresse ble lagt til"
726
 
727
- #: ../cerber-load.php:4311
728
  msgid "Import settings"
729
  msgstr "Importer innstillinger"
730
 
731
- #: ../settings.php:235
732
  msgid "Notification limit"
733
  msgstr "Grense for varslinger"
734
 
735
- #: ../settings.php:235
736
  msgid "notification letters allowed per hour (0 means unlimited)"
737
  msgstr "varslingsmeldinger tillatt per time (0 betyr ubegrenset)"
738
 
739
- #: ../settings.php:152
740
  msgid "User related settings"
741
  msgstr "Brukerrelaterte innstillinger"
742
 
743
- #: ../settings.php:156
744
  msgid "Prohibited usernames"
745
  msgstr "Blokkerte brukernavn"
746
 
747
- #: ../settings.php:162
748
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
749
  msgstr "Brukernavn fra denne listen har ikke tilgang til å logge inn eller registrere seg. Enhver IP som forsøker å bruke noen av disse brukernavnene blir blokkert umiddelbart. Bruk komma for å skille brukernavn."
750
 
751
- #: ../settings.php:164
752
  msgid "User session expire"
753
  msgstr "Brukerøktens varighet"
754
 
755
- #: ../settings.php:164
756
  msgid "in minutes (leave empty to use default WP value)"
757
  msgstr "i minutter (la stå tom for å bruke WordPress' standardverdi)"
758
 
759
- #: ../settings.php:197
760
  msgid "reCAPTCHA settings"
761
  msgstr "reCAPTCHA-innstillinger"
762
 
763
- #: ../settings.php:198
764
  msgid "Site key"
765
  msgstr "Site key"
766
 
767
- #: ../settings.php:199
768
  msgid "Secret key"
769
  msgstr "Secret key"
770
 
771
- #: ../settings.php:202
772
  msgid "Enable reCAPTCHA for WordPress registration form"
773
  msgstr "Slå på reCAPTCHA for WordPress' registreringsskjema"
774
 
775
- #: ../settings.php:205
776
  msgid "Lost password form"
777
  msgstr "Skjema for mistet passord"
778
 
779
- #: ../settings.php:208
780
  msgid "Login form"
781
  msgstr "Innloggingsskjema"
782
 
783
- #: ../settings.php:208
784
  msgid "Enable reCAPTCHA for WordPress login form"
785
  msgstr "Slå på reCAPTCHA for WordPress' innloggingsskjema"
786
 
787
- #: ../settings.php:597
788
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
789
  msgstr "Før du kan ta i bruk reCAPTCHA må du skaffe deg en Site key og Secret key på Googles webside"
790
 
791
- #: ../cerber-lab.php:750 ../settings.php:598 ../settings.php:601
792
  msgid "Know more"
793
  msgstr "Lær mer"
794
 
795
- #: ../settings.php:630
796
  msgid "Users"
797
  msgstr "Brukere"
798
 
799
- #: ../common.php:834
800
  msgid "User created"
801
  msgstr "Bruker opprettet"
802
 
803
- #: ../dashboard.php:1822 ../common.php:835
804
  msgid "User registered"
805
  msgstr "Bruker registrert"
806
 
807
- #: ../common.php:862
808
  msgid "reCAPTCHA verification failed"
809
  msgstr "reCAPTCHA-godkjenning mislyktes"
810
 
811
- #: ../common.php:863
812
  msgid "reCAPTCHA settings are incorrect"
813
  msgstr "reCAPTCHA-innstillingene er feil"
814
 
815
- #: ../common.php:866
816
  msgid "Attempt to access prohibited URL"
817
  msgstr "Forsøk på å koble til forbudt URL"
818
 
819
- #: ../common.php:868 ../common.php:930
820
  msgid "Attempt to log in with prohibited username"
821
  msgstr "Forsøk på å logge inn med forbudt brukernavn"
822
 
823
- #: ../settings.php:110
824
  msgid "Cerber Lab connection"
825
  msgstr "Tilkobling til Cerber Lab"
826
 
827
- #: ../settings.php:110
828
  msgid "Send malicious IP addresses to the Cerber Lab"
829
  msgstr "Send ondsinnede IP-adresser til Cerber Lab"
830
 
831
- #: ../settings.php:111
832
  msgid "Cerber Lab protocol"
833
  msgstr "Cerber Lab protokoll"
834
 
835
- #: ../settings.php:174 ../settings.php:202
836
  msgid "Registration form"
837
  msgstr "Registreringsskjema"
838
 
839
- #: ../settings.php:203
840
  msgid "Enable reCAPTCHA for WooCommerce registration form"
841
  msgstr "Slå på reCAPTCHA for WooCommerces registreringsskjema"
842
 
843
- #: ../settings.php:205
844
  msgid "Enable reCAPTCHA for WordPress lost password form"
845
  msgstr "Slå på reCAPTCHA for WordPress' skjema for mistet passord"
846
 
847
- #: ../settings.php:206
848
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
849
  msgstr "Slå på reCAPTCHA for WooCommerce mistet passord-skjema"
850
 
851
- #: ../settings.php:209
852
  msgid "Enable reCAPTCHA for WooCommerce login form"
853
  msgstr "Slå på reCAPTCHA for WooCommerce innloggings-skjema"
854
 
855
- #: ../common.php:864
856
  msgid "Request to the Google reCAPTCHA service failed"
857
  msgstr "Forespørsel til Googles reCAPTCHA-tjeneste mislyktes"
858
 
859
- #: ../dashboard.php:1814 ../dashboard.php:1844
860
  msgid "View all"
861
  msgstr "Se alle"
862
 
863
- #: ../dashboard.php:1845
864
  msgid "Recently locked out IP addresses"
865
  msgstr "Nylig utestengte IP-adresser"
866
 
867
- #: ../cerber-lab.php:748
868
  msgid "OK, nail them all"
869
  msgstr "OK, ta alle sammen"
870
 
871
- #: ../cerber-lab.php:749
872
  msgid "NO, maybe later"
873
  msgstr "NEI, kanskje senere"
874
 
875
- #: ../dashboard.php:54 ../dashboard.php:1353 ../dashboard.php:2174 ../settings.
876
- #: php:624
877
  msgid "Dashboard"
878
  msgstr "Kontrollpanel"
879
 
880
- #: ../cerber-lab.php:746
881
  msgid "Want to make WP Cerber even more powerful?"
882
  msgstr "Vil du gjøre WP Cerber enda sterkere?"
883
 
884
- #: ../cerber-lab.php:747
885
  msgid "Allow WP Cerber to send locked out malicious IP addresses to Cerber Lab. This helps the plugin team to develop new algorithms for WP Cerber that will defend WordPress against new threats and botnets that are appearing everyday. You can disable the sending in the plugin settings at any time."
886
  msgstr "Tillat at WP Cerber sender utestengde ondsinnede IP-adresser til Cerber Lab. Dette hjelper plugin-teamet å utvikle nye algoritmer som vil beskytte WordPress mot nye trusler og botnett som dukker opp hver dag. Du kan slå av sendingen i plugin-innstillingene når som helst."
887
 
888
- #: ../dashboard.php:568
889
  msgid "IP address"
890
  msgstr "IP-adresse"
891
 
892
- #: ../dashboard.php:568
893
  msgid "User login"
894
  msgstr "Brukernavn"
895
 
896
- #: ../dashboard.php:568
897
  msgid "User ID"
898
  msgstr "Bruker-ID"
899
 
900
- #: ../dashboard.php:760
901
  msgid "Export"
902
  msgstr "Eksporter"
903
 
904
- #: ../dashboard.php:782
905
  msgid "Search for IP or username"
906
  msgstr "Søk etter IP eller brukernavn"
907
 
908
- #: ../dashboard.php:782
909
  msgid "Filter"
910
  msgstr "Filter"
911
 
912
- #: ../dashboard.php:54
913
  msgid "Cerber Dashboard"
914
  msgstr "Cerber-kontrollpanel"
915
 
916
- #: ../dashboard.php:69
917
  msgid "Cerber tools"
918
  msgstr "Cerber-verktøy"
919
 
920
- #: ../dashboard.php:2072
921
  msgid "Subscribe"
922
  msgstr "Abbonér"
923
 
924
- #: ../dashboard.php:2073 ../cerber-tools.php:284
925
  msgid "Unsubscribe"
926
  msgstr "Avslutt abonnementet"
927
 
928
- #: ../dashboard.php:2101
929
  msgid "You've subscribed"
930
  msgstr "Du abbonerer"
931
 
932
- #: ../dashboard.php:2104
933
  msgid "You've unsubscribed"
934
  msgstr "Du har avsluttet abonnementet"
935
 
936
- #: ../cerber-load.php:3520 ../cerber-load.php:3521
937
  msgid "A new activity has been recorded"
938
  msgstr "En ny aktivitet har blitt registrert"
939
 
940
- #: ../cerber-load.php:4028
941
  msgid "User"
942
  msgstr "Bruker"
943
 
944
- #: ../cerber-load.php:4036
945
  msgid "Search string"
946
  msgstr "Søkeord"
947
 
948
- #: ../cerber-load.php:4057
949
  msgid "To unsubscribe click here"
950
  msgstr "Klikk her for å avslutte abbonementet"
951
 
952
- #: ../settings.php:114
953
  msgid "Preferences"
954
  msgstr "Valg"
955
 
956
- #: ../settings.php:116
957
  msgid "Date format"
958
  msgstr "Datoformat"
959
 
960
- #: ../settings.php:116
961
  msgid "if empty, the default format %s will be used"
962
  msgstr "hvis blank, vil formatet %s bli brukt"
963
 
964
- #: ../settings.php:241
965
  msgid "Push notifications"
966
  msgstr "Push-varsler"
967
 
968
- #: ../settings.php:220
969
  msgid "Email notifications"
970
  msgstr "E-postvarsel"
971
 
972
- #: ../settings.php:227 ../settings.php:269 ../settings.php:333 ../settings.php:506
973
  msgid "Use comma to specify multiple values"
974
  msgstr "Bruk komma for å skille mellom flere verdier"
975
 
976
- #: ../settings.php:249
977
  msgid "All connected devices"
978
  msgstr "Alle tilkoblede enheter"
979
 
980
- #: ../settings.php:252
981
  msgid "No devices found"
982
  msgstr "Ingen enheter funnet"
983
 
984
- #: ../settings.php:256
985
  msgid "Not available"
986
  msgstr "Ikke tilgjengelig"
987
 
988
- #: ../common.php:860
989
  msgid "Password reset requested"
990
  msgstr "Nullstilling av passord forespurt"
991
 
992
- #: ../common.php:931
993
  msgid "Limit on failed reCAPTCHA verifications is reached"
994
  msgstr "Grensen for mislykkede reCAPTCHA-verifiseringer er nådd"
995
 
996
- #: ../common.php:1020
997
  msgid "%s ago"
998
  msgstr "%s siden"
999
 
1000
- #: ../settings.php:81
1001
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
1002
  msgstr "Aktivér regler for begrensning av innloggingsforsøk for hvitlistede IP-adresser."
1003
 
1004
- #: ../settings.php:90
1005
  msgid "Display 404 page"
1006
  msgstr "Vis 404-siden"
1007
 
1008
- #: ../settings.php:200
1009
  msgid "Invisible reCAPTCHA"
1010
  msgstr "Usynlig reCAPTCHA"
1011
 
1012
- #: ../settings.php:200
1013
  msgid "Enable invisible reCAPTCHA"
1014
  msgstr "Aktivér usynlig reCAPTCHA"
1015
 
1016
- #: ../settings.php:200
1017
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1018
  msgstr "(ikke aktivér denne med mindre du legger inn sidenøkkel og hemmelig nøkkel for den usynlige versjonen)"
1019
 
1020
- #: ../settings.php:211
1021
  msgid "Enable reCAPTCHA for WordPress comment form"
1022
  msgstr "Aktivér reCAPTCHA for WordPress' kommentarskjema"
1023
 
1024
- #: ../settings.php:212
1025
  msgid "Disable reCAPTCHA for logged in users"
1026
  msgstr "Deaktivér reCAPTCHA for innloggede brukere"
1027
 
1028
- #: ../settings.php:214
1029
  msgid "Limit attempts"
1030
  msgstr "Begrens forsøk"
1031
 
1032
- #: ../settings.php:214
1033
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1034
  msgstr "Steng ute IP-adresser for %s minutter etter %s mislykkede forsøk på %s minutter"
1035
 
1036
- #: ../settings.php:591
1037
  msgid "In the Citadel mode nobody is able to log in except IPs from the White IP Access List. Active user sessions will not be affected."
1038
  msgstr "I vakttårnsmodus kan ingen andre enn hvitlistede IP-adresser logge seg inn. Allerede innloggede brukere vil ikke bli påvirket."
1039
 
1040
- #: ../dashboard.php:568 ../dashboard.php:740
1041
  msgid "Event"
1042
  msgstr "Hendelse"
1043
 
1044
- #: ../common.php:153
1045
  msgid "Spam comments denied"
1046
  msgstr "Spam-kommentarer nektet"
1047
 
1048
- #: ../common.php:155
1049
  msgid "Malicious IP addresses detected"
1050
  msgstr "Ondsinnede IP-adresser oppdaget"
1051
 
1052
- #: ../common.php:156
1053
  msgid "Lockouts occurred"
1054
  msgstr "Utestengelser"
1055
 
1056
- #: ../dashboard.php:1823
1057
  msgid "All suspicious activity"
1058
  msgstr "All mistenkelig aktivitet"
1059
 
1060
- #: ../cerber-load.php:1198 ../cerber-load.php:1204 ../cerber-load.php:1220 ..
1061
- #: /cerber-load.php:1227
1062
  msgid "You are not allowed to register."
1063
  msgstr "Du har ikke tilgang til å registrere deg"
1064
 
1065
- #: ../common.php:845
1066
  msgid "Spam comment denied"
1067
  msgstr "Spam-kommentar nektet"
1068
 
1069
- #: ../common.php:870
1070
  msgid "Attempt to log in denied"
1071
  msgstr "Innloggingsforsøk nektet"
1072
 
1073
- #: ../common.php:871
1074
  msgid "Attempt to register denied"
1075
  msgstr "Registreringsforsøk nektet"
1076
 
1077
- #: ../common.php:150
1078
  msgid "Malicious activities mitigated"
1079
  msgstr "Mistenkelige aktiviteter redusert"
1080
 
1081
- #: ../dashboard.php:68
1082
  msgid "Cerber antispam settings"
1083
  msgstr "Cerber antispam-innstillinger"
1084
 
1085
- #: ../dashboard.php:68 ../cerber-load.php:4308 ../settings.php:211
1086
  msgid "Antispam"
1087
  msgstr "Antispam"
1088
 
1089
- #: ../settings.php:172
1090
  msgid "Cerber antispam engine"
1091
  msgstr "Cerber antispam-system"
1092
 
1093
- #: ../settings.php:173
1094
  msgid "Comment form"
1095
  msgstr "Kommentarskjema"
1096
 
1097
- #: ../settings.php:173
1098
  msgid "Protect comment form with bot detection engine"
1099
  msgstr "Beskytt kommentarskjema med system for bot-oppdagelse"
1100
 
1101
- #: ../settings.php:174
1102
  msgid "Protect registration form with bot detection engine"
1103
  msgstr "Beskytt registreringssskjema med system for bot-oppdagelse"
1104
 
1105
- #: ../cerber-tools.php:39
1106
  msgid "Export & Import"
1107
  msgstr "Eksporter og importer"
1108
 
1109
- #: ../cerber-tools.php:40
1110
  msgid "Diagnostic"
1111
  msgstr "Diagnose"
1112
 
1113
- #: ../cerber-tools.php:41
1114
  msgid "License"
1115
  msgstr "Lisens"
1116
 
1117
- #: ../dashboard.php:3642
1118
  msgid "Antispam and bot detection settings"
1119
  msgstr "Innstillinger for antispam og bot-oppdagelse"
1120
 
1121
- #: ../cerber-load.php:1465
1122
  msgid "Sorry, human verification failed."
1123
  msgstr "Beklager, menneskeverifisering feilet"
1124
 
1125
- #: ../common.php:932
1126
  msgid "Bot activity is detected"
1127
  msgstr "Bot-aktivitet er oppdaget"
1128
 
1129
- #: ../settings.php:189
1130
  msgid "Comment processing"
1131
  msgstr "Behandler kommentaren"
1132
 
1133
- #: ../settings.php:190
1134
  msgid "If a spam comment detected"
1135
  msgstr "Hvis en spam-kommentar oppdages"
1136
 
1137
- #: ../settings.php:191
1138
  msgid "Trash spam comments"
1139
  msgstr "Kast spam-kommentarer i papirkurven"
1140
 
1141
- #: ../settings.php:191
1142
  msgid "Move spam comments to trash after"
1143
  msgstr "Flytt spam-kommentarer til papirkurven etter"
1144
 
1145
- #: ../common.php:846
1146
  msgid "Spam form submission denied"
1147
  msgstr "Innsending av skjema nektet pga. spam"
1148
 
1149
- #: ../settings.php:175
1150
  msgid "Other forms"
1151
  msgstr "Andre skjemaer"
1152
 
1153
- #: ../settings.php:175
1154
  msgid "Protect all forms on the website with bot detection engine"
1155
  msgstr "Beskytt alle skjemaer på websiden med systemet for bot-oppdagelse"
1156
 
1157
- #: ../settings.php:177
1158
  msgid "Adjust antispam engine"
1159
  msgstr "Justér antispam-systemet"
1160
 
1161
- #: ../settings.php:178
1162
  msgid "Safe mode"
1163
  msgstr "Sikkermodus"
1164
 
1165
- #: ../settings.php:178
1166
  msgid "Use less restrictive policies (allow AJAX)"
1167
  msgstr "Bruk mindre restriktive regler (tillat AJAX)"
1168
 
1169
- #: ../dashboard.php:3272 ../settings.php:179
1170
  msgid "Logged in users"
1171
  msgstr "Innloggede brukere"
1172
 
1173
- #: ../settings.php:179
1174
  msgid "Disable bot detection engine for logged in users"
1175
  msgstr "Deaktivér systemet for bot-oppdagelse for innloggede brukere"
1176
 
1177
- #: ../dashboard.php:136 ../dashboard.php:738
1178
  msgid "Country"
1179
  msgstr "Land"
1180
 
1181
- #: ../dashboard.php:771
1182
  msgid "All events"
1183
  msgstr "Alle hendelser"
1184
 
1185
- #: ../dashboard.php:60
1186
  msgid "Cerber Security Rules"
1187
  msgstr "Cerber sikkerhetsregler"
1188
 
1189
- #: ../dashboard.php:60 ../dashboard.php:2580
1190
  msgid "Security Rules"
1191
  msgstr "Sikkerhetsregler"
1192
 
1193
- #: ../dashboard.php:1182
1194
  msgid "Failed login attempts"
1195
  msgstr "Mislykkede innloggingsforsøk"
1196
 
1197
- #: ../dashboard.php:1088 ../dashboard.php:1183
1198
  msgid "Registered"
1199
  msgstr "Registrert"
1200
 
1201
- #: ../dashboard.php:1253
1202
  msgid "You"
1203
  msgstr "Deg"
1204
 
1205
- #: ../common.php:154
1206
  msgid "Spam form submissions denied"
1207
  msgstr "Innsending av skjema nektet pga. spam"
1208
 
1209
- #: ../dashboard.php:1882 ../cerber-load.php:3511 ../cerber-load.php:4297
1210
  msgid "Getting Started Guide"
1211
  msgstr "Hurtigstartsguide"
1212
 
1213
- #: ../dashboard.php:2572
1214
  msgid "Countries"
1215
  msgstr "Land"
1216
 
1217
- #: ../dashboard.php:2641
1218
  msgid "Permitted for one country"
1219
  msgid_plural "Permitted for %d countries"
1220
  msgstr[0] "Tillatt for ett land"
1221
  msgstr[1] "Tillatt for %s land"
1222
 
1223
- #: ../dashboard.php:2652
1224
  msgid "No rule"
1225
  msgstr "Ingen regel"
1226
 
1227
- #: ../dashboard.php:2864
1228
  msgid "Security rules have been updated"
1229
  msgstr "Sikkerhetsreglene har blitt oppdatert"
1230
 
@@ -1233,471 +1230,459 @@ msgstr "Sikkerhetsreglene har blitt oppdatert"
1233
  msgid "https://wpcerber.com"
1234
  msgstr "https://wpcerber.com"
1235
 
1236
- #: ../common.php:847
1237
  msgid "Form submission denied"
1238
  msgstr "Innsending av skjema nektet"
1239
 
1240
- #: ../common.php:848
1241
  msgid "Comment denied"
1242
  msgstr "Kommentar nektet"
1243
 
1244
- #: ../common.php:876
1245
  msgid "Request to REST API denied"
1246
  msgstr "Forespørsel til REST API nektet"
1247
 
1248
- #: ../common.php:877
1249
  msgid "XML-RPC request denied"
1250
  msgstr "Forespørsel til XML-RPC nektet"
1251
 
1252
- #: ../common.php:888
1253
  msgid "Bot detected"
1254
  msgstr "Bot oppdaget"
1255
 
1256
- #: ../common.php:889
1257
  msgid "Citadel mode is active"
1258
  msgstr "Vakttårnsmodus er aktiv"
1259
 
1260
- #: ../common.php:893
1261
  msgid "Malicious activity detected"
1262
  msgstr "Mistenkelig aktivitet oppdaget"
1263
 
1264
- #: ../common.php:894
1265
  msgid "Blocked by country rule"
1266
  msgstr "Blokkert av land-regel"
1267
 
1268
- #: ../common.php:895
1269
  msgid "Limit reached"
1270
  msgstr "Grensen er nådd"
1271
 
1272
- #: ../common.php:896
1273
  msgid "Multiple suspicious activities"
1274
  msgstr "Flere mistenkelige aktiviteter"
1275
 
1276
- #: ../common.php:933
1277
  msgid "Multiple suspicious activities were detected"
1278
  msgstr "Flere mistenkelige aktiviteter ble oppdaget"
1279
 
1280
- #: ../settings.php:124
1281
- msgid "Block access to user pages like /?author=n and user data via REST API"
1282
- msgstr "Blokkér tilgang til brukersider som /?author=n og brukerdata via REST API"
1283
-
1284
- #: ../settings.php:134
1285
- msgid "Block access to the WordPress REST API except the following"
1286
- msgstr "Blokkér tilgang til WordPress' REST API, bortsett fra følgende"
1287
-
1288
- #: ../settings.php:135
1289
  msgid "Allow REST API for logged in users"
1290
  msgstr "Tillat REST API for innloggede brukere"
1291
 
1292
- #: ../settings.php:142
1293
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1294
  msgstr "Spesifisér REST API navneområder som skal tillates når REST API er deaktivert. En string per linje."
1295
 
1296
- #: ../settings.php:154
1297
  msgid "Registration limit"
1298
  msgstr "Grense for registreringer"
1299
 
1300
- #: ../settings.php:165
1301
  msgid "Sort users in dashboard"
1302
  msgstr "Sorter brukere i kontrollpanelet"
1303
 
1304
- #: ../settings.php:165
1305
  msgid "by date of registration"
1306
  msgstr "etter registreringsdato"
1307
 
1308
- #: ../settings.php:180
1309
  msgid "Query whitelist"
1310
  msgstr "Forespør hvitliste"
1311
 
1312
- #: ../settings.php:753 ../settings.php:875
1313
  msgid "%s allowed registrations in %s minutes from one IP"
1314
  msgstr "%s tillatte registreringer på %s minutter fra én IP-adresse"
1315
 
1316
- #: ../dashboard.php:2708
1317
  msgid "Start typing here to find a country"
1318
  msgstr "Begynn å skrive her for å finne et land"
1319
 
1320
- #: ../dashboard.php:2791
1321
  msgid "Click on a country name to add it to the list of selected countries"
1322
  msgstr "Klikk på et land for å legge det til listen over valgte land"
1323
 
1324
- #: ../dashboard.php:2815
1325
  msgid "Submit forms"
1326
  msgstr "Send inn skjemaer"
1327
 
1328
- #: ../dashboard.php:2816
1329
  msgid "Post comments"
1330
  msgstr "Publisér kommentarer"
1331
 
1332
- #: ../dashboard.php:2817
1333
  msgid "Log in to the website"
1334
  msgstr "Logg inn på websiden"
1335
 
1336
- #: ../dashboard.php:2818
1337
  msgid "Register on the website"
1338
  msgstr "Registrer på websiden"
1339
 
1340
- #: ../dashboard.php:2819
1341
  msgid "Use XML-RPC"
1342
  msgstr "Bruk XML-RPC"
1343
 
1344
- #: ../dashboard.php:2820
1345
  msgid "Use REST API"
1346
  msgstr "Bruk REST API"
1347
 
1348
- #: ../settings.php:190
1349
  msgid "Deny it completely"
1350
  msgstr "Nekt det fullstendig"
1351
 
1352
- #: ../settings.php:190
1353
  msgid "Mark it as spam"
1354
  msgstr "Marker det som spam"
1355
 
1356
- #: ../dashboard.php:1808
1357
  msgid "in the last 24 hours"
1358
  msgstr "i løpet av de siste 24 timer"
1359
 
1360
- #: ../dashboard.php:2175
1361
  msgid "Main settings"
1362
  msgstr "Hovedinnstillinger"
1363
 
1364
- #: ../settings.php:261
1365
  msgid "Weekly reports"
1366
  msgstr "Ukentlige rapporter"
1367
 
1368
- #: ../settings.php:989
1369
  msgid "Sunday"
1370
  msgstr "Søndag"
1371
 
1372
- #: ../settings.php:990
1373
  msgid "Monday"
1374
  msgstr "Mandag"
1375
 
1376
- #: ../settings.php:991
1377
  msgid "Tuesday"
1378
  msgstr "Tirsdag"
1379
 
1380
- #: ../settings.php:992
1381
  msgid "Wednesday"
1382
  msgstr "Onsdag"
1383
 
1384
- #: ../settings.php:993
1385
  msgid "Thursday"
1386
  msgstr "Torsdag"
1387
 
1388
- #: ../settings.php:994
1389
  msgid "Friday"
1390
  msgstr "Fredag"
1391
 
1392
- #: ../settings.php:995
1393
  msgid "Saturday"
1394
  msgstr "Lørdag"
1395
 
1396
- #: ../settings.php:1054 ../settings.php:1055
1397
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1398
  msgstr "Hvis du bruker en plugin for caching, må du legge din nye innloggings-URL til listen over sider som ikke skal caches."
1399
 
1400
- #: ../cerber-load.php:3526
1401
  msgid "Weekly report"
1402
  msgstr "Ukentlig rapport"
1403
 
1404
- #: ../cerber-load.php:3529 ../cerber-load.php:3539
1405
  msgid "To change reporting settings visit"
1406
  msgstr "For å endre rapporteringsinnstillingene, besøk"
1407
 
1408
- #: ../cerber-load.php:3562
1409
  msgid "Your login page:"
1410
  msgstr "Din innloggingsside"
1411
 
1412
- #: ../cerber-load.php:3566
1413
  msgid "Your license is valid until"
1414
  msgstr "Din lisens er gyldig inntil"
1415
 
1416
- #: ../cerber-load.php:3672
1417
  msgid "Activity details"
1418
  msgstr "Aktivitetsdetaljer"
1419
 
1420
- #: ../settings.php:1021
1421
  msgid "Click to send now"
1422
  msgstr "Klikk for å sende nå"
1423
 
1424
- #: ../cerber-load.php:833
1425
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1426
  msgstr "> > > WP Cerber-oversetter? For å få en gratis PRO-lisens, legg igjen din kontaktinfo her: https://wpcerber.com/contact"
1427
 
1428
- #: ../dashboard.php:428
1429
  msgid "Email has been sent to"
1430
  msgstr "E-post har blitt sendt til"
1431
 
1432
- #: ../dashboard.php:431
1433
  msgid "Unable to send email to"
1434
  msgstr "Kunne ikke sende e-post til"
1435
 
1436
- #: ../dashboard.php:2644
1437
  msgid "Not permitted for one country"
1438
  msgid_plural "Not permitted for %d countries"
1439
  msgstr[0] "Ikke tillatt for ett land"
1440
  msgstr[1] "Ikke tillatt for %d land"
1441
 
1442
- #: ../dashboard.php:2795
1443
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1444
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1445
  msgstr "Valgte land er tillatt å %s, andre land er ikke tillatt å"
1446
 
1447
- #: ../dashboard.php:2798
1448
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1449
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1450
  msgstr "Valgte land er ikke tillatt å %s, andre land er tillatt å"
1451
 
1452
- #: ../cerber-load.php:3660
1453
  msgid "Weekly Report"
1454
  msgstr "Ukentlig rapport"
1455
 
1456
- #: ../settings.php:90
1457
  msgid "Use 404 template from the active theme"
1458
  msgstr "Bruk malen for 404-siden fra det aktive temaet."
1459
 
1460
- #: ../settings.php:90
1461
  msgid "Display simple 404 page"
1462
  msgstr "Vis en enkel 404-side"
1463
 
1464
- #: ../settings.php:186
1465
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1466
  msgstr "Skriv inn en del av en spørringsstreng for å ekskludere en forespørsel fra undersøkelse av systemet. En feorespørsel per linje."
1467
 
1468
- #: ../settings.php:274 ../settings.php:511
1469
  msgid "if empty, email from notification settings will be used"
1470
  msgstr "hvis feltet er tomt, vil e-postadressen fra varselinnstillingene bli brukt"
1471
 
1472
- #: ../settings.php:262
1473
  msgid "Enable reporting"
1474
  msgstr "Aktivér rapportering"
1475
 
1476
- #: ../cerber-load.php:3590
1477
  msgid "Your last sign-in was %s from %s"
1478
  msgstr "Din siste innlogging var %s fra %s"
1479
 
1480
- #: ../cerber-load.php:3686
1481
  msgid "Attempts to log in with non-existent username"
1482
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
1483
 
1484
- #: ../dashboard.php:217
1485
  msgid "IP address, IPv4 address range or subnet"
1486
  msgstr "IP-adresse, IPv4-adresseområde eller subnet"
1487
 
1488
- #: ../dashboard.php:219
1489
  msgid "Optional comment for this entry"
1490
  msgstr "Valgfri kommentar for denne oppføringen"
1491
 
1492
- #: ../dashboard.php:260
1493
  msgid "You cannot add your IP address or network"
1494
  msgstr "Du kan ikke legge til din IP-adresse eller nettverk"
1495
 
1496
- #: ../settings.php:162
1497
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1498
  msgstr "For å spesifisere et REGEX-mønster, pakk mønsteret inn i to skråstreker."
1499
 
1500
- #: ../dashboard.php:56
1501
  msgid "Cerber Traffic Inspector"
1502
  msgstr "Cerber Trafikkinspektør"
1503
 
1504
- #: ../dashboard.php:56 ../dashboard.php:1323 ../dashboard.php:2918
1505
  msgid "Traffic Inspector"
1506
  msgstr "Trafikkinspektør"
1507
 
1508
- #: ../dashboard.php:1355
1509
  msgid "Traffic"
1510
  msgstr "Trafikk"
1511
 
1512
- #: ../dashboard.php:3240
1513
  msgid "Request"
1514
  msgstr "Forespørsel"
1515
 
1516
- #: ../dashboard.php:3242
1517
  msgid "Host Info"
1518
  msgstr "Vertsinformasjon"
1519
 
1520
- #: ../dashboard.php:3243
1521
  msgid "User Agent"
1522
  msgstr "Brukeragent"
1523
 
1524
- #: ../dashboard.php:3268
1525
  msgid "All requests"
1526
  msgstr "Alle forespørsler"
1527
 
1528
- #: ../dashboard.php:3273
1529
  msgid "Not logged in visitors"
1530
  msgstr "Ikke-innloggede besøkende"
1531
 
1532
- #: ../dashboard.php:3276
1533
  msgid "Form submissions"
1534
  msgstr "Innsendte skjema"
1535
 
1536
- #: ../dashboard.php:3278
1537
  msgid "Page Not Found"
1538
  msgstr "Siden ikke funnet"
1539
 
1540
- #: ../dashboard.php:3285
1541
  msgid "Longer than"
1542
  msgstr "Lengre enn"
1543
 
1544
- #: ../dashboard.php:3301
1545
  msgid "Refresh"
1546
  msgstr "Oppdater"
1547
 
1548
- #: ../common.php:116
1549
  msgid "Check for requests"
1550
  msgstr "Se etter forespørsler"
1551
 
1552
- #: ../common.php:1229
1553
  msgid "Not specified"
1554
  msgstr "Ikke spesifisert"
1555
 
1556
- #: ../settings.php:304
1557
  msgid "Logging mode"
1558
  msgstr "Loggføringsmodus"
1559
 
1560
- #: ../settings.php:310
1561
  msgid "Logging disabled"
1562
  msgstr "Loggføring deaktivert"
1563
 
1564
- #: ../settings.php:311
1565
  msgid "Smart"
1566
  msgstr "Smart"
1567
 
1568
- #: ../settings.php:312
1569
  msgid "All traffic"
1570
  msgstr "All trafikk"
1571
 
1572
- #: ../settings.php:316
1573
  msgid "Ignore crawlers"
1574
  msgstr "Ingrorer søkeroboter"
1575
 
1576
- #: ../settings.php:326
1577
  msgid "Mask these form fields"
1578
  msgstr "Maskér disse skjemafeltene"
1579
 
1580
- #: ../settings.php:362
1581
  msgid "milliseconds"
1582
  msgstr "millisekunder"
1583
 
1584
- #: ../settings.php:282
1585
- msgid "Inspection"
1586
- msgstr "Inspeksjon"
1587
-
1588
- #: ../settings.php:283
1589
  msgid "Enable traffic inspection"
1590
  msgstr "Aktiver trafikkinspeksjon"
1591
 
1592
- #: ../settings.php:303
1593
  msgid "Logging"
1594
  msgstr "Loggføring"
1595
 
1596
- #: ../settings.php:321
1597
  msgid "Save request fields"
1598
  msgstr "Lagre forespørselfelter"
1599
 
1600
- #: ../settings.php:357
1601
  msgid "Page generation time threshold"
1602
  msgstr "Tidsgrense for sidegenerering"
1603
 
1604
- #: ../dashboard.php:3260
1605
  msgid "No requests have been logged."
1606
  msgstr "Ingen forespørsler har blitt loggført"
1607
 
1608
- #: ../dashboard.php:1322
1609
  msgid "enabled"
1610
  msgstr "aktivert"
1611
 
1612
- #: ../dashboard.php:1327
1613
  msgid "no connection"
1614
  msgstr "ingen forbindelse"
1615
 
1616
- #: ../dashboard.php:3597
1617
  msgid "Advanced search"
1618
  msgstr "Avansert søk"
1619
 
1620
- #: ../dashboard.php:1078
1621
  msgid "Last seen"
1622
  msgstr "Sist sett"
1623
 
1624
- #: ../common.php:872 ../common.php:934
1625
  msgid "Probing for vulnerable PHP code"
1626
  msgstr "Søker etter sårbar PHP-kode"
1627
 
1628
- #: ../dashboard.php:3555
1629
  msgid "Any"
1630
  msgstr "Enhver"
1631
 
1632
- #: ../cerber-load.php:3308
1633
  msgid "We're sorry, you are not allowed to proceed"
1634
  msgstr "Beklager, du har ikke tillatelse til å fortsette"
1635
 
1636
- #: ../settings.php:294
1637
  msgid "Request whitelist"
1638
  msgstr "Be om hvitlisting"
1639
 
1640
- #: ../settings.php:300
1641
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1642
  msgstr "Skriv inn en forespørsels-URI for å ekskludere feorespørselen fra inspeksjon. Ett element per linje"
1643
 
1644
- #: ../settings.php:338
1645
  msgid "Save request headers"
1646
  msgstr "Lagre forespørsels-headere"
1647
 
1648
- #: ../settings.php:344
1649
  msgid "Save $_SERVER"
1650
  msgstr "Lagre $_SERVER"
1651
 
1652
- #: ../settings.php:350
1653
  msgid "Save request cookies"
1654
  msgstr "Lagre forespørsels-cookies"
1655
 
1656
- #: ../settings.php:125
1657
  msgid "Protect admin scripts"
1658
  msgstr "Beskytt admin-scripts"
1659
 
1660
- #: ../settings.php:125
1661
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1662
  msgstr "Blokker uautorisert tilgang til load-scripts.php og load-styles.php"
1663
 
1664
- #: ../common.php:1915
1665
  msgid "Unable to create the directory"
1666
  msgstr "Kunne ikke opprette mappen"
1667
 
1668
- #: ../common.php:1920
1669
  msgid "Destination folder access denied"
1670
  msgstr "Tilgang til målmappen ble nektet"
1671
 
1672
- #: ../common.php:1923
1673
  msgid "File not found"
1674
  msgstr "Kunne ikke finne filen"
1675
 
1676
- #: ../common.php:1926
1677
  msgid "Unable to copy the file"
1678
  msgstr "Kunne ikke kopiere filen"
1679
 
1680
- #: ../common.php:1932
1681
  msgid "Unable to delete the file"
1682
  msgstr "Kunne ikke slette filen"
1683
 
1684
- #: ../settings.php:74
1685
  msgid "Plugin initialization"
1686
  msgstr "Initialisering av plugin"
1687
 
1688
- #: ../settings.php:75
1689
  msgid "Load security engine"
1690
  msgstr "Last inn sikkerhetssystem"
1691
 
1692
- #: ../settings.php:75
1693
  msgid "Legacy mode"
1694
  msgstr "Legacy-modus"
1695
 
1696
- #: ../settings.php:75
1697
  msgid "Standard mode"
1698
  msgstr "Standardmodus"
1699
 
1700
- #: ../settings.php:1032
1701
  msgid "Plugin initialization mode has not been changed"
1702
  msgstr "Initialisering av plugin er ikke forandret"
1703
 
@@ -1706,39 +1691,40 @@ msgstr "Initialisering av plugin er ikke forandret"
1706
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1707
  msgstr "Dette er en standard oppstartsmodul for WP Cerber Security & Antispam plugin. Den ble installert når du satte pluginens initialiseringsmodus til Standard. Les mer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1708
 
1709
- #: ../common.php:874
1710
  msgid "File upload denied"
1711
  msgstr "Filopplasting ble nektet"
1712
 
1713
- #: ../settings.php:98
1714
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1715
  msgstr "Egendefinert innloggingsadresse kan kun inneholde bokstaver, tall, bindestreker og understreker."
1716
 
1717
- #: ../settings.php:186 ../settings.php:300
1718
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1719
  msgstr "For å spesifisere et REGEX-mønster, kan du pakke en linke inn i { og }."
1720
 
1721
- #: ../settings.php:587
1722
  msgid "Be careful about enabling these options."
1723
  msgstr "Vær forsiktig med å aktivere disse valgene."
1724
 
1725
- #: ../settings.php:587
1726
  msgid "If you forget your Custom login URL, you will be unable to log in."
1727
  msgstr "Hvis du glemmer din egendefinerte innloggingsadresse, vil du ikke kunne logge inn."
1728
 
1729
- #: ../dashboard.php:64 ../cerber-scanner.php:89
1730
  msgid "Site Integrity"
1731
  msgstr "Sideintegritet"
1732
 
1733
- #: ../dashboard.php:1340 ../dashboard.php:1342 ../cerber-scanner.php:1416
 
1734
  msgid "Disabled"
1735
  msgstr "Deaktivert"
1736
 
1737
- #: ../dashboard.php:1341 ../cerber-scanner.php:874
1738
  msgid "Quick Scan"
1739
  msgstr "Hurtigskann"
1740
 
1741
- #: ../dashboard.php:1343 ../cerber-scanner.php:874
1742
  msgid "Full Scan"
1743
  msgstr "Full skann"
1744
 
@@ -1747,120 +1733,120 @@ msgstr "Full skann"
1747
  msgid "WP Cerber Security, Antispam & Malware Scan"
1748
  msgstr "WP Cerber Sikkerhet, Antispam & Malware-søk"
1749
 
1750
- #: ../common.php:897
1751
  msgid "Denied"
1752
  msgstr "Nektet"
1753
 
1754
- #: ../settings.php:81 ../settings.php:289
1755
  msgid "Use White IP Access List"
1756
  msgstr "Bruk hvitliste"
1757
 
1758
- #: ../settings.php:88
1759
  msgid "Disable dashboard redirection"
1760
  msgstr "Deaktiver omdirigering av kontrollpanelet"
1761
 
1762
- #: ../settings.php:88
1763
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1764
  msgstr "Deaktiver automatisk omdirigering til innloggingssiden ved uautoriserte oppslag på /wp-admin/ "
1765
 
1766
- #: ../settings.php:378
1767
  msgid "Scanner settings"
1768
  msgstr "Skannerinnstillinger"
1769
 
1770
- #: ../settings.php:379
1771
  msgid "Custom signatures"
1772
  msgstr "Egendefinerte signaturer"
1773
 
1774
- #: ../settings.php:385
1775
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1776
  msgstr "Spesifiser egendefinerte PHP-signaturer. Ett element per linje. For å spesifisere REGEX-mønster, pakk en linje inn i { og }."
1777
 
1778
- #: ../settings.php:387
1779
  msgid "Unwanted file extensions"
1780
  msgstr "Uønskede filendelser"
1781
 
1782
- #: ../settings.php:393
1783
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1784
  msgstr "Spesifiser filendelser å søke etter. Kun tilgjengelig under full skann. Bruk komma for å skille mellom elementer."
1785
 
1786
- #: ../settings.php:395
1787
  msgid "Directories to exclude"
1788
  msgstr "Mapper å ekskludere"
1789
 
1790
- #: ../settings.php:401
1791
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1792
  msgstr "Spesifiser mapper som skal ekskluderes fra skanningen. Bruk absolutte adresser. Ett element per linje."
1793
 
1794
- #: ../settings.php:416
1795
  msgid "Scan temporary directory"
1796
  msgstr "Skann midlertidig katalog"
1797
 
1798
- #: ../settings.php:423
1799
  #, fuzzy
1800
  msgid "Scan session directory"
1801
  msgstr "Skann øktkatalog"
1802
 
1803
- #: ../settings.php:435
1804
  msgid "Delete quarantined files after"
1805
  msgstr "Slett filer i karantene etter"
1806
 
1807
- #: ../settings.php:450
1808
  msgid "Launch Quick Scan"
1809
  msgstr "Start hurtigskann"
1810
 
1811
- #: ../cerber-scanner.php:1417
1812
  msgid "Every hour"
1813
  msgstr "Hver time"
1814
 
1815
- #: ../cerber-scanner.php:1418
1816
  msgid "Every 3 hours"
1817
  msgstr "Hver 3. time"
1818
 
1819
- #: ../cerber-scanner.php:1419
1820
  msgid "Every 6 hours"
1821
  msgstr "Hver 6. time"
1822
 
1823
- #: ../settings.php:457
1824
  msgid "Launch Full Scan"
1825
  msgstr "Start full skann"
1826
 
1827
- #: ../settings.php:467 ../settings.php:527
1828
  msgid "Low severity"
1829
  msgstr "Lav alvorlighetsgrad"
1830
 
1831
- #: ../settings.php:467 ../settings.php:527
1832
  msgid "Medium severity"
1833
  msgstr "Medium alvorlighetsgrad"
1834
 
1835
- #: ../settings.php:467 ../settings.php:527
1836
  msgid "High severity"
1837
  msgstr "Høy alvorlighetsgrad"
1838
 
1839
- #: ../settings.php:468
1840
  msgid "Report an issue if any of the following is true"
1841
  msgstr "Rapporter en hendelse hvis noe av følgende stemmer"
1842
 
1843
- #: ../settings.php:476
1844
  msgid "Send email report"
1845
  msgstr "Send rapport på e-post"
1846
 
1847
- #: ../settings.php:482
1848
  msgid "After every scan"
1849
  msgstr "Etter hver skanning"
1850
 
1851
- #: ../settings.php:483
1852
  msgid "If any changes in scan results occurred"
1853
  msgstr "Hvis det oppdages en endring i skanningsresultatet"
1854
 
1855
- #: ../settings.php:488
1856
  msgid "Include file sizes"
1857
  msgstr "Inkluder filstørrelser"
1858
 
1859
- #: ../settings.php:495
1860
  msgid "Include scan errors"
1861
  msgstr "Inkluder skanningsfeil"
1862
 
1863
- #: ../cerber-load.php:4306 ../cerber-scanner.php:75
1864
  msgid "Security Scanner"
1865
  msgstr "Sikkerhetsskanning"
1866
 
@@ -1900,268 +1886,268 @@ msgstr "Fortsett skanning"
1900
  msgid "Delete"
1901
  msgstr "Slett"
1902
 
1903
- #: ../cerber-scanner.php:1366
1904
  msgid "Verified"
1905
  msgstr "Verifisert"
1906
 
1907
- #: ../cerber-scanner.php:1373
1908
  msgid "Integrity data not found"
1909
  msgstr "Integritetsdata ikke funnet"
1910
 
1911
- #: ../cerber-scanner.php:1374
1912
  msgid "Unable to check the integrity of the plugin due to a network error"
1913
  msgstr "Forhindret fra å sjekke pluginens integritet på grunn av en nettverksfeil"
1914
 
1915
- #: ../cerber-scanner.php:1375
1916
  msgid "Unable to check the integrity of WordPress files due to a network error"
1917
  msgstr "Forhindret fra å sjekke WordPress-filenes integritet på grunn av en nettverksfeil"
1918
 
1919
- #: ../cerber-scanner.php:1376
1920
  msgid "Unable to check the integrity of the theme due to a network error"
1921
  msgstr "Forhindret fra å sjekke malens integritet på grunn av en nettverksfeil"
1922
 
1923
- #: ../cerber-scanner.php:1379
1924
  msgid "Local file doesn't exist"
1925
  msgstr "Den lokale filen eksisterer ikke"
1926
 
1927
- #: ../cerber-scanner.php:1381
1928
  msgid "Unable to process file"
1929
  msgstr "Kunne ikke behandle filen"
1930
 
1931
- #: ../cerber-scanner.php:1382 ../cerber-scanner.php:4914
1932
  msgid "Unable to open file"
1933
  msgstr "Kunne ikke åpne filen"
1934
 
1935
- #: ../cerber-scanner.php:1384
1936
  msgid "Checksum mismatch"
1937
  msgstr "Sjekksummen matcher ikke"
1938
 
1939
- #: ../cerber-scanner.php:1387
1940
  msgid "Suspicious code found"
1941
  msgstr "Mistenkelig kode ble funnet"
1942
 
1943
- #: ../cerber-scanner.php:1389
1944
  msgid "Unattended suspicious file"
1945
  msgstr "Ubehandlet mistenkelig fil"
1946
 
1947
- #: ../cerber-scanner.php:1390
1948
  msgid "Executable code found"
1949
  msgstr "Kjørbar kode ble funnet"
1950
 
1951
- #: ../cerber-scanner.php:1394
1952
  msgid "Unwanted file extension"
1953
  msgstr "Uønsket filendelse"
1954
 
1955
- #: ../cerber-scanner.php:1396
1956
  msgid "Content has been modified"
1957
  msgstr "Innholdet er modifisert"
1958
 
1959
- #: ../cerber-scanner.php:1397
1960
  msgid "New file"
1961
  msgstr "Ny fil"
1962
 
1963
- #: ../cerber-scanner.php:2487
1964
  msgid "Custom signature found"
1965
  msgstr "Egendefinert signatur funnet"
1966
 
1967
- #: ../cerber-scanner.php:3730
1968
  msgid "Scanning folders for files"
1969
  msgstr "Skanner mapper for filer"
1970
 
1971
- #: ../cerber-scanner.php:3734
1972
  msgid "Parsing the list of files"
1973
  msgstr "Analyserer fillisten"
1974
 
1975
- #: ../cerber-scanner.php:3735
1976
  msgid "Checking for new and modified files"
1977
  msgstr "Sjekker etter nye og modifiserte filer"
1978
 
1979
- #: ../cerber-scanner.php:3736
1980
  msgid "Verifying the integrity of WordPress"
1981
  msgstr "Verifiserer integriteten til WordPress"
1982
 
1983
- #: ../cerber-scanner.php:3737
1984
  msgid "Verifying the integrity of the plugins"
1985
  msgstr "Verifiserer integriteten til plugins"
1986
 
1987
- #: ../cerber-scanner.php:3738
1988
  msgid "Verifying the integrity of the themes"
1989
  msgstr "Verifiserer integriteten til maler"
1990
 
1991
- #: ../cerber-scanner.php:3739
1992
  msgid "Searching for malicious code"
1993
  msgstr "Søker etter ondsinnet kode"
1994
 
1995
- #: ../cerber-scanner.php:3740
1996
  msgid "Finalizing the scan"
1997
  msgstr "Ferdigstiller skanningen"
1998
 
1999
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:3934
2000
  msgid "Files to scan"
2001
  msgstr "Filer å skanne"
2002
 
2003
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3942
2004
  msgid "Critical issues"
2005
  msgstr "Kritiske hendelser"
2006
 
2007
- #: ../cerber-scanner.php:3871 ../cerber-scanner.php:3946 ../cerber-scanner.php:5104
2008
  msgid "Issues total"
2009
  msgstr "Totale hendelser"
2010
 
2011
- #: ../cerber-scanner.php:4309
2012
  msgid "The directory is not writable"
2013
  msgstr "Kan ikke skrive til mappen"
2014
 
2015
- #: ../cerber-scanner.php:4327
2016
  msgid "Unable to create WP CERBER directory"
2017
  msgstr "Kan ikke opprette WP CERBER-mappen"
2018
 
2019
- #: ../cerber-scanner.php:4533
2020
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2021
  msgstr "Filtilgangsfeil. Skanningsresultatene kan være utdaterte. Vennligst utfør hurtigskann eller full skanning."
2022
 
2023
- #: ../cerber-scanner.php:5213
2024
  msgid "To view full report visit"
2025
  msgstr "For å se full rapport, besøk"
2026
 
2027
- #: ../cerber-load.php:3536
2028
  msgid "Scanner Report"
2029
  msgstr "Skannerapport"
2030
 
2031
- #: ../settings.php:403
2032
  msgid "Monitor new files"
2033
  msgstr "Overvåk nye filer"
2034
 
2035
- #: ../settings.php:410
2036
  msgid "Monitor modified files"
2037
  msgstr "Overvåk modifiserte filer"
2038
 
2039
- #: ../settings.php:484
2040
  msgid "If new issues found"
2041
  msgstr "Hvis nye hendelser oppdages"
2042
 
2043
- #: ../settings.php:1279
2044
  msgid "The schedule has been updated"
2045
  msgstr "Planleggingen oppdateres"
2046
 
2047
- #: ../cerber-scanner.php:1393 ../cerber-scanner.php:2667
2048
  msgid "Suspicious directives found"
2049
  msgstr "Fant mistenkelige direktiver"
2050
 
2051
- #: ../cerber-scanner.php:2665
2052
  msgid "Suspicious code instruction found"
2053
  msgstr "Fant mistenkelig kodeinstruksjon"
2054
 
2055
- #: ../cerber-scanner.php:2666
2056
  msgid "Suspicious code signatures found"
2057
  msgstr "Fant mistenkelige kodesignaturer"
2058
 
2059
- #: ../cerber-scanner.php:2669
2060
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2061
  msgstr "For å løse denne hendelsen må du installere %s eller oppdatere den til siste versjon."
2062
 
2063
- #: ../cerber-scanner.php:2670
2064
  msgid "Please upload a reference ZIP archive"
2065
  msgstr "Vennligst last opp en referanse-ZIP"
2066
 
2067
- #: ../cerber-scanner.php:2671
2068
  msgid "Resolve issue"
2069
  msgstr "Løs hendelse"
2070
 
2071
- #: ../cerber-scanner.php:4020
2072
  msgid "We have not found any integrity data to verify"
2073
  msgstr "Kunne ikke finne noen integritetsdata å verifisere"
2074
 
2075
- #: ../cerber-scanner.php:4022
2076
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2077
  msgstr "Du må laste opp en ZIP-fil som du har installert fra. Dette gjør det mulig for sikkerhetsskanningen å verifisere kodens integritet og oppdage malware."
2078
 
2079
- #: ../cerber-scanner.php:5060
2080
  msgid "Full Scan Report"
2081
  msgstr "Full skanningsrapport"
2082
 
2083
- #: ../cerber-scanner.php:5060
2084
  msgid "Quick Scan Report"
2085
  msgstr "Hurtigskanningsrapport"
2086
 
2087
- #: ../cerber-scanner.php:5073
2088
  msgid "Files scanned"
2089
  msgstr "Filer skannet"
2090
 
2091
- #: ../dashboard.php:206 ../dashboard.php:951 ../dashboard.php:982 ../dashboard.
2092
- #: php:1094
2093
  msgid "Check for activities"
2094
  msgstr "Sjekk for aktivitet"
2095
 
2096
- #: ../dashboard.php:1057
2097
  msgid "Activated"
2098
  msgstr "Aktivert"
2099
 
2100
- #: ../common.php:879
2101
  msgid "Malicious request denied"
2102
  msgstr "Mistenkelig forespørsel nektet"
2103
 
2104
- #: ../common.php:883
2105
  msgid "User activated"
2106
  msgstr "Brukeraktivert"
2107
 
2108
- #: ../common.php:898
2109
  msgid "Suspicious number of fields"
2110
  msgstr "Mistenkelig antall felt"
2111
 
2112
- #: ../common.php:899
2113
  msgid "Suspicious number of nested values"
2114
  msgstr "Mistenkelig antall nøstede verdier"
2115
 
2116
- #: ../common.php:900 ../common.php:935
2117
  msgid "Malicious code detected"
2118
  msgstr "Ondsinnet kode oppdaget"
2119
 
2120
- #: ../common.php:936
2121
  msgid "Attempt to upload a file with malicious code"
2122
  msgstr "Forsøk på å laste opp en fil med ondsinnet kode"
2123
 
2124
- #: ../common.php:1105
2125
  msgid "Bytes"
2126
  msgstr "Bytes"
2127
 
2128
- #: ../cerber-scanner.php:1372
2129
  msgid "Vulnerability found"
2130
  msgstr "Svakhet funnet"
2131
 
2132
- #: ../cerber-scanner.php:1377
2133
  msgid "Unable to check the integrity due to a DB error"
2134
  msgstr "Kunne ikke sjekke integriteten på grunn av en databasefeil"
2135
 
2136
- #: ../cerber-scanner.php:3731
2137
  msgid "Scanning the upload folder for files"
2138
  msgstr "Skanner upload-mappen for filer"
2139
 
2140
- #: ../cerber-scanner.php:3732
2141
  msgid "Scanning the temp folder for files"
2142
  msgstr "Skanner temp-mappen for filer"
2143
 
2144
- #: ../cerber-scanner.php:3733
2145
  msgid "Scanning the session folder for files"
2146
  msgstr "Skanner øktmappen for filer"
2147
 
2148
- #: ../settings.php:449
2149
  msgid "Automated recurring scan schedule"
2150
  msgstr "Automatisert gjentakende skanningsplan"
2151
 
2152
- #: ../settings.php:465
2153
  msgid "Scan results reporting"
2154
  msgstr "Rapportering av skanneresultater"
2155
 
2156
- #: ../dashboard.php:3270
2157
  msgid "Suspicious activity"
2158
  msgstr "Mistenkelig aktivitet"
2159
 
2160
- #: ../dashboard.php:3271
2161
  msgid "Errors"
2162
  msgstr "Feil"
2163
 
2164
- #: ../dashboard.php:3633
2165
  msgid "Antispam engine"
2166
  msgstr "Antispam-system"
2167
 
@@ -2170,16 +2156,16 @@ msgstr "Antispam-system"
2170
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2171
  msgstr "Beskytter WordPress mot hackerangrep, spam, trojanske hester og viruser. Malware skanner og integritetssjekker. Forsterker WordPress med et sett avanserte sikkerhetsalgoritmer. Spambeskyttelse med et sofistikert system for oppdagelse av boter og reCAPTCHA. Sporer bruker- og inntrengeraktivitet med epost-, mobil-, og skrivebordsvarslinger."
2172
 
2173
- #: ../cerber-load.php:377
2174
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2175
  msgstr "Du har overskredet antallet tillatte innloggingsforsøk. Vennligst prøv igjen om %d minutter."
2176
 
2177
- #: ../common.php:1020
2178
  msgctxt "preposition of a period of time like: in 6 hours"
2179
  msgid "in %s"
2180
  msgstr "om %s"
2181
 
2182
- #: ../settings.php:1005
2183
  msgctxt "preposition of time like: at 11:00"
2184
  msgid "at"
2185
  msgstr "klokken"
@@ -2188,127 +2174,127 @@ msgstr "klokken"
2188
  msgid "Quarantine"
2189
  msgstr "Karantene"
2190
 
2191
- #: ../cerber-scanner.php:3815
2192
  msgid "Started"
2193
  msgstr "Startet"
2194
 
2195
- #: ../cerber-scanner.php:3819
2196
  msgid "Finished"
2197
  msgstr "Ferdig"
2198
 
2199
- #: ../cerber-scanner.php:3827
2200
  msgid "Performance"
2201
  msgstr "Ytelse"
2202
 
2203
- #: ../cerber-scanner.php:3839
2204
  msgid "Vulnerabilities"
2205
  msgstr "Svakheter"
2206
 
2207
- #: ../cerber-scanner.php:3843
2208
  msgid "New files"
2209
  msgstr "Nye filer"
2210
 
2211
- #: ../cerber-scanner.php:3847
2212
  msgid "Changed files"
2213
  msgstr "Endrede filer"
2214
 
2215
- #: ../cerber-scanner.php:3851
2216
  msgid "Unwanted extensions"
2217
  msgstr "Uønskede utvidelser"
2218
 
2219
- #: ../settings.php:521 ../cerber-scanner.php:3855
2220
  msgid "Unattended files"
2221
  msgstr "Filer uten tilsyn"
2222
 
2223
- #: ../cerber-scanner.php:3864 ../cerber-scanner.php:5536
2224
  msgid "Scanned"
2225
  msgstr "Skannet"
2226
 
2227
- #: ../cerber-scanner.php:5446
2228
  msgid "There are no files in the quarantine at the moment."
2229
  msgstr "Det er ingen filer i karantene for øyeblikket."
2230
 
2231
- #: ../cerber-scanner.php:5529
2232
  msgid "Restore"
2233
  msgstr "Gjenopprett"
2234
 
2235
- #: ../cerber-scanner.php:5524
2236
  msgid "Delete permanently"
2237
  msgstr "Slett permanent"
2238
 
2239
- #: ../cerber-scanner.php:5537
2240
  msgid "Moved to quarantine"
2241
  msgstr "Flyttet til karantene"
2242
 
2243
- #: ../cerber-scanner.php:5538
2244
  msgid "Automatic deletion"
2245
  msgstr "Automatisk sletting"
2246
 
2247
- #: ../cerber-scanner.php:5539
2248
  msgid "Size"
2249
  msgstr "Størrelse"
2250
 
2251
- #: ../cerber-scanner.php:5540 ../cerber-scanner.php:5671
2252
  msgid "File"
2253
  msgstr "Fil"
2254
 
2255
- #: ../cerber-scanner.php:5608
2256
  msgid "The file has been deleted permanently."
2257
  msgstr "Filen har blitt permanent slettet"
2258
 
2259
- #: ../cerber-scanner.php:5617
2260
  msgid "The file has been restored to its original location."
2261
  msgstr "Filen har blitt gjenopprettet til sin originale plassering."
2262
 
2263
- #: ../dashboard.php:1356
2264
  msgid "Integrity"
2265
  msgstr "Integritet"
2266
 
2267
- #: ../common.php:873
2268
  msgid "Attempt to upload malicious file denied"
2269
  msgstr "Forsøk på å laste opp skadelig fil nektet"
2270
 
2271
- #: ../cerber-news.php:209
2272
  msgid "Awesome!"
2273
  msgstr "Fantastisk!"
2274
 
2275
- #: ../settings.php:519
2276
  msgid "Automatic cleanup of malware and suspicious files"
2277
  msgstr "Automatisk rensing av malware og mistenkelige filer"
2278
 
2279
- #: ../settings.php:528
2280
  msgid "Files in the uploads folder"
2281
  msgstr "Filer i uploads-mappen"
2282
 
2283
- #: ../settings.php:535
2284
  msgid "Files with unwanted extensions"
2285
  msgstr "Filer med uønskede filendelser"
2286
 
2287
- #: ../settings.php:542
2288
  msgid "Exclusions"
2289
  msgstr "Unntak"
2290
 
2291
- #: ../settings.php:543
2292
  msgid "Files in the temporary directory"
2293
  msgstr "Filer i den midlertidige mappen"
2294
 
2295
- #: ../settings.php:549
2296
  msgid "Files in the sessions directory"
2297
  msgstr "Filer i sessions-mappen"
2298
 
2299
- #: ../settings.php:555
2300
  msgid "Files in these directories"
2301
  msgstr "Filer i disse mappene"
2302
 
2303
- #: ../settings.php:561
2304
  msgid "Use absolute paths. One item per line."
2305
  msgstr "Bruk absolutte baner. Ett element per linje."
2306
 
2307
- #: ../settings.php:563
2308
  msgid "Files with these extensions"
2309
  msgstr "Filer med disse filendelsene"
2310
 
2311
- #: ../settings.php:569
2312
  msgid "Use comma to separate items."
2313
  msgstr "Bruk komma for å skille elementene."
2314
 
@@ -2316,48 +2302,48 @@ msgstr "Bruk komma for å skille elementene."
2316
  msgid "Cleaning up"
2317
  msgstr "Renser."
2318
 
2319
- #: ../cerber-scanner.php:1388
2320
  msgid "Malicious code found"
2321
  msgstr "Ondsinnet kode funnet"
2322
 
2323
- #: ../cerber-scanner.php:2662
2324
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2325
  msgstr "Denne filen inneholder kjørbar kode, og kan inneholde skjult malware. Hvis denne filen er en del av et theme eller en plugin, må den plasseres i themets eller pluginens mappe. Ingen unntak, ingen unnskyldninger."
2326
 
2327
- #: ../cerber-scanner.php:2663
2328
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2329
  msgstr "Skanneren gjenkjenner denne filen som \"uten eier\" eller \"ikke pakket\" fordi den ikke tilhører noen kjente deler av websiden, og ikke hører hjemme her."
2330
 
2331
- #: ../cerber-scanner.php:2664
2332
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2333
  msgstr "Den kan ha blitt igjen etter oppgradering til en nyere versjon av %s. Den kan også være en del av skjult malware. I et sjeldent tilfelle kan den også være en del av et spesialtilpasset theme eller plugin."
2334
 
2335
- #: ../cerber-scanner.php:2668
2336
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2337
  msgstr "Innholdet i filen har blitt endret, og stemmer ikke overens med det som finnes i det offisielle Wordpress-biblioteket eller en referansefil som du har lastet opp tidligere. Filen kan ha blitt endret av malware, infisert av et virus eller ha blitt tuklet med."
2338
 
2339
- #: ../cerber-scanner.php:5154
2340
  msgid "Deleted"
2341
  msgstr "Slettet"
2342
 
2343
- #: ../cerber-scanner.php:5201
2344
  msgid "Automatically moved to quarantine"
2345
  msgstr "Flyttet automatisk til karantene"
2346
 
2347
- #: ../common.php:901
2348
  msgid "Suspicious SQL code detected"
2349
  msgstr "Mistenkelig SQL-kode oppdaget"
2350
 
2351
- #: ../dashboard.php:1337
2352
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2353
  msgid "Last malware scan"
2354
  msgstr "Siste malware-skanning"
2355
 
2356
- #: ../dashboard.php:2909
2357
  msgid "Live Traffic"
2358
  msgstr "Live trafikk"
2359
 
2360
- #: ../settings.php:117
2361
  msgid "Use English for admin interface"
2362
  msgstr "Bruk engelsk på kontrollpanelet"
2363
 
@@ -2365,19 +2351,19 @@ msgstr "Bruk engelsk på kontrollpanelet"
2365
  msgid "Log"
2366
  msgstr "Logg"
2367
 
2368
- #: ../settings.php:429
2369
  msgid "Enable diagnostic log"
2370
  msgstr "Aktiver diagnostikk-logg"
2371
 
2372
- #: ../settings.php:128
2373
  msgid "Disable PHP in uploads"
2374
  msgstr "Deaktiver PHP i opplastinger"
2375
 
2376
- #: ../settings.php:128
2377
  msgid "Disable execution of PHP scripts in the WordPress media folder"
2378
  msgstr "Deaktiver kjøring av PHP-script i Wordpress' media-mappe"
2379
 
2380
- #: ../settings.php:130
2381
  msgid "Disable PHP error displaying"
2382
  msgstr "Deaktiver visning av PHP-feil"
2383
 
@@ -2389,83 +2375,248 @@ msgstr "Ignore-liste"
2389
  msgid "Ignore"
2390
  msgstr "Ignorer"
2391
 
2392
- #: ../cerber-scanner.php:5639
2393
  msgid "Apply"
2394
  msgstr "Bruk"
2395
 
2396
- #: ../cerber-scanner.php:5670
2397
  msgid "Added"
2398
  msgstr "Lagt til"
2399
 
2400
- #: ../cerber-scanner.php:5640 ../cerber-scanner.php:5665
2401
  msgid "Remove from the list"
2402
  msgstr "Fjern fra listen"
2403
 
2404
- #: ../cerber-scanner.php:5641
2405
  msgid "User Insights"
2406
  msgstr "Brukerinnsikt"
2407
 
2408
- #: ../cerber-scanner.php:5642
2409
  msgid "Traffic Insights"
2410
  msgstr "Trafikkinnsikt"
2411
 
2412
- #: ../cerber-scanner.php:5643
2413
  msgid "Activity Insights"
2414
  msgstr "Aktivitetsinnsikt"
2415
 
2416
- #: ../dashboard.php:2279
2417
  msgid "Are you sure you want to delete selected files?"
2418
  msgstr "Er du sikker på at du vil slette de valgte filene?"
2419
 
2420
- #: ../dashboard.php:2280
2421
  msgid "These files have been moved to the quarantine"
2422
  msgstr "Disse filene har blitt flyttet til karantene"
2423
 
2424
- #: ../dashboard.php:2283
2425
  msgid "Do you want to add selected files to the ignore list?"
2426
  msgstr "Ønsker du å legge de valgte filene til ignore-listen?"
2427
 
2428
- #: ../dashboard.php:2284
2429
  msgid "These files have been added to the ignore list"
2430
  msgstr "Disse filene har blitt lagt til i ignore-listen"
2431
 
2432
- #: ../dashboard.php:2286
2433
  msgid "Some errors occurred"
2434
  msgstr "Noe gikk feil"
2435
 
2436
- #: ../dashboard.php:2287
2437
  msgid "All files have been processed"
2438
  msgstr "Alle filer er behandlet"
2439
 
2440
- #: ../dashboard.php:2444
2441
  msgid "These features are available in a professional version of the plugin."
2442
  msgstr "Disse funksjonene er tilgjengelig i PRO-versjonen av pluginen."
2443
 
2444
- #: ../dashboard.php:2445
2445
  msgid "Know more about all advantages at"
2446
  msgstr "Lær mer om alle fordeler på"
2447
 
2448
- #: ../common.php:902
2449
  msgid "Suspicious JavaScript code detected"
2450
  msgstr "Mistenkelig JavaScript-kode oppdaget"
2451
 
2452
- #: ../settings.php:1282
2453
  msgid "Unable to update the schedule"
2454
  msgstr "Kunne ikke oppdatere planen"
2455
 
2456
- #: ../cerber-scanner.php:5554
2457
  msgid "All scans"
2458
  msgstr "Alle skanninger"
2459
 
2460
- #: ../cerber-scanner.php:5645
2461
  msgid "The list is empty."
2462
  msgstr "Listen er tom."
2463
 
2464
- #: ../cerber-scanner.php:5507
2465
  msgid "No files match the specified filter."
2466
  msgstr "Ingen filer passer til de spesifiserte filteret."
2467
 
2468
- #: ../cerber-scanner.php:5507
2469
  msgid "Click here to see the full list of files"
2470
  msgstr "Klikk her for å se den komplette listen med filer"
2471
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "Language: nb\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:275
12
  msgid "Limit login attempts"
13
  msgstr "Begrens innloggingsforsøk"
14
 
15
+ #: ../settings.php:276
16
  msgid "Attempts"
17
  msgstr "Forsøk"
18
 
19
+ #: ../settings.php:282
20
  msgid "Lockout duration"
21
  msgstr "Varighet for utestengelse"
22
 
23
+ #: ../settings.php:287 ../settings.php:383
24
  msgid "minutes"
25
  msgstr "minutter"
26
 
27
+ #: ../settings.php:290
28
  msgid "Aggressive lockout"
29
  msgstr "Aggressiv utestengelse"
30
 
31
+ #: ../settings.php:309
32
  msgid "Site connection"
33
  msgstr "Sidetilkobling"
34
 
35
+ #: ../settings.php:317
36
  msgid "Proactive security rules"
37
  msgstr "Proaktive sikkerhetsregler"
38
 
39
+ #: ../settings.php:318
40
  msgid "Block subnet"
41
  msgstr "Blokkér subnet"
42
 
43
+ #: ../settings.php:336
44
  msgid "Request wp-login.php"
45
  msgstr "Kobling til wp-login.php"
46
 
47
+ #: ../settings.php:340
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "Blokkér umiddelbart IP-en etter ethvert forsøk på å koble til wp-login.php"
50
 
51
+ #: ../settings.php:352
52
  msgid "Custom login page"
53
  msgstr "Egendefinert innloggingsside"
54
 
55
+ #: ../settings.php:353
56
  msgid "Custom login URL"
57
  msgstr "Egendefinert URL for innlogging"
58
 
59
+ #: ../settings.php:361
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "må ikke være lik eksisterende sider eller slug"
62
 
63
+ #: ../settings.php:363
64
  msgid "Disable wp-login.php"
65
  msgstr "Deaktiver wp-login.php"
66
 
67
+ #: ../settings.php:368
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Blokkér direkte tilgang til wp-login.php og returnér HTTP 404 Ikke Funnet-feil."
70
 
71
+ #: ../dashboard.php:1343 ../settings.php:371
72
  msgid "Citadel mode"
73
  msgstr "Vakttårnsmodus"
74
 
75
+ #: ../settings.php:372
76
  msgid "Threshold"
77
  msgstr "Terskel"
78
 
79
+ #: ../settings.php:378 ../cerber-scanner.php:3715
80
  msgid "Duration"
81
  msgstr "Varighet"
82
 
83
+ #: ../cerber-load.php:4403 ../settings.php:303 ../settings.php:386 ../settings.
84
+ #: php:1176
85
  msgid "Notifications"
86
  msgstr "Varsling"
87
 
88
+ #: ../settings.php:391
89
  msgid "Send notification to admin email"
90
  msgstr "Send varsel til admins e-postadresse"
91
 
92
+ #: ../cerber-load.php:4400 ../settings.php:1173 ../cerber-tools.php:96 ../cerber-
93
+ #: tools.php:105 ../cerber-tools.php:192
94
  msgid "Access Lists"
95
  msgstr "Tilgangsliste"
96
 
97
+ #: ../dashboard.php:1377 ../dashboard.php:1852 ../cerber-load.php:4105 ..
98
+ #: /settings.php:397 ../settings.php:1170
99
  msgid "Activity"
100
  msgstr "Aktivitet"
101
 
102
+ #: ../settings.php:1171
103
  msgid "Lockouts"
104
  msgstr "Utestengelser"
105
 
106
+ #: ../settings.php:1321
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s tillatte forsøk på %s minutter"
109
 
110
+ #: ../settings.php:1346
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Aktivér etter %s mislykkede innloggingsforsøk på %s minutter"
113
 
114
+ #: ../dashboard.php:135 ../dashboard.php:797 ../dashboard.php:3387 ../cerber-load.
115
+ #: php:4114
116
  msgid "IP"
117
  msgstr "IP-adresse"
118
 
119
+ #: ../dashboard.php:586 ../dashboard.php:800 ../dashboard.php:3035 ../dashboard.
120
+ #: php:3385
121
  msgid "Date"
122
  msgstr "Dato"
123
 
124
+ #: ../dashboard.php:589 ../dashboard.php:802 ../dashboard.php:3390
125
  msgid "Local User"
126
  msgstr "Lokal bruker"
127
 
128
+ #: ../dashboard.php:592 ../dashboard.php:803 ../cerber-load.php:4122
129
  msgid "Username used"
130
  msgstr "Brukernavn brukt"
131
 
132
+ #: ../dashboard.php:154
133
  msgid "Showing last %d records from %d"
134
  msgstr "Viser siste %d oppføringer fra %d"
135
 
136
+ #: ../common.php:934
137
  msgid "Logged in"
138
  msgstr "Logget inn"
139
 
140
+ #: ../common.php:935
141
  msgid "Logged out"
142
  msgstr "Logget ut"
143
 
144
+ #: ../common.php:936
145
  msgid "Login failed"
146
  msgstr "Innlogging feilet"
147
 
148
+ #: ../common.php:939
149
  msgid "IP blocked"
150
  msgstr "IP blokkert"
151
 
152
+ #: ../common.php:940
153
  msgid "Subnet blocked"
154
  msgstr "Subnet blokkert"
155
 
156
+ #: ../common.php:942
157
  msgid "Citadel activated!"
158
  msgstr "Vakttårn aktivert!"
159
 
160
+ #: ../dashboard.php:777 ../dashboard.php:1007 ../dashboard.php:3204 ../common.php:
161
+ #: 988
162
  msgid "Locked out"
163
  msgstr "Utestengt"
164
 
165
+ #: ../common.php:990
166
  msgid "IP blacklisted"
167
  msgstr "IP svartelistet"
168
 
169
+ #: ../common.php:957
170
  msgid "Password changed"
171
  msgstr "Passord endret"
172
 
173
+ #: ../dashboard.php:128 ../dashboard.php:208
174
  msgid "Remove"
175
  msgstr "Fjern"
176
 
177
+ #: ../dashboard.php:455
178
  msgid "Lockout for %s was removed"
179
  msgstr "Utestengelse for %s ble fjernet"
180
 
181
+ #: ../dashboard.php:180 ../dashboard.php:772 ../dashboard.php:1001 ../dashboard.
182
+ #: php:1341 ../dashboard.php:3199 ../cerber-load.php:4388
183
  msgid "White IP Access List"
184
  msgstr "Hvit IP-tilgangsliste"
185
 
186
+ #: ../dashboard.php:182 ../dashboard.php:773 ../dashboard.php:1004 ../dashboard.
187
+ #: php:1342 ../dashboard.php:3200
188
  msgid "Black IP Access List"
189
  msgstr "Svart IP-tilgangsliste"
190
 
191
+ #: ../dashboard.php:214
192
  msgid "List is empty"
193
  msgstr "Listen er tom"
194
 
195
+ #: ../dashboard.php:251
196
  msgid "Address %s was added to White IP Access List"
197
  msgstr "Adressen %s ble lagt til den hvite IP-tilgangslisten"
198
 
199
+ #: ../dashboard.php:265
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "Adressen %s ble lagt til den svarte IP-tilgangslisten"
202
 
203
+ #: ../cerber-load.php:3540
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "Vakttårnsmodus ble aktivert etter %d mislykkede innloggingsforsøk på %d minutter"
206
 
207
+ #: ../dashboard.php:2009 ../dashboard.php:2429
208
  msgid "View Activity"
209
  msgstr "Se aktivitet"
210
 
211
+ #: ../dashboard.php:2975 ../cerber-tools.php:95 ../cerber-tools.php:104 ../cerber-
212
  #: scanner.php:76
213
  msgid "Settings"
214
  msgstr "Innstillinger"
215
 
216
+ #: ../dashboard.php:1204
217
  msgid "Last login"
218
  msgstr "Siste innlogging"
219
 
220
+ #: ../dashboard.php:1237 ../dashboard.php:1324 ../common.php:1185
221
  msgid "Never"
222
  msgstr "Aldri"
223
 
224
+ #: ../dashboard.php:1893 ../cerber-tools.php:654 ../cerber-scanner.php:5404 ..
225
+ #: /cerber-scanner.php:5546
226
  msgid "Are you sure?"
227
  msgstr "Er du sikker?"
228
 
229
+ #: ../dashboard.php:1655 ../settings.php:314
230
  msgid "My site is behind a reverse proxy"
231
  msgstr "Min side er bak en reverse proxy"
232
 
233
+ #: ../settings.php:324
234
  msgid "Non-existent users"
235
  msgstr "Ikke-eksisterende brukere"
236
 
237
+ #: ../settings.php:328
238
  msgid "Immediately block IP when attempting to login with a non-existent username"
239
  msgstr "Blokkér umiddelbart IP når noen prøver å logge inn med et ikke-eksisterende brukernavn"
240
 
241
+ #: ../settings.php:1124
242
  msgid "Make your protection smarter!"
243
  msgstr "Gjør din beskyttelse smartere!"
244
 
245
+ #: ../settings.php:1128
246
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
247
  msgstr "Vennligst "
248
 
249
+ #: ../cerber-load.php:4398 ../settings.php:1172
250
  msgid "Main Settings"
251
  msgstr "Hovedinnstillinger"
252
 
253
+ #: ../dashboard.php:3884
254
  msgid "Help"
255
  msgstr "Hjelp"
256
 
257
+ #: ../settings.php:1331
258
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
259
  msgstr "Øk varigheten av utestengelser til %s timer etter %s utestengelser i løpet av de siste %s timer"
260
 
261
+ #: ../cerber-load.php:388
262
  msgid "You are not allowed to log in. Ask your administrator for assistance."
263
  msgstr "Du har ikke tillatelse til å logge inn. Spør din administrator om du trenger hjelp."
264
 
265
+ #: ../cerber-load.php:413
266
  msgid "You have only one attempt remaining."
267
  msgid_plural "You have %d attempts remaining."
268
  msgstr[0] "Du har kun ett forsøk igjen."
269
  msgstr[1] "Du har %d forsøk igjen."
270
 
271
+ #: ../dashboard.php:825
272
  msgid "No activity has been logged."
273
  msgstr "Ingen aktivitet har blitt registrert."
274
 
275
+ #: ../dashboard.php:138
276
  msgid "Expires"
277
  msgstr "Utgår"
278
 
279
+ #: ../dashboard.php:160
280
  msgid "No lockouts at the moment. The sky is clear."
281
  msgstr "Ingen utestengelser akkurat nå. Kysten er klar."
282
 
283
+ #: ../dashboard.php:180
284
  msgid "These IPs will never be locked out"
285
  msgstr "Disse IP-er vil aldri bli utestengt"
286
 
287
+ #: ../dashboard.php:189
288
  msgid "Your IP"
289
  msgstr "Din IP"
290
 
291
+ #: ../cerber-load.php:3541
292
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
293
  msgstr "Siste mislykkede forsøk var %s fra IP %s med brukernavn %s."
294
 
295
+ #: ../cerber-load.php:4366
296
  msgid "Can't activate WP Cerber due to a database error."
297
  msgstr "Kunne ikke aktivere WP Cerber på grunn av en databasefeil."
298
 
299
+ #: ../settings.php:1338
300
  msgid "Notify admin if the number of active lockouts above"
301
  msgstr "Varsle administratoren om antallet aktive utestengelser overskrider"
302
 
303
+ #: ../settings.php:402 ../settings.php:650 ../settings.php:914 ../settings.php:985
304
  msgid "days"
305
  msgstr "dager"
306
 
307
+ #: ../dashboard.php:1294
308
  msgid "Cerber Quick View"
309
  msgstr "Cerber hurtigvisning"
310
 
311
+ #: ../dashboard.php:156
312
  msgid "Hint"
313
  msgstr "Hint"
314
 
315
+ #: ../dashboard.php:156
316
  msgid "To view activity, click on the IP"
317
  msgstr "For å se aktivitet klikk på IP-en"
318
 
319
+ #: ../settings.php:322
320
  msgid "Always block entire subnet Class C of intruders IP"
321
  msgstr "Alltid blokkér hele subnet Class C av inntrengerens IP"
322
 
323
+ #: ../settings.php:394 ../settings.php:1343
324
  msgid "Click to send test"
325
  msgstr "Klikk for å sende test"
326
 
327
+ #: ../settings.php:1553 ../settings.php:1554
328
  msgid "Attention! You have changed the login URL! The new login URL is"
329
  msgstr "OBS! Du har endret innloggings-adressen. Din nye URL for innlogging er"
330
 
331
+ #: ../dashboard.php:1203
332
  msgid "Comments"
333
  msgstr "Kommentarer"
334
 
335
+ #: ../common.php:1371
336
  msgid "Update to version %s of WP Cerber"
337
  msgstr "Oppdatér til versjon %s av WP Cerber"
338
 
339
+ #: ../cerber-load.php:3542 ../cerber-load.php:4146
340
  msgid "View activity in dashboard"
341
  msgstr "Se aktivitet i kontrollpanelet"
342
 
343
+ #: ../cerber-load.php:3571
344
  msgid "Number of active lockouts"
345
  msgstr "Antall aktive utestengelser"
346
 
347
+ #: ../cerber-load.php:3575
348
  msgid "View lockouts in dashboard"
349
  msgstr "Se utestengelser i kontrollpanelet"
350
 
351
+ #: ../cerber-load.php:3663
352
  msgid "This message was sent by"
353
  msgstr "Denne meldingen ble sendt av"
354
 
355
+ #: ../dashboard.php:70 ../cerber-tools.php:52
356
  msgid "Tools"
357
  msgstr "Verktøy"
358
 
359
+ #: ../cerber-tools.php:92
360
  msgid "Export settings to the file"
361
  msgstr "Eksportér innstillinger til filen"
362
 
363
+ #: ../cerber-tools.php:93
364
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
365
  msgstr "Når du klikker knappen under, vil du få en konfigurasjonsfil som du kan laste opp på en annen side."
366
 
367
+ #: ../cerber-tools.php:94
368
  msgid "What do you want to export?"
369
  msgstr "Hva ønsker du å eksportere?"
370
 
371
+ #: ../cerber-tools.php:97
372
  msgid "Download file"
373
  msgstr "Last ned fil"
374
 
375
+ #: ../cerber-tools.php:99
376
  msgid "Import settings from the file"
377
  msgstr "Importér innstillinger fra filen"
378
 
379
+ #: ../cerber-tools.php:100
380
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
381
  msgstr "Når du klikker på knappen under, vil filen lastes opp og alle eksisterende innstillinger vil bli overskrevet."
382
 
383
+ #: ../cerber-tools.php:101
384
  msgid "Select file to import."
385
  msgstr "Velg fil å importere."
386
 
387
+ #: ../cerber-tools.php:101 ../cerber-scanner.php:3915
388
  msgid "Maximum upload file size: %s."
389
  msgstr "Maksimum tillatte filstørrelse for opplasting: %s."
390
 
391
+ #: ../cerber-tools.php:104
392
  msgid "What do you want to import?"
393
  msgstr "Hva ønsker du å importere?"
394
 
395
+ #: ../cerber-tools.php:106 ../cerber-scanner.php:3918
396
  msgid "Upload file"
397
  msgstr "Last opp fil"
398
 
399
+ #: ../cerber-tools.php:155
400
  msgid "No file was uploaded or file is corrupted"
401
  msgstr "Ingen fil ble lastet opp, eller er filen ødelagt"
402
 
403
+ #: ../cerber-tools.php:192
404
  msgid "Error while updating"
405
  msgstr "Feil under oppdatering"
406
 
407
+ #: ../cerber-tools.php:198
408
  msgid "Settings has imported successfully from"
409
  msgstr "Innstillinger ble importert fra"
410
 
411
+ #: ../cerber-tools.php:205
412
  msgid "Error while parsing file"
413
  msgstr "Feil under parsing av filen"
414
 
415
+ #: ../dashboard.php:136 ../dashboard.php:798
416
  msgid "Hostname"
417
  msgstr "Vertsnavn"
418
 
419
+ #: ../dashboard.php:415
420
  msgid "unknown"
421
  msgstr "ukjent"
422
 
423
+ #: ../settings.php:398 ../settings.php:910
424
  msgid "Keep records for"
425
  msgstr "Behold logger"
426
 
427
+ #: ../dashboard.php:1328 ../dashboard.php:1350
428
  msgid "active"
429
  msgstr "aktive"
430
 
431
+ #: ../dashboard.php:1328
432
  msgid "deactivate"
433
  msgstr "deaktiver"
434
 
435
+ #: ../dashboard.php:1330
436
  msgid "not active"
437
  msgstr "ikke aktive"
438
 
439
+ #: ../dashboard.php:1331 ../dashboard.php:1345
440
  msgid "disabled"
441
  msgstr "deaktivert"
442
 
443
+ #: ../dashboard.php:1336
444
  msgid "failed attempts"
445
  msgstr "mislykkede forsøk"
446
 
447
+ #: ../dashboard.php:1336 ../dashboard.php:1337
448
  msgid "in 24 hours"
449
  msgstr "på 24 timer"
450
 
451
+ #: ../dashboard.php:1336 ../dashboard.php:1337
452
  msgid "view all"
453
  msgstr "se alle"
454
 
455
+ #: ../dashboard.php:1337
456
  msgid "lockouts"
457
  msgstr "utestengelser"
458
 
459
+ #: ../dashboard.php:1339
460
  msgid "Lockouts at the moment"
461
  msgstr "Utestengelser akkurat nå"
462
 
463
+ #: ../dashboard.php:1340
464
  msgid "Last lockout"
465
  msgstr "Siste utestengelse"
466
 
467
+ #: ../dashboard.php:1341 ../dashboard.php:1342 ../dashboard.php:2171
468
  msgid "entry"
469
  msgid_plural "entries"
470
  msgstr[0] "oppføring"
471
  msgstr[1] "oppføringer"
472
 
473
+ #: ../dashboard.php:1888
474
  msgid "Confused about some settings?"
475
  msgstr "Usikker på noen innstillinger?"
476
 
477
+ #: ../dashboard.php:1889
478
  msgid "You can easily load default recommended settings using button below"
479
  msgstr "Du kan enkelt laste inn anbefalte standardinnstillinger via knappen under"
480
 
481
+ #: ../dashboard.php:1891
482
  msgid "Load default settings"
483
  msgstr "Last inn standardinnstillinger"
484
 
485
+ #: ../dashboard.php:1899
486
  msgid "doesn't affect Custom login URL and Access Lists"
487
  msgstr "påvirker ikke egendefinert innloggings-URL og tilgangslister"
488
 
489
+ #: ../common.php:1364 ../settings.php:754
490
  msgid "New version is available"
491
  msgstr "Ny versjon er tilgjengelig"
492
 
493
+ #: ../cerber-load.php:3514
494
  msgid "WP Cerber notify"
495
  msgstr "WP Cerber-varsling"
496
 
497
+ #: ../cerber-load.php:3538
498
  msgid "Citadel mode is activated"
499
  msgstr "Vakttårns-modus er aktivert"
500
 
501
+ #: ../cerber-load.php:3610
502
  msgid "New Custom login URL"
503
  msgstr "Ny egendefinert innloggings-URL"
504
 
505
+ #: ../cerber-load.php:4353
506
  msgid "The WP Cerber requires PHP %s or higher. You are running"
507
  msgstr "WP Cerber krever PHP versjon %s eller høyere. Du kjører"
508
 
509
+ #: ../cerber-load.php:4357
510
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
511
  msgstr "WP Cerber krever WordPress versjon %s eller høyere. Du kjører"
512
 
513
+ #: ../settings.php:420
514
  msgid "Use file"
515
  msgstr "Bruk fil"
516
 
517
+ #: ../settings.php:424
518
  msgid "Write failed login attempts to the file"
519
  msgstr "Skriv mislykkede innloggingsforsøk til filen"
520
 
521
+ #: ../dashboard.php:2008
522
  msgid "Deactivate"
523
  msgstr "Deaktivér"
524
 
525
+ #: ../dashboard.php:139 ../cerber-load.php:3573
526
  msgid "Reason"
527
  msgstr "Grunn"
528
 
529
+ #: ../dashboard.php:219
530
  msgid "Add IP to the list"
531
  msgstr "Legg IP til listen"
532
 
533
+ #: ../dashboard.php:1064
534
  msgid "Add IP to the Black List"
535
  msgstr "Legg IP til svartelisten"
536
 
537
+ #: ../common.php:1027
538
  msgid "Attempt to access"
539
  msgstr "Forsøk på å få tilgang til"
540
 
541
+ #: ../common.php:1026
542
  msgid "Limit on login attempts is reached"
543
  msgstr "Grensen for innloggingsforsøk er nådd"
544
 
545
+ #: ../common.php:965 ../common.php:1028
546
  msgid "Attempt to log in with non-existent username"
547
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
548
 
549
+ #: ../cerber-load.php:3572
550
  msgid "Last lockout was added: %s for IP %s"
551
  msgstr "Siste utestengelse ble lagt til: %s for IP %s"
552
 
553
+ #: ../cerber-load.php:4402 ../settings.php:1174
554
  msgid "Hardening"
555
  msgstr "Forsterking"
556
 
557
+ #: ../dashboard.php:1041
558
  msgid "Abuse email:"
559
  msgstr "Repportering av misbruk:"
560
 
561
+ #: ../settings.php:742 ../settings.php:782 ../settings.php:1047
562
  msgid "Email Address"
563
  msgstr "E-postadresse"
564
 
565
+ #: ../settings.php:750
566
  msgid "if empty, the admin email %s will be used"
567
  msgstr "Hvis tom, vil e-postadressen %s bli brukt"
568
 
569
+ #: ../settings.php:428
570
  msgid "Drill down IP"
571
  msgstr "Inspiser IP"
572
 
573
+ #: ../settings.php:432
574
  msgid "Retrieve extra WHOIS information for IP"
575
  msgstr "Hent ekstra WHOIS-informasjon for IP"
576
 
577
+ #: ../settings.php:452
578
  msgid "Hardening WordPress"
579
  msgstr "Forsterke WordPress"
580
 
581
+ #: ../settings.php:453 ../settings.php:497
582
  msgid "Stop user enumeration"
583
  msgstr "Stopp opplisting av brukere"
584
 
585
+ #: ../settings.php:480
586
  msgid "Disable XML-RPC"
587
  msgstr "Deaktivér XML-RPC"
588
 
589
+ #: ../settings.php:485
590
  msgid "Block access to the XML-RPC server (including Pingbacks and Trackbacks)"
591
  msgstr "Blokkér tilgang til XML-RPC-serveren (inkluderer Pingbacks og Trackbacks)"
592
 
593
+ #: ../settings.php:487
594
  msgid "Disable feeds"
595
  msgstr "Deaktiver feeds"
596
 
597
+ #: ../settings.php:492
598
  msgid "Block access to the RSS, Atom and RDF feeds"
599
  msgstr "Blokkér tilgang til RSS- Atom- og RDF-feeds"
600
 
601
+ #: ../settings.php:505
602
  msgid "Disable REST API"
603
  msgstr "Deaktivér REST API"
604
 
605
+ #: ../settings.php:1641 ../settings.php:1653 ../settings.php:1776
 
 
 
 
606
  msgid "<strong>ERROR</strong>: please enter a valid email address."
607
  msgstr "<strong>FEIL</strong>: vennligst skriv inn en gyldig e-postadresse"
608
 
609
+ #: ../cerber-load.php:3603 ../cerber-load.php:4387
610
  msgid "WP Cerber is now active and has started protecting your site"
611
  msgstr "WP Cerber er nå aktiv og har begynt å beskytte siden din"
612
 
613
+ #: ../dashboard.php:140 ../cerber-scanner.php:5428 ../cerber-scanner.php:5559
614
  msgid "Action"
615
  msgstr "Handling"
616
 
617
+ #: ../dashboard.php:182
618
  msgid "Nobody can log in or register from these IPs"
619
  msgstr "Ingen kan logge inn eller registrere seg fra disse IP-ene"
620
 
621
+ #: ../dashboard.php:245 ../dashboard.php:257
622
  msgid "Incorrect IP address or IP range"
623
  msgstr "Feil IP-adresse eller IP-rekkevidde"
624
 
625
+ #: ../dashboard.php:474 ../dashboard.php:2024
626
  msgid "Settings saved"
627
  msgstr "Innstillingene er lagret"
628
 
629
+ #: ../dashboard.php:1045
630
  msgid "Network:"
631
  msgstr "Nettverk:"
632
 
633
+ #: ../dashboard.php:1059
634
  msgid "Add network to the Black List"
635
  msgstr "Legg nettverk til svartelisten"
636
 
637
+ #: ../dashboard.php:2007
638
  msgid "Attention! Citadel mode is now active. Nobody is able to log in."
639
  msgstr "Advarsel! Vakttårns-modus er nå aktiv. Ingen vil kunne logge inn."
640
 
641
+ #: ../dashboard.php:362 ../dashboard.php:3128 ../whois.php:225 ../whois.php:256 ..
642
+ #: /common.php:1044 ../common.php:1459
643
  msgid "Unknown"
644
  msgstr "Ukjent"
645
 
648
  msgid "Gregory"
649
  msgstr "Gregory"
650
 
651
+ #: ../common.php:252 ../common.php:318 ../common.php:323 ../common.php:329 ..
652
+ #: /common.php:334 ../cerber-load.php:696 ../cerber-load.php:708 ../cerber-load.
653
+ #: php:715 ../cerber-load.php:1024 ../cerber-load.php:1293 ../cerber-load.php:
654
+ #: 1299 ../cerber-load.php:1304 ../cerber-load.php:1309 ../cerber-load.php:1315 ..
655
+ #: /cerber-load.php:1322 ../cerber-load.php:1424 ../cerber-load.php:1561 ..
656
+ #: /settings.php:1532 ../settings.php:1617
657
  msgid "ERROR:"
658
  msgstr "FEIL:"
659
 
660
+ #: ../cerber-load.php:725
661
  msgid "Human verification failed. Please click the square box in the reCAPTCHA block below."
662
  msgstr "Bekreftelse av menneskelighet feilet. Vennligst klikk den firkantige boksen i reCAPTCHA-blokken under."
663
 
664
+ #: ../cerber-load.php:1036
665
  msgid "<strong>ERROR</strong>: The password you entered for the username %s is incorrect."
666
  msgstr "<strong>FEIL</strong>: Passordet du skrev inn for brukernavnet %s er ugyldig."
667
 
668
+ #: ../cerber-load.php:1310
669
  msgid "Username is not allowed. Please choose another one."
670
  msgstr "Brukernavnet er ikke tillatt. Vennligst velg et annet brukernavn."
671
 
672
+ #: ../cerber-load.php:3566
673
  msgid "unspecified"
674
  msgstr "uspesifisert"
675
 
676
+ #: ../cerber-load.php:3569
677
  msgid "Number of lockouts is increasing"
678
  msgstr "Antallet utestengelser stiger"
679
 
680
+ #: ../cerber-load.php:3574
681
  msgid "View activity for this IP"
682
  msgstr "Se aktivitet for denne IP"
683
 
684
+ #: ../cerber-load.php:3578 ../cerber-load.php:3580
685
  msgid "A new version of WP Cerber is available to install"
686
  msgstr "En ny versjon av WP Cerber er tilgjengelig for installasjon"
687
 
688
+ #: ../cerber-load.php:3579
689
  msgid "Hi!"
690
  msgstr "Hei!"
691
 
692
+ #: ../cerber-load.php:3582 ../cerber-load.php:3593
693
  msgid "Website"
694
  msgstr "Webside"
695
 
696
+ #: ../cerber-load.php:3585 ../cerber-load.php:3586
697
  msgid "The WP Cerber security plugin has been deactivated"
698
  msgstr "Sikkerhetstillegget WP Cerber har blitt deaktivert"
699
 
700
+ #: ../cerber-load.php:3588
701
  msgid "Not logged in"
702
  msgstr "Ikke innlogget"
703
 
704
+ #: ../cerber-load.php:3594
705
  msgid "By user"
706
  msgstr "Etter brukernavn"
707
 
708
+ #: ../cerber-load.php:3595
709
  msgid "From IP address"
710
  msgstr "Fra IP-adresse"
711
 
712
+ #: ../cerber-load.php:3598
713
  msgid "From country"
714
  msgstr "Fra land"
715
 
716
+ #: ../cerber-load.php:3602
717
  msgid "The WP Cerber security plugin is now active"
718
  msgstr "Sikkerhetstillegget WP Cerber er nå aktivt"
719
 
720
+ #: ../cerber-load.php:4388
721
  msgid "Your IP address is added to the"
722
  msgstr "Din IP-adresse ble lagt til"
723
 
724
+ #: ../cerber-load.php:4404
725
  msgid "Import settings"
726
  msgstr "Importer innstillinger"
727
 
728
+ #: ../settings.php:753
729
  msgid "Notification limit"
730
  msgstr "Grense for varslinger"
731
 
732
+ #: ../settings.php:753
733
  msgid "notification letters allowed per hour (0 means unlimited)"
734
  msgstr "varslingsmeldinger tillatt per time (0 betyr ubegrenset)"
735
 
736
+ #: ../settings.php:99
737
  msgid "User related settings"
738
  msgstr "Brukerrelaterte innstillinger"
739
 
740
+ #: ../settings.php:141
741
  msgid "Prohibited usernames"
742
  msgstr "Blokkerte brukernavn"
743
 
744
+ #: ../settings.php:142
745
  msgid "Usernames from this list are not allowed to log in or register. Any IP address, have tried to use any of these usernames, will be immediately blocked. Use comma to separate logins."
746
  msgstr "Brukernavn fra denne listen har ikke tilgang til å logge inn eller registrere seg. Enhver IP som forsøker å bruke noen av disse brukernavnene blir blokkert umiddelbart. Bruk komma for å skille brukernavn."
747
 
748
+ #: ../settings.php:149
749
  msgid "User session expire"
750
  msgstr "Brukerøktens varighet"
751
 
752
+ #: ../settings.php:150
753
  msgid "in minutes (leave empty to use default WP value)"
754
  msgstr "i minutter (la stå tom for å bruke WordPress' standardverdi)"
755
 
756
+ #: ../settings.php:658
757
  msgid "reCAPTCHA settings"
758
  msgstr "reCAPTCHA-innstillinger"
759
 
760
+ #: ../settings.php:659
761
  msgid "Site key"
762
  msgstr "Site key"
763
 
764
+ #: ../settings.php:661
765
  msgid "Secret key"
766
  msgstr "Secret key"
767
 
768
+ #: ../settings.php:675
769
  msgid "Enable reCAPTCHA for WordPress registration form"
770
  msgstr "Slå på reCAPTCHA for WordPress' registreringsskjema"
771
 
772
+ #: ../settings.php:684
773
  msgid "Lost password form"
774
  msgstr "Skjema for mistet passord"
775
 
776
+ #: ../settings.php:698
777
  msgid "Login form"
778
  msgstr "Innloggingsskjema"
779
 
780
+ #: ../settings.php:703
781
  msgid "Enable reCAPTCHA for WordPress login form"
782
  msgstr "Slå på reCAPTCHA for WordPress' innloggingsskjema"
783
 
784
+ #: ../settings.php:1142
785
  msgid "Before you can start using reCAPTCHA, you have to obtain Site key and Secret key on the Google website"
786
  msgstr "Før du kan ta i bruk reCAPTCHA må du skaffe deg en Site key og Secret key på Googles webside"
787
 
788
+ #: ../cerber-lab.php:774 ../settings.php:1143 ../settings.php:1146
789
  msgid "Know more"
790
  msgstr "Lær mer"
791
 
792
+ #: ../settings.php:1175
793
  msgid "Users"
794
  msgstr "Brukere"
795
 
796
+ #: ../common.php:932
797
  msgid "User created"
798
  msgstr "Bruker opprettet"
799
 
800
+ #: ../dashboard.php:1845 ../common.php:933
801
  msgid "User registered"
802
  msgstr "Bruker registrert"
803
 
804
+ #: ../common.php:960
805
  msgid "reCAPTCHA verification failed"
806
  msgstr "reCAPTCHA-godkjenning mislyktes"
807
 
808
+ #: ../common.php:961
809
  msgid "reCAPTCHA settings are incorrect"
810
  msgstr "reCAPTCHA-innstillingene er feil"
811
 
812
+ #: ../common.php:964 ../common.php:1048
813
  msgid "Attempt to access prohibited URL"
814
  msgstr "Forsøk på å koble til forbudt URL"
815
 
816
+ #: ../common.php:966 ../common.php:1029
817
  msgid "Attempt to log in with prohibited username"
818
  msgstr "Forsøk på å logge inn med forbudt brukernavn"
819
 
820
+ #: ../settings.php:405
821
  msgid "Cerber Lab connection"
822
  msgstr "Tilkobling til Cerber Lab"
823
 
824
+ #: ../settings.php:409
825
  msgid "Send malicious IP addresses to the Cerber Lab"
826
  msgstr "Send ondsinnede IP-adresser til Cerber Lab"
827
 
828
+ #: ../settings.php:411
829
  msgid "Cerber Lab protocol"
830
  msgstr "Cerber Lab protokoll"
831
 
832
+ #: ../settings.php:596 ../settings.php:670
833
  msgid "Registration form"
834
  msgstr "Registreringsskjema"
835
 
836
+ #: ../settings.php:682
837
  msgid "Enable reCAPTCHA for WooCommerce registration form"
838
  msgstr "Slå på reCAPTCHA for WooCommerces registreringsskjema"
839
 
840
+ #: ../settings.php:689
841
  msgid "Enable reCAPTCHA for WordPress lost password form"
842
  msgstr "Slå på reCAPTCHA for WordPress' skjema for mistet passord"
843
 
844
+ #: ../settings.php:696
845
  msgid "Enable reCAPTCHA for WooCommerce lost password form"
846
  msgstr "Slå på reCAPTCHA for WooCommerce mistet passord-skjema"
847
 
848
+ #: ../settings.php:710
849
  msgid "Enable reCAPTCHA for WooCommerce login form"
850
  msgstr "Slå på reCAPTCHA for WooCommerce innloggings-skjema"
851
 
852
+ #: ../common.php:962
853
  msgid "Request to the Google reCAPTCHA service failed"
854
  msgstr "Forespørsel til Googles reCAPTCHA-tjeneste mislyktes"
855
 
856
+ #: ../dashboard.php:1837 ../dashboard.php:1863
857
  msgid "View all"
858
  msgstr "Se alle"
859
 
860
+ #: ../dashboard.php:1864
861
  msgid "Recently locked out IP addresses"
862
  msgstr "Nylig utestengte IP-adresser"
863
 
864
+ #: ../cerber-lab.php:772
865
  msgid "OK, nail them all"
866
  msgstr "OK, ta alle sammen"
867
 
868
+ #: ../cerber-lab.php:773
869
  msgid "NO, maybe later"
870
  msgstr "NEI, kanskje senere"
871
 
872
+ #: ../dashboard.php:55 ../dashboard.php:1376 ../dashboard.php:2193 ../settings.
873
+ #: php:1169
874
  msgid "Dashboard"
875
  msgstr "Kontrollpanel"
876
 
877
+ #: ../cerber-lab.php:770
878
  msgid "Want to make WP Cerber even more powerful?"
879
  msgstr "Vil du gjøre WP Cerber enda sterkere?"
880
 
881
+ #: ../cerber-lab.php:771
882
  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."
883
  msgstr "Tillat at WP Cerber sender utestengde ondsinnede IP-adresser til Cerber Lab. Dette hjelper plugin-teamet å utvikle nye algoritmer som vil beskytte WordPress mot nye trusler og botnett som dukker opp hver dag. Du kan slå av sendingen i plugin-innstillingene når som helst."
884
 
885
+ #: ../dashboard.php:585 ../dashboard.php:3034
886
  msgid "IP address"
887
  msgstr "IP-adresse"
888
 
889
+ #: ../dashboard.php:590
890
  msgid "User login"
891
  msgstr "Brukernavn"
892
 
893
+ #: ../dashboard.php:591 ../dashboard.php:3040
894
  msgid "User ID"
895
  msgstr "Bruker-ID"
896
 
897
+ #: ../dashboard.php:821 ../dashboard.php:3444
898
  msgid "Export"
899
  msgstr "Eksporter"
900
 
901
+ #: ../dashboard.php:844
902
  msgid "Search for IP or username"
903
  msgstr "Søk etter IP eller brukernavn"
904
 
905
+ #: ../dashboard.php:845
906
  msgid "Filter"
907
  msgstr "Filter"
908
 
909
+ #: ../dashboard.php:55
910
  msgid "Cerber Dashboard"
911
  msgstr "Cerber-kontrollpanel"
912
 
913
+ #: ../dashboard.php:70
914
  msgid "Cerber tools"
915
  msgstr "Cerber-verktøy"
916
 
917
+ #: ../dashboard.php:2091
918
  msgid "Subscribe"
919
  msgstr "Abbonér"
920
 
921
+ #: ../dashboard.php:2092 ../cerber-tools.php:286
922
  msgid "Unsubscribe"
923
  msgstr "Avslutt abonnementet"
924
 
925
+ #: ../dashboard.php:2120
926
  msgid "You've subscribed"
927
  msgstr "Du abbonerer"
928
 
929
+ #: ../dashboard.php:2123
930
  msgid "You've unsubscribed"
931
  msgstr "Du har avsluttet abonnementet"
932
 
933
+ #: ../cerber-load.php:3614 ../cerber-load.php:3615
934
  msgid "A new activity has been recorded"
935
  msgstr "En ny aktivitet har blitt registrert"
936
 
937
+ #: ../cerber-load.php:4118
938
  msgid "User"
939
  msgstr "Bruker"
940
 
941
+ #: ../cerber-load.php:4126
942
  msgid "Search string"
943
  msgstr "Søkeord"
944
 
945
+ #: ../cerber-load.php:4147
946
  msgid "To unsubscribe click here"
947
  msgstr "Klikk her for å avslutte abbonementet"
948
 
949
+ #: ../settings.php:427
950
  msgid "Preferences"
951
  msgstr "Valg"
952
 
953
+ #: ../settings.php:434
954
  msgid "Date format"
955
  msgstr "Datoformat"
956
 
957
+ #: ../settings.php:439
958
  msgid "if empty, the default format %s will be used"
959
  msgstr "hvis blank, vil formatet %s bli brukt"
960
 
961
+ #: ../settings.php:759
962
  msgid "Push notifications"
963
  msgstr "Push-varsler"
964
 
965
+ #: ../settings.php:739
966
  msgid "Email notifications"
967
  msgstr "E-postvarsel"
968
 
969
+ #: ../settings.php:746 ../settings.php:787 ../settings.php:873 ../settings.php:1051
970
  msgid "Use comma to specify multiple values"
971
  msgstr "Bruk komma for å skille mellom flere verdier"
972
 
973
+ #: ../settings.php:767
974
  msgid "All connected devices"
975
  msgstr "Alle tilkoblede enheter"
976
 
977
+ #: ../settings.php:770
978
  msgid "No devices found"
979
  msgstr "Ingen enheter funnet"
980
 
981
+ #: ../settings.php:774
982
  msgid "Not available"
983
  msgstr "Ikke tilgjengelig"
984
 
985
+ #: ../common.php:958
986
  msgid "Password reset requested"
987
  msgstr "Nullstilling av passord forespurt"
988
 
989
+ #: ../common.php:1030
990
  msgid "Limit on failed reCAPTCHA verifications is reached"
991
  msgstr "Grensen for mislykkede reCAPTCHA-verifiseringer er nådd"
992
 
993
+ #: ../common.php:1180
994
  msgid "%s ago"
995
  msgstr "%s siden"
996
 
997
+ #: ../settings.php:301
998
  msgid "Apply limit login rules to IP addresses in the White IP Access List"
999
  msgstr "Aktivér regler for begrensning av innloggingsforsøk for hvitlistede IP-adresser."
1000
 
1001
+ #: ../settings.php:342
1002
  msgid "Display 404 page"
1003
  msgstr "Vis 404-siden"
1004
 
1005
+ #: ../settings.php:663
1006
  msgid "Invisible reCAPTCHA"
1007
  msgstr "Usynlig reCAPTCHA"
1008
 
1009
+ #: ../settings.php:668
1010
  msgid "Enable invisible reCAPTCHA"
1011
  msgstr "Aktivér usynlig reCAPTCHA"
1012
 
1013
+ #: ../settings.php:668
1014
  msgid "(do not enable it unless you get and enter the Site and Secret keys for the invisible version)"
1015
  msgstr "(ikke aktivér denne med mindre du legger inn sidenøkkel og hemmelig nøkkel for den usynlige versjonen)"
1016
 
1017
+ #: ../settings.php:718
1018
  msgid "Enable reCAPTCHA for WordPress comment form"
1019
  msgstr "Aktivér reCAPTCHA for WordPress' kommentarskjema"
1020
 
1021
+ #: ../settings.php:725
1022
  msgid "Disable reCAPTCHA for logged in users"
1023
  msgstr "Deaktivér reCAPTCHA for innloggede brukere"
1024
 
1025
+ #: ../settings.php:727
1026
  msgid "Limit attempts"
1027
  msgstr "Begrens forsøk"
1028
 
1029
+ #: ../settings.php:732
1030
  msgid "Lock out IP address for %s minutes after %s failed attempts within %s minutes"
1031
  msgstr "Steng ute IP-adresser for %s minutter etter %s mislykkede forsøk på %s minutter"
1032
 
1033
+ #: ../settings.php:1135
1034
  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."
1035
  msgstr "I vakttårnsmodus kan ingen andre enn hvitlistede IP-adresser logge seg inn. Allerede innloggede brukere vil ikke bli påvirket."
1036
 
1037
+ #: ../dashboard.php:587 ../dashboard.php:801
1038
  msgid "Event"
1039
  msgstr "Hendelse"
1040
 
1041
+ #: ../common.php:195
1042
  msgid "Spam comments denied"
1043
  msgstr "Spam-kommentarer nektet"
1044
 
1045
+ #: ../common.php:197
1046
  msgid "Malicious IP addresses detected"
1047
  msgstr "Ondsinnede IP-adresser oppdaget"
1048
 
1049
+ #: ../common.php:198
1050
  msgid "Lockouts occurred"
1051
  msgstr "Utestengelser"
1052
 
1053
+ #: ../dashboard.php:1846
1054
  msgid "All suspicious activity"
1055
  msgstr "All mistenkelig aktivitet"
1056
 
1057
+ #: ../cerber-load.php:1294 ../cerber-load.php:1300 ../cerber-load.php:1316 ..
1058
+ #: /cerber-load.php:1323
1059
  msgid "You are not allowed to register."
1060
  msgstr "Du har ikke tilgang til å registrere deg"
1061
 
1062
+ #: ../common.php:943
1063
  msgid "Spam comment denied"
1064
  msgstr "Spam-kommentar nektet"
1065
 
1066
+ #: ../common.php:968
1067
  msgid "Attempt to log in denied"
1068
  msgstr "Innloggingsforsøk nektet"
1069
 
1070
+ #: ../common.php:969
1071
  msgid "Attempt to register denied"
1072
  msgstr "Registreringsforsøk nektet"
1073
 
1074
+ #: ../common.php:192
1075
  msgid "Malicious activities mitigated"
1076
  msgstr "Mistenkelige aktiviteter redusert"
1077
 
1078
+ #: ../dashboard.php:69
1079
  msgid "Cerber antispam settings"
1080
  msgstr "Cerber antispam-innstillinger"
1081
 
1082
+ #: ../dashboard.php:69 ../cerber-load.php:4401 ../settings.php:713
1083
  msgid "Antispam"
1084
  msgstr "Antispam"
1085
 
1086
+ #: ../settings.php:588
1087
  msgid "Cerber antispam engine"
1088
  msgstr "Cerber antispam-system"
1089
 
1090
+ #: ../settings.php:589
1091
  msgid "Comment form"
1092
  msgstr "Kommentarskjema"
1093
 
1094
+ #: ../settings.php:594
1095
  msgid "Protect comment form with bot detection engine"
1096
  msgstr "Beskytt kommentarskjema med system for bot-oppdagelse"
1097
 
1098
+ #: ../settings.php:601
1099
  msgid "Protect registration form with bot detection engine"
1100
  msgstr "Beskytt registreringssskjema med system for bot-oppdagelse"
1101
 
1102
+ #: ../cerber-tools.php:40
1103
  msgid "Export & Import"
1104
  msgstr "Eksporter og importer"
1105
 
1106
+ #: ../cerber-tools.php:41
1107
  msgid "Diagnostic"
1108
  msgstr "Diagnose"
1109
 
1110
+ #: ../cerber-tools.php:44
1111
  msgid "License"
1112
  msgstr "Lisens"
1113
 
1114
+ #: ../dashboard.php:3825
1115
  msgid "Antispam and bot detection settings"
1116
  msgstr "Innstillinger for antispam og bot-oppdagelse"
1117
 
1118
+ #: ../cerber-load.php:1561
1119
  msgid "Sorry, human verification failed."
1120
  msgstr "Beklager, menneskeverifisering feilet"
1121
 
1122
+ #: ../common.php:1031
1123
  msgid "Bot activity is detected"
1124
  msgstr "Bot-aktivitet er oppdaget"
1125
 
1126
+ #: ../settings.php:636
1127
  msgid "Comment processing"
1128
  msgstr "Behandler kommentaren"
1129
 
1130
+ #: ../settings.php:637
1131
  msgid "If a spam comment detected"
1132
  msgstr "Hvis en spam-kommentar oppdages"
1133
 
1134
+ #: ../settings.php:644
1135
  msgid "Trash spam comments"
1136
  msgstr "Kast spam-kommentarer i papirkurven"
1137
 
1138
+ #: ../settings.php:649
1139
  msgid "Move spam comments to trash after"
1140
  msgstr "Flytt spam-kommentarer til papirkurven etter"
1141
 
1142
+ #: ../common.php:944
1143
  msgid "Spam form submission denied"
1144
  msgstr "Innsending av skjema nektet pga. spam"
1145
 
1146
+ #: ../settings.php:603
1147
  msgid "Other forms"
1148
  msgstr "Andre skjemaer"
1149
 
1150
+ #: ../settings.php:608
1151
  msgid "Protect all forms on the website with bot detection engine"
1152
  msgstr "Beskytt alle skjemaer på websiden med systemet for bot-oppdagelse"
1153
 
1154
+ #: ../settings.php:611
1155
  msgid "Adjust antispam engine"
1156
  msgstr "Justér antispam-systemet"
1157
 
1158
+ #: ../settings.php:612
1159
  msgid "Safe mode"
1160
  msgstr "Sikkermodus"
1161
 
1162
+ #: ../settings.php:617
1163
  msgid "Use less restrictive policies (allow AJAX)"
1164
  msgstr "Bruk mindre restriktive regler (tillat AJAX)"
1165
 
1166
+ #: ../dashboard.php:3418 ../settings.php:512 ../settings.php:619
1167
  msgid "Logged in users"
1168
  msgstr "Innloggede brukere"
1169
 
1170
+ #: ../settings.php:624
1171
  msgid "Disable bot detection engine for logged in users"
1172
  msgstr "Deaktivér systemet for bot-oppdagelse for innloggede brukere"
1173
 
1174
+ #: ../dashboard.php:137 ../dashboard.php:799
1175
  msgid "Country"
1176
  msgstr "Land"
1177
 
1178
+ #: ../dashboard.php:832
1179
  msgid "All events"
1180
  msgstr "Alle hendelser"
1181
 
1182
+ #: ../dashboard.php:61
1183
  msgid "Cerber Security Rules"
1184
  msgstr "Cerber sikkerhetsregler"
1185
 
1186
+ #: ../dashboard.php:61 ../dashboard.php:2645
1187
  msgid "Security Rules"
1188
  msgstr "Sikkerhetsregler"
1189
 
1190
+ #: ../dashboard.php:1205
1191
  msgid "Failed login attempts"
1192
  msgstr "Mislykkede innloggingsforsøk"
1193
 
1194
+ #: ../dashboard.php:1153 ../dashboard.php:1206
1195
  msgid "Registered"
1196
  msgstr "Registrert"
1197
 
1198
+ #: ../dashboard.php:1276 ../cerber-users.php:25
1199
  msgid "You"
1200
  msgstr "Deg"
1201
 
1202
+ #: ../common.php:196
1203
  msgid "Spam form submissions denied"
1204
  msgstr "Innsending av skjema nektet pga. spam"
1205
 
1206
+ #: ../dashboard.php:1900 ../cerber-load.php:3605 ../cerber-load.php:4390
1207
  msgid "Getting Started Guide"
1208
  msgstr "Hurtigstartsguide"
1209
 
1210
+ #: ../dashboard.php:2637
1211
  msgid "Countries"
1212
  msgstr "Land"
1213
 
1214
+ #: ../dashboard.php:2706
1215
  msgid "Permitted for one country"
1216
  msgid_plural "Permitted for %d countries"
1217
  msgstr[0] "Tillatt for ett land"
1218
  msgstr[1] "Tillatt for %s land"
1219
 
1220
+ #: ../dashboard.php:2717
1221
  msgid "No rule"
1222
  msgstr "Ingen regel"
1223
 
1224
+ #: ../dashboard.php:2929
1225
  msgid "Security rules have been updated"
1226
  msgstr "Sikkerhetsreglene har blitt oppdatert"
1227
 
1230
  msgid "https://wpcerber.com"
1231
  msgstr "https://wpcerber.com"
1232
 
1233
+ #: ../common.php:945
1234
  msgid "Form submission denied"
1235
  msgstr "Innsending av skjema nektet"
1236
 
1237
+ #: ../common.php:946
1238
  msgid "Comment denied"
1239
  msgstr "Kommentar nektet"
1240
 
1241
+ #: ../common.php:974
1242
  msgid "Request to REST API denied"
1243
  msgstr "Forespørsel til REST API nektet"
1244
 
1245
+ #: ../common.php:975
1246
  msgid "XML-RPC request denied"
1247
  msgstr "Forespørsel til XML-RPC nektet"
1248
 
1249
+ #: ../common.php:986
1250
  msgid "Bot detected"
1251
  msgstr "Bot oppdaget"
1252
 
1253
+ #: ../common.php:987
1254
  msgid "Citadel mode is active"
1255
  msgstr "Vakttårnsmodus er aktiv"
1256
 
1257
+ #: ../common.php:992
1258
  msgid "Malicious activity detected"
1259
  msgstr "Mistenkelig aktivitet oppdaget"
1260
 
1261
+ #: ../common.php:993
1262
  msgid "Blocked by country rule"
1263
  msgstr "Blokkert av land-regel"
1264
 
1265
+ #: ../common.php:994
1266
  msgid "Limit reached"
1267
  msgstr "Grensen er nådd"
1268
 
1269
+ #: ../common.php:995
1270
  msgid "Multiple suspicious activities"
1271
  msgstr "Flere mistenkelige aktiviteter"
1272
 
1273
+ #: ../common.php:1032
1274
  msgid "Multiple suspicious activities were detected"
1275
  msgstr "Flere mistenkelige aktiviteter ble oppdaget"
1276
 
1277
+ #: ../settings.php:517
 
 
 
 
 
 
 
 
1278
  msgid "Allow REST API for logged in users"
1279
  msgstr "Tillat REST API for innloggede brukere"
1280
 
1281
+ #: ../settings.php:532
1282
  msgid "Specify REST API namespaces to be allowed if REST API is disabled. One string per line."
1283
  msgstr "Spesifisér REST API navneområder som skal tillates når REST API er deaktivert. En string per linje."
1284
 
1285
+ #: ../settings.php:135
1286
  msgid "Registration limit"
1287
  msgstr "Grense for registreringer"
1288
 
1289
+ #: ../settings.php:156
1290
  msgid "Sort users in dashboard"
1291
  msgstr "Sorter brukere i kontrollpanelet"
1292
 
1293
+ #: ../settings.php:157
1294
  msgid "by date of registration"
1295
  msgstr "etter registreringsdato"
1296
 
1297
+ #: ../settings.php:626
1298
  msgid "Query whitelist"
1299
  msgstr "Forespør hvitliste"
1300
 
1301
+ #: ../settings.php:1326
1302
  msgid "%s allowed registrations in %s minutes from one IP"
1303
  msgstr "%s tillatte registreringer på %s minutter fra én IP-adresse"
1304
 
1305
+ #: ../dashboard.php:2773
1306
  msgid "Start typing here to find a country"
1307
  msgstr "Begynn å skrive her for å finne et land"
1308
 
1309
+ #: ../dashboard.php:2856
1310
  msgid "Click on a country name to add it to the list of selected countries"
1311
  msgstr "Klikk på et land for å legge det til listen over valgte land"
1312
 
1313
+ #: ../dashboard.php:2880
1314
  msgid "Submit forms"
1315
  msgstr "Send inn skjemaer"
1316
 
1317
+ #: ../dashboard.php:2881
1318
  msgid "Post comments"
1319
  msgstr "Publisér kommentarer"
1320
 
1321
+ #: ../dashboard.php:2882
1322
  msgid "Log in to the website"
1323
  msgstr "Logg inn på websiden"
1324
 
1325
+ #: ../dashboard.php:2883
1326
  msgid "Register on the website"
1327
  msgstr "Registrer på websiden"
1328
 
1329
+ #: ../dashboard.php:2884
1330
  msgid "Use XML-RPC"
1331
  msgstr "Bruk XML-RPC"
1332
 
1333
+ #: ../dashboard.php:2885
1334
  msgid "Use REST API"
1335
  msgstr "Bruk REST API"
1336
 
1337
+ #: ../settings.php:642
1338
  msgid "Deny it completely"
1339
  msgstr "Nekt det fullstendig"
1340
 
1341
+ #: ../settings.php:642
1342
  msgid "Mark it as spam"
1343
  msgstr "Marker det som spam"
1344
 
1345
+ #: ../dashboard.php:1831
1346
  msgid "in the last 24 hours"
1347
  msgstr "i løpet av de siste 24 timer"
1348
 
1349
+ #: ../dashboard.php:2194
1350
  msgid "Main settings"
1351
  msgstr "Hovedinnstillinger"
1352
 
1353
+ #: ../settings.php:779
1354
  msgid "Weekly reports"
1355
  msgstr "Ukentlige rapporter"
1356
 
1357
+ #: ../settings.php:1490
1358
  msgid "Sunday"
1359
  msgstr "Søndag"
1360
 
1361
+ #: ../settings.php:1491
1362
  msgid "Monday"
1363
  msgstr "Mandag"
1364
 
1365
+ #: ../settings.php:1492
1366
  msgid "Tuesday"
1367
  msgstr "Tirsdag"
1368
 
1369
+ #: ../settings.php:1493
1370
  msgid "Wednesday"
1371
  msgstr "Onsdag"
1372
 
1373
+ #: ../settings.php:1494
1374
  msgid "Thursday"
1375
  msgstr "Torsdag"
1376
 
1377
+ #: ../settings.php:1495
1378
  msgid "Friday"
1379
  msgstr "Fredag"
1380
 
1381
+ #: ../settings.php:1496
1382
  msgid "Saturday"
1383
  msgstr "Lørdag"
1384
 
1385
+ #: ../settings.php:1555 ../settings.php:1556
1386
  msgid "If you use a caching plugin, you have to add your new login URL to the list of pages not to cache."
1387
  msgstr "Hvis du bruker en plugin for caching, må du legge din nye innloggings-URL til listen over sider som ikke skal caches."
1388
 
1389
+ #: ../cerber-load.php:3620
1390
  msgid "Weekly report"
1391
  msgstr "Ukentlig rapport"
1392
 
1393
+ #: ../cerber-load.php:3623 ../cerber-load.php:3633
1394
  msgid "To change reporting settings visit"
1395
  msgstr "For å endre rapporteringsinnstillingene, besøk"
1396
 
1397
+ #: ../cerber-load.php:3656
1398
  msgid "Your login page:"
1399
  msgstr "Din innloggingsside"
1400
 
1401
+ #: ../cerber-load.php:3660
1402
  msgid "Your license is valid until"
1403
  msgstr "Din lisens er gyldig inntil"
1404
 
1405
+ #: ../cerber-load.php:3766
1406
  msgid "Activity details"
1407
  msgstr "Aktivitetsdetaljer"
1408
 
1409
+ #: ../settings.php:1522
1410
  msgid "Click to send now"
1411
  msgstr "Klikk for å sende nå"
1412
 
1413
+ #: ../cerber-load.php:855
1414
  msgid "> > > Translator of WP Cerber? To get the PRO license for free, drop your contacts here: https://wpcerber.com/contact/"
1415
  msgstr "> > > WP Cerber-oversetter? For å få en gratis PRO-lisens, legg igjen din kontaktinfo her: https://wpcerber.com/contact"
1416
 
1417
+ #: ../dashboard.php:446
1418
  msgid "Email has been sent to"
1419
  msgstr "E-post har blitt sendt til"
1420
 
1421
+ #: ../dashboard.php:449
1422
  msgid "Unable to send email to"
1423
  msgstr "Kunne ikke sende e-post til"
1424
 
1425
+ #: ../dashboard.php:2709
1426
  msgid "Not permitted for one country"
1427
  msgid_plural "Not permitted for %d countries"
1428
  msgstr[0] "Ikke tillatt for ett land"
1429
  msgstr[1] "Ikke tillatt for %d land"
1430
 
1431
+ #: ../dashboard.php:2860
1432
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1433
  msgid "Selected countries are permitted to %s, other countries are not permitted to"
1434
  msgstr "Valgte land er tillatt å %s, andre land er ikke tillatt å"
1435
 
1436
+ #: ../dashboard.php:2863
1437
  msgctxt "to is a marker of infinitive, e.g. \"to use it\""
1438
  msgid "Selected countries are not permitted to %s, other countries are permitted to"
1439
  msgstr "Valgte land er ikke tillatt å %s, andre land er tillatt å"
1440
 
1441
+ #: ../cerber-load.php:3754
1442
  msgid "Weekly Report"
1443
  msgstr "Ukentlig rapport"
1444
 
1445
+ #: ../settings.php:347
1446
  msgid "Use 404 template from the active theme"
1447
  msgstr "Bruk malen for 404-siden fra det aktive temaet."
1448
 
1449
+ #: ../settings.php:348
1450
  msgid "Display simple 404 page"
1451
  msgstr "Vis en enkel 404-side"
1452
 
1453
+ #: ../settings.php:633
1454
  msgid "Enter a part of query string or query path to exclude a request from inspection by the engine. One item per line."
1455
  msgstr "Skriv inn en del av en spørringsstreng for å ekskludere en forespørsel fra undersøkelse av systemet. En feorespørsel per linje."
1456
 
1457
+ #: ../settings.php:791 ../settings.php:1055
1458
  msgid "if empty, email from notification settings will be used"
1459
  msgstr "hvis feltet er tomt, vil e-postadressen fra varselinnstillingene bli brukt"
1460
 
1461
+ #: ../settings.php:780
1462
  msgid "Enable reporting"
1463
  msgstr "Aktivér rapportering"
1464
 
1465
+ #: ../cerber-load.php:3684
1466
  msgid "Your last sign-in was %s from %s"
1467
  msgstr "Din siste innlogging var %s fra %s"
1468
 
1469
+ #: ../cerber-load.php:3780
1470
  msgid "Attempts to log in with non-existent username"
1471
  msgstr "Forsøk på å logge inn med ikke-eksisterende brukernavn"
1472
 
1473
+ #: ../dashboard.php:218
1474
  msgid "IP address, IPv4 address range or subnet"
1475
  msgstr "IP-adresse, IPv4-adresseområde eller subnet"
1476
 
1477
+ #: ../dashboard.php:220
1478
  msgid "Optional comment for this entry"
1479
  msgstr "Valgfri kommentar for denne oppføringen"
1480
 
1481
+ #: ../dashboard.php:261
1482
  msgid "You cannot add your IP address or network"
1483
  msgstr "Du kan ikke legge til din IP-adresse eller nettverk"
1484
 
1485
+ #: ../settings.php:142
1486
  msgid "To specify a REGEX pattern wrap a pattern in two forward slashes."
1487
  msgstr "For å spesifisere et REGEX-mønster, pakk mønsteret inn i to skråstreker."
1488
 
1489
+ #: ../dashboard.php:57
1490
  msgid "Cerber Traffic Inspector"
1491
  msgstr "Cerber Trafikkinspektør"
1492
 
1493
+ #: ../dashboard.php:57 ../dashboard.php:1346 ../dashboard.php:2983
1494
  msgid "Traffic Inspector"
1495
  msgstr "Trafikkinspektør"
1496
 
1497
+ #: ../dashboard.php:1378
1498
  msgid "Traffic"
1499
  msgstr "Trafikk"
1500
 
1501
+ #: ../dashboard.php:3386
1502
  msgid "Request"
1503
  msgstr "Forespørsel"
1504
 
1505
+ #: ../dashboard.php:3388
1506
  msgid "Host Info"
1507
  msgstr "Vertsinformasjon"
1508
 
1509
+ #: ../dashboard.php:3389
1510
  msgid "User Agent"
1511
  msgstr "Brukeragent"
1512
 
1513
+ #: ../dashboard.php:3414
1514
  msgid "All requests"
1515
  msgstr "Alle forespørsler"
1516
 
1517
+ #: ../dashboard.php:3419
1518
  msgid "Not logged in visitors"
1519
  msgstr "Ikke-innloggede besøkende"
1520
 
1521
+ #: ../dashboard.php:3422
1522
  msgid "Form submissions"
1523
  msgstr "Innsendte skjema"
1524
 
1525
+ #: ../dashboard.php:3424
1526
  msgid "Page Not Found"
1527
  msgstr "Siden ikke funnet"
1528
 
1529
+ #: ../dashboard.php:3433
1530
  msgid "Longer than"
1531
  msgstr "Lengre enn"
1532
 
1533
+ #: ../dashboard.php:3449
1534
  msgid "Refresh"
1535
  msgstr "Oppdater"
1536
 
1537
+ #: ../common.php:120
1538
  msgid "Check for requests"
1539
  msgstr "Se etter forespørsler"
1540
 
1541
+ #: ../common.php:1390
1542
  msgid "Not specified"
1543
  msgstr "Ikke spesifisert"
1544
 
1545
+ #: ../settings.php:845
1546
  msgid "Logging mode"
1547
  msgstr "Loggføringsmodus"
1548
 
1549
+ #: ../settings.php:851
1550
  msgid "Logging disabled"
1551
  msgstr "Loggføring deaktivert"
1552
 
1553
+ #: ../settings.php:852
1554
  msgid "Smart"
1555
  msgstr "Smart"
1556
 
1557
+ #: ../settings.php:853
1558
  msgid "All traffic"
1559
  msgstr "All trafikk"
1560
 
1561
+ #: ../settings.php:857
1562
  msgid "Ignore crawlers"
1563
  msgstr "Ingrorer søkeroboter"
1564
 
1565
+ #: ../settings.php:867
1566
  msgid "Mask these form fields"
1567
  msgstr "Maskér disse skjemafeltene"
1568
 
1569
+ #: ../settings.php:907
1570
  msgid "milliseconds"
1571
  msgstr "millisekunder"
1572
 
1573
+ #: ../settings.php:800
 
 
 
 
1574
  msgid "Enable traffic inspection"
1575
  msgstr "Aktiver trafikkinspeksjon"
1576
 
1577
+ #: ../settings.php:844
1578
  msgid "Logging"
1579
  msgstr "Loggføring"
1580
 
1581
+ #: ../settings.php:862
1582
  msgid "Save request fields"
1583
  msgstr "Lagre forespørselfelter"
1584
 
1585
+ #: ../settings.php:902
1586
  msgid "Page generation time threshold"
1587
  msgstr "Tidsgrense for sidegenerering"
1588
 
1589
+ #: ../dashboard.php:3406
1590
  msgid "No requests have been logged."
1591
  msgstr "Ingen forespørsler har blitt loggført"
1592
 
1593
+ #: ../dashboard.php:1345
1594
  msgid "enabled"
1595
  msgstr "aktivert"
1596
 
1597
+ #: ../dashboard.php:1350
1598
  msgid "no connection"
1599
  msgstr "ingen forbindelse"
1600
 
1601
+ #: ../dashboard.php:3757
1602
  msgid "Advanced search"
1603
  msgstr "Avansert søk"
1604
 
1605
+ #: ../dashboard.php:1143
1606
  msgid "Last seen"
1607
  msgstr "Sist sett"
1608
 
1609
+ #: ../common.php:970 ../common.php:1033
1610
  msgid "Probing for vulnerable PHP code"
1611
  msgstr "Søker etter sårbar PHP-kode"
1612
 
1613
+ #: ../dashboard.php:3714
1614
  msgid "Any"
1615
  msgstr "Enhver"
1616
 
1617
+ #: ../cerber-load.php:3404
1618
  msgid "We're sorry, you are not allowed to proceed"
1619
  msgstr "Beklager, du har ikke tillatelse til å fortsette"
1620
 
1621
+ #: ../settings.php:816
1622
  msgid "Request whitelist"
1623
  msgstr "Be om hvitlisting"
1624
 
1625
+ #: ../settings.php:822
1626
  msgid "Enter a request URI to exclude the request from inspection. One item per line."
1627
  msgstr "Skriv inn en forespørsels-URI for å ekskludere feorespørselen fra inspeksjon. Ett element per linje"
1628
 
1629
+ #: ../settings.php:878
1630
  msgid "Save request headers"
1631
  msgstr "Lagre forespørsels-headere"
1632
 
1633
+ #: ../settings.php:884
1634
  msgid "Save $_SERVER"
1635
  msgstr "Lagre $_SERVER"
1636
 
1637
+ #: ../settings.php:890
1638
  msgid "Save request cookies"
1639
  msgstr "Lagre forespørsels-cookies"
1640
 
1641
+ #: ../settings.php:460
1642
  msgid "Protect admin scripts"
1643
  msgstr "Beskytt admin-scripts"
1644
 
1645
+ #: ../settings.php:465
1646
  msgid "Block unauthorized access to load-scripts.php and load-styles.php"
1647
  msgstr "Blokker uautorisert tilgang til load-scripts.php og load-styles.php"
1648
 
1649
+ #: ../common.php:2216
1650
  msgid "Unable to create the directory"
1651
  msgstr "Kunne ikke opprette mappen"
1652
 
1653
+ #: ../common.php:2221
1654
  msgid "Destination folder access denied"
1655
  msgstr "Tilgang til målmappen ble nektet"
1656
 
1657
+ #: ../common.php:2224
1658
  msgid "File not found"
1659
  msgstr "Kunne ikke finne filen"
1660
 
1661
+ #: ../common.php:2227
1662
  msgid "Unable to copy the file"
1663
  msgstr "Kunne ikke kopiere filen"
1664
 
1665
+ #: ../common.php:2233
1666
  msgid "Unable to delete the file"
1667
  msgstr "Kunne ikke slette filen"
1668
 
1669
+ #: ../settings.php:263
1670
  msgid "Plugin initialization"
1671
  msgstr "Initialisering av plugin"
1672
 
1673
+ #: ../settings.php:264
1674
  msgid "Load security engine"
1675
  msgstr "Last inn sikkerhetssystem"
1676
 
1677
+ #: ../settings.php:270
1678
  msgid "Legacy mode"
1679
  msgstr "Legacy-modus"
1680
 
1681
+ #: ../settings.php:271
1682
  msgid "Standard mode"
1683
  msgstr "Standardmodus"
1684
 
1685
+ #: ../settings.php:1533
1686
  msgid "Plugin initialization mode has not been changed"
1687
  msgstr "Initialisering av plugin er ikke forandret"
1688
 
1691
  msgid "This is a standard boot module for WP Cerber Security & Antispam plugin. It was installed when you set the plugin initialization mode to Standard. Know more: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1692
  msgstr "Dette er en standard oppstartsmodul for WP Cerber Security & Antispam plugin. Den ble installert når du satte pluginens initialiseringsmodus til Standard. Les mer: <a href=\"https://wpcerber.com\">wpcerber.com</a>."
1693
 
1694
+ #: ../common.php:972
1695
  msgid "File upload denied"
1696
  msgstr "Filopplasting ble nektet"
1697
 
1698
+ #: ../settings.php:360
1699
  msgid "Custom login URL may contain only letters, numbers, dashes and underscores"
1700
  msgstr "Egendefinert innloggingsadresse kan kun inneholde bokstaver, tall, bindestreker og understreker."
1701
 
1702
+ #: ../settings.php:633 ../settings.php:822
1703
  msgid "To specify a REGEX pattern, enclose a whole line in two braces."
1704
  msgstr "For å spesifisere et REGEX-mønster, kan du pakke en linke inn i { og }."
1705
 
1706
+ #: ../settings.php:1131
1707
  msgid "Be careful about enabling these options."
1708
  msgstr "Vær forsiktig med å aktivere disse valgene."
1709
 
1710
+ #: ../settings.php:1131
1711
  msgid "If you forget your Custom login URL, you will be unable to log in."
1712
  msgstr "Hvis du glemmer din egendefinerte innloggingsadresse, vil du ikke kunne logge inn."
1713
 
1714
+ #: ../dashboard.php:65 ../cerber-scanner.php:89
1715
  msgid "Site Integrity"
1716
  msgstr "Sideintegritet"
1717
 
1718
+ #: ../dashboard.php:1363 ../dashboard.php:1365 ../settings.php:806 ../settings.
1719
+ #: php:832 ../cerber-scanner.php:1466
1720
  msgid "Disabled"
1721
  msgstr "Deaktivert"
1722
 
1723
+ #: ../dashboard.php:1364 ../cerber-scanner.php:915
1724
  msgid "Quick Scan"
1725
  msgstr "Hurtigskann"
1726
 
1727
+ #: ../dashboard.php:1366 ../cerber-scanner.php:915
1728
  msgid "Full Scan"
1729
  msgstr "Full skann"
1730
 
1733
  msgid "WP Cerber Security, Antispam & Malware Scan"
1734
  msgstr "WP Cerber Sikkerhet, Antispam & Malware-søk"
1735
 
1736
+ #: ../common.php:996
1737
  msgid "Denied"
1738
  msgstr "Nektet"
1739
 
1740
+ #: ../settings.php:110 ../settings.php:296 ../settings.php:811
1741
  msgid "Use White IP Access List"
1742
  msgstr "Bruk hvitliste"
1743
 
1744
+ #: ../settings.php:330
1745
  msgid "Disable dashboard redirection"
1746
  msgstr "Deaktiver omdirigering av kontrollpanelet"
1747
 
1748
+ #: ../settings.php:334
1749
  msgid "Disable automatic redirection to the login page when /wp-admin/ is requested by an unauthorized request"
1750
  msgstr "Deaktiver automatisk omdirigering til innloggingssiden ved uautoriserte oppslag på /wp-admin/ "
1751
 
1752
+ #: ../settings.php:923
1753
  msgid "Scanner settings"
1754
  msgstr "Skannerinnstillinger"
1755
 
1756
+ #: ../settings.php:924
1757
  msgid "Custom signatures"
1758
  msgstr "Egendefinerte signaturer"
1759
 
1760
+ #: ../settings.php:930
1761
  msgid "Specify custom PHP code signatures. One item per line. To specify a REGEX pattern, enclose a whole line in two braces."
1762
  msgstr "Spesifiser egendefinerte PHP-signaturer. Ett element per linje. For å spesifisere REGEX-mønster, pakk en linje inn i { og }."
1763
 
1764
+ #: ../settings.php:932
1765
  msgid "Unwanted file extensions"
1766
  msgstr "Uønskede filendelser"
1767
 
1768
+ #: ../settings.php:938
1769
  msgid "Specify file extensions to search for. Full scan only. Use comma to separate items."
1770
  msgstr "Spesifiser filendelser å søke etter. Kun tilgjengelig under full skann. Bruk komma for å skille mellom elementer."
1771
 
1772
+ #: ../settings.php:940
1773
  msgid "Directories to exclude"
1774
  msgstr "Mapper å ekskludere"
1775
 
1776
+ #: ../settings.php:946
1777
  msgid "Specify directories to exclude from scanning. Use absolute paths. One item per line."
1778
  msgstr "Spesifiser mapper som skal ekskluderes fra skanningen. Bruk absolutte adresser. Ett element per linje."
1779
 
1780
+ #: ../settings.php:961
1781
  msgid "Scan temporary directory"
1782
  msgstr "Skann midlertidig katalog"
1783
 
1784
+ #: ../settings.php:968
1785
  #, fuzzy
1786
  msgid "Scan session directory"
1787
  msgstr "Skann øktkatalog"
1788
 
1789
+ #: ../settings.php:980
1790
  msgid "Delete quarantined files after"
1791
  msgstr "Slett filer i karantene etter"
1792
 
1793
+ #: ../settings.php:995
1794
  msgid "Launch Quick Scan"
1795
  msgstr "Start hurtigskann"
1796
 
1797
+ #: ../cerber-scanner.php:1467
1798
  msgid "Every hour"
1799
  msgstr "Hver time"
1800
 
1801
+ #: ../cerber-scanner.php:1468
1802
  msgid "Every 3 hours"
1803
  msgstr "Hver 3. time"
1804
 
1805
+ #: ../cerber-scanner.php:1469
1806
  msgid "Every 6 hours"
1807
  msgstr "Hver 6. time"
1808
 
1809
+ #: ../settings.php:1002
1810
  msgid "Launch Full Scan"
1811
  msgstr "Start full skann"
1812
 
1813
+ #: ../settings.php:1012 ../settings.php:1071
1814
  msgid "Low severity"
1815
  msgstr "Lav alvorlighetsgrad"
1816
 
1817
+ #: ../settings.php:1012 ../settings.php:1071
1818
  msgid "Medium severity"
1819
  msgstr "Medium alvorlighetsgrad"
1820
 
1821
+ #: ../settings.php:1012 ../settings.php:1071
1822
  msgid "High severity"
1823
  msgstr "Høy alvorlighetsgrad"
1824
 
1825
+ #: ../settings.php:1013
1826
  msgid "Report an issue if any of the following is true"
1827
  msgstr "Rapporter en hendelse hvis noe av følgende stemmer"
1828
 
1829
+ #: ../settings.php:1021
1830
  msgid "Send email report"
1831
  msgstr "Send rapport på e-post"
1832
 
1833
+ #: ../settings.php:1027
1834
  msgid "After every scan"
1835
  msgstr "Etter hver skanning"
1836
 
1837
+ #: ../settings.php:1028
1838
  msgid "If any changes in scan results occurred"
1839
  msgstr "Hvis det oppdages en endring i skanningsresultatet"
1840
 
1841
+ #: ../settings.php:1033
1842
  msgid "Include file sizes"
1843
  msgstr "Inkluder filstørrelser"
1844
 
1845
+ #: ../settings.php:1040
1846
  msgid "Include scan errors"
1847
  msgstr "Inkluder skanningsfeil"
1848
 
1849
+ #: ../cerber-load.php:4399 ../cerber-scanner.php:75
1850
  msgid "Security Scanner"
1851
  msgstr "Sikkerhetsskanning"
1852
 
1886
  msgid "Delete"
1887
  msgstr "Slett"
1888
 
1889
+ #: ../cerber-scanner.php:1416
1890
  msgid "Verified"
1891
  msgstr "Verifisert"
1892
 
1893
+ #: ../cerber-scanner.php:1423
1894
  msgid "Integrity data not found"
1895
  msgstr "Integritetsdata ikke funnet"
1896
 
1897
+ #: ../cerber-scanner.php:1424
1898
  msgid "Unable to check the integrity of the plugin due to a network error"
1899
  msgstr "Forhindret fra å sjekke pluginens integritet på grunn av en nettverksfeil"
1900
 
1901
+ #: ../cerber-scanner.php:1425
1902
  msgid "Unable to check the integrity of WordPress files due to a network error"
1903
  msgstr "Forhindret fra å sjekke WordPress-filenes integritet på grunn av en nettverksfeil"
1904
 
1905
+ #: ../cerber-scanner.php:1426
1906
  msgid "Unable to check the integrity of the theme due to a network error"
1907
  msgstr "Forhindret fra å sjekke malens integritet på grunn av en nettverksfeil"
1908
 
1909
+ #: ../cerber-scanner.php:1429
1910
  msgid "Local file doesn't exist"
1911
  msgstr "Den lokale filen eksisterer ikke"
1912
 
1913
+ #: ../cerber-scanner.php:1431
1914
  msgid "Unable to process file"
1915
  msgstr "Kunne ikke behandle filen"
1916
 
1917
+ #: ../cerber-scanner.php:1432 ../cerber-scanner.php:4806
1918
  msgid "Unable to open file"
1919
  msgstr "Kunne ikke åpne filen"
1920
 
1921
+ #: ../cerber-scanner.php:1434
1922
  msgid "Checksum mismatch"
1923
  msgstr "Sjekksummen matcher ikke"
1924
 
1925
+ #: ../cerber-scanner.php:1437
1926
  msgid "Suspicious code found"
1927
  msgstr "Mistenkelig kode ble funnet"
1928
 
1929
+ #: ../cerber-scanner.php:1439
1930
  msgid "Unattended suspicious file"
1931
  msgstr "Ubehandlet mistenkelig fil"
1932
 
1933
+ #: ../cerber-scanner.php:1440
1934
  msgid "Executable code found"
1935
  msgstr "Kjørbar kode ble funnet"
1936
 
1937
+ #: ../cerber-scanner.php:1444
1938
  msgid "Unwanted file extension"
1939
  msgstr "Uønsket filendelse"
1940
 
1941
+ #: ../cerber-scanner.php:1446
1942
  msgid "Content has been modified"
1943
  msgstr "Innholdet er modifisert"
1944
 
1945
+ #: ../cerber-scanner.php:1447
1946
  msgid "New file"
1947
  msgstr "Ny fil"
1948
 
1949
+ #: ../cerber-scanner.php:2483
1950
  msgid "Custom signature found"
1951
  msgstr "Egendefinert signatur funnet"
1952
 
1953
+ #: ../cerber-scanner.php:3622
1954
  msgid "Scanning folders for files"
1955
  msgstr "Skanner mapper for filer"
1956
 
1957
+ #: ../cerber-scanner.php:3626
1958
  msgid "Parsing the list of files"
1959
  msgstr "Analyserer fillisten"
1960
 
1961
+ #: ../cerber-scanner.php:3627
1962
  msgid "Checking for new and modified files"
1963
  msgstr "Sjekker etter nye og modifiserte filer"
1964
 
1965
+ #: ../cerber-scanner.php:3628
1966
  msgid "Verifying the integrity of WordPress"
1967
  msgstr "Verifiserer integriteten til WordPress"
1968
 
1969
+ #: ../cerber-scanner.php:3629
1970
  msgid "Verifying the integrity of the plugins"
1971
  msgstr "Verifiserer integriteten til plugins"
1972
 
1973
+ #: ../cerber-scanner.php:3630
1974
  msgid "Verifying the integrity of the themes"
1975
  msgstr "Verifiserer integriteten til maler"
1976
 
1977
+ #: ../cerber-scanner.php:3631
1978
  msgid "Searching for malicious code"
1979
  msgstr "Søker etter ondsinnet kode"
1980
 
1981
+ #: ../cerber-scanner.php:3632
1982
  msgid "Finalizing the scan"
1983
  msgstr "Ferdigstiller skanningen"
1984
 
1985
+ #: ../cerber-scanner.php:3756 ../cerber-scanner.php:3826
1986
  msgid "Files to scan"
1987
  msgstr "Filer å skanne"
1988
 
1989
+ #: ../cerber-scanner.php:3763 ../cerber-scanner.php:3834
1990
  msgid "Critical issues"
1991
  msgstr "Kritiske hendelser"
1992
 
1993
+ #: ../cerber-scanner.php:3763 ../cerber-scanner.php:3838 ../cerber-scanner.php:4996
1994
  msgid "Issues total"
1995
  msgstr "Totale hendelser"
1996
 
1997
+ #: ../cerber-scanner.php:4201
1998
  msgid "The directory is not writable"
1999
  msgstr "Kan ikke skrive til mappen"
2000
 
2001
+ #: ../cerber-scanner.php:4219
2002
  msgid "Unable to create WP CERBER directory"
2003
  msgstr "Kan ikke opprette WP CERBER-mappen"
2004
 
2005
+ #: ../cerber-scanner.php:4425
2006
  msgid "File access error. Possibly scan results are outdated. Please run Quick or Full Scan."
2007
  msgstr "Filtilgangsfeil. Skanningsresultatene kan være utdaterte. Vennligst utfør hurtigskann eller full skanning."
2008
 
2009
+ #: ../cerber-scanner.php:5105
2010
  msgid "To view full report visit"
2011
  msgstr "For å se full rapport, besøk"
2012
 
2013
+ #: ../cerber-load.php:3630
2014
  msgid "Scanner Report"
2015
  msgstr "Skannerapport"
2016
 
2017
+ #: ../settings.php:948
2018
  msgid "Monitor new files"
2019
  msgstr "Overvåk nye filer"
2020
 
2021
+ #: ../settings.php:955
2022
  msgid "Monitor modified files"
2023
  msgstr "Overvåk modifiserte filer"
2024
 
2025
+ #: ../settings.php:1029
2026
  msgid "If new issues found"
2027
  msgstr "Hvis nye hendelser oppdages"
2028
 
2029
+ #: ../settings.php:1782
2030
  msgid "The schedule has been updated"
2031
  msgstr "Planleggingen oppdateres"
2032
 
2033
+ #: ../cerber-scanner.php:1443 ../cerber-scanner.php:2663
2034
  msgid "Suspicious directives found"
2035
  msgstr "Fant mistenkelige direktiver"
2036
 
2037
+ #: ../cerber-scanner.php:2661
2038
  msgid "Suspicious code instruction found"
2039
  msgstr "Fant mistenkelig kodeinstruksjon"
2040
 
2041
+ #: ../cerber-scanner.php:2662
2042
  msgid "Suspicious code signatures found"
2043
  msgstr "Fant mistenkelige kodesignaturer"
2044
 
2045
+ #: ../cerber-scanner.php:2665
2046
  msgid "To solve this issue you have to reinstall %s or update it to the latest version."
2047
  msgstr "For å løse denne hendelsen må du installere %s eller oppdatere den til siste versjon."
2048
 
2049
+ #: ../cerber-scanner.php:2666
2050
  msgid "Please upload a reference ZIP archive"
2051
  msgstr "Vennligst last opp en referanse-ZIP"
2052
 
2053
+ #: ../cerber-scanner.php:2667
2054
  msgid "Resolve issue"
2055
  msgstr "Løs hendelse"
2056
 
2057
+ #: ../cerber-scanner.php:3912
2058
  msgid "We have not found any integrity data to verify"
2059
  msgstr "Kunne ikke finne noen integritetsdata å verifisere"
2060
 
2061
+ #: ../cerber-scanner.php:3914
2062
  msgid "You have to upload a ZIP archive from which you've installed it. This enables the security scanner to verify the integrity of the code and detect malware."
2063
  msgstr "Du må laste opp en ZIP-fil som du har installert fra. Dette gjør det mulig for sikkerhetsskanningen å verifisere kodens integritet og oppdage malware."
2064
 
2065
+ #: ../cerber-scanner.php:4952
2066
  msgid "Full Scan Report"
2067
  msgstr "Full skanningsrapport"
2068
 
2069
+ #: ../cerber-scanner.php:4952
2070
  msgid "Quick Scan Report"
2071
  msgstr "Hurtigskanningsrapport"
2072
 
2073
+ #: ../cerber-scanner.php:4965
2074
  msgid "Files scanned"
2075
  msgstr "Filer skannet"
2076
 
2077
+ #: ../dashboard.php:207 ../dashboard.php:1014 ../dashboard.php:1045 ../dashboard.
2078
+ #: php:1159
2079
  msgid "Check for activities"
2080
  msgstr "Sjekk for aktivitet"
2081
 
2082
+ #: ../dashboard.php:1122
2083
  msgid "Activated"
2084
  msgstr "Aktivert"
2085
 
2086
+ #: ../common.php:977
2087
  msgid "Malicious request denied"
2088
  msgstr "Mistenkelig forespørsel nektet"
2089
 
2090
+ #: ../common.php:981
2091
  msgid "User activated"
2092
  msgstr "Brukeraktivert"
2093
 
2094
+ #: ../common.php:997
2095
  msgid "Suspicious number of fields"
2096
  msgstr "Mistenkelig antall felt"
2097
 
2098
+ #: ../common.php:998
2099
  msgid "Suspicious number of nested values"
2100
  msgstr "Mistenkelig antall nøstede verdier"
2101
 
2102
+ #: ../common.php:999 ../common.php:1034
2103
  msgid "Malicious code detected"
2104
  msgstr "Ondsinnet kode oppdaget"
2105
 
2106
+ #: ../common.php:1035
2107
  msgid "Attempt to upload a file with malicious code"
2108
  msgstr "Forsøk på å laste opp en fil med ondsinnet kode"
2109
 
2110
+ #: ../common.php:1266
2111
  msgid "Bytes"
2112
  msgstr "Bytes"
2113
 
2114
+ #: ../cerber-scanner.php:1422
2115
  msgid "Vulnerability found"
2116
  msgstr "Svakhet funnet"
2117
 
2118
+ #: ../cerber-scanner.php:1427
2119
  msgid "Unable to check the integrity due to a DB error"
2120
  msgstr "Kunne ikke sjekke integriteten på grunn av en databasefeil"
2121
 
2122
+ #: ../cerber-scanner.php:3623
2123
  msgid "Scanning the upload folder for files"
2124
  msgstr "Skanner upload-mappen for filer"
2125
 
2126
+ #: ../cerber-scanner.php:3624
2127
  msgid "Scanning the temp folder for files"
2128
  msgstr "Skanner temp-mappen for filer"
2129
 
2130
+ #: ../cerber-scanner.php:3625
2131
  msgid "Scanning the session folder for files"
2132
  msgstr "Skanner øktmappen for filer"
2133
 
2134
+ #: ../settings.php:994
2135
  msgid "Automated recurring scan schedule"
2136
  msgstr "Automatisert gjentakende skanningsplan"
2137
 
2138
+ #: ../settings.php:1010
2139
  msgid "Scan results reporting"
2140
  msgstr "Rapportering av skanneresultater"
2141
 
2142
+ #: ../dashboard.php:3416
2143
  msgid "Suspicious activity"
2144
  msgstr "Mistenkelig aktivitet"
2145
 
2146
+ #: ../dashboard.php:3417
2147
  msgid "Errors"
2148
  msgstr "Feil"
2149
 
2150
+ #: ../dashboard.php:3816
2151
  msgid "Antispam engine"
2152
  msgstr "Antispam-system"
2153
 
2156
  msgid "Defends WordPress against hacker attacks, spam, trojans, and viruses. Malware scanner and integrity checker. Hardening WordPress with a set of comprehensive security algorithms. Spam protection with a sophisticated bot detection engine and reCAPTCHA. Tracks user and intruder activity with powerful email, mobile and desktop notifications."
2157
  msgstr "Beskytter WordPress mot hackerangrep, spam, trojanske hester og viruser. Malware skanner og integritetssjekker. Forsterker WordPress med et sett avanserte sikkerhetsalgoritmer. Spambeskyttelse med et sofistikert system for oppdagelse av boter og reCAPTCHA. Sporer bruker- og inntrengeraktivitet med epost-, mobil-, og skrivebordsvarslinger."
2158
 
2159
+ #: ../cerber-load.php:394
2160
  msgid "You have exceeded the number of allowed login attempts. Please try again in %d minutes."
2161
  msgstr "Du har overskredet antallet tillatte innloggingsforsøk. Vennligst prøv igjen om %d minutter."
2162
 
2163
+ #: ../common.php:1180
2164
  msgctxt "preposition of a period of time like: in 6 hours"
2165
  msgid "in %s"
2166
  msgstr "om %s"
2167
 
2168
+ #: ../settings.php:1506
2169
  msgctxt "preposition of time like: at 11:00"
2170
  msgid "at"
2171
  msgstr "klokken"
2174
  msgid "Quarantine"
2175
  msgstr "Karantene"
2176
 
2177
+ #: ../cerber-scanner.php:3707
2178
  msgid "Started"
2179
  msgstr "Startet"
2180
 
2181
+ #: ../cerber-scanner.php:3711
2182
  msgid "Finished"
2183
  msgstr "Ferdig"
2184
 
2185
+ #: ../cerber-scanner.php:3719
2186
  msgid "Performance"
2187
  msgstr "Ytelse"
2188
 
2189
+ #: ../cerber-scanner.php:3731
2190
  msgid "Vulnerabilities"
2191
  msgstr "Svakheter"
2192
 
2193
+ #: ../cerber-scanner.php:3735
2194
  msgid "New files"
2195
  msgstr "Nye filer"
2196
 
2197
+ #: ../cerber-scanner.php:3739
2198
  msgid "Changed files"
2199
  msgstr "Endrede filer"
2200
 
2201
+ #: ../cerber-scanner.php:3743
2202
  msgid "Unwanted extensions"
2203
  msgstr "Uønskede utvidelser"
2204
 
2205
+ #: ../settings.php:1065 ../cerber-scanner.php:3747
2206
  msgid "Unattended files"
2207
  msgstr "Filer uten tilsyn"
2208
 
2209
+ #: ../cerber-scanner.php:3756 ../cerber-scanner.php:5423
2210
  msgid "Scanned"
2211
  msgstr "Skannet"
2212
 
2213
+ #: ../cerber-scanner.php:5333
2214
  msgid "There are no files in the quarantine at the moment."
2215
  msgstr "Det er ingen filer i karantene for øyeblikket."
2216
 
2217
+ #: ../cerber-scanner.php:5416
2218
  msgid "Restore"
2219
  msgstr "Gjenopprett"
2220
 
2221
+ #: ../cerber-scanner.php:5411
2222
  msgid "Delete permanently"
2223
  msgstr "Slett permanent"
2224
 
2225
+ #: ../cerber-scanner.php:5424
2226
  msgid "Moved to quarantine"
2227
  msgstr "Flyttet til karantene"
2228
 
2229
+ #: ../cerber-scanner.php:5425
2230
  msgid "Automatic deletion"
2231
  msgstr "Automatisk sletting"
2232
 
2233
+ #: ../cerber-scanner.php:5426
2234
  msgid "Size"
2235
  msgstr "Størrelse"
2236
 
2237
+ #: ../cerber-scanner.php:5427 ../cerber-scanner.php:5558
2238
  msgid "File"
2239
  msgstr "Fil"
2240
 
2241
+ #: ../cerber-scanner.php:5495
2242
  msgid "The file has been deleted permanently."
2243
  msgstr "Filen har blitt permanent slettet"
2244
 
2245
+ #: ../cerber-scanner.php:5504
2246
  msgid "The file has been restored to its original location."
2247
  msgstr "Filen har blitt gjenopprettet til sin originale plassering."
2248
 
2249
+ #: ../dashboard.php:1379
2250
  msgid "Integrity"
2251
  msgstr "Integritet"
2252
 
2253
+ #: ../common.php:971
2254
  msgid "Attempt to upload malicious file denied"
2255
  msgstr "Forsøk på å laste opp skadelig fil nektet"
2256
 
2257
+ #: ../cerber-news.php:147
2258
  msgid "Awesome!"
2259
  msgstr "Fantastisk!"
2260
 
2261
+ #: ../settings.php:1063
2262
  msgid "Automatic cleanup of malware and suspicious files"
2263
  msgstr "Automatisk rensing av malware og mistenkelige filer"
2264
 
2265
+ #: ../settings.php:1072
2266
  msgid "Files in the uploads folder"
2267
  msgstr "Filer i uploads-mappen"
2268
 
2269
+ #: ../settings.php:1079
2270
  msgid "Files with unwanted extensions"
2271
  msgstr "Filer med uønskede filendelser"
2272
 
2273
+ #: ../settings.php:1086
2274
  msgid "Exclusions"
2275
  msgstr "Unntak"
2276
 
2277
+ #: ../settings.php:1087
2278
  msgid "Files in the temporary directory"
2279
  msgstr "Filer i den midlertidige mappen"
2280
 
2281
+ #: ../settings.php:1093
2282
  msgid "Files in the sessions directory"
2283
  msgstr "Filer i sessions-mappen"
2284
 
2285
+ #: ../settings.php:1099
2286
  msgid "Files in these directories"
2287
  msgstr "Filer i disse mappene"
2288
 
2289
+ #: ../settings.php:1105
2290
  msgid "Use absolute paths. One item per line."
2291
  msgstr "Bruk absolutte baner. Ett element per linje."
2292
 
2293
+ #: ../settings.php:1107
2294
  msgid "Files with these extensions"
2295
  msgstr "Filer med disse filendelsene"
2296
 
2297
+ #: ../settings.php:1113
2298
  msgid "Use comma to separate items."
2299
  msgstr "Bruk komma for å skille elementene."
2300
 
2302
  msgid "Cleaning up"
2303
  msgstr "Renser."
2304
 
2305
+ #: ../cerber-scanner.php:1438
2306
  msgid "Malicious code found"
2307
  msgstr "Ondsinnet kode funnet"
2308
 
2309
+ #: ../cerber-scanner.php:2658
2310
  msgid "This file contains executable code and may contain obfuscated malware. If this file is a part of a theme or a plugin, it must be located in the theme or the plugin folder. No exception, no excuses."
2311
  msgstr "Denne filen inneholder kjørbar kode, og kan inneholde skjult malware. Hvis denne filen er en del av et theme eller en plugin, må den plasseres i themets eller pluginens mappe. Ingen unntak, ingen unnskyldninger."
2312
 
2313
+ #: ../cerber-scanner.php:2659
2314
  msgid "The scanner recognizes this file as \"ownerless\" or \"not bundled\" because it does not belong to any known part of the website and should not be here."
2315
  msgstr "Skanneren gjenkjenner denne filen som \"uten eier\" eller \"ikke pakket\" fordi den ikke tilhører noen kjente deler av websiden, og ikke hører hjemme her."
2316
 
2317
+ #: ../cerber-scanner.php:2660
2318
  msgid "It may remain after upgrading to a newer version of %s. It also may be a piece of obfuscated malware. In a rare case it might be a part of a custom-made (bespoke) plugin or theme."
2319
  msgstr "Den kan ha blitt igjen etter oppgradering til en nyere versjon av %s. Den kan også være en del av skjult malware. I et sjeldent tilfelle kan den også være en del av et spesialtilpasset theme eller plugin."
2320
 
2321
+ #: ../cerber-scanner.php:2664
2322
  msgid "The contents of the file have been changed and do not match what exists in the official WordPress repository or a reference file you have uploaded earlier. The file may have been altered by malware, infected by a virus or has been tampered with."
2323
  msgstr "Innholdet i filen har blitt endret, og stemmer ikke overens med det som finnes i det offisielle Wordpress-biblioteket eller en referansefil som du har lastet opp tidligere. Filen kan ha blitt endret av malware, infisert av et virus eller ha blitt tuklet med."
2324
 
2325
+ #: ../cerber-scanner.php:5046
2326
  msgid "Deleted"
2327
  msgstr "Slettet"
2328
 
2329
+ #: ../cerber-scanner.php:5093
2330
  msgid "Automatically moved to quarantine"
2331
  msgstr "Flyttet automatisk til karantene"
2332
 
2333
+ #: ../common.php:1000
2334
  msgid "Suspicious SQL code detected"
2335
  msgstr "Mistenkelig SQL-kode oppdaget"
2336
 
2337
+ #: ../dashboard.php:1360
2338
  msgctxt "Example: Last malware scan: 23 Jan 2018"
2339
  msgid "Last malware scan"
2340
  msgstr "Siste malware-skanning"
2341
 
2342
+ #: ../dashboard.php:2974
2343
  msgid "Live Traffic"
2344
  msgstr "Live trafikk"
2345
 
2346
+ #: ../settings.php:441
2347
  msgid "Use English for admin interface"
2348
  msgstr "Bruk engelsk på kontrollpanelet"
2349
 
2351
  msgid "Log"
2352
  msgstr "Logg"
2353
 
2354
+ #: ../settings.php:974
2355
  msgid "Enable diagnostic log"
2356
  msgstr "Aktiver diagnostikk-logg"
2357
 
2358
+ #: ../settings.php:467
2359
  msgid "Disable PHP in uploads"
2360
  msgstr "Deaktiver PHP i opplastinger"
2361
 
2362
+ #: ../settings.php:472
2363
  msgid "Disable execution of PHP scripts in the WordPress media folder"
2364
  msgstr "Deaktiver kjøring av PHP-script i Wordpress' media-mappe"
2365
 
2366
+ #: ../settings.php:474
2367
  msgid "Disable PHP error displaying"
2368
  msgstr "Deaktiver visning av PHP-feil"
2369
 
2375
  msgid "Ignore"
2376
  msgstr "Ignorer"
2377
 
2378
+ #: ../cerber-scanner.php:5526
2379
  msgid "Apply"
2380
  msgstr "Bruk"
2381
 
2382
+ #: ../cerber-scanner.php:5557
2383
  msgid "Added"
2384
  msgstr "Lagt til"
2385
 
2386
+ #: ../cerber-scanner.php:5527 ../cerber-scanner.php:5552
2387
  msgid "Remove from the list"
2388
  msgstr "Fjern fra listen"
2389
 
2390
+ #: ../cerber-scanner.php:5528
2391
  msgid "User Insights"
2392
  msgstr "Brukerinnsikt"
2393
 
2394
+ #: ../cerber-scanner.php:5529
2395
  msgid "Traffic Insights"
2396
  msgstr "Trafikkinnsikt"
2397
 
2398
+ #: ../cerber-scanner.php:5530
2399
  msgid "Activity Insights"
2400
  msgstr "Aktivitetsinnsikt"
2401
 
2402
+ #: ../dashboard.php:2298
2403
  msgid "Are you sure you want to delete selected files?"
2404
  msgstr "Er du sikker på at du vil slette de valgte filene?"
2405
 
2406
+ #: ../dashboard.php:2299
2407
  msgid "These files have been moved to the quarantine"
2408
  msgstr "Disse filene har blitt flyttet til karantene"
2409
 
2410
+ #: ../dashboard.php:2302
2411
  msgid "Do you want to add selected files to the ignore list?"
2412
  msgstr "Ønsker du å legge de valgte filene til ignore-listen?"
2413
 
2414
+ #: ../dashboard.php:2303
2415
  msgid "These files have been added to the ignore list"
2416
  msgstr "Disse filene har blitt lagt til i ignore-listen"
2417
 
2418
+ #: ../dashboard.php:2305
2419
  msgid "Some errors occurred"
2420
  msgstr "Noe gikk feil"
2421
 
2422
+ #: ../dashboard.php:2306
2423
  msgid "All files have been processed"
2424
  msgstr "Alle filer er behandlet"
2425
 
2426
+ #: ../dashboard.php:2505
2427
  msgid "These features are available in a professional version of the plugin."
2428
  msgstr "Disse funksjonene er tilgjengelig i PRO-versjonen av pluginen."
2429
 
2430
+ #: ../dashboard.php:2506
2431
  msgid "Know more about all advantages at"
2432
  msgstr "Lær mer om alle fordeler på"
2433
 
2434
+ #: ../common.php:1001
2435
  msgid "Suspicious JavaScript code detected"
2436
  msgstr "Mistenkelig JavaScript-kode oppdaget"
2437
 
2438
+ #: ../settings.php:1785
2439
  msgid "Unable to update the schedule"
2440
  msgstr "Kunne ikke oppdatere planen"
2441
 
2442
+ #: ../cerber-scanner.php:5441
2443
  msgid "All scans"
2444
  msgstr "Alle skanninger"
2445
 
2446
+ #: ../cerber-scanner.php:5532
2447
  msgid "The list is empty."
2448
  msgstr "Listen er tom."
2449
 
2450
+ #: ../cerber-scanner.php:5394
2451
  msgid "No files match the specified filter."
2452
  msgstr "Ingen filer passer til de spesifiserte filteret."
2453
 
2454
+ #: ../cerber-scanner.php:5394
2455
  msgid "Click here to see the full list of files"
2456
  msgstr "Klikk her for å se den komplette listen med filer"
2457
 
2458
+ #: ../dashboard.php:588
2459
+ msgid "Additional Details"
2460
+ msgstr ""
2461
+
2462
+ #: ../dashboard.php:3041
2463
+ msgid "Page generation time"
2464
+ msgstr ""
2465
+
2466
+ #: ../dashboard.php:3906
2467
+ msgid "Log In"
2468
+ msgstr ""
2469
+
2470
+ #: ../dashboard.php:3907
2471
+ msgid "Log Out"
2472
+ msgstr ""
2473
+
2474
+ #: ../dashboard.php:3908
2475
+ msgid "Register"
2476
+ msgstr ""
2477
+
2478
+ #: ../dashboard.php:3911
2479
+ msgid "WooCommerce Log In"
2480
+ msgstr ""
2481
+
2482
+ #: ../dashboard.php:3912
2483
+ msgid "WooCommerce Log Out"
2484
+ msgstr ""
2485
+
2486
+ #: ../dashboard.php:3951 ../dashboard.php:3952
2487
+ msgid "Add to menu"
2488
+ msgstr ""
2489
+
2490
+ #: ../common.php:989
2491
+ msgid "IP address is locked out"
2492
+ msgstr ""
2493
+
2494
+ #: ../common.php:1037
2495
+ msgid "Multiple suspicious requests"
2496
+ msgstr ""
2497
+
2498
+ #: ../settings.php:799
2499
+ msgid "Traffic Inspection"
2500
+ msgstr ""
2501
+
2502
+ #: ../settings.php:807 ../settings.php:833
2503
+ msgid "Maximum compatibility"
2504
+ msgstr ""
2505
+
2506
+ #: ../settings.php:808 ../settings.php:834
2507
+ msgid "Maximum security"
2508
+ msgstr ""
2509
+
2510
+ #: ../settings.php:825
2511
+ msgid "Erroneous Request Shielding"
2512
+ msgstr ""
2513
+
2514
+ #: ../settings.php:826
2515
+ msgid "Enable error shielding"
2516
+ msgstr ""
2517
+
2518
+ #: ../settings.php:896
2519
+ msgid "Save software errors"
2520
+ msgstr ""
2521
+
2522
+ #: ../cerber-scanner.php:3621
2523
+ msgid "Preparing for the scan"
2524
+ msgstr ""
2525
+
2526
+ #: ../common.php:1002
2527
+ msgid "Blocked by administrator"
2528
+ msgstr ""
2529
+
2530
+ #: ../cerber-load.php:398
2531
+ msgid "You are not allowed to log in"
2532
+ msgstr ""
2533
+
2534
+ #: ../cerber-users.php:12
2535
+ msgid "Block User"
2536
+ msgstr ""
2537
+
2538
+ #: ../cerber-users.php:16 ../cerber-users.php:22
2539
+ msgid "User is not permitted to log into the website"
2540
+ msgstr ""
2541
+
2542
+ #: ../cerber-users.php:31
2543
+ msgctxt "e.g. by John at 11:00"
2544
+ msgid "blocked by %s at %s"
2545
+ msgstr ""
2546
+
2547
+ #: ../cerber-users.php:41 ../settings.php:117
2548
+ msgid "User Message"
2549
+ msgstr ""
2550
+
2551
+ #: ../cerber-users.php:43
2552
+ msgid "An optional message for this user"
2553
+ msgstr ""
2554
+
2555
+ #: ../cerber-users.php:98
2556
+ msgid "Blocked Users"
2557
+ msgstr ""
2558
+
2559
+ #: ../settings.php:458
2560
+ msgid "Block access to user pages like /?author=n"
2561
+ msgstr ""
2562
+
2563
+ #: ../settings.php:496
2564
+ msgid "Access to WordPress REST API"
2565
+ msgstr ""
2566
+
2567
+ #: ../settings.php:502
2568
+ msgid "Block access to user data via REST API"
2569
+ msgstr ""
2570
+
2571
+ #: ../settings.php:510
2572
+ msgid "Block access to WordPress REST API except any of the following"
2573
+ msgstr ""
2574
+
2575
+ #: ../settings.php:519
2576
+ msgid "Allow REST API for these roles"
2577
+ msgstr ""
2578
+
2579
+ #: ../settings.php:525
2580
+ msgid "Allow these namespaces"
2581
+ msgstr ""
2582
+
2583
+ #: ../settings.php:837
2584
+ msgid "Ignore logged in users"
2585
+ msgstr ""
2586
+
2587
+ #: ../settings.php:1139
2588
+ msgid "These restrictions do not apply to IP addresses in the White IP Access List"
2589
+ msgstr ""
2590
+
2591
+ #: ../settings.php:1464
2592
+ msgid "Select one or more roles"
2593
+ msgstr ""
2594
+
2595
+ #: ../dashboard.php:843
2596
+ msgid "Filter by registered user"
2597
+ msgstr ""
2598
+
2599
+ #: ../settings.php:103
2600
+ msgid "Authorized users only"
2601
+ msgstr ""
2602
+
2603
+ #: ../settings.php:104
2604
+ msgid "Only registered and logged in website users have access to the website"
2605
+ msgstr ""
2606
+
2607
+ #: ../settings.php:111
2608
+ msgid "Do not apply this policy to IP addresses in the White IP Access List"
2609
+ msgstr ""
2610
+
2611
+ #: ../settings.php:121 ../settings.php:2029
2612
+ msgid "Only registered and logged in users are allowed to view this website"
2613
+ msgstr ""
2614
+
2615
+ #: ../settings.php:126
2616
+ msgid "Redirect to URL"
2617
+ msgstr ""
2618
+
2619
+ #: ../cerber-tools.php:43
2620
+ msgid "Changelog"
2621
+ msgstr ""
2622
+
languages/wp-cerber-nl_NL.mo CHANGED
Binary file
languages/wp-cerber-nl_NL.po CHANGED
@@ -8,641 +8,627 @@ msgstr ""
8
  "Language: nl\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
- #: ../settings.php:77
12
  msgid "Limit login attempts"
13
  msgstr "Inlogpogingen beperken"
14
 
15
- #: ../settings.php:78
16
  msgid "Attempts"
17
  msgstr "Pogingen"
18
 
19
- #: ../settings.php:79
20
  msgid "Lockout duration"
21
  msgstr "Duur uitsluiting"
22
 
23
- #: ../settings.php:79 ../settings.php:105
24
  msgid "minutes"
25
  msgstr "minuten"
26
 
27
- #: ../settings.php:80
28
  msgid "Aggressive lockout"
29
  msgstr "Agressieve uitsluiting"
30
 
31
- #: ../settings.php:83
32
  msgid "Site connection"
33
  msgstr "Websiteverbinding"
34
 
35
- #: ../settings.php:85
36
  msgid "Proactive security rules"
37
  msgstr "Proactieve beveiligingsregels"
38
 
39
- #: ../settings.php:86
40
  msgid "Block subnet"
41
  msgstr "Subnet blokkeren"
42
 
43
- #: ../settings.php:89
44
  msgid "Request wp-login.php"
45
  msgstr "Verzoek wp-login.php"
46
 
47
- #: ../settings.php:89
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "IP meteen blokkeren bij verzoeken aan wp-login.php"
50
 
51
- #: ../settings.php:92
52
  msgid "Custom login page"
53
  msgstr "Aangepaste inlogpagina"
54
 
55
- #: ../settings.php:93
56
  msgid "Custom login URL"
57
  msgstr "Aangepaste inlog-URL"
58
 
59
- #: ../settings.php:99
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "mag niet overlappen met bestaande pagina's of post slugs"
62
 
63
- #: ../settings.php:101
64
  msgid "Disable wp-login.php"
65
  msgstr "Wp-login.php uitschakelen"
66
 
67
- #: ../settings.php:101
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Directe toegang tot wp-login.php blokkeren en HTTP 404 Not Found Error teruggeven"
70
 
71
- #: ../dashboard.php:1320 ../settings.php:103
72
  msgid "Citadel mode"
73
  msgstr "Citadelstand"
74
 
75
- #: ../settings.php:104
76
  msgid "Threshold"
77
  msgstr "Drempelwaarde"
78
 
79
- #: ../settings.php:105 ../cerber-scanner.php:3823
80
  msgid "Duration"
81
  msgstr "Duur"
82
 
83
- #: ../cerber-load.php:4310 ../settings.php:82 ../settings.php:106 ../settings.php:
84
- #: 631
85
  msgid "Notifications"
86
  msgstr "Meldingen"
87
 
88
- #: ../settings.php:106
89
  msgid "Send notification to admin email"
90
  msgstr "Melding versturen naar admin e-mailadres"
91
 
92
- #: ../cerber-load.php:4307 ../settings.php:628 ../cerber-tools.php:91 ../cerber-
93
- #: tools.php:100 ../cerber-tools.php:187
94
  msgid "Access Lists"
95
  msgstr "Toegangslijsten"
96
 
97
- #: ../dashboard.php:1354 ../dashboard.php:1829 ../cerber-load.php:4015 ..
98
- #: /settings.php:108 ../settings.php:625
99
  msgid "Activity"
100
  msgstr "Activiteit"
101
 
102
- #: ../settings.php:626
103
  msgid "Lockouts"
104
  msgstr "Uitsluitingen"
105
 
106
- #: ../settings.php:748 ../settings.php:870
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s toegestane pogingen in %s minuten"
109
 
110
- #: ../settings.php:770 ../settings.php:892
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Aanzetten na %s mislukte inlogpogingen binnen %s minuten"
113
 
114
- #: ../dashboard.php:134 ../dashboard.php:736 ../dashboard.php:3241 ../cerber-load.
115
- #: php:4024
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
- #: ../dashboard.php:568 ../dashboard.php:739 ../dashboard.php:3239
 
120
  msgid "Date"
121
  msgstr "Datum"
122
 
123
- #: ../dashboard.php:568 ../dashboard.php:741 ../dashboard.php:3244
124
  msgid "Local User"
125
  msgstr "Lokale gebruiker"
126
 
127
- #: ../dashboard.php:568 ../dashboard.php:742 ../cerber-load.php:4032
128
  msgid "Username used"
129
  msgstr "Toegepaste gebruikersnaam"
130
 
131
- #: ../dashboard.php:153
132
  msgid "Showing last %d records from %d"
133
  msgstr "Laatste %d records van %d"
134
 
135
- #: ../common.php:836
136
  msgid "Logged in"
137
  msgstr "Ingelogd"
138
 
139
- #: ../common.php:837
140
  msgid "Logged out"
141
  msgstr "Uitgelogd"
142
 
143
- #: ../common.php:838
144
  msgid "Login failed"
145
  msgstr "Inloggen mislukt"
146
 
147
- #: ../common.php:841
148
  msgid "IP blocked"
149
  msgstr "IP geblokkeerd"
150
 
151
- #: ../common.php:842
152
  msgid "Subnet blocked"
153
  msgstr "Subnet geblokkeerd"
154
 
155
- #: ../common.php:844
156
  msgid "Citadel activated!"
157
  msgstr "Citadelstand geactiveerd!"
158
 
159
- #: ../dashboard.php:716 ../dashboard.php:944 ../dashboard.php:3071 ../common.php:
160
- #: 890
161
  msgid "Locked out"
162
  msgstr "Buitengesloten"
163
 
164
- #: ../common.php:891
165
  msgid "IP blacklisted"
166
  msgstr "IP uitgesloten"
167
 
168
- #: ../common.php:859
169
  msgid "Password changed"
170
  msgstr "Wachtwoord veranderd"
171
 
172
- #: ../dashboard.php:127 ../dashboard.php:207
173
  msgid "Remove"
174
  msgstr "Verwijderen"
175
 
176
- #: ../dashboard.php:437
177
  msgid "Lockout for %s was removed"
178
  msgstr "Uitsluiting voor %s is verwijderd"
179
 
180
- #: ../dashboard.php:179 ../dashboard.php:711 ../dashboard.php:938 ../dashboard.
181
- #: php:1318 ../dashboard.php:3066 ../cerber-load.php:4295 ../settings.php:594
182
  msgid "White IP Access List"
183
  msgstr "Toegelaten IP-adressen"
184
 
185
- #: ../dashboard.php:181 ../dashboard.php:712 ../dashboard.php:941 ../dashboard.
186
- #: php:1319 ../dashboard.php:3067
187
  msgid "Black IP Access List"
188
  msgstr "Uitgesloten IP-adressen"
189
 
190
- #: ../dashboard.php:213
191
  msgid "List is empty"
192
  msgstr "Lijst is leeg"
193
 
194
- #: ../dashboard.php:250
195
  msgid "Address %s was added to White IP Access List"
196
  msgstr "Adres %s toegevoegd aan de Toegelaten IP-adressen"
197
 
198
- #: ../dashboard.php:264
199
  msgid "Address %s was added to Black IP Access List"
200
  msgstr "Adres %s toegevoegd aan de Uitgesloten IP-adressen "
201
 
202
- #: ../cerber-load.php:3446
203
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
204
  msgstr "Citadelstand geactiveerd na %d mislukte inlogpogingen binnen %d minuten"
205
 
206
- #: ../dashboard.php:1990 ../dashboard.php:2400
207
  msgid "View Activity"
208
  msgstr "Activiteit bekijken"
209
 
210
- #: ../dashboard.php:2910 ../cerber-tools.php:90 ../cerber-tools.php:99 ../cerber-
211
- #: scanner.php:76
212
  msgid "Settings"
213
  msgstr "Instellingen"
214
 
215
- #: ../dashboard.php:1181
216
  msgid "Last login"
217
  msgstr "Laatst ingelogd"
218
 
219
- #: ../dashboard.php:1214 ../dashboard.php:1301 ../common.php:1025
 
220
  msgid "Never"
221
  msgstr "Nooit"
222
 
223
- #: ../dashboard.php:1875 ../cerber-tools.php:591 ../cerber-scanner.php:5517 ..
224
- #: /cerber-scanner.php:5659
225
  msgid "Are you sure?"
226
  msgstr "Weet je het zeker?"
227
 
228
- #: ../dashboard.php:1632 ../settings.php:83
229
  msgid "My site is behind a reverse proxy"
230
  msgstr "Mijn website draait achter een reverse proxy"
231
 
232
- #: ../settings.php:87
233
- msgid "Non-existent users"
234
- msgstr "Niet-bestaande gebruikers"
235
-
236
- #: ../settings.php:87
237
- msgid "Immediately block IP when attempting to login with a non-existent username"
238
- msgstr "IP meteen blokkeren bij inlogpoging op niet-bestaande gebruiker"
239
-
240
- #: ../settings.php:580
241
  msgid "Make your protection smarter!"
242
  msgstr "Maak je bescherming slimmer!"
243
 
244
- #: ../settings.php:584
245
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
246
  msgstr "Schakel Permalinks in om deze functionaliteit te gebruiken. Stel de Permalinks instelling in op iets anders dan Standaard."
247
 
248
- #: ../cerber-load.php:4305 ../settings.php:627
249
  msgid "Main Settings"
250
  msgstr "Hoofdinstellingen"
251
 
252
- #: ../dashboard.php:3700
253
  msgid "Help"
254
  msgstr "Hulp"
255
 
256
- #: ../settings.php:758 ../settings.php:880
257
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
258
  msgstr "Uitsluitingsduur ophogen naar %s uren na %s uitsluitingen in de laatste %s uren"
259
 
260
- #: ../cerber-load.php:370
261
  msgid "You are not allowed to log in. Ask your administrator for assistance."
262
  msgstr "Je hebt geen toestemming om in te loggen. Vraag je beheerder om informatie."
263
 
264
- #: ../cerber-load.php:396
265
  msgid "You have only one attempt remaining."
266
  msgid_plural "You have %d attempts remaining."
267
  msgstr[0] "Slechts één inlogpoging resterend!"
268
  msgstr[1] "%s inlogpogingen resterend."
269
 
270
- #: ../dashboard.php:764
271
  msgid "No activity has been logged."
272
  msgstr "Geen activiteit waargenomen."
273
 
274
- #: ../dashboard.php:137
275
  msgid "Expires"
276
  msgstr "Verloopt"
277
 
278
- #: ../dashboard.php:159
279
  msgid "No lockouts at the moment. The sky is clear."
280
  msgstr "Momenteel geen uitsluitingen."
281
 
282
- #: ../dashboard.php:179
283
  msgid "These IPs will never be locked out"
284
  msgstr "Deze IP's worden nooit geblokkeerd."
285
 
286
- #: ../dashboard.php:188
287
  msgid "Your IP"
288
  msgstr "Jouw IP"
289
 
290
- #: ../cerber-load.php:3447
291
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
292
  msgstr "Laatste mislukte inlogpoging was op %s vanaf IP %s op gebruiker %s."
293
 
294
- #: ../cerber-load.php:4273
295
  msgid "Can't activate WP Cerber due to a database error."
296
  msgstr "Kan WP Cerber niet activeren door een fout in de database"
297
 
298
- #: ../settings.php:765 ../settings.php:887
299
  msgid "Notify admin if the number of active lockouts above"
300
  msgstr "Waarschuw de beheerder als het aantal actieve uitsluitingen stijgt tot boven"
301
 
302
- #: ../settings.php:109 ../settings.php:191 ../settings.php:369 ../settings.php:440
303
  msgid "days"
304
  msgstr "dagen"
305
 
306
- #: ../dashboard.php:1271
307
  msgid "Cerber Quick View"
308
  msgstr "Cerber Quick View"
309
 
310
- #: ../dashboard.php:155
311
  msgid "Hint"
312
  msgstr "Tip"
313
 
314
- #: ../dashboard.php:155
315
  msgid "To view activity, click on the IP"
316
- msgstr "Klik op het IP om activiteiten te bekijken"
317
 
318
- #: ../settings.php:86
319
  msgid "Always block entire subnet Class C of intruders IP"
320
  msgstr "Altijd gehele IP Class C subnet blokkeren van aanvaller"
321
 
322
- #: ../settings.php:106 ../settings.php:767 ../settings.php:889
323
  msgid "Click to send test"
324
  msgstr "Klik om test te verzenden"
325
 
326
- #: ../settings.php:1052 ../settings.php:1053
327
  msgid "Attention! You have changed the login URL! The new login URL is"
328
  msgstr "Let op! Je hebt de inlog-URL veranderd. De nieuwe inlog-URL is"
329
 
330
- #: ../dashboard.php:1180
331
  msgid "Comments"
332
  msgstr "Reacties"
333
 
334
- #: ../common.php:1210
335
  msgid "Update to version %s of WP Cerber"
336
  msgstr "WP Cerber updaten naar versie %s"
337
 
338
- #: ../cerber-load.php:3448 ../cerber-load.php:4056
339
  msgid "View activity in dashboard"
340
  msgstr "Activiteiten bekijken in dashboard"
341
 
342
- #: ../cerber-load.php:3477
343
  msgid "Number of active lockouts"
344
  msgstr "Aantal actieve uitsluitingen"
345
 
346
- #: ../cerber-load.php:3481
347
  msgid "View lockouts in dashboard"
348
  msgstr "Uitsluitingen bekijken in dashboard"
349
 
350
- #: ../cerber-load.php:3569
351
  msgid "This message was sent by"
352
  msgstr "Dit bericht is verzonden door"
353
 
354
- #: ../dashboard.php:69 ../cerber-tools.php:50
355
  msgid "Tools"
356
  msgstr "Gereedschap"
357
 
358
- #: ../cerber-tools.php:87
359
  msgid "Export settings to the file"
360
  msgstr "Instellingen exporteren naar bestand"
361
 
362
- #: ../cerber-tools.php:88
363
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
364
  msgstr "Met onderstaande knop genereer je een configuratiebestand dat je bij een andere site kunt uploaden."
365
 
366
- #: ../cerber-tools.php:89
367
  msgid "What do you want to export?"
368
  msgstr "Wat wil je exporteren?"
369
 
370
- #: ../cerber-tools.php:92
371
  msgid "Download file"
372
  msgstr "Bestand downloaden"
373
 
374
- #: ../cerber-tools.php:94
375
  msgid "Import settings from the file"
376
  msgstr "Instellingen importeren van bestand"
377
 
378
- #: ../cerber-tools.php:95
379
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
380
  msgstr "Via onderstaande knop laad je het bestand en overschrijf je alle bestaande instellingen."
381
 
382
- #: ../cerber-tools.php:96
383
  msgid "Select file to import."
384
  msgstr "Kies bestand om te importeren"
385
 
386
- #: ../cerber-tools.php:96 ../cerber-scanner.php:4023
387
  msgid "Maximum upload file size: %s."
388
  msgstr "Maximum bestandsgrootte: %s"
389
 
390
- #: ../cerber-tools.php:99
391
  msgid "What do you want to import?"
392
  msgstr "Wat wil je importeren?"
393
 
394
- #: ../cerber-tools.php:101 ../cerber-scanner.php:4026
395
  msgid "Upload file"
396
  msgstr "Bestand uploaden"
397
 
398
- #: ../cerber-tools.php:150
399
  msgid "No file was uploaded or file is corrupted"
400
  msgstr "Geen bestand geüpload of bestand is beschadigd."
401
 
402
- #: ../cerber-tools.php:187
403
  msgid "Error while updating"
404
  msgstr "Foutmelding tijdens updaten"
405
 
406
- #: ../cerber-tools.php:193
407
  msgid "Settings has imported successfully from"
408
  msgstr "Instellingen geïmporteerd van"
409
 
410
- #: ../cerber-tools.php:200
411
  msgid "Error while parsing file"
412
  msgstr "Fout bij verwerken bestand"
413
 
414
- #: ../dashboard.php:135 ../dashboard.php:737
415
  msgid "Hostname"
416
  msgstr "Hostnaam"
417
 
418
- #: ../dashboard.php:403
419
  msgid "unknown"
420
  msgstr "onbekend"
421
 
422
- #: ../settings.php:109 ../settings.php:365
423
  msgid "Keep records for"
424
  msgstr "Gegevens behouden tot"
425
 
426
- #: ../dashboard.php:1305 ../dashboard.php:1327
427
  msgid "active"
428
  msgstr "actief"
429
 
430
- #: ../dashboard.php:1305
431
  msgid "deactivate"
432
  msgstr "deactiveren"
433
 
434
- #: ../dashboard.php:1307
435
  msgid "not active"
436
  msgstr "niet actief"
437
 
438
- #: ../dashboard.php:1308 ../dashboard.php:1322
439
  msgid "disabled"
440
  msgstr "gedeactiveerd"
441
 
442
- #: ../dashboard.php:1313
443
  msgid "failed attempts"
444
  msgstr "mislukte pogingen"
445
 
446
- #: ../dashboard.php:1313 ../dashboard.php:1314
447
  msgid "in 24 hours"
448
  msgstr "in 24 uur"
449
 
450
- #: ../dashboard.php:1313 ../dashboard.php:1314
451
  msgid "view all"
452
  msgstr "bekijk alles"
453
 
454
- #: ../dashboard.php:1314
455
  msgid "lockouts"
456
  msgstr "uitsluitingen"
457
 
458
- #: ../dashboard.php:1316
459
  msgid "Lockouts at the moment"
460
  msgstr "Uitsluitingen op dit moment"
461
 
462
- #: ../dashboard.php:1317
463
  msgid "Last lockout"
464
  msgstr "Recente uitsluiting"
465
 
466
- #: ../dashboard.php:1318 ../dashboard.php:1319 ../dashboard.php:2152
467
  msgid "entry"
468
  msgid_plural "entries"
469
  msgstr[0] "item"
470
  msgstr[1] "items"
471
 
472
- #: ../dashboard.php:1870
473
  msgid "Confused about some settings?"
474
  msgstr "Onzeker over sommige instellingen?"
475
 
476
- #: ../dashboard.php:1871
477
  msgid "You can easily load default recommended settings using button below"
478
  msgstr "Met onderstaande knop laad je de aanbevolen instellingen"
479
 
480
- #: ../dashboard.php:1873
481
  msgid "Load default settings"
482
  msgstr "Aanbevolen instellingen laden"
483
 
484
- #: ../dashboard.php:1881
485
  msgid "doesn't affect Custom login URL and Access Lists"
486
  msgstr "heeft geen invloed op Aangepaste inlog-URL en Toegangslijsten"
487
 
488
- #: ../common.php:1203 ../settings.php:236
489
  msgid "New version is available"
490
  msgstr "Nieuwe versie beschikbaar"
491
 
492
- #: ../cerber-load.php:3420
493
  msgid "WP Cerber notify"
494
  msgstr "WP Cerber melding"
495
 
496
- #: ../cerber-load.php:3444
497
  msgid "Citadel mode is activated"
498
  msgstr "Citadelstand is actief"
499
 
500
- #: ../cerber-load.php:3516
501
  msgid "New Custom login URL"
502
  msgstr "Nieuwe Aangepaste inlog-URL"
503
 
504
- #: ../cerber-load.php:4260
505
  msgid "The WP Cerber requires PHP %s or higher. You are running"
506
  msgstr "WP Cerber vereist PHP %s of hoger. Je gebruikt nu"
507
 
508
- #: ../cerber-load.php:4264
509
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
510
  msgstr "WP Cerber vereist WordPress %s of hoger. Je gebruikt nu"
511
 
512
- #: ../settings.php:112
513
  msgid "Use file"
514
  msgstr "Bestand gebruiken"
515
 
516
- #: ../settings.php:112
517
  msgid "Write failed login attempts to the file"
518
  msgstr "Mislukte pogingen opslaan in bestand"
519
 
520
- #: ../dashboard.php:1989
521
  msgid "Deactivate"
522
  msgstr "Deactiveren"
523
 
524
- #: ../dashboard.php:138 ../cerber-load.php:3479
525
  msgid "Reason"
526
  msgstr "Reden"
527
 
528
- #: ../dashboard.php:218
529
  msgid "Add IP to the list"
530
  msgstr "IP-adres toevoegen aan lijst"
531
 
532
- #: ../dashboard.php:1001
533
  msgid "Add IP to the Black List"
534
  msgstr "IP-adres toevoegen aan Uitsluitingslijst"
535
 
536
- #: ../common.php:928
537
  msgid "Attempt to access"
538
  msgstr "Poging tot toegang"
539
 
540
- #: ../common.php:927
541
  msgid "Limit on login attempts is reached"
542
  msgstr "Limiet voor aantal inlogpogingen is bereikt"
543
 
544
- #: ../common.php
8
  "Language: nl\n"
9
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
10
 
11
+ #: ../settings.php:498
12
  msgid "Limit login attempts"
13
  msgstr "Inlogpogingen beperken"
14
 
15
+ #: ../settings.php:499
16
  msgid "Attempts"
17
  msgstr "Pogingen"
18
 
19
+ #: ../settings.php:505
20
  msgid "Lockout duration"
21
  msgstr "Duur uitsluiting"
22
 
23
+ #: ../settings.php:510 ../settings.php:606
24
  msgid "minutes"
25
  msgstr "minuten"
26
 
27
+ #: ../settings.php:513
28
  msgid "Aggressive lockout"
29
  msgstr "Agressieve uitsluiting"
30
 
31
+ #: ../settings.php:532
32
  msgid "Site connection"
33
  msgstr "Websiteverbinding"
34
 
35
+ #: ../settings.php:540
36
  msgid "Proactive security rules"
37
  msgstr "Proactieve beveiligingsregels"
38
 
39
+ #: ../settings.php:541
40
  msgid "Block subnet"
41
  msgstr "Subnet blokkeren"
42
 
43
+ #: ../settings.php:559
44
  msgid "Request wp-login.php"
45
  msgstr "Verzoek wp-login.php"
46
 
47
+ #: ../settings.php:563
48
  msgid "Immediately block IP after any request to wp-login.php"
49
  msgstr "IP meteen blokkeren bij verzoeken aan wp-login.php"
50
 
51
+ #: ../settings.php:575
52
  msgid "Custom login page"
53
  msgstr "Aangepaste inlogpagina"
54
 
55
+ #: ../settings.php:576
56
  msgid "Custom login URL"
57
  msgstr "Aangepaste inlog-URL"
58
 
59
+ #: ../settings.php:584
60
  msgid "must not overlap with the existing pages or posts slug"
61
  msgstr "mag niet overlappen met bestaande pagina's of post slugs"
62
 
63
+ #: ../settings.php:586
64
  msgid "Disable wp-login.php"
65
  msgstr "Wp-login.php uitschakelen"
66
 
67
+ #: ../settings.php:591
68
  msgid "Block direct access to wp-login.php and return HTTP 404 Not Found Error"
69
  msgstr "Directe toegang tot wp-login.php blokkeren en HTTP 404 Not Found Error teruggeven"
70
 
71
+ #: ../dashboard.php:1534 ../settings.php:594
72
  msgid "Citadel mode"
73
  msgstr "Citadelstand"
74
 
75
+ #: ../settings.php:595
76
  msgid "Threshold"
77
  msgstr "Drempelwaarde"
78
 
79
+ #: ../settings.php:601 ../cerber-scanner.php:3669
80
  msgid "Duration"
81
  msgstr "Duur"
82
 
83
+ #: ../dashboard.php:4167 ../cerber-load.php:4559 ../settings.php:526 ../settings.
84
+ #: php:609
85
  msgid "Notifications"
86
  msgstr "Meldingen"
87
 
88
+ #: ../settings.php:614
89
  msgid "Send notification to admin email"
90
  msgstr "Melding versturen naar admin e-mailadres"
91
 
92
+ #: ../dashboard.php:4164 ../cerber-load.php:4556 ../cerber-tools.php:38 ../cerber-
93
+ #: tools.php:47 ../cerber-tools.php:134
94
  msgid "Access Lists"
95
  msgstr "Toegangslijsten"
96
 
97
+ #: ../dashboard.php:1568 ../dashboard.php:2134 ../dashboard.php:4161 ../cerber-
98
+ #: load.php:4258 ../settings.php:622
99
  msgid "Activity"
100
  msgstr "Activiteit"
101
 
102
+ #: ../dashboard.php:4162
103
  msgid "Lockouts"
104
  msgstr "Uitsluitingen"
105
 
106
+ #: ../settings.php:1347
107
  msgid "%s allowed retries in %s minutes"
108
  msgstr "%s toegestane pogingen in %s minuten"
109
 
110
+ #: ../settings.php:1373
111
  msgid "Enable after %s failed login attempts in last %s minutes"
112
  msgstr "Aanzetten na %s mislukte inlogpogingen binnen %s minuten"
113
 
114
+ #: ../dashboard.php:188 ../dashboard.php:1000 ../dashboard.php:3653 ../cerber-
115
+ #: load.php:4267
116
  msgid "IP"
117
  msgstr "IP"
118
 
119
+ #: ../dashboard.php:779 ../dashboard.php:1003 ../dashboard.php:3276 ../dashboard.
120
+ #: php:3651
121
  msgid "Date"
122
  msgstr "Datum"
123
 
124
+ #: ../dashboard.php:782 ../dashboard.php:1005 ../dashboard.php:3656
125
  msgid "Local User"
126
  msgstr "Lokale gebruiker"
127
 
128
+ #: ../dashboard.php:785 ../dashboard.php:1006 ../cerber-load.php:4275
129
  msgid "Username used"
130
  msgstr "Toegepaste gebruikersnaam"
131
 
132
+ #: ../dashboard.php:209
133
  msgid "Showing last %d records from %d"
134
  msgstr "Laatste %d records van %d"
135
 
136
+ #: ../common.php:1151
137
  msgid "Logged in"
138
  msgstr "Ingelogd"
139
 
140
+ #: ../common.php:1152
141
  msgid "Logged out"
142
  msgstr "Uitgelogd"
143
 
144
+ #: ../common.php:1153
145
  msgid "Login failed"
146
  msgstr "Inloggen mislukt"
147
 
148
+ #: ../common.php:1156
149
  msgid "IP blocked"
150
  msgstr "IP geblokkeerd"
151
 
152
+ #: ../common.php:1157
153
  msgid "Subnet blocked"
154
  msgstr "Subnet geblokkeerd"
155
 
156
+ #: ../common.php:1159
157
  msgid "Citadel activated!"
158
  msgstr "Citadelstand geactiveerd!"
159
 
160
+ #: ../dashboard.php:978 ../dashboard.php:1199 ../dashboard.php:3450 ../common.php:
161
+ #: 1207
162
  msgid "Locked out"
163
  msgstr "Buitengesloten"
164
 
165
+ #: ../common.php:1209
166
  msgid "IP blacklisted"
167
  msgstr "IP uitgesloten"
168
 
169
+ #: ../common.php:1174
170
  msgid "Password changed"
171
  msgstr "Wachtwoord veranderd"
172
 
173
+ #: ../dashboard.php:181 ../dashboard.php:267
174
  msgid "Remove"
175
  msgstr "Verwijderen"
176
 
177
+ #: ../dashboard.php:551
178
  msgid "Lockout for %s was removed"
179
  msgstr "Uitsluiting voor %s is verwijderd"
180
 
181
+ #: ../dashboard.php:239 ../dashboard.php:970 ../dashboard.php:1193 ../dashboard.
182
+ #: php:1532 ../dashboard.php:3445 ../cerber-load.php:4544
183
  msgid "White IP Access List"
184
  msgstr "Toegelaten IP-adressen"
185
 
186
+ #: ../dashboard.php:241 ../dashboard.php:973 ../dashboard.php:1196 ../dashboard.
187
+ #: php:1533 ../dashboard.php:3446
188
  msgid "Black IP Access List"
189
  msgstr "Uitgesloten IP-adressen"
190
 
191
+ #: ../dashboard.php:273
192
  msgid "List is empty"
193
  msgstr "Lijst is leeg"
194
 
195
+ #: ../dashboard.php:306
196
  msgid "Address %s was added to White IP Access List"
197
  msgstr "Adres %s toegevoegd aan de Toegelaten IP-adressen"
198
 
199
+ #: ../dashboard.php:328
200
  msgid "Address %s was added to Black IP Access List"
201
  msgstr "Adres %s toegevoegd aan de Uitgesloten IP-adressen "
202
 
203
+ #: ../cerber-load.php:3565
204
  msgid "Citadel mode is activated after %d failed login attempts in %d minutes."
205
  msgstr "Citadelstand geactiveerd na %d mislukte inlogpogingen binnen %d minuten"
206
 
207
+ #: ../dashboard.php:2297 ../dashboard.php:2724
208
  msgid "View Activity"
209
  msgstr "Activiteit bekijken"
210
 
211
+ #: ../dashboard.php:4222 ../dashboard.php:4254 ../cerber-tools.php:37 ../cerber-
212
+ #: tools.php:46 ../nexus/cerber-nexus.php:90
213
  msgid "Settings"
214
  msgstr "Instellingen"
215
 
216
+ #: ../dashboard.php:1395
217
  msgid "Last login"
218
  msgstr "Laatst ingelogd"
219
 
220
+ #: ../dashboard.php:1428 ../dashboard.php:1515 ../common.php:1403 ../nexus/cerber-
221
+ #: slave-list.php:297
222
  msgid "Never"
223
  msgstr "Nooit"
224
 
225
+ #: ../dashboard.php:2180 ../cerber-tools.php:624 ../nexus/cerber-slave-list.php:
226
+ #: 230 ../cerber-scanner.php:5398 ../cerber-scanner.php:5542
227
  msgid "Are you sure?"
228
  msgstr "Weet je het zeker?"
229
 
230
+ #: ../dashboard.php:1933 ../settings.php:537
231
  msgid "My site is behind a reverse proxy"
232
  msgstr "Mijn website draait achter een reverse proxy"
233
 
234
+ #: ../settings.php:1175
 
 
 
 
 
 
 
 
235
  msgid "Make your protection smarter!"
236
  msgstr "Maak je bescherming slimmer!"
237
 
238
+ #: ../settings.php:1179
239
  msgid "Please enable Permalinks to use this feature. Set Permalink Settings to something other than Default."
240
  msgstr "Schakel Permalinks in om deze functionaliteit te gebruiken. Stel de Permalinks instelling in op iets anders dan Standaard."
241
 
242
+ #: ../dashboard.php:4163 ../cerber-load.php:4554
243
  msgid "Main Settings"
244
  msgstr "Hoofdinstellingen"
245
 
246
+ #: ../dashboard.php:4386
247
  msgid "Help"
248
  msgstr "Hulp"
249
 
250
+ #: ../settings.php:1357
251
  msgid "Increase lockout duration to %s hours after %s lockouts in the last %s hours"
252
  msgstr "Uitsluitingsduur ophogen naar %s uren na %s uitsluitingen in de laatste %s uren"
253
 
254
+ #: ../cerber-load.php:392
255
  msgid "You are not allowed to log in. Ask your administrator for assistance."
256
  msgstr "Je hebt geen toestemming om in te loggen. Vraag je beheerder om informatie."
257
 
258
+ #: ../cerber-load.php:417
259
  msgid "You have only one attempt remaining."
260
  msgid_plural "You have %d attempts remaining."
261
  msgstr[0] "Slechts één inlogpoging resterend!"
262
  msgstr[1] "%s inlogpogingen resterend."
263
 
264
+ #: ../dashboard.php:1032
265
  msgid "No activity has been logged."
266
  msgstr "Geen activiteit waargenomen."
267
 
268
+ #: ../dashboard.php:191
269
  msgid "Expires"
270
  msgstr "Verloopt"
271
 
272
+ #: ../dashboard.php:215
273
  msgid "No lockouts at the moment. The sky is clear."
274
  msgstr "Momenteel geen uitsluitingen."
275
 
276
+ #: ../dashboard.php:239
277
  msgid "These IPs will never be locked out"
278
  msgstr "Deze IP's worden nooit geblokkeerd."
279
 
280
+ #: ../dashboard.php:248
281
  msgid "Your IP"
282
  msgstr "Jouw IP"
283
 
284
+ #: ../cerber-load.php:3566
285
  msgid "Last failed attempt was at %s from IP %s with user login: %s."
286
  msgstr "Laatste mislukte inlogpoging was op %s vanaf IP %s op gebruiker %s."
287
 
288
+ #: ../cerber-load.php:4522
289
  msgid "Can't activate WP Cerber due to a database error."
290
  msgstr "Kan WP Cerber niet activeren door een fout in de database"
291
 
292
+ #: ../settings.php:1364
293
  msgid "Notify admin if the number of active lockouts above"
294
  msgstr "Waarschuw de beheerder als het aantal actieve uitsluitingen stijgt tot boven"
295
 
296
+ #: ../settings.php:230 ../settings.php:628 ../settings.php:965 ../settings.php:1036
297
  msgid "days"
298
  msgstr "dagen"
299
 
300
+ #: ../dashboard.php:1485
301
  msgid "Cerber Quick View"
302
  msgstr "Cerber Quick View"
303
 
304
+ #: ../dashboard.php:211
305
  msgid "Hint"
306
  msgstr "Tip"
307
 
308
+ #: ../dashboard.php:211
309
  msgid "To view activity, click on the IP"
310
+ msgstr "Klik op het IP-adres om de activiteit te bekijken"
311
 
312
+ #: ../settings.php:545
313
  msgid "Always block entire subnet Class C of intruders IP"
314
  msgstr "Altijd gehele IP Class C subnet blokkeren van aanvaller"
315
 
316
+ #: ../settings.php:619 ../settings.php:1370
317
  msgid "Click to send test"
318
  msgstr "Klik om test te verzenden"
319
 
320
+ #: ../settings.php:1591 ../settings.php:1592
321
  msgid "Attention! You have changed the login URL! The new login URL is"
322
  msgstr "Let op! Je hebt de inlog-URL veranderd. De nieuwe inlog-URL is"
323
 
324
+ #: ../dashboard.php:1394
325
  msgid "Comments"
326
  msgstr "Reacties"
327
 
328
+ #: ../common.php:1593
329
  msgid "Update to version %s of WP Cerber"
330
  msgstr "WP Cerber updaten naar versie %s"
331
 
332
+ #: ../cerber-load.php:3567 ../cerber-load.php:4299
333
  msgid "View activity in dashboard"
334
  msgstr "Activiteiten bekijken in dashboard"
335
 
336
+ #: ../cerber-load.php:3596
337
  msgid "Number of active lockouts"
338
  msgstr "Aantal actieve uitsluitingen"
339
 
340
+ #: ../cerber-load.php:3600
341
  msgid "View lockouts in dashboard"
342
  msgstr "Uitsluitingen bekijken in dashboard"
343
 
344
+ #: ../cerber-load.php:3688
345
  msgid "This message was sent by"
346
  msgstr "Dit bericht is verzonden door"
347
 
348
+ #: ../dashboard.php:76 ../dashboard.php:4286
349
  msgid "Tools"
350
  msgstr "Gereedschap"
351
 
352
+ #: ../cerber-tools.php:34
353
  msgid "Export settings to the file"
354
  msgstr "Instellingen exporteren naar bestand"
355
 
356
+ #: ../cerber-tools.php:35
357
  msgid "When you click the button below you will get a configuration file, which you can upload on another site."
358
  msgstr "Met onderstaande knop genereer je een configuratiebestand dat je bij een andere site kunt uploaden."
359
 
360
+ #: ../cerber-tools.php:36
361
  msgid "What do you want to export?"
362
  msgstr "Wat wil je exporteren?"
363
 
364
+ #: ../cerber-tools.php:39
365
  msgid "Download file"
366
  msgstr "Bestand downloaden"
367
 
368
+ #: ../cerber-tools.php:41
369
  msgid "Import settings from the file"
370
  msgstr "Instellingen importeren van bestand"
371
 
372
+ #: ../cerber-tools.php:42
373
  msgid "When you click the button below, file will be uploaded and all existing settings will be overridden."
374
  msgstr "Via onderstaande knop laad je het bestand en overschrijf je alle bestaande instellingen."
375
 
376
+ #: ../cerber-tools.php:43
377
  msgid "Select file to import."
378
  msgstr "Kies bestand om te importeren"
379
 
380
+ #: ../cerber-tools.php:43 ../cerber-scanner.php:3884
381
  msgid "Maximum upload file size: %s."
382
  msgstr "Maximum bestandsgrootte: %s"
383
 
384
+ #: ../cerber-tools.php:46
385
  msgid "What do you want to import?"
386
  msgstr "Wat wil je importeren?"
387
 
388
+ #: ../cerber-tools.php:48 ../cerber-scanner.php:3887
389
  msgid "Upload file"
390
  msgstr "Bestand uploaden"
391
 
392
+ #: ../cerber-tools.php:97
393
  msgid "No file was uploaded or file is corrupted"
394
  msgstr "Geen bestand geüpload of bestand is beschadigd."
395
 
396
+ #: ../cerber-tools.php:134
397
  msgid "Error while updating"
398
  msgstr "Foutmelding tijdens updaten"
399
 
400
+ #: ../cerber-tools.php:140
401
  msgid "Settings has imported successfully from"
402
  msgstr "Instellingen geïmporteerd van"
403
 
404
+ #: ../cerber-tools.php:147
405
  msgid "Error while parsing file"
406
  msgstr "Fout bij verwerken bestand"
407
 
408
+ #: ../dashboard.php:189 ../dashboard.php:1001
409
  msgid "Hostname"
410
  msgstr "Hostnaam"
411
 
412
+ #: ../dashboard.php:488
413
  msgid "unknown"
414
  msgstr "onbekend"
415
 
416
+ #: ../settings.php:623 ../settings.php:961
417
  msgid "Keep records for"
418
  msgstr "Gegevens behouden tot"
419
 
420
+ #: ../dashboard.php:1519 ../dashboard.php:1541
421
  msgid "active"
422
  msgstr "actief"
423
 
424
+ #: ../dashboard.php:1519
425
  msgid "deactivate"
426
  msgstr "deactiveren"
427
 
428
+ #: ../dashboard.php:1521
429
  msgid "not active"
430
  msgstr "niet actief"
431
 
432
+ #: ../dashboard.php:1522 ../dashboard.php:1536
433
  msgid "disabled"
434
  msgstr "gedeactiveerd"
435
 
436
+ #: ../dashboard.php:1527
437
  msgid "failed attempts"
438
  msgstr "mislukte pogingen"
439
 
440
+ #: ../dashboard.php:1527 ../dashboard.php:1528
441
  msgid "in 24 hours"
442
  msgstr "in 24 uur"
443
 
444
+ #: ../dashboard.php:1527 ../dashboard.php:1528
445
  msgid "view all"
446
  msgstr "bekijk alles"
447
 
448
+ #: ../dashboard.php:1528
449
  msgid "lockouts"
450
  msgstr "uitsluitingen"
451
 
452
+ #: ../dashboard.php:1530
453
  msgid "Lockouts at the moment"
454
  msgstr "Uitsluitingen op dit moment"
455
 
456
+ #: ../dashboard.php:1531
457
  msgid "Last lockout"
458
  msgstr "Recente uitsluiting"
459
 
460
+ #: ../dashboard.php:1532 ../dashboard.php:1533 ../dashboard.php:2468
461
  msgid "entry"
462
  msgid_plural "entries"
463
  msgstr[0] "item"
464
  msgstr[1] "items"
465
 
466
+ #: ../dashboard.php:2175
467
  msgid "Confused about some settings?"
468
  msgstr "Onzeker over sommige instellingen?"
469
 
470
+ #: ../dashboard.php:2176
471
  msgid "You can easily load default recommended settings using button below"
472
  msgstr "Met onderstaande knop laad je de aanbevolen instellingen"
473
 
474
+ #: ../dashboard.php:2178
475
  msgid "Load default settings"
476
  msgstr "Aanbevolen instellingen laden"
477
 
478
+ #: ../dashboard.php:2186
479
  msgid "doesn't affect Custom login URL and Access Lists"
480
  msgstr "heeft geen invloed op Aangepaste inlog-URL en Toegangslijsten"
481
 
482
+ #: ../common.php:1586 ../settings.php:805
483
  msgid "New version is available"
484
  msgstr "Nieuwe versie beschikbaar"
485
 
486
+ #: ../cerber-load.php:3539
487
  msgid "WP Cerber notify"
488
  msgstr "WP Cerber melding"
489
 
490
+ #: ../cerber-load.php:3563
491
  msgid "Citadel mode is activated"
492
  msgstr "Citadelstand is actief"
493
 
494
+ #: ../cerber-load.php:3635
495
  msgid "New Custom login URL"
496
  msgstr "Nieuwe Aangepaste inlog-URL"
497
 
498
+ #: ../cerber-load.php:4509
499
  msgid "The WP Cerber requires PHP %s or higher. You are running"
500
  msgstr "WP Cerber vereist PHP %s of hoger. Je gebruikt nu"
501
 
502
+ #: ../cerber-load.php:4513
503
  msgid "The WP Cerber requires WordPress %s or higher. You are running"
504
  msgstr "WP Cerber vereist WordPress %s of hoger. Je gebruikt nu"
505
 
506
+ #: ../settings.php:654
507
  msgid "Use file"
508
  msgstr "Bestand gebruiken"
509
 
510
+ #: ../settings.php:658
511
  msgid "Write failed login attempts to the file"
512
  msgstr "Mislukte pogingen opslaan in bestand"
513
 
514
+ #: ../dashboard.php:2296
515
  msgid "Deactivate"
516
  msgstr "Deactiveren"
517
 
518
+ #: ../dashboard.php:192 ../cerber-load.php:3598
519
  msgid "Reason"
520
  msgstr "Reden"
521
 
522
+ #: ../dashboard.php:280
523
  msgid "Add IP to the list"
524
  msgstr "IP-adres toevoegen aan lijst"
525
 
526
+ #: ../dashboard.php:1261
527
  msgid "Add IP to the Black List"
528
  msgstr "IP-adres toevoegen aan Uitsluitingslijst"
529
 
530
+ #: ../common.php:1246
531
  msgid "Attempt to access"
532
  msgstr "Poging tot toegang"
533
 
534
+ #: ../common.php:1245
535
  msgid "Limit on login attempts is reached"
536
  msgstr "Limiet voor aantal inlogpogingen is bereikt"
537