Version Description
Download this release
Release Info
Developer | AITpro |
Plugin | BulletProof Security |
Version | 4.0 |
Comparing to | |
See all releases |
Code changes from version 3.9 to 4.0
- admin/core/core.php +4 -1
- admin/htaccess/secure.htaccess +1 -1
- admin/htaccess/wpadmin-secure.htaccess +1 -1
- bulletproof-security.php +4 -4
- includes/hud-dismiss-functions.php +4 -3
- languages/bulletproof-security.pot +119 -118
- readme.txt +2 -2
admin/core/core.php
CHANGED
@@ -2007,7 +2007,7 @@ function bpsMyNotesDecrypt() {
|
|
2007 |
<div id="bpsProFeatures">
|
2008 |
|
2009 |
<?php
|
2010 |
-
$text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solution for Hacker and Spammer Protection', 'bulletproof-security').'</span></h3><h3><span class="blue-bold">'.__('BulletProof Security Pro has an amazing track record. BPS Pro has been publicly available for 8+ years and is installed on over 50,000 websites worldwide. Not a single one of those 50,000+ websites in 8+ years
|
2011 |
?>
|
2012 |
|
2013 |
<?php echo '<p><span class="blue-bold">'; _e('One-Click Setup Wizard Installation: ', 'bulletproof-security'); echo '</span>'; _e('Fast, simple and complete BPS Pro installation and setup in less than 1 minute.', 'bulletproof-security').'</p>'; ?>
|
@@ -2047,6 +2047,9 @@ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solutio
|
|
2047 |
|
2048 |
<a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank" title="Link Opens in New Browser Window" style="font-size:22px;"><?php _e('BPS Pro Version Release Dates', 'bulletproof-security'); ?></a><br /><br />
|
2049 |
<?php
|
|
|
|
|
|
|
2050 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.2', 'https://www.ait-pro.com/aitpro-blog/5574/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-2/' ).'<br>';
|
2051 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.1', 'https://www.ait-pro.com/aitpro-blog/5567/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-1/' ).'<br>';
|
2052 |
?>
|
2007 |
<div id="bpsProFeatures">
|
2008 |
|
2009 |
<?php
|
2010 |
+
$text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solution for Hacker and Spammer Protection', 'bulletproof-security').'</span></h3><h3><span class="blue-bold">'.__('BulletProof Security Pro has an amazing track record. BPS Pro has been publicly available for 8+ years and is installed on over 50,000 websites worldwide. Not a single one of those 50,000+ websites in 8+ years has been hacked.', 'bulletproof-security').'</span></h3><h3><span class="blue-bold">'.__('Why pay 10 times or more for other premium WordPress Security Plugins with recurring yearly subscriptions when you can get the best WordPress Security Plugin for an extremely low one-time purchase price?', 'bulletproof-security').'<br><a href="https://affiliates.ait-pro.com/po/" target="_blank">'.__('View Cost Comparison', 'bulletproof-security').'</a></span></h3><h3><span class="blue-bold">'.__('30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof Security Pro for any reason. We offer a no questions asked full refund.', 'bulletproof-security').'</span></h3>'; echo $text;
|
2011 |
?>
|
2012 |
|
2013 |
<?php echo '<p><span class="blue-bold">'; _e('One-Click Setup Wizard Installation: ', 'bulletproof-security'); echo '</span>'; _e('Fast, simple and complete BPS Pro installation and setup in less than 1 minute.', 'bulletproof-security').'</p>'; ?>
|
2047 |
|
2048 |
<a href="https://forum.ait-pro.com/forums/topic/bulletproof-security-pro-version-release-dates/" target="_blank" title="Link Opens in New Browser Window" style="font-size:22px;"><?php _e('BPS Pro Version Release Dates', 'bulletproof-security'); ?></a><br /><br />
|
2049 |
<?php
|
2050 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.5', 'https://www.ait-pro.com/aitpro-blog/5613/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-5/' ).'<br>';
|
2051 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.4', 'https://www.ait-pro.com/aitpro-blog/5598/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-4/' ).'<br>';
|
2052 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.3', 'https://www.ait-pro.com/aitpro-blog/5592/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-3/' ).'<br>';
|
2053 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.2', 'https://www.ait-pro.com/aitpro-blog/5574/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-2/' ).'<br>';
|
2054 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.1', 'https://www.ait-pro.com/aitpro-blog/5567/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-1/' ).'<br>';
|
2055 |
?>
|
admin/htaccess/secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF
|
2 |
|
3 |
# PHP/PHP.INI HANDLER/CACHE CODE
|
4 |
# Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
|
1 |
+
# BULLETPROOF 4.0 SECURE .HTACCESS
|
2 |
|
3 |
# PHP/PHP.INI HANDLER/CACHE CODE
|
4 |
# Use BPS Custom Code to add php/php.ini Handler and Cache htaccess code and to save it permanently.
|
admin/htaccess/wpadmin-secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
1 |
+
# BULLETPROOF 4.0 WP-ADMIN SECURE .HTACCESS
|
2 |
|
3 |
# DO NOT ADD URL REWRITING IN THIS FILE OR WORDPRESS WILL BREAK
|
4 |
# RewriteRule ^(.*)$ - [F] works in /wp-admin without breaking WordPress
|
bulletproof-security.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: https://forum.ait-pro.com/read-me-first/
|
|
5 |
Text Domain: bulletproof-security
|
6 |
Domain Path: /languages/
|
7 |
Description: <strong>Feature Highlights:</strong> Setup Wizard • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode
|
8 |
-
Version:
|
9 |
Author: AITpro Website Security
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
@@ -33,9 +33,9 @@ Author URI: https://forum.ait-pro.com/read-me-first/
|
|
33 |
// and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
|
34 |
global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir;
|
35 |
|
36 |
-
define( 'BULLETPROOF_VERSION', '
|
37 |
-
$bps_last_version = '3.
|
38 |
-
$bps_version = '
|
39 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
40 |
// Top div & bottom div
|
41 |
$bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
|
5 |
Text Domain: bulletproof-security
|
6 |
Domain Path: /languages/
|
7 |
Description: <strong>Feature Highlights:</strong> Setup Wizard • MScan Malware Scanner • .htaccess Website Security Protection (Firewalls) • Security Logging|HTTP Error Logging • DB Backup • DB Table Prefix Changer • Login Security & Monitoring • JTC-Lite Login Form Bot Lockout Protection • Idle Session Logout (ISL) • Auth Cookie Expiration (ACE) • UI Theme Skin Changer • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode
|
8 |
+
Version: 4.0
|
9 |
Author: AITpro Website Security
|
10 |
Author URI: https://forum.ait-pro.com/read-me-first/
|
11 |
*/
|
33 |
// and cannot access the global variables within functions in BPS. Luckily this does not break BPS or WordPress in any way and PHP.net states this is technically not an error.
|
34 |
global $bps_last_version, $bps_version, $aitpro_bullet, $bps_topDiv, $bps_bottomDiv, $bpsPro_remote_addr, $bpsPro_http_client_ip, $bpsPro_http_forwarded, $bpsPro_http_x_forwarded_for, $bpsPro_http_x_cluster_client_ip, $bps_wpcontent_dir, $bps_plugin_dir;
|
35 |
|
36 |
+
define( 'BULLETPROOF_VERSION', '4.0' );
|
37 |
+
$bps_last_version = '3.9';
|
38 |
+
$bps_version = '4.0';
|
39 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
40 |
// Top div & bottom div
|
41 |
$bps_topDiv = '<div id="message" class="updated" style="background-color:#dfecf2;border:1px solid #999;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><p>';
|
includes/hud-dismiss-functions.php
CHANGED
@@ -317,7 +317,8 @@ $user_id = $current_user->ID;
|
|
317 |
function bps_hud_PhpiniHandlerCheck() {
|
318 |
global $current_user;
|
319 |
$user_id = $current_user->ID;
|
320 |
-
$file = ABSPATH . '.htaccess';
|
|
|
321 |
|
322 |
if ( esc_html($_SERVER['QUERY_STRING']) == 'page=bulletproof-security/admin/wizard/wizard.php' && ! get_user_meta($user_id, 'bps_ignore_PhpiniHandler_notice') ) {
|
323 |
|
@@ -350,7 +351,7 @@ $file = ABSPATH . '.htaccess';
|
|
350 |
|
351 |
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('HUD Check: PHP/php.ini handler htaccess code check', 'bulletproof-security').'</font><br>'.__('PHP/php.ini handler htaccess code was found in your root .htaccess file, but was NOT found in BPS Custom Code.', 'bulletproof-security').'<br>'.__('To automatically fix this click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'">'.esc_attr__('Setup Wizard Pre-Installation Checks', 'bulletproof-security').'</a><br>'.__('The Setup Wizard Pre-Installation Checks feature will automatically fix this just by visiting the Setup Wizard page.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_PhpiniHandler_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
|
352 |
echo $text;
|
353 |
-
echo '<pre style="margin:5px 0px 0px 5px;">';
|
354 |
echo '# PHP/php.ini handler htaccess code<br>';
|
355 |
|
356 |
foreach ( $h_matches[0] as $Key => $Value ) {
|
@@ -393,7 +394,7 @@ $file = ABSPATH . '.htaccess';
|
|
393 |
|
394 |
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('HUD Check: PHP/php.ini handler htaccess code check', 'bulletproof-security').'</font><br>'.__('PHP/php.ini handler htaccess code was found in your root .htaccess file, but was NOT found in BPS Custom Code.', 'bulletproof-security').'<br>'.__('To automatically fix this click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'">'.esc_attr__('Setup Wizard Pre-Installation Checks', 'bulletproof-security').'</a><br>'.__('The Setup Wizard Pre-Installation Checks feature will automatically fix this just by visiting the Setup Wizard page.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_PhpiniHandler_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
|
395 |
echo $text;
|
396 |
-
echo '<pre style="margin:5px 0px 0px 5px;">';
|
397 |
echo '# PHP/php.ini handler htaccess code<br>';
|
398 |
|
399 |
foreach ( $h_matches[0] as $Key => $Value ) {
|
317 |
function bps_hud_PhpiniHandlerCheck() {
|
318 |
global $current_user;
|
319 |
$user_id = $current_user->ID;
|
320 |
+
$file = ABSPATH . '.htaccess';
|
321 |
+
$pre_background_image_url = site_url( '/wp-content/plugins/bulletproof-security/admin/images/pre_bg.png' );
|
322 |
|
323 |
if ( esc_html($_SERVER['QUERY_STRING']) == 'page=bulletproof-security/admin/wizard/wizard.php' && ! get_user_meta($user_id, 'bps_ignore_PhpiniHandler_notice') ) {
|
324 |
|
351 |
|
352 |
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('HUD Check: PHP/php.ini handler htaccess code check', 'bulletproof-security').'</font><br>'.__('PHP/php.ini handler htaccess code was found in your root .htaccess file, but was NOT found in BPS Custom Code.', 'bulletproof-security').'<br>'.__('To automatically fix this click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'">'.esc_attr__('Setup Wizard Pre-Installation Checks', 'bulletproof-security').'</a><br>'.__('The Setup Wizard Pre-Installation Checks feature will automatically fix this just by visiting the Setup Wizard page.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_PhpiniHandler_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
|
353 |
echo $text;
|
354 |
+
echo '<pre id="shown" style="overflow:auto;white-space:pre-wrap;height:65px;width:66%;margin:5px 0px 0px 2px;padding:5px;background:#fff url('.$pre_background_image_url.') top left repeat;border:1px solid #999;color:#000;display:block;font-family:"Courier New", Courier, monospace;font-size:11px;line-height:14px;">';
|
355 |
echo '# PHP/php.ini handler htaccess code<br>';
|
356 |
|
357 |
foreach ( $h_matches[0] as $Key => $Value ) {
|
394 |
|
395 |
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('HUD Check: PHP/php.ini handler htaccess code check', 'bulletproof-security').'</font><br>'.__('PHP/php.ini handler htaccess code was found in your root .htaccess file, but was NOT found in BPS Custom Code.', 'bulletproof-security').'<br>'.__('To automatically fix this click here: ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'">'.esc_attr__('Setup Wizard Pre-Installation Checks', 'bulletproof-security').'</a><br>'.__('The Setup Wizard Pre-Installation Checks feature will automatically fix this just by visiting the Setup Wizard page.', 'bulletproof-security').'<br>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom Code page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bps_PhpiniHandler_nag_ignore=0'.'" style="text-decoration:none;font-weight:600;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
|
396 |
echo $text;
|
397 |
+
echo '<pre id="shown" style="overflow:auto;white-space:pre-wrap;height:65px;width:66%;margin:5px 0px 0px 2px;padding:5px;background:#fff url('.$pre_background_image_url.') top left repeat;border:1px solid #999;color:#000;display:block;font-family:"Courier New", Courier, monospace;font-size:11px;line-height:14px;">';
|
398 |
echo '# PHP/php.ini handler htaccess code<br>';
|
399 |
|
400 |
foreach ( $h_matches[0] as $Key => $Value ) {
|
languages/bulletproof-security.pot
CHANGED
@@ -3,7 +3,7 @@ msgid ""
|
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
-
"POT-Creation-Date: 2020-
|
7 |
"PO-Revision-Date: 2015-06-20 19:13-0800\n"
|
8 |
"Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
|
9 |
"Language-Team: AITpro <info@ait-pro.com>\n"
|
@@ -2750,7 +2750,7 @@ msgstr ""
|
|
2750 |
msgid ""
|
2751 |
"BulletProof Security Pro has an amazing track record. BPS Pro has been "
|
2752 |
"publicly available for 8+ years and is installed on over 50,000 websites "
|
2753 |
-
"worldwide. Not a single one of those 50,000+ websites in 8+ years
|
2754 |
"hacked."
|
2755 |
msgstr ""
|
2756 |
|
@@ -2975,33 +2975,34 @@ msgstr ""
|
|
2975 |
msgid "BPS Pro Version Release Dates"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
-
#: admin/core/core.php:2050 admin/core/core.php:2051 admin/core/core.php:
|
2979 |
-
#: admin/core/core.php:
|
2980 |
-
#: admin/core/core.php:
|
2981 |
-
#: admin/core/core.php:2067 admin/core/core.php:2068 admin/core/core.php:
|
2982 |
-
#: admin/core/core.php:
|
2983 |
#: admin/core/core.php:2077 admin/core/core.php:2078 admin/core/core.php:2079
|
2984 |
-
#: admin/core/core.php:2080 admin/core/core.php:2081 admin/core/core.php:
|
2985 |
-
#: admin/core/core.php:
|
2986 |
#: admin/core/core.php:2090 admin/core/core.php:2091 admin/core/core.php:2092
|
2987 |
#: admin/core/core.php:2093 admin/core/core.php:2094 admin/core/core.php:2095
|
2988 |
#: admin/core/core.php:2096 admin/core/core.php:2097 admin/core/core.php:2098
|
2989 |
-
#: admin/core/core.php:
|
2990 |
#: admin/core/core.php:2107 admin/core/core.php:2108 admin/core/core.php:2109
|
2991 |
#: admin/core/core.php:2110 admin/core/core.php:2111 admin/core/core.php:2112
|
2992 |
#: admin/core/core.php:2113 admin/core/core.php:2114 admin/core/core.php:2115
|
2993 |
-
#: admin/core/core.php:2116 admin/core/core.php:2117 admin/core/core.php:
|
2994 |
-
#: admin/core/core.php:
|
2995 |
#: admin/core/core.php:2127 admin/core/core.php:2128 admin/core/core.php:2129
|
2996 |
#: admin/core/core.php:2130 admin/core/core.php:2131 admin/core/core.php:2132
|
2997 |
#: admin/core/core.php:2133 admin/core/core.php:2134 admin/core/core.php:2135
|
2998 |
-
#: admin/core/core.php:
|
2999 |
#: admin/core/core.php:2144 admin/core/core.php:2145 admin/core/core.php:2146
|
3000 |
#: admin/core/core.php:2147 admin/core/core.php:2148 admin/core/core.php:2149
|
3001 |
-
#: admin/core/core.php:2150 admin/core/core.php:
|
3002 |
-
#: admin/core/core.php:
|
3003 |
#: admin/core/core.php:2161 admin/core/core.php:2162 admin/core/core.php:2163
|
3004 |
-
#: admin/core/core.php:2164 admin/core/core.php:2165
|
|
|
3005 |
#, php-format
|
3006 |
msgid ""
|
3007 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
@@ -5702,8 +5703,8 @@ msgid ""
|
|
5702 |
msgstr ""
|
5703 |
|
5704 |
#: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:528
|
5705 |
-
#: includes/hud-dismiss-functions.php:
|
5706 |
-
#: includes/hud-dismiss-functions.php:
|
5707 |
msgid "CAUTION: "
|
5708 |
msgstr ""
|
5709 |
|
@@ -6771,9 +6772,9 @@ msgstr ""
|
|
6771 |
|
6772 |
#: admin/maintenance/maintenance.php:376 admin/maintenance/maintenance.php:396
|
6773 |
#: admin/wizard/wizard.php:176 includes/general-functions.php:509
|
6774 |
-
#: includes/hud-dismiss-functions.php:
|
6775 |
-
#: includes/hud-dismiss-functions.php:
|
6776 |
-
#: includes/hud-dismiss-functions.php:
|
6777 |
msgid "Click Here"
|
6778 |
msgstr ""
|
6779 |
|
@@ -7477,7 +7478,7 @@ msgid ""
|
|
7477 |
"malware scanners: "
|
7478 |
msgstr ""
|
7479 |
|
7480 |
-
#: admin/mscan/mscan.php:139 includes/hud-dismiss-functions.php:
|
7481 |
msgid "MScan Malware Scanner Guide"
|
7482 |
msgstr ""
|
7483 |
|
@@ -10686,7 +10687,7 @@ msgid ""
|
|
10686 |
"file, but was NOT found in BPS Custom Code. "
|
10687 |
msgstr ""
|
10688 |
|
10689 |
-
#: admin/wizard/wizard.php:176 includes/hud-dismiss-functions.php:
|
10690 |
msgid ""
|
10691 |
" for the steps to fix this Wordfence problem before running the Setup Wizard."
|
10692 |
msgstr ""
|
@@ -11378,7 +11379,7 @@ msgstr ""
|
|
11378 |
|
11379 |
#: includes/functions.php:345 includes/functions.php:583
|
11380 |
#: includes/functions.php:650 includes/hud-autofix-setup.php:69
|
11381 |
-
#: includes/hud-dismiss-functions.php:
|
11382 |
msgid "Go to the "
|
11383 |
msgstr ""
|
11384 |
|
@@ -11426,13 +11427,13 @@ msgstr ""
|
|
11426 |
#: includes/functions.php:383 includes/hud-autofix-setup.php:69
|
11427 |
#: includes/hud-dismiss-functions.php:68 includes/hud-dismiss-functions.php:102
|
11428 |
#: includes/hud-dismiss-functions.php:135
|
11429 |
-
#: includes/hud-dismiss-functions.php:
|
11430 |
-
#: includes/hud-dismiss-functions.php:
|
11431 |
-
#: includes/hud-dismiss-functions.php:
|
11432 |
-
#: includes/hud-dismiss-functions.php:
|
11433 |
-
#: includes/hud-dismiss-functions.php:
|
11434 |
-
#: includes/hud-dismiss-functions.php:
|
11435 |
-
#: includes/hud-dismiss-functions.php:
|
11436 |
msgid ""
|
11437 |
"To Dismiss this Notice click the Dismiss Notice button below. To Reset "
|
11438 |
"Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom "
|
@@ -11450,19 +11451,19 @@ msgstr ""
|
|
11450 |
#: includes/hud-dismiss-functions.php:247
|
11451 |
#: includes/hud-dismiss-functions.php:253
|
11452 |
#: includes/hud-dismiss-functions.php:258
|
11453 |
-
#: includes/hud-dismiss-functions.php:
|
11454 |
-
#: includes/hud-dismiss-functions.php:
|
11455 |
-
#: includes/hud-dismiss-functions.php:
|
11456 |
-
#: includes/hud-dismiss-functions.php:
|
11457 |
-
#: includes/hud-dismiss-functions.php:
|
11458 |
-
#: includes/hud-dismiss-functions.php:
|
11459 |
-
#: includes/hud-dismiss-functions.php:
|
11460 |
-
#: includes/hud-dismiss-functions.php:
|
11461 |
-
#: includes/hud-dismiss-functions.php:
|
11462 |
-
#: includes/hud-dismiss-functions.php:
|
11463 |
-
#: includes/hud-dismiss-functions.php:
|
11464 |
-
#: includes/hud-dismiss-functions.php:
|
11465 |
-
#: includes/hud-dismiss-functions.php:
|
11466 |
msgid "Dismiss Notice"
|
11467 |
msgstr ""
|
11468 |
|
@@ -12641,7 +12642,7 @@ msgid ""
|
|
12641 |
msgstr ""
|
12642 |
|
12643 |
#: includes/hud-autofix-whitelist.php:761
|
12644 |
-
#: includes/hud-dismiss-functions.php:
|
12645 |
msgid "Click this "
|
12646 |
msgstr ""
|
12647 |
|
@@ -12847,216 +12848,216 @@ msgstr ""
|
|
12847 |
msgid "External iFrame|Clickjacking Protection Code"
|
12848 |
msgstr ""
|
12849 |
|
12850 |
-
#: includes/hud-dismiss-functions.php:
|
12851 |
-
#: includes/hud-dismiss-functions.php:
|
12852 |
msgid "HUD Check: Wordfence PHP/php.ini handler htaccess code detected"
|
12853 |
msgstr ""
|
12854 |
|
12855 |
-
#: includes/hud-dismiss-functions.php:
|
12856 |
-
#: includes/hud-dismiss-functions.php:
|
12857 |
msgid ""
|
12858 |
"Wordfence PHP/php.ini handler htaccess code was found in your root .htaccess "
|
12859 |
"file, but was NOT found in BPS Custom Code."
|
12860 |
msgstr ""
|
12861 |
|
12862 |
-
#: includes/hud-dismiss-functions.php:
|
12863 |
-
#: includes/hud-dismiss-functions.php:
|
12864 |
msgid ""
|
12865 |
"Using the Wordfence WAF Firewall may cause serious/critical problems for "
|
12866 |
"your website and BPS."
|
12867 |
msgstr ""
|
12868 |
|
12869 |
-
#: includes/hud-dismiss-functions.php:
|
12870 |
-
#: includes/hud-dismiss-functions.php:
|
12871 |
msgid "HUD Check: PHP/php.ini handler htaccess code check"
|
12872 |
msgstr ""
|
12873 |
|
12874 |
-
#: includes/hud-dismiss-functions.php:
|
12875 |
-
#: includes/hud-dismiss-functions.php:
|
12876 |
msgid ""
|
12877 |
"PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
|
12878 |
"was NOT found in BPS Custom Code."
|
12879 |
msgstr ""
|
12880 |
|
12881 |
-
#: includes/hud-dismiss-functions.php:
|
12882 |
-
#: includes/hud-dismiss-functions.php:
|
12883 |
msgid "To automatically fix this click here: "
|
12884 |
msgstr ""
|
12885 |
|
12886 |
-
#: includes/hud-dismiss-functions.php:
|
12887 |
-
#: includes/hud-dismiss-functions.php:
|
12888 |
msgid ""
|
12889 |
"The Setup Wizard Pre-Installation Checks feature will automatically fix this "
|
12890 |
"just by visiting the Setup Wizard page."
|
12891 |
msgstr ""
|
12892 |
|
12893 |
-
#: includes/hud-dismiss-functions.php:
|
12894 |
msgid " for the steps to fix this Wordfence problem."
|
12895 |
msgstr ""
|
12896 |
|
12897 |
-
#: includes/hud-dismiss-functions.php:
|
12898 |
msgid ""
|
12899 |
"An htaccess file has been detected in the wp-content folder that breaks BPS "
|
12900 |
"features and functionality"
|
12901 |
msgstr ""
|
12902 |
|
12903 |
-
#: includes/hud-dismiss-functions.php:
|
12904 |
msgid ""
|
12905 |
"If you have or had the Sucuri, Defender or iThemes Security plugins "
|
12906 |
"installed, they create a wp-content htaccess file that breaks several things "
|
12907 |
"in BPS Pro and other plugins as well."
|
12908 |
msgstr ""
|
12909 |
|
12910 |
-
#: includes/hud-dismiss-functions.php:
|
12911 |
msgid ""
|
12912 |
"To fix the Sucuri problem go to the Sucuri Settings page, click the "
|
12913 |
"Hardening tab and click the Revert Hardening button for the Block PHP Files "
|
12914 |
"in WP-CONTENT Directory option setting."
|
12915 |
msgstr ""
|
12916 |
|
12917 |
-
#: includes/hud-dismiss-functions.php:
|
12918 |
msgid ""
|
12919 |
"To fix the Defender Security problem go to the Security Tweaks page, click "
|
12920 |
"the PHP Execution option setting and click the Revert button."
|
12921 |
msgstr ""
|
12922 |
|
12923 |
-
#: includes/hud-dismiss-functions.php:
|
12924 |
msgid ""
|
12925 |
"o fix the iThemes problem go to the System Tweaks page, uncheck the Disable "
|
12926 |
"PHP in Plugins option setting."
|
12927 |
msgstr ""
|
12928 |
|
12929 |
-
#: includes/hud-dismiss-functions.php:
|
12930 |
msgid "The WordPress Firewall 2 plugin is installed and activated"
|
12931 |
msgstr ""
|
12932 |
|
12933 |
-
#: includes/hud-dismiss-functions.php:
|
12934 |
msgid "It is recommended that you delete the WordPress Firewall 2 plugin."
|
12935 |
msgstr ""
|
12936 |
|
12937 |
-
#: includes/hud-dismiss-functions.php:
|
12938 |
msgid " for more information."
|
12939 |
msgstr ""
|
12940 |
|
12941 |
-
#: includes/hud-dismiss-functions.php:
|
12942 |
msgid "Notice: BPS Query String Exploits Code Changes"
|
12943 |
msgstr ""
|
12944 |
|
12945 |
-
#: includes/hud-dismiss-functions.php:
|
12946 |
msgid ""
|
12947 |
"Older BPS Query String Exploits code was found in BPS Custom Code. Several "
|
12948 |
"Query String Exploits rules were changed/added/modified in the root ."
|
12949 |
"htaccess file in BPS .49.6, .50.2 & .50.3."
|
12950 |
msgstr ""
|
12951 |
|
12952 |
-
#: includes/hud-dismiss-functions.php:
|
12953 |
msgid ""
|
12954 |
"Copy the new Query String Exploits section of code from your root .htaccess "
|
12955 |
"file and paste it into this BPS Custom Code text box: CUSTOM CODE BPSQSE BPS "
|
12956 |
"QUERY STRING EXPLOITS and click the Save Root Custom Code button."
|
12957 |
msgstr ""
|
12958 |
|
12959 |
-
#: includes/hud-dismiss-functions.php:
|
12960 |
msgid ""
|
12961 |
"This Notice will go away once you have copied the new Query String Exploits "
|
12962 |
"code to BPS Custom Code and clicked the Save Root Custom Code button."
|
12963 |
msgstr ""
|
12964 |
|
12965 |
-
#: includes/hud-dismiss-functions.php:
|
12966 |
msgid "BPS Alert! A BPS htaccess file was NOT found in the BPS Backup folder: "
|
12967 |
msgstr ""
|
12968 |
|
12969 |
-
#: includes/hud-dismiss-functions.php:
|
12970 |
msgid " and click the BPS Backup Folder BulletProof Mode Activate button."
|
12971 |
msgstr ""
|
12972 |
|
12973 |
-
#: includes/hud-dismiss-functions.php:
|
12974 |
msgid "New Improved BPS Speed Boost Cache Code"
|
12975 |
msgstr ""
|
12976 |
|
12977 |
-
#: includes/hud-dismiss-functions.php:
|
12978 |
msgid ""
|
12979 |
"Older BPS Speed Boost Cache Code was found saved in this BPS Custom Code "
|
12980 |
"text box: CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
|
12981 |
msgstr ""
|
12982 |
|
12983 |
-
#: includes/hud-dismiss-functions.php:
|
12984 |
msgid ""
|
12985 |
"Newer improved BPS Speed Boost Cache Code has been created, which should "
|
12986 |
"improve website load speed performance even more."
|
12987 |
msgstr ""
|
12988 |
|
12989 |
-
#: includes/hud-dismiss-functions.php:
|
12990 |
msgid "Get The New Improved BPS Speed Boost Cache Code"
|
12991 |
msgstr ""
|
12992 |
|
12993 |
-
#: includes/hud-dismiss-functions.php:
|
12994 |
msgid ". To dismiss this Notice click the Dismiss Notice button below."
|
12995 |
msgstr ""
|
12996 |
|
12997 |
-
#: includes/hud-dismiss-functions.php:
|
12998 |
msgid ""
|
12999 |
"To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on "
|
13000 |
"the Custom Code page."
|
13001 |
msgstr ""
|
13002 |
|
13003 |
-
#: includes/hud-dismiss-functions.php:
|
13004 |
msgid "BPS Speed Boost Cache Custom Code Notice"
|
13005 |
msgstr ""
|
13006 |
|
13007 |
-
#: includes/hud-dismiss-functions.php:
|
13008 |
msgid ""
|
13009 |
"BPS Speed Boost Cache Code was found in this BPS Custom Code text box: "
|
13010 |
"CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
|
13011 |
msgstr ""
|
13012 |
|
13013 |
-
#: includes/hud-dismiss-functions.php:
|
13014 |
msgid ""
|
13015 |
"and another caching plugin's Marker text was also found in this BPS Custom "
|
13016 |
"Code text box."
|
13017 |
msgstr ""
|
13018 |
|
13019 |
-
#: includes/hud-dismiss-functions.php:
|
13020 |
msgid "Click this link: "
|
13021 |
msgstr ""
|
13022 |
|
13023 |
-
#: includes/hud-dismiss-functions.php:
|
13024 |
msgid "BPS Speed Boost Cache Custom Code Notice Forum Topic"
|
13025 |
msgstr ""
|
13026 |
|
13027 |
-
#: includes/hud-dismiss-functions.php:
|
13028 |
msgid " for help information on what this Notice means and what to do next."
|
13029 |
msgstr ""
|
13030 |
|
13031 |
-
#: includes/hud-dismiss-functions.php:
|
13032 |
msgid "BPS Plugin Automatic Update Notice"
|
13033 |
msgstr ""
|
13034 |
|
13035 |
-
#: includes/hud-dismiss-functions.php:
|
13036 |
msgid ""
|
13037 |
"Would you like to have BPS plugin updates installed automatically? Click "
|
13038 |
"this link: "
|
13039 |
msgstr ""
|
13040 |
|
13041 |
-
#: includes/hud-dismiss-functions.php:
|
13042 |
msgid " and click the BPS MU Tools Enable BPS Plugin AutoUpdates link."
|
13043 |
msgstr ""
|
13044 |
|
13045 |
-
#: includes/hud-dismiss-functions.php:
|
13046 |
msgid "MScan First Run Notice"
|
13047 |
msgstr ""
|
13048 |
|
13049 |
-
#: includes/hud-dismiss-functions.php:
|
13050 |
msgid ""
|
13051 |
"Please take a few minutes to read the \"Basic Info|Recommendations|"
|
13052 |
"Limitations|Restrictions\" help section in the"
|
13053 |
msgstr ""
|
13054 |
|
13055 |
-
#: includes/hud-dismiss-functions.php:
|
13056 |
msgid "before running a scan."
|
13057 |
msgstr ""
|
13058 |
|
13059 |
-
#: includes/hud-dismiss-functions.php:
|
13060 |
msgid ""
|
13061 |
"It is highly recommended that you use the Scan Time Estimate Tool before "
|
13062 |
"running an actual scan. The Scan Time Estimate Tool calculates the total "
|
@@ -13066,117 +13067,117 @@ msgid ""
|
|
13066 |
"Notices button on the BPS Custom Code page."
|
13067 |
msgstr ""
|
13068 |
|
13069 |
-
#: includes/hud-dismiss-functions.php:
|
13070 |
msgid "BPS New Feature Notice: JTC-Lite"
|
13071 |
msgstr ""
|
13072 |
|
13073 |
-
#: includes/hud-dismiss-functions.php:
|
13074 |
msgid ""
|
13075 |
"JTC-Lite protects the WordPress Login page Form against automated SpamBot "
|
13076 |
"and HackerBot Brute Force Login attacks"
|
13077 |
msgstr ""
|
13078 |
|
13079 |
-
#: includes/hud-dismiss-functions.php:
|
13080 |
msgid ""
|
13081 |
"and also prevents User Accounts from being locked repeatedly by Brute Force "
|
13082 |
"Login Bot attacks on your Login page Form."
|
13083 |
msgstr ""
|
13084 |
|
13085 |
-
#: includes/hud-dismiss-functions.php:
|
13086 |
msgid "To enable/turn On JTC-Lite, click this "
|
13087 |
msgstr ""
|
13088 |
|
13089 |
-
#: includes/hud-dismiss-functions.php:
|
13090 |
msgid ""
|
13091 |
". Click/check the Login Form Checkbox and click the Save Options button."
|
13092 |
msgstr ""
|
13093 |
|
13094 |
-
#: includes/hud-dismiss-functions.php:
|
13095 |
-
#: includes/hud-dismiss-functions.php:
|
13096 |
-
#: includes/hud-dismiss-functions.php:
|
13097 |
msgid ""
|
13098 |
"To Dismiss this Notice click the Dismiss Notice button below. To Reset "
|
13099 |
"Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
|
13100 |
"Custom Code page."
|
13101 |
msgstr ""
|
13102 |
|
13103 |
-
#: includes/hud-dismiss-functions.php:
|
13104 |
msgid "BPS Plugin Star Rating Request"
|
13105 |
msgstr ""
|
13106 |
|
13107 |
-
#: includes/hud-dismiss-functions.php:
|
13108 |
msgid ""
|
13109 |
"A BPS star rating only takes a couple of minutes and would be very much "
|
13110 |
"appreciated. We are looking for 5 star ratings and not \"fancy\" reviews."
|
13111 |
msgstr ""
|
13112 |
|
13113 |
-
#: includes/hud-dismiss-functions.php:
|
13114 |
msgid ""
|
13115 |
"A simple review like \"works great\" or \"has been protecting my website for "
|
13116 |
"X months or X years\" is perfect."
|
13117 |
msgstr ""
|
13118 |
|
13119 |
-
#: includes/hud-dismiss-functions.php:
|
13120 |
msgid "Click this link to submit a BPS Plugin Star Rating: "
|
13121 |
msgstr ""
|
13122 |
|
13123 |
-
#: includes/hud-dismiss-functions.php:
|
13124 |
msgid "BPS Plugin Star Rating"
|
13125 |
msgstr ""
|
13126 |
|
13127 |
-
#: includes/hud-dismiss-functions.php:
|
13128 |
msgid ""
|
13129 |
"login to the WordPress.org site and scroll to the bottom of the Reviews page."
|
13130 |
msgstr ""
|
13131 |
|
13132 |
-
#: includes/hud-dismiss-functions.php:
|
13133 |
msgid ""
|
13134 |
"To Dismiss this one-time Notice click the Dismiss Notice button below. To "
|
13135 |
"Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the "
|
13136 |
"BPS Custom Code page."
|
13137 |
msgstr ""
|
13138 |
|
13139 |
-
#: includes/hud-dismiss-functions.php:
|
13140 |
msgid "BPS Notice: Mod Security Module is Loaded|Enabled"
|
13141 |
msgstr ""
|
13142 |
|
13143 |
-
#: includes/hud-dismiss-functions.php:
|
13144 |
msgid "Please take a minute to view this Mod Security help forum topic: "
|
13145 |
msgstr ""
|
13146 |
|
13147 |
-
#: includes/hud-dismiss-functions.php:
|
13148 |
msgid "Mod Security Common Known Problems"
|
13149 |
msgstr ""
|
13150 |
|
13151 |
-
#: includes/hud-dismiss-functions.php:
|
13152 |
msgid ""
|
13153 |
"If you are not experiencing any of the problems listed in the Mod Security "
|
13154 |
"help forum topic then you can dismiss this Dismiss Notice."
|
13155 |
msgstr ""
|
13156 |
|
13157 |
-
#: includes/hud-dismiss-functions.php:
|
13158 |
msgid "BPS GDPR Compliance Notice"
|
13159 |
msgstr ""
|
13160 |
|
13161 |
-
#: includes/hud-dismiss-functions.php:
|
13162 |
msgid ""
|
13163 |
"A new Setup Wizard Option has been created which allows you to turn off all "
|
13164 |
"IP address logging in BPS to make your website GDPR Compliant."
|
13165 |
msgstr ""
|
13166 |
|
13167 |
-
#: includes/hud-dismiss-functions.php:
|
13168 |
msgid "GDPR Compliance Setup Wizard Option link"
|
13169 |
msgstr ""
|
13170 |
|
13171 |
-
#: includes/hud-dismiss-functions.php:
|
13172 |
msgid "Choose the GDPR Compliance On setting."
|
13173 |
msgstr ""
|
13174 |
|
13175 |
-
#: includes/hud-dismiss-functions.php:
|
13176 |
msgid "For more information about GDPR Compliance click this "
|
13177 |
msgstr ""
|
13178 |
|
13179 |
-
#: includes/hud-dismiss-functions.php:
|
13180 |
msgid "GDPR Compliance Forum Topic link"
|
13181 |
msgstr ""
|
13182 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2020-04-28 12:20-0700\n"
|
7 |
"PO-Revision-Date: 2015-06-20 19:13-0800\n"
|
8 |
"Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
|
9 |
"Language-Team: AITpro <info@ait-pro.com>\n"
|
2750 |
msgid ""
|
2751 |
"BulletProof Security Pro has an amazing track record. BPS Pro has been "
|
2752 |
"publicly available for 8+ years and is installed on over 50,000 websites "
|
2753 |
+
"worldwide. Not a single one of those 50,000+ websites in 8+ years has been "
|
2754 |
"hacked."
|
2755 |
msgstr ""
|
2756 |
|
2975 |
msgid "BPS Pro Version Release Dates"
|
2976 |
msgstr ""
|
2977 |
|
2978 |
+
#: admin/core/core.php:2050 admin/core/core.php:2051 admin/core/core.php:2052
|
2979 |
+
#: admin/core/core.php:2053 admin/core/core.php:2054 admin/core/core.php:2059
|
2980 |
+
#: admin/core/core.php:2060 admin/core/core.php:2061 admin/core/core.php:2062
|
2981 |
+
#: admin/core/core.php:2067 admin/core/core.php:2068 admin/core/core.php:2069
|
2982 |
+
#: admin/core/core.php:2070 admin/core/core.php:2071 admin/core/core.php:2076
|
2983 |
#: admin/core/core.php:2077 admin/core/core.php:2078 admin/core/core.php:2079
|
2984 |
+
#: admin/core/core.php:2080 admin/core/core.php:2081 admin/core/core.php:2082
|
2985 |
+
#: admin/core/core.php:2083 admin/core/core.php:2084 admin/core/core.php:2089
|
2986 |
#: admin/core/core.php:2090 admin/core/core.php:2091 admin/core/core.php:2092
|
2987 |
#: admin/core/core.php:2093 admin/core/core.php:2094 admin/core/core.php:2095
|
2988 |
#: admin/core/core.php:2096 admin/core/core.php:2097 admin/core/core.php:2098
|
2989 |
+
#: admin/core/core.php:2099 admin/core/core.php:2100 admin/core/core.php:2101
|
2990 |
#: admin/core/core.php:2107 admin/core/core.php:2108 admin/core/core.php:2109
|
2991 |
#: admin/core/core.php:2110 admin/core/core.php:2111 admin/core/core.php:2112
|
2992 |
#: admin/core/core.php:2113 admin/core/core.php:2114 admin/core/core.php:2115
|
2993 |
+
#: admin/core/core.php:2116 admin/core/core.php:2117 admin/core/core.php:2118
|
2994 |
+
#: admin/core/core.php:2119 admin/core/core.php:2120 admin/core/core.php:2126
|
2995 |
#: admin/core/core.php:2127 admin/core/core.php:2128 admin/core/core.php:2129
|
2996 |
#: admin/core/core.php:2130 admin/core/core.php:2131 admin/core/core.php:2132
|
2997 |
#: admin/core/core.php:2133 admin/core/core.php:2134 admin/core/core.php:2135
|
2998 |
+
#: admin/core/core.php:2136 admin/core/core.php:2137 admin/core/core.php:2138
|
2999 |
#: admin/core/core.php:2144 admin/core/core.php:2145 admin/core/core.php:2146
|
3000 |
#: admin/core/core.php:2147 admin/core/core.php:2148 admin/core/core.php:2149
|
3001 |
+
#: admin/core/core.php:2150 admin/core/core.php:2151 admin/core/core.php:2152
|
3002 |
+
#: admin/core/core.php:2153 admin/core/core.php:2159 admin/core/core.php:2160
|
3003 |
#: admin/core/core.php:2161 admin/core/core.php:2162 admin/core/core.php:2163
|
3004 |
+
#: admin/core/core.php:2164 admin/core/core.php:2165 admin/core/core.php:2166
|
3005 |
+
#: admin/core/core.php:2167 admin/core/core.php:2168
|
3006 |
#, php-format
|
3007 |
msgid ""
|
3008 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
5703 |
msgstr ""
|
5704 |
|
5705 |
#: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:528
|
5706 |
+
#: includes/hud-dismiss-functions.php:347
|
5707 |
+
#: includes/hud-dismiss-functions.php:390
|
5708 |
msgid "CAUTION: "
|
5709 |
msgstr ""
|
5710 |
|
6772 |
|
6773 |
#: admin/maintenance/maintenance.php:376 admin/maintenance/maintenance.php:396
|
6774 |
#: admin/wizard/wizard.php:176 includes/general-functions.php:509
|
6775 |
+
#: includes/hud-dismiss-functions.php:347
|
6776 |
+
#: includes/hud-dismiss-functions.php:390
|
6777 |
+
#: includes/hud-dismiss-functions.php:495
|
6778 |
msgid "Click Here"
|
6779 |
msgstr ""
|
6780 |
|
7478 |
"malware scanners: "
|
7479 |
msgstr ""
|
7480 |
|
7481 |
+
#: admin/mscan/mscan.php:139 includes/hud-dismiss-functions.php:679
|
7482 |
msgid "MScan Malware Scanner Guide"
|
7483 |
msgstr ""
|
7484 |
|
10687 |
"file, but was NOT found in BPS Custom Code. "
|
10688 |
msgstr ""
|
10689 |
|
10690 |
+
#: admin/wizard/wizard.php:176 includes/hud-dismiss-functions.php:347
|
10691 |
msgid ""
|
10692 |
" for the steps to fix this Wordfence problem before running the Setup Wizard."
|
10693 |
msgstr ""
|
11379 |
|
11380 |
#: includes/functions.php:345 includes/functions.php:583
|
11381 |
#: includes/functions.php:650 includes/hud-autofix-setup.php:69
|
11382 |
+
#: includes/hud-dismiss-functions.php:546
|
11383 |
msgid "Go to the "
|
11384 |
msgstr ""
|
11385 |
|
11427 |
#: includes/functions.php:383 includes/hud-autofix-setup.php:69
|
11428 |
#: includes/hud-dismiss-functions.php:68 includes/hud-dismiss-functions.php:102
|
11429 |
#: includes/hud-dismiss-functions.php:135
|
11430 |
+
#: includes/hud-dismiss-functions.php:347
|
11431 |
+
#: includes/hud-dismiss-functions.php:352
|
11432 |
+
#: includes/hud-dismiss-functions.php:390
|
11433 |
+
#: includes/hud-dismiss-functions.php:395
|
11434 |
+
#: includes/hud-dismiss-functions.php:453
|
11435 |
+
#: includes/hud-dismiss-functions.php:495
|
11436 |
+
#: includes/hud-dismiss-functions.php:651
|
11437 |
msgid ""
|
11438 |
"To Dismiss this Notice click the Dismiss Notice button below. To Reset "
|
11439 |
"Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Custom "
|
11451 |
#: includes/hud-dismiss-functions.php:247
|
11452 |
#: includes/hud-dismiss-functions.php:253
|
11453 |
#: includes/hud-dismiss-functions.php:258
|
11454 |
+
#: includes/hud-dismiss-functions.php:347
|
11455 |
+
#: includes/hud-dismiss-functions.php:352
|
11456 |
+
#: includes/hud-dismiss-functions.php:390
|
11457 |
+
#: includes/hud-dismiss-functions.php:395
|
11458 |
+
#: includes/hud-dismiss-functions.php:453
|
11459 |
+
#: includes/hud-dismiss-functions.php:495
|
11460 |
+
#: includes/hud-dismiss-functions.php:584
|
11461 |
+
#: includes/hud-dismiss-functions.php:651
|
11462 |
+
#: includes/hud-dismiss-functions.php:679
|
11463 |
+
#: includes/hud-dismiss-functions.php:716
|
11464 |
+
#: includes/hud-dismiss-functions.php:759
|
11465 |
+
#: includes/hud-dismiss-functions.php:797
|
11466 |
+
#: includes/hud-dismiss-functions.php:830
|
11467 |
msgid "Dismiss Notice"
|
11468 |
msgstr ""
|
11469 |
|
12642 |
msgstr ""
|
12643 |
|
12644 |
#: includes/hud-autofix-whitelist.php:761
|
12645 |
+
#: includes/hud-dismiss-functions.php:830
|
12646 |
msgid "Click this "
|
12647 |
msgstr ""
|
12648 |
|
12848 |
msgid "External iFrame|Clickjacking Protection Code"
|
12849 |
msgstr ""
|
12850 |
|
12851 |
+
#: includes/hud-dismiss-functions.php:347
|
12852 |
+
#: includes/hud-dismiss-functions.php:390
|
12853 |
msgid "HUD Check: Wordfence PHP/php.ini handler htaccess code detected"
|
12854 |
msgstr ""
|
12855 |
|
12856 |
+
#: includes/hud-dismiss-functions.php:347
|
12857 |
+
#: includes/hud-dismiss-functions.php:390
|
12858 |
msgid ""
|
12859 |
"Wordfence PHP/php.ini handler htaccess code was found in your root .htaccess "
|
12860 |
"file, but was NOT found in BPS Custom Code."
|
12861 |
msgstr ""
|
12862 |
|
12863 |
+
#: includes/hud-dismiss-functions.php:347
|
12864 |
+
#: includes/hud-dismiss-functions.php:390
|
12865 |
msgid ""
|
12866 |
"Using the Wordfence WAF Firewall may cause serious/critical problems for "
|
12867 |
"your website and BPS."
|
12868 |
msgstr ""
|
12869 |
|
12870 |
+
#: includes/hud-dismiss-functions.php:352
|
12871 |
+
#: includes/hud-dismiss-functions.php:395
|
12872 |
msgid "HUD Check: PHP/php.ini handler htaccess code check"
|
12873 |
msgstr ""
|
12874 |
|
12875 |
+
#: includes/hud-dismiss-functions.php:352
|
12876 |
+
#: includes/hud-dismiss-functions.php:395
|
12877 |
msgid ""
|
12878 |
"PHP/php.ini handler htaccess code was found in your root .htaccess file, but "
|
12879 |
"was NOT found in BPS Custom Code."
|
12880 |
msgstr ""
|
12881 |
|
12882 |
+
#: includes/hud-dismiss-functions.php:352
|
12883 |
+
#: includes/hud-dismiss-functions.php:395
|
12884 |
msgid "To automatically fix this click here: "
|
12885 |
msgstr ""
|
12886 |
|
12887 |
+
#: includes/hud-dismiss-functions.php:352
|
12888 |
+
#: includes/hud-dismiss-functions.php:395
|
12889 |
msgid ""
|
12890 |
"The Setup Wizard Pre-Installation Checks feature will automatically fix this "
|
12891 |
"just by visiting the Setup Wizard page."
|
12892 |
msgstr ""
|
12893 |
|
12894 |
+
#: includes/hud-dismiss-functions.php:390
|
12895 |
msgid " for the steps to fix this Wordfence problem."
|
12896 |
msgstr ""
|
12897 |
|
12898 |
+
#: includes/hud-dismiss-functions.php:453
|
12899 |
msgid ""
|
12900 |
"An htaccess file has been detected in the wp-content folder that breaks BPS "
|
12901 |
"features and functionality"
|
12902 |
msgstr ""
|
12903 |
|
12904 |
+
#: includes/hud-dismiss-functions.php:453
|
12905 |
msgid ""
|
12906 |
"If you have or had the Sucuri, Defender or iThemes Security plugins "
|
12907 |
"installed, they create a wp-content htaccess file that breaks several things "
|
12908 |
"in BPS Pro and other plugins as well."
|
12909 |
msgstr ""
|
12910 |
|
12911 |
+
#: includes/hud-dismiss-functions.php:453
|
12912 |
msgid ""
|
12913 |
"To fix the Sucuri problem go to the Sucuri Settings page, click the "
|
12914 |
"Hardening tab and click the Revert Hardening button for the Block PHP Files "
|
12915 |
"in WP-CONTENT Directory option setting."
|
12916 |
msgstr ""
|
12917 |
|
12918 |
+
#: includes/hud-dismiss-functions.php:453
|
12919 |
msgid ""
|
12920 |
"To fix the Defender Security problem go to the Security Tweaks page, click "
|
12921 |
"the PHP Execution option setting and click the Revert button."
|
12922 |
msgstr ""
|
12923 |
|
12924 |
+
#: includes/hud-dismiss-functions.php:453
|
12925 |
msgid ""
|
12926 |
"o fix the iThemes problem go to the System Tweaks page, uncheck the Disable "
|
12927 |
"PHP in Plugins option setting."
|
12928 |
msgstr ""
|
12929 |
|
12930 |
+
#: includes/hud-dismiss-functions.php:495
|
12931 |
msgid "The WordPress Firewall 2 plugin is installed and activated"
|
12932 |
msgstr ""
|
12933 |
|
12934 |
+
#: includes/hud-dismiss-functions.php:495
|
12935 |
msgid "It is recommended that you delete the WordPress Firewall 2 plugin."
|
12936 |
msgstr ""
|
12937 |
|
12938 |
+
#: includes/hud-dismiss-functions.php:495
|
12939 |
msgid " for more information."
|
12940 |
msgstr ""
|
12941 |
|
12942 |
+
#: includes/hud-dismiss-functions.php:527
|
12943 |
msgid "Notice: BPS Query String Exploits Code Changes"
|
12944 |
msgstr ""
|
12945 |
|
12946 |
+
#: includes/hud-dismiss-functions.php:527
|
12947 |
msgid ""
|
12948 |
"Older BPS Query String Exploits code was found in BPS Custom Code. Several "
|
12949 |
"Query String Exploits rules were changed/added/modified in the root ."
|
12950 |
"htaccess file in BPS .49.6, .50.2 & .50.3."
|
12951 |
msgstr ""
|
12952 |
|
12953 |
+
#: includes/hud-dismiss-functions.php:527
|
12954 |
msgid ""
|
12955 |
"Copy the new Query String Exploits section of code from your root .htaccess "
|
12956 |
"file and paste it into this BPS Custom Code text box: CUSTOM CODE BPSQSE BPS "
|
12957 |
"QUERY STRING EXPLOITS and click the Save Root Custom Code button."
|
12958 |
msgstr ""
|
12959 |
|
12960 |
+
#: includes/hud-dismiss-functions.php:527
|
12961 |
msgid ""
|
12962 |
"This Notice will go away once you have copied the new Query String Exploits "
|
12963 |
"code to BPS Custom Code and clicked the Save Root Custom Code button."
|
12964 |
msgstr ""
|
12965 |
|
12966 |
+
#: includes/hud-dismiss-functions.php:546
|
12967 |
msgid "BPS Alert! A BPS htaccess file was NOT found in the BPS Backup folder: "
|
12968 |
msgstr ""
|
12969 |
|
12970 |
+
#: includes/hud-dismiss-functions.php:546
|
12971 |
msgid " and click the BPS Backup Folder BulletProof Mode Activate button."
|
12972 |
msgstr ""
|
12973 |
|
12974 |
+
#: includes/hud-dismiss-functions.php:584
|
12975 |
msgid "New Improved BPS Speed Boost Cache Code"
|
12976 |
msgstr ""
|
12977 |
|
12978 |
+
#: includes/hud-dismiss-functions.php:584
|
12979 |
msgid ""
|
12980 |
"Older BPS Speed Boost Cache Code was found saved in this BPS Custom Code "
|
12981 |
"text box: CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
|
12982 |
msgstr ""
|
12983 |
|
12984 |
+
#: includes/hud-dismiss-functions.php:584
|
12985 |
msgid ""
|
12986 |
"Newer improved BPS Speed Boost Cache Code has been created, which should "
|
12987 |
"improve website load speed performance even more."
|
12988 |
msgstr ""
|
12989 |
|
12990 |
+
#: includes/hud-dismiss-functions.php:584
|
12991 |
msgid "Get The New Improved BPS Speed Boost Cache Code"
|
12992 |
msgstr ""
|
12993 |
|
12994 |
+
#: includes/hud-dismiss-functions.php:584
|
12995 |
msgid ". To dismiss this Notice click the Dismiss Notice button below."
|
12996 |
msgstr ""
|
12997 |
|
12998 |
+
#: includes/hud-dismiss-functions.php:584
|
12999 |
msgid ""
|
13000 |
"To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on "
|
13001 |
"the Custom Code page."
|
13002 |
msgstr ""
|
13003 |
|
13004 |
+
#: includes/hud-dismiss-functions.php:591
|
13005 |
msgid "BPS Speed Boost Cache Custom Code Notice"
|
13006 |
msgstr ""
|
13007 |
|
13008 |
+
#: includes/hud-dismiss-functions.php:591
|
13009 |
msgid ""
|
13010 |
"BPS Speed Boost Cache Code was found in this BPS Custom Code text box: "
|
13011 |
"CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE"
|
13012 |
msgstr ""
|
13013 |
|
13014 |
+
#: includes/hud-dismiss-functions.php:591
|
13015 |
msgid ""
|
13016 |
"and another caching plugin's Marker text was also found in this BPS Custom "
|
13017 |
"Code text box."
|
13018 |
msgstr ""
|
13019 |
|
13020 |
+
#: includes/hud-dismiss-functions.php:591
|
13021 |
msgid "Click this link: "
|
13022 |
msgstr ""
|
13023 |
|
13024 |
+
#: includes/hud-dismiss-functions.php:591
|
13025 |
msgid "BPS Speed Boost Cache Custom Code Notice Forum Topic"
|
13026 |
msgstr ""
|
13027 |
|
13028 |
+
#: includes/hud-dismiss-functions.php:591
|
13029 |
msgid " for help information on what this Notice means and what to do next."
|
13030 |
msgstr ""
|
13031 |
|
13032 |
+
#: includes/hud-dismiss-functions.php:651
|
13033 |
msgid "BPS Plugin Automatic Update Notice"
|
13034 |
msgstr ""
|
13035 |
|
13036 |
+
#: includes/hud-dismiss-functions.php:651
|
13037 |
msgid ""
|
13038 |
"Would you like to have BPS plugin updates installed automatically? Click "
|
13039 |
"this link: "
|
13040 |
msgstr ""
|
13041 |
|
13042 |
+
#: includes/hud-dismiss-functions.php:651
|
13043 |
msgid " and click the BPS MU Tools Enable BPS Plugin AutoUpdates link."
|
13044 |
msgstr ""
|
13045 |
|
13046 |
+
#: includes/hud-dismiss-functions.php:679
|
13047 |
msgid "MScan First Run Notice"
|
13048 |
msgstr ""
|
13049 |
|
13050 |
+
#: includes/hud-dismiss-functions.php:679
|
13051 |
msgid ""
|
13052 |
"Please take a few minutes to read the \"Basic Info|Recommendations|"
|
13053 |
"Limitations|Restrictions\" help section in the"
|
13054 |
msgstr ""
|
13055 |
|
13056 |
+
#: includes/hud-dismiss-functions.php:679
|
13057 |
msgid "before running a scan."
|
13058 |
msgstr ""
|
13059 |
|
13060 |
+
#: includes/hud-dismiss-functions.php:679
|
13061 |
msgid ""
|
13062 |
"It is highly recommended that you use the Scan Time Estimate Tool before "
|
13063 |
"running an actual scan. The Scan Time Estimate Tool calculates the total "
|
13067 |
"Notices button on the BPS Custom Code page."
|
13068 |
msgstr ""
|
13069 |
|
13070 |
+
#: includes/hud-dismiss-functions.php:716
|
13071 |
msgid "BPS New Feature Notice: JTC-Lite"
|
13072 |
msgstr ""
|
13073 |
|
13074 |
+
#: includes/hud-dismiss-functions.php:716
|
13075 |
msgid ""
|
13076 |
"JTC-Lite protects the WordPress Login page Form against automated SpamBot "
|
13077 |
"and HackerBot Brute Force Login attacks"
|
13078 |
msgstr ""
|
13079 |
|
13080 |
+
#: includes/hud-dismiss-functions.php:716
|
13081 |
msgid ""
|
13082 |
"and also prevents User Accounts from being locked repeatedly by Brute Force "
|
13083 |
"Login Bot attacks on your Login page Form."
|
13084 |
msgstr ""
|
13085 |
|
13086 |
+
#: includes/hud-dismiss-functions.php:716
|
13087 |
msgid "To enable/turn On JTC-Lite, click this "
|
13088 |
msgstr ""
|
13089 |
|
13090 |
+
#: includes/hud-dismiss-functions.php:716
|
13091 |
msgid ""
|
13092 |
". Click/check the Login Form Checkbox and click the Save Options button."
|
13093 |
msgstr ""
|
13094 |
|
13095 |
+
#: includes/hud-dismiss-functions.php:716
|
13096 |
+
#: includes/hud-dismiss-functions.php:797
|
13097 |
+
#: includes/hud-dismiss-functions.php:830
|
13098 |
msgid ""
|
13099 |
"To Dismiss this Notice click the Dismiss Notice button below. To Reset "
|
13100 |
"Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
|
13101 |
"Custom Code page."
|
13102 |
msgstr ""
|
13103 |
|
13104 |
+
#: includes/hud-dismiss-functions.php:759
|
13105 |
msgid "BPS Plugin Star Rating Request"
|
13106 |
msgstr ""
|
13107 |
|
13108 |
+
#: includes/hud-dismiss-functions.php:759
|
13109 |
msgid ""
|
13110 |
"A BPS star rating only takes a couple of minutes and would be very much "
|
13111 |
"appreciated. We are looking for 5 star ratings and not \"fancy\" reviews."
|
13112 |
msgstr ""
|
13113 |
|
13114 |
+
#: includes/hud-dismiss-functions.php:759
|
13115 |
msgid ""
|
13116 |
"A simple review like \"works great\" or \"has been protecting my website for "
|
13117 |
"X months or X years\" is perfect."
|
13118 |
msgstr ""
|
13119 |
|
13120 |
+
#: includes/hud-dismiss-functions.php:759
|
13121 |
msgid "Click this link to submit a BPS Plugin Star Rating: "
|
13122 |
msgstr ""
|
13123 |
|
13124 |
+
#: includes/hud-dismiss-functions.php:759
|
13125 |
msgid "BPS Plugin Star Rating"
|
13126 |
msgstr ""
|
13127 |
|
13128 |
+
#: includes/hud-dismiss-functions.php:759
|
13129 |
msgid ""
|
13130 |
"login to the WordPress.org site and scroll to the bottom of the Reviews page."
|
13131 |
msgstr ""
|
13132 |
|
13133 |
+
#: includes/hud-dismiss-functions.php:759
|
13134 |
msgid ""
|
13135 |
"To Dismiss this one-time Notice click the Dismiss Notice button below. To "
|
13136 |
"Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the "
|
13137 |
"BPS Custom Code page."
|
13138 |
msgstr ""
|
13139 |
|
13140 |
+
#: includes/hud-dismiss-functions.php:797
|
13141 |
msgid "BPS Notice: Mod Security Module is Loaded|Enabled"
|
13142 |
msgstr ""
|
13143 |
|
13144 |
+
#: includes/hud-dismiss-functions.php:797
|
13145 |
msgid "Please take a minute to view this Mod Security help forum topic: "
|
13146 |
msgstr ""
|
13147 |
|
13148 |
+
#: includes/hud-dismiss-functions.php:797
|
13149 |
msgid "Mod Security Common Known Problems"
|
13150 |
msgstr ""
|
13151 |
|
13152 |
+
#: includes/hud-dismiss-functions.php:797
|
13153 |
msgid ""
|
13154 |
"If you are not experiencing any of the problems listed in the Mod Security "
|
13155 |
"help forum topic then you can dismiss this Dismiss Notice."
|
13156 |
msgstr ""
|
13157 |
|
13158 |
+
#: includes/hud-dismiss-functions.php:830
|
13159 |
msgid "BPS GDPR Compliance Notice"
|
13160 |
msgstr ""
|
13161 |
|
13162 |
+
#: includes/hud-dismiss-functions.php:830
|
13163 |
msgid ""
|
13164 |
"A new Setup Wizard Option has been created which allows you to turn off all "
|
13165 |
"IP address logging in BPS to make your website GDPR Compliant."
|
13166 |
msgstr ""
|
13167 |
|
13168 |
+
#: includes/hud-dismiss-functions.php:830
|
13169 |
msgid "GDPR Compliance Setup Wizard Option link"
|
13170 |
msgstr ""
|
13171 |
|
13172 |
+
#: includes/hud-dismiss-functions.php:830
|
13173 |
msgid "Choose the GDPR Compliance On setting."
|
13174 |
msgstr ""
|
13175 |
|
13176 |
+
#: includes/hud-dismiss-functions.php:830
|
13177 |
msgid "For more information about GDPR Compliance click this "
|
13178 |
msgstr ""
|
13179 |
|
13180 |
+
#: includes/hud-dismiss-functions.php:830
|
13181 |
msgid "GDPR Compliance Forum Topic link"
|
13182 |
msgstr ""
|
13183 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: AITpro
|
|
3 |
Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
|
4 |
Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag:
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
3 |
Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-security?rate=5#postform
|
4 |
Tags: security, secure, malware scanner, login security, firewall, security plugin, wordpress security, login, bruteforce, backup, exploit, infection, protection, virus, anti-virus, logout, spam, anti-spam
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 5.4
|
7 |
+
Stable tag: 4.0
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|