diff --git a/all-in-one-wp-security/admin/wp-security-admin-init.php b/all-in-one-wp-security/admin/wp-security-admin-init.php
index 0ac8dcf..4bfd07d 100644
--- a/all-in-one-wp-security/admin/wp-security-admin-init.php
+++ b/all-in-one-wp-security/admin/wp-security-admin-init.php
@@ -17,7 +17,6 @@ class AIOWPSecurity_Admin_Init
var $user_registration_menu;
var $db_security_menu;
var $filesystem_menu;
- var $whois_menu;
var $blacklist_menu;
var $firewall_menu;
var $brute_force_menu;
@@ -300,7 +299,6 @@ function create_admin_menus()
}else{
add_submenu_page(AIOWPSEC_MAIN_MENU_SLUG, __('Filesystem Security', 'all-in-one-wp-security-and-firewall'), __('Filesystem Security', 'all-in-one-wp-security-and-firewall') , AIOWPSEC_MANAGEMENT_PERMISSION, AIOWPSEC_FILESYSTEM_MENU_SLUG, array(&$this, 'handle_filesystem_menu_rendering'));
}
- add_submenu_page(AIOWPSEC_MAIN_MENU_SLUG, __('WHOIS Lookup', 'all-in-one-wp-security-and-firewall'), __('WHOIS Lookup', 'all-in-one-wp-security-and-firewall') , AIOWPSEC_MANAGEMENT_PERMISSION, AIOWPSEC_WHOIS_MENU_SLUG, array(&$this, 'handle_whois_menu_rendering'));
if (AIOWPSecurity_Utility::is_multisite_install() && get_current_blog_id() != 1){
//Suppress the Blacklist Manager menu if site is a multi site AND not the main site
}else{
@@ -366,12 +364,6 @@ function handle_filesystem_menu_rendering()
$this->filesystem_menu = new AIOWPSecurity_Filesystem_Menu();
}
- function handle_whois_menu_rendering()
- {
- include_once('wp-security-whois-menu.php');
- $this->whois_menu = new AIOWPSecurity_WhoIs_Menu();
- }
-
function handle_blacklist_menu_rendering()
{
include_once('wp-security-blacklist-menu.php');
diff --git a/all-in-one-wp-security/admin/wp-security-blacklist-menu.php b/all-in-one-wp-security/admin/wp-security-blacklist-menu.php
index 7dfe514..fadf87f 100644
--- a/all-in-one-wp-security/admin/wp-security-blacklist-menu.php
+++ b/all-in-one-wp-security/admin/wp-security-blacklist-menu.php
@@ -155,7 +155,7 @@ function render_tab1()
:
-
+
:
-
+
:
-
+
-
+
'.__('The IP Retrieval Settings allow you to specify which $_SERVER global variable you want this plugin to use to retrieve the visitor IP address.', 'aiowpsecurity').
- '
'.__('By default this plugin uses the $_SERVER[\'REMOTE_ADDR\'] variable to retrieve the visitor IP address. This should normally be the most accurate safest way to get the IP.', 'aiowpsecurity').
- '
'.__('However in some setups such as those using proxies, load-balancers and CloudFlare, it may be necessary to use a different $_SERVER variable.', 'aiowpsecurity').
- '
'.__('You can use the settings below to configure which $_SERVER global you would like to use for retrieving the IP address.', 'aiowpsecurity').'';
+ echo '
'.__('The IP Retrieval Settings allow you to specify which $_SERVER global variable you want this plugin to use to retrieve the visitor IP address.', 'all-in-one-wp-security-and-firewall').
+ ' '.__('By default this plugin uses the $_SERVER[\'REMOTE_ADDR\'] variable to retrieve the visitor IP address. This should normally be the most accurate safest way to get the IP.', 'all-in-one-wp-security-and-firewall').
+ ' '.__('However in some setups such as those using proxies, load-balancers and CloudFlare, it may be necessary to use a different $_SERVER variable.', 'all-in-one-wp-security-and-firewall').
+ ' '.__('You can use the settings below to configure which $_SERVER global you would like to use for retrieving the IP address.', 'all-in-one-wp-security-and-firewall').'
';
?>
@@ -760,13 +760,13 @@ function render_tab6()
- configs->get_value('aiowps_ip_retrieve_method'), '0' ); ?>>
+ configs->get_value('aiowps_ip_retrieve_method'), '0' ); ?>>
configs->get_value('aiowps_ip_retrieve_method'), '1' ); ?>>
configs->get_value('aiowps_ip_retrieve_method'), '2' ); ?>>
configs->get_value('aiowps_ip_retrieve_method'), '3' ); ?>>
configs->get_value('aiowps_ip_retrieve_method'), '4' ); ?>>
-
+
+
@@ -779,7 +779,7 @@ function render_tab6()
-
+
'.__('This feature will add a simple math captcha field in the WordPress comments form.', 'all-in-one-wp-security-and-firewall').
+ echo '
'.__('This feature will add a captcha field in the WordPress comments form.', 'all-in-one-wp-security-and-firewall').
' '.__('Adding a captcha field in the comment form is a simple way of greatly reducing SPAM comments from bots without using .htaccess rules.', 'all-in-one-wp-security-and-firewall').'
';
?>
diff --git a/all-in-one-wp-security/admin/wp-security-user-accounts-menu.php b/all-in-one-wp-security/admin/wp-security-user-accounts-menu.php
index c393804..cb18d0e 100644
--- a/all-in-one-wp-security/admin/wp-security-user-accounts-menu.php
+++ b/all-in-one-wp-security/admin/wp-security-user-accounts-menu.php
@@ -212,9 +212,9 @@ function render_tab3()
-
+
-
This password tool uses an algorithm which calculates how long it would take for your password to be cracked using the computing power of an off-the-shelf current model desktop PC with high end processor, graphics card and appropriate password cracking software.
+
diff --git a/all-in-one-wp-security/admin/wp-security-user-login-menu.php b/all-in-one-wp-security/admin/wp-security-user-login-menu.php
index 86b05f2..f65fa14 100644
--- a/all-in-one-wp-security/admin/wp-security-user-login-menu.php
+++ b/all-in-one-wp-security/admin/wp-security-user-login-menu.php
@@ -202,9 +202,9 @@ function render_tab1()
//success case
$result = 1;
$list = $payload[1];
- $banned_ip_data = implode(PHP_EOL, $list);
- $aio_wp_security->configs->set_value('aiowps_lockdown_allowed_ip_addresses',$banned_ip_data);
- $_POST['aiowps_lockdown_allowed_ip_addresses'] = ''; //Clear the post variable for the banned address list
+ $allowed_ip_data = implode(PHP_EOL, $list);
+ $aio_wp_security->configs->set_value('aiowps_lockdown_allowed_ip_addresses', $allowed_ip_data);
+ $_POST['aiowps_lockdown_allowed_ip_addresses'] = ''; //Clear the post variable for the allowed address list
}
else{
$result = -1;
@@ -426,7 +426,7 @@ function render_tab2()
search_box('Search', 'search_failed_login');
+ $failed_login_list->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_failed_login');
if (isset($_REQUEST["tab"])) {
echo '
';
}
@@ -580,7 +580,7 @@ function render_tab4()
search_box('Search', 'search_login_activity');
+ $acct_activity_list->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_login_activity');
if (isset($_REQUEST["tab"])) {
echo '
';
}
@@ -607,9 +607,9 @@ function render_tab4()
function render_tab5()
{
+ global $aio_wp_security;
$logged_in_users = (AIOWPSecurity_Utility::is_multisite_install() ? get_site_transient('users_online') : get_transient('users_online'));
- global $aio_wp_security;
include_once 'wp-security-list-logged-in-users.php'; //For rendering the AIOWPSecurity_List_Table
$user_list = new AIOWPSecurity_List_Logged_In_Users();
if(isset($_REQUEST['action'])) //Do row action tasks for list table form for login activity display
diff --git a/all-in-one-wp-security/admin/wp-security-user-registration-menu.php b/all-in-one-wp-security/admin/wp-security-user-registration-menu.php
index 6cc05d3..ef985f3 100644
--- a/all-in-one-wp-security/admin/wp-security-user-registration-menu.php
+++ b/all-in-one-wp-security/admin/wp-security-user-registration-menu.php
@@ -168,7 +168,7 @@ function render_tab1()
search_box('Search', 'search_user_registration');
+ $user_list->search_box(__('Search', 'all-in-one-wp-security-and-firewall'), 'search_user_registration');
if (isset($_REQUEST["tab"])) {
echo '
';
}
diff --git a/all-in-one-wp-security/classes/wp-security-captcha.php b/all-in-one-wp-security/classes/wp-security-captcha.php
index f2cd26c..4d48d8a 100644
--- a/all-in-one-wp-security/classes/wp-security-captcha.php
+++ b/all-in-one-wp-security/classes/wp-security-captcha.php
@@ -154,33 +154,28 @@ function number_word_mapping($num)
*/
function verify_captcha_submit () {
global $aio_wp_security;
- if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')){
+ if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
//Google reCaptcha enabled
if (array_key_exists('g-recaptcha-response', $_POST)) {
$g_recaptcha_response = isset($_POST['g-recaptcha-response'])?sanitize_text_field($_POST['g-recaptcha-response']):'';
$verify_captcha = $this->verify_google_recaptcha($g_recaptcha_response);
- if($verify_captcha === false) {
- return false; // wrong answer was entered
- }
+ return $verify_captcha;
}else {
// Expected captcha field in $_POST but got none!
return false;
}
- }else if($aio_wp_security->configs->get_value('aiowps_enable_login_captcha')) {
+ } else {
// math captcha is enabled
if (array_key_exists('aiowps-captcha-answer', $_POST)) {
$captcha_answer = isset($_POST['aiowps-captcha-answer'])?sanitize_text_field($_POST['aiowps-captcha-answer']):'';
$verify_captcha = $this->verify_math_captcha_answer($captcha_answer);
- if ( $verify_captcha === false ) {
- return false; // wrong answer was entered
- }
+ return $verify_captcha;
} else {
// Expected captcha field in $_POST but got none!
return false;
}
}
- return true;
}
/**
@@ -210,7 +205,6 @@ function verify_math_captcha_answer($captcha_answer='') {
*/
function verify_google_recaptcha($resp_token='') {
global $aio_wp_security;
-
$is_humanoid = false;
if ( empty( $resp_token ) ) {
@@ -238,7 +232,6 @@ function verify_google_recaptcha($resp_token='') {
if(isset( $response['success'] ) && $response['success'] == true) {
$is_humanoid = true;
}
-
return $is_humanoid;
}
diff --git a/all-in-one-wp-security/classes/wp-security-deactivation-tasks.php b/all-in-one-wp-security/classes/wp-security-deactivation-tasks.php
index a97d845..cd2dfbd 100644
--- a/all-in-one-wp-security/classes/wp-security-deactivation-tasks.php
+++ b/all-in-one-wp-security/classes/wp-security-deactivation-tasks.php
@@ -7,15 +7,55 @@
class AIOWPSecurity_Deactivation
{
- static function run_deactivation_tasks()
+ /**
+ * Runs various deactivation tasks
+ * Handles single and multi-site (NW activation) cases
+ * @global type $wpdb
+ * @global type $aio_wp_security
+ * @param type $networkwide
+ */
+ static function run_deactivation_tasks($networkwide)
{
global $wpdb;
global $aio_wp_security;
- //Let's first save the current aio_wp_security_configs options in a temp option
- update_option('aiowps_temp_configs', $aio_wp_security->configs->configs);
-
//Deactivate all firewall and other .htaccess rules
AIOWPSecurity_Configure_Settings::turn_off_all_firewall_rules();
+
+ if (AIOWPSecurity_Utility::is_multisite_install()){
+ delete_site_transient('users_online');
+ }
+ else{
+ delete_transient('users_online');
+ }
+
+ //
+ if (AIOWPSecurity_Utility::is_multisite_install() && $networkwide) {
+ // check if it is a network activation
+ $blogids = $wpdb->get_col("SELECT blog_id FROM $wpdb->blogs");
+ foreach ($blogids as $blog_id) {
+ switch_to_blog($blog_id);
+ //Let's first save the current aio_wp_security_configs options in a temp option
+ update_option('aiowps_temp_configs', $aio_wp_security->configs->configs);
+
+ AIOWPSecurity_Deactivation::clear_cron_events();
+ restore_current_blog();
+ }
+ } else {
+ //Let's first save the current aio_wp_security_configs options in a temp option
+ update_option('aiowps_temp_configs', $aio_wp_security->configs->configs);
+
+ AIOWPSecurity_Deactivation::clear_cron_events();
+ }
+
+
+ }
+
+ /**
+ * Helper function which clears aiowps cron events
+ */
+ static function clear_cron_events() {
+ wp_clear_scheduled_hook('aiowps_hourly_cron_event');
+ wp_clear_scheduled_hook('aiowps_daily_cron_event');
}
}
diff --git a/all-in-one-wp-security/classes/wp-security-general-init-tasks.php b/all-in-one-wp-security/classes/wp-security-general-init-tasks.php
index 23f5421..255b066 100644
--- a/all-in-one-wp-security/classes/wp-security-general-init-tasks.php
+++ b/all-in-one-wp-security/classes/wp-security-general-init-tasks.php
@@ -6,6 +6,7 @@
class AIOWPSecurity_General_Init_Tasks
{
function __construct(){
+ // Do init time tasks
global $aio_wp_security;
if ($aio_wp_security->configs->get_value('aiowps_disable_xmlrpc_pingback_methods') == '1') {
@@ -120,41 +121,29 @@ function __construct(){
}
//For woo form captcha features
- $woo_login_captcha_enabled = false;
- if($aio_wp_security->configs->get_value('aiowps_enable_woo_login_captcha') == '1' &&
- !is_user_logged_in()) {
- $woo_login_captcha_enabled = true;
- add_action('woocommerce_login_form', array(&$this, 'insert_captcha_question_form'));
- }
-
- $woo_register_captcha_enabled = false;
- if($aio_wp_security->configs->get_value('aiowps_enable_woo_register_captcha') == '1' &&
- !is_user_logged_in()) {
- $woo_register_captcha_enabled = true;
- add_action('woocommerce_register_form', array(&$this, 'insert_captcha_question_form'));
- }
-
- $woo_lostpassword_captcha_enabled = false;
- if($aio_wp_security->configs->get_value('aiowps_enable_woo_lostpassword_captcha') == '1' &&
- !is_user_logged_in()) {
- $woo_lostpassword_captcha_enabled = true;
- add_action('woocommerce_lostpassword_form', array(&$this, 'insert_captcha_question_form'));
- }
-
-
- if($woo_login_captcha_enabled){
+ if($aio_wp_security->configs->get_value('aiowps_enable_woo_login_captcha') == '1') {
+ if (!is_user_logged_in()) {
+ add_action('woocommerce_login_form', array(&$this, 'insert_captcha_question_form'));
+ }
if(isset($_POST['woocommerce-login-nonce'])) {
- add_filter('woocommerce_process_login_errors', array(&$this, 'aiowps_validate_woo_login_with_captcha'), 10, 3);
+ add_filter('woocommerce_process_login_errors', array(&$this, 'aiowps_validate_woo_login_or_reg_captcha'), 10, 3);
}
}
-
- if($woo_register_captcha_enabled){
+
+ if($aio_wp_security->configs->get_value('aiowps_enable_woo_register_captcha') == '1') {
+ if(!is_user_logged_in()) {
+ add_action('woocommerce_register_form', array(&$this, 'insert_captcha_question_form'));
+ }
+
if(isset($_POST['woocommerce-register-nonce'])) {
- add_filter('woocommerce_process_registration_errors', array(&$this, 'aiowps_validate_woo_login_with_captcha'), 10, 3);
+ add_filter('woocommerce_process_registration_errors', array(&$this, 'aiowps_validate_woo_login_or_reg_captcha'), 10, 3);
}
}
-
- if($woo_lostpassword_captcha_enabled){
+
+ if($aio_wp_security->configs->get_value('aiowps_enable_woo_lostpassword_captcha') == '1') {
+ if(!is_user_logged_in()) {
+ add_action('woocommerce_lostpassword_form', array(&$this, 'insert_captcha_question_form'));
+ }
if(isset($_POST['woocommerce-lost-password-nonce'])) {
add_action('lostpassword_post', array(&$this, 'process_woo_lost_password_form_post'));
}
@@ -225,8 +214,7 @@ function __construct(){
if (AIOWPSecurity_Utility::is_multisite_install()){
$blog_id = get_current_blog_id();
switch_to_blog($blog_id);
- if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1' ||
- $aio_wp_security->configs->get_value('aiowps_enable_custom_login_captcha') == '1'){
+ if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1'){
if (!is_user_logged_in()) {
if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
add_action('wp_head', array(&$this, 'add_recaptcha_script'));
@@ -238,8 +226,7 @@ function __construct(){
}
restore_current_blog();
}else{
- if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1' ||
- $aio_wp_security->configs->get_value('aiowps_enable_custom_login_captcha') == '1'){
+ if($aio_wp_security->configs->get_value('aiowps_enable_comment_captcha') == '1'){
if (!is_user_logged_in()) {
if($aio_wp_security->configs->get_value('aiowps_default_recaptcha')) {
add_action('wp_head', array(&$this, 'add_recaptcha_script'));
@@ -274,7 +261,7 @@ function __construct(){
//Add more tasks that need to be executed at init time
- }
+ } // end _construct()
function aiowps_disable_xmlrpc_pingback_methods( $methods ) {
unset( $methods['pingback.ping'] );
@@ -394,7 +381,15 @@ function update_logged_in_user_transient(){
$current_user = $current_user->ID;
$current_time = current_time('timestamp');
- $current_user_info = array("user_id" => $current_user, "last_activity" => $current_time, "ip_address" => $current_user_ip); //We will store last activity time and ip address in transient entry
+ // Store last activity time and ip address in transient entry
+ if(AIOWPSecurity_Utility::is_multisite_install()) {
+ $current_blog_id = get_current_blog_id();
+ // For multi-sites also store blog_id
+ $current_user_info = array("user_id" => $current_user, "last_activity" => $current_time, "ip_address" => $current_user_ip, "blog_id" => $current_blog_id);
+ } else {
+ $current_user_info = array("user_id" => $current_user, "last_activity" => $current_time, "ip_address" => $current_user_ip); //We will store last activity time and ip address in transient entry
+ }
+
if($logged_in_users === false || $logged_in_users == NULL){
$logged_in_users = array();
@@ -590,7 +585,7 @@ function buddy_press_signup_validate_captcha($errors)
return;
}
- function aiowps_validate_woo_login_with_captcha( $errors, $username, $password ) {
+ function aiowps_validate_woo_login_or_reg_captcha( $errors, $username, $password ) {
global $aio_wp_security;
$locked = $aio_wp_security->user_login_obj->check_locked_user();
if(!empty($locked)){
diff --git a/all-in-one-wp-security/classes/wp-security-installer.php b/all-in-one-wp-security/classes/wp-security-installer.php
index ef561dd..ac83d81 100644
--- a/all-in-one-wp-security/classes/wp-security-installer.php
+++ b/all-in-one-wp-security/classes/wp-security-installer.php
@@ -203,4 +203,39 @@ static function reactivation_tasks()
return false;
}
}
+
+ /**
+ * Setup aiowps cron tasks
+ * Handles both single and multi-site (NW activation) cases
+ * @global type $wpdb
+ * @param type $networkwide
+ */
+ static function set_cron_tasks_upon_activation($networkwide) {
+ global $wpdb;
+ if (AIOWPSecurity_Utility::is_multisite_install() && $networkwide) {
+ // check if it is a network activation
+ $blogids = $wpdb->get_col("SELECT blog_id FROM $wpdb->blogs");
+ foreach ($blogids as $blog_id) {
+ switch_to_blog($blog_id);
+ AIOWPSecurity_Installer::schedule_cron_events();
+ do_action('aiowps_activation_complete');
+ restore_current_blog();
+ }
+ } else {
+ AIOWPSecurity_Installer::schedule_cron_events();
+ do_action('aiowps_activation_complete');
+ }
+ }
+
+ /**
+ * Helper function for scheduling aiowps cron events
+ */
+ static function schedule_cron_events() {
+ if ( !wp_next_scheduled('aiowps_hourly_cron_event') ) {
+ wp_schedule_event(time(), 'hourly', 'aiowps_hourly_cron_event'); //schedule an hourly cron event
+ }
+ if ( !wp_next_scheduled('aiowps_daily_cron_event') ) {
+ wp_schedule_event(time(), 'daily', 'aiowps_daily_cron_event'); //schedule an daily cron event
+ }
+ }
}
diff --git a/all-in-one-wp-security/classes/wp-security-user-login.php b/all-in-one-wp-security/classes/wp-security-user-login.php
index 3cc4252..b9ab686 100644
--- a/all-in-one-wp-security/classes/wp-security-user-login.php
+++ b/all-in-one-wp-security/classes/wp-security-user-login.php
@@ -12,13 +12,16 @@ class AIOWPSecurity_User_Login
var $key_login_msg;
function __construct()
{
+ global $aio_wp_security;
$this->key_login_msg = 'aiowps_login_msg_id';
// As a first authentication step, check if user's IP is locked.
add_filter('authenticate', array($this, 'block_ip_if_locked'), 1, 1);
// Check whether user needs to be manually approved after default WordPress authenticate hooks (with priority 20).
add_filter('authenticate', array($this, 'check_manual_registration_approval'), 30, 1);
// Check login captcha
- add_filter('authenticate', array($this, 'check_captcha'), 20, 1);
+ if($aio_wp_security->configs->get_value('aiowps_enable_login_captcha')) {
+ add_filter('authenticate', array($this, 'check_captcha'), 20, 1);
+ }
// As a last authentication step, perform post authentication steps
add_filter('authenticate', array($this, 'post_authenticate'), 100, 3);
add_action('aiowps_force_logout_check', array($this, 'aiowps_force_logout_action_handler'));
@@ -89,8 +92,6 @@ function check_captcha($user)
* Check, whether $user needs to be manually approved by site admin yet.
* @global AIO_WP_Security $aio_wp_security
* @param WP_Error|WP_User $user
- * @param string $username
- * @param string $password
* @return WP_Error|WP_User
*/
function check_manual_registration_approval($user)
@@ -221,7 +222,7 @@ function lock_the_user($username, $lock_reason='login_fail')
{
global $wpdb, $aio_wp_security;
$login_lockdown_table = AIOWPSEC_TBL_LOGIN_LOCKDOWN;
- $lockout_time_length = $aio_wp_security->configs->get_value('aiowps_lockout_time_length');
+ $lock_minutes = $aio_wp_security->configs->get_value('aiowps_lockout_time_length');
$ip = AIOWPSecurity_Utility_IP::get_user_ip_address(); //Get the IP address of user
if(empty($ip)) return;
$ip_range = AIOWPSecurity_Utility_IP::get_sanitized_ip_range($ip); //Get the IP range of the current user
@@ -238,9 +239,11 @@ function lock_the_user($username, $lock_reason='login_fail')
$ip_range_str = esc_sql($ip_range).'.*';
$lock_time = current_time( 'mysql' );
- $lock_minutes = $lockout_time_length;
- $newtimestamp = strtotime($lock_time.' + '.$lock_minutes.' minute');
- $release_time = date('Y-m-d H:i:s', $newtimestamp);
+ $date = new DateTime($lock_time);
+ $add_interval = 'PT'.absint($lock_minutes).'M';
+ $date->add(new DateInterval($add_interval));
+ $release_time = $date->format('Y-m-d H:i:s');
+
$data = array('user_id' => $user_id, 'user_login' => $username, 'lockdown_date' => $lock_time, 'release_date' => $release_time, 'failed_login_IP' => $ip, 'lock_reason' => $lock_reason);
$format = array('%d', '%s', '%s', '%s', '%s', '%s');
$result = $wpdb->insert($login_lockdown_table, $data, $format);
@@ -520,7 +523,20 @@ function wp_logout_action_handler()
function update_user_online_transient($user_id, $ip_addr)
{
global $aio_wp_security;
- $logged_in_users = (AIOWPSecurity_Utility::is_multisite_install() ? get_site_transient('users_online') : get_transient('users_online'));
+ $is_multi_site = AIOWPSecurity_Utility::is_multisite_install();
+ if ($is_multi_site) {
+ $current_blog_id = get_current_blog_id();
+ $is_main = is_main_site($current_blog_id);
+ if($is_main) {
+ $logged_in_users = get_site_transient('users_online');
+ } else {
+ switch_to_blog($current_blog_id);
+ $logged_in_users = get_transient('users_online');
+ }
+ } else {
+ $logged_in_users = get_transient('users_online');
+ }
+
//$logged_in_users = get_transient('users_online');
if ($logged_in_users === false || $logged_in_users == NULL)
{
@@ -537,8 +553,13 @@ function update_user_online_transient($user_id, $ip_addr)
$j++;
}
//Save the transient
- AIOWPSecurity_Utility::is_multisite_install() ? set_site_transient('users_online', $logged_in_users, 30 * 60) : set_transient('users_online', $logged_in_users, 30 * 60);
- //set_transient('users_online', $logged_in_users, 30 * 60); //Set transient with the data obtained above and also set the expiry to 30min
+
+// AIOWPSecurity_Utility::is_multisite_install() ? set_site_transient('users_online', $logged_in_users, 30 * 60) : set_transient('users_online', $logged_in_users, 30 * 60);
+ if ($is_multi_site) {
+ ($is_main) ? set_site_transient('users_online', $logged_in_users, 30 * 60) : set_transient('users_online', $logged_in_users, 30 * 60);
+ } else {
+ set_transient('users_online', $logged_in_users, 30 * 60);
+ }
return;
}
@@ -604,4 +625,27 @@ function get_unlock_request_form()
$unlock_request_form .= '
'.__('Request Unlock', 'all-in-one-wp-security-and-firewall').' ';
return $unlock_request_form;
}
+
+ /**
+ * Returns all logged in users for specific subsite of multisite installation
+ * Checks the aiowps transient 'users_online'
+ * @param type $blog_id
+ * @return array
+ */
+ static function get_subsite_logged_in_users($blog_id=0) {
+ if(empty($blog_id)) return false;
+
+ $subsite_logged_in_users = array();
+ if (AIOWPSecurity_Utility::is_multisite_install()) {
+ // this contains all logged in users sitewide across subsites
+ $logged_in_users = empty(get_site_transient('users_online'))?array():get_site_transient('users_online');
+ // Subsite - extract only logged in users for current blog
+ foreach($logged_in_users as $user) {
+ if (isset($user['blog_id']) && $user['blog_id'] == $blog_id) {
+ $subsite_logged_in_users[] = $user;
+ }
+ }
+ }
+ return $subsite_logged_in_users;
+ }
}
\ No newline at end of file
diff --git a/all-in-one-wp-security/classes/wp-security-user-registration.php b/all-in-one-wp-security/classes/wp-security-user-registration.php
index 889abde..6f696bd 100644
--- a/all-in-one-wp-security/classes/wp-security-user-registration.php
+++ b/all-in-one-wp-security/classes/wp-security-user-registration.php
@@ -12,7 +12,6 @@ function __construct()
add_action('user_register', array(&$this, 'aiowps_user_registration_action_handler'));
if($aio_wp_security->configs->get_value('aiowps_enable_registration_page_captcha') == '1'){
add_filter('registration_errors', array(&$this, 'aiowps_validate_registration_with_captcha'), 10, 3);
- add_filter('woocommerce_process_registration_errors', array(&$this, 'aiowps_validate_woo_registration_with_captcha'), 10, 4);
}
}
@@ -78,25 +77,4 @@ function aiowps_validate_registration_with_captcha($errors, $sanitized_user_logi
}
return $errors;
}
-
- function aiowps_validate_woo_registration_with_captcha($errors, $username, $password, $email)
- {
- global $aio_wp_security;
-
- $locked = $aio_wp_security->user_login_obj->check_locked_user();
- if($locked == null){
- //user is not locked continue
- }else{
- $errors->add('authentication_failed', __('
ERROR : You are not allowed to register because your IP address is currently locked!', 'all-in-one-wp-security-and-firewall'));
- }
- $verify_captcha = $aio_wp_security->captcha_obj->verify_captcha_submit();
-
- if($verify_captcha === false)
- {
- // wrong answer was entered
- $errors->add('authentication_failed', __('
ERROR : Your answer was incorrect - please try again.', 'all-in-one-wp-security-and-firewall'));
- }
- return $errors;
- }
-
}
\ No newline at end of file
diff --git a/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.mo b/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.mo
index ea6b777..8eeb189 100644
Binary files a/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.mo and b/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.mo differ
diff --git a/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.po b/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.po
index c31cea1..86b291e 100644
--- a/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.po
+++ b/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall-nl_NL.po
@@ -1,4786 +1,4948 @@
+# Translation of Plugins - All In One WP Security & Firewall - Development (trunk) in Dutch
+# This file is distributed under the same license as the Plugins - All In One WP Security & Firewall - Development (trunk) package.
msgid ""
msgstr ""
-"Project-Id-Version: All In One WP Security vv3.7.2\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: \n"
-"PO-Revision-Date: 2018-12-16 16:01+0100\n"
-"Last-Translator: CBO\n"
-"Language-Team: \n"
+"PO-Revision-Date: 2019-06-15 09:34+1000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
-"X-Generator: Poedit 2.2\n"
-"X-Poedit-SourceCharset: utf-8\n"
-"X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
-"X-Poedit-Basepath: ..\n"
-"X-Textdomain-Support: yes\n"
-"Language: nl_NL\n"
-"X-Poedit-SearchPath-0: .\n"
-
-# @ default
-#: admin/general/wp-security-list-table.php:178
-msgid "No items found."
-msgstr "Geen items gevonden."
-
-# @ default
-#: admin/general/wp-security-list-table.php:281
-msgid "Bulk Actions"
-msgstr "Bulkacties"
+"X-Generator: Poedit 2.2.3\n"
+"Language: nl\n"
+"Project-Id-Version: Plugins - All In One WP Security & Firewall - Development (trunk)\n"
+"POT-Creation-Date: \n"
+"Last-Translator: \n"
+"Language-Team: \n"
-# @ default
-#: admin/general/wp-security-list-table.php:291
-msgid "Apply"
-msgstr "Toepassen"
+#: admin/wp-security-admin-menu.php:102
+msgid "The bulk action was successful"
+msgstr "De bulk actie is met succes uitgevoerd"
+
+#: admin/wp-security-admin-menu.php:106
+msgid "The bulk action failed"
+msgstr "De bulk actie is mislukt"
+
+#: admin/general/wp-security-list-table.php:468
+msgid "Select bulk action"
+msgstr "Selecteer bulk actie"
+
+#: admin/general/wp-security-list-table.php:532
+#: admin/general/wp-security-list-table.php:1354
+msgid "Show more details"
+msgstr "Toon meer details"
+
+#: admin/general/wp-security-list-table.php:600
+msgid "Filter by date"
+msgstr "Filter op datum"
+
+#: admin/general/wp-security-list-table.php:602
+msgid "All dates"
+msgstr "Alle datums"
+
+#: admin/general/wp-security-list-table.php:668
+msgid "%s comment"
+msgid_plural "%s comments"
+msgstr[0] "%s reactie"
+msgstr[1] "%s reacties"
+
+#: admin/general/wp-security-list-table.php:669
+msgid "%s approved comment"
+msgid_plural "%s approved comments"
+msgstr[0] "%s toegestane reactie"
+msgstr[1] "%s toegestane reacties"
+
+#: admin/general/wp-security-list-table.php:670
+msgid "%s pending comment"
+msgid_plural "%s pending comments"
+msgstr[0] "%s wachtende reactie"
+msgstr[1] "%s wachtende reacties"
+
+#: admin/general/wp-security-list-table.php:676
+#: admin/general/wp-security-list-table.php:698
+#: admin/general/wp-security-list-table.php:721
+msgid "No comments"
+msgstr "Geen reacties"
+
+#: admin/general/wp-security-list-table.php:698
+msgid "No approved comments"
+msgstr "Geen toegestane reacties"
+
+#: admin/general/wp-security-list-table.php:721
+msgid "No pending comments"
+msgstr "Geen reacties in de wachtrij"
+
+#: admin/general/wp-security-list-table.php:797
+#: admin/general/wp-security-list-table.php:1378
+msgid "%s item"
+msgid_plural "%s items"
+msgstr[0] "%s artikel"
+msgstr[1] "%s artikelen"
-# @ default
-#: admin/general/wp-security-list-table.php:365
-msgid "Show all dates"
-msgstr "Toon alle data"
+#: admin/general/wp-security-list-table.php:834
+msgid "First page"
+msgstr "Eerste pagina"
-# @ default
-#. translators: 1: month name, 2: 4-digit year
-#: admin/general/wp-security-list-table.php:378
-#, php-format
-msgid "%1$s %2$d"
-msgstr "%1$s %2$d"
+#: admin/general/wp-security-list-table.php:845
+msgid "Previous page"
+msgstr "Vorige pagina"
-# @ default
-#: admin/general/wp-security-list-table.php:394
-msgid "List View"
-msgstr "Lijst weergave"
+#: admin/general/wp-security-list-table.php:870
+msgid "Next page"
+msgstr "Volgende pagina"
-# @ default
-#: admin/general/wp-security-list-table.php:395
-msgid "Excerpt View"
-msgstr "Uittreksel weergave"
+#: admin/general/wp-security-list-table.php:881
+msgid "Last page"
+msgstr "Laatste pagina"
-# @ default
-#: admin/general/wp-security-list-table.php:421
-#, php-format
-msgid "%s pending"
-msgstr "%s in afwachting"
+#. translators: %s: site title
+#: other-includes/wp-security-rename-login-feature.php:252
+msgctxt "site"
+msgid "← Back to %s"
+msgstr "← Terug naar %s"
-# @ default
-#: admin/general/wp-security-list-table.php:477
-#: admin/general/wp-security-list-table.php:881
-#, php-format
-msgid "1 item"
-msgid_plural "%s items"
-msgstr[0] "1 item"
-msgstr[1] "%s items"
-
-# @ default
-#: admin/general/wp-security-list-table.php:495
-msgid "Go to the first page"
-msgstr "Ga naar de eerste pagina"
-
-# @ default
-#: admin/general/wp-security-list-table.php:502
-msgid "Go to the previous page"
-msgstr "Ga naar de vorige pagina"
-
-# @ default
-#: admin/general/wp-security-list-table.php:511
-msgid "Current page"
-msgstr "Huidige pagina"
+#: admin/wp-security-settings-menu.php:600
+msgid "Import AIOWPS settings from "
+msgstr "Importeer AIOWPS-instellingen van "
-# @ default
-#: admin/general/wp-security-list-table.php:517
-#, php-format
-msgctxt "paging"
-msgid "%1$s of %2$s"
-msgstr "%1$s of %2$s"
+#: admin/wp-security-misc-options-menu.php:267
+msgid "Beware that if you are using other plugins which have registered REST endpoints (eg, Contact Form 7), then this feature will also block REST requests used by these plugins if the user is not logged in. It is recommended that you leave this feature disabled if you want uninterrupted functionality for such plugins."
+msgstr "Wees ervan bewust dat als u andere plugins gebruikt die geregistreerde REST eindpunten hebben (b.v., Contact Form 7) , dan zal deze eigenschap ook REST-verzoeken die door deze plugins worden gebruikt blokkeren als de gebruiker niet ingelogd is. Het wordt aanbevolen dat u deze functie uitgeschakeld laat als u ononderbroken functionaliteit voor dergelijke plugins wilt hebben."
-# @ default
-#: admin/general/wp-security-list-table.php:521
-msgid "Go to the next page"
-msgstr "Ga naar de volgende pagina"
+#: admin/wp-security-brute-force-menu.php:593
+msgid "Secret Key"
+msgstr "Geheime sleutel"
-# @ default
-#: admin/general/wp-security-list-table.php:528
-msgid "Go to the last page"
-msgstr "Ga naar de laatste pagina"
+#: admin/wp-security-brute-force-menu.php:588
+msgid "Site Key"
+msgstr "Site-sleutel"
-# @ default
-#: admin/general/wp-security-list-table.php:653
-msgid "Select All"
-msgstr "Alles selecteren"
+#: admin/wp-security-brute-force-menu.php:581
+msgid "Use Google reCAPTCHA as default"
+msgstr "Gebruik standaard Google reCAPTCHA"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:157
-msgid "WP Security"
-msgstr "WP beveiliging"
+#: admin/wp-security-brute-force-menu.php:569
+msgid "Google reCAPTCHA Settings"
+msgstr "Google reCAPTCHA-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:158 admin/wp-security-dashboard-menu.php:23
-msgid "Dashboard"
-msgstr "Dashboard"
+#: admin/wp-security-brute-force-menu.php:574
+msgid "By enabling these settings the Google reCAPTCHA v2 widget will be applied by default for all forms in the captcha settings below."
+msgstr "Door deze instellingen in te schakelen, wordt de Google reCAPTCHA v2-widget standaard toegepast op alle formulieren in de onderstaande captcha-instellingen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:159
-msgid "Settings"
-msgstr "Instellingen"
+#: admin/wp-security-brute-force-menu.php:562
+msgid "If Google reCAPTCHA is disabled the simple maths captcha form will apply and users will need to enter the answer to a simple mathematical question."
+msgstr "Als Google reCAPTCHA is uitgeschakeld, is het eenvoudige wiskunde-captcha-formulier van toepassing en moeten gebruikers het antwoord op een eenvoudige wiskundige vraag invoeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:160
-msgid "User Accounts"
-msgstr "Gebruiker account"
+#: admin/wp-security-brute-force-menu.php:560
+msgid "You have the option of using either %s or a plain maths captcha form."
+msgstr "U hebt de mogelijkheid van het gebruik van ofwel %s of een gewone wiskunde-CAPTCHA vorm."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:161
-msgid "User Login"
-msgstr "Gebruiker login"
+#: admin/wp-security-brute-force-menu.php:561
+msgid "If you enable Google reCAPTCHA the reCAPTCHA widget will be displayed for all forms the captcha settings below."
+msgstr "Wanneer u Google reCAPTCHA activeert zal de reCAPTCHA-widget worden weergegeven voor alle formulieren met de CAPTCHA-instellingen hieronder."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:162
-msgid "User Registration"
-msgstr "Gebruiker registratie"
+#: admin/wp-security-brute-force-menu.php:584
+msgid "Check this if you want to default to Google reCAPTCHA for all settings below. (If this is left unchecked, all captcha forms will revert to the plain maths captcha)"
+msgstr "Markeer dit als u standaard Google reCAPTCHA voor alle instellingen hieronder wil gebruiken. (Als dit niet is aangevinkt, dan zullen alle captcha-formulieren terugkeren naar de gewone wiskundige-CAPTCHA)"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:163
-msgid "Database Security"
-msgstr "Database beveiliging"
+#: admin/wp-security-brute-force-menu.php:558
+msgid "This feature allows you to add a captcha form on various WordPress login pages and forms."
+msgstr "Deze eigenschap staat u toe om een CAPTCHA-formulier op diverse WordPress loginpagina's en formulieren toe te voegen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:167
-msgid "Filesystem Security"
-msgstr "Bestanden beveiliging"
+#: classes/wp-security-general-init-tasks.php:608
+msgid "You are not authorized to perform this action."
+msgstr "Je hebt geen rechten om deze actie uit te voeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:169
-msgid "WHOIS Lookup"
-msgstr "WHOIS opzoeken"
+#: admin/wp-security-dashboard-menu.php:496
+msgid "View all"
+msgstr "Bekijk alle"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:173
-msgid "Blacklist Manager"
-msgstr "Blacklist manager"
+#: admin/wp-security-misc-options-menu.php:31
+msgid "WP REST API"
+msgstr "WP REST API"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:178
-msgid "Firewall"
-msgstr "Firewall"
+#: admin/wp-security-dashboard-menu.php:487
+msgid "Brute Force Prevention Login Page"
+msgstr "Brute Force Preventie loginpagina"
+
+#: admin/wp-security-misc-options-menu.php:278
+msgid "Check this if you want to stop REST API access for non-logged in requests."
+msgstr "Selecteer dit als u de REST API-toegang wilt stoppen voor niet-ingelogde verzoeken."
+
+#: admin/wp-security-misc-options-menu.php:275
+msgid "Disallow Unauthorized REST Requests"
+msgstr "Geen ongeautoriseerde REST-aanvragen toestaan"
+
+#: admin/wp-security-misc-options-menu.php:261
+msgid "When enabled this feature will only allow REST requests to be processed if the user is logged in."
+msgstr "Indien ingeschakeld, staat deze functie alleen toe dat REST-aanvragen worden verwerkt als de gebruiker is aangemeld."
+
+#: admin/wp-security-misc-options-menu.php:249
+msgid "WP REST API Security feature settings saved!"
+msgstr "WP REST API beveiligingsfunctie-instellingen opgeslagen!"
+
+#: admin/wp-security-misc-options-menu.php:260
+msgid "This feature allows you to block WordPress REST API access for unauthorized requests."
+msgstr "Deze functie maakt het mogelijk om de WordPress REST API te blokkeren voor toegang tot ongeautoriseerde verzoeken."
+
+#: admin/wp-security-filescan-menu.php:246
+msgid "It appears that your server is using an old PHP version which is missing the %s. The file scanner feature needs this class in order to work. If you would like to use this feature please upgrade your server PHP version to 5.3 or greater."
+msgstr "Het blijkt dat uw server een oude PHP-versie gebruikt die %s mist. De functie bestandsscanner heeft deze klasse nodig om te kunnen werken. Als u deze eigenschap zou willen gebruiken gelieve de PHP-versie van uw server te upgraden naar versie 5.3 of hoger."
+
+#: classes/wp-security-process-renamed-login-page.php:147
+#: other-includes/wp-security-rename-login-feature.php:855
+msgid "Invalid key"
+msgstr "Ongeldige sleutel"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:183
-msgid "Brute Force"
-msgstr "Brute force"
+#. translators: %s: site name
+#: other-includes/wp-security-rename-login-feature.php:366
+msgid "Site Name: %s"
+msgstr "Sitenaam: %s"
+
+#: other-includes/wp-security-rename-login-feature.php:708
+msgid "Confirm use of weak password"
+msgstr "Bevestig gebruik van zwak wachtwoord"
+
+#. translators: Login screen title. 1: Login screen name, 2: Network or site
+#. name
+#: other-includes/wp-security-rename-login-feature.php:59
+msgid "%1$s ‹ %2$s — WordPress"
+msgstr "%1$s ‹ %2$s — WordPress"
+
+#: other-includes/wp-security-rename-login-feature.php:846
+msgid "Invalid request."
+msgstr "Ongeldige aanvraag."
+
+#: classes/wp-security-process-renamed-login-page.php:155
+#: other-includes/wp-security-rename-login-feature.php:877
+msgid "User action confirmed."
+msgstr "Gebruikersactie bevestigd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:185
-msgid "SPAM Prevention"
-msgstr "Anti-spam"
+#: admin/wp-security-spam-menu.php:520
+msgid "BBPress SPAM Settings"
+msgstr "BBPress SPAM-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:189
-msgid "Scanner"
-msgstr "Scanner"
+#: admin/wp-security-spam-menu.php:31
+msgid "BBPress"
+msgstr "BBPress"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:191
-msgid "Maintenance"
-msgstr "Onderhoud"
+#: admin/wp-security-settings-menu.php:763
+msgid "Default"
+msgstr "Standaard"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-init.php:322
-msgid "Miscellaneous"
-msgstr "Diversen"
+#: classes/grade-system/wp-security-feature-item-manager.php:110
+msgid "BBPress New Topic Captcha"
+msgstr "BBPress Nieuw Topic Captcha"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-menu.php:43
-msgid "Settings successfully updated."
-msgstr "Instellingen succesvol bijgewerkt."
+#: admin/wp-security-settings-menu.php:35
+msgid "Advanced Settings"
+msgstr "Geavanceerde instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-admin-menu.php:50
-msgid "The selected record(s) deleted successfully!"
-msgstr "De geselecteerde record (s) met succes verwijderd!"
+#: admin/wp-security-spam-menu.php:552
+msgid "BBPress is not active! In order to use this feature you will need to have BBPress installed and activated."
+msgstr "BBPres is niet actief! Om gebruik te maken van de optie moet je BBPress geïnstalleerd en geactiveerd hebben."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:22
-msgid "Ban Users"
-msgstr "Blokkeer gebruikers"
+#: admin/wp-security-spam-menu.php:540
+msgid "Enable Captcha On BBPress New Topic Form"
+msgstr "Gebruik Captcha op het BBPress Nieuw Onderwerp Formulier"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:80
-msgid "Nonce check failed for save blacklist settings!"
-msgstr "Nonce controle mislukt voor het opslaan van blacklist-instellingen!"
+#: admin/wp-security-settings-menu.php:746
+msgid "IP Retrieval Settings"
+msgstr "IP informatie-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:132
-#: admin/wp-security-brute-force-menu.php:608
-#: admin/wp-security-list-comment-spammer-ip.php:147
-msgid "The plugin was unable to write to the .htaccess file. Please edit file manually."
-msgstr "De plug-in kon niet naar het .htaccess-bestand schrijven. Bewerk het bestand aub handmatig."
+#: admin/wp-security-settings-menu.php:728
+msgid "Nonce check failed for save advanced settings!"
+msgstr "Nonce check mislukt voor het opslaan van geavanceerde instellingen!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:139
-msgid "Ban IPs or User Agents"
-msgstr "IP's of gebruikersagenten blokkeren"
+#: admin/wp-security-spam-menu.php:543
+msgid "Check this if you want to insert a captcha field on the BBPress new topic forms"
+msgstr "Vink dit aan als u een captcha-veld wilt invoegen op de BBPress nieuwe onderwerpformulieren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:142
-msgid "The All In One WP Security Blacklist feature gives you the option of banning certain host IP addresses or ranges and also user agents."
-msgstr "De All In One WP Security Blacklist-functie biedt u de mogelijkheid bepaalde host-IP-adressen of bereiken en ook user-agents te blokkeren."
+#: admin/wp-security-settings-menu.php:775
+msgid "If your chosen server variable fails the plugin will automatically fall back to retrieving the IP address from $_SERVER[\"REMOTE_ADDR\"]"
+msgstr "Als de door u gekozen servervariabele niet werkt, zal de plug- in automatisch terugvallen op het ophalen van het IP-adres van $ _SERVER [\"REMOTE_ADDR\"]"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:143
-msgid "This feature will deny total site access for users which have IP addresses or user agents matching those which you have configured in the settings below."
-msgstr "Met deze functie wordt de volledige sitetoegang voor gebruikers met IP-adressen of gebruikersagenten uitgesloten die overeenkomen met de gebruikers die u hebt geconfigureerd in de onderstaande instellingen."
+#: admin/wp-security-settings-menu.php:753
+msgid "You can use the settings below to configure which $_SERVER global you would like to use for retrieving the IP address."
+msgstr "U kunt de onderstaande instellingen gebruiken om te configureren welke $ _SERVER global u wilt gebruiken voor het ophalen van het IP-adres."
+
+#: admin/wp-security-settings-menu.php:752
+msgid "However in some setups such as those using proxies, load-balancers and CloudFlare, it may be necessary to use a different $_SERVER variable."
+msgstr "In sommige opstellingen, zoals die met proxy's, load-balancers en CloudFlare, kan het echter nodig zijn om een andere $ _SERVER-variabele te gebruiken."
+
+#: admin/wp-security-settings-menu.php:751
+msgid "By default this plugin uses the $_SERVER['REMOTE_ADDR'] variable to retrieve the visitor IP address. This should normally be the most accurate safest way to get the IP."
+msgstr "Standaard gebruikt deze plug-in de variabele $ _SERVER ['REMOTE_ADDR'] om het IP-adres van de bezoeker op te halen. Dit zou normaal de meest accurate en veiligste manier moeten zijn om het IP te krijgen."
+
+#: admin/wp-security-filesystem-menu.php:121
+msgid "This plugin has detected that your site is running on a Windows server."
+msgstr "Deze plugin heeft ontdekt dat jouw site draait op een Windows-server."
+
+#: admin/wp-security-filesystem-menu.php:122
+msgid "This feature is not applicable for Windows server installations."
+msgstr "Deze mogelijkheid is niet beschikbaar voor installaties die draaien op een Windows-server."
+
+#: admin/wp-security-settings-menu.php:750
+msgid "The IP Retrieval Settings allow you to specify which $_SERVER global variable you want this plugin to use to retrieve the visitor IP address."
+msgstr "Met de instellingen voor het ophalen van een IP kunt u opgeven welke $ _SERVER globale variabele u deze plugin wilt laten gebruiken om het IP-adres van de bezoeker op te halen."
+
+#: admin/wp-security-settings-menu.php:769
+msgid "Choose a $_SERVER variable you would like to retrieve the visitor IP address from."
+msgstr "Kies een $ _SERVER variabele die u wilt gebruiken om het bezoeker IP-adres op te halen."
+
+#: admin/wp-security-spam-menu.php:530
+msgid "Adding a captcha field in the this form is a simple way of greatly reducing SPAM submitted from bots."
+msgstr "Het toevoegen van een CAPTCHA veld in dit formulier is een eenvoudige manier om SPAM sterk te verminderen die afkomstig is van bots."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:144
-msgid "The plugin achieves this by making appropriate modifications to your .htaccess file."
-msgstr "De plug-in doet dit door de juiste wijzigingen aan te brengen in uw .htaccess-bestand."
+#: admin/wp-security-spam-menu.php:525
+msgid "Add Captcha To BBPress New Topic Form"
+msgstr "Voeg Captcha toe aan het BBPress nieuw onderwerp formulier"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:145
-msgid "By blocking people via the .htaccess file your are using the most secure first line of defence which denies all access to blacklisted visitors as soon as they hit your hosting server."
-msgstr "Door mensen te blokkeren via het .htaccess-bestand, gebruikt u de veiligste eerste verdedigingslinie die alle toegang tot op de zwarte lijst geplaatste bezoekers tegenhout zodra ze uw hostingserver bezoeken."
+#: admin/wp-security-spam-menu.php:529
+msgid "This feature will add a simple math captcha field in the BBPress new topic form."
+msgstr "Deze functie voegt een eenvoudige math CAPTCHA veld toe aan het BBPress nieuw topic formulier."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:151
-msgid "IP Hosts and User Agent Blacklist Settings"
-msgstr "IP-hosts en User Agent Blacklist-instellingen"
+#. Author of the plugin
+msgid "Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy"
+msgstr "Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:162
-msgid "Enable IP or User Agent Blacklisting"
-msgstr "Schakel Blacklisting voor IP of User Agent in"
+#: admin/wp-security-firewall-menu.php:1096
+msgid "Place custom rules at the top"
+msgstr "Plaatst eigen regels bovenaan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:165
-msgid "Check this if you want to enable the banning (or blacklisting) of selected IP addresses and/or user agents specified in the settings below"
-msgstr "Schakel dit selectievakje in als u de blokkering (of blacklisting) van geselecteerde IP-adressen en / of user-agents wilt inschakelen die zijn opgegeven in de onderstaande instellingen"
+#: admin/wp-security-firewall-menu.php:1099
+msgid "Check this if you want to place your custom rules at the beginning of all the rules applied by this plugin"
+msgstr "Selecteer dit als u uw eigen regels aan het begin van alle regels wilt plaatsen die door deze plugin worden toegepast"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:169
-msgid "Enter IP Addresses:"
-msgstr "Voer IP-adressen in:"
+#: other-includes/wp-security-rename-login-feature.php:982
+msgid "Your session has expired. Please log in to continue where you left off."
+msgstr "Je sessie is verlopen. Log a.u.b. opnieuw in om verder te gaan waar je gebleven was."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:173
-msgid "Enter one or more IP addresses or IP ranges."
-msgstr "Voer een of meer IP-adressen of IP-bereiken in."
+#: classes/grade-system/wp-security-feature-item-manager.php:46
+msgid "Woo Login Captcha"
+msgstr "Woo Login Captcha"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:174
-#: admin/wp-security-blacklist-menu.php:194
-#: admin/wp-security-brute-force-menu.php:343
-#: admin/wp-security-brute-force-menu.php:377
-#: admin/wp-security-brute-force-menu.php:400
-#: admin/wp-security-brute-force-menu.php:421
-#: admin/wp-security-brute-force-menu.php:664
-#: admin/wp-security-filescan-menu.php:291
-#: admin/wp-security-filescan-menu.php:308
-#: admin/wp-security-firewall-menu.php:165
-#: admin/wp-security-firewall-menu.php:195
-#: admin/wp-security-firewall-menu.php:326
-#: admin/wp-security-firewall-menu.php:356
-#: admin/wp-security-firewall-menu.php:387
-#: admin/wp-security-firewall-menu.php:415
-#: admin/wp-security-firewall-menu.php:444
-#: admin/wp-security-firewall-menu.php:532
-#: admin/wp-security-firewall-menu.php:622
-#: admin/wp-security-firewall-menu.php:824
-#: admin/wp-security-firewall-menu.php:847 admin/wp-security-spam-menu.php:174
-#: admin/wp-security-spam-menu.php:259
-msgid "More Info"
-msgstr "Meer informatie"
+#: classes/grade-system/wp-security-feature-item-manager.php:47
+msgid "Woo Register Captcha"
+msgstr "Woo Registreer Captcha"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:177
-#: admin/wp-security-brute-force-menu.php:667
-msgid "Each IP address must be on a new line."
-msgstr "Elk IP-adres moet op een nieuwe regel staan."
+#: admin/wp-security-brute-force-menu.php:645
+msgid "Enable Captcha On Woocommerce Login Form"
+msgstr "Gebruik Captcha op Woocommerce Login pagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:178
-#: admin/wp-security-brute-force-menu.php:668
-msgid "To specify an IP range use a wildcard \"*\" character. Acceptable ways to use wildcards is shown in the examples below:"
-msgstr "Gebruik een jokerteken \"*\" om een IP-bereik op te geven. Aanvaardbare manieren om jokertekens te gebruiken, worden weergegeven in de onderstaande voorbeelden:"
+#: admin/wp-security-brute-force-menu.php:658
+msgid "Enable Captcha On Woocommerce Registration Form"
+msgstr "Gebruik Captcha op Woocommerce Registratie pagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:179
-#: admin/wp-security-brute-force-menu.php:669
-msgid "Example 1: 195.47.89.*"
-msgstr "Voorbeeld 1: 195.47.89. *"
+#: admin/wp-security-brute-force-menu.php:636
+msgid "Woocommerce Forms Captcha Settings"
+msgstr "Woocommerce Formulieren Captcha Instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:180
-#: admin/wp-security-brute-force-menu.php:670
-msgid "Example 2: 195.47.*.*"
-msgstr "Example 2: 195.47.*.*"
+#: admin/wp-security-brute-force-menu.php:661
+msgid "Check this if you want to insert captcha on a Woocommerce registration form"
+msgstr "Vink dit aan als je gebruik wilt maken van captcha op de Woocommerce registratie pagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:181
-#: admin/wp-security-brute-force-menu.php:671
-msgid "Example 3: 195.*.*.*"
-msgstr "Voorbeeld 3: 195. *. *. *"
+#: admin/wp-security-brute-force-menu.php:648
+msgid "Check this if you want to insert captcha on a Woocommerce login form"
+msgstr "Vink dit aan als je gebruik wilt maken van captcha op de Woocommerce login pagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:188
-msgid "Enter User Agents:"
-msgstr "Voer gebruikers in:"
+#: other-includes/wp-security-rename-login-feature.php:592
+#: other-includes/wp-security-rename-login-feature.php:1036
+msgid "Username or Email Address"
+msgstr "Gebruikersnaam of e-mailadres"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:193
-msgid "Enter one or more user agent strings."
-msgstr "Voer een of meer gebruikers gegevens in."
+#: classes/wp-security-user-login.php:300
+msgid "Username:"
+msgstr "Gebruikersnaam:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:197
-msgid "Each user agent string must be on a new line."
-msgstr "Elke gebruikers gegeven moet zich op een nieuwe regel bevinden."
+#: classes/wp-security-user-login.php:52
+msgid "Service Temporarily Unavailable"
+msgstr "Service tijdelijk niet beschikbaar"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:198
-msgid "Example 1 - A single user agent string to block:"
-msgstr "Voorbeeld 1 - Van enkele gebruiker gegevens om te blokkeren:"
+#: classes/wp-security-process-renamed-login-page.php:133
+msgid "Not available."
+msgstr "Niet beschikbaar."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:200
-msgid "Example 2 - A list of more than 1 user agent strings to block"
-msgstr "Voorbeeld 2 - Een lijst met meer dan 1 gebruiker gegevens die moet worden geblokkeerd"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-blacklist-menu.php:208
-#: admin/wp-security-brute-force-menu.php:188
-#: admin/wp-security-brute-force-menu.php:544
-#: admin/wp-security-brute-force-menu.php:678
-#: admin/wp-security-database-menu.php:356
-#: admin/wp-security-filescan-menu.php:329
-#: admin/wp-security-filesystem-menu.php:231
-#: admin/wp-security-firewall-menu.php:700
-#: admin/wp-security-firewall-menu.php:866
-#: admin/wp-security-settings-menu.php:493 admin/wp-security-spam-menu.php:189
-#: admin/wp-security-user-login-menu.php:239
-#: admin/wp-security-user-login-menu.php:407
-#: admin/wp-security-user-registration-menu.php:146
-#: admin/wp-security-user-registration-menu.php:221
-msgid "Save Settings"
-msgstr "Instellingen opslaan"
+#: other-includes/wp-security-unlock-request.php:115
+msgid "Send Unlock Request"
+msgstr "Verstuur ontgrendelaanvraag"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:25
-#: admin/wp-security-dashboard-menu.php:344
-#: admin/wp-security-dashboard-menu.php:353
-msgid "Rename Login Page"
-msgstr "Wijzig de inlogpagina"
+#: classes/wp-security-user-login.php:410
+msgid "Unlock link: %s"
+msgstr "Ontgrendel link: %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:26
-msgid "Cookie Based Brute Force Prevention"
-msgstr "Op cookies gebaseerde bruut geweldpreventie"
+#: classes/wp-security-user-login.php:302
+msgid "IP Range:"
+msgstr "IP Bereik:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:27
-#: classes/grade-system/wp-security-feature-item-manager.php:44
-msgid "Login Captcha"
-msgstr "Login Captcha"
+#: classes/wp-security-user-login.php:301
+msgid "IP Address:"
+msgstr "IP Adres:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:28
-#: admin/wp-security-brute-force-menu.php:615
-msgid "Login Whitelist"
-msgstr "Login niet geblokkeerde lijst"
+#: classes/grade-system/wp-security-feature-item-manager.php:101
+msgid "5G/6G Blacklist"
+msgstr "5G/6G Blacklist"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:99
-msgid "Please enter a value for your login page slug."
-msgstr "Voer een waarde in voor uw inlogpagina."
+#: classes/wp-security-general-init-tasks.php:591
+msgid "Your registration is pending approval."
+msgstr "Je registratie wacht nog op goedkeuring."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:103
-msgid "You cannot use the value \"wp-admin\" for your login page slug."
-msgstr "U kunt de waarde \"wp-admin\" niet gebruiken voor uw inlogpagina."
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:108
-#: admin/wp-security-database-menu.php:271
-#: admin/wp-security-filescan-menu.php:169
-#: admin/wp-security-firewall-menu.php:769 admin/wp-security-spam-menu.php:219
-#: admin/wp-security-user-login-menu.php:123
-#: admin/wp-security-user-login-menu.php:360
-msgid "Attention!"
-msgstr "Aandacht!"
+#: other-includes/wp-security-unlock-request.php:99
+msgid "You are here because you have been locked out due to too many incorrect login attempts."
+msgstr "Je bent hier omdat je geblokkeerd bent wegens te vaak proberen in te loggen met verkeerde gegevens."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:127
-msgid "Could not delete the Cookie-based directives from the .htaccess file. Please check the file permissions."
-msgstr "Kon de op Cookie gebaseerde richtlijnen niet verwijderen uit het .htaccess-bestand. Controleer de bestandsrechten."
+#: classes/wp-security-user-login.php:43
+msgid "
ERROR : Access from your IP address has been blocked for security reasons. Please contact the administrator."
+msgstr "
Fout : Toegang van jouw IP-adres is geblokkeerd om veiligheidsredenen. Neem contact op met de beheerder."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:137
-msgid "An effective Brute Force prevention technique is to change the default WordPress login page URL."
-msgstr "Een effectieve brute force-preventietechniek is het wijzigen van de standaard WordPress-URL van de inlogpagina."
+#: admin/wp-security-user-login-menu.php:340
+msgid "Enable Login Lockdown IP Whitelist"
+msgstr "Gebruik loginblokkade IP-whitelist"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:138
-msgid "Normally if you wanted to login to WordPress you would type your site's home URL followed by wp-login.php."
-msgstr "Normaal gesproken zou u, als u inlogde bij WordPress, de URL van uw site typen gevolgd door wp-login.php."
+#: admin/wp-security-user-login-menu.php:334
+msgid "Login Lockdown IP Whitelist Settings"
+msgstr "Loginblokkade IP-whitelist-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:139
-msgid "This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the
wp-login.php to any string that you like."
-msgstr "Met deze functie kunt u de aanmeldings-URL wijzigen door uw eigen slug in te stellen en het laatste gedeelte van de aanmeldings-URL die de
wp-login.php strong> bevat naar elke gewenste tekenreeks te hernoemen."
+#: admin/wp-security-user-login-menu.php:307
+msgid "Insert one username per line. Existing usernames are not blocked even if present in the list."
+msgstr "Vul een gebruikersnaam per regel in. Bestaande gebruikersnamen worden niet geblokkeerd zelfs als deze in de lijst staan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:140
-msgid "By doing this, malicious bots and hackers will not be able to access your login page because they will not know the correct login page URL."
-msgstr "Door dit te doen, hebben kwaadwillende bots en hackers geen toegang tot uw inlogpagina omdat ze niet de juiste inlogpagina-URL weten."
+#: admin/wp-security-user-login-menu.php:187
+msgid "Nonce check failed for save lockdown whitelist settings!"
+msgstr "Nonce check mislukt voor het opslaan van whitelist-instellingen!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:142
-msgid "You may also be interested in the following alternative brute force prevention features:"
-msgstr "Mogelijk bent u ook geïnteresseerd in de volgende alternatieve brute force-preventiefuncties:"
+#: admin/wp-security-user-login-menu.php:351
+msgid "Enter one or more IP addresses or IP ranges you wish to include in your whitelist. The addresses specified here will never be blocked by the login lockdown feature."
+msgstr "Voer een of meer IP-adressen of IP-reeksen in die u op uw whitelist wilt opnemen . De hier opgegeven adressen worden nooit geblokkeerd door de functie voor het vergrendelen van inloggegevens."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:153
-msgid "Your WordPress login page URL has been renamed."
-msgstr "Uw WordPress-URL van de inlogpagina is hernoemd."
+#: admin/wp-security-user-login-menu.php:566
+msgid "This tab displays the activity for accounts registered with your site that have logged in using the WordPress login form."
+msgstr "Dit tabblad geeft de activiteit aan voor gebruikers die geregistreerd zijn bij uw site, die zijn ingelogd met behulp van het WordPress loginformulier."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:154
-msgid "Your current login URL is:"
-msgstr "Uw huidige inlog-URL is:"
+#: admin/wp-security-user-registration-menu.php:284
+msgid "This feature allows you to add a special hidden \"honeypot\" field on the WordPress registration page. This will only be visible to robots and not humans."
+msgstr "Deze functie maakt het mogelijk een speciaal verborgen honeypot veld toe te voegen op de WordPress registratiepagina. Dit zal alleen zichtbaar zijn voor robots en niet voor de mens."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:156
-msgid "NOTE: If you already had the Cookie-Based Brute Force Prevention feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
-msgstr "OPMERKING: als u de functie Cookie-gebaseerde brute forcepreventie al had geactiveerd, heeft de plug-in deze automatisch gedeactiveerd omdat slechts een van deze functies op elk willekeurig moment actief kan zijn."
+#: admin/wp-security-user-registration-menu.php:285
+msgid "Since robots usually fill in every input field from a registration form, they will also submit a value for the special hidden honeypot field."
+msgstr "Aangezien robots meestal elk invoerveld vullen van een registratieformulier, zullen ze ook een waarde voor het speciale verborgen honeypot-veld sturen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:163
-msgid "Rename Login Page Settings"
-msgstr "Wijzig de instellingen van de aanmeldingspagina"
+#: admin/wp-security-user-registration-menu.php:287
+msgid "Therefore, if the plugin detects that this field has a value when the registration form is submitted, then the robot which is attempting to register on your site will be redirected to its localhost address - http://127.0.0.1."
+msgstr "Daarom, als de plugin detecteert dat dit veld een waarde heeft wanneer het registratieformulier wordt ingediend, dan zal de robot die probeert te registreren op uw site worden doorgestuurd naar het localhost-adres http://127.0.0.1."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:175
-msgid "Enable Rename Login Page Feature"
-msgstr "Schakel de functie hernoemen inlogpagina in"
+#: admin/wp-security-user-login-menu.php:298
+msgid "Instantly Lockout Specific Usernames"
+msgstr "Direct blokkeren bepaalde gebruikersnamen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:178
-msgid "Check this if you want to enable the rename login page feature"
-msgstr "Selecteer dit als u de functie voor het wijzigen van de inlogpagina wilt inschakelen"
+#: admin/wp-security-user-registration-menu.php:29
+msgid "Registration Honeypot"
+msgstr "Registratie honeypot"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:182
-msgid "Login Page URL"
-msgstr "URL van aanmeldingspagina"
+#: admin/wp-security-user-registration-menu.php:293
+msgid "Registration Form Honeypot Settings"
+msgstr "Registratie pagina honeypot-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:184
-msgid "Enter a string which will represent your secure login page slug. You are enouraged to choose something which is hard to guess and only you will remember."
-msgstr "Voer een tekenreeks in die uw beveiligde inlogpagina-slug vertegenwoordigt. Je wordt aangemoedigd om iets te kiezen dat moeilijk te raden is en dat alleen jij zult onthouden."
+#: admin/wp-security-user-registration-menu.php:304
+msgid "Enable Honeypot On Registration Page"
+msgstr "Gebruik honeypot op registratiepagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:217
-msgid "Settings have not been saved - your secret word must consist only of alphanumeric characters, ie, letters and/or numbers only!"
-msgstr "Instellingen zijn niet opgeslagen - uw geheime woord mag alleen bestaan uit alfanumerieke tekens, dat wil zeggen alleen letters en / of cijfers!"
+#: admin/wp-security-user-registration-menu.php:307
+msgid "Check this if you want to enable the honeypot feature for the registration page"
+msgstr "Vink dit aan als je gebruik wilt maken van de honeypot-functie op de registratiepagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:236
-msgid "You have successfully enabled the cookie based brute force prevention feature"
-msgstr "U hebt de op cookies gebaseerde brute force-preventiefunctie geactiveerd"
+#: classes/grade-system/wp-security-feature-item-manager.php:61
+msgid "Enable Registration Honeypot"
+msgstr "Gebruik registratie-honeypot"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:237
-msgid "From now on you will need to log into your WP Admin using the following URL:"
-msgstr "Vanaf nu moet u inloggen op uw WP-beheerder met behulp van de volgende URL:"
+#: classes/wp-security-user-login.php:409
+msgid "You have requested for the account with email address %s to be unlocked. Please click the link below to unlock your account:"
+msgstr "Je hebt gevraagd het account met e-mailadres %s te deblokkeren. Klik op de onderstaande link om je account te deblokkeren:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:239
-msgid "It is important that you save this URL value somewhere in case you forget it, OR,"
-msgstr "Het is belangrijk dat u deze URL-waarde ergens opslaat voor het geval u het vergeet, OF,"
+#: other-includes/wp-security-unlock-request.php:81
+msgid "An email has been sent to you with the unlock instructions."
+msgstr "Een e-mail is naar je onderweg met instructies om jezelf te ontgrendelen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:240
-#, php-format
-msgid "simply remember to add a \"?%s=1\" to your current site URL address."
-msgstr "vergeet niet om een \"?% s = 1\" toe te voegen aan uw huidige site-URL-adres."
+#: other-includes/wp-security-unlock-request.php:100
+msgid "Please enter your email address and you will receive an email with instructions on how to unlock yourself."
+msgstr "Vul a.u.b. jouw e-mailadres in en je zal een e-mail ontvangen met instructies om jezelf te ontgrendelen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:246
-msgid "You have successfully saved cookie based brute force prevention feature settings."
-msgstr "Je hebt met succes instellingen voor brute forcepreventie op basis van cookies opgeslagen."
+#: classes/wp-security-general-init-tasks.php:574
+msgid "Would you like All In One WP Security & Firewall to re-insert the security rules in your .htaccess file which were cleared when you deactivated the plugin?"
+msgstr "Wilt u dat All In One WP Security & Firewall de beveiligingsregels in uw .htaccess-bestand opnieuw invoegt die werden gewist toen u de plug-in deactiveerde ?"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:281
-#: admin/wp-security-filesystem-menu.php:275
-#: admin/wp-security-firewall-menu.php:119
-#: admin/wp-security-firewall-menu.php:287
-#: admin/wp-security-firewall-menu.php:498
-#: admin/wp-security-firewall-menu.php:667 admin/wp-security-spam-menu.php:106
-msgid "Could not write to the .htaccess file. Please check the file permissions."
-msgstr "Kon het .htaccess-bestand niet schrijven. Controleer de bestandsrechten."
+#: admin/wp-security-spam-menu.php:324
+msgid "All Time Total: "
+msgstr "Totaal: "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:291
-msgid "Brute Force Prevention Firewall Settings"
-msgstr "Brute Kracht Preventie Firewall-instellingen"
+#: admin/wp-security-settings-menu.php:33
+msgid "WP Version Info"
+msgstr "WP-versie-info"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:296
-msgid "A Brute Force Attack is when a hacker tries many combinations of usernames and passwords until they succeed in guessing the right combination."
-msgstr "Een Brute force aanval is wanneer een hacker vele combinaties van gebruikersnamen en wachtwoorden probeert totdat hij erin slaagt de juiste combinatie te raden."
+#: admin/wp-security-list-registered-users.php:51
+msgid "blocked"
+msgstr "geblokkeerd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:297
-msgid "Due to the fact that at any one time there may be many concurrent login attempts occurring on your site via malicious automated robots, this also has a negative impact on your server's memory and performance."
-msgstr "Vanwege het feit dat er op enig moment meerdere gelijktijdige inlogpogingen kunnen plaatsvinden op uw site via kwaadwillende geautomatiseerde robots, heeft dit ook een negatieve invloed op het geheugen en de prestaties van uw server."
+#: admin/wp-security-spam-menu.php:345
+msgid "Minimum number of SPAM comments"
+msgstr "Minimaal aantal SPAM-reacties"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:298
-msgid "The features in this tab will stop the majority of Brute Force Login Attacks at the .htaccess level thus providing even better protection for your WP login page and also reducing the load on your server because the system does not have to run PHP code to process the login attempts."
-msgstr "De functies op dit tabblad zullen het grootste deel van Brute force Login aanval op het. Htaccess-niveau stoppen en bieden zo een nog betere bescherming voor uw WP-inlogpagina en verminderen ook de belasting van uw server omdat het systeem geen PHP-code hoeft te draaien om de inlogpogingen."
+#: admin/wp-security-spam-menu.php:347
+msgid "Specify the minimum number of SPAM comments for an IP address before it is permanently blocked."
+msgstr "Vul het minimum aantal SPAM-reacties per IP-adres in voordat het permanent geblokkeerd wordt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:305
-#, php-format
-msgid "Even though this feature should not have any impact on your site's general functionality you are strongly encouraged to take a %s of your .htaccess file before proceeding ."
-msgstr "Hoewel deze functie geen invloed zou moeten hebben op de algemene functionaliteit van uw site wordt u sterk aangeraden om een %s van uw .htaccess-bestand te nemen voordat u verdergaat strong>."
+#: admin/wp-security-spam-menu.php:352
+msgid "Example 2: Setting this value to \"5\" will block only those IP addresses which were used to submit 5 SPAM comments or more on your site."
+msgstr "Voorbeeld 2: Wanneer je \"5\" invult als waarde zal het alle IP-adressen blokkeren die 5 of meer SPAM-reacties hebben geplaatst op jouw website."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:306
-msgid "If this feature is not used correctly, you can get locked out of your site. A backed up .htaccess file will come in handy if that happens."
-msgstr "Als deze functie niet correct wordt gebruikt, kunt u worden buitengesloten van uw site. Een back-up van een .htaccess-bestand is handig als dat gebeurt."
+#: admin/wp-security-spam-menu.php:351
+msgid "Example 1: Setting this value to \"1\" will block ALL IP addresses which were used to submit at least one SPAM comment."
+msgstr "Voorbeeld 1: Wanneer je \"1\" invult als waarde zal het alle IP-adressen blokkeren die minimaal 1 SPAM-reactie hebben geplaatst op jouw website."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:307
-#, php-format
-msgid "To learn more about how to use this feature please watch the following %s."
-msgstr "Lees de volgende %s voor meer informatie over het gebruik van deze functie."
+#: admin/wp-security-spam-menu.php:338
+msgid "Enable Auto Block of SPAM Comment IPs"
+msgstr "Maak gebruik van automatisch blokkeren van SPAM-reacties IP's"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:320
-msgid "NOTE: If you already had the Rename Login Page feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
-msgstr ""
+#: admin/wp-security-spam-menu.php:323
+msgid "Spammer IPs Added To Permanent Block List Today: "
+msgstr "Spammer IP's vandaag toegevoegd aan de blokkadelijst: "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:328
-msgid "Cookie Based Brute Force Login Prevention"
-msgstr "Op cookies gebaseerde brute force-inlogpreventie"
+#: admin/wp-security-spam-menu.php:310
+msgid "You currently have no IP addresses permanently blocked due to SPAM."
+msgstr "Je hebt momenteel geen IP-adressen geblokkeerd vanwege SPAM."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:339
-#: classes/grade-system/wp-security-feature-item-manager.php:87
-msgid "Enable Brute Force Attack Prevention"
-msgstr "Schakel de brute force aanval preventie in"
+#: admin/wp-security-spam-menu.php:281
+msgid "Auto Block SPAMMER IPs"
+msgstr "Blokkeer SPAMMER IP's automatisch"
+
+#: admin/wp-security-spam-menu.php:341
+msgid "Check this box if you want this plugin to automatically block IP addresses which submit SPAM comments."
+msgstr "Schakel dit selectievakje in als u wilt dat deze plug- in automatisch IP-adressen blokkeert die SPAM-opmerkingen indienen ."
+
+#: admin/wp-security-spam-menu.php:296
+msgid "Comments are usually labelled as SPAM either by the Akismet plugin or manually by the WP administrator when they mark a comment as \"spam\" from the WordPress Comments menu."
+msgstr "Opmerkingen worden meestal als SPAM aangeduid door de Akismet-plug-in of handmatig door de WP-beheerder wanneer ze een opmerking markeren als \"spam\" in het menu WordPress Comments ."
+
+#: admin/wp-security-misc-options-menu.php:108
+msgid "When admin user is logged in, the feature is automatically disabled for his session."
+msgstr "Wanneer de admin-gebruiker is aangemeld, wordt de functie automatisch uitgeschakeld voor zijn sessie."
+
+#: admin/wp-security-spam-menu.php:295
+msgid "This feature allows you to automatically and permanently block IP addresses which have exceeded a certain number of comments labelled as SPAM."
+msgstr "Met deze functie kunt u automatisch en permanent IP-adressen blokkeren die een bepaald aantal opmerkingen met het label SPAM hebben overschreden ."
+
+#: admin/wp-security-settings-menu.php:538
+msgid "Check this if you want to remove the version and meta info produced by WP from all pages"
+msgstr "Vink dit aan als u de versie en meta-info van WP van alle pagina's wilt verwijderen"
+
+#: admin/wp-security-settings-menu.php:515
+msgid "There are also other ways wordpress reveals version info such as during style and script loading. An example of this is:"
+msgstr "Er zijn ook andere manieren waarop Wordpress informatie over de versie onthult, zoals tijdens het laden van stijlen en scripts. Een voorbeeld hiervan is:"
+
+#: admin/wp-security-settings-menu.php:226
+msgid "Please note that the log files are reset on every plugin update."
+msgstr "Houd er rekening mee dat de logbestanden worden gereset bij elke update van de plug-in ."
+
+#: admin/wp-security-settings-menu.php:225
+msgid "Check this if you want to enable debug. You should keep this option disabled after you have finished debugging the issue."
+msgstr "Vink dit aan als u debug wilt inschakelen. U moet deze optie uitgeschakeld houden nadat u klaar bent met het debuggen van het probleem."
+
+#: admin/wp-security-settings-menu.php:215
+msgid "This setting allows you to enable/disable debug for this plugin."
+msgstr "Met deze instelling kunt u foutopsporing voor deze plug-in in- of uitschakelen ."
+
+#: admin/wp-security-misc-options-menu.php:218
+msgid "Check this if you want to stop users enumeration."
+msgstr "Vink dit aan als u de opsomming van gebruikers wilt stoppen."
+
+#: admin/wp-security-list-registered-users.php:290
+msgid "The selected IP was successfully added to the permanent block list!"
+msgstr "De geselecteerde IP is met succes toegevoegd aan de permanente blokkeerlijst !"
+
+#: admin/wp-security-spam-menu.php:325
+#: admin/wp-security-list-registered-users.php:274
+#: admin/wp-security-list-registered-users.php:291
+msgid "View Blocked IPs"
+msgstr "Bekijk geblokkeerde IP's"
+
+#: admin/wp-security-list-registered-users.php:273
+msgid "The selected IP addresses were successfully added to the permanent block list!"
+msgstr "De geselecteerde IP-adressen zijn met succes toegevoegd aan de permanente blokkeerlijst !"
+
+#: admin/wp-security-list-comment-spammer-ip.php:137
+msgid "The selected IP addresses are now permanently blocked!"
+msgstr "De geselecteerde IP-adressen zijn nu permanent geblokkeerd !"
+
+#: admin/wp-security-firewall-menu.php:983
+#: admin/wp-security-firewall-menu.php:992
+#: admin/wp-security-user-login-menu.php:439
+#: admin/wp-security-user-login-menu.php:448
+#: admin/wp-security-user-login-menu.php:593
+#: admin/wp-security-user-login-menu.php:602
+msgid "Export to CSV"
+msgstr "Exporteer naar CSV"
+
+#: admin/wp-security-firewall-menu.php:989
+#: admin/wp-security-user-login-menu.php:445
+#: admin/wp-security-user-login-menu.php:599
+msgid "Click this button if you wish to download this log in CSV format."
+msgstr "Klik op deze knop als u dit log wilt downloaden in CSV-formaat."
+
+#: admin/wp-security-misc-options-menu.php:30
+msgid "Users Enumeration"
+msgstr "Gebruikersopsomming"
+
+#: admin/wp-security-misc-options-menu.php:198
+msgid "Users Enumeration Prevention feature settings saved!"
+msgstr "Gebruikersopsomming preventiefunctie-instellingen opgeslagen!"
+
+#: admin/wp-security-misc-options-menu.php:203
+msgid "Prevent Users Enumeration"
+msgstr "Voorkom gebruikersopsomming"
+
+#: admin/wp-security-misc-options-menu.php:215
+msgid "Disable Users Enumeration"
+msgstr "Gebruikersopsomming uitschakelen"
+
+#: admin/wp-security-spam-menu.php:286
+msgid "This feature has detected that %s is not active. It is highly recommended that you activate the Akismet plugin to make the most of this feature."
+msgstr "Deze functie heeft dat gedetecteerd dat %s niet actief is. Het wordt ten zeerste aanbevolen dat u de Akismet-plug- in activeert om het beste uit deze functie te halen."
+
+#: admin/wp-security-spam-menu.php:219
+msgid "You must enter an integer greater than zero for minimum number of spam comments field. It has been set to the default value."
+msgstr "Je moet een geheel getal groter dan nul invullen voor het minimum aantal spam-opmerkingenveld. Het is ingesteld op de standaardwaarde."
+
+#: admin/wp-security-firewall-menu.php:918
+msgid "When you enable this checkbox, all 404 events on your site will be logged in the table below. You can monitor these events and select some IP addresses listed in the table below and block them for a specified amount of time. All IP addresses you select to be blocked from the \"404 Event Logs\" table section will be unable to access your site during the time specified."
+msgstr "Wanneer u dit selectievakje inschakelt, worden alle 404-gebeurtenissen op uw site in de onderstaande tabel vastgelegd. U kunt deze gebeurtenissen controleren en een aantal IP-adressen selecteren in de onderstaande tabel en ze blokkeren voor een bepaalde tijd. Alle IP-adressen die u selecteert om te worden geblokkeerd in het tabelgedeelte \"404 Event Logs\", hebben gedurende de opgegeven tijd geen toegang tot uw site ."
+
+#: admin/wp-security-spam-menu.php:216
+msgid "You entered a non numeric value for the minimum number of spam comments field. It has been set to the default value."
+msgstr "U hebt een niet numerieke waarde ingevoerd voor het minimumaantal spam-opmerkingen . Het is ingesteld op de standaardwaarde."
+
+#: admin/wp-security-settings-menu.php:517
+msgid "This feature will allow you to remove the WP generator meta info and other version info from your site's pages."
+msgstr "Deze functie zal het toelaten dat de WP-generator meta-informatie en andere versie-informatie van uw website 's pagina's verwijdt."
+
+#: admin/wp-security-settings-menu.php:509
+msgid "WP Generator Meta Tag & Version Info"
+msgstr "WP Generator-metatag- & versiegegevens"
+
+#: admin/wp-security-settings-menu.php:230
+msgid "Save Debug Settings"
+msgstr "Sla debug-instellingen op"
+
+#: admin/wp-security-settings-menu.php:222
+msgid "Enable Debug"
+msgstr "Schakel debug in"
+
+#: admin/wp-security-settings-menu.php:216
+msgid "Note: the debug log files are located in the \"plugins/all-in-one-wp-security-and-firewall/logs\" directory."
+msgstr "Opmerking: de logbestanden van de foutopsporing bevinden zich in de map \" plugins/all-in-one-wp-security-and-firewall/logs\"."
+
+#: admin/wp-security-settings-menu.php:209
+msgid "Debug Settings"
+msgstr "Debu- instellingen"
+
+#: admin/wp-security-misc-options-menu.php:210
+msgid "When enabled, this feature will print a \"forbidden\" error rather than the user information."
+msgstr "Als deze functie is ingeschakeld, drukt deze een 'verboden' fout af in plaats van de gebruikers informatie."
+
+#: admin/wp-security-misc-options-menu.php:209
+msgid "This feature allows you to prevent external users/bots from fetching the user info with urls like \"/?author=1\"."
+msgstr "Met deze functie kunt u voorkomen dat externe gebruikers / bots de gebruikersinformatie ophalen met urls zoals \"/? Author = 1\"."
+
+#: admin/wp-security-list-registered-users.php:283
+msgid "Nonce check failed for block IP operation of registered user!"
+msgstr "Nonce-controle mislukt voor blok IP-bewerking van geregistreerde gebruiker!"
+
+#: admin/wp-security-list-permanent-blocked-ip.php:138
+msgid "Nonce check failed for unblock IP operation!"
+msgstr "Nonce check mislukt voor deblokkering IP-bewerking!"
+
+#: admin/wp-security-firewall-menu.php:607
+msgid "Enable legacy 5G Firewall Protection"
+msgstr "Verouderde 5G-firewall-bescherming inschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:342
-msgid "Check this if you want to protect your login page from Brute Force Attack."
-msgstr "Vink dit aan als je je inlogpagina wilt beschermen tegen Brute force aanval."
+#: admin/wp-security-firewall-menu.php:592
+msgid "Check this if you want to apply the 6G Blacklist firewall protection from perishablepress.com to your site."
+msgstr "Vink dit aan als u de 6G Blacklist firewall-bescherming van perishablepress.com op uw site wilt toepassen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:347
-msgid "This feature will deny access to your WordPress login page for all people except those who have a special cookie in their browser."
-msgstr "Deze functie zal de toegang tot uw WordPress inlogpagina voor alle personen weigeren, behalve degenen die een speciale cookie in hun browser hebben."
+#: admin/wp-security-firewall-menu.php:596
+msgid "This setting will implement the 6G security firewall protection mechanisms on your site which include the following things:"
+msgstr "Deze instelling zal de 6G Security Firewall beschermingsmechanismen op uw site implementeren welke de volgende zaken omvatten:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:349
-msgid "To use this feature do the following:"
-msgstr "Om deze functie te gebruiken, doet u het volgende:"
+#: admin/wp-security-firewall-menu.php:910
+msgid "Enable 404 IP Detection and Lockout"
+msgstr "Schakel 404 IP-detectie en vergrendeling in"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:351
-msgid "1) Enable the checkbox."
-msgstr "1) Schakel het selectievakje in."
+#: admin/wp-security-firewall-menu.php:890
+msgid "This addon allows you to automatically and permanently block IP addresses based on how many 404 errors they produce."
+msgstr "Met deze add-on kunt u IP-adressen automatisch en permanent blokkeren op basis van het aantal 404-fouten dat ze produceren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:353
-msgid "2) Enter a secret word consisting of alphanumeric characters which will be difficult to guess. This secret word will be useful whenever you need to know the special URL which you will use to access the login page (see point below)."
-msgstr "2) Voer een geheim woord in dat bestaat uit alfanumerieke tekens die moeilijk te raden zijn. Dit geheime woord is nuttig wanneer u de speciale URL moet weten die u gaat gebruiken om toegang te krijgen tot de inlogpagina (zie punt hieronder)."
+#: admin/wp-security-firewall-menu.php:568
+msgid "The 6G Blacklist is updated and improved version of 5G Blacklist. If you have 5G Blacklist active, you might consider activating 6G Blacklist instead."
+msgstr "De 6G Blacklist is een bijgewerkte en verbeterde versie van 5G Blacklist. Als je de 5G-blacklist actief hebt, kun je overwegen om in plaats daarvan de 6G Blacklist te activeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:355
-msgid "3) You will then be provided with a special login URL. You will need to use this URL to login to your WordPress site instead of the usual login URL. NOTE: The system will deposit a special cookie in your browser which will allow you access to the WordPress administration login page."
-msgstr "3) U ontvangt dan een speciale inlog-URL. U moet deze URL gebruiken om u aan te melden bij uw WordPress-site in plaats van de gebruikelijke inlog-URL. OPMERKING: Het systeem zal een speciale cookie in uw browser plaatsen die u toegang geeft tot de aanmeldingspagina van WordPress administratie."
+#: admin/wp-security-firewall-menu.php:227
+msgid "The feature will still allow XMLRPC functionality on your site but will disable the pingback methods."
+msgstr "De functie zal nog steeds XMLRPC-functionaliteit op uw site toestaan, maar zal de pingback-methoden uitschakelen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:357
-msgid "Any person trying to access your login page who does not have the special cookie in their browser will be automatically blocked."
-msgstr "Iedereen die probeert toegang te krijgen tot uw inlogpagina die niet over de speciale cookie in zijn browser beschikt, wordt automatisch geblokkeerd."
+#: admin/wp-security-firewall-menu.php:222
+msgid "If you use Jetpack or WP iOS or other apps which need WP XML-RPC functionality then check this. This will enable protection against WordPress pingback vulnerabilities."
+msgstr "Als u Jetpack of WP iOS of andere apps gebruikt die WP XML-RPC-functionaliteit nodig hebben, vinkt u dit aan. Hiermee wordt beveiliging tegen WordPress-pingback-kwetsbaarheden mogelijk gemaakt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:364
-msgid "Secret Word"
-msgstr "Geheim woord"
+#: admin/wp-security-firewall-menu.php:219
+msgid "Disable Pingback Functionality From XMLRPC"
+msgstr "Schakel Pingback-functionaliteit uit vanuit XMLRPC"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:366
-msgid "Choose a secret word consisting of alphanumeric characters which you can use to access your special URL. Your are highly encouraged to choose a word which will be difficult to guess."
-msgstr "Kies een geheim woord bestaande uit alfanumerieke tekens dat u kunt gebruiken om toegang te krijgen tot uw speciale URL. U wordt sterk aangemoedigd om een woord te kiezen dat moeilijk te raden is."
+#: admin/wp-security-firewall-menu.php:213
+msgid "Leave this feature disabled and use the feature below if you want pingback protection but you still need XMLRPC."
+msgstr "Laat deze functie uitgeschakeld en gebruik de onderstaande functie als je pingback-beveiliging wilt, maar je hebt nog steeds XML-RPC nodig."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:370
-msgid "Re-direct URL"
-msgstr "Omleidings-URL"
+#: admin/wp-security-firewall-menu.php:202
+msgid "Check this if you are not using the WP XML-RPC functionality and you want to completely block external access to XMLRPC."
+msgstr "Vink dit aan als u de WP XML-RPC-functionaliteit niet gebruikt en u de externe toegang tot XML-RPC volledig wilt blokkeren ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:374
-msgid "Specify a URL to redirect a hacker to when they try to access your WordPress login page."
-msgstr "Geef een URL op waarmee een hacker wordt omgeleid wanneer deze toegang probeert te krijgen tot uw WordPress-aanmeldingspagina."
+#: admin/wp-security-firewall-menu.php:151
+msgid "If you still need XMLRPC then uncheck the \"Completely Block Access To XMLRPC\" checkbox and enable only the \"Disable Pingback Functionality From XMLRPC\" checkbox."
+msgstr "Als u nog steeds XML-RPC nodig hebt, schakelt u het selectievakje 'Volledig blokkeren van toegang tot XML-RPC' uit en schakelt u alleen het selectievakje 'Pingback-functionaliteit van XML-RPC uitschakelen' in."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:381
-msgid "The URL specified here can be any site's URL and does not have to be your own. For example you can be as creative as you like and send hackers to the CIA or NSA home page."
-msgstr "De hier opgegeven URL kan de URL van elke site zijn en hoeft niet de uwe te zijn. U kunt bijvoorbeeld zo creatief zijn als u wilt en hackers naar de startpagina van de CIA of NSA sturen."
+#: admin/wp-security-firewall-menu.php:150
+msgid "By leaving this feature enabled you will prevent Jetpack or Wordpress iOS or other apps which need XMLRPC from working correctly on your site."
+msgstr "Als u deze functie ingeschakeld laat , voorkomt u dat Jetpack of WordPress iOS of andere apps die XML-RPC nodig hebben correct werken op uw site ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:383
-msgid "This field will default to: http://127.0.0.1 if you do not enter a value."
-msgstr "In dit veld wordt standaard ingesteld op: http://127.0.0.1 als u geen waarde invoert."
+#: admin/wp-security-firewall-menu.php:149
+msgid "Attention: You have enabled the \"Completely Block Access To XMLRPC\" checkbox which means all XMLRPC functionality will be blocked."
+msgstr "Let op: U hebt het selectievakje \"Volledig blokkeren van toegang tot XML-RPC\" ingeschakeld, wat betekent dat alle XML-RPC-functionaliteit zal worden geblokkeerd ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:385
-msgid "Useful Tip:"
-msgstr "Handige tip:"
+#: admin/wp-security-filescan-menu.php:384
+msgid "We provide advice for malware cleanup"
+msgstr "Wij bieden advies voor het opschonen van malware"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:387
-msgid "It's a good idea to not redirect attempted brute force login attempts to your site because it increases the load on your server."
-msgstr "Het is een goed idee om poging tot brute force-inlogpogingen naar uw site niet om te leiden, omdat dit de belasting van uw server verhoogt."
+#: admin/wp-security-filescan-menu.php:350
+msgid "Enter one or more email addresses on a new line."
+msgstr "Voer een of meer e-mailadressen in op een nieuwe regel."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:389
-msgid "Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal because it deflects them back to their own local host and puts the load on their server instead of yours."
-msgstr "Het omleiden van een hacker of kwaadaardige bot terug naar \"http://127.0.0.1\" is ideaal omdat het ze terugleidt naar hun eigen lokale host en de belasting op hun server zet in plaats van de jouwe."
+#: admin/wp-security-firewall-menu.php:237
+msgid "Block Access to Debug Log File"
+msgstr "Toegang blokkeren tot het debug-logbestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:396
-msgid "My Site Has Posts Or Pages Which Are Password Protected"
-msgstr "Mijn site heeft berichten of pagina's die met een wachtwoord zijn beveiligd"
+#: admin/wp-security-firewall-menu.php:228
+msgid "This feature will also remove the \"X-Pingback\" header if it is present."
+msgstr "Deze functie verwijdert ook de \"X-Pingback\" header als deze aanwezig is."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:399
-msgid "Check this if you are using the native WordPress password protection feature for some or all of your blog posts or pages."
-msgstr "Vink dit aan als u de native WordPress-wachtwoordbeveiliging voor sommige of alle blogposts of -pagina's gebruikt."
+#: admin/wp-security-firewall-menu.php:199
+msgid "Completely Block Access To XMLRPC"
+msgstr "Volledig blokkeren toegang tot XML-RPC"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:404
-msgid "In the cases where you are protecting some of your posts or pages using the in-built WordPress password protection feature, a few extra lines of directives and exceptions need to be added to your .htacces file so that people trying to access pages are not automatically blocked."
-msgstr "In de gevallen waarin u sommige van uw berichten of pagina's beschermt met behulp van de ingebouwde wachtwoordbeveiliging voor WordPress, moeten een paar extra regels met richtlijnen en uitzonderingen aan uw .htacces-bestand worden toegevoegd, zodat mensen die proberen toegang te krijgen tot pagina's niet automatisch zijn geblokkeerd."
+#: admin/wp-security-firewall-menu.php:226
+msgid "NOTE: If you use Jetpack or the Wordpress iOS or other apps then you should enable this feature but leave the \"Completely Block Access To XMLRPC\" checkbox unchecked."
+msgstr "OPMERKING: Als u Jetpack of WordPress iOS of andere apps gebruikt dan moet je deze functie inschakelen, maar laat de \"Volledig blokkeren Access To XML-RPC\" checkbox niet aangevinkt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:406
-msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that people trying to access these pages are not automatically blocked."
-msgstr "Door dit selectievakje in te schakelen, voegt de plug-in de nodige regels en uitzonderingen toe aan uw. Hacces-bestand, zodat mensen die proberen toegang te krijgen tot deze pagina's niet automatisch worden geblokkeerd."
+#: admin/wp-security-brute-force-menu.php:810
+msgid "To specify an IPv4 range use a wildcard \"*\" character. Acceptable ways to use wildcards is shown in the examples below:"
+msgstr "Gebruik een jokerteken \"*\" om een IPv4-bereik op te geven. Aanvaardbare manieren om jokertekens te gebruiken worden weergegeven in de onderstaande voorbeelden:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:408
-msgid "Helpful Tip:"
-msgstr "Handige tip:"
+#: admin/wp-security-database-menu.php:603
+msgid "%s view definitions were updated successfully!"
+msgstr "%s view definities zijn bijgewerkt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:410
-msgid "If you do not use the WordPress password protection feature for your posts or pages then it is highly recommended that you leave this checkbox disabled."
-msgstr "Als u de wachtwoordbeveiliging van WordPress voor uw berichten of pagina's niet gebruikt, is het ten zeerste aan te raden om dit selectievakje uitgeschakeld te laten."
+#: admin/wp-security-database-menu.php:579
+msgid "Checking for MySQL tables of type \"view\"....."
+msgstr "Controleren op MySQL-tabellen van het type \" view \" ....."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:417
-msgid "My Site Has a Theme or Plugins Which Use AJAX"
-msgstr "Mijn site heeft een thema of plug-ins die AJAX gebruiken"
+#: admin/wp-security-dashboard-menu.php:319
+msgid "Permanently Blocked IP Addresses"
+msgstr "Permanent geblokkeerde IP-adressen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:420
-msgid "Check this if your site uses AJAX functionality."
-msgstr "Controleer dit als uw site AJAX-functionaliteit gebruikt."
+#: admin/wp-security-dashboard-menu.php:312
+msgid "This tab displays the list of all permanently blocked IP addresses."
+msgstr "Dit tabblad toont de lijst met alle permanent geblokkeerde IP-adressen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:425
-msgid "In the cases where your WordPress installation has a theme or plugins which use AJAX, a few extra lines of directives and exceptions need to be added to your .htacces file to prevent AJAX requests from being automatically blocked by the brute force prevention feature."
-msgstr "In de gevallen waar uw WordPress-installatie een thema of plug-ins heeft die AJAX gebruiken, moeten een paar extra regels met richtlijnen en uitzonderingen worden toegevoegd aan uw .htacces-bestand om te voorkomen dat AJAX-verzoeken automatisch worden geblokkeerd door de brute force-preventiefunctie."
+#: admin/wp-security-dashboard-menu.php:261
+msgid "This tab displays the list of all IP addresses which are currently temporarily locked out due to the Login Lockdown feature:"
+msgstr "Dit tabblad toont de lijst van alle IP-adressen die momenteel tijdelijk zijn geblokkeerd vanwege de functie Login Lockdown:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:427
-msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that AJAX operations will work as expected."
-msgstr "Door dit selectievakje in te schakelen, voegt de plug-in de nodige regels en uitzonderingen toe aan uw .htacces-bestand, zodat AJAX-bewerkingen naar verwachting zullen werken."
+#: admin/wp-security-dashboard-menu.php:605
+msgid "Wanna know more about the developers behind this plugin?"
+msgstr "Wil je meer weten over de ontwikkelaars achter deze plug-in ?"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:442
-msgid "The cookie test was successful. You can now enable this feature."
-msgstr "De cookietest was succesvol. U kunt deze functie nu inschakelen."
+#: admin/wp-security-dashboard-menu.php:481
+msgid "Get To Know The Developers"
+msgstr "Maak kennis met de ontwikkelaars"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:445
-msgid "Save Feature Settings"
-msgstr "Bewaar functie-instellingen"
+#: admin/wp-security-brute-force-menu.php:814
+msgid "Or you can enter an IPv6 address (NOTE: ranges/wildcards are currently not supported for ipv6)"
+msgstr "Of u kunt een IPv6-adres invoeren (OPMERKING: bereiken / jokertekens worden momenteel niet ondersteund voor IPv6)"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:452
-msgid "The cookie test failed on this server. So this feature cannot be used on this site."
-msgstr "De cookietest is mislukt op deze server. Dus deze functie kan niet worden gebruikt op deze site."
+#: admin/wp-security-brute-force-menu.php:815
+msgid "Example 4: 4102:0:3ea6:79fd:b:46f8:230f:bb05"
+msgstr "Voorbeeld 4: 4102:0:3ea6:79fd:b:46f8:230f:bb05"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:457
-msgid "Before using this feature you are required to perform a cookie test first. This is to make sure that your browser cookie is working correctly and that you won't lock yourself out."
-msgstr "Voordat u deze functie gebruikt, moet u eerst een cookietest uitvoeren. Dit is om ervoor te zorgen dat uw browsercookie correct werkt en dat u zichzelf niet buitensluit."
+#: admin/wp-security-dashboard-menu.php:402
+msgid "Error! The file you selected is not a permitted file. You can only view log files created by this plugin."
+msgstr "Fout! Het geselecteerde bestand is geen toegestaan bestand. U kunt alleen logboekbestanden weergeven die door deze plugin zijn gemaakt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:459
-msgid "Perform Cookie Test"
-msgstr "Voer een cookietest uit"
+#: admin/wp-security-filescan-menu.php:170
+msgid "The following address was removed because it is not a valid email address: "
+msgstr "Het volgende adres is verwijderd omdat het geen geldig e-mailadres is: "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:498
-msgid "This feature allows you to add a captcha form on the WordPress login page."
-msgstr "Met deze functie kunt u een captcha-formulier toevoegen op de aanmeldingspagina van WordPress."
+#: admin/wp-security-database-menu.php:596
+msgid "Update of the following MySQL view definition failed: %s"
+msgstr "Actualisering van de volgende MySQL-view-definitie mislukt: %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:499
-msgid "Users who attempt to login will also need to enter the answer to a simple mathematical question - if they enter the wrong answer, the plugin will not allow them login even if they entered the correct username and password."
-msgstr "Gebruikers die proberen in te loggen, moeten ook het antwoord op een eenvoudige wiskundige vraag invoeren - als ze een verkeerd antwoord invoeren, staat de plug-in hen niet toe om in te loggen, zelfs als ze de juiste gebruikersnaam en wachtwoord hebben ingevoerd."
+#: admin/wp-security-brute-force-menu.php:379
+msgid "This feature can lock you out of admin if it doesn't work correctly on your site. You must read this message before activating this feature."
+msgstr "Met deze functie kunt u de beheerder blokkeren als het niet correct werkt op uw site . U moet dit bericht lezen voordat u deze functie activeert."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:500
-msgid "Therefore, adding a captcha form on the login page is another effective yet simple \"Brute Force\" prevention technique."
-msgstr "Daarom is het toevoegen van een captcha-formulier op de inlogpagina een andere effectieve maar eenvoudige \"Brute force\" -preventietechniek."
+#: admin/wp-security-dashboard-menu.php:313 admin/wp-security-spam-menu.php:297
+msgid "NOTE: This feature does NOT use the .htaccess file to permanently block the IP addresses so it should be compatible with all web servers running WordPress."
+msgstr "OPMERKING: deze functie maakt GEEN gebruik van het .htaccess-bestand om de IP-adressen permanent te blokkeren, zodat het compatibel moet zijn met alle webservers waarop WordPress wordt uitgevoerd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:506
-msgid "Login Form Captcha Settings"
-msgstr "Aanmeldingsformulier Captcha-instellingen"
+#: admin/wp-security-dashboard-menu.php:31
+msgid "Permanent Block List"
+msgstr "Permanente blokkeerlijst"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:517
-msgid "Enable Captcha On Login Page"
-msgstr "Schakel Captcha aan op inlogpagina"
+#: admin/wp-security-brute-force-menu.php:816
+msgid "Example 5: 2205:0:1ca2:810d::"
+msgstr "Voorbeeld 5: 2205:0:1ca2:810d ::"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:520
-msgid "Check this if you want to insert a captcha form on the login page"
-msgstr "Selecteer dit als u een captcha-formulier wilt invoegen op de inlogpagina"
+#: admin/wp-security-blacklist-menu.php:181
+#: admin/wp-security-brute-force-menu.php:209
+msgid "This feature can lock you out of admin if it doesn't work correctly on your site. You %s before activating this feature."
+msgstr "Met deze functie kunt u de beheerder blokkeren als deze niet correct werkt op uw site . U %s voordat u deze functie activeert."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:526
-msgid "Lost Password Form Captcha Settings"
-msgstr "Wachtwoord vergeten formulier voor Captcha-instellingen"
+#: admin/wp-security-admin-init.php:108
+msgid "Nonce check failed for export 404 event logs to CSV!"
+msgstr "Nonce-controle is mislukt voor het exporteren van 404-gebeurtenislogboeken naar CSV!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:536
-msgid "Enable Captcha On Lost Password Page"
-msgstr "Captcha aan op password-pagina inschakelen"
+#: admin/wp-security-admin-init.php:70
+msgid "Nonce check failed for export account activity logs to CSV!"
+msgstr "Nonce check mislukt voor export gebruikeractiviteitenlogs naar CSV!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:539
-msgid "Check this if you want to insert a captcha form on the lost password page"
-msgstr "Selecteer dit als u een captcha-formulier wilt invoegen op de pagina voor verloren wachtwoorden"
+#: admin/wp-security-admin-init.php:90
+msgid "Nonce check failed for export failed login records to CSV!"
+msgstr "Nonce check mislukt voor het exporteren van mislukte login records naar CSV!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:561
-msgid "Nonce check failed for save whitelist settings!"
-msgstr "Nonce check mislukt voor het opslaan van witte lijst-instellingen!"
+#: admin/wp-security-blacklist-menu.php:160
+msgid "This addon allows you to automatically block IP addresses based on their country of origin."
+msgstr "Deze addon maakt het mogelijk om automatisch IP-adressen te blokkeren op basis van hun land van herkomst."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:618
-msgid "The All In One WP Security Whitelist feature gives you the option of only allowing certain IP addresses or ranges to have access to your WordPress login page."
-msgstr "De All in one WP niet geblokkeerde lijst-functie voor beveiliging biedt u de mogelijkheid om alleen bepaalde IP-adressen of bereiken toegang te geven tot uw WordPress-aanmeldingspagina."
+#: admin/wp-security-brute-force-menu.php:210
+msgid "NOTE: If you are hosting your site on WPEngine or a provider which performs server caching, you will need to ask the host support people to NOT cache your renamed login page."
+msgstr "Opmerking: Als u uw site host op WPEngine of een provider die server caching uitvoert, zult u de personen van host ondersteuning moeten vragen om uw hernoemde loginpagina niet in een cache te plaatsen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:619
-msgid "This feature will deny login access for all IP addresses which are not in your whitelist as configured in the settings below."
-msgstr "Met deze functie wordt inlogtoegang voor alle IP-adressen die niet in uw whitelist staan, zoals geconfigureerd in de onderstaande instellingen, geweigerd."
+#: admin/wp-security-firewall-menu.php:889
+#: admin/wp-security-blacklist-menu.php:159
+msgid "You may also be interested in our %s."
+msgstr "Mogelijk bent u ook geïnteresseerd in onze %s."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:620
-msgid "The plugin achieves this by writing the appropriate directives to your .htaccess file."
-msgstr "De plug-in bereikt dit door de juiste richtlijnen naar uw .htaccess-bestand te schrijven."
+#: admin/wp-security-dashboard-menu.php:361
+msgid "Log File"
+msgstr "Logbestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:621
-msgid "By allowing/blocking IP addresses via the .htaccess file your are using the most secure first line of defence because login access will only be granted to whitelisted IP addresses and other addresses will be blocked as soon as they try to access your login page."
-msgstr "Door IP-adressen toe te staan / te blokkeren via het .htaccess-bestand, gebruikt u de veiligste eerste verdedigingslinie omdat inlogtoegang alleen wordt verleend aan witte IP-adressen en andere adressen worden geblokkeerd zodra ze proberen toegang te krijgen tot uw inlogpagina."
+#: other-includes/wp-security-rename-login-feature.php:114
+msgid "https://wordpress.org/"
+msgstr "https://nl.wordpress.org/"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:628
-#, php-format
-msgid "Attention: If in addition to enabling the white list feature, you also have the %s feature enabled, you will still need to use your secret word in the URL when trying to access your WordPress login page ."
-msgstr "Let op: Als u naast het inschakelen van de witte lijstfunctie ook de %s functie hebt ingeschakeld, moet u uw geheime woord toch gebruiken in de URL wanneer u probeert toegang te krijgen tot uw WordPress inlogpagina strong>."
+#: other-includes/wp-security-rename-login-feature.php:808
+msgid "Username"
+msgstr "Gebruikersnaam"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:629
-msgid "These features are NOT functionally related. Having both of them enabled on your site means you are creating 2 layers of security."
-msgstr "Deze functies zijn NIET functioneel gerelateerd. Als ze beide op uw site zijn ingeschakeld, betekent dit dat u twee beveiligingslagen maakt."
+#: other-includes/wp-security-rename-login-feature.php:1051
+msgid "Remember Me"
+msgstr "Onthoud mij"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:634
-msgid "Login IP Whitelist Settings"
-msgstr "Inloggen IP niet geblokkeerdelijst instellingen"
+#: other-includes/wp-security-rename-login-feature.php:803
+msgid "Registration Form"
+msgstr "Registratieformulier"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:645
-msgid "Enable IP Whitelisting"
-msgstr "IP niet geblokkeerdelijst inschakelen"
+#: other-includes/wp-security-rename-login-feature.php:693
+msgid "New password"
+msgstr "Nieuw wachtwoord"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:648
-msgid "Check this if you want to enable the whitelisting of selected IP addresses specified in the settings below"
-msgstr "Selecteer dit als u de niet geblokkeerdelijst van de geselecteerde IP-adressen wilt inschakelen die zijn opgegeven in de onderstaande instellingen"
+#: classes/grade-system/wp-security-feature-item.php:34
+msgid "Advanced"
+msgstr "Geavanceerd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:652
-msgid "Your Current IP Address"
-msgstr "Uw huidige IP-adres"
+#: other-includes/wp-security-rename-login-feature.php:603
+msgid "Get New Password"
+msgstr "Nieuw wachtwoord aanvragen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:655
-msgid "You can copy and paste this address in the text box below if you want to include it in your login whitelist."
-msgstr "U kunt dit adres in het onderstaande tekstvak kopiëren en plakken als u het in uw witte login-login wilt opnemen."
+#: other-includes/wp-security-rename-login-feature.php:823
+msgid "Registration confirmation will be emailed to you."
+msgstr "Een bevestiging van je registratie wordt naar je gemaild."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:659
-msgid "Enter Whitelisted IP Addresses:"
-msgstr "Voer IP-adressen op de witte lijst in:"
+#: other-includes/wp-security-rename-login-feature.php:703
+msgid "Strength indicator"
+msgstr "Sterkte-indicator"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-brute-force-menu.php:663
-msgid "Enter one or more IP addresses or IP ranges you wish to include in your whitelist. Only the addresses specified here will have access to the WordPress login page."
-msgstr "Voer een of meer IP-adressen of IP-reeksen in die u op uw witte lijst wilt opnemen. Alleen de hier opgegeven adressen hebben toegang tot de aanmeldingspagina van WordPress."
+#: other-includes/wp-security-rename-login-feature.php:580
+msgid "Lost Password"
+msgstr "Wachtwoord vergeten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:24
-msgid "System Info"
-msgstr "Systeeminformatie"
+#: other-includes/wp-security-rename-login-feature.php:1013
+#: other-includes/wp-security-rename-login-feature.php:1053
+msgid "Log In"
+msgstr "Inloggen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:25
-#: admin/wp-security-dashboard-menu.php:436
-msgid "Locked IP Addresses"
-msgstr "Geblokkeerde IP-adressen"
+#: other-includes/wp-security-rename-login-feature.php:685
+msgid "Enter your new password below."
+msgstr "Vul hieronder een nieuw wachtwoord in."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:31
-msgid "Permanent Block List"
-msgstr "Permanente blokkeringslijst"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:75
-msgid "For information, updates and documentation, please visit the"
-msgstr "Voor informatie, updates en documentatie bezoekt u de"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:75
-msgid "AIO WP Security & Firewall Plugin"
-msgstr "AIO WP-plug-in voor beveiliging en firewall"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:75
-msgid "Page"
-msgstr "Pagina"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:76
-msgid "Follow us"
-msgstr "Volg ons"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:76
-msgid "Twitter, Google+ or via Email to stay up to date about the new security features of this plugin."
-msgstr "Twitter, Google+ of via e-mail om op de hoogte te blijven van de nieuwe beveiligingsfuncties van deze plug-in."
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:477
-msgid "Security Strength Meter"
-msgstr "Veiligheidssterktemeter"
+#: other-includes/wp-security-rename-login-feature.php:662
+msgid "The passwords do not match."
+msgstr "De wachtwoorden komen niet overeen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:119
-msgid "Total Achievable Points: "
-msgstr "Totaal behaalde punten: "
+#: other-includes/wp-security-rename-login-feature.php:986
+msgid "You are now logged out."
+msgstr "Je bent nu uitgelogd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:121
-msgid "Current Score of Your Site: "
-msgstr "Huidige score van uw site: "
+#: other-includes/wp-security-rename-login-feature.php:988
+msgid "User registration is currently not allowed."
+msgstr "Registratie is momenteel niet mogelijk."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:478
-msgid "Security Points Breakdown"
-msgstr "Uitsplitsing beveiligingspunten"
+#: other-includes/wp-security-rename-login-feature.php:607
+#: other-includes/wp-security-rename-login-feature.php:677
+#: other-includes/wp-security-rename-login-feature.php:735
+#: other-includes/wp-security-rename-login-feature.php:830
+msgid "Log in"
+msgstr "Aanmelden"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:479
-msgid "Spread the Word"
-msgstr "Vertel het verder"
+#: other-includes/wp-security-rename-login-feature.php:803
+msgid "Register For This Site"
+msgstr "Je registeren voor deze site"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:480
-msgid "Get To Know The Developers"
-msgstr "Maak kennis met de ontwikkelaars"
+#: other-includes/wp-security-rename-login-feature.php:677
+msgid "Your password has been reset."
+msgstr "Je wachtwoord is opnieuw ingesteld."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:604
-msgid "Wanna know more about the developers behind this plugin?"
-msgstr "Wil je meer weten over de ontwikkelaars achter deze plug-in?"
+#: other-includes/wp-security-rename-login-feature.php:557
+msgid "Your password reset link appears to be invalid. Please request a new link below."
+msgstr "Je wachtwoord-reset link lijkt ongeldig. Hieronder kun je een nieuwe link aanvragen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:481
-msgid "Critical Feature Status"
-msgstr "Kritieke functiestatus"
+#: other-includes/wp-security-rename-login-feature.php:559
+msgid "Your password reset link has expired. Please request a new link below."
+msgstr "Je wachtwoord reset-link is verlopen. Vraag hieronder een nieuwe link aan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:176
-msgid "Below is the current status of the critical features that you should activate on your site to achieve a minimum level of recommended security"
-msgstr "Hieronder vindt u de huidige status van de kritieke functies die u op uw site moet activeren om een minimaal niveau van aanbevolen beveiliging te bereiken"
+#: other-includes/wp-security-rename-login-feature.php:713
+msgid "Confirm new password"
+msgstr "Nieuw wachtwoord bevestigen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:180
-msgid "Admin Username"
-msgstr "Admin-gebruikersnaam"
+#: other-includes/wp-security-rename-login-feature.php:610
+#: other-includes/wp-security-rename-login-feature.php:738
+#: other-includes/wp-security-rename-login-feature.php:826
+#: other-includes/wp-security-rename-login-feature.php:1070
+msgid "Register"
+msgstr "Registreren"
+
+#: other-includes/wp-security-rename-login-feature.php:685
+#: other-includes/wp-security-rename-login-feature.php:731
+msgid "Reset Password"
+msgstr "Wachtwoord resetten"
+
+#: other-includes/wp-security-rename-login-feature.php:364
+msgid "Someone has requested a password reset for the following account:"
+msgstr "Iemand heeft aangevraagd een nieuw wachtwoord in te stellen voor dit account:"
+
+#. translators: %s: user login
+#: other-includes/wp-security-rename-login-feature.php:368
+msgid "Username: %s"
+msgstr "Gebruikersnaam: %s"
+
+#: other-includes/wp-security-rename-login-feature.php:370
+msgid "To reset your password, visit the following address:"
+msgstr "Om je wachtwoord opnieuw in te stellen, ga naar dit adres:"
+
+#. translators: Password reset email subject. %s: Site name
+#: other-includes/wp-security-rename-login-feature.php:374
+msgid "[%s] Password Reset"
+msgstr "[%s] Wachtwoord opnieuw ingesteld"
+
+#. translators: 1: Browser cookie documentation URL, 2: Support forums URL
+#: other-includes/wp-security-rename-login-feature.php:921
+msgid "ERROR : Cookies are blocked due to unexpected output. For help, please see this documentation or try the support forums ."
+msgstr "FOUT : Cookies zijn geblokkeerd vanwege onverwachte uitvoer. Bekijk voor hulp deze documentatie of probeer de supportforums ."
+
+#: other-includes/wp-security-rename-login-feature.php:996
+msgid "You have successfully updated WordPress! Please log back in to see what’s new."
+msgstr "WordPress is succesvol bijgewerkt. Opnieuw inloggen om te zien wat er nieuw is."
+
+#: admin/wp-security-user-login-menu.php:640
+msgid "Refresh Data"
+msgstr "Data verversen"
+
+#: admin/wp-security-user-login-menu.php:452
+#: admin/wp-security-user-login-menu.php:461
+msgid "Delete All Failed Login Records"
+msgstr "Verwijder alle mislukte logindata"
+
+#: admin/wp-security-user-login-menu.php:412
+msgid "This tab displays the failed login attempts for your site."
+msgstr "Deze tab geeft de mislukte loginpogingen voor jouw site weer."
+
+#: admin/wp-security-user-login-menu.php:458
+msgid "Click this button if you wish to delete all failed login records in one go."
+msgstr "Klik deze knop om alle mislukte loginrecords in één keer te verwijderen."
+
+#: admin/wp-security-user-login-menu.php:486
+msgid "You entered a non numeric value for the logout time period field. It has been set to the default value."
+msgstr "De waarde die je hebt ingevuld is geen nummer. De standaard waarde word nu gebruikt."
+
+#: admin/wp-security-user-login-menu.php:515
+msgid "This feature allows you to specify a time period in minutes after which the admin session will expire and the user will be forced to log back in."
+msgstr "Deze optie geeft je de mogelijkheid een periode in te stellen waarna de admin-sessies automatisch zullen verlopen en de gebruiker opnieuw moet inloggen."
+
+#: admin/wp-security-user-login-menu.php:514
+msgid "Setting an expiry period for your WP administration session is a simple way to protect against unauthorized access to your site from your computer."
+msgstr "Het instellen van een verloop-periode voor de WP-admin-sessie is een simpele manier om je website te beschermen tegen niet toegestane toegang vanaf jouw computer."
+
+#: admin/wp-security-user-login-menu.php:535
+msgid "Check this if you want to force a wp user to be logged out after a configured amount of time"
+msgstr "Vink dit aan als je wil dat een gebruik automatisch wordt uitgelogd na een aangegeven tijd"
+
+#: admin/wp-security-user-login-menu.php:541
+msgid "(Minutes) The user will be forced to log back in after this time period has elapased."
+msgstr "(Minuten) De gebruiker wordt gedwongen opnieuw in te loggen na deze periode."
+
+#: admin/wp-security-user-login-menu.php:636
+msgid "Refresh Logged In User Data"
+msgstr "Vernieuw data ingelogde gebruiker"
+
+#: admin/wp-security-user-login-menu.php:646
+msgid "This tab displays all users who are currently logged into your site."
+msgstr "Deze tab geeft alle gebruikers weer die momenteel zijn ingelogd."
+
+#: admin/wp-security-user-login-menu.php:647
+msgid "If you suspect there is a user or users who are logged in which should not be, you can block them by inspecting the IP addresses from the data below and adding them to your blacklist."
+msgstr "Als je vermoedt dat een gebruiker is ingelogd terwijl die dat niet hoort te zijn, kan je zijn IP blokkeren door deze op te halen van de data hieronder en die toevoegen aan de blacklist."
+
+#: admin/wp-security-user-login-menu.php:648
+msgid "You can also instantly log them out by clicking on the \"Force Logout\" link when you hover over the row in the User Id column."
+msgstr "Je kan ze ook direct uitloggen door te klikken op \"Forceer Uitloggen\" link als je over een rij in de User Id-kolom heengaat."
+
+#: classes/grade-system/wp-security-feature-item-manager.php:38
+msgid "Change Display Name"
+msgstr "Schermnaam wijzigen"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:75
+msgid "WordPress Files Access"
+msgstr "WordPress bestandentoegang"
+
+#: admin/wp-security-user-registration-menu.php:152
+msgid "Check this if you want to automatically disable all newly registered accounts so that you can approve them manually."
+msgstr "Vink dit aan als je alle nieuwe gebruikers handmatig wilt controleren."
+
+#: admin/wp-security-whois-menu.php:93
+msgid "Enter IP Address or Domain Name"
+msgstr "Vul een IP-adres of domeinnaam in"
+
+#: admin/wp-security-whois-menu.php:95
+msgid "Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-name.com"
+msgstr "Vul een IP-adres of domeinnaam in. Bijvoorbeeld: 111.11.12.13 OF voorbeeld-domein.nl"
+
+#: admin/wp-security-whois-menu.php:87
+msgid "Perform a WHOIS Lookup for an IP or Domain Name"
+msgstr "Zoek informatie op over een IP of domeinnaam"
+
+#: admin/wp-security-whois-menu.php:25
+msgid "WhoIS Lookup"
+msgstr "Wie is"
+
+#: admin/wp-security-whois-menu.php:78
+msgid "WHOIS Lookup Information"
+msgstr "Wie-is-informatie"
+
+#: admin/wp-security-whois-menu.php:81
+msgid "This feature allows you to look up more detailed information about an IP address or domain name by querying the WHOIS API."
+msgstr "Deze optie laat jou meer informatie opzoeken over een IP-adres of domeinnaam door middel van de WHOIS API."
+
+#: classes/grade-system/wp-security-feature-item-manager.php:104
+msgid "Block Spambots"
+msgstr "Spambots blokkeren"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:106
+msgid "Comment Captcha"
+msgstr "Reactie Captcha"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:108
+msgid "BuddyPress Registration Captcha"
+msgstr "BuddyPress Registratie Captcha"
+
+#: classes/grade-system/wp-security-feature-item.php:28
+msgid "Basic"
+msgstr "Standaard"
+
+#: classes/grade-system/wp-security-feature-item.php:31
+msgid "Intermediate"
+msgstr "Tussentijds"
+
+#: classes/wp-security-backup.php:239
+msgid "All In One WP Security - Site Database Backup"
+msgstr "All In One WP Security - Site Database Backup"
+
+#: classes/wp-security-captcha.php:42
+#: classes/wp-security-general-init-tasks.php:421
+msgid "Please enter an answer in digits:"
+msgstr "Vul een antwoord in in cijfers:"
+
+#: classes/wp-security-captcha.php:123
+msgid "one"
+msgstr "een"
+
+#: classes/wp-security-captcha.php:124
+msgid "two"
+msgstr "twee"
+
+#: classes/wp-security-captcha.php:125
+msgid "three"
+msgstr "drie"
+
+#: classes/wp-security-captcha.php:126
+msgid "four"
+msgstr "vier"
+
+#: classes/wp-security-captcha.php:127
+msgid "five"
+msgstr "vijf"
+
+#: classes/wp-security-captcha.php:128
+msgid "six"
+msgstr "zes"
+
+#: classes/wp-security-captcha.php:129
+msgid "seven"
+msgstr "zeven"
+
+#: classes/wp-security-captcha.php:130
+msgid "eight"
+msgstr "acht"
+
+#: classes/wp-security-captcha.php:131
+msgid "nine"
+msgstr "negen"
+
+#: classes/wp-security-captcha.php:132
+msgid "ten"
+msgstr "tien"
+
+#: classes/wp-security-captcha.php:133
+msgid "eleven"
+msgstr "elf"
+
+#: classes/wp-security-captcha.php:134
+msgid "twelve"
+msgstr "twaalf"
+
+#: classes/wp-security-captcha.php:135
+msgid "thirteen"
+msgstr "dertien"
+
+#: classes/wp-security-captcha.php:136
+msgid "fourteen"
+msgstr "veertien"
+
+#: classes/wp-security-captcha.php:137
+msgid "fifteen"
+msgstr "vijftien"
+
+#: classes/wp-security-file-scan.php:330
+msgid "The following files were removed from your host"
+msgstr "De volgende regels zijn verwijderd van jouw host"
+
+#: classes/wp-security-file-scan.php:340
+msgid "The following files were changed on your host"
+msgstr "De volgende regels zijn bewerkt op jouw host"
+
+#: classes/wp-security-general-init-tasks.php:478
+msgid "Enter something special:"
+msgstr "Vul iets speciaals in:"
+
+#: classes/wp-security-general-init-tasks.php:542
+msgid "Your CAPTCHA answer was incorrect - please try again."
+msgstr "JE CAPTCHA-antwoord was fout - probeer opnieuw."
+
+#: classes/wp-security-file-scan.php:321
+msgid "The following files were added to your host"
+msgstr "De volgende bestanden zijn toegevoegd aan je host"
+
+#: other-includes/wp-security-rename-login-feature.php:115
+#: other-includes/wp-security-unlock-request.php:14
+msgid "Powered by WordPress"
+msgstr "Door WordPress"
+
+#: other-includes/wp-security-rename-login-feature.php:677
+msgid "Password Reset"
+msgstr "Wachtwoord reset"
+
+#: classes/wp-security-utility.php:229
+msgid "This feature can only be configured by the \"superadmin\" on the main site."
+msgstr "Deze optie kan alleen geconfigureerd worden door de \"superadmin\" op de hoofdsite."
+
+#: other-includes/wp-security-rename-login-feature.php:404
+msgid "Possible reason: your host may have disabled the mail() function."
+msgstr "Mogelijke reden: jouw host heeft misschien de functie mail() uitgezet."
+
+#: other-includes/wp-security-rename-login-feature.php:832
+#: other-includes/wp-security-rename-login-feature.php:1078
+msgid "Lost your password?"
+msgstr "Wachtwoord vergeten?"
+
+#: other-includes/wp-security-rename-login-feature.php:922
+#: other-includes/wp-security-rename-login-feature.php:927
+msgid "https://codex.wordpress.org/Cookies"
+msgstr "https://codex.wordpress.org/Cookies"
+
+#: other-includes/wp-security-rename-login-feature.php:922
+msgid "https://wordpress.org/support/"
+msgstr "https://wordpress.org/support/"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:59
+#: admin/wp-security-user-registration-menu.php:28
+msgid "Registration Captcha"
+msgstr "Registratie-captcha"
+
+#: admin/wp-security-user-registration-menu.php:213
+msgid "This feature allows you to add a captcha form on the WordPress registration page."
+msgstr "Deze optie voegt een captcha form toe aan de WordPress registratiepagina."
+
+#: admin/wp-security-user-registration-menu.php:243
+msgid "Enable Captcha On Registration Page"
+msgstr "Captcha op registratiepagina instellen"
+
+#: admin/wp-security-user-registration-menu.php:246
+msgid "Check this if you want to insert a captcha form on the WordPress user registration page (if you allow user registration)."
+msgstr "Vink dit aan als je een captcha-formulier wilt weergeven op de WordPress registratiepagina (als je gebruikersregistratie toestaat)"
+
+#: classes/wp-security-general-init-tasks.php:443
+#: classes/wp-security-general-init-tasks.php:523
+#: classes/wp-security-general-init-tasks.php:561
+#: classes/wp-security-user-login.php:81
+#: classes/wp-security-user-registration.php:76
+#: classes/wp-security-user-registration.php:97
+msgid "ERROR : Your answer was incorrect - please try again."
+msgstr "FOUT : Je antwoord was niet goed - probeer opnieuw."
+
+#: classes/wp-security-general-init-tasks.php:504
+msgid "Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
+msgstr "Fout: Je hebt een fout CAPTCHA-antwoord gegeven. Probeer opnieuw."
+
+#: classes/wp-security-user-login.php:177
+msgid "ERROR : Invalid login credentials."
+msgstr "FOUT : Verkeerde logingegevens."
+
+#. translators: 1: Browser cookie documentation URL
+#: other-includes/wp-security-rename-login-feature.php:926
+msgid "ERROR : Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress."
+msgstr "FOUT : Cookies zijn geblokkeerd of worden niet ondersteund door jouw browser. Je moet cookies aanzetten om WordPress te gebruiken."
+
+#: admin/wp-security-user-registration-menu.php:214
+msgid "Users who attempt to register will also need to enter the answer to a simple mathematical question - if they enter the wrong answer, the plugin will not allow them to register."
+msgstr "Gebruikers die zich willen registreren zullen antwoord moeten geven op een rekensom - als ze dit fout beantwoorden zullen ze zich niet kunnen registreren."
+
+#: admin/wp-security-user-registration-menu.php:215
+msgid "Therefore, adding a captcha form on the registration page is another effective yet simple SPAM registration prevention technique."
+msgstr "Daarom is het toevoegen van een captcha op de registratiepagina een goede manier om SPAM te voorkomen."
+
+#: classes/grade-system/wp-security-feature-item-manager.php:45
+msgid "Custom Login Captcha"
+msgstr "Aangepaste Login Captcha"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:49
+msgid "Lost Password Captcha"
+msgstr "Vergeten wachtwoord Captcha"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:29
+msgid "Remove WP Generator Meta Tag"
+msgstr "Verwijder de WP Generator Meta Tag"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:51
+msgid "Login IP Whitelisting"
+msgstr "Login IP Whitelisten"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:57
+msgid "Registration Approval"
+msgstr "Goedkeuring registratie"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:83
+msgid "Enable Basic Firewall"
+msgstr "Standaard firewall aanzetten"
+
+#: classes/wp-security-captcha.php:138
+msgid "sixteen"
+msgstr "zestien"
+
+#: classes/wp-security-captcha.php:139
+msgid "seventeen"
+msgstr "zeventien"
+
+#: classes/wp-security-captcha.php:140
+msgid "eighteen"
+msgstr "achttien"
+
+#: classes/wp-security-captcha.php:141
+msgid "nineteen"
+msgstr "negentien"
+
+#: classes/wp-security-captcha.php:142
+msgid "twenty"
+msgstr "twintig"
+
+#: classes/wp-security-file-scan.php:64
+msgid "All In One WP Security - File change detected!"
+msgstr "All In One WP Security - Gewijzigd bestand gevonden!"
+
+#: classes/wp-security-file-scan.php:66
+msgid ". Scan was generated on"
+msgstr "Gescand op"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:79
+msgid "IP and User Agent Blacklisting"
+msgstr "IP en User Agent Blacklisten"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:84
+msgid "Enable Pingback Vulnerability Protection"
+msgstr "Pingback-bescherming gebruiken"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:90
+msgid "Enable Rename Login Page"
+msgstr "Hernoemen van loginpagina gebruiken"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:92
+msgid "Enable Login Honeypot"
+msgstr "Login-honeypot gebruiken"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:98
+msgid "Forbid Proxy Comments"
+msgstr "Proxy-reacties verbieden"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:99
+msgid "Deny Bad Queries"
+msgstr "Slechte query's blokkeren"
+
+#: classes/wp-security-user-login.php:109
+msgid "ACCOUNT PENDING : Your account is currently not active. An administrator needs to activate your account before you can login."
+msgstr "ACCOUNT PENDING : Jouw account is momenteel niet actief. Een administrator moet jouw account eerst activeren voordat je kan inloggen."
+
+#: classes/wp-security-user-login.php:298
+msgid "Site Lockout Notification"
+msgstr "Melding siteblokkade"
+
+#: classes/wp-security-user-login.php:299
+msgid "A lockdown event has occurred due to too many failed login attempts or invalid username:"
+msgstr "Een gebruiker is geblokkeerd door teveel foute inlogpogingen of een ongeldige gebruikersnaam:"
+
+#: classes/wp-security-user-login.php:407
+msgid "Unlock Request Notification"
+msgstr "Melding aanvraag deblokkade"
+
+#: classes/wp-security-user-login.php:604
+msgid "Request Unlock"
+msgstr "Deblokkade aanvragen"
+
+#: classes/wp-security-user-login.php:569
+#: classes/wp-security-user-login.php:573
+msgid "Please log back in to continue."
+msgstr "Log weer in om verder te gaan."
+
+#: classes/wp-security-user-login.php:572
+msgid "You were logged out because you just changed the \"admin\" username."
+msgstr "Je bent uitgelogd omdat je de \"admin\"-gebruikersnaam hebt veranderd."
+
+#: classes/wp-security-general-init-tasks.php:554
+#: classes/wp-security-user-registration.php:69
+#: classes/wp-security-user-registration.php:90
+msgid "ERROR : You are not allowed to register because your IP address is currently locked!"
+msgstr "ERROR : Je kan nu niet registreren omdat jouw IP-adres geblokkeerd is!"
+
+#. Plugin Name of the plugin
+msgid "All In One WP Security"
+msgstr "All In One WP Security"
+
+#: other-includes/wp-security-unlock-request.php:13
+msgid "http://wordpress.org/"
+msgstr "http://wordpress.org/"
+
+#: other-includes/wp-security-unlock-request.php:62
+msgid "User account not found!"
+msgstr "Gebruikersaccount niet gevonden!"
+
+#. Description of the plugin
+msgid "All round best WordPress security plugin!"
+msgstr "De beste all-round WordPress beveiligings-plug-in!"
+
+#: classes/wp-security-user-login.php:568
+msgid "Your session has expired because it has been over %d minutes since your last login."
+msgstr "Je sessie is verlopen omdat het al langer dan %d minuten geleden is sinds je voor het laatst bent ingelogd."
+
+#: classes/wp-security-file-scan.php:70
+msgid "Login to your site to view the scan details."
+msgstr "Login in op uw website om de scan te bekijken."
+
+#: admin/wp-security-whois-menu.php:120
+msgid "WHOIS lookup successfully completed. Please see the results below:"
+msgstr "WHOIS-lookup gelukt. Zie het resultaat hieronder:"
+
+#: classes/wp-security-file-scan.php:67
+msgid "A summary of the scan results is shown below:"
+msgstr "Een samenvatting van de scan staat hieronder:"
+
+#. Plugin URI of the plugin
+msgid "https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin"
+msgstr "https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin"
+
+#. Author URI of the plugin
+msgid "https://www.tipsandtricks-hq.com/"
+msgstr "https://www.tipsandtricks-hq.com/"
+
+#: other-includes/wp-security-unlock-request.php:76
+msgid "Error: No locked entry was found in the DB with your IP address range!"
+msgstr "Fout : er is geen vergrendelde invoer gevonden in de database met uw IP-adresbereik!"
+
+#: other-includes/wp-security-unlock-request.php:33
+msgid "ERROR: Unable to process your request!"
+msgstr "FOUT : kan uw aanvraag niet verwerken !"
+
+#: classes/wp-security-user-login.php:411
+msgid "After clicking the above link you will be able to login to the WordPress administration panel."
+msgstr "Nadat u op de bovenstaande link hebt geklikt, kunt u inloggen op het WordPress-beheerpaneel ."
+
+#: classes/wp-security-user-login.php:303
+msgid "Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user."
+msgstr "Log in op het WordPress administratiepanel van uw website om de duur van de lock-out te zien of om de gebruiker te ontgrendelen."
+
+#: classes/grade-system/wp-security-feature-item-manager.php:86
+msgid "Enable IP blocking for 404 detection"
+msgstr "IP-blokkering inschakelen voor 404-detectie"
+
+#: admin/wp-security-whois-menu.php:132
+msgid "You have entered an incorrectly formatted IP address or domain name. Please try again."
+msgstr "U hebt een onjuist geformatteerd IP-adres of een domeinnaam ingevoerd. Probeer het opnieuw."
+
+#: admin/wp-security-user-registration-menu.php:131
+msgid "This feature will automatically set a newly registered account to \"pending\" until the administrator activates it. Therefore undesirable registrants will be unable to log in without your express approval."
+msgstr "Met deze functie wordt automatisch een nieuw geregistreerd account ingesteld op \"In behandeling\" totdat de beheerder deze activeert. Ongewenste geregistreerden kunnen daarom niet inloggen zonder uw uitdrukkelijke toestemming."
+
+#: admin/wp-security-user-login-menu.php:413
+msgid "The information below can be handy if you need to do security investigations because it will show you the IP range, username and ID (if applicable) and the time/date of the failed login attempt."
+msgstr "Onderstaande informatie kan handig zijn om een veiligheidsonderzoek te doen, omdat het IP-bereik, gebruikersnaam en ID (indien van toepassing) en de tijd/datum van de mislukte login poging wordt getoond."
+
+#: admin/wp-security-user-login-menu.php:567
+msgid "The information below can be handy if you need to do security investigations because it will show you the last 50 recent login events by username, IP address and time/date."
+msgstr "Onderstaande informatie kan handig zijn bij een veiligheidsonderzoek, omdat het je de laatste 50 recente logingebeurtenissen gesorteerd op gebruikersnaam, IP-adres en datum/tijd laat zien."
+
+#: admin/wp-security-user-login-menu.php:628
+msgid "Nonce check failed for users logged in list!"
+msgstr "Nonce controle mislukt voor lijst ingelogde gebruikers!"
+
+#: admin/wp-security-user-registration-menu.php:130
+msgid "If your site allows people to create their own accounts via the WordPress registration form, then you can minimize SPAM or bogus registrations by manually approving each registration."
+msgstr "Als uw site mensen in staat stelt om hun eigen account via het WordPress registratieformulier aan te maken, dan kunt u spam of valse registraties minimaliseren door elke registratie handmatig goed te keuren."
+
+#: admin/wp-security-user-registration-menu.php:228
+msgid "Therefore, if you would like to add a captcha form to the registration page for a Multi Site, please go to \"Registration Captcha\" settings on the main site."
+msgstr "Daarom, als u een CAPTCHA-formulier wilt toe voegen aan de registratiepagina voor een multi-site, ga dan naar de \"registratie CAPTCHA\"-instellingen op de hoofd-site."
+
+#: admin/wp-security-user-login-menu.php:532
+msgid "Enable Force WP User Logout"
+msgstr "Aanzetten van geforceerde gebruiker-loguit"
+
+#: admin/wp-security-user-login-menu.php:539
+msgid "Logout the WP User After XX Minutes"
+msgstr "Log gebruikers uit na XX minuten"
+
+#: admin/wp-security-user-login-menu.php:653
+msgid "Currently Logged In Users"
+msgstr "Momenteel ingelogde gebruikers"
+
+#: admin/wp-security-user-registration-menu.php:220
+msgid "Registration Page Captcha Settings"
+msgstr "Registratiepagina captcha-instellingen"
+
+#: admin/wp-security-whois-menu.php:99
+msgid "Perform IP or Domain Lookup"
+msgstr "Zoek een IP of domein op"
+
+#: classes/wp-security-backup.php:241
+msgid " generated on"
+msgstr " gegenereerd op"
+
+#: classes/wp-security-file-scan.php:66
+msgid "A file change was detected on your system for site URL"
+msgstr "Een bestandswijziging is gevonden op jouw systeem voor site-URL"
+
+#: classes/wp-security-file-scan.php:323 classes/wp-security-file-scan.php:332
+#: classes/wp-security-file-scan.php:342
+msgid "modified on: "
+msgstr "bewerkt op: "
+
+#: classes/wp-security-utility-ip-address.php:176
+msgid "You cannot ban your own IP address: "
+msgstr "Je kan je eigen IP-adres niet blokkeren: "
+
+#: other-includes/wp-security-rename-login-feature.php:316
+msgid "ERROR : Enter a username or email address."
+msgstr "FOUT : Vul een gebruikersnaam of e-mailadres in."
+
+#: other-includes/wp-security-rename-login-feature.php:320
+msgid "ERROR : There is no user registered with that email address."
+msgstr "FOUT : Er is geen gebruiker geregistreerd met dit e-mailadres."
+
+#: other-includes/wp-security-rename-login-feature.php:341
+msgid "ERROR : Invalid username or email."
+msgstr "FOUT : Foutieve gebruikersnaam of e-mailadres."
+
+#: other-includes/wp-security-rename-login-feature.php:369
+msgid "If this was a mistake, just ignore this email and nothing will happen."
+msgstr "Als dit een fout was, kun je deze e-mail negeren en gebeurt er niets."
+
+#: other-includes/wp-security-rename-login-feature.php:404
+msgid "The email could not be sent."
+msgstr "De e-mail kon niet worden verzonden."
+
+#: other-includes/wp-security-rename-login-feature.php:580
+msgid "Please enter your username or email address. You will receive a link to create a new password via email."
+msgstr "Vul je gebruikersnaam of e-mailadres in. Je ontvangt dan een link waarmee je een nieuw wachtwoord kunt instellen via de e-mail."
+
+#: other-includes/wp-security-rename-login-feature.php:812
+msgid "Email"
+msgstr "E-mail"
+
+#: other-includes/wp-security-rename-login-feature.php:945
+msgid "You have logged in successfully."
+msgstr "Je bent succesvol ingelogd."
+
+#: other-includes/wp-security-rename-login-feature.php:990
+msgid "Check your email for the confirmation link."
+msgstr "Controleer je e-mail op de bevestigingslink."
+
+#: other-includes/wp-security-rename-login-feature.php:992
+msgid "Check your email for your new password."
+msgstr "Bekijk je e-mail voor je nieuwe wachtwoord."
+
+#: other-includes/wp-security-rename-login-feature.php:994
+msgid "Registration complete. Please check your email."
+msgstr "Registratie voltooid. Controleer je e-mail."
+
+#: other-includes/wp-security-unlock-request.php:50
+msgid "Please enter a valid email address"
+msgstr "Vul alsjeblieft een geldig e-mailadres in"
+
+#: other-includes/wp-security-unlock-request.php:111
+msgid "Email Address"
+msgstr "E-mailadres"
+
+#: admin/wp-security-user-registration-menu.php:132
+msgid "You can view all accounts which have been newly registered via the handy table below and you can also perform bulk activation/deactivation/deletion tasks on each account."
+msgstr "U kunt alle accounts bekijken die onlangs via de handige tabel hieronder geregistreerd zijn en je kunt ook bulk activeren / deactiveren / verwijderen van taken op elk account."
+
+#: admin/wp-security-user-registration-menu.php:227
+msgid "The core default behaviour for WordPress Multi Site regarding user registration is that all users are registered via the main site."
+msgstr "Het kern standaardgedrag voor WordPress multi-site met betrekking tot registratie als gebruiker is, dat alle gebruikers via de hoofdwebsite geregistreerd worden ."
+
+#: admin/wp-security-user-registration-menu.php:27
+msgid "Manual Approval"
+msgstr "Handmatige goedkeuring"
+
+#: admin/wp-security-user-registration-menu.php:122
+msgid "User Registration Settings"
+msgstr "Instellingen gebruikersregistratie"
+
+#: admin/wp-security-user-registration-menu.php:126
+msgid "Manually Approve New Registrations"
+msgstr "Nieuwe registraties handmatig goedkeuren"
+
+#: admin/wp-security-user-registration-menu.php:149
+msgid "Enable manual approval of new registrations"
+msgstr "Handmatig goedkeuren van nieuwe registraties aanzetten"
+
+#: admin/wp-security-user-registration-menu.php:161
+msgid "Approve Registered Users"
+msgstr "Goedkeuren geregistreerde gebruikers"
+
+#: classes/wp-security-utility-ip-address.php:104
+#: classes/wp-security-utility-ip-address.php:119
+#: classes/wp-security-utility-ip-address.php:138
+#: classes/wp-security-utility-ip-address.php:153
+#: classes/wp-security-utility-ip-address.php:168
+msgid " is not a valid ip address format."
+msgstr " is geen geldig IP-adres."
+
+#: admin/wp-security-user-login-menu.php:520
+msgid "Force User Logout Options"
+msgstr "Forceer gebruikeruitlogopties"
+
+#: classes/wp-security-backup.php:241
+msgid "Attached is your latest DB backup file for site URL"
+msgstr "Bijgevoegd is je laatste DB-back-upbestand van de site-URL"
+
+#: admin/wp-security-user-accounts-menu.php:34
+#: other-includes/wp-security-rename-login-feature.php:1040
+msgid "Password"
+msgstr "Wachtwoord"
+
+#: admin/wp-security-settings-menu.php:34
+msgid "Import/Export"
+msgstr "Import/Export"
+
+#: admin/wp-security-spam-menu.php:30
+msgid "BuddyPress"
+msgstr "BuddyPress"
+
+#: admin/wp-security-user-accounts-menu.php:229
+msgid "Password Strength"
+msgstr "Wachtwoordsterkte"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:53
+#: admin/wp-security-user-login-menu.php:30
+msgid "Force Logout"
+msgstr "Uitloggen forceren"
+
+#: admin/wp-security-user-accounts-menu.php:131
+msgid "Change Username"
+msgstr "Verander gebruikersnaam"
+
+#: admin/wp-security-user-accounts-menu.php:192
+msgid "No action required."
+msgstr "Geen actie nodig."
+
+#: admin/wp-security-user-accounts-menu.php:204
+msgid "Password Tool"
+msgstr "Wachtwoord-tool"
+
+#: admin/wp-security-user-accounts-menu.php:224
+msgid "1 sec"
+msgstr "1 seconde"
+
+#: admin/wp-security-user-accounts-menu.php:224
+msgid "to crack your password!"
+msgstr "om je wachtwoord te raden!"
+
+#: admin/wp-security-firewall-menu.php:760
+msgid "Prevent Hotlinking"
+msgstr "Hotlinken voorkomen"
+
+#: admin/wp-security-firewall-menu.php:1085
+msgid "Custom .htaccess Rules"
+msgstr "Aangepaste .htaccess-regels"
+
+#: admin/wp-security-firewall-menu.php:1089
+msgid "Enable Custom .htaccess Rules"
+msgstr "Aangepaste .htaccess-regels gebruiken"
+
+#: admin/wp-security-firewall-menu.php:1103
+msgid "Enter Custom .htaccess Rules:"
+msgstr "Vul aangepaste .htaccess-regels in:"
+
+#: admin/wp-security-firewall-menu.php:1112
+msgid "Save Custom Rules"
+msgstr "Aangepaste regels opslaan"
+
+#: admin/wp-security-list-registered-users.php:160
+#: admin/wp-security-list-registered-users.php:194
+msgid "Your account is now active"
+msgstr "Jouw account is nu actief"
+
+#: admin/wp-security-list-registered-users.php:161
+msgid "Your account with user ID:"
+msgstr "Jouw account met gebruikers-ID:"
+
+#: admin/wp-security-list-registered-users.php:178
+msgid "The selected accounts were approved successfully!"
+msgstr "De geselecteerd accounts zijn succesvol geaccepteerd!"
+
+#: admin/wp-security-maintenance-menu.php:116
+msgid "Enter a Message:"
+msgstr "Vul een bericht in:"
+
+#: admin/wp-security-misc-options-menu.php:29
+msgid "Frames"
+msgstr "Frames"
+
+#: admin/wp-security-settings-menu.php:167
+msgid "Backup .htaccess file"
+msgstr "Maak een back-up van je .htaccess-bestand"
+
+#: admin/wp-security-settings-menu.php:166
+msgid "Backup your database"
+msgstr "Maak een back-up van je database"
+
+#: admin/wp-security-settings-menu.php:168
+msgid "Backup wp-config.php file"
+msgstr "Maak een back-up van je wp-config.php-bestand"
+
+#: admin/wp-security-settings-menu.php:175
+msgid "Disable Security Features"
+msgstr "Veiligheidsopties uitzetten"
+
+#: admin/wp-security-settings-menu.php:185
+msgid "Disable All Security Features"
+msgstr "Alle veiligheidsopties uitzetten"
+
+#: admin/wp-security-settings-menu.php:275
+msgid "htaccess backup failed."
+msgstr "htaccess-back-up mislukt."
+
+#: admin/wp-security-firewall-menu.php:875
+msgid "404 Detection Configuration"
+msgstr "Configuratie 404-detectie"
+
+#: admin/wp-security-user-accounts-menu.php:32
+msgid "WP Username"
+msgstr "WP-gebruikersnaam"
+
+#: admin/wp-security-user-accounts-menu.php:33
+msgid "Display Name"
+msgstr "Schermnaam"
+
+#: admin/wp-security-user-accounts-menu.php:89
+msgid "Admin User Security"
+msgstr "Administrator-beveiliging"
+
+#: admin/wp-security-user-accounts-menu.php:127
+msgid "Choose a new username for admin."
+msgstr "Kies een nieuwe gebruikersnaam voor admin."
+
+#: admin/wp-security-user-accounts-menu.php:125
+msgid "New Admin Username"
+msgstr "Nieuwe admin-gebruikersnaam"
+
+#: classes/grade-system/wp-security-feature-item-manager.php:36
+#: admin/wp-security-user-accounts-menu.php:111
+msgid "Change Admin Username"
+msgstr "Verander admin-gebruikersnaam"
+
+#: admin/wp-security-user-accounts-menu.php:102
+msgid "List of Administrator Accounts"
+msgstr "Lijst van administrator-accounts"
+
+#: admin/wp-security-user-accounts-menu.php:215
+msgid "Password Strength Tool"
+msgstr "Wachtwoordsterkte-tool"
+
+#: admin/wp-security-user-accounts-menu.php:220
+msgid "Start typing a password."
+msgstr "Type een wachtwoord."
+
+#: admin/wp-security-user-accounts-menu.php:309
+msgid "Username Successfully Changed!"
+msgstr "Gebruikersnaam veranderd!"
+
+#: admin/wp-security-list-registered-users.php:195
+msgid "Your account with username: "
+msgstr "Jouw account met gebruikersnaam: "
+
+#: admin/wp-security-spam-menu.php:28
+msgid "Comment SPAM"
+msgstr "Reactie SPAM"
+
+#: admin/wp-security-firewall-menu.php:961
+msgid "404 Event Logs"
+msgstr "404-logs"
+
+#: admin/wp-security-user-login-menu.php:234
+msgid "Brute Force Login Attack"
+msgstr "Brute Force loginaanval"
+
+#: admin/wp-security-misc-options-menu.php:101
+msgid "Disable The Ability To Copy Text"
+msgstr "Tekst kopiëren uitschakelen"
+
+#: admin/wp-security-user-login-menu.php:241
+msgid "Login Lockdown Options"
+msgstr "Opties loginblokkade"
+
+#: admin/wp-security-firewall-menu.php:1107
+msgid "Enter your custom .htaccess rules/directives."
+msgstr "Vul jouw eigen .htaccess-regels in."
+
+#: admin/wp-security-user-login-menu.php:278
+msgid "Time Length of Lockout (min)"
+msgstr "Tijdsduur van de blokkade (min)"
+
+#: admin/wp-security-user-login-menu.php:230
+msgid "Login Lockdown Configuration"
+msgstr "Configuratie login-blokkade"
+
+#: admin/wp-security-user-accounts-menu.php:177
+msgid "Click on the link to edit the settings of that particular user account"
+msgstr "Klik op de link om de instellingen aan te passen voor een bepaald account"
+
+#: admin/wp-security-user-accounts-menu.php:176
+msgid "Your site currently has the following accounts which have an identical login name and display name."
+msgstr "Bij de volgende gebruikers op jouw site zijn de schermnaam en de gebruikersnaam hetzelfde."
+
+#: admin/wp-security-user-accounts-menu.php:193
+msgid "Your site does not have a user account where the display name is identical to the username."
+msgstr "Jouw site heeft geen gebruikers waar het schermnaam identiek is aan de gebruikersnaam."
+
+#: admin/wp-security-user-accounts-menu.php:155
+msgid "Display Name Security"
+msgstr "Weergavenaam beveiliging"
+
+#: admin/wp-security-user-accounts-menu.php:143
+msgid "This is good security practice."
+msgstr "Dit is goede beveiliging."
+
+#: admin/wp-security-user-accounts-menu.php:158
+msgid "When you submit a post or answer a comment, WordPress will usually display your \"nickname\"."
+msgstr "Als je een bericht of reactie plaatst zal WordPress automatisch jouw gebruikersnaam weergeven."
+
+#: admin/wp-security-user-accounts-menu.php:159
+msgid "By default the nickname is set to the login (or user) name of your account."
+msgstr "Standaard is de schermnaam hetzelfde als de gebruikersnaam van je account."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:195
-#: admin/wp-security-user-login-menu.php:25
-#: classes/grade-system/wp-security-feature-item-manager.php:42
-msgid "Login Lockdown"
-msgstr "Login slot"
+#: admin/wp-security-user-accounts-menu.php:160
+msgid "From a security perspective, leaving your nickname the same as your user name is bad practice because it gives a hacker at least half of your account's login credentials."
+msgstr "Voor beveiliging is het slecht om je schermnaam hetzelfde te laten als je gebruikersnaam omdat het een hacker de helft van je inloggegevens geeft."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:210
-msgid "File Permission"
-msgstr "Bestandsmachtiging"
+#: admin/wp-security-user-accounts-menu.php:133
+msgid "NOTE: If you are currently logged in as \"admin\" you will be automatically logged out after changing your username and will be required to log back in."
+msgstr "LET OP: Als je momenteel ingelogd bent als \"admin\" zal je uitgelogd worden na het wijzigen van je gebruikersnaam en opnieuw moeten inloggen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:225
-msgid "Basic Firewall"
-msgstr "Basis Firewall"
+#: admin/wp-security-user-accounts-menu.php:95
+msgid "This feature will allow you to change your default \"admin\" user name to a more secure name of your choosing."
+msgstr "Hiermee kan je de standaard \"admin\"-gebruikersnaam wijzigen naar een veiligere naam."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:482
-msgid "Last 5 Logins"
-msgstr "Laatste 5 logins"
+#: admin/wp-security-user-accounts-menu.php:93
+msgid "A lot of hackers try to take advantage of this information by attempting \"Brute Force Login Attacks\" where they repeatedly try to guess the password by using \"admin\" for username."
+msgstr "Veel hackers maken hier gebruik van met \"Brute Force loginaanvallen\" waarbij continu wordt geprobeerd in te loggen met de gebruikersnaam \"admin\"."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:257
-msgid "No data found!"
-msgstr "Geen data gevonden!"
+#: admin/wp-security-spam-menu.php:478
+msgid "Enable Captcha On BuddyPress Registration Form"
+msgstr "Gebruik captcha voor BuddyPress registratieformulier"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:261
-msgid "Last 5 logins summary:"
-msgstr "Samenvatting laatste 5 logins:"
+#: admin/wp-security-spam-menu.php:481
+msgid "Check this if you want to insert a captcha field on the BuddyPress registration forms"
+msgstr "Vink dit aan als je een captcha-veld wilt toevoegen aan het BuddyPress-registratieformulier"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:486
-msgid "Brute Force Prevention Login Page"
-msgstr "Inlogpagina brute force-preventie"
+#: admin/wp-security-spam-menu.php:490
+msgid "BuddyPress is not active! In order to use this feature you will need to have BuddyPress installed and activated."
+msgstr "BuddyPress is niet actief! Om deze optie gebruiken moet BuddyPress geïnstalleerd en geactiveerd zijn."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:265
-msgid "User"
-msgstr "Gebruiker"
+#: admin/wp-security-user-accounts-menu.php:92
+msgid "By default, WordPress sets the administrator username to \"admin\" at installation time."
+msgstr "Standaard gebruikt WordPress \"admin\" als gebruikersnaam."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:266
-msgid "Date"
-msgstr "Datum"
+#: admin/wp-security-user-accounts-menu.php:94
+msgid "From a security perspective, changing the default \"admin\" user name is one of the first and smartest things you should do on your site."
+msgstr "Voor beveiliging is het veranderen van de \"admin\"-gebruikersnaam een van de eerste en slimste dingen om te doen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:267
-msgid "IP"
-msgstr "IP"
+#: admin/wp-security-spam-menu.php:401
+msgid "Find IP Addresses"
+msgstr "Zoek IP-adressen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:288
-msgid "Maintenance Mode Status"
-msgstr "Status Onderhoudsmodus"
+#: admin/wp-security-spam-menu.php:405
+msgid "SPAMMER IP Address Results"
+msgstr "SPAMMER IP-adres resultaten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:292
-msgid "Maintenance mode is currently enabled. Remember to turn it off when you are done"
-msgstr "Onderhoudsmodus is momenteel ingeschakeld. Vergeet niet om het uit te schakelen als je klaar bent"
+#: admin/wp-security-settings-menu.php:523
+msgid "WP Generator Meta Info"
+msgstr "WP Generator meta-info"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:295
-msgid "Maintenance mode is currently off."
-msgstr "De onderhoudsmodus is momenteel uitgeschakeld."
+#: admin/wp-security-settings-menu.php:535
+msgid "Remove WP Generator Meta Info"
+msgstr "Verwijder WP Generator meta-info"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:299
-msgid "Maintenance Mode"
-msgstr "Onderhoudsstand"
+#: admin/wp-security-settings-menu.php:470
+msgid "Restore wp-config File"
+msgstr "Herstel wp-config-bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:321
-msgid "Cookie Based Brute Prevention"
-msgstr "Op cookies gebaseerde brute preventie"
+#: admin/wp-security-settings-menu.php:447
+msgid "Backup wp-config.php File"
+msgstr "Backup wp-config.php-bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:324
-msgid "Cookie-Based Brute Force"
-msgstr "Op cookies gebaseerde brute kracht"
+#: admin/wp-security-settings-menu.php:368
+msgid "Restore .htaccess File"
+msgstr "Herstel .htaccess-bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:328
-#: admin/wp-security-dashboard-menu.php:356
-#, php-format
-msgid "The %s feature is currently active."
-msgstr "De %s functie is momenteel actief."
+#: admin/wp-security-settings-menu.php:159
+msgid "WP Security Plugin"
+msgstr "WP Beveiligingsplugin"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:329
-#: admin/wp-security-dashboard-menu.php:357
-msgid "Your new WordPress login URL is now:"
-msgstr "Uw nieuwe WordPress inlog-URL is nu:"
+#: admin/wp-security-misc-options-menu.php:164
+msgid "Enable iFrame Protection"
+msgstr "Gebruik iFrame-bescherming"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:389
-#: admin/wp-security-user-login-menu.php:29
-msgid "Logged In Users"
-msgstr "Ingelogde gebruikers"
+#: admin/wp-security-firewall-menu.php:996
+#: admin/wp-security-firewall-menu.php:1005
+msgid "Delete All 404 Event Logs"
+msgstr "Verwijder alle logbestanden van 404-evenementen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:399
-msgid "Number of users currently logged in site-wide is:"
-msgstr "Het aantal gebruikers dat momenteel op de hele site is ingelogd, is:"
+#: admin/wp-security-user-login-menu.php:31
+#: admin/wp-security-user-login-menu.php:572
+msgid "Account Activity Logs"
+msgstr "Accountactiviteitenlogboek"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:400
-#: admin/wp-security-dashboard-menu.php:422
-#: admin/wp-security-dashboard-menu.php:450
-#, php-format
-msgid "Go to the %s menu to see more details"
-msgstr "Ga naar het %s menu voor meer details"
+#: admin/wp-security-user-login-menu.php:235
+msgid "Apart from choosing strong passwords, monitoring and blocking IP addresses which are involved in repeated login failures in a short period of time is a very effective way to stop these types of attacks."
+msgstr "Afgezien van het kiezen van sterke wachtwoorden is het controleren en blokkeren van IP-adressen die in korte tijd betrokken zijn bij herhaalde inlogproblemen, een zeer effectieve manier om dit soort aanvallen te stoppen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:405
-msgid "There are no other site-wide users currently logged in."
-msgstr "Er zijn momenteel geen andere gebruikers op de hele site ingelogd."
+#: admin/wp-security-user-login-menu.php:234
+msgid "This is where attackers use repeated login attempts until they guess the password."
+msgstr "Dit is waar aanvallers herhaalde inlogpogingen gebruiken totdat ze het wachtwoord raden ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:421
-msgid "Number of users currently logged into your site (including you) is:"
-msgstr "Het aantal gebruikers dat momenteel op uw site is ingelogd (inclusief uzelf) is:"
+#: admin/wp-security-user-login-menu.php:234
+msgid "One of the ways hackers try to compromise sites is via a "
+msgstr "Een van de manieren waarop hackers proberen sites te compromitteren is via een "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:427
-msgid "There are no other users currently logged in."
-msgstr "Er zijn momenteel geen andere gebruikers die ingelogd zijn."
+#: admin/wp-security-user-login-menu.php:107
+msgid "You entered a non numeric value for the login retry time period field. It has been set to the default value."
+msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld Opnieuw aanmelden tijdsperiode. Het is ingesteld op de standaardwaarde."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:444
-msgid "There are no IP addresses currently locked out."
-msgstr "Er zijn momenteel geen IP-adressen geblokkeerd."
+#: admin/wp-security-user-login-menu.php:100
+msgid "You entered a non numeric value for the max login attempts field. It has been set to the default value."
+msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld Max. loginpogingen. Het is ingesteld op de standaardwaarde."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:449
-msgid "Number of temporarily locked out IP addresses: "
-msgstr "Aantal tijdelijk geblokkeerde IP-adressen: "
+#: admin/wp-security-user-accounts-menu.php:298
+msgid "You entered an invalid username. Please enter another value. "
+msgstr "U hebt een ongeldige gebruikersnaam ingevoerd. Voer een andere waarde in. "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:465
-msgid "We are working hard to make your WordPress site more secure. Please support us, here is how:"
-msgstr "We doen er alles aan om uw WordPress-site veiliger te maken. Steun ons alsjeblieft, hieronder ziet u hoe:"
+#: admin/wp-security-user-accounts-menu.php:269
+msgid "The database update operation of the user account failed!"
+msgstr "De database-update van het gebruikersaccount is mislukt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:489
-msgid "Site Info"
-msgstr "Site informatie"
+#: admin/wp-security-user-accounts-menu.php:223
+msgid "It would take a desktop PC approximately"
+msgstr "Het zou ongeveer een desktop-pc kosten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:491
-msgid "Plugin Version"
-msgstr "Plugin-versie"
+#: admin/wp-security-user-accounts-menu.php:209
+msgid "The longer and more complex your password is the harder it is for hackers to \"crack\" because more complex passwords require much greater computing power and time."
+msgstr "Hoe langer en complexer uw wachtwoord is, hoe moeilijker het voor hackers is om te \"kraken\", omdat meer complexe wachtwoorden veel meer rekenkracht en tijd vereisen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:492
-msgid "WP Version"
-msgstr "WP-versie"
+#: admin/wp-security-user-accounts-menu.php:208
+msgid "Many people fall into the trap of using a simple word or series of numbers as their password. Such a predictable and simple password would take a competent hacker merely minutes to guess your password by using a simple script which cycles through the easy and most common combinations."
+msgstr "Veel mensen raken in de val van het gebruik van een simpel woord of een reeks cijfers als wachtwoord . Een dergelijk voorspelbaar en eenvoudig wachtwoord zou een bekwame hacker slechts enkele minuten kosten om uw wachtwoord te raden met behulp van een eenvoudig script dat door de eenvoudige en meest gebruikelijke combinaties loopt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:494
-#: admin/wp-security-dashboard-menu.php:496
-#: admin/wp-security-dashboard-menu.php:592
-msgid "Version"
-msgstr "Versie"
+#: admin/wp-security-user-accounts-menu.php:207
+msgid "Poor password selection is one of the most common weak points of many sites and is usually the first thing a hacker will try to exploit when attempting to break into your site."
+msgstr "Slechte wachtwoordselectie is een van de meest voorkomende zwakke punten van veel sites en is meestal het eerste wat een hacker probeert te misbruiken wanneer hij probeert in te breken op uw site ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:495
-msgid "Table Prefix"
-msgstr "Tabelvoorvoegsel"
+#: admin/wp-security-maintenance-menu.php:92
+msgid "Site lockout feature settings saved!"
+msgstr "Locatie lockout-functie-instellingen opgeslagen!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:497
-msgid "Session Save Path"
-msgstr "Sessie Opslaan Pad"
+#: admin/wp-security-maintenance-menu.php:25
+msgid "Visitor Lockout"
+msgstr "Vergrendeling van bezoekers"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:499
-msgid "Server Name"
-msgstr "Server naam"
+#: admin/wp-security-list-registered-users.php:247
+msgid "The selected account was deleted successfully!"
+msgstr "Het geselecteerde account is succesvol verwijderd!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:500
-msgid "Cookie Domain"
-msgstr "Cookie-domein"
+#: admin/wp-security-list-registered-users.php:231
+msgid "The selected accounts were deleted successfully!"
+msgstr "De geselecteerde accounts zijn succesvol verwijderd!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:501
-msgid "Library Present"
-msgstr "Bibliotheek aanwezig"
+#: admin/wp-security-list-registered-users.php:190
+msgid "The selected account was approved successfully!"
+msgstr "Het geselecteerde account is succesvol goedgekeurd !"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:502
-msgid "Debug File Write Permissions"
-msgstr "Foutopsporingsbestanden Schrijfrechten"
+#: admin/wp-security-list-registered-users.php:182
+msgid "The following accounts failed to update successfully: "
+msgstr "De volgende accounts konden niet succesvol worden bijgewerkt: "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:506
-msgid "PHP Info"
-msgstr "PHP informatie"
+#: admin/wp-security-list-login-fails.php:137
+msgid "Nonce check failed for delete failed login record operation!"
+msgstr "Controle nonce is mislukt voor verwijderen mislukt inloggen bewerking!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:508
-msgid "PHP Version"
-msgstr "PHP versie"
+#: admin/wp-security-list-comment-spammer-ip.php:201
+msgid "The .htaccess file was successfully modified to include the selected IP addresses."
+msgstr "Het .htaccess-bestand is met succes gewijzigd om de geselecteerde IP-adressen op te nemen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:509
-msgid "PHP Memory Usage"
-msgstr "PHP Geheugengebruik"
+#: admin/wp-security-list-comment-spammer-ip.php:193
+msgid "The selected IP addresses were saved in the blacklist configuration settings."
+msgstr "De geselecteerde IP-adressen zijn opgeslagen in de configuratie-instellingen van de zwarte lijst."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:510
-msgid " MB"
-msgstr " MB"
+#: admin/wp-security-list-login-fails.php:145
+#: admin/wp-security-list-acct-activity.php:146
+msgid "The selected entry was deleted successfully!"
+msgstr "Het geselecteerde item is succesvol verwijderd!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:516
-#: admin/wp-security-dashboard-menu.php:524
-#: admin/wp-security-dashboard-menu.php:532
-#: admin/wp-security-dashboard-menu.php:574
-msgid "N/A"
-msgstr "N/A"
+#: admin/wp-security-list-404.php:259
+msgid "Nonce check failed for delete selected 404 event logs operation!"
+msgstr "Controle nonce is mislukt voor het verwijderen van de geselecteerde 404-eventlogs!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:519
-msgid "PHP Memory Limit"
-msgstr "PHP Geheugenlimiet"
+#: admin/wp-security-list-404.php:219
+msgid "The selected IP addresses have been added to the blacklist and will be permanently blocked!"
+msgstr "De geselecteerde IP-adressen zijn toegevoegd aan de zwarte lijst en worden permanent geblokkeerd !"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:527
-msgid "PHP Max Upload Size"
-msgstr "PHP Maximale uploadgrootte"
+#: admin/wp-security-list-404.php:174
+msgid "The selected entry is not a valid IP address!"
+msgstr "Het geselecteerde item is geen geldig IP-adres!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:535
-msgid "PHP Max Post Size"
-msgstr "PHP Max. Berichtgrootte"
+#: admin/wp-security-list-404.php:172
+msgid "The selected IP address is now temporarily blocked!"
+msgstr "Het geselecteerde IP-adres is nu tijdelijk geblokkeerd !"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:538
-#: admin/wp-security-dashboard-menu.php:546
-#: admin/wp-security-dashboard-menu.php:555
-#: admin/wp-security-dashboard-menu.php:563
-msgid "On"
-msgstr "Aan"
+#: admin/wp-security-list-404.php:167
+msgid "The selected IP addresses are now temporarily blocked!"
+msgstr "De geselecteerde IP-adressen zijn nu tijdelijk geblokkeerd !"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:540
-#: admin/wp-security-dashboard-menu.php:548
-#: admin/wp-security-dashboard-menu.php:557
-#: admin/wp-security-dashboard-menu.php:565
-msgid "Off"
-msgstr "Uit"
+#: admin/wp-security-list-404.php:158 admin/wp-security-list-404.php:196
+msgid "Could not process the request because the IP addresses for the selected entries could not be found!"
+msgstr "Kon de aanvraag niet verwerken omdat de IP-adressen voor de geselecteerde items niet konden worden gevonden!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:543
-msgid "PHP Safe Mode"
-msgstr "PHP Veilige modus"
+#: admin/wp-security-firewall-menu.php:1092
+msgid "Check this if you want to enable custom rules entered in the text box below"
+msgstr "Selecteer dit als u aangepaste regels wilt inschakelen die zijn ingevoerd in het onderstaande tekstvak"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:551
-msgid "PHP Allow URL fopen"
-msgstr "PHP Toestaan URL fopen"
+#: admin/wp-security-firewall-menu.php:934
+msgid "Time Length of 404 Lockout (min)"
+msgstr "Tijdsduur van 404-lockout (min)"
-# @ default
-#: admin/wp-security-dashboard-menu.php:560
-msgid "PHP Allow URL Include"
-msgstr "PHP Toestaan URL op te nemen"
+#: admin/wp-security-firewall-menu.php:950
+msgid "404 Lockout Redirect URL"
+msgstr "404-vergrendeling voor redirectie URL"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:568
-msgid "PHP Display Errors"
-msgstr "PHP Fouten weergeven"
+#: admin/wp-security-firewall-menu.php:941
+msgid "You can lock any IP address which is recorded in the \"404 Event Logs\" table section below."
+msgstr "U kunt elk IP-adres vergrendelen dat is vastgelegd in het onderstaande tabelgedeelte \"404 Event Logs\"."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:577
-msgid "PHP Max Script Execution Time"
-msgstr "PHP Max script uitvoeringstijd"
+#: admin/wp-security-user-login-menu.php:255
+msgid "Check this if you want to enable the login lockdown feature and apply the settings below"
+msgstr "Selecteer dit als u de functie voor het vergrendelen van inloggegevens wilt inschakelen en de onderstaande instellingen wilt toepassen"
-# @ default
-#: admin/wp-security-dashboard-menu.php:577
-msgid "Seconds"
-msgstr "Seconden"
+#: admin/wp-security-spam-menu.php:468
+msgid "Adding a captcha field in the registration form is a simple way of greatly reducing SPAM signups from bots without using .htaccess rules."
+msgstr "Het toevoegen van een captcha-veld in het registratieformulier is een eenvoudige manier om SPAM-registraties van bots te verminderen zonder de .htaccess-regels te gebruiken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:581
-msgid "Active Plugins"
-msgstr "Actieve plug-ins"
+#: admin/wp-security-spam-menu.php:179
+msgid "A legitimate comment is one which is submitted by a human who physically fills out the comment form and clicks the submit button. For such events, the HTTP_REFERRER is always set to your own domain."
+msgstr "Een legitieme opmerking is een opmerking die wordt ingediend door een persoon die het opmerkingenformulier fysiek invult en op de knop Verzenden klikt. Voor dergelijke gebeurtenissen is de HTTP_REFERRER altijd ingesteld op uw eigen domein."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:591
-#: admin/wp-security-filesystem-menu.php:130
-#: admin/wp-security-filesystem-menu.php:149
-msgid "Name"
-msgstr "Naam"
+#: admin/wp-security-spam-menu.php:178
+msgid "This feature will implement a firewall rule to block all comment attempts which do not originate from your domain."
+msgstr "Met deze functie wordt een firewall-regel geïmplementeerd om alle opmerkingen te blokkeren die niet afkomstig zijn uit uw domein."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:593
-msgid "Plugin URL"
-msgstr "Plugin URL"
+#: admin/wp-security-spam-menu.php:174
+msgid "Check this if you want to apply a firewall rule which will block comments originating from spambots."
+msgstr "Selecteer dit als u een firewall-regel wilt toepassen die opmerkingen afkomstig van spambots blokkeert."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-dashboard-menu.php:629
-msgid "Currently Locked Out IP Addresses and Ranges"
-msgstr "Momenteel geblokkeerde IP-adressen en bereiken"
+#: admin/wp-security-spam-menu.php:154
+msgid "In other words, if the comment was not submitted by a human who physically submitted the comment on your site, the request will be blocked."
+msgstr "Met andere woorden, als de reactie niet werd ingediend door een mens die fysiek de reactie op uw website plaatste, zal het verzoek worden geblokkeerd ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:26
-#: admin/wp-security-database-menu.php:31
-#: classes/grade-system/wp-security-feature-item-manager.php:62
-msgid "DB Backup"
-msgstr "DB Backup"
+#: admin/wp-security-spam-menu.php:153
+msgid "This feature will greatly minimize the useless and unecessary traffic and load on your server resulting from SPAM comments by blocking all comment requests which do not originate from your domain."
+msgstr "Deze functie zal sterk het nutteloze en onnodige verkeer en de belasting van uw server, als gevolg van SPAM-reacties, minimaliseren, door het blokkeren van alle commentaarverzoeken die niet afkomstig zijn van uw domein."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:30
-#: classes/grade-system/wp-security-feature-item-manager.php:60
-msgid "DB Prefix"
-msgstr "DB Prefix"
+#: admin/wp-security-spam-menu.php:152
+msgid "A large portion of WordPress blog comment SPAM is mainly produced by automated bots and not necessarily by humans. "
+msgstr "Een groot deel van WordPress blog commentaar SPAM wordt voornamelijk geproduceerd door geautomatiseerde bots en niet noodzakelijk door mensen. "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:93
-msgid "Nonce check failed for DB prefix change operation!"
-msgstr "Controle nonce is mislukt voor wijziging DB-voorvoegsel!"
+#: admin/wp-security-spam-menu.php:148
+msgid "Block Spambot Comments"
+msgstr "Spambot-opmerkingen blokkeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:101
-msgid "The plugin has detected that it cannot write to the wp-config.php file. This feature can only be used if the plugin can successfully write to the wp-config.php file."
-msgstr "De plug-in heeft gedetecteerd dat het niet naar het bestand wp-config.php kan schrijven. Deze functie kan alleen worden gebruikt als de plug-in succesvol kan schrijven naar het bestand wp-config.php."
+#: admin/wp-security-spam-menu.php:129
+msgid "Adding a captcha field in the comment form is a simple way of greatly reducing SPAM comments from bots without using .htaccess rules."
+msgstr "Het toevoegen van een captcha-veld in het reactieformulier is een eenvoudige manier om SPAM-opmerkingen van bots te verminderen zonder de .htaccess-regels te gebruiken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:114
-msgid "Please enter a value for the DB prefix."
-msgstr "Voer een waarde in voor de DB-prefix."
+#: admin/wp-security-settings-menu.php:705
+msgid "Copy/Paste Import Data"
+msgstr "Importeer gegevens en plak ze"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:123
-msgid "ERROR : The table prefix can only contain numbers, letters, and underscores."
-msgstr "FOUT : het voorvoegsel van de tabel mag alleen cijfers, letters en onderstrepingstekens bevatten."
+#: admin/wp-security-settings-menu.php:699
+msgid "After selecting your file, click the button below to apply the settings to your site."
+msgstr "Nadat u uw bestand hebt geselecteerd, klikt u op de onderstaande knop om de instellingen op uw site toe te passen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:131
-msgid "Change Database Prefix"
-msgstr "Wijzig database Prefix"
+#: admin/wp-security-settings-menu.php:324
+msgid "Your \".htaccess\" file is a key component of your website's security and it can be modified to implement various levels of protection mechanisms."
+msgstr "Uw \".htaccess\"-bestand is een belangrijk onderdeel van de beveiliging van uw website en het kan worden gewijzigd om verschillende niveaus van beveiligingsmechanismen te implementeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:134
-msgid "Your WordPress DB is the most important asset of your website because it contains a lot of your site's precious information."
-msgstr "Uw WordPress DB is het belangrijkste bezit van uw website omdat deze veel waardevolle informatie van uw site bevat."
+#: admin/wp-security-settings-menu.php:325
+msgid "This feature allows you to backup and save your currently active .htaccess file should you need to re-use the the backed up file in the future."
+msgstr "Met deze functie kunt u een back-up maken en uw momenteel actieve .htaccess-bestand opslaan als u het back-upbestand in de toekomst opnieuw moet gebruiken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:135
-msgid "The DB is also a target for hackers via methods such as SQL injections and malicious and automated code which targets certain tables."
-msgstr "De DB is ook een doelwit voor hackers via methoden zoals SQL-injecties en schadelijke en geautomatiseerde code die op bepaalde tabellen is gericht."
+#: admin/wp-security-settings-menu.php:326
+msgid "You can also restore your site's .htaccess settings using a backed up .htaccess file."
+msgstr "U kunt ook de .htaccess-instellingen van uw site herstellen met behulp van een .htaccess-bestand waarvan een back-up is gemaakt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:136
-msgid "One way to add a layer of protection for your DB is to change the default WordPress table prefix from \"wp_\" to something else which will be difficult for hackers to guess."
-msgstr "Een manier om een beveiligingslaag toe te voegen voor uw DB is het standaard WordPress-tabelprefix van 'wp_' te wijzigen in iets anders dat moeilijk te raden is voor hackers."
+#: admin/wp-security-settings-menu.php:345
+msgid "Click the button below to backup and save the currently active .htaccess file."
+msgstr "Klik op de onderstaande knop om een back-up te maken van het momenteel actieve .htaccess-bestand en het op te slaan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:137
-msgid "This feature allows you to easily change the prefix to a value of your choice or to a random value set by this plugin."
-msgstr "Met deze functie kunt u eenvoudig het voorvoegsel wijzigen in een waarde naar keuze of een willekeurige waarde instellen door deze plug-in."
+#: admin/wp-security-settings-menu.php:362
+msgid "After selecting your file, click the button below to restore your site using the backed up htaccess file (htaccess_backup.txt)."
+msgstr "Na het selecteren van uw bestand, klikt u op de onderstaande knop om uw site te herstellen met behulp van het back-up htaccess-bestand (htaccess_backup.txt)."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:143
-msgid "DB Prefix Options"
-msgstr "DB Prefix-opties"
+#: admin/wp-security-settings-menu.php:693
+msgid "Import File"
+msgstr "Importeer bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:154
-#, php-format
-msgid "It is recommended that you perform a %s before using this feature"
-msgstr "Het wordt aanbevolen dat u een %s uitvoert voordat u deze functie gebruikt"
+#: admin/wp-security-settings-menu.php:692
+msgid "Use this section to import your All In One WP Security & Firewall settings from a file. Alternatively, copy/paste the contents of your import file into the textarea below."
+msgstr "Gebruik dit gedeelte om uw All In One WP Security & Firewall-instellingen uit een bestand te importeren . Of kopieer en plak de inhoud van uw importbestand in het onderstaande tekstgebied."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:163
-msgid "Current DB Table Prefix"
-msgstr "Huidige DB-tabelprefix"
+#: admin/wp-security-settings-menu.php:679
+msgid "To export your All In One WP Security & Firewall settings click the button below."
+msgstr "Klik op de onderstaande knop om uw All In One WP Security & Firewall-instellingen te exporteren ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:169
-msgid ""
-"Your site is currently using the default WordPress DB prefix value of \"wp_\". \n"
-" To increase your site's security you should consider changing the DB prefix value to another value."
-msgstr ""
-"Uw site gebruikt momenteel de standaard WordPress DB-prefixwaarde \"wp_\".\n"
-" Als u de beveiliging van uw site wilt verhogen, kunt u overwegen de DB-prefixwaarde te wijzigen in een andere waarde."
+#: admin/wp-security-settings-menu.php:667
+msgid "For Example: If a settings item relies on the domain URL then it may not work correctly when imported into a site with a different domain."
+msgstr "Voorbeeld: als een instellingsitem afhankelijk is van de domein-URL, werkt deze mogelijk niet correct als deze wordt geïmporteerd in een site met een ander domein."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:176
-msgid "Generate New DB Table Prefix"
-msgstr "Genereer een nieuwe DB-tabelprefix"
+#: admin/wp-security-settings-menu.php:666
+msgid "NOTE: Before importing, it is your responsibility to know what settings you are trying to import. Importing settings blindly can cause you to be locked out of your site."
+msgstr "OPMERKING: Voordat u importeert, is het uw verantwoordelijkheid om te weten welke instellingen u probeert te importeren. Het importeren van instellingen blindelings kan ertoe leiden dat u om te worden uitgesloten van uw website ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:179
-msgid "Check this if you want the plugin to generate a random 6 character string for the table prefix"
-msgstr "Schakel dit selectievakje in als u wilt dat de plug-in een willekeurige tekenreeks van 6 tekens genereert voor het voorvoegsel van de tabel"
+#: admin/wp-security-settings-menu.php:665
+msgid "This can be handy if you wanted to save time by applying the settings from one site to another site."
+msgstr "Dit kan handig zijn als u tijd wilt besparen door de instellingen van de ene site naar een andere site toe te passen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:180
-msgid "OR"
-msgstr "OF"
+#: admin/wp-security-settings-menu.php:664
+msgid "This section allows you to export or import your All In One WP Security & Firewall settings."
+msgstr "In dit gedeelte kunt u uw All In One WP Security & Firewall-instellingen exporteren of importeren ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:182
-msgid "Choose your own DB prefix by specifying a string which contains letters and/or numbers and/or underscores. Example: xyz_"
-msgstr "Kies uw eigen DB-voorvoegsel door een tekenreeks op te geven die letters en / of cijfers en / of onderstrepingstekens bevat. Voorbeeld: xyz_"
+#: admin/wp-security-settings-menu.php:661
+msgid "Export or Import Your AIOWPS Settings"
+msgstr "Exporteer of importeer uw AIOWPS-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:186
-msgid "Change DB Prefix"
-msgstr "Wijzig DB-prefix"
+#: admin/wp-security-settings-menu.php:644
+msgid "The contents of your settings file appear invalid. Please check the contents of the file you are trying to import settings from."
+msgstr "De inhoud van uw instellingenbestand lijkt ongeldig. Controleer de inhoud van het bestand waarvan u de instellingen probeert te importeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:207
-#: admin/wp-security-filesystem-menu.php:86
-msgid "Nonce check failed for manual DB backup operation!"
-msgstr "Nonce check mislukt voor handmatige DB backup-bewerking!"
+#: admin/wp-security-settings-menu.php:629
+msgid "Your AIOWPS settings were successfully imported via text entry."
+msgstr "Uw AIOWPS-instellingen zijn met succes geïmporteerd via tekstinvoer."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:224
-msgid "DB Backup was successfully completed! You will receive the backup file via email if you have enabled \"Send Backup File Via Email\", otherwise you can retrieve it via FTP from the following directory:"
-msgstr "DB Backup is succesvol afgerond! U ontvangt het back-upbestand per e-mail als u \"Stuurbestand via e-mail verzenden\" hebt ingeschakeld, anders kunt u het via FTP ophalen uit de volgende map:"
+#: admin/wp-security-settings-menu.php:626
+msgid "Your AIOWPS settings were successfully imported. The file you uploaded was also deleted for security purposes because it contains security settings details."
+msgstr "Uw AIOWPS-instellingen zijn succesvol geïmporteerd. Het bestand dat u hebt geüpload, is ook om veiligheidsredenen verwijderd omdat het beveiligingsinstellingen bevat."
-# @ default
-#: admin/wp-security-database-menu.php:226
-msgid "Your DB Backup File location: "
-msgstr "Uw DB Backup File-locatie: "
+#: admin/wp-security-settings-menu.php:624
+msgid "The deletion of the import file failed. Please delete this file manually via the media menu for security purposes because it contains security settings details."
+msgstr "Het verwijderen van het importbestand is mislukt. Gelieve dit bestand handmatig te verwijderen via het media-menu voor beveiligingsdoeleinden, want dit bevat details van beveiligingsinstellingen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:234
-msgid "DB Backup failed. Please check the permissions of the backup directory."
-msgstr "DB Backup failed. Please check the permissions of the backup directory."
+#: admin/wp-security-settings-menu.php:623
+msgid "Your AIOWPS settings were successfully imported via file input."
+msgstr "Uw AIOWPS-instellingen zijn met succes geïmporteerd via bestandsinvoer."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:251
-#: admin/wp-security-filescan-menu.php:133
-msgid "You entered a non numeric value for the \"backup time interval\" field. It has been set to the default value."
-msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld \"backup-tijdsinterval\". Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-settings-menu.php:608
+#: admin/wp-security-settings-menu.php:652
+msgid "The file you uploaded was also deleted for security purposes because it contains security settings details."
+msgstr "Het bestand dat u hebt geüpload, is ook om veiligheidsredenen verwijderd omdat het beveiligingsinstellingen bevat."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:258
-msgid "You entered a non numeric value for the \"number of backup files to keep\" field. It has been set to the default value."
-msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld 'Aantal back-upbestanden behouden'. Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-settings-menu.php:606
+#: admin/wp-security-settings-menu.php:650
+msgid "The deletion of the import file failed. Please delete this file manually via the media menu for security purposes."
+msgstr "Het verwijderen van het importbestand is mislukt. Gelieve dit bestand handmatig te verwijderen via het media-menu voor beveiligingsdoeleinden."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:265
-#: admin/wp-security-filescan-menu.php:163
-#: admin/wp-security-user-login-menu.php:117
-msgid "You have entered an incorrect email address format. It has been set to your WordPress admin email as default."
-msgstr "U hebt een verkeerd e-mailadresindeling ingevoerd. Het is standaard ingesteld op uw WordPress-e-mailadres voor beheerders."
+#: admin/wp-security-user-login-menu.php:395
+msgid "All records from the Failed Logins table were deleted successfully!"
+msgstr "Alle records uit de lijst mislukte inlogpogingen zijn met succes verwijderd!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:298
-msgid "Manual Backup"
-msgstr "Handmatige back-up"
+#: admin/wp-security-user-login-menu.php:391
+msgid "User Login Feature - Delete all failed login records operation failed!"
+msgstr "Gebruikersaanmelding feature - Operatie 'verwijder alle mislukte loginrecords' mislukt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:304
-msgid "To create a new DB backup just click on the button below."
-msgstr "Klik op de onderstaande knop om een nieuwe DB-back-up te maken."
+#: admin/wp-security-user-login-menu.php:382
+msgid "Nonce check failed for delete all failed login records operation!"
+msgstr "Nonce check mislukt voor het verwijderen van alle mislukte loginrecords!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:307
-msgid "Create DB Backup Now"
-msgstr "Maak nu DB-back-up"
+#: admin/wp-security-user-login-menu.php:314
+msgid "Check this if you want to receive an email when someone has been locked out due to maximum failed login attempts"
+msgstr "Vink dit aan als u een e-mail wilt ontvangen wanneer iemand is buitengesloten vanwege een maximaal aantal mislukte inlogpogingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:311
-msgid "Automated Scheduled Backups"
-msgstr "Geautomatiseerde geplande back-ups"
+#: admin/wp-security-user-login-menu.php:294
+msgid "Check this if you want to instantly lockout login attempts with usernames which do not exist on your system"
+msgstr "Vink dit aan als u inlogpogingen onmiddellijk wilt blokkeren met gebruikersnamen die niet bestaan op uw systeem"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:323
-msgid "Enable Automated Scheduled Backups"
-msgstr "Schakel geautomatiseerde geplande back-ups in"
+#: admin/wp-security-user-login-menu.php:287
+msgid "Check this if you want to show a generic error message when a login attempt fails"
+msgstr "Selecteer dit als u een generiek foutbericht wilt weergeven wanneer een inlogpoging mislukt"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:326
-msgid "Check this if you want the system to automatically generate backups periodically based on the settings below"
-msgstr "Selecteer dit als u wilt dat het systeem regelmatig automatisch back-ups genereert op basis van de onderstaande instellingen"
+#: admin/wp-security-user-login-menu.php:280
+msgid "Set the length of time for which a particular IP address will be prevented from logging in"
+msgstr "Stel de tijdsduur in waarvoor een bepaald IP-adres niet mag worden aangemeld"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:330
-msgid "Backup Time Interval"
-msgstr "Back-up interval tijd"
+#: admin/wp-security-user-login-menu.php:268
+msgid "Set the value for the maximum login retries before IP address is locked out"
+msgstr "Stel de waarde in voor het maximale aantal pogingen om opnieuw in te loggen voordat het IP-adres is geblokkeerd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:333
-#: admin/wp-security-filescan-menu.php:279
-msgid "Hours"
-msgstr "Uren"
+#: admin/wp-security-user-login-menu.php:262
+msgid "Check this if you want to allow users to generate an automated unlock request link which will unlock their account"
+msgstr "Selecteer dit als u wilt toestaan dat gebruikers een verzoek kunnen genereren voor een link voor een geautomatiseerde unlock van hun account"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:334
-#: admin/wp-security-filescan-menu.php:280
-msgid "Days"
-msgstr "Dagen"
+#: admin/wp-security-spam-menu.php:467
+msgid "This feature will add a simple math captcha field in the BuddyPress registration form."
+msgstr "Met deze functie toe te voegen een eenvoudig wiskunde-captcha-veld in het BuddyPress-inschrijfformulier."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:335
-#: admin/wp-security-filescan-menu.php:281
-msgid "Weeks"
-msgstr "Weken"
+#: admin/wp-security-spam-menu.php:412
+msgid "Only the \"superadmin\" can block IP addresses from the main site."
+msgstr "Alleen de \"superadmin\" kan IP-adressen van de hoofdsite blokkeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:337
-msgid "Set the value for how often you would like an automated backup to occur"
-msgstr "Stel de waarde in voor hoe vaak u een automatische back-up wilt laten plaatsvinden"
+#: classes/wp-security-utility.php:228 admin/wp-security-spam-menu.php:411
+msgid "The plugin has detected that you are using a Multi-Site WordPress installation."
+msgstr "De plug-in heeft gedetecteerd dat u een multi-site WordPress-installatie gebruikt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:341
-msgid "Number of Backup Files To Keep"
-msgstr "Aantal back-upbestanden dat moet worden bewaard"
+#: admin/wp-security-spam-menu.php:394
+msgid "Example 2: Setting this value to \"5\" will list only those IP addresses which were used to submit 5 SPAM comments or more on your site."
+msgstr "Voorbeeld 2: als u deze waarde instelt op \"5\", worden alleen die IP-adressen vermeld die zijn gebruikt om 5 SPAM-opmerkingen of meer op uw site in te dienen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:343
-msgid "Thie field allows you to choose the number of backup files you would like to keep in the backup directory"
-msgstr "In dit veld kunt u het aantal back-upbestanden kiezen dat u wilt behouden in de back-upmap"
+#: admin/wp-security-spam-menu.php:393
+msgid "Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses which were used to submit SPAM comments."
+msgstr "Voorbeeld 1: door deze waarde in te stellen op \"0\" of \"1\" worden ALLE IP-adressen vermeld die zijn gebruikt om SPAM-opmerkingen in te dienen ."
+
+#: admin/wp-security-spam-menu.php:389
+msgid "This field allows you to list only those IP addresses which have been used to post X or more SPAM comments."
+msgstr "In dit veld kunt u alleen de IP-adressen tonen die zijn gebruikt om X of meer SPAM-reacties te posten."
+
+#: admin/wp-security-spam-menu.php:387
+msgid "Minimum number of SPAM comments per IP"
+msgstr "Minimaal aantal SPAM-opmerkingen per IP"
+
+#: admin/wp-security-spam-menu.php:370
+msgid "List SPAMMER IP Addresses"
+msgstr "Lijst SPAMMER IP-adressen"
+
+#: admin/wp-security-spam-menu.php:376
+msgid "By inspecting the IP address data coming from spammers you will be in a better position to determine which addresses or address ranges you should block by adding them to the permanent block list."
+msgstr "Door de IP-adresgegevens te controleren die afkomstig zijn van spammers, bent u beter in staat om te bepalen welke adressen of adresbereiken u moet blokkeren door ze toe te voegen aan de permanente blokkeerlijst ."
+
+#: admin/wp-security-spam-menu.php:375
+msgid "This information can be handy for identifying the most persistent IP addresses or ranges used by spammers."
+msgstr "Deze informatie kan handig zijn voor het identificeren van de meest persistente IP-adressen of bereiken die worden gebruikt door spammers."
+
+#: admin/wp-security-spam-menu.php:374
+msgid "This section displays a list of the IP addresses of the people or bots who have left SPAM comments on your site."
+msgstr "In deze sectie wordt een lijst weergegeven met de IP-adressen van de mensen of bots die SPAM-opmerkingen op uw site hebben achtergelaten ."
+
+#: admin/wp-security-spam-menu.php:266
+msgid "Displaying results for IP addresses which have posted a minimum of %s SPAM comments"
+msgstr "Resultaten weergeven voor IP-adressen die minimaal %s SPAM-opmerkingen hebben gepost"
+
+#: admin/wp-security-spam-menu.php:377
+msgid ""
+"To add one or more of the IP addresses displayed in the table below to your blacklist, simply click the \"Block\" link for the individual row or select more than one address\n"
+" using the checkboxes and then choose the \"block\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
+msgstr ""
+"Om een of meer van de IP-adressen die in de onderstaande tabel worden weergegeven toe te voegen aan uw zwarte lijst, klikt u eenvoudigweg op de koppeling \" Blokkeren \" voor de afzonderlijke rij of selecteert u meer dan één adres \n"
+" \n"
+" met behulp van de selectievakjes en kiest u de optie \"blokkeren\" in de bulk. Klik op de vervolgkeuzelijst Acties en klik op de knop \"Toepassen\"."
+
+#: admin/wp-security-spam-menu.php:254
+msgid "You entered a non numeric value for the minimum SPAM comments per IP field. It has been set to the default value."
+msgstr "U hebt een niet-numerieke waarde ingevoerd voor de minimale SPAM-opmerkingen per IP-veld. Het is ingesteld op de standaardwaarde."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:347
-msgid "Send Backup File Via Email"
-msgstr "Stuur een back-upbestand via e-mail"
+#: admin/wp-security-spam-menu.php:248
+msgid "Nonce check failed for list SPAM comment IPs!"
+msgstr "Nonce check mislukt voor lijst SPAM-comment IP's!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:350
-msgid "Check this if you want the system to email you the backup file after a DB backup has been performed"
-msgstr "Selecteer dit als u wilt dat het systeem u het back-upbestand e-mailt nadat een DB-back-up is uitgevoerd"
+#: admin/wp-security-spam-menu.php:181
+msgid "This feature will check and block comment requests which are not referred by your domain thus greatly reducing your overall blog SPAM and PHP requests done by the server to process these comments."
+msgstr "Deze functie zal commentaarverzoeken controleren en blokkeren die niet afkomstig zijn van uw domein en zo uw totale blog-SPAM en PHP-verzoeken, gedaan door de server om deze te verwerken, sterk verminderen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:352
-#: admin/wp-security-filescan-menu.php:325
-#: admin/wp-security-user-login-menu.php:235
-msgid "Enter an email address"
-msgstr "Voer een e-mail adres in"
+#: admin/wp-security-spam-menu.php:180
+msgid "A comment submitted by a spambot is done by directly calling the comments.php file, which usually means that the HTTP_REFERRER value is not your domain and often times empty."
+msgstr "Een opmerking die door een spambot wordt ingediend, wordt gedaan door rechtstreeks het bestand comments.php op te roepen. Dit betekent meestal dat de waarde HTTP_REFERRER niet uw domein is en vaak leeg."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:383
-msgid "Error - Could not get tables or no tables found!"
-msgstr "Fout - Kan geen tabellen krijgen of geen tabellen gevonden!"
+#: admin/wp-security-settings-menu.php:514
+msgid "The above meta information shows which version of WordPress your site is currently running and thus can help hackers or crawlers scan your site to see if you have an older version of WordPress or one with a known exploit."
+msgstr "De bovenstaande meta-informatie laat zien welke versie van WordPress uw site momenteel gebruikt en kan zo helpen bij het door hackers of crawlers scannen van uw site om te zien of u een oudere versie van WordPress of een versie met een bekende exploit heeft."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:388
-msgid "Starting DB prefix change operations....."
-msgstr "DB-prefix wisseloperaties starten ..."
+#: admin/wp-security-settings-menu.php:512
+msgid "Wordpress generator automatically adds some meta information inside the \"head\" tags of every page on your site's front end. Below is an example of this:"
+msgstr "De WordPress-generator voegt automatisch wat meta-informatie toe aan de voorkant van de site op de \"head\" -tags van elke pagina . Hieronder is een voorbeeld hiervan:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:390
-#, php-format
-msgid "Your WordPress system has a total of %s tables and your new DB prefix will be: %s"
-msgstr "Uw WordPress-systeem heeft in totaal %s tabellen en uw nieuwe DB-voorvoegsel is: %s"
+#: admin/wp-security-settings-menu.php:464
+msgid "After selecting your file click the button below to restore your site using the backed up wp-config file (wp-config.php.backup.txt)."
+msgstr "Nadat u uw bestand hebt geselecteerd, klikt u op de onderstaande knop om uw site te herstellen met behulp van het back-upbestand wp-config (wp-config.php.backup.txt)."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:396 classes/wp-security-utility.php:206
-msgid "Failed to make a backup of the wp-config.php file. This operation will not go ahead."
-msgstr "Kon geen back-up maken van het bestand wp-config.php. Deze operatie zal niet doorgaan."
+#: admin/wp-security-settings-menu.php:452
+msgid "Restore from a backed up wp-config file"
+msgstr "Herstel van een geback-upt wp-config-bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:400
-msgid "A backup copy of your wp-config.php file was created successfully!"
-msgstr "Een reservekopie van uw wp-config.php bestand is succesvol aangemaakt!"
+#: admin/wp-security-settings-menu.php:446
+msgid "Click the button below to backup and download the contents of the currently active wp-config.php file."
+msgstr "Klik op de onderstaande knop om de inhoud van het momenteel actieve bestand wp-config.php te back-uppen en te downloaden ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:422
-#, php-format
-msgid "%s table name update failed"
-msgstr "%s tabelnaam bijwerken mislukt"
+#: admin/wp-security-settings-menu.php:442
+msgid "Save the current wp-config.php file"
+msgstr "Sla het huidige bestand wp-config.php op"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:434
-#, php-format
-msgid "Please change the prefix manually for the above tables to: %s"
-msgstr "Wijzig de prefixl handmatig voor de bovenstaande tabellen in: %s"
+#: admin/wp-security-settings-menu.php:427
+msgid "You can also restore your site's wp-config.php settings using a backed up wp-config.php file."
+msgstr "U kunt ook de wp-config.php-instellingen van uw site herstellen met behulp van een back-up van een wp-config.php-bestand."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:437
-#, php-format
-msgid "%s tables had their prefix updated successfully!"
-msgstr "%s tabellen hebben de prefix succesvol bijgewerkt!"
+#: admin/wp-security-settings-menu.php:426
+msgid "This feature allows you to backup and save your currently active wp-config.php file should you need to re-use the the backed up file in the future."
+msgstr "Met deze functie kunt u een back-up maken van uw momenteel actieve wp-config.php-bestand en dit opslaan, mocht u het back-upbestand in de toekomst opnieuw moeten gebruiken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:452
-msgid "wp-config.php file was updated successfully!"
-msgstr "wp-config.php bestand is succesvol bijgewerkt!"
+#: admin/wp-security-settings-menu.php:425
+msgid "Your \"wp-config.php\" file is one of the most important in your WordPress installation. It is a primary configuration file and contains crucial things such as details of your database and other critical components."
+msgstr "Uw \"wp-config.php\"-bestand is een van de belangrijkste in uw WordPress-installatie. Het is een primair configuratiebestand en bevat cruciale dingen zoals details van uw database en andere kritieke componenten."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:455
-#, php-format
-msgid ""
-"The \"wp-config.php\" file was not able to be modified. Please modify this file manually using your favourite editor and search \n"
-" for variable \"$table_prefix\" and assign the following value to that variable: %s"
-msgstr ""
-"Het bestand \"wp-config.php\" kon niet worden gewijzigd. Wijzig dit bestand handmatig met uw favoriete editor en zoek\n"
-" voor variabele \"$ table_prefix\" en wijs de volgende waarde toe aan die variabele: %s"
+#: admin/wp-security-settings-menu.php:410
+msgid "Your wp-config.php file has successfully been restored!"
+msgstr "Uw wp-config.php bestand is succesvol hersteld!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:476
-msgid "There was an error when updating the options table."
-msgstr "Er is een fout opgetreden bij het bijwerken van de optietabel."
+#: admin/wp-security-settings-menu.php:406
+msgid "wp-config.php file restore failed. Please attempt to restore this file manually using FTP."
+msgstr "wp-config.php bestand herstellen mislukt. Probeer dit bestand handmatig te herstellen met behulp van FTP."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:480
-msgid "The options table records which had references to the old DB prefix were updated successfully!"
-msgstr "De optietabelrecords met verwijzingen naar het oude DB-prefix zijn succesvol bijgewerkt!"
+#: admin/wp-security-settings-menu.php:568
+msgid "Please choose a file to import your settings from."
+msgstr "Kies een bestand om uw instellingen van te importeren ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:505
-#, php-format
-msgid "Error updating user_meta table where new meta_key = %s, old meta_key = %s and user_id = %s."
-msgstr "Fout bij bijwerken van user_meta-tabel waarbij nieuwe meta_key = %s, oude meta_key = %s en user_id = %s."
+#: admin/wp-security-settings-menu.php:390
+msgid "Please choose a wp-config.php file to restore from."
+msgstr "Kies een wp-config.php bestand om te herstellen van."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:511
-msgid "The usermeta table records which had references to the old DB prefix were updated successfully!"
-msgstr "De usermeta-tabelrecords die verwijzingen naar het oude DB-prefix hadden, zijn met succes bijgewerkt!"
+#: admin/wp-security-settings-menu.php:309
+msgid "Your .htaccess file has successfully been restored!"
+msgstr "Uw .htaccess-bestand is succesvol hersteld!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-database-menu.php:513
-msgid "DB prefix change tasks have been completed."
-msgstr "Wijzigingen in DB-prefix zijn voltooid."
+#: admin/wp-security-settings-menu.php:305
+msgid "htaccess file restore failed. Please attempt to restore the .htaccess manually using FTP."
+msgstr ".htaccess-bestand herstellen mislukt. Probeer de .htaccess handmatig te herstellen met behulp van FTP."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:23
-#: classes/grade-system/wp-security-feature-item-manager.php:102
-msgid "File Change Detection"
-msgstr "Bestanden verander detectie"
+#: admin/wp-security-settings-menu.php:290
+msgid "Please choose a .htaccess to restore from."
+msgstr "Kies alstublieft een .htaccess-bestand om terug te plaatsen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:24
-msgid "Malware Scan"
-msgstr "Malware Scan"
+#: admin/wp-security-settings-menu.php:269
+msgid "htaccess file rename failed during backup. Please check your root directory for the backup file using FTP."
+msgstr "Hernoemen .htaccess-bestand is mislukt tijdens back-up. Controleer de hoofdmap voor het back-upbestand met behulp van FTP."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:93
-msgid "There have been no file changes since the last scan."
-msgstr "Sinds de laatste scan zijn er geen bestandswijzigingen geweest."
+#: admin/wp-security-settings-menu.php:263
+msgid "Your .htaccess file was successfully backed up! Using an FTP program go to the \"/wp-content/aiowps_backups\" directory to save a copy of the file to your computer."
+msgstr "Er is een back-up van uw .htaccess-bestand gemaakt! Ga met behulp van een FTP-programma naar de map \"/wp-content/aiowps_backups\" om een kopie van het bestand op uw computer op te slaan ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:103
-msgid "Nonce check failed for manual file change detection scan operation!"
-msgstr "Controle nonce is mislukt voor het handmatig scannen van scanbewerkingen voor bestandsverandering!"
+#: admin/wp-security-settings-menu.php:198
+msgid "This feature will disable all firewall rules which are currently active in this plugin and it will also delete these rules from your .htacess file. Use it if you think one of the firewall rules is causing an issue on your site."
+msgstr "Met deze functie worden alle firewall-regels uitgeschakeld die momenteel actief zijn in deze plug-in en deze regels worden ook verwijderd uit uw .htacess-bestand. Gebruik het als u denkt dat een van de firewallregels een probleem op uw site veroorzaakt ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:110
-msgid "The plugin has detected that this is your first file change detection scan. The file details from this scan will be used to detect file changes for future scans!"
-msgstr "De plug-in heeft gedetecteerd dat dit uw eerste detectie-scan voor bestandsverandering is. De bestandsdetails van deze scan worden gebruikt om bestandswijzigingen voor toekomstige scans te detecteren!"
+#: admin/wp-security-settings-menu.php:163
+msgid "It is a good practice to take a backup of your .htaccess file, database and wp-config.php file before activating the security features. This plugin has options that you can use to backup those resources easily."
+msgstr "Het is een goede gewoonte om een back-up te maken van uw .htaccess-bestand, database en wp-config.php-bestand voordat u de beveiligingsfuncties activeert. Deze plug-in heeft opties die u kunt gebruiken om gemakkelijk een back-up van die bronnen te maken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:112
-msgid "Scan Complete - There were no file changes detected!"
-msgstr "Scannen voltooid - Er zijn geen bestandswijzigingen gedetecteerd!"
+#: admin/wp-security-settings-menu.php:162
+msgid "Go through each menu items and enable the security options to add more security to your site. Start by activating the basic features first."
+msgstr "Doorloop alle menu-items en schakel de beveiligingsopties in om meer beveiliging aan uw site toe te voegen . Begin door eerst de basisfuncties te activeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:201
-msgid ""
-"NEW SCAN COMPLETED: The plugin has detected that you have made changes to the \"File Types To Ignore\" or \"Files To Ignore\" fields.\n"
-" In order to ensure that future scan results are accurate, the old scan data has been refreshed."
-msgstr ""
-"NIEUW SCAN VOLTOOID: De plug-in heeft gedetecteerd dat u wijzigingen hebt aangebracht in de velden \"Te negeren bestandstypen\" of \"Te negeren bestanden\".\n"
-" Om ervoor te zorgen dat toekomstige scanresultaten accuraat zijn, zijn de oude scangegevens vernieuwd."
+#: admin/wp-security-settings-menu.php:161
+msgid "Thank you for using our WordPress security plugin. There are a lot of security features in this plugin."
+msgstr "Dank u voor het gebruik van onze WordPress security-plugin . Er zijn veel beveiligingsfuncties in deze plug-in ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:211
-msgid "All In One WP Security & Firewall has detected that there was a change in your host's files."
-msgstr "All In One WP Security & Firewall heeft geconstateerd dat er een wijziging is opgetreden in de bestanden van uw host."
+#: admin/wp-security-settings-menu.php:130
+msgid "All firewall rules have been disabled successfully!"
+msgstr "Alle firewall-regels zijn succesvol uitgeschakeld!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:213
-msgid "View Scan Details & Clear This Message"
-msgstr "Scaninformatie bekijken & dit bericht wissen"
+#: admin/wp-security-settings-menu.php:112
+msgid "Could not write to the wp-config.php. Please restore your wp-config.php file manually using the restore functionality in the \"wp-config.php File\"."
+msgstr "Kon niet naar de wp-config.php schrijven. Herstel uw wp-config.php-bestand handmatig met behulp van de herstelfunctionaliteit in het \"wp-config.php-bestand\"."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:222
-msgid "If given an opportunity hackers can insert their code or files into your system which they can then use to carry out malicious acts on your site."
-msgstr "Als hackers een kans krijgen, kunnen ze hun code of bestanden in uw systeem invoegen die ze vervolgens kunnen gebruiken om kwaadwillende handelingen uit te voeren op uw site."
+#: admin/wp-security-settings-menu.php:107
+#: admin/wp-security-settings-menu.php:134
+msgid "Could not write to the .htaccess file. Please restore your .htaccess file manually using the restore functionality in the \".htaccess File\"."
+msgstr "Kon het .htaccess-bestand niet schrijven. Herstel uw .htaccess-bestand handmatig met behulp van de herstelfunctionaliteit in het \".htaccess-bestand\"."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:223
-msgid "Being informed of any changes in your files can be a good way to quickly prevent a hacker from causing damage to your website."
-msgstr "Op de hoogte blijven van eventuele wijzigingen in uw bestanden kan een goede manier zijn om snel te voorkomen dat een hacker schade aan uw website veroorzaakt."
+#: admin/wp-security-settings-menu.php:103
+msgid "All the security features have been disabled successfully!"
+msgstr "Alle beveiligingsfuncties zijn met succes uitgeschakeld!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:224
-msgid "In general, WordPress core and plugin files and file types such as \".php\" or \".js\" should not change often and when they do, it is important that you are made aware when a change occurs and which file was affected."
-msgstr "In het algemeen moeten WordPress core- en plugin-bestanden en bestandstypen zoals \".php\" of \".js\" niet vaak veranderen en wanneer dat het geval is, is het belangrijk dat u op de hoogte wordt gesteld wanneer een wijziging plaatsvindt en welk bestand is aangetast."
+#: admin/wp-security-misc-options-menu.php:167
+msgid "Check this if you want to stop other sites from displaying your content in a frame or iframe."
+msgstr "Selecteer dit als u andere websites wilt verhinderen inhoud in een frame of iframe weer te geven."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:225
-msgid "The \"File Change Detection Feature\" will notify you of any file change which occurs on your system, including the addition and deletion of files by performing a regular automated or manual scan of your system's files."
-msgstr "Met de functie \"Detectie van bestandsverandering\" wordt u op de hoogte gebracht van elke bestandsverandering die zich op uw systeem voordoet, inclusief het toevoegen en verwijderen van bestanden door een regelmatige automatische of handmatige scan van de bestanden van uw systeem uit te voeren."
+#: admin/wp-security-misc-options-menu.php:159
+msgid "When enabled, this feature will set the \"X-Frame-Options\" paramater to \"sameorigin\" in the HTTP header."
+msgstr "Als deze functie is ingeschakeld, wordt de parameter 'X-frame-opties' ingesteld op 'sameorigin' in de HTTP-header ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:226
-msgid "This feature also allows you to exclude certain files or folders from the scan in cases where you know that they change often as part of their normal operation. (For example log files and certain caching plugin files may change often and hence you may choose to exclude such files from the file change detection scan)"
-msgstr "Met deze functie kunt u ook bepaalde bestanden of mappen uitsluiten van de scan in gevallen waarin u weet dat deze vaak veranderen als onderdeel van hun normale werking. (Logbestanden en bepaalde caching-pluginbestanden kunnen bijvoorbeeld vaak veranderen en daarom kunt u ervoor kiezen dergelijke bestanden uit te sluiten van de scan voor detectie van bestandswijzigingen)"
+#: admin/wp-security-misc-options-menu.php:158
+msgid "This feature allows you to prevent other sites from displaying any of your content via a frame or iframe."
+msgstr "Met deze functie kunt u voorkomen dat andere websites inhoud van uw site via een frame of iframe tonen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:231
-msgid "Manual File Change Detection Scan"
-msgstr "Handmatige detectiescan van een fileverandering"
+#: admin/wp-security-misc-options-menu.php:152
+msgid "Prevent Your Site From Being Displayed In a Frame"
+msgstr "Voorkom dat uw site in een frame wordt weergegeven"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:237
-msgid "To perform a manual file change detection scan click on the button below."
-msgstr "Klik op de onderstaande knop om een handmatige detectiescan van bestanden uit te voeren."
+#: admin/wp-security-misc-options-menu.php:147
+msgid "Frame Display Prevention feature settings saved!"
+msgstr "Instellingen functie Frame-displaypreventie opgeslagen!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:240
-msgid "Perform Scan Now"
-msgstr "Voer de scans nu uit"
+#: admin/wp-security-misc-options-menu.php:123
+msgid "Save Copy Protection Settings"
+msgstr "Bewaar kopieerbeveiligingsinstellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:244
-msgid "View Last Saved File Change Results"
-msgstr "Laatste resultaten weergeven van het gewijzigde bestand"
+#: admin/wp-security-misc-options-menu.php:116
+msgid "Check this if you want to disable the \"Right Click\", \"Text Selection\" and \"Copy\" option on the front end of your site."
+msgstr "Schakel dit selectievakje in als u de optie 'Rechtsklikken', 'Tekstselectie' en 'Kopiëren' aan de voorkant van uw site wilt uitschakelen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:250
-msgid "Click the button below to view the saved file change results from the last scan."
-msgstr "Klik op de onderstaande knop om de opgeslagen resultaten van de bestandswijziging in de laatste scan te bekijken."
+#: admin/wp-security-misc-options-menu.php:107
+msgid "This feature allows you to disable the ability to select and copy text from your front end."
+msgstr "Met deze functie kunt u de mogelijkheid uitschakelen om tekst van uw frontend te selecteren en te kopiëren ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:253
-msgid "View Last File Change"
-msgstr "Bekijk de laatste bestandswijziging"
+#: admin/wp-security-misc-options-menu.php:96
+msgid "Copy Protection feature settings saved!"
+msgstr "Instellingen functie Kopieerbeveiliging opgeslagen!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:257
-msgid "File Change Detection Settings"
-msgstr "Instellingen voor een bestandswijzigingsdetectie"
+#: admin/wp-security-maintenance-menu.php:135
+msgid "Save Site Lockout Settings"
+msgstr "Opslaan Site-lockout-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:269
-msgid "Enable Automated File Change Detection Scan"
-msgstr "Geautomatiseerde detectiesscan inschakelen voor bestands wijzigingen"
+#: admin/wp-security-maintenance-menu.php:128
+msgid "Enter a message you wish to display to visitors when your site is in maintenance mode."
+msgstr "Voer een bericht in dat u wilt weergeven aan bezoekers wanneer uw site in onderhoudsmodus is."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:272
-msgid "Check this if you want the system to automatically/periodically scan your files to check for file changes based on the settings below"
-msgstr "Selecteer dit als u wilt dat het systeem automatisch / periodiek uw bestanden scant om te controleren op bestandswijzigingen op basis van de onderstaande instellingen"
+#: admin/wp-security-maintenance-menu.php:112
+msgid "Check this if you want all visitors except those who are logged in as administrator to be locked out of the front-end of your site."
+msgstr "Vink dit aan als u wilt dat alle bezoekers, behalve degenen die zijn aangemeld als beheerder, worden uitgesloten van de front-end van uw site ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:276
-msgid "Scan Time Interval"
-msgstr "Scan tijd interval"
+#: admin/wp-security-maintenance-menu.php:109
+msgid "Enable Front-end Lockout"
+msgstr "Front-end lockout inschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:283
-msgid "Set the value for how often you would like a scan to occur"
-msgstr "Stel de waarde in voor hoe vaak u een scan wilt laten plaatsvinden"
+#: admin/wp-security-maintenance-menu.php:104
+msgid "Locking your site down to general visitors can be useful if you are investigating some issues on your site or perhaps you might be doing some maintenance and wish to keep out all traffic for security reasons."
+msgstr "Vergrendelen van uw website voor algemene bezoekers kan handig zijn als je een aantal zaken op je website onderzoekt of misschien om onderhoud te doen en je alle verkeer om veiligheidsredenen wilt blokkeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:287
-msgid "File Types To Ignore"
-msgstr "Bestandstypen die moeten worden genegeerd"
+#: admin/wp-security-maintenance-menu.php:103
+msgid "This feature allows you to put your site into \"maintenance mode\" by locking down the front-end to all visitors except logged in users with super admin privileges."
+msgstr "Met deze functie kunt u uw website in de \"maintenance mode\" zetten door het vergrendelen van de front-end voor alle bezoekers, behalve voor ingelogde gebruikers met superadmin-rechten."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:290
-msgid "Enter each file type or extension on a new line which you wish to exclude from the file change detection scan."
-msgstr "Voer elk bestandstype of elke extensie in op een nieuwe regel die u wilt uitsluiten van de detectiescan voor bestandsverandering."
+#: admin/wp-security-maintenance-menu.php:97
+msgid "General Visitor Lockout"
+msgstr "Algemene bezoekersblokkering"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:294
-msgid "You can exclude file types from the scan which would not normally pose any security threat if they were changed. These can include things such as image files."
-msgstr "U kunt bestandstypen uitsluiten van de scan die normaal geen beveiligingsrisico vormen als ze worden gewijzigd. Deze kunnen dingen omvatten zoals afbeeldingsbestanden."
+#: admin/wp-security-list-logged-in-users.php:98
+msgid "The selected user was logged out successfully!"
+msgstr "De geselecteerde gebruiker is succesvol uitgelogd!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:295
-msgid "Example: If you want the scanner to ignore files of type jpg, png, and bmp, then you would enter the following:"
-msgstr "Voorbeeld: als u wilt dat de scanner bestanden van het type jpg, png en bmp negeert, voert u het volgende in:"
+#: admin/wp-security-list-logged-in-users.php:87
+msgid "Nonce check failed for force user logout operation!"
+msgstr "Controle nonce mislukt voor gedwongen afmelding van de gebruiker!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:296
-msgid "jpg"
-msgstr "jpg"
+#: admin/wp-security-list-locked-ip.php:149
+msgid "The selected IP entry was unlocked successfully!"
+msgstr "Het geselecteerde IP-item is succesvol ontgrendeld!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:297
-msgid "png"
-msgstr "png"
+#: admin/wp-security-list-locked-ip.php:141
+msgid "Nonce check failed for unlock IP operation!"
+msgstr "Nonce check mislukt voor ontgrendeling IP-werking!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:298
-msgid "bmp"
-msgstr "bmp"
+#: admin/wp-security-list-locked-ip.php:132
+msgid "The selected IP entries were unlocked successfully!"
+msgstr "De geselecteerde IP-vermeldingen zijn succesvol ontgrendeld!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:304
-msgid "Files/Directories To Ignore"
-msgstr "Bestanden / mappen om te negeren"
+#: admin/wp-security-firewall-menu.php:1078
+msgid "It is your responsibility to ensure that you are entering the correct code!"
+msgstr "Het is uw verantwoordelijkheid om ervoor te zorgen dat u de juiste code invoert!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:307
-msgid "Enter each file or directory on a new line which you wish to exclude from the file change detection scan."
-msgstr "Voer elk bestand of elke map in op een nieuwe regel die u wilt uitsluiten van de detectiescan voor bestandsverandering."
+#: admin/wp-security-firewall-menu.php:883
+msgid "If you want to temporarily block or blacklist an IP address, simply click the \"Temp Block\" or \"Blacklist IP\" link for the applicable IP entry in the \"404 Event Logs\" table below."
+msgstr "Als u een IP-adres tijdelijk wilt blokkeren of blacklisten, klikt u eenvoudig op de koppeling \"Temp Block \" of \"Blacklist IP\" voor het toepasselijke IP-item in de tabel \"404 Event Logs\" hieronder."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:311
-msgid "You can exclude specific files/directories from the scan which would not normally pose any security threat if they were changed. These can include things such as log files."
-msgstr "U kunt specifieke bestanden / mappen uitsluiten van de scan die normaal geen beveiligingsrisico vormen als ze worden gewijzigd. Deze kunnen dingen omvatten zoals logbestanden."
+#: admin/wp-security-firewall-menu.php:881
+msgid "Such behaviour can mean that a hacker might be trying to find a particular page or URL for sinister reasons."
+msgstr "Dergelijk gedrag kan betekenen dat een hacker om een duistere reden een bepaalde pagina of URL probeert te vinden ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:312
-msgid "Example: If you want the scanner to ignore certain files in different directories or whole directories, then you would enter the following:"
-msgstr "Voorbeeld: als u wilt dat de scanner bepaalde bestanden in verschillende mappen of hele mappen negeert, voert u het volgende in:"
+#: admin/wp-security-firewall-menu.php:880
+msgid "However, in some cases you may find many repeated 404 errors which occur in a relatively short space of time and from the same IP address which are all attempting to access a variety of non-existent page URLs."
+msgstr "In sommige gevallen kunt u echter veel herhaalde 404-fouten vinden die zich in een relatief korte tijdspanne voordoen en van hetzelfde IP-adres die allemaal proberen toegang te krijgen tot een verscheidenheid aan niet-bestaande pagina-URL's."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:313
-msgid "cache/config/master.php"
-msgstr "cache/config/master.php"
+#: admin/wp-security-firewall-menu.php:1076
+msgid "Warning : Only use this feature if you know what you are doing."
+msgstr "Waarschuwing : Gebruik deze functie alleen als u weet wat u doet."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:314
-msgid "somedirectory"
-msgstr "een map"
+#: admin/wp-security-firewall-menu.php:1077
+msgid "Incorrect .htaccess rules or directives can break or prevent access to your site."
+msgstr "Onjuiste .htaccess-regels of -richtlijnen kunnen de toegang tot uw site verbreken of verhinderen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:320
-msgid "Send Email When Change Detected"
-msgstr "E-mail verzenden bij een gedetecteerde wijziging"
+#: admin/wp-security-firewall-menu.php:1070
+msgid "NOTE: This feature can only used if your site is hosted in an apache or similar web server."
+msgstr "OPMERKING: Deze functie kan alleen worden gebruikt als uw site wordt gehost in een Apache of vergelijkbare webserver."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:323
-msgid "Check this if you want the system to email you if a file change was detected"
-msgstr "Vink dit aan als u wilt dat het systeem u een e-mailstuurt als een bestandsverandering is gedetecteerd"
+#: admin/wp-security-firewall-menu.php:1069
+msgid "It is useful for when you want to tweak our existing firewall rules or when you want to add your own."
+msgstr "Dit is handig als u onze bestaande firewall-regels wilt aanpassen of als u uw eigen firewallregels wilt toevoegen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:341
-msgid "What is Malware?"
-msgstr "Wat is malware?"
+#: admin/wp-security-firewall-menu.php:1068
+msgid "This feature can be used to apply your own custom .htaccess rules and directives."
+msgstr "Deze functie kan worden gebruikt om uw eigen aangepaste .htaccess-regels en -richtlijnen toe te passen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:342
-msgid "The word Malware stands for Malicious Software. It can consist of things like trojan horses, adware, worms, spyware and any other undesirable code which a hacker will try to inject into your website."
-msgstr "Het woord Malware staat voor Malicious Software. Het kan bestaan uit zaken als trojan horses, adware, worms, spyware en andere ongewenste code die een hacker in uw website zal proberen te injecteren."
+#: admin/wp-security-firewall-menu.php:952
+msgid "A blocked visitor will be automatically redirected to this URL."
+msgstr "Een geblokkeerde bezoeker wordt automatisch doorgestuurd naar deze URL."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:343
-msgid "Often when malware code has been inserted into your site you will normally not notice anything out of the ordinary based on appearances, but it can have a dramatic effect on your site’s search ranking."
-msgstr "Vaak als malwarecode op uw site is ingevoegd, merkt u normaal gesproken niets buitengewoons op basis van de uiterlijkheden, maar het kan een dramatisch effect hebben op de zoekrangschikking van uw site."
+#: admin/wp-security-firewall-menu.php:929
+msgid "Check this if you want to enable the logging of 404 events"
+msgstr "Selecteer dit als u het loggen van 404-gebeurtenissen wilt inschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:344
-msgid "This is because the bots and spiders from search engines such as Google have the capability to detect malware when they are indexing the pages on your site, and consequently they can blacklist your website which will in turn affect your search rankings."
-msgstr "Dit komt omdat de bots en spiders van zoekmachines zoals Google de mogelijkheid hebben om malware te detecteren wanneer ze de pagina's op uw site indexeren, en bijgevolg kunnen zij uw website op een zwarte lijst zetten die op hun beurt van invloed is op uw zoekresultatenrangschikking."
+#: admin/wp-security-firewall-menu.php:926
+msgid "Enable 404 Event Logging"
+msgstr "404-logboekregistratie inschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:348
-msgid "Scanning For Malware"
-msgstr "Scannen op malware"
+#: admin/wp-security-firewall-menu.php:913
+msgid "Check this if you want to enable the lockout of selected IP addresses."
+msgstr "Selecteer dit als u de vergrendeling van geselecteerde IP-adressen wilt inschakelen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:349
-msgid "Due to the constantly changing and complex nature of Malware, scanning for such things using a standalone plugin will not work reliably. This is something best done via an external scan of your site regularly."
-msgstr "Vanwege het voortdurend veranderende en complexe karakter van Malware, zal het scannen van dergelijke dingen met behulp van een stand-alone plug-in niet betrouwbaar werken. Dit is iets dat u best via een externe scan van uw site regelmatig kunt doen."
+#: admin/wp-security-firewall-menu.php:879
+msgid "Typically, most 404 errors happen quite innocently when people have mis-typed a URL or used an old link to page which doesn't exist anymore."
+msgstr "Meestal gebeuren de meeste 404-fouten vrij onschuldig wanneer mensen een URL verkeerd hebben getypt of een link naar een pagina hebben gebruikt die niet meer bestaat."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:350
-msgid "This is why we have created an easy-to-use scanning service which is hosted off our own server which will scan your site for malware once every day and notify you if it finds anything."
-msgstr "Daarom hebben we een gebruiksvriendelijke scanservice gemaakt die wordt gehost op onze eigen server, die uw site elke dag op malware controleert en u op de hoogte brengt als er iets wordt gevonden."
+#: admin/wp-security-firewall-menu.php:840
+msgid "You entered an incorrect format for the \"Redirect URL\" field. It has been set to the default value."
+msgstr "U hebt een verkeerd formaat ingevoerd voor het veld \"OmleidingsURL\". Het is ingesteld op de standaardwaarde."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:351
-msgid "When you sign up for this service you will get the following:"
-msgstr "Wanneer u zich aanmeldt voor deze service, krijgt u het volgende:"
+#: admin/wp-security-firewall-menu.php:755
+msgid "This feature will prevent people from directly hotlinking images from your site's pages by writing some directives in your .htaccess file."
+msgstr "Deze eigenschap zal verhinderen dat mensen direct hotlinking toepassen van afbeelden in de pagina's van uw site, door directives in uw .htaccess-bestand te schrijven."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:353
-msgid "Automatic Daily Scan of 1 Website"
-msgstr "Automatische dagelijkse scan van 1 website"
+#: admin/wp-security-firewall-menu.php:775
+msgid "Check this if you want to prevent hotlinking to images on your site."
+msgstr "Activeer dit als u niet wilt dat afbeeldingen op uw site worden gehotlinked."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:354
-msgid "Automatic Malware & Blacklist Monitoring"
-msgstr "Automatische Malware & Blacklist Monitoring"
+#: admin/wp-security-firewall-menu.php:795
+msgid "Nonce check failed for delete all 404 event logs operation!"
+msgstr "Nonce controle is mislukt voor het verwijderen van alle 404 Event logs!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:355
-msgid "Automatic Email Alerting"
-msgstr "Automatische e-mailwaarschuwing"
+#: admin/wp-security-firewall-menu.php:806
+msgid "404 Detection Feature - Delete all 404 event logs operation failed!"
+msgstr "Eigenschap 404-detectie - Verwijderen van alle 404-gebeurtenissen is mislukt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:356
-msgid "Site uptime monitoring"
-msgstr "Site uptime monitoring"
+#: admin/wp-security-firewall-menu.php:810
+msgid "All 404 event logs were deleted from the DB successfully!"
+msgstr "Alle 404-gebeurtenissen werden succesvol uit de DB verwijderd!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:357
-msgid "Site response time monitoring"
-msgstr "Bewaking van reactietijd van de site"
+#: admin/wp-security-firewall-menu.php:834
+#: admin/wp-security-user-login-menu.php:114
+msgid "You entered a non numeric value for the lockout time length field. It has been set to the default value."
+msgstr "U hebt een niet-numerieke waarde opgegeven voor het veld Lengte van vergrendelingstijd. Het is ingesteld op de standaardwaarde."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:358
-msgid "Malware Cleanup"
-msgstr "Malware opruimen"
+#: admin/wp-security-list-registered-users.php:161
+#: admin/wp-security-list-registered-users.php:195
+msgid " is now active"
+msgstr " is nu actief"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:359
-msgid "Blacklist Removal"
-msgstr "Blacklist verwijderen"
+#: admin/wp-security-misc-options-menu.php:28
+msgid "Copy Protection"
+msgstr "Kopieerbescherming"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:360
-msgid "No Contract (Cancel Anytime)"
-msgstr "Geen contract (op elk moment annuleren)"
+#: admin/wp-security-misc-options-menu.php:113
+msgid "Enable Copy Protection"
+msgstr "Kopieerbescherming gebruiken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:362
-#, php-format
-msgid "To learn more please %s."
-msgstr "Voor meer informatie kunt u %s."
+#: admin/wp-security-settings-menu.php:30
+msgid "General Settings"
+msgstr "Algemene instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:391
-msgid "Latest File Change Scan Results"
-msgstr "Laatste scanresultaten van een bestand wijziging"
+#: admin/wp-security-settings-menu.php:192
+#: admin/wp-security-settings-menu.php:202
+msgid "Disable All Firewall Rules"
+msgstr "Alle firewall-regels uitzetten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:400
-msgid "The following files were added to your host."
-msgstr "De volgende bestanden zijn aan uw host toegevoegd."
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:403
-#: admin/wp-security-filescan-menu.php:424
-#: admin/wp-security-filescan-menu.php:448
-#: admin/wp-security-settings-menu.php:26
-#: admin/wp-security-settings-menu.php:27
-msgid "File"
-msgstr "Bestand"
+#: admin/wp-security-settings-menu.php:673
+#: admin/wp-security-settings-menu.php:682
+msgid "Export AIOWPS Settings"
+msgstr "AIOWPS-instellingen exporteren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:404
-#: admin/wp-security-filescan-menu.php:425
-#: admin/wp-security-filescan-menu.php:449
-msgid "File Size"
-msgstr "Bestandsgrootte"
+#: admin/wp-security-settings-menu.php:686
+#: admin/wp-security-settings-menu.php:711
+msgid "Import AIOWPS Settings"
+msgstr "AIOWPS-instellingen importeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:405
-#: admin/wp-security-filescan-menu.php:426
-#: admin/wp-security-filescan-menu.php:450
-msgid "File Modified"
-msgstr "Bestand gewijzigd"
+#: admin/wp-security-spam-menu.php:119
+msgid "Comment SPAM Settings"
+msgstr "Commentaar SPAM-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:421
-msgid "The following files were removed from your host."
-msgstr "De volgende bestanden zijn van uw host verwijderd."
+#: admin/wp-security-spam-menu.php:124
+msgid "Add Captcha To Comments Form"
+msgstr "Voeg Captcha toe aan commentaarformulieren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filescan-menu.php:445
-msgid "The following files were changed on your host."
-msgstr "De volgende bestanden zijn gewijzigd op uw host."
+#: admin/wp-security-spam-menu.php:458
+msgid "BuddyPress SPAM Settings"
+msgstr "BuddyPress SPAM-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:26
-#: classes/grade-system/wp-security-feature-item-manager.php:66
-msgid "File Permissions"
-msgstr "Bestandsrechten"
+#: admin/wp-security-spam-menu.php:463
+msgid "Add Captcha To BuddyPress Registration Form"
+msgstr "Voeg Captcha toe aan het BuddyPress-registratieformulier"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:27
-msgid "PHP File Editing"
-msgstr "PHP Bestand bewerken"
+#: admin/wp-security-user-accounts-menu.php:140
+msgid "No action required! "
+msgstr "Geen actie nodig! "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:28
-msgid "WP File Access"
-msgstr "WP Toegang tot bestanden"
+#: admin/wp-security-user-accounts-menu.php:142
+msgid "Your site does not have any account which uses the default \"admin\" username. "
+msgstr "Jouw site heeft geen gebruiker met de standaard \"admin\"-gebruikersnaam. "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:29
-msgid "Host System Logs"
-msgstr "Logboeken van het hostsysteem"
+#: admin/wp-security-user-accounts-menu.php:161
+msgid "Therefore to further tighten your site's security you are advised to change your nickname and Display name to be different from your Username ."
+msgstr "Daarom is het aangeraden om je schermnaam en schermnaam (zoals getoond op de site) anders te maken dan je gebruikersnaam ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:96
-#, php-format
-msgid "The permissions for %s were succesfully changed to %s"
-msgstr "De rechten voor %s zijn met succes gewijzigd in %s"
+#: admin/wp-security-user-accounts-menu.php:167
+msgid "Modify Accounts With Identical Login Name & Display Name"
+msgstr "Bewerk accounts met identieke gebruikersnaam & schermnaam"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:100
-#, php-format
-msgid "Unable to change permissions for %s!"
-msgstr "Kon de machtiginsinstelling niet wijzigen voor %s!"
+#: admin/wp-security-user-accounts-menu.php:252
+msgid "Username "
+msgstr "Gebruikersnaam "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:106
-msgid "File Permissions Scan"
-msgstr "File machtiginsinstellings Scan"
+#: admin/wp-security-user-accounts-menu.php:252
+msgid " already exists. Please enter another value. "
+msgstr " bestaat al. Vul iets anders in. "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:109
-msgid "Your WordPress file and folder permission settings govern the accessability and read/write privileges of the files and folders which make up your WP installation."
-msgstr "Uw WordPress-machtigingsinstellingen voor bestanden en mappen bepalen de leesbaarheid en lees- en schrijfrechten van de bestanden en mappen die deel uitmaken van uw WP-installatie."
+#: admin/wp-security-user-accounts-menu.php:302
+msgid "Please enter a value for your username. "
+msgstr "Voer aub een een waarde in voor je gebruikersnaam "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:110
-msgid "Your WP installation already comes with reasonably secure file permission settings for the filesystem."
-msgstr "Uw WP-installatie wordt al geleverd met redelijk veilige bestandsmachtigingsinstellingen voor het bestandssysteem."
+#: admin/wp-security-user-accounts-menu.php:329
+msgid "Account Login Name"
+msgstr "Account loginnaam"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:111
-msgid "However, sometimes people or other plugins modify the various permission settings of certain core WP folders or files such that they end up making their site less secure because they chose the wrong permission values."
-msgstr "Soms wijzigen mensen of andere plug-ins de verschillende machtigingsinstellingen van bepaalde kern-WP-mappen of -bestanden zodanig dat ze uiteindelijk hun site minder veilig maken omdat ze de verkeerde toestemmingswaarden hebben gekozen."
+#: admin/wp-security-user-login-menu.php:29
+#: admin/wp-security-user-login-menu.php:418
+msgid "Failed Login Records"
+msgstr "Geschiedenis mislukte logins"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:112
-msgid "This feature will scan the critical WP core folders and files and will highlight any permission settings which are insecure."
-msgstr "Deze functie scant de cruciale WP-kernmappen en -bestanden en markeert eventuele machtigingsinstellingen die onveilig zijn."
+#: admin/wp-security-user-login-menu.php:252
+msgid "Enable Login Lockdown Feature"
+msgstr "Gebruik loginblokkade"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:118
-msgid "WP Directory and File Permissions Scan Results"
-msgstr "Scanresultaten van de WP-directory en bestandsmachtigingen"
+#: admin/wp-security-user-login-menu.php:259
+msgid "Allow Unlock Requests"
+msgstr "Deblokkade-aanvraag toestaan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:131
-#: admin/wp-security-filesystem-menu.php:150
-msgid "File/Folder"
-msgstr "Bestand/map"
+#: admin/wp-security-user-login-menu.php:266
+msgid "Max Login Attempts"
+msgstr "Max. loginpogingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:132
-#: admin/wp-security-filesystem-menu.php:151
-msgid "Current Permissions"
-msgstr "Huidige machtigingen"
+#: admin/wp-security-user-login-menu.php:272
+msgid "Login Retry Time Period (min)"
+msgstr "Loginpogingperiode (min)"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:133
-#: admin/wp-security-filesystem-menu.php:152
-msgid "Recommended Permissions"
-msgstr "Aanbevolen machtigingen"
+#: admin/wp-security-user-login-menu.php:274
+msgid "If the maximum number of failed login attempts for a particular IP address occur within this time period the plugin will lock out that address"
+msgstr "Als het maximum aantal mislukte pogingen voor een IP-adres binnen zoveel tijd wordt overschreden zal de plug-in automatisch het adres blokkeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:134
-#: admin/wp-security-filesystem-menu.php:153
-msgid "Recommended Action"
-msgstr "Aanbevolen actie"
+#: admin/wp-security-user-login-menu.php:284
+msgid "Display Generic Error Message"
+msgstr "Aangepast foutbericht weergeven"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:191
-msgid "Your PHP file editing settings were saved successfully."
-msgstr "Uw PHP-bestand bewerken instellingen werden met succes opgeslagen."
+#: admin/wp-security-user-login-menu.php:291
+msgid "Instantly Lockout Invalid Usernames"
+msgstr "Direct blokkeren ongeldige gebruikersnamen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:195
-msgid "Operation failed! Unable to modify or make a backup of wp-config.php file!"
-msgstr "Operatie mislukt! Niet in staat om te wijzigen of een backup maken van de wp-config. php bestand!"
+#: admin/wp-security-user-login-menu.php:311
+msgid "Notify By Email"
+msgstr "Meld per e-mail"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:201
-#: classes/grade-system/wp-security-feature-item-manager.php:68
-msgid "File Editing"
-msgstr "Bestand bewerken"
+#: admin/wp-security-user-login-menu.php:324
+msgid "Currently Locked Out IP Address Ranges"
+msgstr "Momenteel geblokkeerde IP-adressen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:204
-msgid "The Wordpress Dashboard by default allows administrators to edit PHP files, such as plugin and theme files."
-msgstr "In het WordPress-dashboard kunnen beheerders standaard PHP-bestanden bewerken, zoals plug-in- en themabestanden."
+#: admin/wp-security-user-login-menu.php:236
+msgid "You may also want to checkout our %s feature for another secure way to protect against these types of attacks."
+msgstr "Misschien wilt u ook onze %s functie bekijken voor een andere veilige manier om je te beschermen tegen dit soort aanvallen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:205
-msgid "This is often the first tool an attacker will use if able to login, since it allows code execution."
-msgstr "Dit is vaak het eerste hulpmiddel dat een aanvaller gebruikt als hij kan inloggen, omdat hiermee een code kan worden uitgevoerd .."
+#: admin/wp-security-user-accounts-menu.php:210
+msgid "This section contains a useful password strength tool which you can use to check whether your password is sufficiently strong enough."
+msgstr "Dit gedeelte bevat een handig wachtwoordsterkte-tool dat u kunt gebruiken om te controleren of uw wachtwoord sterk genoeg is."
+
+#: admin/wp-security-list-registered-users.php:239
+msgid "Nonce check failed for delete registered user account operation!"
+msgstr "Nonce check mislukt voor verwijderen van geregistreerde gebruikersaccount!"
+
+#: admin/wp-security-list-login-fails.php:86
+#: admin/wp-security-list-permanent-blocked-ip.php:96
+#: admin/wp-security-list-locked-ip.php:94
+#: admin/wp-security-list-locked-ip.php:105
+#: admin/wp-security-list-registered-users.php:104
+#: admin/wp-security-list-registered-users.php:115
+#: admin/wp-security-list-registered-users.php:126
+#: admin/wp-security-list-comment-spammer-ip.php:95
+#: admin/wp-security-list-404.php:121 admin/wp-security-list-404.php:129
+#: admin/wp-security-list-404.php:136
+#: admin/wp-security-list-acct-activity.php:87
+msgid "Please select some records using the checkboxes"
+msgstr "Selecteer s.v.p. een aantal records met behulp van de selectievakjes"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:206
-msgid "This feature will disable the ability for people to edit PHP files via the dashboard."
-msgstr "Met deze functie wordt de mogelijkheid voor personen om PHP-bestanden te bewerken via het dashboard uitgeschakeld."
+#: admin/wp-security-user-login-menu.php:329
+msgid "To see a list of all locked IP addresses and ranges go to the %s tab in the dashboard menu."
+msgstr "Om een lijst van alle vergrendelde IP-adressen en bereiken te zien, gaat u naar %s tab in het dashboard-menu ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:212
-msgid "Disable PHP File Editing"
-msgstr "Schakel PHP-bestands bewerking uit"
+#: admin/wp-security-user-accounts-menu.php:245
+msgid "Nonce check failed on admin username change operation!"
+msgstr "Controle nonce is mislukt bij wijziging van gebruikersnaam beheerder!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:224
-msgid "Disable Ability To Edit PHP Files"
-msgstr "Schakel de mogelijkheid om PHP-bestanden te bewerken uit"
+#: admin/wp-security-firewall-menu.php:936
+msgid "Set the length of time for which a blocked IP address will be prevented from visiting your site"
+msgstr "Stel in hoe lang het duurt dat een geblokkeerd IP-adres uw site niet kan bezoeken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:227
-msgid "Check this if you want to remove the ability for people to edit PHP files via the WP dashboard"
-msgstr "Vink dit aan als je de mogelijkheid voor mensen om PHP-bestanden te bewerken via het WP-dashboard wilt verwijderen"
+#: admin/wp-security-firewall-menu.php:943
+msgid "To temporarily lock an IP address, hover over the ID column and click the \"Temp Block\" link for the applicable IP entry."
+msgstr "Om tijdelijk een IP-adres te vergrendelen, plaatst u de muisaanwijzer op de kolom ID en klikt u op de koppeling \"Tijdelijk blokkeren \" voor het van toepassing zijnde IP-item."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:271
-msgid "You have successfully saved the Prevent Access to Default WP Files configuration."
-msgstr "U hebt de blokkering van de toegang tot configuratie van de standaard WP-bestanden opgeslagen."
+#: admin/wp-security-spam-menu.php:138
+msgid "Enable Captcha On Comment Forms"
+msgstr "Schakel Captcha op opmerkingenformulier in"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:280
-msgid "WordPress Files"
-msgstr "WordPress bestanden"
+#: admin/wp-security-settings-menu.php:356
+msgid ".htaccess file to restore from"
+msgstr ".htaccess-bestand om van te herstellen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:283
-#, php-format
-msgid "This feature allows you to prevent access to files such as %s, %s and %s which are delivered with all WP installations."
-msgstr "Met deze functie kunt u de toegang blokkeren tot bestanden zoals %s, %s en %s die bij alle WP-installaties worden geleverd."
+#: admin/wp-security-settings-menu.php:350
+msgid "Restore from a backed up .htaccess file"
+msgstr "Herstellen van een back-up van .htaccess-bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:284
-msgid "By preventing access to these files you are hiding some key pieces of information (such as WordPress version info) from potential hackers."
-msgstr "Door toegang tot deze bestanden te voorkomen, verbergt u enkele belangrijke stukjes informatie (zoals WordPress-versiegegevens) voor potentiële hackers."
+#: admin/wp-security-settings-menu.php:346
+msgid "Backup .htaccess File"
+msgstr "Back-up .htaccess-bestand"
+
+#: admin/wp-security-settings-menu.php:341
+msgid "Save the current .htaccess file"
+msgstr "Sla het huidige .htaccess-bestand op"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:289
-msgid "Prevent Access to Default WP Files"
-msgstr "Voorkom toegang tot standaard WP-bestanden"
+#: admin/wp-security-settings-menu.php:321
+msgid ".htaccess File Operations"
+msgstr ".htaccess bestandsbewerkingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:300
-msgid "Prevent Access to WP Default Install Files"
-msgstr "Voorkom toegang tot standaard WP-bestanden"
+#: admin/wp-security-settings-menu.php:315
+msgid "htaccess Restore operation failed! Please check the contents of the file you are trying to restore from."
+msgstr ".htaccess-herstelbewerking mislukt! Controleer de inhoud van het bestand dat u probeert te herstellen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:303
-msgid "Check this if you want to prevent access to readme.html, license.txt and wp-config-sample.php."
-msgstr "Vink dit aan als u de toegang tot readme.html, license.txt en wp-config-sample.php wilt voorkomen."
+#: admin/wp-security-settings-menu.php:181
+msgid "If you think that some plugin functionality on your site is broken due to a security feature you enabled in this plugin, then use the following option to turn off all the security features of this plugin."
+msgstr "Als u denkt dat sommige plug- in functionaliteit op uw site is verbroken vanwege een beveiligingsfunctie die u in deze plug- in hebt ingeschakeld, gebruikt u de volgende optie om alle beveiligingsfuncties van deze plug-in uit te schakelen ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:307
-msgid "Save Setting"
-msgstr "Instellingen opslaan"
+#: admin/wp-security-list-comment-spammer-ip.php:213
+msgid "To block these IP addresses you will need to enable the above flag in the %s menu"
+msgstr "Om deze IP-adressen te blokkeren moet u de bovenstaande vlag in het enable%s menu activeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:331
-msgid "System Logs"
-msgstr "Systeemlogboeken"
+#: admin/wp-security-list-comment-spammer-ip.php:212
+msgid "NOTE: The .htaccess file was not modified because you have disabled the \"Enable IP or User Agent Blacklisting\" check box."
+msgstr "LET OP: Het .htaccess-bestand is niet gewijzigd, omdat je de \"Enable IP of User Agent zwarte lijst\" checkbox hebt uitgeschakeld."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:334
-msgid "Sometimes your hosting platform will produce error or warning logs in a file called \"error_log\"."
-msgstr "Soms produceert uw hostingplatform fout- of waarschuwingslogboeken in een bestand met de naam \"error_log\"."
+#: admin/wp-security-list-comment-spammer-ip.php:130
+#: admin/wp-security-list-comment-spammer-ip.php:179
+msgid "Nonce check failed for delete selected blocked IP operation!"
+msgstr "Nonce controle voor het verwijderen van geselecteerde geblokkeerde IP's is mislukt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:335
-msgid "Depending on the nature and cause of the error or warning, your hosting server can create multiple instances of this file in numerous directory locations of your WordPress installation."
-msgstr "Afhankelijk van de aard en oorzaak van de fout of waarschuwing, kan uw hostserver meerdere exemplaren van dit bestand maken op verschillende directorylocaties van uw WordPress-installatie."
+#: admin/wp-security-list-acct-activity.php:138
+msgid "Nonce check failed for delete selected account activity logs operation!"
+msgstr "Nonce controle is mislukt voor het verwijderen van de geselecteerde logboeken van accountactiviteit !"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:336
-msgid "By occassionally viewing the contents of these logs files you can keep informed of any underlying problems on your system which you might need to address."
-msgstr "Door af en toe de inhoud van deze logbestanden te bekijken, kunt u op de hoogte blijven van eventuele onderliggende problemen op uw systeem die u mogelijk moet verhelpen."
+#: admin/wp-security-firewall-menu.php:1079
+msgid "If you break your site you will need to access your server via FTP or something similar and then edit your .htaccess file and delete the changes you made."
+msgstr "Als u de werking van de website uitschakeld hebt u toegang nodig tot uw site via FTP of iets dergelijks en bewerk vervolgens je het .htaccess-bestand en verwijder de wijzigingen die je gemaakt hebt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:342
-msgid "View System Logs"
-msgstr "Bekijk systeemlogboeken"
+#: admin/wp-security-spam-menu.php:413
+msgid "Take note of the IP addresses you want blocked and ask the superadmin to add these to the blacklist using the \"Blacklist Manager\" on the main site."
+msgstr "Neem kennis van de IP-adressen die u wilt blokkeren en vraag de superadmin om deze toe te voegen aan de zwarte lijst met behulp van de \"zwarte lijst Manager\" op de hoofdwebsite."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:347
-msgid "Enter System Log File Name"
-msgstr "Voer de bestandsnaam van het systeemlogbestand in"
+#: admin/wp-security-spam-menu.php:171
+msgid "Block Spambots From Posting Comments"
+msgstr "Block spambots voor het plaatsen van commentaren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:349
-msgid "Enter your system log file name. (Defaults to error_log)"
-msgstr "Voer uw systeemlogbestandsnaam in. (Standaard naar error_log)"
+#: admin/wp-security-spam-menu.php:141
+msgid "Check this if you want to insert a captcha field on the comment forms"
+msgstr "Selecteer dit als u een captcha-veld wil invoegen op de commentaarformulieren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:352
-msgid "View Latest System Logs"
-msgstr "Bekijk de nieuwste systeemlogboeken"
+#: admin/wp-security-spam-menu.php:128
+msgid "This feature will add a simple math captcha field in the WordPress comments form."
+msgstr "Deze functie zal een eenvoudig wiskunde captcha-veld toevoegen in het WordPress commentaarformulier."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:354
-msgid "Loading..."
-msgstr "Bezig met laden..."
+#: admin/wp-security-spam-menu.php:29
+msgid "Comment SPAM IP Monitoring"
+msgstr "Bewaking commentaar SPAM IP"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:371
-msgid "No system logs were found!"
-msgstr "Er zijn geen systeemlogboeken gevonden!"
+#: admin/wp-security-settings-menu.php:458
+msgid "wp-config file to restore from"
+msgstr "wp-config-bestand om van te herstellen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:424
-msgid "Set Recommended Permissions"
-msgstr "Stel aanbevolen machtigingen in"
+#: admin/wp-security-settings-menu.php:422
+msgid "wp-config.php File Operations"
+msgstr "wp-config.php-bestandsbewerkingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:430
-msgid "No Action Required"
-msgstr "Geen actie nodig"
+#: admin/wp-security-settings-menu.php:416
+msgid "wp-config.php Restore operation failed! Please check the contents of the file you are trying to restore from."
+msgstr "wp-config.php-herstelbewerking mislukt! Controleer de inhoud van het bestand dat u probeert te herstellen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-filesystem-menu.php:470
-#, php-format
-msgid "Showing latest entries of error_log file: %s"
-msgstr "De laatste gegevens van error_log file: %s"
+#: admin/wp-security-list-locked-ip.php:183
+msgid "Nonce check failed for delete lockdown record operation!"
+msgstr "Controle nonce mislukt voor het verwijderen van het lockdown-record!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:27
-msgid "Basic Firewall Rules"
-msgstr "Basic Firewall-regels"
+#: admin/wp-security-firewall-menu.php:882
+msgid "This feature allows you to monitor all 404 events which occur on your site, and it also gives you the option of blocking IP addresses for a configured length of time."
+msgstr "Met deze functie kunt u alle 404-gebeurtenissen monitoren die plaatsvinden op uw website, en het geeft u ook de mogelijkheid om IP-adressen te blokkeren voor een geconfigureerde tijdsduur."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:28
-msgid "Additional Firewall Rules"
-msgstr "Aanvullende firewallregels"
+#: admin/wp-security-firewall-menu.php:1061
+msgid "Custom .htaccess Rules Settings"
+msgstr "Aangepaste instellingen voor .htaccessregels"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:29
-msgid "5G Blacklist Firewall Rules"
-msgstr "5G Blacklist Firewall-regels"
+#: admin/wp-security-firewall-menu.php:1002
+msgid "Click this button if you wish to purge all 404 event logs from the DB."
+msgstr "Klik op deze knop als u alle 404-eventlogs wilt verwijderen uit de DB."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:30
-msgid "Internet Bots"
-msgstr "Internet Bots"
+#: admin/wp-security-firewall-menu.php:754
+msgid "Due to the fact that the image being displayed on the other person's site is coming from your server, this can cause leaking of bandwidth and resources for you because your server has to present this image for the people viewing it on someone elses's site."
+msgstr "Vanwege het feit dat de afbeelding die wordt weergegeven op de site van de andere persoon afkomstig is van uw server, kan dit leiden tot lekken van bandbreedte en bronnen voor u, omdat uw server deze afbeelding moet presenteren voor de mensen die deze op de website van iemand anders bekijken ."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:31
-msgid "Prevent Hotlinks"
-msgstr "Voorkom Hotlinks"
+#: admin/wp-security-firewall-menu.php:878
+msgid "A 404 or Not Found error occurs when somebody tries to access a non-existent page on your website."
+msgstr "Er treedt een 404-of niet-gevonden-fout als iemand probeert een niet-bestaande pagina op uw website te openen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:32
-msgid "404 Detection"
-msgstr "404 Detectie"
+#: admin/wp-security-firewall-menu.php:898
+msgid "404 Detection Options"
+msgstr "Opties 404-detectie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:115
-#: admin/wp-security-firewall-menu.php:663 admin/wp-security-spam-menu.php:102
-#: admin/wp-security-user-registration-menu.php:96
-msgid "Settings were successfully saved"
-msgstr "Instellingen zijn succesvol opgeslagen"
+#: admin/wp-security-user-accounts-menu.php:119
+msgid "Your site currently has an account which uses the default \"admin\" username. It is highly recommended that you change this name to something else. Use the following field to change the admin username."
+msgstr "Je site heeft momenteel een gebruiker die de standaard \"admin\"-gebruikersnaam heeft. Het wordt aangeraden om die te veranderen in iets anders. Gebruik het volgende veld om de gebruikersnaam te wijzigen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:124
-#: admin/wp-security-firewall-menu.php:503
-msgid "Firewall Settings"
-msgstr "Firewall-instellingen"
+#: admin/wp-security-dashboard-menu.php:169
+#: admin/wp-security-dashboard-menu.php:179
+#: admin/wp-security-dashboard-menu.php:188
+msgid "On"
+msgstr "Aan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:131
-#, php-format
-msgid "This should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
-msgstr "Dit zou geen enkele invloed moeten hebben op de algemene functionaliteit van uw site, maar u kunt desgewenst een %s van uw .htaccess-bestand nemen voordat u doorgaat."
+#: admin/wp-security-dashboard-menu.php:171
+#: admin/wp-security-dashboard-menu.php:181
+#: admin/wp-security-dashboard-menu.php:190
+msgid "Off"
+msgstr "Uit"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:132
-msgid "The features in this tab allow you to activate some basic firewall security protection rules for your site."
-msgstr "Met de functies op dit tabblad kunt u enkele basisbeveiligingsregels voor firewallbeveiliging voor uw site activeren."
+#: admin/wp-security-filescan-menu.php:420
+#: admin/wp-security-filescan-menu.php:441
+#: admin/wp-security-filescan-menu.php:465
+#: admin/wp-security-settings-menu.php:31
+#: admin/wp-security-settings-menu.php:32
+msgid "File"
+msgstr "Bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:133
-msgid "The firewall functionality is achieved via the insertion of special code into your currently active .htaccess file."
-msgstr "De firewallfunctionaliteit wordt bereikt door het invoegen van speciale code in uw momenteel actieve .htaccess-bestand."
+#: admin/wp-security-filesystem-menu.php:140
+#: admin/wp-security-filesystem-menu.php:159
+#: admin/wp-security-dashboard-menu.php:221
+msgid "Name"
+msgstr "Naam"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:143
-msgid "Attention:"
-msgstr "Aandacht:"
+#: classes/grade-system/wp-security-feature-item-manager.php:67
+#: admin/wp-security-database-menu.php:29
+#: admin/wp-security-database-menu.php:34
+msgid "DB Backup"
+msgstr "DB back-up"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:144
-msgid "Currently the "
-msgstr "Momenteel de "
+#: admin/wp-security-database-menu.php:185
+msgid "OR"
+msgstr "OF"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:144
-#: admin/wp-security-firewall-menu.php:191
-msgid "Enable Pingback Protection"
-msgstr "Activeer Pingback-bescherming"
+#: admin/wp-security-dashboard-menu.php:135
+msgid "PHP Version"
+msgstr "PHP-versie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:144
-msgid " is active."
-msgstr " is actief."
+#: admin/wp-security-dashboard-menu.php:144
+#: admin/wp-security-dashboard-menu.php:153
+#: admin/wp-security-dashboard-menu.php:162
+#: admin/wp-security-dashboard-menu.php:200
+msgid "N/A"
+msgstr "N/A"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:145
-msgid "Please beware that if you are using the WordPress iOS App, then you will need to deactivate this feature in order for the app to work properly."
-msgstr "Let op: als u de WordPress iOS-app gebruikt, moet u deze functie deactiveren om ervoor te zorgen dat de app correct werkt."
+#: admin/wp-security-dashboard-menu.php:210
+msgid "Active Plugins"
+msgstr "Actieve plugins"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:153
-msgid "Basic Firewall Settings"
-msgstr "Basis Firewall-instellingen"
+#: admin/wp-security-dashboard-menu.php:147
+msgid "PHP Memory Limit"
+msgstr "PHP-geheugenlimiet"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:161
-msgid "Enable Basic Firewall Protection"
-msgstr "Schakel de basis firewallbescherming in"
+#: admin/wp-security-dashboard-menu.php:156
+msgid "PHP Max Upload Size"
+msgstr "PHP Max Upload Size"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:164
-msgid "Check this if you want to apply basic firewall protection to your site."
-msgstr "Selecteer dit als u basisfirewallbeveiliging op uw site wilt toepassen."
+#: admin/wp-security-dashboard-menu.php:165
+msgid "PHP Max Post Size"
+msgstr "PHP Max Post Size"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:168
-msgid "This setting will implement the following basic firewall protection mechanisms on your site:"
-msgstr "Met deze instelling worden de volgende basismechanismen voor firewallbescherming op uw site geïmplementeerd:"
+#: admin/wp-security-firewall-menu.php:667
+msgid "%s?"
+msgstr "%s?"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:169
-msgid "1) Protect your htaccess file by denying access to it."
-msgstr "1) Bescherm uw htaccess-bestand door toegang te weigeren."
+#: classes/grade-system/wp-security-feature-item-manager.php:102
+#: admin/wp-security-firewall-menu.php:687
+#: admin/wp-security-firewall-menu.php:697
+msgid "Block Fake Googlebots"
+msgstr "Blokkeer namaak Googlebots"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:170
-msgid "2) Disable the server signature."
-msgstr "2) Schakel de serverhandsignature uit."
+#: admin/wp-security-firewall-menu.php:601
+#: admin/wp-security-firewall-menu.php:619
+msgid "....and much more."
+msgstr "....en veel meer."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:171
-msgid "3) Limit file upload size (10MB)."
-msgstr "3) Beperk bestandsgrootte van uploaden (10MB)."
+#: admin/wp-security-firewall-menu.php:393
+msgid "Trace and Track"
+msgstr "Trace and Track"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:172
-msgid "4) Protect your wp-config.php file by denying access to it."
-msgstr "4) Bescherm uw wp-config.php bestand door toegang te weigeren."
+#: classes/grade-system/wp-security-feature-item-manager.php:97
+#: admin/wp-security-firewall-menu.php:402
+msgid "Disable Trace and Track"
+msgstr "Trace and Track uitzetten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:173
-msgid "The above firewall features will be applied via your .htaccess file and should not affect your site's overall functionality."
-msgstr "De bovenstaande firewall-functies worden toegepast via uw .htaccess-bestand en hebben geen invloed op de algehele functionaliteit van uw site."
+#: admin/wp-security-firewall-menu.php:347
+msgid "Additional Firewall Protection"
+msgstr "Extra firewall-bescherming"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:174
-msgid "You are still advised to take a backup of your active .htaccess file just in case."
-msgstr "U wordt nog steeds geadviseerd om een back-up te maken van uw actieve .htaccess-bestand voor het geval dat."
+#: admin/wp-security-filesystem-menu.php:372
+msgid "Loading..."
+msgstr "Laden..."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:183
-msgid "WordPress Pingback Vulnerability Protection"
-msgstr "WordPress Pingback-beveiligingslek"
+#: admin/wp-security-filesystem-menu.php:389
+msgid "No system logs were found!"
+msgstr "Geen systeemlogs gevonden!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:194
-msgid "Check this if you are not using the WP XML-RPC functionality and you want to enable protection against WordPress pingback vulnerabilities."
-msgstr "Vink dit aan als u de WP XML-RPC-functionaliteit niet gebruikt en u bescherming tegen WordPress-kwetsbaarheden voor Pingback wilt inschakelen."
+#: admin/wp-security-filesystem-menu.php:370
+msgid "View Latest System Logs"
+msgstr "Toon meest recente systeemlogs"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:198
-msgid "This setting will add a directive in your .htaccess to disable access to the WordPress xmlrpc.php file which is responsible for the XML-RPC functionality such as pingbacks in WordPress."
-msgstr "Deze instelling voegt een richtlijn toe aan uw .htaccess om de toegang tot het WordPress xmlrpc.php-bestand uit te schakelen dat verantwoordelijk is voor de XML-RPC-functionaliteit zoals pingbacks in WordPress."
+#: admin/wp-security-filesystem-menu.php:442
+msgid "Set Recommended Permissions"
+msgstr "Aanbevolen permissies instellen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:199
-msgid "Hackers can exploit various pingback vulnerabilities in the WordPress XML-RPC API in a number of ways such as:"
-msgstr "Hackers kunnen verschillende Pingback-kwetsbaarheden in de WordPress XML-RPC API misbruiken op een aantal manieren, zoals:"
+#: admin/wp-security-filesystem-menu.php:448
+msgid "No Action Required"
+msgstr "Geen actie nodig"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:200
-msgid "1) Denial of Service (DoS) attacks"
-msgstr "1) tegengaan van Service-aanvallen (DoS)"
+#: admin/wp-security-firewall-menu.php:28
+msgid "Basic Firewall Rules"
+msgstr "Standaard firewall-regels"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:201
-msgid "2) Hacking internal routers."
-msgstr "2) het hacken van interne routers."
+#: admin/wp-security-firewall-menu.php:31
+msgid "Internet Bots"
+msgstr "Internet bots"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:202
-msgid "3) Scanning ports in internal networks to get info from various hosts."
-msgstr "3) Scannen van poorten in interne netwerken om informatie te krijgen van verschillende hosts."
+#: admin/wp-security-firewall-menu.php:32
+msgid "Prevent Hotlinks"
+msgstr "Hotlinks voorkomen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:203
-msgid "Apart from the security protection benefit, this feature may also help reduce load on your server, particularly if your site currently has a lot of unwanted traffic hitting the XML-RPC API on your installation."
-msgstr "Afgezien van het voordeel van de beveiligingsbescherming, kan deze functie ook helpen de belasting van uw server te verminderen, vooral als uw site momenteel veel ongewenst verkeer heeft dat de XML-RPC API op uw installatie raakt."
+#: admin/wp-security-firewall-menu.php:33
+msgid "404 Detection"
+msgstr "404-detectie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:204
-msgid "NOTE: You should only enable this feature if you are not currently using the XML-RPC functionality on your WordPress installation."
-msgstr "OPMERKING: u moet deze functie alleen inschakelen als u de XML-RPC-functionaliteit momenteel niet gebruikt in uw WordPress-installatie."
+#: admin/wp-security-firewall-menu.php:34
+msgid "Custom Rules"
+msgstr "Aangepaste regels"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:211
-msgid "Save Basic Firewall Settings"
-msgstr "Bewaar basisinstellingen van de firewall"
+#: admin/wp-security-firewall-menu.php:120
+#: admin/wp-security-firewall-menu.php:742
+#: admin/wp-security-user-registration-menu.php:102
+#: admin/wp-security-spam-menu.php:110 admin/wp-security-spam-menu.php:454
+#: admin/wp-security-spam-menu.php:516
+msgid "Settings were successfully saved"
+msgstr "Instelling zijn succesvol opgeslagen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:283
-msgid "You have successfully saved the Additional Firewall Protection configuration"
-msgstr "U hebt de aanvullende firewallbeveiligingsconfiguratie opgeslagen"
+#: admin/wp-security-firewall-menu.php:169
+msgid "Enable Basic Firewall Protection"
+msgstr "Standaard firewall-bescherming gebruiken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:297
-msgid "Additional Firewall Protection"
-msgstr "Extra firewallbescherming"
+#: admin/wp-security-filesystem-menu.php:144
+#: admin/wp-security-filesystem-menu.php:163
+msgid "Recommended Action"
+msgstr "Aangeraden actie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:301
-#, php-format
-msgid "Due to the nature of the code being inserted to the .htaccess file, this feature may break some functionality for certain plugins and you are therefore advised to take a %s of .htaccess before applying this configuration."
-msgstr "Vanwege de aard van de code die wordt ingevoegd in het. Htaccess-bestand, kan deze functie sommige functionaliteit voor bepaalde plug-ins onderbreken en daarom wordt u geadviseerd om %s van .htaccess te nemen voordat u deze configuratie toepast."
+#: classes/grade-system/wp-security-feature-item-manager.php:73
+#: admin/wp-security-filesystem-menu.php:219
+msgid "File Editing"
+msgstr "Bestand bewerken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:303
-msgid "This feature allows you to activate more advanced firewall settings to your site."
-msgstr "Met deze functie kunt u geavanceerdere firewall-instellingen activeren voor uw site."
+#: admin/wp-security-filesystem-menu.php:245
+msgid "Check this if you want to remove the ability for people to edit PHP files via the WP dashboard"
+msgstr "Vink dit aan als je de mogelijkheid tot het bewerken van PHP via het WordPress-dashboard uit wilt zetten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:304
-msgid "The advanced firewall rules are applied via the insertion of special code to your currently active .htaccess file."
-msgstr "De geavanceerde firewallregels worden toegepast via het invoegen van speciale code in uw momenteel actieve .htaccess-bestand."
+#: admin/wp-security-filesystem-menu.php:298
+msgid "WordPress Files"
+msgstr "WordPress-bestanden"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:313
-msgid "Listing of Directory Contents"
-msgstr "Vermelding van directoryinhoud"
+#: admin/wp-security-filesystem-menu.php:289
+msgid "You have successfully saved the Prevent Access to Default WP Files configuration."
+msgstr "Je hebt succesvol de instellingen opgeslagen voor het voorkomen van toegang tot WP-bestanden."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:322
-#: classes/grade-system/wp-security-feature-item-manager.php:88
-msgid "Disable Index Views"
-msgstr "Indexweergaven uitschakelen"
+#: admin/wp-security-filesystem-menu.php:349
+msgid "System Logs"
+msgstr "Systeembestanden"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:325
-msgid "Check this if you want to disable directory and file listing."
-msgstr "Selecteer dit als u directory- en bestandsvermeldingen wilt uitschakelen."
+#: admin/wp-security-filesystem-menu.php:360
+msgid "View System Logs"
+msgstr "Bekijk systeemlogs"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:330
-msgid "By default, an Apache server will allow the listing of the contents of a directory if it doesn't contain an index.php file."
-msgstr "Standaard staat een Apache-server de vermelding van de inhoud van een map toe als deze geen index.php-bestand bevat."
+#: admin/wp-security-filesystem-menu.php:365
+msgid "Enter System Log File Name"
+msgstr "Vul bestandsnaam systeemlog in"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:332
-msgid "This feature will prevent the listing of contents for all directories."
-msgstr "Deze functie voorkomt dat de inhoud van alle mappen wordt vermeld."
+#: admin/wp-security-filesystem-menu.php:367
+msgid "Enter your system log file name. (Defaults to error_log)"
+msgstr "Vul bestandsnaam van je systeemlog in (Standaard is error_log)"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:334
-msgid "NOTE: In order for this feature to work \"AllowOverride\" of the Indexes directive must be enabled in your httpd.conf file. Ask your hosting provider to check this if you don't have access to httpd.conf"
-msgstr "OPMERKING: Om deze functie te laten werken, moet \"AllowOverride\" van de Indexes-instructie zijn ingeschakeld in uw httpd.conf-bestand. Vraag uw hostingprovider om dit te controleren als u geen toegang heeft tot httpd.conf"
+#: admin/wp-security-filesystem-menu.php:321
+msgid "Check this if you want to prevent access to readme.html, license.txt and wp-config-sample.php."
+msgstr "Vink dit aan als je toegang tot readme.html, license.txt en wp-config-sample.php wil blokkeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:343
-msgid "Trace and Track"
-msgstr "Traceren en volgen"
+#: admin/wp-security-filesystem-menu.php:301
+msgid "This feature allows you to prevent access to files such as %s, %s and %s which are delivered with all WP installations."
+msgstr "Deze optie blokkeert toegang tot bestanden zoals %s, %s en %s die standaard met WP meekomen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:352
-#: classes/grade-system/wp-security-feature-item-manager.php:89
-msgid "Disable Trace and Track"
-msgstr "Schakel Traceren en volgen uit"
+#: admin/wp-security-filesystem-menu.php:302
+msgid "By preventing access to these files you are hiding some key pieces of information (such as WordPress version info) from potential hackers."
+msgstr "Door toegang tot deze bestanden te blokkeren kan je belangrijke informatie afschermen (zoals welke WordPress-versie)."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:355
-msgid "Check this if you want to disable trace and track."
-msgstr "Selecteer dit als u traceren en volgen wilt uitschakelen."
+#: admin/wp-security-filescan-menu.php:421
+#: admin/wp-security-filescan-menu.php:442
+#: admin/wp-security-filescan-menu.php:466
+msgid "File Size"
+msgstr "Bestandsgrootte"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:360
-msgid "HTTP Trace attack (XST) can be used to return header requests and grab cookies and other information."
-msgstr "HTTP Trace Attack (XST) kan worden gebruikt om headeraanvragen in te dienen en om cookies en andere informatie te bemachtigen."
+#: admin/wp-security-filescan-menu.php:422
+#: admin/wp-security-filescan-menu.php:443
+#: admin/wp-security-filescan-menu.php:467
+msgid "File Modified"
+msgstr "Bestand bewerkt"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:362
-msgid "This hacking technique is usually used together with cross site scripting attacks (XSS)."
-msgstr "Deze hacktechniek wordt meestal gebruikt in combinatie met cross-site scripting attacks (XSS)."
+#: admin/wp-security-filescan-menu.php:438
+msgid "The following files were removed from your host."
+msgstr "De volgende bestanden zijn verwijderd van jouw host."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:364
-msgid "Disabling trace and track on your site will help prevent HTTP Trace attacks."
-msgstr "Als u tracering en volgen uitschakelt op uw site, voorkomt u HTTP Trace-aanvallen."
+#: admin/wp-security-filescan-menu.php:462
+msgid "The following files were changed on your host."
+msgstr "De volgende bestanden zijn bewerkt op jouw host."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:373
-msgid "Proxy Comment Posting"
-msgstr "Proxy-opmerkingen plaatsen"
+#: classes/grade-system/wp-security-feature-item-manager.php:71
+#: admin/wp-security-filesystem-menu.php:26
+msgid "File Permissions"
+msgstr "Bestandsrechten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:383
-msgid "Forbid Proxy Comment Posting"
-msgstr "Verbieden het plaatsen van Proxy opmerkingen"
+#: admin/wp-security-filesystem-menu.php:29
+msgid "Host System Logs"
+msgstr "Host systeemlogs"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:386
-msgid "Check this if you want to forbid proxy comment posting."
-msgstr "Vink dit aan als u het plaatsen van proxycommentaar wilt verbieden."
+#: admin/wp-security-filesystem-menu.php:107
+msgid "File Permissions Scan"
+msgstr "Scan bestandsrechten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:391
-msgid "This setting will deny any requests that use a proxy server when posting comments."
-msgstr "Met deze instelling worden aanvragen die gebruikmaken van een proxyserver geweigerd bij het plaatsen van opmerkingen."
+#: admin/wp-security-filesystem-menu.php:141
+#: admin/wp-security-filesystem-menu.php:160
+msgid "File/Folder"
+msgstr "Bestand / Map"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:392
-msgid "By forbidding proxy comments you are in effect eliminating some SPAM and other proxy requests."
-msgstr "Door proxy-opmerkingen te verbieden, elimineert u in feite enkele SPAM- en andere proxyverzoeken."
+#: admin/wp-security-filesystem-menu.php:142
+#: admin/wp-security-filesystem-menu.php:161
+msgid "Current Permissions"
+msgstr "Huidge rechten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:401
-msgid "Bad Query Strings"
-msgstr "Slechte queryreeksen"
+#: admin/wp-security-filesystem-menu.php:143
+#: admin/wp-security-filesystem-menu.php:162
+msgid "Recommended Permissions"
+msgstr "Aangeraden vechten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:411
-msgid "Deny Bad Query Strings"
-msgstr "Slechte queryreeksen weigeren"
+#: admin/wp-security-filescan-menu.php:367
+msgid "What is Malware?"
+msgstr "Wat is malware?"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:414
-msgid "This will help protect you against malicious queries via XSS."
-msgstr "Dit helpt je te beschermen tegen kwaadwillige vragen via XSS."
+#: admin/wp-security-filescan-menu.php:337
+msgid "somedirectory"
+msgstr "eenmap"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:419
-msgid "This feature will write rules in your .htaccess file to prevent malicious string attacks on your site using XSS."
-msgstr "Deze functie schrijft regels in uw. Htaccess-bestand om kwaadwillende reeksaanvallen op uw site met XSS te voorkomen."
+#: admin/wp-security-filescan-menu.php:374
+msgid "Scanning For Malware"
+msgstr "Aan het scannen naar malware"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:420
-msgid "NOTE: Some of these strings might be used for plugins or themes and hence this might break some functionality."
-msgstr "OPMERKING: sommige van deze tekenreeksen kunnen worden gebruikt voor plug-ins of thema's en daarom kan dit sommige functionaliteit tegenwerken."
+#: admin/wp-security-filescan-menu.php:385
+msgid "Blacklist Removal"
+msgstr "Blacklist verwijderen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:421
-#: admin/wp-security-firewall-menu.php:451
-msgid "You are therefore strongly advised to take a backup of your active .htaccess file before applying this feature."
-msgstr "Daarom wordt u ten zeerste aangeraden een back-up van uw actieve .htaccess-bestand te maken voordat u deze functie toepast."
+#: admin/wp-security-filescan-menu.php:263
+msgid "Perform Scan Now"
+msgstr "Nu scannen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:430
-#: classes/grade-system/wp-security-feature-item-manager.php:92
-msgid "Advanced Character String Filter"
-msgstr "Geavanceerde Character String Filter"
+#: admin/wp-security-filescan-menu.php:276
+msgid "View Last File Change"
+msgstr "Laatste bestandswijziging bekijken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:440
-msgid "Enable Advanced Character String Filter"
-msgstr "Geavanceerde Advanced Character String filter inschakelen"
+#: admin/wp-security-filescan-menu.php:319
+msgid "jpg"
+msgstr "jpg"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:443
-msgid "This will block bad character matches from XSS."
-msgstr "Hiermee worden verkeerde karakterovereenkomsten van XSS geblokkeerd."
+#: admin/wp-security-filescan-menu.php:320
+msgid "png"
+msgstr "png"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:448
-msgid "This is an advanced character string filter to prevent malicious string attacks on your site coming from Cross Site Scripting (XSS)."
-msgstr "Dit is een geavanceerd character string filter om te voorkomen dat kwaadwillende string attacks op uw site die afkomstig zijn van Cross Site Scripting (XSS)."
+#: admin/wp-security-filescan-menu.php:321
+msgid "bmp"
+msgstr "bmp"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:449
-msgid "This setting matches for common malicious string patterns and exploits and will produce a 403 error for the hacker attempting the query."
-msgstr "Deze instelling komt overeen met veelgebruikte kwaadwillende stringpatronen en exploits en zal een 403-fout produceren voor de hacker die de query probeert uit te voeren."
+#: admin/wp-security-filescan-menu.php:327
+msgid "Files/Directories To Ignore"
+msgstr "Bestanden/Mappen uitsluiten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:450
-msgid "NOTE: Some strings for this setting might break some functionality."
-msgstr "OPMERKING: Sommige strings met deze instelling kunnen sommige functies schenden."
+#: admin/wp-security-filescan-menu.php:336
+msgid "cache/config/master.php"
+msgstr "cache/config/master.php"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:459
-msgid "Save Additional Firewall Settings"
-msgstr "Sla extra firewall-instellingen op"
+#: classes/grade-system/wp-security-feature-item-manager.php:114
+#: admin/wp-security-filescan-menu.php:26
+msgid "File Change Detection"
+msgstr "Bestandwijzigingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:494
-msgid "You have successfully saved the 5G Firewall Protection configuration"
-msgstr "U hebt de configuratie van de 5G-firewallbescherming succesvol opgeslagen"
+#: admin/wp-security-filescan-menu.php:27
+msgid "Malware Scan"
+msgstr "Malware-scan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:507
-#, php-format
-msgid "This feature allows you to activate the 5G firewall security protection rules designed and produced by %s."
-msgstr "Met deze functie kunt u de beveiligings beschermingsregels van de 5G-firewall activeren die door %s zijn ontworpen en geproduceerd."
+#: admin/wp-security-database-menu.php:302
+msgid "Manual Backup"
+msgstr "Handmatige back-up"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:508
-msgid "The 5G Blacklist is a simple, flexible blacklist that helps reduce the number of malicious URL requests that hit your website."
-msgstr "De 5G Blacklist is een eenvoudige, flexibele zwarte lijst die helpt het aantal schadelijke URL-verzoeken te verminderen die op uw website terechtkomen."
+#: admin/wp-security-database-menu.php:309
+msgid "Create DB Backup Now"
+msgstr "Maak DB-back-up"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:509
-msgid "The added advantage of applying the 5G firewall to your site is that it has been tested and confirmed by the people at PerishablePress.com to be an optimal and least disruptive set of .htaccess security rules for general WP sites running on an Apache server or similar."
-msgstr "Het extra voordeel van het toepassen van de 5G-firewall op uw site is dat deze door de mensen op PerishablePress.com is getest en bevestigd als een optimale en minst verstorende set van .htaccess-beveiligingsregels voor algemene WP-sites die op een Apache-server of vergelijkbaar worden uitgevoerd ."
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:510
-#, php-format
-msgid "Therefore the 5G firewall rules should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
-msgstr "Daarom mogen de 5G-firewallregels geen invloed hebben op de algemene functionaliteit van uw site, maar u kunt desgewenst een %s van uw .htaccess-bestand nemen voordat u doorgaat."
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:516
-msgid "5G Blacklist/Firewall Settings"
-msgstr "5G Blacklist / Firewall-instellingen"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:528
-msgid "Enable 5G Firewall Protection"
-msgstr "Schakel 5G Firewall-bescherming in"
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:531
-msgid "Check this if you want to apply the 5G Blacklist firewall protection from perishablepress.com to your site."
-msgstr "Vink dit aan als u de 5G Blacklist-firewallbescherming van perishablepress.com op uw site wilt toepassen."
+#: admin/wp-security-database-menu.php:335
+#: admin/wp-security-filescan-menu.php:302
+msgid "Hours"
+msgstr "Uren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:535
-msgid "This setting will implement the 5G security firewall protection mechanisms on your site which include the following things:"
-msgstr "Deze instelling implementeert de 5G-firewallbeveiligingsmechanismen op uw site die de volgende zaken bevatten:"
+#: admin/wp-security-database-menu.php:336
+#: admin/wp-security-filescan-menu.php:303
+msgid "Days"
+msgstr "Dagen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:536
-msgid "1) Block forbidden characters commonly used in exploitative attacks."
-msgstr "1) Blokkeer verboden karakters die vaak worden gebruikt bij exploitative attacks."
+#: admin/wp-security-database-menu.php:337
+#: admin/wp-security-filescan-menu.php:304
+msgid "Weeks"
+msgstr "Weken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:537
-msgid "2) Block malicious encoded URL characters such as the \".css(\" string."
-msgstr "2) Blokkeer kwaadwillende gecodeerde URL-tekens, zoals de tekenreeks \".css (\"."
+#: admin/wp-security-dashboard-menu.php:365
+msgid "--Select a file--"
+msgstr "-- Selecteer een bestand --"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:538
-msgid "3) Guard against the common patterns and specific exploits in the root portion of targeted URLs."
-msgstr "3) Bescherm uzelf tegen de algemene patronen en specifieke exploits in het rootgedeelte van gerichte URL's."
+#: admin/wp-security-dashboard-menu.php:381
+msgid "View Logs"
+msgstr "Logs bekijken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:539
-msgid "4) Stop attackers from manipulating query strings by disallowing illicit characters."
-msgstr "4) Stop aanvallers met het manipuleren van query strings door ongeoorloofde characters niet toe te staan."
+#: classes/grade-system/wp-security-feature-item-manager.php:65
+#: admin/wp-security-database-menu.php:33
+msgid "DB Prefix"
+msgstr "DB-prefix"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:540
-msgid "....and much more."
-msgstr "....en veel meer."
+#: admin/wp-security-database-menu.php:136
+msgid "Change Database Prefix"
+msgstr "Verander database-prefix"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:546
-msgid "Save 5G Firewall Settings"
-msgstr "Sla 5G Firewall-instellingen op"
+#: admin/wp-security-database-menu.php:148
+msgid "DB Prefix Options"
+msgstr "Opties database-prefix"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:577
-msgid "The Internet bot settings were successfully saved"
-msgstr "De internetbot-instellingen zijn succesvol opgeslagen"
+#: admin/wp-security-dashboard-menu.php:204
+msgid "Seconds"
+msgstr "Seconden"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:581
-msgid "Internet Bot Settings"
-msgstr "Internet Bot-instellingen"
+#: admin/wp-security-dashboard-menu.php:223
+msgid "Plugin URL"
+msgstr "Plugin-URL"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:588
-#, php-format
-msgid "%s?"
-msgstr "%s?"
+#: admin/wp-security-firewall-menu.php:656
+msgid "The Internet bot settings were successfully saved"
+msgstr "De internetbot-instellingen zijn succesvol opgeslagen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:590
-msgid "A bot is a piece of software which runs on the Internet and performs automatic tasks. For example when Google indexes your pages it uses automatic bots to achieve this task."
-msgstr "Een bot is een stukje software dat op internet wordt uitgevoerd en automatische taken uitvoert. Wanneer Google bijvoorbeeld uw pagina's indexeert, gebruikt het automatische bots om deze taak te bereiken."
+#: admin/wp-security-firewall-menu.php:700
+msgid "Check this if you want to block all fake Googlebots."
+msgstr "Vink dit aan als je alle nep-Googlebots wil blokkeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:591
-msgid "A lot of bots are legitimate and non-malicous but not all bots are good and often you will find some which try to impersonate legitimate bots such as \"Googlebot\" but in reality they have nohing to do with Google at all."
-msgstr "Veel bots zijn legitiem en non-malicous, maar niet alle bots zijn goed en vaak zul je er een paar vinden die proberen om zich uit te geven voor legitieme bots zoals 'Googlebot', maar in werkelijkheid hebben ze helemaal niets met Google te maken."
+#: admin/wp-security-database-menu.php:313
+msgid "Automated Scheduled Backups"
+msgstr "Ingeplande back-ups"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:592
-msgid "Although most of the bots out there are relatively harmless sometimes website owners want to have more control over which bots they allow into their site."
-msgstr "Hoewel de meeste bots die er zijn relatief onschadelijk zijn, willen website-eigenaren meer controle over welke bots ze op hun site toelaten."
+#: admin/wp-security-database-menu.php:343
+msgid "Number of Backup Files To Keep"
+msgstr "Aantal back-upbestanden om te bewaren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:593
-msgid "This feature allows you to block bots which are impersonating as a Googlebot but actually aren't. (In other words they are fake Google bots)"
-msgstr "Met deze functie kunt u bots blokkeren die zich voordoen als een Googlebot, maar dat in werkelijkheid niet zijn. (Met andere woorden: het zijn valse Google-bots)"
+#: admin/wp-security-database-menu.php:385
+msgid "Error - Could not get tables or no tables found!"
+msgstr "Error - Kon geen tabellen ophalen of vinden!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:594
-msgid "Googlebots have a unique indentity which cannot easily be forged and this feature will indentify any fake Google bots and block them from reading your site's pages."
-msgstr "Google Bots hebben een unieke identiteit die niet gemakkelijk kan worden vervalst en deze functie identificeert eventuele nep-bots van Google en voorkomt dat ze de pagina's van uw site lezen."
+#: admin/wp-security-database-menu.php:391
+msgid "Your WordPress system has a total of %s tables and your new DB prefix will be: %s"
+msgstr "Jouw WordPress-systeem heeft %s tabellen en jouw nieuwe DB-prefix wordt: %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:600
-msgid "Attention : Sometimes non-malicious Internet organizations might have bots which impersonate as a \"Googlebot\"."
-msgstr " Let op strong>: soms hebben niet-kwaadwillende internetorganisaties mogelijk bots die zich voordoen als een 'Googlebot'."
+#: admin/wp-security-database-menu.php:389
+msgid "Starting DB prefix change operations....."
+msgstr "Beginnen met het veranderen van het DB-prefix....."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:601
-msgid "Just be aware that if you activate this feature the plugin will block all bots which use the \"Googlebot\" string in their User Agent information but are NOT officially from Google (irrespective whether they are malicious or not)."
-msgstr "Houd er rekening mee dat als u deze functie activeert, de plug-in alle bots die de 'Googlebot' string gebruiken blokkeert in hun User Agent-informatie, maar niet officieel van Google is (ongeacht of ze kwaadaardig zijn of niet)."
+#: admin/wp-security-database-menu.php:462
+msgid "wp-config.php file was updated successfully!"
+msgstr "wp-config.php is succesvol bijgewerkt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:602
-msgid "All other bots from other organizations such as \"Yahoo\", \"Bing\" etc will not be affected by this feature."
-msgstr "Alle andere bots van andere organisaties zoals \"Yahoo\", \"Bing\" enz. Worden niet beïnvloed door deze functie."
+#: admin/wp-security-database-menu.php:535
+msgid "DB prefix change tasks have been completed."
+msgstr "Het veranderen van de DB-prefix is afgerond."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:608
-#: admin/wp-security-firewall-menu.php:618
-#: classes/grade-system/wp-security-feature-item-manager.php:94
-msgid "Block Fake Googlebots"
-msgstr "Nep Googlebots blokkeren"
+#: admin/wp-security-dashboard-menu.php:423
+msgid "Log file is empty!"
+msgstr "Logbestand is leeg!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:621
-msgid "Check this if you want to block all fake Googlebots."
-msgstr "Vink dit aan als je alle nep-Googlebots wilt blokkeren."
+#: admin/wp-security-dashboard-menu.php:353
+msgid "View Logs for All In WP Security & Firewall Plugin"
+msgstr "Bekijk logs voor All In WP Security & Firewall plugin"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:625
-msgid "This feature will check if the User Agent information of a bot contains the string \"Googlebot\"."
-msgstr "Deze functie controleert of de User Agent-informatie van een bot de string \"Googlebot\" bevat."
+#: admin/wp-security-database-menu.php:118
+msgid "Please enter a value for the DB prefix."
+msgstr "Vul een waarde in voor de DB-prefix."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:626
-msgid "It will then perform a few tests to verify if the bot is legitimately from Google and if so it will allow the bot to proceed."
-msgstr "Vervolgens voert het een paar tests uit om te controleren of de bot legitiem van Google is en zo ja, dan kan de bot doorgaan."
+#: admin/wp-security-database-menu.php:97
+msgid "Nonce check failed for DB prefix change operation!"
+msgstr "Nonce check mislukt voor het veranderen van de DB-prefix!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:627
-msgid "If the bot fails the checks then the plugin will mark it as being a fake Googlebot and it will block it"
-msgstr "Als de bot niet voldoet aan de controles, markeert de plug-in deze als een nep-Googlebot en blokkeert deze"
+#: admin/wp-security-filescan-menu.php:299
+msgid "Scan Time Interval"
+msgstr "Scan tijdinterval"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:634
-msgid "Save Internet Bot Settings"
-msgstr "Sla de internet-botinstellingen op"
+#: admin/wp-security-filescan-menu.php:388
+msgid "To learn more please %s."
+msgstr "%s om meer te leren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:671
-#: admin/wp-security-firewall-menu.php:693
#: classes/grade-system/wp-security-feature-item-manager.php:32
+#: admin/wp-security-firewall-menu.php:750
+#: admin/wp-security-firewall-menu.php:772
msgid "Prevent Image Hotlinking"
-msgstr "Voorkom dat afbeeldingen hotlinken worden"
+msgstr "Voorkom afbeelding hotlinken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:674
+#: admin/wp-security-firewall-menu.php:753
msgid "A Hotlink is where someone displays an image on their site which is actually located on your site by using a direct link to the source of the image on your server."
-msgstr "Een hotlink is waar iemand een afbeelding op zijn site weergeeft die zich daadwerkelijk op uw site bevindt door een directe link naar de bron van de afbeelding op uw server te gebruiken."
+msgstr "Er is een hotlink wanneer iemand een afbeelding op zijn site weergeeft die op jouw site staat door het toevoegen van een directe link naar de afbeelding op jouw server."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:675
-msgid "Due to the fact that the image being displayed on the other person's site is coming from your server, this can cause leaking of bandwidth and resources for you because your server has to present this image for the people viewing it on someone elses's site."
-msgstr "Vanwege het feit dat de afbeelding die wordt weergegeven op de site van de andere persoon afkomstig is van uw server, kan dit leiden tot lekken van bandbreedte en bronnen voor u omdat uw server deze afbeelding moet presenteren voor de mensen die deze op de website van iemand anders bekijken."
+#: admin/wp-security-firewall-menu.php:423
+msgid "Proxy Comment Posting"
+msgstr "Reactie plaatsen via proxy"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:676
-msgid "This feature will prevent people from directly hotlinking images from your site's pages by writing some directives in your .htaccess file."
-msgstr "Met deze functie wordt voorkomen dat mensen rechtstreeks afbeeldingen van de pagina's van uw site hotlinken door enkele richtlijnen in uw .htaccess-bestand te schrijven."
+#: admin/wp-security-firewall-menu.php:433
+msgid "Forbid Proxy Comment Posting"
+msgstr "Reactie plaatsen via proxy blokkeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:681
-msgid "Prevent Hotlinking"
-msgstr "Voorkomen hotlinken"
+#: admin/wp-security-firewall-menu.php:436
+msgid "Check this if you want to forbid proxy comment posting."
+msgstr "Vink dit aan als je niet wil dat reacties via een proxy worden geplaatst."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:696
-msgid "Check this if you want to prevent hotlinking to images on your site."
-msgstr "Vink dit aan als u wilt voorkomen dat hotlinks worden toegevoegd aan afbeeldingen op uw site."
+#: admin/wp-security-firewall-menu.php:30
+msgid "6G Blacklist Firewall Rules"
+msgstr "6G Blacklist firewall-regels"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:716
-msgid "Nonce check failed for delete all 404 event logs operation!"
-msgstr "Nonce check mislukt voor het verwijderen van alle 404 event logs operatie!"
+#: admin/wp-security-firewall-menu.php:589
+msgid "Enable 6G Firewall Protection"
+msgstr "6G Firewall-bescherming inschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:727
-msgid "404 Detection Feature - Delete all 404 event logs operation failed!"
-msgstr "404 Detectiefunctie - Verwijderen van alle 404-gebeurtenislogboeken is mislukt!"
+#: admin/wp-security-firewall-menu.php:552
+msgid "You have successfully saved the 5G/6G Firewall Protection configuration"
+msgstr "Je hebt de 5G/6G Firewall-bescherming opgeslagen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:731
-msgid "All 404 event logs were deleted from the DB successfully!"
-msgstr "Alle 404-gebeurtenislogboeken zijn met succes uit de database verwijderd!"
+#: classes/grade-system/wp-security-feature-item-manager.php:100
+#: admin/wp-security-firewall-menu.php:480
+msgid "Advanced Character String Filter"
+msgstr "Geavanceerd tekstfilter"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:757
-#: admin/wp-security-user-login-menu.php:110
-msgid "You entered a non numeric value for the lockout time length field. It has been set to the default value."
-msgstr "U hebt een niet-numerieke waarde ingevoerd voor het veld lockout time length. Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-dashboard-menu.php:193
+msgid "PHP Display Errors"
+msgstr "PHP-fouten weergeven"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:763
-msgid "You entered an incorrect format for the \"Redirect URL\" field. It has been set to the default value."
-msgstr "U hebt een verkeerd formaat ingevoerd voor het veld \"Omleidings-URL\". Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-dashboard-menu.php:203
+msgid "PHP Max Script Execution Time"
+msgstr "PHP max. script-uitvoeringstijd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:795
-msgid "404 Detection Configuration"
-msgstr "404 Detectieconfiguratie"
+#: admin/wp-security-dashboard-menu.php:268
+msgid "Currently Locked Out IP Addresses and Ranges"
+msgstr "Momenteel vergrendelde IP-adressen en bereiken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:798
-msgid "A 404 or Not Found error occurs when somebody tries to access a non-existent page on your website."
-msgstr "Er treedt een niet gevonden 404-fout op als iemand probeert een niet-bestaande pagina op uw website te openen."
+#: admin/wp-security-dashboard-menu.php:376
+msgid "Select one of the log files to view the contents"
+msgstr "Selecteer een van de logboekbestanden om de inhoud te bekijken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:799
-msgid "Typically, most 404 errors happen quite innocently when people have mis-typed a URL or used an old link to page which doesn't exist anymore."
-msgstr "Meestal gebeuren de meeste 404-fouten vrij onschuldig wanneer mensen een URL verkeerd hebben getypt of een oude link naar een pagina hebben gebruikt die niet meer bestaat."
+#: admin/wp-security-dashboard-menu.php:409
+msgid "Log File Contents For"
+msgstr "Inhoud van logboekbestand voor"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:800
-msgid "However, in some cases you may find many repeated 404 errors which occur in a relatively short space of time and from the same IP address which are all attempting to access a variety of non-existent page URLs."
-msgstr "In sommige gevallen kunt u echter veel herhaalde 404-fouten vinden die zich in een relatief korte tijdspanne voordoen en van hetzelfde IP-adres die allemaal proberen toegang te krijgen tot een verscheidenheid aan niet-bestaande pagina-URL's."
+#: admin/wp-security-database-menu.php:105
+msgid "The plugin has detected that it cannot write to the wp-config.php file. This feature can only be used if the plugin can successfully write to the wp-config.php file."
+msgstr "De plugin heeft ontdekt dat het niet kan schrijven naar het wp-config. php-bestand. Deze functie kan alleen worden gebruikt als de plugin met succes kan schrijven naar het wp-config. php-bestand."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:801
-msgid "Such behaviour can mean that a hacker might be trying to find a particular page or URL for sinister reasons."
-msgstr "Dergelijk gedrag kan betekenen dat een hacker om een sinistere reden een bepaalde pagina of URL probeert te vinden."
+#: admin/wp-security-database-menu.php:127
+msgid "ERROR : The table prefix can only contain numbers, letters, and underscores."
+msgstr "FOUT : het tabel voorvoegsel kan alleen cijfers, letters en underscores bevatten."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:802
-msgid "This feature allows you to monitor all 404 events which occur on your site, and it also gives you the option of blocking IP addresses for a configured length of time."
-msgstr "Met deze functie kunt u alle 404-gebeurtenissen op uw site volgen en kunt u ook IP-adressen gedurende een ingestelde tijdsduur blokkeren."
+#: admin/wp-security-database-menu.php:139
+msgid "Your WordPress DB is the most important asset of your website because it contains a lot of your site's precious information."
+msgstr "Uw WordPress-DB is de belangrijkste troef van uw website, omdat deze heel veel kostbare informatie van uw site bevat."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:803
-msgid "If you want to temporarily block an IP address, simply click the \"Temp Block\" link for the applicable IP entry in the \"404 Event Logs\" table below."
-msgstr "Als u tijdelijk een IP-adres wilt blokkeren, klikt u eenvoudig op de koppeling \"Temp Block\" voor het toepasselijke IP-item in de tabel \"404 Event Logs\" hieronder."
+#: admin/wp-security-database-menu.php:140
+msgid "The DB is also a target for hackers via methods such as SQL injections and malicious and automated code which targets certain tables."
+msgstr "De DB is ook een doelwit voor hackers via methoden zoals SQL-injecties en kwaadaardige en geautomatiseerde code die zich op bepaalde tabellen richt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:808
-msgid "404 Detection Options"
-msgstr "404 Detectieopties"
+#: admin/wp-security-database-menu.php:141
+msgid "One way to add a layer of protection for your DB is to change the default WordPress table prefix from \"wp_\" to something else which will be difficult for hackers to guess."
+msgstr "Een manier om een laag van bescherming voor uw database toe te voegen is om de standaard WordPress tabelprefix te veranderen van \"wp_\" in iets dat moeilijk door hackers te raden is."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:820
-msgid "Enable IP Lockout For 404 Events"
-msgstr "IP-vergrendeling inschakelen voor 404-gebeurtenissen"
+#: admin/wp-security-database-menu.php:142
+msgid "This feature allows you to easily change the prefix to a value of your choice or to a random value set by this plugin."
+msgstr "Met deze functie kunt u de prefixgemakkelijk veranderen naar een waarde van uw keuze of naar een willekeurige waarde die deze plugin voor u in kan stellen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:823
-msgid "Check this if you want to enable the lockout of selected IP addresses."
-msgstr "Selecteer dit als u de vergrendeling van geselecteerde IP-adressen wilt inschakelen."
+#: admin/wp-security-database-menu.php:159
+msgid "It is recommended that you perform a %s before using this feature"
+msgstr "Het wordt aanbevolen dat u een %s uitvoert voordat u deze functie gebruikt"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:828
-msgid "When you enable this checkbox, all 404 events on your site will be logged in the table below. You can monitor these events and select some IP addresses to be blocked in the table. All IP addresses you select to be blocked from the \"404 Event Logs\" table section will be unable to access your site."
-msgstr "Wanneer u dit selectievakje inschakelt, worden alle 404 gebeurtenissen op uw site in de onderstaande tabel vastgelegd. U kunt deze gebeurtenissen controleren en bepaalde IP-adressen selecteren die in de tabel moeten worden geblokkeerd. Alle IP-adressen die u selecteert om te worden geblokkeerd in het tabelgedeelte \"404 Event Logs\", hebben geen toegang tot uw site."
+#: admin/wp-security-database-menu.php:174
+msgid ""
+"Your site is currently using the default WordPress DB prefix value of \"wp_\". \n"
+" To increase your site's security you should consider changing the DB prefix value to another value."
+msgstr "Uw site maakt momenteel gebruik van de standaard WordPress DB-prefix \"wp_\". Om de beveiliging van uw site te verhogen moet u overwegen om de DB-prefix te wijzigen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:836
-msgid "Enable 404 Event Logging"
-msgstr "404 Logregistratie inschakelen"
+#: admin/wp-security-database-menu.php:187
+msgid "Choose your own DB prefix by specifying a string which contains letters and/or numbers and/or underscores. Example: xyz_"
+msgstr "Kies uw eigen DB-prefix door het specificeren van een reeks die letters en/of cijfers en/of underscores bevat. Voorbeeld: xyz_"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:839
-msgid "Check this if you want to enable the logging of 404 events"
-msgstr "Selecteer dit als u het loggen van 404-gebeurtenissen wilt inschakelen"
+#: admin/wp-security-filesystem-menu.php:87
+#: admin/wp-security-database-menu.php:212
+msgid "Nonce check failed for manual DB backup operation!"
+msgstr "Nonce controle mislukt voor handmatige DB-back-up!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:844
-msgid "Time Length of 404 Lockout (min)"
-msgstr "Tijdslengte van 404 Uitsluiting (min)"
+#: admin/wp-security-database-menu.php:307
+msgid "To create a new DB backup just click on the button below."
+msgstr "Om een nieuwe DB-back-up te maken klikt u op de onderstaande knop."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:846
-msgid "Set the length of time for which a blocked IP address will be prevented from visiting your site"
-msgstr "Stel in hoe lang het duurt voordat een geblokkeerd IP-adres uw site weer kan bezoeken"
+#: admin/wp-security-database-menu.php:328
+msgid "Check this if you want the system to automatically generate backups periodically based on the settings below"
+msgstr "Activeer dit als u wilt dat het systeem automatisch periodiek back-ups genereert op basis van de onderstaande instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:851
-msgid "You can lock any IP address which is recorded in the \"404 Event Logs\" table section below."
-msgstr "U kunt elk IP-adres vergrendelen dat is vastgelegd in het onderstaande tabelgedeelte van de \"404 Event Logs\"."
+#: admin/wp-security-database-menu.php:339
+msgid "Set the value for how often you would like an automated backup to occur"
+msgstr "Stel hier in hoe vaak u een geautomatiseerde back-up wilt laten maken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:853
-msgid "To temporarily lock an IP address, hover over the ID column and click the \"Temp Block\" link for the applicable IP entry."
-msgstr "Om tijdelijk een IP-adres te vergrendelen, plaatst u de muisaanwijzer op de kolom ID en klikt u op de koppeling \"Temp Block\" voor het toepasselijke IP-item."
+#: admin/wp-security-database-menu.php:345
+msgid "Thie field allows you to choose the number of backup files you would like to keep in the backup directory"
+msgstr "Dit veld maakt het mogelijk dat u het aantal back-ups kunt kiezen, welke u wilt bewaren in de backup-map"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:860
-msgid "404 Lockout Redirect URL"
-msgstr "404 uitsluitingsverwijzings URL"
+#: admin/wp-security-dashboard-menu.php:174
+msgid "PHP Allow URL fopen"
+msgstr "PHP sta URL fopen toe"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:862
-msgid "A blocked visitor will be automatically redirected to this URL."
-msgstr "Een geblokkeerde bezoeker wordt automatisch doorgestuurd naar deze URL."
+#: admin/wp-security-dashboard-menu.php:184
+msgid "PHP Allow URL Include"
+msgstr "PHP sta URL include toe"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:871
-msgid "404 Event Logs"
-msgstr "404 Gebeurtenislog"
+#: admin/wp-security-database-menu.php:238
+msgid "DB Backup failed. Please check the permissions of the backup directory."
+msgstr "DB-back-up mislukt. Controleer de machtigingen van de backup-map."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:892
-#: admin/wp-security-firewall-menu.php:901
-msgid "Delete All 404 Event Logs"
-msgstr "Verwijder alle 404 gebeurtenislogs"
+#: admin/wp-security-database-menu.php:255
+#: admin/wp-security-filescan-menu.php:136
+msgid "You entered a non numeric value for the \"backup time interval\" field. It has been set to the default value."
+msgstr "U hebt een niet-numerieke waarde voor het veld \"back-uptijdinterval\" ingevoerd. Het is nu ingesteld op de standaardwaarde."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-firewall-menu.php:898
-msgid "Click this button if you wish to purge all 404 event logs from the DB."
-msgstr "Klik op deze knop als u alle 404-gebeurtenislog uit de database wilt verwijderen."
-
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-404.php:108
-#: admin/wp-security-list-acct-activity.php:79
-#: admin/wp-security-list-comment-spammer-ip.php:86
-#: admin/wp-security-list-locked-ip.php:82
-#: admin/wp-security-list-locked-ip.php:93
-#: admin/wp-security-list-login-fails.php:78
-#: admin/wp-security-list-registered-users.php:82
-#: admin/wp-security-list-registered-users.php:93
-msgid "Please select some records using the checkboxes"
-msgstr "Selecteer enkele records met behulp van de selectievakjes"
+#: admin/wp-security-database-menu.php:262
+msgid "You entered a non numeric value for the \"number of backup files to keep\" field. It has been set to the default value."
+msgstr "U hebt een niet-numerieke waarde voor het veld \"aantal back-upbestanden te houden\" ingevoerd. Het is nu ingesteld op de standaardwaarde."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-acct-activity.php:107
-#: admin/wp-security-list-login-fails.php:107
-msgid "The selected entries were deleted successfully!"
-msgstr "De geselecteerde items zijn succesvol verwijderd!"
+#: classes/wp-security-utility.php:282 admin/wp-security-database-menu.php:397
+msgid "Failed to make a backup of the wp-config.php file. This operation will not go ahead."
+msgstr "Het maken van een back-up van het wp-config. php-bestand is mislukt. Deze operatie zal niet verder gaan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-acct-activity.php:120
-#: admin/wp-security-list-login-fails.php:119
-msgid "The selected entry was deleted successfully!"
-msgstr "Het geselecteerde item is succesvol verwijderd!"
+#: admin/wp-security-database-menu.php:401
+msgid "A backup copy of your wp-config.php file was created successfully!"
+msgstr "Een back-up van uw wp-config. php-bestand is succesvol aangemaakt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-comment-spammer-ip.php:139
-msgid "The selected IP addresses were saved in the blacklist configuration settings."
-msgstr "De geselecteerde IP-adressen zijn opgeslagen in de configuratie-instellingen van de blacklist."
+#: admin/wp-security-database-menu.php:428
+msgid "%s table name update failed"
+msgstr "%s tabelnaam bijwerken is mislukt"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-comment-spammer-ip.php:153
-msgid "The .htaccess file was successfully modified to include the selected IP addresses."
-msgstr "Het .htaccess-bestand is met succes gewijzigd om de geselecteerde IP-adressen op te nemen."
+#: admin/wp-security-database-menu.php:440
+msgid "Please change the prefix manually for the above tables to: %s"
+msgstr "Wijzig het voorvoegsel handmatig voor de bovenstaande tabellen naar: %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-comment-spammer-ip.php:159
-msgid "NOTE: The .htaccess file was not modified because you have disabled the \"Enable IP or User Agent Blacklisting\" check box."
-msgstr "OPMERKING: het .htaccess-bestand is niet gewijzigd omdat u het selectievakje \"IP-adres of Gebruikersagent-zwarte lijst toestaan\" hebt uitgeschakeld."
+#: admin/wp-security-database-menu.php:443
+msgid "%s tables had their prefix updated successfully!"
+msgstr "van %s tabellen is de prefix succesvol bijgewerkt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-comment-spammer-ip.php:160
-#, php-format
-msgid "To block these IP addresses you will need to enable the above flag in the %s menu"
-msgstr "Om deze IP-adressen te blokkeren, moet u de bovenstaande markering in het %s-menu inschakelen"
+#: admin/wp-security-database-menu.php:465
+msgid ""
+"The \"wp-config.php\" file was not able to be modified. Please modify this file manually using your favourite editor and search \n"
+" for variable \"$table_prefix\" and assign the following value to that variable: %s"
+msgstr "Het \"wp-config. php\"-bestand kon niet worden gewijzigd. Wijzig dit bestand handmatig met uw favoriete editor en zoek naar variabele \"$table _prefix\" en wijs de volgende waarde toe aan die variabele: %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-locked-ip.php:117
-#: admin/wp-security-user-login-menu.php:527
-msgid "The selected IP entries were unlocked successfully!"
-msgstr "De geselecteerde IP-vermeldingen zijn succesvol ontgrendeld!"
+#: admin/wp-security-database-menu.php:477
+#: admin/wp-security-database-menu.php:496
+msgid "Update of table %s failed: unable to change %s to %s"
+msgstr "Update van tabel %s is mislukt: kan %s niet wijzigen in %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-locked-ip.php:126
-#: admin/wp-security-user-login-menu.php:536
-msgid "The selected IP entry was unlocked successfully!"
-msgstr "Het geselecteerde IP-item is succesvol ontgrendeld!"
+#: admin/wp-security-database-menu.php:481
+msgid "The options table records which had references to the old DB prefix were updated successfully!"
+msgstr "De records van de optiestabel die verwijzingen had naar de oude DB-prefix werden succesvol bijgewerkt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:127
-#: admin/wp-security-list-registered-users.php:151
-msgid "Your account is now active"
-msgstr "Uw account is nu actief"
+#: admin/wp-security-database-menu.php:500
+msgid "The %s table records which had references to the old DB prefix were updated successfully!"
+msgstr "De %s tabel records met verwijzingen naar de oude DB-prefix werden succesvol bijgewerkt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:128
-msgid "Your account with username:"
-msgstr "Uw account met gebruikersnaam:"
+#: admin/wp-security-database-menu.php:528
+msgid "Error updating user_meta table where new meta_key = %s, old meta_key = %s and user_id = %s."
+msgstr "Fout bij het bijwerken van de user_meta tabel waar nieuwe meta_key = %s, oude meta_key = %s en user_id = %s."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:135
-msgid "The selected accounts were approved successfully!"
-msgstr "De geselecteerde accounts zijn succesvol goedgekeurd!"
+#: admin/wp-security-database-menu.php:533
+msgid "The usermeta table records which had references to the old DB prefix were updated successfully!"
+msgstr "De usermeta tabel-records die verwijzingen naar de oude DB-prefix hadden werden succesvol bijgewerkt!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:139
-msgid "The following accounts failed to update successfully: "
-msgstr "De volgende accounts konden niet succesvol worden bijgewerkt: "
+#: admin/wp-security-filescan-menu.php:96
+msgid "There have been no file changes since the last scan."
+msgstr "Er zijn geen wijzigingen in het bestand sinds de laatste scan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:147
-msgid "The selected account was approved successfully!"
-msgstr "Het geselecteerde account is succesvol goedgekeurd!"
+#: admin/wp-security-filescan-menu.php:106
+msgid "Nonce check failed for manual file change detection scan operation!"
+msgstr "Nonce controle is mislukt voor de handmatige wijzigingsdetectie van de bestanden!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:152
-msgid "Your account with username: "
-msgstr "Uw account met gebruikersnaam: "
+#: admin/wp-security-filescan-menu.php:113
+msgid "The plugin has detected that this is your first file change detection scan. The file details from this scan will be used to detect file changes for future scans!"
+msgstr "De plugin heeft ontdekt dat dit uw eerste bestandswijzigingdetectie scan is. De bestandsdetails van deze scan zullen worden gebruikt om veranderingen op te sporen voor toekomstige scans!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:176
-msgid "The selected accounts were deleted successfully!"
-msgstr "De geselecteerde accounts zijn succesvol verwijderd!"
+#: admin/wp-security-filescan-menu.php:115
+msgid "Scan Complete - There were no file changes detected!"
+msgstr "Scan voltooid - er zijn geen wijzigingen in het bestand gedetecteerd!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-list-registered-users.php:184
-msgid "The selected account was deleted successfully!"
-msgstr "Het geselecteerde account is succesvol verwijderd!"
+#: admin/wp-security-filescan-menu.php:210
+msgid ""
+"NEW SCAN COMPLETED: The plugin has detected that you have made changes to the \"File Types To Ignore\" or \"Files To Ignore\" fields.\n"
+" In order to ensure that future scan results are accurate, the old scan data has been refreshed."
+msgstr ""
+"NIEUWE SCAN voltooid: de plugin heeft gedetecteerd dat u wijzigingen hebt aangebracht in de \"bestandstypen te negeren\" of \"bestanden te negeren\" velden.\n"
+" Om ervoor te zorgen dat de toekomstige scan-resultaten juist zijn, zijn de oude scan-gegevens vernieuwd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:22
-msgid "Visitor Lockout"
-msgstr "Blokkeren van bezoeker"
+#: admin/wp-security-filescan-menu.php:220
+msgid "All In One WP Security & Firewall has detected that there was a change in your host's files."
+msgstr "All In One WP Security & Firewall heeft ontdekt dat er een verandering was in de bestanden van uw host."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:88
-msgid "Site lockout feature settings saved!"
-msgstr "Site instellingen voor de blokkeringsfunctie zijn opgeslagen!"
+#: admin/wp-security-filescan-menu.php:222
+msgid "View Scan Details & Clear This Message"
+msgstr "Bekijk scan-details & dit bericht wissen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:93
-msgid "General Visitor Lockout"
-msgstr "Algemene bezoekers uitsluiting"
+#: admin/wp-security-filescan-menu.php:231
+msgid "If given an opportunity hackers can insert their code or files into your system which they can then use to carry out malicious acts on your site."
+msgstr "Als hackers een kans gegeven wordt dan kunnen zij hun code invoegen of bestanden op uw systeem plaatsen, die ze vervolgens kunnen gebruiken voor het uitvoeren van kwaadaardige handelingen op uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:99
-msgid "This feature allows you to put your site into \"maintenance mode\" by locking down the front-end to all visitors except logged in users with super admin privileges."
-msgstr "Met deze functie kunt u uw site in de \"onderhoudsmodus\" plaatsen door de front-end te vergrendelen voor alle bezoekers behalve ingelogde gebruikers met superbeheerdersrechten."
+#: admin/wp-security-filescan-menu.php:232
+msgid "Being informed of any changes in your files can be a good way to quickly prevent a hacker from causing damage to your website."
+msgstr "Op de hoogte gehouden worden van eventuele wijzigingen in uw bestanden kan een goede manier zijn om snel te voorkomen dat een hacker schade aan uw website veroorzaakt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:100
-msgid "Locking your site down to general visitors can be useful if you are investigating some issues on your site or perhaps you might be doing some maintenance and wish to keep out all traffic for security reasons."
-msgstr "Het vergrendelen van uw site voor algemene bezoekers kan handig zijn als u een aantal problemen op uw site onderzoekt of misschien onderhoudt en u om veiligheidsredenen al het verkeer buiten wilt houden."
+#: admin/wp-security-filescan-menu.php:234
+msgid "The \"File Change Detection Feature\" will notify you of any file change which occurs on your system, including the addition and deletion of files by performing a regular automated or manual scan of your system's files."
+msgstr "De \"file change detection functie\" zal u op de hoogte brengen van een bestandswijziging die optreedt op uw systeem, met inbegrip van de toevoeging en verwijdering van bestanden door het uitvoeren van een regelmatige geautomatiseerde of handmatige scan van uw systeembestanden."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:105
-msgid "Enable Front-end Lockout"
-msgstr "Front-end blokkering inschakelen"
+#: admin/wp-security-filescan-menu.php:254
+msgid "Manual File Change Detection Scan"
+msgstr "Handmatige scan van bestandswijzigingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:108
-msgid "Check this if you want all visitors except those who are logged in as administrator to be locked out of the front-end of your site."
-msgstr "Vink dit aan als u wilt dat alle bezoekers, behalve degenen die zijn aangemeld als beheerder, worden uitgesloten van de front-end van uw site."
+#: admin/wp-security-filescan-menu.php:260
+msgid "To perform a manual file change detection scan click on the button below."
+msgstr "Voor het uitvoeren van een handmatige scan op bestandswijzigingen, klik op de knop hieronder."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:112
-msgid "Enter a Message:"
-msgstr "Voer een bericht in:"
+#: admin/wp-security-filescan-menu.php:267
+msgid "View Last Saved File Change Results"
+msgstr "Laatst opgeslagen resultaten van bestandswijziging weergeven"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-maintenance-menu.php:124
-msgid "Enter a message you wish to display to visitors when your site is in maintenance mode."
-msgstr "Voer een bericht in dat u wilt weergeven aan bezoekers wanneer uw site in onderhoudsmodus is."
+#: admin/wp-security-filescan-menu.php:235
+msgid "This feature also allows you to exclude certain files or folders from the scan in cases where you know that they change often as part of their normal operation. (For example log files and certain caching plugin files may change often and hence you may choose to exclude such files from the file change detection scan)"
+msgstr "Deze eigenschap staat u toe ook om bepaalde files of mappen van de controle uit te sluiten in gevallen waarvan u weet dat ze vaak als deel van hun normale verrichting veranderen. (Bijvoorbeeld log-bestanden en bepaalde caching plugin-bestanden kunnen vaak veranderen en dus u kunt ervoor kiezen om dergelijke bestanden uit te sluiten van de scan voor bestandswijziging)"
-# @ default
-#: admin/wp-security-maintenance-menu.php:131
-msgid "Save Site Lockout Settings"
-msgstr "Instellingen voor siteblokkering opslaan"
+#: admin/wp-security-filescan-menu.php:273
+msgid "Click the button below to view the saved file change results from the last scan."
+msgstr "Klik op de knop hieronder om de opgeslagen resulaten van de scan op bestandwijziging te bekijken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:25
-msgid "General Settings"
-msgstr "Algemene instellingen"
+#: admin/wp-security-filescan-menu.php:280
+msgid "File Change Detection Settings"
+msgstr "Instellingen voor detectie van bestandwijziging"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:28
-msgid "WP Meta Info"
-msgstr "WP Meta informatie"
+#: admin/wp-security-filescan-menu.php:295
+msgid "Check this if you want the system to automatically/periodically scan your files to check for file changes based on the settings below"
+msgstr "Activeer dit als u wilt dat het systeem automatisch/periodiek uw bestanden scant en controleert op veranderingen op basis van de onderstaande instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:95
-msgid "All the security features have been disabled successfully!"
-msgstr "Alle beveiligingsfuncties zijn met succes uitgeschakeld!"
+#: admin/wp-security-filescan-menu.php:306
+msgid "Set the value for how often you would like a scan to occur"
+msgstr "Hoe vaak wilt u dat er een scan gedaan wordt"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:99
-#: admin/wp-security-settings-menu.php:126
-msgid "Could not write to the .htaccess file. Please restore your .htaccess file manually using the restore functionality in the \".htaccess File\"."
-msgstr "Kon het .htaccess-bestand niet schrijven. Herstel uw .htaccess-file handmatig met behulp van de herstelfunctionaliteit in de \".htaccess-file\"."
+#: admin/wp-security-filescan-menu.php:310
+msgid "File Types To Ignore"
+msgstr "Te negeren bestandstypen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:104
-msgid "Could not write to the wp-config.php. Please restore your wp-config.php file manually using the restore functionality in the \"wp-config.php File\"."
-msgstr "Kon niet naar de wp-config.php schrijven. Herstel uw wp-config.php-file handmatig met behulp van de herstelfunctionaliteit in de \"wp-config.php-file\"."
+#: admin/wp-security-filescan-menu.php:313
+msgid "Enter each file type or extension on a new line which you wish to exclude from the file change detection scan."
+msgstr "Voer elk bestandstype of extensie op een nieuwe regel die u wilt uitsluiten van de scan op bestandswijziging."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:122
-msgid "All firewall rules have been disabled successfully!"
-msgstr "Alle firewallregels zijn succesvol uitgeschakeld!"
+#: admin/wp-security-filescan-menu.php:317
+msgid "You can exclude file types from the scan which would not normally pose any security threat if they were changed. These can include things such as image files."
+msgstr "U kunt bestandstypen uitsluiten van de scan die normaalgesproken geen bedreiging vormen voor de beveiliging als deze zijn gewijzigd. Dit kunnen dingen zijn zoals bestanden met afbeeldingen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:136
-msgid "WP Security Plugin"
-msgstr "WP-beveiligings plugin"
+#: admin/wp-security-filescan-menu.php:318
+msgid "Example: If you want the scanner to ignore files of type jpg, png, and bmp, then you would enter the following:"
+msgstr "Voorbeeld: als u wilt dat de scanner bestanden van het type jpg, png, en bmp negeert, dan zou je het volgende in kunnen voeren:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:138
-msgid "Thank you for using our WordPress security plugin. There are a lot of security features in this plugin."
-msgstr "Bedankt voor het gebruik van onze WordPress-beveiligings plugin. Er zijn veel beveiligingsfuncties in deze plugin."
+#: admin/wp-security-filescan-menu.php:330
+msgid "Enter each file or directory on a new line which you wish to exclude from the file change detection scan."
+msgstr "Voer elk bestand of map op een nieuwe regel in die u wilt uitsluiten van de scan voor bestandswijziging."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:139
-msgid "Go through each menu items and enable the security options to add more security to your site. Start by activating the basic features first."
-msgstr "Doorloop alle menu-items en schakel de beveiligingsopties in om meer beveiliging aan uw site toe te voegen. Begin door eerst de basisfuncties te activeren."
+#: admin/wp-security-filescan-menu.php:334
+msgid "You can exclude specific files/directories from the scan which would not normally pose any security threat if they were changed. These can include things such as log files."
+msgstr "U kunt specifieke bestanden/directories uitsluiten van de scan die normaalgesproken geen bedreiging vormen voor de veiligheid als ze werden veranderd. Deze kunnen zaken zoals logboeken omvatten."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:140
-msgid "It is a good practice to take a backup of your .htaccess file, database and wp-config.php file before activating the security features. This plugin has options that you can use to backup those resources easily."
-msgstr "Het is een goede gewoonte om een back-up te maken van uw .htaccess-bestand, database en wp-config.php-bestand voordat u de beveiligingsfuncties activeert. Deze plug-in heeft opties die u kunt gebruiken om gemakkelijk een back-up van die bronnen te maken."
+#: admin/wp-security-filescan-menu.php:335
+msgid "Example: If you want the scanner to ignore certain files in different directories or whole directories, then you would enter the following:"
+msgstr "Voorbeeld: als u wilt dat de scanner bepaalde bestanden in verschillende mappen of hele mappen negeert, voert u het volgende in:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:143
-msgid "Backup your database"
-msgstr "Maak een backup van je database"
+#: admin/wp-security-filescan-menu.php:368
+msgid "The word Malware stands for Malicious Software. It can consist of things like trojan horses, adware, worms, spyware and any other undesirable code which a hacker will try to inject into your website."
+msgstr "Het woord malware staat voor kwaadaardige software. Het kan bestaan uit dingen zoals Trojaanse paarden, adware, wormen, spyware en andere ongewenste code die een hacker zal proberen te injecteren in uw website."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:144
-msgid "Backup .htaccess file"
-msgstr "Back-up .htaccess file"
+#: admin/wp-security-filescan-menu.php:369
+msgid "Often when malware code has been inserted into your site you will normally not notice anything out of the ordinary based on appearances, but it can have a dramatic effect on your site's search ranking."
+msgstr "Vaak wanneer malware-code is ingevoegd in uw site zult u normaalgesproken niets vreemds merken in de praktijk, maar het kan een dramatisch effect hebben op de ranking van uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:145
-msgid "Backup wp-config.php file"
-msgstr "Back-up wp-config.php file"
+#: admin/wp-security-filescan-menu.php:370
+msgid "This is because the bots and spiders from search engines such as Google have the capability to detect malware when they are indexing the pages on your site, and consequently they can blacklist your website which will in turn affect your search rankings."
+msgstr "Dit komt omdat de bots en spiders van zoekmachines zoals Google de mogelijkheid hebben om malware te detecteren wanneer zij de indexering van de pagina's op uw site uitvoeren, en dus kunnen ze uw website plaatsen op de zwarte lijst die op zijn beurt invloed kan hebben op de ranking van uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:151
-msgid "Disable Security Features"
-msgstr "Beveiligingsfuncties uitschakelen"
+#: admin/wp-security-filescan-menu.php:375
+msgid "Due to the constantly changing and complex nature of Malware, scanning for such things using a standalone plugin will not work reliably. This is something best done via an external scan of your site regularly."
+msgstr "Vanwege de voortdurend veranderende en complexe aard van malware, zal scannen voor zulke dingen met behulp van een standalone plugin niet betrouwbaar werken. Dit is iets dat het beste gedaan kan worden via een regelmatige externe scan van uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:157
-msgid "If you think that some plugin functionality on your site is broken due to a security feature you enabled in this plugin, then use the following option to turn off all the security features of this plugin."
-msgstr "Als u denkt dat sommige plug-infunctionaliteiten op uw site zijn verbroken vanwege een beveiligingsfunctie die u in deze plug-in hebt ingeschakeld, gebruikt u dan de volgende optie om alle beveiligingsfuncties van deze plug-in uit te schakelen."
+#: admin/wp-security-filescan-menu.php:376
+msgid "This is why we have created an easy-to-use scanning service which is hosted off our own server which will scan your site for malware once every day and notify you if it finds anything."
+msgstr "Dit is waarom we een eenvoudig te gebruiken scanservice hebben gemaakt, die wordt gehost vanaf onze eigen server die uw site een keer per dag scant op malware en u op de hoogte brengt als het iets vindt."
-# @ default
-#: admin/wp-security-settings-menu.php:161
-msgid "Disable All Security Features"
-msgstr "Schakel alle beveiligingsfuncties uit"
+#: admin/wp-security-filescan-menu.php:377
+msgid "When you sign up for this service you will get the following:"
+msgstr "Wanneer u zich aanmeldt voor deze dienst krijgt u het volgende:"
-# @ all-in-one-wp-security-and-firewall
-# @ default
-#: admin/wp-security-settings-menu.php:167
-#: admin/wp-security-settings-menu.php:177
-msgid "Disable All Firewall Rules"
-msgstr "Schakel alle firewallregels uit"
+#: admin/wp-security-filescan-menu.php:379
+msgid "Automatic Daily Scan of 1 Website"
+msgstr "Automatische dagelijkse scan van 1 website"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:173
-msgid "This feature will disable all firewall rules which are currently active in this plugin and it will also delete these rules from your .htacess file. Use it if you think one of the firewall rules is causing an issue on your site."
-msgstr "Met deze functie worden alle firewallregels uitgeschakeld die momenteel actief zijn in deze plug-in en deze regels worden ook verwijderd uit uw htacess-file. Gebruik het als u denkt dat een van de firewallregels een probleem op uw site veroorzaakt."
+#: admin/wp-security-filescan-menu.php:380
+msgid "Automatic Malware & Blacklist Monitoring"
+msgstr "Automatische malware & blacklist monitoring"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:206
-msgid "Your .htaccess file was successfully backed up! Using an FTP program go to the \"/wp-content/aiowps_backups\" directory to save a copy of the file to your computer."
-msgstr "Er is een back-up van uw .htaccess-bestand gemaakt! Ga met behulp van een FTP-programma naar de map \"/ wp-content / aiowps_backups\" om een kopie van het bestand op uw computer op te slaan."
+#: admin/wp-security-filescan-menu.php:382
+msgid "Site uptime monitoring"
+msgstr "Site uptime monitoring"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:212
-msgid "htaccess file rename failed during backup. Please check your root directory for the backup file using FTP."
-msgstr "Het hernoemen van de htaccess-file is mislukt tijdens de back-up. Controleer de hoofdmap voor het back-upbestand met behulp van FTP."
+#: admin/wp-security-filescan-menu.php:383
+msgid "Site response time monitoring"
+msgstr "Monitoring site-responsetijd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:218
-msgid "htaccess backup failed."
-msgstr "htaccess backup mislukt."
+#: admin/wp-security-filescan-menu.php:386
+msgid "No Contract (Cancel Anytime)"
+msgstr "Geen contract (annuleren Anytime)"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:233
-msgid "Please choose a .htaccess to restore from."
-msgstr "Kies alstublieft een .htaccess-file om uit te herstellen."
+#: admin/wp-security-filescan-menu.php:408
+msgid "Latest File Change Scan Results"
+msgstr "Laatste resultaten scan van bestandswijziging"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:249
-msgid "htaccess file restore failed. Please attempt to restore the .htaccess manually using FTP."
-msgstr "Het herstellen van de htaccess-file mislukt. Probeer de .htaccess-file handmatig te herstellen met behulp van FTP."
+#: admin/wp-security-filesystem-menu.php:97
+msgid "The permissions for %s were succesfully changed to %s"
+msgstr "De machtigingen voor %s zijn met succes gewijzigd in %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:253
-msgid "Your .htaccess file has successfully been restored!"
-msgstr "Uw .htaccess-file is succesvol hersteld!"
+#: admin/wp-security-filesystem-menu.php:101
+msgid "Unable to change permissions for %s!"
+msgstr "Kan de machtigingen voor %s niet wijzigen!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:259
-msgid "htaccess Restore operation failed! Please check the contents of the file you are trying to restore from."
-msgstr "De htaccess-file herstelbewerking mislukt! Controleer de inhoud van het bestand dat u probeert te herstellen."
+#: admin/wp-security-filesystem-menu.php:110
+msgid "Your WordPress file and folder permission settings govern the accessability and read/write privileges of the files and folders which make up your WP installation."
+msgstr "Uw instellingen van permissies voor WordPress-bestanden en mappen regelen de toegankelijkheid en lees/schrijfprivileges van de bestanden en mappen die uw WP-installatie vormen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:265
-msgid ".htaccess File Operations"
-msgstr ".htaccess-file bewerkingen"
+#: admin/wp-security-filesystem-menu.php:111
+msgid "Your WP installation already comes with reasonably secure file permission settings for the filesystem."
+msgstr "Uw WP-installatie komt al met redelijk veilige instellingen van bestandspermissie voor het bestandssysteem."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:268
-msgid "Your \".htaccess\" file is a key component of your website's security and it can be modified to implement various levels of protection mechanisms."
-msgstr "Uw \".htaccess-file\" is een belangrijk onderdeel van de beveiliging van uw website en het kan worden gewijzigd om verschillende niveaus van beveiligingsmechanismen te implementeren."
+#: admin/wp-security-filesystem-menu.php:112
+msgid "However, sometimes people or other plugins modify the various permission settings of certain core WP folders or files such that they end up making their site less secure because they chose the wrong permission values."
+msgstr "Echter, soms wijzigen mensen of andere plugins de verschillende toegangsrechten van bepaalde core WP-mappen of bestanden zodanig dat ze uiteindelijk de site minder veilig maken omdat ze kozen voor de verkeerde toegangsrechten."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:269
-msgid "This feature allows you to backup and save your currently active .htaccess file should you need to re-use the the backed up file in the future."
-msgstr "Met deze functie kunt u een back-up maken en uw momenteel actieve .htaccess-file opslaan als u het back-upbestand in de toekomst opnieuw moet gebruiken."
+#: admin/wp-security-filesystem-menu.php:113
+msgid "This feature will scan the critical WP core folders and files and will highlight any permission settings which are insecure."
+msgstr "Deze functie scant de kritische WP core mappen en bestanden, en zal alle toegangsrechten die onveilig zijn markeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:270
-msgid "You can also restore your site's .htaccess settings using a backed up .htaccess file."
-msgstr "U kunt ook de .htaccess-instellingen van uw site herstellen met behulp van een .htaccess-bestand waarvan een back-up is gemaakt."
+#: admin/wp-security-filesystem-menu.php:128
+msgid "WP Directory and File Permissions Scan Results"
+msgstr "Resultaten scan WP-directory en bestandspermissies"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:284
-msgid "Save the current .htaccess file"
-msgstr "Sla de huidige .htaccess-file op"
+#: admin/wp-security-filesystem-menu.php:202
+msgid "Your PHP file editing settings were saved successfully."
+msgstr "Uw instellingen voor bewerken PHP-bestand werden met succes opgeslagen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:288
-msgid "Click the button below to backup and save the currently active .htaccess file."
-msgstr "Klik op de onderstaande knop om een back-up te maken van de momenteel actieve .htaccess-file en deze op te slaan."
+#: admin/wp-security-filesystem-menu.php:206
+msgid "Operation failed! Unable to modify or make a backup of wp-config.php file!"
+msgstr "Operatie mislukt! Niet in staat om wp-config. php-bestand te wijzigen of een back-up te maken!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:289
-msgid "Backup .htaccess File"
-msgstr "Back-up .htaccess-file"
+#: admin/wp-security-filesystem-menu.php:222
+msgid "The Wordpress Dashboard by default allows administrators to edit PHP files, such as plugin and theme files."
+msgstr "Standaard zal het WordPress-dashboard beheerders toestaan om PHP-bestanden te bewerken, zoals plugin- en thema-bestanden."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:293
-msgid "Restore from a backed up .htaccess file"
-msgstr "Herstellen vanuit een back-up van een .htaccess-flie"
+#: admin/wp-security-filesystem-menu.php:223
+msgid "This is often the first tool an attacker will use if able to login, since it allows code execution."
+msgstr "Dit is vaak het eerste hulpmiddel dat een aanvaller zal gebruiken als hij kan inloggen, aangezien het code-uitvoering toestaat."
+
+#: admin/wp-security-filesystem-menu.php:224
+msgid "This feature will disable the ability for people to edit PHP files via the dashboard."
+msgstr "Deze functie zal de mogelijkheid uitschakenlen om PHP-bestanden te bewerken via het dashboard."
+
+#: admin/wp-security-filesystem-menu.php:352
+msgid "Sometimes your hosting platform will produce error or warning logs in a file called \"error_log\"."
+msgstr "Soms zal uw hosting-platform fout- of waarschuwingslogs produceren in een bestand genaamd \"error_log\"."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:299
-msgid ".htaccess file to restore from"
-msgstr ".htaccess-file om vanuit te herstellen"
+#: admin/wp-security-filesystem-menu.php:353
+msgid "Depending on the nature and cause of the error or warning, your hosting server can create multiple instances of this file in numerous directory locations of your WordPress installation."
+msgstr "Afhankelijk van de aard en de oorzaak van de fout of waarschuwing, kan uw hosting server meerdere exemplaren van dit bestand aanmaken in verschillende mappen van uw WordPress-installatie."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:305
-msgid "After selecting your file, click the button below to restore your site using the backed up htaccess file (htaccess_backup.txt)."
-msgstr "Na het selecteren van uw bestand, klikt u op de onderstaande knop om uw site te herstellen met behulp van het back-up htaccess-file (htaccess_backup.txt)."
+#: admin/wp-security-filesystem-menu.php:354
+msgid "By occassionally viewing the contents of these logs files you can keep informed of any underlying problems on your system which you might need to address."
+msgstr "Door af en toe de inhoud van deze log-bestanden te bekijken blijft u op de hoogte van eventuele onderliggende problemen op uw systeem die misschien aangepakt moeten worden."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:311
-msgid "Restore .htaccess File"
-msgstr "Terugplaatsen .htaccess-file"
+#: admin/wp-security-filesystem-menu.php:488
+msgid "Showing latest entries of error_log file: %s"
+msgstr "Toont laatste vermeldingen uit het error_log bestand: %s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:315
-msgid "View Contents of the currently active .htaccess file"
-msgstr "Bekijk de inhoud van de momenteel actieve .htaccess-file"
+#: admin/wp-security-firewall-menu.php:136
+msgid "This should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
+msgstr "Dit zou geen invloed op de algemene functionaliteit van uw site moeten hebben, maar als je wilt, kun je een %s van je .htaccess-bestand maken voordat je verder gaat."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:344
-msgid "Please choose a wp-config.php file to restore from."
-msgstr "Kies een wp-config.php file om van te herstellen."
+#: admin/wp-security-firewall-menu.php:137
+msgid "The features in this tab allow you to activate some basic firewall security protection rules for your site."
+msgstr "Met de mogelijkheden in dit tabblad kunt u een aantal elementaire firewall-beveiligingsregels activeren voor uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:360
-msgid "wp-config.php file restore failed. Please attempt to restore this file manually using FTP."
-msgstr "Het herstellen van de wp-config.php file is mislukt. Probeer dit bestand handmatig te herstellen met behulp van FTP."
+#: admin/wp-security-firewall-menu.php:138
+msgid "The firewall functionality is achieved via the insertion of special code into your currently active .htaccess file."
+msgstr "De firewall-functionaliteit wordt bereikt door het inbrengen van speciale code in uw huidige actieve .htaccess-bestand."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:364
-msgid "Your wp-config.php file has successfully been restored!"
-msgstr "Uw wp-config.php file is succesvol hersteld!"
+#: admin/wp-security-firewall-menu.php:172
+msgid "Check this if you want to apply basic firewall protection to your site."
+msgstr "Activeer dit voor elementaire firewall-bescherming van uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:370
-msgid "wp-config.php Restore operation failed! Please check the contents of the file you are trying to restore from."
-msgstr "De wp-config.php-file herstelbewerking is mislukt! Controleer de inhoud van de file die u probeert te herstellen."
+#: admin/wp-security-firewall-menu.php:176
+msgid "This setting will implement the following basic firewall protection mechanisms on your site:"
+msgstr "Deze instelling zal de volgende elementaire firewall-beveiligingsmechanismen op uw site implementeren:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:376
-msgid "wp-config.php File Operations"
-msgstr "wp-config.php file bewerkingen"
+#: admin/wp-security-firewall-menu.php:178
+msgid "2) Disable the server signature."
+msgstr "2) Schakel de server handtekening uit."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:379
-msgid "Your \"wp-config.php\" file is one of the most important in your WordPress installation. It is a primary configuration file and contains crucial things such as details of your database and other critical components."
-msgstr "Uw \"wp-config.php-file\" is een van de belangrijkste in uw WordPress-installatie. Het is een primair configuratiebestand en bevat cruciale dingen zoals details van uw database en andere kritieke componenten."
+#: admin/wp-security-firewall-menu.php:179
+msgid "3) Limit file upload size (10MB)."
+msgstr "3) Beperk het uploaden van bestanden (10 MB)."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:380
-msgid "This feature allows you to backup and save your currently active wp-config.php file should you need to re-use the the backed up file in the future."
-msgstr "Met deze functie kunt u een back-up maken van uw momenteel actieve wp-config.php-file en deze opslaan als u de back-up file in de toekomst opnieuw moet gebruiken."
+#: admin/wp-security-firewall-menu.php:180
+msgid "4) Protect your wp-config.php file by denying access to it."
+msgstr "4) Bescherm uw wp-config.php-bestand door toegang tot het bestand te weigeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:381
-msgid "You can also restore your site's wp-config.php settings using a backed up wp-config.php file."
-msgstr "U kunt ook de wp-config.php instellingen van uw site herstellen met een back-up van een wp-config.php-file."
+#: admin/wp-security-firewall-menu.php:181
+msgid "The above firewall features will be applied via your .htaccess file and should not affect your site's overall functionality."
+msgstr "De bovenstaande firewall-functies zullen worden toegepast via uw .htaccess-bestand en mogen niet van invloed zijn op de algehele functionaliteit van uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:395
-msgid "Save the current wp-config.php file"
-msgstr "Sla de huidige wp-config.php-file op"
+#: admin/wp-security-firewall-menu.php:182
+msgid "You are still advised to take a backup of your active .htaccess file just in case."
+msgstr "U wordt nog steeds geadviseerd om een back-up van uw actieve .htaccess-bestand te maken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:399
-msgid "Click the button below to backup and download the contents of the currently active wp-config.php file."
-msgstr "Klik op de onderstaande knop om de inhoud van de momenteel actieve wp-config.php-file te back-uppen en te downloaden."
+#: admin/wp-security-firewall-menu.php:191
+msgid "WordPress XMLRPC & Pingback Vulnerability Protection"
+msgstr "WordPress XML-RPC & Pingback kwetsbaarheidbescherming"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:400
-msgid "Backup wp-config.php File"
-msgstr "Back-up wp-config.php-file"
+#: admin/wp-security-firewall-menu.php:206
+msgid "This setting will add a directive in your .htaccess to disable access to the WordPress xmlrpc.php file which is responsible for the XML-RPC functionality in WordPress."
+msgstr "Deze instelling zal een regel toevoegen in uw .htaccess-bestand om de toegang tot de WordPress xmlrpc.php bestand dat verantwoordelijk is voor de XML-RPC-functionaliteit in WordPress uit te schakelen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:405
-msgid "Restore from a backed up wp-config file"
-msgstr "Herstellen vanuit een back-up van een wp-config-file"
+#: admin/wp-security-firewall-menu.php:207
+msgid "Hackers can exploit various vulnerabilities in the WordPress XML-RPC API in a number of ways such as:"
+msgstr "Hackers kunnen gebruik maken van verschillende kwetsbaarheden in de WordPress XML-RPC API op een aantal manieren, zoals:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:411
-msgid "wp-config file to restore from"
-msgstr "wp-config-file om vanuit te herstellen"
+#: admin/wp-security-firewall-menu.php:208
+msgid "1) Denial of Service (DoS) attacks"
+msgstr "1) Denial of Service (DoS) aanvallen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:417
-msgid "After selecting your file click the button below to restore your site using the backed up wp-config file (wp-config.php.backup.txt)."
-msgstr "Nadat u uw bestand hebt geselecteerd, klikt u op de onderstaande knop om uw site te herstellen met behulp van het back-upbestand wp-config (wp-config.php.backup.txt)."
+#: admin/wp-security-firewall-menu.php:209
+msgid "2) Hacking internal routers."
+msgstr "2) Hacking interne routers."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:423
-msgid "Restore wp-config File"
-msgstr "Terug plaatsen wp-config-file"
+#: admin/wp-security-firewall-menu.php:210
+msgid "3) Scanning ports in internal networks to get info from various hosts."
+msgstr "3) Poorten scannen in interne netwerken om informatie van verschillende hosts te krijgen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:427
-msgid "View Contents of the currently active wp-config.php file"
-msgstr "Bekijk de inhoud van de momenteel actieve wp-config.php-file"
+#: admin/wp-security-firewall-menu.php:211
+msgid "Apart from the security protection benefit, this feature may also help reduce load on your server, particularly if your site currently has a lot of unwanted traffic hitting the XML-RPC API on your installation."
+msgstr "Afgezien van het beveiligingsvoordeel, kan deze functie ook helpen bij het verminderen van de belasting op de server, zeker als uw site op dit moment last heeft van veel ongewenst verkeer die de XML-RPC API van uw installatie misbruiken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:462
-msgid "WP Generator Meta Tag"
-msgstr "WP-generator meta tag"
+#: admin/wp-security-firewall-menu.php:212
+msgid "NOTE: You should only enable this feature if you are not currently using the XML-RPC functionality on your WordPress installation."
+msgstr "OPMERKING: U moet deze functie alleen inschakelen als u momenteel de XML-RPC-functionaliteit op uw WordPress-installatie niet gebruikt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:465
-msgid "Wordpress generator automatically adds some meta information inside the \"head\" tags of every page on your site's front end. Below is an example of this:"
-msgstr "WordPress-generator voegt automatisch wat meta-informatie toe aan de front-tags van elke pagina op de voorkant van uw site. Hieronder is een voorbeeld hiervan:"
+#: classes/grade-system/wp-security-feature-item-manager.php:85
+msgid "Block Accesss to Debug Log File"
+msgstr "Blokkeren toegang tot debug-logbestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:467
-msgid "The above meta information shows which version of WordPress your site is currently running and thus can help hackers or crawlers scan your site to see if you have an older version of WordPress or one with a known exploit."
-msgstr "De bovenstaande meta-informatie laat zien welke versie van WordPress uw site momenteel gebruikt en kan zo helpen bij het door hackers of crawlers scannen van uw site om te zien of u een oudere versie van WordPress heeft of een versie met een bekende aftap mogelijkheid."
+#: admin/wp-security-firewall-menu.php:245
+msgid "Block Access to debug.log File"
+msgstr "Blokkeer de toegang tot debug.log bestand"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:468
-msgid "This feature will allow you to remove the WP generator meta info from your site's pages."
-msgstr "Met deze functie kunt u de meta-info van de WP-generator verwijderen van de pagina's van uw site."
+#: admin/wp-security-firewall-menu.php:248
+msgid "Check this if you want to block access to the debug.log file that WordPress creates when debug logging is enabled."
+msgstr "Markeer dit wanneer u de toegang tot de file debug.log wil blokkeren, die WordPress aanmaakt als de debug-log aan staat."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:474
-msgid "WP Generator Meta Info"
-msgstr "WP Generator Meta Info"
+#: admin/wp-security-firewall-menu.php:252
+msgid "WordPress has an option to turn on the debug logging to a file located in wp-content/debug.log. This file may contain sensitive information."
+msgstr "WordPress heeft een optie om de debug-logging aan te zetten naar een bestand in wp-content/debug. log. Dit bestand kan gevoelige informatie bevatten."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:486
-msgid "Remove WP Generator Meta Info"
-msgstr "WP Generator Meta Info verwijderen"
+#: admin/wp-security-firewall-menu.php:253
+msgid "Using this optoin will block external access to this file. You can still access this file by logging into your site via FTP"
+msgstr "Het gebruiken van deze optie zal externe toegang tot dit bestand blokkeren. U hebt nog steeds toegang tot dit bestand door in te loggen op uw site via FTP"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-settings-menu.php:489
-msgid "Check this if you want to remove the meta info produced by WP Generator from all pages"
-msgstr "Selecteer dit als u de meta-info die geproduceerd is door de WP Generator van alle pagina's wilt verwijderen"
+#: admin/wp-security-firewall-menu.php:333
+msgid "You have successfully saved the Additional Firewall Protection configuration"
+msgstr "Je hebt de configuratie voor Extra Firewall Protection succesvol opgeslagen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:23
-msgid "Comment SPAM"
-msgstr "Kritieke SPAM"
+#: admin/wp-security-firewall-menu.php:351
+msgid "Due to the nature of the code being inserted to the .htaccess file, this feature may break some functionality for certain plugins and you are therefore advised to take a %s of .htaccess before applying this configuration."
+msgstr "Vanwege de aard van de code die in het .htaccess-bestand wordt geplaatst, kan deze functie sommige functies voor bepaalde plugins dwars zitten. U wordt daarom geadviseerd om %s van .htaccess-bestand te maken voordat u deze configuratie toepast."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:24
-msgid "Comment SPAM IP Monitoring"
-msgstr "Kritieke SPAM IP bewaking"
+#: admin/wp-security-firewall-menu.php:353
+msgid "This feature allows you to activate more advanced firewall settings to your site."
+msgstr "Deze functie stelt u in staat om de meer geavanceerde firewall-instellingen voor uw site te activeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:111
-msgid "Comment SPAM Settings"
-msgstr "Kritieke SPAM-instellingen"
+#: admin/wp-security-firewall-menu.php:354
+msgid "The advanced firewall rules are applied via the insertion of special code to your currently active .htaccess file."
+msgstr "De geavanceerde firewall-regels worden via het inbrengen van speciale code toegepast op uw huidige actieve .htaccess-bestand."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:116
-msgid "Add Captcha To Comments Form"
-msgstr "Captcha aan opmerkingenformulier toevoegen"
+#: admin/wp-security-firewall-menu.php:363
+msgid "Listing of Directory Contents"
+msgstr "Lijst van inhoud van de folder"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:120
-msgid "This feature will add a simple math captcha field in the WordPress comments form."
-msgstr "Met deze functie wordt een eenvoudig wiskundig captcha-veld toegevoegd aan het opmerkingenformulier van WordPress."
+#: classes/grade-system/wp-security-feature-item-manager.php:96
+#: admin/wp-security-firewall-menu.php:372
+msgid "Disable Index Views"
+msgstr "Index weergaven uitschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:121
-msgid "Adding a captcha field in the comment form is a simple way of greatly reducing SPAM comments from bots without using .htaccess rules."
-msgstr "Het toevoegen van een captcha-veld in het commentaarformulier is een eenvoudige manier om SPAM-opmerkingen van bots te verminderen zonder de .htaccess-regels te gebruiken."
+#: admin/wp-security-firewall-menu.php:375
+msgid "Check this if you want to disable directory and file listing."
+msgstr "Activeer dit als u de mogelijkheid voor map- en bestandslijsten uit wilt schakelen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:137
-msgid "Enable Captcha On Comment Forms"
-msgstr "Schakel Captcha in op het opmerkingenformulier"
+#: admin/wp-security-firewall-menu.php:380
+msgid "By default, an Apache server will allow the listing of the contents of a directory if it doesn't contain an index.php file."
+msgstr "Standaard staat een Apache-server het toe om een lijst te tonen van de inhoud van een map als de map geen index.php bestand bevat."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:140
-msgid "Check this if you want to insert a captcha field on the comment forms"
-msgstr "Selecteer dit als u een captcha-veld wilt invoegen op het opmerkingenformulieren"
+#: admin/wp-security-firewall-menu.php:382
+msgid "This feature will prevent the listing of contents for all directories."
+msgstr "Deze functie voorkomt het tonen van een lijst met de inhoud voor alle mappen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:148
-msgid "Block Spambot Comments"
-msgstr "Spambot-opmerkingen blokkeren"
+#: admin/wp-security-firewall-menu.php:384
+msgid "NOTE: In order for this feature to work \"AllowOverride\" of the Indexes directive must be enabled in your httpd.conf file. Ask your hosting provider to check this if you don't have access to httpd.conf"
+msgstr "OPMERKING: Om deze functie te laten werken dient \"AllowOverride\" van de Indexes richtlijn te worden ingeschakeld in uw httpd.conf-bestand. Vraag uw hosting provider om dit te controleren als u geen toegang hebt tot het httpd.conf-bestand heeft"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:152
-msgid "A large portion of WordPress blog comment SPAM is mainly produced by automated bots and not necessarily by humans. "
-msgstr "Een groot deel van WordPress blog commentaar SPAM wordt voornamelijk geproduceerd door geautomatiseerde bots en niet noodzakelijk door mensen. "
+#: admin/wp-security-firewall-menu.php:405
+msgid "Check this if you want to disable trace and track."
+msgstr "Activeer dit als u traceren en volgen (track & trace) uit wilt schakelen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:153
-msgid "This feature will greatly minimize the useless and unecessary traffic and load on your server resulting from SPAM comments by blocking all comment requests which do not originate from your domain."
-msgstr "Deze functie minimaliseert het nutteloze en onnodige verkeer en de belasting van uw server ten gevolge van SPAM-opmerkingen door alle reactieaanvragen te blokkeren die niet afkomstig zijn uit uw domein."
+#: admin/wp-security-firewall-menu.php:410
+msgid "HTTP Trace attack (XST) can be used to return header requests and grab cookies and other information."
+msgstr "HTTP Trace aanval (XST) kan worden gebruikt om header verzoeken en cookies op te pakken en andere informatie terug te geven."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:154
-msgid "In other words, if the comment was not submitted by a human who physically submitted the comment on your site, the request will be blocked."
-msgstr "Met andere woorden, als de opmerking niet is ingediend door een persoon die de opmerking fysiek op uw site heeft geplaatst, wordt de aanvraag geblokkeerd."
+#: admin/wp-security-firewall-menu.php:412
+msgid "This hacking technique is usually used together with cross site scripting attacks (XSS)."
+msgstr "Deze hack-techniek wordt meestal gebruikt samen met de cross site scripting-aanvallen (XSS)."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:170
-msgid "Block Spambots From Posting Comments"
-msgstr "Spambots blokkeren uit geplaatste opmerkingen"
+#: admin/wp-security-firewall-menu.php:414
+msgid "Disabling trace and track on your site will help prevent HTTP Trace attacks."
+msgstr "Het uitschakelen van traceren en volgen (trace & track) op uw site zal HTTP Trace-aanslagen helpen voorkomen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:173
-msgid "Check this if you want to apply a firewall rule which will block comments originating from spambots."
-msgstr "Selecteer dit als u een firewallregel wilt toepassen die opmerkingen afkomstig van spambots blokkeert."
+#: admin/wp-security-firewall-menu.php:441
+msgid "This setting will deny any requests that use a proxy server when posting comments."
+msgstr "Deze instelling zal alle verzoeken weigeren die gebruik maken van een proxy-server bij het plaatsen van reacties."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:177
-msgid "This feature will implement a firewall rule to block all comment attempts which do not originate from your domain."
-msgstr "Met deze functie wordt een firewallregel geïmplementeerd om alle opmerkingen te blokkeren die niet afkomstig zijn uit uw domein."
+#: admin/wp-security-firewall-menu.php:442
+msgid "By forbidding proxy comments you are in effect eliminating some SPAM and other proxy requests."
+msgstr "Door het verbieden van proxy-opmerkingen heft u in feite bepaalde SPAM en andere proxy-verzoeken op."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:178
-msgid "A legitimate comment is one which is submitted by a human who physically fills out the comment form and clicks the submit button. For such events, the HTTP_REFERRER is always set to your own domain."
-msgstr "Een legitieme opmerking is een opmerking die wordt ingediend door een persoon die het opmerkingenformulier fysiek invult en op de knop Verzenden klikt. Voor dergelijke gebeurtenissen is de HTTP_REFERRER altijd ingesteld op uw eigen domein."
+#: admin/wp-security-firewall-menu.php:451
+msgid "Bad Query Strings"
+msgstr "Ongeldige query tekenreeksen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:179
-msgid "A comment submitted by a spambot is done by directly calling the comments.php file, which usually means that the HTTP_REFERRER value is not your domain and often times empty."
-msgstr "Een opmerking die door een spambot wordt ingediend, wordt gedaan door rechtstreeks het bestand comments.php op te roepen. Dit betekent meestal dat de waarde HTTP_REFERRER niet uw domein is en meestal leeg is."
+#: admin/wp-security-firewall-menu.php:461
+msgid "Deny Bad Query Strings"
+msgstr "Ongeldige query tekenreeksen weigeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:180
-msgid "This feature will check and block comment requests which are not referred by your domain thus greatly reducing your overall blog SPAM and PHP requests done by the server to process these comments."
-msgstr "Met deze functie worden opmerkingen gecontroleerd en geblokkeerd die niet door uw domein worden doorgestuurd, waardoor uw algehele blog-SPAM- en PHP-verzoeken van de server om deze opmerkingen te verwerken aanzienlijk worden verminderd."
+#: admin/wp-security-firewall-menu.php:464
+msgid "This will help protect you against malicious queries via XSS."
+msgstr "Dit zal helpen om u te beschermen tegen kwaadaardige queries via XSS."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:207
-msgid "Nonce check failed for list SPAM comment IPs!"
-msgstr "Nonce check mislukt voor de lijst SPAM opmerkingen van IP's!"
+#: admin/wp-security-firewall-menu.php:469
+msgid "This feature will write rules in your .htaccess file to prevent malicious string attacks on your site using XSS."
+msgstr "Deze functie zal regels in uw .htaccess-bestand schrijven om kwaadaardige tekst aanvallen op uw site met behulp van XSS te voorkomen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:213
-msgid "You entered a non numeric value for the minimum SPAM comments per IP field. It has been set to the default value."
-msgstr "U hebt een niet-numerieke waarde ingevoerd voor de minimale SPAM-opmerkingen per IP-veld. Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-firewall-menu.php:470
+msgid "NOTE: Some of these strings might be used for plugins or themes and hence this might break some functionality."
+msgstr "OPMERKING: Sommige van deze teksten kunnen worden gebruikt voor plugins of thema's en dus kan dit sommige functionaliteit te niet doen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:225
-#, php-format
-msgid "Displaying results for IP addresses which have posted a minimum of %s SPAM comments"
-msgstr "Resultaten weergeven voor IP-adressen die een minimum van %s SPAM-opmerkingen hebben gepost"
+#: admin/wp-security-firewall-menu.php:471
+#: admin/wp-security-firewall-menu.php:501
+msgid "You are therefore strongly advised to take a backup of your active .htaccess file before applying this feature."
+msgstr "U wordt daarom sterk aangeraden om een back-up van uw actieve .htaccess-bestand te maken alvorens deze functie te activeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:241
-msgid "This tab displays a list of the IP addresses of the people or bots who have left SPAM comments on your site."
-msgstr "Op dit tabblad wordt een lijst weergegeven met de IP-adressen van de mensen of bots die SPAM-opmerkingen op uw site hebben achtergelaten."
+#: admin/wp-security-firewall-menu.php:493
+msgid "This will block bad character matches from XSS."
+msgstr "Dit zal kwaadaardige karakter overeenkomsten van XSS blokkeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:242
-msgid "This information can be handy for identifying the most persistent IP addresses or ranges used by spammers."
-msgstr "Deze informatie kan handig zijn voor het identificeren van de meest hardnekkige IP-adressen of bereiken die worden gebruikt door spammers."
+#: admin/wp-security-firewall-menu.php:498
+msgid "This is an advanced character string filter to prevent malicious string attacks on your site coming from Cross Site Scripting (XSS)."
+msgstr "Dit is een geavanceerd tekenreeksfilter om kwaadaardige aanvallen op uw site dmv Cross Site Scripting (XSS) te voorkomen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:243
-msgid "By inspecting the IP address data coming from spammers you will be in a better position to determine which addresses or address ranges you should block by adding them to your blacklist."
-msgstr "Door de IP-adresgegevens te controleren die afkomstig zijn van spammers, bent u beter in staat om te bepalen welke adressen of adresreeksen u moet blokkeren door ze toe te voegen aan uw blacklist."
+#: admin/wp-security-firewall-menu.php:499
+msgid "This setting matches for common malicious string patterns and exploits and will produce a 403 error for the hacker attempting the query."
+msgstr "Deze instelling zoekt overeenkomsten met veel voorkomende kwaadaardige reekspatronen en exploits en zal een 403-foutmelding genereren als de hacker de query uitprobeert."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:244
-msgid ""
-"To add one or more of the IP addresses displayed in the table below to your blacklist, simply click the \"Block\" link for the individual row or select more than one address \n"
-" using the checkboxes and then choose the \"block\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
-msgstr ""
-"Om een of meer van de IP-adressen die in de onderstaande tabel worden weergegeven toe te voegen aan uw zwarte lijst, klikt u eenvoudig op de koppeling \"Blokkeren\" voor de afzonderlijke rij of selecteert u meer dan één adres\n"
-" gebruik de selectievakjes en kies vervolgens de optie \"blokkeren\" in de vervolgkeuzelijst Bulkacties en klik op de knop \"Toepassen\"."
+#: admin/wp-security-firewall-menu.php:500
+msgid "NOTE: Some strings for this setting might break some functionality."
+msgstr "OPMERKING: Sommige reeksen voor deze instelling kunnen sommige functies te niet doen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:250
-msgid "List SPAMMER IP Addresses"
-msgstr "Lijst SPAMMER IP-adressen"
+#: admin/wp-security-firewall-menu.php:567
+msgid "This feature allows you to activate the %s (or legacy %s) firewall security protection rules designed and produced by %s."
+msgstr "Deze functie maakt het mogelijk dat u de beveiligingsregels van de firewall voor %s (of legacy %s) die zijn ontworpen en geproduceerd door %s, te activeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:256
-msgid "Minimum number of SPAM comments per IP"
-msgstr "Minimaal aantal SPAM-opmerkingen per IP"
+#: admin/wp-security-firewall-menu.php:569
+msgid "The 6G Blacklist is a simple, flexible blacklist that helps reduce the number of malicious URL requests that hit your website."
+msgstr "De 6G zwarte lijst is een eenvoudige, flexibele zwarte lijst die helpt bij het verminderen van het aantal kwaadaardige URL-verzoeken die uw website bereiken."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:258
-msgid "This field allows you to list only those IP addresses which have been used to post X or more SPAM comments."
-msgstr "In dit veld kunt u alleen die IP-adressen vermelden die zijn gebruikt om X of meer SPAM-opmerkingen te plaatsen."
+#: admin/wp-security-firewall-menu.php:570
+msgid "The added advantage of applying the 6G firewall to your site is that it has been tested and confirmed by the people at PerishablePress.com to be an optimal and least disruptive set of .htaccess security rules for general WP sites running on an Apache server or similar."
+msgstr "Het extra voordeel van de toepassing van de 6G firewall op uw site is dat het is getest en bevestigd is door de mensen van PerishablePress.com dat het om een optimale en minst ontwrichtende set van. htaccess-beveiligingsregels gaat, voor algemene WP-sites die draaien op een Apache-server of iets dergelijks."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:262
-msgid "Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses which were used to submit SPAM comments."
-msgstr "Voorbeeld 1: door deze waarde in te stellen op \"0\" of \"1\" worden ALLE IP-adressen vermeld die zijn gebruikt om SPAM-opmerkingen in te dienen."
+#: admin/wp-security-firewall-menu.php:571
+msgid "Therefore the 6G firewall rules should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
+msgstr "Daarom zouden de 6G firewall-regels geen invloed op de algemene functionaliteit van uw site moeten hebben, maar als u wenst kunt u %s van uw. htaccess-bestand maken alvorens te werk te gaan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:263
-msgid "Example 2: Setting this value to \"5\" will list only those IP addresses which were used to submit 5 SPAM comments or more on your site."
-msgstr "Voorbeeld 2: als u deze waarde instelt op \"5\", worden alleen die IP-adressen weergegeven die zijn gebruikt om 5 SPAM-opmerkingen of meer op uw site in te dienen."
+#: admin/wp-security-firewall-menu.php:610
+msgid "Check this if you want to apply the 5G Blacklist firewall protection from perishablepress.com to your site."
+msgstr "Activeer dit als u de 5G Blacklist firewall-bescherming van perishablepress.com wilt toepassen op uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:270
-msgid "Find IP Addresses"
-msgstr "Zoek IP-adressen"
+#: admin/wp-security-firewall-menu.php:614
+msgid "This setting will implement the 5G security firewall protection mechanisms on your site which include the following things:"
+msgstr "Deze instelling zal de 5G firewall-beschermingsmechanismen op uw site implementeren. Het omvat de volgende zaken:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:274
-msgid "SPAMMER IP Address Results"
-msgstr "SPAMMER IP-adresresultaten"
+#: admin/wp-security-firewall-menu.php:597
+#: admin/wp-security-firewall-menu.php:615
+msgid "1) Block forbidden characters commonly used in exploitative attacks."
+msgstr "1) Blokkeer verboden karakters die vaak gebruikt worden in exploiterende aanvallen."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:280 classes/wp-security-utility.php:150
-msgid "The plugin has detected that you are using a Multi-Site WordPress installation."
-msgstr "De plug-in heeft gedetecteerd dat u een Multi-Site WordPress-installatie gebruikt."
+#: admin/wp-security-firewall-menu.php:598
+#: admin/wp-security-firewall-menu.php:616
+msgid "2) Block malicious encoded URL characters such as the \".css(\" string."
+msgstr "2) Blokkeer kwaadaardige gecodeerde URL-tekens zoals de \".css(\" string."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:281
-msgid "Only the \"superadmin\" can block IP addresses from the main site."
-msgstr "Alleen het \"superadmin\" kan IP-adressen blokkeren van de hoofdsite."
+#: admin/wp-security-firewall-menu.php:599
+#: admin/wp-security-firewall-menu.php:617
+msgid "3) Guard against the common patterns and specific exploits in the root portion of targeted URLs."
+msgstr "3) Bescherm tegen algemene patronen en specifieke exploits in het basisdeel van beoogde URL's."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-spam-menu.php:282
-msgid "Take note of the IP addresses you want blocked and ask the superadmin to add these to the blacklist using the \"Blacklist Manager\" on the main site."
-msgstr "Noteer de IP-adressen die u wilt blokkeren en vraag de superadmin om deze toe te voegen aan de zwarte lijst met behulp van de \"Blacklist Manager\" op de hoofdsite."
+#: admin/wp-security-firewall-menu.php:600
+#: admin/wp-security-firewall-menu.php:618
+msgid "4) Stop attackers from manipulating query strings by disallowing illicit characters."
+msgstr "4) Stop het manipuleren van querytekenreeksen door aanvallers door illegale karakters niet toe te staan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:29
-msgid "WP Username"
-msgstr "WP-gebruikersnaam"
+#: admin/wp-security-firewall-menu.php:669
+msgid "A bot is a piece of software which runs on the Internet and performs automatic tasks. For example when Google indexes your pages it uses automatic bots to achieve this task."
+msgstr "Een bot is een stukje software dat draait op het internet en dat automatisch taken uitvoert. Bijvoorbeeld wanneer Google uw pagina indexeert wordt gebruik gemaakt van automatische bots."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:30
-msgid "Display Name"
-msgstr "Naam weergeven"
+#: admin/wp-security-firewall-menu.php:670
+msgid "A lot of bots are legitimate and non-malicous but not all bots are good and often you will find some which try to impersonate legitimate bots such as \"Googlebot\" but in reality they have nohing to do with Google at all."
+msgstr "Veel bots zijn legitiem en niet-kwaadaardig, maar regelmatig komt u er een aantal tegen die proberen om legitieme bots zoals \"Googlebot\" te imiteren. In werkelijkheid hebben ze helemaal niets te maken met Google."
-# @ all-in-one-wp-security-and-firewall
-# @ default
-#: admin/wp-security-user-accounts-menu.php:31
-#: other-includes/wp-security-rename-login-feature.php:845
-msgid "Password"
-msgstr "Wachtwoord"
+#: admin/wp-security-firewall-menu.php:671
+msgid "Although most of the bots out there are relatively harmless sometimes website owners want to have more control over which bots they allow into their site."
+msgstr "Hoewel de meeste van de bots relatief onschuldig zijn, willen website-eigenaren soms meer controle hebben over welke bots ze toelaten op hun site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:85
-msgid "Admin User Security"
-msgstr "Beheerder Gebruikersbeveiliging"
+#: admin/wp-security-firewall-menu.php:672
+msgid "This feature allows you to block bots which are impersonating as a Googlebot but actually aren't. (In other words they are fake Google bots)"
+msgstr "Met deze functie kunt u bots die zich voordoen als een Googlebot, maar eigenlijk niet zijn, blokkeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:88
-msgid "By default, WordPress sets the administrator username to \"admin\" at installation time."
-msgstr "WordPress stelt de beheerdersbenaming standaard in op \"admin\" tijdens de installatie."
+#: admin/wp-security-firewall-menu.php:673
+msgid "Googlebots have a unique indentity which cannot easily be forged and this feature will indentify any fake Google bots and block them from reading your site's pages."
+msgstr "Googlebots hebben een unieke identiteit die niet gemakkelijk kan worden vervalst. Deze functie identificeert alle valse Google bots en blokkeert ze bij het lezen van de pagina's van uw site."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:89
-msgid "A lot of hackers try to take advantage of this information by attempting \"Brute Force Login Attacks\" where they repeatedly try to guess the password by using \"admin\" for username."
-msgstr "Veel hackers proberen van deze informatie gebruik te maken door \"Brute Force Login Attacks\" uit te proberen, waarbij ze herhaaldelijk proberen het wachtwoord te raden door \"admin\" als gebruikersnaam te gebruiken."
+#: admin/wp-security-firewall-menu.php:679
+msgid "Attention : Sometimes non-malicious Internet organizations might have bots which impersonate as a \"Googlebot\"."
+msgstr "Let op: Soms hebben niet-kwaadaardige internetorganisaties bots die zich kunnen voordoen als een \"Googlebot\"."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:90
-msgid "From a security perspective, changing the default \"admin\" user name is one of the first and smartest things you should do on your site."
-msgstr "Vanuit beveiligingsoogpunt is het wijzigen van de standaardgebruikersnaam \"admin\" een van de eerste en slimste dingen die u op uw site moet doen."
+#: admin/wp-security-firewall-menu.php:680
+msgid "Just be aware that if you activate this feature the plugin will block all bots which use the \"Googlebot\" string in their User Agent information but are NOT officially from Google (irrespective whether they are malicious or not)."
+msgstr "Wees u ervan bewust dat als u deze functie activeert alle bots die de \"Googlebot\" string gebruiken in hun User Agent informatie, maar zijn niet officieel van Google zijn (ongeacht of ze schadelijk of niet) zullen worden geblokkeerd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:91
-msgid "This feature will allow you to change your default \"admin\" user name to a more secure name of your choosing."
-msgstr "Met deze functie kunt u uw standaard \"admin\" -gebruikersnaam wijzigen in een veiligere naam naar keuze."
+#: admin/wp-security-firewall-menu.php:681
+msgid "All other bots from other organizations such as \"Yahoo\", \"Bing\" etc will not be affected by this feature."
+msgstr "Alle andere bots van andere organisaties zoals \"Yahoo\", \"Bing\" etc zullen niet worden beïnvloed door deze functie."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:98
-msgid "List of Administrator Accounts"
-msgstr "Lijst met beheerdersaccounts"
+#: admin/wp-security-firewall-menu.php:704
+msgid "This feature will check if the User Agent information of a bot contains the string \"Googlebot\"."
+msgstr "Deze functie controleert of de User Agent informatie van een bot de tekst \"Googlebot\" bevat."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:107
-#: classes/grade-system/wp-security-feature-item-manager.php:36
-msgid "Change Admin Username"
-msgstr "Wijzig beheerdersnaam"
+#: admin/wp-security-firewall-menu.php:705
+msgid "It will then perform a few tests to verify if the bot is legitimately from Google and if so it will allow the bot to proceed."
+msgstr "Het zal dan een paar tests uitvoeren om te controleren of de bot rechtmatig van Google is en zo ja, de bot toestaan om verder te gaan."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:115
-msgid ""
-"Your site currently has an account which uses the default \"admin\" username. \n"
-" It is highly recommended that you change this name to something else. \n"
-" Use the following field to change the admin username."
-msgstr ""
-"Uw site heeft momenteel een account die de standaard \"admin\" gebruikersnaam gebruikt.\n"
-" Het wordt sterk aanbevolen om deze naam in iets anders te veranderen.\n"
-" Gebruik het volgende veld om de gebruikersnaam van de beheerder te wijzigen."
+#: admin/wp-security-firewall-menu.php:706
+msgid "If the bot fails the checks then the plugin will mark it as being a fake Googlebot and it will block it"
+msgstr "Als de bot niet door de controles komt, zal de plugin deze markeren als een nep Googlebot en de bot blokkeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:123
-msgid "New Admin Username"
-msgstr "Nieuwe beheerders-gebruikersnaam"
+#: admin/wp-security-dashboard-menu.php:138
+msgid " MB"
+msgstr " MB"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:125
-msgid "Choose a new username for admin."
-msgstr "Kies een nieuwe gebruikersnaam voor admin."
+#: admin/wp-security-database-menu.php:332
+msgid "Backup Time Interval"
+msgstr "Backup-intervaltijd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:129
-msgid "Change Username"
-msgstr "Gebruikersnaam wijzigen"
+#: admin/wp-security-database-menu.php:168
+msgid "Current DB Table Prefix"
+msgstr "Huidige database-prefix"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:131
-msgid "NOTE: If you are currently logged in as \"admin\" you will be automatically logged out after changing your username and will be required to log back in."
-msgstr "OPMERKING: Als u momenteel bent aangemeld als \"admin\", wordt u automatisch uitgelogd nadat u uw gebruikersnaam hebt gewijzigd en moet u opnieuw inloggen."
+#: admin/wp-security-database-menu.php:181
+msgid "Generate New DB Table Prefix"
+msgstr "Nieuwe database-prefix aanmaken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:138
-msgid "No action required! "
-msgstr "Geen actie nodig! "
+#: admin/wp-security-database-menu.php:184
+msgid "Check this if you want the plugin to generate a random 6 character string for the table prefix"
+msgstr "Activeer dit als u wilt dat de plug-in een willekeurige tekenreeks van 6 karakters voor de tabel-prefix genereert"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:140
-msgid "Your site does not have any account which uses the default \"admin\" username. "
-msgstr "Uw site heeft geen account die de standaard \"admin\" gebruikersnaam gebruikt. "
+#: admin/wp-security-database-menu.php:191
+msgid "Change DB Prefix"
+msgstr "Verander database-prefix"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:141
-msgid "This is good security practice."
-msgstr "Dit zijn goede beveiligings actie."
+#: admin/wp-security-database-menu.php:229
+msgid "DB Backup was successfully completed! You will receive the backup file via email if you have enabled \"Send Backup File Via Email\", otherwise you can retrieve it via FTP from the following directory:"
+msgstr "DB-back-up is succesvol afgerond! U ontvangt het backup-bestand via e-mail als u dit hebt ingeschakeld \"Stuur back-upbestand via e-mail\", anders kun je het ophalen via FTP uit de volgende map:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:153
-msgid "Display Name Security"
-msgstr "Toon de beveilingsnaam"
+#: admin/wp-security-database-menu.php:231
+msgid "Your DB Backup File location: "
+msgstr "Jouw database-back-uplocatie: "
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:156
-msgid "When you submit a post or answer a comment, WordPress will usually display your \"nickname\"."
-msgstr "Wanneer u een bericht verzendt of een opmerking beantwoordt, geeft WordPress meestal uw \"bijnaam\" weer."
+#: admin/wp-security-user-login-menu.php:121
+#: admin/wp-security-database-menu.php:269
+msgid "You have entered an incorrect email address format. It has been set to your WordPress admin email as default."
+msgstr "Je hebt een onjuist e-mailadresformaat ingevoerd. Het is nu ingesteld op je standaard WordPress admin e-mail."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:157
-msgid "By default the nickname is set to the login (or user) name of your account."
-msgstr "Standaard is de bijnaam ingesteld op de login- (of gebruikers-) naam van uw account."
+#: admin/wp-security-database-menu.php:325
+msgid "Enable Automated Scheduled Backups"
+msgstr "Gebruik ingeplande back-ups"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:158
-msgid "From a security perspective, leaving your nickname the same as your user name is bad practice because it gives a hacker at least half of your account's login credentials."
-msgstr "Vanuit beveiligingsoogpunt is het onjuist om uw bijnaam hetzelfde te laten als uw gebruikersnaam, omdat deze een hacker op zijn minst de helft van de aanmeldingsreferenties van uw account geeft."
+#: admin/wp-security-database-menu.php:349
+msgid "Send Backup File Via Email"
+msgstr "Verstuur back-upbestand via e-mail"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:159
-msgid "Therefore to further tighten your site's security you are advised to change your nickname and Display name to be different from your Username ."
-msgstr "Daarom wordt u aangeraden om uw bijnaam strong> en weergavenaam strong> te wijzigen om uw website te beveiligen met uw gebruikersnaam strong>."
+#: admin/wp-security-database-menu.php:352
+msgid "Check this if you want the system to email you the backup file after a DB backup has been performed"
+msgstr "Activeer dit als u wilt dat het systeem u het back-upbestand e-mailt nadat een DB-back-up is uitgevoerd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:165
-msgid "Modify Accounts With Identical Login Name & Display Name"
-msgstr "Wijzig accounts met identieke inlognaam & weergavenaam"
+#: admin/wp-security-user-login-menu.php:316
+#: admin/wp-security-database-menu.php:354
+msgid "Enter an email address"
+msgstr "Vul e-mailadres in"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:174
-msgid "Your site currently has the following accounts which have an identical login name and display name."
-msgstr "Uw site heeft momenteel de volgende accounts met een identieke inlognaam en weergavenaam."
+#: admin/wp-security-filescan-menu.php:292
+msgid "Enable Automated File Change Detection Scan"
+msgstr "Automatische detectie van bestandswijzigingen inschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:175
-msgid "Click on the link to edit the settings of that particular user account"
-msgstr "Klik op de link om de instellingen van dat specifieke gebruikersaccount te bewerken"
+#: admin/wp-security-filescan-menu.php:343
+msgid "Send Email When Change Detected"
+msgstr "Verstuur e-mail als er een wijziging is vastgesteld"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:190
-msgid "No action required."
-msgstr "Geen actie nodig."
+#: admin/wp-security-filescan-menu.php:346
+msgid "Check this if you want the system to email you if a file change was detected"
+msgstr "Vink dit aan als je een e-mail wilt ontvangen als een bestand is veranderd"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:191
-msgid "Your site does not have a user account where the display name is identical to the username."
-msgstr "Uw site heeft geen gebruikersaccount waarvan de weergavenaam identiek is aan de gebruikersnaam."
+#: admin/wp-security-filescan-menu.php:381
+msgid "Automatic Email Alerting"
+msgstr "Automatische e-mailmeldingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:202
-msgid "Password Tool"
-msgstr "Wachtwoord tool"
+#: admin/wp-security-filescan-menu.php:417
+msgid "The following files were added to your host."
+msgstr "De volgende bestanden zijn toegevoegd aan je host."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:205
-msgid "Poor password selection is one of the most common weak points of many sites and is usually the first thing a hacker will try to exploit when attempting to break into your site."
-msgstr "Slechte wachtwoordselectie is een van de meest voorkomende zwakke punten van veel sites en is meestal het eerste wat een hacker probeert te misbruiken wanneer hij probeert in te breken op uw site."
+#: admin/wp-security-filesystem-menu.php:27
+msgid "PHP File Editing"
+msgstr "PHP-bestand bewerken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:206
-msgid "Many people fall into the trap of using a simple word or series of numbers as their password. Such a predictable and simple password would take a competent hacker merely minutes to guess your password by using a simple script which cycles through the easy and most common combinations."
-msgstr "Veel mensen raken in de val bij het gebruik van een simpel woord of een reeks cijfers als wachtwoord. Een dergelijk voorspelbaar en eenvoudig wachtwoord zou een bekwame hacker slechts enkele minuten kosten om uw wachtwoord te raden met behulp van een eenvoudig script dat door de eenvoudige en meest gebruikelijke combinaties loopt."
+#: admin/wp-security-filesystem-menu.php:28
+msgid "WP File Access"
+msgstr "WP-bestandstoegang"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:207
-msgid "The longer and more complex your password is the harder it is for hackers to \"crack\" because more complex passwords require much greater computing power and time."
-msgstr "Hoe langer en complexer uw wachtwoord is, hoe moeilijker het voor hackers is om te \"kraken\", omdat meer complexe wachtwoorden veel meer rekenkracht en tijd vereisen."
+#: admin/wp-security-filesystem-menu.php:230
+msgid "Disable PHP File Editing"
+msgstr "PHP-bestand bewerken uitzetten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:208
-msgid "This section contains a useful password strength tool which you can use to check whether your password is sufficiently strong enough."
-msgstr "Dit gedeelte bevat een handig wachtwoordsterktetool dat u kunt gebruiken om te controleren of uw wachtwoord voldoende sterk genoeg is."
+#: admin/wp-security-filesystem-menu.php:242
+msgid "Disable Ability To Edit PHP Files"
+msgstr "PHP-bestand bewerken uitzetten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:213
-msgid "Password Strength Tool"
-msgstr "Wachtwoord sterkte tool"
+#: admin/wp-security-filesystem-menu.php:307
+msgid "Prevent Access to Default WP Files"
+msgstr "Toegang tot standaard WP-bestanden uitzetten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:218
-msgid "Start typing a password."
-msgstr "Begin met het typen van een wachtwoord."
+#: admin/wp-security-filesystem-menu.php:318
+msgid "Prevent Access to WP Default Install Files"
+msgstr "Toegang tot WP-bestand blokkeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:221
-msgid "It would take a desktop PC approximately"
-msgstr "Het zou een desktop-pc ongeveerzoveel tijd kosten"
+#: admin/wp-security-filesystem-menu.php:325
+msgid "Save Setting"
+msgstr "Instellingen opslaan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:222
-msgid "1 sec"
-msgstr "1 sec"
+#: admin/wp-security-firewall-menu.php:29
+msgid "Additional Firewall Rules"
+msgstr "Extra firewall-regels"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:222
-msgid "to crack your password!"
-msgstr "om je wachtwoord te kraken!"
+#: admin/wp-security-firewall-menu.php:129
+#: admin/wp-security-firewall-menu.php:563
+msgid "Firewall Settings"
+msgstr "Firewall-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:227
-msgid "Password Strength"
-msgstr "Wachtwoord sterkte"
+#: admin/wp-security-firewall-menu.php:161
+msgid "Basic Firewall Settings"
+msgstr "Standaard firewall-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:243
-msgid "Nonce check failed on admin username change operation!"
-msgstr "Controle nonce is mislukt bij wijziging van de beheerders gebruikersnaam!"
+#: admin/wp-security-firewall-menu.php:177
+msgid "1) Protect your htaccess file by denying access to it."
+msgstr "1) Bescherm uw .htaccess-bestand door toegang tot het bestand te weigeren."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:250
-msgid "Username "
-msgstr "Gebruikersnaam "
+#: admin/wp-security-firewall-menu.php:261
+msgid "Save Basic Firewall Settings"
+msgstr "Standaard firewall-instellingen opslaan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:250
-msgid " already exists. Please enter another value. "
-msgstr " bestaat al. Voer een andere waarde in. "
+#: admin/wp-security-firewall-menu.php:509
+msgid "Save Additional Firewall Settings"
+msgstr "Extra firewall-instellingen opslaan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:266
-msgid "The database update operation of the user account failed!"
-msgstr "De database-update van het gebruikersaccount is mislukt!"
+#: admin/wp-security-firewall-menu.php:577
+msgid "6G Blacklist/Firewall Settings"
+msgstr "6G Zwarte lijst/Firewall-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:293
-msgid "You entered an invalid username. Please enter another value. "
-msgstr "U hebt een ongeldige gebruikersnaam ingevoerd. Voer een andere waarde in. "
+#: admin/wp-security-firewall-menu.php:625
+msgid "Save 5G/6G Firewall Settings"
+msgstr "5G/6G Firewall-instellingen opslaan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:297
-msgid "Please enter a value for your username. "
-msgstr "Voer een waarde in voor uw gebruikersnaam. "
+#: admin/wp-security-firewall-menu.php:660
+msgid "Internet Bot Settings"
+msgstr "Internetbot instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:304
-msgid "Username Successfully Changed!"
-msgstr "Gebruikersnaam is succesvol gewijzigd!"
+#: admin/wp-security-firewall-menu.php:713
+msgid "Save Internet Bot Settings"
+msgstr "Internetbot instellingen opslaan"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-accounts-menu.php:324
-msgid "Account Login Name"
-msgstr "Account Login naam"
+#: admin/wp-security-firewall-menu.php:490
+msgid "Enable Advanced Character String Filter"
+msgstr "Inschakelen geavanceerd tekstfilter"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:26
-#: admin/wp-security-user-login-menu.php:298
-msgid "Failed Login Records"
-msgstr "Mislukte Login Records"
+#: admin/wp-security-dashboard-menu.php:137
+msgid "PHP Memory Usage"
+msgstr "PHP-geheugengebruik"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:27
-#: classes/grade-system/wp-security-feature-item-manager.php:50
-msgid "Force Logout"
-msgstr "Gedwongen afmelden"
+#: admin/wp-security-filescan-menu.php:233
+msgid "In general, WordPress core and plugin files and file types such as \".php\" or \".js\" should not change often and when they do, it is important that you are made aware when a change occurs and which file was affected."
+msgstr "In het algemeen zullen, WordPress core en plugin bestanden en bestandstypen, zoals \". php\" of \". js\" niet vaak veranderen, en wanneer ze dat doen is het belangrijk dat u bewust wordt gemaakt wanneer er een verandering optreedt en welk bestand werd beïnvloed."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:28
-#: admin/wp-security-user-login-menu.php:432
-msgid "Account Activity Logs"
-msgstr "Log van accountactiviteit"
+#: admin/general/wp-security-list-table.php:1103
+msgid "Select All"
+msgstr "Selecteer alles"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:96
-msgid "You entered a non numeric value for the max login attempts field. It has been set to the default value."
-msgstr "U hebt geen numerieke waarde ingevoerd voor het veld Max. loginpogingen. Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-dashboard-menu.php:704
+msgid "Date"
+msgstr "Datum"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:103
-msgid "You entered a non numeric value for the login retry time period field. It has been set to the default value."
-msgstr "U hebt geen numerieke waarde ingevoerd voor het veld opnieuw aanmelden tijdsperiode. Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-dashboard-menu.php:705
+msgid "IP"
+msgstr "IP"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:159
-msgid "Login Lockdown Configuration"
-msgstr "Login vergrendel configuratie"
+#: admin/wp-security-admin-init.php:293 admin/wp-security-settings-menu.php:68
+msgid "Settings"
+msgstr "Instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:163
-msgid "One of the ways hackers try to compromise sites is via a "
-msgstr "Een van de manieren waarop hackers proberen sites te compromitteren is via een "
+#: admin/wp-security-dashboard-menu.php:109
+#: admin/wp-security-dashboard-menu.php:113
+#: admin/wp-security-dashboard-menu.php:222
+msgid "Version"
+msgstr "Versie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:163
-msgid "Brute Force Login Attack"
-msgstr "Brute force login aanval"
+#: admin/general/wp-security-list-table.php:470
+msgid "Bulk Actions"
+msgstr "Acties"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:164
-msgid "This is where attackers use repeated login attempts until they guess the password."
-msgstr "Dit is waar aanvallers herhaalde inlogpogingen gebruiken totdat ze het wachtwoord raden."
+#: admin/general/wp-security-list-table.php:480
+msgid "Apply"
+msgstr "Uitvoeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:165
-msgid "Apart from choosing strong passwords, monitoring and blocking IP addresses which are involved in repeated login failures in a short period of time is a very effective way to stop these types of attacks."
-msgstr "Afgezien van het kiezen van sterke wachtwoorden is het controleren en blokkeren van IP-adressen die in korte tijd betrokken zijn bij herhaalde inlogproblemen, een zeer effectieve manier om dit soort aanvallen te stoppen."
+#: admin/general/wp-security-list-table.php:173
+msgid "List View"
+msgstr "Lijstweergave"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:166
-#, php-format
-msgid "You may also want to checkout our %s feature for another secure way to protect against these types of attacks."
-msgstr "U kunt ook onze %s functie checken voor een andere veilige manier om u te beschermen tegen dit soort aanvallen."
+#: admin/wp-security-dashboard-menu.php:28
+#: admin/wp-security-dashboard-menu.php:64 admin/wp-security-admin-init.php:292
+msgid "Dashboard"
+msgstr "Dashboard"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:171
-msgid "Login Lockdown Options"
-msgstr "Aanmeldings vergrendel opties voor inloggen"
+#: admin/wp-security-firewall-menu.php:779
+#: admin/wp-security-firewall-menu.php:956
+#: admin/wp-security-filesystem-menu.php:249
+#: admin/wp-security-user-login-menu.php:320
+#: admin/wp-security-user-login-menu.php:366
+#: admin/wp-security-user-login-menu.php:545
+#: admin/wp-security-misc-options-menu.php:174
+#: admin/wp-security-misc-options-menu.php:225
+#: admin/wp-security-misc-options-menu.php:285
+#: admin/wp-security-user-registration-menu.php:157
+#: admin/wp-security-user-registration-menu.php:250
+#: admin/wp-security-user-registration-menu.php:313
+#: admin/wp-security-spam-menu.php:190 admin/wp-security-spam-menu.php:365
+#: admin/wp-security-spam-menu.php:486 admin/wp-security-spam-menu.php:548
+#: admin/wp-security-database-menu.php:358
+#: admin/wp-security-filescan-menu.php:354
+#: admin/wp-security-blacklist-menu.php:233
+#: admin/wp-security-brute-force-menu.php:228
+#: admin/wp-security-brute-force-menu.php:685
+#: admin/wp-security-brute-force-menu.php:823
+#: admin/wp-security-brute-force-menu.php:885
+#: admin/wp-security-settings-menu.php:542
+#: admin/wp-security-settings-menu.php:782
+msgid "Save Settings"
+msgstr "Bewaar instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:183
-msgid "Enable Login Lockdown Feature"
-msgstr "Schakel Login vergrendel kenmerken in"
+#: admin/wp-security-dashboard-menu.php:703
+msgid "User"
+msgstr "Gebruiker"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:186
-msgid "Check this if you want to enable the login lockdown feature and apply the settings below"
-msgstr "Selecteer dit als u de functie voor het vergrendelen van inloggegevens wilt inschakelen en de onderstaande instellingen wilt toepassen"
+#: admin/wp-security-dashboard-menu.php:104
+msgid "Plugin Version"
+msgstr "Plugin-versie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:190
-msgid "Allow Unlock Requests"
-msgstr "Laat ontgrendelverzoeken toe"
+#: admin/wp-security-dashboard-menu.php:100
+msgid "Site Info"
+msgstr "Site-informatie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:193
-msgid "Check this if you want to allow users to generate an automated unlock request link which will unlock their account"
-msgstr "Vink dit aan als u wilt dat gebruikers een automatische ontgrendelverzoeklink kunnen genereren die hun account ontgrendelt"
+#: admin/wp-security-dashboard-menu.php:106
+msgid "WP Version"
+msgstr "WP-versie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:197
-msgid "Max Login Attempts"
-msgstr "Maximale inlogpogingen"
+#: admin/wp-security-dashboard-menu.php:131
+msgid "PHP Info"
+msgstr "PHP-info"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:199
-msgid "Set the value for the maximum login retries before IP address is locked out"
-msgstr "Stel de waarde in voor het maximale aantal pogingen om opnieuw in te loggen voordat het IP-adres is geblokkeerd"
+#: admin/wp-security-dashboard-menu.php:732
+msgid "Maintenance Mode"
+msgstr "Onderhoudmodus"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:203
-msgid "Login Retry Time Period (min)"
-msgstr "Tijdsperiode voor het opnieuw proberen om in te loggen (min)"
+#: admin/wp-security-dashboard-menu.php:728
+msgid "Maintenance mode is currently off."
+msgstr "Onderhoudmodus staat momenteel uit."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:205
-msgid "If the maximum number of failed login attempts for a particular IP address occur within this time period the plugin will lock out that address"
-msgstr "Als het maximale aantal mislukte inlogpogingen voor een bepaald IP-adres binnen deze tijdsperiode plaatsvindt, blokkeert de plug-in dat adres"
+#: admin/wp-security-user-login-menu.php:32
+#: admin/wp-security-dashboard-menu.php:489
+msgid "Logged In Users"
+msgstr "Ingelogde gebruikers"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:209
-msgid "Time Length of Lockout (min)"
-msgstr "Duur van de lockout tijd (min)"
+#: admin/wp-security-dashboard-menu.php:754
+#: admin/wp-security-dashboard-menu.php:772
+msgid "The %s feature is currently active."
+msgstr "De %s optie is momenteel actief."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:211
-msgid "Set the length of time for which a particular IP address will be prevented from logging in"
-msgstr "Stel de tijdsduur in waarin een bepaald IP-adres zich niet kan aanmelden"
+#: admin/wp-security-dashboard-menu.php:755
+#: admin/wp-security-dashboard-menu.php:773
+msgid "Your new WordPress login URL is now:"
+msgstr "Je nieuwe WordPress inlog-URL is:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:215
-msgid "Display Generic Error Message"
-msgstr "Toon algemeen foutbericht"
+#: admin/wp-security-dashboard-menu.php:788
+#: admin/wp-security-dashboard-menu.php:802
+#: admin/wp-security-dashboard-menu.php:819
+msgid "Go to the %s menu to see more details"
+msgstr "Ga naar het %s menu voor meer details"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:218
-msgid "Check this if you want to show a generic error message when a login attempt fails"
-msgstr "Selecteer dit als u een generiek foutbericht wilt weergeven wanneer een inlogpoging mislukt"
+#: admin/wp-security-dashboard-menu.php:805
+msgid "There are no other users currently logged in."
+msgstr "Er zijn momenteel geen gebruikers ingelogd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:222
-msgid "Instantly Lockout Invalid Usernames"
-msgstr "Directe uitsluiting van ongeldige gebruikersnamen"
+#: admin/wp-security-dashboard-menu.php:815
+msgid "There are no IP addresses currently locked out."
+msgstr "Er zijn momenteel geen IP-adressen geblokkeerd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:225
-msgid "Check this if you want to instantly lockout login attempts with usernames which do not exist on your system"
-msgstr "Vink dit aan als u inlogpogingen onmiddellijk wilt blokkeren met gebruikersnamen die niet bestaan op uw systeem"
+#: admin/wp-security-dashboard-menu.php:484
+msgid "Maintenance Mode Status"
+msgstr "Status Onderhoudmodus"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:230
-msgid "Notify By Email"
-msgstr "Melden per e-mail"
+#: admin/wp-security-dashboard-menu.php:726
+msgid "Maintenance mode is currently enabled. Remember to turn it off when you are done"
+msgstr "Onderhoudmodus is momenteel actief. Vergeet dit niet uit te zetten als je klaar bent"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:233
-msgid "Check this if you want to receive an email when someone has been locked out due to maximum failed login attempts"
-msgstr "Vink dit aan als u een e-mail wilt ontvangen wanneer iemand is geblokkerd vanwege het maximaal aantal mislukte inlogpogingen"
+#: admin/wp-security-dashboard-menu.php:750
+msgid "Cookie-Based Brute Force"
+msgstr "Cookie-gebaseerd Brute Force"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:243
-msgid "Currently Locked Out IP Address Ranges"
-msgstr "Aantal van momenteel geblokkeerde IP-adres"
+#: admin/wp-security-dashboard-menu.php:787
+msgid "Number of users currently logged in site-wide is:"
+msgstr "Aantal gebruikers momenteel ingelogd op jouw site:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:248
-#, php-format
-msgid "To see a list of all locked IP addresses and ranges go to the %s tab in the dashboard menu."
-msgstr "Als u een lijst met alle vergrendelde IP-adressen en bereiken wilt zien, gaat u naar het tabblad %s in het dashboardmenu."
+#: admin/wp-security-dashboard-menu.php:791
+msgid "There are no other site-wide users currently logged in."
+msgstr "Er zijn geen gebruikers momenteel ingelogd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:264
-msgid "Nonce check failed for delete all failed login records operation!"
-msgstr "Nonce check mislukt voor het verwijderen van alle mislukte login records operatie!"
+#: admin/wp-security-dashboard-menu.php:801
+msgid "Number of users currently logged into your site (including you) is:"
+msgstr "Aantal gebruikers ingelogd op jouw site (inclusief jijzelf):"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:273
-msgid "User Login Feature - Delete all failed login records operation failed!"
-msgstr "Gebruikersaanmeldings kenmerken - Verwijder alle records van mislukte inlog pogingen!"
+#: admin/wp-security-dashboard-menu.php:588
+msgid "We are working hard to make your WordPress site more secure. Please support us, here is how:"
+msgstr "Wij doen er alles aan jouw WordPress-site veiliger te maken. Help ons, hier staat hoe:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:277
-msgid "All records from the Failed Logins table were deleted successfully!"
-msgstr "Alle records uit de lijst mislukt inlogingen zijn met succes verwijderd!"
+#: admin/wp-security-dashboard-menu.php:621
+msgid "Admin Username"
+msgstr "Admin-gebruikersnaam"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:292
-msgid "This tab displays the failed login attempts for your site."
-msgstr "Op dit tabblad worden de mislukte inlogpogingen voor uw site weergegeven."
+#: classes/grade-system/wp-security-feature-item-manager.php:42
+#: admin/wp-security-user-login-menu.php:28
+#: admin/wp-security-dashboard-menu.php:636
+msgid "Login Lockdown"
+msgstr "Login vergrendeling"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:293
-msgid "The information below can be handy if you need to do security investigations because it will show you the IP range, username and ID (if applicable) and the time/date of the failed login attempt."
-msgstr "De onderstaande informatie kan handig zijn als u beveiligingsonderzoeken moet uitvoeren omdat deze u het IP-bereik, de gebruikersnaam en ID (indien van toepassing) en de tijd / datum van de mislukte inlogpoging laten zien."
+#: admin/wp-security-dashboard-menu.php:666
+msgid "Basic Firewall"
+msgstr "Standaard firewall"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:314
-#: admin/wp-security-user-login-menu.php:323
-msgid "Delete All Failed Login Records"
-msgstr "Verwijder alle mislukte inlog records"
+#: admin/wp-security-dashboard-menu.php:483
+msgid "Last 5 Logins"
+msgstr "Laatste 5 logins"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:320
-msgid "Click this button if you wish to delete all failed login records in one go."
-msgstr "Klik op deze knop als u alle mislukte in log records in één keer wilt verwijderen."
+#: admin/wp-security-dashboard-menu.php:699
+msgid "Last 5 logins summary:"
+msgstr "Samenvatting laatste 5 logins:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:348
-msgid "You entered a non numeric value for the logout time period field. It has been set to the default value."
-msgstr "U hebt een geen numerieke waarde ingevoerd voor het veld logout-tijdsperiode. Het is ingesteld op de standaardwaarde."
+#: admin/wp-security-dashboard-menu.php:29
+msgid "System Info"
+msgstr "Systeeminfo"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:376
-msgid "Setting an expiry period for your WP administration session is a simple way to protect against unauthorized access to your site from your computer."
-msgstr "Het instellen van een vervalperiode voor uw WP-beheersessie is een eenvoudige manier om uw computer tegen ongeoorloofde toegang tot uw site te beschermen."
+#: admin/wp-security-dashboard-menu.php:32
+msgid "AIOWPS Logs"
+msgstr "AIOWPS-logs"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:377
-msgid "This feature allows you to specify a time period in minutes after which the admin session will expire and the user will be forced to log back in."
-msgstr "Met deze functie kunt u een tijdsperiode opgeven in minuten waarna de beheersessie verloopt en de gebruiker gedwongen wordt weer in te loggen."
+#: admin/wp-security-dashboard-menu.php:118
+msgid "Server Name"
+msgstr "Servernaam"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:382
-msgid "Force User Logout Options"
-msgstr "Geforceerde gebruikers uitlogopties"
+#: admin/wp-security-dashboard-menu.php:111
+msgid "Table Prefix"
+msgstr "Tabel-prefix"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:394
-msgid "Enable Force WP User Logout"
-msgstr "Schakel geforceerde WP gebruikers uitlogoptie in"
+#: admin/wp-security-dashboard-menu.php:120
+msgid "Cookie Domain"
+msgstr "Cookie-domein"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:397
-msgid "Check this if you want to force a wp user to be logged out after a configured amount of time"
-msgstr "Selecteer dit als u wilt dat een wp-gebruiker na een ingestelde tijd wordt uitgelogd"
+#: admin/wp-security-brute-force-menu.php:794
+msgid "Your Current IP Address"
+msgstr "Jouw huidige IP-adres"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:401
-msgid "Logout the WP User After XX Minutes"
-msgstr "WP-gebruiker na XX minuten uitloggen"
+#: admin/wp-security-user-login-menu.php:347
+#: admin/wp-security-brute-force-menu.php:801
+msgid "Enter Whitelisted IP Addresses:"
+msgstr "Vul Whitelisted IP-adres in:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:403
-msgid "(Minutes) The user will be forced to log back in after this time period has elapased."
-msgstr "(Minuten) De gebruiker wordt gedwongen zich weer aan te melden nadat deze periode is verstreken."
+#: admin/wp-security-brute-force-menu.php:876
+msgid "Enable Honeypot On Login Page"
+msgstr "Honeypot-gebruik op de loginpagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:426
-msgid "This tab displays the login activity for WordPress admin accounts registered with your site."
-msgstr "Dit tabblad toont de login-activiteit voor WordPress-beheerdersaccounts die bij uw site zijn geregistreerd."
+#: admin/wp-security-brute-force-menu.php:879
+msgid "Check this if you want to enable the honeypot feature for the login page"
+msgstr "Vink dit aan als je gebruik wilt maken van de honeypot op de loginpagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:427
-msgid "The information below can be handy if you need to do security investigations because it will show you the last 50 recent login events by username, IP address and time/date."
-msgstr "De onderstaande informatie kan handig zijn als u beveiligingsonderzoeken moet uitvoeren omdat u de laatste 50 recente aanmeldingsgebeurtenissen te zien krijgt op gebruikersnaam, IP-adres en tijd / datum."
+#: admin/wp-security-brute-force-menu.php:409
+msgid "Secret Word"
+msgstr "Geheim woord"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:464
-msgid "Nonce check failed for users logged in list!"
-msgstr "Nonce check mislukt voor ingelogde gebruikerslijst!"
+#: admin/wp-security-brute-force-menu.php:415
+msgid "Re-direct URL"
+msgstr "URL doorverwijzen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:477
-msgid "Refresh Logged In User Data"
-msgstr "Vernieuwde ingelogde gebruikersgegevens vernieuwen"
+#: admin/wp-security-brute-force-menu.php:430
+msgid "Useful Tip:"
+msgstr "Handige tip:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:481
-msgid "Refresh Data"
-msgstr "Data vernieuwen"
+#: admin/wp-security-firewall-menu.php:846
+#: admin/wp-security-user-login-menu.php:142
+#: admin/wp-security-user-login-menu.php:498
+#: admin/wp-security-spam-menu.php:226 admin/wp-security-spam-menu.php:260
+#: admin/wp-security-database-menu.php:275
+#: admin/wp-security-filescan-menu.php:178
+#: admin/wp-security-brute-force-menu.php:121
+msgid "Attention!"
+msgstr "Attentie!"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:487
-msgid "This tab displays all users who are currently logged into your site."
-msgstr "Op dit tabblad worden alle gebruikers weergegeven die op uw site zijn ingelogd."
+#: admin/wp-security-brute-force-menu.php:187
+msgid "Your current login URL is:"
+msgstr "Je huidige login-URL is:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:488
-msgid "If you suspect there is a user or users who are logged in which should not be, you can block them by inspecting the IP addresses from the data below and adding them to your blacklist."
-msgstr "Als u vermoedt dat er een gebruiker is of gebruikers die zijn ingelogd en dat niet zou moeten zijn, kunt u deze blokkeren door de IP-adressen uit de onderstaande gegevens te controleren en ze toe te voegen aan uw zwarte lijst."
+#: admin/wp-security-brute-force-menu.php:222
+msgid "Login Page URL"
+msgstr "Loginpagina-URL"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:493
-msgid "Currently Logged In Users"
-msgstr "Momenteel ingelogde gebruikers"
+#: admin/wp-security-brute-force-menu.php:218
+msgid "Check this if you want to enable the rename login page feature"
+msgstr "Vink dit aan als je de loginpagina wilt hernoemen"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:558
-msgid "The selected records were deleted successfully!"
-msgstr "De geselecteerde records zijn succesvol verwijderd!"
+#: admin/wp-security-brute-force-menu.php:186
+msgid "Your WordPress login page URL has been renamed."
+msgstr "Je WordPress loginpagina-URL is veranderd."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-login-menu.php:567
-msgid "The selected record was deleted successfully!"
-msgstr "Het geselecteerde record is succesvol verwijderd!"
+#: admin/wp-security-blacklist-menu.php:194
+msgid "Enter IP Addresses:"
+msgstr "Vul IP-adressen In:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:23
-msgid "Manual Approval"
-msgstr "Handmatige goedkeuring"
+#: admin/wp-security-user-login-menu.php:357
+#: admin/wp-security-blacklist-menu.php:204
+#: admin/wp-security-brute-force-menu.php:811
+msgid "Example 1: 195.47.89.*"
+msgstr "Voorbeeld 1: 195.47.89.*"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:24
-#: classes/grade-system/wp-security-feature-item-manager.php:56
-msgid "Registration Captcha"
-msgstr "Registratie Captcha"
+#: admin/wp-security-firewall-menu.php:173
+#: admin/wp-security-firewall-menu.php:203
+#: admin/wp-security-firewall-menu.php:223
+#: admin/wp-security-firewall-menu.php:249
+#: admin/wp-security-firewall-menu.php:376
+#: admin/wp-security-firewall-menu.php:406
+#: admin/wp-security-firewall-menu.php:437
+#: admin/wp-security-firewall-menu.php:465
+#: admin/wp-security-firewall-menu.php:494
+#: admin/wp-security-firewall-menu.php:593
+#: admin/wp-security-firewall-menu.php:611
+#: admin/wp-security-firewall-menu.php:701
+#: admin/wp-security-firewall-menu.php:914
+#: admin/wp-security-firewall-menu.php:937
+#: admin/wp-security-user-login-menu.php:352
+#: admin/wp-security-spam-menu.php:175 admin/wp-security-spam-menu.php:348
+#: admin/wp-security-spam-menu.php:390 admin/wp-security-filescan-menu.php:314
+#: admin/wp-security-filescan-menu.php:331
+#: admin/wp-security-blacklist-menu.php:199
+#: admin/wp-security-blacklist-menu.php:219
+#: admin/wp-security-brute-force-menu.php:388
+#: admin/wp-security-brute-force-menu.php:422
+#: admin/wp-security-brute-force-menu.php:445
+#: admin/wp-security-brute-force-menu.php:466
+#: admin/wp-security-brute-force-menu.php:806
+#: admin/wp-security-settings-menu.php:771
+msgid "More Info"
+msgstr "Meer informatie"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:112
-msgid "User Registration Settings"
-msgstr "Gebruikersregistratie-instellingen"
+#: admin/wp-security-user-login-menu.php:358
+#: admin/wp-security-blacklist-menu.php:205
+#: admin/wp-security-brute-force-menu.php:812
+msgid "Example 2: 195.47.*.*"
+msgstr "Voorbeeld 2: 195.47.*.*"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:116
-msgid "Manually Approve New Registrations"
-msgstr "Handmatig nieuwe registraties goedkeuren"
+#: admin/wp-security-user-login-menu.php:359
+#: admin/wp-security-blacklist-menu.php:206
+#: admin/wp-security-brute-force-menu.php:813
+msgid "Example 3: 195.*.*.*"
+msgstr "Voorbeeld 3: 195.*.*.*"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:120
-msgid "If your site allows people to create their own accounts via the WordPress registration form, then you can minimize SPAM or bogus registrations by manually approving each registration."
-msgstr "Als uw site mensen toestaat om hun eigen accounts aan te maken via het registratieformulier van WordPress, dan kunt u SPAM- of valse registraties minimaliseren door elke registratie handmatig goed te keuren."
+#: classes/grade-system/wp-security-feature-item-manager.php:44
+#: admin/wp-security-brute-force-menu.php:31
+msgid "Login Captcha"
+msgstr "Login captcha"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:121
-msgid "This feature will automatically set a newly registered account to \"pending\" until the administrator activates it. Therefore undesirable registrants will be unable to log in without your express approval."
-msgstr "Met deze functie wordt automatisch een nieuw geregistreerde account ingesteld op \"In behandeling\" totdat de beheerder deze activeert. Ongewenste registranten kunnen daarom niet inloggen zonder uw uitdrukkelijke toestemming."
+#: admin/wp-security-brute-force-menu.php:32
+#: admin/wp-security-brute-force-menu.php:756
+msgid "Login Whitelist"
+msgstr "Login whitelist"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:122
-msgid "You can view all accounts which have been newly registered via the handy table below and you can also perform bulk activation/deactivation/deletion tasks on each account."
-msgstr "U kunt alle accounts die nieuw zijn geregistreerd bekijken via de onderstaande handige tabel en u kunt ook bulkactivatie- / deactiverings- / verwijderingstaken uitvoeren voor elk account."
+#: admin/general/wp-security-list-table.php:862
+msgctxt "paging"
+msgid "%1$s of %2$s"
+msgstr "%1$s van %2$s"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:138
-msgid "Enable manual approval of new registrations"
-msgstr "Schakel handmatige goedkeuring van nieuwe registraties in"
+#: admin/wp-security-admin-init.php:291
+msgid "WP Security"
+msgstr "WP-beveiliging"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:141
-msgid "Check this if you want to automatically disable all newly registered accounts so that you can approve them manually."
-msgstr "Selecteer dit als u alle nieuw geregistreerde accounts automatisch wilt uitschakelen, zodat u ze handmatig kunt goedkeuren."
+#: admin/wp-security-admin-init.php:303 admin/wp-security-whois-menu.php:58
+msgid "WHOIS Lookup"
+msgstr "WHOIS Lookup"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:150
-msgid "Approve Registered Users"
-msgstr "Goedgekeurde geregistreerde gebruikers"
+#: admin/wp-security-firewall-menu.php:67 admin/wp-security-admin-init.php:312
+msgid "Firewall"
+msgstr "Firewall"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:195
-msgid "This feature allows you to add a captcha form on the WordPress registration page."
-msgstr "Met deze functie kunt u een captcha-formulier toevoegen aan de registratiepagina van WordPress."
+#: admin/wp-security-admin-init.php:314
+#: admin/wp-security-brute-force-menu.php:72
+msgid "Brute Force"
+msgstr "Brute Force"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:196
-msgid "Users who attempt to register will also need to enter the answer to a simple mathematical question - if they enter the wrong answer, the plugin will not allow them to register."
-msgstr "Gebruikers die proberen zich te registreren, moeten ook het antwoord op een eenvoudige wiskundige vraag invoeren. Als ze een verkeerd antwoord invoeren, kan de plug-in hen niet toestaan zich te registreren."
+#: admin/wp-security-filescan-menu.php:60 admin/wp-security-admin-init.php:319
+msgid "Scanner"
+msgstr "Scanner"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:197
-msgid "Therefore, adding a captcha form on the registration page is another effective yet simple SPAM registration prevention technique."
-msgstr "Daarom is het toevoegen van een captcha-formulier op de registratiepagina een andere effectieve maar toch eenvoudige SPAM-registratiepreventietechniek."
+#: admin/wp-security-admin-init.php:321
+#: admin/wp-security-maintenance-menu.php:58
+msgid "Maintenance"
+msgstr "Onderhoud"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:202
-msgid "Registration Page Captcha Settings"
-msgstr "Registratiepagina Captcha-instellingen"
+#: admin/wp-security-misc-options-menu.php:64
+#: admin/wp-security-admin-init.php:322
+msgid "Miscellaneous"
+msgstr "Overige"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:214
-msgid "Enable Captcha On Registration Page"
-msgstr "Captcha op registratiepagina inschakelen"
+#: admin/wp-security-admin-menu.php:48
+msgid "Settings successfully updated."
+msgstr "Instelling zijn succesvol bijgewerkt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-user-registration-menu.php:217
-msgid "Check this if you want to insert a captcha form on the WordPress user registration page (if you allow user registration)."
-msgstr "Selecteer dit als u een captcha-formulier wilt invoegen op de gebruikersregistratiepagina van WordPress (als u gebruikersregistratie toestaat)."
+#: admin/general/wp-security-list-table.php:339
+msgid "No items found."
+msgstr "Niks gevonden."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:22
-msgid "WhoIS Lookup"
-msgstr "WhoIS opzoeken"
+#. translators: 1: month name, 2: 4-digit year
+#: admin/general/wp-security-list-table.php:617
+msgid "%1$s %2$d"
+msgstr "%1$s %2$d"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:74
-msgid "WHOIS Lookup Information"
-msgstr "WHOIS opzoek informatie"
+#: admin/wp-security-brute-force-menu.php:453
+msgid "Helpful Tip:"
+msgstr "Extra tip:"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:77
-msgid "This feature allows you to look up more detailed information about an IP address or domain name by querying the WHOIS API."
-msgstr "Met deze functie kunt u meer gedetailleerde informatie over een IP-adres of domeinnaam opzoeken door de WHOIS API te raadplegen."
+#: admin/wp-security-brute-force-menu.php:462
+msgid "My Site Has a Theme or Plugins Which Use AJAX"
+msgstr "Mijn site heeft een thema of plug-in die gebruik maakt van AJAX"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:83
-msgid "Perform a WHOIS Lookup for an IP or Domain Name"
-msgstr "Voer een WHOIS-zoekopdracht uit voor een IP- of domeinnaam"
+#: admin/wp-security-brute-force-menu.php:504
+msgid "Perform Cookie Test"
+msgstr "Cookietest uitvoeren"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:89
-msgid "Enter IP Address or Domain Name"
-msgstr "Voer het IP-adres of de domeinnaam in"
+#: admin/wp-security-brute-force-menu.php:609
+msgid "Enable Captcha On Login Page"
+msgstr "Captcha gebruiken op loginpagina"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:91
-msgid "Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-name.com"
-msgstr "Voer een IP-adres of domeinnaam in. Voorbeeld: 111.11.12.13 OF een-domeinnaam.com"
+#: admin/wp-security-brute-force-menu.php:787
+msgid "Enable IP Whitelisting"
+msgstr "IP Whitelist gebruiken"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:95
-msgid "Perform IP or Domain Lookup"
-msgstr "IP of Domein opzoeken uitvoeren"
+#: admin/wp-security-brute-force-menu.php:771
+msgid "These features are NOT functionally related. Having both of them enabled on your site means you are creating 2 layers of security."
+msgstr "Deze opties zijn NIET hetzelfde. Als je beide gebruikt betekent het dat je een extra beveiligingslaag toevoegt."
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:115
-msgid "WHOIS lookup successfully completed. Please see the results below:"
-msgstr "WHOIS-zoekopdracht is voltooid. Zie de resultaten hieronder:"
+#: admin/wp-security-user-login-menu.php:343
+#: admin/wp-security-brute-force-menu.php:790
+msgid "Check this if you want to enable the whitelisting of selected IP addresses specified in the settings below"
+msgstr "Vink dit aan als je de hieronder aangegeven IP-adressen wilt whitelisten"
-# @ all-in-one-wp-security-and-firewall
-#: admin/wp-security-whois-menu.php:127
-msgid "You have entered an incorrectly formatted IP address or domain name. Please try again."
-msgstr "U hebt een onjuist geformatteerd IP-adres of een domeinnaam ingevoerd. Probeer het opnieuw."
+#: admin/wp-security-brute-force-menu.php:805
+msgid "Enter one or more IP addresses or IP ranges you wish to include in your whitelist. Only the addresses specified here will have access to the WordPress login page."
+msgstr "Vul een of meerdere IP-adressen of IP-ranges in die je wenst te whitelisten. Alleen de hieronder ingevulde adressen zullen toegang krijgen tot jouw WordPress-loginpagina."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:29
-msgid "Remove WP Generatore Meta Tag"
-msgstr "WP-generator-metatag verwijderen"
+#: admin/wp-security-brute-force-menu.php:856
+msgid "This feature allows you to add a special hidden \"honeypot\" field on the WordPress login page. This will only be visible to robots and not humans."
+msgstr "Deze optie voegt een \"honeypot\"-veld toe aan het WordPress-loginveld. Dit is alleen zichtbaar voor robots en niet voor mensen."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:38
-msgid "Change Display Name"
-msgstr "Verander de naam weergave"
+#: admin/wp-security-brute-force-menu.php:857
+msgid "Since robots usually fill in every input field from a login form, they will also submit a value for the special hidden honeypot field."
+msgstr "Omdat robots meestal elk veld in een formulier invullen zullen ze ook het verborgen honeypot-veld invullen."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:46
-msgid "Lost Password Captcha"
-msgstr "Wachtwoord vergeten Captcha"
+#: admin/wp-security-user-registration-menu.php:286
+#: admin/wp-security-brute-force-menu.php:858
+msgid "The way honeypots work is that a hidden field is placed somewhere inside a form which only robots will submit. If that field contains a value when the form is submitted then a robot has most likely submitted the form and it is consequently dealt with."
+msgstr "Een honeypot is een verbogen veld dat ergens in een formulier word geplaatst en dat alleen een robot zal invullen. Als het veld is ingevuld dan heeft waarschijnlijk een robot dit formulier ingevuld en zal daar naar gehandeld worden."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:48
-msgid "Login IP Whitelisting"
-msgstr "Login IP niet geblokkeerdelijst"
+#: admin/wp-security-brute-force-menu.php:859
+msgid "Therefore, if the plugin detects that this field has a value when the login form is submitted, then the robot which is attempting to login to your site will be redirected to its localhost address - http://127.0.0.1."
+msgstr "Dus, als de plugin merkt dat dit veld is ingevuld zal de robot doorverwezen worden naar zijn localhost adres - http://127.0.0.1."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:54
-msgid "Registration Approval"
-msgstr "Registratie Goedkeuring"
+#: admin/wp-security-brute-force-menu.php:487
+msgid "The cookie test was successful. You can now enable this feature."
+msgstr "De cookietest was succesvol. Je kan deze optie nu gaan gebruiken."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:70
-msgid "WordPress Files Access"
-msgstr "WordPress bestanden openen"
+#: admin/wp-security-brute-force-menu.php:497
+msgid "The cookie test failed on this server. So this feature cannot be used on this site."
+msgstr "De cookietest is mislukt op deze server. Je kan deze optie dus niet gebruiken."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:74
-msgid "IP and User Agent Blacklisting"
-msgstr "Zwarte lijst IP adressen en gebruikers"
+#: admin/wp-security-brute-force-menu.php:465
+msgid "Check this if your site uses AJAX functionality."
+msgstr "Kijk of jouw site AJAX gebruikt."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:78
-msgid "Enable Basic Firewall"
-msgstr "Schakel de basis firewallbescherming in"
+#: admin/wp-security-brute-force-menu.php:677
+msgid "Enable Captcha On Lost Password Page"
+msgstr "Captcha gebruiken op Wachtwoord-vergeten-pagina"
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:79
-msgid "Enable Pingback Vulnerability Protection"
-msgstr "Schakel Pingback-beveiligingslek in"
+#: classes/grade-system/wp-security-feature-item-manager.php:95
+#: admin/wp-security-brute-force-menu.php:384
+msgid "Enable Brute Force Attack Prevention"
+msgstr "Brute Force aanvallen voorkomen"
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:80
-msgid "Enable IP blocking for 404 detection"
-msgstr "IP-blokkering inschakelen voor 404-detectie"
+#: admin/wp-security-brute-force-menu.php:387
+msgid "Check this if you want to protect your login page from Brute Force Attack."
+msgstr "Vink dit aan als je jouw loginpagina wil beschermen tegen Brute Force aanvallen."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:84
-msgid "Enable Rename Login Page"
-msgstr "Schakel de naam wijziging van de inlogpagina in"
+#: admin/wp-security-brute-force-menu.php:396
+msgid "1) Enable the checkbox."
+msgstr "1) Gebruik de checkbox."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:90
-msgid "Forbid Proxy Comments"
-msgstr "Verhinder Proxy-opmerkingen"
+#: admin/wp-security-dashboard-menu.php:482
+msgid "Critical Feature Status"
+msgstr "Status belangrijkste opties"
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:91
-msgid "Deny Bad Queries"
-msgstr "Weigerdslechte zoekopdrachten"
+#: admin/wp-security-brute-force-menu.php:428
+msgid "This field will default to: http://127.0.0.1 if you do not enter a value."
+msgstr "Dit veld zal standaard http://127.0.0.1 gebruiken als je niks invult."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:93
-msgid "5G Blacklist"
-msgstr "5G B;acklist"
+#: admin/wp-security-brute-force-menu.php:627
+msgid "Enable Captcha On Custom Login Form"
+msgstr "Gebruik captcha op eigen loginformulieren"
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:96
-msgid "Block Spambots"
-msgstr "Spambots blokkeren"
+#: admin/wp-security-brute-force-menu.php:630
+msgid "Check this if you want to insert captcha on a custom login form generated by the following WP function: wp_login_form()"
+msgstr "Vink dit aan als je een captcha wilt toevoegen aan een eigen loginformulier dat aangemaakt word met de volgende WP-functie: wp_login_form()"
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item-manager.php:98
-msgid "Comment Captcha"
-msgstr "Captcha Commentaar"
+#: admin/wp-security-dashboard-menu.php:115
+msgid "Session Save Path"
+msgstr "Sessie pad"
+
+#: admin/wp-security-dashboard-menu.php:123
+msgid "Library Present"
+msgstr "Bibliotheek aanwezig"
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item.php:28
-msgid "Basic"
-msgstr "Basis"
+#: admin/wp-security-dashboard-menu.php:125
+msgid "Debug File Write Permissions"
+msgstr "Debug bestandsrechten"
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item.php:31
-msgid "Intermediate"
-msgstr "Tussenvorm"
+#: admin/wp-security-brute-force-menu.php:426
+msgid "The URL specified here can be any site's URL and does not have to be your own. For example you can be as creative as you like and send hackers to the CIA or NSA home page."
+msgstr "De URL die je hier invult kan elke site zijn en hoeft niet jouw eigen te zijn. Je kan bijvoorbeeld heel creatief zijn en de hackers naar de CIA of NSA homepagina sturen."
-# @ all-in-one-wp-security-and-firewall
-#: classes/grade-system/wp-security-feature-item.php:34
-msgid "Advanced"
-msgstr "Geavanceerd"
+#: admin/wp-security-brute-force-menu.php:347
+msgid "To learn more about how to use this feature please watch the following %s."
+msgstr "Om meer te leren over hoe je deze optie kan gebruiken kijk dan %s."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-backup.php:177
-msgid "All In One WP Security - Site Database Backup"
-msgstr "All In One WP Security - Site Database Backup"
+#: admin/wp-security-admin-menu.php:55
+msgid "The selected record(s) deleted successfully!"
+msgstr "De geselecteerde rijen zijn succesvol verwijderd!"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-backup.php:179
-msgid "Attached is your latest DB backup file for site URL"
-msgstr "Bijgevoegd is uw nieuwste DB-back-upbestand voor de site-URL"
+#: admin/wp-security-brute-force-menu.php:770
+msgid "Attention: If in addition to enabling the white list feature, you also have one of the %s or %s features enabled, you will still need to use your secret word or special slug in the URL when trying to access your WordPress login page ."
+msgstr "Attentie: Als je naast het gebruiken van de white-list optie je ook %s of %s gebruikt, zal je nog steeds je geheime woord of eigen slug moeten gebruiken om je WordPress inlogpagina te bezoeken ."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-backup.php:179
-msgid " generated on"
-msgstr " gegenereerd op"
+#: admin/wp-security-brute-force-menu.php:762
+msgid "By allowing/blocking IP addresses via the .htaccess file your are using the most secure first line of defence because login access will only be granted to whitelisted IP addresses and other addresses will be blocked as soon as they try to access your login page."
+msgstr "Door IP-adressen toe te staan of te blokkeren via het .htaccess-bestand maak je gebruik van de beste beschermingsmogelijkheid omdat inloggen alleen toegestaan is voor toegestane IP-adressen en andere adressen geblokkeerd worden zodra ze jouw loginpagina proberen te bereiken."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:12
-msgid "Please enter an answer in digits:"
-msgstr "Geef het antwoord (in cijfers) van de rekensom:"
+#: admin/wp-security-brute-force-menu.php:761
+msgid "The plugin achieves this by writing the appropriate directives to your .htaccess file."
+msgstr "De plugin doet dit door de juiste regels toe te voegen aan jouw .htaccess-bestand."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:91
-msgid "one"
-msgstr "een"
+#: admin/wp-security-brute-force-menu.php:760
+msgid "This feature will deny login access for all IP addresses which are not in your whitelist as configured in the settings below."
+msgstr "Deze optie weigert toegang tot het loginscherm voor alle IP-adressen die niet hieronder ingevuld worden."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:92
-msgid "two"
-msgstr "twee"
+#: admin/wp-security-brute-force-menu.php:759
+msgid "The All In One WP Security Whitelist feature gives you the option of only allowing certain IP addresses or ranges to have access to your WordPress login page."
+msgstr "De All In One WP Security Whitelist optie geeft jou de mogelijkheid om alleen bepaalde IP-adressen of ranges toegang te verlenen aan jouw WordPress-loginpagina."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:93
-msgid "three"
-msgstr "drie"
+#: admin/wp-security-brute-force-menu.php:702
+msgid "Nonce check failed for save whitelist settings!"
+msgstr "Nonce check mislukt voor het opslaan van whitelist-instellingen!"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:94
-msgid "four"
-msgstr "vier"
+#: admin/wp-security-brute-force-menu.php:680
+msgid "Check this if you want to insert a captcha form on the lost password page"
+msgstr "Vink dit aan als je een captcha-formulier wilt toevoegen aan de wachtwoord-vergeten-pagina"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:95
-msgid "five"
-msgstr "vijf"
+#: admin/wp-security-brute-force-menu.php:394
+msgid "To use this feature do the following:"
+msgstr "Om deze optie te gebruiken moet je het volgende doen:"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:96
-msgid "six"
-msgstr "zes"
+#: admin/wp-security-brute-force-menu.php:368
+msgid "Cookie Based Brute Force Login Prevention"
+msgstr "Brute Force voorkomen via cookies"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:97
-msgid "seven"
-msgstr "zeven"
+#: admin/wp-security-brute-force-menu.php:392
+msgid "This feature will deny access to your WordPress login page for all people except those who have a special cookie in their browser."
+msgstr "Deze optie weigert toegang tot de WordPress-loginpagina voor iedereen behalve degene die een bepaalde cookie in hun browser hebben."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:98
-msgid "eight"
-msgstr "acht"
+#: admin/wp-security-brute-force-menu.php:346
+msgid "If this feature is not used correctly, you can get locked out of your site. A backed up .htaccess file will come in handy if that happens."
+msgstr "Als deze optie niet correct gebruikt word kan je geblokkeerd worden. Een back-up van jouw .htaccess-bestand kan handig zijn als dit gebeurt."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:99
-msgid "nine"
-msgstr "negen"
+#: admin/wp-security-brute-force-menu.php:441
+msgid "My Site Has Posts Or Pages Which Are Password Protected"
+msgstr "Mijn site heeft berichten of pagina's die beschermd zijn met een wachtwoord"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:100
-msgid "ten"
-msgstr "tien"
+#: admin/wp-security-brute-force-menu.php:612
+msgid "Check this if you want to insert a captcha form on the login page"
+msgstr "Vink dit aan als je een captcha wilt toevoegen aan de loginpagina"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:101
-msgid "eleven"
-msgstr "elf"
+#: admin/wp-security-blacklist-menu.php:218
+msgid "Enter one or more user agent strings."
+msgstr "Vul een of meerdere user agent strings in."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:102
-msgid "twelve"
-msgstr "twaalf"
+#: admin/wp-security-blacklist-menu.php:222
+msgid "Each user agent string must be on a new line."
+msgstr "Elke user agent string moet op een nieuwe regel beginnen."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:103
-msgid "thirteen"
-msgstr "dertien"
+#: admin/wp-security-blacklist-menu.php:223
+msgid "Example 1 - A single user agent string to block:"
+msgstr "Voorbeeld 1 - Een enkele user agent string om te blokkeren:"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:104
-msgid "fourteen"
-msgstr "veertien"
+#: admin/wp-security-brute-force-menu.php:110
+msgid "Please enter a value for your login page slug."
+msgstr "Vul een waarde in voor de slug van jouw loginpagina."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:105
-msgid "fifteen"
-msgstr "vijftien"
+#: admin/wp-security-blacklist-menu.php:84
+msgid "Nonce check failed for save blacklist settings!"
+msgstr "Nonce check mislukt voor het opslaan van blacklist-instellingen!"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:106
-msgid "sixteen"
-msgstr "zestien"
+#: admin/wp-security-blacklist-menu.php:198
+msgid "Enter one or more IP addresses or IP ranges."
+msgstr "Vul een of meerdere IP-adressen of IP-bereiken in."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:107
-msgid "seventeen"
-msgstr "zeventien"
+#: admin/wp-security-user-login-menu.php:355
+#: admin/wp-security-blacklist-menu.php:202
+#: admin/wp-security-brute-force-menu.php:809
+msgid "Each IP address must be on a new line."
+msgstr "Elke IP-adres moet beginnen op een nieuwe regel."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:108
-msgid "eighteen"
-msgstr "achttien"
+#: admin/wp-security-blacklist-menu.php:213
+msgid "Enter User Agents:"
+msgstr "Vul User Agents in:"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:109
-msgid "nineteen"
-msgstr "negentien"
+#: admin/wp-security-blacklist-menu.php:168
+msgid "IP Hosts and User Agent Blacklist Settings"
+msgstr "IP-hosts en User Agent blacklist-instellingen"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-captcha.php:110
-msgid "twenty"
-msgstr "twintig"
+#: admin/wp-security-blacklist-menu.php:187
+msgid "Enable IP or User Agent Blacklisting"
+msgstr "Gebruik maken van IP- of User Agent blacklisten"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-file-scan.php:62
-msgid "All In One WP Security - File change detected!"
-msgstr "All In One WP Security - Bestandsverandering gedetecteerd!"
+#: admin/general/wp-security-list-table.php:174
+msgid "Excerpt View"
+msgstr "Excerpt-weergave"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-file-scan.php:64
-msgid "A file change was detected on your system for site URL"
-msgstr "Er is een bestandswijziging op uw systeem gedetecteerd voor de site-URL"
+#: admin/wp-security-brute-force-menu.php:336
+msgid "A Brute Force Attack is when a hacker tries many combinations of usernames and passwords until they succeed in guessing the right combination."
+msgstr "Een brute force aanval is een poging van een hacker om verschillende combinaties van gebruikersnaam en wachtwoord te proberen totdat hij de juiste combinatie raadt."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-file-scan.php:64
-msgid ". Scan was generated on"
-msgstr ". Scan is gegenereerd op"
+#: admin/wp-security-firewall-menu.php:124
+#: admin/wp-security-firewall-menu.php:337
+#: admin/wp-security-firewall-menu.php:558
+#: admin/wp-security-firewall-menu.php:746
+#: admin/wp-security-filesystem-menu.php:293
+#: admin/wp-security-spam-menu.php:114
+#: admin/wp-security-brute-force-menu.php:321
+#: admin/wp-security-settings-menu.php:636
+msgid "Could not write to the .htaccess file. Please check the file permissions."
+msgstr "Kan .htaccess-bestand niet schrijven. Controleer bestandsrechten."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-file-scan.php:65
-msgid "Login to your site to view the scan details."
-msgstr "Log in op uw site om de scandetails te bekijken."
+#: classes/wp-security-general-init-tasks.php:279
+#: admin/wp-security-firewall-menu.php:1053
+#: admin/wp-security-blacklist-menu.php:139
+#: admin/wp-security-brute-force-menu.php:749
+#: admin/wp-security-list-comment-spammer-ip.php:205
+#: admin/wp-security-list-404.php:221
+msgid "The plugin was unable to write to the .htaccess file. Please edit file manually."
+msgstr "Plugin kon niet schrijven naar het .htaccess-bestand. Gelieve het bestand handmatig te bewerken."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-general-init-tasks.php:214
-msgid "Please enter an answer in the CAPTCHA field."
-msgstr "Voer een antwoord in het CAPTCHA-veld in."
+#: admin/wp-security-blacklist-menu.php:149
+msgid "The All In One WP Security Blacklist feature gives you the option of banning certain host IP addresses or ranges and also user agents."
+msgstr "De All In One WP Security Blacklist-functie geeft u de mogelijkheid om bepaalde IP-hostadressen, bereiken en providers van de gebruiker te weren."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-general-init-tasks.php:224
-msgid "Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
-msgstr "Fout: u hebt een onjuist CAPTCHA-antwoord ingevoerd. Ga alsjeblieft terug en probeer het opnieuw."
+#: admin/wp-security-blacklist-menu.php:150
+msgid "This feature will deny total site access for users which have IP addresses or user agents matching those which you have configured in the settings below."
+msgstr "Deze functie zal de toegang tot de site ontzeggen aan gebruikers met bepaalde IP-adressen of providers die overeenkomen met onderstaande instellingen."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-general-init-tasks.php:252
-#: classes/wp-security-user-login.php:70 classes/wp-security-user-login.php:73
-#: classes/wp-security-user-registration.php:59
-msgid "ERROR : Your answer was incorrect - please try again."
-msgstr "FOUT strong>: Uw antwoord was onjuist - probeer het opnieuw."
+#: admin/wp-security-blacklist-menu.php:151
+msgid "The plugin achieves this by making appropriate modifications to your .htaccess file."
+msgstr "De plugin bereikt dit door het maken van passende wijzigingen aan uw .htaccess-bestand."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-process-renamed-login-page.php:68
-msgid "Please log in to access the WordPress admin area."
-msgstr "Meld u aan om toegang te krijgen tot het WordPress-beheergebied."
+#: admin/wp-security-blacklist-menu.php:152
+msgid "By blocking people via the .htaccess file your are using the most secure first line of defence which denies all access to blacklisted visitors as soon as they hit your hosting server."
+msgstr "Door mensen via het. htaccess-bestand te blokkeren gebruikt u de veiligste eerste lijn van defensie, die alle toegang voor bezoekers die op de zwarte lijst staan blokkeert zodra zij uw server benaderen."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:43
-msgid ""
-"ERROR : Login failed because your IP address has been blocked.\n"
-" Please contact the administrator."
-msgstr ""
-"FOUT strong>: Aanmelden mislukt omdat uw IP-adres is geblokkeerd.\n"
-" Neem contact op met de beheerder."
-
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:83
-msgid "ERROR : The username field is empty."
-msgstr "FOUT strong>: Het veld gebruikersnaam is leeg."
-
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:87
-msgid "ERROR : The password field is empty."
-msgstr "FOUT strong>: het wachtwoordveld is leeg."
-
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:107
-#: classes/wp-security-user-login.php:133
-msgid "ERROR : Invalid login credentials."
-msgstr "FOUT strong>: Ongeldige inloggegevens."
+#: admin/wp-security-blacklist-menu.php:190
+msgid "Check this if you want to enable the banning (or blacklisting) of selected IP addresses and/or user agents specified in the settings below"
+msgstr "Selecteer dit als u het verbannen (of blacklisting) van de geselecteerde IP-adressen en/of user agents genoemd in de onderstaande instellingen wilt inschakelen"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:110
-msgid "ERROR : Invalid username."
-msgstr "FOUT strong>: Ongeldige gebruikersnaam."
+#: admin/wp-security-user-login-menu.php:356
+#: admin/wp-security-blacklist-menu.php:203
+msgid "To specify an IP range use a wildcard \"*\" character. Acceptable ways to use wildcards is shown in the examples below:"
+msgstr "Als u een IP-bereik wilt opgeven, gebruikt u een jokerteken *. Acceptabele manieren om jokertekens te gebruiken zijn te zien in de onderstaande voorbeelden:"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:136
-#, php-format
-msgid "ERROR : Incorrect password. Lost your password ?"
-msgstr "FOUT strong>: Onjuist wachtwoord. Wachtwoord vergeten ?"
+#: admin/wp-security-brute-force-menu.php:147
+msgid "Could not delete the Cookie-based directives from the .htaccess file. Please check the file permissions."
+msgstr "Kan de op cookies gebaseerde richtlijnen niet verwijderen uit het. htaccess-bestand. Controleer de bestandspermissies."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:147
-msgid "ACCOUNT PENDING : Your account is currently not active. An administrator needs to activate your account before you can login."
-msgstr "ACCOUNT IN BEHANDELING strong>: uw account is momenteel niet actief. Een beheerder moet uw account activeren voordat u kunt inloggen."
+#: admin/wp-security-brute-force-menu.php:170
+msgid "An effective Brute Force prevention technique is to change the default WordPress login page URL."
+msgstr "Een effectieve Brute Force Prevention techniek is het veranderen van de URL van de standaard WordPress-loginpagina."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:270
-msgid "Site Lockout Notification"
-msgstr "Kennisgeving van sitevergrendeling"
+#: admin/wp-security-brute-force-menu.php:171
+msgid "Normally if you wanted to login to WordPress you would type your site's home URL followed by wp-login.php."
+msgstr "Normaal als je wilt inloggen op WordPress dan zou je de site-URL ingeven gevolgd door wp-login.php."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:271
-msgid "A lockdown event has occurred due to too many failed login attempts or invalid username:"
-msgstr "Er is een vergrendeling opgetreden vanwege te veel mislukte aanmeldpogingen of ongeldige gebruikersnaam:"
+#: admin/wp-security-brute-force-menu.php:172
+msgid "This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the wp-login.php to any string that you like."
+msgstr "Met deze functie kunt u de login-URL wijzigen door uw eigen slug in te stellen en het laatste deel van de login-URL die de wp-login.php bevat te hernoemen naar iedere tekenreeks die u wilt."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:272
-msgid "Username: Unknown"
-msgstr "Gebruikersnaam: onbekend"
+#: admin/wp-security-brute-force-menu.php:173
+msgid "By doing this, malicious bots and hackers will not be able to access your login page because they will not know the correct login page URL."
+msgstr "Door dit te doen, zullen kwaadaardige bots en hackers niet in staat zijn om toegang te krijgen tot uw loginpagina, omdat ze de juiste loginpagina-URL niet weten."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:273
-msgid "IP Address: "
-msgstr "IP-adres: "
+#: admin/wp-security-brute-force-menu.php:175
+msgid "You may also be interested in the following alternative brute force prevention features:"
+msgstr "U kunt ook geïnteresseerd zijn in de volgende alternatieve brute force preventiemogelijkheden:"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:274
-msgid "IP Range: .*"
-msgstr "IP-bereik: . *"
+#: admin/wp-security-brute-force-menu.php:189
+msgid "NOTE: If you already had the Cookie-Based Brute Force Prevention feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
+msgstr "LET OP: Als u al de Cookie-Based Brute Force Preventie geactiveerd heeft, heeft de plugin deze automatisch uitgeschakeld omdat slechts één van deze functies tegelijkertijd actief kan zijn."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:275
-msgid "Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user."
-msgstr "Log in op het WordPress administratiepaneel van uw site om de duur van de blokkering te bekijken of om de gebruiker te ontgrendelen."
+#: admin/wp-security-brute-force-menu.php:224
+msgid "Enter a string which will represent your secure login page slug. You are enouraged to choose something which is hard to guess and only you will remember."
+msgstr "Voer een string in die je beveiligde loginpagina slug zal representeren. U wordt aangeraden iets te kiezen wat moeilijk te raden is en alleen u zich zult herinneren."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:337
-msgid "Unlock Request Notification"
-msgstr "Ontgrendel aanvraagmelding"
+#: admin/wp-security-brute-force-menu.php:257
+msgid "Settings have not been saved - your secret word must consist only of alphanumeric characters, ie, letters and/or numbers only!"
+msgstr "Instellingen niet opgeslagen - uw geheime woord mag alleen bestaan uit alfanumerieke tekens, dat wil zeggen, letters en/of cijfers!"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:338
-msgid "You have requested for the account with email address to be unlocked. Please click the link below to unlock your account:"
-msgstr "U hebt gevraagd om het account met het e-mailadres te ontgrendelen. Klik op de onderstaande link om uw account te ontgrendelen:"
+#: admin/wp-security-brute-force-menu.php:277
+msgid "From now on you will need to log into your WP Admin using the following URL:"
+msgstr "Vanaf nu moet u zich aanmelden bij uw WP-admin met behulp van de volgende URL:"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:339
-msgid "Unlock link: "
-msgstr "Ontgrendel link: "
+#: admin/wp-security-brute-force-menu.php:279
+msgid "It is important that you save this URL value somewhere in case you forget it, OR,"
+msgstr "Het is belangrijk dat u deze URL-waarde ergens opslaat voor het geval dat je het vergeet, of,"
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:340
-msgid "After clicking the above link you will be able to login to the WordPress administration panel."
-msgstr "Nadat u op de bovenstaande link hebt geklikt, kunt u inloggen op het WordPress-beheerpaneel."
+#: admin/wp-security-brute-force-menu.php:280
+msgid "simply remember to add a \"?%s=1\" to your current site URL address."
+msgstr "vergeet niet om een \"?%s = 1\" toe te voegen aan uw huidige site-URL."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:504
-#, php-format
-msgid "Your session has expired because it has been over %d minutes since your last login."
-msgstr "Uw sessie is verlopen omdat het meer dan %d minuten geleden is dat u voor het laatst bent ingelogd."
+#: admin/wp-security-brute-force-menu.php:337
+msgid "Due to the fact that at any one time there may be many concurrent login attempts occurring on your site via malicious automated robots, this also has a negative impact on your server's memory and performance."
+msgstr "Vanwege het feit dat er op een gegeven moment veel gelijktijdige aanmeldingspogingen kunnen zijn, die zich op uw site via kwaadaardige geautomatiseerde robots aanmelden, heeft dit ook een negatieve invloed op het geheugen van uw server en de prestaties."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:505
-#: classes/wp-security-user-login.php:509
-msgid "Please log back in to continue."
-msgstr "Log opnieuw in om verder te gaan."
+#: admin/wp-security-brute-force-menu.php:338
+msgid "The features in this tab will stop the majority of Brute Force Login Attacks at the .htaccess level thus providing even better protection for your WP login page and also reducing the load on your server because the system does not have to run PHP code to process the login attempts."
+msgstr "De functies in dit tabblad stopt de meerderheid van de brute force loginaanvallen op .htaccess niveau waardoor nog betere bescherming voor uw WP-loginpagina ontstaat en ook een vermindering van de belasting op uw server, omdat het systeem geen PHP-code hoeft te draaien om de loginpogingen te verwerken."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:508
-msgid "You were logged out because you just changed the \"admin\" username."
-msgstr "Je bent uitgelogd omdat je zojuist de gebruikersnaam voor \"admin\" hebt gewijzigd."
+#: admin/wp-security-brute-force-menu.php:345
+msgid "Even though this feature should not have any impact on your site's general functionality you are strongly encouraged to take a %s of your .htaccess file before proceeding ."
+msgstr "Alhoewel deze eigenschap geen invloed heeft op de algemene functionaliteit van uw site wordt u wordt sterk aangemoedigd om een %s van uw .htaccess-bestand te maken alvorens te werk te gaan."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-user-login.php:534
-msgid "Request Unlock"
-msgstr "Verzoek om ontgrendeling"
+#: admin/wp-security-brute-force-menu.php:360
+msgid "NOTE: If you already had the Rename Login Page feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
+msgstr "Opmerking: als u al de functie Hernoem loginpagina actief had, dan heeft de plugin deze automatisch gedeactiveerd omdat slechts een van deze functies actief kan zijn op een willekeurig moment."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-utility-ip-address.php:82
-#: classes/wp-security-utility-ip-address.php:101
-#: classes/wp-security-utility-ip-address.php:116
-#: classes/wp-security-utility-ip-address.php:131
-msgid " is not a valid ip address format."
-msgstr " is geen geldig IP-adresformaat."
+#: admin/wp-security-brute-force-menu.php:398
+msgid "2) Enter a secret word consisting of alphanumeric characters which will be difficult to guess. This secret word will be useful whenever you need to know the special URL which you will use to access the login page (see point below)."
+msgstr "2) Voer een geheim woord, bestaande uit alfanumerieke tekens in die moeilijk is om te raden. Dit geheime woord zal nuttig zijn wanneer u de speciale URL moet kennen die u zult gebruiken om toegang te hebben tot de login pagina (zie punt hieronder)."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-utility-ip-address.php:139
-msgid "You cannot ban your own IP address: "
-msgstr "U kunt uw eigen IP-adres niet verbieden: "
+#: admin/wp-security-brute-force-menu.php:400
+msgid "3) You will then be provided with a special login URL. You will need to use this URL to login to your WordPress site instead of the usual login URL. NOTE: The system will deposit a special cookie in your browser which will allow you access to the WordPress administration login page."
+msgstr "3) u wordt dan voorzien van een speciale inlog-URL. U moet deze URL gebruiken om in te loggen op uw WordPress-site in plaats van de gebruikelijke login-URL. Opmerking: het systeem zal een speciale cookie in uw browser plaatsen, die u toegang zal verlenen tot de WordPress administratie loginpagina."
-# @ all-in-one-wp-security-and-firewall
-#: classes/wp-security-utility.php:151
-msgid "This feature can only be configured by the \"superadmin\" on the main site."
-msgstr "Deze functie kan alleen worden geconfigureerd door het \"superadmin\" op de hoofdsite."
+#: admin/wp-security-brute-force-menu.php:402
+msgid "Any person trying to access your login page who does not have the special cookie in their browser will be automatically blocked."
+msgstr "Elke persoon die toegang probeert te krijgen tot uw aanmeldingspagina die de speciale cookie niet in de browser heeft, wordt automatisch geblokkeerd."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:98
-#: other-includes/wp-security-unlock-request.php:13
-msgid "http://wordpress.org/"
-msgstr "http://wordpress.org/"
+#: admin/wp-security-brute-force-menu.php:411
+msgid "Choose a secret word consisting of alphanumeric characters which you can use to access your special URL. Your are highly encouraged to choose a word which will be difficult to guess."
+msgstr "Kies een geheim woord dat bestaat uit letters en cijfers en die u kunt gebruiken om toegang te krijgen tot uw speciale URL. U wordt aangeraden om een woord te kiezen dat moeilijk te raden is."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:99
-#: other-includes/wp-security-unlock-request.php:14
-msgid "Powered by WordPress"
-msgstr "Powered by WordPress"
+#: admin/wp-security-brute-force-menu.php:419
+msgid "Specify a URL to redirect a hacker to when they try to access your WordPress login page."
+msgstr "Geef een URL op waarnaar een hacker wordt omgeleid als ze proberen toegang tot uw WordPress-loginpagina te krijgen."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:215
-msgid "Are you lost?"
-msgstr "Ben je verloren?"
+#: admin/wp-security-brute-force-menu.php:432
+msgid "It's a good idea to not redirect attempted brute force login attempts to your site because it increases the load on your server."
+msgstr "Het is een goed idee om niet een redirect voor pogingen tot brute kracht login pogingen in te stellen naar uw site, omdat het de belasting van uw server verhoogt."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:215
-#, php-format
-msgid "← Back to %s"
-msgstr "↞ Terug naar %s"
+#: admin/wp-security-brute-force-menu.php:434
+msgid "Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal because it deflects them back to their own local host and puts the load on their server instead of yours."
+msgstr "Redirecting een hacker of kwaadaardige bot terug naar \"http://127.0.0.1\" is ideaal, omdat het hen terug stuurt naar hun eigen lokale host en de belasting op hun server plaatst in plaats van de jouwe."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:273
-msgid "ERROR : Enter a username or e-mail address."
-msgstr "FOUT strong>: Voer een gebruikersnaam of e-mailadres in."
+#: admin/wp-security-brute-force-menu.php:444
+msgid "Check this if you are using the native WordPress password protection feature for some or all of your blog posts or pages."
+msgstr "Activeer dit als u gebruik maakt van de WordPress wachtwoordbeveiligingsfunctie voor sommige of alle van uw blog-berichten of pagina's."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:277
-msgid "ERROR : There is no user registered with that email address."
-msgstr "FOUT strong>: Er is geen gebruiker geregistreerd met dat e-mailadres."
-
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:294
-msgid "ERROR : Invalid username or e-mail."
-msgstr "FOUT strong>: Ongeldige gebruikersnaam of e-mail."
-
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:331
-msgid "Password reset is not allowed for this user"
-msgstr "Wachtwoord resetten is niet toegestaan voor deze gebruiker"
-
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:356
-msgid "Someone requested that the password be reset for the following account:"
-msgstr "Iemand heeft verzocht om het wachtwoord opnieuw in te stellen voor het volgende account:"
-
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:358
-#, php-format
-msgid "Username: %s"
-msgstr "Gebruikersnaam: %s"
+#: admin/wp-security-brute-force-menu.php:449
+msgid "In the cases where you are protecting some of your posts or pages using the in-built WordPress password protection feature, a few extra lines of directives and exceptions need to be added to your .htacces file so that people trying to access pages are not automatically blocked."
+msgstr "In de gevallen waarin u een aantal van uw berichten of pagina's beschermt met behulp van de ingebouwde WordPress wachtwoordbeveiligingsfunctie, zullen een paar extra regels en uitzonderingen moeten worden toegevoegd aan uw .htaccess-bestand, zodat mensen die proberen om pagina's te openen niet automatisch geblokkeerd worden."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:359
-msgid "If this was a mistake, just ignore this email and nothing will happen."
-msgstr "Als dit een vergissing was, negeer deze e-mail dan en er gebeurt niets."
+#: admin/wp-security-brute-force-menu.php:451
+msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that people trying to access these pages are not automatically blocked."
+msgstr "Door het inschakelen van dit selectievakje zal de plugin de nodige regels en uitzonderingen toe voegen aan uw .htaccess-bestand, zodat mensen die proberen om deze pagina's te benaderen niet automatisch worden geblokkeerd."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:360
-msgid "To reset your password, visit the following address:"
-msgstr "Ga naar het volgende adres om uw wachtwoord opnieuw in te stellen:"
+#: admin/wp-security-brute-force-menu.php:455
+msgid "If you do not use the WordPress password protection feature for your posts or pages then it is highly recommended that you leave this checkbox disabled."
+msgstr "Als u geen gebruik maakt van de WordPress wachtwoordbeschermingsfunctie voor uw berichten of pagina's dan is het sterk aanbevolen dat u dit aankruisvak uitgeschakeld laat."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:370
-#, php-format
-msgid "[%s] Password Reset"
-msgstr "[%s] Wachtwoord resetten"
+#: admin/wp-security-brute-force-menu.php:470
+msgid "In the cases where your WordPress installation has a theme or plugins which use AJAX, a few extra lines of directives and exceptions need to be added to your .htacces file to prevent AJAX requests from being automatically blocked by the brute force prevention feature."
+msgstr "In het geval dat WordPress-installatie een thema of plugin heeft die AJAX gebruikt, zullen een paar extra regels en uitzonderingen moeten worden toegevoegd aan je .htaccess-bestand om te voorkomen dat AJAX verzoeken automatisch worden geblokkeerd door de brute force preventiefunctie."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:391
-msgid "The e-mail could not be sent."
-msgstr "De e-mail kan niet worden verzonden."
+#: admin/wp-security-brute-force-menu.php:472
+msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that AJAX operations will work as expected."
+msgstr "Door het inschakelen van deze optie zal de plugin de benodige regels en uitzonderingen toevoegen aan je .htaccess-bestand, zodat AJAX-operaties zullen werken zoals verwacht."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:391
-msgid "Possible reason: your host may have disabled the mail() function."
-msgstr "Mogelijke reden: uw gastheer kan de functie mail() hebben uitgeschakeld."
+#: admin/wp-security-brute-force-menu.php:502
+msgid "Before using this feature you are required to perform a cookie test first. This is to make sure that your browser cookie is working correctly and that you won't lock yourself out."
+msgstr "Voor het gebruik van deze functie moet u eerst een cookietest uitvoeren. Dit is om er zeker van te zijn dat uw browser cookies correct werken en dat u niet uzelf buiten sluit."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:496
-msgid "Sorry, that key does not appear to be valid."
-msgstr "Sorry, die sleutel lijkt niet geldig te zijn."
+#: admin/wp-security-brute-force-menu.php:559
+msgid "Adding a captcha form on a login page or form is another effective yet simple \"Brute Force\" prevention technique."
+msgstr "Het toevoegen van een CAPTCHA-formulier op een loginpagina of formulier is een andere effectieve maar eenvoudige \"Brute Force\" preventietechniek."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:498
-msgid "Sorry, that key has expired. Please try again."
-msgstr "Sorry, die sleutel is verlopen. Probeer het opnieuw."
+#: admin/wp-security-admin-init.php:294
+#: admin/wp-security-user-accounts-menu.php:67
+msgid "User Accounts"
+msgstr "Gebruikersaccounts"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:518
-msgid "Lost Password"
-msgstr "Wachtwoord vergeten"
+#: admin/wp-security-user-login-menu.php:65
+#: admin/wp-security-admin-init.php:295
+msgid "User Login"
+msgstr "Gebruikerslogin"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:518
-msgid "Please enter your username or email address. You will receive a link to create a new password via email."
-msgstr "Voer uw gebruikersnaam of e-mailadres in. U ontvangt een link om via e-mail een nieuw wachtwoord aan te maken."
+#: admin/wp-security-user-registration-menu.php:62
+#: admin/wp-security-admin-init.php:296
+msgid "User Registration"
+msgstr "Gebruikersregistratie"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:526
-msgid "Username or E-mail:"
-msgstr "Gebruikersnaam of emailadres:"
+#: admin/wp-security-database-menu.php:69 admin/wp-security-admin-init.php:297
+msgid "Database Security"
+msgstr "Databasebeveiliging"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:537
-msgid "Get New Password"
-msgstr "Een nieuw wachtwoord verkrijgen"
+#: admin/wp-security-filesystem-menu.php:62
+#: admin/wp-security-admin-init.php:301
+msgid "Filesystem Security"
+msgstr "Bestandsbeveiliging"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:541
-#: other-includes/wp-security-rename-login-feature.php:590
-#: other-includes/wp-security-rename-login-feature.php:621
-#: other-includes/wp-security-rename-login-feature.php:703
-msgid "Log in"
-msgstr "Inloggen"
+#: admin/wp-security-admin-init.php:307 admin/wp-security-blacklist-menu.php:58
+msgid "Blacklist Manager"
+msgstr "Blacklist-manager"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:544
-#: other-includes/wp-security-rename-login-feature.php:624
-#: other-includes/wp-security-rename-login-feature.php:699
-#: other-includes/wp-security-rename-login-feature.php:875
-msgid "Register"
-msgstr "Registreren"
+#: admin/wp-security-spam-menu.php:64 admin/wp-security-admin-init.php:315
+msgid "SPAM Prevention"
+msgstr "SPAM voorkomen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:576
-msgid "The passwords do not match."
-msgstr "De wachtwoorden komen niet overeen."
+#: admin/wp-security-blacklist-menu.php:25
+msgid "Ban Users"
+msgstr "Gebruikers verbannen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:590
-msgid "Password Reset"
-msgstr "Wachtwoord resetten"
+#: admin/wp-security-blacklist-menu.php:146
+msgid "Ban IPs or User Agents"
+msgstr "IPs van User Agents verbannen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:590
-msgid "Your password has been reset."
-msgstr "Uw wachtwoord is opnieuw ingesteld."
+#: admin/wp-security-blacklist-menu.php:225
+msgid "Example 2 - A list of more than 1 user agent strings to block"
+msgstr "Voorbeeld 2 - Een lijst van meerdere user agent strings om te blokkeren"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:598
-#: other-includes/wp-security-rename-login-feature.php:617
-msgid "Reset Password"
-msgstr "Wachtwoord opnieuw instellen"
+#: admin/wp-security-dashboard-menu.php:769
+#: admin/wp-security-brute-force-menu.php:29
+msgid "Rename Login Page"
+msgstr "Hernoem loginpagina"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:598
-msgid "Enter your new password below."
-msgstr "Voer je nieuw wachtwoord hieronder in."
+#: admin/wp-security-brute-force-menu.php:30
+msgid "Cookie Based Brute Force Prevention"
+msgstr "Brute Force voorkomen met cookies"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:605
-msgid "New password"
-msgstr "Nieuw wachtwoord"
+#: admin/wp-security-brute-force-menu.php:33
+msgid "Honeypot"
+msgstr "Honeypot"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:609
-msgid "Confirm new password"
-msgstr "Bevestig het nieuwe wachtwoord"
+#: admin/wp-security-brute-force-menu.php:114
+msgid "You cannot use the value \"wp-admin\" for your login page slug."
+msgstr "Je kan de waarde \"wp-admin\" niet gebruiken voor je loginpagina."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:613
-msgid "Strength indicator"
-msgstr "Sterkte indicator"
+#: admin/wp-security-brute-force-menu.php:196
+msgid "Rename Login Page Settings"
+msgstr "Hernoem loginpagina-instellingen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:614
-msgid "Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! \" ? $ % ^ & )."
-msgstr "Tip: het wachtwoord moet uit minimaal zeven tekens bestaan. Om het sterker te maken, gebruik hoofdletters en kleine letters, cijfers en symbolen zoals! \"? $ % ^ &)."
+#: admin/wp-security-brute-force-menu.php:215
+msgid "Enable Rename Login Page Feature"
+msgstr "Hernoem loginpagina gebruiken"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:676
-msgid "Registration Form"
-msgstr "Registratieformulier"
+#: admin/wp-security-brute-force-menu.php:331
+msgid "Brute Force Prevention Firewall Settings"
+msgstr "Brute Force firewall-instellingen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:676
-msgid "Register For This Site"
-msgstr "Registreer voor deze website"
+#: admin/wp-security-brute-force-menu.php:490
+msgid "Save Feature Settings"
+msgstr "Instellingen opslaan"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:681
-#: other-includes/wp-security-rename-login-feature.php:841
-msgid "Username"
-msgstr "Gebruikersnaam"
+#: admin/wp-security-brute-force-menu.php:600
+msgid "Login Form Captcha Settings"
+msgstr "Loginformulier Captcha-instellingen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:685
-msgid "E-mail"
-msgstr "E-mail"
+#: admin/wp-security-brute-force-menu.php:618
+msgid "Custom Login Form Captcha Settings"
+msgstr "Eigen loginformulier Captcha-instellingen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:696
-msgid "A password will be e-mailed to you."
-msgstr "Een wachtwoord wordt naar uw mailadres verzonden."
+#: admin/wp-security-brute-force-menu.php:667
+msgid "Lost Password Form Captcha Settings"
+msgstr "Wachtwoord vergeten Captcha-instellingen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:704
-#: other-includes/wp-security-rename-login-feature.php:880
-msgid "Password Lost and Found"
-msgstr "Wachtwoord verloren en gevonden"
+#: admin/wp-security-brute-force-menu.php:776
+msgid "Login IP Whitelist Settings"
+msgstr "IP-login Whitelist-instellingen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:704
-#: other-includes/wp-security-rename-login-feature.php:880
-msgid "Lost your password?"
-msgstr "Wachtwoord vergeten?"
+#: admin/wp-security-brute-force-menu.php:797
+msgid "You can copy and paste this address in the text box below if you want to include it in your login whitelist."
+msgstr "Je kan dit kopiëren en plakken in het veld hier onder als je dit adres wilt whitelisten."
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:748
-msgid "ERROR : Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress."
-msgstr "FOUT strong>: cookies worden geblokkeerd of worden niet ondersteund door uw browser. U moet cookies inschakelen om WordPress te gebruiken."
+#: admin/wp-security-brute-force-menu.php:865
+msgid "Login Form Honeypot Settings"
+msgstr "Login-honeypot-instellingen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:766
-msgid "You have logged in successfully."
-msgstr "Je bent succesvol ingelogd."
+#: admin/wp-security-dashboard-menu.php:30
+#: admin/wp-security-dashboard-menu.php:490
+msgid "Locked IP Addresses"
+msgstr "Geblokkeerde IP-adressen"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:800
-msgid "Session expired. Please log in again. You will not move away from this page."
-msgstr "Sessie verlopen. Log alsjeblieft nogmaals in. Je gaat niet weg van deze pagina."
+#: admin/wp-security-dashboard-menu.php:478
+msgid "Security Strength Meter"
+msgstr "Veiligheidssterktemeter"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:804
-msgid "You are now logged out."
-msgstr "Je bent nu uitgelogd."
+#: admin/wp-security-dashboard-menu.php:533
+msgid "Total Achievable Points: "
+msgstr "Totaal te behalen punten: "
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:806
-msgid "User registration is currently not allowed."
-msgstr "Gebruikersregistratie is momenteel niet toegestaan."
+#: admin/wp-security-dashboard-menu.php:535
+msgid "Current Score of Your Site: "
+msgstr "Huide site-score: "
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:808
-msgid "Check your e-mail for the confirmation link."
-msgstr "Bekijk je e-mail voor de bevestigingslink."
+#: admin/wp-security-dashboard-menu.php:479
+msgid "Security Points Breakdown"
+msgstr "Beveiliging punten breakdown"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:810
-msgid "Check your e-mail for your new password."
-msgstr "Controleer uw e-mail voor uw nieuwe wachtwoord."
+#: admin/wp-security-dashboard-menu.php:480
+msgid "Spread the Word"
+msgstr "Verspreid het woord"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:812
-msgid "Registration complete. Please check your e-mail."
-msgstr "Registratie compleet. Controleer uw e-mail."
+#: admin/wp-security-dashboard-menu.php:617
+msgid "Below is the current status of the critical features that you should activate on your site to achieve a minimum level of recommended security"
+msgstr "Hieronder staat de status van de belangrijkste opties voor het behalen van een minimaal beveiligingsniveau"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:814
-msgid "You have successfully updated WordPress! Please log back in to experience the awesomeness."
-msgstr "U heeft WordPress met succes geüpdatet! strong> log opnieuw in om de ontzagwekkende ervaring te ervaren."
+#: admin/wp-security-dashboard-menu.php:651
+msgid "File Permission"
+msgstr "Bestandstoegang"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:831
-#: other-includes/wp-security-rename-login-feature.php:858
-msgid "Log In"
-msgstr "Inloggen"
+#: admin/wp-security-dashboard-menu.php:695
+msgid "No data found!"
+msgstr "Geen gegevens gevonden!"
-# @ default
-#: other-includes/wp-security-rename-login-feature.php:856
-msgid "Remember Me"
-msgstr "Onthoud mij"
+#: admin/wp-security-dashboard-menu.php:818
+msgid "Number of temporarily locked out IP addresses: "
+msgstr "Aantal tijdelijk geblokkeerde IP-adressen: "
-# @ all-in-one-wp-security-and-firewall
-#: other-includes/wp-security-unlock-request.php:48
-msgid "Please enter a valid email address"
-msgstr "Vul een geldig e-mailadres in"
+#: admin/wp-security-brute-force-menu.php:116
+msgid "You must use alpha numeric characters for your login page slug."
+msgstr "U moet gebruik maken van alfa-numerieke tekens voor de slug van uw loginpagina."
-# @ all-in-one-wp-security-and-firewall
-#: other-includes/wp-security-unlock-request.php:59
-msgid "User account not found!"
-msgstr "Gebruikersaccount niet gevonden!"
+#: admin/wp-security-brute-force-menu.php:276
+msgid "You have successfully enabled the cookie based brute force prevention feature"
+msgstr "U hebt de op cookie-gebaseerde Brute Force Prevention-functie met succes ingeschakeld"
-# @ all-in-one-wp-security-and-firewall
-#: other-includes/wp-security-unlock-request.php:70
-msgid "Error: No locked entry was found in the DB with your IP address range!"
-msgstr "Fout: er is geen vergrendelde invoer gevonden in de database met uw IP-adresbereik!"
+#: admin/wp-security-brute-force-menu.php:286
+msgid "You have successfully saved cookie based brute force prevention feature settings."
+msgstr "Je hebt met succes de op cookie-gebaseerde brute force preventiefunctie-instellingen opgslagen."
-# @ all-in-one-wp-security-and-firewall
-#: other-includes/wp-security-unlock-request.php:98
-msgid "Email Address"
-msgstr "E-mailadres"
+#: admin/general/wp-security-list-table.php:852
+#: admin/general/wp-security-list-table.php:856
+msgid "Current Page"
+msgstr "Huidige pagina"
diff --git a/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall.pot b/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall.pot
index 499246f..9afe665 100644
--- a/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall.pot
+++ b/all-in-one-wp-security/languages/all-in-one-wp-security-and-firewall.pot
@@ -1,140 +1,123 @@
+# Copyright (C) 2019 Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy
+# This file is distributed under the same license as the All In One WP Security plugin.
msgid ""
msgstr ""
-"Project-Id-Version: All In One WP Security\n"
-"POT-Creation-Date: 2018-05-24 15:52+1000\n"
-"PO-Revision-Date: 2018-05-24 15:52+1000\n"
-"Last-Translator: \n"
-"Language-Team: \n"
-"Language: en_US\n"
+"Project-Id-Version: All In One WP Security 4.3.9.4\n"
+"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/all-in-one-wp-security-and-firewall\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: Poedit 2.0.2\n"
-"X-Poedit-Basepath: ..\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Poedit-KeywordsList: __;_e\n"
-"X-Poedit-SearchPath-0: .\n"
-"X-Poedit-SearchPathExcluded-0: js\n"
+"POT-Creation-Date: 2019-06-28T20:21:28+10:00\n"
+"PO-Revision-Date: 2019-06-28T20:21:28+10:00\n"
+"X-Generator: WP-CLI 2.2.0\n"
+"X-Domain: all-in-one-wp-security-and-firewall\n"
-#: admin/general/wp-security-list-table.php:182
-msgid "No items found."
+#. Plugin Name of the plugin
+msgid "All In One WP Security"
msgstr ""
-#: admin/general/wp-security-list-table.php:285
-msgid "Bulk Actions"
+#. Plugin URI of the plugin
+msgid "https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin"
msgstr ""
-#: admin/general/wp-security-list-table.php:295
-msgid "Apply"
+#. Description of the plugin
+msgid "All round best WordPress security plugin!"
msgstr ""
-#: admin/general/wp-security-list-table.php:369
-msgid "Show all dates"
+#. Author of the plugin
+msgid "Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy"
msgstr ""
-#: admin/general/wp-security-list-table.php:382
-#, php-format
-msgid "%1$s %2$d"
+#. Author URI of the plugin
+msgid "https://www.tipsandtricks-hq.com/"
msgstr ""
-#: admin/general/wp-security-list-table.php:398
-msgid "List View"
-msgstr ""
-
-#: admin/general/wp-security-list-table.php:399
-msgid "Excerpt View"
-msgstr ""
-
-#: admin/general/wp-security-list-table.php:425
-#, php-format
-msgid "%s pending"
-msgstr ""
-
-#: admin/general/wp-security-list-table.php:657
-msgid "Select All"
-msgstr ""
-
-#: admin/wp-security-admin-init.php:70
+#: admin/wp-security-admin-init.php:69
msgid "Nonce check failed for export account activity logs to CSV!"
msgstr ""
-#: admin/wp-security-admin-init.php:90
+#: admin/wp-security-admin-init.php:89
msgid "Nonce check failed for export failed login records to CSV!"
msgstr ""
-#: admin/wp-security-admin-init.php:108
+#: admin/wp-security-admin-init.php:107
msgid "Nonce check failed for export 404 event logs to CSV!"
msgstr ""
-#: admin/wp-security-admin-init.php:291
+#: admin/wp-security-admin-init.php:290
msgid "WP Security"
msgstr ""
-#: admin/wp-security-admin-init.php:292 admin/wp-security-dashboard-menu.php:28
+#: admin/wp-security-admin-init.php:291
+#: admin/wp-security-dashboard-menu.php:28
#: admin/wp-security-dashboard-menu.php:64
msgid "Dashboard"
msgstr ""
-#: admin/wp-security-admin-init.php:293 admin/wp-security-settings-menu.php:68
+#: admin/wp-security-admin-init.php:292
+#: admin/wp-security-settings-menu.php:68
msgid "Settings"
msgstr ""
-#: admin/wp-security-admin-init.php:294
+#: admin/wp-security-admin-init.php:293
#: admin/wp-security-user-accounts-menu.php:67
msgid "User Accounts"
msgstr ""
-#: admin/wp-security-admin-init.php:295
+#: admin/wp-security-admin-init.php:294
#: admin/wp-security-user-login-menu.php:65
msgid "User Login"
msgstr ""
-#: admin/wp-security-admin-init.php:296
+#: admin/wp-security-admin-init.php:295
#: admin/wp-security-user-registration-menu.php:62
msgid "User Registration"
msgstr ""
-#: admin/wp-security-admin-init.php:297 admin/wp-security-database-menu.php:69
+#: admin/wp-security-admin-init.php:296
+#: admin/wp-security-database-menu.php:69
msgid "Database Security"
msgstr ""
-#: admin/wp-security-admin-init.php:301
+#: admin/wp-security-admin-init.php:300
#: admin/wp-security-filesystem-menu.php:62
msgid "Filesystem Security"
msgstr ""
-#: admin/wp-security-admin-init.php:303 admin/wp-security-whois-menu.php:58
-msgid "WHOIS Lookup"
-msgstr ""
-
-#: admin/wp-security-admin-init.php:307 admin/wp-security-blacklist-menu.php:58
+#: admin/wp-security-admin-init.php:305
+#: admin/wp-security-blacklist-menu.php:58
msgid "Blacklist Manager"
msgstr ""
-#: admin/wp-security-admin-init.php:312 admin/wp-security-firewall-menu.php:67
+#: admin/wp-security-admin-init.php:310
+#: admin/wp-security-firewall-menu.php:67
msgid "Firewall"
msgstr ""
-#: admin/wp-security-admin-init.php:314
+#: admin/wp-security-admin-init.php:312
#: admin/wp-security-brute-force-menu.php:72
msgid "Brute Force"
msgstr ""
-#: admin/wp-security-admin-init.php:315 admin/wp-security-spam-menu.php:64
+#: admin/wp-security-admin-init.php:313
+#: admin/wp-security-spam-menu.php:64
msgid "SPAM Prevention"
msgstr ""
-#: admin/wp-security-admin-init.php:319 admin/wp-security-filescan-menu.php:60
+#: admin/wp-security-admin-init.php:317
+#: admin/wp-security-filescan-menu.php:60
msgid "Scanner"
msgstr ""
-#: admin/wp-security-admin-init.php:321
+#: admin/wp-security-admin-init.php:319
#: admin/wp-security-maintenance-menu.php:58
msgid "Maintenance"
msgstr ""
-#: admin/wp-security-admin-init.php:322
-#: admin/wp-security-misc-options-menu.php:62
+#: admin/wp-security-admin-init.php:320
+#: admin/wp-security-misc-options-menu.php:64
msgid "Miscellaneous"
msgstr ""
@@ -146,6 +129,14 @@ msgstr ""
msgid "The selected record(s) deleted successfully!"
msgstr ""
+#: admin/wp-security-admin-menu.php:102
+msgid "The bulk action was successful"
+msgstr ""
+
+#: admin/wp-security-admin-menu.php:106
+msgid "The bulk action failed"
+msgstr ""
+
#: admin/wp-security-blacklist-menu.php:25
msgid "Ban Users"
msgstr ""
@@ -155,13 +146,12 @@ msgid "Nonce check failed for save blacklist settings!"
msgstr ""
#: admin/wp-security-blacklist-menu.php:139
-#: admin/wp-security-brute-force-menu.php:705
-#: admin/wp-security-firewall-menu.php:1053 admin/wp-security-list-404.php:221
+#: admin/wp-security-brute-force-menu.php:763
+#: admin/wp-security-firewall-menu.php:1053
+#: admin/wp-security-list-404.php:221
#: admin/wp-security-list-comment-spammer-ip.php:205
-#: classes/wp-security-general-init-tasks.php:282
-msgid ""
-"The plugin was unable to write to the .htaccess file. Please edit file "
-"manually."
+#: classes/wp-security-general-init-tasks.php:301
+msgid "The plugin was unable to write to the .htaccess file. Please edit file manually."
msgstr ""
#: admin/wp-security-blacklist-menu.php:146
@@ -169,53 +159,47 @@ msgid "Ban IPs or User Agents"
msgstr ""
#: admin/wp-security-blacklist-menu.php:149
-msgid ""
-"The All In One WP Security Blacklist feature gives you the option of banning "
-"certain host IP addresses or ranges and also user agents."
+msgid "The All In One WP Security Blacklist feature gives you the option of banning certain host IP addresses or ranges and also user agents."
msgstr ""
#: admin/wp-security-blacklist-menu.php:150
-msgid ""
-"This feature will deny total site access for users which have IP addresses "
-"or user agents matching those which you have configured in the settings "
-"below."
+msgid "This feature will deny total site access for users which have IP addresses or user agents matching those which you have configured in the settings below."
msgstr ""
#: admin/wp-security-blacklist-menu.php:151
-msgid ""
-"The plugin achieves this by making appropriate modifications to your ."
-"htaccess file."
+msgid "The plugin achieves this by making appropriate modifications to your .htaccess file."
msgstr ""
#: admin/wp-security-blacklist-menu.php:152
-msgid ""
-"By blocking people via the .htaccess file your are using the most secure "
-"first line of defence which denies all access to blacklisted visitors as "
-"soon as they hit your hosting server."
+msgid "By blocking people via the .htaccess file your are using the most secure first line of defence which denies all access to blacklisted visitors as soon as they hit your hosting server."
+msgstr ""
+
+#: admin/wp-security-blacklist-menu.php:158
+msgid "Country Blocking Addon"
msgstr ""
#: admin/wp-security-blacklist-menu.php:159
#: admin/wp-security-firewall-menu.php:889
-#, php-format
msgid "You may also be interested in our %s."
msgstr ""
#: admin/wp-security-blacklist-menu.php:160
-msgid ""
-"This addon allows you to automatically block IP addresses based on their "
-"country of origin."
+msgid "This addon allows you to automatically block IP addresses based on their country of origin."
msgstr ""
#: admin/wp-security-blacklist-menu.php:168
msgid "IP Hosts and User Agent Blacklist Settings"
msgstr ""
+#: admin/wp-security-blacklist-menu.php:180
+#: admin/wp-security-brute-force-menu.php:208
+#: admin/wp-security-brute-force-menu.php:379
+msgid "must read this message"
+msgstr ""
+
#: admin/wp-security-blacklist-menu.php:181
#: admin/wp-security-brute-force-menu.php:209
-#, php-format
-msgid ""
-"This feature can lock you out of admin if it doesn't work correctly on your "
-"site. You %s before activating this feature."
+msgid "This feature can lock you out of admin if it doesn't work correctly on your site. You %s before activating this feature."
msgstr ""
#: admin/wp-security-blacklist-menu.php:187
@@ -223,9 +207,7 @@ msgid "Enable IP or User Agent Blacklisting"
msgstr ""
#: admin/wp-security-blacklist-menu.php:190
-msgid ""
-"Check this if you want to enable the banning (or blacklisting) of selected "
-"IP addresses and/or user agents specified in the settings below"
+msgid "Check this if you want to enable the banning (or blacklisting) of selected IP addresses and/or user agents specified in the settings below"
msgstr ""
#: admin/wp-security-blacklist-menu.php:194
@@ -242,9 +224,9 @@ msgstr ""
#: admin/wp-security-brute-force-menu.php:422
#: admin/wp-security-brute-force-menu.php:445
#: admin/wp-security-brute-force-menu.php:466
-#: admin/wp-security-brute-force-menu.php:762
-#: admin/wp-security-filescan-menu.php:300
-#: admin/wp-security-filescan-menu.php:317
+#: admin/wp-security-brute-force-menu.php:820
+#: admin/wp-security-filescan-menu.php:314
+#: admin/wp-security-filescan-menu.php:331
#: admin/wp-security-firewall-menu.php:173
#: admin/wp-security-firewall-menu.php:203
#: admin/wp-security-firewall-menu.php:223
@@ -259,39 +241,39 @@ msgstr ""
#: admin/wp-security-firewall-menu.php:701
#: admin/wp-security-firewall-menu.php:914
#: admin/wp-security-firewall-menu.php:937
-#: admin/wp-security-settings-menu.php:777 admin/wp-security-spam-menu.php:174
-#: admin/wp-security-spam-menu.php:347 admin/wp-security-spam-menu.php:389
+#: admin/wp-security-settings-menu.php:771
+#: admin/wp-security-spam-menu.php:175
+#: admin/wp-security-spam-menu.php:348
+#: admin/wp-security-spam-menu.php:390
#: admin/wp-security-user-login-menu.php:352
msgid "More Info"
msgstr ""
#: admin/wp-security-blacklist-menu.php:202
-#: admin/wp-security-brute-force-menu.php:765
+#: admin/wp-security-brute-force-menu.php:823
#: admin/wp-security-user-login-menu.php:355
msgid "Each IP address must be on a new line."
msgstr ""
#: admin/wp-security-blacklist-menu.php:203
#: admin/wp-security-user-login-menu.php:356
-msgid ""
-"To specify an IP range use a wildcard \"*\" character. Acceptable ways to "
-"use wildcards is shown in the examples below:"
+msgid "To specify an IP range use a wildcard \"*\" character. Acceptable ways to use wildcards is shown in the examples below:"
msgstr ""
#: admin/wp-security-blacklist-menu.php:204
-#: admin/wp-security-brute-force-menu.php:767
+#: admin/wp-security-brute-force-menu.php:825
#: admin/wp-security-user-login-menu.php:357
msgid "Example 1: 195.47.89.*"
msgstr ""
#: admin/wp-security-blacklist-menu.php:205
-#: admin/wp-security-brute-force-menu.php:768
+#: admin/wp-security-brute-force-menu.php:826
#: admin/wp-security-user-login-menu.php:358
msgid "Example 2: 195.47.*.*"
msgstr ""
#: admin/wp-security-blacklist-menu.php:206
-#: admin/wp-security-brute-force-menu.php:769
+#: admin/wp-security-brute-force-menu.php:827
#: admin/wp-security-user-login-menu.php:359
msgid "Example 3: 195.*.*.*"
msgstr ""
@@ -318,36 +300,40 @@ msgstr ""
#: admin/wp-security-blacklist-menu.php:233
#: admin/wp-security-brute-force-menu.php:228
-#: admin/wp-security-brute-force-menu.php:641
-#: admin/wp-security-brute-force-menu.php:779
-#: admin/wp-security-brute-force-menu.php:841
+#: admin/wp-security-brute-force-menu.php:699
+#: admin/wp-security-brute-force-menu.php:837
+#: admin/wp-security-brute-force-menu.php:899
#: admin/wp-security-database-menu.php:358
-#: admin/wp-security-filescan-menu.php:340
+#: admin/wp-security-filescan-menu.php:354
#: admin/wp-security-filesystem-menu.php:249
#: admin/wp-security-firewall-menu.php:779
#: admin/wp-security-firewall-menu.php:956
-#: admin/wp-security-misc-options-menu.php:172
-#: admin/wp-security-misc-options-menu.php:223
-#: admin/wp-security-settings-menu.php:548
-#: admin/wp-security-settings-menu.php:788 admin/wp-security-spam-menu.php:189
-#: admin/wp-security-spam-menu.php:364 admin/wp-security-spam-menu.php:485
-#: admin/wp-security-spam-menu.php:547
+#: admin/wp-security-misc-options-menu.php:174
+#: admin/wp-security-misc-options-menu.php:225
+#: admin/wp-security-misc-options-menu.php:285
+#: admin/wp-security-settings-menu.php:542
+#: admin/wp-security-settings-menu.php:782
+#: admin/wp-security-spam-menu.php:190
+#: admin/wp-security-spam-menu.php:365
+#: admin/wp-security-spam-menu.php:486
+#: admin/wp-security-spam-menu.php:548
#: admin/wp-security-user-login-menu.php:320
#: admin/wp-security-user-login-menu.php:366
-#: admin/wp-security-user-login-menu.php:538
-#: admin/wp-security-user-registration-menu.php:156
-#: admin/wp-security-user-registration-menu.php:242
-#: admin/wp-security-user-registration-menu.php:305
+#: admin/wp-security-user-login-menu.php:545
+#: admin/wp-security-user-registration-menu.php:157
+#: admin/wp-security-user-registration-menu.php:250
+#: admin/wp-security-user-registration-menu.php:313
msgid "Save Settings"
msgstr ""
#: admin/wp-security-brute-force-menu.php:29
-#: admin/wp-security-dashboard-menu.php:444
-#: admin/wp-security-dashboard-menu.php:455
+#: admin/wp-security-brute-force-menu.php:783
+#: admin/wp-security-dashboard-menu.php:768
msgid "Rename Login Page"
msgstr ""
#: admin/wp-security-brute-force-menu.php:30
+#: admin/wp-security-brute-force-menu.php:168
msgid "Cookie Based Brute Force Prevention"
msgstr ""
@@ -357,7 +343,7 @@ msgid "Login Captcha"
msgstr ""
#: admin/wp-security-brute-force-menu.php:32
-#: admin/wp-security-brute-force-menu.php:712
+#: admin/wp-security-brute-force-menu.php:770
msgid "Login Whitelist"
msgstr ""
@@ -380,48 +366,40 @@ msgstr ""
#: admin/wp-security-brute-force-menu.php:121
#: admin/wp-security-database-menu.php:275
#: admin/wp-security-filescan-menu.php:178
-#: admin/wp-security-firewall-menu.php:846 admin/wp-security-spam-menu.php:225
-#: admin/wp-security-spam-menu.php:259
+#: admin/wp-security-firewall-menu.php:846
+#: admin/wp-security-spam-menu.php:226
+#: admin/wp-security-spam-menu.php:260
#: admin/wp-security-user-login-menu.php:142
-#: admin/wp-security-user-login-menu.php:491
+#: admin/wp-security-user-login-menu.php:498
msgid "Attention!"
msgstr ""
#: admin/wp-security-brute-force-menu.php:147
-msgid ""
-"Could not delete the Cookie-based directives from the .htaccess file. Please "
-"check the file permissions."
+msgid "Could not delete the Cookie-based directives from the .htaccess file. Please check the file permissions."
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:169
+msgid "Login Page White List"
msgstr ""
#: admin/wp-security-brute-force-menu.php:170
-msgid ""
-"An effective Brute Force prevention technique is to change the default "
-"WordPress login page URL."
+msgid "An effective Brute Force prevention technique is to change the default WordPress login page URL."
msgstr ""
#: admin/wp-security-brute-force-menu.php:171
-msgid ""
-"Normally if you wanted to login to WordPress you would type your site's home "
-"URL followed by wp-login.php."
+msgid "Normally if you wanted to login to WordPress you would type your site's home URL followed by wp-login.php."
msgstr ""
#: admin/wp-security-brute-force-menu.php:172
-msgid ""
-"This feature allows you to change the login URL by setting your own slug and "
-"renaming the last portion of the login URL which contains the wp-"
-"login.php to any string that you like."
+msgid "This feature allows you to change the login URL by setting your own slug and renaming the last portion of the login URL which contains the wp-login.php to any string that you like."
msgstr ""
#: admin/wp-security-brute-force-menu.php:173
-msgid ""
-"By doing this, malicious bots and hackers will not be able to access your "
-"login page because they will not know the correct login page URL."
+msgid "By doing this, malicious bots and hackers will not be able to access your login page because they will not know the correct login page URL."
msgstr ""
#: admin/wp-security-brute-force-menu.php:175
-msgid ""
-"You may also be interested in the following alternative brute force "
-"prevention features:"
+msgid "You may also be interested in the following alternative brute force prevention features:"
msgstr ""
#: admin/wp-security-brute-force-menu.php:186
@@ -433,10 +411,7 @@ msgid "Your current login URL is:"
msgstr ""
#: admin/wp-security-brute-force-menu.php:189
-msgid ""
-"NOTE: If you already had the Cookie-Based Brute Force Prevention feature "
-"active, the plugin has automatically deactivated it because only one of "
-"these features can be active at any one time."
+msgid "NOTE: If you already had the Cookie-Based Brute Force Prevention feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
msgstr ""
#: admin/wp-security-brute-force-menu.php:196
@@ -444,10 +419,7 @@ msgid "Rename Login Page Settings"
msgstr ""
#: admin/wp-security-brute-force-menu.php:210
-msgid ""
-"NOTE: If you are hosting your site on WPEngine or a provider which performs "
-"server caching, you will need to ask the host support people to NOT cache "
-"your renamed login page."
+msgid "NOTE: If you are hosting your site on WPEngine or a provider which performs server caching, you will need to ask the host support people to NOT cache your renamed login page."
msgstr ""
#: admin/wp-security-brute-force-menu.php:215
@@ -463,43 +435,31 @@ msgid "Login Page URL"
msgstr ""
#: admin/wp-security-brute-force-menu.php:224
-msgid ""
-"Enter a string which will represent your secure login page slug. You are "
-"enouraged to choose something which is hard to guess and only you will "
-"remember."
+msgid "Enter a string which will represent your secure login page slug. You are enouraged to choose something which is hard to guess and only you will remember."
msgstr ""
#: admin/wp-security-brute-force-menu.php:257
-msgid ""
-"Settings have not been saved - your secret word must consist only of "
-"alphanumeric characters, ie, letters and/or numbers only!"
+msgid "Settings have not been saved - your secret word must consist only of alphanumeric characters, ie, letters and/or numbers only!"
msgstr ""
#: admin/wp-security-brute-force-menu.php:276
-msgid ""
-"You have successfully enabled the cookie based brute force prevention feature"
+msgid "You have successfully enabled the cookie based brute force prevention feature"
msgstr ""
#: admin/wp-security-brute-force-menu.php:277
-msgid ""
-"From now on you will need to log into your WP Admin using the following URL:"
+msgid "From now on you will need to log into your WP Admin using the following URL:"
msgstr ""
#: admin/wp-security-brute-force-menu.php:279
-msgid ""
-"It is important that you save this URL value somewhere in case you forget "
-"it, OR,"
+msgid "It is important that you save this URL value somewhere in case you forget it, OR,"
msgstr ""
#: admin/wp-security-brute-force-menu.php:280
-#, php-format
msgid "simply remember to add a \"?%s=1\" to your current site URL address."
msgstr ""
#: admin/wp-security-brute-force-menu.php:286
-msgid ""
-"You have successfully saved cookie based brute force prevention feature "
-"settings."
+msgid "You have successfully saved cookie based brute force prevention feature settings."
msgstr ""
#: admin/wp-security-brute-force-menu.php:321
@@ -508,9 +468,9 @@ msgstr ""
#: admin/wp-security-firewall-menu.php:337
#: admin/wp-security-firewall-menu.php:558
#: admin/wp-security-firewall-menu.php:746
-#: admin/wp-security-settings-menu.php:642 admin/wp-security-spam-menu.php:114
-msgid ""
-"Could not write to the .htaccess file. Please check the file permissions."
+#: admin/wp-security-settings-menu.php:636
+#: admin/wp-security-spam-menu.php:114
+msgid "Could not write to the .htaccess file. Please check the file permissions."
msgstr ""
#: admin/wp-security-brute-force-menu.php:331
@@ -518,51 +478,43 @@ msgid "Brute Force Prevention Firewall Settings"
msgstr ""
#: admin/wp-security-brute-force-menu.php:336
-msgid ""
-"A Brute Force Attack is when a hacker tries many combinations of usernames "
-"and passwords until they succeed in guessing the right combination."
+msgid "A Brute Force Attack is when a hacker tries many combinations of usernames and passwords until they succeed in guessing the right combination."
msgstr ""
#: admin/wp-security-brute-force-menu.php:337
-msgid ""
-"Due to the fact that at any one time there may be many concurrent login "
-"attempts occurring on your site via malicious automated robots, this also "
-"has a negative impact on your server's memory and performance."
+msgid "Due to the fact that at any one time there may be many concurrent login attempts occurring on your site via malicious automated robots, this also has a negative impact on your server's memory and performance."
msgstr ""
#: admin/wp-security-brute-force-menu.php:338
-msgid ""
-"The features in this tab will stop the majority of Brute Force Login Attacks "
-"at the .htaccess level thus providing even better protection for your WP "
-"login page and also reducing the load on your server because the system does "
-"not have to run PHP code to process the login attempts."
+msgid "The features in this tab will stop the majority of Brute Force Login Attacks at the .htaccess level thus providing even better protection for your WP login page and also reducing the load on your server because the system does not have to run PHP code to process the login attempts."
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:343
+msgid "backup"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:344
+msgid "video tutorial"
msgstr ""
#: admin/wp-security-brute-force-menu.php:345
-#, php-format
-msgid ""
-"Even though this feature should not have any impact on your site's general "
-"functionality you are strongly encouraged to take a %s of your ."
-"htaccess file before proceeding ."
+msgid "Even though this feature should not have any impact on your site's general functionality you are strongly encouraged to take a %s of your .htaccess file before proceeding ."
msgstr ""
#: admin/wp-security-brute-force-menu.php:346
-msgid ""
-"If this feature is not used correctly, you can get locked out of your site. "
-"A backed up .htaccess file will come in handy if that happens."
+msgid "If this feature is not used correctly, you can get locked out of your site. A backed up .htaccess file will come in handy if that happens."
msgstr ""
#: admin/wp-security-brute-force-menu.php:347
-#, php-format
-msgid ""
-"To learn more about how to use this feature please watch the following %s."
+msgid "To learn more about how to use this feature please watch the following %s."
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:348
+msgid "Cookie-Based Brute Force Login Prevention"
msgstr ""
#: admin/wp-security-brute-force-menu.php:360
-msgid ""
-"NOTE: If you already had the Rename Login Page feature active, the plugin "
-"has automatically deactivated it because only one of these features can be "
-"active at any one time."
+msgid "NOTE: If you already had the Rename Login Page feature active, the plugin has automatically deactivated it because only one of these features can be active at any one time."
msgstr ""
#: admin/wp-security-brute-force-menu.php:368
@@ -570,27 +522,20 @@ msgid "Cookie Based Brute Force Login Prevention"
msgstr ""
#: admin/wp-security-brute-force-menu.php:379
-msgid ""
-"This feature can lock you out of admin if it doesn't work correctly on your "
-"site. You must read this "
-"message before activating this feature."
+msgid "This feature can lock you out of admin if it doesn't work correctly on your site. You "
msgstr ""
#: admin/wp-security-brute-force-menu.php:384
-#: classes/grade-system/wp-security-feature-item-manager.php:95
+#: classes/grade-system/wp-security-feature-item-manager.php:96
msgid "Enable Brute Force Attack Prevention"
msgstr ""
#: admin/wp-security-brute-force-menu.php:387
-msgid ""
-"Check this if you want to protect your login page from Brute Force Attack."
+msgid "Check this if you want to protect your login page from Brute Force Attack."
msgstr ""
#: admin/wp-security-brute-force-menu.php:392
-msgid ""
-"This feature will deny access to your WordPress login page for all people "
-"except those who have a special cookie in their browser."
+msgid "This feature will deny access to your WordPress login page for all people except those who have a special cookie in their browser."
msgstr ""
#: admin/wp-security-brute-force-menu.php:394
@@ -602,25 +547,15 @@ msgid "1) Enable the checkbox."
msgstr ""
#: admin/wp-security-brute-force-menu.php:398
-msgid ""
-"2) Enter a secret word consisting of alphanumeric characters which will be "
-"difficult to guess. This secret word will be useful whenever you need to "
-"know the special URL which you will use to access the login page (see point "
-"below)."
+msgid "2) Enter a secret word consisting of alphanumeric characters which will be difficult to guess. This secret word will be useful whenever you need to know the special URL which you will use to access the login page (see point below)."
msgstr ""
#: admin/wp-security-brute-force-menu.php:400
-msgid ""
-"3) You will then be provided with a special login URL. You will need to use "
-"this URL to login to your WordPress site instead of the usual login URL. "
-"NOTE: The system will deposit a special cookie in your browser which will "
-"allow you access to the WordPress administration login page."
+msgid "3) You will then be provided with a special login URL. You will need to use this URL to login to your WordPress site instead of the usual login URL. NOTE: The system will deposit a special cookie in your browser which will allow you access to the WordPress administration login page."
msgstr ""
#: admin/wp-security-brute-force-menu.php:402
-msgid ""
-"Any person trying to access your login page who does not have the special "
-"cookie in their browser will be automatically blocked."
+msgid "Any person trying to access your login page who does not have the special cookie in their browser will be automatically blocked."
msgstr ""
#: admin/wp-security-brute-force-menu.php:409
@@ -628,10 +563,7 @@ msgid "Secret Word"
msgstr ""
#: admin/wp-security-brute-force-menu.php:411
-msgid ""
-"Choose a secret word consisting of alphanumeric characters which you can use "
-"to access your special URL. Your are highly encouraged to choose a word "
-"which will be difficult to guess."
+msgid "Choose a secret word consisting of alphanumeric characters which you can use to access your special URL. Your are highly encouraged to choose a word which will be difficult to guess."
msgstr ""
#: admin/wp-security-brute-force-menu.php:415
@@ -639,21 +571,15 @@ msgid "Re-direct URL"
msgstr ""
#: admin/wp-security-brute-force-menu.php:419
-msgid ""
-"Specify a URL to redirect a hacker to when they try to access your WordPress "
-"login page."
+msgid "Specify a URL to redirect a hacker to when they try to access your WordPress login page."
msgstr ""
#: admin/wp-security-brute-force-menu.php:426
-msgid ""
-"The URL specified here can be any site's URL and does not have to be your "
-"own. For example you can be as creative as you like and send hackers to the "
-"CIA or NSA home page."
+msgid "The URL specified here can be any site's URL and does not have to be your own. For example you can be as creative as you like and send hackers to the CIA or NSA home page."
msgstr ""
#: admin/wp-security-brute-force-menu.php:428
-msgid ""
-"This field will default to: http://127.0.0.1 if you do not enter a value."
+msgid "This field will default to: http://127.0.0.1 if you do not enter a value."
msgstr ""
#: admin/wp-security-brute-force-menu.php:430
@@ -661,16 +587,11 @@ msgid "Useful Tip:"
msgstr ""
#: admin/wp-security-brute-force-menu.php:432
-msgid ""
-"It's a good idea to not redirect attempted brute force login attempts to "
-"your site because it increases the load on your server."
+msgid "It's a good idea to not redirect attempted brute force login attempts to your site because it increases the load on your server."
msgstr ""
#: admin/wp-security-brute-force-menu.php:434
-msgid ""
-"Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal "
-"because it deflects them back to their own local host and puts the load on "
-"their server instead of yours."
+msgid "Redirecting a hacker or malicious bot back to \"http://127.0.0.1\" is ideal because it deflects them back to their own local host and puts the load on their server instead of yours."
msgstr ""
#: admin/wp-security-brute-force-menu.php:441
@@ -678,24 +599,15 @@ msgid "My Site Has Posts Or Pages Which Are Password Protected"
msgstr ""
#: admin/wp-security-brute-force-menu.php:444
-msgid ""
-"Check this if you are using the native WordPress password protection feature "
-"for some or all of your blog posts or pages."
+msgid "Check this if you are using the native WordPress password protection feature for some or all of your blog posts or pages."
msgstr ""
#: admin/wp-security-brute-force-menu.php:449
-msgid ""
-"In the cases where you are protecting some of your posts or pages using the "
-"in-built WordPress password protection feature, a few extra lines of "
-"directives and exceptions need to be added to your .htacces file so that "
-"people trying to access pages are not automatically blocked."
+msgid "In the cases where you are protecting some of your posts or pages using the in-built WordPress password protection feature, a few extra lines of directives and exceptions need to be added to your .htacces file so that people trying to access pages are not automatically blocked."
msgstr ""
#: admin/wp-security-brute-force-menu.php:451
-msgid ""
-"By enabling this checkbox the plugin will add the necessary rules and "
-"exceptions to your .htacces file so that people trying to access these pages "
-"are not automatically blocked."
+msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that people trying to access these pages are not automatically blocked."
msgstr ""
#: admin/wp-security-brute-force-menu.php:453
@@ -703,9 +615,7 @@ msgid "Helpful Tip:"
msgstr ""
#: admin/wp-security-brute-force-menu.php:455
-msgid ""
-"If you do not use the WordPress password protection feature for your posts "
-"or pages then it is highly recommended that you leave this checkbox disabled."
+msgid "If you do not use the WordPress password protection feature for your posts or pages then it is highly recommended that you leave this checkbox disabled."
msgstr ""
#: admin/wp-security-brute-force-menu.php:462
@@ -717,18 +627,11 @@ msgid "Check this if your site uses AJAX functionality."
msgstr ""
#: admin/wp-security-brute-force-menu.php:470
-msgid ""
-"In the cases where your WordPress installation has a theme or plugins which "
-"use AJAX, a few extra lines of directives and exceptions need to be added to "
-"your .htacces file to prevent AJAX requests from being automatically blocked "
-"by the brute force prevention feature."
+msgid "In the cases where your WordPress installation has a theme or plugins which use AJAX, a few extra lines of directives and exceptions need to be added to your .htacces file to prevent AJAX requests from being automatically blocked by the brute force prevention feature."
msgstr ""
#: admin/wp-security-brute-force-menu.php:472
-msgid ""
-"By enabling this checkbox the plugin will add the necessary rules and "
-"exceptions to your .htacces file so that AJAX operations will work as "
-"expected."
+msgid "By enabling this checkbox the plugin will add the necessary rules and exceptions to your .htacces file so that AJAX operations will work as expected."
msgstr ""
#: admin/wp-security-brute-force-menu.php:487
@@ -740,242 +643,226 @@ msgid "Save Feature Settings"
msgstr ""
#: admin/wp-security-brute-force-menu.php:497
-msgid ""
-"The cookie test failed on this server. So this feature cannot be used on "
-"this site."
+msgid "The cookie test failed on this server. So this feature cannot be used on this site."
msgstr ""
#: admin/wp-security-brute-force-menu.php:502
-msgid ""
-"Before using this feature you are required to perform a cookie test first. "
-"This is to make sure that your browser cookie is working correctly and that "
-"you won't lock yourself out."
+msgid "Before using this feature you are required to perform a cookie test first. This is to make sure that your browser cookie is working correctly and that you won't lock yourself out."
msgstr ""
#: admin/wp-security-brute-force-menu.php:504
msgid "Perform Cookie Test"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:546
-msgid ""
-"This feature allows you to add a captcha form on the WordPress login page."
+#: admin/wp-security-brute-force-menu.php:559
+msgid "This feature allows you to add a captcha form on various WordPress login pages and forms."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:547
-msgid ""
-"Users who attempt to login will also need to enter the answer to a simple "
-"mathematical question - if they enter the wrong answer, the plugin will not "
-"allow them login even if they entered the correct username and password."
+#: admin/wp-security-brute-force-menu.php:560
+msgid "Adding a captcha form on a login page or form is another effective yet simple \"Brute Force\" prevention technique."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:548
-msgid ""
-"Therefore, adding a captcha form on the login page is another effective yet "
-"simple \"Brute Force\" prevention technique."
+#: admin/wp-security-brute-force-menu.php:561
+msgid "You have the option of using either %s or a plain maths captcha form."
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:562
+msgid "If you enable Google reCAPTCHA the reCAPTCHA widget will be displayed for all forms the captcha settings below."
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:563
+msgid "If Google reCAPTCHA is disabled the simple maths captcha form will apply and users will need to enter the answer to a simple mathematical question."
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:570
+msgid "Google reCAPTCHA Settings"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:575
+msgid "By enabling these settings the Google reCAPTCHA v2 widget will be applied by default for all forms in the captcha settings below."
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:582
+msgid "Use Google reCAPTCHA as default"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:585
+msgid "Check this if you want to default to Google reCAPTCHA for all settings below. (If this is left unchecked, all captcha forms will revert to the plain maths captcha)"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:589
+msgid "Site Key"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:594
+msgid "Secret Key"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:554
+#: admin/wp-security-brute-force-menu.php:601
msgid "Login Form Captcha Settings"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:565
+#: admin/wp-security-brute-force-menu.php:610
msgid "Enable Captcha On Login Page"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:568
+#: admin/wp-security-brute-force-menu.php:613
msgid "Check this if you want to insert a captcha form on the login page"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:574
+#: admin/wp-security-brute-force-menu.php:619
+msgid "Lost Password Form Captcha Settings"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:629
+msgid "Enable Captcha On Lost Password Page"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:632
+msgid "Check this if you want to insert a captcha form on the lost password page"
+msgstr ""
+
+#: admin/wp-security-brute-force-menu.php:638
msgid "Custom Login Form Captcha Settings"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:583
+#: admin/wp-security-brute-force-menu.php:647
msgid "Enable Captcha On Custom Login Form"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:586
-msgid ""
-"Check this if you want to insert captcha on a custom login form generated by "
-"the following WP function: wp_login_form()"
+#: admin/wp-security-brute-force-menu.php:650
+msgid "Check this if you want to insert captcha on a custom login form generated by the following WP function: wp_login_form()"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:592
+#: admin/wp-security-brute-force-menu.php:656
msgid "Woocommerce Forms Captcha Settings"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:601
+#: admin/wp-security-brute-force-menu.php:665
msgid "Enable Captcha On Woocommerce Login Form"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:604
+#: admin/wp-security-brute-force-menu.php:668
msgid "Check this if you want to insert captcha on a Woocommerce login form"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:614
-msgid "Enable Captcha On Woocommerce Registration Form"
-msgstr ""
-
-#: admin/wp-security-brute-force-menu.php:617
-msgid ""
-"Check this if you want to insert captcha on a Woocommerce registration form"
+#: admin/wp-security-brute-force-menu.php:678
+msgid "Enable Captcha On Woocommerce Lost Password Form"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:623
-msgid "Lost Password Form Captcha Settings"
+#: admin/wp-security-brute-force-menu.php:681
+msgid "Check this if you want to insert captcha on a Woocommerce lost password form"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:633
-msgid "Enable Captcha On Lost Password Page"
+#: admin/wp-security-brute-force-menu.php:691
+msgid "Enable Captcha On Woocommerce Registration Form"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:636
-msgid ""
-"Check this if you want to insert a captcha form on the lost password page"
+#: admin/wp-security-brute-force-menu.php:694
+msgid "Check this if you want to insert captcha on a Woocommerce registration form"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:658
+#: admin/wp-security-brute-force-menu.php:716
msgid "Nonce check failed for save whitelist settings!"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:715
-msgid ""
-"The All In One WP Security Whitelist feature gives you the option of only "
-"allowing certain IP addresses or ranges to have access to your WordPress "
-"login page."
+#: admin/wp-security-brute-force-menu.php:773
+msgid "The All In One WP Security Whitelist feature gives you the option of only allowing certain IP addresses or ranges to have access to your WordPress login page."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:716
-msgid ""
-"This feature will deny login access for all IP addresses which are not in "
-"your whitelist as configured in the settings below."
+#: admin/wp-security-brute-force-menu.php:774
+msgid "This feature will deny login access for all IP addresses which are not in your whitelist as configured in the settings below."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:717
-msgid ""
-"The plugin achieves this by writing the appropriate directives to your ."
-"htaccess file."
+#: admin/wp-security-brute-force-menu.php:775
+msgid "The plugin achieves this by writing the appropriate directives to your .htaccess file."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:718
-msgid ""
-"By allowing/blocking IP addresses via the .htaccess file your are using the "
-"most secure first line of defence because login access will only be granted "
-"to whitelisted IP addresses and other addresses will be blocked as soon as "
-"they try to access your login page."
+#: admin/wp-security-brute-force-menu.php:776
+msgid "By allowing/blocking IP addresses via the .htaccess file your are using the most secure first line of defence because login access will only be granted to whitelisted IP addresses and other addresses will be blocked as soon as they try to access your login page."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:726
-#, php-format
-msgid ""
-"Attention: If in addition to enabling the white list feature, you also have "
-"one of the %s or %s features enabled, you will still need to use "
-"your secret word or special slug in the URL when trying to access your "
-"WordPress login page ."
+#: admin/wp-security-brute-force-menu.php:784
+msgid "Attention: If in addition to enabling the white list feature, you also have one of the %s or %s features enabled, you will still need to use your secret word or special slug in the URL when trying to access your WordPress login page ."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:727
-msgid ""
-"These features are NOT functionally related. Having both of them enabled on "
-"your site means you are creating 2 layers of security."
+#: admin/wp-security-brute-force-menu.php:785
+msgid "These features are NOT functionally related. Having both of them enabled on your site means you are creating 2 layers of security."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:732
+#: admin/wp-security-brute-force-menu.php:790
msgid "Login IP Whitelist Settings"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:743
+#: admin/wp-security-brute-force-menu.php:801
msgid "Enable IP Whitelisting"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:746
+#: admin/wp-security-brute-force-menu.php:804
#: admin/wp-security-user-login-menu.php:343
-msgid ""
-"Check this if you want to enable the whitelisting of selected IP addresses "
-"specified in the settings below"
+msgid "Check this if you want to enable the whitelisting of selected IP addresses specified in the settings below"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:750
+#: admin/wp-security-brute-force-menu.php:808
msgid "Your Current IP Address"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:753
-msgid ""
-"You can copy and paste this address in the text box below if you want to "
-"include it in your login whitelist."
+#: admin/wp-security-brute-force-menu.php:811
+msgid "You can copy and paste this address in the text box below if you want to include it in your login whitelist."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:757
+#: admin/wp-security-brute-force-menu.php:815
#: admin/wp-security-user-login-menu.php:347
msgid "Enter Whitelisted IP Addresses:"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:761
-msgid ""
-"Enter one or more IP addresses or IP ranges you wish to include in your "
-"whitelist. Only the addresses specified here will have access to the "
-"WordPress login page."
+#: admin/wp-security-brute-force-menu.php:819
+msgid "Enter one or more IP addresses or IP ranges you wish to include in your whitelist. Only the addresses specified here will have access to the WordPress login page."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:766
-msgid ""
-"To specify an IPv4 range use a wildcard \"*\" character. Acceptable ways to "
-"use wildcards is shown in the examples below:"
+#: admin/wp-security-brute-force-menu.php:824
+msgid "To specify an IPv4 range use a wildcard \"*\" character. Acceptable ways to use wildcards is shown in the examples below:"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:770
-msgid ""
-"Or you can enter an IPv6 address (NOTE: ranges/wildcards are currently not "
-"supported for ipv6)"
+#: admin/wp-security-brute-force-menu.php:828
+msgid "Or you can enter an IPv6 address (NOTE: ranges/wildcards are currently not supported for ipv6)"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:771
+#: admin/wp-security-brute-force-menu.php:829
msgid "Example 4: 4102:0:3ea6:79fd:b:46f8:230f:bb05"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:772
+#: admin/wp-security-brute-force-menu.php:830
msgid "Example 5: 2205:0:1ca2:810d::"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:812
-msgid ""
-"This feature allows you to add a special hidden \"honeypot\" field on the "
-"WordPress login page. This will only be visible to robots and not humans."
+#: admin/wp-security-brute-force-menu.php:870
+msgid "This feature allows you to add a special hidden \"honeypot\" field on the WordPress login page. This will only be visible to robots and not humans."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:813
-msgid ""
-"Since robots usually fill in every input field from a login form, they will "
-"also submit a value for the special hidden honeypot field."
+#: admin/wp-security-brute-force-menu.php:871
+msgid "Since robots usually fill in every input field from a login form, they will also submit a value for the special hidden honeypot field."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:814
-#: admin/wp-security-user-registration-menu.php:278
-msgid ""
-"The way honeypots work is that a hidden field is placed somewhere inside a "
-"form which only robots will submit. If that field contains a value when the "
-"form is submitted then a robot has most likely submitted the form and it is "
-"consequently dealt with."
+#: admin/wp-security-brute-force-menu.php:872
+#: admin/wp-security-user-registration-menu.php:286
+msgid "The way honeypots work is that a hidden field is placed somewhere inside a form which only robots will submit. If that field contains a value when the form is submitted then a robot has most likely submitted the form and it is consequently dealt with."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:815
-msgid ""
-"Therefore, if the plugin detects that this field has a value when the login "
-"form is submitted, then the robot which is attempting to login to your site "
-"will be redirected to its localhost address - http://127.0.0.1."
+#: admin/wp-security-brute-force-menu.php:873
+msgid "Therefore, if the plugin detects that this field has a value when the login form is submitted, then the robot which is attempting to login to your site will be redirected to its localhost address - http://127.0.0.1."
msgstr ""
-#: admin/wp-security-brute-force-menu.php:821
+#: admin/wp-security-brute-force-menu.php:879
msgid "Login Form Honeypot Settings"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:832
+#: admin/wp-security-brute-force-menu.php:890
msgid "Enable Honeypot On Login Page"
msgstr ""
-#: admin/wp-security-brute-force-menu.php:835
-msgid ""
-"Check this if you want to enable the honeypot feature for the login page"
+#: admin/wp-security-brute-force-menu.php:893
+msgid "Check this if you want to enable the honeypot feature for the login page"
msgstr ""
#: admin/wp-security-dashboard-menu.php:29
@@ -983,7 +870,7 @@ msgid "System Info"
msgstr ""
#: admin/wp-security-dashboard-menu.php:30
-#: admin/wp-security-dashboard-menu.php:532
+#: admin/wp-security-dashboard-menu.php:490
msgid "Locked IP Addresses"
msgstr ""
@@ -995,377 +882,352 @@ msgstr ""
msgid "AIOWPS Logs"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:93
-msgid "For information, updates and documentation, please visit the"
+#: admin/wp-security-dashboard-menu.php:100
+msgid "Site Info"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:93
-msgid "AIO WP Security & Firewall Plugin"
+#: admin/wp-security-dashboard-menu.php:104
+msgid "Plugin Version"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:93
-msgid "Page"
+#: admin/wp-security-dashboard-menu.php:106
+msgid "WP Version"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:94
-msgid "Follow us"
+#: admin/wp-security-dashboard-menu.php:109
+#: admin/wp-security-dashboard-menu.php:113
+#: admin/wp-security-dashboard-menu.php:222
+msgid "Version"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:94
-msgid ""
-"Twitter, Google+ or via Email to stay up to date about the new security "
-"features of this plugin."
+#: admin/wp-security-dashboard-menu.php:111
+msgid "Table Prefix"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:111
-msgid "Security Strength Meter"
+#: admin/wp-security-dashboard-menu.php:115
+msgid "Session Save Path"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:142
-msgid "Total Achievable Points: "
+#: admin/wp-security-dashboard-menu.php:118
+msgid "Server Name"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:144
-msgid "Current Score of Your Site: "
+#: admin/wp-security-dashboard-menu.php:120
+msgid "Cookie Domain"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:157
-msgid "Security Points Breakdown"
+#: admin/wp-security-dashboard-menu.php:123
+msgid "Library Present"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:201
-msgid "Spread the Word"
+#: admin/wp-security-dashboard-menu.php:125
+msgid "Debug File Write Permissions"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:206
-msgid ""
-"We are working hard to make your WordPress site more secure. Please support "
-"us, here is how:"
+#: admin/wp-security-dashboard-menu.php:131
+msgid "PHP Info"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:231
-msgid "Get To Know The Developers"
+#: admin/wp-security-dashboard-menu.php:135
+msgid "PHP Version"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:235
-msgid "Wanna know more about the developers behind this plugin?"
+#: admin/wp-security-dashboard-menu.php:137
+msgid "PHP Memory Usage"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:252
-msgid "Critical Feature Status"
+#: admin/wp-security-dashboard-menu.php:138
+msgid " MB"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:258
-msgid ""
-"Below is the current status of the critical features that you should "
-"activate on your site to achieve a minimum level of recommended security"
+#: admin/wp-security-dashboard-menu.php:144
+#: admin/wp-security-dashboard-menu.php:153
+#: admin/wp-security-dashboard-menu.php:162
+#: admin/wp-security-dashboard-menu.php:200
+msgid "N/A"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:262
-msgid "Admin Username"
+#: admin/wp-security-dashboard-menu.php:147
+msgid "PHP Memory Limit"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:277
-#: admin/wp-security-user-login-menu.php:28
-#: classes/grade-system/wp-security-feature-item-manager.php:42
-msgid "Login Lockdown"
+#: admin/wp-security-dashboard-menu.php:156
+msgid "PHP Max Upload Size"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:292
-msgid "File Permission"
+#: admin/wp-security-dashboard-menu.php:165
+msgid "PHP Max Post Size"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:307
-msgid "Basic Firewall"
+#: admin/wp-security-dashboard-menu.php:169
+#: admin/wp-security-dashboard-menu.php:179
+#: admin/wp-security-dashboard-menu.php:188
+msgid "On"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:328
-msgid "Last 5 Logins"
+#: admin/wp-security-dashboard-menu.php:171
+#: admin/wp-security-dashboard-menu.php:181
+#: admin/wp-security-dashboard-menu.php:190
+msgid "Off"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:346
-msgid "No data found!"
+#: admin/wp-security-dashboard-menu.php:174
+msgid "PHP Allow URL fopen"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:350
-msgid "Last 5 logins summary:"
+#: admin/wp-security-dashboard-menu.php:193
+msgid "PHP Display Errors"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:354
-msgid "User"
+#: admin/wp-security-dashboard-menu.php:203
+msgid "PHP Max Script Execution Time"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:355
-msgid "Date"
+#: admin/wp-security-dashboard-menu.php:210
+msgid "Active Plugins"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:356
-msgid "IP"
+#: admin/wp-security-dashboard-menu.php:221
+#: admin/wp-security-filesystem-menu.php:140
+#: admin/wp-security-filesystem-menu.php:159
+msgid "Name"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:380
-msgid "Maintenance Mode Status"
+#: admin/wp-security-dashboard-menu.php:223
+msgid "Plugin URL"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:386
-msgid ""
-"Maintenance mode is currently enabled. Remember to turn it off when you are "
-"done"
+#: admin/wp-security-dashboard-menu.php:261
+msgid "This tab displays the list of all IP addresses which are currently temporarily locked out due to the Login Lockdown feature:"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:388
-msgid "Maintenance mode is currently off."
+#: admin/wp-security-dashboard-menu.php:268
+msgid "Currently Locked Out IP Addresses and Ranges"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:392
-msgid "Maintenance Mode"
+#: admin/wp-security-dashboard-menu.php:312
+msgid "This tab displays the list of all permanently blocked IP addresses."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:417
-msgid "Cookie Based Brute Prevention"
+#: admin/wp-security-dashboard-menu.php:313
+#: admin/wp-security-spam-menu.php:297
+msgid "NOTE: This feature does NOT use the .htaccess file to permanently block the IP addresses so it should be compatible with all web servers running WordPress."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:422
-msgid "Cookie-Based Brute Force"
+#: admin/wp-security-dashboard-menu.php:319
+msgid "Permanently Blocked IP Addresses"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:426
-#: admin/wp-security-dashboard-menu.php:458
-#, php-format
-msgid "The %s feature is currently active."
+#: admin/wp-security-dashboard-menu.php:331
+#: admin/wp-security-firewall-menu.php:971
+#: admin/wp-security-user-login-menu.php:429
+#: admin/wp-security-user-login-menu.php:583
+#: admin/wp-security-user-registration-menu.php:171
+msgid "Search"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:427
-#: admin/wp-security-dashboard-menu.php:459
-msgid "Your new WordPress login URL is now:"
+#: admin/wp-security-dashboard-menu.php:353
+msgid "View Logs for All In WP Security & Firewall Plugin"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:492
-#: admin/wp-security-user-login-menu.php:32
-msgid "Logged In Users"
+#: admin/wp-security-dashboard-menu.php:361
+msgid "Log File"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:502
-msgid "Number of users currently logged in site-wide is:"
+#: admin/wp-security-dashboard-menu.php:365
+msgid "--Select a file--"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:503
-#: admin/wp-security-dashboard-menu.php:517
-#: admin/wp-security-dashboard-menu.php:545
-#, php-format
-msgid "Go to the %s menu to see more details"
+#: admin/wp-security-dashboard-menu.php:376
+msgid "Select one of the log files to view the contents"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:506
-msgid "There are no other site-wide users currently logged in."
+#: admin/wp-security-dashboard-menu.php:381
+msgid "View Logs"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:516
-msgid "Number of users currently logged into your site (including you) is:"
+#: admin/wp-security-dashboard-menu.php:402
+msgid "Error! The file you selected is not a permitted file. You can only view log files created by this plugin."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:520
-msgid "There are no other users currently logged in."
+#: admin/wp-security-dashboard-menu.php:409
+msgid "Log File Contents For"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:541
-msgid "There are no IP addresses currently locked out."
+#: admin/wp-security-dashboard-menu.php:423
+msgid "Log file is empty!"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:544
-msgid "Number of temporarily locked out IP addresses: "
+#: admin/wp-security-dashboard-menu.php:478
+msgid "Security Strength Meter"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:590
-msgid "Site Info"
+#: admin/wp-security-dashboard-menu.php:479
+msgid "Security Points Breakdown"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:594
-msgid "Plugin Version"
+#: admin/wp-security-dashboard-menu.php:480
+msgid "Spread the Word"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:596
-msgid "WP Version"
+#: admin/wp-security-dashboard-menu.php:481
+msgid "Get To Know The Developers"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:599
-#: admin/wp-security-dashboard-menu.php:603
-#: admin/wp-security-dashboard-menu.php:712
-msgid "Version"
+#: admin/wp-security-dashboard-menu.php:482
+msgid "Critical Feature Status"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:601
-msgid "Table Prefix"
+#: admin/wp-security-dashboard-menu.php:483
+msgid "Last 5 Logins"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:605
-msgid "Session Save Path"
+#: admin/wp-security-dashboard-menu.php:484
+msgid "Maintenance Mode Status"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:608
-msgid "Server Name"
+#: admin/wp-security-dashboard-menu.php:489
+#: admin/wp-security-user-login-menu.php:32
+msgid "Logged In Users"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:610
-msgid "Cookie Domain"
+#: admin/wp-security-dashboard-menu.php:533
+msgid "Total Achievable Points: "
msgstr ""
-#: admin/wp-security-dashboard-menu.php:613
-msgid "Library Present"
+#: admin/wp-security-dashboard-menu.php:535
+msgid "Current Score of Your Site: "
msgstr ""
-#: admin/wp-security-dashboard-menu.php:615
-msgid "Debug File Write Permissions"
+#: admin/wp-security-dashboard-menu.php:588
+msgid "We are working hard to make your WordPress site more secure. Please support us, here is how:"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:621
-msgid "PHP Info"
+#: admin/wp-security-dashboard-menu.php:589
+msgid "Follow us on"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:625
-msgid "PHP Version"
+#: admin/wp-security-dashboard-menu.php:593
+msgid "Post to Twitter"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:627
-msgid "PHP Memory Usage"
-msgstr ""
-
-#: admin/wp-security-dashboard-menu.php:628
-msgid " MB"
-msgstr ""
-
-#: admin/wp-security-dashboard-menu.php:634
-#: admin/wp-security-dashboard-menu.php:643
-#: admin/wp-security-dashboard-menu.php:652
-#: admin/wp-security-dashboard-menu.php:690
-msgid "N/A"
-msgstr ""
-
-#: admin/wp-security-dashboard-menu.php:637
-msgid "PHP Memory Limit"
-msgstr ""
-
-#: admin/wp-security-dashboard-menu.php:646
-msgid "PHP Max Upload Size"
+#: admin/wp-security-dashboard-menu.php:597
+msgid "Give us a Good Rating"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:655
-msgid "PHP Max Post Size"
+#: admin/wp-security-dashboard-menu.php:604
+msgid "Wanna know more about the developers behind this plugin?"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:659
-#: admin/wp-security-dashboard-menu.php:669
-#: admin/wp-security-dashboard-menu.php:678
-msgid "On"
+#: admin/wp-security-dashboard-menu.php:616
+msgid "Below is the current status of the critical features that you should activate on your site to achieve a minimum level of recommended security"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:661
-#: admin/wp-security-dashboard-menu.php:671
-#: admin/wp-security-dashboard-menu.php:680
-msgid "Off"
+#: admin/wp-security-dashboard-menu.php:620
+msgid "Admin Username"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:664
-msgid "PHP Allow URL fopen"
+#: admin/wp-security-dashboard-menu.php:635
+#: admin/wp-security-user-login-menu.php:28
+#: classes/grade-system/wp-security-feature-item-manager.php:42
+msgid "Login Lockdown"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:674
-msgid "PHP Allow URL Include"
+#: admin/wp-security-dashboard-menu.php:650
+msgid "File Permission"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:683
-msgid "PHP Display Errors"
+#: admin/wp-security-dashboard-menu.php:665
+msgid "Basic Firewall"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:693
-msgid "PHP Max Script Execution Time"
+#: admin/wp-security-dashboard-menu.php:694
+msgid "No data found!"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:694
-msgid "Seconds"
+#: admin/wp-security-dashboard-menu.php:698
+msgid "Last 5 logins summary:"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:700
-msgid "Active Plugins"
+#: admin/wp-security-dashboard-menu.php:702
+msgid "User"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:711
-#: admin/wp-security-filesystem-menu.php:140
-#: admin/wp-security-filesystem-menu.php:159
-msgid "Name"
+#: admin/wp-security-dashboard-menu.php:703
+#: admin/wp-security-list-404.php:88
+#: admin/wp-security-list-login-fails.php:57
+#: admin/wp-security-list-permanent-blocked-ip.php:68
+msgid "Date"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:713
-msgid "Plugin URL"
+#: admin/wp-security-dashboard-menu.php:704
+msgid "IP"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:751
-msgid ""
-"This tab displays the list of all IP addresses which are currently "
-"temporarily locked out due to the Login Lockdown feature:"
+#: admin/wp-security-dashboard-menu.php:725
+msgid "Maintenance mode is currently enabled. Remember to turn it off when you are done"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:758
-msgid "Currently Locked Out IP Addresses and Ranges"
+#: admin/wp-security-dashboard-menu.php:727
+msgid "Maintenance mode is currently off."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:801
-msgid "This tab displays the list of all permanently blocked IP addresses."
+#: admin/wp-security-dashboard-menu.php:731
+msgid "Maintenance Mode"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:802 admin/wp-security-spam-menu.php:296
-msgid ""
-"NOTE: This feature does NOT use the .htaccess file to permanently block the "
-"IP addresses so it should be compatible with all web servers running "
-"WordPress."
+#: admin/wp-security-dashboard-menu.php:749
+msgid "Cookie-Based Brute Force"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:808
-msgid "Permanently Blocked IP Addresses"
+#: admin/wp-security-dashboard-menu.php:753
+#: admin/wp-security-dashboard-menu.php:771
+msgid "The %s feature is currently active."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:842
-msgid "View Logs for All In WP Security & Firewall Plugin"
+#: admin/wp-security-dashboard-menu.php:754
+#: admin/wp-security-dashboard-menu.php:772
+msgid "Your new WordPress login URL is now:"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:850
-msgid "Log File"
+#: admin/wp-security-dashboard-menu.php:786
+msgid "Number of users currently logged in site-wide is:"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:854
-msgid "--Select a file--"
+#: admin/wp-security-dashboard-menu.php:787
+#: admin/wp-security-dashboard-menu.php:801
+#: admin/wp-security-dashboard-menu.php:818
+msgid "Go to the %s menu to see more details"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:865
-msgid "Select one of the log files to view the contents"
+#: admin/wp-security-dashboard-menu.php:790
+msgid "There are no other site-wide users currently logged in."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:870
-msgid "View Logs"
+#: admin/wp-security-dashboard-menu.php:800
+msgid "Number of users currently logged into your site (including you) is:"
msgstr ""
-#: admin/wp-security-dashboard-menu.php:891
-msgid ""
-"Error! The file you selected is not a permitted file. You can only view log "
-"files created by this plugin."
+#: admin/wp-security-dashboard-menu.php:804
+msgid "There are no other users currently logged in."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:898
-msgid "Log File Contents For"
+#: admin/wp-security-dashboard-menu.php:814
+msgid "There are no IP addresses currently locked out."
msgstr ""
-#: admin/wp-security-dashboard-menu.php:912
-msgid "Log file is empty!"
+#: admin/wp-security-dashboard-menu.php:817
+msgid "Number of temporarily locked out IP addresses: "
msgstr ""
#: admin/wp-security-database-menu.php:29
#: admin/wp-security-database-menu.php:34
-#: classes/grade-system/wp-security-feature-item-manager.php:67
+#: classes/grade-system/wp-security-feature-item-manager.php:68
msgid "DB Backup"
msgstr ""
#: admin/wp-security-database-menu.php:33
-#: classes/grade-system/wp-security-feature-item-manager.php:65
+#: classes/grade-system/wp-security-feature-item-manager.php:66
msgid "DB Prefix"
msgstr ""
@@ -1374,10 +1236,7 @@ msgid "Nonce check failed for DB prefix change operation!"
msgstr ""
#: admin/wp-security-database-menu.php:105
-msgid ""
-"The plugin has detected that it cannot write to the wp-config.php file. This "
-"feature can only be used if the plugin can successfully write to the wp-"
-"config.php file."
+msgid "The plugin has detected that it cannot write to the wp-config.php file. This feature can only be used if the plugin can successfully write to the wp-config.php file."
msgstr ""
#: admin/wp-security-database-menu.php:118
@@ -1385,9 +1244,7 @@ msgid "Please enter a value for the DB prefix."
msgstr ""
#: admin/wp-security-database-menu.php:127
-msgid ""
-"ERROR : The table prefix can only contain numbers, letters, "
-"and underscores."
+msgid "ERROR : The table prefix can only contain numbers, letters, and underscores."
msgstr ""
#: admin/wp-security-database-menu.php:136
@@ -1395,28 +1252,19 @@ msgid "Change Database Prefix"
msgstr ""
#: admin/wp-security-database-menu.php:139
-msgid ""
-"Your WordPress DB is the most important asset of your website because it "
-"contains a lot of your site's precious information."
+msgid "Your WordPress DB is the most important asset of your website because it contains a lot of your site's precious information."
msgstr ""
#: admin/wp-security-database-menu.php:140
-msgid ""
-"The DB is also a target for hackers via methods such as SQL injections and "
-"malicious and automated code which targets certain tables."
+msgid "The DB is also a target for hackers via methods such as SQL injections and malicious and automated code which targets certain tables."
msgstr ""
#: admin/wp-security-database-menu.php:141
-msgid ""
-"One way to add a layer of protection for your DB is to change the default "
-"WordPress table prefix from \"wp_\" to something else which will be "
-"difficult for hackers to guess."
+msgid "One way to add a layer of protection for your DB is to change the default WordPress table prefix from \"wp_\" to something else which will be difficult for hackers to guess."
msgstr ""
#: admin/wp-security-database-menu.php:142
-msgid ""
-"This feature allows you to easily change the prefix to a value of your "
-"choice or to a random value set by this plugin."
+msgid "This feature allows you to easily change the prefix to a value of your choice or to a random value set by this plugin."
msgstr ""
#: admin/wp-security-database-menu.php:148
@@ -1424,7 +1272,6 @@ msgid "DB Prefix Options"
msgstr ""
#: admin/wp-security-database-menu.php:159
-#, php-format
msgid "It is recommended that you perform a %s before using this feature"
msgstr ""
@@ -1434,10 +1281,9 @@ msgstr ""
#: admin/wp-security-database-menu.php:174
msgid ""
-"Your site is currently using the default WordPress DB prefix value of \"wp_"
-"\". \n"
-" To increase your site's security you should "
-"consider changing the DB prefix value to another value."
+"Your site is currently using the default WordPress DB prefix value of \"wp_\".
+\n"
+" To increase your site's security you should consider changing the DB prefix value to another value."
msgstr ""
#: admin/wp-security-database-menu.php:181
@@ -1445,9 +1291,7 @@ msgid "Generate New DB Table Prefix"
msgstr ""
#: admin/wp-security-database-menu.php:184
-msgid ""
-"Check this if you want the plugin to generate a random 6 character string "
-"for the table prefix"
+msgid "Check this if you want the plugin to generate a random 6 character string for the table prefix"
msgstr ""
#: admin/wp-security-database-menu.php:185
@@ -1455,9 +1299,7 @@ msgid "OR"
msgstr ""
#: admin/wp-security-database-menu.php:187
-msgid ""
-"Choose your own DB prefix by specifying a string which contains letters and/"
-"or numbers and/or underscores. Example: xyz_"
+msgid "Choose your own DB prefix by specifying a string which contains letters and/or numbers and/or underscores. Example: xyz_"
msgstr ""
#: admin/wp-security-database-menu.php:191
@@ -1470,14 +1312,7 @@ msgid "Nonce check failed for manual DB backup operation!"
msgstr ""
#: admin/wp-security-database-menu.php:229
-msgid ""
-"DB Backup was successfully completed! You will receive the backup file via "
-"email if you have enabled \"Send Backup File Via Email\", otherwise you can "
-"retrieve it via FTP from the following directory:"
-msgstr ""
-
-#: admin/wp-security-database-menu.php:231
-msgid "Your DB Backup File location: "
+msgid "DB Backup was successfully completed! You will receive the backup file via email if you have enabled \"Send Backup File Via Email\", otherwise you can retrieve it via FTP from the following directory:"
msgstr ""
#: admin/wp-security-database-menu.php:238
@@ -1486,22 +1321,16 @@ msgstr ""
#: admin/wp-security-database-menu.php:255
#: admin/wp-security-filescan-menu.php:136
-msgid ""
-"You entered a non numeric value for the \"backup time interval\" field. It "
-"has been set to the default value."
+msgid "You entered a non numeric value for the \"backup time interval\" field. It has been set to the default value."
msgstr ""
#: admin/wp-security-database-menu.php:262
-msgid ""
-"You entered a non numeric value for the \"number of backup files to keep\" "
-"field. It has been set to the default value."
+msgid "You entered a non numeric value for the \"number of backup files to keep\" field. It has been set to the default value."
msgstr ""
#: admin/wp-security-database-menu.php:269
#: admin/wp-security-user-login-menu.php:121
-msgid ""
-"You have entered an incorrect email address format. It has been set to your "
-"WordPress admin email as default."
+msgid "You have entered an incorrect email address format. It has been set to your WordPress admin email as default."
msgstr ""
#: admin/wp-security-database-menu.php:302
@@ -1525,9 +1354,7 @@ msgid "Enable Automated Scheduled Backups"
msgstr ""
#: admin/wp-security-database-menu.php:328
-msgid ""
-"Check this if you want the system to automatically generate backups "
-"periodically based on the settings below"
+msgid "Check this if you want the system to automatically generate backups periodically based on the settings below"
msgstr ""
#: admin/wp-security-database-menu.php:332
@@ -1535,17 +1362,17 @@ msgid "Backup Time Interval"
msgstr ""
#: admin/wp-security-database-menu.php:335
-#: admin/wp-security-filescan-menu.php:288
+#: admin/wp-security-filescan-menu.php:302
msgid "Hours"
msgstr ""
#: admin/wp-security-database-menu.php:336
-#: admin/wp-security-filescan-menu.php:289
+#: admin/wp-security-filescan-menu.php:303
msgid "Days"
msgstr ""
#: admin/wp-security-database-menu.php:337
-#: admin/wp-security-filescan-menu.php:290
+#: admin/wp-security-filescan-menu.php:304
msgid "Weeks"
msgstr ""
@@ -1558,9 +1385,7 @@ msgid "Number of Backup Files To Keep"
msgstr ""
#: admin/wp-security-database-menu.php:345
-msgid ""
-"Thie field allows you to choose the number of backup files you would like to "
-"keep in the backup directory"
+msgid "Thie field allows you to choose the number of backup files you would like to keep in the backup directory"
msgstr ""
#: admin/wp-security-database-menu.php:349
@@ -1568,9 +1393,7 @@ msgid "Send Backup File Via Email"
msgstr ""
#: admin/wp-security-database-menu.php:352
-msgid ""
-"Check this if you want the system to email you the backup file after a DB "
-"backup has been performed"
+msgid "Check this if you want the system to email you the backup file after a DB backup has been performed"
msgstr ""
#: admin/wp-security-database-menu.php:354
@@ -1587,16 +1410,12 @@ msgid "Starting DB prefix change operations....."
msgstr ""
#: admin/wp-security-database-menu.php:391
-#, php-format
-msgid ""
-"Your WordPress system has a total of %s tables and your new DB prefix will "
-"be: %s"
+msgid "Your WordPress system has a total of %s tables and your new DB prefix will be: %s"
msgstr ""
-#: admin/wp-security-database-menu.php:397 classes/wp-security-utility.php:282
-msgid ""
-"Failed to make a backup of the wp-config.php file. This operation will not "
-"go ahead."
+#: admin/wp-security-database-menu.php:397
+#: classes/wp-security-utility.php:282
+msgid "Failed to make a backup of the wp-config.php file. This operation will not go ahead."
msgstr ""
#: admin/wp-security-database-menu.php:401
@@ -1604,17 +1423,14 @@ msgid "A backup copy of your wp-config.php file was created successfully!"
msgstr ""
#: admin/wp-security-database-menu.php:428
-#, php-format
msgid "%s table name update failed"
msgstr ""
#: admin/wp-security-database-menu.php:440
-#, php-format
msgid "Please change the prefix manually for the above tables to: %s"
msgstr ""
#: admin/wp-security-database-menu.php:443
-#, php-format
msgid "%s tables had their prefix updated successfully!"
msgstr ""
@@ -1623,66 +1439,51 @@ msgid "wp-config.php file was updated successfully!"
msgstr ""
#: admin/wp-security-database-menu.php:465
-#, php-format
msgid ""
-"The \"wp-config.php\" file was not able to be modified. Please modify this "
-"file manually using your favourite editor and search \n"
-" for variable \"$table_prefix\" and assign the following "
-"value to that variable: %s"
+"The \"wp-config.php\" file was not able to be modified. Please modify this file manually using your favourite editor and search
+\n"
+" for variable \"$table_prefix\" and assign the following value to that variable: %s"
msgstr ""
#: admin/wp-security-database-menu.php:477
#: admin/wp-security-database-menu.php:496
-#, php-format
msgid "Update of table %s failed: unable to change %s to %s"
msgstr ""
#: admin/wp-security-database-menu.php:481
-msgid ""
-"The options table records which had references to the old DB prefix were "
-"updated successfully!"
+msgid "The options table records which had references to the old DB prefix were updated successfully!"
msgstr ""
#: admin/wp-security-database-menu.php:500
-#, php-format
-msgid ""
-"The %s table records which had references to the old DB prefix were updated "
-"successfully!"
+msgid "The %s table records which had references to the old DB prefix were updated successfully!"
msgstr ""
#: admin/wp-security-database-menu.php:528
-#, php-format
-msgid ""
-"Error updating user_meta table where new meta_key = %s, old meta_key = %s "
-"and user_id = %s."
+msgid "Error updating user_meta table where new meta_key = %s, old meta_key = %s and user_id = %s."
msgstr ""
#: admin/wp-security-database-menu.php:533
-msgid ""
-"The usermeta table records which had references to the old DB prefix were "
-"updated successfully!"
+msgid "The usermeta table records which had references to the old DB prefix were updated successfully!"
msgstr ""
#: admin/wp-security-database-menu.php:535
msgid "DB prefix change tasks have been completed."
msgstr ""
-#: admin/wp-security-database-menu.php:578
+#: admin/wp-security-database-menu.php:579
msgid "Checking for MySQL tables of type \"view\"....."
msgstr ""
-#: admin/wp-security-database-menu.php:595
-#, php-format
+#: admin/wp-security-database-menu.php:596
msgid "Update of the following MySQL view definition failed: %s"
msgstr ""
-#: admin/wp-security-database-menu.php:602
-#, php-format
+#: admin/wp-security-database-menu.php:603
msgid "%s view definitions were updated successfully!"
msgstr ""
#: admin/wp-security-filescan-menu.php:26
-#: classes/grade-system/wp-security-feature-item-manager.php:114
+#: classes/grade-system/wp-security-feature-item-manager.php:115
msgid "File Change Detection"
msgstr ""
@@ -1699,10 +1500,7 @@ msgid "Nonce check failed for manual file change detection scan operation!"
msgstr ""
#: admin/wp-security-filescan-menu.php:113
-msgid ""
-"The plugin has detected that this is your first file change detection scan. "
-"The file details from this scan will be used to detect file changes for "
-"future scans!"
+msgid "The plugin has detected that this is your first file change detection scan. The file details from this scan will be used to detect file changes for future scans!"
msgstr ""
#: admin/wp-security-filescan-menu.php:115
@@ -1710,22 +1508,18 @@ msgid "Scan Complete - There were no file changes detected!"
msgstr ""
#: admin/wp-security-filescan-menu.php:170
-msgid ""
-"The following address was removed because it is not a valid email address: "
+msgid "The following address was removed because it is not a valid email address: "
msgstr ""
#: admin/wp-security-filescan-menu.php:210
msgid ""
-"NEW SCAN COMPLETED: The plugin has detected that you have made changes to "
-"the \"File Types To Ignore\" or \"Files To Ignore\" fields.\n"
-" In order to ensure that future scan results are "
-"accurate, the old scan data has been refreshed."
+"NEW SCAN COMPLETED: The plugin has detected that you have made changes to the \"File Types To Ignore\" or \"Files To Ignore\" fields.
+\n"
+" In order to ensure that future scan results are accurate, the old scan data has been refreshed."
msgstr ""
#: admin/wp-security-filescan-menu.php:220
-msgid ""
-"All In One WP Security & Firewall has detected that there was a change in "
-"your host's files."
+msgid "All In One WP Security & Firewall has detected that there was a change in your host's files."
msgstr ""
#: admin/wp-security-filescan-menu.php:222
@@ -1733,291 +1527,247 @@ msgid "View Scan Details & Clear This Message"
msgstr ""
#: admin/wp-security-filescan-menu.php:231
-msgid ""
-"If given an opportunity hackers can insert their code or files into your "
-"system which they can then use to carry out malicious acts on your site."
+msgid "If given an opportunity hackers can insert their code or files into your system which they can then use to carry out malicious acts on your site."
msgstr ""
#: admin/wp-security-filescan-menu.php:232
-msgid ""
-"Being informed of any changes in your files can be a good way to quickly "
-"prevent a hacker from causing damage to your website."
+msgid "Being informed of any changes in your files can be a good way to quickly prevent a hacker from causing damage to your website."
msgstr ""
#: admin/wp-security-filescan-menu.php:233
-msgid ""
-"In general, WordPress core and plugin files and file types such as \".php\" "
-"or \".js\" should not change often and when they do, it is important that "
-"you are made aware when a change occurs and which file was affected."
+msgid "In general, WordPress core and plugin files and file types such as \".php\" or \".js\" should not change often and when they do, it is important that you are made aware when a change occurs and which file was affected."
msgstr ""
#: admin/wp-security-filescan-menu.php:234
-msgid ""
-"The \"File Change Detection Feature\" will notify you of any file change "
-"which occurs on your system, including the addition and deletion of files by "
-"performing a regular automated or manual scan of your system's files."
+msgid "The \"File Change Detection Feature\" will notify you of any file change which occurs on your system, including the addition and deletion of files by performing a regular automated or manual scan of your system's files."
msgstr ""
#: admin/wp-security-filescan-menu.php:235
-msgid ""
-"This feature also allows you to exclude certain files or folders from the "
-"scan in cases where you know that they change often as part of their normal "
-"operation. (For example log files and certain caching plugin files may "
-"change often and hence you may choose to exclude such files from the file "
-"change detection scan)"
+msgid "This feature also allows you to exclude certain files or folders from the scan in cases where you know that they change often as part of their normal operation. (For example log files and certain caching plugin files may change often and hence you may choose to exclude such files from the file change detection scan)"
+msgstr ""
+
+#: admin/wp-security-filescan-menu.php:246
+msgid "It appears that your server is using an old PHP version which is missing the %s. The file scanner feature needs this class in order to work. If you would like to use this feature please upgrade your server PHP version to 5.3 or greater."
msgstr ""
-#: admin/wp-security-filescan-menu.php:240
+#: admin/wp-security-filescan-menu.php:254
msgid "Manual File Change Detection Scan"
msgstr ""
-#: admin/wp-security-filescan-menu.php:246
-msgid ""
-"To perform a manual file change detection scan click on the button below."
+#: admin/wp-security-filescan-menu.php:260
+msgid "To perform a manual file change detection scan click on the button below."
msgstr ""
-#: admin/wp-security-filescan-menu.php:249
+#: admin/wp-security-filescan-menu.php:263
msgid "Perform Scan Now"
msgstr ""
-#: admin/wp-security-filescan-menu.php:253
+#: admin/wp-security-filescan-menu.php:267
msgid "View Last Saved File Change Results"
msgstr ""
-#: admin/wp-security-filescan-menu.php:259
-msgid ""
-"Click the button below to view the saved file change results from the last "
-"scan."
+#: admin/wp-security-filescan-menu.php:273
+msgid "Click the button below to view the saved file change results from the last scan."
msgstr ""
-#: admin/wp-security-filescan-menu.php:262
+#: admin/wp-security-filescan-menu.php:276
msgid "View Last File Change"
msgstr ""
-#: admin/wp-security-filescan-menu.php:266
+#: admin/wp-security-filescan-menu.php:280
msgid "File Change Detection Settings"
msgstr ""
-#: admin/wp-security-filescan-menu.php:278
+#: admin/wp-security-filescan-menu.php:292
msgid "Enable Automated File Change Detection Scan"
msgstr ""
-#: admin/wp-security-filescan-menu.php:281
-msgid ""
-"Check this if you want the system to automatically/periodically scan your "
-"files to check for file changes based on the settings below"
+#: admin/wp-security-filescan-menu.php:295
+msgid "Check this if you want the system to automatically/periodically scan your files to check for file changes based on the settings below"
msgstr ""
-#: admin/wp-security-filescan-menu.php:285
+#: admin/wp-security-filescan-menu.php:299
msgid "Scan Time Interval"
msgstr ""
-#: admin/wp-security-filescan-menu.php:292
+#: admin/wp-security-filescan-menu.php:306
msgid "Set the value for how often you would like a scan to occur"
msgstr ""
-#: admin/wp-security-filescan-menu.php:296
+#: admin/wp-security-filescan-menu.php:310
msgid "File Types To Ignore"
msgstr ""
-#: admin/wp-security-filescan-menu.php:299
-msgid ""
-"Enter each file type or extension on a new line which you wish to exclude "
-"from the file change detection scan."
+#: admin/wp-security-filescan-menu.php:313
+msgid "Enter each file type or extension on a new line which you wish to exclude from the file change detection scan."
msgstr ""
-#: admin/wp-security-filescan-menu.php:303
-msgid ""
-"You can exclude file types from the scan which would not normally pose any "
-"security threat if they were changed. These can include things such as image "
-"files."
+#: admin/wp-security-filescan-menu.php:317
+msgid "You can exclude file types from the scan which would not normally pose any security threat if they were changed. These can include things such as image files."
msgstr ""
-#: admin/wp-security-filescan-menu.php:304
-msgid ""
-"Example: If you want the scanner to ignore files of type jpg, png, and bmp, "
-"then you would enter the following:"
+#: admin/wp-security-filescan-menu.php:318
+msgid "Example: If you want the scanner to ignore files of type jpg, png, and bmp, then you would enter the following:"
msgstr ""
-#: admin/wp-security-filescan-menu.php:305
+#: admin/wp-security-filescan-menu.php:319
msgid "jpg"
msgstr ""
-#: admin/wp-security-filescan-menu.php:306
+#: admin/wp-security-filescan-menu.php:320
msgid "png"
msgstr ""
-#: admin/wp-security-filescan-menu.php:307
+#: admin/wp-security-filescan-menu.php:321
msgid "bmp"
msgstr ""
-#: admin/wp-security-filescan-menu.php:313
+#: admin/wp-security-filescan-menu.php:327
msgid "Files/Directories To Ignore"
msgstr ""
-#: admin/wp-security-filescan-menu.php:316
-msgid ""
-"Enter each file or directory on a new line which you wish to exclude from "
-"the file change detection scan."
+#: admin/wp-security-filescan-menu.php:330
+msgid "Enter each file or directory on a new line which you wish to exclude from the file change detection scan."
msgstr ""
-#: admin/wp-security-filescan-menu.php:320
-msgid ""
-"You can exclude specific files/directories from the scan which would not "
-"normally pose any security threat if they were changed. These can include "
-"things such as log files."
+#: admin/wp-security-filescan-menu.php:334
+msgid "You can exclude specific files/directories from the scan which would not normally pose any security threat if they were changed. These can include things such as log files."
msgstr ""
-#: admin/wp-security-filescan-menu.php:321
-msgid ""
-"Example: If you want the scanner to ignore certain files in different "
-"directories or whole directories, then you would enter the following:"
+#: admin/wp-security-filescan-menu.php:335
+msgid "Example: If you want the scanner to ignore certain files in different directories or whole directories, then you would enter the following:"
msgstr ""
-#: admin/wp-security-filescan-menu.php:322
+#: admin/wp-security-filescan-menu.php:336
msgid "cache/config/master.php"
msgstr ""
-#: admin/wp-security-filescan-menu.php:323
+#: admin/wp-security-filescan-menu.php:337
msgid "somedirectory"
msgstr ""
-#: admin/wp-security-filescan-menu.php:329
+#: admin/wp-security-filescan-menu.php:343
msgid "Send Email When Change Detected"
msgstr ""
-#: admin/wp-security-filescan-menu.php:332
-msgid ""
-"Check this if you want the system to email you if a file change was detected"
+#: admin/wp-security-filescan-menu.php:346
+msgid "Check this if you want the system to email you if a file change was detected"
msgstr ""
-#: admin/wp-security-filescan-menu.php:336
+#: admin/wp-security-filescan-menu.php:350
msgid "Enter one or more email addresses on a new line."
msgstr ""
-#: admin/wp-security-filescan-menu.php:352
+#: admin/wp-security-filescan-menu.php:367
msgid "What is Malware?"
msgstr ""
-#: admin/wp-security-filescan-menu.php:353
-msgid ""
-"The word Malware stands for Malicious Software. It can consist of things "
-"like trojan horses, adware, worms, spyware and any other undesirable code "
-"which a hacker will try to inject into your website."
+#: admin/wp-security-filescan-menu.php:368
+msgid "The word Malware stands for Malicious Software. It can consist of things like trojan horses, adware, worms, spyware and any other undesirable code which a hacker will try to inject into your website."
msgstr ""
-#: admin/wp-security-filescan-menu.php:354
-msgid ""
-"Often when malware code has been inserted into your site you will normally "
-"not notice anything out of the ordinary based on appearances, but it can "
-"have a dramatic effect on your site's search ranking."
+#: admin/wp-security-filescan-menu.php:369
+msgid "Often when malware code has been inserted into your site you will normally not notice anything out of the ordinary based on appearances, but it can have a dramatic effect on your site's search ranking."
msgstr ""
-#: admin/wp-security-filescan-menu.php:355
-msgid ""
-"This is because the bots and spiders from search engines such as Google have "
-"the capability to detect malware when they are indexing the pages on your "
-"site, and consequently they can blacklist your website which will in turn "
-"affect your search rankings."
+#: admin/wp-security-filescan-menu.php:370
+msgid "This is because the bots and spiders from search engines such as Google have the capability to detect malware when they are indexing the pages on your site, and consequently they can blacklist your website which will in turn affect your search rankings."
+msgstr ""
+
+#: admin/wp-security-filescan-menu.php:372
+msgid "CLICK HERE"
msgstr ""
-#: admin/wp-security-filescan-menu.php:359
+#: admin/wp-security-filescan-menu.php:374
msgid "Scanning For Malware"
msgstr ""
-#: admin/wp-security-filescan-menu.php:360
-msgid ""
-"Due to the constantly changing and complex nature of Malware, scanning for "
-"such things using a standalone plugin will not work reliably. This is "
-"something best done via an external scan of your site regularly."
+#: admin/wp-security-filescan-menu.php:375
+msgid "Due to the constantly changing and complex nature of Malware, scanning for such things using a standalone plugin will not work reliably. This is something best done via an external scan of your site regularly."
msgstr ""
-#: admin/wp-security-filescan-menu.php:361
-msgid ""
-"This is why we have created an easy-to-use scanning service which is hosted "
-"off our own server which will scan your site for malware once every day and "
-"notify you if it finds anything."
+#: admin/wp-security-filescan-menu.php:376
+msgid "This is why we have created an easy-to-use scanning service which is hosted off our own server which will scan your site for malware once every day and notify you if it finds anything."
msgstr ""
-#: admin/wp-security-filescan-menu.php:362
+#: admin/wp-security-filescan-menu.php:377
msgid "When you sign up for this service you will get the following:"
msgstr ""
-#: admin/wp-security-filescan-menu.php:364
+#: admin/wp-security-filescan-menu.php:379
msgid "Automatic Daily Scan of 1 Website"
msgstr ""
-#: admin/wp-security-filescan-menu.php:365
+#: admin/wp-security-filescan-menu.php:380
msgid "Automatic Malware & Blacklist Monitoring"
msgstr ""
-#: admin/wp-security-filescan-menu.php:366
+#: admin/wp-security-filescan-menu.php:381
msgid "Automatic Email Alerting"
msgstr ""
-#: admin/wp-security-filescan-menu.php:367
+#: admin/wp-security-filescan-menu.php:382
msgid "Site uptime monitoring"
msgstr ""
-#: admin/wp-security-filescan-menu.php:368
+#: admin/wp-security-filescan-menu.php:383
msgid "Site response time monitoring"
msgstr ""
-#: admin/wp-security-filescan-menu.php:369
+#: admin/wp-security-filescan-menu.php:384
msgid "We provide advice for malware cleanup"
msgstr ""
-#: admin/wp-security-filescan-menu.php:370
+#: admin/wp-security-filescan-menu.php:385
msgid "Blacklist Removal"
msgstr ""
-#: admin/wp-security-filescan-menu.php:371
+#: admin/wp-security-filescan-menu.php:386
msgid "No Contract (Cancel Anytime)"
msgstr ""
-#: admin/wp-security-filescan-menu.php:373
-#, php-format
+#: admin/wp-security-filescan-menu.php:388
msgid "To learn more please %s."
msgstr ""
-#: admin/wp-security-filescan-menu.php:393
+#: admin/wp-security-filescan-menu.php:408
msgid "Latest File Change Scan Results"
msgstr ""
-#: admin/wp-security-filescan-menu.php:402
+#: admin/wp-security-filescan-menu.php:417
msgid "The following files were added to your host."
msgstr ""
-#: admin/wp-security-filescan-menu.php:405
-#: admin/wp-security-filescan-menu.php:426
-#: admin/wp-security-filescan-menu.php:450
+#: admin/wp-security-filescan-menu.php:420
+#: admin/wp-security-filescan-menu.php:441
+#: admin/wp-security-filescan-menu.php:465
#: admin/wp-security-settings-menu.php:31
#: admin/wp-security-settings-menu.php:32
msgid "File"
msgstr ""
-#: admin/wp-security-filescan-menu.php:406
-#: admin/wp-security-filescan-menu.php:427
-#: admin/wp-security-filescan-menu.php:451
+#: admin/wp-security-filescan-menu.php:421
+#: admin/wp-security-filescan-menu.php:442
+#: admin/wp-security-filescan-menu.php:466
msgid "File Size"
msgstr ""
-#: admin/wp-security-filescan-menu.php:407
-#: admin/wp-security-filescan-menu.php:428
-#: admin/wp-security-filescan-menu.php:452
+#: admin/wp-security-filescan-menu.php:422
+#: admin/wp-security-filescan-menu.php:443
+#: admin/wp-security-filescan-menu.php:467
msgid "File Modified"
msgstr ""
-#: admin/wp-security-filescan-menu.php:423
+#: admin/wp-security-filescan-menu.php:438
msgid "The following files were removed from your host."
msgstr ""
-#: admin/wp-security-filescan-menu.php:447
+#: admin/wp-security-filescan-menu.php:462
msgid "The following files were changed on your host."
msgstr ""
#: admin/wp-security-filesystem-menu.php:26
-#: classes/grade-system/wp-security-feature-item-manager.php:71
+#: classes/grade-system/wp-security-feature-item-manager.php:72
msgid "File Permissions"
msgstr ""
@@ -2034,12 +1784,10 @@ msgid "Host System Logs"
msgstr ""
#: admin/wp-security-filesystem-menu.php:97
-#, php-format
msgid "The permissions for %s were succesfully changed to %s"
msgstr ""
#: admin/wp-security-filesystem-menu.php:101
-#, php-format
msgid "Unable to change permissions for %s!"
msgstr ""
@@ -2048,29 +1796,19 @@ msgid "File Permissions Scan"
msgstr ""
#: admin/wp-security-filesystem-menu.php:110
-msgid ""
-"Your WordPress file and folder permission settings govern the accessability "
-"and read/write privileges of the files and folders which make up your WP "
-"installation."
+msgid "Your WordPress file and folder permission settings govern the accessability and read/write privileges of the files and folders which make up your WP installation."
msgstr ""
#: admin/wp-security-filesystem-menu.php:111
-msgid ""
-"Your WP installation already comes with reasonably secure file permission "
-"settings for the filesystem."
+msgid "Your WP installation already comes with reasonably secure file permission settings for the filesystem."
msgstr ""
#: admin/wp-security-filesystem-menu.php:112
-msgid ""
-"However, sometimes people or other plugins modify the various permission "
-"settings of certain core WP folders or files such that they end up making "
-"their site less secure because they chose the wrong permission values."
+msgid "However, sometimes people or other plugins modify the various permission settings of certain core WP folders or files such that they end up making their site less secure because they chose the wrong permission values."
msgstr ""
#: admin/wp-security-filesystem-menu.php:113
-msgid ""
-"This feature will scan the critical WP core folders and files and will "
-"highlight any permission settings which are insecure."
+msgid "This feature will scan the critical WP core folders and files and will highlight any permission settings which are insecure."
msgstr ""
#: admin/wp-security-filesystem-menu.php:121
@@ -2110,31 +1848,24 @@ msgid "Your PHP file editing settings were saved successfully."
msgstr ""
#: admin/wp-security-filesystem-menu.php:206
-msgid ""
-"Operation failed! Unable to modify or make a backup of wp-config.php file!"
+msgid "Operation failed! Unable to modify or make a backup of wp-config.php file!"
msgstr ""
#: admin/wp-security-filesystem-menu.php:219
-#: classes/grade-system/wp-security-feature-item-manager.php:73
+#: classes/grade-system/wp-security-feature-item-manager.php:74
msgid "File Editing"
msgstr ""
#: admin/wp-security-filesystem-menu.php:222
-msgid ""
-"The Wordpress Dashboard by default allows administrators to edit PHP files, "
-"such as plugin and theme files."
+msgid "The Wordpress Dashboard by default allows administrators to edit PHP files, such as plugin and theme files."
msgstr ""
#: admin/wp-security-filesystem-menu.php:223
-msgid ""
-"This is often the first tool an attacker will use if able to login, since it "
-"allows code execution."
+msgid "This is often the first tool an attacker will use if able to login, since it allows code execution."
msgstr ""
#: admin/wp-security-filesystem-menu.php:224
-msgid ""
-"This feature will disable the ability for people to edit PHP files via the "
-"dashboard."
+msgid "This feature will disable the ability for people to edit PHP files via the dashboard."
msgstr ""
#: admin/wp-security-filesystem-menu.php:230
@@ -2146,15 +1877,11 @@ msgid "Disable Ability To Edit PHP Files"
msgstr ""
#: admin/wp-security-filesystem-menu.php:245
-msgid ""
-"Check this if you want to remove the ability for people to edit PHP files "
-"via the WP dashboard"
+msgid "Check this if you want to remove the ability for people to edit PHP files via the WP dashboard"
msgstr ""
#: admin/wp-security-filesystem-menu.php:289
-msgid ""
-"You have successfully saved the Prevent Access to Default WP Files "
-"configuration."
+msgid "You have successfully saved the Prevent Access to Default WP Files configuration."
msgstr ""
#: admin/wp-security-filesystem-menu.php:298
@@ -2162,16 +1889,11 @@ msgid "WordPress Files"
msgstr ""
#: admin/wp-security-filesystem-menu.php:301
-#, php-format
-msgid ""
-"This feature allows you to prevent access to files such as %s, %s and %s "
-"which are delivered with all WP installations."
+msgid "This feature allows you to prevent access to files such as %s, %s and %s which are delivered with all WP installations."
msgstr ""
#: admin/wp-security-filesystem-menu.php:302
-msgid ""
-"By preventing access to these files you are hiding some key pieces of "
-"information (such as WordPress version info) from potential hackers."
+msgid "By preventing access to these files you are hiding some key pieces of information (such as WordPress version info) from potential hackers."
msgstr ""
#: admin/wp-security-filesystem-menu.php:307
@@ -2183,9 +1905,7 @@ msgid "Prevent Access to WP Default Install Files"
msgstr ""
#: admin/wp-security-filesystem-menu.php:321
-msgid ""
-"Check this if you want to prevent access to readme.html, license.txt and wp-"
-"config-sample.php."
+msgid "Check this if you want to prevent access to readme.html, license.txt and wp-config-sample.php."
msgstr ""
#: admin/wp-security-filesystem-menu.php:325
@@ -2197,29 +1917,25 @@ msgid "System Logs"
msgstr ""
#: admin/wp-security-filesystem-menu.php:352
-msgid ""
-"Sometimes your hosting platform will produce error or warning logs in a file "
-"called \"error_log\"."
+msgid "Sometimes your hosting platform will produce error or warning logs in a file called \"error_log\"."
msgstr ""
#: admin/wp-security-filesystem-menu.php:353
-msgid ""
-"Depending on the nature and cause of the error or warning, your hosting "
-"server can create multiple instances of this file in numerous directory "
-"locations of your WordPress installation."
+msgid "Depending on the nature and cause of the error or warning, your hosting server can create multiple instances of this file in numerous directory locations of your WordPress installation."
msgstr ""
#: admin/wp-security-filesystem-menu.php:354
-msgid ""
-"By occassionally viewing the contents of these logs files you can keep "
-"informed of any underlying problems on your system which you might need to "
-"address."
+msgid "By occassionally viewing the contents of these logs files you can keep informed of any underlying problems on your system which you might need to address."
msgstr ""
#: admin/wp-security-filesystem-menu.php:360
msgid "View System Logs"
msgstr ""
+#: admin/wp-security-filesystem-menu.php:362
+msgid "Please click the button below to view the latest system logs"
+msgstr ""
+
#: admin/wp-security-filesystem-menu.php:365
msgid "Enter System Log File Name"
msgstr ""
@@ -2249,7 +1965,6 @@ msgid "No Action Required"
msgstr ""
#: admin/wp-security-filesystem-menu.php:488
-#, php-format
msgid "Showing latest entries of error_log file: %s"
msgstr ""
@@ -2282,8 +1997,10 @@ msgid "Custom Rules"
msgstr ""
#: admin/wp-security-firewall-menu.php:120
-#: admin/wp-security-firewall-menu.php:742 admin/wp-security-spam-menu.php:110
-#: admin/wp-security-spam-menu.php:453 admin/wp-security-spam-menu.php:515
+#: admin/wp-security-firewall-menu.php:742
+#: admin/wp-security-spam-menu.php:110
+#: admin/wp-security-spam-menu.php:454
+#: admin/wp-security-spam-menu.php:516
#: admin/wp-security-user-registration-menu.php:102
msgid "Settings were successfully saved"
msgstr ""
@@ -2294,41 +2011,27 @@ msgid "Firewall Settings"
msgstr ""
#: admin/wp-security-firewall-menu.php:136
-#, php-format
-msgid ""
-"This should not have any impact on your site's general functionality but if "
-"you wish you can take a %s of your .htaccess file before proceeding."
+msgid "This should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
msgstr ""
#: admin/wp-security-firewall-menu.php:137
-msgid ""
-"The features in this tab allow you to activate some basic firewall security "
-"protection rules for your site."
+msgid "The features in this tab allow you to activate some basic firewall security protection rules for your site."
msgstr ""
#: admin/wp-security-firewall-menu.php:138
-msgid ""
-"The firewall functionality is achieved via the insertion of special code "
-"into your currently active .htaccess file."
+msgid "The firewall functionality is achieved via the insertion of special code into your currently active .htaccess file."
msgstr ""
#: admin/wp-security-firewall-menu.php:149
-msgid ""
-"Attention: You have enabled the \"Completely Block Access To XMLRPC\" "
-"checkbox which means all XMLRPC functionality will be blocked."
+msgid "Attention: You have enabled the \"Completely Block Access To XMLRPC\" checkbox which means all XMLRPC functionality will be blocked."
msgstr ""
#: admin/wp-security-firewall-menu.php:150
-msgid ""
-"By leaving this feature enabled you will prevent Jetpack or Wordpress iOS or "
-"other apps which need XMLRPC from working correctly on your site."
+msgid "By leaving this feature enabled you will prevent Jetpack or Wordpress iOS or other apps which need XMLRPC from working correctly on your site."
msgstr ""
#: admin/wp-security-firewall-menu.php:151
-msgid ""
-"If you still need XMLRPC then uncheck the \"Completely Block Access To XMLRPC"
-"\" checkbox and enable only the \"Disable Pingback Functionality From XMLRPC"
-"\" checkbox."
+msgid "If you still need XMLRPC then uncheck the \"Completely Block Access To XMLRPC\" checkbox and enable only the \"Disable Pingback Functionality From XMLRPC\" checkbox."
msgstr ""
#: admin/wp-security-firewall-menu.php:161
@@ -2344,9 +2047,7 @@ msgid "Check this if you want to apply basic firewall protection to your site."
msgstr ""
#: admin/wp-security-firewall-menu.php:176
-msgid ""
-"This setting will implement the following basic firewall protection "
-"mechanisms on your site:"
+msgid "This setting will implement the following basic firewall protection mechanisms on your site:"
msgstr ""
#: admin/wp-security-firewall-menu.php:177
@@ -2366,15 +2067,11 @@ msgid "4) Protect your wp-config.php file by denying access to it."
msgstr ""
#: admin/wp-security-firewall-menu.php:181
-msgid ""
-"The above firewall features will be applied via your .htaccess file and "
-"should not affect your site's overall functionality."
+msgid "The above firewall features will be applied via your .htaccess file and should not affect your site's overall functionality."
msgstr ""
#: admin/wp-security-firewall-menu.php:182
-msgid ""
-"You are still advised to take a backup of your active .htaccess file just in "
-"case."
+msgid "You are still advised to take a backup of your active .htaccess file just in case."
msgstr ""
#: admin/wp-security-firewall-menu.php:191
@@ -2386,22 +2083,15 @@ msgid "Completely Block Access To XMLRPC"
msgstr ""
#: admin/wp-security-firewall-menu.php:202
-msgid ""
-"Check this if you are not using the WP XML-RPC functionality and you want to "
-"completely block external access to XMLRPC."
+msgid "Check this if you are not using the WP XML-RPC functionality and you want to completely block external access to XMLRPC."
msgstr ""
#: admin/wp-security-firewall-menu.php:206
-msgid ""
-"This setting will add a directive in your .htaccess to disable access to the "
-"WordPress xmlrpc.php file which is responsible for the XML-RPC functionality "
-"in WordPress."
+msgid "This setting will add a directive in your .htaccess to disable access to the WordPress xmlrpc.php file which is responsible for the XML-RPC functionality in WordPress."
msgstr ""
#: admin/wp-security-firewall-menu.php:207
-msgid ""
-"Hackers can exploit various vulnerabilities in the WordPress XML-RPC API in "
-"a number of ways such as:"
+msgid "Hackers can exploit various vulnerabilities in the WordPress XML-RPC API in a number of ways such as:"
msgstr ""
#: admin/wp-security-firewall-menu.php:208
@@ -2417,22 +2107,15 @@ msgid "3) Scanning ports in internal networks to get info from various hosts."
msgstr ""
#: admin/wp-security-firewall-menu.php:211
-msgid ""
-"Apart from the security protection benefit, this feature may also help "
-"reduce load on your server, particularly if your site currently has a lot of "
-"unwanted traffic hitting the XML-RPC API on your installation."
+msgid "Apart from the security protection benefit, this feature may also help reduce load on your server, particularly if your site currently has a lot of unwanted traffic hitting the XML-RPC API on your installation."
msgstr ""
#: admin/wp-security-firewall-menu.php:212
-msgid ""
-"NOTE: You should only enable this feature if you are not currently using the "
-"XML-RPC functionality on your WordPress installation."
+msgid "NOTE: You should only enable this feature if you are not currently using the XML-RPC functionality on your WordPress installation."
msgstr ""
#: admin/wp-security-firewall-menu.php:213
-msgid ""
-"Leave this feature disabled and use the feature below if you want pingback "
-"protection but you still need XMLRPC."
+msgid "Leave this feature disabled and use the feature below if you want pingback protection but you still need XMLRPC."
msgstr ""
#: admin/wp-security-firewall-menu.php:219
@@ -2440,28 +2123,19 @@ msgid "Disable Pingback Functionality From XMLRPC"
msgstr ""
#: admin/wp-security-firewall-menu.php:222
-msgid ""
-"If you use Jetpack or WP iOS or other apps which need WP XML-RPC "
-"functionality then check this. This will enable protection against WordPress "
-"pingback vulnerabilities."
+msgid "If you use Jetpack or WP iOS or other apps which need WP XML-RPC functionality then check this. This will enable protection against WordPress pingback vulnerabilities."
msgstr ""
#: admin/wp-security-firewall-menu.php:226
-msgid ""
-"NOTE: If you use Jetpack or the Wordpress iOS or other apps then you should "
-"enable this feature but leave the \"Completely Block Access To XMLRPC\" "
-"checkbox unchecked."
+msgid "NOTE: If you use Jetpack or the Wordpress iOS or other apps then you should enable this feature but leave the \"Completely Block Access To XMLRPC\" checkbox unchecked."
msgstr ""
#: admin/wp-security-firewall-menu.php:227
-msgid ""
-"The feature will still allow XMLRPC functionality on your site but will "
-"disable the pingback methods."
+msgid "The feature will still allow XMLRPC functionality on your site but will disable the pingback methods."
msgstr ""
#: admin/wp-security-firewall-menu.php:228
-msgid ""
-"This feature will also remove the \"X-Pingback\" header if it is present."
+msgid "This feature will also remove the \"X-Pingback\" header if it is present."
msgstr ""
#: admin/wp-security-firewall-menu.php:237
@@ -2473,21 +2147,15 @@ msgid "Block Access to debug.log File"
msgstr ""
#: admin/wp-security-firewall-menu.php:248
-msgid ""
-"Check this if you want to block access to the debug.log file that WordPress "
-"creates when debug logging is enabled."
+msgid "Check this if you want to block access to the debug.log file that WordPress creates when debug logging is enabled."
msgstr ""
#: admin/wp-security-firewall-menu.php:252
-msgid ""
-"WordPress has an option to turn on the debug logging to a file located in wp-"
-"content/debug.log. This file may contain sensitive information."
+msgid "WordPress has an option to turn on the debug logging to a file located in wp-content/debug.log. This file may contain sensitive information."
msgstr ""
#: admin/wp-security-firewall-menu.php:253
-msgid ""
-"Using this optoin will block external access to this file. You can still "
-"access this file by logging into your site via FTP"
+msgid "Using this optoin will block external access to this file. You can still access this file by logging into your site via FTP"
msgstr ""
#: admin/wp-security-firewall-menu.php:261
@@ -2495,8 +2163,7 @@ msgid "Save Basic Firewall Settings"
msgstr ""
#: admin/wp-security-firewall-menu.php:333
-msgid ""
-"You have successfully saved the Additional Firewall Protection configuration"
+msgid "You have successfully saved the Additional Firewall Protection configuration"
msgstr ""
#: admin/wp-security-firewall-menu.php:347
@@ -2504,24 +2171,15 @@ msgid "Additional Firewall Protection"
msgstr ""
#: admin/wp-security-firewall-menu.php:351
-#, php-format
-msgid ""
-"Due to the nature of the code being inserted to the .htaccess file, this "
-"feature may break some functionality for certain plugins and you are "
-"therefore advised to take a %s of .htaccess before applying this "
-"configuration."
+msgid "Due to the nature of the code being inserted to the .htaccess file, this feature may break some functionality for certain plugins and you are therefore advised to take a %s of .htaccess before applying this configuration."
msgstr ""
#: admin/wp-security-firewall-menu.php:353
-msgid ""
-"This feature allows you to activate more advanced firewall settings to your "
-"site."
+msgid "This feature allows you to activate more advanced firewall settings to your site."
msgstr ""
#: admin/wp-security-firewall-menu.php:354
-msgid ""
-"The advanced firewall rules are applied via the insertion of special code to "
-"your currently active .htaccess file."
+msgid "The advanced firewall rules are applied via the insertion of special code to your currently active .htaccess file."
msgstr ""
#: admin/wp-security-firewall-menu.php:363
@@ -2529,7 +2187,7 @@ msgid "Listing of Directory Contents"
msgstr ""
#: admin/wp-security-firewall-menu.php:372
-#: classes/grade-system/wp-security-feature-item-manager.php:96
+#: classes/grade-system/wp-security-feature-item-manager.php:97
msgid "Disable Index Views"
msgstr ""
@@ -2538,9 +2196,7 @@ msgid "Check this if you want to disable directory and file listing."
msgstr ""
#: admin/wp-security-firewall-menu.php:380
-msgid ""
-"By default, an Apache server will allow the listing of the contents of a "
-"directory if it doesn't contain an index.php file."
+msgid "By default, an Apache server will allow the listing of the contents of a directory if it doesn't contain an index.php file."
msgstr ""
#: admin/wp-security-firewall-menu.php:382
@@ -2548,10 +2204,7 @@ msgid "This feature will prevent the listing of contents for all directories."
msgstr ""
#: admin/wp-security-firewall-menu.php:384
-msgid ""
-"NOTE: In order for this feature to work \"AllowOverride\" of the Indexes "
-"directive must be enabled in your httpd.conf file. Ask your hosting provider "
-"to check this if you don't have access to httpd.conf"
+msgid "NOTE: In order for this feature to work \"AllowOverride\" of the Indexes directive must be enabled in your httpd.conf file. Ask your hosting provider to check this if you don't have access to httpd.conf"
msgstr ""
#: admin/wp-security-firewall-menu.php:393
@@ -2559,7 +2212,7 @@ msgid "Trace and Track"
msgstr ""
#: admin/wp-security-firewall-menu.php:402
-#: classes/grade-system/wp-security-feature-item-manager.php:97
+#: classes/grade-system/wp-security-feature-item-manager.php:98
msgid "Disable Trace and Track"
msgstr ""
@@ -2568,20 +2221,15 @@ msgid "Check this if you want to disable trace and track."
msgstr ""
#: admin/wp-security-firewall-menu.php:410
-msgid ""
-"HTTP Trace attack (XST) can be used to return header requests and grab "
-"cookies and other information."
+msgid "HTTP Trace attack (XST) can be used to return header requests and grab cookies and other information."
msgstr ""
#: admin/wp-security-firewall-menu.php:412
-msgid ""
-"This hacking technique is usually used together with cross site scripting "
-"attacks (XSS)."
+msgid "This hacking technique is usually used together with cross site scripting attacks (XSS)."
msgstr ""
#: admin/wp-security-firewall-menu.php:414
-msgid ""
-"Disabling trace and track on your site will help prevent HTTP Trace attacks."
+msgid "Disabling trace and track on your site will help prevent HTTP Trace attacks."
msgstr ""
#: admin/wp-security-firewall-menu.php:423
@@ -2597,15 +2245,11 @@ msgid "Check this if you want to forbid proxy comment posting."
msgstr ""
#: admin/wp-security-firewall-menu.php:441
-msgid ""
-"This setting will deny any requests that use a proxy server when posting "
-"comments."
+msgid "This setting will deny any requests that use a proxy server when posting comments."
msgstr ""
#: admin/wp-security-firewall-menu.php:442
-msgid ""
-"By forbidding proxy comments you are in effect eliminating some SPAM and "
-"other proxy requests."
+msgid "By forbidding proxy comments you are in effect eliminating some SPAM and other proxy requests."
msgstr ""
#: admin/wp-security-firewall-menu.php:451
@@ -2621,26 +2265,20 @@ msgid "This will help protect you against malicious queries via XSS."
msgstr ""
#: admin/wp-security-firewall-menu.php:469
-msgid ""
-"This feature will write rules in your .htaccess file to prevent malicious "
-"string attacks on your site using XSS."
+msgid "This feature will write rules in your .htaccess file to prevent malicious string attacks on your site using XSS."
msgstr ""
#: admin/wp-security-firewall-menu.php:470
-msgid ""
-"NOTE: Some of these strings might be used for plugins or themes and hence "
-"this might break some functionality."
+msgid "NOTE: Some of these strings might be used for plugins or themes and hence this might break some functionality."
msgstr ""
#: admin/wp-security-firewall-menu.php:471
#: admin/wp-security-firewall-menu.php:501
-msgid ""
-"You are therefore strongly advised to take a backup of your active .htaccess "
-"file before applying this feature."
+msgid "You are therefore strongly advised to take a backup of your active .htaccess file before applying this feature."
msgstr ""
#: admin/wp-security-firewall-menu.php:480
-#: classes/grade-system/wp-security-feature-item-manager.php:100
+#: classes/grade-system/wp-security-feature-item-manager.php:101
msgid "Advanced Character String Filter"
msgstr ""
@@ -2653,15 +2291,11 @@ msgid "This will block bad character matches from XSS."
msgstr ""
#: admin/wp-security-firewall-menu.php:498
-msgid ""
-"This is an advanced character string filter to prevent malicious string "
-"attacks on your site coming from Cross Site Scripting (XSS)."
+msgid "This is an advanced character string filter to prevent malicious string attacks on your site coming from Cross Site Scripting (XSS)."
msgstr ""
#: admin/wp-security-firewall-menu.php:499
-msgid ""
-"This setting matches for common malicious string patterns and exploits and "
-"will produce a 403 error for the hacker attempting the query."
+msgid "This setting matches for common malicious string patterns and exploits and will produce a 403 error for the hacker attempting the query."
msgstr ""
#: admin/wp-security-firewall-menu.php:500
@@ -2677,38 +2311,23 @@ msgid "You have successfully saved the 5G/6G Firewall Protection configuration"
msgstr ""
#: admin/wp-security-firewall-menu.php:567
-#, php-format
-msgid ""
-"This feature allows you to activate the %s (or legacy %s) firewall security "
-"protection rules designed and produced by %s."
+msgid "This feature allows you to activate the %s (or legacy %s) firewall security protection rules designed and produced by %s."
msgstr ""
#: admin/wp-security-firewall-menu.php:568
-msgid ""
-"The 6G Blacklist is updated and improved version of 5G Blacklist. If you "
-"have 5G Blacklist active, you might consider activating 6G Blacklist instead."
+msgid "The 6G Blacklist is updated and improved version of 5G Blacklist. If you have 5G Blacklist active, you might consider activating 6G Blacklist instead."
msgstr ""
#: admin/wp-security-firewall-menu.php:569
-msgid ""
-"The 6G Blacklist is a simple, flexible blacklist that helps reduce the "
-"number of malicious URL requests that hit your website."
+msgid "The 6G Blacklist is a simple, flexible blacklist that helps reduce the number of malicious URL requests that hit your website."
msgstr ""
#: admin/wp-security-firewall-menu.php:570
-msgid ""
-"The added advantage of applying the 6G firewall to your site is that it has "
-"been tested and confirmed by the people at PerishablePress.com to be an "
-"optimal and least disruptive set of .htaccess security rules for general WP "
-"sites running on an Apache server or similar."
+msgid "The added advantage of applying the 6G firewall to your site is that it has been tested and confirmed by the people at PerishablePress.com to be an optimal and least disruptive set of .htaccess security rules for general WP sites running on an Apache server or similar."
msgstr ""
#: admin/wp-security-firewall-menu.php:571
-#, php-format
-msgid ""
-"Therefore the 6G firewall rules should not have any impact on your site's "
-"general functionality but if you wish you can take a %s of your .htaccess "
-"file before proceeding."
+msgid "Therefore the 6G firewall rules should not have any impact on your site's general functionality but if you wish you can take a %s of your .htaccess file before proceeding."
msgstr ""
#: admin/wp-security-firewall-menu.php:577
@@ -2720,15 +2339,11 @@ msgid "Enable 6G Firewall Protection"
msgstr ""
#: admin/wp-security-firewall-menu.php:592
-msgid ""
-"Check this if you want to apply the 6G Blacklist firewall protection from "
-"perishablepress.com to your site."
+msgid "Check this if you want to apply the 6G Blacklist firewall protection from perishablepress.com to your site."
msgstr ""
#: admin/wp-security-firewall-menu.php:596
-msgid ""
-"This setting will implement the 6G security firewall protection mechanisms "
-"on your site which include the following things:"
+msgid "This setting will implement the 6G security firewall protection mechanisms on your site which include the following things:"
msgstr ""
#: admin/wp-security-firewall-menu.php:597
@@ -2743,16 +2358,12 @@ msgstr ""
#: admin/wp-security-firewall-menu.php:599
#: admin/wp-security-firewall-menu.php:617
-msgid ""
-"3) Guard against the common patterns and specific exploits in the root "
-"portion of targeted URLs."
+msgid "3) Guard against the common patterns and specific exploits in the root portion of targeted URLs."
msgstr ""
#: admin/wp-security-firewall-menu.php:600
#: admin/wp-security-firewall-menu.php:618
-msgid ""
-"4) Stop attackers from manipulating query strings by disallowing illicit "
-"characters."
+msgid "4) Stop attackers from manipulating query strings by disallowing illicit characters."
msgstr ""
#: admin/wp-security-firewall-menu.php:601
@@ -2765,15 +2376,11 @@ msgid "Enable legacy 5G Firewall Protection"
msgstr ""
#: admin/wp-security-firewall-menu.php:610
-msgid ""
-"Check this if you want to apply the 5G Blacklist firewall protection from "
-"perishablepress.com to your site."
+msgid "Check this if you want to apply the 5G Blacklist firewall protection from perishablepress.com to your site."
msgstr ""
#: admin/wp-security-firewall-menu.php:614
-msgid ""
-"This setting will implement the 5G security firewall protection mechanisms "
-"on your site which include the following things:"
+msgid "This setting will implement the 5G security firewall protection mechanisms on your site which include the following things:"
msgstr ""
#: admin/wp-security-firewall-menu.php:625
@@ -2788,68 +2395,49 @@ msgstr ""
msgid "Internet Bot Settings"
msgstr ""
+#: admin/wp-security-firewall-menu.php:666
+msgid "What is an Internet Bot"
+msgstr ""
+
#: admin/wp-security-firewall-menu.php:667
-#, php-format
msgid "%s?"
msgstr ""
#: admin/wp-security-firewall-menu.php:669
-msgid ""
-"A bot is a piece of software which runs on the Internet and performs "
-"automatic tasks. For example when Google indexes your pages it uses "
-"automatic bots to achieve this task."
+msgid "A bot is a piece of software which runs on the Internet and performs automatic tasks. For example when Google indexes your pages it uses automatic bots to achieve this task."
msgstr ""
#: admin/wp-security-firewall-menu.php:670
-msgid ""
-"A lot of bots are legitimate and non-malicous but not all bots are good and "
-"often you will find some which try to impersonate legitimate bots such as "
-"\"Googlebot\" but in reality they have nohing to do with Google at all."
+msgid "A lot of bots are legitimate and non-malicous but not all bots are good and often you will find some which try to impersonate legitimate bots such as \"Googlebot\" but in reality they have nohing to do with Google at all."
msgstr ""
#: admin/wp-security-firewall-menu.php:671
-msgid ""
-"Although most of the bots out there are relatively harmless sometimes "
-"website owners want to have more control over which bots they allow into "
-"their site."
+msgid "Although most of the bots out there are relatively harmless sometimes website owners want to have more control over which bots they allow into their site."
msgstr ""
#: admin/wp-security-firewall-menu.php:672
-msgid ""
-"This feature allows you to block bots which are impersonating as a Googlebot "
-"but actually aren't. (In other words they are fake Google bots)"
+msgid "This feature allows you to block bots which are impersonating as a Googlebot but actually aren't. (In other words they are fake Google bots)"
msgstr ""
#: admin/wp-security-firewall-menu.php:673
-msgid ""
-"Googlebots have a unique indentity which cannot easily be forged and this "
-"feature will indentify any fake Google bots and block them from reading your "
-"site's pages."
+msgid "Googlebots have a unique indentity which cannot easily be forged and this feature will indentify any fake Google bots and block them from reading your site's pages."
msgstr ""
#: admin/wp-security-firewall-menu.php:679
-msgid ""
-"Attention : Sometimes non-malicious Internet organizations "
-"might have bots which impersonate as a \"Googlebot\"."
+msgid "Attention : Sometimes non-malicious Internet organizations might have bots which impersonate as a \"Googlebot\"."
msgstr ""
#: admin/wp-security-firewall-menu.php:680
-msgid ""
-"Just be aware that if you activate this feature the plugin will block all "
-"bots which use the \"Googlebot\" string in their User Agent information but "
-"are NOT officially from Google (irrespective whether they are malicious or "
-"not)."
+msgid "Just be aware that if you activate this feature the plugin will block all bots which use the \"Googlebot\" string in their User Agent information but are NOT officially from Google (irrespective whether they are malicious or not)."
msgstr ""
#: admin/wp-security-firewall-menu.php:681
-msgid ""
-"All other bots from other organizations such as \"Yahoo\", \"Bing\" etc will "
-"not be affected by this feature."
+msgid "All other bots from other organizations such as \"Yahoo\", \"Bing\" etc will not be affected by this feature."
msgstr ""
#: admin/wp-security-firewall-menu.php:687
#: admin/wp-security-firewall-menu.php:697
-#: classes/grade-system/wp-security-feature-item-manager.php:102
+#: classes/grade-system/wp-security-feature-item-manager.php:103
msgid "Block Fake Googlebots"
msgstr ""
@@ -2858,21 +2446,15 @@ msgid "Check this if you want to block all fake Googlebots."
msgstr ""
#: admin/wp-security-firewall-menu.php:704
-msgid ""
-"This feature will check if the User Agent information of a bot contains the "
-"string \"Googlebot\"."
+msgid "This feature will check if the User Agent information of a bot contains the string \"Googlebot\"."
msgstr ""
#: admin/wp-security-firewall-menu.php:705
-msgid ""
-"It will then perform a few tests to verify if the bot is legitimately from "
-"Google and if so it will allow the bot to proceed."
+msgid "It will then perform a few tests to verify if the bot is legitimately from Google and if so it will allow the bot to proceed."
msgstr ""
#: admin/wp-security-firewall-menu.php:706
-msgid ""
-"If the bot fails the checks then the plugin will mark it as being a fake "
-"Googlebot and it will block it"
+msgid "If the bot fails the checks then the plugin will mark it as being a fake Googlebot and it will block it"
msgstr ""
#: admin/wp-security-firewall-menu.php:713
@@ -2886,24 +2468,15 @@ msgid "Prevent Image Hotlinking"
msgstr ""
#: admin/wp-security-firewall-menu.php:753
-msgid ""
-"A Hotlink is where someone displays an image on their site which is actually "
-"located on your site by using a direct link to the source of the image on "
-"your server."
+msgid "A Hotlink is where someone displays an image on their site which is actually located on your site by using a direct link to the source of the image on your server."
msgstr ""
#: admin/wp-security-firewall-menu.php:754
-msgid ""
-"Due to the fact that the image being displayed on the other person's site is "
-"coming from your server, this can cause leaking of bandwidth and resources "
-"for you because your server has to present this image for the people viewing "
-"it on someone elses's site."
+msgid "Due to the fact that the image being displayed on the other person's site is coming from your server, this can cause leaking of bandwidth and resources for you because your server has to present this image for the people viewing it on someone elses's site."
msgstr ""
#: admin/wp-security-firewall-menu.php:755
-msgid ""
-"This feature will prevent people from directly hotlinking images from your "
-"site's pages by writing some directives in your .htaccess file."
+msgid "This feature will prevent people from directly hotlinking images from your site's pages by writing some directives in your .htaccess file."
msgstr ""
#: admin/wp-security-firewall-menu.php:760
@@ -2928,15 +2501,11 @@ msgstr ""
#: admin/wp-security-firewall-menu.php:834
#: admin/wp-security-user-login-menu.php:114
-msgid ""
-"You entered a non numeric value for the lockout time length field. It has "
-"been set to the default value."
+msgid "You entered a non numeric value for the lockout time length field. It has been set to the default value."
msgstr ""
#: admin/wp-security-firewall-menu.php:840
-msgid ""
-"You entered an incorrect format for the \"Redirect URL\" field. It has been "
-"set to the default value."
+msgid "You entered an incorrect format for the \"Redirect URL\" field. It has been set to the default value."
msgstr ""
#: admin/wp-security-firewall-menu.php:875
@@ -2944,48 +2513,31 @@ msgid "404 Detection Configuration"
msgstr ""
#: admin/wp-security-firewall-menu.php:878
-msgid ""
-"A 404 or Not Found error occurs when somebody tries to access a non-existent "
-"page on your website."
+msgid "A 404 or Not Found error occurs when somebody tries to access a non-existent page on your website."
msgstr ""
#: admin/wp-security-firewall-menu.php:879
-msgid ""
-"Typically, most 404 errors happen quite innocently when people have mis-"
-"typed a URL or used an old link to page which doesn't exist anymore."
+msgid "Typically, most 404 errors happen quite innocently when people have mis-typed a URL or used an old link to page which doesn't exist anymore."
msgstr ""
#: admin/wp-security-firewall-menu.php:880
-msgid ""
-"However, in some cases you may find many repeated 404 errors which occur in "
-"a relatively short space of time and from the same IP address which are all "
-"attempting to access a variety of non-existent page URLs."
+msgid "However, in some cases you may find many repeated 404 errors which occur in a relatively short space of time and from the same IP address which are all attempting to access a variety of non-existent page URLs."
msgstr ""
#: admin/wp-security-firewall-menu.php:881
-msgid ""
-"Such behaviour can mean that a hacker might be trying to find a particular "
-"page or URL for sinister reasons."
+msgid "Such behaviour can mean that a hacker might be trying to find a particular page or URL for sinister reasons."
msgstr ""
#: admin/wp-security-firewall-menu.php:882
-msgid ""
-"This feature allows you to monitor all 404 events which occur on your site, "
-"and it also gives you the option of blocking IP addresses for a configured "
-"length of time."
+msgid "This feature allows you to monitor all 404 events which occur on your site, and it also gives you the option of blocking IP addresses for a configured length of time."
msgstr ""
#: admin/wp-security-firewall-menu.php:883
-msgid ""
-"If you want to temporarily block or blacklist an IP address, simply click "
-"the \"Temp Block\" or \"Blacklist IP\" link for the applicable IP entry in "
-"the \"404 Event Logs\" table below."
+msgid "If you want to temporarily block or blacklist an IP address, simply click the \"Temp Block\" or \"Blacklist IP\" link for the applicable IP entry in the \"404 Event Logs\" table below."
msgstr ""
#: admin/wp-security-firewall-menu.php:890
-msgid ""
-"This addon allows you to automatically and permanently block IP addresses "
-"based on how many 404 errors they produce."
+msgid "This addon allows you to automatically and permanently block IP addresses based on how many 404 errors they produce."
msgstr ""
#: admin/wp-security-firewall-menu.php:898
@@ -3001,12 +2553,7 @@ msgid "Check this if you want to enable the lockout of selected IP addresses."
msgstr ""
#: admin/wp-security-firewall-menu.php:918
-msgid ""
-"When you enable this checkbox, all 404 events on your site will be logged in "
-"the table below. You can monitor these events and select some IP addresses "
-"listed in the table below and block them for a specified amount of time. All "
-"IP addresses you select to be blocked from the \"404 Event Logs\" table "
-"section will be unable to access your site during the time specified."
+msgid "When you enable this checkbox, all 404 events on your site will be logged in the table below. You can monitor these events and select some IP addresses listed in the table below and block them for a specified amount of time. All IP addresses you select to be blocked from the \"404 Event Logs\" table section will be unable to access your site during the time specified."
msgstr ""
#: admin/wp-security-firewall-menu.php:926
@@ -3022,21 +2569,15 @@ msgid "Time Length of 404 Lockout (min)"
msgstr ""
#: admin/wp-security-firewall-menu.php:936
-msgid ""
-"Set the length of time for which a blocked IP address will be prevented from "
-"visiting your site"
+msgid "Set the length of time for which a blocked IP address will be prevented from visiting your site"
msgstr ""
#: admin/wp-security-firewall-menu.php:941
-msgid ""
-"You can lock any IP address which is recorded in the \"404 Event Logs\" "
-"table section below."
+msgid "You can lock any IP address which is recorded in the \"404 Event Logs\" table section below."
msgstr ""
#: admin/wp-security-firewall-menu.php:943
-msgid ""
-"To temporarily lock an IP address, hover over the ID column and click the "
-"\"Temp Block\" link for the applicable IP entry."
+msgid "To temporarily lock an IP address, hover over the ID column and click the \"Temp Block\" link for the applicable IP entry."
msgstr ""
#: admin/wp-security-firewall-menu.php:950
@@ -3053,16 +2594,16 @@ msgstr ""
#: admin/wp-security-firewall-menu.php:983
#: admin/wp-security-firewall-menu.php:992
-#: admin/wp-security-user-login-menu.php:432
-#: admin/wp-security-user-login-menu.php:441
-#: admin/wp-security-user-login-menu.php:583
-#: admin/wp-security-user-login-menu.php:592
+#: admin/wp-security-user-login-menu.php:439
+#: admin/wp-security-user-login-menu.php:448
+#: admin/wp-security-user-login-menu.php:593
+#: admin/wp-security-user-login-menu.php:602
msgid "Export to CSV"
msgstr ""
#: admin/wp-security-firewall-menu.php:989
-#: admin/wp-security-user-login-menu.php:438
-#: admin/wp-security-user-login-menu.php:589
+#: admin/wp-security-user-login-menu.php:445
+#: admin/wp-security-user-login-menu.php:599
msgid "Click this button if you wish to download this log in CSV format."
msgstr ""
@@ -3080,45 +2621,31 @@ msgid "Custom .htaccess Rules Settings"
msgstr ""
#: admin/wp-security-firewall-menu.php:1068
-msgid ""
-"This feature can be used to apply your own custom .htaccess rules and "
-"directives."
+msgid "This feature can be used to apply your own custom .htaccess rules and directives."
msgstr ""
#: admin/wp-security-firewall-menu.php:1069
-msgid ""
-"It is useful for when you want to tweak our existing firewall rules or when "
-"you want to add your own."
+msgid "It is useful for when you want to tweak our existing firewall rules or when you want to add your own."
msgstr ""
#: admin/wp-security-firewall-menu.php:1070
-msgid ""
-"NOTE: This feature can only used if your site is hosted in an apache or "
-"similar web server."
+msgid "NOTE: This feature can only used if your site is hosted in an apache or similar web server."
msgstr ""
#: admin/wp-security-firewall-menu.php:1076
-msgid ""
-"Warning : Only use this feature if you know what you are "
-"doing."
+msgid "Warning : Only use this feature if you know what you are doing."
msgstr ""
#: admin/wp-security-firewall-menu.php:1077
-msgid ""
-"Incorrect .htaccess rules or directives can break or prevent access to your "
-"site."
+msgid "Incorrect .htaccess rules or directives can break or prevent access to your site."
msgstr ""
#: admin/wp-security-firewall-menu.php:1078
-msgid ""
-"It is your responsibility to ensure that you are entering the correct code!"
+msgid "It is your responsibility to ensure that you are entering the correct code!"
msgstr ""
#: admin/wp-security-firewall-menu.php:1079
-msgid ""
-"If you break your site you will need to access your server via FTP or "
-"something similar and then edit your .htaccess file and delete the changes "
-"you made."
+msgid "If you break your site you will need to access your server via FTP or something similar and then edit your .htaccess file and delete the changes you made."
msgstr ""
#: admin/wp-security-firewall-menu.php:1085
@@ -3130,8 +2657,7 @@ msgid "Enable Custom .htaccess Rules"
msgstr ""
#: admin/wp-security-firewall-menu.php:1092
-msgid ""
-"Check this if you want to enable custom rules entered in the text box below"
+msgid "Check this if you want to enable custom rules entered in the text box below"
msgstr ""
#: admin/wp-security-firewall-menu.php:1096
@@ -3139,9 +2665,7 @@ msgid "Place custom rules at the top"
msgstr ""
#: admin/wp-security-firewall-menu.php:1099
-msgid ""
-"Check this if you want to place your custom rules at the beginning of all "
-"the rules applied by this plugin"
+msgid "Check this if you want to place your custom rules at the beginning of all the rules applied by this plugin"
msgstr ""
#: admin/wp-security-firewall-menu.php:1103
@@ -3156,7 +2680,30 @@ msgstr ""
msgid "Save Custom Rules"
msgstr ""
-#: admin/wp-security-list-404.php:121 admin/wp-security-list-404.php:129
+#: admin/wp-security-list-404.php:84
+msgid "Event Type"
+msgstr ""
+
+#: admin/wp-security-list-404.php:85
+#: admin/wp-security-list-logged-in-users.php:46
+#: admin/wp-security-list-registered-users.php:74
+msgid "IP Address"
+msgstr ""
+
+#: admin/wp-security-list-404.php:86
+msgid "Attempted URL"
+msgstr ""
+
+#: admin/wp-security-list-404.php:87
+msgid "Referer"
+msgstr ""
+
+#: admin/wp-security-list-404.php:89
+msgid "Lock Status"
+msgstr ""
+
+#: admin/wp-security-list-404.php:121
+#: admin/wp-security-list-404.php:129
#: admin/wp-security-list-404.php:136
#: admin/wp-security-list-acct-activity.php:87
#: admin/wp-security-list-comment-spammer-ip.php:95
@@ -3170,46 +2717,55 @@ msgstr ""
msgid "Please select some records using the checkboxes"
msgstr ""
-#: admin/wp-security-list-404.php:158 admin/wp-security-list-404.php:196
-msgid ""
-"Could not process the request because the IP addresses for the selected "
-"entries could not be found!"
+#: admin/wp-security-list-404.php:259
+msgid "Nonce check failed for delete selected 404 event logs operation!"
msgstr ""
-#: admin/wp-security-list-404.php:167
-msgid "The selected IP addresses are now temporarily blocked!"
+#: admin/wp-security-list-acct-activity.php:54
+#: admin/wp-security-list-locked-ip.php:60
+#: admin/wp-security-list-logged-in-users.php:44
+#: admin/wp-security-list-login-fails.php:55
+#: admin/wp-security-list-registered-users.php:69
+msgid "User ID"
msgstr ""
-#: admin/wp-security-list-404.php:172
-msgid "The selected IP address is now temporarily blocked!"
+#: admin/wp-security-list-acct-activity.php:55
+#: admin/wp-security-list-locked-ip.php:61
+#: admin/wp-security-list-login-fails.php:56
+msgid "Username"
msgstr ""
-#: admin/wp-security-list-404.php:174
-msgid "The selected entry is not a valid IP address!"
+#: admin/wp-security-list-acct-activity.php:56
+msgid "Login Date"
msgstr ""
-#: admin/wp-security-list-404.php:219
-msgid ""
-"The selected IP addresses have been added to the blacklist and will be "
-"permanently blocked!"
+#: admin/wp-security-list-acct-activity.php:57
+msgid "Logout Date"
msgstr ""
-#: admin/wp-security-list-404.php:259
-msgid "Nonce check failed for delete selected 404 event logs operation!"
+#: admin/wp-security-list-acct-activity.php:136
+msgid "Nonce check failed for delete selected account activity logs operation!"
msgstr ""
-#: admin/wp-security-list-acct-activity.php:118
-#: admin/wp-security-list-login-fails.php:118
-msgid "The selected entries were deleted successfully!"
+#: admin/wp-security-list-acct-activity.php:144
+#: admin/wp-security-list-login-fails.php:143
+msgid "The selected entry was deleted successfully!"
msgstr ""
-#: admin/wp-security-list-acct-activity.php:130
-msgid "Nonce check failed for delete selected account activity logs operation!"
+#: admin/wp-security-list-comment-spammer-ip.php:59
+msgid "Spammer IP"
msgstr ""
-#: admin/wp-security-list-acct-activity.php:138
-#: admin/wp-security-list-login-fails.php:138
-msgid "The selected entry was deleted successfully!"
+#: admin/wp-security-list-comment-spammer-ip.php:60
+msgid "Number of SPAM Comments From This IP"
+msgstr ""
+
+#: admin/wp-security-list-comment-spammer-ip.php:61
+msgid "Status"
+msgstr ""
+
+#: admin/wp-security-list-comment-spammer-ip.php:81
+msgid "Block"
msgstr ""
#: admin/wp-security-list-comment-spammer-ip.php:130
@@ -3222,27 +2778,44 @@ msgid "The selected IP addresses are now permanently blocked!"
msgstr ""
#: admin/wp-security-list-comment-spammer-ip.php:193
-msgid ""
-"The selected IP addresses were saved in the blacklist configuration settings."
+msgid "The selected IP addresses were saved in the blacklist configuration settings."
msgstr ""
#: admin/wp-security-list-comment-spammer-ip.php:201
-msgid ""
-"The .htaccess file was successfully modified to include the selected IP "
-"addresses."
+msgid "The .htaccess file was successfully modified to include the selected IP addresses."
msgstr ""
#: admin/wp-security-list-comment-spammer-ip.php:212
-msgid ""
-"NOTE: The .htaccess file was not modified because you have disabled the "
-"\"Enable IP or User Agent Blacklisting\" check box."
+msgid "NOTE: The .htaccess file was not modified because you have disabled the \"Enable IP or User Agent Blacklisting\" check box."
msgstr ""
#: admin/wp-security-list-comment-spammer-ip.php:213
-#, php-format
-msgid ""
-"To block these IP addresses you will need to enable the above flag in the %s "
-"menu"
+msgid "To block these IP addresses you will need to enable the above flag in the %s menu"
+msgstr ""
+
+#: admin/wp-security-list-locked-ip.php:59
+msgid "Locked IP/Range"
+msgstr ""
+
+#: admin/wp-security-list-locked-ip.php:62
+#: admin/wp-security-list-permanent-blocked-ip.php:67
+msgid "Reason"
+msgstr ""
+
+#: admin/wp-security-list-locked-ip.php:63
+msgid "Date Locked"
+msgstr ""
+
+#: admin/wp-security-list-locked-ip.php:64
+msgid "Release Date"
+msgstr ""
+
+#: admin/wp-security-list-locked-ip.php:83
+msgid "Unlock"
+msgstr ""
+
+#: admin/wp-security-list-locked-ip.php:84
+msgid "Delete"
msgstr ""
#: admin/wp-security-list-locked-ip.php:132
@@ -3261,6 +2834,11 @@ msgstr ""
msgid "Nonce check failed for delete lockdown record operation!"
msgstr ""
+#: admin/wp-security-list-logged-in-users.php:45
+#: admin/wp-security-list-registered-users.php:70
+msgid "Login Name"
+msgstr ""
+
#: admin/wp-security-list-logged-in-users.php:87
msgid "Nonce check failed for force user logout operation!"
msgstr ""
@@ -3269,16 +2847,36 @@ msgstr ""
msgid "The selected user was logged out successfully!"
msgstr ""
-#: admin/wp-security-list-login-fails.php:130
+#: admin/wp-security-list-login-fails.php:54
+msgid "Login IP Range"
+msgstr ""
+
+#: admin/wp-security-list-login-fails.php:135
msgid "Nonce check failed for delete failed login record operation!"
msgstr ""
-#: admin/wp-security-list-permanent-blocked-ip.php:126
+#: admin/wp-security-list-permanent-blocked-ip.php:66
+msgid "Blocked IP"
+msgstr ""
+
+#: admin/wp-security-list-permanent-blocked-ip.php:87
+msgid "Unblock"
+msgstr ""
+
+#: admin/wp-security-list-permanent-blocked-ip.php:136
msgid "Nonce check failed for unblock IP operation!"
msgstr ""
-#: admin/wp-security-list-registered-users.php:51
-msgid "blocked"
+#: admin/wp-security-list-registered-users.php:71
+msgid "Email"
+msgstr ""
+
+#: admin/wp-security-list-registered-users.php:72
+msgid "Register Date"
+msgstr ""
+
+#: admin/wp-security-list-registered-users.php:73
+msgid "Account Status"
msgstr ""
#: admin/wp-security-list-registered-users.php:160
@@ -3324,14 +2922,12 @@ msgid "The selected account was deleted successfully!"
msgstr ""
#: admin/wp-security-list-registered-users.php:273
-msgid ""
-"The selected IP addresses were successfully added to the permanent block "
-"list!"
+msgid "The selected IP addresses were successfully added to the permanent block list!"
msgstr ""
#: admin/wp-security-list-registered-users.php:274
#: admin/wp-security-list-registered-users.php:291
-#: admin/wp-security-spam-menu.php:324
+#: admin/wp-security-spam-menu.php:325
msgid "View Blocked IPs"
msgstr ""
@@ -3356,17 +2952,11 @@ msgid "General Visitor Lockout"
msgstr ""
#: admin/wp-security-maintenance-menu.php:103
-msgid ""
-"This feature allows you to put your site into \"maintenance mode\" by "
-"locking down the front-end to all visitors except logged in users with super "
-"admin privileges."
+msgid "This feature allows you to put your site into \"maintenance mode\" by locking down the front-end to all visitors except logged in users with super admin privileges."
msgstr ""
#: admin/wp-security-maintenance-menu.php:104
-msgid ""
-"Locking your site down to general visitors can be useful if you are "
-"investigating some issues on your site or perhaps you might be doing some "
-"maintenance and wish to keep out all traffic for security reasons."
+msgid "Locking your site down to general visitors can be useful if you are investigating some issues on your site or perhaps you might be doing some maintenance and wish to keep out all traffic for security reasons."
msgstr ""
#: admin/wp-security-maintenance-menu.php:109
@@ -3374,9 +2964,7 @@ msgid "Enable Front-end Lockout"
msgstr ""
#: admin/wp-security-maintenance-menu.php:112
-msgid ""
-"Check this if you want all visitors except those who are logged in as "
-"administrator to be locked out of the front-end of your site."
+msgid "Check this if you want all visitors except those who are logged in as administrator to be locked out of the front-end of your site."
msgstr ""
#: admin/wp-security-maintenance-menu.php:116
@@ -3384,119 +2972,129 @@ msgid "Enter a Message:"
msgstr ""
#: admin/wp-security-maintenance-menu.php:128
-msgid ""
-"Enter a message you wish to display to visitors when your site is in "
-"maintenance mode."
+msgid "Enter a message you wish to display to visitors when your site is in maintenance mode."
msgstr ""
#: admin/wp-security-maintenance-menu.php:135
msgid "Save Site Lockout Settings"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:27
+#: admin/wp-security-misc-options-menu.php:28
msgid "Copy Protection"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:28
+#: admin/wp-security-misc-options-menu.php:29
msgid "Frames"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:29
+#: admin/wp-security-misc-options-menu.php:30
msgid "Users Enumeration"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:94
+#: admin/wp-security-misc-options-menu.php:31
+msgid "WP REST API"
+msgstr ""
+
+#: admin/wp-security-misc-options-menu.php:96
msgid "Copy Protection feature settings saved!"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:99
+#: admin/wp-security-misc-options-menu.php:101
msgid "Disable The Ability To Copy Text"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:105
-msgid ""
-"This feature allows you to disable the ability to select and copy text from "
-"your front end."
+#: admin/wp-security-misc-options-menu.php:107
+msgid "This feature allows you to disable the ability to select and copy text from your front end."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:106
-msgid ""
-"When admin user is logged in, the feature is automatically disabled for his "
-"session."
+#: admin/wp-security-misc-options-menu.php:108
+msgid "When admin user is logged in, the feature is automatically disabled for his session."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:111
+#: admin/wp-security-misc-options-menu.php:113
msgid "Enable Copy Protection"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:114
-msgid ""
-"Check this if you want to disable the \"Right Click\", \"Text Selection\" "
-"and \"Copy\" option on the front end of your site."
+#: admin/wp-security-misc-options-menu.php:116
+msgid "Check this if you want to disable the \"Right Click\", \"Text Selection\" and \"Copy\" option on the front end of your site."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:121
+#: admin/wp-security-misc-options-menu.php:123
msgid "Save Copy Protection Settings"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:145
+#: admin/wp-security-misc-options-menu.php:147
msgid "Frame Display Prevention feature settings saved!"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:150
+#: admin/wp-security-misc-options-menu.php:152
msgid "Prevent Your Site From Being Displayed In a Frame"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:156
-msgid ""
-"This feature allows you to prevent other sites from displaying any of your "
-"content via a frame or iframe."
+#: admin/wp-security-misc-options-menu.php:158
+msgid "This feature allows you to prevent other sites from displaying any of your content via a frame or iframe."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:157
-msgid ""
-"When enabled, this feature will set the \"X-Frame-Options\" paramater to "
-"\"sameorigin\" in the HTTP header."
+#: admin/wp-security-misc-options-menu.php:159
+msgid "When enabled, this feature will set the \"X-Frame-Options\" paramater to \"sameorigin\" in the HTTP header."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:162
+#: admin/wp-security-misc-options-menu.php:164
msgid "Enable iFrame Protection"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:165
-msgid ""
-"Check this if you want to stop other sites from displaying your content in a "
-"frame or iframe."
+#: admin/wp-security-misc-options-menu.php:167
+msgid "Check this if you want to stop other sites from displaying your content in a frame or iframe."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:196
+#: admin/wp-security-misc-options-menu.php:198
msgid "Users Enumeration Prevention feature settings saved!"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:201
+#: admin/wp-security-misc-options-menu.php:203
msgid "Prevent Users Enumeration"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:207
-msgid ""
-"This feature allows you to prevent external users/bots from fetching the "
-"user info with urls like \"/?author=1\"."
+#: admin/wp-security-misc-options-menu.php:209
+msgid "This feature allows you to prevent external users/bots from fetching the user info with urls like \"/?author=1\"."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:208
-msgid ""
-"When enabled, this feature will print a \"forbidden\" error rather than the "
-"user information."
+#: admin/wp-security-misc-options-menu.php:210
+msgid "When enabled, this feature will print a \"forbidden\" error rather than the user information."
msgstr ""
-#: admin/wp-security-misc-options-menu.php:213
+#: admin/wp-security-misc-options-menu.php:215
msgid "Disable Users Enumeration"
msgstr ""
-#: admin/wp-security-misc-options-menu.php:216
+#: admin/wp-security-misc-options-menu.php:218
msgid "Check this if you want to stop users enumeration."
msgstr ""
+#: admin/wp-security-misc-options-menu.php:249
+msgid "WP REST API Security feature settings saved!"
+msgstr ""
+
+#: admin/wp-security-misc-options-menu.php:260
+msgid "This feature allows you to block WordPress REST API access for unauthorized requests."
+msgstr ""
+
+#: admin/wp-security-misc-options-menu.php:261
+msgid "When enabled this feature will only allow REST requests to be processed if the user is logged in."
+msgstr ""
+
+#: admin/wp-security-misc-options-menu.php:267
+msgid "Beware that if you are using other plugins which have registered REST endpoints (eg, Contact Form 7), then this feature will also block REST requests used by these plugins if the user is not logged in. It is recommended that you leave this feature disabled if you want uninterrupted functionality for such plugins."
+msgstr ""
+
+#: admin/wp-security-misc-options-menu.php:275
+msgid "Disallow Unauthorized REST Requests"
+msgstr ""
+
+#: admin/wp-security-misc-options-menu.php:278
+msgid "Check this if you want to stop REST API access for non-logged in requests."
+msgstr ""
+
#: admin/wp-security-settings-menu.php:30
msgid "General Settings"
msgstr ""
@@ -3519,42 +3117,39 @@ msgstr ""
#: admin/wp-security-settings-menu.php:107
#: admin/wp-security-settings-menu.php:134
-msgid ""
-"Could not write to the .htaccess file. Please restore your .htaccess file "
-"manually using the restore functionality in the \".htaccess File\"."
+msgid "Could not write to the .htaccess file. Please restore your .htaccess file manually using the restore functionality in the \".htaccess File\"."
msgstr ""
#: admin/wp-security-settings-menu.php:112
-msgid ""
-"Could not write to the wp-config.php. Please restore your wp-config.php file "
-"manually using the restore functionality in the \"wp-config.php File\"."
+msgid "Could not write to the wp-config.php. Please restore your wp-config.php file manually using the restore functionality in the \"wp-config.php File\"."
msgstr ""
#: admin/wp-security-settings-menu.php:130
msgid "All firewall rules have been disabled successfully!"
msgstr ""
+#: admin/wp-security-settings-menu.php:154
+msgid "For information, updates and documentation, please visit the"
+msgstr ""
+
+#: admin/wp-security-settings-menu.php:154
+msgid "Page"
+msgstr ""
+
#: admin/wp-security-settings-menu.php:159
msgid "WP Security Plugin"
msgstr ""
#: admin/wp-security-settings-menu.php:161
-msgid ""
-"Thank you for using our WordPress security plugin. There are a lot of "
-"security features in this plugin."
+msgid "Thank you for using our WordPress security plugin. There are a lot of security features in this plugin."
msgstr ""
#: admin/wp-security-settings-menu.php:162
-msgid ""
-"Go through each menu items and enable the security options to add more "
-"security to your site. Start by activating the basic features first."
+msgid "Go through each menu items and enable the security options to add more security to your site. Start by activating the basic features first."
msgstr ""
#: admin/wp-security-settings-menu.php:163
-msgid ""
-"It is a good practice to take a backup of your .htaccess file, database and "
-"wp-config.php file before activating the security features. This plugin has "
-"options that you can use to backup those resources easily."
+msgid "It is a good practice to take a backup of your .htaccess file, database and wp-config.php file before activating the security features. This plugin has options that you can use to backup those resources easily."
msgstr ""
#: admin/wp-security-settings-menu.php:166
@@ -3574,10 +3169,7 @@ msgid "Disable Security Features"
msgstr ""
#: admin/wp-security-settings-menu.php:181
-msgid ""
-"If you think that some plugin functionality on your site is broken due to a "
-"security feature you enabled in this plugin, then use the following option "
-"to turn off all the security features of this plugin."
+msgid "If you think that some plugin functionality on your site is broken due to a security feature you enabled in this plugin, then use the following option to turn off all the security features of this plugin."
msgstr ""
#: admin/wp-security-settings-menu.php:185
@@ -3585,15 +3177,11 @@ msgid "Disable All Security Features"
msgstr ""
#: admin/wp-security-settings-menu.php:192
-#: admin/wp-security-settings-menu.php:202
msgid "Disable All Firewall Rules"
msgstr ""
#: admin/wp-security-settings-menu.php:198
-msgid ""
-"This feature will disable all firewall rules which are currently active in "
-"this plugin and it will also delete these rules from your .htacess file. Use "
-"it if you think one of the firewall rules is causing an issue on your site."
+msgid "This feature will disable all firewall rules which are currently active in this plugin and it will also delete these rules from your .htacess file. Use it if you think one of the firewall rules is causing an issue on your site."
msgstr ""
#: admin/wp-security-settings-menu.php:209
@@ -3605,9 +3193,7 @@ msgid "This setting allows you to enable/disable debug for this plugin."
msgstr ""
#: admin/wp-security-settings-menu.php:216
-msgid ""
-"Note: the debug log files are located in the \"plugins/all-in-one-wp-"
-"security-and-firewall/logs\" directory."
+msgid "Note: the debug log files are located in the \"plugins/all-in-one-wp-security-and-firewall/logs\" directory."
msgstr ""
#: admin/wp-security-settings-menu.php:222
@@ -3615,9 +3201,7 @@ msgid "Enable Debug"
msgstr ""
#: admin/wp-security-settings-menu.php:225
-msgid ""
-"Check this if you want to enable debug. You should keep this option disabled "
-"after you have finished debugging the issue."
+msgid "Check this if you want to enable debug. You should keep this option disabled after you have finished debugging the issue."
msgstr ""
#: admin/wp-security-settings-menu.php:226
@@ -3628,379 +3212,300 @@ msgstr ""
msgid "Save Debug Settings"
msgstr ""
-#: admin/wp-security-settings-menu.php:259
-msgid ""
-"Your .htaccess file was successfully backed up! Using an FTP program go to "
-"the \"/wp-content/aiowps_backups\" directory to save a copy of the file to "
-"your computer."
+#: admin/wp-security-settings-menu.php:263
+msgid "Your .htaccess file was successfully backed up! Using an FTP program go to the \"/wp-content/aiowps_backups\" directory to save a copy of the file to your computer."
msgstr ""
-#: admin/wp-security-settings-menu.php:265
-msgid ""
-"htaccess file rename failed during backup. Please check your root directory "
-"for the backup file using FTP."
+#: admin/wp-security-settings-menu.php:269
+msgid "htaccess file rename failed during backup. Please check your root directory for the backup file using FTP."
msgstr ""
-#: admin/wp-security-settings-menu.php:271
+#: admin/wp-security-settings-menu.php:275
msgid "htaccess backup failed."
msgstr ""
-#: admin/wp-security-settings-menu.php:286
+#: admin/wp-security-settings-menu.php:290
msgid "Please choose a .htaccess to restore from."
msgstr ""
-#: admin/wp-security-settings-menu.php:302
-msgid ""
-"htaccess file restore failed. Please attempt to restore the .htaccess "
-"manually using FTP."
+#: admin/wp-security-settings-menu.php:305
+msgid "htaccess file restore failed. Please attempt to restore the .htaccess manually using FTP."
msgstr ""
-#: admin/wp-security-settings-menu.php:306
+#: admin/wp-security-settings-menu.php:309
msgid "Your .htaccess file has successfully been restored!"
msgstr ""
-#: admin/wp-security-settings-menu.php:312
-msgid ""
-"htaccess Restore operation failed! Please check the contents of the file you "
-"are trying to restore from."
+#: admin/wp-security-settings-menu.php:315
+msgid "htaccess Restore operation failed! Please check the contents of the file you are trying to restore from."
msgstr ""
-#: admin/wp-security-settings-menu.php:318
+#: admin/wp-security-settings-menu.php:321
msgid ".htaccess File Operations"
msgstr ""
-#: admin/wp-security-settings-menu.php:321
-msgid ""
-"Your \".htaccess\" file is a key component of your website's security and it "
-"can be modified to implement various levels of protection mechanisms."
+#: admin/wp-security-settings-menu.php:324
+msgid "Your \".htaccess\" file is a key component of your website's security and it can be modified to implement various levels of protection mechanisms."
msgstr ""
-#: admin/wp-security-settings-menu.php:322
-msgid ""
-"This feature allows you to backup and save your currently active .htaccess "
-"file should you need to re-use the the backed up file in the future."
+#: admin/wp-security-settings-menu.php:325
+msgid "This feature allows you to backup and save your currently active .htaccess file should you need to re-use the the backed up file in the future."
msgstr ""
-#: admin/wp-security-settings-menu.php:323
-msgid ""
-"You can also restore your site's .htaccess settings using a backed up ."
-"htaccess file."
+#: admin/wp-security-settings-menu.php:326
+msgid "You can also restore your site's .htaccess settings using a backed up .htaccess file."
msgstr ""
-#: admin/wp-security-settings-menu.php:337
+#: admin/wp-security-settings-menu.php:341
msgid "Save the current .htaccess file"
msgstr ""
-#: admin/wp-security-settings-menu.php:341
-msgid ""
-"Click the button below to backup and save the currently active .htaccess "
-"file."
+#: admin/wp-security-settings-menu.php:345
+msgid "Click the button below to backup and save the currently active .htaccess file."
msgstr ""
-#: admin/wp-security-settings-menu.php:342
+#: admin/wp-security-settings-menu.php:346
msgid "Backup .htaccess File"
msgstr ""
-#: admin/wp-security-settings-menu.php:346
+#: admin/wp-security-settings-menu.php:350
msgid "Restore from a backed up .htaccess file"
msgstr ""
-#: admin/wp-security-settings-menu.php:352
+#: admin/wp-security-settings-menu.php:356
msgid ".htaccess file to restore from"
msgstr ""
#: admin/wp-security-settings-menu.php:358
-msgid ""
-"After selecting your file, click the button below to restore your site using "
-"the backed up htaccess file (htaccess_backup.txt)."
+msgid "Select Your htaccess File"
+msgstr ""
+
+#: admin/wp-security-settings-menu.php:362
+msgid "After selecting your file, click the button below to restore your site using the backed up htaccess file (htaccess_backup.txt)."
msgstr ""
-#: admin/wp-security-settings-menu.php:364
+#: admin/wp-security-settings-menu.php:368
msgid "Restore .htaccess File"
msgstr ""
-#: admin/wp-security-settings-menu.php:397
+#: admin/wp-security-settings-menu.php:390
msgid "Please choose a wp-config.php file to restore from."
msgstr ""
-#: admin/wp-security-settings-menu.php:413
-msgid ""
-"wp-config.php file restore failed. Please attempt to restore this file "
-"manually using FTP."
+#: admin/wp-security-settings-menu.php:406
+msgid "wp-config.php file restore failed. Please attempt to restore this file manually using FTP."
msgstr ""
-#: admin/wp-security-settings-menu.php:417
+#: admin/wp-security-settings-menu.php:410
msgid "Your wp-config.php file has successfully been restored!"
msgstr ""
-#: admin/wp-security-settings-menu.php:423
-msgid ""
-"wp-config.php Restore operation failed! Please check the contents of the "
-"file you are trying to restore from."
+#: admin/wp-security-settings-menu.php:416
+msgid "wp-config.php Restore operation failed! Please check the contents of the file you are trying to restore from."
msgstr ""
-#: admin/wp-security-settings-menu.php:429
+#: admin/wp-security-settings-menu.php:422
msgid "wp-config.php File Operations"
msgstr ""
-#: admin/wp-security-settings-menu.php:432
-msgid ""
-"Your \"wp-config.php\" file is one of the most important in your WordPress "
-"installation. It is a primary configuration file and contains crucial things "
-"such as details of your database and other critical components."
+#: admin/wp-security-settings-menu.php:425
+msgid "Your \"wp-config.php\" file is one of the most important in your WordPress installation. It is a primary configuration file and contains crucial things such as details of your database and other critical components."
msgstr ""
-#: admin/wp-security-settings-menu.php:433
-msgid ""
-"This feature allows you to backup and save your currently active wp-config."
-"php file should you need to re-use the the backed up file in the future."
+#: admin/wp-security-settings-menu.php:426
+msgid "This feature allows you to backup and save your currently active wp-config.php file should you need to re-use the the backed up file in the future."
msgstr ""
-#: admin/wp-security-settings-menu.php:434
-msgid ""
-"You can also restore your site's wp-config.php settings using a backed up wp-"
-"config.php file."
+#: admin/wp-security-settings-menu.php:427
+msgid "You can also restore your site's wp-config.php settings using a backed up wp-config.php file."
msgstr ""
-#: admin/wp-security-settings-menu.php:448
+#: admin/wp-security-settings-menu.php:442
msgid "Save the current wp-config.php file"
msgstr ""
-#: admin/wp-security-settings-menu.php:452
-msgid ""
-"Click the button below to backup and download the contents of the currently "
-"active wp-config.php file."
+#: admin/wp-security-settings-menu.php:446
+msgid "Click the button below to backup and download the contents of the currently active wp-config.php file."
msgstr ""
-#: admin/wp-security-settings-menu.php:453
+#: admin/wp-security-settings-menu.php:447
msgid "Backup wp-config.php File"
msgstr ""
-#: admin/wp-security-settings-menu.php:458
+#: admin/wp-security-settings-menu.php:452
msgid "Restore from a backed up wp-config file"
msgstr ""
-#: admin/wp-security-settings-menu.php:464
+#: admin/wp-security-settings-menu.php:458
msgid "wp-config file to restore from"
msgstr ""
-#: admin/wp-security-settings-menu.php:470
-msgid ""
-"After selecting your file click the button below to restore your site using "
-"the backed up wp-config file (wp-config.php.backup.txt)."
+#: admin/wp-security-settings-menu.php:460
+msgid "Select Your wp-config File"
+msgstr ""
+
+#: admin/wp-security-settings-menu.php:464
+msgid "After selecting your file click the button below to restore your site using the backed up wp-config file (wp-config.php.backup.txt)."
msgstr ""
-#: admin/wp-security-settings-menu.php:476
+#: admin/wp-security-settings-menu.php:470
msgid "Restore wp-config File"
msgstr ""
-#: admin/wp-security-settings-menu.php:515
+#: admin/wp-security-settings-menu.php:509
msgid "WP Generator Meta Tag & Version Info"
msgstr ""
-#: admin/wp-security-settings-menu.php:518
-msgid ""
-"Wordpress generator automatically adds some meta information inside the "
-"\"head\" tags of every page on your site's front end. Below is an example of "
-"this:"
+#: admin/wp-security-settings-menu.php:512
+msgid "Wordpress generator automatically adds some meta information inside the \"head\" tags of every page on your site's front end. Below is an example of this:"
msgstr ""
-#: admin/wp-security-settings-menu.php:520
-msgid ""
-"The above meta information shows which version of WordPress your site is "
-"currently running and thus can help hackers or crawlers scan your site to "
-"see if you have an older version of WordPress or one with a known exploit."
+#: admin/wp-security-settings-menu.php:514
+msgid "The above meta information shows which version of WordPress your site is currently running and thus can help hackers or crawlers scan your site to see if you have an older version of WordPress or one with a known exploit."
msgstr ""
-#: admin/wp-security-settings-menu.php:521
-msgid ""
-"There are also other ways wordpress reveals version info such as during "
-"style and script loading. An example of this is:"
+#: admin/wp-security-settings-menu.php:515
+msgid "There are also other ways wordpress reveals version info such as during style and script loading. An example of this is:"
msgstr ""
-#: admin/wp-security-settings-menu.php:523
-msgid ""
-"This feature will allow you to remove the WP generator meta info and other "
-"version info from your site's pages."
+#: admin/wp-security-settings-menu.php:517
+msgid "This feature will allow you to remove the WP generator meta info and other version info from your site's pages."
msgstr ""
-#: admin/wp-security-settings-menu.php:529
+#: admin/wp-security-settings-menu.php:523
msgid "WP Generator Meta Info"
msgstr ""
-#: admin/wp-security-settings-menu.php:541
+#: admin/wp-security-settings-menu.php:535
msgid "Remove WP Generator Meta Info"
msgstr ""
-#: admin/wp-security-settings-menu.php:544
-msgid ""
-"Check this if you want to remove the version and meta info produced by WP "
-"from all pages"
+#: admin/wp-security-settings-menu.php:538
+msgid "Check this if you want to remove the version and meta info produced by WP from all pages"
msgstr ""
-#: admin/wp-security-settings-menu.php:574
+#: admin/wp-security-settings-menu.php:568
msgid "Please choose a file to import your settings from."
msgstr ""
-#: admin/wp-security-settings-menu.php:606
+#: admin/wp-security-settings-menu.php:600
msgid "Import AIOWPS settings from "
msgstr ""
-#: admin/wp-security-settings-menu.php:612
-#: admin/wp-security-settings-menu.php:656
-msgid ""
-"The deletion of the import file failed. Please delete this file manually via "
-"the media menu for security purposes."
+#: admin/wp-security-settings-menu.php:606
+#: admin/wp-security-settings-menu.php:650
+msgid "The deletion of the import file failed. Please delete this file manually via the media menu for security purposes."
msgstr ""
-#: admin/wp-security-settings-menu.php:614
-#: admin/wp-security-settings-menu.php:658
-msgid ""
-"The file you uploaded was also deleted for security purposes because it "
-"contains security settings details."
+#: admin/wp-security-settings-menu.php:608
+#: admin/wp-security-settings-menu.php:652
+msgid "The file you uploaded was also deleted for security purposes because it contains security settings details."
msgstr ""
-#: admin/wp-security-settings-menu.php:629
+#: admin/wp-security-settings-menu.php:623
msgid "Your AIOWPS settings were successfully imported via file input."
msgstr ""
-#: admin/wp-security-settings-menu.php:630
-msgid ""
-"The deletion of the import file failed. Please delete this file manually via "
-"the media menu for security purposes because it contains security settings "
-"details."
+#: admin/wp-security-settings-menu.php:624
+msgid "The deletion of the import file failed. Please delete this file manually via the media menu for security purposes because it contains security settings details."
msgstr ""
-#: admin/wp-security-settings-menu.php:632
-msgid ""
-"Your AIOWPS settings were successfully imported. The file you uploaded was "
-"also deleted for security purposes because it contains security settings "
-"details."
+#: admin/wp-security-settings-menu.php:626
+msgid "Your AIOWPS settings were successfully imported. The file you uploaded was also deleted for security purposes because it contains security settings details."
msgstr ""
-#: admin/wp-security-settings-menu.php:635
+#: admin/wp-security-settings-menu.php:629
msgid "Your AIOWPS settings were successfully imported via text entry."
msgstr ""
-#: admin/wp-security-settings-menu.php:650
-msgid ""
-"The contents of your settings file appear invalid. Please check the contents "
-"of the file you are trying to import settings from."
+#: admin/wp-security-settings-menu.php:644
+msgid "The contents of your settings file appear invalid. Please check the contents of the file you are trying to import settings from."
msgstr ""
-#: admin/wp-security-settings-menu.php:667
+#: admin/wp-security-settings-menu.php:661
msgid "Export or Import Your AIOWPS Settings"
msgstr ""
-#: admin/wp-security-settings-menu.php:670
-msgid ""
-"This section allows you to export or import your All In One WP Security & "
-"Firewall settings."
+#: admin/wp-security-settings-menu.php:664
+msgid "This section allows you to export or import your All In One WP Security & Firewall settings."
msgstr ""
-#: admin/wp-security-settings-menu.php:671
-msgid ""
-"This can be handy if you wanted to save time by applying the settings from "
-"one site to another site."
+#: admin/wp-security-settings-menu.php:665
+msgid "This can be handy if you wanted to save time by applying the settings from one site to another site."
msgstr ""
-#: admin/wp-security-settings-menu.php:672
-msgid ""
-"NOTE: Before importing, it is your responsibility to know what settings you "
-"are trying to import. Importing settings blindly can cause you to be locked "
-"out of your site."
+#: admin/wp-security-settings-menu.php:666
+msgid "NOTE: Before importing, it is your responsibility to know what settings you are trying to import. Importing settings blindly can cause you to be locked out of your site."
msgstr ""
-#: admin/wp-security-settings-menu.php:673
-msgid ""
-"For Example: If a settings item relies on the domain URL then it may not "
-"work correctly when imported into a site with a different domain."
+#: admin/wp-security-settings-menu.php:667
+msgid "For Example: If a settings item relies on the domain URL then it may not work correctly when imported into a site with a different domain."
msgstr ""
-#: admin/wp-security-settings-menu.php:679
-#: admin/wp-security-settings-menu.php:688
+#: admin/wp-security-settings-menu.php:673
+#: admin/wp-security-settings-menu.php:682
msgid "Export AIOWPS Settings"
msgstr ""
-#: admin/wp-security-settings-menu.php:685
-msgid ""
-"To export your All In One WP Security & Firewall settings click the button "
-"below."
+#: admin/wp-security-settings-menu.php:679
+msgid "To export your All In One WP Security & Firewall settings click the button below."
msgstr ""
-#: admin/wp-security-settings-menu.php:692
-#: admin/wp-security-settings-menu.php:717
+#: admin/wp-security-settings-menu.php:686
+#: admin/wp-security-settings-menu.php:711
msgid "Import AIOWPS Settings"
msgstr ""
-#: admin/wp-security-settings-menu.php:698
-msgid ""
-"Use this section to import your All In One WP Security & Firewall settings "
-"from a file. Alternatively, copy/paste the contents of your import file into "
-"the textarea below."
+#: admin/wp-security-settings-menu.php:692
+msgid "Use this section to import your All In One WP Security & Firewall settings from a file. Alternatively, copy/paste the contents of your import file into the textarea below."
msgstr ""
-#: admin/wp-security-settings-menu.php:699
+#: admin/wp-security-settings-menu.php:693
msgid "Import File"
msgstr ""
-#: admin/wp-security-settings-menu.php:705
-msgid ""
-"After selecting your file, click the button below to apply the settings to "
-"your site."
+#: admin/wp-security-settings-menu.php:695
+msgid "Select Your Import Settings File"
msgstr ""
-#: admin/wp-security-settings-menu.php:711
-msgid "Copy/Paste Import Data"
+#: admin/wp-security-settings-menu.php:699
+msgid "After selecting your file, click the button below to apply the settings to your site."
msgstr ""
-#: admin/wp-security-settings-menu.php:734
-msgid "Nonce check failed for save advanced settings!"
+#: admin/wp-security-settings-menu.php:705
+msgid "Copy/Paste Import Data"
msgstr ""
-#: admin/wp-security-settings-menu.php:752
+#: admin/wp-security-settings-menu.php:746
msgid "IP Retrieval Settings"
msgstr ""
-#: admin/wp-security-settings-menu.php:756
-msgid ""
-"The IP Retrieval Settings allow you to specify which $_SERVER global "
-"variable you want this plugin to use to retrieve the visitor IP address."
+#: admin/wp-security-settings-menu.php:750
+msgid "The IP Retrieval Settings allow you to specify which $_SERVER global variable you want this plugin to use to retrieve the visitor IP address."
msgstr ""
-#: admin/wp-security-settings-menu.php:757
-msgid ""
-"By default this plugin uses the $_SERVER['REMOTE_ADDR'] variable to retrieve "
-"the visitor IP address. This should normally be the most accurate safest way "
-"to get the IP."
+#: admin/wp-security-settings-menu.php:751
+msgid "By default this plugin uses the $_SERVER['REMOTE_ADDR'] variable to retrieve the visitor IP address. This should normally be the most accurate safest way to get the IP."
msgstr ""
-#: admin/wp-security-settings-menu.php:758
-msgid ""
-"However in some setups such as those using proxies, load-balancers and "
-"CloudFlare, it may be necessary to use a different $_SERVER variable."
+#: admin/wp-security-settings-menu.php:752
+msgid "However in some setups such as those using proxies, load-balancers and CloudFlare, it may be necessary to use a different $_SERVER variable."
msgstr ""
-#: admin/wp-security-settings-menu.php:759
-msgid ""
-"You can use the settings below to configure which $_SERVER global you would "
-"like to use for retrieving the IP address."
+#: admin/wp-security-settings-menu.php:753
+msgid "You can use the settings below to configure which $_SERVER global you would like to use for retrieving the IP address."
msgstr ""
-#: admin/wp-security-settings-menu.php:769
+#: admin/wp-security-settings-menu.php:763
msgid "Default"
msgstr ""
-#: admin/wp-security-settings-menu.php:775
-msgid ""
-"Choose a $_SERVER variable you would like to retrieve the visitor IP address "
-"from."
+#: admin/wp-security-settings-menu.php:769
+msgid "Choose a $_SERVER variable you would like to retrieve the visitor IP address from."
msgstr ""
-#: admin/wp-security-settings-menu.php:781
-msgid ""
-"If your chosen server variable fails the plugin will automatically fall back "
-"to retrieving the IP address from $_SERVER[\"REMOTE_ADDR\"]"
+#: admin/wp-security-settings-menu.php:775
+msgid "If your chosen server variable fails the plugin will automatically fall back to retrieving the IP address from $_SERVER[\"REMOTE_ADDR\"]"
msgstr ""
#: admin/wp-security-spam-menu.php:28
@@ -4028,15 +3533,11 @@ msgid "Add Captcha To Comments Form"
msgstr ""
#: admin/wp-security-spam-menu.php:128
-msgid ""
-"This feature will add a simple math captcha field in the WordPress comments "
-"form."
+msgid "This feature will add a simple math captcha field in the WordPress comments form."
msgstr ""
#: admin/wp-security-spam-menu.php:129
-msgid ""
-"Adding a captcha field in the comment form is a simple way of greatly "
-"reducing SPAM comments from bots without using .htaccess rules."
+msgid "Adding a captcha field in the comment form is a simple way of greatly reducing SPAM comments from bots without using .htaccess rules."
msgstr ""
#: admin/wp-security-spam-menu.php:138
@@ -4052,306 +3553,227 @@ msgid "Block Spambot Comments"
msgstr ""
#: admin/wp-security-spam-menu.php:152
-msgid ""
-"A large portion of WordPress blog comment SPAM is mainly produced by "
-"automated bots and not necessarily by humans. "
+msgid "A large portion of WordPress blog comment SPAM is mainly produced by automated bots and not necessarily by humans. "
msgstr ""
#: admin/wp-security-spam-menu.php:153
-msgid ""
-"This feature will greatly minimize the useless and unecessary traffic and "
-"load on your server resulting from SPAM comments by blocking all comment "
-"requests which do not originate from your domain."
+msgid "This feature will greatly minimize the useless and unecessary traffic and load on your server resulting from SPAM comments by blocking all comment requests which do not originate from your domain."
msgstr ""
#: admin/wp-security-spam-menu.php:154
-msgid ""
-"In other words, if the comment was not submitted by a human who physically "
-"submitted the comment on your site, the request will be blocked."
+msgid "In other words, if the comment was not submitted by a human who physically submitted the comment on your site, the request will be blocked."
msgstr ""
-#: admin/wp-security-spam-menu.php:170
+#: admin/wp-security-spam-menu.php:171
msgid "Block Spambots From Posting Comments"
msgstr ""
-#: admin/wp-security-spam-menu.php:173
-msgid ""
-"Check this if you want to apply a firewall rule which will block comments "
-"originating from spambots."
-msgstr ""
-
-#: admin/wp-security-spam-menu.php:177
-msgid ""
-"This feature will implement a firewall rule to block all comment attempts "
-"which do not originate from your domain."
+#: admin/wp-security-spam-menu.php:174
+msgid "Check this if you want to apply a firewall rule which will block comments originating from spambots."
msgstr ""
#: admin/wp-security-spam-menu.php:178
-msgid ""
-"A legitimate comment is one which is submitted by a human who physically "
-"fills out the comment form and clicks the submit button. For such events, "
-"the HTTP_REFERRER is always set to your own domain."
+msgid "This feature will implement a firewall rule to block all comment attempts which do not originate from your domain."
msgstr ""
#: admin/wp-security-spam-menu.php:179
-msgid ""
-"A comment submitted by a spambot is done by directly calling the comments."
-"php file, which usually means that the HTTP_REFERRER value is not your "
-"domain and often times empty."
+msgid "A legitimate comment is one which is submitted by a human who physically fills out the comment form and clicks the submit button. For such events, the HTTP_REFERRER is always set to your own domain."
msgstr ""
#: admin/wp-security-spam-menu.php:180
-msgid ""
-"This feature will check and block comment requests which are not referred by "
-"your domain thus greatly reducing your overall blog SPAM and PHP requests "
-"done by the server to process these comments."
+msgid "A comment submitted by a spambot is done by directly calling the comments.php file, which usually means that the HTTP_REFERRER value is not your domain and often times empty."
msgstr ""
-#: admin/wp-security-spam-menu.php:215
-msgid ""
-"You entered a non numeric value for the minimum number of spam comments "
-"field. It has been set to the default value."
+#: admin/wp-security-spam-menu.php:181
+msgid "This feature will check and block comment requests which are not referred by your domain thus greatly reducing your overall blog SPAM and PHP requests done by the server to process these comments."
msgstr ""
-#: admin/wp-security-spam-menu.php:218
-msgid ""
-"You must enter an integer greater than zero for minimum number of spam "
-"comments field. It has been set to the default value."
+#: admin/wp-security-spam-menu.php:216
+msgid "You entered a non numeric value for the minimum number of spam comments field. It has been set to the default value."
+msgstr ""
+
+#: admin/wp-security-spam-menu.php:219
+msgid "You must enter an integer greater than zero for minimum number of spam comments field. It has been set to the default value."
msgstr ""
-#: admin/wp-security-spam-menu.php:247
+#: admin/wp-security-spam-menu.php:248
msgid "Nonce check failed for list SPAM comment IPs!"
msgstr ""
-#: admin/wp-security-spam-menu.php:253
-msgid ""
-"You entered a non numeric value for the minimum SPAM comments per IP field. "
-"It has been set to the default value."
+#: admin/wp-security-spam-menu.php:254
+msgid "You entered a non numeric value for the minimum SPAM comments per IP field. It has been set to the default value."
msgstr ""
-#: admin/wp-security-spam-menu.php:265
-#, php-format
-msgid ""
-"Displaying results for IP addresses which have posted a minimum of %s SPAM "
-"comments"
+#: admin/wp-security-spam-menu.php:266
+msgid "Displaying results for IP addresses which have posted a minimum of %s SPAM comments"
msgstr ""
-#: admin/wp-security-spam-menu.php:280
+#: admin/wp-security-spam-menu.php:281
msgid "Auto Block SPAMMER IPs"
msgstr ""
-#: admin/wp-security-spam-menu.php:285
-#, php-format
-msgid ""
-"This feature has detected that %s is not active. It is highly recommended "
-"that you activate the Akismet plugin to make the most of this feature."
+#: admin/wp-security-spam-menu.php:286
+msgid "This feature has detected that %s is not active. It is highly recommended that you activate the Akismet plugin to make the most of this feature."
msgstr ""
-#: admin/wp-security-spam-menu.php:294
-msgid ""
-"This feature allows you to automatically and permanently block IP addresses "
-"which have exceeded a certain number of comments labelled as SPAM."
+#: admin/wp-security-spam-menu.php:295
+msgid "This feature allows you to automatically and permanently block IP addresses which have exceeded a certain number of comments labelled as SPAM."
msgstr ""
-#: admin/wp-security-spam-menu.php:295
-msgid ""
-"Comments are usually labelled as SPAM either by the Akismet plugin or "
-"manually by the WP administrator when they mark a comment as \"spam\" from "
-"the WordPress Comments menu."
+#: admin/wp-security-spam-menu.php:296
+msgid "Comments are usually labelled as SPAM either by the Akismet plugin or manually by the WP administrator when they mark a comment as \"spam\" from the WordPress Comments menu."
msgstr ""
-#: admin/wp-security-spam-menu.php:309
+#: admin/wp-security-spam-menu.php:310
msgid "You currently have no IP addresses permanently blocked due to SPAM."
msgstr ""
-#: admin/wp-security-spam-menu.php:322
+#: admin/wp-security-spam-menu.php:323
msgid "Spammer IPs Added To Permanent Block List Today: "
msgstr ""
-#: admin/wp-security-spam-menu.php:323
+#: admin/wp-security-spam-menu.php:324
msgid "All Time Total: "
msgstr ""
-#: admin/wp-security-spam-menu.php:337
+#: admin/wp-security-spam-menu.php:338
msgid "Enable Auto Block of SPAM Comment IPs"
msgstr ""
-#: admin/wp-security-spam-menu.php:340
-msgid ""
-"Check this box if you want this plugin to automatically block IP addresses "
-"which submit SPAM comments."
+#: admin/wp-security-spam-menu.php:341
+msgid "Check this box if you want this plugin to automatically block IP addresses which submit SPAM comments."
msgstr ""
-#: admin/wp-security-spam-menu.php:344
+#: admin/wp-security-spam-menu.php:345
msgid "Minimum number of SPAM comments"
msgstr ""
-#: admin/wp-security-spam-menu.php:346
-msgid ""
-"Specify the minimum number of SPAM comments for an IP address before it is "
-"permanently blocked."
-msgstr ""
-
-#: admin/wp-security-spam-menu.php:350
-msgid ""
-"Example 1: Setting this value to \"1\" will block ALL IP addresses which "
-"were used to submit at least one SPAM comment."
+#: admin/wp-security-spam-menu.php:347
+msgid "Specify the minimum number of SPAM comments for an IP address before it is permanently blocked."
msgstr ""
#: admin/wp-security-spam-menu.php:351
-msgid ""
-"Example 2: Setting this value to \"5\" will block only those IP addresses "
-"which were used to submit 5 SPAM comments or more on your site."
+msgid "Example 1: Setting this value to \"1\" will block ALL IP addresses which were used to submit at least one SPAM comment."
msgstr ""
-#: admin/wp-security-spam-menu.php:369
-msgid "List SPAMMER IP Addresses"
+#: admin/wp-security-spam-menu.php:352
+msgid "Example 2: Setting this value to \"5\" will block only those IP addresses which were used to submit 5 SPAM comments or more on your site."
msgstr ""
-#: admin/wp-security-spam-menu.php:373
-msgid ""
-"This section displays a list of the IP addresses of the people or bots who "
-"have left SPAM comments on your site."
+#: admin/wp-security-spam-menu.php:370
+msgid "List SPAMMER IP Addresses"
msgstr ""
#: admin/wp-security-spam-menu.php:374
-msgid ""
-"This information can be handy for identifying the most persistent IP "
-"addresses or ranges used by spammers."
+msgid "This section displays a list of the IP addresses of the people or bots who have left SPAM comments on your site."
msgstr ""
#: admin/wp-security-spam-menu.php:375
-msgid ""
-"By inspecting the IP address data coming from spammers you will be in a "
-"better position to determine which addresses or address ranges you should "
-"block by adding them to the permanent block list."
+msgid "This information can be handy for identifying the most persistent IP addresses or ranges used by spammers."
msgstr ""
#: admin/wp-security-spam-menu.php:376
+msgid "By inspecting the IP address data coming from spammers you will be in a better position to determine which addresses or address ranges you should block by adding them to the permanent block list."
+msgstr ""
+
+#: admin/wp-security-spam-menu.php:377
msgid ""
-"To add one or more of the IP addresses displayed in the table below to your "
-"blacklist, simply click the \"Block\" link for the individual row or select "
-"more than one address\n"
-" using the checkboxes and then choose the \"block"
-"\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
+"To add one or more of the IP addresses displayed in the table below to your blacklist, simply click the \"Block\" link for the individual row or select more than one address
+\n"
+" using the checkboxes and then choose the \"block\" option from the Bulk Actions dropdown list and click the \"Apply\" button."
msgstr ""
-#: admin/wp-security-spam-menu.php:386
+#: admin/wp-security-spam-menu.php:387
msgid "Minimum number of SPAM comments per IP"
msgstr ""
-#: admin/wp-security-spam-menu.php:388
-msgid ""
-"This field allows you to list only those IP addresses which have been used "
-"to post X or more SPAM comments."
+#: admin/wp-security-spam-menu.php:389
+msgid "This field allows you to list only those IP addresses which have been used to post X or more SPAM comments."
msgstr ""
-#: admin/wp-security-spam-menu.php:392
-msgid ""
-"Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses "
-"which were used to submit SPAM comments."
+#: admin/wp-security-spam-menu.php:393
+msgid "Example 1: Setting this value to \"0\" or \"1\" will list ALL IP addresses which were used to submit SPAM comments."
msgstr ""
-#: admin/wp-security-spam-menu.php:393
-msgid ""
-"Example 2: Setting this value to \"5\" will list only those IP addresses "
-"which were used to submit 5 SPAM comments or more on your site."
+#: admin/wp-security-spam-menu.php:394
+msgid "Example 2: Setting this value to \"5\" will list only those IP addresses which were used to submit 5 SPAM comments or more on your site."
msgstr ""
-#: admin/wp-security-spam-menu.php:400
+#: admin/wp-security-spam-menu.php:401
msgid "Find IP Addresses"
msgstr ""
-#: admin/wp-security-spam-menu.php:404
+#: admin/wp-security-spam-menu.php:405
msgid "SPAMMER IP Address Results"
msgstr ""
-#: admin/wp-security-spam-menu.php:410 classes/wp-security-utility.php:228
-msgid ""
-"The plugin has detected that you are using a Multi-Site WordPress "
-"installation."
+#: admin/wp-security-spam-menu.php:411
+#: classes/wp-security-utility.php:228
+msgid "The plugin has detected that you are using a Multi-Site WordPress installation."
msgstr ""
-#: admin/wp-security-spam-menu.php:411
+#: admin/wp-security-spam-menu.php:412
msgid "Only the \"superadmin\" can block IP addresses from the main site."
msgstr ""
-#: admin/wp-security-spam-menu.php:412
-msgid ""
-"Take note of the IP addresses you want blocked and ask the superadmin to add "
-"these to the blacklist using the \"Blacklist Manager\" on the main site."
+#: admin/wp-security-spam-menu.php:413
+msgid "Take note of the IP addresses you want blocked and ask the superadmin to add these to the blacklist using the \"Blacklist Manager\" on the main site."
msgstr ""
-#: admin/wp-security-spam-menu.php:457
+#: admin/wp-security-spam-menu.php:458
msgid "BuddyPress SPAM Settings"
msgstr ""
-#: admin/wp-security-spam-menu.php:462
+#: admin/wp-security-spam-menu.php:463
msgid "Add Captcha To BuddyPress Registration Form"
msgstr ""
-#: admin/wp-security-spam-menu.php:466
-msgid ""
-"This feature will add a simple math captcha field in the BuddyPress "
-"registration form."
+#: admin/wp-security-spam-menu.php:467
+msgid "This feature will add a simple math captcha field in the BuddyPress registration form."
msgstr ""
-#: admin/wp-security-spam-menu.php:467
-msgid ""
-"Adding a captcha field in the registration form is a simple way of greatly "
-"reducing SPAM signups from bots without using .htaccess rules."
+#: admin/wp-security-spam-menu.php:468
+msgid "Adding a captcha field in the registration form is a simple way of greatly reducing SPAM signups from bots without using .htaccess rules."
msgstr ""
-#: admin/wp-security-spam-menu.php:477
+#: admin/wp-security-spam-menu.php:478
msgid "Enable Captcha On BuddyPress Registration Form"
msgstr ""
-#: admin/wp-security-spam-menu.php:480
-msgid ""
-"Check this if you want to insert a captcha field on the BuddyPress "
-"registration forms"
+#: admin/wp-security-spam-menu.php:481
+msgid "Check this if you want to insert a captcha field on the BuddyPress registration forms"
msgstr ""
-#: admin/wp-security-spam-menu.php:489
-msgid ""
-"BuddyPress is not active! In order to use this feature you will need to have "
-"BuddyPress installed and activated."
+#: admin/wp-security-spam-menu.php:490
+msgid "BuddyPress is not active! In order to use this feature you will need to have BuddyPress installed and activated."
msgstr ""
-#: admin/wp-security-spam-menu.php:519
+#: admin/wp-security-spam-menu.php:520
msgid "BBPress SPAM Settings"
msgstr ""
-#: admin/wp-security-spam-menu.php:524
+#: admin/wp-security-spam-menu.php:525
msgid "Add Captcha To BBPress New Topic Form"
msgstr ""
-#: admin/wp-security-spam-menu.php:528
-msgid ""
-"This feature will add a simple math captcha field in the BBPress new topic "
-"form."
+#: admin/wp-security-spam-menu.php:529
+msgid "This feature will add a simple math captcha field in the BBPress new topic form."
msgstr ""
-#: admin/wp-security-spam-menu.php:529
-msgid ""
-"Adding a captcha field in the this form is a simple way of greatly reducing "
-"SPAM submitted from bots."
+#: admin/wp-security-spam-menu.php:530
+msgid "Adding a captcha field in the this form is a simple way of greatly reducing SPAM submitted from bots."
msgstr ""
-#: admin/wp-security-spam-menu.php:539
+#: admin/wp-security-spam-menu.php:540
msgid "Enable Captcha On BBPress New Topic Form"
msgstr ""
-#: admin/wp-security-spam-menu.php:542
-msgid ""
-"Check this if you want to insert a captcha field on the BBPress new topic "
-"forms"
+#: admin/wp-security-spam-menu.php:543
+msgid "Check this if you want to insert a captcha field on the BBPress new topic forms"
msgstr ""
-#: admin/wp-security-spam-menu.php:551
-msgid ""
-"BBPress is not active! In order to use this feature you will need to have "
-"BBPress installed and activated."
+#: admin/wp-security-spam-menu.php:552
+msgid "BBPress is not active! In order to use this feature you will need to have BBPress installed and activated."
msgstr ""
#: admin/wp-security-user-accounts-menu.php:32
@@ -4363,7 +3785,6 @@ msgid "Display Name"
msgstr ""
#: admin/wp-security-user-accounts-menu.php:34
-#: other-includes/wp-security-rename-login-feature.php:1029
msgid "Password"
msgstr ""
@@ -4372,28 +3793,19 @@ msgid "Admin User Security"
msgstr ""
#: admin/wp-security-user-accounts-menu.php:92
-msgid ""
-"By default, WordPress sets the administrator username to \"admin\" at "
-"installation time."
+msgid "By default, WordPress sets the administrator username to \"admin\" at installation time."
msgstr ""
#: admin/wp-security-user-accounts-menu.php:93
-msgid ""
-"A lot of hackers try to take advantage of this information by attempting "
-"\"Brute Force Login Attacks\" where they repeatedly try to guess the "
-"password by using \"admin\" for username."
+msgid "A lot of hackers try to take advantage of this information by attempting \"Brute Force Login Attacks\" where they repeatedly try to guess the password by using \"admin\" for username."
msgstr ""
#: admin/wp-security-user-accounts-menu.php:94
-msgid ""
-"From a security perspective, changing the default \"admin\" user name is one "
-"of the first and smartest things you should do on your site."
+msgid "From a security perspective, changing the default \"admin\" user name is one of the first and smartest things you should do on your site."
msgstr ""
#: admin/wp-security-user-accounts-menu.php:95
-msgid ""
-"This feature will allow you to change your default \"admin\" user name to a "
-"more secure name of your choosing."
+msgid "This feature will allow you to change your default \"admin\" user name to a more secure name of your choosing."
msgstr ""
#: admin/wp-security-user-accounts-menu.php:102
@@ -4406,216 +3818,178 @@ msgid "Change Admin Username"
msgstr ""
#: admin/wp-security-user-accounts-menu.php:119
-msgid ""
-"Your site currently has an account which uses the default \"admin\" "
-"username. \n"
-" It is highly recommended that you change this name to "
-"something else. \n"
-" Use the following field to change the admin username."
+msgid "Your site currently has an account which uses the default \"admin\" username. It is highly recommended that you change this name to something else. Use the following field to change the admin username."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:127
+#: admin/wp-security-user-accounts-menu.php:125
msgid "New Admin Username"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:129
+#: admin/wp-security-user-accounts-menu.php:127
msgid "Choose a new username for admin."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:133
+#: admin/wp-security-user-accounts-menu.php:131
msgid "Change Username"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:135
-msgid ""
-"NOTE: If you are currently logged in as \"admin\" you will be automatically "
-"logged out after changing your username and will be required to log back in."
+#: admin/wp-security-user-accounts-menu.php:133
+msgid "NOTE: If you are currently logged in as \"admin\" you will be automatically logged out after changing your username and will be required to log back in."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:142
+#: admin/wp-security-user-accounts-menu.php:140
msgid "No action required! "
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:144
-msgid ""
-"Your site does not have any account which uses the default \"admin\" "
-"username. "
+#: admin/wp-security-user-accounts-menu.php:142
+msgid "Your site does not have any account which uses the default \"admin\" username. "
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:145
+#: admin/wp-security-user-accounts-menu.php:143
msgid "This is good security practice."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:157
+#: admin/wp-security-user-accounts-menu.php:155
msgid "Display Name Security"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:160
-msgid ""
-"When you submit a post or answer a comment, WordPress will usually display "
-"your \"nickname\"."
+#: admin/wp-security-user-accounts-menu.php:158
+msgid "When you submit a post or answer a comment, WordPress will usually display your \"nickname\"."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:161
-msgid ""
-"By default the nickname is set to the login (or user) name of your account."
+#: admin/wp-security-user-accounts-menu.php:159
+msgid "By default the nickname is set to the login (or user) name of your account."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:162
-msgid ""
-"From a security perspective, leaving your nickname the same as your user "
-"name is bad practice because it gives a hacker at least half of your "
-"account's login credentials."
+#: admin/wp-security-user-accounts-menu.php:160
+msgid "From a security perspective, leaving your nickname the same as your user name is bad practice because it gives a hacker at least half of your account's login credentials."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:163
-msgid ""
-"Therefore to further tighten your site's security you are advised to change "
-"your nickname and Display name to be "
-"different from your Username ."
+#: admin/wp-security-user-accounts-menu.php:161
+msgid "Therefore to further tighten your site's security you are advised to change your nickname and Display name to be different from your Username ."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:169
+#: admin/wp-security-user-accounts-menu.php:167
msgid "Modify Accounts With Identical Login Name & Display Name"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:178
-msgid ""
-"Your site currently has the following accounts which have an identical login "
-"name and display name."
+#: admin/wp-security-user-accounts-menu.php:176
+msgid "Your site currently has the following accounts which have an identical login name and display name."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:179
+#: admin/wp-security-user-accounts-menu.php:177
msgid "Click on the link to edit the settings of that particular user account"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:194
+#: admin/wp-security-user-accounts-menu.php:192
msgid "No action required."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:195
-msgid ""
-"Your site does not have a user account where the display name is identical "
-"to the username."
+#: admin/wp-security-user-accounts-menu.php:193
+msgid "Your site does not have a user account where the display name is identical to the username."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:206
+#: admin/wp-security-user-accounts-menu.php:204
msgid "Password Tool"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:209
-msgid ""
-"Poor password selection is one of the most common weak points of many sites "
-"and is usually the first thing a hacker will try to exploit when attempting "
-"to break into your site."
+#: admin/wp-security-user-accounts-menu.php:207
+msgid "Poor password selection is one of the most common weak points of many sites and is usually the first thing a hacker will try to exploit when attempting to break into your site."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:210
-msgid ""
-"Many people fall into the trap of using a simple word or series of numbers "
-"as their password. Such a predictable and simple password would take a "
-"competent hacker merely minutes to guess your password by using a simple "
-"script which cycles through the easy and most common combinations."
+#: admin/wp-security-user-accounts-menu.php:208
+msgid "Many people fall into the trap of using a simple word or series of numbers as their password. Such a predictable and simple password would take a competent hacker merely minutes to guess your password by using a simple script which cycles through the easy and most common combinations."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:211
-msgid ""
-"The longer and more complex your password is the harder it is for hackers to "
-"\"crack\" because more complex passwords require much greater computing "
-"power and time."
+#: admin/wp-security-user-accounts-menu.php:209
+msgid "The longer and more complex your password is the harder it is for hackers to \"crack\" because more complex passwords require much greater computing power and time."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:212
-msgid ""
-"This section contains a useful password strength tool which you can use to "
-"check whether your password is sufficiently strong enough."
+#: admin/wp-security-user-accounts-menu.php:210
+msgid "This section contains a useful password strength tool which you can use to check whether your password is sufficiently strong enough."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:217
+#: admin/wp-security-user-accounts-menu.php:215
msgid "Password Strength Tool"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:222
+#: admin/wp-security-user-accounts-menu.php:217
+msgid "This password tool uses an algorithm which calculates how long it would take for your password to be cracked using the computing power of an off-the-shelf current model desktop PC with high end processor, graphics card and appropriate password cracking software."
+msgstr ""
+
+#: admin/wp-security-user-accounts-menu.php:220
msgid "Start typing a password."
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:225
+#: admin/wp-security-user-accounts-menu.php:223
msgid "It would take a desktop PC approximately"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:226
+#: admin/wp-security-user-accounts-menu.php:224
msgid "1 sec"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:226
+#: admin/wp-security-user-accounts-menu.php:224
msgid "to crack your password!"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:231
+#: admin/wp-security-user-accounts-menu.php:229
msgid "Password Strength"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:247
+#: admin/wp-security-user-accounts-menu.php:245
msgid "Nonce check failed on admin username change operation!"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:254
+#: admin/wp-security-user-accounts-menu.php:252
msgid "Username "
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:254
+#: admin/wp-security-user-accounts-menu.php:252
msgid " already exists. Please enter another value. "
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:271
+#: admin/wp-security-user-accounts-menu.php:269
msgid "The database update operation of the user account failed!"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:300
+#: admin/wp-security-user-accounts-menu.php:298
msgid "You entered an invalid username. Please enter another value. "
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:304
+#: admin/wp-security-user-accounts-menu.php:302
msgid "Please enter a value for your username. "
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:311
+#: admin/wp-security-user-accounts-menu.php:309
msgid "Username Successfully Changed!"
msgstr ""
-#: admin/wp-security-user-accounts-menu.php:331
+#: admin/wp-security-user-accounts-menu.php:329
msgid "Account Login Name"
msgstr ""
#: admin/wp-security-user-login-menu.php:29
-#: admin/wp-security-user-login-menu.php:416
+#: admin/wp-security-user-login-menu.php:418
msgid "Failed Login Records"
msgstr ""
#: admin/wp-security-user-login-menu.php:30
-#: classes/grade-system/wp-security-feature-item-manager.php:53
+#: classes/grade-system/wp-security-feature-item-manager.php:54
msgid "Force Logout"
msgstr ""
#: admin/wp-security-user-login-menu.php:31
-#: admin/wp-security-user-login-menu.php:567
+#: admin/wp-security-user-login-menu.php:572
msgid "Account Activity Logs"
msgstr ""
#: admin/wp-security-user-login-menu.php:100
-msgid ""
-"You entered a non numeric value for the max login attempts field. It has "
-"been set to the default value."
+msgid "You entered a non numeric value for the max login attempts field. It has been set to the default value."
msgstr ""
#: admin/wp-security-user-login-menu.php:107
-msgid ""
-"You entered a non numeric value for the login retry time period field. It "
-"has been set to the default value."
-msgstr ""
-
-#: admin/wp-security-user-login-menu.php:187
-msgid "Nonce check failed for save lockdown whitelist settings!"
+msgid "You entered a non numeric value for the login retry time period field. It has been set to the default value."
msgstr ""
#: admin/wp-security-user-login-menu.php:230
@@ -4631,23 +4005,15 @@ msgid "Brute Force Login Attack"
msgstr ""
#: admin/wp-security-user-login-menu.php:234
-msgid ""
-"This is where attackers use repeated login attempts until they guess the "
-"password."
+msgid "This is where attackers use repeated login attempts until they guess the password."
msgstr ""
#: admin/wp-security-user-login-menu.php:235
-msgid ""
-"Apart from choosing strong passwords, monitoring and blocking IP addresses "
-"which are involved in repeated login failures in a short period of time is a "
-"very effective way to stop these types of attacks."
+msgid "Apart from choosing strong passwords, monitoring and blocking IP addresses which are involved in repeated login failures in a short period of time is a very effective way to stop these types of attacks."
msgstr ""
#: admin/wp-security-user-login-menu.php:236
-#, php-format
-msgid ""
-"You may also want to checkout our %s feature for another secure way to "
-"protect against these types of attacks."
+msgid "You may also want to checkout our %s feature for another secure way to protect against these types of attacks."
msgstr ""
#: admin/wp-security-user-login-menu.php:241
@@ -4659,9 +4025,7 @@ msgid "Enable Login Lockdown Feature"
msgstr ""
#: admin/wp-security-user-login-menu.php:255
-msgid ""
-"Check this if you want to enable the login lockdown feature and apply the "
-"settings below"
+msgid "Check this if you want to enable the login lockdown feature and apply the settings below"
msgstr ""
#: admin/wp-security-user-login-menu.php:259
@@ -4669,9 +4033,7 @@ msgid "Allow Unlock Requests"
msgstr ""
#: admin/wp-security-user-login-menu.php:262
-msgid ""
-"Check this if you want to allow users to generate an automated unlock "
-"request link which will unlock their account"
+msgid "Check this if you want to allow users to generate an automated unlock request link which will unlock their account"
msgstr ""
#: admin/wp-security-user-login-menu.php:266
@@ -4679,8 +4041,7 @@ msgid "Max Login Attempts"
msgstr ""
#: admin/wp-security-user-login-menu.php:268
-msgid ""
-"Set the value for the maximum login retries before IP address is locked out"
+msgid "Set the value for the maximum login retries before IP address is locked out"
msgstr ""
#: admin/wp-security-user-login-menu.php:272
@@ -4688,9 +4049,7 @@ msgid "Login Retry Time Period (min)"
msgstr ""
#: admin/wp-security-user-login-menu.php:274
-msgid ""
-"If the maximum number of failed login attempts for a particular IP address "
-"occur within this time period the plugin will lock out that address"
+msgid "If the maximum number of failed login attempts for a particular IP address occur within this time period the plugin will lock out that address"
msgstr ""
#: admin/wp-security-user-login-menu.php:278
@@ -4698,9 +4057,7 @@ msgid "Time Length of Lockout (min)"
msgstr ""
#: admin/wp-security-user-login-menu.php:280
-msgid ""
-"Set the length of time for which a particular IP address will be prevented "
-"from logging in"
+msgid "Set the length of time for which a particular IP address will be prevented from logging in"
msgstr ""
#: admin/wp-security-user-login-menu.php:284
@@ -4708,9 +4065,7 @@ msgid "Display Generic Error Message"
msgstr ""
#: admin/wp-security-user-login-menu.php:287
-msgid ""
-"Check this if you want to show a generic error message when a login attempt "
-"fails"
+msgid "Check this if you want to show a generic error message when a login attempt fails"
msgstr ""
#: admin/wp-security-user-login-menu.php:291
@@ -4718,9 +4073,7 @@ msgid "Instantly Lockout Invalid Usernames"
msgstr ""
#: admin/wp-security-user-login-menu.php:294
-msgid ""
-"Check this if you want to instantly lockout login attempts with usernames "
-"which do not exist on your system"
+msgid "Check this if you want to instantly lockout login attempts with usernames which do not exist on your system"
msgstr ""
#: admin/wp-security-user-login-menu.php:298
@@ -4728,9 +4081,7 @@ msgid "Instantly Lockout Specific Usernames"
msgstr ""
#: admin/wp-security-user-login-menu.php:307
-msgid ""
-"Insert one username per line. Existing usernames are not blocked even if "
-"present in the list."
+msgid "Insert one username per line. Existing usernames are not blocked even if present in the list."
msgstr ""
#: admin/wp-security-user-login-menu.php:311
@@ -4738,9 +4089,7 @@ msgid "Notify By Email"
msgstr ""
#: admin/wp-security-user-login-menu.php:314
-msgid ""
-"Check this if you want to receive an email when someone has been locked out "
-"due to maximum failed login attempts"
+msgid "Check this if you want to receive an email when someone has been locked out due to maximum failed login attempts"
msgstr ""
#: admin/wp-security-user-login-menu.php:324
@@ -4748,10 +4097,7 @@ msgid "Currently Locked Out IP Address Ranges"
msgstr ""
#: admin/wp-security-user-login-menu.php:329
-#, php-format
-msgid ""
-"To see a list of all locked IP addresses and ranges go to the %s tab in the "
-"dashboard menu."
+msgid "To see a list of all locked IP addresses and ranges go to the %s tab in the dashboard menu."
msgstr ""
#: admin/wp-security-user-login-menu.php:334
@@ -4763,10 +4109,7 @@ msgid "Enable Login Lockdown IP Whitelist"
msgstr ""
#: admin/wp-security-user-login-menu.php:351
-msgid ""
-"Enter one or more IP addresses or IP ranges you wish to include in your "
-"whitelist. The addresses specified here will never be blocked by the login "
-"lockdown feature."
+msgid "Enter one or more IP addresses or IP ranges you wish to include in your whitelist. The addresses specified here will never be blocked by the login lockdown feature."
msgstr ""
#: admin/wp-security-user-login-menu.php:382
@@ -4781,112 +4124,88 @@ msgstr ""
msgid "All records from the Failed Logins table were deleted successfully!"
msgstr ""
-#: admin/wp-security-user-login-menu.php:410
+#: admin/wp-security-user-login-menu.php:412
msgid "This tab displays the failed login attempts for your site."
msgstr ""
-#: admin/wp-security-user-login-menu.php:411
-msgid ""
-"The information below can be handy if you need to do security investigations "
-"because it will show you the IP range, username and ID (if applicable) and "
-"the time/date of the failed login attempt."
+#: admin/wp-security-user-login-menu.php:413
+msgid "The information below can be handy if you need to do security investigations because it will show you the IP range, username and ID (if applicable) and the time/date of the failed login attempt."
msgstr ""
-#: admin/wp-security-user-login-menu.php:445
-#: admin/wp-security-user-login-menu.php:454
+#: admin/wp-security-user-login-menu.php:452
+#: admin/wp-security-user-login-menu.php:461
msgid "Delete All Failed Login Records"
msgstr ""
-#: admin/wp-security-user-login-menu.php:451
-msgid ""
-"Click this button if you wish to delete all failed login records in one go."
+#: admin/wp-security-user-login-menu.php:458
+msgid "Click this button if you wish to delete all failed login records in one go."
msgstr ""
-#: admin/wp-security-user-login-menu.php:479
-msgid ""
-"You entered a non numeric value for the logout time period field. It has "
-"been set to the default value."
+#: admin/wp-security-user-login-menu.php:486
+msgid "You entered a non numeric value for the logout time period field. It has been set to the default value."
msgstr ""
-#: admin/wp-security-user-login-menu.php:507
-msgid ""
-"Setting an expiry period for your WP administration session is a simple way "
-"to protect against unauthorized access to your site from your computer."
+#: admin/wp-security-user-login-menu.php:514
+msgid "Setting an expiry period for your WP administration session is a simple way to protect against unauthorized access to your site from your computer."
msgstr ""
-#: admin/wp-security-user-login-menu.php:508
-msgid ""
-"This feature allows you to specify a time period in minutes after which the "
-"admin session will expire and the user will be forced to log back in."
+#: admin/wp-security-user-login-menu.php:515
+msgid "This feature allows you to specify a time period in minutes after which the admin session will expire and the user will be forced to log back in."
msgstr ""
-#: admin/wp-security-user-login-menu.php:513
+#: admin/wp-security-user-login-menu.php:520
msgid "Force User Logout Options"
msgstr ""
-#: admin/wp-security-user-login-menu.php:525
+#: admin/wp-security-user-login-menu.php:532
msgid "Enable Force WP User Logout"
msgstr ""
-#: admin/wp-security-user-login-menu.php:528
-msgid ""
-"Check this if you want to force a wp user to be logged out after a "
-"configured amount of time"
+#: admin/wp-security-user-login-menu.php:535
+msgid "Check this if you want to force a wp user to be logged out after a configured amount of time"
msgstr ""
-#: admin/wp-security-user-login-menu.php:532
+#: admin/wp-security-user-login-menu.php:539
msgid "Logout the WP User After XX Minutes"
msgstr ""
-#: admin/wp-security-user-login-menu.php:534
-msgid ""
-"(Minutes) The user will be forced to log back in after this time period has "
-"elapased."
+#: admin/wp-security-user-login-menu.php:541
+msgid "(Minutes) The user will be forced to log back in after this time period has elapased."
msgstr ""
-#: admin/wp-security-user-login-menu.php:561
-msgid ""
-"This tab displays the activity for accounts registered with your site that "
-"have logged in using the WordPress login form."
+#: admin/wp-security-user-login-menu.php:566
+msgid "This tab displays the activity for accounts registered with your site that have logged in using the WordPress login form."
msgstr ""
-#: admin/wp-security-user-login-menu.php:562
-msgid ""
-"The information below can be handy if you need to do security investigations "
-"because it will show you the last 50 recent login events by username, IP "
-"address and time/date."
+#: admin/wp-security-user-login-menu.php:567
+msgid "The information below can be handy if you need to do security investigations because it will show you the last 50 recent login events by username, IP address and time/date."
msgstr ""
-#: admin/wp-security-user-login-menu.php:618
+#: admin/wp-security-user-login-menu.php:628
msgid "Nonce check failed for users logged in list!"
msgstr ""
-#: admin/wp-security-user-login-menu.php:626
+#: admin/wp-security-user-login-menu.php:636
msgid "Refresh Logged In User Data"
msgstr ""
-#: admin/wp-security-user-login-menu.php:630
+#: admin/wp-security-user-login-menu.php:640
msgid "Refresh Data"
msgstr ""
-#: admin/wp-security-user-login-menu.php:636
+#: admin/wp-security-user-login-menu.php:646
msgid "This tab displays all users who are currently logged into your site."
msgstr ""
-#: admin/wp-security-user-login-menu.php:637
-msgid ""
-"If you suspect there is a user or users who are logged in which should not "
-"be, you can block them by inspecting the IP addresses from the data below "
-"and adding them to your blacklist."
+#: admin/wp-security-user-login-menu.php:647
+msgid "If you suspect there is a user or users who are logged in which should not be, you can block them by inspecting the IP addresses from the data below and adding them to your blacklist."
msgstr ""
-#: admin/wp-security-user-login-menu.php:638
-msgid ""
-"You can also instantly log them out by clicking on the \"Force Logout\" link "
-"when you hover over the row in the User Id column."
+#: admin/wp-security-user-login-menu.php:648
+msgid "You can also instantly log them out by clicking on the \"Force Logout\" link when you hover over the row in the User Id column."
msgstr ""
-#: admin/wp-security-user-login-menu.php:643
+#: admin/wp-security-user-login-menu.php:653
msgid "Currently Logged In Users"
msgstr ""
@@ -4895,7 +4214,7 @@ msgid "Manual Approval"
msgstr ""
#: admin/wp-security-user-registration-menu.php:28
-#: classes/grade-system/wp-security-feature-item-manager.php:59
+#: classes/grade-system/wp-security-feature-item-manager.php:60
msgid "Registration Captcha"
msgstr ""
@@ -4912,161 +4231,83 @@ msgid "Manually Approve New Registrations"
msgstr ""
#: admin/wp-security-user-registration-menu.php:130
-msgid ""
-"If your site allows people to create their own accounts via the WordPress "
-"registration form, then you can minimize SPAM or bogus registrations by "
-"manually approving each registration."
+msgid "If your site allows people to create their own accounts via the WordPress registration form, then you can minimize SPAM or bogus registrations by manually approving each registration."
msgstr ""
#: admin/wp-security-user-registration-menu.php:131
-msgid ""
-"This feature will automatically set a newly registered account to \"pending"
-"\" until the administrator activates it. Therefore undesirable registrants "
-"will be unable to log in without your express approval."
+msgid "This feature will automatically set a newly registered account to \"pending\" until the administrator activates it. Therefore undesirable registrants will be unable to log in without your express approval."
msgstr ""
#: admin/wp-security-user-registration-menu.php:132
-msgid ""
-"You can view all accounts which have been newly registered via the handy "
-"table below and you can also perform bulk activation/deactivation/deletion "
-"tasks on each account."
+msgid "You can view all accounts which have been newly registered via the handy table below and you can also perform bulk activation/deactivation/deletion tasks on each account."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:148
+#: admin/wp-security-user-registration-menu.php:149
msgid "Enable manual approval of new registrations"
msgstr ""
-#: admin/wp-security-user-registration-menu.php:151
-msgid ""
-"Check this if you want to automatically disable all newly registered "
-"accounts so that you can approve them manually."
+#: admin/wp-security-user-registration-menu.php:152
+msgid "Check this if you want to automatically disable all newly registered accounts so that you can approve them manually."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:160
+#: admin/wp-security-user-registration-menu.php:161
msgid "Approve Registered Users"
msgstr ""
-#: admin/wp-security-user-registration-menu.php:205
-msgid ""
-"This feature allows you to add a captcha form on the WordPress registration "
-"page."
+#: admin/wp-security-user-registration-menu.php:213
+msgid "This feature allows you to add a captcha form on the WordPress registration page."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:206
-msgid ""
-"Users who attempt to register will also need to enter the answer to a simple "
-"mathematical question - if they enter the wrong answer, the plugin will not "
-"allow them to register."
+#: admin/wp-security-user-registration-menu.php:214
+msgid "Users who attempt to register will also need to enter the answer to a simple mathematical question - if they enter the wrong answer, the plugin will not allow them to register."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:207
-msgid ""
-"Therefore, adding a captcha form on the registration page is another "
-"effective yet simple SPAM registration prevention technique."
+#: admin/wp-security-user-registration-menu.php:215
+msgid "Therefore, adding a captcha form on the registration page is another effective yet simple SPAM registration prevention technique."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:212
+#: admin/wp-security-user-registration-menu.php:220
msgid "Registration Page Captcha Settings"
msgstr ""
-#: admin/wp-security-user-registration-menu.php:219
-msgid ""
-"The core default behaviour for WordPress Multi Site regarding user "
-"registration is that all users are registered via the main site."
+#: admin/wp-security-user-registration-menu.php:227
+msgid "The core default behaviour for WordPress Multi Site regarding user registration is that all users are registered via the main site."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:220
-msgid ""
-"Therefore, if you would like to add a captcha form to the registration page "
-"for a Multi Site, please go to \"Registration Captcha\" settings on the main "
-"site."
+#: admin/wp-security-user-registration-menu.php:228
+msgid "Therefore, if you would like to add a captcha form to the registration page for a Multi Site, please go to \"Registration Captcha\" settings on the main site."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:235
+#: admin/wp-security-user-registration-menu.php:243
msgid "Enable Captcha On Registration Page"
msgstr ""
-#: admin/wp-security-user-registration-menu.php:238
-msgid ""
-"Check this if you want to insert a captcha form on the WordPress user "
-"registration page (if you allow user registration)."
+#: admin/wp-security-user-registration-menu.php:246
+msgid "Check this if you want to insert a captcha form on the WordPress user registration page (if you allow user registration)."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:276
-msgid ""
-"This feature allows you to add a special hidden \"honeypot\" field on the "
-"WordPress registration page. This will only be visible to robots and not "
-"humans."
+#: admin/wp-security-user-registration-menu.php:284
+msgid "This feature allows you to add a special hidden \"honeypot\" field on the WordPress registration page. This will only be visible to robots and not humans."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:277
-msgid ""
-"Since robots usually fill in every input field from a registration form, "
-"they will also submit a value for the special hidden honeypot field."
+#: admin/wp-security-user-registration-menu.php:285
+msgid "Since robots usually fill in every input field from a registration form, they will also submit a value for the special hidden honeypot field."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:279
-msgid ""
-"Therefore, if the plugin detects that this field has a value when the "
-"registration form is submitted, then the robot which is attempting to "
-"register on your site will be redirected to its localhost address - "
-"http://127.0.0.1."
+#: admin/wp-security-user-registration-menu.php:287
+msgid "Therefore, if the plugin detects that this field has a value when the registration form is submitted, then the robot which is attempting to register on your site will be redirected to its localhost address - http://127.0.0.1."
msgstr ""
-#: admin/wp-security-user-registration-menu.php:285
+#: admin/wp-security-user-registration-menu.php:293
msgid "Registration Form Honeypot Settings"
msgstr ""
-#: admin/wp-security-user-registration-menu.php:296
+#: admin/wp-security-user-registration-menu.php:304
msgid "Enable Honeypot On Registration Page"
msgstr ""
-#: admin/wp-security-user-registration-menu.php:299
-msgid ""
-"Check this if you want to enable the honeypot feature for the registration "
-"page"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:25
-msgid "WhoIS Lookup"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:78
-msgid "WHOIS Lookup Information"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:81
-msgid ""
-"This feature allows you to look up more detailed information about an IP "
-"address or domain name by querying the WHOIS API."
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:87
-msgid "Perform a WHOIS Lookup for an IP or Domain Name"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:93
-msgid "Enter IP Address or Domain Name"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:95
-msgid ""
-"Enter an IP address or domain name. Example: 111.11.12.13 OR some-domain-"
-"name.com"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:99
-msgid "Perform IP or Domain Lookup"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:120
-msgid "WHOIS lookup successfully completed. Please see the results below:"
-msgstr ""
-
-#: admin/wp-security-whois-menu.php:132
-msgid ""
-"You have entered an incorrectly formatted IP address or domain name. Please "
-"try again."
+#: admin/wp-security-user-registration-menu.php:307
+msgid "Check this if you want to enable the honeypot feature for the registration page"
msgstr ""
#: classes/grade-system/wp-security-feature-item-manager.php:29
@@ -5086,82 +4327,86 @@ msgid "Woo Login Captcha"
msgstr ""
#: classes/grade-system/wp-security-feature-item-manager.php:47
+msgid "Woo Lost Password Captcha"
+msgstr ""
+
+#: classes/grade-system/wp-security-feature-item-manager.php:48
msgid "Woo Register Captcha"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:49
+#: classes/grade-system/wp-security-feature-item-manager.php:50
msgid "Lost Password Captcha"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:51
+#: classes/grade-system/wp-security-feature-item-manager.php:52
msgid "Login IP Whitelisting"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:57
+#: classes/grade-system/wp-security-feature-item-manager.php:58
msgid "Registration Approval"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:61
+#: classes/grade-system/wp-security-feature-item-manager.php:62
msgid "Enable Registration Honeypot"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:75
+#: classes/grade-system/wp-security-feature-item-manager.php:76
msgid "WordPress Files Access"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:79
+#: classes/grade-system/wp-security-feature-item-manager.php:80
msgid "IP and User Agent Blacklisting"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:83
+#: classes/grade-system/wp-security-feature-item-manager.php:84
msgid "Enable Basic Firewall"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:84
+#: classes/grade-system/wp-security-feature-item-manager.php:85
msgid "Enable Pingback Vulnerability Protection"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:85
+#: classes/grade-system/wp-security-feature-item-manager.php:86
msgid "Block Accesss to Debug Log File"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:86
+#: classes/grade-system/wp-security-feature-item-manager.php:87
msgid "Enable IP blocking for 404 detection"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:90
+#: classes/grade-system/wp-security-feature-item-manager.php:91
msgid "Enable Rename Login Page"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:92
+#: classes/grade-system/wp-security-feature-item-manager.php:93
msgid "Enable Login Honeypot"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:98
+#: classes/grade-system/wp-security-feature-item-manager.php:99
msgid "Forbid Proxy Comments"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:99
+#: classes/grade-system/wp-security-feature-item-manager.php:100
msgid "Deny Bad Queries"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:101
+#: classes/grade-system/wp-security-feature-item-manager.php:102
msgid "5G/6G Blacklist"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:104
+#: classes/grade-system/wp-security-feature-item-manager.php:105
msgid "Block Spambots"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:106
+#: classes/grade-system/wp-security-feature-item-manager.php:107
msgid "Comment Captcha"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:108
+#: classes/grade-system/wp-security-feature-item-manager.php:109
msgid "BuddyPress Registration Captcha"
msgstr ""
-#: classes/grade-system/wp-security-feature-item-manager.php:110
+#: classes/grade-system/wp-security-feature-item-manager.php:111
msgid "BBPress New Topic Captcha"
msgstr ""
@@ -5189,88 +4434,88 @@ msgstr ""
msgid " generated on"
msgstr ""
-#: classes/wp-security-captcha.php:21
-#: classes/wp-security-general-init-tasks.php:424
+#: classes/wp-security-captcha.php:42
+#: classes/wp-security-general-init-tasks.php:456
msgid "Please enter an answer in digits:"
msgstr ""
-#: classes/wp-security-captcha.php:102
+#: classes/wp-security-captcha.php:123
msgid "one"
msgstr ""
-#: classes/wp-security-captcha.php:103
+#: classes/wp-security-captcha.php:124
msgid "two"
msgstr ""
-#: classes/wp-security-captcha.php:104
+#: classes/wp-security-captcha.php:125
msgid "three"
msgstr ""
-#: classes/wp-security-captcha.php:105
+#: classes/wp-security-captcha.php:126
msgid "four"
msgstr ""
-#: classes/wp-security-captcha.php:106
+#: classes/wp-security-captcha.php:127
msgid "five"
msgstr ""
-#: classes/wp-security-captcha.php:107
+#: classes/wp-security-captcha.php:128
msgid "six"
msgstr ""
-#: classes/wp-security-captcha.php:108
+#: classes/wp-security-captcha.php:129
msgid "seven"
msgstr ""
-#: classes/wp-security-captcha.php:109
+#: classes/wp-security-captcha.php:130
msgid "eight"
msgstr ""
-#: classes/wp-security-captcha.php:110
+#: classes/wp-security-captcha.php:131
msgid "nine"
msgstr ""
-#: classes/wp-security-captcha.php:111
+#: classes/wp-security-captcha.php:132
msgid "ten"
msgstr ""
-#: classes/wp-security-captcha.php:112
+#: classes/wp-security-captcha.php:133
msgid "eleven"
msgstr ""
-#: classes/wp-security-captcha.php:113
+#: classes/wp-security-captcha.php:134
msgid "twelve"
msgstr ""
-#: classes/wp-security-captcha.php:114
+#: classes/wp-security-captcha.php:135
msgid "thirteen"
msgstr ""
-#: classes/wp-security-captcha.php:115
+#: classes/wp-security-captcha.php:136
msgid "fourteen"
msgstr ""
-#: classes/wp-security-captcha.php:116
+#: classes/wp-security-captcha.php:137
msgid "fifteen"
msgstr ""
-#: classes/wp-security-captcha.php:117
+#: classes/wp-security-captcha.php:138
msgid "sixteen"
msgstr ""
-#: classes/wp-security-captcha.php:118
+#: classes/wp-security-captcha.php:139
msgid "seventeen"
msgstr ""
-#: classes/wp-security-captcha.php:119
+#: classes/wp-security-captcha.php:140
msgid "eighteen"
msgstr ""
-#: classes/wp-security-captcha.php:120
+#: classes/wp-security-captcha.php:141
msgid "nineteen"
msgstr ""
-#: classes/wp-security-captcha.php:121
+#: classes/wp-security-captcha.php:142
msgid "twenty"
msgstr ""
@@ -5298,7 +4543,8 @@ msgstr ""
msgid "The following files were added to your host"
msgstr ""
-#: classes/wp-security-file-scan.php:323 classes/wp-security-file-scan.php:332
+#: classes/wp-security-file-scan.php:323
+#: classes/wp-security-file-scan.php:332
#: classes/wp-security-file-scan.php:342
msgid "modified on: "
msgstr ""
@@ -5311,143 +4557,119 @@ msgstr ""
msgid "The following files were changed on your host"
msgstr ""
-#: classes/wp-security-general-init-tasks.php:126
-#: classes/wp-security-general-init-tasks.php:492
-msgid "Please enter an answer in the CAPTCHA field."
+#: classes/wp-security-general-init-tasks.php:479
+#: classes/wp-security-general-init-tasks.php:567
+#: classes/wp-security-general-init-tasks.php:602
+#: classes/wp-security-user-login.php:81
+#: classes/wp-security-user-registration.php:76
+#: classes/wp-security-user-registration.php:97
+msgid "ERROR : Your answer was incorrect - please try again."
msgstr ""
-#: classes/wp-security-general-init-tasks.php:138
-#: classes/wp-security-general-init-tasks.php:505
-msgid ""
-"Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
+#: classes/wp-security-general-init-tasks.php:514
+msgid "Enter something special:"
msgstr ""
-#: classes/wp-security-general-init-tasks.php:453
-#: classes/wp-security-general-init-tasks.php:536
-#: classes/wp-security-user-login.php:82
-#: classes/wp-security-user-registration.php:85
-#: classes/wp-security-user-registration.php:115
-msgid "ERROR : Your answer was incorrect - please try again."
+#: classes/wp-security-general-init-tasks.php:540
+msgid "Error: You entered an incorrect CAPTCHA answer. Please go back and try again."
msgstr ""
-#: classes/wp-security-general-init-tasks.php:465
-msgid "Enter something special:"
+#: classes/wp-security-general-init-tasks.php:586
+msgid "Your CAPTCHA answer was incorrect - please try again."
msgstr ""
-#: classes/wp-security-general-init-tasks.php:563
-msgid "Your CAPTCHA answer was incorrect - please try again."
+#: classes/wp-security-general-init-tasks.php:595
+msgid "ERROR : Your IP address is currently locked please contact the administrator!"
msgstr ""
-#: classes/wp-security-general-init-tasks.php:575
-msgid ""
-"Would you like All In One WP Security & Firewall to re-insert the security "
-"rules in your .htaccess file which were cleared when you deactivated the "
-"plugin?"
+#: classes/wp-security-general-init-tasks.php:632
+msgid "Would you like All In One WP Security & Firewall to re-insert the security rules in your .htaccess file which were cleared when you deactivated the plugin?"
msgstr ""
-#: classes/wp-security-general-init-tasks.php:592
+#: classes/wp-security-general-init-tasks.php:649
msgid "Your registration is pending approval."
msgstr ""
-#: classes/wp-security-process-renamed-login-page.php:110
+#: classes/wp-security-process-renamed-login-page.php:133
msgid "Not available."
msgstr ""
#: classes/wp-security-user-login.php:43
-msgid ""
-"ERROR : Access from your IP address has been blocked for "
-"security reasons. Please contact the administrator."
+msgid "ERROR : Access from your IP address has been blocked for security reasons. Please contact the administrator."
msgstr ""
#: classes/wp-security-user-login.php:52
msgid "Service Temporarily Unavailable"
msgstr ""
-#: classes/wp-security-user-login.php:125
-msgid ""
-"ACCOUNT PENDING : Your account is currently not active. An "
-"administrator needs to activate your account before you can login."
+#: classes/wp-security-user-login.php:109
+msgid "ACCOUNT PENDING : Your account is currently not active. An administrator needs to activate your account before you can login."
msgstr ""
-#: classes/wp-security-user-login.php:193
+#: classes/wp-security-user-login.php:177
msgid "ERROR : Invalid login credentials."
msgstr ""
-#: classes/wp-security-user-login.php:313
+#: classes/wp-security-user-login.php:300
msgid "Site Lockout Notification"
msgstr ""
-#: classes/wp-security-user-login.php:314
-msgid ""
-"A lockdown event has occurred due to too many failed login attempts or "
-"invalid username:"
+#: classes/wp-security-user-login.php:301
+msgid "A lockdown event has occurred due to too many failed login attempts or invalid username:"
msgstr ""
-#: classes/wp-security-user-login.php:315
+#: classes/wp-security-user-login.php:302
msgid "Username:"
msgstr ""
-#: classes/wp-security-user-login.php:316
+#: classes/wp-security-user-login.php:303
msgid "IP Address:"
msgstr ""
-#: classes/wp-security-user-login.php:317
+#: classes/wp-security-user-login.php:304
msgid "IP Range:"
msgstr ""
-#: classes/wp-security-user-login.php:318
-msgid ""
-"Log into your site's WordPress administration panel to see the duration of "
-"the lockout or to unlock the user."
+#: classes/wp-security-user-login.php:305
+msgid "Log into your site's WordPress administration panel to see the duration of the lockout or to unlock the user."
msgstr ""
-#: classes/wp-security-user-login.php:422
+#: classes/wp-security-user-login.php:409
msgid "Unlock Request Notification"
msgstr ""
-#: classes/wp-security-user-login.php:424
-#, php-format
-msgid ""
-"You have requested for the account with email address %s to be unlocked. "
-"Please click the link below to unlock your account:"
+#: classes/wp-security-user-login.php:411
+msgid "You have requested for the account with email address %s to be unlocked. Please click the link below to unlock your account:"
msgstr ""
-#: classes/wp-security-user-login.php:425
-#, php-format
+#: classes/wp-security-user-login.php:412
msgid "Unlock link: %s"
msgstr ""
-#: classes/wp-security-user-login.php:426
-msgid ""
-"After clicking the above link you will be able to login to the WordPress "
-"administration panel."
+#: classes/wp-security-user-login.php:413
+msgid "After clicking the above link you will be able to login to the WordPress administration panel."
msgstr ""
-#: classes/wp-security-user-login.php:583
-#, php-format
-msgid ""
-"Your session has expired because it has been over %d minutes since your last "
-"login."
+#: classes/wp-security-user-login.php:570
+msgid "Your session has expired because it has been over %d minutes since your last login."
msgstr ""
-#: classes/wp-security-user-login.php:584
-#: classes/wp-security-user-login.php:588
+#: classes/wp-security-user-login.php:571
+#: classes/wp-security-user-login.php:575
msgid "Please log back in to continue."
msgstr ""
-#: classes/wp-security-user-login.php:587
+#: classes/wp-security-user-login.php:574
msgid "You were logged out because you just changed the \"admin\" username."
msgstr ""
-#: classes/wp-security-user-login.php:619
+#: classes/wp-security-user-login.php:606
msgid "Request Unlock"
msgstr ""
#: classes/wp-security-user-registration.php:69
-#: classes/wp-security-user-registration.php:100
-msgid ""
-"ERROR : You are not allowed to register because your IP "
-"address is currently locked!"
+#: classes/wp-security-user-registration.php:90
+msgid "ERROR : You are not allowed to register because your IP address is currently locked!"
msgstr ""
#: classes/wp-security-utility-ip-address.php:104
@@ -5463,250 +4685,7 @@ msgid "You cannot ban your own IP address: "
msgstr ""
#: classes/wp-security-utility.php:229
-msgid ""
-"This feature can only be configured by the \"superadmin\" on the main site."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:59
-#, php-format
-msgid "%1$s ‹ %2$s — WordPress"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:114
-msgid "https://wordpress.org/"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:115
-#: other-includes/wp-security-unlock-request.php:14
-msgid "Powered by WordPress"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:312
-msgid "ERROR : Enter a username or email address."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:316
-msgid ""
-"ERROR : There is no user registered with that email address."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:337
-msgid "ERROR : Invalid username or email."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:360
-msgid "Someone has requested a password reset for the following account:"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:362
-#, php-format
-msgid "Site Name: %s"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:364
-#, php-format
-msgid "Username: %s"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:365
-msgid "If this was a mistake, just ignore this email and nothing will happen."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:366
-msgid "To reset your password, visit the following address:"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:370
-#, php-format
-msgid "[%s] Password Reset"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:400
-msgid "The email could not be sent."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:400
-msgid "Possible reason: your host may have disabled the mail() function."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:553
-msgid ""
-"Your password reset link appears to be invalid. Please request a new link "
-"below."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:555
-msgid "Your password reset link has expired. Please request a new link below."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:576
-msgid "Lost Password"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:576
-msgid ""
-"Please enter your username or email address. You will receive a link to "
-"create a new password via email."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:588
-msgid "Username or Email Address"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:603
-#: other-includes/wp-security-rename-login-feature.php:673
-#: other-includes/wp-security-rename-login-feature.php:731
-#: other-includes/wp-security-rename-login-feature.php:826
-msgid "Log in"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:606
-#: other-includes/wp-security-rename-login-feature.php:734
-#: other-includes/wp-security-rename-login-feature.php:1059
-msgid "Register"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:658
-msgid "The passwords do not match."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:673
-msgid "Password Reset"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:673
-msgid "Your password has been reset."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:681
-msgid "Reset Password"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:681
-msgid "Enter your new password below."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:689
-msgid "New password"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:699
-msgid "Strength indicator"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:704
-msgid "Confirm use of weak password"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:709
-msgid "Confirm new password"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:799
-msgid "Registration Form"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:799
-msgid "Register For This Site"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:804
-msgid "Username"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:808
-msgid "Email"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:819
-msgid "Registration confirmation will be emailed to you."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:828
-#: other-includes/wp-security-rename-login-feature.php:1067
-msgid "Lost your password?"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:842
-msgid "Invalid request."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:851
-msgid "Invalid key"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:873
-msgid "User action confirmed."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:917
-#, php-format
-msgid ""
-"ERROR : Cookies are blocked due to unexpected output. For "
-"help, please see this documentation or try the support forums ."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:918
-#: other-includes/wp-security-rename-login-feature.php:923
-msgid "https://codex.wordpress.org/Cookies"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:918
-msgid "https://wordpress.org/support/"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:922
-#, php-format
-msgid ""
-"ERROR : Cookies are blocked or not supported by your "
-"browser. You must enable cookies to use WordPress."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:941
-msgid "You have logged in successfully."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:978
-msgid "Your session has expired. Please log in to continue where you left off."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:982
-msgid "You are now logged out."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:984
-msgid "User registration is currently not allowed."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:986
-msgid "Check your email for the confirmation link."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:988
-msgid "Check your email for your new password."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:990
-msgid "Registration complete. Please check your email."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:992
-msgid ""
-"You have successfully updated WordPress! Please log back in "
-"to see what’s new."
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:1009
-msgid "Log In"
-msgstr ""
-
-#: other-includes/wp-security-rename-login-feature.php:1025
-msgid "Username or Email"
-msgstr ""
-
-#: other-includes/wp-security-unlock-request.php:13
-msgid "http://wordpress.org/"
+msgid "This feature can only be configured by the \"superadmin\" on the main site."
msgstr ""
#: other-includes/wp-security-unlock-request.php:33
@@ -5730,17 +4709,17 @@ msgid "An email has been sent to you with the unlock instructions."
msgstr ""
#: other-includes/wp-security-unlock-request.php:99
-msgid ""
-"You are here because you have been locked out due to too many incorrect "
-"login attempts."
+msgid "You are here because you have been locked out due to too many incorrect login attempts."
msgstr ""
#: other-includes/wp-security-unlock-request.php:100
-msgid ""
-"Please enter your email address and you will receive an email with "
-"instructions on how to unlock yourself."
+msgid "Please enter your email address and you will receive an email with instructions on how to unlock yourself."
msgstr ""
#: other-includes/wp-security-unlock-request.php:111
msgid "Email Address"
msgstr ""
+
+#: other-includes/wp-security-unlock-request.php:115
+msgid "Send Unlock Request"
+msgstr ""
diff --git a/all-in-one-wp-security/readme.txt b/all-in-one-wp-security/readme.txt
index 91d6ec2..c5703ae 100644
--- a/all-in-one-wp-security/readme.txt
+++ b/all-in-one-wp-security/readme.txt
@@ -107,9 +107,6 @@ or malicious bots who do not have a special cookie in their browser. You (the si
* Ability to hide admin login page. Rename your WordPress login page URL so that bots and hackers cannot access your real WordPress login URL. This feature allows you to change the default login page (wp-login.php) to something you configure.
* Ability to use Login Honeypot which will helps reduce brute force login attempts by robots.
-= WhoIs Lookup =
-* Perform a WhoIs lookup of a suspicious host or IP address and get full details.
-
= Security Scanner =
* The file change detection scanner can alert you if any files have changed in your WordPress system. You can then investigate and see if that was a legitimate change or some bad code was injected.
@@ -186,6 +183,19 @@ https://www.tipsandtricks-hq.com/wordpress-security-and-firewall-plugin
None
== Changelog ==
+= TODO - 4.3.9.5 =
+- Added robustness to login lockdown feature by replacing the strtotime function with DateTime/DateInterval.
+This should prevent 32-bit systems from being constrained to the max date of 19 Jan 2038.
+- Fixed bugs related to captcha features.
+- Fixed and improved "Logged In Users" functionality for multisite.
+
+= 4.3.9.4 =
+- Removed whois feature because it adds relatively little value and the third-party library used is not being maintained regularly.
+- Fixed "headers already sent" error when bulk action performed using aiowps list table.
+
+= 4.3.9.3 =
+- Fixed another captcha bug related to comment form.
+
= 4.3.9.2 =
- Fixed various captcha bugs: woocommerce lost password page, custom login form page, etc
diff --git a/all-in-one-wp-security/wp-security-core.php b/all-in-one-wp-security/wp-security-core.php
index fb01225..b552ad0 100644
--- a/all-in-one-wp-security/wp-security-core.php
+++ b/all-in-one-wp-security/wp-security-core.php
@@ -7,7 +7,7 @@
if (!class_exists('AIO_WP_Security')){
class AIO_WP_Security{
- var $version = '4.3.9.2';
+ var $version = '4.3.9.4';
var $db_version = '1.9';
var $plugin_url;
var $plugin_path;
@@ -74,7 +74,6 @@ function define_constants()
define('AIOWPSEC_USER_REGISTRATION_MENU_SLUG', 'aiowpsec_user_registration');
define('AIOWPSEC_DB_SEC_MENU_SLUG', 'aiowpsec_database');
define('AIOWPSEC_FILESYSTEM_MENU_SLUG', 'aiowpsec_filesystem');
- define('AIOWPSEC_WHOIS_MENU_SLUG', 'aiowpsec_whois');
define('AIOWPSEC_BLACKLIST_MENU_SLUG', 'aiowpsec_blacklist');
define('AIOWPSEC_FIREWALL_MENU_SLUG', 'aiowpsec_firewall');
define('AIOWPSEC_MAINTENANCE_MENU_SLUG', 'aiowpsec_maintenance');
@@ -140,34 +139,18 @@ function loader_operations()
static function activate_handler($networkwide)
{
+ global $wpdb;
//Only runs when the plugin activates
include_once ('classes/wp-security-installer.php');
AIOWPSecurity_Installer::run_installer($networkwide);
-
- if ( !wp_next_scheduled('aiowps_hourly_cron_event') ) {
- wp_schedule_event(time(), 'hourly', 'aiowps_hourly_cron_event'); //schedule an hourly cron event
- }
- if ( !wp_next_scheduled('aiowps_daily_cron_event') ) {
- wp_schedule_event(time(), 'daily', 'aiowps_daily_cron_event'); //schedule an daily cron event
- }
-
- do_action('aiowps_activation_complete');
+ AIOWPSecurity_Installer::set_cron_tasks_upon_activation($networkwide);
}
- static function deactivate_handler()
+ static function deactivate_handler($networkwide)
{
//Only runs with the pluign is deactivated
include_once ('classes/wp-security-deactivation-tasks.php');
- AIOWPSecurity_Deactivation::run_deactivation_tasks();
- wp_clear_scheduled_hook('aiowps_hourly_cron_event');
- wp_clear_scheduled_hook('aiowps_daily_cron_event');
- if (AIOWPSecurity_Utility::is_multisite_install()){
- delete_site_transient('users_online');
- }
- else{
- delete_transient('users_online');
- }
-
+ AIOWPSecurity_Deactivation::run_deactivation_tasks($networkwide);
do_action('aiowps_deactivation_complete');
}
diff --git a/all-in-one-wp-security/wp-security.php b/all-in-one-wp-security/wp-security.php
index 4e1d5c7..e8a67d9 100644
--- a/all-in-one-wp-security/wp-security.php
+++ b/all-in-one-wp-security/wp-security.php
@@ -1,7 +1,7 @@