Version Description
Download this release
Release Info
Developer | AITpro |
Plugin | BulletProof Security |
Version | 4.4 |
Comparing to | |
See all releases |
Code changes from version 4.3 to 4.4
- admin/core/core.php +6 -0
- admin/db-backup-security/db-backup-security.php +5 -0
- admin/email-log-settings/email-log-settings.php +5 -0
- admin/htaccess/secure.htaccess +1 -1
- admin/htaccess/wpadmin-secure.htaccess +1 -1
- admin/includes/admin.php +15 -5
- admin/login/login.php +5 -0
- admin/maintenance/maintenance.php +5 -0
- admin/mscan/mscan-help-text.php +1 -1
- admin/mscan/mscan.php +21 -3
- admin/security-log/security-log.php +5 -0
- admin/system-info/system-info.php +37 -24
- admin/theme-skin/theme-skin.php +5 -0
- admin/wizard/pwizard-autofix-setup.php +270 -0
- admin/wizard/pwizard-autofix.php +62 -8
- admin/wizard/wizard.php +44 -17
- bulletproof-security.php +4 -4
- includes/db-security.php +2 -1
- includes/general-functions.php +143 -0
- includes/hidden-plugin-folders-cron.php +2 -1
- includes/hud-autofix-setup.php +148 -10
- includes/hud-autofix-whitelist.php +35 -7
- includes/login-security.php +2 -1
- includes/mscan-ajax-functions.php +21 -5
- includes/zip-email-cron-functions.php +7 -4
- languages/bulletproof-security.pot +2340 -2078
- readme.txt +2 -2
admin/core/core.php
CHANGED
@@ -14,6 +14,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
14 |
|
15 |
?>
|
16 |
|
|
|
|
|
|
|
|
|
|
|
17 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
18 |
|
19 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
@@ -2150,6 +2155,7 @@ $text = '<h3><span class="blue-bold">'.__('The Complete Website Security Solutio
|
|
2150 |
|
2151 |
<div class="pro-links">
|
2152 |
<?php
|
|
|
2153 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.9', 'https://www.ait-pro.com/aitpro-blog/5662/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-9/' ).'<br>';
|
2154 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.8', 'https://www.ait-pro.com/aitpro-blog/5657/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-8/' ).'<br>';
|
2155 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.7', 'https://www.ait-pro.com/aitpro-blog/5650/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-7/' ).'<br>';
|
14 |
|
15 |
?>
|
16 |
|
17 |
+
<!-- force the vertical scrollbar -->
|
18 |
+
<style>
|
19 |
+
#wpwrap{min-height:100.1%};
|
20 |
+
</style>
|
21 |
+
|
22 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
23 |
|
24 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
2155 |
|
2156 |
<div class="pro-links">
|
2157 |
<?php
|
2158 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '15', 'https://www.ait-pro.com/aitpro-blog/5665/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-15/' ).'<br>';
|
2159 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.9', 'https://www.ait-pro.com/aitpro-blog/5662/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-9/' ).'<br>';
|
2160 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.8', 'https://www.ait-pro.com/aitpro-blog/5657/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-8/' ).'<br>';
|
2161 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '14.7', 'https://www.ait-pro.com/aitpro-blog/5650/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-14-7/' ).'<br>';
|
admin/db-backup-security/db-backup-security.php
CHANGED
@@ -12,6 +12,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
12 |
}
|
13 |
?>
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
16 |
|
17 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
12 |
}
|
13 |
?>
|
14 |
|
15 |
+
<!-- force the vertical scrollbar -->
|
16 |
+
<style>
|
17 |
+
#wpwrap{min-height:100.1%};
|
18 |
+
</style>
|
19 |
+
|
20 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
21 |
|
22 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
admin/email-log-settings/email-log-settings.php
CHANGED
@@ -7,6 +7,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
7 |
}
|
8 |
?>
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
11 |
|
12 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
7 |
}
|
8 |
?>
|
9 |
|
10 |
+
<!-- force the vertical scrollbar -->
|
11 |
+
<style>
|
12 |
+
#wpwrap{min-height:100.1%};
|
13 |
+
</style>
|
14 |
+
|
15 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
16 |
|
17 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
admin/htaccess/secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF 4.
|
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.4 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 4.
|
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.4 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
|
admin/includes/admin.php
CHANGED
@@ -125,7 +125,7 @@ global $wpdb, $wp_version, $blog_id;
|
|
125 |
}
|
126 |
}
|
127 |
|
128 |
-
// Whitelist BPS DB options: Total:
|
129 |
register_setting('bulletproof_security_options', 'bulletproof_security_options', 'bulletproof_security_options_validate');
|
130 |
register_setting('bulletproof_security_options_SLF', 'bulletproof_security_options_SLF', 'bulletproof_security_options_validate_SLF');
|
131 |
register_setting('bulletproof_security_options_gdpr', 'bulletproof_security_options_gdpr', 'bulletproof_security_options_validate_gdpr');
|
@@ -144,6 +144,7 @@ register_setting('bulletproof_security_options_pop_uninstall', 'bulletproof_secu
|
|
144 |
register_setting('bulletproof_security_options_customcode_WPA', 'bulletproof_security_options_customcode_WPA', 'bulletproof_security_options_validate_customcode_WPA');
|
145 |
register_setting('bulletproof_security_options_apache_modules', 'bulletproof_security_options_apache_modules', 'bulletproof_security_options_validate_apache_modules');
|
146 |
register_setting('bulletproof_security_options_hidden_plugins', 'bulletproof_security_options_hidden_plugins', 'bulletproof_security_options_validate_hidden_plugins');
|
|
|
147 |
register_setting('bulletproof_security_options_sec_log_post_limit', 'bulletproof_security_options_sec_log_post_limit', 'bulletproof_security_options_validate_sec_log_post_limit');
|
148 |
register_setting('bulletproof_security_options_login_security_jtc', 'bulletproof_security_options_login_security_jtc', 'bulletproof_security_options_validate_login_security_jtc');
|
149 |
register_setting('bulletproof_security_options_mu_wp_autoupdate', 'bulletproof_security_options_mu_wp_autoupdate', 'bulletproof_security_options_validate_mu_wp_autoupdate');
|
@@ -382,7 +383,7 @@ if ( $bpsPro_SLF_options['bps_slf_filter'] == 'On' ) {
|
|
382 |
// .53.8: Added Debug option
|
383 |
// 3.5: Modified SLF filter code.
|
384 |
// 4.2: Whitelist the Query Monitor plugin js and CSS scripts in BPS plugin pages. script & style name: query-monitor.
|
385 |
-
function bpsPro_style_loader_filter($tag){
|
386 |
|
387 |
if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
|
388 |
|
@@ -414,7 +415,7 @@ function bpsPro_style_loader_filter($tag){
|
|
414 |
// .53.8: Added Debug option
|
415 |
// 3.5: Modified SLF filter code.
|
416 |
// 4.2: Whitelist the Query Monitor plugin js and CSS scripts in BPS plugin pages. script & style name: query-monitor.
|
417 |
-
function bpsPro_script_loader_filter($tag){
|
418 |
|
419 |
if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
|
420 |
|
@@ -509,7 +510,7 @@ global $wp_scripts, $wp_styles, $bulletproof_security, $wp_version, $bps_version
|
|
509 |
}
|
510 |
|
511 |
// Dequeue any other plugin or theme scripts that should not be loading on BPS plugin pages
|
512 |
-
$script_handles = array( 'bps-
|
513 |
|
514 |
$style_handles = array( 'bps-css', 'bps-css-38', 'admin-bar', 'colors', 'ie', 'wp-auth-check', 'debug-bar', 'query-monitor' );
|
515 |
|
@@ -839,6 +840,7 @@ require_once( ABSPATH . 'wp-admin/includes/plugin.php');
|
|
839 |
delete_option('bulletproof_security_options_mu_sysinfo');
|
840 |
delete_option('bulletproof_security_options_mu_wp_autoupdate');
|
841 |
delete_option('bulletproof_security_options_MU_tools');
|
|
|
842 |
// will be adding this new upgrade notice option later
|
843 |
// delete_option('bulletproof_security_options_upgrade_notice');
|
844 |
|
@@ -1340,7 +1342,8 @@ function bulletproof_security_options_validate_MScan($input) {
|
|
1340 |
$options['mscan_scan_frequency'] = wp_filter_nohtml_kses($input['mscan_scan_frequency']);
|
1341 |
// keep this option last since I am using newlines
|
1342 |
@$options['mscan_exclude_dirs'] = wp_filter_nohtml_kses($input['mscan_exclude_dirs']);
|
1343 |
-
|
|
|
1344 |
return $options;
|
1345 |
}
|
1346 |
|
@@ -1430,4 +1433,11 @@ function bulletproof_security_options_validate_mu_wp_autoupdate($input) {
|
|
1430 |
return $options;
|
1431 |
}
|
1432 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1433 |
?>
|
125 |
}
|
126 |
}
|
127 |
|
128 |
+
// Whitelist BPS DB options: Total: 43
|
129 |
register_setting('bulletproof_security_options', 'bulletproof_security_options', 'bulletproof_security_options_validate');
|
130 |
register_setting('bulletproof_security_options_SLF', 'bulletproof_security_options_SLF', 'bulletproof_security_options_validate_SLF');
|
131 |
register_setting('bulletproof_security_options_gdpr', 'bulletproof_security_options_gdpr', 'bulletproof_security_options_validate_gdpr');
|
144 |
register_setting('bulletproof_security_options_customcode_WPA', 'bulletproof_security_options_customcode_WPA', 'bulletproof_security_options_validate_customcode_WPA');
|
145 |
register_setting('bulletproof_security_options_apache_modules', 'bulletproof_security_options_apache_modules', 'bulletproof_security_options_validate_apache_modules');
|
146 |
register_setting('bulletproof_security_options_hidden_plugins', 'bulletproof_security_options_hidden_plugins', 'bulletproof_security_options_validate_hidden_plugins');
|
147 |
+
register_setting('bulletproof_security_options_php_memory_limit', 'bulletproof_security_options_php_memory_limit', 'bulletproof_security_options_validate_php_memory_limit');
|
148 |
register_setting('bulletproof_security_options_sec_log_post_limit', 'bulletproof_security_options_sec_log_post_limit', 'bulletproof_security_options_validate_sec_log_post_limit');
|
149 |
register_setting('bulletproof_security_options_login_security_jtc', 'bulletproof_security_options_login_security_jtc', 'bulletproof_security_options_validate_login_security_jtc');
|
150 |
register_setting('bulletproof_security_options_mu_wp_autoupdate', 'bulletproof_security_options_mu_wp_autoupdate', 'bulletproof_security_options_validate_mu_wp_autoupdate');
|
383 |
// .53.8: Added Debug option
|
384 |
// 3.5: Modified SLF filter code.
|
385 |
// 4.2: Whitelist the Query Monitor plugin js and CSS scripts in BPS plugin pages. script & style name: query-monitor.
|
386 |
+
function bpsPro_style_loader_filter($tag) {
|
387 |
|
388 |
if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
|
389 |
|
415 |
// .53.8: Added Debug option
|
416 |
// 3.5: Modified SLF filter code.
|
417 |
// 4.2: Whitelist the Query Monitor plugin js and CSS scripts in BPS plugin pages. script & style name: query-monitor.
|
418 |
+
function bpsPro_script_loader_filter($tag) {
|
419 |
|
420 |
if ( preg_match( '/page=bulletproof-security/', esc_html($_SERVER['REQUEST_URI']), $matches) ) {
|
421 |
|
510 |
}
|
511 |
|
512 |
// Dequeue any other plugin or theme scripts that should not be loading on BPS plugin pages
|
513 |
+
$script_handles = array( 'bps-arq-ajax', 'bps-tabs', 'bps-dialog', 'bps-accordion', 'bps-encryption', 'bps-crypto-js', 'admin-bar', 'jquery', 'jquery-ui-core', 'jquery-ui-tabs', 'jquery-ui-dialog', 'jquery-ui-widget', 'jquery-ui-mouse', 'jquery-ui-resizable', 'jquery-ui-draggable', 'jquery-ui-button', 'jquery-ui-position', 'jquery-ui-accordion', 'jquery-effects-core', 'jquery-effects-blind', 'jquery-effects-explode', 'common', 'utils', 'svg-painter', 'wp-auth-check', 'heartbeat', 'debug-bar', 'wp-polyfill', 'wp-i18n', 'hoverintent-js', 'wp-hooks', 'query-monitor' );
|
514 |
|
515 |
$style_handles = array( 'bps-css', 'bps-css-38', 'admin-bar', 'colors', 'ie', 'wp-auth-check', 'debug-bar', 'query-monitor' );
|
516 |
|
840 |
delete_option('bulletproof_security_options_mu_sysinfo');
|
841 |
delete_option('bulletproof_security_options_mu_wp_autoupdate');
|
842 |
delete_option('bulletproof_security_options_MU_tools');
|
843 |
+
delete_option('bulletproof_security_options_php_memory_limit');
|
844 |
// will be adding this new upgrade notice option later
|
845 |
// delete_option('bulletproof_security_options_upgrade_notice');
|
846 |
|
1342 |
$options['mscan_scan_frequency'] = wp_filter_nohtml_kses($input['mscan_scan_frequency']);
|
1343 |
// keep this option last since I am using newlines
|
1344 |
@$options['mscan_exclude_dirs'] = wp_filter_nohtml_kses($input['mscan_exclude_dirs']);
|
1345 |
+
@$options['mscan_exclude_tmp_files'] = wp_filter_nohtml_kses($input['mscan_exclude_tmp_files']);
|
1346 |
+
|
1347 |
return $options;
|
1348 |
}
|
1349 |
|
1433 |
return $options;
|
1434 |
}
|
1435 |
|
1436 |
+
// Setup Wizard: Parse phpinfo() to get the PHP memory_limit Local Value
|
1437 |
+
function bulletproof_security_options_validate_php_memory_limit($input) {
|
1438 |
+
$options = get_option('bulletproof_security_options_php_memory_limit');
|
1439 |
+
$options['bps_php_memory_limit'] = wp_filter_nohtml_kses($input['bps_php_memory_limit']);
|
1440 |
+
|
1441 |
+
return $options;
|
1442 |
+
}
|
1443 |
?>
|
admin/login/login.php
CHANGED
@@ -7,6 +7,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
7 |
}
|
8 |
?>
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
11 |
|
12 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
7 |
}
|
8 |
?>
|
9 |
|
10 |
+
<!-- force the vertical scrollbar -->
|
11 |
+
<style>
|
12 |
+
#wpwrap{min-height:100.1%};
|
13 |
+
</style>
|
14 |
+
|
15 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
16 |
|
17 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
admin/maintenance/maintenance.php
CHANGED
@@ -7,6 +7,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
7 |
}
|
8 |
?>
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
11 |
|
12 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
7 |
}
|
8 |
?>
|
9 |
|
10 |
+
<!-- force the vertical scrollbar -->
|
11 |
+
<style>
|
12 |
+
#wpwrap{min-height:100.1%};
|
13 |
+
</style>
|
14 |
+
|
15 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
16 |
|
17 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
admin/mscan/mscan-help-text.php
CHANGED
@@ -38,7 +38,7 @@ if ( ! current_user_can('manage_options') ) {
|
|
38 |
}
|
39 |
|
40 |
/** MScan **/
|
41 |
-
$bps_modal_content1 = '<strong><font color="blue">'.__('For more extensive help info and answers to common issues or problems click the MScan Malware Scanner Guide link above. For troubleshooting help or to post suspicious code click the MScan Troubleshooting & Code Posting link above.', 'bulletproof-security').'</font></strong><br><br><strong>'.__('Start Scan', 'bulletproof-security').'</strong><br>'.__('Clicking the Start Scan button starts a scan.', 'bulletproof-security').'<br><br><strong>'.__('Stop Scan', 'bulletproof-security').'</strong><br>'.__('Clicking the Stop Scan button stops a scan.', 'bulletproof-security').'<br><br><strong>'.__('Hosting Account Root Folders', 'bulletproof-security').'</strong><br>'.__('All of your hosting account folders are checked/selected by default and will be scanned. Checking a checkbox means scan that folder. Unchecking a checkbox means do not scan that folder.', 'bulletproof-security').'<br><br><strong>'.__('Max File Size Limit to Scan', 'bulletproof-security').'</strong><br>'.__('Files that are larger than 400KB will be skipped by default in a regular scan and can be scanned using a Skipped File scan.', 'bulletproof-security').'<br><br><strong>'.__('Max Time Limit to Scan', 'bulletproof-security').'</strong><br>'.__('The default time limit for script execution on most web hosts is 300 seconds. The default time limit setting for MScan scanning is also set to 300 seconds. It is not recommended that you increase the time limit higher than 300 seconds.', 'bulletproof-security').'<br><br><strong>'.__('Scan Database', 'bulletproof-security').'</strong><br>'.__('When Database scan is turned on your WordPress database will be scanned for suspicious code.', 'bulletproof-security').'<br><br><strong>'.__('Scan Image Files (Stegosploit|Exif Hack)', 'bulletproof-security').'</strong><br>'.__('WARNING: Scanning image files may cause scanning to stop or fail. Most web hosts already have security protection against Stegosploit and Exif image hacks. It is recommended that you do not scan image files.', 'bulletproof-security').'<br><br><strong>'.__('Scan Skipped Files Only', 'bulletproof-security').'</strong><br>'.__('When Skipped File Scan is On only skipped files will be scanned. Note: The only MScan option setting that has any effect while Skipped File Scan is On is Image File Scan On or Off. You do not need to change any of your other MScan option settings when running a Skipped File scan.', 'bulletproof-security').'<br><br><strong>'.__('Automatically Delete /tmp Files', 'bulletproof-security').'</strong><br>'.__('When Delete Tmp Files is On, all temporary files will be deleted. Hackers commonly hide hacker files in the /tmp folder.', 'bulletproof-security').'<br><br><strong>'.__('Scheduled Scan Frequency (BPS Pro only)', 'bulletproof-security').'</strong><br>'.__('You can choose to schedule ongoing automated scans
|
42 |
|
43 |
/** MScan Log **/
|
44 |
$bps_modal_content2 = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('MScan Log General Information', 'bulletproof-security').'</strong><br>'.__('Your MScan Log file is a plain text static file and not a dynamic file or dynamic display to keep your website resource usage at a bare minimum and keep your website performance at a maximum. Log entries are logged in descending order by Date and Time. You can copy, edit and delete this plain text file. You can choose S-Monitor Email Alerting & Log File Options to automatically email your MScan Log file to you and delete it when it reaches a certain size (256KB, 500KB or 1MB).', 'bulletproof-security').'<strong><br><br>'.__('MScan Logging', 'bulletproof-security').'</strong><br>'.__('Logs extensive details about each scan that you run.', 'bulletproof-security').'<strong><br><br>'.__('MScan Log File Size', 'bulletproof-security').'</strong><br>'.__('Displays the size of your MScan Log file. If your log file is larger than 2MB then you will see a Red warning message displayed: The S-Monitor Email Alerting & Log File Options will only send log files up to 2MB in size. Copy and paste the MScan Log file contents into a Notepad text file on your computer and save it. Then click the Delete Log button to delete the contents of this Log file.', 'bulletproof-security').'<br><br><strong>'.__('MScan Log Last Modified Time', 'bulletproof-security').'</strong><br>'.__('The Reset Last Modified Time in DB option/feature is currently completely automated and does not require any manual steps performed by you.', 'bulletproof-security').'<br><br><strong>'.__('Delete Log Button', 'bulletproof-security').'</strong><br>'.__('Clicking the Delete Log button will delete the entire contents of your MScan Log File. If you have setup S-Monitor Email Alerting & Log Options then the only time you would probably need to use the Delete Log button is if your MScan Log file exceeds 2MB in size.', 'bulletproof-security');
|
38 |
}
|
39 |
|
40 |
/** MScan **/
|
41 |
+
$bps_modal_content1 = '<strong><font color="blue">'.__('For more extensive help info and answers to common issues or problems click the MScan Malware Scanner Guide link above. For troubleshooting help or to post suspicious code click the MScan Troubleshooting & Code Posting link above.', 'bulletproof-security').'</font></strong><br><br><strong>'.__('Start Scan', 'bulletproof-security').'</strong><br>'.__('Clicking the Start Scan button starts a scan.', 'bulletproof-security').'<br><br><strong>'.__('Stop Scan', 'bulletproof-security').'</strong><br>'.__('Clicking the Stop Scan button stops a scan.', 'bulletproof-security').'<br><br><strong>'.__('Hosting Account Root Folders', 'bulletproof-security').'</strong><br>'.__('All of your hosting account folders are checked/selected by default and will be scanned. Checking a checkbox means scan that folder. Unchecking a checkbox means do not scan that folder.', 'bulletproof-security').'<br><br><strong>'.__('Max File Size Limit to Scan', 'bulletproof-security').'</strong><br>'.__('Files that are larger than 400KB will be skipped by default in a regular scan and can be scanned using a Skipped File scan.', 'bulletproof-security').'<br><br><strong>'.__('Max Time Limit to Scan', 'bulletproof-security').'</strong><br>'.__('The default time limit for script execution on most web hosts is 300 seconds. The default time limit setting for MScan scanning is also set to 300 seconds. It is not recommended that you increase the time limit higher than 300 seconds.', 'bulletproof-security').'<br><br><strong>'.__('Exclude Individual Folders', 'bulletproof-security').'</strong><br>'.__('Enter relative folder paths one folder path per line. A relative folder path is this: /some-folder/some-subfolder. A literal path would be the full server path: /xxxxx/xxxxx/public_html/wordpress/some-folder/some-subfolder. Important Note: Add at least 2 folders in the path. The reason for that is if you just enter 1 folder name/path it could match other folder names somewhere else under your website folders. Example: If you only entered The folder path/name /cache/ it would match all folders named /cache/. If you add the folder name/path: /wp-content/cache/ it would only match this particular cache folder under the wp-content folder.', 'bulletproof-security').'<br><br><strong>'.__('Scan Database', 'bulletproof-security').'</strong><br>'.__('When Database scan is turned on your WordPress database will be scanned for suspicious code.', 'bulletproof-security').'<br><br><strong>'.__('Scan Image Files (Stegosploit|Exif Hack)', 'bulletproof-security').'</strong><br>'.__('WARNING: Scanning image files may cause scanning to stop or fail. Most web hosts already have security protection against Stegosploit and Exif image hacks. It is recommended that you do not scan image files.', 'bulletproof-security').'<br><br><strong>'.__('Scan Skipped Files Only', 'bulletproof-security').'</strong><br>'.__('When Skipped File Scan is On only skipped files will be scanned. Note: The only MScan option setting that has any effect while Skipped File Scan is On is Image File Scan On or Off. You do not need to change any of your other MScan option settings when running a Skipped File scan.', 'bulletproof-security').'<br><br><strong>'.__('Automatically Delete /tmp Files', 'bulletproof-security').'</strong><br>'.__('When Delete Tmp Files is On, all temporary files will be deleted. Hackers commonly hide hacker files in the /tmp folder.', 'bulletproof-security').'<br><br><strong>'.__('Exclude /tmp Files', 'bulletproof-security').'</strong><br>'.__('Enter 1 file name per line. Some web hosts store files such as, mysql.sock, .s.PGSQL.5432 and .per-user in the /tmp folder. These files cannot be deleted by MScan, but attempting to delete these files will generate php errors. To prevent php errors from occurring you would exclude files such as these using the MScan Exclude /tmp files option setting.', 'bulletproof-security').'<br><br><strong>'.__('Scheduled Scan Frequency (BPS Pro only)', 'bulletproof-security').'</strong><br>'.__('You can choose to schedule ongoing automated scans. Note: The BPS Pro ARQ IDPS scanner is far superior to any/all Malware scanners including BPS Pro MScan. Click the MScan Malware Scanner Guide link above for more information regarding using ARQ IDPS and MScan together.', 'bulletproof-security').'<br><br><strong>'.__('Scan Time Estimate Tool', 'bulletproof-security').'</strong><br>'.__('IMPORTANT: You can stop the scan time estimate if it hangs or is taking too long by clicking the Stop Scan button. This tool allows you to check the estimated total scan time of a scan based on your MScan option settings without actually performing/running a scan. Note: This tool does not affect or change any previous scan results except for the Total Scan Time, which will be changed to the estimated scan time. Example Usage: You can check or uncheck Hosting Account Root Folders checkboxes and change any other MScan option settings, save your MScan option settings and then run the Scan Time Estimate Tool to get the total estimated time that the actual scan will take.', 'bulletproof-security').'<br><br><strong>'.__('Delete Scan Status Tool', 'bulletproof-security').'</strong><br>'.__('This tool allows you to delete all of the MScan Status option values. The Scan Completed timestamp, Total Scan Time, Total Files Scanned, Skipped Files, Suspicious Files and Suspicious DB Entries status values will be deleted and will either display blank or 0.', 'bulletproof-security').'<br><br><strong>'.__('Delete DB Scan Data Tool', 'bulletproof-security').'</strong><br>'.__('This tool allows you to delete/reset all of the database scan data in the View|Ignore|Delete Suspicious Files and View|Ignore Suspicious DB Entries Forms. Note: Any/all changes you have made and saved in these Forms will be deleted. You may want to use BPS DB Backup and do a database backup before using this tool.', 'bulletproof-security').'<br><br><strong>'.__('View|Ignore|Delete Suspicious Files', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore, unignore or delete suspicious and skipped files. If you are not sure if code is malicious or safe you can copy the code and post the code in the MScan Troubleshooting & Code Posting form topic. See the link above. If you are unsure if a file is a hacker file or not then download a copy of that file before deleting it. When you ignore a file it will no longer be scanned in any future scans. When you unignore an ignored file it will be scanned in future scans.', 'bulletproof-security').'<br><br><strong>'.__('View|Ignore Suspicious DB Entries', 'bulletproof-security').'</strong><br>'.__('This form allows you to view, ignore or unignore suspicious DB Entries. Note: The view option displays the DB Table, Column, Row ID and the MScan Pattern Match that was detected by the MScan scan. Use phpMyAdmin or a similar tool to check your database Row where the suspicious code was found. When you ignore a DB Entry it will no longer be scanned in any future scans. When you unignore an ignored DB Entry it will be scanned in future scans.', 'bulletproof-security');
|
42 |
|
43 |
/** MScan Log **/
|
44 |
$bps_modal_content2 = '<strong>'.__('This Read Me Help window is draggable (top) and resizable (bottom right corner)', 'bulletproof-security').'</strong><br><br><strong>'.__('MScan Log General Information', 'bulletproof-security').'</strong><br>'.__('Your MScan Log file is a plain text static file and not a dynamic file or dynamic display to keep your website resource usage at a bare minimum and keep your website performance at a maximum. Log entries are logged in descending order by Date and Time. You can copy, edit and delete this plain text file. You can choose S-Monitor Email Alerting & Log File Options to automatically email your MScan Log file to you and delete it when it reaches a certain size (256KB, 500KB or 1MB).', 'bulletproof-security').'<strong><br><br>'.__('MScan Logging', 'bulletproof-security').'</strong><br>'.__('Logs extensive details about each scan that you run.', 'bulletproof-security').'<strong><br><br>'.__('MScan Log File Size', 'bulletproof-security').'</strong><br>'.__('Displays the size of your MScan Log file. If your log file is larger than 2MB then you will see a Red warning message displayed: The S-Monitor Email Alerting & Log File Options will only send log files up to 2MB in size. Copy and paste the MScan Log file contents into a Notepad text file on your computer and save it. Then click the Delete Log button to delete the contents of this Log file.', 'bulletproof-security').'<br><br><strong>'.__('MScan Log Last Modified Time', 'bulletproof-security').'</strong><br>'.__('The Reset Last Modified Time in DB option/feature is currently completely automated and does not require any manual steps performed by you.', 'bulletproof-security').'<br><br><strong>'.__('Delete Log Button', 'bulletproof-security').'</strong><br>'.__('Clicking the Delete Log button will delete the entire contents of your MScan Log File. If you have setup S-Monitor Email Alerting & Log Options then the only time you would probably need to use the Delete Log button is if your MScan Log file exceeds 2MB in size.', 'bulletproof-security');
|
admin/mscan/mscan.php
CHANGED
@@ -13,6 +13,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
13 |
}
|
14 |
?>
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
17 |
|
18 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
@@ -792,6 +797,11 @@ if ( isset( $_POST['Submit-MScan-Options'] ) && current_user_can('manage_options
|
|
792 |
break;
|
793 |
}
|
794 |
|
|
|
|
|
|
|
|
|
|
|
795 |
$MS_Options = array(
|
796 |
'bps_mscan_dirs' => $mscan_array_merge,
|
797 |
'mscan_max_file_size' => esc_html($_POST['mscan_max_file_size']),
|
@@ -801,7 +811,8 @@ if ( isset( $_POST['Submit-MScan-Options'] ) && current_user_can('manage_options
|
|
801 |
'mscan_scan_skipped_files' => $_POST['mscan_scan_skipped_files_select'],
|
802 |
'mscan_scan_delete_tmp_files' => $_POST['mscan_scan_delete_tmp_files_select'],
|
803 |
'mscan_scan_frequency' => 'Off',
|
804 |
-
'mscan_exclude_dirs' => $_POST['mscan_exclude_dirs']
|
|
|
805 |
);
|
806 |
|
807 |
foreach( $MS_Options as $key => $value ) {
|
@@ -911,7 +922,8 @@ function bpsPro_save_mscan_options() {
|
|
911 |
'mscan_scan_skipped_files' => $MScan_options['mscan_scan_skipped_files'],
|
912 |
'mscan_scan_delete_tmp_files' => $MScan_options['mscan_scan_delete_tmp_files'],
|
913 |
'mscan_scan_frequency' => 'Off',
|
914 |
-
'mscan_exclude_dirs' => $MScan_options['mscan_exclude_dirs']
|
|
|
915 |
);
|
916 |
|
917 |
foreach( $MS_Options as $key => $value ) {
|
@@ -942,7 +954,7 @@ bpsPro_save_mscan_options();
|
|
942 |
|
943 |
echo '<th scope="row" style="border-bottom:none;font-size:1.13em;vertical-align:top;">';
|
944 |
|
945 |
-
echo '<div id="MScancheckall" style="max-height:
|
946 |
echo '<table style="text-align:left;border-right:1px solid #e5e5e5;padding:5px;">';
|
947 |
echo '<thead>';
|
948 |
echo '<tr>';
|
@@ -1040,6 +1052,12 @@ bpsPro_save_mscan_options();
|
|
1040 |
echo '<option value="On"'. selected('On', $MScan_options['mscan_scan_delete_tmp_files']).'>'.__('Delete Tmp Files On', 'bulletproof-security').'</option>';
|
1041 |
echo '</select><br>';
|
1042 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1043 |
echo '<label for="bps-mscan-label">'.__('Scheduled Scan Frequency (BPS Pro only)', 'bulletproof-security').'</label><br>';
|
1044 |
echo '<select name="mscan_scan_frequency_select" class="form-340" style="margin-bottom:15px">';
|
1045 |
echo '<option value="Off"'. selected('Off', $MScan_options['mscan_scan_frequency']).'>'.__('Scheduled Scan Off', 'bulletproof-security').'</option>';
|
13 |
}
|
14 |
?>
|
15 |
|
16 |
+
<!-- force the vertical scrollbar -->
|
17 |
+
<style>
|
18 |
+
#wpwrap{min-height:100.1%};
|
19 |
+
</style>
|
20 |
+
|
21 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
22 |
|
23 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
797 |
break;
|
798 |
}
|
799 |
|
800 |
+
// Add an addition newline for: mscan_exclude_tmp_files so the last file is included in the array
|
801 |
+
// when using explode()
|
802 |
+
$mscan_exclude_tmp_files = $_POST['mscan_exclude_tmp_files'] . "\n";
|
803 |
+
$mscan_exclude_tmp_files = preg_replace("/(\n\n|\n\n\n|\n\n\n\n)/", "\n", $mscan_exclude_tmp_files);
|
804 |
+
|
805 |
$MS_Options = array(
|
806 |
'bps_mscan_dirs' => $mscan_array_merge,
|
807 |
'mscan_max_file_size' => esc_html($_POST['mscan_max_file_size']),
|
811 |
'mscan_scan_skipped_files' => $_POST['mscan_scan_skipped_files_select'],
|
812 |
'mscan_scan_delete_tmp_files' => $_POST['mscan_scan_delete_tmp_files_select'],
|
813 |
'mscan_scan_frequency' => 'Off',
|
814 |
+
'mscan_exclude_dirs' => $_POST['mscan_exclude_dirs'],
|
815 |
+
'mscan_exclude_tmp_files' => $mscan_exclude_tmp_files
|
816 |
);
|
817 |
|
818 |
foreach( $MS_Options as $key => $value ) {
|
922 |
'mscan_scan_skipped_files' => $MScan_options['mscan_scan_skipped_files'],
|
923 |
'mscan_scan_delete_tmp_files' => $MScan_options['mscan_scan_delete_tmp_files'],
|
924 |
'mscan_scan_frequency' => 'Off',
|
925 |
+
'mscan_exclude_dirs' => $MScan_options['mscan_exclude_dirs'],
|
926 |
+
'mscan_exclude_tmp_files' => $MScan_options['mscan_exclude_tmp_files']
|
927 |
);
|
928 |
|
929 |
foreach( $MS_Options as $key => $value ) {
|
954 |
|
955 |
echo '<th scope="row" style="border-bottom:none;font-size:1.13em;vertical-align:top;">';
|
956 |
|
957 |
+
echo '<div id="MScancheckall" style="max-height:490px;overflow:auto;">';
|
958 |
echo '<table style="text-align:left;border-right:1px solid #e5e5e5;padding:5px;">';
|
959 |
echo '<thead>';
|
960 |
echo '<tr>';
|
1052 |
echo '<option value="On"'. selected('On', $MScan_options['mscan_scan_delete_tmp_files']).'>'.__('Delete Tmp Files On', 'bulletproof-security').'</option>';
|
1053 |
echo '</select><br>';
|
1054 |
|
1055 |
+
echo '<label for="bps-mscan-label" style="">'.__('Exclude /tmp Files', 'bulletproof-security').'</label><strong><font color="black"><span class="tooltip-350-120"><img src="'.plugins_url('/bulletproof-security/admin/images/question-mark.png').'" style="position:relative;top:3px;left:10px;" /><span>'.__('Enter one file name per line.', 'bulletproof-security').'<br>'.__('Example:', 'bulletproof-security').'<br>mysql.sock<br>.s.PGSQL.5432<br>.per-user<br>'.__('Click the MScan Read Me help button for more help info.', 'bulletproof-security').'</span></span></font></strong><br>';
|
1056 |
+
// trimming whitespace does not work because I am not trimming newlines or returns
|
1057 |
+
echo '<textarea class="text-area-340x60" name="mscan_exclude_tmp_files" style="width:340px;height:60px;margin-bottom:5px" tabindex="1">'.esc_html( trim(stripslashes($MScan_options['mscan_exclude_tmp_files']), " \t\0\x0B") ).'</textarea>';
|
1058 |
+
echo '<input type="hidden" name="scrolltoExcludeTmpFiles" id="scrolltoExcludeTmpFiles" value="'.esc_html( $scrolltoExcludeTmpFiles ).'" />';
|
1059 |
+
echo '<br>';
|
1060 |
+
|
1061 |
echo '<label for="bps-mscan-label">'.__('Scheduled Scan Frequency (BPS Pro only)', 'bulletproof-security').'</label><br>';
|
1062 |
echo '<select name="mscan_scan_frequency_select" class="form-340" style="margin-bottom:15px">';
|
1063 |
echo '<option value="Off"'. selected('Off', $MScan_options['mscan_scan_frequency']).'>'.__('Scheduled Scan Off', 'bulletproof-security').'</option>';
|
admin/security-log/security-log.php
CHANGED
@@ -7,6 +7,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
7 |
}
|
8 |
?>
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
11 |
|
12 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
7 |
}
|
8 |
?>
|
9 |
|
10 |
+
<!-- force the vertical scrollbar -->
|
11 |
+
<style>
|
12 |
+
#wpwrap{min-height:100.1%};
|
13 |
+
</style>
|
14 |
+
|
15 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
16 |
|
17 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
admin/system-info/system-info.php
CHANGED
@@ -7,6 +7,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
7 |
}
|
8 |
?>
|
9 |
|
|
|
|
|
|
|
|
|
|
|
10 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
11 |
|
12 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
@@ -683,38 +688,46 @@ function bpsPro_count_network_activated_plugins($count) {
|
|
683 |
echo $memory_limit.'<br>';
|
684 |
echo '<strong><span class="sysinfo-label-text">'.__('WordPress Base Memory Limit', 'bulletproof-security').':</span></strong> ' . WP_MEMORY_LIMIT . '<br>';
|
685 |
|
686 |
-
|
687 |
-
|
688 |
-
|
|
|
|
|
|
|
689 |
$memoryLimit = str_replace( 'M', '', $memoryLimitM );
|
|
|
690 |
|
691 |
-
if ( $
|
692 |
echo '<strong><span class="sysinfo-label-text">'.__('PHP Actual Configuration Memory Limit: ', 'bulletproof-security').'</span><font color="black">'.__('The Memory Limit value is not available from your Server.', 'bulletproof-security').'</font></strong><br>';
|
693 |
|
694 |
} else {
|
695 |
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
if ( $php_config_file != '' ) {
|
712 |
-
echo '<strong><span class="sysinfo-label-text">'.__('PHP Configuration File (php.ini)', 'bulletproof-security').':</span></strong> '.$php_config_file.'<br>';
|
713 |
-
} else {
|
714 |
-
echo '<strong><span class="sysinfo-label-text">'.__('PHP Configuration File (php.ini)', 'bulletproof-security').':</span></strong> '.__('None/Not in use', 'bulletproof-security').'<br>';
|
715 |
-
}
|
716 |
}
|
717 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
718 |
/*
|
719 |
* WP get_temp_dir() preference is to return the value of sys_get_temp_dir(),
|
720 |
* followed by your PHP temporary upload directory, followed by WP_CONTENT_DIR,
|
7 |
}
|
8 |
?>
|
9 |
|
10 |
+
<!-- force the vertical scrollbar -->
|
11 |
+
<style>
|
12 |
+
#wpwrap{min-height:100.1%};
|
13 |
+
</style>
|
14 |
+
|
15 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
16 |
|
17 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
688 |
echo $memory_limit.'<br>';
|
689 |
echo '<strong><span class="sysinfo-label-text">'.__('WordPress Base Memory Limit', 'bulletproof-security').':</span></strong> ' . WP_MEMORY_LIMIT . '<br>';
|
690 |
|
691 |
+
// Parse phpinfo() and return the PHP memory_limit Local Value
|
692 |
+
bpsPro_phpinfo_memory_limit_array();
|
693 |
+
|
694 |
+
$bps_php_memory_limit = get_option('bulletproof_security_options_php_memory_limit');
|
695 |
+
|
696 |
+
$memoryLimitM = $bps_php_memory_limit['bps_php_memory_limit'];
|
697 |
$memoryLimit = str_replace( 'M', '', $memoryLimitM );
|
698 |
+
$pos_memory_limit = strpos( $memoryLimitM, 'Unable to get the PHP memory_limit value from the server' );
|
699 |
|
700 |
+
if ( $pos_memory_limit !== false ) {
|
701 |
echo '<strong><span class="sysinfo-label-text">'.__('PHP Actual Configuration Memory Limit: ', 'bulletproof-security').'</span><font color="black">'.__('The Memory Limit value is not available from your Server.', 'bulletproof-security').'</font></strong><br>';
|
702 |
|
703 |
} else {
|
704 |
|
705 |
+
switch ( $memoryLimit ) {
|
706 |
+
case $memoryLimit >= '128':
|
707 |
+
echo '<strong><span class="sysinfo-label-text">'.__('PHP Actual Configuration Memory Limit: ', 'bulletproof-security').'</span><font color="green">'
|
708 |
+
.$memoryLimitM.'</font></strong><br>';
|
709 |
+
break;
|
710 |
+
case $memoryLimit >= '65' && $memoryLimit < '128':
|
711 |
+
echo '<strong><span class="sysinfo-label-text">'.__('PHP Actual Configuration Memory Limit: ', 'bulletproof-security').'</span><font color="black">'
|
712 |
+
.$memoryLimitM.__(' Recommendation: Increase Memory Limit to at least 128M, 256M is even better.', 'bulletproof-security').'</font></strong><br>';
|
713 |
+
break;
|
714 |
+
case $memoryLimit > '0' && $memoryLimit <= '64':
|
715 |
+
echo '<strong><span class="sysinfo-label-text">'.__('PHP Actual Configuration Memory Limit: ', 'bulletproof-security').'</span><font color="#fb0101">'
|
716 |
+
.$memoryLimitM.__(' Recommendation: Increase Memory Limit to at least 128M, 256M is even better.', 'bulletproof-security').'</font></strong><br>';
|
717 |
+
break;
|
718 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
719 |
}
|
720 |
|
721 |
+
if ( function_exists('get_cfg_var') ) {
|
722 |
+
$php_config_file = get_cfg_var('cfg_file_path');
|
723 |
+
|
724 |
+
if ( $php_config_file != '' ) {
|
725 |
+
echo '<strong><span class="sysinfo-label-text">'.__('PHP Configuration File (php.ini)', 'bulletproof-security').':</span></strong> '.$php_config_file.'<br>';
|
726 |
+
} else {
|
727 |
+
echo '<strong><span class="sysinfo-label-text">'.__('PHP Configuration File (php.ini)', 'bulletproof-security').':</span></strong> '.__('None/Not in use', 'bulletproof-security').'<br>';
|
728 |
+
}
|
729 |
+
}
|
730 |
+
|
731 |
/*
|
732 |
* WP get_temp_dir() preference is to return the value of sys_get_temp_dir(),
|
733 |
* followed by your PHP temporary upload directory, followed by WP_CONTENT_DIR,
|
admin/theme-skin/theme-skin.php
CHANGED
@@ -12,6 +12,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
12 |
}
|
13 |
?>
|
14 |
|
|
|
|
|
|
|
|
|
|
|
15 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
16 |
|
17 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
12 |
}
|
13 |
?>
|
14 |
|
15 |
+
<!-- force the vertical scrollbar -->
|
16 |
+
<style>
|
17 |
+
#wpwrap{min-height:100.1%};
|
18 |
+
</style>
|
19 |
+
|
20 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
21 |
|
22 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
admin/wizard/pwizard-autofix-setup.php
CHANGED
@@ -1839,4 +1839,274 @@ function bpsPro_Pwizard_Autofix_WPR() {
|
|
1839 |
}
|
1840 |
}
|
1841 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1842 |
?>
|
1839 |
}
|
1840 |
}
|
1841 |
|
1842 |
+
// LiteSpeed Cache Setup & Cleanup: Creates the LSCACHE htaccess code in BPS Custom Code & wp-config.php & removes LSCACHE htaccess code from the Root htaccess file.
|
1843 |
+
// It is not possible to access or use LSCACHE functions - they are private class functions.
|
1844 |
+
// LSCACHE creates htaccess code in the Root htaccess file at the top of the Root htaccess file & code in the wp-config.php file on plugin activation.
|
1845 |
+
// LSCACHE removes htaccess code on plugin deactivation, but leaves its Markers at the top of the root htaccess file. see Markers below.
|
1846 |
+
// The LSCACHE Markers need to be removed in the Setup Wizard so that the HUD AutoSetup check works correctly.
|
1847 |
+
# BEGIN LSCACHE
|
1848 |
+
# END LSCACHE
|
1849 |
+
# BEGIN NON_LSCACHE
|
1850 |
+
# END NON_LSCACHE
|
1851 |
+
// Requires Prerequisite Manual Steps by User to generate LSCACHE htaccess code: HUD message displayed to Unlock Root htaccess file, save LSCACHE settings & run the Wizards.
|
1852 |
+
// Unlock the Root htaccess file, get the LSCACHE htaccess code and then remove any existing LSCACHE htaccess code in the Root htaccess file.
|
1853 |
+
// Note: htaccess code is created in the site root htaccess file for GWIOD site types.
|
1854 |
+
function bpsPro_Pwizard_Autofix_LSCACHE() {
|
1855 |
+
|
1856 |
+
$AutoFix_Options = get_option('bulletproof_security_options_wizard_autofix');
|
1857 |
+
|
1858 |
+
if ( $AutoFix_Options['bps_wizard_autofix'] == 'Off' ) {
|
1859 |
+
return;
|
1860 |
+
}
|
1861 |
+
|
1862 |
+
$lscache_plugin = 'litespeed-cache/litespeed-cache.php';
|
1863 |
+
$lscache_plugin_active = in_array( $lscache_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
1864 |
+
|
1865 |
+
// 1. CUSTOM CODE TOP PHP/PHP.INI HANDLER/CACHE CODE
|
1866 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
1867 |
+
$bps_customcode_cache = htmlspecialchars_decode( $CC_Options_root['bps_customcode_one'], ENT_QUOTES );
|
1868 |
+
$bps_customcode_cache_array = array();
|
1869 |
+
$bps_customcode_cache_array[] = $bps_customcode_cache;
|
1870 |
+
$cc_cache_array = array();
|
1871 |
+
|
1872 |
+
if ( $lscache_plugin_active == 1 || is_plugin_active_for_network( $lscache_plugin ) ) {
|
1873 |
+
|
1874 |
+
if ( ! is_multisite() ) {
|
1875 |
+
$bpsSiteUrl = get_option('siteurl');
|
1876 |
+
$bpsHomeUrl = get_option('home');
|
1877 |
+
} else {
|
1878 |
+
$bpsSiteUrl = get_site_option('siteurl');
|
1879 |
+
$bpsHomeUrl = network_site_url();
|
1880 |
+
}
|
1881 |
+
|
1882 |
+
## GWIOD site type: AutoSetup is not required since htaccess code is written to the site root htaccess file.
|
1883 |
+
if ( $bpsSiteUrl != $bpsHomeUrl ) {
|
1884 |
+
$text = '<strong><font color="green">'.__('LiteSpeed Cache Plugin AutoSetup not required: ', 'bulletproof-security').'</font><font color="black"><span class="arq-tooltip-sw-20"><img src="'.plugins_url('/bulletproof-security/admin/images/question-mark.png').'" style="position:relative;top:3px;right:1px;" /><span>'.__('GWIOD site types do not require AutoSetup because LiteSpeed Cache creates htaccess code in the site root htaccess file.', 'bulletproof-security').'</span></span></font></strong><br>';
|
1885 |
+
echo $text;
|
1886 |
+
return;
|
1887 |
+
}
|
1888 |
+
|
1889 |
+
## Remove any existing LSCACHE htaccess code in Custom Code from the $cc_cache_array so that new LSCACHE htaccess code is created each time.
|
1890 |
+
## Important Note: If dots are used (.*) then newlines and spaces are ignored when using the /s modifier.
|
1891 |
+
// Cleans up extra Newlines, Returns & whitespaces.
|
1892 |
+
foreach ( $bps_customcode_cache_array as $key => $value ) {
|
1893 |
+
|
1894 |
+
if ( preg_match( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', $value, $matches ) ) {
|
1895 |
+
$value = preg_replace( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', "", $value);
|
1896 |
+
}
|
1897 |
+
|
1898 |
+
if ( preg_match('/(\n\r){2,}/', $value, $matches) ) {
|
1899 |
+
$value = preg_replace("/(\n\r){2,}/", "\n", $value);
|
1900 |
+
}
|
1901 |
+
|
1902 |
+
$cc_cache_array[] = trim( $value, " \t\n\r");
|
1903 |
+
}
|
1904 |
+
|
1905 |
+
$wpconfig = ABSPATH . 'wp-config.php';
|
1906 |
+
|
1907 |
+
if ( ! file_exists( $wpconfig ) ) {
|
1908 |
+
|
1909 |
+
$text = '<strong><font color="#fb0101">'.__('Error: The Pre-Installation Wizard is unable to add the LiteSpeed Cache WP_CACHE code in your wp-config.php file.', 'bulletproof-security').'</font><br>'.__('A wp-config.php file was NOT found in your WordPress website root folder. If you have moved your wp-config.php file to another folder location then you will need to either move the wp-config.php file back to its default WordPress folder location and run the Pre-Installation Wizard again or manually edit your wp-config.php file and add the LiteSpeed Cache WP_CACHE code. Click this link for the steps to manually edit your wp-config.php file: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/manually-editing-the-wordpress-wp-config-php-file/" target="_blank" title="Link opens in a new Browser window">'.__('Manually Edit the WordPress wp-config.php file', 'bulletproof-security').'</a><br>';
|
1910 |
+
echo $text;
|
1911 |
+
}
|
1912 |
+
|
1913 |
+
$rootHtaccess = ABSPATH . '.htaccess';
|
1914 |
+
|
1915 |
+
if ( file_exists($rootHtaccess) ) {
|
1916 |
+
|
1917 |
+
$sapi_type = php_sapi_name();
|
1918 |
+
$permsRootHtaccess = @substr(sprintf('%o', fileperms($rootHtaccess)), -4);
|
1919 |
+
|
1920 |
+
if ( file_exists( $wpconfig ) ) {
|
1921 |
+
|
1922 |
+
$perms_wpconfig = @substr(sprintf('%o', fileperms($wpconfig)), -4);
|
1923 |
+
|
1924 |
+
if ( @substr($sapi_type, 0, 6) != 'apache' || @$perms_wpconfig != '0666' || @$perms_wpconfig != '0777' ) { // Windows IIS, XAMPP, etc
|
1925 |
+
chmod( $wpconfig, 0644 );
|
1926 |
+
}
|
1927 |
+
}
|
1928 |
+
|
1929 |
+
if ( @substr($sapi_type, 0, 6) != 'apache' || @$permsRootHtaccess != '0666' || @$permsRootHtaccess != '0777' ) {
|
1930 |
+
chmod( $rootHtaccess, 0644 );
|
1931 |
+
}
|
1932 |
+
|
1933 |
+
$root_htaccess_file_contents = @file_get_contents($rootHtaccess);
|
1934 |
+
|
1935 |
+
$lscache_htaccess_code = array();
|
1936 |
+
|
1937 |
+
## Remove the WP Rocket htaccess code from the Root htaccess file after putting any WPR code into an array and updating the CC DB options.
|
1938 |
+
if ( preg_match( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', $root_htaccess_file_contents, $matches ) ) {
|
1939 |
+
$lscache_htaccess_code[] = $matches[0];
|
1940 |
+
$root_htaccess_file_contents = preg_replace( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', "", $root_htaccess_file_contents);
|
1941 |
+
}
|
1942 |
+
|
1943 |
+
$bps_customcode_cache_merge = array_merge($cc_cache_array, $lscache_htaccess_code);
|
1944 |
+
$cc_cache_unique = array_unique($bps_customcode_cache_merge);
|
1945 |
+
// needs to be \n
|
1946 |
+
$bps_customcode_cache_implode = implode( "\n", $cc_cache_unique );
|
1947 |
+
|
1948 |
+
if ( ! is_multisite() ) {
|
1949 |
+
|
1950 |
+
$Root_CC_Options = array(
|
1951 |
+
'bps_customcode_one' => $bps_customcode_cache_implode,
|
1952 |
+
'bps_customcode_server_signature' => $CC_Options_root['bps_customcode_server_signature'],
|
1953 |
+
'bps_customcode_directory_index' => $CC_Options_root['bps_customcode_directory_index'],
|
1954 |
+
'bps_customcode_server_protocol' => $CC_Options_root['bps_customcode_server_protocol'],
|
1955 |
+
'bps_customcode_error_logging' => $CC_Options_root['bps_customcode_error_logging'],
|
1956 |
+
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
1957 |
+
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
1958 |
+
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
1959 |
+
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1960 |
+
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
1961 |
+
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
1962 |
+
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
1963 |
+
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1964 |
+
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
1965 |
+
);
|
1966 |
+
|
1967 |
+
} else {
|
1968 |
+
|
1969 |
+
$Root_CC_Options = array(
|
1970 |
+
'bps_customcode_one' => $bps_customcode_cache_implode,
|
1971 |
+
'bps_customcode_server_signature' => $CC_Options_root['bps_customcode_server_signature'],
|
1972 |
+
'bps_customcode_directory_index' => $CC_Options_root['bps_customcode_directory_index'],
|
1973 |
+
'bps_customcode_server_protocol' => $CC_Options_root['bps_customcode_server_protocol'],
|
1974 |
+
'bps_customcode_error_logging' => $CC_Options_root['bps_customcode_error_logging'],
|
1975 |
+
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
1976 |
+
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
1977 |
+
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
1978 |
+
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1979 |
+
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
1980 |
+
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
1981 |
+
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
1982 |
+
'bps_customcode_wp_rewrite_end' => $CC_Options_root['bps_customcode_wp_rewrite_end'],
|
1983 |
+
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1984 |
+
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
1985 |
+
);
|
1986 |
+
}
|
1987 |
+
|
1988 |
+
foreach( $Root_CC_Options as $key => $value ) {
|
1989 |
+
update_option('bulletproof_security_options_customcode', $Root_CC_Options);
|
1990 |
+
}
|
1991 |
+
|
1992 |
+
## Add the define('WP_CACHE', true); code in the wp-config.php file if it does not exist
|
1993 |
+
if ( file_exists( $wpconfig ) ) {
|
1994 |
+
$wp_config_contents = file_get_contents($wpconfig);
|
1995 |
+
|
1996 |
+
if ( ! preg_match( '/define(.*)\((.*)WP_CACHE(.*)(true|false)(.*)\);/', $wp_config_contents, $matches ) ) {
|
1997 |
+
$wp_config_contents = preg_replace( '/<\?php(.*\s*){1}/', '<?php'."\ndefine('WP_CACHE', true);\n", $wp_config_contents);
|
1998 |
+
file_put_contents($wpconfig, $wp_config_contents);
|
1999 |
+
}
|
2000 |
+
}
|
2001 |
+
|
2002 |
+
## Remove LiteSpeed Cache htaccess code from the Root htaccess file
|
2003 |
+
if ( file_put_contents($rootHtaccess, $root_htaccess_file_contents) ) {
|
2004 |
+
|
2005 |
+
$Root_Autolock = get_option('bulletproof_security_options_autolock');
|
2006 |
+
|
2007 |
+
if ( $Root_Autolock['bps_root_htaccess_autolock'] == 'On' ) {
|
2008 |
+
@chmod($rootHtaccess, 0404);
|
2009 |
+
}
|
2010 |
+
}
|
2011 |
+
|
2012 |
+
$text = '<strong><font color="green">'.__('LiteSpeed Cache Plugin AutoSetup Successful: ', 'bulletproof-security').'</font><font color="black"><span class="arq-tooltip-sw-20"><img src="'.plugins_url('/bulletproof-security/admin/images/question-mark.png').'" style="position:relative;top:3px;right:1px;" /><span>'.__('Important Note: If you change any of your LiteSpeed Cache settings at any time, re-run the Setup Wizards again.', 'bulletproof-security').'</span></span></font></strong><br>';
|
2013 |
+
echo $text;
|
2014 |
+
}
|
2015 |
+
|
2016 |
+
} else {
|
2017 |
+
|
2018 |
+
## LSCACHE Cleanup: Either not installed or activated. Removes any/all LSCACHE htaccess code from BPS Custom Code and Root htaccess file.
|
2019 |
+
if ( $lscache_plugin_active != 1 && ! is_plugin_active_for_network( $lscache_plugin ) ) {
|
2020 |
+
|
2021 |
+
## Remove any existing LiteSpeed Cache htaccess code in Custom Code from the $cc_cache_array.
|
2022 |
+
foreach ( $bps_customcode_cache_array as $key => $value ) {
|
2023 |
+
|
2024 |
+
if ( preg_match( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', $value, $matches ) ) {
|
2025 |
+
$value = preg_replace( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', "", $value);
|
2026 |
+
}
|
2027 |
+
|
2028 |
+
if ( preg_match('/(\n\r){2,}/', $value, $matches) ) {
|
2029 |
+
$value = preg_replace("/(\n\r){2,}/", "\n", $value);
|
2030 |
+
}
|
2031 |
+
|
2032 |
+
$cc_cache_array[] = trim( $value, " \t\n\r");
|
2033 |
+
}
|
2034 |
+
|
2035 |
+
$bps_customcode_cache_implode = implode( "\n\n", $cc_cache_array );
|
2036 |
+
|
2037 |
+
if ( ! is_multisite() ) {
|
2038 |
+
|
2039 |
+
$Root_CC_Options = array(
|
2040 |
+
'bps_customcode_one' => $bps_customcode_cache_implode,
|
2041 |
+
'bps_customcode_server_signature' => $CC_Options_root['bps_customcode_server_signature'],
|
2042 |
+
'bps_customcode_directory_index' => $CC_Options_root['bps_customcode_directory_index'],
|
2043 |
+
'bps_customcode_server_protocol' => $CC_Options_root['bps_customcode_server_protocol'],
|
2044 |
+
'bps_customcode_error_logging' => $CC_Options_root['bps_customcode_error_logging'],
|
2045 |
+
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
2046 |
+
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
2047 |
+
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
2048 |
+
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
2049 |
+
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
2050 |
+
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
2051 |
+
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
2052 |
+
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
2053 |
+
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
2054 |
+
);
|
2055 |
+
|
2056 |
+
} else {
|
2057 |
+
|
2058 |
+
$Root_CC_Options = array(
|
2059 |
+
'bps_customcode_one' => $bps_customcode_cache_implode,
|
2060 |
+
'bps_customcode_server_signature' => $CC_Options_root['bps_customcode_server_signature'],
|
2061 |
+
'bps_customcode_directory_index' => $CC_Options_root['bps_customcode_directory_index'],
|
2062 |
+
'bps_customcode_server_protocol' => $CC_Options_root['bps_customcode_server_protocol'],
|
2063 |
+
'bps_customcode_error_logging' => $CC_Options_root['bps_customcode_error_logging'],
|
2064 |
+
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
2065 |
+
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
2066 |
+
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
2067 |
+
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
2068 |
+
'bps_customcode_two' => $CC_Options_root['bps_customcode_two'],
|
2069 |
+
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
2070 |
+
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
2071 |
+
'bps_customcode_wp_rewrite_end' => $CC_Options_root['bps_customcode_wp_rewrite_end'],
|
2072 |
+
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
2073 |
+
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
2074 |
+
);
|
2075 |
+
}
|
2076 |
+
|
2077 |
+
foreach ( $Root_CC_Options as $key => $value ) {
|
2078 |
+
update_option('bulletproof_security_options_customcode', $Root_CC_Options);
|
2079 |
+
}
|
2080 |
+
|
2081 |
+
## Remove any existing LiteSpeed Cache htaccess code in the Root htaccess file.
|
2082 |
+
$rootHtaccess = ABSPATH . '.htaccess';
|
2083 |
+
|
2084 |
+
if ( file_exists($rootHtaccess) ) {
|
2085 |
+
|
2086 |
+
$permsRootHtaccess = @substr(sprintf('%o', fileperms($rootHtaccess)), -4);
|
2087 |
+
|
2088 |
+
if ( @substr($sapi_type, 0, 6) != 'apache' || @$permsRootHtaccess != '0666' || @$permsRootHtaccess != '0777' ) {
|
2089 |
+
chmod( $rootHtaccess, 0644 );
|
2090 |
+
}
|
2091 |
+
|
2092 |
+
$root_htaccess_file_contents = @file_get_contents($rootHtaccess);
|
2093 |
+
|
2094 |
+
if ( preg_match( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', $root_htaccess_file_contents, $matches ) ) {
|
2095 |
+
$root_htaccess_file_contents = preg_replace( '/#\sBEGIN\sLSCACHE(.*)#\sEND\sNON_LSCACHE/s', "", $root_htaccess_file_contents);
|
2096 |
+
}
|
2097 |
+
|
2098 |
+
file_put_contents($rootHtaccess, $root_htaccess_file_contents);
|
2099 |
+
|
2100 |
+
$Root_Autolock = get_option('bulletproof_security_options_autolock');
|
2101 |
+
|
2102 |
+
if ( $Root_Autolock['bps_root_htaccess_autolock'] == 'On' ) {
|
2103 |
+
@chmod($rootHtaccess, 0404);
|
2104 |
+
}
|
2105 |
+
|
2106 |
+
$text = '<strong><font color="green">'.__('LiteSpeed Cache Plugin AutoCleanup Successful: ', 'bulletproof-security').'</font><font color="black"><span class="arq-tooltip-sw-60"><img src="'.plugins_url('/bulletproof-security/admin/images/question-mark.png').'" style="position:relative;top:3px;right:1px;" /><span>'.__('AutoCleanup has removed all LiteSpeed Cache htaccess code from BPS Custom Code and your Root htaccess file if it existed. If you have LiteSpeed Cache installed and are still planning on using LiteSpeed Cache then re-run the Setup Wizards after you have activated the LiteSpeed Cache plugin again and resaved your LiteSpeed Cache plugin settings again.', 'bulletproof-security').'</span></span></font></strong><br>';
|
2107 |
+
echo $text;
|
2108 |
+
}
|
2109 |
+
}
|
2110 |
+
}
|
2111 |
+
}
|
2112 |
?>
|
admin/wizard/pwizard-autofix.php
CHANGED
@@ -20,6 +20,10 @@ Root Custom Code Text Boxes:
|
|
20 |
wp-admin Custom Code Text Boxes:
|
21 |
3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES: bpsPro_Pwizard_Autofix_plugin_skip_bypass_wpadmin()
|
22 |
4. CUSTOM CODE BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS: bpsPro_Pwizard_Autofix_BPSQSE_wpadmin()
|
|
|
|
|
|
|
|
|
23 |
*/
|
24 |
|
25 |
## 9. CUSTOM CODE REQUEST METHODS FILTERED
|
@@ -1332,8 +1336,24 @@ RewriteRule ^(.*)$ - [F]
|
|
1332 |
$r21 = array();
|
1333 |
}
|
1334 |
|
1335 |
-
|
1336 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1337 |
|
1338 |
if ( $CC_Options_root['bps_customcode_bpsqse'] != '' ) {
|
1339 |
$bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
|
@@ -1387,7 +1407,7 @@ RewriteRule ^(.*)$ - [F]
|
|
1387 |
update_option('bulletproof_security_options_customcode', $Root_CC_Options);
|
1388 |
}
|
1389 |
|
1390 |
-
$success_array = array($woo_PagSeguro_fix, $event_espresso_fix, $woo_serial_key_fix, $woo_worldpay_fix, $kama_click_counter_fix, $riva_slider_pro_fix, $wp_auto_spinner_fix, $AgriTurismo_theme_fix, $wccp_pro_fix, $panopress_fix, $essb_code_canyon_fix, $mainwp_fix, $clevercourse_theme_fix, $wp_estore_fix, $wp_emember_fix, $easy_digital_downloads_fix, $mailpoet_fix, $mailchimp_fix, $DAPLiveLinks_fix, $wp_newsletter_fix, $sctocr_fix);
|
1391 |
|
1392 |
foreach ( $success_array as $successMessage ) {
|
1393 |
|
@@ -1836,6 +1856,24 @@ RewriteRule . - [S=99]";
|
|
1836 |
}
|
1837 |
}
|
1838 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1839 |
$bps_customcode_two_wpa_array_impload = implode( "]", $bps_customcode_two_wpa_array );
|
1840 |
$bps_customcode_two_wpa_array_preg_split = preg_split("/\[S=\d{1,2}\]/", $bps_customcode_two_wpa_array_impload);
|
1841 |
$bps_customcode_two_wpa_array_preg_replace = preg_replace("/RewriteRule\s\.\s-\s/", "RewriteRule . - [S=99]", $bps_customcode_two_wpa_array_preg_split);
|
@@ -1848,7 +1886,7 @@ RewriteRule . - [S=99]";
|
|
1848 |
$cc2_array[] = trim( $value, " \t\n\r");
|
1849 |
}
|
1850 |
|
1851 |
-
$bps_customcode_two_wpa_array_merge = array_merge($cc2_array, $woo_pfeed_pro_array, $visual_composer_array, $bookly_booking_array, $emg_pro_array, $nextgen_gallery_array, $OptimizePress_theme_array, $wp_checkout_array, $video_showcase_array, $wp_invoice_array, $yoast_seo_array, $formidable_pro_array, $google_typography_array, $flare_array, $bbPress_array, $spider_calendar_array, $buddypress_array, $wpml_transman_array, $events_manager_array, $mailpoet_array, $event_espresso_array, $content_egg_array, $flatsome_theme_array, $beaver_builder_array);
|
1852 |
|
1853 |
$cc2_unique = array_unique($bps_customcode_two_wpa_array_merge);
|
1854 |
$S_replace = preg_replace_callback( '/(S=\d{1,2})/', 'bpsPro_S_number_count_replace', $cc2_unique );
|
@@ -1866,7 +1904,7 @@ RewriteRule . - [S=99]";
|
|
1866 |
update_option('bulletproof_security_options_customcode_WPA', $wpadmin_CC_Options);
|
1867 |
}
|
1868 |
|
1869 |
-
$success_array = array($woo_pfeed_pro_fix, $visual_composer_fix, $bookly_booking_fix, $emg_pro_fix, $nextgen_gallery_fix, $OptimizePress_theme_fix, $wp_checkout_fix, $video_showcase_fix, $wp_invoice_fix, $yoast_seo_fix, $formidable_pro_fix, $google_typography_fix, $flare_fix, $bbPress_fix, $spider_calendar_fix, $buddypress_fix, $wpml_transman_fix, $events_manager_fix, $mailpoet_fix, $event_espresso_fix, $content_egg_fix, $flatsome_theme_fix, $beaver_builder_fix);
|
1870 |
|
1871 |
foreach ( $success_array as $successMessage ) {
|
1872 |
|
@@ -2003,8 +2041,24 @@ RewriteRule ^(.*)$ - [F]
|
|
2003 |
$r4 = array();
|
2004 |
}
|
2005 |
|
2006 |
-
|
2007 |
-
$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2008 |
|
2009 |
if ( $CC_Options_wpadmin['bps_customcode_bpsqse_wpa'] != '' ) {
|
2010 |
$bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
|
@@ -2025,7 +2079,7 @@ RewriteRule ^(.*)$ - [F]
|
|
2025 |
update_option('bulletproof_security_options_customcode_WPA', $wpadmin_CC_Options);
|
2026 |
}
|
2027 |
|
2028 |
-
$success_array = array($content_egg_fix, $event_espresso_fix, $owa_plugin_fix, $uberGrid_fix);
|
2029 |
|
2030 |
foreach ( $success_array as $successMessage ) {
|
2031 |
|
20 |
wp-admin Custom Code Text Boxes:
|
21 |
3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES: bpsPro_Pwizard_Autofix_plugin_skip_bypass_wpadmin()
|
22 |
4. CUSTOM CODE BPSQSE-check BPS QUERY STRING EXPLOITS AND FILTERS: bpsPro_Pwizard_Autofix_BPSQSE_wpadmin()
|
23 |
+
|
24 |
+
Additional Notes: The QS1, QS2, etc. markers are used/checked in the HUD autofix whitelist includes file
|
25 |
+
so that duplicate/redundant Setup Wizard AutoFix alerts/fixes are not needed. ie if a fix for 1 plugin is the same as another plugin
|
26 |
+
then there is no need to display the Setup Wizard AutoFix again since the fix already exists.
|
27 |
*/
|
28 |
|
29 |
## 9. CUSTOM CODE REQUEST METHODS FILTERED
|
1336 |
$r21 = array();
|
1337 |
}
|
1338 |
|
1339 |
+
## Nextend Social Login Plugin: whitelist rules
|
1340 |
+
$nextend_social_login = 'nextend-facebook-connect/nextend-facebook-connect.php';
|
1341 |
+
$nextend_social_login_active = in_array( $nextend_social_login, apply_filters('active_plugins', get_option('active_plugins')));
|
1342 |
+
$nextend_social_login_fix = '';
|
1343 |
+
|
1344 |
+
if ( $nextend_social_login_active == 1 || is_plugin_active_for_network( $nextend_social_login ) ) {
|
1345 |
+
$nextend_social_login_fix = __('Nextend Social Login Plugin BPSQSE AutoWhitelist successful', 'bulletproof-security');
|
1346 |
+
|
1347 |
+
$p22 = array('/RewriteCond\s%\{QUERY_STRING}\s\[a-zA-Z0-9_\]=\(http\|https\):\/\/\s\[NC,OR\]/', '/RewriteCond\s%\{QUERY_STRING\}\s\[a-zA-Z0-9_\]=\/\(\[a-z0-9_\.\]\/\/\?\)\+\s\[NC,OR\]/', '/RewriteCond\s%\{QUERY_STRING\}\s\(http\|https\)\\\:\s\[NC,OR\]/');
|
1348 |
+
$r22 = array("# BPS AutoWhitelist QS2: Nextend Social Login Plugin", "# BPS AutoWhitelist QS3: Nextend Social Login Plugin", "# BPS AutoWhitelist QS4: Nextend Social Login Plugin");
|
1349 |
+
|
1350 |
+
} else {
|
1351 |
+
$p22 = array();
|
1352 |
+
$r22 = array();
|
1353 |
+
}
|
1354 |
+
|
1355 |
+
$pattern_array = array_merge($p1, $p2, $p3, $p4, $p5, $p6, $p7, $p8, $p9, $p10, $p11, $p12, $p13, $p14, $p15, $p16, $p17, $p18, $p19, $p20, $p21, $p22);
|
1356 |
+
$replace_array = array_merge($r1, $r2, $r3, $r4, $r5, $r6, $r7, $r8, $r9, $r10, $r11, $r12, $r13, $r14, $r15, $r16, $r17, $r18, $r19, $r20, $r21, $r22);
|
1357 |
|
1358 |
if ( $CC_Options_root['bps_customcode_bpsqse'] != '' ) {
|
1359 |
$bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
|
1407 |
update_option('bulletproof_security_options_customcode', $Root_CC_Options);
|
1408 |
}
|
1409 |
|
1410 |
+
$success_array = array($woo_PagSeguro_fix, $event_espresso_fix, $woo_serial_key_fix, $woo_worldpay_fix, $kama_click_counter_fix, $riva_slider_pro_fix, $wp_auto_spinner_fix, $AgriTurismo_theme_fix, $wccp_pro_fix, $panopress_fix, $essb_code_canyon_fix, $mainwp_fix, $clevercourse_theme_fix, $wp_estore_fix, $wp_emember_fix, $easy_digital_downloads_fix, $mailpoet_fix, $mailchimp_fix, $DAPLiveLinks_fix, $wp_newsletter_fix, $sctocr_fix, $nextend_social_login_fix);
|
1411 |
|
1412 |
foreach ( $success_array as $successMessage ) {
|
1413 |
|
1856 |
}
|
1857 |
}
|
1858 |
|
1859 |
+
## WP Reset free and Pro Plugin: whitelist rules
|
1860 |
+
$wp_reset = 'wp-reset/wp-reset.php';
|
1861 |
+
$wp_reset_active = in_array( $wp_reset, apply_filters('active_plugins', get_option('active_plugins')));
|
1862 |
+
$pattern24 = '/RewriteCond\s%{REQUEST_URI}\s\(admin-ajax\\\.php\)\s\[NC\]/';
|
1863 |
+
$wp_reset_array = array();
|
1864 |
+
$wp_reset_fix = '';
|
1865 |
+
|
1866 |
+
if ( $wp_reset_active == 1 || is_plugin_active_for_network( $wp_reset ) ) {
|
1867 |
+
$wp_reset_fix = __('WP Reset Plugin wp-admin skip/bypass rule AutoWhitelist successful', 'bulletproof-security');
|
1868 |
+
|
1869 |
+
if ( ! preg_match( $pattern24, $bps_customcode_two_wpa ) ) {
|
1870 |
+
|
1871 |
+
$wp_reset_array[] = "# admin-ajax.php skip/bypass rule
|
1872 |
+
RewriteCond %{REQUEST_URI} (admin-ajax\.php) [NC]
|
1873 |
+
RewriteRule . - [S=99]";
|
1874 |
+
}
|
1875 |
+
}
|
1876 |
+
|
1877 |
$bps_customcode_two_wpa_array_impload = implode( "]", $bps_customcode_two_wpa_array );
|
1878 |
$bps_customcode_two_wpa_array_preg_split = preg_split("/\[S=\d{1,2}\]/", $bps_customcode_two_wpa_array_impload);
|
1879 |
$bps_customcode_two_wpa_array_preg_replace = preg_replace("/RewriteRule\s\.\s-\s/", "RewriteRule . - [S=99]", $bps_customcode_two_wpa_array_preg_split);
|
1886 |
$cc2_array[] = trim( $value, " \t\n\r");
|
1887 |
}
|
1888 |
|
1889 |
+
$bps_customcode_two_wpa_array_merge = array_merge($cc2_array, $woo_pfeed_pro_array, $visual_composer_array, $bookly_booking_array, $emg_pro_array, $nextgen_gallery_array, $OptimizePress_theme_array, $wp_checkout_array, $video_showcase_array, $wp_invoice_array, $yoast_seo_array, $formidable_pro_array, $google_typography_array, $flare_array, $bbPress_array, $spider_calendar_array, $buddypress_array, $wpml_transman_array, $events_manager_array, $mailpoet_array, $event_espresso_array, $content_egg_array, $flatsome_theme_array, $beaver_builder_array, $wp_reset_array);
|
1890 |
|
1891 |
$cc2_unique = array_unique($bps_customcode_two_wpa_array_merge);
|
1892 |
$S_replace = preg_replace_callback( '/(S=\d{1,2})/', 'bpsPro_S_number_count_replace', $cc2_unique );
|
1904 |
update_option('bulletproof_security_options_customcode_WPA', $wpadmin_CC_Options);
|
1905 |
}
|
1906 |
|
1907 |
+
$success_array = array($woo_pfeed_pro_fix, $visual_composer_fix, $bookly_booking_fix, $emg_pro_fix, $nextgen_gallery_fix, $OptimizePress_theme_fix, $wp_checkout_fix, $video_showcase_fix, $wp_invoice_fix, $yoast_seo_fix, $formidable_pro_fix, $google_typography_fix, $flare_fix, $bbPress_fix, $spider_calendar_fix, $buddypress_fix, $wpml_transman_fix, $events_manager_fix, $mailpoet_fix, $event_espresso_fix, $content_egg_fix, $flatsome_theme_fix, $beaver_builder_fix, $wp_reset_fix );
|
1908 |
|
1909 |
foreach ( $success_array as $successMessage ) {
|
1910 |
|
2041 |
$r4 = array();
|
2042 |
}
|
2043 |
|
2044 |
+
## Jetpack Plugin SSO feature: whitelist rules
|
2045 |
+
$jetpack = 'jetpack/jetpack.php';
|
2046 |
+
$jetpack_active = in_array( $jetpack, apply_filters('active_plugins', get_option('active_plugins')));
|
2047 |
+
$jetpack_fix = '';
|
2048 |
+
|
2049 |
+
if ( $jetpack_active == 1 || is_plugin_active_for_network( $jetpack ) ) {
|
2050 |
+
$jetpack_fix = __('Jetpack Plugin wp-admin BPSQSE AutoWhitelist successful', 'bulletproof-security');
|
2051 |
+
|
2052 |
+
$p5 = array('/RewriteCond\s%\{QUERY_STRING}\s\[a-zA-Z0-9_\]=\(http\|https\):\/\/\s\[NC,OR\]/', '/RewriteCond\s%\{QUERY_STRING\}\s\[a-zA-Z0-9_\]=\/\(\[a-z0-9_\.\]\/\/\?\)\+\s\[NC,OR\]/', '/RewriteCond\s%\{QUERY_STRING\}\s\(http\|https\)\\\:\s\[NC,OR\]/');
|
2053 |
+
$r5 = array("# BPS AutoWhitelist QS5: Jetpack Plugin", "# BPS AutoWhitelist QS6: Jetpack Plugin", "# BPS AutoWhitelist QS7: Jetpack Plugin");
|
2054 |
+
|
2055 |
+
} else {
|
2056 |
+
$p5 = array();
|
2057 |
+
$r5 = array();
|
2058 |
+
}
|
2059 |
+
|
2060 |
+
$pattern_array = array_merge($p1, $p2, $p3, $p4, $p5);
|
2061 |
+
$replace_array = array_merge($r1, $r2, $r3, $r4, $r5);
|
2062 |
|
2063 |
if ( $CC_Options_wpadmin['bps_customcode_bpsqse_wpa'] != '' ) {
|
2064 |
$bps_customcode_bpsqse_replace = preg_replace($pattern_array, $replace_array, $bps_customcode_bpsqse_array);
|
2079 |
update_option('bulletproof_security_options_customcode_WPA', $wpadmin_CC_Options);
|
2080 |
}
|
2081 |
|
2082 |
+
$success_array = array($content_egg_fix, $event_espresso_fix, $owa_plugin_fix, $uberGrid_fix, $jetpack_fix);
|
2083 |
|
2084 |
foreach ( $success_array as $successMessage ) {
|
2085 |
|
admin/wizard/wizard.php
CHANGED
@@ -13,6 +13,11 @@ if ( ! current_user_can('manage_options') ) {
|
|
13 |
|
14 |
?>
|
15 |
|
|
|
|
|
|
|
|
|
|
|
16 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
17 |
|
18 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
@@ -237,25 +242,32 @@ $sapi_type = php_sapi_name();
|
|
237 |
echo $failTextBegin.__('Server API: Apache DSO Server Configuration | WP Filesystem API Method: ', 'bulletproof-security').get_filesystem_method().$failTextEnd.'<br>'.__('Your Server type is DSO and the WP Filesystem API Method is NOT "direct". You can use the Setup Wizard, but you must first make some one-time manual changes to your website before running the Setup Wizard. Please click this Forum Link for instructions: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/dso-setup-steps/" target="_blank" title="Link opens in a new Browser window"><strong>'.__('DSO Setup Steps', 'bulletproof-security').'</a></strong><br><br>';
|
238 |
}
|
239 |
|
240 |
-
|
241 |
-
|
|
|
|
|
242 |
|
243 |
-
|
244 |
-
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
} else {
|
247 |
|
248 |
-
switch ( $memoryLimit ) {
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
}
|
260 |
|
261 |
// .53.6: Apache Module Directive Check & htaccess Files Enabled|Disabled Check
|
@@ -428,6 +440,7 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
|
428 |
//bpsPro_Pwizard_Autofix_Endurance();
|
429 |
bpsPro_Pwizard_Autofix_WPFC();
|
430 |
bpsPro_Pwizard_Autofix_WPR();
|
|
|
431 |
|
432 |
echo '</p></div>';
|
433 |
|
@@ -928,6 +941,20 @@ $HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
|
928 |
echo $text;
|
929 |
echo '</p></div>';
|
930 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
931 |
$time_end = microtime( true );
|
932 |
$wizard_run_time = $time_end - $time_start;
|
933 |
$wizard_time_display = '<strong>'.__('Setup Wizard Completion Time: ', 'bulletproof-security').'</strong>'. round( $wizard_run_time, 2 ) . ' Seconds';
|
@@ -1013,7 +1040,7 @@ function bpsPro_hfiles_inpage_message() {
|
|
1013 |
$HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
1014 |
|
1015 |
if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
1016 |
-
$text = '<div style="background-color:#dfecf2;border:1px solid #999;font-weight:bold;padding:0px 5px;margin:0px 0px 10px 0px;-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">'.__('htaccess Files Disabled Notice: ', 'bulletproof-security').'</font><br><font color="black">'.__('BPS has detected that htaccess files cannot be used on your website/server. Click this ', 'bulletproof-security').'</font><a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><font color="black">'.__(' link for more information before running the Wizards.', 'bulletproof-security').'</font></div>';
|
1017 |
echo $text;
|
1018 |
}
|
1019 |
}
|
@@ -1118,7 +1145,7 @@ bpsSetupWizardPrechecks();
|
|
1118 |
<strong><a href="https://forum.ait-pro.com/forums/topic/bps-gdpr-compliance/" title="GDPR Compliance" target="_blank"><?php _e('GDPR Compliance Forum Topic', 'bulletproof-security'); ?></a></strong><br /><br />
|
1119 |
|
1120 |
<?php
|
1121 |
-
$dialog_text = '<strong>'.__('AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)', 'bulletproof-security').'</strong><br>'.__('Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the Setup Wizard will automatically create htaccess whitelist rules in BPS Custom Code and your Live htaccess files for other plugins and themes that you have installed that require htaccess code whitelist rules. Setup Wizard AutoFix will also automatically setup or cleanup htaccess code in BPS Custom Code for these caching plugins: WP Super Cache, W3 Total Cache, Comet Cache Plugin (free & Pro), WP Fastest Cache Plugin (free & Premium),
|
1122 |
echo $dialog_text;
|
1123 |
?>
|
1124 |
|
13 |
|
14 |
?>
|
15 |
|
16 |
+
<!-- force the vertical scrollbar -->
|
17 |
+
<style>
|
18 |
+
#wpwrap{min-height:100.1%};
|
19 |
+
</style>
|
20 |
+
|
21 |
<div id="bps-container" class="wrap" style="margin:45px 20px 5px 0px;">
|
22 |
|
23 |
<noscript><div id="message" class="updated" style="font-weight:600;font-size:13px;padding:5px;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);"><span style="color:blue">BPS Warning: JavaScript is disabled in your Browser</span><br />BPS plugin pages will not display visually correct and all BPS JavaScript functionality will not work correctly.</div></noscript>
|
242 |
echo $failTextBegin.__('Server API: Apache DSO Server Configuration | WP Filesystem API Method: ', 'bulletproof-security').get_filesystem_method().$failTextEnd.'<br>'.__('Your Server type is DSO and the WP Filesystem API Method is NOT "direct". You can use the Setup Wizard, but you must first make some one-time manual changes to your website before running the Setup Wizard. Please click this Forum Link for instructions: ', 'bulletproof-security').'<a href="https://forum.ait-pro.com/forums/topic/dso-setup-steps/" target="_blank" title="Link opens in a new Browser window"><strong>'.__('DSO Setup Steps', 'bulletproof-security').'</a></strong><br><br>';
|
243 |
}
|
244 |
|
245 |
+
// Parse phpinfo() and return the PHP memory_limit Local Value
|
246 |
+
bpsPro_phpinfo_memory_limit_array();
|
247 |
+
|
248 |
+
$bps_php_memory_limit = get_option('bulletproof_security_options_php_memory_limit');
|
249 |
|
250 |
+
$memoryLimitM = $bps_php_memory_limit['bps_php_memory_limit'];
|
251 |
+
$memoryLimit = str_replace( 'M', '', $memoryLimitM );
|
252 |
+
$pos_memory_limit = strpos( $memoryLimitM, 'Unable to get the PHP memory_limit value from the server' );
|
253 |
+
|
254 |
+
if ( $pos_memory_limit !== false ) {
|
255 |
+
|
256 |
+
echo '<strong><font color="blue">'.__($bps_php_memory_limit['bps_php_memory_limit'], 'bulletproof-security').'</font></strong><br>';
|
257 |
|
258 |
} else {
|
259 |
|
260 |
+
switch ( $memoryLimit ) {
|
261 |
+
case $memoryLimit >= '128':
|
262 |
+
echo $successTextBegin.__('Pass! PHP Configuration Memory Limit is set to: ', 'bulletproof-security').$memoryLimitM.$successTextEnd;
|
263 |
+
break;
|
264 |
+
case $memoryLimit >= '64' && $memoryLimit < '128':
|
265 |
+
echo $successTextBegin.__('Pass! PHP Configuration Memory Limit is set to: ', 'bulletproof-security').$memoryLimitM.'. '.__('It is recommended that you increase your memory limit to at least 128M, 256M is even better.', 'bulletproof-security').$successTextEnd;
|
266 |
+
break;
|
267 |
+
case $memoryLimit > '0' && $memoryLimit < '64':
|
268 |
+
echo '<br>'.$failTextBegin.__('Error: Your PHP Configuration Memory Limit is set to: ', 'bulletproof-security').$memoryLimitM.'. '.__('WordPress needs a bare minimum Memory Limit setting of 128M to perform well. Contact your Web Host and ask them to increase your memory limit to the maximum memory limit setting allowed by your Host.', 'bulletproof-security').$failTextEnd.'<br>';
|
269 |
+
break;
|
270 |
+
}
|
271 |
}
|
272 |
|
273 |
// .53.6: Apache Module Directive Check & htaccess Files Enabled|Disabled Check
|
440 |
//bpsPro_Pwizard_Autofix_Endurance();
|
441 |
bpsPro_Pwizard_Autofix_WPFC();
|
442 |
bpsPro_Pwizard_Autofix_WPR();
|
443 |
+
bpsPro_Pwizard_Autofix_LSCACHE();
|
444 |
|
445 |
echo '</p></div>';
|
446 |
|
941 |
echo $text;
|
942 |
echo '</p></div>';
|
943 |
|
944 |
+
// 4.4: Process any BPS plugin updates if someone has disabled htaccess files. This needs to happen last.
|
945 |
+
function bpsPro_plugin_updates_htaccess_files_disabled() {
|
946 |
+
|
947 |
+
$HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
948 |
+
|
949 |
+
if ( isset( $HFiles_options['bps_htaccess_files'] ) && $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
950 |
+
|
951 |
+
require_once ( WP_PLUGIN_DIR . '/bulletproof-security/includes/general-functions.php' );
|
952 |
+
bpsPro_new_version_db_options_files_autoupdate();
|
953 |
+
}
|
954 |
+
}
|
955 |
+
|
956 |
+
bpsPro_plugin_updates_htaccess_files_disabled();
|
957 |
+
|
958 |
$time_end = microtime( true );
|
959 |
$wizard_run_time = $time_end - $time_start;
|
960 |
$wizard_time_display = '<strong>'.__('Setup Wizard Completion Time: ', 'bulletproof-security').'</strong>'. round( $wizard_run_time, 2 ) . ' Seconds';
|
1040 |
$HFiles_options = get_option('bulletproof_security_options_htaccess_files');
|
1041 |
|
1042 |
if ( $HFiles_options['bps_htaccess_files'] == 'disabled' ) {
|
1043 |
+
$text = '<div style="background-color:#dfecf2;border:1px solid #999;font-weight:bold;padding:0px 5px;margin:0px 0px 10px 0px;-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">'.__('htaccess Files Disabled Notice: ', 'bulletproof-security').'</font><br><font color="black">'.__('BPS has detected that htaccess files cannot be used on your website/server. Click this ', 'bulletproof-security').'</font><a href="https://forum.ait-pro.com/forums/topic/htaccess-files-disabled-setup-wizard-enable-disable-htaccess-files/" target="_blank" title="htaccess Files Disabled Forum Topic">'.__('htaccess Files Disabled Forum Topic', 'bulletproof-security').'</a><font color="black">'.__(' link for more information before running the Wizards. If you intentionally disabled htaccess files then disregard this Notice.', 'bulletproof-security').'</font></div>';
|
1044 |
echo $text;
|
1045 |
}
|
1046 |
}
|
1145 |
<strong><a href="https://forum.ait-pro.com/forums/topic/bps-gdpr-compliance/" title="GDPR Compliance" target="_blank"><?php _e('GDPR Compliance Forum Topic', 'bulletproof-security'); ?></a></strong><br /><br />
|
1146 |
|
1147 |
<?php
|
1148 |
+
$dialog_text = '<strong>'.__('AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)', 'bulletproof-security').'</strong><br>'.__('Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the Setup Wizard will automatically create htaccess whitelist rules in BPS Custom Code and your Live htaccess files for other plugins and themes that you have installed that require htaccess code whitelist rules. Setup Wizard AutoFix will also automatically setup or cleanup htaccess code in BPS Custom Code for these caching plugins: WP Super Cache, W3 Total Cache, Comet Cache Plugin (free & Pro), WP Fastest Cache Plugin (free & Premium), LiteSpeed Cache and WP Rocket. If a problem occurs with AutoFix you can turn On the AutoFix Debugger on the BPS UI|UX Settings page > BPS UI|UX|AutoFix Debug option to check the plugin or theme name and the BPS Custom Code text box where the problem is occurring. You can also turn Off AutoFix and AutoFix will not try to detect or create Custom Code whitelist rules or setup or cleanup caching plugins htaccess code. If a problem does occur with AutoFix turn On the BPS UI|UX|AutoFix Debug option, copy the AutoFix Debug information that is displayed to you and then click the AutoFix Forum Topic link at the top of this Read Me help window and post a forum Reply with your AutoFix Debug information so that we can figure out what the problem is.', 'bulletproof-security').'<br><br><strong>'.__('GDPR Compliance (IP Address Logging On|Off)', 'bulletproof-security').'</strong><br>'.__('The GDPR Compliance option setting is set to Off by default. Choosing the GDPR Compliance On option setting will disable IP address logging in all BPS features that log IP addresses. This plain text will be logged instead of IP addresses: GDPR Compliance On. List of BPS features that log IP addresses: Security Log, Login Security and Maintenance Mode. Note: For simplicity and ease of use this GDPR Compliance Setup Wizard Options setting is the only option setting that needs to be set instead of creating individual option settings in all BPS features that perform IP address logging. For more information about GDPR Compliance click the GDPR Compliance Forum Topic link at the top of this Read Me help window.', 'bulletproof-security').'<br><br><strong>'.__('Go Daddy Managed WordPress Hosting (GDMW):', 'bulletproof-security').'</strong><br>'.__('This option is ONLY for a special type of Go Daddy Hosting account called "Managed WordPress Hosting" and is NOT for regular/standard Go Daddy Hosting account types. Leave the default setting set to No, unless you have a Go Daddy Managed WordPress Hosting account. See the Forum Help Links section above for more information.', 'bulletproof-security').'<br><br><strong>'.__('Enable|Disable htaccess Files:', 'bulletproof-security').'</strong><br>'.__('Before changing this option setting, click the ', 'bulletproof-security').'<strong><font color="blue">'.__('Enable|Disable htaccess Files', 'bulletproof-security').'</font></strong>'.__(' Forum Help Link at the top of this Read Me help window to find out exactly what this option setting does and when it should or should not be used. htaccess Files Disabled: Will disable all BPS htaccess features and files. htaccess Files Enabled: Will enable all BPS htaccess freatures and files.', 'bulletproof-security').'<br><br><strong>'.__('Enable|Disable wp-admin BulletProof Mode', 'bulletproof-security').'</strong><br>'.__('The default setting is already set to: wp-admin BulletProof Mode Enabled. If you would like to disable wp-admin BulletProof Mode select wp-admin BulletProof Mode Disabled.', 'bulletproof-security').'<br><br><strong>'.__('Zip File Download Fix (Incapsula, Proxy, Other Cause):', 'bulletproof-security').'</strong><br>'.__('This option should only be set to On if you are seeing a 403 error and/or unable to download these Zip files: Custom Code Export Zip file, Login Security Table Export Zip file or the Setup Wizard Root htaccess file backup Zip file. The Setup Wizard Root htaccess file backup Zip file link is only displayed if BPS detects that your current Root htaccess file is not a BPS Root htaccess file. If you are still unable to download zip files after setting this option to On then you will need to whitelist your Proxy IP address in the Plugin Firewall Whitelist by Hostname (domain name) and IP Address tool under the Plugin Firewall Additional Whitelist Tools accordion tab. If that does not work then you will need to deactivate the Plugin Firewall temporarily, download the zip file and then activate the Plugin Firewall again.', 'bulletproof-security').'<br><br><strong>'.__('Multisite Hide|Display System Info Page for Subsites:', 'bulletproof-security').'</strong><br>'.__('This option is for Network|Multisite sites only. Choosing Hide System Info Page will hide the System Info menu link under the BPS navigational menus. Choosing Display System Info page will display the System Info menu link under the BPS navigational mensus.', 'bulletproof-security').'<br><br><strong>'.__('Network|Multisite Sitewide Login Security Settings', 'bulletproof-security').'</strong><br>'.__('This option is for Network|Multisite sites only. This is an independent option Form that creates and saves Login Security DB option settings for all Network sites when you click the Save Network LSM Options Sitewide button. If Login Security option settings have already been setup and saved for any Network site then those Login Security option settings will NOT be changed. If Login Security options settings have NOT already been setup and saved for any Network site then those Login Security option settings will be created and saved with these default settings: Max Login Attempts: 3, Automatic Lockout Time: 60, Manual Lockout Time: 60, Max DB Rows To Show: blank show all rows, Turn On|Turn Off: Turn On Login Security, Logging Options: Log Only Account Lockouts, Error Messages: Standard WP Login Errors, Attempts Remaining: Show Login Attempts Remaining, Password Reset: Enable Password Reset, Sort DB Rows: Ascending - Show Oldest Login First.', 'bulletproof-security').'<br><br><strong>'.__('Network|Multisite Sitewide JTC-Lite Settings', 'bulletproof-security').'</strong><br>'.__('This option is for Network|Multisite sites only. This is an independent option Form that creates and saves JTC-Lite DB option settings for all Network sites when you click the Save Network JTC Options Sitewide button. If JTC option settings have already been setup and saved for any Network site then those JTC option settings will not be changed. If JTC options settings have not already been setup and saved for any Network site then those JTC option settings will be created and saved with these default settings: JTC CAPTCHA: jtc, JTC ToolTip: Type/Enter: jtc, JTC Title|Text: Hover or click the text box below, Enable|Disable JTC Anti-Spam For These Forms: Login Form checkbox is checked and will display the JTC CAPTCHA text box on the Login Form.', 'bulletproof-security');
|
1149 |
echo $dialog_text;
|
1150 |
?>
|
1151 |
|
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 • WP Automatic Update Options (BPS MU Tools must-use plugin)
|
8 |
-
Version: 4.
|
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', '4.
|
37 |
-
$bps_last_version = '4.
|
38 |
-
$bps_version = '4.
|
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 • WP Automatic Update Options (BPS MU Tools must-use plugin)
|
8 |
+
Version: 4.4
|
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.4' );
|
37 |
+
$bps_last_version = '4.3';
|
38 |
+
$bps_version = '4.4';
|
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/db-security.php
CHANGED
@@ -382,7 +382,8 @@ $time_start = microtime( true );
|
|
382 |
$bps_email_from = $Email_options['bps_send_email_from'];
|
383 |
$bps_email_cc = $Email_options['bps_send_email_cc'];
|
384 |
$bps_email_bcc = $Email_options['bps_send_email_bcc'];
|
385 |
-
$
|
|
|
386 |
|
387 |
if ( $email_zip == 'EmailOnly' ) {
|
388 |
|
382 |
$bps_email_from = $Email_options['bps_send_email_from'];
|
383 |
$bps_email_cc = $Email_options['bps_send_email_cc'];
|
384 |
$bps_email_bcc = $Email_options['bps_send_email_bcc'];
|
385 |
+
$path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fdb-backup-security%2Fdb-backup-security.php';
|
386 |
+
$justUrl = get_site_url($blog_id, $path, $scheme);
|
387 |
|
388 |
if ( $email_zip == 'EmailOnly' ) {
|
389 |
|
includes/general-functions.php
CHANGED
@@ -995,6 +995,142 @@ function bpsPro_presave_mscan_options() {
|
|
995 |
}
|
996 |
}
|
997 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
998 |
// BPS upgrade: adds/updates/saves any new DB options, does cleanup & everything else.
|
999 |
// This function is executed in this function: bpsPro_new_feature_autoupdate() which is executed ONLY during BPS upgrades.
|
1000 |
// .53.1: This function has been completely changed: literally checks if a DB option exists and has a value using ternary operations.
|
@@ -1008,6 +1144,13 @@ function bpsPro_new_version_db_options_files_autoupdate() {
|
|
1008 |
|
1009 |
$user_id = $current_user->ID;
|
1010 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1011 |
// 4.3: Pre-save all UI|UX option settings except for SLF - already done further below.
|
1012 |
// Note: Avoids having to do additional Form coding work for PHP 7.4.9 Notice errors.
|
1013 |
// Theme Skin
|
995 |
}
|
996 |
}
|
997 |
|
998 |
+
// 4.4: BugFix: Remove the whitespace between WP and Rocket skip/bypass rule if it exists so that the HUD AutoFix function does not detect it.
|
999 |
+
// Root htaccess file and Custom Code.
|
1000 |
+
// Note: This BPS upgrade function fires right before the root htaccess file is unlocked in the root htaccess file upgrade function.
|
1001 |
+
function bpsPro_wp_rocket_marker_fix() {
|
1002 |
+
|
1003 |
+
$rootHtaccess = ABSPATH . '.htaccess';
|
1004 |
+
|
1005 |
+
if ( file_exists($rootHtaccess) ) {
|
1006 |
+
|
1007 |
+
$permsRootHtaccess = @substr(sprintf('%o', fileperms($rootHtaccess)), -4);
|
1008 |
+
|
1009 |
+
if ( @$permsRootHtaccess == '0404') {
|
1010 |
+
$lock = '0404';
|
1011 |
+
}
|
1012 |
+
|
1013 |
+
if ( @substr($sapi_type, 0, 6) != 'apache' || @$permsRootHtaccess != '0666' || @$permsRootHtaccess != '0777' ) {
|
1014 |
+
chmod( $rootHtaccess, 0644 );
|
1015 |
+
}
|
1016 |
+
|
1017 |
+
$root_htaccess_file_contents = @file_get_contents($rootHtaccess);
|
1018 |
+
|
1019 |
+
if ( preg_match( '/#\sWP\sRocket\splugin\sskip\/bypass\srule(\s*){1}RewriteCond(.*)wp-rocket\/\s\[NC\](\s*){1}RewriteRule\s\.\s\-\s\[S=\d{1,2}\]/s', $root_htaccess_file_contents, $matches ) ) {
|
1020 |
+
|
1021 |
+
$root_htaccess_file_contents = preg_replace( '/#\sWP\sRocket\splugin\sskip\/bypass\srule/s', "# WPRocket plugin skip/bypass rule", $root_htaccess_file_contents);
|
1022 |
+
}
|
1023 |
+
|
1024 |
+
file_put_contents($rootHtaccess, $root_htaccess_file_contents);
|
1025 |
+
|
1026 |
+
$Root_Autolock = get_option('bulletproof_security_options_autolock');
|
1027 |
+
|
1028 |
+
if ( $Root_Autolock['bps_root_htaccess_autolock'] == 'On' || @$lock == '0404' ) {
|
1029 |
+
@chmod($rootHtaccess, 0404);
|
1030 |
+
}
|
1031 |
+
}
|
1032 |
+
|
1033 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
1034 |
+
$bps_customcode_two = htmlspecialchars_decode( $CC_Options_root['bps_customcode_two'], ENT_QUOTES );
|
1035 |
+
$pattern = '/WP\sRocket/';
|
1036 |
+
|
1037 |
+
if ( preg_match( $pattern, $bps_customcode_two ) ) {
|
1038 |
+
|
1039 |
+
$bps_customcode_two_preg_replace = preg_replace('/#\sWP\sRocket\splugin\sskip\/bypass\srule/', "# WPRocket plugin skip/bypass rule", $bps_customcode_two);
|
1040 |
+
|
1041 |
+
if ( ! is_multisite() ) {
|
1042 |
+
|
1043 |
+
$Root_CC_Options = array(
|
1044 |
+
'bps_customcode_one' => $CC_Options_root['bps_customcode_one'],
|
1045 |
+
'bps_customcode_server_signature' => $CC_Options_root['bps_customcode_server_signature'],
|
1046 |
+
'bps_customcode_directory_index' => $CC_Options_root['bps_customcode_directory_index'],
|
1047 |
+
'bps_customcode_server_protocol' => $CC_Options_root['bps_customcode_server_protocol'],
|
1048 |
+
'bps_customcode_error_logging' => $CC_Options_root['bps_customcode_error_logging'],
|
1049 |
+
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
1050 |
+
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
1051 |
+
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
1052 |
+
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1053 |
+
'bps_customcode_two' => $bps_customcode_two_preg_replace,
|
1054 |
+
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'], // not sure if i should attempt this one or not
|
1055 |
+
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
1056 |
+
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1057 |
+
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
1058 |
+
);
|
1059 |
+
|
1060 |
+
} else {
|
1061 |
+
|
1062 |
+
$Root_CC_Options = array(
|
1063 |
+
'bps_customcode_one' => $CC_Options_root['bps_customcode_one'],
|
1064 |
+
'bps_customcode_server_signature' => $CC_Options_root['bps_customcode_server_signature'],
|
1065 |
+
'bps_customcode_directory_index' => $CC_Options_root['bps_customcode_directory_index'],
|
1066 |
+
'bps_customcode_server_protocol' => $CC_Options_root['bps_customcode_server_protocol'],
|
1067 |
+
'bps_customcode_error_logging' => $CC_Options_root['bps_customcode_error_logging'],
|
1068 |
+
'bps_customcode_deny_dot_folders' => $CC_Options_root['bps_customcode_deny_dot_folders'],
|
1069 |
+
'bps_customcode_admin_includes' => $CC_Options_root['bps_customcode_admin_includes'],
|
1070 |
+
'bps_customcode_wp_rewrite_start' => $CC_Options_root['bps_customcode_wp_rewrite_start'],
|
1071 |
+
'bps_customcode_request_methods' => $CC_Options_root['bps_customcode_request_methods'],
|
1072 |
+
'bps_customcode_two' => $bps_customcode_two_preg_replace,
|
1073 |
+
'bps_customcode_timthumb_misc' => $CC_Options_root['bps_customcode_timthumb_misc'],
|
1074 |
+
'bps_customcode_bpsqse' => $CC_Options_root['bps_customcode_bpsqse'],
|
1075 |
+
'bps_customcode_wp_rewrite_end' => $CC_Options_root['bps_customcode_wp_rewrite_end'],
|
1076 |
+
'bps_customcode_deny_files' => $CC_Options_root['bps_customcode_deny_files'],
|
1077 |
+
'bps_customcode_three' => $CC_Options_root['bps_customcode_three']
|
1078 |
+
);
|
1079 |
+
}
|
1080 |
+
|
1081 |
+
foreach( $Root_CC_Options as $key => $value ) {
|
1082 |
+
update_option('bulletproof_security_options_customcode', $Root_CC_Options);
|
1083 |
+
}
|
1084 |
+
}
|
1085 |
+
}
|
1086 |
+
|
1087 |
+
// Parse phpinfo() and return the PHP memory_limit Local Value
|
1088 |
+
function bpsPro_phpinfo_memory_limit_array() {
|
1089 |
+
|
1090 |
+
$disable_functions = explode( ',', ini_get('disable_functions') );
|
1091 |
+
|
1092 |
+
if ( function_exists('phpinfo') && ! in_array( 'phpinfo', $disable_functions ) ) {
|
1093 |
+
|
1094 |
+
ob_start();
|
1095 |
+
phpinfo();
|
1096 |
+
$info_arr = array();
|
1097 |
+
$info_lines = explode( "\n", strip_tags( ob_get_clean(), "<tr><td><h2>" ) );
|
1098 |
+
$cat = "General";
|
1099 |
+
|
1100 |
+
foreach( $info_lines as $line ) {
|
1101 |
+
|
1102 |
+
preg_match( "~<h2>(.*)</h2>~", $line, $title) ? $cat = $title[1] : null;
|
1103 |
+
|
1104 |
+
if ( preg_match( "~<tr><td[^>]+>([^<]*)</td><td[^>]+>([^<]*)</td></tr>~", $line, $val ) ) {
|
1105 |
+
$info_arr[$cat][$val[1]] = $val[2];
|
1106 |
+
|
1107 |
+
} elseif ( preg_match( "~<tr><td[^>]+>([^<]*)</td><td[^>]+>([^<]*)</td><td[^>]+>([^<]*)</td></tr>~", $line, $val ) ) {
|
1108 |
+
$info_arr[$cat][$val[1]] = array( "local" => $val[2], "master" => $val[3] );
|
1109 |
+
}
|
1110 |
+
}
|
1111 |
+
|
1112 |
+
$bps_php_memory_limit = $info_arr['Core']['memory_limit']['local'];
|
1113 |
+
|
1114 |
+
$bps_php_memory_limit_options = array( 'bps_php_memory_limit' => $bps_php_memory_limit );
|
1115 |
+
|
1116 |
+
foreach( $bps_php_memory_limit_options as $key => $value ) {
|
1117 |
+
update_option('bulletproof_security_options_php_memory_limit', $bps_php_memory_limit_options);
|
1118 |
+
}
|
1119 |
+
|
1120 |
+
return $info_arr['Core']['memory_limit']['local'];
|
1121 |
+
|
1122 |
+
} else {
|
1123 |
+
|
1124 |
+
$bps_php_memory_limit = 'Unable to get the PHP memory_limit value from the server. Either the phpinfo() function does not exist or it has been disabled in your server php.ini or .user.ini file. The ini_set Options memory limit setting will be set to 256M automatically by the Setup Wizard to prevent problems or errors with the BPS Pro Setup.';
|
1125 |
+
|
1126 |
+
$bps_php_memory_limit_options = array( 'bps_php_memory_limit' => $bps_php_memory_limit );
|
1127 |
+
|
1128 |
+
foreach( $bps_php_memory_limit_options as $key => $value ) {
|
1129 |
+
update_option('bulletproof_security_options_php_memory_limit', $bps_php_memory_limit_options);
|
1130 |
+
}
|
1131 |
+
}
|
1132 |
+
}
|
1133 |
+
|
1134 |
// BPS upgrade: adds/updates/saves any new DB options, does cleanup & everything else.
|
1135 |
// This function is executed in this function: bpsPro_new_feature_autoupdate() which is executed ONLY during BPS upgrades.
|
1136 |
// .53.1: This function has been completely changed: literally checks if a DB option exists and has a value using ternary operations.
|
1144 |
|
1145 |
$user_id = $current_user->ID;
|
1146 |
|
1147 |
+
// 4.4: Parse phpinfo() and save the PHP memory_limit Local Value to new DB option: bps_php_memory_limit
|
1148 |
+
bpsPro_phpinfo_memory_limit_array();
|
1149 |
+
|
1150 |
+
// 4.4: BugFix: Remove the whitespace between WP and Rocket skip/bypass rule if it exists so that the HUD AutoFix function does not detect it.
|
1151 |
+
// Note: This BPS upgrade function fires right before the root htaccess file is unlocked in the root htaccess file upgrade function.
|
1152 |
+
bpsPro_wp_rocket_marker_fix();
|
1153 |
+
|
1154 |
// 4.3: Pre-save all UI|UX option settings except for SLF - already done further below.
|
1155 |
// Note: Avoids having to do additional Form coding work for PHP 7.4.9 Notice errors.
|
1156 |
// Theme Skin
|
includes/hidden-plugin-folders-cron.php
CHANGED
@@ -386,7 +386,8 @@ global $wpdb, $blog_id;
|
|
386 |
$bps_email_from = $options['bps_send_email_from'];
|
387 |
$bps_email_cc = $options['bps_send_email_cc'];
|
388 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
389 |
-
$
|
|
|
390 |
|
391 |
$headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
|
392 |
$subject = " BPS Alert: Hidden Plugin Folders|Files (HPF) Alert - $timestamp ";
|
386 |
$bps_email_from = $options['bps_send_email_from'];
|
387 |
$bps_email_cc = $options['bps_send_email_cc'];
|
388 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
389 |
+
$path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fcore%2Fcore.php';
|
390 |
+
$justUrl = get_site_url($blog_id, $path, $scheme);
|
391 |
|
392 |
$headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
|
393 |
$subject = " BPS Alert: Hidden Plugin Folders|Files (HPF) Alert - $timestamp ";
|
includes/hud-autofix-setup.php
CHANGED
@@ -19,6 +19,7 @@ function bps_HUD_autofix_setup_WP_Dashboard() {
|
|
19 |
bpsPro_comet_cache_htaccess_check();
|
20 |
bpsPro_wpfc_htaccess_check();
|
21 |
bpsPro_wp_rocket_htaccess_check();
|
|
|
22 |
}
|
23 |
}
|
24 |
|
@@ -98,6 +99,9 @@ function bpsPro_w3tc_htaccess_check($w3tc_plugin) {
|
|
98 |
|
99 |
$w3tc_plugin = 'w3-total-cache/w3-total-cache.php';
|
100 |
$w3tc_plugin_active = in_array( $w3tc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
|
|
|
|
|
|
101 |
|
102 |
if ( $w3tc_plugin_active == 1 || is_plugin_active_for_network( $w3tc_plugin ) ) {
|
103 |
|
@@ -116,10 +120,18 @@ function bpsPro_w3tc_htaccess_check($w3tc_plugin) {
|
|
116 |
$string = file_get_contents($filename);
|
117 |
|
118 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
|
|
119 |
if ( ! strpos( $string, "W3TC" ) ) {
|
120 |
-
$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="#fb0101">'.__('W3 Total Cache (W3TC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('
|
121 |
echo $text;
|
122 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
}
|
125 |
|
@@ -140,8 +152,9 @@ function bpsPro_w3tc_htaccess_check($w3tc_plugin) {
|
|
140 |
$string = file_get_contents($filename);
|
141 |
|
142 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
|
|
143 |
if ( strpos( $string, "W3TC" ) ) {
|
144 |
-
$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="#fb0101">'.__('W3 Total Cache (W3TC) is deactivated and W3TC htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated W3TC temporarily then disregard this message
|
145 |
echo $text;
|
146 |
}
|
147 |
}
|
@@ -162,6 +175,9 @@ function bpsPro_wpsc_htaccess_check($wpsc_plugin) {
|
|
162 |
|
163 |
$wpsc_plugin = 'wp-super-cache/wp-cache.php';
|
164 |
$wpsc_plugin_active = in_array( $wpsc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
|
|
|
|
|
|
165 |
|
166 |
if ( $wpsc_plugin_active == 1 || is_plugin_active_for_network( $wpsc_plugin ) ) {
|
167 |
global $cache_enabled, $super_cache_enabled, $wp_cache_mod_rewrite;
|
@@ -183,9 +199,16 @@ function bpsPro_wpsc_htaccess_check($wpsc_plugin) {
|
|
183 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
184 |
## WPSC Caching On & Use mod_rewrite to serve cache files option selected.
|
185 |
if ( $cache_enabled == true && $super_cache_enabled && $wp_cache_mod_rewrite == 1 && ! strpos($string, "WPSuperCache" ) ) {
|
186 |
-
$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="#fb0101">'.__('WP Super Cache (WPSC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('
|
187 |
echo $text;
|
188 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
}
|
190 |
}
|
191 |
|
@@ -206,8 +229,9 @@ function bpsPro_wpsc_htaccess_check($wpsc_plugin) {
|
|
206 |
$string = file_get_contents($filename);
|
207 |
|
208 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
|
|
209 |
if ( strpos($string, "WPSuperCache" ) ) {
|
210 |
-
$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="#fb0101">'.__('WP Super Cache (WPSC) is deactivated and WPSC htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated WPSC temporarily then disregard this message
|
211 |
echo $text;
|
212 |
}
|
213 |
}
|
@@ -230,6 +254,9 @@ function bpsPro_comet_cache_htaccess_check() {
|
|
230 |
$comet_cache_pro = 'comet-cache-pro/comet-cache-pro.php';
|
231 |
$comet_cache_active = in_array( $comet_cache, apply_filters('active_plugins', get_option('active_plugins')));
|
232 |
$comet_cache_pro_active = in_array( $comet_cache_pro, apply_filters('active_plugins', get_option('active_plugins')));
|
|
|
|
|
|
|
233 |
|
234 |
if ( $comet_cache_active == 1 || is_plugin_active_for_network( $comet_cache ) || $comet_cache_pro_active == 1 || is_plugin_active_for_network( $comet_cache_pro ) ) {
|
235 |
|
@@ -249,12 +276,21 @@ function bpsPro_comet_cache_htaccess_check() {
|
|
249 |
|
250 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
251 |
$comet_cache_options = get_option('comet_cache_options');
|
|
|
252 |
if ( $comet_cache_options['htaccess_gzip_enable'] == '1' || $comet_cache_options['htaccess_access_control_allow_origin'] == '1' || $comet_cache_options['htaccess_browser_caching_enable'] == '1' || $comet_cache_options['htaccess_enforce_exact_host_name'] == '1' || $comet_cache_options['htaccess_enforce_canonical_urls'] == '1' ) {
|
|
|
253 |
if ( ! strpos($string, "Comet Cache" ) ) {
|
254 |
-
$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="#fb0101">'.__('Comet Cache htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('
|
255 |
echo $text;
|
256 |
}
|
257 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
258 |
}
|
259 |
}
|
260 |
|
@@ -275,8 +311,9 @@ function bpsPro_comet_cache_htaccess_check() {
|
|
275 |
$string = file_get_contents($filename);
|
276 |
|
277 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
|
|
278 |
if ( strpos($string, "Comet Cache" ) ) {
|
279 |
-
$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="#fb0101">'.__('Comet Cache is deactivated and Comet Cache htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Comet Cache temporarily then disregard this message
|
280 |
echo $text;
|
281 |
}
|
282 |
}
|
@@ -297,6 +334,9 @@ function bpsPro_wpfc_htaccess_check() {
|
|
297 |
|
298 |
$wpfc_plugin = 'wp-fastest-cache/wpFastestCache.php';
|
299 |
$wpfc_plugin_active = in_array( $wpfc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
|
|
|
|
|
|
300 |
|
301 |
if ( $wpfc_plugin_active == 1 || is_plugin_active_for_network( $wpfc_plugin ) ) {
|
302 |
|
@@ -316,10 +356,18 @@ function bpsPro_wpfc_htaccess_check() {
|
|
316 |
|
317 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
318 |
$wpfc_options = get_option('WpFastestCache');
|
|
|
319 |
if ( @$wpfc_options['wpFastestCacheStatus'] == 'on' && ! strpos($string, "WpFastestCache" ) ) {
|
320 |
-
$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="#fb0101">'.__('WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('
|
321 |
echo $text;
|
322 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
}
|
324 |
}
|
325 |
|
@@ -340,8 +388,9 @@ function bpsPro_wpfc_htaccess_check() {
|
|
340 |
$string = file_get_contents($filename);
|
341 |
|
342 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
|
|
343 |
if ( strpos($string, "WpFastestCache" ) ) {
|
344 |
-
$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="#fb0101">'.__('WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated WPFC temporarily then disregard this message
|
345 |
echo $text;
|
346 |
}
|
347 |
}
|
@@ -362,6 +411,9 @@ function bpsPro_wp_rocket_htaccess_check() {
|
|
362 |
|
363 |
$wpr_plugin = 'wp-rocket/wp-rocket.php';
|
364 |
$wpr_plugin_active = in_array( $wpr_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
|
|
|
|
|
|
365 |
|
366 |
if ( $wpr_plugin_active == 1 || is_plugin_active_for_network( $wpr_plugin ) ) {
|
367 |
|
@@ -380,10 +432,18 @@ function bpsPro_wp_rocket_htaccess_check() {
|
|
380 |
$string = file_get_contents($filename);
|
381 |
|
382 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
|
|
383 |
if ( ! strpos($string, "WP Rocket" ) ) {
|
384 |
-
$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="#fb0101">'.__('WP Rocket htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('
|
385 |
echo $text;
|
386 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
}
|
388 |
}
|
389 |
|
@@ -404,8 +464,9 @@ function bpsPro_wp_rocket_htaccess_check() {
|
|
404 |
$string = file_get_contents($filename);
|
405 |
|
406 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
|
|
407 |
if ( strpos($string, "WP Rocket" ) ) {
|
408 |
-
$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="#fb0101">'.__('WP Rocket is deactivated and WP Rocket htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated WP Rocket temporarily then disregard this message
|
409 |
echo $text;
|
410 |
}
|
411 |
}
|
@@ -413,4 +474,81 @@ function bpsPro_wp_rocket_htaccess_check() {
|
|
413 |
}
|
414 |
}
|
415 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
416 |
?>
|
19 |
bpsPro_comet_cache_htaccess_check();
|
20 |
bpsPro_wpfc_htaccess_check();
|
21 |
bpsPro_wp_rocket_htaccess_check();
|
22 |
+
bpsPro_litespeed_cache_htaccess_check();
|
23 |
}
|
24 |
}
|
25 |
|
99 |
|
100 |
$w3tc_plugin = 'w3-total-cache/w3-total-cache.php';
|
101 |
$w3tc_plugin_active = in_array( $w3tc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
102 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
103 |
+
$bps_customcode_cache = htmlspecialchars_decode( $CC_Options_root['bps_customcode_one'], ENT_QUOTES );
|
104 |
+
$pattern = '/W3TC/';
|
105 |
|
106 |
if ( $w3tc_plugin_active == 1 || is_plugin_active_for_network( $w3tc_plugin ) ) {
|
107 |
|
120 |
$string = file_get_contents($filename);
|
121 |
|
122 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
123 |
+
|
124 |
if ( ! strpos( $string, "W3TC" ) ) {
|
125 |
+
$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="#fb0101">'.__('W3 Total Cache (W3TC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed W3 Total Cache then go to the W3TC plugin settings page, choose and save the W3TC plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine W3TC and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
126 |
echo $text;
|
127 |
}
|
128 |
+
|
129 |
+
## 4.4: New condition: New caching plugin installations need to check Custom Code for the caching plugin's Marker.
|
130 |
+
// This covers cases where the root htaccess file is not locked, the htaccess code is written to the root htaccess file, but does not exist in Custom Code.
|
131 |
+
if ( ! preg_match( $pattern, $bps_customcode_cache ) ) {
|
132 |
+
$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="#fb0101">'.__('W3 Total Cache (W3TC) Plugin htaccess code was not found in BPS Custom Code', 'bulletproof-security').'</font><br>'.__('If you just installed W3 Total Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the W3 Total Cache plugin settings page, choose and save the W3 Total Cache plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine W3 Total Cache and BPS htaccess code together.', 'bulletproof-security').'<br>'.__('Note: If you change your W3 Total Cache Plugin settings at a later time then repeat these steps.', 'bulletproof-security').'</div>';
|
133 |
+
echo $text;
|
134 |
+
}
|
135 |
}
|
136 |
}
|
137 |
|
152 |
$string = file_get_contents($filename);
|
153 |
|
154 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
155 |
+
|
156 |
if ( strpos( $string, "W3TC" ) ) {
|
157 |
+
$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="#fb0101">'.__('W3 Total Cache (W3TC) is deactivated and W3TC htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated W3TC temporarily then disregard this message.', 'bulletproof-security').'<br>'.__('If you are planning on permanently uninstalling W3TC then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' after you have uninstalled/deleted the W3TC plugin.', 'bulletproof-security').'</div>';
|
158 |
echo $text;
|
159 |
}
|
160 |
}
|
175 |
|
176 |
$wpsc_plugin = 'wp-super-cache/wp-cache.php';
|
177 |
$wpsc_plugin_active = in_array( $wpsc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
178 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
179 |
+
$bps_customcode_cache = htmlspecialchars_decode( $CC_Options_root['bps_customcode_one'], ENT_QUOTES );
|
180 |
+
$pattern = '/WPSuperCache/';
|
181 |
|
182 |
if ( $wpsc_plugin_active == 1 || is_plugin_active_for_network( $wpsc_plugin ) ) {
|
183 |
global $cache_enabled, $super_cache_enabled, $wp_cache_mod_rewrite;
|
199 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
200 |
## WPSC Caching On & Use mod_rewrite to serve cache files option selected.
|
201 |
if ( $cache_enabled == true && $super_cache_enabled && $wp_cache_mod_rewrite == 1 && ! strpos($string, "WPSuperCache" ) ) {
|
202 |
+
$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="#fb0101">'.__('WP Super Cache (WPSC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed WP Super Cache then go to the WPSC plugin settings page, choose and save the WPSC plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WPSC and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
203 |
echo $text;
|
204 |
}
|
205 |
+
|
206 |
+
## 4.4: New condition: New caching plugin installations need to check Custom Code for the caching plugin's Marker.
|
207 |
+
// This covers cases where the root htaccess file is not locked, the htaccess code is written to the root htaccess file, but does not exist in Custom Code.
|
208 |
+
if ( ! preg_match( $pattern, $bps_customcode_cache ) ) {
|
209 |
+
$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="#fb0101">'.__('WP Super Cache (WPSC) Plugin htaccess code was not found in BPS Custom Code', 'bulletproof-security').'</font><br>'.__('If you just installed WP Super Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the WP Super Cache plugin settings page, choose and save the WP Super Cache plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WP Super Cache and BPS htaccess code together.', 'bulletproof-security').'<br>'.__('Note: If you change your WP Super Cache Plugin settings at a later time then repeat these steps.', 'bulletproof-security').'</div>';
|
210 |
+
echo $text;
|
211 |
+
}
|
212 |
}
|
213 |
}
|
214 |
|
229 |
$string = file_get_contents($filename);
|
230 |
|
231 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
232 |
+
|
233 |
if ( strpos($string, "WPSuperCache" ) ) {
|
234 |
+
$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="#fb0101">'.__('WP Super Cache (WPSC) is deactivated and WPSC htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated WPSC temporarily then disregard this message.', 'bulletproof-security').'<br>'.__('If you are planning on permanently uninstalling WPSC then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' after you have uninstalled/deleted the WPSC plugin.', 'bulletproof-security').'</div>';
|
235 |
echo $text;
|
236 |
}
|
237 |
}
|
254 |
$comet_cache_pro = 'comet-cache-pro/comet-cache-pro.php';
|
255 |
$comet_cache_active = in_array( $comet_cache, apply_filters('active_plugins', get_option('active_plugins')));
|
256 |
$comet_cache_pro_active = in_array( $comet_cache_pro, apply_filters('active_plugins', get_option('active_plugins')));
|
257 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
258 |
+
$bps_customcode_cache = htmlspecialchars_decode( $CC_Options_root['bps_customcode_one'], ENT_QUOTES );
|
259 |
+
$pattern = '/Comet\sCache/';
|
260 |
|
261 |
if ( $comet_cache_active == 1 || is_plugin_active_for_network( $comet_cache ) || $comet_cache_pro_active == 1 || is_plugin_active_for_network( $comet_cache_pro ) ) {
|
262 |
|
276 |
|
277 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
278 |
$comet_cache_options = get_option('comet_cache_options');
|
279 |
+
|
280 |
if ( $comet_cache_options['htaccess_gzip_enable'] == '1' || $comet_cache_options['htaccess_access_control_allow_origin'] == '1' || $comet_cache_options['htaccess_browser_caching_enable'] == '1' || $comet_cache_options['htaccess_enforce_exact_host_name'] == '1' || $comet_cache_options['htaccess_enforce_canonical_urls'] == '1' ) {
|
281 |
+
|
282 |
if ( ! strpos($string, "Comet Cache" ) ) {
|
283 |
+
$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="#fb0101">'.__('Comet Cache htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed Comet Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, go to the Comet Cache plugin settings page, choose and save the Comet Cache plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine Comet Cache and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
284 |
echo $text;
|
285 |
}
|
286 |
}
|
287 |
+
|
288 |
+
## 4.4: New condition: New caching plugin installations need to check Custom Code for the caching plugin's Marker.
|
289 |
+
// This covers cases where the root htaccess file is not locked, the htaccess code is written to the root htaccess file, but does not exist in Custom Code.
|
290 |
+
if ( ! preg_match( $pattern, $bps_customcode_cache ) ) {
|
291 |
+
$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="#fb0101">'.__('Comet Cache Plugin htaccess code was not found in BPS Custom Code', 'bulletproof-security').'</font><br>'.__('If you just installed Comet Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the Comet Cache plugin settings page, choose and save the Comet Cache plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine Comet Cache and BPS htaccess code together.', 'bulletproof-security').'<br>'.__('Note: If you change your Comet Cache Plugin settings at a later time then repeat these steps.', 'bulletproof-security').'</div>';
|
292 |
+
echo $text;
|
293 |
+
}
|
294 |
}
|
295 |
}
|
296 |
|
311 |
$string = file_get_contents($filename);
|
312 |
|
313 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
314 |
+
|
315 |
if ( strpos($string, "Comet Cache" ) ) {
|
316 |
+
$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="#fb0101">'.__('Comet Cache is deactivated and Comet Cache htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Comet Cache temporarily then disregard this message.', 'bulletproof-security').'<br>'.__('If you are planning on permanently uninstalling Comet Cache then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' after you have uninstalled/deleted the Comet Cache plugin.', 'bulletproof-security').'</div>';
|
317 |
echo $text;
|
318 |
}
|
319 |
}
|
334 |
|
335 |
$wpfc_plugin = 'wp-fastest-cache/wpFastestCache.php';
|
336 |
$wpfc_plugin_active = in_array( $wpfc_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
337 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
338 |
+
$bps_customcode_cache = htmlspecialchars_decode( $CC_Options_root['bps_customcode_one'], ENT_QUOTES );
|
339 |
+
$pattern = '/WpFastestCache/';
|
340 |
|
341 |
if ( $wpfc_plugin_active == 1 || is_plugin_active_for_network( $wpfc_plugin ) ) {
|
342 |
|
356 |
|
357 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
358 |
$wpfc_options = get_option('WpFastestCache');
|
359 |
+
|
360 |
if ( @$wpfc_options['wpFastestCacheStatus'] == 'on' && ! strpos($string, "WpFastestCache" ) ) {
|
361 |
+
$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="#fb0101">'.__('WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed WP Fastest Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the WPFC plugin settings page, choose and save the WPFC plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WPFC and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
362 |
echo $text;
|
363 |
}
|
364 |
+
|
365 |
+
## 4.4: New condition: New caching plugin installations need to check Custom Code for the caching plugin's Marker.
|
366 |
+
// This covers cases where the root htaccess file is not locked, the htaccess code is written to the root htaccess file, but does not exist in Custom Code.
|
367 |
+
if ( ! preg_match( $pattern, $bps_customcode_cache ) ) {
|
368 |
+
$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="#fb0101">'.__('WP Fastest Cache (WPFC) Plugin htaccess code was not found in BPS Custom Code', 'bulletproof-security').'</font><br>'.__('If you just installed WP Fastest Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the WP Fastest Cache plugin settings page, choose and save the WP Fastest Cache plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WP Fastest Cache and BPS htaccess code together.', 'bulletproof-security').'<br>'.__('Note: If you change your WP Fastest Cache Plugin settings at a later time then repeat these steps.', 'bulletproof-security').'</div>';
|
369 |
+
echo $text;
|
370 |
+
}
|
371 |
}
|
372 |
}
|
373 |
|
388 |
$string = file_get_contents($filename);
|
389 |
|
390 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
391 |
+
|
392 |
if ( strpos($string, "WpFastestCache" ) ) {
|
393 |
+
$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="#fb0101">'.__('WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated WPFC temporarily then disregard this message.', 'bulletproof-security').'<br>'.__('If you are planning on permanently uninstalling WPFC then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' after you have uninstalled/deleted the WPFC plugin.', 'bulletproof-security').'</div>';
|
394 |
echo $text;
|
395 |
}
|
396 |
}
|
411 |
|
412 |
$wpr_plugin = 'wp-rocket/wp-rocket.php';
|
413 |
$wpr_plugin_active = in_array( $wpr_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
414 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
415 |
+
$bps_customcode_cache = htmlspecialchars_decode( $CC_Options_root['bps_customcode_one'], ENT_QUOTES );
|
416 |
+
$pattern = '/WP\sRocket/';
|
417 |
|
418 |
if ( $wpr_plugin_active == 1 || is_plugin_active_for_network( $wpr_plugin ) ) {
|
419 |
|
432 |
$string = file_get_contents($filename);
|
433 |
|
434 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
435 |
+
|
436 |
if ( ! strpos($string, "WP Rocket" ) ) {
|
437 |
+
$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="#fb0101">'.__('WP Rocket htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed WP Rocket then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the WP Rocket plugin settings page, choose and save the WP Rocket plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WP Rocket and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
438 |
echo $text;
|
439 |
}
|
440 |
+
|
441 |
+
## 4.4: New condition: New caching plugin installations need to check Custom Code for the caching plugin's Marker.
|
442 |
+
// This covers cases where the root htaccess file is not locked, the htaccess code is written to the root htaccess file, but does not exist in Custom Code.
|
443 |
+
if ( ! preg_match( $pattern, $bps_customcode_cache ) ) {
|
444 |
+
$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="#fb0101">'.__('WP Rocket Plugin htaccess code was not found in BPS Custom Code', 'bulletproof-security').'</font><br>'.__('If you just installed WP Rocket then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the WP Rocket plugin settings page, choose and save the WP Rocket plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine WP Rocket and BPS htaccess code together.', 'bulletproof-security').'<br>'.__('Note: If you change your WP Rocket Plugin settings at a later time then repeat these steps.', 'bulletproof-security').'</div>';
|
445 |
+
echo $text;
|
446 |
+
}
|
447 |
}
|
448 |
}
|
449 |
|
464 |
$string = file_get_contents($filename);
|
465 |
|
466 |
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
467 |
+
|
468 |
if ( strpos($string, "WP Rocket" ) ) {
|
469 |
+
$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="#fb0101">'.__('WP Rocket is deactivated and WP Rocket htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated WP Rocket temporarily then disregard this message.', 'bulletproof-security').'<br>'.__('If you are planning on permanently uninstalling WP Rocket then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' after you have uninstalled/deleted the WP Rocket plugin.', 'bulletproof-security').'</div>';
|
470 |
echo $text;
|
471 |
}
|
472 |
}
|
474 |
}
|
475 |
}
|
476 |
|
477 |
+
// Heads Up Display - Check if LiteSpeed Cache is active or not and check root htaccess file for LiteSpeed Cache htaccess code.
|
478 |
+
function bpsPro_litespeed_cache_htaccess_check() {
|
479 |
+
|
480 |
+
if ( ! get_option('bulletproof_security_options_wizard_free') ) {
|
481 |
+
return;
|
482 |
+
}
|
483 |
+
|
484 |
+
if ( isset ( $_POST['Submit-Setup-Wizard'] ) && $_POST['Submit-Setup-Wizard'] == true ) {
|
485 |
+
return;
|
486 |
+
}
|
487 |
+
|
488 |
+
$lscache_plugin = 'litespeed-cache/litespeed-cache.php';
|
489 |
+
$lscache_plugin_active = in_array( $lscache_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
490 |
+
$CC_Options_root = get_option('bulletproof_security_options_customcode');
|
491 |
+
$bps_customcode_cache = htmlspecialchars_decode( $CC_Options_root['bps_customcode_one'], ENT_QUOTES );
|
492 |
+
$pattern = '/LSCACHE/';
|
493 |
+
|
494 |
+
if ( $lscache_plugin_active == 1 || is_plugin_active_for_network( $lscache_plugin ) ) {
|
495 |
+
|
496 |
+
if ( ! is_multisite() ) {
|
497 |
+
$bpsSiteUrl = get_option('siteurl');
|
498 |
+
$bpsHomeUrl = get_option('home');
|
499 |
+
} else {
|
500 |
+
$bpsSiteUrl = get_site_option('siteurl');
|
501 |
+
$bpsHomeUrl = network_site_url();
|
502 |
+
}
|
503 |
+
|
504 |
+
$filename = ABSPATH . '.htaccess';
|
505 |
+
|
506 |
+
if ( file_exists($filename) ) {
|
507 |
+
|
508 |
+
$string = file_get_contents($filename);
|
509 |
+
|
510 |
+
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
511 |
+
|
512 |
+
if ( ! strpos($string, "LSCACHE" ) ) {
|
513 |
+
$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="#fb0101">'.__('LiteSpeed Cache Plugin htaccess code was not found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated Root Folder BulletProof Mode temporarily then disregard this message. When you activate Root Folder BulletProof Mode again this message will go away automatically.', 'bulletproof-security').'<br>'.__('If you just installed LiteSpeed Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the LiteSpeed Cache plugin settings page, choose and save the LiteSpeed Cache plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine LiteSpeed Cache and BPS htaccess code together.', 'bulletproof-security').'</div>';
|
514 |
+
echo $text;
|
515 |
+
}
|
516 |
+
|
517 |
+
## 4.4: New condition: New caching plugin installations need to check Custom Code for the caching plugin's Marker.
|
518 |
+
// This covers cases where the root htaccess file is not locked, the htaccess code is written to the root htaccess file, but does not exist in Custom Code.
|
519 |
+
if ( ! preg_match( $pattern, $bps_customcode_cache ) ) {
|
520 |
+
$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="#fb0101">'.__('LiteSpeed Cache Plugin htaccess code was not found in BPS Custom Code', 'bulletproof-security').'</font><br>'.__('If you just installed LiteSpeed Cache then go to the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/core/core.php#bps-tabs-6' ).'" title="htaccess File Editor">'.__('BPS htaccess File Editor page', 'bulletproof-security').'</a>,'.__(' click the Unlock htaccess File button, then go to the LiteSpeed Cache plugin settings page, choose and save the LiteSpeed Cache plugin settings that you want to use and then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' to automatically setup/combine LiteSpeed Cache and BPS htaccess code together.', 'bulletproof-security').'<br>'.__('Note: If you change your LiteSpeed Cache Plugin settings at a later time then repeat these steps.', 'bulletproof-security').'</div>';
|
521 |
+
echo $text;
|
522 |
+
}
|
523 |
+
}
|
524 |
+
}
|
525 |
+
|
526 |
+
} elseif ( $lscache_plugin_active != 1 && ! is_plugin_active_for_network( $lscache_plugin ) ) {
|
527 |
+
|
528 |
+
if ( ! is_multisite() ) {
|
529 |
+
$bpsSiteUrl = get_option('siteurl');
|
530 |
+
$bpsHomeUrl = get_option('home');
|
531 |
+
} else {
|
532 |
+
$bpsSiteUrl = get_site_option('siteurl');
|
533 |
+
$bpsHomeUrl = network_site_url();
|
534 |
+
}
|
535 |
+
|
536 |
+
$filename = ABSPATH . '.htaccess';
|
537 |
+
|
538 |
+
if ( file_exists($filename) ) {
|
539 |
+
|
540 |
+
$string = file_get_contents($filename);
|
541 |
+
|
542 |
+
if ( $bpsSiteUrl == $bpsHomeUrl ) {
|
543 |
+
|
544 |
+
if ( strpos($string, "LSCACHE" ) ) {
|
545 |
+
|
546 |
+
$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="#fb0101">'.__('LiteSpeed Cache Plugin is deactivated and LiteSpeed Cache htaccess code was found in your Root htaccess file', 'bulletproof-security').'</font><br>'.__('If you have deactivated LiteSpeed Cache temporarily then disregard this message.', 'bulletproof-security').'<br>'.__('If you are planning on permanently uninstalling LiteSpeed Cache then run the ', 'bulletproof-security').'<a href="'.admin_url( 'admin.php?page=bulletproof-security/admin/wizard/wizard.php' ).'" title="Setup Wizard">'.__('BPS Setup Wizard', 'bulletproof-security').'</a>'.__(' after you have uninstalled/deleted the LiteSpeed Cache plugin.', 'bulletproof-security').'</div>';
|
547 |
+
echo $text;
|
548 |
+
|
549 |
+
}
|
550 |
+
}
|
551 |
+
}
|
552 |
+
}
|
553 |
+
}
|
554 |
?>
|
includes/hud-autofix-whitelist.php
CHANGED
@@ -369,7 +369,9 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
369 |
$wp_newsletter_active = in_array( $wp_newsletter, apply_filters('active_plugins', get_option('active_plugins')));
|
370 |
$sctocr = 'subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php';
|
371 |
$sctocr_active = in_array( $sctocr, apply_filters('active_plugins', get_option('active_plugins')));
|
372 |
-
|
|
|
|
|
373 |
## BPSQSE RegEx Patterns
|
374 |
// 3 variations for both UA rules below: only java, java and curl, java, curl and wget
|
375 |
$useragent1_j = '/RewriteCond\s%\{HTTP_USER_AGENT\}\s\(havij\|libwww-perl\|(.*)python\|nikto\|(.*)scan\|winhttp\|clshttp\|loader\)\s\[NC,OR\]/';
|
@@ -517,7 +519,13 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
517 |
$debug_BPSQSE .= __('CC Root Text Box 12: Subscribe To Comments Reloaded Plugin', 'bulletproof-security').'<br>';
|
518 |
}
|
519 |
}
|
520 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
521 |
## 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
|
522 |
$bps_customcode_two_wpa = htmlspecialchars_decode( $CC_Options_wpadmin['bps_customcode_two_wpa'], ENT_QUOTES );
|
523 |
$debug_wpadmin_PSB = '';
|
@@ -530,6 +538,8 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
530 |
$bookly_booking_active = in_array( $bookly_booking, apply_filters('active_plugins', get_option('active_plugins')));
|
531 |
$beaver_builder = 'bb-plugin/fl-builder.php';
|
532 |
$beaver_builder_active = in_array( $beaver_builder, apply_filters('active_plugins', get_option('active_plugins')));
|
|
|
|
|
533 |
$emg_pro = 'easy-media-gallery-pro/easy-media-gallery-pro.php';
|
534 |
$emg_pro_active = in_array( $emg_pro, apply_filters('active_plugins', get_option('active_plugins')));
|
535 |
$nextgen_gallery = 'nextgen-gallery/nggallery.php';
|
@@ -592,10 +602,16 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
592 |
}
|
593 |
if ( $beaver_builder_active == 1 || is_plugin_active_for_network( $beaver_builder ) ) {
|
594 |
if ( ! preg_match( $admin_ajax_psb, $bps_customcode_two_wpa ) ) {
|
595 |
-
$autofix_message =
|
596 |
$debug_wpadmin_PSB .= __('CC wp-admin Text Box 3: Beaver Builder Plugin', 'bulletproof-security').'<br>';
|
597 |
}
|
598 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
599 |
if ( $emg_pro_active == 1 || is_plugin_active_for_network( $emg_pro ) ) {
|
600 |
if ( ! preg_match( $admin_ajax_psb, $bps_customcode_two_wpa ) ) {
|
601 |
$autofix_message = 1;
|
@@ -730,12 +746,17 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
730 |
$owa_plugin_active = in_array( $owa_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
731 |
$uberGrid = 'uber-grid/uber-grid.php';
|
732 |
$uberGrid_active = in_array( $uberGrid, apply_filters('active_plugins', get_option('active_plugins')));
|
|
|
|
|
733 |
|
734 |
## wp-admin BPSQSE RegEx patterns
|
735 |
$marker_wpadmin1 = '/BPS\sAutoWhitelist\sQS1/'; // Primary SQL Injection rule
|
736 |
$marker_wpadmin2 = '/BPS\sAutoWhitelist\sQS2/'; // RewriteCond %{HTTP_REFERER} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
|
737 |
$marker_wpadmin3 = '/BPS\sAutoWhitelist\sQS3/'; // RewriteCond %{QUERY_STRING} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
|
738 |
$marker_wpadmin4 = '/BPS\sAutoWhitelist\sQS4/'; // RewriteCond %{QUERY_STRING} ^.*(\(|\)|<|>).* [NC,OR]
|
|
|
|
|
|
|
739 |
|
740 |
if ( $content_egg_active == 1 || is_plugin_active_for_network( $content_egg ) ) {
|
741 |
if ( ! preg_match( $marker_wpadmin1, $bps_customcode_bpsqse_wpa ) ) {
|
@@ -752,15 +773,22 @@ function bpsPro_HUD_autofix_whitelist_check() {
|
|
752 |
if ( $owa_plugin_active == 1 || is_plugin_active_for_network( $owa_plugin ) ) {
|
753 |
if ( ! preg_match( $marker_wpadmin2, $bps_customcode_bpsqse_wpa ) || ! preg_match( $marker_wpadmin3, $bps_customcode_bpsqse_wpa )
|
754 |
|| ! preg_match( $marker_wpadmin4, $bps_customcode_bpsqse_wpa ) ) {
|
755 |
-
|
756 |
-
|
757 |
}
|
758 |
}
|
759 |
if ( $uberGrid_active == 1 || is_plugin_active_for_network( $uberGrid ) ) {
|
760 |
if ( ! preg_match( $marker_wpadmin2, $bps_customcode_bpsqse_wpa ) || ! preg_match( $marker_wpadmin3, $bps_customcode_bpsqse_wpa )
|
761 |
|| ! preg_match( $marker_wpadmin4, $bps_customcode_bpsqse_wpa ) ) {
|
762 |
-
|
763 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
764 |
}
|
765 |
}
|
766 |
|
369 |
$wp_newsletter_active = in_array( $wp_newsletter, apply_filters('active_plugins', get_option('active_plugins')));
|
370 |
$sctocr = 'subscribe-to-comments-reloaded/subscribe-to-comments-reloaded.php';
|
371 |
$sctocr_active = in_array( $sctocr, apply_filters('active_plugins', get_option('active_plugins')));
|
372 |
+
$nextend_social_login = 'nextend-facebook-connect/nextend-facebook-connect.php';
|
373 |
+
$nextend_social_login_active = in_array( $nextend_social_login, apply_filters('active_plugins', get_option('active_plugins')));
|
374 |
+
|
375 |
## BPSQSE RegEx Patterns
|
376 |
// 3 variations for both UA rules below: only java, java and curl, java, curl and wget
|
377 |
$useragent1_j = '/RewriteCond\s%\{HTTP_USER_AGENT\}\s\(havij\|libwww-perl\|(.*)python\|nikto\|(.*)scan\|winhttp\|clshttp\|loader\)\s\[NC,OR\]/';
|
519 |
$debug_BPSQSE .= __('CC Root Text Box 12: Subscribe To Comments Reloaded Plugin', 'bulletproof-security').'<br>';
|
520 |
}
|
521 |
}
|
522 |
+
if ( $nextend_social_login_active == 1 || is_plugin_active_for_network( $nextend_social_login ) ) {
|
523 |
+
if ( ! preg_match( $marker2, $bps_customcode_bpsqse ) || ! preg_match( $marker3, $bps_customcode_bpsqse ) || ! preg_match( $marker4, $bps_customcode_bpsqse ) ) {
|
524 |
+
$autofix_message = 1;
|
525 |
+
$debug_BPSQSE .= __('CC Root Text Box 12: Nextend Social Login Plugin', 'bulletproof-security').'<br>';
|
526 |
+
}
|
527 |
+
}
|
528 |
+
|
529 |
## 3. CUSTOM CODE WPADMIN PLUGIN/FILE SKIP RULES
|
530 |
$bps_customcode_two_wpa = htmlspecialchars_decode( $CC_Options_wpadmin['bps_customcode_two_wpa'], ENT_QUOTES );
|
531 |
$debug_wpadmin_PSB = '';
|
538 |
$bookly_booking_active = in_array( $bookly_booking, apply_filters('active_plugins', get_option('active_plugins')));
|
539 |
$beaver_builder = 'bb-plugin/fl-builder.php';
|
540 |
$beaver_builder_active = in_array( $beaver_builder, apply_filters('active_plugins', get_option('active_plugins')));
|
541 |
+
$wp_reset = 'wp-reset/wp-reset.php';
|
542 |
+
$wp_reset_active = in_array( $wp_reset, apply_filters('active_plugins', get_option('active_plugins')));
|
543 |
$emg_pro = 'easy-media-gallery-pro/easy-media-gallery-pro.php';
|
544 |
$emg_pro_active = in_array( $emg_pro, apply_filters('active_plugins', get_option('active_plugins')));
|
545 |
$nextgen_gallery = 'nextgen-gallery/nggallery.php';
|
602 |
}
|
603 |
if ( $beaver_builder_active == 1 || is_plugin_active_for_network( $beaver_builder ) ) {
|
604 |
if ( ! preg_match( $admin_ajax_psb, $bps_customcode_two_wpa ) ) {
|
605 |
+
$autofix_message = 1;
|
606 |
$debug_wpadmin_PSB .= __('CC wp-admin Text Box 3: Beaver Builder Plugin', 'bulletproof-security').'<br>';
|
607 |
}
|
608 |
}
|
609 |
+
if ( $wp_reset_active == 1 || is_plugin_active_for_network( $wp_reset ) ) {
|
610 |
+
if ( ! preg_match( $admin_ajax_psb, $bps_customcode_two_wpa ) ) {
|
611 |
+
$autofix_message = 1;
|
612 |
+
$debug_wpadmin_PSB .= __('CC wp-admin Text Box 3: WP Reset Plugin', 'bulletproof-security').'<br>';
|
613 |
+
}
|
614 |
+
}
|
615 |
if ( $emg_pro_active == 1 || is_plugin_active_for_network( $emg_pro ) ) {
|
616 |
if ( ! preg_match( $admin_ajax_psb, $bps_customcode_two_wpa ) ) {
|
617 |
$autofix_message = 1;
|
746 |
$owa_plugin_active = in_array( $owa_plugin, apply_filters('active_plugins', get_option('active_plugins')));
|
747 |
$uberGrid = 'uber-grid/uber-grid.php';
|
748 |
$uberGrid_active = in_array( $uberGrid, apply_filters('active_plugins', get_option('active_plugins')));
|
749 |
+
$jetpack = 'jetpack/jetpack.php';
|
750 |
+
$jetpack_active = in_array( $jetpack, apply_filters('active_plugins', get_option('active_plugins')));
|
751 |
|
752 |
## wp-admin BPSQSE RegEx patterns
|
753 |
$marker_wpadmin1 = '/BPS\sAutoWhitelist\sQS1/'; // Primary SQL Injection rule
|
754 |
$marker_wpadmin2 = '/BPS\sAutoWhitelist\sQS2/'; // RewriteCond %{HTTP_REFERER} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
|
755 |
$marker_wpadmin3 = '/BPS\sAutoWhitelist\sQS3/'; // RewriteCond %{QUERY_STRING} (<|>|'|%0A|%0D|%27|%3C|%3E|%00) [NC,OR]
|
756 |
$marker_wpadmin4 = '/BPS\sAutoWhitelist\sQS4/'; // RewriteCond %{QUERY_STRING} ^.*(\(|\)|<|>).* [NC,OR]
|
757 |
+
$marker_wpadmin5 = '/BPS\sAutoWhitelist\sQS5/'; // RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=(http|https):// [NC,OR]
|
758 |
+
$marker_wpadmin6 = '/BPS\sAutoWhitelist\sQS6/'; // RewriteCond %{QUERY_STRING} [a-zA-Z0-9_]=/([a-z0-9_.]//?)+ [NC,OR]
|
759 |
+
$marker_wpadmin7 = '/BPS\sAutoWhitelist\sQS7/'; // RewriteCond %{QUERY_STRING} (http|https)\: [NC,OR]
|
760 |
|
761 |
if ( $content_egg_active == 1 || is_plugin_active_for_network( $content_egg ) ) {
|
762 |
if ( ! preg_match( $marker_wpadmin1, $bps_customcode_bpsqse_wpa ) ) {
|
773 |
if ( $owa_plugin_active == 1 || is_plugin_active_for_network( $owa_plugin ) ) {
|
774 |
if ( ! preg_match( $marker_wpadmin2, $bps_customcode_bpsqse_wpa ) || ! preg_match( $marker_wpadmin3, $bps_customcode_bpsqse_wpa )
|
775 |
|| ! preg_match( $marker_wpadmin4, $bps_customcode_bpsqse_wpa ) ) {
|
776 |
+
$autofix_message = 1;
|
777 |
+
$debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: Open Web Analytics (github) Plugin', 'bulletproof-security').'<br>';
|
778 |
}
|
779 |
}
|
780 |
if ( $uberGrid_active == 1 || is_plugin_active_for_network( $uberGrid ) ) {
|
781 |
if ( ! preg_match( $marker_wpadmin2, $bps_customcode_bpsqse_wpa ) || ! preg_match( $marker_wpadmin3, $bps_customcode_bpsqse_wpa )
|
782 |
|| ! preg_match( $marker_wpadmin4, $bps_customcode_bpsqse_wpa ) ) {
|
783 |
+
$autofix_message = 1;
|
784 |
+
$debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: UberGrid (code canyon) Plugin', 'bulletproof-security').'<br>';
|
785 |
+
}
|
786 |
+
}
|
787 |
+
if ( $jetpack_active == 1 || is_plugin_active_for_network( $jetpack ) ) {
|
788 |
+
if ( ! preg_match( $marker_wpadmin5, $bps_customcode_bpsqse_wpa ) || ! preg_match( $marker_wpadmin6, $bps_customcode_bpsqse_wpa )
|
789 |
+
|| ! preg_match( $marker_wpadmin7, $bps_customcode_bpsqse_wpa ) ) {
|
790 |
+
$autofix_message = 1;
|
791 |
+
$debug_wpadmin_BPSQSE .= __('CC wp-admin Text Box 4: Jetpack Plugin - SSO feature', 'bulletproof-security').'<br>';
|
792 |
}
|
793 |
}
|
794 |
|
includes/login-security.php
CHANGED
@@ -86,7 +86,8 @@ $bps_email_to = $options['bps_send_email_to'];
|
|
86 |
$bps_email_from = $options['bps_send_email_from'];
|
87 |
$bps_email_cc = $options['bps_send_email_cc'];
|
88 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
89 |
-
$
|
|
|
90 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), $timeNow + $gmt_offset);
|
91 |
$headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
|
92 |
$subject = " BPS Login Security Alert - $timestamp ";
|
86 |
$bps_email_from = $options['bps_send_email_from'];
|
87 |
$bps_email_cc = $options['bps_send_email_cc'];
|
88 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
89 |
+
$path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Flogin%2Flogin.php';
|
90 |
+
$justUrl = get_site_url($blog_id, $path, $scheme);
|
91 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), $timeNow + $gmt_offset);
|
92 |
$headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
|
93 |
$subject = " BPS Login Security Alert - $timestamp ";
|
includes/mscan-ajax-functions.php
CHANGED
@@ -1702,9 +1702,23 @@ global $wp_version, $wpdb;
|
|
1702 |
}
|
1703 |
}
|
1704 |
|
1705 |
-
// Deletes all temporary files in the /tmp folder.
|
1706 |
function bpsPro_delete_temp_files() {
|
1707 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1708 |
$sapi_type = php_sapi_name();
|
1709 |
|
1710 |
if ( substr($sapi_type, 0, 6) == 'apache' && preg_match( '#\\\\#', ABSPATH, $matches ) ) {
|
@@ -1713,9 +1727,10 @@ function bpsPro_delete_temp_files() {
|
|
1713 |
if ( is_dir( $upload_tmp_dir ) && wp_is_writable( $upload_tmp_dir ) ) {
|
1714 |
|
1715 |
$local_tmp_files = scandir($upload_tmp_dir);
|
1716 |
-
|
1717 |
-
foreach ( $local_tmp_files as $file ) {
|
1718 |
|
|
|
|
|
1719 |
if ( $file != '.' && $file != '..' && $file != 'why.tmp' ) {
|
1720 |
@unlink($upload_tmp_dir.'/'.$file);
|
1721 |
}
|
@@ -1730,8 +1745,9 @@ function bpsPro_delete_temp_files() {
|
|
1730 |
if ( is_dir( $sys_get_temp_dir ) && wp_is_writable( $sys_get_temp_dir ) ) {
|
1731 |
|
1732 |
$tmp_files = scandir($sys_get_temp_dir);
|
1733 |
-
|
1734 |
-
|
|
|
1735 |
|
1736 |
if ( $file != '.' && $file != '..' ) {
|
1737 |
unlink($sys_get_temp_dir.'/'.$file);
|
1702 |
}
|
1703 |
}
|
1704 |
|
1705 |
+
// Deletes all temporary files in the /tmp folder except for excluded /tmp files if files are excluded.
|
1706 |
function bpsPro_delete_temp_files() {
|
1707 |
|
1708 |
+
$MScan_options = get_option('bulletproof_security_options_MScan');
|
1709 |
+
|
1710 |
+
if ( $MScan_options['mscan_exclude_tmp_files'] != '' ) {
|
1711 |
+
$mscan_exclude_tmp_files_array = explode( "\n", $MScan_options['mscan_exclude_tmp_files'] );
|
1712 |
+
}
|
1713 |
+
|
1714 |
+
$mscan_exclude_tmp_files_array_trim = array();
|
1715 |
+
|
1716 |
+
foreach ( $mscan_exclude_tmp_files_array as $key => $value ) {
|
1717 |
+
$mscan_exclude_tmp_files_array_trim[] = trim($value);
|
1718 |
+
}
|
1719 |
+
|
1720 |
+
$mscan_exclude_tmp_files_array_filter = array_filter($mscan_exclude_tmp_files_array_trim);
|
1721 |
+
|
1722 |
$sapi_type = php_sapi_name();
|
1723 |
|
1724 |
if ( substr($sapi_type, 0, 6) == 'apache' && preg_match( '#\\\\#', ABSPATH, $matches ) ) {
|
1727 |
if ( is_dir( $upload_tmp_dir ) && wp_is_writable( $upload_tmp_dir ) ) {
|
1728 |
|
1729 |
$local_tmp_files = scandir($upload_tmp_dir);
|
1730 |
+
$local_tmp_files_array_diff = array_diff( $local_tmp_files, $mscan_exclude_tmp_files_array_filter );
|
|
|
1731 |
|
1732 |
+
foreach ( $local_tmp_files_array_diff as $file ) {
|
1733 |
+
|
1734 |
if ( $file != '.' && $file != '..' && $file != 'why.tmp' ) {
|
1735 |
@unlink($upload_tmp_dir.'/'.$file);
|
1736 |
}
|
1745 |
if ( is_dir( $sys_get_temp_dir ) && wp_is_writable( $sys_get_temp_dir ) ) {
|
1746 |
|
1747 |
$tmp_files = scandir($sys_get_temp_dir);
|
1748 |
+
$tmp_files_array_diff = array_diff( $tmp_files, $mscan_exclude_tmp_files_array_filter );
|
1749 |
+
|
1750 |
+
foreach ( $tmp_files_array_diff as $file ) {
|
1751 |
|
1752 |
if ( $file != '.' && $file != '..' ) {
|
1753 |
unlink($sys_get_temp_dir.'/'.$file);
|
includes/zip-email-cron-functions.php
CHANGED
@@ -158,7 +158,8 @@ $bps_email_to = $options['bps_send_email_to'];
|
|
158 |
$bps_email_from = $options['bps_send_email_from'];
|
159 |
$bps_email_cc = $options['bps_send_email_cc'];
|
160 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
161 |
-
$
|
|
|
162 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), strtotime($date));
|
163 |
$SecurityLog = WP_CONTENT_DIR . '/bps-backup/logs/http_error_log.txt';
|
164 |
$SecurityLogMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/http_error_log.txt';
|
@@ -172,7 +173,7 @@ $SecLogEntries = preg_replace( $pattern, "<br />Total", $SecLogMasterTXT_content
|
|
172 |
$headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
|
173 |
$subject = " BPS Security Log - $timestamp ";
|
174 |
$message = '<p><font color="blue"><strong>Security Log File For:</strong></font></p>';
|
175 |
-
$message .= '<p>Site: '
|
176 |
$message .= '<p><font color="blue"><strong>Total # of Security Log Entries by Type:</strong></font>'. $SecLogEntries .'</p>';
|
177 |
|
178 |
$mailed = wp_mail($bps_email_to, $subject, $message, $headers, $attachments);
|
@@ -190,7 +191,8 @@ $bps_email_to = $options['bps_send_email_to'];
|
|
190 |
$bps_email_from = $options['bps_send_email_from'];
|
191 |
$bps_email_cc = $options['bps_send_email_cc'];
|
192 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
193 |
-
$
|
|
|
194 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), strtotime($date));
|
195 |
$DBBLog = WP_CONTENT_DIR . '/bps-backup/logs/db_backup_log.txt';
|
196 |
$DBBLogMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/db_backup_log.txt';
|
@@ -223,7 +225,8 @@ $bps_email_to = $options['bps_send_email_to'];
|
|
223 |
$bps_email_from = $options['bps_send_email_from'];
|
224 |
$bps_email_cc = $options['bps_send_email_cc'];
|
225 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
226 |
-
$
|
|
|
227 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), strtotime($date));
|
228 |
$MScanLog = WP_CONTENT_DIR . '/bps-backup/logs/mscan_log.txt';
|
229 |
$MScanLogMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/mscan_log.txt';
|
158 |
$bps_email_from = $options['bps_send_email_from'];
|
159 |
$bps_email_cc = $options['bps_send_email_cc'];
|
160 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
161 |
+
$path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fsecurity-log%2Fsecurity-log.php';
|
162 |
+
$justUrl = get_site_url($blog_id, $path, $scheme);
|
163 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), strtotime($date));
|
164 |
$SecurityLog = WP_CONTENT_DIR . '/bps-backup/logs/http_error_log.txt';
|
165 |
$SecurityLogMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/http_error_log.txt';
|
173 |
$headers = array( 'Content-Type: text/html; charset=UTF-8', 'From: ' . $bps_email_from, 'Cc: ' . $bps_email_cc, 'Bcc: ' . $bps_email_bcc );
|
174 |
$subject = " BPS Security Log - $timestamp ";
|
175 |
$message = '<p><font color="blue"><strong>Security Log File For:</strong></font></p>';
|
176 |
+
$message .= '<p>Site: '.$justUrl.'</p>';
|
177 |
$message .= '<p><font color="blue"><strong>Total # of Security Log Entries by Type:</strong></font>'. $SecLogEntries .'</p>';
|
178 |
|
179 |
$mailed = wp_mail($bps_email_to, $subject, $message, $headers, $attachments);
|
191 |
$bps_email_from = $options['bps_send_email_from'];
|
192 |
$bps_email_cc = $options['bps_send_email_cc'];
|
193 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
194 |
+
$path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fdb-backup-security%2Fdb-backup-security.php';
|
195 |
+
$justUrl = get_site_url($blog_id, $path, $scheme);
|
196 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), strtotime($date));
|
197 |
$DBBLog = WP_CONTENT_DIR . '/bps-backup/logs/db_backup_log.txt';
|
198 |
$DBBLogMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/db_backup_log.txt';
|
225 |
$bps_email_from = $options['bps_send_email_from'];
|
226 |
$bps_email_cc = $options['bps_send_email_cc'];
|
227 |
$bps_email_bcc = $options['bps_send_email_bcc'];
|
228 |
+
$path = '/wp-admin/admin.php?page=bulletproof-security%2Fadmin%2Fmscan%2Fmscan.php';
|
229 |
+
$justUrl = get_site_url($blog_id, $path, $scheme);
|
230 |
$timestamp = date_i18n(get_option('date_format'), strtotime("11/15-1976")) . ' - ' . date_i18n(get_option('time_format'), strtotime($date));
|
231 |
$MScanLog = WP_CONTENT_DIR . '/bps-backup/logs/mscan_log.txt';
|
232 |
$MScanLogMaster = WP_PLUGIN_DIR . '/bulletproof-security/admin/htaccess/mscan_log.txt';
|
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"
|
@@ -261,7 +261,7 @@ msgid ""
|
|
261 |
msgstr ""
|
262 |
|
263 |
#: admin/core/core-custom-code.php:451 admin/core/core-custom-code.php:818
|
264 |
-
#: admin/core/core.php:
|
265 |
msgid "Click the Custom Code Read Me help button for more help info."
|
266 |
msgstr ""
|
267 |
|
@@ -362,7 +362,7 @@ msgstr ""
|
|
362 |
|
363 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
364 |
#: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
|
365 |
-
#: admin/wizard/wizard.php:
|
366 |
msgid ""
|
367 |
"If you see a 403 error and/or are unable to download the zip file then click "
|
368 |
"here: "
|
@@ -370,9 +370,9 @@ msgstr ""
|
|
370 |
|
371 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
372 |
#: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
|
373 |
-
#: admin/wizard/wizard.php:
|
374 |
-
#: admin/wizard/wizard.php:
|
375 |
-
#: includes/hud-autofix-whitelist.php:
|
376 |
msgid "Setup Wizard Options"
|
377 |
msgstr ""
|
378 |
|
@@ -383,15 +383,15 @@ msgid ""
|
|
383 |
msgstr ""
|
384 |
|
385 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
386 |
-
#: admin/wizard/wizard.php:
|
387 |
msgid "Download Zip Export"
|
388 |
msgstr ""
|
389 |
|
390 |
-
#: admin/core/core-export-import.php:144 admin/wizard/wizard.php:
|
391 |
msgid "Zip File Upload Successful."
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: admin/core/core-export-import.php:155 admin/wizard/wizard.php:
|
395 |
msgid "Zip File Exraction Successful. Method: ZipArchive class."
|
396 |
msgstr ""
|
397 |
|
@@ -421,19 +421,19 @@ msgstr ""
|
|
421 |
msgid "3. Click the wp-admin Folder BulletProof Mode Activate button."
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: admin/core/core-export-import.php:169 admin/wizard/wizard.php:
|
425 |
msgid "ERROR: Zip File Extraction Failed. Method: ZipArchive class."
|
426 |
msgstr ""
|
427 |
|
428 |
-
#: admin/core/core-export-import.php:189 admin/wizard/wizard.php:
|
429 |
msgid "Zip File Extraction Successful. Method: PclZip."
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: admin/core/core-export-import.php:203 admin/wizard/wizard.php:
|
433 |
msgid "ERROR: Zip File Extraction Failed. Method: PclZip."
|
434 |
msgstr ""
|
435 |
|
436 |
-
#: admin/core/core-export-import.php:211 admin/wizard/wizard.php:
|
437 |
msgid "ERROR: Zip File Upload Failed."
|
438 |
msgstr ""
|
439 |
|
@@ -464,7 +464,7 @@ msgid "Your Root and wp-admin Custom Code has been deleted successfully."
|
|
464 |
msgstr ""
|
465 |
|
466 |
#: admin/core/core-forms.php:18 admin/core/core-forms.php:98
|
467 |
-
#: admin/core/core.php:
|
468 |
msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled. "
|
469 |
msgstr ""
|
470 |
|
@@ -474,12 +474,12 @@ msgstr ""
|
|
474 |
#: admin/core/core-forms.php:364 admin/core/core-forms.php:430
|
475 |
#: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
|
476 |
#: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
|
477 |
-
#: admin/core/core.php:
|
478 |
-
#: admin/core/core.php:
|
479 |
-
#: admin/maintenance/maintenance.php:
|
480 |
-
#: admin/maintenance/maintenance.php:
|
481 |
-
#: admin/maintenance/maintenance.php:
|
482 |
-
#: admin/maintenance/maintenance.php:
|
483 |
msgid "Click this link for help information: "
|
484 |
msgstr ""
|
485 |
|
@@ -489,13 +489,13 @@ msgstr ""
|
|
489 |
#: admin/core/core-forms.php:364 admin/core/core-forms.php:430
|
490 |
#: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
|
491 |
#: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
|
492 |
-
#: admin/core/core.php:
|
493 |
-
#: admin/core/core.php:
|
494 |
-
#: admin/maintenance/maintenance.php:
|
495 |
-
#: admin/maintenance/maintenance.php:
|
496 |
-
#: admin/maintenance/maintenance.php:
|
497 |
-
#: admin/maintenance/maintenance.php:
|
498 |
-
#: admin/wizard/wizard.php:
|
499 |
msgid "htaccess Files Disabled Forum Topic"
|
500 |
msgstr ""
|
501 |
|
@@ -926,7 +926,7 @@ msgid ""
|
|
926 |
"Read Me help file for BPS troubleshooting steps."
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: admin/core/core-help-text.php:12 admin/theme-skin/theme-skin.php:
|
930 |
msgid "Notes:"
|
931 |
msgstr ""
|
932 |
|
@@ -1014,7 +1014,7 @@ msgid ""
|
|
1014 |
"Read Me help file for BPS troubleshooting steps."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
-
#: admin/core/core-help-text.php:15 admin/wizard/wizard.php:
|
1018 |
msgid "Notes: "
|
1019 |
msgstr ""
|
1020 |
|
@@ -1081,7 +1081,7 @@ msgid ""
|
|
1081 |
"Send Email Alerts."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
-
#: admin/core/core-help-text.php:18 admin/core/core.php:
|
1085 |
msgid "HPF Cron Check Frequency:"
|
1086 |
msgstr ""
|
1087 |
|
@@ -1093,7 +1093,7 @@ msgid ""
|
|
1093 |
"Options button to save your settings."
|
1094 |
msgstr ""
|
1095 |
|
1096 |
-
#: admin/core/core-help-text.php:18 admin/core/core.php:
|
1097 |
msgid "HPF Cron On|Off:"
|
1098 |
msgstr ""
|
1099 |
|
@@ -1103,7 +1103,7 @@ msgid ""
|
|
1103 |
"HPF Cron Off. Click the Save HPF Cron Options button to save your settings."
|
1104 |
msgstr ""
|
1105 |
|
1106 |
-
#: admin/core/core-help-text.php:18 admin/core/core.php:
|
1107 |
msgid "Ignore Hidden Plugin Folders & Files:"
|
1108 |
msgstr ""
|
1109 |
|
@@ -1205,20 +1205,20 @@ msgid ""
|
|
1205 |
"permanently. To save any new htaccess code permanently use BPS Custom Code."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: admin/core/core-help-text.php:30 admin/core/core.php:
|
1209 |
-
#: admin/core/core.php:
|
1210 |
-
#: admin/core/core.php:
|
1211 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
1212 |
#: admin/db-backup-security/db-backup-help-text.php:15
|
1213 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1214 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1215 |
-
#: admin/login/login.php:
|
1216 |
-
#: admin/login/login.php:
|
1217 |
-
#: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:
|
1218 |
-
#: admin/security-log/security-log.php:
|
1219 |
-
#: admin/system-info/system-info.php:
|
1220 |
-
#: admin/wizard/wizard.php:
|
1221 |
-
#: admin/wizard/wizard.php:
|
1222 |
msgid ""
|
1223 |
"This Read Me Help window is draggable (top) and resizable (bottom right "
|
1224 |
"corner)"
|
@@ -1234,7 +1234,7 @@ msgid ""
|
|
1234 |
"will be updated/saved."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: admin/core/core-help-text.php:30 admin/security-log/security-log.php:
|
1238 |
msgid "Important Notes: "
|
1239 |
msgstr ""
|
1240 |
|
@@ -1707,12 +1707,12 @@ msgid "Modify wp-admin Query String Exploit code here"
|
|
1707 |
msgstr ""
|
1708 |
|
1709 |
#: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
|
1710 |
-
#: admin/maintenance/maintenance.php:
|
1711 |
msgid "The file "
|
1712 |
msgstr ""
|
1713 |
|
1714 |
#: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
|
1715 |
-
#: admin/maintenance/maintenance.php:
|
1716 |
msgid " is not writable or does not exist."
|
1717 |
msgstr ""
|
1718 |
|
@@ -1740,17 +1740,17 @@ msgstr ""
|
|
1740 |
|
1741 |
#: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
|
1742 |
#: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
|
1743 |
-
#: admin/core/core.php:
|
1744 |
msgid "htaccess Files Disabled: Root htaccess file writing is disabled. "
|
1745 |
msgstr ""
|
1746 |
|
1747 |
#: admin/core/core-htaccess-code.php:445 admin/core/core-htaccess-code.php:598
|
1748 |
-
#: admin/core/core.php:
|
1749 |
msgid "Failed to copy your Custom default.htaccess file: "
|
1750 |
msgstr ""
|
1751 |
|
1752 |
#: admin/core/core-htaccess-code.php:445 admin/core/core-htaccess-code.php:598
|
1753 |
-
#: admin/core/core.php:
|
1754 |
msgid " to: "
|
1755 |
msgstr ""
|
1756 |
|
@@ -1784,277 +1784,279 @@ msgstr ""
|
|
1784 |
msgid "Root Folder BulletProof Mode protection activated successfully."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
-
#: admin/core/core.php:
|
1788 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1789 |
-
#: admin/maintenance/maintenance.php:
|
1790 |
-
#: admin/security-log/security-log.php:
|
1791 |
-
#: admin/theme-skin/theme-skin.php:
|
1792 |
msgid "Rate BPS"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
-
#: admin/core/core.php:
|
1796 |
-
#: admin/includes/admin.php:
|
1797 |
msgid "BulletProof Security ~ htaccess Core"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
-
#: admin/core/core.php:
|
1801 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1802 |
-
#: admin/maintenance/maintenance.php:
|
1803 |
-
#: admin/security-log/security-log.php:
|
1804 |
-
#: admin/theme-skin/theme-skin.php:
|
1805 |
msgid "Settings Saved"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
-
#: admin/core/core.php:
|
1809 |
msgid "Security Modes"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
-
#: admin/core/core.php:
|
1813 |
msgid "htaccess File Editor"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
-
#: admin/core/core.php:
|
1817 |
msgid "Custom Code"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
-
#: admin/core/core.php:
|
1821 |
msgid "My Notes"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
-
#: admin/core/core.php:
|
1825 |
msgid "Whats New"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
-
#: admin/core/core.php:
|
1829 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1830 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1831 |
-
#: admin/maintenance/maintenance.php:
|
1832 |
-
#: admin/mscan/mscan.php:
|
1833 |
-
#: admin/system-info/system-info.php:
|
1834 |
-
#: admin/theme-skin/theme-skin.php:
|
1835 |
msgid "Help & FAQ"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
-
#: admin/core/core.php:
|
1839 |
msgid "BPS Pro Features"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
-
#: admin/core/core.php:
|
1843 |
msgid "htaccess File Security Modes ~ "
|
1844 |
msgstr ""
|
1845 |
|
1846 |
-
#: admin/core/core.php:
|
1847 |
msgid "RBM, WBM, HPF, MBM & BBM BulletProof Modes"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
-
#: admin/core/core.php:
|
1851 |
-
#: admin/core/core.php:
|
1852 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1853 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1854 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1855 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1856 |
-
#: admin/login/login.php:
|
1857 |
-
#: admin/maintenance/maintenance.php:
|
1858 |
-
#: admin/
|
1859 |
-
#: admin/
|
|
|
1860 |
msgid "Want even more security protection?"
|
1861 |
msgstr ""
|
1862 |
|
1863 |
-
#: admin/core/core.php:
|
1864 |
-
#: admin/core/core.php:
|
1865 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1866 |
-
#: admin/maintenance/maintenance.php:
|
1867 |
-
#: admin/security-log/security-log.php:
|
1868 |
-
#: admin/wizard/wizard.php:
|
1869 |
msgid ""
|
1870 |
"Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
|
1871 |
msgstr ""
|
1872 |
|
1873 |
-
#: admin/core/core.php:
|
1874 |
-
#: admin/core/core.php:
|
1875 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1876 |
-
#: admin/maintenance/maintenance.php:
|
1877 |
-
#: admin/security-log/security-log.php:
|
1878 |
-
#: admin/wizard/wizard.php:
|
1879 |
msgid "Get BPS Pro Plugin Firewall"
|
1880 |
msgstr ""
|
1881 |
|
1882 |
-
#: admin/core/core.php:
|
1883 |
-
#: admin/core/core.php:
|
1884 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1885 |
-
#: admin/maintenance/maintenance.php:
|
1886 |
-
#: admin/security-log/security-log.php:
|
1887 |
-
#: admin/wizard/wizard.php:
|
1888 |
msgid ""
|
1889 |
"Protect your WordPress uploads folder against remote access or execution of "
|
1890 |
"files: "
|
1891 |
msgstr ""
|
1892 |
|
1893 |
-
#: admin/core/core.php:
|
1894 |
-
#: admin/core/core.php:
|
1895 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1896 |
-
#: admin/maintenance/maintenance.php:
|
1897 |
-
#: admin/security-log/security-log.php:
|
1898 |
-
#: admin/wizard/wizard.php:
|
1899 |
msgid "Get BPS Pro Uploads Anti-Exploit Guard"
|
1900 |
msgstr ""
|
1901 |
|
1902 |
-
#: admin/core/core.php:
|
1903 |
-
#: admin/core/core.php:
|
1904 |
-
#: admin/login/login.php:
|
1905 |
-
#: admin/login/login.php:
|
1906 |
-
#: admin/system-info/system-info.php:
|
1907 |
msgid "Permission Denied"
|
1908 |
msgstr ""
|
1909 |
|
1910 |
-
#: admin/core/core.php:
|
1911 |
msgid "Activate|Deactivate Security Modes"
|
1912 |
msgstr ""
|
1913 |
|
1914 |
-
#: admin/core/core.php:
|
1915 |
msgid "Root Folder BulletProof Mode (RBM)"
|
1916 |
msgstr ""
|
1917 |
|
1918 |
-
#: admin/core/core.php:
|
1919 |
-
#: admin/core/core.php:
|
1920 |
-
#: admin/core/core.php:
|
1921 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1922 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1923 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1924 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1925 |
-
#: admin/login/login.php:
|
1926 |
-
#: admin/login/login.php:
|
1927 |
-
#: admin/mscan/mscan.php:
|
1928 |
-
#: admin/security-log/security-log.php:
|
1929 |
-
#: admin/
|
1930 |
-
#: admin/wizard/wizard.php:
|
|
|
1931 |
msgid "Read Me"
|
1932 |
msgstr ""
|
1933 |
|
1934 |
-
#: admin/core/core.php:
|
1935 |
-
#: admin/db-backup-security/db-backup-security.php:
|
1936 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1937 |
-
#: admin/login/login.php:
|
1938 |
-
#: admin/mscan/mscan.php:
|
1939 |
msgid "Forum Help Links: "
|
1940 |
msgstr ""
|
1941 |
|
1942 |
-
#: admin/core/core.php:
|
1943 |
msgid "Setup Wizard & Other Video Tutorials"
|
1944 |
msgstr ""
|
1945 |
|
1946 |
-
#: admin/core/core.php:
|
1947 |
-
#: admin/email-log-settings/email-log-settings.php:
|
1948 |
-
#: admin/mscan/mscan.php:
|
1949 |
msgid "BPS Troubleshooting Steps"
|
1950 |
msgstr ""
|
1951 |
|
1952 |
-
#: admin/core/core.php:
|
1953 |
-
#: admin/core/core.php:
|
1954 |
-
#: admin/core/core.php:
|
1955 |
msgid "RBM Status: "
|
1956 |
msgstr ""
|
1957 |
|
1958 |
-
#: admin/core/core.php:
|
1959 |
-
#: admin/core/core.php:
|
1960 |
-
#: admin/core/core.php:
|
1961 |
msgid "Disabled"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
-
#: admin/core/core.php:
|
1965 |
msgid "Root htaccess File Does Not Exist"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
-
#: admin/core/core.php:
|
1969 |
-
#: admin/core/core.php:
|
1970 |
-
#: admin/core/core.php:
|
1971 |
-
#: admin/system-info/system-info.php:
|
1972 |
msgid "Activated"
|
1973 |
msgstr ""
|
1974 |
|
1975 |
-
#: admin/core/core.php:
|
1976 |
-
#: admin/core/core.php:
|
1977 |
-
#: admin/core/core.php:
|
1978 |
-
#: admin/system-info/system-info.php:
|
1979 |
msgid "Deactivated"
|
1980 |
msgstr ""
|
1981 |
|
1982 |
-
#: admin/core/core.php:
|
1983 |
msgid "Click OK to Activate Root Folder BulletProof Mode or click Cancel."
|
1984 |
msgstr ""
|
1985 |
|
1986 |
-
#: admin/core/core.php:
|
1987 |
msgid "Click OK to Deactivate Root Folder BulletProof Mode or click Cancel."
|
1988 |
msgstr ""
|
1989 |
|
1990 |
-
#: admin/core/core.php:
|
1991 |
msgid "wp-admin Folder BulletProof Mode (WBM)"
|
1992 |
msgstr ""
|
1993 |
|
1994 |
-
#: admin/core/core.php:
|
1995 |
-
#: admin/core/core.php:
|
1996 |
msgid "WBM Status: "
|
1997 |
msgstr ""
|
1998 |
|
1999 |
-
#: admin/core/core.php:
|
2000 |
msgid "Click OK to Activate wp-admin Folder BulletProof Mode or click Cancel."
|
2001 |
msgstr ""
|
2002 |
|
2003 |
-
#: admin/core/core.php:
|
2004 |
msgid ""
|
2005 |
"Click OK to Deactivate wp-admin Folder BulletProof Mode or click Cancel."
|
2006 |
msgstr ""
|
2007 |
|
2008 |
-
#: admin/core/core.php:
|
2009 |
msgid "Hidden Plugin Folders|Files Cron (HPF)"
|
2010 |
msgstr ""
|
2011 |
|
2012 |
-
#: admin/core/core.php:
|
2013 |
-
#: admin/core/core.php:
|
2014 |
msgid "HPF Status: "
|
2015 |
msgstr ""
|
2016 |
|
2017 |
-
#: admin/core/core.php:
|
2018 |
msgid "HPF Cron On"
|
2019 |
msgstr ""
|
2020 |
|
2021 |
-
#: admin/core/core.php:
|
2022 |
msgid "HPF Cron Off"
|
2023 |
msgstr ""
|
2024 |
|
2025 |
-
#: admin/core/core.php:
|
2026 |
msgid "Run Check Every 1 Minute"
|
2027 |
msgstr ""
|
2028 |
|
2029 |
-
#: admin/core/core.php:
|
2030 |
msgid "Run Check Every 5 Minutes"
|
2031 |
msgstr ""
|
2032 |
|
2033 |
-
#: admin/core/core.php:
|
2034 |
msgid "Run Check Every 10 Minutes"
|
2035 |
msgstr ""
|
2036 |
|
2037 |
-
#: admin/core/core.php:
|
2038 |
msgid "Run Check Every 15 Minutes"
|
2039 |
msgstr ""
|
2040 |
|
2041 |
-
#: admin/core/core.php:
|
2042 |
msgid "Run Check Every 30 Minutes"
|
2043 |
msgstr ""
|
2044 |
|
2045 |
-
#: admin/core/core.php:
|
2046 |
msgid "Run Check Every 60 Minutes"
|
2047 |
msgstr ""
|
2048 |
|
2049 |
-
#: admin/core/core.php:
|
2050 |
msgid "Run Check Once Daily"
|
2051 |
msgstr ""
|
2052 |
|
2053 |
-
#: admin/core/core.php:
|
2054 |
msgid "Save HPF Cron Options"
|
2055 |
msgstr ""
|
2056 |
|
2057 |
-
#: admin/core/core.php:
|
2058 |
msgid ""
|
2059 |
"The default Cron Frequency is: Run Check Every 15 Minutes. This is a "
|
2060 |
"lightweight check that uses an insignificant amount of resources/memory so 4 "
|
@@ -2066,314 +2068,314 @@ msgid ""
|
|
2066 |
"OK to proceed or click Cancel"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: admin/core/core.php:
|
2070 |
msgid "Add Ignore rules using plugin folder names or file names."
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: admin/core/core.php:
|
2074 |
msgid "Use a comma and a space between folder and/or file names."
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: admin/core/core.php:
|
2078 |
msgid "Example: plugin-folder-name, example-file-name.php"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: admin/core/core.php:
|
2082 |
msgid ""
|
2083 |
"This option is for adding ignore rules for Hidden or Empty Plugin Folders "
|
2084 |
"Detected by BPS or Non-standard WP files detected by BPS in your /plugins/ "
|
2085 |
"folder."
|
2086 |
msgstr ""
|
2087 |
|
2088 |
-
#: admin/core/core.php:
|
2089 |
msgid ""
|
2090 |
"This is an independent option setting that does not require clicking any "
|
2091 |
"other buttons."
|
2092 |
msgstr ""
|
2093 |
|
2094 |
-
#: admin/core/core.php:
|
2095 |
-
#: admin/security-log/security-log.php:
|
2096 |
-
#: admin/security-log/security-log.php:
|
2097 |
-
#: admin/security-log/security-log.php:
|
2098 |
-
#: admin/system-info/system-info.php:
|
2099 |
msgid "Click OK to proceed or click Cancel."
|
2100 |
msgstr ""
|
2101 |
|
2102 |
-
#: admin/core/core.php:
|
2103 |
msgid "Master htaccess Folder BulletProof Mode (MBM)"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: admin/core/core.php:
|
2107 |
msgid "MBM BulletProof Modes"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: admin/core/core.php:
|
2111 |
-
#: admin/core/core.php:
|
2112 |
msgid "MBM Status: "
|
2113 |
msgstr ""
|
2114 |
|
2115 |
-
#: admin/core/core.php:
|
2116 |
msgid "Click OK to Activate MBM BulletProof Mode or click Cancel."
|
2117 |
msgstr ""
|
2118 |
|
2119 |
-
#: admin/core/core.php:
|
2120 |
msgid "Click OK to Deactivate MBM BulletProof Mode or click Cancel."
|
2121 |
msgstr ""
|
2122 |
|
2123 |
-
#: admin/core/core.php:
|
2124 |
msgid "BPS Backup Folder BulletProof Mode (BBM)"
|
2125 |
msgstr ""
|
2126 |
|
2127 |
-
#: admin/core/core.php:
|
2128 |
msgid "BBM BulletProof Modes"
|
2129 |
msgstr ""
|
2130 |
|
2131 |
-
#: admin/core/core.php:
|
2132 |
-
#: admin/core/core.php:
|
2133 |
msgid "BBM Status: "
|
2134 |
msgstr ""
|
2135 |
|
2136 |
-
#: admin/core/core.php:
|
2137 |
msgid "Click OK to Activate BBM BulletProof Mode or click Cancel."
|
2138 |
msgstr ""
|
2139 |
|
2140 |
-
#: admin/core/core.php:
|
2141 |
msgid ""
|
2142 |
"Caution: BPS Backup Folder BulletProof Mode (BBM) should only be deactivated "
|
2143 |
"for testing or troubleshooting. Be sure to activate BBM BulletProof Mode "
|
2144 |
"after you are done testing or troubleshooting."
|
2145 |
msgstr ""
|
2146 |
|
2147 |
-
#: admin/core/core.php:
|
2148 |
msgid "Click OK to Deactivate BBM BulletProof Mode or click Cancel."
|
2149 |
msgstr ""
|
2150 |
|
2151 |
-
#: admin/core/core.php:
|
2152 |
msgid "Backup & Restore BPS htaccess Files"
|
2153 |
msgstr ""
|
2154 |
|
2155 |
-
#: admin/core/core.php:
|
2156 |
msgid "Click OK to Backup BPS htaccess files or click Cancel."
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: admin/core/core.php:
|
2160 |
msgid "Click OK to Restore BPS htaccess files or click Cancel."
|
2161 |
msgstr ""
|
2162 |
|
2163 |
-
#: admin/core/core.php:
|
2164 |
msgid "htaccess File Editor ~ "
|
2165 |
msgstr ""
|
2166 |
|
2167 |
-
#: admin/core/core.php:
|
2168 |
msgid ""
|
2169 |
"Check or edit BPS htaccess files/code manually/directly for testing. Use BPS "
|
2170 |
"Custom Code to save htaccess code permanently"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
-
#: admin/core/core.php:
|
2174 |
msgid "htaccess File Editing"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
-
#: admin/core/core.php:
|
2178 |
msgid "htaccess Files Disabled: secure.htaccess Master file is disabled."
|
2179 |
msgstr ""
|
2180 |
|
2181 |
-
#: admin/core/core.php:
|
2182 |
msgid "ERROR: A secure.htaccess Master file was NOT found."
|
2183 |
msgstr ""
|
2184 |
|
2185 |
-
#: admin/core/core.php:
|
2186 |
msgid ""
|
2187 |
"File Open and Write test successful! The secure.htaccess Master file is "
|
2188 |
"writable."
|
2189 |
msgstr ""
|
2190 |
|
2191 |
-
#: admin/core/core.php:
|
2192 |
-
#: admin/core/core.php:
|
2193 |
msgid "Cannot write to file: "
|
2194 |
msgstr ""
|
2195 |
|
2196 |
-
#: admin/core/core.php:
|
2197 |
msgid ""
|
2198 |
"htaccess Files Disabled: secure.htaccess Master file writing is disabled. "
|
2199 |
msgstr ""
|
2200 |
|
2201 |
-
#: admin/core/core.php:
|
2202 |
msgid "Error: Unable to write to the secure.htaccess Master file."
|
2203 |
msgstr ""
|
2204 |
|
2205 |
-
#: admin/core/core.php:
|
2206 |
msgid "The secure.htaccess Master file has been updated."
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: admin/core/core.php:
|
2210 |
msgid "htaccess Files Disabled: default.htaccess Master file is disabled."
|
2211 |
msgstr ""
|
2212 |
|
2213 |
-
#: admin/core/core.php:
|
2214 |
msgid "ERROR: A default.htaccess Master file was NOT found."
|
2215 |
msgstr ""
|
2216 |
|
2217 |
-
#: admin/core/core.php:
|
2218 |
msgid ""
|
2219 |
"File Open and Write test successful! The default.htaccess Master file is "
|
2220 |
"writable."
|
2221 |
msgstr ""
|
2222 |
|
2223 |
-
#: admin/core/core.php:
|
2224 |
msgid ""
|
2225 |
"htaccess Files Disabled: default.htaccess Master file writing is disabled. "
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: admin/core/core.php:
|
2229 |
msgid "Error: Unable to write to the default.htaccess Master file."
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: admin/core/core.php:
|
2233 |
msgid "The default.htaccess Master file has been updated."
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: admin/core/core.php:
|
2237 |
msgid ""
|
2238 |
" Check that the /bps-backup/ and /master-backups/ folders exist and the "
|
2239 |
"folder permissions or Ownership for these folders."
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: admin/core/core.php:
|
2243 |
msgid ""
|
2244 |
"Your Custom default.htaccess Master file has been successfully saved to: "
|
2245 |
msgstr ""
|
2246 |
|
2247 |
-
#: admin/core/core.php:
|
2248 |
msgid "wpadmin-secure.htaccess file writing is disabled."
|
2249 |
msgstr ""
|
2250 |
|
2251 |
-
#: admin/core/core.php:
|
2252 |
msgid ""
|
2253 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file is disabled."
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: admin/core/core.php:
|
2257 |
msgid "ERROR: A wpadmin-secure.htaccess Master file was NOT found."
|
2258 |
msgstr ""
|
2259 |
|
2260 |
-
#: admin/core/core.php:
|
2261 |
msgid ""
|
2262 |
"File Open and Write test successful! The wpadmin-secure.htaccess Master file "
|
2263 |
"is writable."
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: admin/core/core.php:
|
2267 |
msgid ""
|
2268 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
|
2269 |
"disabled. "
|
2270 |
msgstr ""
|
2271 |
|
2272 |
-
#: admin/core/core.php:
|
2273 |
msgid "Error: Unable to write to the wpadmin-secure.htaccess Master file."
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#: admin/core/core.php:
|
2277 |
msgid "The wpadmin-secure.htaccess Master file has been updated."
|
2278 |
msgstr ""
|
2279 |
|
2280 |
-
#: admin/core/core.php:
|
2281 |
msgid "htaccess Files Disabled: Root htaccess file does not exist."
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: admin/core/core.php:
|
2285 |
msgid "ERROR: An htaccess file was NOT found in your root folder"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: admin/core/core.php:
|
2289 |
msgid ""
|
2290 |
"File Open and Write test successful! Your currently active root htaccess "
|
2291 |
"file is writable."
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: admin/core/core.php:
|
2295 |
msgid "Your root htaccess file is Locked with Read Only Permissions."
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: admin/core/core.php:
|
2299 |
msgid ""
|
2300 |
"Use the Lock and Unlock buttons below to Lock or Unlock your root htaccess "
|
2301 |
"file for editing."
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#: admin/core/core.php:
|
2305 |
msgid ""
|
2306 |
"Error: Unable to write to the Root htaccess file. If your Root htaccess file "
|
2307 |
"is locked you must unlock first."
|
2308 |
msgstr ""
|
2309 |
|
2310 |
-
#: admin/core/core.php:
|
2311 |
msgid "Your currently active root htaccess file has been updated."
|
2312 |
msgstr ""
|
2313 |
|
2314 |
-
#: admin/core/core.php:
|
2315 |
msgid "wp-admin active htaccess file writing is disabled."
|
2316 |
msgstr ""
|
2317 |
|
2318 |
-
#: admin/core/core.php:
|
2319 |
msgid "htaccess Files Disabled: wp-admin folder htaccess file does not exist."
|
2320 |
msgstr ""
|
2321 |
|
2322 |
-
#: admin/core/core.php:
|
2323 |
msgid "ERROR: An htaccess file was NOT found in your wp-admin folder"
|
2324 |
msgstr ""
|
2325 |
|
2326 |
-
#: admin/core/core.php:
|
2327 |
msgid ""
|
2328 |
"File Open and Write test successful! Your currently active wp-admin htaccess "
|
2329 |
"file is writable."
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: admin/core/core.php:
|
2333 |
msgid "Error: Unable to write to the wp-admin htaccess file."
|
2334 |
msgstr ""
|
2335 |
|
2336 |
-
#: admin/core/core.php:
|
2337 |
msgid "Your currently active wp-admin htaccess file has been updated."
|
2338 |
msgstr ""
|
2339 |
|
2340 |
-
#: admin/core/core.php:
|
2341 |
msgid "Your Root htaccess file has been Locked."
|
2342 |
msgstr ""
|
2343 |
|
2344 |
-
#: admin/core/core.php:
|
2345 |
msgid "Unable to Lock your Root htaccess file."
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
#: admin/core/core.php:
|
2349 |
msgid "Your Root htaccess file has been Unlocked."
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#: admin/core/core.php:
|
2353 |
msgid "Unable to Unlock your Root htaccess file."
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#: admin/core/core.php:
|
2357 |
msgid "Click OK to Lock your Root htaccess file or click Cancel."
|
2358 |
msgstr ""
|
2359 |
|
2360 |
-
#: admin/core/core.php:
|
2361 |
msgid ""
|
2362 |
"Note: The File Open and Write Test window will still display the last status "
|
2363 |
"of the file as Unlocked. To see the current status refresh your browser."
|
2364 |
msgstr ""
|
2365 |
|
2366 |
-
#: admin/core/core.php:
|
2367 |
msgid "Click OK to Unlock your Root htaccess file or click Cancel."
|
2368 |
msgstr ""
|
2369 |
|
2370 |
-
#: admin/core/core.php:
|
2371 |
msgid ""
|
2372 |
"Note: The File Open and Write Test window will still display the last status "
|
2373 |
"of the file as Locked. To see the current status refresh your browser."
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#: admin/core/core.php:
|
2377 |
msgid ""
|
2378 |
"Turning AutoLock On will allow BPS Pro to automatically lock your Root ."
|
2379 |
"htaccess file. For some folks this causes a problem because their Web Hosts "
|
@@ -2381,23 +2383,23 @@ msgid ""
|
|
2381 |
"BPS Pro to AutoLock the Root .htaccess file works fine."
|
2382 |
msgstr ""
|
2383 |
|
2384 |
-
#: admin/core/core.php:
|
2385 |
msgid "Click OK to Turn AutoLock On or click Cancel."
|
2386 |
msgstr ""
|
2387 |
|
2388 |
-
#: admin/core/core.php:
|
2389 |
-
#: admin/system-info/system-info.php:
|
2390 |
-
#: admin/system-info/system-info.php:
|
2391 |
-
#: admin/system-info/system-info.php:
|
2392 |
-
#: admin/system-info/system-info.php:
|
2393 |
-
#: admin/system-info/system-info.php:
|
2394 |
#: includes/functions.php:757 includes/functions.php:925
|
2395 |
#: includes/functions.php:968 includes/functions.php:1016
|
2396 |
#: includes/functions.php:1060
|
2397 |
msgid "On"
|
2398 |
msgstr ""
|
2399 |
|
2400 |
-
#: admin/core/core.php:
|
2401 |
msgid ""
|
2402 |
"Turning AutoLock Off will prevent BPS Pro from automatically locking your "
|
2403 |
"Root .htaccess file. For some folks this is necessary because their Web "
|
@@ -2405,52 +2407,52 @@ msgid ""
|
|
2405 |
"allowing BPS Pro to AutoLock the Root .htaccess file works fine."
|
2406 |
msgstr ""
|
2407 |
|
2408 |
-
#: admin/core/core.php:
|
2409 |
msgid "Click OK to Turn AutoLock Off or click Cancel."
|
2410 |
msgstr ""
|
2411 |
|
2412 |
-
#: admin/core/core.php:
|
2413 |
-
#: admin/system-info/system-info.php:
|
2414 |
-
#: admin/system-info/system-info.php:
|
2415 |
-
#: admin/system-info/system-info.php:
|
2416 |
-
#: admin/system-info/system-info.php:
|
2417 |
-
#: admin/system-info/system-info.php:
|
2418 |
#: includes/functions.php:930 includes/functions.php:973
|
2419 |
#: includes/functions.php:1022 includes/functions.php:1066
|
2420 |
#: includes/general-functions.php:285 includes/general-functions.php:300
|
2421 |
msgid "Off"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: admin/core/core.php:
|
2425 |
msgid "secure.htaccess"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#: admin/core/core.php:
|
2429 |
msgid "default.htaccess"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#: admin/core/core.php:
|
2433 |
msgid "wpadmin-secure.htaccess"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#: admin/core/core.php:
|
2437 |
msgid "Your Current Root htaccess File"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
-
#: admin/core/core.php:
|
2441 |
msgid "Your Current wp-admin htaccess File"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
-
#: admin/core/core.php:
|
2445 |
-
#: admin/core/core.php:
|
2446 |
msgid ""
|
2447 |
"If you see an error or are unable to save your editing changes then click "
|
2448 |
"the Encrypt htaccess Code button first and then click the Update File "
|
2449 |
"button. Mouse over the question mark image to the right for help info."
|
2450 |
msgstr ""
|
2451 |
|
2452 |
-
#: admin/core/core.php:
|
2453 |
-
#: admin/core/core.php:
|
2454 |
msgid ""
|
2455 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
2456 |
"at a later time then ModSecurity will prevent you from saving your htaccess "
|
@@ -2458,8 +2460,8 @@ msgid ""
|
|
2458 |
"button."
|
2459 |
msgstr ""
|
2460 |
|
2461 |
-
#: admin/core/core.php:
|
2462 |
-
#: admin/core/core.php:
|
2463 |
msgid ""
|
2464 |
"If you click the Encrypt htaccess Code button and then want to edit your "
|
2465 |
"code again click the Decrypt htaccess Code button. After you are done "
|
@@ -2467,20 +2469,20 @@ msgid ""
|
|
2467 |
"File button."
|
2468 |
msgstr ""
|
2469 |
|
2470 |
-
#: admin/core/core.php:
|
2471 |
-
#: admin/core/core.php:
|
2472 |
msgid "Click the htaccess File Editing Read Me help button for more help info."
|
2473 |
msgstr ""
|
2474 |
|
2475 |
-
#: admin/core/core.php:
|
2476 |
msgid "YOUR ROOT HTACCESS FILE IS LOCKED."
|
2477 |
msgstr ""
|
2478 |
|
2479 |
-
#: admin/core/core.php:
|
2480 |
msgid "YOUR FILE EDITS|CHANGES CANNOT BE SAVED."
|
2481 |
msgstr ""
|
2482 |
|
2483 |
-
#: admin/core/core.php:
|
2484 |
msgid ""
|
2485 |
"Click Cancel, copy the file editing changes you made to save them and then "
|
2486 |
"click the Unlock .htaccess File button to unlock your Root .htaccess file. "
|
@@ -2489,44 +2491,44 @@ msgid ""
|
|
2489 |
"to save your file edits/changes."
|
2490 |
msgstr ""
|
2491 |
|
2492 |
-
#: admin/core/core.php:
|
2493 |
msgid "htaccess File Custom Code ~ "
|
2494 |
msgstr ""
|
2495 |
|
2496 |
-
#: admin/core/core.php:
|
2497 |
msgid ""
|
2498 |
"Save custom htaccess code for your Root and wp-admin htaccess Files "
|
2499 |
"permanently"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
-
#: admin/core/core.php:
|
2503 |
msgid "Reset|Recheck Dismiss Notices: "
|
2504 |
msgstr ""
|
2505 |
|
2506 |
-
#: admin/core/core.php:
|
2507 |
msgid "Brute Force Login Page Protection code"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
-
#: admin/core/core.php:
|
2511 |
-
#: admin/wizard/wizard.php:
|
2512 |
msgid "Custom Code Video Tutorial"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
-
#: admin/core/core.php:
|
2516 |
msgid "BulletProof Security Forum"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
-
#: admin/core/core.php:
|
2520 |
msgid ""
|
2521 |
"Clicking OK will Import all of your Root and wp-admin Custom Code from the "
|
2522 |
"cc-master.zip file on your computer."
|
2523 |
msgstr ""
|
2524 |
|
2525 |
-
#: admin/core/core.php:
|
2526 |
msgid "Click OK to Import Custom Code or click Cancel."
|
2527 |
msgstr ""
|
2528 |
|
2529 |
-
#: admin/core/core.php:
|
2530 |
msgid ""
|
2531 |
"Clicking OK will Export (copy) all of your Root and wp-admin Custom Code "
|
2532 |
"into the cc-master.zip file, which you can then download to your computer by "
|
@@ -2534,51 +2536,51 @@ msgid ""
|
|
2534 |
"success message."
|
2535 |
msgstr ""
|
2536 |
|
2537 |
-
#: admin/core/core.php:
|
2538 |
msgid "Click OK to Export Custom Code or click Cancel."
|
2539 |
msgstr ""
|
2540 |
|
2541 |
-
#: admin/core/core.php:
|
2542 |
msgid ""
|
2543 |
"Clicking OK will delete all of your Root and wp-admin Custom Code from all "
|
2544 |
"of the Custom Code text boxes."
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: admin/core/core.php:
|
2548 |
msgid "Click OK to Delete Custom Code or click Cancel."
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: admin/core/core.php:
|
2552 |
msgid ""
|
2553 |
"Your My Notes Personal Notes and/or htaccess Code Notes saved successfully "
|
2554 |
"to your WordPress Database."
|
2555 |
msgstr ""
|
2556 |
|
2557 |
-
#: admin/core/core.php:
|
2558 |
msgid "My Notes ~ "
|
2559 |
msgstr ""
|
2560 |
|
2561 |
-
#: admin/core/core.php:
|
2562 |
msgid "Save Personal Notes and htaccess Code Notes to your WordPress Database"
|
2563 |
msgstr ""
|
2564 |
|
2565 |
-
#: admin/core/core.php:
|
2566 |
msgid ""
|
2567 |
"If you are unable to save custom htaccess code and/or see an error message "
|
2568 |
"when trying to save custom htaccess code, "
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: admin/core/core.php:
|
2572 |
msgid ""
|
2573 |
"click the Encrypt My Notes button first and then click the Save My Notes "
|
2574 |
"button."
|
2575 |
msgstr ""
|
2576 |
|
2577 |
-
#: admin/core/core.php:
|
2578 |
msgid "Mouse over the question mark image to the right for help info."
|
2579 |
msgstr ""
|
2580 |
|
2581 |
-
#: admin/core/core.php:
|
2582 |
msgid ""
|
2583 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
2584 |
"at a later time then ModSecurity will prevent you from saving your custom "
|
@@ -2586,7 +2588,7 @@ msgid ""
|
|
2586 |
"button."
|
2587 |
msgstr ""
|
2588 |
|
2589 |
-
#: admin/core/core.php:
|
2590 |
msgid ""
|
2591 |
"If you click the Encrypt My Notes button, but then want to add or edit "
|
2592 |
"additional custom code click the Decrypt My Notes button. After you are done "
|
@@ -2594,25 +2596,25 @@ msgid ""
|
|
2594 |
"clicking the Save My Notes button."
|
2595 |
msgstr ""
|
2596 |
|
2597 |
-
#: admin/core/core.php:
|
2598 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2599 |
-
#: admin/mscan/mscan.php:
|
2600 |
msgid "Whats New in "
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: admin/core/core.php:
|
2604 |
msgid " and General Help Info & Tips"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
-
#: admin/core/core.php:
|
2608 |
msgid "The BPS Changelog|Whats New page has been moved to the "
|
2609 |
msgstr ""
|
2610 |
|
2611 |
-
#: admin/core/core.php:
|
2612 |
msgid "Reasons for this Changelog|Whats New page change: "
|
2613 |
msgstr ""
|
2614 |
|
2615 |
-
#: admin/core/core.php:
|
2616 |
msgid ""
|
2617 |
"The BPS Changelog|Whats New page will not have to be translated by the "
|
2618 |
"WordPress PolyGlots Language Packs Team for each new version release of BPS, "
|
@@ -2621,69 +2623,69 @@ msgid ""
|
|
2621 |
"BPS version changes through the years and other beneficial reasons."
|
2622 |
msgstr ""
|
2623 |
|
2624 |
-
#: admin/core/core.php:
|
2625 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2626 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2627 |
-
#: admin/email-log-settings/email-log-settings.php:
|
2628 |
-
#: admin/maintenance/maintenance.php:
|
2629 |
-
#: admin/security-log/security-log.php:
|
2630 |
-
#: admin/wizard/wizard.php:
|
2631 |
msgid ""
|
2632 |
"Protect all of your website files with AutoRestore|Quarantine Intrusion "
|
2633 |
"Detection & Prevention System: "
|
2634 |
msgstr ""
|
2635 |
|
2636 |
-
#: admin/core/core.php:
|
2637 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2638 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2639 |
-
#: admin/email-log-settings/email-log-settings.php:
|
2640 |
-
#: admin/maintenance/maintenance.php:
|
2641 |
-
#: admin/mscan/mscan.php:
|
2642 |
-
#: admin/theme-skin/theme-skin.php:
|
2643 |
-
#: admin/wizard/wizard.php:
|
2644 |
msgid "Get BPS Pro ARQ IDPS"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
-
#: admin/core/core.php:
|
2648 |
-
#: admin/maintenance/maintenance.php:
|
2649 |
-
#: admin/security-log/security-log.php:
|
2650 |
-
#: admin/wizard/wizard.php:
|
2651 |
msgid ""
|
2652 |
"Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
|
2653 |
"posting, auto-commenting): "
|
2654 |
msgstr ""
|
2655 |
|
2656 |
-
#: admin/core/core.php:
|
2657 |
-
#: admin/login/login.php:
|
2658 |
-
#: admin/maintenance/maintenance.php:
|
2659 |
-
#: admin/security-log/security-log.php:
|
2660 |
-
#: admin/wizard/wizard.php:
|
2661 |
msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: admin/core/core.php:
|
2665 |
msgid "General Help Info & Tips:"
|
2666 |
msgstr ""
|
2667 |
|
2668 |
-
#: admin/core/core.php:
|
2669 |
msgid "If BPS plugin pages are not displaying visually correct you can "
|
2670 |
msgstr ""
|
2671 |
|
2672 |
-
#: admin/core/core.php:
|
2673 |
msgid "BPS Video Tutorials|Setup Wizard: "
|
2674 |
msgstr ""
|
2675 |
|
2676 |
-
#: admin/core/core.php:
|
2677 |
msgid "Troubleshooting Steps & The BPS Security Log: "
|
2678 |
msgstr ""
|
2679 |
|
2680 |
-
#: admin/core/core.php:
|
2681 |
msgid ""
|
2682 |
"All BPS plugin features can be turned Off/On individually to confirm, "
|
2683 |
"eliminate or isolate a problem or issue that may or may not be caused by BPS."
|
2684 |
msgstr ""
|
2685 |
|
2686 |
-
#: admin/core/core.php:
|
2687 |
msgid ""
|
2688 |
"The BPS Security Log is a primary troubleshooting tool. If BPS is blocking "
|
2689 |
"something legitimate in another plugin or theme then a Security Log entry "
|
@@ -2692,69 +2694,69 @@ msgid ""
|
|
2692 |
"being blocked."
|
2693 |
msgstr ""
|
2694 |
|
2695 |
-
#: admin/core/core.php:
|
2696 |
msgid ""
|
2697 |
"Search the Forum site to see if a known issue or problem is already posted "
|
2698 |
"with a solution/whitelist rule in the Forum."
|
2699 |
msgstr ""
|
2700 |
|
2701 |
-
#: admin/core/core.php:
|
2702 |
msgid "Help & FAQ"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
-
#: admin/core/core.php:
|
2706 |
-
#: admin/login/login.php:
|
2707 |
-
#: admin/security-log/security-log.php:
|
2708 |
-
#: admin/system-info/system-info.php:
|
2709 |
msgid "Contributors Page"
|
2710 |
msgstr ""
|
2711 |
|
2712 |
-
#: admin/core/core.php:
|
2713 |
msgid "WP Permalinks - Custom Permalink Structure Help Info"
|
2714 |
msgstr ""
|
2715 |
|
2716 |
-
#: admin/core/core.php:
|
2717 |
-
#: admin/login/login.php:
|
2718 |
-
#: admin/security-log/security-log.php:
|
2719 |
-
#: admin/system-info/system-info.php:
|
2720 |
msgid "Security Log Event Codes"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
-
#: admin/core/core.php:
|
2724 |
msgid "Adding a Custom 403 Forbidden Page For Your Website"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
-
#: admin/core/core.php:
|
2728 |
-
#: admin/db-backup-security/db-backup-security.php:
|
2729 |
-
#: admin/email-log-settings/email-log-settings.php:
|
2730 |
-
#: admin/login/login.php:
|
2731 |
-
#: admin/mscan/mscan.php:
|
2732 |
-
#: admin/system-info/system-info.php:
|
2733 |
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2734 |
msgstr ""
|
2735 |
|
2736 |
-
#: admin/core/core.php:
|
2737 |
msgid "BulletProof Security Pro Feature Highlights"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
-
#: admin/core/core.php:
|
2741 |
msgid "The Ultimate Security Protection"
|
2742 |
msgstr ""
|
2743 |
|
2744 |
-
#: admin/core/core.php:
|
2745 |
msgid "BPS Pro One-Click Setup Wizard & Demo Video Tutorial"
|
2746 |
msgstr ""
|
2747 |
|
2748 |
-
#: admin/core/core.php:
|
2749 |
msgid "View All BPS Pro Features"
|
2750 |
msgstr ""
|
2751 |
|
2752 |
-
#: admin/core/core.php:
|
2753 |
msgid ""
|
2754 |
"The Complete Website Security Solution for Hacker and Spammer Protection"
|
2755 |
msgstr ""
|
2756 |
|
2757 |
-
#: admin/core/core.php:
|
2758 |
msgid ""
|
2759 |
"BulletProof Security Pro has an amazing track record. BPS Pro has been "
|
2760 |
"publicly available for 9+ years and is installed on over 50,000 websites "
|
@@ -2762,47 +2764,47 @@ msgid ""
|
|
2762 |
"hacked."
|
2763 |
msgstr ""
|
2764 |
|
2765 |
-
#: admin/core/core.php:
|
2766 |
msgid ""
|
2767 |
"Why pay 10 times or more for other premium WordPress Security Plugins with "
|
2768 |
"recurring yearly subscriptions when you can get the best WordPress Security "
|
2769 |
"Plugin for an extremely low one-time purchase price?"
|
2770 |
msgstr ""
|
2771 |
|
2772 |
-
#: admin/core/core.php:
|
2773 |
msgid "View Cost Comparison"
|
2774 |
msgstr ""
|
2775 |
|
2776 |
-
#: admin/core/core.php:
|
2777 |
msgid ""
|
2778 |
"30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof "
|
2779 |
"Security Pro for any reason. We offer a no questions asked full refund."
|
2780 |
msgstr ""
|
2781 |
|
2782 |
-
#: admin/core/core.php:
|
2783 |
msgid "One-Click Setup Wizard Installation: "
|
2784 |
msgstr ""
|
2785 |
|
2786 |
-
#: admin/core/core.php:
|
2787 |
msgid ""
|
2788 |
"Fast, simple and complete BPS Pro installation and setup in less than 1 "
|
2789 |
"minute."
|
2790 |
msgstr ""
|
2791 |
|
2792 |
-
#: admin/core/core.php:
|
2793 |
msgid "One-Click Upgrade: "
|
2794 |
msgstr ""
|
2795 |
|
2796 |
-
#: admin/core/core.php:
|
2797 |
msgid "One-click plugin upgrade on the WordPress Plugins page."
|
2798 |
msgstr ""
|
2799 |
|
2800 |
-
#: admin/core/core.php:
|
2801 |
msgid ""
|
2802 |
"AutoRestore|Quarantine Intrusion Detection and Prevention System (ARQ IDPS): "
|
2803 |
msgstr ""
|
2804 |
|
2805 |
-
#: admin/core/core.php:
|
2806 |
msgid ""
|
2807 |
"ARQ IDPS is a real-time file scanner that automatically quarantines "
|
2808 |
"malicious hacker files and autorestores legitimate website files if they "
|
@@ -2816,11 +2818,11 @@ msgid ""
|
|
2816 |
"Plugin and Theme Automatic, Manual and Shiny installations and updates."
|
2817 |
msgstr ""
|
2818 |
|
2819 |
-
#: admin/core/core.php:
|
2820 |
msgid "MScan Malware Scanner: "
|
2821 |
msgstr ""
|
2822 |
|
2823 |
-
#: admin/core/core.php:
|
2824 |
msgid ""
|
2825 |
"MScan Scheduled Scans are available in BPS Pro only. The BPS Pro ARQ IDPS "
|
2826 |
"scanner is far superior to malware scanners including MScan, but both the "
|
@@ -2828,11 +2830,11 @@ msgid ""
|
|
2828 |
"website if someone would like to do that."
|
2829 |
msgstr ""
|
2830 |
|
2831 |
-
#: admin/core/core.php:
|
2832 |
msgid "Plugin Firewall|Plugin Firewall AutoPilot Mode: "
|
2833 |
msgstr ""
|
2834 |
|
2835 |
-
#: admin/core/core.php:
|
2836 |
msgid ""
|
2837 |
"The Plugin Firewall protects all of your Plugins (plugin folders and files) "
|
2838 |
"with an IP Address Firewall, which prevents/blocks/forbids Remote Access to "
|
@@ -2846,11 +2848,11 @@ msgid ""
|
|
2846 |
"firewall whitelist rules."
|
2847 |
msgstr ""
|
2848 |
|
2849 |
-
#: admin/core/core.php:
|
2850 |
msgid "JTC Anti-Spam|Anti-Hacker (JTC): "
|
2851 |
msgstr ""
|
2852 |
|
2853 |
-
#: admin/core/core.php:
|
2854 |
#, php-format
|
2855 |
msgid ""
|
2856 |
"Blocks 100% of all SpamBot and HackerBot Brute Force Login attacks (auto-"
|
@@ -2864,11 +2866,11 @@ msgid ""
|
|
2864 |
"includes a SpamBot Trap."
|
2865 |
msgstr ""
|
2866 |
|
2867 |
-
#: admin/core/core.php:
|
2868 |
msgid "Uploads Folder Anti-Exploit Guard (UAEG): "
|
2869 |
msgstr ""
|
2870 |
|
2871 |
-
#: admin/core/core.php:
|
2872 |
msgid ""
|
2873 |
"Protects the WordPress Uploads folder. ONLY safe image files with valid "
|
2874 |
"image file extensions such as jpg, gif, png, etc. can be accessed, opened or "
|
@@ -2878,11 +2880,11 @@ msgid ""
|
|
2878 |
"executed in the WordPress Uploads folder."
|
2879 |
msgstr ""
|
2880 |
|
2881 |
-
#: admin/core/core.php:
|
2882 |
msgid "DB Monitor Intrusion Detection System (IDS): "
|
2883 |
msgstr ""
|
2884 |
|
2885 |
-
#: admin/core/core.php:
|
2886 |
msgid ""
|
2887 |
"The DB Monitor is an automated Intrusion Detection System (IDS) that alerts "
|
2888 |
"you via email anytime a change/modification occurs in your WordPress "
|
@@ -2893,11 +2895,11 @@ msgid ""
|
|
2893 |
"help info."
|
2894 |
msgstr ""
|
2895 |
|
2896 |
-
#: admin/core/core.php:
|
2897 |
msgid "DB Diff Tool: "
|
2898 |
msgstr ""
|
2899 |
|
2900 |
-
#: admin/core/core.php:
|
2901 |
msgid ""
|
2902 |
"The DB Diff Tool compares old database tables from DB backups to current "
|
2903 |
"database tables and displays any differences in the data/content of those 2 "
|
@@ -2905,11 +2907,11 @@ msgid ""
|
|
2905 |
"not only just DB data."
|
2906 |
msgstr ""
|
2907 |
|
2908 |
-
#: admin/core/core.php:
|
2909 |
msgid "DB Status & Info: "
|
2910 |
msgstr ""
|
2911 |
|
2912 |
-
#: admin/core/core.php:
|
2913 |
msgid ""
|
2914 |
"General DB Info shows commonly checked DB status and info about your "
|
2915 |
"WordPress database at a glance. Extensive DB Info shows extensive DB status "
|
@@ -2918,11 +2920,11 @@ msgid ""
|
|
2918 |
"SHOW GLOBAL VARIABLES and SHOW SESSION VARIABLES."
|
2919 |
msgstr ""
|
2920 |
|
2921 |
-
#: admin/core/core.php:
|
2922 |
msgid "S-Monitor: "
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: admin/core/core.php:
|
2926 |
msgid ""
|
2927 |
"S-Monitor is the centralized Security Monitoring and Alerting Core where you "
|
2928 |
"can manage and choose BPS Pro settings for Dashboard Alerts, Dashboard "
|
@@ -2932,11 +2934,11 @@ msgid ""
|
|
2932 |
"easy to change all/any BPS Pro settings to your particular preferences."
|
2933 |
msgstr ""
|
2934 |
|
2935 |
-
#: admin/core/core.php:
|
2936 |
msgid "Advanced Real-Time Alerting & Heads Up Dashboard Status Display: "
|
2937 |
msgstr ""
|
2938 |
|
2939 |
-
#: admin/core/core.php:
|
2940 |
msgid ""
|
2941 |
"BPS Pro checks and displays error, warning, notifications and alert messages "
|
2942 |
"in real time. You can choose how you want these messages displayed to you "
|
@@ -2944,11 +2946,11 @@ msgid ""
|
|
2944 |
"Dashboard, BPS Pro pages only, Turned off, Email Alerts, Logging..."
|
2945 |
msgstr ""
|
2946 |
|
2947 |
-
#: admin/core/core.php:
|
2948 |
msgid "Custom php.ini|ini_set Options: "
|
2949 |
msgstr ""
|
2950 |
|
2951 |
-
#: admin/core/core.php:
|
2952 |
msgid ""
|
2953 |
"Quickly create a custom php.ini file for your website or use ini_set Options "
|
2954 |
"to increase security and performance with just a few clicks. Additional P-"
|
@@ -2956,11 +2958,11 @@ msgid ""
|
|
2956 |
"Protected PHP Error Log, PHP Error Alerts, Secure phpinfo Viewer..."
|
2957 |
msgstr ""
|
2958 |
|
2959 |
-
#: admin/core/core.php:
|
2960 |
msgid "Pro Tools: 16 mini-plugins: "
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: admin/core/core.php:
|
2964 |
msgid ""
|
2965 |
"Online Base64 Decoder, Offline Base64 Decode|Encode, Mcrypt ~ Decrypt|"
|
2966 |
"Encrypt, Crypt Encryption, Scheduled Crons (display and reschedule/reset "
|
@@ -2979,39 +2981,39 @@ msgid ""
|
|
2979 |
"vulnerable to an XML-RPC exploit)."
|
2980 |
msgstr ""
|
2981 |
|
2982 |
-
#: admin/core/core.php:
|
2983 |
msgid "BPS Pro Version Release Dates"
|
2984 |
msgstr ""
|
2985 |
|
2986 |
-
#: admin/core/core.php:
|
2987 |
-
#: admin/core/core.php:
|
2988 |
-
#: admin/core/core.php:
|
2989 |
-
#: admin/core/core.php:
|
2990 |
-
#: admin/core/core.php:
|
2991 |
-
#: admin/core/core.php:
|
2992 |
-
#: admin/core/core.php:
|
2993 |
-
#: admin/core/core.php:
|
2994 |
-
#: admin/core/core.php:
|
2995 |
-
#: admin/core/core.php:
|
2996 |
-
#: admin/core/core.php:
|
2997 |
-
#: admin/core/core.php:
|
2998 |
-
#: admin/core/core.php:
|
2999 |
-
#: admin/core/core.php:
|
3000 |
-
#: admin/core/core.php:
|
3001 |
-
#: admin/core/core.php:
|
3002 |
-
#: admin/core/core.php:
|
3003 |
-
#: admin/core/core.php:
|
3004 |
-
#: admin/core/core.php:
|
3005 |
-
#: admin/core/core.php:
|
3006 |
-
#: admin/core/core.php:
|
3007 |
-
#: admin/core/core.php:
|
3008 |
-
#: admin/core/core.php:
|
3009 |
-
#: admin/core/core.php:
|
3010 |
-
#: admin/core/core.php:
|
3011 |
-
#: admin/core/core.php:
|
3012 |
-
#: admin/core/core.php:
|
3013 |
-
#: admin/core/core.php:
|
3014 |
-
#: admin/core/core.php:
|
3015 |
#, php-format
|
3016 |
msgid ""
|
3017 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
@@ -3083,7 +3085,7 @@ msgid ""
|
|
3083 |
msgstr ""
|
3084 |
|
3085 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
3086 |
-
#: admin/login/lsm-help-text.php:10 admin/security-log/security-log.php:
|
3087 |
msgid "NOTE: "
|
3088 |
msgstr ""
|
3089 |
|
@@ -3301,7 +3303,7 @@ msgid ""
|
|
3301 |
msgstr ""
|
3302 |
|
3303 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
3304 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3305 |
msgid "Rename|Create|Reset Tool"
|
3306 |
msgstr ""
|
3307 |
|
@@ -3487,9 +3489,9 @@ msgid ""
|
|
3487 |
msgstr ""
|
3488 |
|
3489 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3490 |
-
#: admin/email-log-settings/email-log-settings.php:
|
3491 |
#: admin/login/lsm-help-text.php:10 admin/login/lsm-help-text.php:19
|
3492 |
-
#: admin/security-log/security-log.php:
|
3493 |
msgid "Note: "
|
3494 |
msgstr ""
|
3495 |
|
@@ -3536,7 +3538,7 @@ msgid "Displays the last time a DB Backup Log entry was logged."
|
|
3536 |
msgstr ""
|
3537 |
|
3538 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3539 |
-
#: admin/mscan/mscan-help-text.php:44 admin/security-log/security-log.php:
|
3540 |
msgid "Delete Log Button"
|
3541 |
msgstr ""
|
3542 |
|
@@ -3661,628 +3663,628 @@ msgid ""
|
|
3661 |
"protect your Database against SQL Injection attacks."
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3665 |
msgid "BulletProof Security ~ DB Backup & Security"
|
3666 |
msgstr ""
|
3667 |
|
3668 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3669 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3670 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3671 |
-
#: admin/includes/admin.php:
|
3672 |
msgid "DB Backup"
|
3673 |
msgstr ""
|
3674 |
|
3675 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3676 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3677 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3678 |
msgid "DB Backup Log"
|
3679 |
msgstr ""
|
3680 |
|
3681 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3682 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3683 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3684 |
msgid "DB Table Prefix Changer"
|
3685 |
msgstr ""
|
3686 |
|
3687 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3688 |
msgid "DB Backup ~ "
|
3689 |
msgstr ""
|
3690 |
|
3691 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3692 |
msgid ""
|
3693 |
"Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, "
|
3694 |
"Automatically Delete Old Backups"
|
3695 |
msgstr ""
|
3696 |
|
3697 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3698 |
msgid "DB Backup & Security Guide"
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3702 |
msgid "Backup Jobs ~ Manual|Scheduled"
|
3703 |
msgstr ""
|
3704 |
|
3705 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3706 |
msgid ""
|
3707 |
"Error: You did not select any DB Tables to backup. Backup Job was not "
|
3708 |
"created."
|
3709 |
msgstr ""
|
3710 |
|
3711 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3712 |
msgid "Backup Job "
|
3713 |
msgstr ""
|
3714 |
|
3715 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3716 |
msgid " Created Successfully."
|
3717 |
msgstr ""
|
3718 |
|
3719 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3720 |
msgid "Backup Job Settings Logged successfully in the DB Backup Log"
|
3721 |
msgstr ""
|
3722 |
|
3723 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3724 |
msgid "Run Job|Delete Job"
|
3725 |
msgstr ""
|
3726 |
|
3727 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3728 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3729 |
msgid "Backup Job: "
|
3730 |
msgstr ""
|
3731 |
|
3732 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3733 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3734 |
msgid " has been deleted successfully."
|
3735 |
msgstr ""
|
3736 |
|
3737 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3738 |
msgid " has completed."
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3742 |
msgid ""
|
3743 |
"Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
|
3744 |
"Used and other information about this Backup."
|
3745 |
msgstr ""
|
3746 |
|
3747 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3748 |
msgid "Description|Job Name"
|
3749 |
msgstr ""
|
3750 |
|
3751 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3752 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3753 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3754 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3755 |
-
#: admin/login/login.php:
|
3756 |
-
#: admin/login/login.php:
|
3757 |
-
#: admin/mscan/mscan.php:
|
3758 |
msgid "Delete"
|
3759 |
msgstr ""
|
3760 |
|
3761 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3762 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3763 |
msgid "Run"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3767 |
msgid "Job Type"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3771 |
msgid "Frequency"
|
3772 |
msgstr ""
|
3773 |
|
3774 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3775 |
msgid "Last Backup"
|
3776 |
msgstr ""
|
3777 |
|
3778 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3779 |
msgid "Next Backup"
|
3780 |
msgstr ""
|
3781 |
|
3782 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3783 |
msgid "Email Backup"
|
3784 |
msgstr ""
|
3785 |
|
3786 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3787 |
msgid "Job Created"
|
3788 |
msgstr ""
|
3789 |
|
3790 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3791 |
msgid "No Backup Jobs have been created yet."
|
3792 |
msgstr ""
|
3793 |
|
3794 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3795 |
msgid "Yes & Delete"
|
3796 |
msgstr ""
|
3797 |
|
3798 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3799 |
msgid "Send Email Only"
|
3800 |
msgstr ""
|
3801 |
|
3802 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3803 |
msgid "Backup Files ~ Download|Delete"
|
3804 |
msgstr ""
|
3805 |
|
3806 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3807 |
msgid "Delete Files"
|
3808 |
msgstr ""
|
3809 |
|
3810 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3811 |
msgid "Backup File: "
|
3812 |
msgstr ""
|
3813 |
|
3814 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3815 |
msgid "Backup Filename"
|
3816 |
msgstr ""
|
3817 |
|
3818 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3819 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3820 |
msgid "Download"
|
3821 |
msgstr ""
|
3822 |
|
3823 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3824 |
msgid "Backup Folder"
|
3825 |
msgstr ""
|
3826 |
|
3827 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3828 |
msgid "Size"
|
3829 |
msgstr ""
|
3830 |
|
3831 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3832 |
msgid "Date|Time"
|
3833 |
msgstr ""
|
3834 |
|
3835 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3836 |
msgid "No Backup Jobs have been Run yet. No Files in Backup."
|
3837 |
msgstr ""
|
3838 |
|
3839 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3840 |
msgid "Click OK to Delete Backup File(s) or click Cancel"
|
3841 |
msgstr ""
|
3842 |
|
3843 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3844 |
msgid "Create Backup Jobs"
|
3845 |
msgstr ""
|
3846 |
|
3847 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3848 |
msgid "Database Tables "
|
3849 |
msgstr ""
|
3850 |
|
3851 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3852 |
msgid "Backup Job Settings|Independent Options"
|
3853 |
msgstr ""
|
3854 |
|
3855 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3856 |
-
#: admin/mscan/mscan.php:
|
3857 |
msgid "All"
|
3858 |
msgstr ""
|
3859 |
|
3860 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3861 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3862 |
msgid "DB Table Name"
|
3863 |
msgstr ""
|
3864 |
|
3865 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3866 |
msgid "Description|Backup Job Name:"
|
3867 |
msgstr ""
|
3868 |
|
3869 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3870 |
msgid "DB Backup Folder Location:"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3874 |
msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder."
|
3875 |
msgstr ""
|
3876 |
|
3877 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3878 |
msgid "DB Backup File Download Link|URL:"
|
3879 |
msgstr ""
|
3880 |
|
3881 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3882 |
msgid ""
|
3883 |
"Note: If you see 404 errors when trying to download zip files or if you have"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3887 |
msgid ""
|
3888 |
"changed the DB Backup Folder Location above, click the Read Me help button."
|
3889 |
msgstr ""
|
3890 |
|
3891 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3892 |
msgid "Backup Job Type: Manual or Scheduled"
|
3893 |
msgstr ""
|
3894 |
|
3895 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3896 |
msgid "Manual DB Backup Job"
|
3897 |
msgstr ""
|
3898 |
|
3899 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3900 |
msgid "Scheduled DB Backup Job"
|
3901 |
msgstr ""
|
3902 |
|
3903 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3904 |
msgid "Frequency of Scheduled Backup Job (recurring)"
|
3905 |
msgstr ""
|
3906 |
|
3907 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3908 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3909 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3910 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3911 |
msgid "N/A"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3915 |
msgid "Hourly Scheduled DB Backup Job"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3919 |
msgid "Daily Scheduled DB Backup Job"
|
3920 |
msgstr ""
|
3921 |
|
3922 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3923 |
msgid "Weekly Scheduled DB Backup Job"
|
3924 |
msgstr ""
|
3925 |
|
3926 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3927 |
msgid "Monthly Scheduled DB Backup Job"
|
3928 |
msgstr ""
|
3929 |
|
3930 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3931 |
msgid "Hour When Scheduled Backup is Run (recurring)"
|
3932 |
msgstr ""
|
3933 |
|
3934 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3935 |
msgid "12AM"
|
3936 |
msgstr ""
|
3937 |
|
3938 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3939 |
msgid "1AM"
|
3940 |
msgstr ""
|
3941 |
|
3942 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3943 |
msgid "2AM"
|
3944 |
msgstr ""
|
3945 |
|
3946 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3947 |
msgid "3AM"
|
3948 |
msgstr ""
|
3949 |
|
3950 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3951 |
msgid "4AM"
|
3952 |
msgstr ""
|
3953 |
|
3954 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3955 |
msgid "5AM"
|
3956 |
msgstr ""
|
3957 |
|
3958 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3959 |
msgid "6AM"
|
3960 |
msgstr ""
|
3961 |
|
3962 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3963 |
msgid "7AM"
|
3964 |
msgstr ""
|
3965 |
|
3966 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3967 |
msgid "8AM"
|
3968 |
msgstr ""
|
3969 |
|
3970 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3971 |
msgid "9AM"
|
3972 |
msgstr ""
|
3973 |
|
3974 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3975 |
msgid "10AM"
|
3976 |
msgstr ""
|
3977 |
|
3978 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3979 |
msgid "11AM"
|
3980 |
msgstr ""
|
3981 |
|
3982 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3983 |
msgid "12PM"
|
3984 |
msgstr ""
|
3985 |
|
3986 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3987 |
msgid "1PM"
|
3988 |
msgstr ""
|
3989 |
|
3990 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3991 |
msgid "2PM"
|
3992 |
msgstr ""
|
3993 |
|
3994 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3995 |
msgid "3PM"
|
3996 |
msgstr ""
|
3997 |
|
3998 |
-
#: admin/db-backup-security/db-backup-security.php:
|
3999 |
msgid "4PM"
|
4000 |
msgstr ""
|
4001 |
|
4002 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4003 |
msgid "5PM"
|
4004 |
msgstr ""
|
4005 |
|
4006 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4007 |
msgid "6PM"
|
4008 |
msgstr ""
|
4009 |
|
4010 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4011 |
msgid "7PM"
|
4012 |
msgstr ""
|
4013 |
|
4014 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4015 |
msgid "8PM"
|
4016 |
msgstr ""
|
4017 |
|
4018 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4019 |
msgid "9PM"
|
4020 |
msgstr ""
|
4021 |
|
4022 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4023 |
msgid "10PM"
|
4024 |
msgstr ""
|
4025 |
|
4026 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4027 |
msgid "11PM"
|
4028 |
msgstr ""
|
4029 |
|
4030 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4031 |
msgid "Day of Week When Scheduled Backup is Run (recurring)"
|
4032 |
msgstr ""
|
4033 |
|
4034 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4035 |
msgid "Sunday"
|
4036 |
msgstr ""
|
4037 |
|
4038 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4039 |
msgid "Monday"
|
4040 |
msgstr ""
|
4041 |
|
4042 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4043 |
msgid "Tuesday"
|
4044 |
msgstr ""
|
4045 |
|
4046 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4047 |
msgid "Wednesday"
|
4048 |
msgstr ""
|
4049 |
|
4050 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4051 |
msgid "Thursday"
|
4052 |
msgstr ""
|
4053 |
|
4054 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4055 |
msgid "Friday"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4059 |
msgid "Saturday"
|
4060 |
msgstr ""
|
4061 |
|
4062 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4063 |
msgid "Day of Month When Scheduled Backup is Run (recurring)"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4067 |
msgid "1st"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4071 |
msgid "2nd"
|
4072 |
msgstr ""
|
4073 |
|
4074 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4075 |
msgid "3rd"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4079 |
msgid "4th"
|
4080 |
msgstr ""
|
4081 |
|
4082 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4083 |
msgid "5th"
|
4084 |
msgstr ""
|
4085 |
|
4086 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4087 |
msgid "6th"
|
4088 |
msgstr ""
|
4089 |
|
4090 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4091 |
msgid "7th"
|
4092 |
msgstr ""
|
4093 |
|
4094 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4095 |
msgid "8th"
|
4096 |
msgstr ""
|
4097 |
|
4098 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4099 |
msgid "9th"
|
4100 |
msgstr ""
|
4101 |
|
4102 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4103 |
msgid "10th"
|
4104 |
msgstr ""
|
4105 |
|
4106 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4107 |
msgid "11th"
|
4108 |
msgstr ""
|
4109 |
|
4110 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4111 |
msgid "12th"
|
4112 |
msgstr ""
|
4113 |
|
4114 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4115 |
msgid "13th"
|
4116 |
msgstr ""
|
4117 |
|
4118 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4119 |
msgid "14th"
|
4120 |
msgstr ""
|
4121 |
|
4122 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4123 |
msgid "15th"
|
4124 |
msgstr ""
|
4125 |
|
4126 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4127 |
msgid "16th"
|
4128 |
msgstr ""
|
4129 |
|
4130 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4131 |
msgid "17th"
|
4132 |
msgstr ""
|
4133 |
|
4134 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4135 |
msgid "18th"
|
4136 |
msgstr ""
|
4137 |
|
4138 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4139 |
msgid "19th"
|
4140 |
msgstr ""
|
4141 |
|
4142 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4143 |
msgid "20th"
|
4144 |
msgstr ""
|
4145 |
|
4146 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4147 |
msgid "21st"
|
4148 |
msgstr ""
|
4149 |
|
4150 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4151 |
msgid "22nd"
|
4152 |
msgstr ""
|
4153 |
|
4154 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4155 |
msgid "23rd"
|
4156 |
msgstr ""
|
4157 |
|
4158 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4159 |
msgid "24th"
|
4160 |
msgstr ""
|
4161 |
|
4162 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4163 |
msgid "25th"
|
4164 |
msgstr ""
|
4165 |
|
4166 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4167 |
msgid "26th"
|
4168 |
msgstr ""
|
4169 |
|
4170 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4171 |
msgid "27th"
|
4172 |
msgstr ""
|
4173 |
|
4174 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4175 |
msgid "28th"
|
4176 |
msgstr ""
|
4177 |
|
4178 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4179 |
msgid "29th"
|
4180 |
msgstr ""
|
4181 |
|
4182 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4183 |
msgid "30th"
|
4184 |
msgstr ""
|
4185 |
|
4186 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4187 |
msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
|
4188 |
msgstr ""
|
4189 |
|
4190 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4191 |
msgid ""
|
4192 |
"Note: Check with your email provider for the maximum<br>file attachment size "
|
4193 |
"limit that is allowed by your Mail Server"
|
4194 |
msgstr ""
|
4195 |
|
4196 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4197 |
msgid "Do Not Email Zip Backup File"
|
4198 |
msgstr ""
|
4199 |
|
4200 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4201 |
msgid "Email & Delete Zip Backup File"
|
4202 |
msgstr ""
|
4203 |
|
4204 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4205 |
msgid "Email Zip Backup File"
|
4206 |
msgstr ""
|
4207 |
|
4208 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4209 |
msgid "Send Email Only & Not Zip Backup File"
|
4210 |
msgstr ""
|
4211 |
|
4212 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4213 |
msgid "Automatically Delete Old Backup Files:"
|
4214 |
msgstr ""
|
4215 |
|
4216 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4217 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4218 |
msgid "Independent Option:"
|
4219 |
msgstr ""
|
4220 |
|
4221 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4222 |
msgid "Never Delete Old Backup Files"
|
4223 |
msgstr ""
|
4224 |
|
4225 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4226 |
msgid "Delete Backup Files Older Than 1 Day"
|
4227 |
msgstr ""
|
4228 |
|
4229 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4230 |
msgid "Delete Backup Files Older Than 5 Days"
|
4231 |
msgstr ""
|
4232 |
|
4233 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4234 |
msgid "Delete Backup Files Older Than 10 Days"
|
4235 |
msgstr ""
|
4236 |
|
4237 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4238 |
msgid "Delete Backup Files Older Than 15 Days"
|
4239 |
msgstr ""
|
4240 |
|
4241 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4242 |
msgid "Delete Backup Files Older Than 30 Days"
|
4243 |
msgstr ""
|
4244 |
|
4245 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4246 |
msgid "Delete Backup Files Older Than 60 Days"
|
4247 |
msgstr ""
|
4248 |
|
4249 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4250 |
msgid "Delete Backup Files Older Than 90 Days"
|
4251 |
msgstr ""
|
4252 |
|
4253 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4254 |
msgid "Delete Backup Files Older Than 180 Days"
|
4255 |
msgstr ""
|
4256 |
|
4257 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4258 |
msgid "Turn On|Off All Scheduled Backups (Override):"
|
4259 |
msgstr ""
|
4260 |
|
4261 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4262 |
msgid "All Scheduled Backups On"
|
4263 |
msgstr ""
|
4264 |
|
4265 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4266 |
msgid "All Scheduled Backups Off"
|
4267 |
msgstr ""
|
4268 |
|
4269 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4270 |
msgid "Click OK to Create this Backup Job or click Cancel"
|
4271 |
msgstr ""
|
4272 |
|
4273 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4274 |
msgid "Rename|Create|Reset DB Backup Folder Name:"
|
4275 |
msgstr ""
|
4276 |
|
4277 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4278 |
msgid "Randomly Generated New DB Backup Folder Name."
|
4279 |
msgstr ""
|
4280 |
|
4281 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4282 |
msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
|
4283 |
msgstr ""
|
4284 |
|
4285 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4286 |
msgid ""
|
4287 |
"The Rename|Create|Reset Tool renames the DB Backup folder if it already "
|
4288 |
"exists or creates a new DB Backup folder if it does not already exist.\\n"
|
@@ -4294,127 +4296,127 @@ msgid ""
|
|
4294 |
"OK to proceed or click Cancel"
|
4295 |
msgstr ""
|
4296 |
|
4297 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4298 |
msgid "DB Backup Log ~ "
|
4299 |
msgstr ""
|
4300 |
|
4301 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4302 |
msgid ""
|
4303 |
"Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
|
4304 |
"Name, Timestamp..."
|
4305 |
msgstr ""
|
4306 |
|
4307 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4308 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4309 |
msgid "DB Backup Log File Size: "
|
4310 |
msgstr ""
|
4311 |
|
4312 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4313 |
msgid "The Email Logging options will only send log files up to 2MB in size."
|
4314 |
msgstr ""
|
4315 |
|
4316 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4317 |
msgid ""
|
4318 |
"Copy and paste the DB Backup Log file contents into a Notepad text file on "
|
4319 |
"your computer and save it."
|
4320 |
msgstr ""
|
4321 |
|
4322 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4323 |
-
#: admin/mscan/mscan.php:
|
4324 |
msgid ""
|
4325 |
"Then click the Delete Log button to delete the contents of this Log file."
|
4326 |
msgstr ""
|
4327 |
|
4328 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4329 |
msgid "DB Backup Log Last Modified Time: "
|
4330 |
msgstr ""
|
4331 |
|
4332 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4333 |
msgid ""
|
4334 |
"Success! Your DB Backup Log file has been deleted and replaced with a new "
|
4335 |
"blank DB Backup Log file."
|
4336 |
msgstr ""
|
4337 |
|
4338 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4339 |
msgid "Clicking OK will delete the contents of your DB Backup Log file."
|
4340 |
msgstr ""
|
4341 |
|
4342 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4343 |
-
#: admin/mscan/mscan.php:
|
4344 |
msgid "Click OK to Delete the Log file contents or click Cancel."
|
4345 |
msgstr ""
|
4346 |
|
4347 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4348 |
msgid ""
|
4349 |
"The DB Backup Log File Was Not Found! Check that the file really exists here "
|
4350 |
"- /"
|
4351 |
msgstr ""
|
4352 |
|
4353 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4354 |
msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
|
4355 |
msgstr ""
|
4356 |
|
4357 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4358 |
msgid ""
|
4359 |
"File Open and Write test successful! Your DB Backup Log file is writable."
|
4360 |
msgstr ""
|
4361 |
|
4362 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4363 |
msgid "Success! Your DB Backup Log file has been updated."
|
4364 |
msgstr ""
|
4365 |
|
4366 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4367 |
msgid "DB Table Prefix Changer ~ "
|
4368 |
msgstr ""
|
4369 |
|
4370 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4371 |
msgid "Tools to change & check your WordPress Database Table Prefix"
|
4372 |
msgstr ""
|
4373 |
|
4374 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4375 |
msgid "Your current WordPress Database Table Prefix is: "
|
4376 |
msgstr ""
|
4377 |
|
4378 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4379 |
msgid "NOTES: "
|
4380 |
msgstr ""
|
4381 |
|
4382 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4383 |
msgid ""
|
4384 |
"1. It is recommended that you backup your database before using this tool."
|
4385 |
msgstr ""
|
4386 |
|
4387 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4388 |
msgid ""
|
4389 |
"2. If you want to create your own DB Table Prefix name or add additional "
|
4390 |
"characters to the randomly generated DB Table Prefix name below then ONLY "
|
4391 |
"use lowercase letters, numbers and underscores in your DB Table Prefix name."
|
4392 |
msgstr ""
|
4393 |
|
4394 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4395 |
msgid ""
|
4396 |
"3. The maximum length limitation of a DB Table name, including the table "
|
4397 |
"prefix is 64 characters. See the DB Table Names & Character Length Table to "
|
4398 |
"the right."
|
4399 |
msgstr ""
|
4400 |
|
4401 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4402 |
msgid ""
|
4403 |
"4. To change your DB Table Prefix name back to the WordPress default DB "
|
4404 |
"Table Prefix name, enter wp_ for the DB Table Prefix name."
|
4405 |
msgstr ""
|
4406 |
|
4407 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4408 |
msgid ""
|
4409 |
"ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
|
4410 |
"and underscores."
|
4411 |
msgstr ""
|
4412 |
|
4413 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4414 |
msgid "A wp-config.php file was NOT found in your website root folder."
|
4415 |
msgstr ""
|
4416 |
|
4417 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4418 |
msgid ""
|
4419 |
"Your DB Table Prefix was not changed. If you have moved your wp-config.php "
|
4420 |
"file to a another Server folder then you can use this tool to change your DB "
|
@@ -4422,13 +4424,13 @@ msgid ""
|
|
4422 |
"file back to the default location: your WordPress website root folder."
|
4423 |
msgstr ""
|
4424 |
|
4425 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4426 |
msgid ""
|
4427 |
"Error: The wp-config.php file is not writable. Unable to write to the wp-"
|
4428 |
"config.php file."
|
4429 |
msgstr ""
|
4430 |
|
4431 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4432 |
msgid ""
|
4433 |
"Your DB Table Prefix was not changed. You will need to make the wp-config."
|
4434 |
"php file writable first by changing either the file permissions or Ownership "
|
@@ -4436,24 +4438,24 @@ msgid ""
|
|
4436 |
"DB Table Prefix Changer tool to change your DB Table Prefix."
|
4437 |
msgstr ""
|
4438 |
|
4439 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4440 |
msgid ""
|
4441 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4442 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
4443 |
"like to check the new DB Table Prefix Name Changes."
|
4444 |
msgstr ""
|
4445 |
|
4446 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4447 |
msgid ""
|
4448 |
"Click the Update Site User Roles button to complete the DB Table Prefix Name "
|
4449 |
"change."
|
4450 |
msgstr ""
|
4451 |
|
4452 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4453 |
msgid "Randomly Generated DB Table Prefix"
|
4454 |
msgstr ""
|
4455 |
|
4456 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4457 |
msgid ""
|
4458 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4459 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
@@ -4462,74 +4464,74 @@ msgid ""
|
|
4462 |
"new DB Table names."
|
4463 |
msgstr ""
|
4464 |
|
4465 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4466 |
msgid ""
|
4467 |
"This button must be clicked AFTER clicking the Change DB Table Prefix button "
|
4468 |
"above."
|
4469 |
msgstr ""
|
4470 |
|
4471 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4472 |
msgid "Length"
|
4473 |
msgstr ""
|
4474 |
|
4475 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4476 |
msgid "DB Table Name|Column"
|
4477 |
msgstr ""
|
4478 |
|
4479 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4480 |
msgid "Other Prefix Changes"
|
4481 |
msgstr ""
|
4482 |
|
4483 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4484 |
msgid "DB Table Names & Character Length Table"
|
4485 |
msgstr ""
|
4486 |
|
4487 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4488 |
msgid ""
|
4489 |
"Displays your Current DB Table Names & Length Including The DB Table Prefix"
|
4490 |
msgstr ""
|
4491 |
|
4492 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4493 |
-
#: admin/mscan/mscan.php:
|
4494 |
msgid "BPS Pro Features & Version Release Dates"
|
4495 |
msgstr ""
|
4496 |
|
4497 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4498 |
-
#: admin/mscan/mscan.php:
|
4499 |
msgid "Video Tutorials"
|
4500 |
msgstr ""
|
4501 |
|
4502 |
-
#: admin/db-backup-security/db-backup-security.php:
|
4503 |
msgid "DB Backup & Security Guide & Troubleshooting"
|
4504 |
msgstr ""
|
4505 |
|
4506 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4507 |
msgid "BulletProof Security ~ Email Alerts & Log File Settings"
|
4508 |
msgstr ""
|
4509 |
|
4510 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4511 |
msgid "Email & Log Settings"
|
4512 |
msgstr ""
|
4513 |
|
4514 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4515 |
msgid "Email Alerts & Log File Settings ~ "
|
4516 |
msgstr ""
|
4517 |
|
4518 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4519 |
msgid "For Login Security, Security Log & DB Backup Log"
|
4520 |
msgstr ""
|
4521 |
|
4522 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4523 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4524 |
-
#: admin/includes/admin.php:
|
4525 |
msgid "Email|Log Settings"
|
4526 |
msgstr ""
|
4527 |
|
4528 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4529 |
msgid "Email Alerts & Log File Settings"
|
4530 |
msgstr ""
|
4531 |
|
4532 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4533 |
msgid ""
|
4534 |
"The email address fields To, From, Cc and Bcc can be email addresses for "
|
4535 |
"your hosting account, your WordPress Administrator email address or 3rd "
|
@@ -4539,16 +4541,16 @@ msgid ""
|
|
4539 |
"space or not add a space after the comma between email addresses."
|
4540 |
msgstr ""
|
4541 |
|
4542 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4543 |
msgid ""
|
4544 |
"Email Alerting and Log file options are located in S-Monitor in BPS Pro."
|
4545 |
msgstr ""
|
4546 |
|
4547 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4548 |
msgid "Login Security: Send Email Alert When..."
|
4549 |
msgstr ""
|
4550 |
|
4551 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4552 |
msgid ""
|
4553 |
"There are 5 different email options. Choose to have email alerts sent when a "
|
4554 |
"User Account is locked out, An Administrator Logs in, An Administrator Logs "
|
@@ -4556,7 +4558,7 @@ msgid ""
|
|
4556 |
"Account is locked out or Do Not Send Email Alerts."
|
4557 |
msgstr ""
|
4558 |
|
4559 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4560 |
msgid ""
|
4561 |
"The email alerts contain the action that occurred with Timestamp and these "
|
4562 |
"fields: Username, Status, Role, Email, Lockout Time, Lockout Time Expires, "
|
@@ -4564,11 +4566,11 @@ msgid ""
|
|
4564 |
"where the action occurred."
|
4565 |
msgstr ""
|
4566 |
|
4567 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4568 |
msgid "Security Log File Email|Delete Log File When..."
|
4569 |
msgstr ""
|
4570 |
|
4571 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4572 |
msgid ""
|
4573 |
"Select the maximum Log File size that you want to allow for your Security "
|
4574 |
"Log File and then select the option that you want when your log file reaches "
|
@@ -4576,11 +4578,11 @@ msgid ""
|
|
4576 |
"and delete it or just delete it without emailing the log file to you first."
|
4577 |
msgstr ""
|
4578 |
|
4579 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4580 |
msgid "DB Backup Log File Email|Delete Log File When..."
|
4581 |
msgstr ""
|
4582 |
|
4583 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4584 |
msgid ""
|
4585 |
"Select the maximum Log File size that you want to allow for your DB Backup "
|
4586 |
"Log File and then select the option that you want when your log file reaches "
|
@@ -4588,91 +4590,91 @@ msgid ""
|
|
4588 |
"and delete it or just delete it without emailing the log file to you first."
|
4589 |
msgstr ""
|
4590 |
|
4591 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4592 |
msgid "Send Email Alerts & Log Files To:"
|
4593 |
msgstr ""
|
4594 |
|
4595 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4596 |
msgid "Send Email Alerts & Log Files From:"
|
4597 |
msgstr ""
|
4598 |
|
4599 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4600 |
msgid "Send Email Alerts & Log Files Cc:"
|
4601 |
msgstr ""
|
4602 |
|
4603 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4604 |
msgid "Send Email Alerts & Log Files Bcc:"
|
4605 |
msgstr ""
|
4606 |
|
4607 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4608 |
msgid "Login Security: Send Login Security Email Alert When..."
|
4609 |
msgstr ""
|
4610 |
|
4611 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4612 |
msgid "A User Account Is Locked Out"
|
4613 |
msgstr ""
|
4614 |
|
4615 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4616 |
msgid "An Administrator Logs In"
|
4617 |
msgstr ""
|
4618 |
|
4619 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4620 |
msgid "An Administrator Logs In & A User Account is Locked Out"
|
4621 |
msgstr ""
|
4622 |
|
4623 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4624 |
msgid "Any User Logs In & A User Account is Locked Out"
|
4625 |
msgstr ""
|
4626 |
|
4627 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4628 |
msgid "Do Not Send Email Alerts"
|
4629 |
msgstr ""
|
4630 |
|
4631 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4632 |
msgid "Security Log: Email|Delete Security Log File When..."
|
4633 |
msgstr ""
|
4634 |
|
4635 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4636 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4637 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4638 |
msgid "500KB"
|
4639 |
msgstr ""
|
4640 |
|
4641 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4642 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4643 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4644 |
msgid "256KB"
|
4645 |
msgstr ""
|
4646 |
|
4647 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4648 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4649 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4650 |
msgid "1MB"
|
4651 |
msgstr ""
|
4652 |
|
4653 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4654 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4655 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4656 |
msgid "Email Log & Then Delete Log File"
|
4657 |
msgstr ""
|
4658 |
|
4659 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4660 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4661 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4662 |
msgid "Delete Log File"
|
4663 |
msgstr ""
|
4664 |
|
4665 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4666 |
msgid "DB Backup Log: Email|Delete DB Backup Log File When..."
|
4667 |
msgstr ""
|
4668 |
|
4669 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4670 |
msgid "MScan Malware Scanner Email|Delete Log File When..."
|
4671 |
msgstr ""
|
4672 |
|
4673 |
-
#: admin/email-log-settings/email-log-settings.php:
|
4674 |
-
#: admin/login/login.php:
|
4675 |
-
#: admin/system-info/system-info.php:
|
4676 |
msgid "BulletProof Security Help & FAQ"
|
4677 |
msgstr ""
|
4678 |
|
@@ -4680,127 +4682,127 @@ msgstr ""
|
|
4680 |
msgid "WordPress Automatic Update Help Forum Topic"
|
4681 |
msgstr ""
|
4682 |
|
4683 |
-
#: admin/includes/admin.php:
|
4684 |
msgid "BulletProof Security Settings"
|
4685 |
msgstr ""
|
4686 |
|
4687 |
-
#: admin/includes/admin.php:
|
4688 |
msgid "BPS Security"
|
4689 |
msgstr ""
|
4690 |
|
4691 |
-
#: admin/includes/admin.php:
|
4692 |
msgid "Login Security ~ JTC-Lite"
|
4693 |
msgstr ""
|
4694 |
|
4695 |
-
#: admin/includes/admin.php:
|
4696 |
msgid "Login Security"
|
4697 |
msgstr ""
|
4698 |
|
4699 |
-
#: admin/includes/admin.php:
|
4700 |
-
#: admin/login/login.php:
|
4701 |
-
#: admin/login/login.php:
|
4702 |
msgid "JTC-Lite"
|
4703 |
msgstr ""
|
4704 |
|
4705 |
-
#: admin/includes/admin.php:
|
4706 |
-
#: admin/maintenance/maintenance.php:
|
4707 |
-
#: admin/maintenance/maintenance.php:
|
4708 |
msgid "Maintenance Mode"
|
4709 |
msgstr ""
|
4710 |
|
4711 |
-
#: admin/includes/admin.php:
|
4712 |
-
#: admin/system-info/system-info.php:
|
4713 |
msgid "System Info"
|
4714 |
msgstr ""
|
4715 |
|
4716 |
-
#: admin/includes/admin.php:
|
4717 |
-
#: admin/theme-skin/theme-skin.php:
|
4718 |
-
#: admin/theme-skin/theme-skin.php:
|
4719 |
msgid "UI|UX Settings"
|
4720 |
msgstr ""
|
4721 |
|
4722 |
-
#: admin/includes/admin.php:
|
4723 |
msgid "htaccess Core"
|
4724 |
msgstr ""
|
4725 |
|
4726 |
-
#: admin/includes/admin.php:
|
4727 |
msgid "MScan ~ Malware Scanner"
|
4728 |
msgstr ""
|
4729 |
|
4730 |
-
#: admin/includes/admin.php:
|
4731 |
-
#: admin/mscan/mscan.php:
|
4732 |
msgid "MScan"
|
4733 |
msgstr ""
|
4734 |
|
4735 |
-
#: admin/includes/admin.php:
|
4736 |
-
#: admin/includes/admin.php:
|
4737 |
msgid "Login Security ~ JTC-Lite ~ ISL ~ ACE"
|
4738 |
msgstr ""
|
4739 |
|
4740 |
-
#: admin/includes/admin.php:
|
4741 |
msgid "Idle Session Logout<br>Cookie Expiration"
|
4742 |
msgstr ""
|
4743 |
|
4744 |
-
#: admin/includes/admin.php:
|
4745 |
msgid "DB Backup & Security"
|
4746 |
msgstr ""
|
4747 |
|
4748 |
-
#: admin/includes/admin.php:
|
4749 |
-
#: admin/security-log/security-log.php:
|
4750 |
-
#: admin/security-log/security-log.php:
|
4751 |
msgid "Security Log"
|
4752 |
msgstr ""
|
4753 |
|
4754 |
-
#: admin/includes/admin.php:
|
4755 |
-
#: admin/wizard/wizard.php:
|
4756 |
#: bulletproof-security.php:148 bulletproof-security.php:151
|
4757 |
msgid "Setup Wizard"
|
4758 |
msgstr ""
|
4759 |
|
4760 |
-
#: admin/includes/admin.php:
|
4761 |
#: admin/includes/uninstall.php:45
|
4762 |
msgid "BPS Plugin Uninstall Options"
|
4763 |
msgstr ""
|
4764 |
|
4765 |
-
#: admin/includes/admin.php:
|
4766 |
msgid "BPS UI|UX Debug: SLF: CSS Script Loaded"
|
4767 |
msgstr ""
|
4768 |
|
4769 |
-
#: admin/includes/admin.php:
|
4770 |
msgid "BPS UI|UX Debug: SLF: js Script Loaded"
|
4771 |
msgstr ""
|
4772 |
|
4773 |
-
#: admin/includes/admin.php:
|
4774 |
msgid "BPS UI|UX Debug: Scripts|Styles Dequeued"
|
4775 |
msgstr ""
|
4776 |
|
4777 |
-
#: admin/includes/admin.php:
|
4778 |
msgid "Script Dequeued: "
|
4779 |
msgstr ""
|
4780 |
|
4781 |
-
#: admin/includes/admin.php:
|
4782 |
msgid ""
|
4783 |
"No additional plugin or theme Scripts were found that needed to be Dequeued."
|
4784 |
msgstr ""
|
4785 |
|
4786 |
-
#: admin/includes/admin.php:
|
4787 |
msgid "Style Dequeued: "
|
4788 |
msgstr ""
|
4789 |
|
4790 |
-
#: admin/includes/admin.php:
|
4791 |
msgid ""
|
4792 |
"No additional plugin or theme Styles were found that needed to be Dequeued."
|
4793 |
msgstr ""
|
4794 |
|
4795 |
-
#: admin/includes/admin.php:
|
4796 |
msgid "BPS UI|UX Debug: WP Toolbar nodes|menu items Removed"
|
4797 |
msgstr ""
|
4798 |
|
4799 |
-
#: admin/includes/admin.php:
|
4800 |
msgid "WP Toolbar node|menu item Removed: "
|
4801 |
msgstr ""
|
4802 |
|
4803 |
-
#: admin/includes/admin.php:
|
4804 |
msgid "No WP Toolbar nodes|menu items were Removed in BPS plugin pages"
|
4805 |
msgstr ""
|
4806 |
|
@@ -4836,188 +4838,188 @@ msgstr ""
|
|
4836 |
msgid "Complete BPS Plugin Uninstall"
|
4837 |
msgstr ""
|
4838 |
|
4839 |
-
#: admin/login/login.php:
|
4840 |
msgid "BulletProof Security ~ Login Security & Monitoring"
|
4841 |
msgstr ""
|
4842 |
|
4843 |
-
#: admin/login/login.php:
|
4844 |
-
#: admin/login/login.php:
|
4845 |
msgid "Login Security & Monitoring"
|
4846 |
msgstr ""
|
4847 |
|
4848 |
-
#: admin/login/login.php:
|
4849 |
-
#: admin/login/login.php:
|
4850 |
msgid "Idle Session Logout|Auth Cookie Expiration"
|
4851 |
msgstr ""
|
4852 |
|
4853 |
-
#: admin/login/login.php:
|
4854 |
-
#: admin/maintenance/maintenance.php:
|
4855 |
msgid "Notice: "
|
4856 |
msgstr ""
|
4857 |
|
4858 |
-
#: admin/login/login.php:
|
4859 |
msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
|
4860 |
msgstr ""
|
4861 |
|
4862 |
-
#: admin/login/login.php:
|
4863 |
-
#: admin/maintenance/maintenance.php:
|
4864 |
msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
|
4865 |
msgstr ""
|
4866 |
|
4867 |
-
#: admin/login/login.php:
|
4868 |
-
#: admin/maintenance/maintenance.php:
|
4869 |
msgid "Go Daddy Managed WordPress Hosting"
|
4870 |
msgstr ""
|
4871 |
|
4872 |
-
#: admin/login/login.php:
|
4873 |
msgid "Login Security & Monitoring (LSM) ~ "
|
4874 |
msgstr ""
|
4875 |
|
4876 |
-
#: admin/login/login.php:
|
4877 |
msgid ""
|
4878 |
"Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login "
|
4879 |
"Protection"
|
4880 |
msgstr ""
|
4881 |
|
4882 |
-
#: admin/login/login.php:
|
4883 |
msgid ""
|
4884 |
"Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
|
4885 |
"posting, auto-commenting) & User Account Lockouts: "
|
4886 |
msgstr ""
|
4887 |
|
4888 |
-
#: admin/login/login.php:
|
4889 |
-
#: admin/login/login.php:
|
4890 |
-
#: admin/mscan/mscan.php:
|
4891 |
-
#: admin/mscan/mscan.php:
|
4892 |
msgid "Submit"
|
4893 |
msgstr ""
|
4894 |
|
4895 |
-
#: admin/login/login.php:
|
4896 |
msgid " has been deleted from the Login Security Database Table."
|
4897 |
msgstr ""
|
4898 |
|
4899 |
-
#: admin/login/login.php:
|
4900 |
msgid " has been Unlocked."
|
4901 |
msgstr ""
|
4902 |
|
4903 |
-
#: admin/login/login.php:
|
4904 |
msgid " has been Locked."
|
4905 |
msgstr ""
|
4906 |
|
4907 |
-
#: admin/login/login.php:
|
4908 |
msgid "Max Login Attempts:"
|
4909 |
msgstr ""
|
4910 |
|
4911 |
-
#: admin/login/login.php:
|
4912 |
msgid "Automatic Lockout Time:"
|
4913 |
msgstr ""
|
4914 |
|
4915 |
-
#: admin/login/login.php:
|
4916 |
msgid "Minutes"
|
4917 |
msgstr ""
|
4918 |
|
4919 |
-
#: admin/login/login.php:
|
4920 |
msgid "Manual Lockout Time:"
|
4921 |
msgstr ""
|
4922 |
|
4923 |
-
#: admin/login/login.php:
|
4924 |
msgid "Max DB Rows To Show:"
|
4925 |
msgstr ""
|
4926 |
|
4927 |
-
#: admin/login/login.php:
|
4928 |
msgid "Blank = Show All Rows"
|
4929 |
msgstr ""
|
4930 |
|
4931 |
-
#: admin/login/login.php:
|
4932 |
msgid " Enable Login Security for WooCommerce (BPS Pro Only)"
|
4933 |
msgstr ""
|
4934 |
|
4935 |
-
#: admin/login/login.php:
|
4936 |
-
#: admin/login/login.php:
|
4937 |
msgid "Turn On|Turn Off:"
|
4938 |
msgstr ""
|
4939 |
|
4940 |
-
#: admin/login/login.php:
|
4941 |
msgid "Login Security On"
|
4942 |
msgstr ""
|
4943 |
|
4944 |
-
#: admin/login/login.php:
|
4945 |
msgid "Login Security Off"
|
4946 |
msgstr ""
|
4947 |
|
4948 |
-
#: admin/login/login.php:
|
4949 |
msgid "Login Security Off|Use Password Reset Option ONLY"
|
4950 |
msgstr ""
|
4951 |
|
4952 |
-
#: admin/login/login.php:
|
4953 |
msgid "Logging Options:"
|
4954 |
msgstr ""
|
4955 |
|
4956 |
-
#: admin/login/login.php:
|
4957 |
msgid "Log Only Account Lockouts"
|
4958 |
msgstr ""
|
4959 |
|
4960 |
-
#: admin/login/login.php:
|
4961 |
msgid "Log All Account Logins"
|
4962 |
msgstr ""
|
4963 |
|
4964 |
-
#: admin/login/login.php:
|
4965 |
msgid "Error Messages:"
|
4966 |
msgstr ""
|
4967 |
|
4968 |
-
#: admin/login/login.php:
|
4969 |
msgid "Standard WP Login Errors"
|
4970 |
msgstr ""
|
4971 |
|
4972 |
-
#: admin/login/login.php:
|
4973 |
msgid "User|Pass Invalid Entry Error"
|
4974 |
msgstr ""
|
4975 |
|
4976 |
-
#: admin/login/login.php:
|
4977 |
msgid "User|Pass|Lock Invalid Entry Error"
|
4978 |
msgstr ""
|
4979 |
|
4980 |
-
#: admin/login/login.php:
|
4981 |
msgid "Attempts Remaining:"
|
4982 |
msgstr ""
|
4983 |
|
4984 |
-
#: admin/login/login.php:
|
4985 |
msgid "Show Login Attempts Remaining"
|
4986 |
msgstr ""
|
4987 |
|
4988 |
-
#: admin/login/login.php:
|
4989 |
msgid "Do Not Show Login Attempts Remaining"
|
4990 |
msgstr ""
|
4991 |
|
4992 |
-
#: admin/login/login.php:
|
4993 |
msgid "Password Reset:"
|
4994 |
msgstr ""
|
4995 |
|
4996 |
-
#: admin/login/login.php:
|
4997 |
msgid "Enable Password Reset"
|
4998 |
msgstr ""
|
4999 |
|
5000 |
-
#: admin/login/login.php:
|
5001 |
msgid "Disable Password Reset Frontend Only"
|
5002 |
msgstr ""
|
5003 |
|
5004 |
-
#: admin/login/login.php:
|
5005 |
msgid "Disable Password Reset Frontend & Backend"
|
5006 |
msgstr ""
|
5007 |
|
5008 |
-
#: admin/login/login.php:
|
5009 |
msgid "Sort DB Rows:"
|
5010 |
msgstr ""
|
5011 |
|
5012 |
-
#: admin/login/login.php:
|
5013 |
msgid "Ascending - Show Oldest Login First"
|
5014 |
msgstr ""
|
5015 |
|
5016 |
-
#: admin/login/login.php:
|
5017 |
msgid "Descending - Show Newest Login First"
|
5018 |
msgstr ""
|
5019 |
|
5020 |
-
#: admin/login/login.php:
|
5021 |
msgid ""
|
5022 |
"Clicking OK will Export (copy) the Login Security Table into the lsm-master."
|
5023 |
"csv file, which you can then download to your computer by clicking the "
|
@@ -5025,85 +5027,85 @@ msgid ""
|
|
5025 |
"success message."
|
5026 |
msgstr ""
|
5027 |
|
5028 |
-
#: admin/login/login.php:
|
5029 |
msgid "Click OK to Export the Login Security Table or click Cancel."
|
5030 |
msgstr ""
|
5031 |
|
5032 |
-
#: admin/login/login.php:
|
5033 |
msgid " out of "
|
5034 |
msgstr ""
|
5035 |
|
5036 |
-
#: admin/login/login.php:
|
5037 |
msgid " Database Rows are currently being displayed"
|
5038 |
msgstr ""
|
5039 |
|
5040 |
-
#: admin/login/login.php:
|
5041 |
msgid "Total number of Database Rows is: "
|
5042 |
msgstr ""
|
5043 |
|
5044 |
-
#: admin/login/login.php:
|
5045 |
msgid "Login Status"
|
5046 |
msgstr ""
|
5047 |
|
5048 |
-
#: admin/login/login.php:
|
5049 |
-
#: admin/login/login.php:
|
5050 |
msgid "Lock"
|
5051 |
msgstr ""
|
5052 |
|
5053 |
-
#: admin/login/login.php:
|
5054 |
-
#: admin/login/login.php:
|
5055 |
msgid "Unlock"
|
5056 |
msgstr ""
|
5057 |
|
5058 |
-
#: admin/login/login.php:
|
5059 |
msgid "User ID"
|
5060 |
msgstr ""
|
5061 |
|
5062 |
-
#: admin/login/login.php:
|
5063 |
msgid "Username"
|
5064 |
msgstr ""
|
5065 |
|
5066 |
-
#: admin/login/login.php:
|
5067 |
msgid "Display Name"
|
5068 |
msgstr ""
|
5069 |
|
5070 |
-
#: admin/login/login.php:
|
5071 |
msgid "Email"
|
5072 |
msgstr ""
|
5073 |
|
5074 |
-
#: admin/login/login.php:
|
5075 |
msgid "Role"
|
5076 |
msgstr ""
|
5077 |
|
5078 |
-
#: admin/login/login.php:
|
5079 |
msgid "Login Time"
|
5080 |
msgstr ""
|
5081 |
|
5082 |
-
#: admin/login/login.php:
|
5083 |
msgid "Lockout Expires"
|
5084 |
msgstr ""
|
5085 |
|
5086 |
-
#: admin/login/login.php:
|
5087 |
msgid "IP Address"
|
5088 |
msgstr ""
|
5089 |
|
5090 |
-
#: admin/login/login.php:
|
5091 |
msgid "Hostname"
|
5092 |
msgstr ""
|
5093 |
|
5094 |
-
#: admin/login/login.php:
|
5095 |
msgid "Request URI"
|
5096 |
msgstr ""
|
5097 |
|
5098 |
-
#: admin/login/login.php:
|
5099 |
msgid "NA"
|
5100 |
msgstr ""
|
5101 |
|
5102 |
-
#: admin/login/login.php:
|
5103 |
msgid "No Logins|Locked"
|
5104 |
msgstr ""
|
5105 |
|
5106 |
-
#: admin/login/login.php:
|
5107 |
msgid ""
|
5108 |
"Locking and Unlocking a User is reversible, but Deleting a User is not.\\n"
|
5109 |
"\\n-------------------------------------------------------------\\n\\nWhen "
|
@@ -5116,199 +5118,199 @@ msgid ""
|
|
5116 |
"OK to proceed or click Cancel"
|
5117 |
msgstr ""
|
5118 |
|
5119 |
-
#: admin/login/login.php:
|
5120 |
-
#: admin/mscan/mscan.php:
|
5121 |
msgid "Clear|Refresh"
|
5122 |
msgstr ""
|
5123 |
|
5124 |
-
#: admin/login/login.php:
|
5125 |
msgid ""
|
5126 |
"The Setup Wizard Go Daddy \"Managed WordPress Hosting\" option is set to Yes."
|
5127 |
msgstr ""
|
5128 |
|
5129 |
-
#: admin/login/login.php:
|
5130 |
msgid ""
|
5131 |
"If you do not have Go Daddy \"Managed WordPress Hosting\" then change the Go "
|
5132 |
"Daddy \"Managed WordPress Hosting\" Setup Wizard option to No."
|
5133 |
msgstr ""
|
5134 |
|
5135 |
-
#: admin/login/login.php:
|
5136 |
msgid "jQuery ToolTip CAPTCHA-Lite (JTC-Lite) ~ "
|
5137 |
msgstr ""
|
5138 |
|
5139 |
-
#: admin/login/login.php:
|
5140 |
msgid ""
|
5141 |
"Protects the WP Login Form against constant lockouts by Bots trying to Brute "
|
5142 |
"Force Login to your website"
|
5143 |
msgstr ""
|
5144 |
|
5145 |
-
#: admin/login/login.php:
|
5146 |
msgid ""
|
5147 |
"Get the full version of JTC Anti-Spam|Anti-Hacker that protects all of your "
|
5148 |
"WP Forms"
|
5149 |
msgstr ""
|
5150 |
|
5151 |
-
#: admin/login/login.php:
|
5152 |
msgid ""
|
5153 |
"against SpamBots & HackerBots (auto-registering, auto-logins, auto-posting, "
|
5154 |
"auto-commenting) & User Account Lockouts: "
|
5155 |
msgstr ""
|
5156 |
|
5157 |
-
#: admin/login/login.php:
|
5158 |
-
#: admin/login/login.php:
|
5159 |
msgid "Save Options"
|
5160 |
msgstr ""
|
5161 |
|
5162 |
-
#: admin/login/login.php:
|
5163 |
msgid "JTC-Lite Settings Saved."
|
5164 |
msgstr ""
|
5165 |
|
5166 |
-
#: admin/login/login.php:
|
5167 |
msgid "JTC-Lite Settings"
|
5168 |
msgstr ""
|
5169 |
|
5170 |
-
#: admin/login/login.php:
|
5171 |
msgid "JTC CAPTCHA:"
|
5172 |
msgstr ""
|
5173 |
|
5174 |
-
#: admin/login/login.php:
|
5175 |
msgid "jtc"
|
5176 |
msgstr ""
|
5177 |
|
5178 |
-
#: admin/login/login.php:
|
5179 |
msgid "JTC ToolTip:"
|
5180 |
msgstr ""
|
5181 |
|
5182 |
-
#: admin/login/login.php:
|
5183 |
msgid "Type/Enter: jtc. Enter a blank space for no text (Spacebar Key)"
|
5184 |
msgstr ""
|
5185 |
|
5186 |
-
#: admin/login/login.php:
|
5187 |
msgid "JTC Title|Text:"
|
5188 |
msgstr ""
|
5189 |
|
5190 |
-
#: admin/login/login.php:
|
5191 |
msgid "Enter a blank space for no text (Spacebar Key)"
|
5192 |
msgstr ""
|
5193 |
|
5194 |
-
#: admin/login/login.php:
|
5195 |
msgid "JTC Logging:"
|
5196 |
msgstr ""
|
5197 |
|
5198 |
-
#: admin/login/login.php:
|
5199 |
msgid "JTC Logging Off"
|
5200 |
msgstr ""
|
5201 |
|
5202 |
-
#: admin/login/login.php:
|
5203 |
msgid "Logged in the Security Log (BPS Pro Only)"
|
5204 |
msgstr ""
|
5205 |
|
5206 |
-
#: admin/login/login.php:
|
5207 |
msgid " Enable JTC for WooCommerce (BPS Pro Only)"
|
5208 |
msgstr ""
|
5209 |
|
5210 |
-
#: admin/login/login.php:
|
5211 |
msgid "Enable|Disable JTC For These Forms: "
|
5212 |
msgstr ""
|
5213 |
|
5214 |
-
#: admin/login/login.php:
|
5215 |
msgid "Check to Enable. Uncheck to Disable."
|
5216 |
msgstr ""
|
5217 |
|
5218 |
-
#: admin/login/login.php:
|
5219 |
msgid " Login Form"
|
5220 |
msgstr ""
|
5221 |
|
5222 |
-
#: admin/login/login.php:
|
5223 |
msgid " Register Form (BPS Pro Only)"
|
5224 |
msgstr ""
|
5225 |
|
5226 |
-
#: admin/login/login.php:
|
5227 |
msgid " Lost Password Form (BPS Pro Only)"
|
5228 |
msgstr ""
|
5229 |
|
5230 |
-
#: admin/login/login.php:
|
5231 |
msgid " Comment Form (BPS Pro Only)"
|
5232 |
msgstr ""
|
5233 |
|
5234 |
-
#: admin/login/login.php:
|
5235 |
msgid " Multisite Register Form (BPS Pro Only)"
|
5236 |
msgstr ""
|
5237 |
|
5238 |
-
#: admin/login/login.php:
|
5239 |
msgid " BuddyPress Register Form (BPS Pro Only)"
|
5240 |
msgstr ""
|
5241 |
|
5242 |
-
#: admin/login/login.php:
|
5243 |
msgid " BuddyPress Sidebar Login Form (BPS Pro Only)"
|
5244 |
msgstr ""
|
5245 |
|
5246 |
-
#: admin/login/login.php:
|
5247 |
msgid "Comment Form: (BPS Pro Only)"
|
5248 |
msgstr ""
|
5249 |
|
5250 |
-
#: admin/login/login.php:
|
5251 |
msgid ""
|
5252 |
"Enable|Disable JTC For These Registered/Logged In User Roles (BPS Pro Only): "
|
5253 |
msgstr ""
|
5254 |
|
5255 |
-
#: admin/login/login.php:
|
5256 |
-
#: admin/login/login.php:
|
5257 |
msgid " Administrator"
|
5258 |
msgstr ""
|
5259 |
|
5260 |
-
#: admin/login/login.php:
|
5261 |
-
#: admin/login/login.php:
|
5262 |
msgid " Editor"
|
5263 |
msgstr ""
|
5264 |
|
5265 |
-
#: admin/login/login.php:
|
5266 |
-
#: admin/login/login.php:
|
5267 |
msgid " Author"
|
5268 |
msgstr ""
|
5269 |
|
5270 |
-
#: admin/login/login.php:
|
5271 |
-
#: admin/login/login.php:
|
5272 |
msgid " Contributor"
|
5273 |
msgstr ""
|
5274 |
|
5275 |
-
#: admin/login/login.php:
|
5276 |
-
#: admin/login/login.php:
|
5277 |
msgid " Subscriber"
|
5278 |
msgstr ""
|
5279 |
|
5280 |
-
#: admin/login/login.php:
|
5281 |
msgid "Login Form: CAPTCHA Error message"
|
5282 |
msgstr ""
|
5283 |
|
5284 |
-
#: admin/login/login.php:
|
5285 |
msgid "Comment Form: CAPTCHA Error message (BPS Pro Only)"
|
5286 |
msgstr ""
|
5287 |
|
5288 |
-
#: admin/login/login.php:
|
5289 |
msgid "Comment Form: CSS Styling (BPS Pro Only)"
|
5290 |
msgstr ""
|
5291 |
|
5292 |
-
#: admin/login/login.php:
|
5293 |
msgid ""
|
5294 |
"Comment Form Label (BPS Pro Only): <i>The JTC Title|Text above the Form "
|
5295 |
"Input text box</i>"
|
5296 |
msgstr ""
|
5297 |
|
5298 |
-
#: admin/login/login.php:
|
5299 |
msgid ""
|
5300 |
"Comment Form Input Text Box (BPS Pro Only): <i>The JTC CAPTCHA Form Input "
|
5301 |
"text box</i>"
|
5302 |
msgstr ""
|
5303 |
|
5304 |
-
#: admin/login/login.php:
|
5305 |
msgid ""
|
5306 |
"If you see an error or are unable to save your JTC option settings then "
|
5307 |
"click the Encrypt JTC Code button first and then click the Save Options "
|
5308 |
"button. Mouse over the question mark image to the right for help info."
|
5309 |
msgstr ""
|
5310 |
|
5311 |
-
#: admin/login/login.php:
|
5312 |
msgid ""
|
5313 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
5314 |
"at a later time then ModSecurity will prevent you from saving your JTC "
|
@@ -5316,144 +5318,144 @@ msgid ""
|
|
5316 |
"Encrypt JTC Code button."
|
5317 |
msgstr ""
|
5318 |
|
5319 |
-
#: admin/login/login.php:
|
5320 |
msgid ""
|
5321 |
"If you click the Encrypt JTC Code button and then want to edit your CSS code "
|
5322 |
"again click the Decrypt JTC Code button. After you are done editing click "
|
5323 |
"the Encrypt JTC Code button before clicking the Save Options button."
|
5324 |
msgstr ""
|
5325 |
|
5326 |
-
#: admin/login/login.php:
|
5327 |
msgid ""
|
5328 |
"Click the JTC Anti-Spam|Anti-Hacker Read Me help button for more help info."
|
5329 |
msgstr ""
|
5330 |
|
5331 |
-
#: admin/login/login.php:
|
5332 |
-
#: admin/login/login.php:
|
5333 |
msgid "Click OK to Proceed or click Cancel."
|
5334 |
msgstr ""
|
5335 |
|
5336 |
-
#: admin/login/login.php:
|
5337 |
msgid "Idle Session Logout (ISL) ~ "
|
5338 |
msgstr ""
|
5339 |
|
5340 |
-
#: admin/login/login.php:
|
5341 |
msgid "Automatically Logout Idle/Inactive User Accounts"
|
5342 |
msgstr ""
|
5343 |
|
5344 |
-
#: admin/login/login.php:
|
5345 |
msgid "Auth Cookie Expiration (ACE) ~ "
|
5346 |
msgstr ""
|
5347 |
|
5348 |
-
#: admin/login/login.php:
|
5349 |
msgid "Change the WordPress Authentication Cookie Expiration Time"
|
5350 |
msgstr ""
|
5351 |
|
5352 |
-
#: admin/login/login.php:
|
5353 |
msgid "ISL and ACE Forum Topic"
|
5354 |
msgstr ""
|
5355 |
|
5356 |
-
#: admin/login/login.php:
|
5357 |
msgid "The Help & FAQ tab pages contain help links."
|
5358 |
msgstr ""
|
5359 |
|
5360 |
-
#: admin/login/login.php:
|
5361 |
msgid "Settings Saved. ISL has been turned On."
|
5362 |
msgstr ""
|
5363 |
|
5364 |
-
#: admin/login/login.php:
|
5365 |
msgid "Settings Saved. ISL has been turned Off."
|
5366 |
msgstr ""
|
5367 |
|
5368 |
-
#: admin/login/login.php:
|
5369 |
msgid "Idle Session Logout (ISL) Settings"
|
5370 |
msgstr ""
|
5371 |
|
5372 |
-
#: admin/login/login.php:
|
5373 |
msgid "ISL On"
|
5374 |
msgstr ""
|
5375 |
|
5376 |
-
#: admin/login/login.php:
|
5377 |
msgid "ISL Off"
|
5378 |
msgstr ""
|
5379 |
|
5380 |
-
#: admin/login/login.php:
|
5381 |
msgid "Idle Session Logout Time in Minutes:"
|
5382 |
msgstr ""
|
5383 |
|
5384 |
-
#: admin/login/login.php:
|
5385 |
msgid "Idle Session Logout Page URL:"
|
5386 |
msgstr ""
|
5387 |
|
5388 |
-
#: admin/login/login.php:
|
5389 |
msgid "Idle Session Logout Page Login URL:"
|
5390 |
msgstr ""
|
5391 |
|
5392 |
-
#: admin/login/login.php:
|
5393 |
msgid ""
|
5394 |
"Enter/Type: \"No\" (without quotes) if you do not want a Login URL displayed."
|
5395 |
msgstr ""
|
5396 |
|
5397 |
-
#: admin/login/login.php:
|
5398 |
msgid "Idle Session Logout Exclude URLs|URIs:"
|
5399 |
msgstr ""
|
5400 |
|
5401 |
-
#: admin/login/login.php:
|
5402 |
msgid "Enter URIs separated by a comma and a space: /some-post/, /some-page/"
|
5403 |
msgstr ""
|
5404 |
|
5405 |
-
#: admin/login/login.php:
|
5406 |
msgid "Idle Session Logout Page Custom Message:"
|
5407 |
msgstr ""
|
5408 |
|
5409 |
-
#: admin/login/login.php:
|
5410 |
msgid "Idle Session Logout Page Custom CSS Style:"
|
5411 |
msgstr ""
|
5412 |
|
5413 |
-
#: admin/login/login.php:
|
5414 |
#: admin/login/lsm-help-text.php:22
|
5415 |
msgid "User Account Exceptions:"
|
5416 |
msgstr ""
|
5417 |
|
5418 |
-
#: admin/login/login.php:
|
5419 |
msgid ""
|
5420 |
"Enter User Account names separated by a comma and a space: johnDoe, janeDoe"
|
5421 |
msgstr ""
|
5422 |
|
5423 |
-
#: admin/login/login.php:
|
5424 |
msgid "Idle Session Logout Time Will Not Be Applied For These User Accounts."
|
5425 |
msgstr ""
|
5426 |
|
5427 |
-
#: admin/login/login.php:
|
5428 |
msgid "Enable|Disable Idle Session Logouts For These User Roles: "
|
5429 |
msgstr ""
|
5430 |
|
5431 |
-
#: admin/login/login.php:
|
5432 |
msgid ""
|
5433 |
"Check to Enable. Uncheck to Disable. See the Read Me help button for details."
|
5434 |
msgstr ""
|
5435 |
|
5436 |
-
#: admin/login/login.php:
|
5437 |
msgid "Enable|Disable Idle Session Logouts For TinyMCE Editors: "
|
5438 |
msgstr ""
|
5439 |
|
5440 |
-
#: admin/login/login.php:
|
5441 |
msgid ""
|
5442 |
"Check to Disable. Uncheck to Enable. See the Read Me help button for details."
|
5443 |
msgstr ""
|
5444 |
|
5445 |
-
#: admin/login/login.php:
|
5446 |
msgid " Enable|Disable ISL For TinyMCE Editor"
|
5447 |
msgstr ""
|
5448 |
|
5449 |
-
#: admin/login/login.php:
|
5450 |
msgid ""
|
5451 |
"If you see an error or are unable to save your ISL option settings then "
|
5452 |
"click the Encrypt ISL Code button first and then click the Save Options "
|
5453 |
"button. Mouse over the question mark image to the right for help info."
|
5454 |
msgstr ""
|
5455 |
|
5456 |
-
#: admin/login/login.php:
|
5457 |
msgid ""
|
5458 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
5459 |
"at a later time then ModSecurity will prevent you from saving your ISL "
|
@@ -5461,68 +5463,68 @@ msgid ""
|
|
5461 |
"Encrypt ISL Code button."
|
5462 |
msgstr ""
|
5463 |
|
5464 |
-
#: admin/login/login.php:
|
5465 |
msgid ""
|
5466 |
"If you click the Encrypt ISL Code button and then want to edit your CSS code "
|
5467 |
"again click the Decrypt ISL Code button. After you are done editing click "
|
5468 |
"the Encrypt ISL Code button before clicking the Save Options button."
|
5469 |
msgstr ""
|
5470 |
|
5471 |
-
#: admin/login/login.php:
|
5472 |
msgid ""
|
5473 |
"Click the Idle Session Logout|Auth Cookie Expiration Read Me help button for "
|
5474 |
"more help info."
|
5475 |
msgstr ""
|
5476 |
|
5477 |
-
#: admin/login/login.php:
|
5478 |
msgid "WordPress Authentication Cookie Expiration (ACE) Settings"
|
5479 |
msgstr ""
|
5480 |
|
5481 |
-
#: admin/login/login.php:
|
5482 |
msgid "Settings Saved. ACE has been turned On."
|
5483 |
msgstr ""
|
5484 |
|
5485 |
-
#: admin/login/login.php:
|
5486 |
msgid "Settings Saved. ACE has been turned Off."
|
5487 |
msgstr ""
|
5488 |
|
5489 |
-
#: admin/login/login.php:
|
5490 |
msgid "ACE On"
|
5491 |
msgstr ""
|
5492 |
|
5493 |
-
#: admin/login/login.php:
|
5494 |
msgid "ACE Off"
|
5495 |
msgstr ""
|
5496 |
|
5497 |
-
#: admin/login/login.php:
|
5498 |
msgid "Auth Cookie Expiration Time in Minutes:"
|
5499 |
msgstr ""
|
5500 |
|
5501 |
-
#: admin/login/login.php:
|
5502 |
msgid "WP Default setting is 2880 Minutes/2 Days:"
|
5503 |
msgstr ""
|
5504 |
|
5505 |
-
#: admin/login/login.php:
|
5506 |
msgid "Remember Me Auth Cookie Expiration Time in Minutes:"
|
5507 |
msgstr ""
|
5508 |
|
5509 |
-
#: admin/login/login.php:
|
5510 |
msgid "WP Default setting is 20160 Minutes/14 Days:"
|
5511 |
msgstr ""
|
5512 |
|
5513 |
-
#: admin/login/login.php:
|
5514 |
msgid "Enable|Disable Remember Me Checkbox:"
|
5515 |
msgstr ""
|
5516 |
|
5517 |
-
#: admin/login/login.php:
|
5518 |
msgid " Disable & do not display the Remember Me checkbox"
|
5519 |
msgstr ""
|
5520 |
|
5521 |
-
#: admin/login/login.php:
|
5522 |
msgid "Auth Cookie Expiration Time Will Not Be Applied To These User Accounts."
|
5523 |
msgstr ""
|
5524 |
|
5525 |
-
#: admin/login/login.php:
|
5526 |
msgid "Enable|Disable Auth Cookie Expiration Time For These User Roles: "
|
5527 |
msgstr ""
|
5528 |
|
@@ -5715,7 +5717,7 @@ msgid ""
|
|
5715 |
"be displayed. "
|
5716 |
msgstr ""
|
5717 |
|
5718 |
-
#: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:
|
5719 |
#: includes/hud-dismiss-functions.php:348
|
5720 |
#: includes/hud-dismiss-functions.php:391
|
5721 |
msgid "CAUTION: "
|
@@ -6378,38 +6380,38 @@ msgid ""
|
|
6378 |
"Roles: Administrator, Editor, Author, Contributor, Subscriber."
|
6379 |
msgstr ""
|
6380 |
|
6381 |
-
#: admin/maintenance/maintenance.php:
|
6382 |
msgid "BulletProof Security ~ Maintenance Mode"
|
6383 |
msgstr ""
|
6384 |
|
6385 |
-
#: admin/maintenance/maintenance.php:
|
6386 |
msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
|
6387 |
msgstr ""
|
6388 |
|
6389 |
-
#: admin/maintenance/maintenance.php:
|
6390 |
msgid "FrontEnd Maintenance Mode Page ~ "
|
6391 |
msgstr ""
|
6392 |
|
6393 |
-
#: admin/maintenance/maintenance.php:
|
6394 |
msgid "Display a website under maintenance page to website visitors"
|
6395 |
msgstr ""
|
6396 |
|
6397 |
-
#: admin/maintenance/maintenance.php:
|
6398 |
msgid "FrontEnd & BackEnd Maintenance Mode ~ "
|
6399 |
msgstr ""
|
6400 |
|
6401 |
-
#: admin/maintenance/maintenance.php:
|
6402 |
msgid ""
|
6403 |
"Display a website under maintenance page to website visitors ~ Lock wp-admin "
|
6404 |
"BackEnd by IP Address"
|
6405 |
msgstr ""
|
6406 |
|
6407 |
-
#: admin/maintenance/maintenance.php:
|
6408 |
-
#: admin/maintenance/maintenance.php:
|
6409 |
msgid "Maintenance Mode Guide"
|
6410 |
msgstr ""
|
6411 |
|
6412 |
-
#: admin/maintenance/maintenance.php:
|
6413 |
msgid ""
|
6414 |
"Create/add whatever messages, images, videos, etc. you want to display to "
|
6415 |
"website visitors with the MMode Editor, select your MMode options/settings, "
|
@@ -6418,20 +6420,20 @@ msgid ""
|
|
6418 |
"options/settings."
|
6419 |
msgstr ""
|
6420 |
|
6421 |
-
#: admin/maintenance/maintenance.php:
|
6422 |
msgid ""
|
6423 |
"For more extensive help info, CSS, HTML code examples, Image & Video "
|
6424 |
"embedding code examples to add in the MMode Editor see Forum Help Links at "
|
6425 |
"the top of this Read Me help window."
|
6426 |
msgstr ""
|
6427 |
|
6428 |
-
#: admin/maintenance/maintenance.php:
|
6429 |
msgid ""
|
6430 |
"Maintenance Mode Text, CSS Style Code, Images, Videos Displayed To Website "
|
6431 |
"Visitors:"
|
6432 |
msgstr ""
|
6433 |
|
6434 |
-
#: admin/maintenance/maintenance.php:
|
6435 |
msgid ""
|
6436 |
"This is a standard WordPress TinyMCE WYSIWYG editor that has a Visual Editor "
|
6437 |
"and a Text Editor for adding CSS or HTML code. Enter plain text, CSS, HTML "
|
@@ -6443,11 +6445,11 @@ msgid ""
|
|
6443 |
"Save Options button to save your edits."
|
6444 |
msgstr ""
|
6445 |
|
6446 |
-
#: admin/maintenance/maintenance.php:
|
6447 |
msgid "Enable Countdown Timer:"
|
6448 |
msgstr ""
|
6449 |
|
6450 |
-
#: admin/maintenance/maintenance.php:
|
6451 |
msgid ""
|
6452 |
"Check this checkbox to enable a javascript Countdown Timer that will be "
|
6453 |
"displayed to visitors. When the Countdown Timer reaches 0/has completed your "
|
@@ -6456,42 +6458,42 @@ msgid ""
|
|
6456 |
"off Maintenance Mode when the Countdown Timer reaches 0/has completed."
|
6457 |
msgstr ""
|
6458 |
|
6459 |
-
#: admin/maintenance/maintenance.php:
|
6460 |
msgid "Countdown Timer Text Color:"
|
6461 |
msgstr ""
|
6462 |
|
6463 |
-
#: admin/maintenance/maintenance.php:
|
6464 |
msgid "Select the text color for the Countdown Timer."
|
6465 |
msgstr ""
|
6466 |
|
6467 |
-
#: admin/maintenance/maintenance.php:
|
6468 |
msgid "Maintenance Mode Time (in Minutes):"
|
6469 |
msgstr ""
|
6470 |
|
6471 |
-
#: admin/maintenance/maintenance.php:
|
6472 |
msgid ""
|
6473 |
"Enter the amount of time that you want to put your site into Maintenance "
|
6474 |
"Mode in minutes. Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours, "
|
6475 |
"4320 = 3 days."
|
6476 |
msgstr ""
|
6477 |
|
6478 |
-
#: admin/maintenance/maintenance.php:
|
6479 |
msgid ""
|
6480 |
"Header Retry-After (enter the same time as Maintenance Mode Time above):"
|
6481 |
msgstr ""
|
6482 |
|
6483 |
-
#: admin/maintenance/maintenance.php:
|
6484 |
msgid ""
|
6485 |
"This is the amount of time that you are telling Search Engines to wait "
|
6486 |
"before visiting your website again. Enter the same time in minutes that you "
|
6487 |
"entered for Maintenance Mode Time."
|
6488 |
msgstr ""
|
6489 |
|
6490 |
-
#: admin/maintenance/maintenance.php:
|
6491 |
msgid "Enable FrontEnd Maintenance Mode:"
|
6492 |
msgstr ""
|
6493 |
|
6494 |
-
#: admin/maintenance/maintenance.php:
|
6495 |
msgid ""
|
6496 |
"Check this checkbox to enable FrontEnd Maintenance Mode. When you Turn On "
|
6497 |
"FrontEnd Maintenance Mode your website Maintenance Mode page will be "
|
@@ -6502,11 +6504,11 @@ msgid ""
|
|
6502 |
"be locked out of your WordPress Dashboard."
|
6503 |
msgstr ""
|
6504 |
|
6505 |
-
#: admin/maintenance/maintenance.php:
|
6506 |
msgid "Enable BackEnd Maintenance Mode:"
|
6507 |
msgstr ""
|
6508 |
|
6509 |
-
#: admin/maintenance/maintenance.php:
|
6510 |
msgid ""
|
6511 |
"Check this checkbox to enable BackEnd Maintenance Mode. Be sure to enter the "
|
6512 |
"Your IP address/the Recommended IP address in the Maintenance Mode IP "
|
@@ -6518,17 +6520,17 @@ msgid ""
|
|
6518 |
"your WordPress Dashboard."
|
6519 |
msgstr ""
|
6520 |
|
6521 |
-
#: admin/maintenance/maintenance.php:
|
6522 |
msgid "Maintenance Mode IP Address Whitelist Text Box:"
|
6523 |
msgstr ""
|
6524 |
|
6525 |
-
#: admin/maintenance/maintenance.php:
|
6526 |
msgid ""
|
6527 |
"Enter The IP Address That Can View The Website Normally (not in Maintenance "
|
6528 |
"Mode):"
|
6529 |
msgstr ""
|
6530 |
|
6531 |
-
#: admin/maintenance/maintenance.php:
|
6532 |
msgid ""
|
6533 |
"Enter Multiple IP addresses separated by a comma and a single space. "
|
6534 |
"Example: 100.99.88.77, 200.66.55.44, 44.33.22.1 It is recommended that you "
|
@@ -6540,83 +6542,83 @@ msgid ""
|
|
6540 |
"octets or your current IP address to whitelist your IP address."
|
6541 |
msgstr ""
|
6542 |
|
6543 |
-
#: admin/maintenance/maintenance.php:
|
6544 |
msgid "Background Images:"
|
6545 |
msgstr ""
|
6546 |
|
6547 |
-
#: admin/maintenance/maintenance.php:
|
6548 |
msgid ""
|
6549 |
"Select a background image that you want to use. BPS includes 20 background "
|
6550 |
"images and 15 center images (text box images) that you can mix and match to "
|
6551 |
"your design/color scheme preference."
|
6552 |
msgstr ""
|
6553 |
|
6554 |
-
#: admin/maintenance/maintenance.php:
|
6555 |
msgid "Center Images:"
|
6556 |
msgstr ""
|
6557 |
|
6558 |
-
#: admin/maintenance/maintenance.php:
|
6559 |
msgid ""
|
6560 |
"Select a center image that you want to use. BPS includes 20 background "
|
6561 |
"images and 15 center images (text box images) that you can mix and match to "
|
6562 |
"your design/color scheme preference."
|
6563 |
msgstr ""
|
6564 |
|
6565 |
-
#: admin/maintenance/maintenance.php:
|
6566 |
msgid "Background Colors (If not using a Background Image):"
|
6567 |
msgstr ""
|
6568 |
|
6569 |
-
#: admin/maintenance/maintenance.php:
|
6570 |
msgid ""
|
6571 |
"Select a background color that you want to use. If you do not want to use a "
|
6572 |
"background image then you can instead choose a background color."
|
6573 |
msgstr ""
|
6574 |
|
6575 |
-
#: admin/maintenance/maintenance.php:
|
6576 |
msgid "Display Visitor IP Address:"
|
6577 |
msgstr ""
|
6578 |
|
6579 |
-
#: admin/maintenance/maintenance.php:
|
6580 |
msgid "Check this checkbox to display the website visitor's IP addresses."
|
6581 |
msgstr ""
|
6582 |
|
6583 |
-
#: admin/maintenance/maintenance.php:
|
6584 |
msgid "Display Admin|Login Link"
|
6585 |
msgstr ""
|
6586 |
|
6587 |
-
#: admin/maintenance/maintenance.php:
|
6588 |
msgid ""
|
6589 |
"Check this checkbox to display a Login link that points to your wp-admin "
|
6590 |
"folder/Login page."
|
6591 |
msgstr ""
|
6592 |
|
6593 |
-
#: admin/maintenance/maintenance.php:
|
6594 |
msgid "Display Dashboard Reminder Message when site is in Maintenance Mode:"
|
6595 |
msgstr ""
|
6596 |
|
6597 |
-
#: admin/maintenance/maintenance.php:
|
6598 |
msgid ""
|
6599 |
"Check this checkbox to display a WordPress Dashboard Reminder Notice that "
|
6600 |
"your website is in Maintenance Mode."
|
6601 |
msgstr ""
|
6602 |
|
6603 |
-
#: admin/maintenance/maintenance.php:
|
6604 |
msgid "Enable Visitor Logging:"
|
6605 |
msgstr ""
|
6606 |
|
6607 |
-
#: admin/maintenance/maintenance.php:
|
6608 |
msgid ""
|
6609 |
"Check this checkbox to enable visitor logging. Logs all visitors to your "
|
6610 |
"site while your site is in Maintenance Mode. Log entries are created in the "
|
6611 |
"BPS Security Log file. "
|
6612 |
msgstr ""
|
6613 |
|
6614 |
-
#: admin/maintenance/maintenance.php:
|
6615 |
msgid ""
|
6616 |
"Send Email Reminder when Maintenance Mode Countdown Timer has completed:"
|
6617 |
msgstr ""
|
6618 |
|
6619 |
-
#: admin/maintenance/maintenance.php:
|
6620 |
msgid ""
|
6621 |
"Check this checkbox to enable the javascript Countdown Timer to send you an "
|
6622 |
"email reminder when the Countdown Timer reaches 0/is completed. More "
|
@@ -6628,11 +6630,11 @@ msgid ""
|
|
6628 |
"the Countdown Timer reaches 0/has completed."
|
6629 |
msgstr ""
|
6630 |
|
6631 |
-
#: admin/maintenance/maintenance.php:
|
6632 |
msgid "Testing the Countdown Timer Send Email Option:"
|
6633 |
msgstr ""
|
6634 |
|
6635 |
-
#: admin/maintenance/maintenance.php:
|
6636 |
msgid ""
|
6637 |
"There is a 1 minute buffer so that when the Maintenance Mode page is created "
|
6638 |
"an email will not be sent immediately. To test the Send Email option use 2 "
|
@@ -6643,21 +6645,21 @@ msgid ""
|
|
6643 |
"how fast your Mail Server sends the email to you."
|
6644 |
msgstr ""
|
6645 |
|
6646 |
-
#: admin/maintenance/maintenance.php:
|
6647 |
msgid "Send Countdown Timer Email:"
|
6648 |
msgstr ""
|
6649 |
|
6650 |
-
#: admin/maintenance/maintenance.php:
|
6651 |
msgid ""
|
6652 |
"Enter the email addresses that you would like the Countdown Timer reminder "
|
6653 |
"email sent to, from, cc or bcc."
|
6654 |
msgstr ""
|
6655 |
|
6656 |
-
#: admin/maintenance/maintenance.php:
|
6657 |
msgid "Network/Multisite Primary Site Options ONLY:"
|
6658 |
msgstr ""
|
6659 |
|
6660 |
-
#: admin/maintenance/maintenance.php:
|
6661 |
msgid ""
|
6662 |
"These options/settings are for Network/Multisite ONLY and are ONLY displayed "
|
6663 |
"on the Primary Network/Multisite site. Checking these options on a Single/"
|
@@ -6665,11 +6667,11 @@ msgid ""
|
|
6665 |
"for Network/Multisite WordPress installations."
|
6666 |
msgstr ""
|
6667 |
|
6668 |
-
#: admin/maintenance/maintenance.php:
|
6669 |
msgid "Steps to use these special Network/Multisite options:"
|
6670 |
msgstr ""
|
6671 |
|
6672 |
-
#: admin/maintenance/maintenance.php:
|
6673 |
msgid ""
|
6674 |
"To turn On either of these special options, check the checkbox, click the "
|
6675 |
"Save Options button and click the Turn On button. To turn Off either of "
|
@@ -6681,29 +6683,29 @@ msgid ""
|
|
6681 |
"special option settings in that template file."
|
6682 |
msgstr ""
|
6683 |
|
6684 |
-
#: admin/maintenance/maintenance.php:
|
6685 |
msgid "Put The Primary Site And All Subsites In Maintenance Mode:"
|
6686 |
msgstr ""
|
6687 |
|
6688 |
-
#: admin/maintenance/maintenance.php:
|
6689 |
msgid "Check this checkbox to put all of the sites into Maintenance Mode."
|
6690 |
msgstr ""
|
6691 |
|
6692 |
-
#: admin/maintenance/maintenance.php:
|
6693 |
msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site:"
|
6694 |
msgstr ""
|
6695 |
|
6696 |
-
#: admin/maintenance/maintenance.php:
|
6697 |
msgid ""
|
6698 |
"Check this checkbox to put all of the subsites into Maintenance Mode except "
|
6699 |
"for the Primary site."
|
6700 |
msgstr ""
|
6701 |
|
6702 |
-
#: admin/maintenance/maintenance.php:
|
6703 |
msgid "Save Options Button"
|
6704 |
msgstr ""
|
6705 |
|
6706 |
-
#: admin/maintenance/maintenance.php:
|
6707 |
msgid ""
|
6708 |
"Clicking the Save Options button does 2 things: Saves all your options/"
|
6709 |
"settings to your Database and creates all necessary Maintenance Mode files/"
|
@@ -6711,11 +6713,11 @@ msgid ""
|
|
6711 |
"Click the Turn On button after clicking the Save Options button."
|
6712 |
msgstr ""
|
6713 |
|
6714 |
-
#: admin/maintenance/maintenance.php:
|
6715 |
msgid "Preview Button"
|
6716 |
msgstr ""
|
6717 |
|
6718 |
-
#: admin/maintenance/maintenance.php:
|
6719 |
msgid ""
|
6720 |
"Clicking the Preview button allows you to preview the Maintenance Mode files/"
|
6721 |
"Forms that were created when you clicked the Save Options button. Preview "
|
@@ -6725,11 +6727,11 @@ msgid ""
|
|
6725 |
"On button."
|
6726 |
msgstr ""
|
6727 |
|
6728 |
-
#: admin/maintenance/maintenance.php:
|
6729 |
msgid "Turn On Button"
|
6730 |
msgstr ""
|
6731 |
|
6732 |
-
#: admin/maintenance/maintenance.php:
|
6733 |
msgid ""
|
6734 |
"Clicking the Turn On button turns On Maintenance Mode. Turn On is "
|
6735 |
"conditional and allows you to make changes to your Maintenance Mode page "
|
@@ -6739,11 +6741,11 @@ msgid ""
|
|
6739 |
"on your Maintenance Mode page."
|
6740 |
msgstr ""
|
6741 |
|
6742 |
-
#: admin/maintenance/maintenance.php:
|
6743 |
msgid "Turn Off Button"
|
6744 |
msgstr ""
|
6745 |
|
6746 |
-
#: admin/maintenance/maintenance.php:
|
6747 |
msgid ""
|
6748 |
"Clicking the Turn Off button turns Off Maintenance Mode. Turn Off is non-"
|
6749 |
"conditional and works like a Form Reset, but does not remove any of your "
|
@@ -6753,23 +6755,23 @@ msgid ""
|
|
6753 |
"remain in your website root folder, but Maintenance Mode will be turned Off."
|
6754 |
msgstr ""
|
6755 |
|
6756 |
-
#: admin/maintenance/maintenance.php:
|
6757 |
msgid "BPS help links can be found in the Help & FAQ pages."
|
6758 |
msgstr ""
|
6759 |
|
6760 |
-
#: admin/maintenance/maintenance.php:
|
6761 |
msgid ""
|
6762 |
"Error: You did not enter anything in the Maintenance Mode Time Text Box."
|
6763 |
msgstr ""
|
6764 |
|
6765 |
-
#: admin/maintenance/maintenance.php:
|
6766 |
-
#: admin/maintenance/maintenance.php:
|
6767 |
msgid ""
|
6768 |
"Error: You did not enter an IP Address in the Maintenance Mode IP Address "
|
6769 |
"Whitelist Text Box."
|
6770 |
msgstr ""
|
6771 |
|
6772 |
-
#: admin/maintenance/maintenance.php:
|
6773 |
msgid ""
|
6774 |
"Success! Your Options have been saved and your Maintenance Mode Form has "
|
6775 |
"been created successfully! Click the Preview button to preview your Website "
|
@@ -6777,328 +6779,328 @@ msgid ""
|
|
6777 |
"button."
|
6778 |
msgstr ""
|
6779 |
|
6780 |
-
#: admin/maintenance/maintenance.php:
|
6781 |
msgid ""
|
6782 |
"Check that the file exists in the /bulletproof-security/admin/htaccess/ "
|
6783 |
"master folder. If this is not the problem "
|
6784 |
msgstr ""
|
6785 |
|
6786 |
-
#: admin/maintenance/maintenance.php:
|
6787 |
-
#: admin/wizard/wizard.php:
|
6788 |
#: includes/hud-dismiss-functions.php:348
|
6789 |
#: includes/hud-dismiss-functions.php:391
|
6790 |
#: includes/hud-dismiss-functions.php:496
|
6791 |
msgid "Click Here"
|
6792 |
msgstr ""
|
6793 |
|
6794 |
-
#: admin/maintenance/maintenance.php:
|
6795 |
msgid " for assistance."
|
6796 |
msgstr ""
|
6797 |
|
6798 |
-
#: admin/maintenance/maintenance.php:
|
6799 |
msgid ""
|
6800 |
"Check that the bps-maintenance-values.php file exists in the /bulletproof-"
|
6801 |
"security/admin/htaccess/ master folder. If this is not the problem "
|
6802 |
msgstr ""
|
6803 |
|
6804 |
-
#: admin/maintenance/maintenance.php:
|
6805 |
-
#: admin/maintenance/maintenance.php:
|
6806 |
msgid "Your Current IP Address: "
|
6807 |
msgstr ""
|
6808 |
|
6809 |
-
#: admin/maintenance/maintenance.php:
|
6810 |
-
#: admin/maintenance/maintenance.php:
|
6811 |
msgid "Recommended IP Address: "
|
6812 |
msgstr ""
|
6813 |
|
6814 |
-
#: admin/maintenance/maintenance.php:
|
6815 |
msgid "MMode Editor"
|
6816 |
msgstr ""
|
6817 |
|
6818 |
-
#: admin/maintenance/maintenance.php:
|
6819 |
msgid ""
|
6820 |
"Click the Maintenance Mode Guide link above for CSS Code, Image & Video "
|
6821 |
"Embed examples."
|
6822 |
msgstr ""
|
6823 |
|
6824 |
-
#: admin/maintenance/maintenance.php:
|
6825 |
msgid "MMode Option Settings"
|
6826 |
msgstr ""
|
6827 |
|
6828 |
-
#: admin/maintenance/maintenance.php:
|
6829 |
msgid "Enable Countdown Timer"
|
6830 |
msgstr ""
|
6831 |
|
6832 |
-
#: admin/maintenance/maintenance.php:
|
6833 |
msgid "LCD|Lime Green"
|
6834 |
msgstr ""
|
6835 |
|
6836 |
-
#: admin/maintenance/maintenance.php:
|
6837 |
msgid "White"
|
6838 |
msgstr ""
|
6839 |
|
6840 |
-
#: admin/maintenance/maintenance.php:
|
6841 |
msgid "Silver"
|
6842 |
msgstr ""
|
6843 |
|
6844 |
-
#: admin/maintenance/maintenance.php:
|
6845 |
msgid "Gray"
|
6846 |
msgstr ""
|
6847 |
|
6848 |
-
#: admin/maintenance/maintenance.php:
|
6849 |
msgid "Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours."
|
6850 |
msgstr ""
|
6851 |
|
6852 |
-
#: admin/maintenance/maintenance.php:
|
6853 |
msgid "Enable FrontEnd Maintenance Mode"
|
6854 |
msgstr ""
|
6855 |
|
6856 |
-
#: admin/maintenance/maintenance.php:
|
6857 |
msgid "You MUST enter Your Current IP Address or the"
|
6858 |
msgstr ""
|
6859 |
|
6860 |
-
#: admin/maintenance/maintenance.php:
|
6861 |
msgid "Recommended IP Address if you Enable BackEnd Maintenance Mode"
|
6862 |
msgstr ""
|
6863 |
|
6864 |
-
#: admin/maintenance/maintenance.php:
|
6865 |
msgid "or you will be locked out of your WordPress Dashboard."
|
6866 |
msgstr ""
|
6867 |
|
6868 |
-
#: admin/maintenance/maintenance.php:
|
6869 |
msgid "Enable BackEnd Maintenance Mode "
|
6870 |
msgstr ""
|
6871 |
|
6872 |
-
#: admin/maintenance/maintenance.php:
|
6873 |
msgid ""
|
6874 |
"Enter The IP Address That Can View The Website Normally (not in Maintenance "
|
6875 |
"Mode)."
|
6876 |
msgstr ""
|
6877 |
|
6878 |
-
#: admin/maintenance/maintenance.php:
|
6879 |
msgid "Enter Multiple IP addresses separated by a comma and a single space."
|
6880 |
msgstr ""
|
6881 |
|
6882 |
-
#: admin/maintenance/maintenance.php:
|
6883 |
msgid "Example IPv4 IP Addresses: 100.99.88.77, 200.66.55.44, 44.33.22.1"
|
6884 |
msgstr ""
|
6885 |
|
6886 |
-
#: admin/maintenance/maintenance.php:
|
6887 |
msgid ""
|
6888 |
"Example IPv6 IP Addresses: 0:0:0:0:0:ffff:6463:584d, 0:0:0:0:0:ffff:c842:372c"
|
6889 |
msgstr ""
|
6890 |
|
6891 |
-
#: admin/maintenance/maintenance.php:
|
6892 |
msgid "No Background Image"
|
6893 |
msgstr ""
|
6894 |
|
6895 |
-
#: admin/maintenance/maintenance.php:
|
6896 |
msgid "Black Honeycomb Large"
|
6897 |
msgstr ""
|
6898 |
|
6899 |
-
#: admin/maintenance/maintenance.php:
|
6900 |
msgid "Black Honeycomb Large Grey Line"
|
6901 |
msgstr ""
|
6902 |
|
6903 |
-
#: admin/maintenance/maintenance.php:
|
6904 |
msgid "Black Mesh Small"
|
6905 |
msgstr ""
|
6906 |
|
6907 |
-
#: admin/maintenance/maintenance.php:
|
6908 |
msgid "Black Mesh Small Grey Line"
|
6909 |
msgstr ""
|
6910 |
|
6911 |
-
#: admin/maintenance/maintenance.php:
|
6912 |
msgid "Blue Honeycomb Large"
|
6913 |
msgstr ""
|
6914 |
|
6915 |
-
#: admin/maintenance/maintenance.php:
|
6916 |
msgid "Blue Mesh Small"
|
6917 |
msgstr ""
|
6918 |
|
6919 |
-
#: admin/maintenance/maintenance.php:
|
6920 |
msgid "Brown Honeycomb Large"
|
6921 |
msgstr ""
|
6922 |
|
6923 |
-
#: admin/maintenance/maintenance.php:
|
6924 |
msgid "Brown Mesh Small"
|
6925 |
msgstr ""
|
6926 |
|
6927 |
-
#: admin/maintenance/maintenance.php:
|
6928 |
msgid "Green Honeycomb Large"
|
6929 |
msgstr ""
|
6930 |
|
6931 |
-
#: admin/maintenance/maintenance.php:
|
6932 |
msgid "Green Mesh Small"
|
6933 |
msgstr ""
|
6934 |
|
6935 |
-
#: admin/maintenance/maintenance.php:
|
6936 |
msgid "Gray Honeycomb Large"
|
6937 |
msgstr ""
|
6938 |
|
6939 |
-
#: admin/maintenance/maintenance.php:
|
6940 |
msgid "Gray Mesh Small"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
-
#: admin/maintenance/maintenance.php:
|
6944 |
msgid "Orange Honeycomb Large"
|
6945 |
msgstr ""
|
6946 |
|
6947 |
-
#: admin/maintenance/maintenance.php:
|
6948 |
msgid "Orange Mesh Small"
|
6949 |
msgstr ""
|
6950 |
|
6951 |
-
#: admin/maintenance/maintenance.php:
|
6952 |
msgid "Purple Honeycomb Large"
|
6953 |
msgstr ""
|
6954 |
|
6955 |
-
#: admin/maintenance/maintenance.php:
|
6956 |
msgid "Purple Mesh Small"
|
6957 |
msgstr ""
|
6958 |
|
6959 |
-
#: admin/maintenance/maintenance.php:
|
6960 |
msgid "Red|Burgundy Honeycomb Large"
|
6961 |
msgstr ""
|
6962 |
|
6963 |
-
#: admin/maintenance/maintenance.php:
|
6964 |
msgid "Red|Burgundy Mesh Small"
|
6965 |
msgstr ""
|
6966 |
|
6967 |
-
#: admin/maintenance/maintenance.php:
|
6968 |
msgid "Yellow Honeycomb Large"
|
6969 |
msgstr ""
|
6970 |
|
6971 |
-
#: admin/maintenance/maintenance.php:
|
6972 |
msgid "Yellow Mesh Small"
|
6973 |
msgstr ""
|
6974 |
|
6975 |
-
#: admin/maintenance/maintenance.php:
|
6976 |
msgid "No Center Image"
|
6977 |
msgstr ""
|
6978 |
|
6979 |
-
#: admin/maintenance/maintenance.php:
|
6980 |
msgid "Basic Black"
|
6981 |
msgstr ""
|
6982 |
|
6983 |
-
#: admin/maintenance/maintenance.php:
|
6984 |
msgid "Black Veins"
|
6985 |
msgstr ""
|
6986 |
|
6987 |
-
#: admin/maintenance/maintenance.php:
|
6988 |
msgid "Blue Glass"
|
6989 |
msgstr ""
|
6990 |
|
6991 |
-
#: admin/maintenance/maintenance.php:
|
6992 |
msgid "Brushed Metal Stamped"
|
6993 |
msgstr ""
|
6994 |
|
6995 |
-
#: admin/maintenance/maintenance.php:
|
6996 |
msgid "Chrome"
|
6997 |
msgstr ""
|
6998 |
|
6999 |
-
#: admin/maintenance/maintenance.php:
|
7000 |
msgid "Chrome Slick"
|
7001 |
msgstr ""
|
7002 |
|
7003 |
-
#: admin/maintenance/maintenance.php:
|
7004 |
msgid "Fire"
|
7005 |
msgstr ""
|
7006 |
|
7007 |
-
#: admin/maintenance/maintenance.php:
|
7008 |
msgid "Gun Metal"
|
7009 |
msgstr ""
|
7010 |
|
7011 |
-
#: admin/maintenance/maintenance.php:
|
7012 |
msgid "Mercury"
|
7013 |
msgstr ""
|
7014 |
|
7015 |
-
#: admin/maintenance/maintenance.php:
|
7016 |
msgid "Smoke"
|
7017 |
msgstr ""
|
7018 |
|
7019 |
-
#: admin/maintenance/maintenance.php:
|
7020 |
msgid "Striped Cone"
|
7021 |
msgstr ""
|
7022 |
|
7023 |
-
#: admin/maintenance/maintenance.php:
|
7024 |
msgid "Swamp Bevel"
|
7025 |
msgstr ""
|
7026 |
|
7027 |
-
#: admin/maintenance/maintenance.php:
|
7028 |
msgid "Toy"
|
7029 |
msgstr ""
|
7030 |
|
7031 |
-
#: admin/maintenance/maintenance.php:
|
7032 |
msgid "Water Reflection"
|
7033 |
msgstr ""
|
7034 |
|
7035 |
-
#: admin/maintenance/maintenance.php:
|
7036 |
msgid "Wood Grain"
|
7037 |
msgstr ""
|
7038 |
|
7039 |
-
#: admin/maintenance/maintenance.php:
|
7040 |
msgid "No Background Color"
|
7041 |
msgstr ""
|
7042 |
|
7043 |
-
#: admin/maintenance/maintenance.php:
|
7044 |
msgid "Black"
|
7045 |
msgstr ""
|
7046 |
|
7047 |
-
#: admin/maintenance/maintenance.php:
|
7048 |
msgid "Display Visitor IP Address"
|
7049 |
msgstr ""
|
7050 |
|
7051 |
-
#: admin/maintenance/maintenance.php:
|
7052 |
msgid "Display Dashboard Reminder Message when site is in Maintenance Mode"
|
7053 |
msgstr ""
|
7054 |
|
7055 |
-
#: admin/maintenance/maintenance.php:
|
7056 |
msgid "Enable Visitor Logging"
|
7057 |
msgstr ""
|
7058 |
|
7059 |
-
#: admin/maintenance/maintenance.php:
|
7060 |
msgid "Send Email Reminder when Maintenance Mode Countdown Timer has completed"
|
7061 |
msgstr ""
|
7062 |
|
7063 |
-
#: admin/maintenance/maintenance.php:
|
7064 |
msgid "Send Countdown Timer Email To:"
|
7065 |
msgstr ""
|
7066 |
|
7067 |
-
#: admin/maintenance/maintenance.php:
|
7068 |
msgid "Send Countdown Timer Email From:"
|
7069 |
msgstr ""
|
7070 |
|
7071 |
-
#: admin/maintenance/maintenance.php:
|
7072 |
msgid "Send Countdown Timer Email Cc:"
|
7073 |
msgstr ""
|
7074 |
|
7075 |
-
#: admin/maintenance/maintenance.php:
|
7076 |
msgid "Send Countdown Timer Email Bcc:"
|
7077 |
msgstr ""
|
7078 |
|
7079 |
-
#: admin/maintenance/maintenance.php:
|
7080 |
msgid "MMode Network|Multisite Options"
|
7081 |
msgstr ""
|
7082 |
|
7083 |
-
#: admin/maintenance/maintenance.php:
|
7084 |
msgid "Network|Multisite Primary Site Options ONLY"
|
7085 |
msgstr ""
|
7086 |
|
7087 |
-
#: admin/maintenance/maintenance.php:
|
7088 |
msgid ""
|
7089 |
"Click the Maintenance Mode Read Me help button for the steps to use these "
|
7090 |
"special options:"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
-
#: admin/maintenance/maintenance.php:
|
7094 |
msgid "Put The Primary Site And All Subsites In Maintenance Mode"
|
7095 |
msgstr ""
|
7096 |
|
7097 |
-
#: admin/maintenance/maintenance.php:
|
7098 |
msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site"
|
7099 |
msgstr ""
|
7100 |
|
7101 |
-
#: admin/maintenance/maintenance.php:
|
7102 |
msgid ""
|
7103 |
"Clicking OK Saves your Options/Settings to your Database and also creates "
|
7104 |
"your Maintenance Mode page. Click the Preview button to preview your "
|
@@ -7106,91 +7108,91 @@ msgid ""
|
|
7106 |
"Turn On button to enable Maintenance Mode on your website."
|
7107 |
msgstr ""
|
7108 |
|
7109 |
-
#: admin/maintenance/maintenance.php:
|
7110 |
msgid ""
|
7111 |
"IP Address Format Error: You have entered multiple IP Addresses using an "
|
7112 |
"incorrect Format."
|
7113 |
msgstr ""
|
7114 |
|
7115 |
-
#: admin/maintenance/maintenance.php:
|
7116 |
msgid ""
|
7117 |
"The correct IP Address Format is: IP Address comma single space. Example: "
|
7118 |
"100.99.88.77, 200.66.55.44, 44.33.22.1 or 100.99.88., 200.66.55., 44.33.22. "
|
7119 |
"if you are using the recommended 3 octet IP addresses."
|
7120 |
msgstr ""
|
7121 |
|
7122 |
-
#: admin/maintenance/maintenance.php:
|
7123 |
msgid ""
|
7124 |
"Correct the IP Address Format and click the Save Options button again. If "
|
7125 |
"you have an IPv6 IP address use the same general format as an IPv4 IP "
|
7126 |
"address - comma single space."
|
7127 |
msgstr ""
|
7128 |
|
7129 |
-
#: admin/maintenance/maintenance.php:
|
7130 |
-
#: admin/maintenance/maintenance.php:
|
7131 |
msgid "FrontEnd Maintenance Mode has been Turned On."
|
7132 |
msgstr ""
|
7133 |
|
7134 |
-
#: admin/maintenance/maintenance.php:
|
7135 |
-
#: admin/maintenance/maintenance.php:
|
7136 |
-
#: admin/maintenance/maintenance.php:
|
7137 |
-
#: admin/maintenance/maintenance.php:
|
7138 |
msgid "htaccess Files Disabled: BackEnd Maintenance Mode is disabled."
|
7139 |
msgstr ""
|
7140 |
|
7141 |
-
#: admin/maintenance/maintenance.php:
|
7142 |
msgid "BackEnd Maintenance Mode has been Turned On."
|
7143 |
msgstr ""
|
7144 |
|
7145 |
-
#: admin/maintenance/maintenance.php:
|
7146 |
-
#: admin/maintenance/maintenance.php:
|
7147 |
msgid ""
|
7148 |
"Error: You have not saved your option settings yet. Click the Save Options "
|
7149 |
"button."
|
7150 |
msgstr ""
|
7151 |
|
7152 |
-
#: admin/maintenance/maintenance.php:
|
7153 |
msgid ""
|
7154 |
"Error: Unable to get/find the site root index.php file for this GWIOD - "
|
7155 |
"Giving WordPress Its Own Directory - website."
|
7156 |
msgstr ""
|
7157 |
|
7158 |
-
#: admin/maintenance/maintenance.php:
|
7159 |
msgid "GWIOD Site Root index.php File Path Checked: "
|
7160 |
msgstr ""
|
7161 |
|
7162 |
-
#: admin/maintenance/maintenance.php:
|
7163 |
msgid ""
|
7164 |
"BPS Maintenance Mode will not work correctly with your WordPress GWIOD "
|
7165 |
"setup. Try another WordPress Maintenance Mode plugin."
|
7166 |
msgstr ""
|
7167 |
|
7168 |
-
#: admin/maintenance/maintenance.php:
|
7169 |
msgid ""
|
7170 |
"Error: Unable to get/find the site root index.php file for this Network "
|
7171 |
"GWIOD - Giving WordPress Its Own Directory - website."
|
7172 |
msgstr ""
|
7173 |
|
7174 |
-
#: admin/maintenance/maintenance.php:
|
7175 |
msgid "Network GWIOD Site Root index.php File Path Checked: "
|
7176 |
msgstr ""
|
7177 |
|
7178 |
-
#: admin/maintenance/maintenance.php:
|
7179 |
msgid ""
|
7180 |
"Please copy this error message and send it in an email to info@ait-pro.com "
|
7181 |
"for assistance."
|
7182 |
msgstr ""
|
7183 |
|
7184 |
-
#: admin/maintenance/maintenance.php:
|
7185 |
-
#: admin/maintenance/maintenance.php:
|
7186 |
-
#: admin/maintenance/maintenance.php:
|
7187 |
-
#: admin/maintenance/maintenance.php:
|
7188 |
msgid "FrontEnd Maintenance Mode has been Turned Off."
|
7189 |
msgstr ""
|
7190 |
|
7191 |
-
#: admin/maintenance/maintenance.php:
|
7192 |
-
#: admin/maintenance/maintenance.php:
|
7193 |
-
#: admin/maintenance/maintenance.php:
|
7194 |
msgid "BackEnd Maintenance Mode has been Turned Off."
|
7195 |
msgstr ""
|
7196 |
|
@@ -7218,7 +7220,7 @@ msgstr ""
|
|
7218 |
msgid "Clicking the Stop Scan button stops a scan."
|
7219 |
msgstr ""
|
7220 |
|
7221 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
7222 |
msgid "Hosting Account Root Folders"
|
7223 |
msgstr ""
|
7224 |
|
@@ -7251,7 +7253,24 @@ msgid ""
|
|
7251 |
"than 300 seconds."
|
7252 |
msgstr ""
|
7253 |
|
7254 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7255 |
msgid "Scan Database"
|
7256 |
msgstr ""
|
7257 |
|
@@ -7261,7 +7280,7 @@ msgid ""
|
|
7261 |
"suspicious code."
|
7262 |
msgstr ""
|
7263 |
|
7264 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
7265 |
msgid "Scan Image Files (Stegosploit|Exif Hack)"
|
7266 |
msgstr ""
|
7267 |
|
@@ -7272,7 +7291,7 @@ msgid ""
|
|
7272 |
"hacks. It is recommended that you do not scan image files."
|
7273 |
msgstr ""
|
7274 |
|
7275 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
7276 |
msgid "Scan Skipped Files Only"
|
7277 |
msgstr ""
|
7278 |
|
@@ -7284,7 +7303,7 @@ msgid ""
|
|
7284 |
"MScan option settings when running a Skipped File scan."
|
7285 |
msgstr ""
|
7286 |
|
7287 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
7288 |
msgid "Automatically Delete /tmp Files"
|
7289 |
msgstr ""
|
7290 |
|
@@ -7294,16 +7313,29 @@ msgid ""
|
|
7294 |
"commonly hide hacker files in the /tmp folder."
|
7295 |
msgstr ""
|
7296 |
|
7297 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7298 |
msgid "Scheduled Scan Frequency (BPS Pro only)"
|
7299 |
msgstr ""
|
7300 |
|
7301 |
#: admin/mscan/mscan-help-text.php:41
|
7302 |
msgid ""
|
7303 |
-
"You can choose to schedule ongoing automated scans
|
7304 |
-
"
|
7305 |
-
"
|
7306 |
-
"
|
7307 |
msgstr ""
|
7308 |
|
7309 |
#: admin/mscan/mscan-help-text.php:41
|
@@ -7348,7 +7380,7 @@ msgid ""
|
|
7348 |
"using this tool."
|
7349 |
msgstr ""
|
7350 |
|
7351 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
7352 |
msgid "View|Ignore|Delete Suspicious Files"
|
7353 |
msgstr ""
|
7354 |
|
@@ -7363,7 +7395,7 @@ msgid ""
|
|
7363 |
"ignored file it will be scanned in future scans."
|
7364 |
msgstr ""
|
7365 |
|
7366 |
-
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:
|
7367 |
msgid "View|Ignore Suspicious DB Entries"
|
7368 |
msgstr ""
|
7369 |
|
@@ -7432,33 +7464,33 @@ msgid ""
|
|
7432 |
"MScan Log file exceeds 2MB in size."
|
7433 |
msgstr ""
|
7434 |
|
7435 |
-
#: admin/mscan/mscan.php:
|
7436 |
msgid ""
|
7437 |
"The MScan folder or pattern matching file does not exist or is not readable /"
|
7438 |
msgstr ""
|
7439 |
|
7440 |
-
#: admin/mscan/mscan.php:
|
7441 |
msgid "/bps-backup/mscan/mscan-pattern-match.php."
|
7442 |
msgstr ""
|
7443 |
|
7444 |
-
#: admin/mscan/mscan.php:
|
7445 |
msgid ""
|
7446 |
"Most likely your web host sees the pattern matching code in the MScan mscan-"
|
7447 |
"pattern-match.php file as malicious and has either deleted the file or made "
|
7448 |
"the file or /mscan/ folder unreadable."
|
7449 |
msgstr ""
|
7450 |
|
7451 |
-
#: admin/mscan/mscan.php:
|
7452 |
msgid ""
|
7453 |
"Unfortunately that means you will not be able to use MScan on your website/"
|
7454 |
"server/web host."
|
7455 |
msgstr ""
|
7456 |
|
7457 |
-
#: admin/mscan/mscan.php:
|
7458 |
msgid "BulletProof Security ~ MScan Malware Scanner"
|
7459 |
msgstr ""
|
7460 |
|
7461 |
-
#: admin/mscan/mscan.php:
|
7462 |
msgid ""
|
7463 |
"The open_basedir php.ini directive is enabled on your website/server. MScan "
|
7464 |
"scans will take 6 times longer to complete when open_basedir is enabled, the "
|
@@ -7470,32 +7502,32 @@ msgid ""
|
|
7470 |
"php.ini file."
|
7471 |
msgstr ""
|
7472 |
|
7473 |
-
#: admin/mscan/mscan.php:
|
7474 |
-
#: admin/mscan/mscan.php:
|
7475 |
msgid "MScan Log"
|
7476 |
msgstr ""
|
7477 |
|
7478 |
-
#: admin/mscan/mscan.php:
|
7479 |
msgid "MScan ~ "
|
7480 |
msgstr ""
|
7481 |
|
7482 |
-
#: admin/mscan/mscan.php:
|
7483 |
msgid ""
|
7484 |
"Scans website files for hacker files or code ~ Scans the WP database for "
|
7485 |
"hacker code."
|
7486 |
msgstr ""
|
7487 |
|
7488 |
-
#: admin/mscan/mscan.php:
|
7489 |
msgid ""
|
7490 |
"Get real-time automated security protection that is far superior to all "
|
7491 |
"malware scanners: "
|
7492 |
msgstr ""
|
7493 |
|
7494 |
-
#: admin/mscan/mscan.php:
|
7495 |
msgid "MScan Disclaimer:"
|
7496 |
msgstr ""
|
7497 |
|
7498 |
-
#: admin/mscan/mscan.php:
|
7499 |
msgid ""
|
7500 |
"MScan is a very sensitive scanner that will detect hacker's code and files "
|
7501 |
"that other WordPress malware scanners will not detect, but unfortunately "
|
@@ -7506,24 +7538,24 @@ msgid ""
|
|
7506 |
"DB Entries Forms below. For additional help information click this link: "
|
7507 |
msgstr ""
|
7508 |
|
7509 |
-
#: admin/mscan/mscan.php:
|
7510 |
#: includes/hud-dismiss-functions.php:620
|
7511 |
msgid "MScan Malware Scanner Guide"
|
7512 |
msgstr ""
|
7513 |
|
7514 |
-
#: admin/mscan/mscan.php:
|
7515 |
msgid "MScan Troubleshooting & Code Posting"
|
7516 |
msgstr ""
|
7517 |
|
7518 |
-
#: admin/mscan/mscan.php:
|
7519 |
msgid "The MScan Database Table: "
|
7520 |
msgstr ""
|
7521 |
|
7522 |
-
#: admin/mscan/mscan.php:
|
7523 |
msgid " data has been deleted."
|
7524 |
msgstr ""
|
7525 |
|
7526 |
-
#: admin/mscan/mscan.php:
|
7527 |
msgid ""
|
7528 |
"MScan Status option values have been deleted. The Scan Completed timestamp, "
|
7529 |
"Total Scan Time, Total Files Scanned, Skipped Files, Suspicious Files and "
|
@@ -7531,26 +7563,26 @@ msgid ""
|
|
7531 |
"display blank or 0"
|
7532 |
msgstr ""
|
7533 |
|
7534 |
-
#: admin/mscan/mscan.php:
|
7535 |
-
#: admin/mscan/mscan.php:
|
7536 |
msgid "Skipped file scanning is turned On. Only skipped files will be scanned."
|
7537 |
msgstr ""
|
7538 |
|
7539 |
-
#: admin/mscan/mscan.php:
|
7540 |
-
#: admin/mscan/mscan.php:
|
7541 |
-
#: admin/mscan/mscan.php:
|
7542 |
msgid ""
|
7543 |
"Image file scanning is turned On. On some web hosts scanning image files "
|
7544 |
"will cause the scan to stop/fail."
|
7545 |
msgstr ""
|
7546 |
|
7547 |
-
#: admin/mscan/mscan.php:
|
7548 |
msgid ""
|
7549 |
"MScan scanning has been stopped. Note: The Stop Scan button also stops the "
|
7550 |
"Scan Time Estimate Tool from calculating estimated scan time."
|
7551 |
msgstr ""
|
7552 |
|
7553 |
-
#: admin/mscan/mscan.php:
|
7554 |
msgid ""
|
7555 |
"Calculating Scan Time. The default scan time calculation time of 30 seconds "
|
7556 |
"was exceeded. If it takes longer than 30 seconds to calculate total scan "
|
@@ -7563,82 +7595,82 @@ msgid ""
|
|
7563 |
"see if the the estimated scan time was successfully logged."
|
7564 |
msgstr ""
|
7565 |
|
7566 |
-
#: admin/mscan/mscan.php:
|
7567 |
msgid "Refresh"
|
7568 |
msgstr ""
|
7569 |
|
7570 |
-
#: admin/mscan/mscan.php:
|
7571 |
msgid ""
|
7572 |
"The estimated total scan time is more than the Max Time Limit to Scan option "
|
7573 |
"setting time limit."
|
7574 |
msgstr ""
|
7575 |
|
7576 |
-
#: admin/mscan/mscan.php:
|
7577 |
msgid ""
|
7578 |
"The scan will automatically end/stop when the Max Time Limit to Scan option "
|
7579 |
"setting time limit is reached."
|
7580 |
msgstr ""
|
7581 |
|
7582 |
-
#: admin/mscan/mscan.php:
|
7583 |
msgid "Estimated Total Scan Time: "
|
7584 |
msgstr ""
|
7585 |
|
7586 |
-
#: admin/mscan/mscan.php:
|
7587 |
msgid "Max Time Limit to Scan: "
|
7588 |
msgstr ""
|
7589 |
|
7590 |
-
#: admin/mscan/mscan.php:
|
7591 |
msgid "Click the MScan Read Me help button for a recommended solution."
|
7592 |
msgstr ""
|
7593 |
|
7594 |
-
#: admin/mscan/mscan.php:
|
7595 |
msgid ""
|
7596 |
"MScan Scanning has started. You can leave the MScan page while a scan is in "
|
7597 |
"progress and the scan will continue until it is completed or you can open "
|
7598 |
"another Browser Tab/Window and leave this Browser Tab/Window open."
|
7599 |
msgstr ""
|
7600 |
|
7601 |
-
#: admin/mscan/mscan.php:
|
7602 |
msgid "Suspicious code or files were detected."
|
7603 |
msgstr ""
|
7604 |
|
7605 |
-
#: admin/mscan/mscan.php:
|
7606 |
msgid ""
|
7607 |
"Click the View|Ignore|Delete Suspicious Files accordion tab to View, Ignore "
|
7608 |
"or Delete suspicious files. For additional help information click the MScan "
|
7609 |
"Read Me help button."
|
7610 |
msgstr ""
|
7611 |
|
7612 |
-
#: admin/mscan/mscan.php:
|
7613 |
msgid "Suspicious code was detected in your database."
|
7614 |
msgstr ""
|
7615 |
|
7616 |
-
#: admin/mscan/mscan.php:
|
7617 |
msgid ""
|
7618 |
"Click the View|Ignore Suspicious DB Entries accordion tab to view and ignore "
|
7619 |
"suspicious db entries. For additional help information click the MScan Read "
|
7620 |
"Me help button."
|
7621 |
msgstr ""
|
7622 |
|
7623 |
-
#: admin/mscan/mscan.php:
|
7624 |
msgid ""
|
7625 |
"MScan Scan has completed. To view extensive details of all scanning phases "
|
7626 |
"view the MScan Log file."
|
7627 |
msgstr ""
|
7628 |
|
7629 |
-
#: admin/mscan/mscan.php:
|
7630 |
msgid ""
|
7631 |
"Skipped file scanning is turned On. The scan time estimate is for scanning "
|
7632 |
"skipped files only."
|
7633 |
msgstr ""
|
7634 |
|
7635 |
-
#: admin/mscan/mscan.php:
|
7636 |
msgid ""
|
7637 |
"The total estimated time of an actual scan based on your MScan option "
|
7638 |
"settings is: "
|
7639 |
msgstr ""
|
7640 |
|
7641 |
-
#: admin/mscan/mscan.php:
|
7642 |
msgid ""
|
7643 |
"Seconds. The MScan Log file contains extensive details about the estimated "
|
7644 |
"scan time. Note: The Scan Time Estimate Tool does not affect or change any "
|
@@ -7646,13 +7678,13 @@ msgid ""
|
|
7646 |
"to the estimated scan time."
|
7647 |
msgstr ""
|
7648 |
|
7649 |
-
#: admin/mscan/mscan.php:
|
7650 |
msgid ""
|
7651 |
"Skipped file scanning is turned On. The scan time estimate will be for "
|
7652 |
"scanning skipped files only."
|
7653 |
msgstr ""
|
7654 |
|
7655 |
-
#: admin/mscan/mscan.php:
|
7656 |
msgid ""
|
7657 |
"Calculating Estimated Scan Time. Notes: The Scan Time Estimate Tool does not "
|
7658 |
"affect or change any previous scan results except for the Total Scan Time, "
|
@@ -7661,41 +7693,41 @@ msgid ""
|
|
7661 |
"the estimated scan time."
|
7662 |
msgstr ""
|
7663 |
|
7664 |
-
#: admin/mscan/mscan.php:
|
7665 |
msgid ""
|
7666 |
"Calculating Scan Time. You can leave the MScan page while a scan is in "
|
7667 |
"progress and the scan will continue until it is completed or you can open "
|
7668 |
"another Browser Tab/Window and leave this Browser Tab/Window open."
|
7669 |
msgstr ""
|
7670 |
|
7671 |
-
#: admin/mscan/mscan.php:
|
7672 |
msgid "Click OK to start scanning or click Cancel."
|
7673 |
msgstr ""
|
7674 |
|
7675 |
-
#: admin/mscan/mscan.php:
|
7676 |
msgid "Click OK to stop scanning or click Cancel."
|
7677 |
msgstr ""
|
7678 |
|
7679 |
-
#: admin/mscan/mscan.php:
|
7680 |
msgid "MScan Options & Tools"
|
7681 |
msgstr ""
|
7682 |
|
7683 |
-
#: admin/mscan/mscan.php:
|
7684 |
msgid "Save MScan Options"
|
7685 |
msgstr ""
|
7686 |
|
7687 |
-
#: admin/mscan/mscan.php:
|
7688 |
msgid ""
|
7689 |
"Skipped file scanning is turned On. There are no skipped files to be "
|
7690 |
"scanned. Either there really are not any skipped files to scan or you have "
|
7691 |
"not run a regular scan yet with the Skipped File Scan option turned Off."
|
7692 |
msgstr ""
|
7693 |
|
7694 |
-
#: admin/mscan/mscan.php:
|
7695 |
msgid "Warning: "
|
7696 |
msgstr ""
|
7697 |
|
7698 |
-
#: admin/mscan/mscan.php:
|
7699 |
msgid ""
|
7700 |
"On some web hosts (Known host issues: SiteGround, Cyon) turning On the "
|
7701 |
"\"Automatically Delete /tmp Files\" option setting will cause your website/"
|
@@ -7704,124 +7736,125 @@ msgid ""
|
|
7704 |
"has crashed."
|
7705 |
msgstr ""
|
7706 |
|
7707 |
-
#: admin/mscan/mscan.php:
|
7708 |
msgid "MScan Options saved."
|
7709 |
msgstr ""
|
7710 |
|
7711 |
-
#: admin/mscan/mscan.php:
|
7712 |
msgid "MScan Options"
|
7713 |
msgstr ""
|
7714 |
|
7715 |
-
#: admin/mscan/mscan.php:
|
7716 |
msgid "MScan Tools"
|
7717 |
msgstr ""
|
7718 |
|
7719 |
-
#: admin/mscan/mscan.php:
|
7720 |
msgid "Folder Name"
|
7721 |
msgstr ""
|
7722 |
|
7723 |
-
#: admin/mscan/mscan.php:
|
7724 |
msgid "Folder is not readable"
|
7725 |
msgstr ""
|
7726 |
|
7727 |
-
#: admin/mscan/mscan.php:
|
7728 |
msgid ""
|
7729 |
"This folder contains another WordPress website. Click the MScan Read Me help "
|
7730 |
"button above and read the \"Scanning Other WordPress Sites\" help section."
|
7731 |
msgstr ""
|
7732 |
|
7733 |
-
#: admin/mscan/mscan.php:
|
7734 |
msgid "Max File Size Limit to Scan:"
|
7735 |
msgstr ""
|
7736 |
|
7737 |
-
#: admin/mscan/mscan.php:
|
7738 |
msgid "Max Time Limit to Scan:"
|
7739 |
msgstr ""
|
7740 |
|
7741 |
-
#: admin/mscan/mscan.php:
|
7742 |
-
msgid "Exclude Individual Folders"
|
7743 |
-
msgstr ""
|
7744 |
-
|
7745 |
-
#: admin/mscan/mscan.php:1013
|
7746 |
msgid "Enter one folder path per line. Include folder slashes."
|
7747 |
msgstr ""
|
7748 |
|
7749 |
-
#: admin/mscan/mscan.php:
|
7750 |
msgid "Example:"
|
7751 |
msgstr ""
|
7752 |
|
7753 |
-
#: admin/mscan/mscan.php:
|
|
|
7754 |
msgid "Click the MScan Read Me help button for more help info."
|
7755 |
msgstr ""
|
7756 |
|
7757 |
-
#: admin/mscan/mscan.php:
|
7758 |
msgid "Database Scan On"
|
7759 |
msgstr ""
|
7760 |
|
7761 |
-
#: admin/mscan/mscan.php:
|
7762 |
msgid "Database Scan Off"
|
7763 |
msgstr ""
|
7764 |
|
7765 |
-
#: admin/mscan/mscan.php:
|
7766 |
msgid "Image File Scan Off"
|
7767 |
msgstr ""
|
7768 |
|
7769 |
-
#: admin/mscan/mscan.php:
|
7770 |
msgid "Image File Scan On"
|
7771 |
msgstr ""
|
7772 |
|
7773 |
-
#: admin/mscan/mscan.php:
|
7774 |
msgid ""
|
7775 |
"When Skipped File Scan is On only skipped files will be scanned. Note: The "
|
7776 |
"only MScan option setting that has any affect while Skipped File Scan is On "
|
7777 |
"is Image File Scan On or Off."
|
7778 |
msgstr ""
|
7779 |
|
7780 |
-
#: admin/mscan/mscan.php:
|
7781 |
msgid "Skipped File Scan Off"
|
7782 |
msgstr ""
|
7783 |
|
7784 |
-
#: admin/mscan/mscan.php:
|
7785 |
msgid "Skipped File Scan On"
|
7786 |
msgstr ""
|
7787 |
|
7788 |
-
#: admin/mscan/mscan.php:
|
7789 |
msgid "Delete Tmp Files Off"
|
7790 |
msgstr ""
|
7791 |
|
7792 |
-
#: admin/mscan/mscan.php:
|
7793 |
msgid "Delete Tmp Files On"
|
7794 |
msgstr ""
|
7795 |
|
7796 |
-
#: admin/mscan/mscan.php:
|
|
|
|
|
|
|
|
|
7797 |
msgid "Scheduled Scan Off"
|
7798 |
msgstr ""
|
7799 |
|
7800 |
-
#: admin/mscan/mscan.php:
|
7801 |
msgid "Run Scan Every 60 Minutes"
|
7802 |
msgstr ""
|
7803 |
|
7804 |
-
#: admin/mscan/mscan.php:
|
7805 |
msgid "Run Scan Every 3 Hours"
|
7806 |
msgstr ""
|
7807 |
|
7808 |
-
#: admin/mscan/mscan.php:
|
7809 |
msgid "Run Scan Every 6 Hours"
|
7810 |
msgstr ""
|
7811 |
|
7812 |
-
#: admin/mscan/mscan.php:
|
7813 |
msgid "Run Scan Every 12 Hours"
|
7814 |
msgstr ""
|
7815 |
|
7816 |
-
#: admin/mscan/mscan.php:
|
7817 |
msgid "Run Scan Every 24 Hours"
|
7818 |
msgstr ""
|
7819 |
|
7820 |
-
#: admin/mscan/mscan.php:
|
7821 |
msgid "Click OK to save MScan Options or click Cancel"
|
7822 |
msgstr ""
|
7823 |
|
7824 |
-
#: admin/mscan/mscan.php:
|
7825 |
msgid ""
|
7826 |
"IMPORTANT: You can stop the scan time estimate if it hangs or is taking too "
|
7827 |
"long by clicking the Stop Scan button.\\n"
|
@@ -7840,7 +7873,7 @@ msgid ""
|
|
7840 |
"OK to get a scan time estimate or click Cancel"
|
7841 |
msgstr ""
|
7842 |
|
7843 |
-
#: admin/mscan/mscan.php:
|
7844 |
msgid ""
|
7845 |
"This tool allows you to delete all of the MScan Status option values.\\n"
|
7846 |
"\\n-------------------------------------------------------------\\n\\nThe "
|
@@ -7852,7 +7885,7 @@ msgid ""
|
|
7852 |
"OK to delete scan status option values or click Cancel"
|
7853 |
msgstr ""
|
7854 |
|
7855 |
-
#: admin/mscan/mscan.php:
|
7856 |
msgid ""
|
7857 |
"Deleting all database scan data is a reset that deletes any/all changes you "
|
7858 |
"have made and saved using the View|Ignore|Delete Suspicious Files and View|"
|
@@ -7861,134 +7894,134 @@ msgid ""
|
|
7861 |
"OK to delete all database Scan Data or click Cancel"
|
7862 |
msgstr ""
|
7863 |
|
7864 |
-
#: admin/mscan/mscan.php:
|
7865 |
msgid " has been deleted."
|
7866 |
msgstr ""
|
7867 |
|
7868 |
-
#: admin/mscan/mscan.php:
|
7869 |
msgid ""
|
7870 |
" Current Status has been changed to Ignored File and this file will not be "
|
7871 |
"scanned in any future MScan Scans."
|
7872 |
msgstr ""
|
7873 |
|
7874 |
-
#: admin/mscan/mscan.php:
|
7875 |
msgid ""
|
7876 |
" Ignored File Status has been removed. The previous Status of the file will "
|
7877 |
"be displayed again and this file will be scanned in future MScan scans."
|
7878 |
msgstr ""
|
7879 |
|
7880 |
-
#: admin/mscan/mscan.php:
|
7881 |
msgid "Close File"
|
7882 |
msgstr ""
|
7883 |
|
7884 |
-
#: admin/mscan/mscan.php:
|
7885 |
-
#: admin/mscan/mscan.php:
|
7886 |
msgid "MScan Pattern Match"
|
7887 |
msgstr ""
|
7888 |
|
7889 |
-
#: admin/mscan/mscan.php:
|
7890 |
msgid ""
|
7891 |
"Only the MScan Pattern Match is displayed for images instead of the image "
|
7892 |
"file code."
|
7893 |
msgstr ""
|
7894 |
|
7895 |
-
#: admin/mscan/mscan.php:
|
7896 |
msgid ""
|
7897 |
"Opening image files to view image file code does not work well in a Browser."
|
7898 |
msgstr ""
|
7899 |
|
7900 |
-
#: admin/mscan/mscan.php:
|
7901 |
msgid ""
|
7902 |
"You can download suspicious image files and use a code editor like Notepad++ "
|
7903 |
"to check image file code for any malicious code."
|
7904 |
msgstr ""
|
7905 |
|
7906 |
-
#: admin/mscan/mscan.php:
|
7907 |
-
#: admin/mscan/mscan.php:
|
7908 |
msgid ""
|
7909 |
"If you are not sure what to check for or what is and is not malicious code "
|
7910 |
"then click the MScan Read Me help button."
|
7911 |
msgstr ""
|
7912 |
|
7913 |
-
#: admin/mscan/mscan.php:
|
7914 |
msgid ""
|
7915 |
"You can use your Browser's Search or Find feature to search the file "
|
7916 |
"contents/code displayed below using the MScan Pattern Match above for the "
|
7917 |
"suspicious code that was detected by MScan."
|
7918 |
msgstr ""
|
7919 |
|
7920 |
-
#: admin/mscan/mscan.php:
|
7921 |
msgid ""
|
7922 |
"You can download suspicious files if you would like to check the file "
|
7923 |
"contents/code more extensively with a code editor like Notepad++."
|
7924 |
msgstr ""
|
7925 |
|
7926 |
-
#: admin/mscan/mscan.php:
|
7927 |
msgid "Current Status"
|
7928 |
msgstr ""
|
7929 |
|
7930 |
-
#: admin/mscan/mscan.php:
|
7931 |
msgid "View<br>File"
|
7932 |
msgstr ""
|
7933 |
|
7934 |
-
#: admin/mscan/mscan.php:
|
7935 |
msgid "Ignore<br>File"
|
7936 |
msgstr ""
|
7937 |
|
7938 |
-
#: admin/mscan/mscan.php:
|
7939 |
msgid "Unignore<br>File"
|
7940 |
msgstr ""
|
7941 |
|
7942 |
-
#: admin/mscan/mscan.php:
|
7943 |
msgid "Delete<br>File"
|
7944 |
msgstr ""
|
7945 |
|
7946 |
-
#: admin/mscan/mscan.php:
|
7947 |
-
#: admin/system-info/system-info.php:
|
7948 |
msgid "File Path"
|
7949 |
msgstr ""
|
7950 |
|
7951 |
-
#: admin/mscan/mscan.php:
|
7952 |
msgid "Pattern<br>Match"
|
7953 |
msgstr ""
|
7954 |
|
7955 |
-
#: admin/mscan/mscan.php:
|
7956 |
msgid "Scan<br>Time"
|
7957 |
msgstr ""
|
7958 |
|
7959 |
-
#: admin/mscan/mscan.php:
|
7960 |
msgid "Skipped File"
|
7961 |
msgstr ""
|
7962 |
|
7963 |
-
#: admin/mscan/mscan.php:
|
7964 |
msgid "Not Scanned"
|
7965 |
msgstr ""
|
7966 |
|
7967 |
-
#: admin/mscan/mscan.php:
|
7968 |
msgid "Ignored File"
|
7969 |
msgstr ""
|
7970 |
|
7971 |
-
#: admin/mscan/mscan.php:
|
7972 |
msgid "Suspicious File"
|
7973 |
msgstr ""
|
7974 |
|
7975 |
-
#: admin/mscan/mscan.php:
|
7976 |
msgid "View"
|
7977 |
msgstr ""
|
7978 |
|
7979 |
-
#: admin/mscan/mscan.php:
|
7980 |
msgid "Ignore"
|
7981 |
msgstr ""
|
7982 |
|
7983 |
-
#: admin/mscan/mscan.php:
|
7984 |
msgid "Unignore"
|
7985 |
msgstr ""
|
7986 |
|
7987 |
-
#: admin/mscan/mscan.php:
|
7988 |
msgid "No Suspicious Files were detected"
|
7989 |
msgstr ""
|
7990 |
|
7991 |
-
#: admin/mscan/mscan.php:
|
7992 |
msgid ""
|
7993 |
"View File Option: Selecting the View File Checkbox Form option will display "
|
7994 |
"the contents of the file that you have selected to view.\\n"
|
@@ -8008,45 +8041,45 @@ msgid ""
|
|
8008 |
"OK to proceed or click Cancel"
|
8009 |
msgstr ""
|
8010 |
|
8011 |
-
#: admin/mscan/mscan.php:
|
8012 |
msgid "Current Status has been changed to Ignored for DB Row ID"
|
8013 |
msgstr ""
|
8014 |
|
8015 |
-
#: admin/mscan/mscan.php:
|
8016 |
msgid "in DB Column"
|
8017 |
msgstr ""
|
8018 |
|
8019 |
-
#: admin/mscan/mscan.php:
|
8020 |
msgid "This DB Entry will not be scanned in any future MScan Scans."
|
8021 |
msgstr ""
|
8022 |
|
8023 |
-
#: admin/mscan/mscan.php:
|
8024 |
msgid "The Ignored DB Entry Status has been removed for DB Row ID"
|
8025 |
msgstr ""
|
8026 |
|
8027 |
-
#: admin/mscan/mscan.php:
|
8028 |
msgid ""
|
8029 |
"The previous Status of the DB Entry will be displayed again and this DB "
|
8030 |
"Entry will be scanned in future MScan scans."
|
8031 |
msgstr ""
|
8032 |
|
8033 |
-
#: admin/mscan/mscan.php:
|
8034 |
msgid "Close"
|
8035 |
msgstr ""
|
8036 |
|
8037 |
-
#: admin/mscan/mscan.php:
|
8038 |
msgid "Pharma Hack DB Table and Column"
|
8039 |
msgstr ""
|
8040 |
|
8041 |
-
#: admin/mscan/mscan.php:
|
8042 |
msgid "Pharma Hack cleanup/removal steps"
|
8043 |
msgstr ""
|
8044 |
|
8045 |
-
#: admin/mscan/mscan.php:
|
8046 |
msgid "Edit your theme's header.php file and delete this code: "
|
8047 |
msgstr ""
|
8048 |
|
8049 |
-
#: admin/mscan/mscan.php:
|
8050 |
msgid ""
|
8051 |
"Delete this file in your theme's root folder: nav.php. Login to your web "
|
8052 |
"host control panel, login to your WP Database using phpMyAdmin and delete "
|
@@ -8055,58 +8088,58 @@ msgid ""
|
|
8055 |
"any that you do see."
|
8056 |
msgstr ""
|
8057 |
|
8058 |
-
#: admin/mscan/mscan.php:
|
8059 |
msgid "DB Table, Column and Row ID"
|
8060 |
msgstr ""
|
8061 |
|
8062 |
-
#: admin/mscan/mscan.php:
|
8063 |
msgid "Steps to view the database data that MScan detected as suspicious"
|
8064 |
msgstr ""
|
8065 |
|
8066 |
-
#: admin/mscan/mscan.php:
|
8067 |
msgid ""
|
8068 |
"Login to your web host control panel, login to your WP Database using "
|
8069 |
"phpMyAdmin and check the data in the DB Table, Column and Row ID shown "
|
8070 |
"above. Note: Look for code that matches the MScan Pattern Match."
|
8071 |
msgstr ""
|
8072 |
|
8073 |
-
#: admin/mscan/mscan.php:
|
8074 |
msgid "View<br>DB Entry"
|
8075 |
msgstr ""
|
8076 |
|
8077 |
-
#: admin/mscan/mscan.php:
|
8078 |
msgid "Ignore<br>DB Entry"
|
8079 |
msgstr ""
|
8080 |
|
8081 |
-
#: admin/mscan/mscan.php:
|
8082 |
msgid "Unignore<br>DB Entry"
|
8083 |
msgstr ""
|
8084 |
|
8085 |
-
#: admin/mscan/mscan.php:
|
8086 |
msgid "DB Table"
|
8087 |
msgstr ""
|
8088 |
|
8089 |
-
#: admin/mscan/mscan.php:
|
8090 |
msgid "DB Column"
|
8091 |
msgstr ""
|
8092 |
|
8093 |
-
#: admin/mscan/mscan.php:
|
8094 |
msgid "DB Row ID"
|
8095 |
msgstr ""
|
8096 |
|
8097 |
-
#: admin/mscan/mscan.php:
|
8098 |
msgid "Ignored DB Entry"
|
8099 |
msgstr ""
|
8100 |
|
8101 |
-
#: admin/mscan/mscan.php:
|
8102 |
msgid "Suspicious DB Entry"
|
8103 |
msgstr ""
|
8104 |
|
8105 |
-
#: admin/mscan/mscan.php:
|
8106 |
msgid "No Suspicious DB Entries were detected"
|
8107 |
msgstr ""
|
8108 |
|
8109 |
-
#: admin/mscan/mscan.php:
|
8110 |
msgid ""
|
8111 |
"View DB Entry Option: Selecting the View DB Entry Checkbox Form option will "
|
8112 |
"display the contents of the DB Table, Column and Row ID that you have "
|
@@ -8124,85 +8157,85 @@ msgid ""
|
|
8124 |
"OK to proceed or click Cancel"
|
8125 |
msgstr ""
|
8126 |
|
8127 |
-
#: admin/mscan/mscan.php:
|
8128 |
msgid "MScan Log ~ "
|
8129 |
msgstr ""
|
8130 |
|
8131 |
-
#: admin/mscan/mscan.php:
|
8132 |
msgid ""
|
8133 |
"Logs MScan Settings, Completion Time, Memory Usage, Zip Backup File Name, "
|
8134 |
"Timestamp..."
|
8135 |
msgstr ""
|
8136 |
|
8137 |
-
#: admin/mscan/mscan.php:
|
8138 |
msgid "Click the Reset Last Modified Time in DB button"
|
8139 |
msgstr ""
|
8140 |
|
8141 |
-
#: admin/mscan/mscan.php:
|
8142 |
msgid "to set the"
|
8143 |
msgstr ""
|
8144 |
|
8145 |
-
#: admin/mscan/mscan.php:
|
8146 |
msgid "Last Modified Time in DB:"
|
8147 |
msgstr ""
|
8148 |
|
8149 |
-
#: admin/mscan/mscan.php:
|
8150 |
msgid "MScan Log File Size: "
|
8151 |
msgstr ""
|
8152 |
|
8153 |
-
#: admin/mscan/mscan.php:
|
8154 |
msgid ""
|
8155 |
"The S-Monitor Email Logging options will only send log files up to 2MB in "
|
8156 |
"size."
|
8157 |
msgstr ""
|
8158 |
|
8159 |
-
#: admin/mscan/mscan.php:
|
8160 |
msgid ""
|
8161 |
"Copy and paste the MScan Log file contents into a Notepad text file on your "
|
8162 |
"computer and save it."
|
8163 |
msgstr ""
|
8164 |
|
8165 |
-
#: admin/mscan/mscan.php:
|
8166 |
msgid "MScan Log Last Modified Time:"
|
8167 |
msgstr ""
|
8168 |
|
8169 |
-
#: admin/mscan/mscan.php:
|
8170 |
msgid "Last Modified Time in File:"
|
8171 |
msgstr ""
|
8172 |
|
8173 |
-
#: admin/mscan/mscan.php:
|
8174 |
msgid ""
|
8175 |
"Success! Your MScan Log has been deleted and replaced with a new blank MScan "
|
8176 |
"Log file."
|
8177 |
msgstr ""
|
8178 |
|
8179 |
-
#: admin/mscan/mscan.php:
|
8180 |
msgid "Clicking OK will delete the contents of your MScan Log file."
|
8181 |
msgstr ""
|
8182 |
|
8183 |
-
#: admin/mscan/mscan.php:
|
8184 |
msgid ""
|
8185 |
"The MScan Log File Was Not Found! Check that the file really exists here - /"
|
8186 |
msgstr ""
|
8187 |
|
8188 |
-
#: admin/mscan/mscan.php:
|
8189 |
msgid "/bps-backup/logs/mscan_log.txt and is named correctly."
|
8190 |
msgstr ""
|
8191 |
|
8192 |
-
#: admin/mscan/mscan.php:
|
8193 |
msgid "File Open and Write test successful! Your MScan Log file is writable."
|
8194 |
msgstr ""
|
8195 |
|
8196 |
-
#: admin/mscan/mscan.php:
|
8197 |
msgid "Success! Your MScan Log file has been updated."
|
8198 |
msgstr ""
|
8199 |
|
8200 |
-
#: admin/security-log/security-log.php:
|
8201 |
msgid "BulletProof Security ~ Security Log"
|
8202 |
msgstr ""
|
8203 |
|
8204 |
-
#: admin/security-log/security-log.php:
|
8205 |
-
#: admin/security-log/security-log.php:
|
8206 |
msgid ""
|
8207 |
"Error: Unable to turn Logging Off. Either the root .htaccess file is not "
|
8208 |
"writable, it does not exist or the ErrorDocument .htaccess code does not "
|
@@ -8210,12 +8243,12 @@ msgid ""
|
|
8210 |
"exists, the code exists and that file permissions allow writing."
|
8211 |
msgstr ""
|
8212 |
|
8213 |
-
#: admin/security-log/security-log.php:
|
8214 |
msgid "Logging has been turned Off"
|
8215 |
msgstr ""
|
8216 |
|
8217 |
-
#: admin/security-log/security-log.php:
|
8218 |
-
#: admin/security-log/security-log.php:
|
8219 |
msgid ""
|
8220 |
"Error: Unable to turn Logging On. Either the root .htaccess file is not "
|
8221 |
"writable, it does not exist or the ErrorDocument .htaccess code does not "
|
@@ -8223,33 +8256,33 @@ msgid ""
|
|
8223 |
"exists, the code exists and that file permissions allow writing."
|
8224 |
msgstr ""
|
8225 |
|
8226 |
-
#: admin/security-log/security-log.php:
|
8227 |
msgid "Logging has been turned On"
|
8228 |
msgstr ""
|
8229 |
|
8230 |
-
#: admin/security-log/security-log.php:
|
8231 |
msgid "Security Log ~ "
|
8232 |
msgstr ""
|
8233 |
|
8234 |
-
#: admin/security-log/security-log.php:
|
8235 |
msgid ""
|
8236 |
"Logs Blocked Hackers & Spammers ~ HTTP 400, 403, 404, 405 & 410 Logging ~ "
|
8237 |
"Troubleshooting Tool"
|
8238 |
msgstr ""
|
8239 |
|
8240 |
-
#: admin/security-log/security-log.php:
|
8241 |
msgid "Forum Help Links & Bonus Custom Code: "
|
8242 |
msgstr ""
|
8243 |
|
8244 |
-
#: admin/security-log/security-log.php:
|
8245 |
msgid "POST Request Attack Protection"
|
8246 |
msgstr ""
|
8247 |
|
8248 |
-
#: admin/security-log/security-log.php:
|
8249 |
msgid "Security Log General Information"
|
8250 |
msgstr ""
|
8251 |
|
8252 |
-
#: admin/security-log/security-log.php:
|
8253 |
msgid ""
|
8254 |
"To view your Security Log click the View Log button. Your Security Log file "
|
8255 |
"is a plain text static file and not a dynamic file or dynamic display to "
|
@@ -8258,13 +8291,13 @@ msgid ""
|
|
8258 |
"and Time. You can copy, edit and delete this plain text file."
|
8259 |
msgstr ""
|
8260 |
|
8261 |
-
#: admin/security-log/security-log.php:
|
8262 |
msgid ""
|
8263 |
"Security Log Email Alert and Log file option settings are on the Email|Log "
|
8264 |
"Settings page."
|
8265 |
msgstr ""
|
8266 |
|
8267 |
-
#: admin/security-log/security-log.php:
|
8268 |
msgid ""
|
8269 |
"If a particular User Agent|Bot is generating excessive log entries you can "
|
8270 |
"add it to Add User Agents|Bots to Ignore|Not Log tool and that User Agent|"
|
@@ -8272,7 +8305,7 @@ msgid ""
|
|
8272 |
"help section."
|
8273 |
msgstr ""
|
8274 |
|
8275 |
-
#: admin/security-log/security-log.php:
|
8276 |
msgid ""
|
8277 |
"BPS logs all 403 errors, but a 403 error may not necessarily be caused by "
|
8278 |
"BPS. Use the troubleshooting steps in the BPS Troubleshooting Steps link at "
|
@@ -8280,7 +8313,7 @@ msgid ""
|
|
8280 |
"error is being caused by BPS."
|
8281 |
msgstr ""
|
8282 |
|
8283 |
-
#: admin/security-log/security-log.php:
|
8284 |
msgid ""
|
8285 |
"The Security Log logs 400, 403, 405 and 410 HTTP Response Status Codes by "
|
8286 |
"default. You can also log 404 HTTP Response Status Codes by opening this BPS "
|
@@ -8291,17 +8324,17 @@ msgid ""
|
|
8291 |
"the "
|
8292 |
msgstr ""
|
8293 |
|
8294 |
-
#: admin/security-log/security-log.php:
|
8295 |
-
#: admin/security-log/security-log.php:
|
8296 |
msgid "Total # of Security Log Entries by Type"
|
8297 |
msgstr ""
|
8298 |
|
8299 |
-
#: admin/security-log/security-log.php:
|
8300 |
msgid ""
|
8301 |
" help section below for a complete list of BPS Security Log Entry Types."
|
8302 |
msgstr ""
|
8303 |
|
8304 |
-
#: admin/security-log/security-log.php:
|
8305 |
msgid ""
|
8306 |
"Displays the total number of each type of Security Log Entry in your "
|
8307 |
"Security Log file. The Total # of Security Log Entries by Type is also added "
|
@@ -8314,30 +8347,30 @@ msgid ""
|
|
8314 |
"Security Log Entry Types. BPS Pro has a total of 27 Security Log Entry Types."
|
8315 |
msgstr ""
|
8316 |
|
8317 |
-
#: admin/security-log/security-log.php:
|
8318 |
msgid "HTTP Response Status Codes"
|
8319 |
msgstr ""
|
8320 |
|
8321 |
-
#: admin/security-log/security-log.php:
|
8322 |
msgid ""
|
8323 |
"400 Bad Request - The request could not be understood by the server due to "
|
8324 |
"malformed syntax."
|
8325 |
msgstr ""
|
8326 |
|
8327 |
-
#: admin/security-log/security-log.php:
|
8328 |
msgid ""
|
8329 |
"403 Forbidden - The Server understood the request, but is refusing to "
|
8330 |
"fulfill it."
|
8331 |
msgstr ""
|
8332 |
|
8333 |
-
#: admin/security-log/security-log.php:
|
8334 |
msgid ""
|
8335 |
"404 Not Found - The Server has not found anything matching the Request-URI|"
|
8336 |
"URL. No indication is given of whether the condition is temporary or "
|
8337 |
"permanent."
|
8338 |
msgstr ""
|
8339 |
|
8340 |
-
#: admin/security-log/security-log.php:
|
8341 |
msgid ""
|
8342 |
"405 Method Not Allowed - The method specified in the Request-Line is not "
|
8343 |
"allowed for the resource identified by the Request-URI. The response MUST "
|
@@ -8347,18 +8380,18 @@ msgid ""
|
|
8347 |
"Methods."
|
8348 |
msgstr ""
|
8349 |
|
8350 |
-
#: admin/security-log/security-log.php:
|
8351 |
msgid ""
|
8352 |
"410 Gone - The requested resource is no longer available at the Server/site "
|
8353 |
"and no forwarding address is known. This condition is expected to be "
|
8354 |
"considered permanent."
|
8355 |
msgstr ""
|
8356 |
|
8357 |
-
#: admin/security-log/security-log.php:
|
8358 |
msgid "Security Log File Size"
|
8359 |
msgstr ""
|
8360 |
|
8361 |
-
#: admin/security-log/security-log.php:
|
8362 |
msgid ""
|
8363 |
"Displays the size of your Security Log file. 500KB is the optimum "
|
8364 |
"recommended log file size setting that you should choose for your log file "
|
@@ -8366,50 +8399,50 @@ msgid ""
|
|
8366 |
"Log file."
|
8367 |
msgstr ""
|
8368 |
|
8369 |
-
#: admin/security-log/security-log.php:
|
8370 |
msgid "Security Log Status:"
|
8371 |
msgstr ""
|
8372 |
|
8373 |
-
#: admin/security-log/security-log.php:
|
8374 |
msgid "Displays either Logging is Turned On or Logging is Turned Off."
|
8375 |
msgstr ""
|
8376 |
|
8377 |
-
#: admin/security-log/security-log.php:
|
8378 |
msgid "Security Log Last Modified Time:"
|
8379 |
msgstr ""
|
8380 |
|
8381 |
-
#: admin/security-log/security-log.php:
|
8382 |
msgid "Displays the last time a Security Log entry was logged."
|
8383 |
msgstr ""
|
8384 |
|
8385 |
-
#: admin/security-log/security-log.php:
|
8386 |
msgid "Turn Off Logging"
|
8387 |
msgstr ""
|
8388 |
|
8389 |
-
#: admin/security-log/security-log.php:
|
8390 |
msgid "Turns Off HTTP 400, 403, 404, 405 & 410 Security Logging."
|
8391 |
msgstr ""
|
8392 |
|
8393 |
-
#: admin/security-log/security-log.php:
|
8394 |
msgid "Turn On Logging"
|
8395 |
msgstr ""
|
8396 |
|
8397 |
-
#: admin/security-log/security-log.php:
|
8398 |
msgid "Turns On HTTP 400, 403, 404, 405 & 410 Security Logging."
|
8399 |
msgstr ""
|
8400 |
|
8401 |
-
#: admin/security-log/security-log.php:
|
8402 |
msgid ""
|
8403 |
"Clicking the Delete Log button will delete the entire contents of your "
|
8404 |
"Security Log File."
|
8405 |
msgstr ""
|
8406 |
|
8407 |
-
#: admin/security-log/security-log.php:
|
8408 |
-
#: admin/security-log/security-log.php:
|
8409 |
msgid "POST Request Body Data"
|
8410 |
msgstr ""
|
8411 |
|
8412 |
-
#: admin/security-log/security-log.php:
|
8413 |
msgid ""
|
8414 |
"The POST Request Body Data option settings only affect the REQUEST BODY "
|
8415 |
"Security Log field in your Security Log entries when a POST Request is "
|
@@ -8420,7 +8453,7 @@ msgid ""
|
|
8420 |
"not all POST Request Attacks will be captured/logged in the Security Log."
|
8421 |
msgstr ""
|
8422 |
|
8423 |
-
#: admin/security-log/security-log.php:
|
8424 |
msgid ""
|
8425 |
"The default POST Request Body Data option setting is \"Do Not Log POST "
|
8426 |
"Request Body Data (0KB)\", which means do not capture/log the POST Request "
|
@@ -8435,7 +8468,7 @@ msgid ""
|
|
8435 |
"Maximum...\" POST Request Body Data option settings."
|
8436 |
msgstr ""
|
8437 |
|
8438 |
-
#: admin/security-log/security-log.php:
|
8439 |
msgid ""
|
8440 |
"The \"Log Minimum POST Request Body Data (5KB)\" option setting will capture/"
|
8441 |
"log the first 500 characters or 5KB of hacker code used to attack your "
|
@@ -8447,7 +8480,7 @@ msgid ""
|
|
8447 |
"field. Hacker scripts typically range in size from 20KB to 100KB on average."
|
8448 |
msgstr ""
|
8449 |
|
8450 |
-
#: admin/security-log/security-log.php:
|
8451 |
msgid ""
|
8452 |
"If you are using email security protection on your computer then your "
|
8453 |
"automatically zipped and emailed BPS Security Log files may be seen as "
|
@@ -8460,12 +8493,12 @@ msgid ""
|
|
8460 |
"option setting instead."
|
8461 |
msgstr ""
|
8462 |
|
8463 |
-
#: admin/security-log/security-log.php:
|
8464 |
msgid ""
|
8465 |
"Ignoring|Not Logging User Agents|Bots - Allowing|Logging User Agents|Bots"
|
8466 |
msgstr ""
|
8467 |
|
8468 |
-
#: admin/security-log/security-log.php:
|
8469 |
msgid ""
|
8470 |
"Adding or Removing User Agents|Bots adds or removes User Agents|Bots to your "
|
8471 |
"Database and also writes new code to the 403.php Security Logging template. "
|
@@ -8480,7 +8513,7 @@ msgid ""
|
|
8480 |
"file."
|
8481 |
msgstr ""
|
8482 |
|
8483 |
-
#: admin/security-log/security-log.php:
|
8484 |
msgid ""
|
8485 |
"If a particular User Agent|Bot is being logged excessively in your Security "
|
8486 |
"Log file you can Ignore|Not Log that particular User Agent|Bot based on the "
|
@@ -8493,22 +8526,22 @@ msgid ""
|
|
8493 |
"facebook User Agent|Bot."
|
8494 |
msgstr ""
|
8495 |
|
8496 |
-
#: admin/security-log/security-log.php:
|
8497 |
-
#: admin/security-log/security-log.php:
|
8498 |
msgid "Add User Agents|Bots to Ignore|Not Log"
|
8499 |
msgstr ""
|
8500 |
|
8501 |
-
#: admin/security-log/security-log.php:
|
8502 |
msgid ""
|
8503 |
"Add the User Agent|Bot names you would like to Ignore|Not Log in your "
|
8504 |
"Security Log. These code characters are not allowed to be used: "
|
8505 |
msgstr ""
|
8506 |
|
8507 |
-
#: admin/security-log/security-log.php:
|
8508 |
msgid "Removing User Agents|Bots to Allow|Log"
|
8509 |
msgstr ""
|
8510 |
|
8511 |
-
#: admin/security-log/security-log.php:
|
8512 |
msgid ""
|
8513 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
8514 |
"the text box blank and click the Remove|Allow button. You will see a "
|
@@ -8521,11 +8554,11 @@ msgid ""
|
|
8521 |
"Agents|Bots logged again in your Security Log."
|
8522 |
msgstr ""
|
8523 |
|
8524 |
-
#: admin/security-log/security-log.php:
|
8525 |
msgid "View Log"
|
8526 |
msgstr ""
|
8527 |
|
8528 |
-
#: admin/security-log/security-log.php:
|
8529 |
msgid ""
|
8530 |
"In previous versions of BPS the Security Log was displayed open by default. "
|
8531 |
"The Security Log is now closed by default due to problems with ModSecurity "
|
@@ -8535,7 +8568,7 @@ msgid ""
|
|
8535 |
"file manager and opening the Security Log file located here "
|
8536 |
msgstr ""
|
8537 |
|
8538 |
-
#: admin/security-log/security-log.php:
|
8539 |
msgid ""
|
8540 |
"The new View Log feature also resolves another problem, which is if the "
|
8541 |
"Security Log file automation is not working due to WP Cron jobs being "
|
@@ -8548,303 +8581,303 @@ msgid ""
|
|
8548 |
"button."
|
8549 |
msgstr ""
|
8550 |
|
8551 |
-
#: admin/security-log/security-log.php:
|
8552 |
msgid "There are no Security Log Entries yet."
|
8553 |
msgstr ""
|
8554 |
|
8555 |
-
#: admin/security-log/security-log.php:
|
8556 |
msgid "Total "
|
8557 |
msgstr ""
|
8558 |
|
8559 |
-
#: admin/security-log/security-log.php:
|
8560 |
msgid " Log Entries: "
|
8561 |
msgstr ""
|
8562 |
|
8563 |
-
#: admin/security-log/security-log.php:
|
8564 |
-
#: admin/security-log/security-log.php:
|
8565 |
msgid "Security Log File Size: "
|
8566 |
msgstr ""
|
8567 |
|
8568 |
-
#: admin/security-log/security-log.php:
|
8569 |
msgid ""
|
8570 |
"Your Security Log file is larger than 2MB. It appears that BPS is unable to "
|
8571 |
"automatically zip, email and delete your Security Log file."
|
8572 |
msgstr ""
|
8573 |
|
8574 |
-
#: admin/security-log/security-log.php:
|
8575 |
msgid "Check your Email Alerts & Log File Options."
|
8576 |
msgstr ""
|
8577 |
|
8578 |
-
#: admin/security-log/security-log.php:
|
8579 |
msgid ""
|
8580 |
"You can manually delete the contents of this log file by clicking the Delete "
|
8581 |
"Log button."
|
8582 |
msgstr ""
|
8583 |
|
8584 |
-
#: admin/security-log/security-log.php:
|
8585 |
-
#: admin/security-log/security-log.php:
|
8586 |
msgid "Security Log Status: "
|
8587 |
msgstr ""
|
8588 |
|
8589 |
-
#: admin/security-log/security-log.php:
|
8590 |
msgid "Logging is Turned Off"
|
8591 |
msgstr ""
|
8592 |
|
8593 |
-
#: admin/security-log/security-log.php:
|
8594 |
msgid "Logging is Turned On"
|
8595 |
msgstr ""
|
8596 |
|
8597 |
-
#: admin/security-log/security-log.php:
|
8598 |
msgid "Security Log Last Modified Time: "
|
8599 |
msgstr ""
|
8600 |
|
8601 |
-
#: admin/security-log/security-log.php:
|
8602 |
msgid ""
|
8603 |
"Success! Your Security Log file has been deleted and replaced with a new "
|
8604 |
"blank Security Log file."
|
8605 |
msgstr ""
|
8606 |
|
8607 |
-
#: admin/security-log/security-log.php:
|
8608 |
msgid "Error: "
|
8609 |
msgstr ""
|
8610 |
|
8611 |
-
#: admin/security-log/security-log.php:
|
8612 |
msgid ""
|
8613 |
" User Agent|Bot was not successfully added. These code characters are not "
|
8614 |
"allowed to be used: "
|
8615 |
msgstr ""
|
8616 |
|
8617 |
-
#: admin/security-log/security-log.php:
|
8618 |
msgid " Click the Read Help button for examples of valid User Agent|Bot names."
|
8619 |
msgstr ""
|
8620 |
|
8621 |
-
#: admin/security-log/security-log.php:
|
8622 |
msgid "Success! "
|
8623 |
msgstr ""
|
8624 |
|
8625 |
-
#: admin/security-log/security-log.php:
|
8626 |
msgid " User Agent|Bot has been added to your DB. "
|
8627 |
msgstr ""
|
8628 |
|
8629 |
-
#: admin/security-log/security-log.php:
|
8630 |
msgid ""
|
8631 |
"Error: You did not enter a User Agent|Bot name. User Agent|Bot was not "
|
8632 |
"successfully added."
|
8633 |
msgstr ""
|
8634 |
|
8635 |
-
#: admin/security-log/security-log.php:
|
8636 |
-
#: admin/security-log/security-log.php:
|
8637 |
-
#: admin/wizard/wizard.php:312 admin/wizard/wizard.php:318
|
8638 |
#: admin/wizard/wizard.php:324 admin/wizard/wizard.php:330
|
|
|
8639 |
msgid "Error: The "
|
8640 |
msgstr ""
|
8641 |
|
8642 |
-
#: admin/security-log/security-log.php:
|
8643 |
-
#: admin/security-log/security-log.php:
|
8644 |
msgid " does not exist."
|
8645 |
msgstr ""
|
8646 |
|
8647 |
-
#: admin/security-log/security-log.php:
|
8648 |
-
#: admin/security-log/security-log.php:
|
8649 |
-
#: admin/security-log/security-log.php:
|
8650 |
msgid "Error: Unable to write to file "
|
8651 |
msgstr ""
|
8652 |
|
8653 |
-
#: admin/security-log/security-log.php:
|
8654 |
-
#: admin/security-log/security-log.php:
|
8655 |
-
#: admin/security-log/security-log.php:
|
8656 |
msgid ""
|
8657 |
". Check that file permissions allow writing to this file. If you have a DSO "
|
8658 |
"Server check file and folder Ownership."
|
8659 |
msgstr ""
|
8660 |
|
8661 |
-
#: admin/security-log/security-log.php:
|
8662 |
msgid ""
|
8663 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
8664 |
"This User Agent|Bot will be no longer be logged in your Security Log."
|
8665 |
msgstr ""
|
8666 |
|
8667 |
-
#: admin/security-log/security-log.php:
|
8668 |
msgid " Do Not Log POST Request Body Data (0KB)"
|
8669 |
msgstr ""
|
8670 |
|
8671 |
-
#: admin/security-log/security-log.php:
|
8672 |
msgid " Log Minimum POST Request Body Data (5KB)"
|
8673 |
msgstr ""
|
8674 |
|
8675 |
-
#: admin/security-log/security-log.php:
|
8676 |
msgid " Log Maximum POST Request Body Data (250KB)"
|
8677 |
msgstr ""
|
8678 |
|
8679 |
-
#: admin/security-log/security-log.php:
|
8680 |
msgid "Click the Read Me Help button for examples"
|
8681 |
msgstr ""
|
8682 |
|
8683 |
-
#: admin/security-log/security-log.php:
|
8684 |
msgid ""
|
8685 |
"Clicking OK will Add the User Agent|Bot name you have entered to your DB and "
|
8686 |
"the 403.php Security Logging template."
|
8687 |
msgstr ""
|
8688 |
|
8689 |
-
#: admin/security-log/security-log.php:
|
8690 |
msgid ""
|
8691 |
"Security logging checks are done by the 403.php Security Logging file and "
|
8692 |
"not by DB Queries."
|
8693 |
msgstr ""
|
8694 |
|
8695 |
-
#: admin/security-log/security-log.php:
|
8696 |
msgid ""
|
8697 |
"To remove User Agents|Bots from being ignored/not logged use the Remove|"
|
8698 |
"Allow tool."
|
8699 |
msgstr ""
|
8700 |
|
8701 |
-
#: admin/security-log/security-log.php:
|
8702 |
msgid "Remove User Agents|Bots to Allow|Log"
|
8703 |
msgstr ""
|
8704 |
|
8705 |
-
#: admin/security-log/security-log.php:
|
8706 |
msgid ""
|
8707 |
"Clicking OK will search your database and display User Agent|Bot DB search "
|
8708 |
"results in a Dynamic Radio button Form."
|
8709 |
msgstr ""
|
8710 |
|
8711 |
-
#: admin/security-log/security-log.php:
|
8712 |
msgid ""
|
8713 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
8714 |
"the text box blank and click the Remove|Allow button."
|
8715 |
msgstr ""
|
8716 |
|
8717 |
-
#: admin/security-log/security-log.php:
|
8718 |
msgid "Click OK to Turn Off Error Logging or click Cancel."
|
8719 |
msgstr ""
|
8720 |
|
8721 |
-
#: admin/security-log/security-log.php:
|
8722 |
msgid "Click OK to Turn On Logging or click Cancel."
|
8723 |
msgstr ""
|
8724 |
|
8725 |
-
#: admin/security-log/security-log.php:
|
8726 |
msgid "Clicking OK will delete the contents of your Security Log file."
|
8727 |
msgstr ""
|
8728 |
|
8729 |
-
#: admin/security-log/security-log.php:
|
8730 |
-
#: admin/security-log/security-log.php:
|
8731 |
msgid "Remove"
|
8732 |
msgstr ""
|
8733 |
|
8734 |
-
#: admin/security-log/security-log.php:
|
8735 |
#, php-format
|
8736 |
msgid "%s unable to delete row from your DB."
|
8737 |
msgstr ""
|
8738 |
|
8739 |
-
#: admin/security-log/security-log.php:
|
8740 |
#, php-format
|
8741 |
msgid "%s has been deleted from your DB."
|
8742 |
msgstr ""
|
8743 |
|
8744 |
-
#: admin/security-log/security-log.php:
|
8745 |
msgid ""
|
8746 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
8747 |
"This User Agent|Bot will be logged again in your Security Log."
|
8748 |
msgstr ""
|
8749 |
|
8750 |
-
#: admin/security-log/security-log.php:
|
8751 |
msgid "Error: These code characters are not allowed to be used: "
|
8752 |
msgstr ""
|
8753 |
|
8754 |
-
#: admin/security-log/security-log.php:
|
8755 |
msgid "Search Results For User Agents|Bots To Remove"
|
8756 |
msgstr ""
|
8757 |
|
8758 |
-
#: admin/security-log/security-log.php:
|
8759 |
msgid "User Agents|Bots in DB"
|
8760 |
msgstr ""
|
8761 |
|
8762 |
-
#: admin/security-log/security-log.php:
|
8763 |
msgid "Do Not<br>Remove"
|
8764 |
msgstr ""
|
8765 |
|
8766 |
-
#: admin/security-log/security-log.php:
|
8767 |
msgid "Time Added<br>To DB"
|
8768 |
msgstr ""
|
8769 |
|
8770 |
-
#: admin/security-log/security-log.php:
|
8771 |
msgid ""
|
8772 |
"Your DB Search Results For User Agents|Bots To Remove are displayed below "
|
8773 |
"the Remove|Allow Search tool."
|
8774 |
msgstr ""
|
8775 |
|
8776 |
-
#: admin/security-log/security-log.php:
|
8777 |
msgid ""
|
8778 |
"You do not have any User Agents|Bots in your DB To Remove. An empty/blank "
|
8779 |
"dynamic radio button form is displayed below the Remove|Allow Search tool "
|
8780 |
"since you do not have any User Agents|Bot to remove."
|
8781 |
msgstr ""
|
8782 |
|
8783 |
-
#: admin/security-log/security-log.php:
|
8784 |
msgid ""
|
8785 |
"Clicking OK will Remove the User Agent|Bot DB entries for any Remove Radio "
|
8786 |
"button selections you have made. User Agents|Bots will also be removed from "
|
8787 |
"the 403.php Security Logging template."
|
8788 |
msgstr ""
|
8789 |
|
8790 |
-
#: admin/security-log/security-log.php:
|
8791 |
msgid "To add a User Agent|Bot, use the Add|Ignore tool."
|
8792 |
msgstr ""
|
8793 |
|
8794 |
-
#: admin/security-log/security-log.php:
|
8795 |
msgid "Clicking OK will display the contents of your Security Log file."
|
8796 |
msgstr ""
|
8797 |
|
8798 |
-
#: admin/security-log/security-log.php:
|
8799 |
msgid "Click OK to view the Log file or click Cancel."
|
8800 |
msgstr ""
|
8801 |
|
8802 |
-
#: admin/security-log/security-log.php:
|
8803 |
msgid ""
|
8804 |
"The Security Log File Was Not Found! Check that the file really exists here "
|
8805 |
"- /"
|
8806 |
msgstr ""
|
8807 |
|
8808 |
-
#: admin/security-log/security-log.php:
|
8809 |
msgid "/bps-backup/logs/http_error_log.txt and is named correctly."
|
8810 |
msgstr ""
|
8811 |
|
8812 |
-
#: admin/security-log/security-log.php:
|
8813 |
msgid ""
|
8814 |
"File Open and Write test successful! Your Security Log file is writable. "
|
8815 |
"Click the View Log button."
|
8816 |
msgstr ""
|
8817 |
|
8818 |
-
#: admin/security-log/security-log.php:
|
8819 |
-
#: admin/security-log/security-log.php:
|
8820 |
msgid "Success! Your Security Log file has been updated."
|
8821 |
msgstr ""
|
8822 |
|
8823 |
-
#: admin/system-info/system-info.php:
|
8824 |
msgid "BulletProof Security ~ System Information"
|
8825 |
msgstr ""
|
8826 |
|
8827 |
-
#: admin/system-info/system-info.php:
|
8828 |
msgid "Website Headers Check Tool"
|
8829 |
msgstr ""
|
8830 |
|
8831 |
-
#: admin/system-info/system-info.php:
|
8832 |
msgid "System Information"
|
8833 |
msgstr ""
|
8834 |
|
8835 |
-
#: admin/system-info/system-info.php:
|
8836 |
msgid "File|Folder Permissions & UID"
|
8837 |
msgstr ""
|
8838 |
|
8839 |
-
#: admin/system-info/system-info.php:
|
8840 |
msgid "DSO Server Setup Steps"
|
8841 |
msgstr ""
|
8842 |
|
8843 |
-
#: admin/system-info/system-info.php:
|
8844 |
msgid "File|Folder Diagnostic & Troubleshooting Info"
|
8845 |
msgstr ""
|
8846 |
|
8847 |
-
#: admin/system-info/system-info.php:
|
8848 |
msgid ""
|
8849 |
"The file/folder permissions and UID checks are mainly for diagnostic "
|
8850 |
"troubleshooting so that you can check permissions or the UID of mission "
|
@@ -8853,11 +8886,11 @@ msgid ""
|
|
8853 |
"but this is not an essential or critical thing to do these days."
|
8854 |
msgstr ""
|
8855 |
|
8856 |
-
#: admin/system-info/system-info.php:
|
8857 |
msgid "Script Owner User ID (UID)|File Owner User ID"
|
8858 |
msgstr ""
|
8859 |
|
8860 |
-
#: admin/system-info/system-info.php:
|
8861 |
msgid ""
|
8862 |
"Your Script Owner User ID (UID) and File Owner User ID should match. If they "
|
8863 |
"do not match for any folders then you will need to change the Owner of that "
|
@@ -8865,11 +8898,11 @@ msgid ""
|
|
8865 |
"Setup Steps Forum Help Link at the top of this Read Me help window."
|
8866 |
msgstr ""
|
8867 |
|
8868 |
-
#: admin/system-info/system-info.php:
|
8869 |
msgid "CGI And DSO File And Folder Permission Recommendations"
|
8870 |
msgstr ""
|
8871 |
|
8872 |
-
#: admin/system-info/system-info.php:
|
8873 |
msgid ""
|
8874 |
"If your Server API (SAPI) is CGI you will see a table displayed with "
|
8875 |
"recommendations for file and folder permissions for CGI. If your SAPI is DSO/"
|
@@ -8877,7 +8910,7 @@ msgid ""
|
|
8877 |
"recommendations for DSO."
|
8878 |
msgstr ""
|
8879 |
|
8880 |
-
#: admin/system-info/system-info.php:
|
8881 |
msgid ""
|
8882 |
"If your Host is using CGI, but they do not allow you to set your folder "
|
8883 |
"permissions more restrictive to 705 and file permissions more restrictive to "
|
@@ -8890,7 +8923,7 @@ msgid ""
|
|
8890 |
"things that they specifically allow or do not allow."
|
8891 |
msgstr ""
|
8892 |
|
8893 |
-
#: admin/system-info/system-info.php:
|
8894 |
msgid ""
|
8895 |
"Most Hosts now use 705 Root folder permissions. Your Host might not be doing "
|
8896 |
"this or allow this, but typically 755 is fine for your Root folder. CGI 604 "
|
@@ -8898,11 +8931,11 @@ msgid ""
|
|
8898 |
"have been discovered with WP or with WP Plugins."
|
8899 |
msgstr ""
|
8900 |
|
8901 |
-
#: admin/system-info/system-info.php:
|
8902 |
msgid "The /"
|
8903 |
msgstr ""
|
8904 |
|
8905 |
-
#: admin/system-info/system-info.php:
|
8906 |
msgid ""
|
8907 |
"/bps-backup/ folder permission recommendation is 755 for CGI or DSO for "
|
8908 |
"compatibility reasons. The /bps-backup folder has a deny all htaccess file "
|
@@ -8910,743 +8943,743 @@ msgid ""
|
|
8910 |
"permissions for this folder are irrelevant."
|
8911 |
msgstr ""
|
8912 |
|
8913 |
-
#: admin/system-info/system-info.php:
|
8914 |
msgid ""
|
8915 |
"Your current file and folder permissions are shown below with suggested/"
|
8916 |
"recommended file and folder permissions. "
|
8917 |
msgstr ""
|
8918 |
|
8919 |
-
#: admin/system-info/system-info.php:
|
8920 |
msgid ""
|
8921 |
"Not all web hosts will allow you to set your folder permissions to these "
|
8922 |
"Recommended folder permissions."
|
8923 |
msgstr ""
|
8924 |
|
8925 |
-
#: admin/system-info/system-info.php:
|
8926 |
msgid ""
|
8927 |
"If you see 500 errors after changing your folder permissions than change "
|
8928 |
"them back to what they were before."
|
8929 |
msgstr ""
|
8930 |
|
8931 |
-
#: admin/system-info/system-info.php:
|
8932 |
msgid "BPS Pro Video Tutorial links can be found in the Help & FAQ pages."
|
8933 |
msgstr ""
|
8934 |
|
8935 |
-
#: admin/system-info/system-info.php:
|
8936 |
msgid "Website|Server|Opcode Cache|Accelerators|IP Info"
|
8937 |
msgstr ""
|
8938 |
|
8939 |
-
#: admin/system-info/system-info.php:
|
8940 |
msgid "SQL Database Info|WordPress Site Info|Misc Checks"
|
8941 |
msgstr ""
|
8942 |
|
8943 |
-
#: admin/system-info/system-info.php:
|
8944 |
-
#: admin/system-info/system-info.php:
|
8945 |
msgid "Server|Website IP Address: "
|
8946 |
msgstr ""
|
8947 |
|
8948 |
-
#: admin/system-info/system-info.php:
|
8949 |
msgid "HTTP_CLIENT_IP IP Address: "
|
8950 |
msgstr ""
|
8951 |
|
8952 |
-
#: admin/system-info/system-info.php:
|
8953 |
msgid "Proxy X-Forwarded-For IP Address: "
|
8954 |
msgstr ""
|
8955 |
|
8956 |
-
#: admin/system-info/system-info.php:
|
8957 |
msgid "Public Internet IP Address (ISP): "
|
8958 |
msgstr ""
|
8959 |
|
8960 |
-
#: admin/system-info/system-info.php:
|
8961 |
msgid "Must-Use Plugins"
|
8962 |
msgstr ""
|
8963 |
|
8964 |
-
#: admin/system-info/system-info.php:
|
8965 |
msgid "Installed"
|
8966 |
msgstr ""
|
8967 |
|
8968 |
-
#: admin/system-info/system-info.php:
|
8969 |
msgid "Website Root URL"
|
8970 |
msgstr ""
|
8971 |
|
8972 |
-
#: admin/system-info/system-info.php:
|
8973 |
msgid "Document Root Path"
|
8974 |
msgstr ""
|
8975 |
|
8976 |
-
#: admin/system-info/system-info.php:
|
8977 |
msgid "WP ABSPATH"
|
8978 |
msgstr ""
|
8979 |
|
8980 |
-
#: admin/system-info/system-info.php:
|
8981 |
msgid "Parent Directory"
|
8982 |
msgstr ""
|
8983 |
|
8984 |
-
#: admin/system-info/system-info.php:
|
8985 |
msgid "Host by Address"
|
8986 |
msgstr ""
|
8987 |
|
8988 |
-
#: admin/system-info/system-info.php:
|
8989 |
msgid "DNS Name Server"
|
8990 |
msgstr ""
|
8991 |
|
8992 |
-
#: admin/system-info/system-info.php:
|
8993 |
msgid "DNS Name Server Not Available"
|
8994 |
msgstr ""
|
8995 |
|
8996 |
-
#: admin/system-info/system-info.php:
|
8997 |
msgid "Server Type"
|
8998 |
msgstr ""
|
8999 |
|
9000 |
-
#: admin/system-info/system-info.php:
|
9001 |
msgid "Operating System"
|
9002 |
msgstr ""
|
9003 |
|
9004 |
-
#: admin/system-info/system-info.php:
|
9005 |
msgid "WP Filesystem API Method"
|
9006 |
msgstr ""
|
9007 |
|
9008 |
-
#: admin/system-info/system-info.php:
|
9009 |
msgid "Script Owner ID"
|
9010 |
msgstr ""
|
9011 |
|
9012 |
-
#: admin/system-info/system-info.php:
|
9013 |
msgid "File Owner ID"
|
9014 |
msgstr ""
|
9015 |
|
9016 |
-
#: admin/system-info/system-info.php:
|
9017 |
msgid "Script Owner Name"
|
9018 |
msgstr ""
|
9019 |
|
9020 |
-
#: admin/system-info/system-info.php:
|
9021 |
msgid "Server API"
|
9022 |
msgstr ""
|
9023 |
|
9024 |
-
#: admin/system-info/system-info.php:
|
9025 |
msgid " CGI Host Server Type"
|
9026 |
msgstr ""
|
9027 |
|
9028 |
-
#: admin/system-info/system-info.php:
|
9029 |
msgid " DSO Host Server Type"
|
9030 |
msgstr ""
|
9031 |
|
9032 |
-
#: admin/system-info/system-info.php:
|
9033 |
msgid "cURL"
|
9034 |
msgstr ""
|
9035 |
|
9036 |
-
#: admin/system-info/system-info.php:
|
9037 |
msgid "cURL Extension is Loaded Version: "
|
9038 |
msgstr ""
|
9039 |
|
9040 |
-
#: admin/system-info/system-info.php:
|
9041 |
msgid "cURL OpenSSL Version (Used by PayPal, etc.)"
|
9042 |
msgstr ""
|
9043 |
|
9044 |
-
#: admin/system-info/system-info.php:
|
9045 |
msgid "cURL Extension is Not Loaded"
|
9046 |
msgstr ""
|
9047 |
|
9048 |
-
#: admin/system-info/system-info.php:
|
9049 |
msgid "OpenSSL Library"
|
9050 |
msgstr ""
|
9051 |
|
9052 |
-
#: admin/system-info/system-info.php:
|
9053 |
msgid "Zend Engine Version"
|
9054 |
msgstr ""
|
9055 |
|
9056 |
-
#: admin/system-info/system-info.php:
|
9057 |
msgid "Zend Guard|Optimizer"
|
9058 |
msgstr ""
|
9059 |
|
9060 |
-
#: admin/system-info/system-info.php:
|
9061 |
msgid "Zend Optimizer+ Extension is Loaded and Enabled"
|
9062 |
msgstr ""
|
9063 |
|
9064 |
-
#: admin/system-info/system-info.php:
|
9065 |
msgid "Zend Optimizer Extension is Loaded"
|
9066 |
msgstr ""
|
9067 |
|
9068 |
-
#: admin/system-info/system-info.php:
|
9069 |
msgid "Zend Guard Loader Extension is Loaded"
|
9070 |
msgstr ""
|
9071 |
|
9072 |
-
#: admin/system-info/system-info.php:
|
9073 |
msgid "A Zend Extension is Not Loaded"
|
9074 |
msgstr ""
|
9075 |
|
9076 |
-
#: admin/system-info/system-info.php:
|
9077 |
msgid "Zend OPcache"
|
9078 |
msgstr ""
|
9079 |
|
9080 |
-
#: admin/system-info/system-info.php:
|
9081 |
msgid "Zend OPcache is Enabled"
|
9082 |
msgstr ""
|
9083 |
|
9084 |
-
#: admin/system-info/system-info.php:
|
9085 |
-
#: admin/system-info/system-info.php:
|
9086 |
msgid "Version: "
|
9087 |
msgstr ""
|
9088 |
|
9089 |
-
#: admin/system-info/system-info.php:
|
9090 |
msgid "Zend OPcache is Not Enabled"
|
9091 |
msgstr ""
|
9092 |
|
9093 |
-
#: admin/system-info/system-info.php:
|
9094 |
msgid "ionCube Loader"
|
9095 |
msgstr ""
|
9096 |
|
9097 |
-
#: admin/system-info/system-info.php:
|
9098 |
msgid "ionCube Loader Extension is Loaded "
|
9099 |
msgstr ""
|
9100 |
|
9101 |
-
#: admin/system-info/system-info.php:
|
9102 |
msgid "ionCube Loader Extension is Not Loaded"
|
9103 |
msgstr ""
|
9104 |
|
9105 |
-
#: admin/system-info/system-info.php:
|
9106 |
msgid "Suhosin"
|
9107 |
msgstr ""
|
9108 |
|
9109 |
-
#: admin/system-info/system-info.php:
|
9110 |
msgid "The Suhosin-Patch is installed"
|
9111 |
msgstr ""
|
9112 |
|
9113 |
-
#: admin/system-info/system-info.php:
|
9114 |
msgid "Suhosin-Extension is Loaded"
|
9115 |
msgstr ""
|
9116 |
|
9117 |
-
#: admin/system-info/system-info.php:
|
9118 |
msgid "Suhosin is Not Installed|Loaded"
|
9119 |
msgstr ""
|
9120 |
|
9121 |
-
#: admin/system-info/system-info.php:
|
9122 |
msgid "APC"
|
9123 |
msgstr ""
|
9124 |
|
9125 |
-
#: admin/system-info/system-info.php:
|
9126 |
msgid "APC Extension is Loaded and Enabled"
|
9127 |
msgstr ""
|
9128 |
|
9129 |
-
#: admin/system-info/system-info.php:
|
9130 |
msgid "APC Extension is Loaded but Not Enabled"
|
9131 |
msgstr ""
|
9132 |
|
9133 |
-
#: admin/system-info/system-info.php:
|
9134 |
msgid "APC Extension is Not Loaded"
|
9135 |
msgstr ""
|
9136 |
|
9137 |
-
#: admin/system-info/system-info.php:
|
9138 |
msgid "eAccelerator"
|
9139 |
msgstr ""
|
9140 |
|
9141 |
-
#: admin/system-info/system-info.php:
|
9142 |
msgid "eAccelerator Extension is Loaded and Enabled"
|
9143 |
msgstr ""
|
9144 |
|
9145 |
-
#: admin/system-info/system-info.php:
|
9146 |
msgid "eAccelerator Extension is Loaded but Not Enabled"
|
9147 |
msgstr ""
|
9148 |
|
9149 |
-
#: admin/system-info/system-info.php:
|
9150 |
msgid "eAccelerator Extension is Not Loaded"
|
9151 |
msgstr ""
|
9152 |
|
9153 |
-
#: admin/system-info/system-info.php:
|
9154 |
msgid "XCache"
|
9155 |
msgstr ""
|
9156 |
|
9157 |
-
#: admin/system-info/system-info.php:
|
9158 |
msgid "XCache Extension is Loaded and Enabled"
|
9159 |
msgstr ""
|
9160 |
|
9161 |
-
#: admin/system-info/system-info.php:
|
9162 |
msgid "XCache Extension is Loaded but Not Enabled"
|
9163 |
msgstr ""
|
9164 |
|
9165 |
-
#: admin/system-info/system-info.php:
|
9166 |
msgid "XCache Extension is Not Loaded"
|
9167 |
msgstr ""
|
9168 |
|
9169 |
-
#: admin/system-info/system-info.php:
|
9170 |
msgid "Varnish"
|
9171 |
msgstr ""
|
9172 |
|
9173 |
-
#: admin/system-info/system-info.php:
|
9174 |
msgid "Varnish Extension is Loaded"
|
9175 |
msgstr ""
|
9176 |
|
9177 |
-
#: admin/system-info/system-info.php:
|
9178 |
msgid "Varnish Extension is Not Loaded"
|
9179 |
msgstr ""
|
9180 |
|
9181 |
-
#: admin/system-info/system-info.php:
|
9182 |
msgid "Memcache"
|
9183 |
msgstr ""
|
9184 |
|
9185 |
-
#: admin/system-info/system-info.php:
|
9186 |
msgid "Memcache Extension is Loaded"
|
9187 |
msgstr ""
|
9188 |
|
9189 |
-
#: admin/system-info/system-info.php:
|
9190 |
msgid "Memcache Extension is Not Loaded"
|
9191 |
msgstr ""
|
9192 |
|
9193 |
-
#: admin/system-info/system-info.php:
|
9194 |
msgid "Memcached"
|
9195 |
msgstr ""
|
9196 |
|
9197 |
-
#: admin/system-info/system-info.php:
|
9198 |
msgid "Memcached Extension is Loaded"
|
9199 |
msgstr ""
|
9200 |
|
9201 |
-
#: admin/system-info/system-info.php:
|
9202 |
msgid "Memcached Extension is Not Loaded"
|
9203 |
msgstr ""
|
9204 |
|
9205 |
-
#: admin/system-info/system-info.php:
|
9206 |
msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
|
9207 |
msgstr ""
|
9208 |
|
9209 |
-
#: admin/system-info/system-info.php:
|
9210 |
msgid "Not Set"
|
9211 |
msgstr ""
|
9212 |
|
9213 |
-
#: admin/system-info/system-info.php:
|
9214 |
msgid "MySQL Database Server Version: "
|
9215 |
msgstr ""
|
9216 |
|
9217 |
-
#: admin/system-info/system-info.php:
|
9218 |
msgid "MySQL Client Version: "
|
9219 |
msgstr ""
|
9220 |
|
9221 |
-
#: admin/system-info/system-info.php:
|
9222 |
msgid "MySQL Database Server: "
|
9223 |
msgstr ""
|
9224 |
|
9225 |
-
#: admin/system-info/system-info.php:
|
9226 |
msgid "Your MySQL Database: "
|
9227 |
msgstr ""
|
9228 |
|
9229 |
-
#: admin/system-info/system-info.php:
|
9230 |
msgid "SQL Mode: "
|
9231 |
msgstr ""
|
9232 |
|
9233 |
-
#: admin/system-info/system-info.php:
|
9234 |
msgid "MySQL Extension: "
|
9235 |
msgstr ""
|
9236 |
|
9237 |
-
#: admin/system-info/system-info.php:
|
9238 |
msgid "Installed|Enabled"
|
9239 |
msgstr ""
|
9240 |
|
9241 |
-
#: admin/system-info/system-info.php:
|
9242 |
msgid "NOT Installed|Enabled"
|
9243 |
msgstr ""
|
9244 |
|
9245 |
-
#: admin/system-info/system-info.php:
|
9246 |
msgid "MySQLi Extension: "
|
9247 |
msgstr ""
|
9248 |
|
9249 |
-
#: admin/system-info/system-info.php:
|
9250 |
msgid "WordPress Installation Folder"
|
9251 |
msgstr ""
|
9252 |
|
9253 |
-
#: admin/system-info/system-info.php:
|
9254 |
msgid "WordPress Installation Type"
|
9255 |
msgstr ""
|
9256 |
|
9257 |
-
#: admin/system-info/system-info.php:
|
9258 |
msgid "Standard|GWIOD Site Type"
|
9259 |
msgstr ""
|
9260 |
|
9261 |
-
#: admin/system-info/system-info.php:
|
9262 |
msgid "Network|Multisite"
|
9263 |
msgstr ""
|
9264 |
|
9265 |
-
#: admin/system-info/system-info.php:
|
9266 |
msgid "BuddyPress"
|
9267 |
msgstr ""
|
9268 |
|
9269 |
-
#: admin/system-info/system-info.php:
|
9270 |
msgid "bbPress"
|
9271 |
msgstr ""
|
9272 |
|
9273 |
-
#: admin/system-info/system-info.php:
|
9274 |
msgid "Plugins Folder"
|
9275 |
msgstr ""
|
9276 |
|
9277 |
-
#: admin/system-info/system-info.php:
|
9278 |
msgid "Uploads Folder"
|
9279 |
msgstr ""
|
9280 |
|
9281 |
-
#: admin/system-info/system-info.php:
|
9282 |
msgid "UPLOADS Constant"
|
9283 |
msgstr ""
|
9284 |
|
9285 |
-
#: admin/system-info/system-info.php:
|
9286 |
msgid "WP Permalink Structure"
|
9287 |
msgstr ""
|
9288 |
|
9289 |
-
#: admin/system-info/system-info.php:
|
9290 |
msgid "DISABLE_WP_CRON constant"
|
9291 |
msgstr ""
|
9292 |
|
9293 |
-
#: admin/system-info/system-info.php:
|
9294 |
msgid "Standard WP Crons are disabled on your website."
|
9295 |
msgstr ""
|
9296 |
|
9297 |
-
#: admin/system-info/system-info.php:
|
9298 |
msgid "Standard WP Crons are not disabled on your website."
|
9299 |
msgstr ""
|
9300 |
|
9301 |
-
#: admin/system-info/system-info.php:
|
9302 |
msgid "Total Plugins Installed"
|
9303 |
msgstr ""
|
9304 |
|
9305 |
-
#: admin/system-info/system-info.php:
|
9306 |
msgid "Total Must-Use Plugins Installed"
|
9307 |
msgstr ""
|
9308 |
|
9309 |
-
#: admin/system-info/system-info.php:
|
9310 |
msgid "Total Plugins Activated"
|
9311 |
msgstr ""
|
9312 |
|
9313 |
-
#: admin/system-info/system-info.php:
|
9314 |
msgid "Total Plugins Network Activated"
|
9315 |
msgstr ""
|
9316 |
|
9317 |
-
#: admin/system-info/system-info.php:
|
9318 |
msgid "Get Plugins List"
|
9319 |
msgstr ""
|
9320 |
|
9321 |
-
#: admin/system-info/system-info.php:
|
9322 |
msgid "This window is draggable (top) and resizable (bottom right corner)"
|
9323 |
msgstr ""
|
9324 |
|
9325 |
-
#: admin/system-info/system-info.php:
|
9326 |
msgid "Browser Compression Supported"
|
9327 |
msgstr ""
|
9328 |
|
9329 |
-
#: admin/system-info/system-info.php:
|
9330 |
msgid "GD Library"
|
9331 |
msgstr ""
|
9332 |
|
9333 |
-
#: admin/system-info/system-info.php:
|
9334 |
msgid "GD Extension is Loaded - "
|
9335 |
msgstr ""
|
9336 |
|
9337 |
-
#: admin/system-info/system-info.php:
|
9338 |
msgid "GD Extension is Not Loaded"
|
9339 |
msgstr ""
|
9340 |
|
9341 |
-
#: admin/system-info/system-info.php:
|
9342 |
msgid "ImageMagick"
|
9343 |
msgstr ""
|
9344 |
|
9345 |
-
#: admin/system-info/system-info.php:
|
9346 |
msgid "ImageMagick Extension is Loaded - "
|
9347 |
msgstr ""
|
9348 |
|
9349 |
-
#: admin/system-info/system-info.php:
|
9350 |
msgid "ImageMagick Extension is Not Loaded"
|
9351 |
msgstr ""
|
9352 |
|
9353 |
-
#: admin/system-info/system-info.php:
|
9354 |
msgid "PHP Server|PHP.ini Info"
|
9355 |
msgstr ""
|
9356 |
|
9357 |
-
#: admin/system-info/system-info.php:
|
9358 |
msgid ""
|
9359 |
"File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
|
9360 |
"User ID"
|
9361 |
msgstr ""
|
9362 |
|
9363 |
-
#: admin/system-info/system-info.php:
|
9364 |
msgid "PHP Version"
|
9365 |
msgstr ""
|
9366 |
|
9367 |
-
#: admin/system-info/system-info.php:
|
9368 |
msgid "PHP Memory Usage"
|
9369 |
msgstr ""
|
9370 |
|
9371 |
-
#: admin/system-info/system-info.php:
|
9372 |
msgid " MB"
|
9373 |
msgstr ""
|
9374 |
|
9375 |
-
#: admin/system-info/system-info.php:
|
9376 |
msgid "WordPress Admin Memory Limit"
|
9377 |
msgstr ""
|
9378 |
|
9379 |
-
#: admin/system-info/system-info.php:
|
9380 |
msgid "WordPress Base Memory Limit"
|
9381 |
msgstr ""
|
9382 |
|
9383 |
-
#: admin/system-info/system-info.php:
|
9384 |
-
#: admin/system-info/system-info.php:
|
9385 |
msgid "PHP Actual Configuration Memory Limit: "
|
9386 |
msgstr ""
|
9387 |
|
9388 |
-
#: admin/system-info/system-info.php:
|
9389 |
msgid "The Memory Limit value is not available from your Server."
|
9390 |
msgstr ""
|
9391 |
|
9392 |
-
#: admin/system-info/system-info.php:
|
9393 |
msgid ""
|
9394 |
" Recommendation: Increase Memory Limit to at least 128M, 256M is even better."
|
9395 |
msgstr ""
|
9396 |
|
9397 |
-
#: admin/system-info/system-info.php:
|
9398 |
msgid "PHP Configuration File (php.ini)"
|
9399 |
msgstr ""
|
9400 |
|
9401 |
-
#: admin/system-info/system-info.php:
|
9402 |
msgid "None/Not in use"
|
9403 |
msgstr ""
|
9404 |
|
9405 |
-
#: admin/system-info/system-info.php:
|
9406 |
msgid "WP Temp Dir: "
|
9407 |
msgstr ""
|
9408 |
|
9409 |
-
#: admin/system-info/system-info.php:
|
9410 |
msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
|
9411 |
msgstr ""
|
9412 |
|
9413 |
-
#: admin/system-info/system-info.php:
|
9414 |
msgid "PHP Temp Dir: "
|
9415 |
msgstr ""
|
9416 |
|
9417 |
-
#: admin/system-info/system-info.php:
|
9418 |
-
#: admin/system-info/system-info.php:
|
9419 |
msgid "Not set/defined or directory is not writable"
|
9420 |
msgstr ""
|
9421 |
|
9422 |
-
#: admin/system-info/system-info.php:
|
9423 |
msgid "PHP Upload Temp Dir: "
|
9424 |
msgstr ""
|
9425 |
|
9426 |
-
#: admin/system-info/system-info.php:
|
9427 |
msgid "Session Save Path: "
|
9428 |
msgstr ""
|
9429 |
|
9430 |
-
#: admin/system-info/system-info.php:
|
9431 |
msgid "Cycles: "
|
9432 |
msgstr ""
|
9433 |
|
9434 |
-
#: admin/system-info/system-info.php:
|
9435 |
msgid "Garbage Collector: "
|
9436 |
msgstr ""
|
9437 |
|
9438 |
-
#: admin/system-info/system-info.php:
|
9439 |
msgid "PHP Max Upload Size"
|
9440 |
msgstr ""
|
9441 |
|
9442 |
-
#: admin/system-info/system-info.php:
|
9443 |
msgid "PHP Max Post Size"
|
9444 |
msgstr ""
|
9445 |
|
9446 |
-
#: admin/system-info/system-info.php:
|
9447 |
msgid "PHP Safe Mode"
|
9448 |
msgstr ""
|
9449 |
|
9450 |
-
#: admin/system-info/system-info.php:
|
9451 |
msgid "PHP Allow URL fopen"
|
9452 |
msgstr ""
|
9453 |
|
9454 |
-
#: admin/system-info/system-info.php:
|
9455 |
msgid "PHP Allow URL Include"
|
9456 |
msgstr ""
|
9457 |
|
9458 |
-
#: admin/system-info/system-info.php:
|
9459 |
msgid "PHP Display Errors"
|
9460 |
msgstr ""
|
9461 |
|
9462 |
-
#: admin/system-info/system-info.php:
|
9463 |
msgid "PHP Display Startup Errors"
|
9464 |
msgstr ""
|
9465 |
|
9466 |
-
#: admin/system-info/system-info.php:
|
9467 |
msgid "PHP Expose PHP"
|
9468 |
msgstr ""
|
9469 |
|
9470 |
-
#: admin/system-info/system-info.php:
|
9471 |
msgid "PHP Register Globals"
|
9472 |
msgstr ""
|
9473 |
|
9474 |
-
#: admin/system-info/system-info.php:
|
9475 |
msgid "PHP MySQL Allow Persistent Connections"
|
9476 |
msgstr ""
|
9477 |
|
9478 |
-
#: admin/system-info/system-info.php:
|
9479 |
msgid "PHP Output Buffering"
|
9480 |
msgstr ""
|
9481 |
|
9482 |
-
#: admin/system-info/system-info.php:
|
9483 |
msgid "PHP Max Script Execution Time"
|
9484 |
msgstr ""
|
9485 |
|
9486 |
-
#: admin/system-info/system-info.php:
|
9487 |
msgid "PHP Magic Quotes GPC"
|
9488 |
msgstr ""
|
9489 |
|
9490 |
-
#: admin/system-info/system-info.php:
|
9491 |
msgid "PHP open_basedir"
|
9492 |
msgstr ""
|
9493 |
|
9494 |
-
#: admin/system-info/system-info.php:
|
9495 |
msgid "Off/Not in use"
|
9496 |
msgstr ""
|
9497 |
|
9498 |
-
#: admin/system-info/system-info.php:
|
9499 |
msgid "PHP XML Support"
|
9500 |
msgstr ""
|
9501 |
|
9502 |
-
#: admin/system-info/system-info.php:
|
9503 |
-
#: admin/system-info/system-info.php:
|
9504 |
msgid "Yes"
|
9505 |
msgstr ""
|
9506 |
|
9507 |
-
#: admin/system-info/system-info.php:
|
9508 |
-
#: admin/system-info/system-info.php:
|
9509 |
msgid "No"
|
9510 |
msgstr ""
|
9511 |
|
9512 |
-
#: admin/system-info/system-info.php:
|
9513 |
msgid "PHP IPTC Support"
|
9514 |
msgstr ""
|
9515 |
|
9516 |
-
#: admin/system-info/system-info.php:
|
9517 |
msgid "PHP Exif Support"
|
9518 |
msgstr ""
|
9519 |
|
9520 |
-
#: admin/system-info/system-info.php:
|
9521 |
msgid "PHP Disable Functions"
|
9522 |
msgstr ""
|
9523 |
|
9524 |
-
#: admin/system-info/system-info.php:
|
9525 |
msgid "No PHP functions are disabled."
|
9526 |
msgstr ""
|
9527 |
|
9528 |
-
#: admin/system-info/system-info.php:
|
9529 |
msgid "PHP Suhosin Function Blacklist"
|
9530 |
msgstr ""
|
9531 |
|
9532 |
-
#: admin/system-info/system-info.php:
|
9533 |
msgid "No PHP functions are blacklisted."
|
9534 |
msgstr ""
|
9535 |
|
9536 |
-
#: admin/system-info/system-info.php:
|
9537 |
msgid "CGI File and Folder Permissions|Recommendations"
|
9538 |
msgstr ""
|
9539 |
|
9540 |
-
#: admin/system-info/system-info.php:
|
9541 |
msgid "Folder Path"
|
9542 |
msgstr ""
|
9543 |
|
9544 |
-
#: admin/system-info/system-info.php:
|
9545 |
msgid "Recommended"
|
9546 |
msgstr ""
|
9547 |
|
9548 |
-
#: admin/system-info/system-info.php:
|
9549 |
-
#: admin/system-info/system-info.php:
|
9550 |
msgid "Permissions"
|
9551 |
msgstr ""
|
9552 |
|
9553 |
-
#: admin/system-info/system-info.php:
|
9554 |
msgid "Current"
|
9555 |
msgstr ""
|
9556 |
|
9557 |
-
#: admin/system-info/system-info.php:
|
9558 |
msgid "Script Owner"
|
9559 |
msgstr ""
|
9560 |
|
9561 |
-
#: admin/system-info/system-info.php:
|
9562 |
msgid " User ID (UID)"
|
9563 |
msgstr ""
|
9564 |
|
9565 |
-
#: admin/system-info/system-info.php:
|
9566 |
msgid "File Owner"
|
9567 |
msgstr ""
|
9568 |
|
9569 |
-
#: admin/system-info/system-info.php:
|
9570 |
msgid " User ID"
|
9571 |
msgstr ""
|
9572 |
|
9573 |
-
#: admin/system-info/system-info.php:
|
9574 |
msgid "DSO File and Folder Permissions|Recommendations"
|
9575 |
msgstr ""
|
9576 |
|
9577 |
-
#: admin/system-info/system-info.php:
|
9578 |
msgid "System Info Processing Completion Time: "
|
9579 |
msgstr ""
|
9580 |
|
9581 |
-
#: admin/system-info/system-info.php:
|
9582 |
msgid "Website Headers Check Tool ~ "
|
9583 |
msgstr ""
|
9584 |
|
9585 |
-
#: admin/system-info/system-info.php:
|
9586 |
-
#: admin/system-info/system-info.php:
|
9587 |
msgid ""
|
9588 |
"Check your website Headers or another website's Headers by making a GET "
|
9589 |
"Request"
|
9590 |
msgstr ""
|
9591 |
|
9592 |
-
#: admin/system-info/system-info.php:
|
9593 |
msgid "GET Request Headers: "
|
9594 |
msgstr ""
|
9595 |
|
9596 |
-
#: admin/system-info/system-info.php:
|
9597 |
msgid ""
|
9598 |
"Error: The WordPress wp_remote_get function is not available or is blocked "
|
9599 |
"on your website/server."
|
9600 |
msgstr ""
|
9601 |
|
9602 |
-
#: admin/system-info/system-info.php:
|
9603 |
msgid "Enter a Website URL - Example: "
|
9604 |
msgstr ""
|
9605 |
|
9606 |
-
#: admin/system-info/system-info.php:
|
9607 |
msgid ""
|
9608 |
"This Headers check makes a GET Request using the WordPress wp_remote_get "
|
9609 |
"function."
|
9610 |
msgstr ""
|
9611 |
|
9612 |
-
#: admin/system-info/system-info.php:
|
9613 |
msgid ""
|
9614 |
"You can use the Check Headers HEAD Request tool to check headers using HEAD "
|
9615 |
"instead of GET."
|
9616 |
msgstr ""
|
9617 |
|
9618 |
-
#: admin/theme-skin/theme-skin.php:
|
9619 |
msgid "BulletProof Security ~ UI|UX Settings"
|
9620 |
msgstr ""
|
9621 |
|
9622 |
-
#: admin/theme-skin/theme-skin.php:
|
9623 |
msgid "UI|UX Settings ~ "
|
9624 |
msgstr ""
|
9625 |
|
9626 |
-
#: admin/theme-skin/theme-skin.php:
|
9627 |
msgid "Change UI|UX visual preferences & functionality"
|
9628 |
msgstr ""
|
9629 |
|
9630 |
-
#: admin/theme-skin/theme-skin.php:
|
9631 |
msgid "Select a UI Theme Skin"
|
9632 |
msgstr ""
|
9633 |
|
9634 |
-
#: admin/theme-skin/theme-skin.php:
|
9635 |
msgid "Select a UI Theme Skin and click the Save Skin button."
|
9636 |
msgstr ""
|
9637 |
|
9638 |
-
#: admin/theme-skin/theme-skin.php:
|
9639 |
msgid ""
|
9640 |
"All elements and CSS properties should automatically be refreshed when you "
|
9641 |
"select and save your Theme Skin. If some Theme Skin elements or properties "
|
9642 |
"are not displaying correctly, Refresh your Browser."
|
9643 |
msgstr ""
|
9644 |
|
9645 |
-
#: admin/theme-skin/theme-skin.php:
|
9646 |
msgid "Inpage Status Display"
|
9647 |
msgstr ""
|
9648 |
|
9649 |
-
#: admin/theme-skin/theme-skin.php:
|
9650 |
msgid ""
|
9651 |
"The Inpage Status Display displays the status of BPS features, options and "
|
9652 |
"your site security in real-time. The Inpage Status Display automatically "
|
@@ -9657,11 +9690,11 @@ msgid ""
|
|
9657 |
"Display."
|
9658 |
msgstr ""
|
9659 |
|
9660 |
-
#: admin/theme-skin/theme-skin.php:
|
9661 |
msgid "Turn On|Off The Processing Spinner:"
|
9662 |
msgstr ""
|
9663 |
|
9664 |
-
#: admin/theme-skin/theme-skin.php:
|
9665 |
msgid ""
|
9666 |
"The Processing Spinner is displayed during processing of the Forms listed "
|
9667 |
"below. The Processing Spinner includes a Cancel button to cancel the Form "
|
@@ -9672,21 +9705,21 @@ msgid ""
|
|
9672 |
"is being displayed."
|
9673 |
msgstr ""
|
9674 |
|
9675 |
-
#: admin/theme-skin/theme-skin.php:
|
9676 |
msgid "Forms That Display The Processing Spinner:"
|
9677 |
msgstr ""
|
9678 |
|
9679 |
-
#: admin/theme-skin/theme-skin.php:
|
9680 |
msgid ""
|
9681 |
"DB Backup Job Processing, DB Table Names & Character Length Table, DB Table "
|
9682 |
"Prefix Changer and Setup Wizard."
|
9683 |
msgstr ""
|
9684 |
|
9685 |
-
#: admin/theme-skin/theme-skin.php:
|
9686 |
msgid "Turn On|Off jQuery ScrollTop Animation:"
|
9687 |
msgstr ""
|
9688 |
|
9689 |
-
#: admin/theme-skin/theme-skin.php:
|
9690 |
msgid ""
|
9691 |
"The jQuery ScrollTop Animation is the scrolling animation that you see after "
|
9692 |
"submitting BPS Forms, which automatically scrolls to the top of BPS plugin "
|
@@ -9697,11 +9730,11 @@ msgid ""
|
|
9697 |
"Animation can be turned On or Off."
|
9698 |
msgstr ""
|
9699 |
|
9700 |
-
#: admin/theme-skin/theme-skin.php:
|
9701 |
msgid "WP Toolbar Functionality In BPS Plugin Pages:"
|
9702 |
msgstr ""
|
9703 |
|
9704 |
-
#: admin/theme-skin/theme-skin.php:
|
9705 |
msgid ""
|
9706 |
"This option affects the WP Toolbar in BPS plugin pages ONLY and does not "
|
9707 |
"affect the WP Toolbar anywhere else on your site. WP Toolbar additional menu "
|
@@ -9716,22 +9749,22 @@ msgid ""
|
|
9716 |
"to the default setting: Load Only The Default WP Toolbar."
|
9717 |
msgstr ""
|
9718 |
|
9719 |
-
#: admin/theme-skin/theme-skin.php:
|
9720 |
msgid "Script|Style Loader Filter (SLF) In BPS Plugin Pages:"
|
9721 |
msgstr ""
|
9722 |
|
9723 |
-
#: admin/theme-skin/theme-skin.php:
|
9724 |
msgid ""
|
9725 |
"SLF is set to On by default. This option prevents other plugin and theme "
|
9726 |
"scripts from loading in BPS plugin pages, which can break BPS js and CSS "
|
9727 |
"scripts and cause BPS plugin pages to display visually broken."
|
9728 |
msgstr ""
|
9729 |
|
9730 |
-
#: admin/theme-skin/theme-skin.php:
|
9731 |
msgid "BPS UI|UX|AutoFix Debug:"
|
9732 |
msgstr ""
|
9733 |
|
9734 |
-
#: admin/theme-skin/theme-skin.php:
|
9735 |
msgid ""
|
9736 |
"BPS UI|UX|AutoFix Debug is set to Off by default. Turning On the BPS UI|UX|"
|
9737 |
"AutoFix Debug option will display: plugin or theme Scripts that were "
|
@@ -9750,80 +9783,80 @@ msgid ""
|
|
9750 |
"the AutoFix whitelist rules will be created in."
|
9751 |
msgstr ""
|
9752 |
|
9753 |
-
#: admin/theme-skin/theme-skin.php:
|
9754 |
msgid "Select a UI Theme Skin:"
|
9755 |
msgstr ""
|
9756 |
|
9757 |
-
#: admin/theme-skin/theme-skin.php:
|
9758 |
msgid "Blue|Light Blue|White UI Theme"
|
9759 |
msgstr ""
|
9760 |
|
9761 |
-
#: admin/theme-skin/theme-skin.php:
|
9762 |
msgid "Black|Dark Grey|Silver UI Theme"
|
9763 |
msgstr ""
|
9764 |
|
9765 |
-
#: admin/theme-skin/theme-skin.php:
|
9766 |
msgid "Grey|Light Grey|Silver|White UI Theme"
|
9767 |
msgstr ""
|
9768 |
|
9769 |
-
#: admin/theme-skin/theme-skin.php:
|
9770 |
msgid "Turn On|Off The Inpage Status Display:"
|
9771 |
msgstr ""
|
9772 |
|
9773 |
-
#: admin/theme-skin/theme-skin.php:
|
9774 |
msgid "Inpage Status Display On"
|
9775 |
msgstr ""
|
9776 |
|
9777 |
-
#: admin/theme-skin/theme-skin.php:
|
9778 |
msgid "Inpage Status Display Off"
|
9779 |
msgstr ""
|
9780 |
|
9781 |
-
#: admin/theme-skin/theme-skin.php:
|
9782 |
msgid "Processing Spinner On"
|
9783 |
msgstr ""
|
9784 |
|
9785 |
-
#: admin/theme-skin/theme-skin.php:
|
9786 |
msgid "Processing Spinner Off"
|
9787 |
msgstr ""
|
9788 |
|
9789 |
-
#: admin/theme-skin/theme-skin.php:
|
9790 |
msgid "jQuery ScrollTop Animation On"
|
9791 |
msgstr ""
|
9792 |
|
9793 |
-
#: admin/theme-skin/theme-skin.php:
|
9794 |
msgid "jQuery ScrollTop Animation Off"
|
9795 |
msgstr ""
|
9796 |
|
9797 |
-
#: admin/theme-skin/theme-skin.php:
|
9798 |
-
#: admin/theme-skin/theme-skin.php:
|
9799 |
msgid "Click the Read Me help button for information"
|
9800 |
msgstr ""
|
9801 |
|
9802 |
-
#: admin/theme-skin/theme-skin.php:
|
9803 |
msgid "Load Only The Default WP Toolbar"
|
9804 |
msgstr ""
|
9805 |
|
9806 |
-
#: admin/theme-skin/theme-skin.php:
|
9807 |
msgid "Load WP Toolbar With All Menu Items"
|
9808 |
msgstr ""
|
9809 |
|
9810 |
-
#: admin/theme-skin/theme-skin.php:
|
9811 |
msgid "SLF Option settings saved"
|
9812 |
msgstr ""
|
9813 |
|
9814 |
-
#: admin/theme-skin/theme-skin.php:
|
9815 |
msgid "SLF On"
|
9816 |
msgstr ""
|
9817 |
|
9818 |
-
#: admin/theme-skin/theme-skin.php:
|
9819 |
msgid "SLF Off"
|
9820 |
msgstr ""
|
9821 |
|
9822 |
-
#: admin/theme-skin/theme-skin.php:
|
9823 |
msgid "Debug Off"
|
9824 |
msgstr ""
|
9825 |
|
9826 |
-
#: admin/theme-skin/theme-skin.php:
|
9827 |
msgid "Debug On"
|
9828 |
msgstr ""
|
9829 |
|
@@ -9858,6 +9891,7 @@ msgstr ""
|
|
9858 |
#: admin/wizard/pwizard-autofix-setup.php:382
|
9859 |
#: admin/wizard/pwizard-autofix-setup.php:735
|
9860 |
#: admin/wizard/pwizard-autofix-setup.php:1617
|
|
|
9861 |
msgid "Manually Edit the WordPress wp-config.php file"
|
9862 |
msgstr ""
|
9863 |
|
@@ -10122,395 +10156,457 @@ msgid ""
|
|
10122 |
"plugin settings again."
|
10123 |
msgstr ""
|
10124 |
|
10125 |
-
#: admin/wizard/pwizard-autofix.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10126 |
msgid "Jetpack Plugin Request Methods AutoWhitelist successful"
|
10127 |
msgstr ""
|
10128 |
|
10129 |
-
#: admin/wizard/pwizard-autofix.php:
|
10130 |
msgid "Marmoset Viewer Plugin Request Methods AutoWhitelist successful"
|
10131 |
msgstr ""
|
10132 |
|
10133 |
-
#: admin/wizard/pwizard-autofix.php:
|
10134 |
msgid "BackWPup Plugin Request Methods AutoWhitelist successful"
|
10135 |
msgstr ""
|
10136 |
|
10137 |
-
#: admin/wizard/pwizard-autofix.php:
|
10138 |
msgid ""
|
10139 |
"MailPoet Newsletters (wysija newsletters) Plugin Request Methods "
|
10140 |
"AutoWhitelist successful"
|
10141 |
msgstr ""
|
10142 |
|
10143 |
-
#: admin/wizard/pwizard-autofix.php:
|
10144 |
msgid "BackUpWordPress Plugin Request Methods AutoWhitelist successful"
|
10145 |
msgstr ""
|
10146 |
|
10147 |
-
#: admin/wizard/pwizard-autofix.php:
|
10148 |
msgid "Broken Link Checker Plugin Request Methods AutoWhitelist successful"
|
10149 |
msgstr ""
|
10150 |
|
10151 |
-
#: admin/wizard/pwizard-autofix.php:
|
10152 |
msgid "MailChimp for WordPress Plugin Request Methods AutoWhitelist successful"
|
10153 |
msgstr ""
|
10154 |
|
10155 |
-
#: admin/wizard/pwizard-autofix.php:
|
10156 |
msgid "PowerPress Podcasting Plugin Request Methods AutoWhitelist successful"
|
10157 |
msgstr ""
|
10158 |
|
10159 |
-
#: admin/wizard/pwizard-autofix.php:
|
10160 |
msgid "WooCommerce Plugin skip/bypass rule AutoWhitelist successful"
|
10161 |
msgstr ""
|
10162 |
|
10163 |
-
#: admin/wizard/pwizard-autofix.php:
|
10164 |
msgid "Simple Lightbox Plugin skip/bypass rule AutoWhitelist successful"
|
10165 |
msgstr ""
|
10166 |
|
10167 |
-
#: admin/wizard/pwizard-autofix.php:
|
10168 |
msgid ""
|
10169 |
"WPBakery Visual Composer Plugin skip/bypass rule AutoWhitelist successful"
|
10170 |
msgstr ""
|
10171 |
|
10172 |
-
#: admin/wizard/pwizard-autofix.php:
|
10173 |
msgid ""
|
10174 |
"Event Espresso Attendee Mover Plugin skip/bypass rule AutoWhitelist "
|
10175 |
"successful"
|
10176 |
msgstr ""
|
10177 |
|
10178 |
-
#: admin/wizard/pwizard-autofix.php:
|
10179 |
msgid "WP Rocket Plugin skip/bypass rule AutoWhitelist successful"
|
10180 |
msgstr ""
|
10181 |
|
10182 |
-
#: admin/wizard/pwizard-autofix.php:
|
10183 |
msgid "Easy Media Gallery Pro Plugin skip/bypass rule AutoWhitelist successful"
|
10184 |
msgstr ""
|
10185 |
|
10186 |
-
#: admin/wizard/pwizard-autofix.php:
|
10187 |
msgid ""
|
10188 |
"Nextend Facebook Connect Plugin skip/bypass rule AutoWhitelist successful"
|
10189 |
msgstr ""
|
10190 |
|
10191 |
-
#: admin/wizard/pwizard-autofix.php:
|
10192 |
msgid "Shashin Plugin skip/bypass rule AutoWhitelist successful"
|
10193 |
msgstr ""
|
10194 |
|
10195 |
-
#: admin/wizard/pwizard-autofix.php:
|
10196 |
msgid "Nocturnal Theme skip/bypass rule AutoWhitelist successful"
|
10197 |
msgstr ""
|
10198 |
|
10199 |
-
#: admin/wizard/pwizard-autofix.php:
|
10200 |
msgid "Shopp Plugin skip/bypass rule AutoWhitelist successful"
|
10201 |
msgstr ""
|
10202 |
|
10203 |
-
#: admin/wizard/pwizard-autofix.php:
|
10204 |
msgid ""
|
10205 |
"WP-Invoice - Web Invoice and Billing Plugin skip/bypass rule AutoWhitelist "
|
10206 |
"successful"
|
10207 |
msgstr ""
|
10208 |
|
10209 |
-
#: admin/wizard/pwizard-autofix.php:
|
10210 |
msgid "wp-greet Plugin skip/bypass rule AutoWhitelist successful"
|
10211 |
msgstr ""
|
10212 |
|
10213 |
-
#: admin/wizard/pwizard-autofix.php:
|
10214 |
msgid "WP Juicebox Plugin skip/bypass rule AutoWhitelist successful"
|
10215 |
msgstr ""
|
10216 |
|
10217 |
-
#: admin/wizard/pwizard-autofix.php:
|
10218 |
msgid "Prayer Engine Plugin skip/bypass rule AutoWhitelist successful"
|
10219 |
msgstr ""
|
10220 |
|
10221 |
-
#: admin/wizard/pwizard-autofix.php:
|
10222 |
msgid "Appointment Calendar Plugin skip/bypass rule AutoWhitelist successful"
|
10223 |
msgstr ""
|
10224 |
|
10225 |
-
#: admin/wizard/pwizard-autofix.php:
|
10226 |
msgid "ThirstyAffiliates Plugin skip/bypass rule AutoWhitelist successful"
|
10227 |
msgstr ""
|
10228 |
|
10229 |
-
#: admin/wizard/pwizard-autofix.php:
|
10230 |
msgid ""
|
10231 |
"WooCommerce Ogone Payment Gateway Plugin skip/bypass rule AutoWhitelist "
|
10232 |
"successful"
|
10233 |
msgstr ""
|
10234 |
|
10235 |
-
#: admin/wizard/pwizard-autofix.php:
|
10236 |
msgid ""
|
10237 |
"OIOpublisher Ad Manager Plugin skip/bypass rule AutoWhitelist successful"
|
10238 |
msgstr ""
|
10239 |
|
10240 |
-
#: admin/wizard/pwizard-autofix.php:
|
10241 |
msgid "PDF Viewer (Envigeek Web Services) Plugin RFI AutoWhitelist successful"
|
10242 |
msgstr ""
|
10243 |
|
10244 |
-
#: admin/wizard/pwizard-autofix.php:
|
10245 |
msgid "Marmoset Viewer Plugin RFI AutoWhitelist successful"
|
10246 |
msgstr ""
|
10247 |
|
10248 |
-
#: admin/wizard/pwizard-autofix.php:
|
10249 |
msgid ""
|
10250 |
"PDF viewer for WordPress (ThemeNcode code canyon) Plugin RFI AutoWhitelist "
|
10251 |
"successful"
|
10252 |
msgstr ""
|
10253 |
|
10254 |
-
#: admin/wizard/pwizard-autofix.php:
|
10255 |
msgid "jupdf pdf viewer Plugin RFI AutoWhitelist successful"
|
10256 |
msgstr ""
|
10257 |
|
10258 |
-
#: admin/wizard/pwizard-autofix.php:
|
10259 |
msgid "UserPro (code canyon) Plugin RFI AutoWhitelist successful"
|
10260 |
msgstr ""
|
10261 |
|
10262 |
-
#: admin/wizard/pwizard-autofix.php:
|
10263 |
msgid "NativeChurch Theme RFI AutoWhitelist successful"
|
10264 |
msgstr ""
|
10265 |
|
10266 |
-
#: admin/wizard/pwizard-autofix.php:
|
10267 |
msgid "User Avatar (CTLT DEV) Plugin RFI AutoWhitelist successful"
|
10268 |
msgstr ""
|
10269 |
|
10270 |
-
#: admin/wizard/pwizard-autofix.php:
|
10271 |
msgid "OIOpublisher Ad Manager Plugin RFI AutoWhitelist successful"
|
10272 |
msgstr ""
|
10273 |
|
10274 |
-
#: admin/wizard/pwizard-autofix.php:
|
10275 |
msgid "Digital Access Pass (DAP) Plugin RFI AutoWhitelist successful"
|
10276 |
msgstr ""
|
10277 |
|
10278 |
-
#: admin/wizard/pwizard-autofix.php:
|
10279 |
msgid "Easy Pagination (code canyon) Plugin RFI AutoWhitelist successful"
|
10280 |
msgstr ""
|
10281 |
|
10282 |
-
#: admin/wizard/pwizard-autofix.php:
|
10283 |
msgid "iTheme2 Theme RFI AutoWhitelist successful"
|
10284 |
msgstr ""
|
10285 |
|
10286 |
-
#: admin/wizard/pwizard-autofix.php:
|
10287 |
msgid "SmoothV4.1 Theme RFI AutoWhitelist successful"
|
10288 |
msgstr ""
|
10289 |
|
10290 |
-
#: admin/wizard/pwizard-autofix.php:
|
10291 |
msgid "WooCommerce PagSeguro Plugin BPSQSE AutoWhitelist successful"
|
10292 |
msgstr ""
|
10293 |
|
10294 |
-
#: admin/wizard/pwizard-autofix.php:
|
10295 |
msgid "Event Espresso Plugin BPSQSE AutoWhitelist successful"
|
10296 |
msgstr ""
|
10297 |
|
10298 |
-
#: admin/wizard/pwizard-autofix.php:
|
10299 |
msgid "WooCommerce Serial Key Plugin BPSQSE AutoWhitelist successful"
|
10300 |
msgstr ""
|
10301 |
|
10302 |
-
#: admin/wizard/pwizard-autofix.php:
|
10303 |
msgid "WooCommerce WorldPay Extension BPSQSE AutoWhitelist successful"
|
10304 |
msgstr ""
|
10305 |
|
10306 |
-
#: admin/wizard/pwizard-autofix.php:
|
10307 |
msgid "Kama Click Counter Plugin BPSQSE AutoWhitelist successful"
|
10308 |
msgstr ""
|
10309 |
|
10310 |
-
#: admin/wizard/pwizard-autofix.php:
|
10311 |
msgid "Riva Slider Pro Plugin BPSQSE AutoWhitelist successful"
|
10312 |
msgstr ""
|
10313 |
|
10314 |
-
#: admin/wizard/pwizard-autofix.php:
|
10315 |
msgid "WordPress Auto Spinner Plugin BPSQSE AutoWhitelist successful"
|
10316 |
msgstr ""
|
10317 |
|
10318 |
-
#: admin/wizard/pwizard-autofix.php:
|
10319 |
msgid "AgriTurismo Theme BPSQSE AutoWhitelist successful"
|
10320 |
msgstr ""
|
10321 |
|
10322 |
-
#: admin/wizard/pwizard-autofix.php:
|
10323 |
msgid "WP Content Copy Protection Pro Plugin BPSQSE AutoWhitelist successful"
|
10324 |
msgstr ""
|
10325 |
|
10326 |
-
#: admin/wizard/pwizard-autofix.php:
|
10327 |
msgid "PanoPress Plugin BPSQSE AutoWhitelist successful"
|
10328 |
msgstr ""
|
10329 |
|
10330 |
-
#: admin/wizard/pwizard-autofix.php:
|
10331 |
msgid ""
|
10332 |
"Easy Social Share Buttons (Code Canyon) Plugin BPSQSE AutoWhitelist "
|
10333 |
"successful"
|
10334 |
msgstr ""
|
10335 |
|
10336 |
-
#: admin/wizard/pwizard-autofix.php:
|
10337 |
msgid "MainWP Plugin BPSQSE AutoWhitelist successful"
|
10338 |
msgstr ""
|
10339 |
|
10340 |
-
#: admin/wizard/pwizard-autofix.php:
|
10341 |
msgid "Clever Course Theme BPSQSE AutoWhitelist successful"
|
10342 |
msgstr ""
|
10343 |
|
10344 |
-
#: admin/wizard/pwizard-autofix.php:
|
10345 |
msgid ""
|
10346 |
"WP eStore (WP Cart for Digital Products) Plugin BPSQSE AutoWhitelist "
|
10347 |
"successful"
|
10348 |
msgstr ""
|
10349 |
|
10350 |
-
#: admin/wizard/pwizard-autofix.php:
|
10351 |
msgid "WP eMember Plugin BPSQSE AutoWhitelist successful"
|
10352 |
msgstr ""
|
10353 |
|
10354 |
-
#: admin/wizard/pwizard-autofix.php:
|
10355 |
msgid "Easy Digital Downloads Plugin BPSQSE AutoWhitelist successful"
|
10356 |
msgstr ""
|
10357 |
|
10358 |
-
#: admin/wizard/pwizard-autofix.php:
|
10359 |
msgid ""
|
10360 |
"MailPoet Newsletters (wysija newsletters) Plugin BPSQSE AutoWhitelist "
|
10361 |
"successful"
|
10362 |
msgstr ""
|
10363 |
|
10364 |
-
#: admin/wizard/pwizard-autofix.php:
|
10365 |
msgid "MailChimp for WordPress Plugin BPSQSE AutoWhitelist successful"
|
10366 |
msgstr ""
|
10367 |
|
10368 |
-
#: admin/wizard/pwizard-autofix.php:
|
10369 |
msgid "Digital Access Pass (DAP) Plugin BPSQSE AutoWhitelist successful"
|
10370 |
msgstr ""
|
10371 |
|
10372 |
-
#: admin/wizard/pwizard-autofix.php:
|
10373 |
msgid "WordPress Newsletter (tribulant) Plugin BPSQSE AutoWhitelist successful"
|
10374 |
msgstr ""
|
10375 |
|
10376 |
-
#: admin/wizard/pwizard-autofix.php:
|
10377 |
msgid "Subscribe To Comments Reloaded Plugin BPSQSE AutoWhitelist successful"
|
10378 |
msgstr ""
|
10379 |
|
10380 |
-
#: admin/wizard/pwizard-autofix.php:
|
|
|
|
|
|
|
|
|
10381 |
msgid ""
|
10382 |
"WooCommerce Product Feed Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10383 |
"successful"
|
10384 |
msgstr ""
|
10385 |
|
10386 |
-
#: admin/wizard/pwizard-autofix.php:
|
10387 |
msgid ""
|
10388 |
"WPBakery Visual Composer Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10389 |
"successful"
|
10390 |
msgstr ""
|
10391 |
|
10392 |
-
#: admin/wizard/pwizard-autofix.php:
|
10393 |
msgid ""
|
10394 |
"Bookly Booking Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10395 |
msgstr ""
|
10396 |
|
10397 |
-
#: admin/wizard/pwizard-autofix.php:
|
10398 |
msgid ""
|
10399 |
"Easy Media Gallery Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10400 |
"successful"
|
10401 |
msgstr ""
|
10402 |
|
10403 |
-
#: admin/wizard/pwizard-autofix.php:
|
10404 |
msgid ""
|
10405 |
"NextGen Gallery Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10406 |
msgstr ""
|
10407 |
|
10408 |
-
#: admin/wizard/pwizard-autofix.php:
|
10409 |
msgid "OptimizePress Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
10410 |
msgstr ""
|
10411 |
|
10412 |
-
#: admin/wizard/pwizard-autofix.php:
|
10413 |
msgid ""
|
10414 |
"tribulant Shopping Cart (WP Checkout) Plugin wp-admin skip/bypass rule "
|
10415 |
"AutoWhitelist successful"
|
10416 |
msgstr ""
|
10417 |
|
10418 |
-
#: admin/wizard/pwizard-autofix.php:
|
10419 |
msgid ""
|
10420 |
"ithemes Video Showcase Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10421 |
"successful"
|
10422 |
msgstr ""
|
10423 |
|
10424 |
-
#: admin/wizard/pwizard-autofix.php:
|
10425 |
msgid ""
|
10426 |
"WP-Invoice - Web Invoice and Billing Plugin wp-admin skip/bypass rule "
|
10427 |
"AutoWhitelist successful"
|
10428 |
msgstr ""
|
10429 |
|
10430 |
-
#: admin/wizard/pwizard-autofix.php:
|
10431 |
msgid "Yoast SEO Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10432 |
msgstr ""
|
10433 |
|
10434 |
-
#: admin/wizard/pwizard-autofix.php:
|
10435 |
msgid ""
|
10436 |
"Formidable Pro Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10437 |
msgstr ""
|
10438 |
|
10439 |
-
#: admin/wizard/pwizard-autofix.php:
|
10440 |
msgid ""
|
10441 |
"Google Typography Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10442 |
msgstr ""
|
10443 |
|
10444 |
-
#: admin/wizard/pwizard-autofix.php:
|
10445 |
msgid "Flare Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10446 |
msgstr ""
|
10447 |
|
10448 |
-
#: admin/wizard/pwizard-autofix.php:
|
10449 |
msgid "bbPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10450 |
msgstr ""
|
10451 |
|
10452 |
-
#: admin/wizard/pwizard-autofix.php:
|
10453 |
msgid ""
|
10454 |
"Spider Event Calendar (WordPress Event Calendar) Plugin wp-admin skip/bypass "
|
10455 |
"rule AutoWhitelist successful"
|
10456 |
msgstr ""
|
10457 |
|
10458 |
-
#: admin/wizard/pwizard-autofix.php:
|
10459 |
msgid "BuddyPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10460 |
msgstr ""
|
10461 |
|
10462 |
-
#: admin/wizard/pwizard-autofix.php:
|
10463 |
msgid ""
|
10464 |
"WPML Translation Management Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10465 |
"successful"
|
10466 |
msgstr ""
|
10467 |
|
10468 |
-
#: admin/wizard/pwizard-autofix.php:
|
10469 |
msgid ""
|
10470 |
"Events Manager Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10471 |
msgstr ""
|
10472 |
|
10473 |
-
#: admin/wizard/pwizard-autofix.php:
|
10474 |
msgid ""
|
10475 |
"MailPoet Newsletters (wysija newsletters) Plugin wp-admin skip/bypass rule "
|
10476 |
"AutoWhitelist successful"
|
10477 |
msgstr ""
|
10478 |
|
10479 |
-
#: admin/wizard/pwizard-autofix.php:
|
10480 |
msgid ""
|
10481 |
"Event Espresso Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10482 |
msgstr ""
|
10483 |
|
10484 |
-
#: admin/wizard/pwizard-autofix.php:
|
10485 |
msgid "Content Egg Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10486 |
msgstr ""
|
10487 |
|
10488 |
-
#: admin/wizard/pwizard-autofix.php:
|
10489 |
msgid "Flatsome Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
10490 |
msgstr ""
|
10491 |
|
10492 |
-
#: admin/wizard/pwizard-autofix.php:
|
10493 |
msgid ""
|
10494 |
"Beaver Builder Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10495 |
msgstr ""
|
10496 |
|
10497 |
-
#: admin/wizard/pwizard-autofix.php:
|
|
|
|
|
|
|
|
|
10498 |
msgid "Content Egg Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10499 |
msgstr ""
|
10500 |
|
10501 |
-
#: admin/wizard/pwizard-autofix.php:
|
10502 |
msgid "Event Espresso Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10503 |
msgstr ""
|
10504 |
|
10505 |
-
#: admin/wizard/pwizard-autofix.php:
|
10506 |
msgid ""
|
10507 |
"Open Web Analytics (github) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10508 |
msgstr ""
|
10509 |
|
10510 |
-
#: admin/wizard/pwizard-autofix.php:
|
10511 |
msgid "UberGrid (code canyon) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10512 |
msgstr ""
|
10513 |
|
|
|
|
|
|
|
|
|
10514 |
#: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
|
10515 |
msgid ""
|
10516 |
"Custom additional htaccess code was found in your current root htaccess "
|
@@ -10586,10 +10682,10 @@ msgid ""
|
|
10586 |
msgstr ""
|
10587 |
|
10588 |
#: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:630
|
10589 |
-
#: admin/wizard/wizard-functions.php:723 admin/wizard/wizard.php:
|
10590 |
-
#: admin/wizard/wizard.php:306 admin/wizard/wizard.php:312
|
10591 |
#: admin/wizard/wizard.php:318 admin/wizard/wizard.php:324
|
10592 |
-
#: admin/wizard/wizard.php:330
|
|
|
10593 |
msgid "DSO Setup Steps"
|
10594 |
msgstr ""
|
10595 |
|
@@ -10630,9 +10726,9 @@ msgid ""
|
|
10630 |
msgstr ""
|
10631 |
|
10632 |
#: admin/wizard/wizard-functions.php:604 admin/wizard/wizard-functions.php:613
|
10633 |
-
#: admin/wizard/wizard-functions.php:817 admin/wizard/wizard.php:
|
10634 |
-
#: admin/wizard/wizard.php:
|
10635 |
-
#: admin/wizard/wizard.php:
|
10636 |
#: includes/general-functions.php:972
|
10637 |
msgid " DB Option created or updated Successfully!"
|
10638 |
msgstr ""
|
@@ -10681,7 +10777,7 @@ msgstr ""
|
|
10681 |
msgid "Error: The default.htaccess Master htaccess file cannot be created."
|
10682 |
msgstr ""
|
10683 |
|
10684 |
-
#: admin/wizard/wizard-functions.php:818 admin/wizard/wizard.php:
|
10685 |
msgid " Folder created Successfully!"
|
10686 |
msgstr ""
|
10687 |
|
@@ -10699,82 +10795,82 @@ msgstr ""
|
|
10699 |
msgid " created or updated Successfully!"
|
10700 |
msgstr ""
|
10701 |
|
10702 |
-
#: admin/wizard/wizard.php:
|
10703 |
msgid ""
|
10704 |
"Pass! PHP/php.ini handler htaccess code check: Not in use, required or "
|
10705 |
"needed for your website/Server"
|
10706 |
msgstr ""
|
10707 |
|
10708 |
-
#: admin/wizard/wizard.php:
|
10709 |
msgid ""
|
10710 |
"Pass! PHP/php.ini handler htaccess code was found in your root .htaccess "
|
10711 |
"file AND in BPS Pro Custom Code"
|
10712 |
msgstr ""
|
10713 |
|
10714 |
-
#: admin/wizard/wizard.php:
|
10715 |
msgid ""
|
10716 |
"Wordfence PHP/php.ini handler htaccess code was found in your root .htaccess "
|
10717 |
"file, but was NOT found in BPS Custom Code. "
|
10718 |
msgstr ""
|
10719 |
|
10720 |
-
#: admin/wizard/wizard.php:
|
10721 |
msgid ""
|
10722 |
" for the steps to fix this Wordfence problem before running the Setup Wizard."
|
10723 |
msgstr ""
|
10724 |
|
10725 |
-
#: admin/wizard/wizard.php:
|
10726 |
msgid ""
|
10727 |
"Pass! PHP/php.ini handler root htaccess code added/created in BPS Pro Custom "
|
10728 |
"Code"
|
10729 |
msgstr ""
|
10730 |
|
10731 |
-
#: admin/wizard/wizard.php:
|
10732 |
msgid " DB Table created Successfully!"
|
10733 |
msgstr ""
|
10734 |
|
10735 |
-
#: admin/wizard/wizard.php:
|
10736 |
msgid "Error: Unable to create DB Table "
|
10737 |
msgstr ""
|
10738 |
|
10739 |
-
#: admin/wizard/wizard.php:
|
10740 |
msgid "Setup Wizard Pre-Installation Checks:"
|
10741 |
msgstr ""
|
10742 |
|
10743 |
-
#: admin/wizard/wizard.php:
|
10744 |
msgid ""
|
10745 |
"If you see any Red font or Blue font messages displayed below, click the "
|
10746 |
"Read Me help button above and read the \"Notes\" help section before "
|
10747 |
"clicking the Setup Wizard button."
|
10748 |
msgstr ""
|
10749 |
|
10750 |
-
#: admin/wizard/wizard.php:
|
10751 |
msgid "Compatibility & Basic Checks"
|
10752 |
msgstr ""
|
10753 |
|
10754 |
-
#: admin/wizard/wizard.php:
|
10755 |
msgid ""
|
10756 |
"Pass! Compatible Server Configuration: Server API: CGI | WP Filesystem API "
|
10757 |
"Method: direct."
|
10758 |
msgstr ""
|
10759 |
|
10760 |
-
#: admin/wizard/wizard.php:
|
10761 |
msgid ""
|
10762 |
"Pass! Compatible Server Configuration: Server Type Apache: XAMPP, WAMP, MAMP "
|
10763 |
"or LAMP | WP Filesystem API Method: direct."
|
10764 |
msgstr ""
|
10765 |
|
10766 |
-
#: admin/wizard/wizard.php:
|
10767 |
msgid ""
|
10768 |
"Pass! Compatible Server Configuration: Server API: DSO | WP Filesystem API "
|
10769 |
"Method: direct."
|
10770 |
msgstr ""
|
10771 |
|
10772 |
-
#: admin/wizard/wizard.php:
|
10773 |
msgid ""
|
10774 |
"Server API: Apache DSO Server Configuration | WP Filesystem API Method: "
|
10775 |
msgstr ""
|
10776 |
|
10777 |
-
#: admin/wizard/wizard.php:
|
10778 |
msgid ""
|
10779 |
"Your Server type is DSO and the WP Filesystem API Method is NOT \"direct\". "
|
10780 |
"You can use the Setup Wizard, but you must first make some one-time manual "
|
@@ -10782,63 +10878,62 @@ msgid ""
|
|
10782 |
"Forum Link for instructions: "
|
10783 |
msgstr ""
|
10784 |
|
10785 |
-
#: admin/wizard/wizard.php:
|
10786 |
msgid "Pass! PHP Configuration Memory Limit is set to: "
|
10787 |
msgstr ""
|
10788 |
|
10789 |
-
#: admin/wizard/wizard.php:
|
10790 |
msgid ""
|
10791 |
"It is recommended that you increase your memory limit to at least 128M, 256M "
|
10792 |
-
"is even better.
|
10793 |
-
"limit to the maximum memory limit setting allowed by your Host."
|
10794 |
msgstr ""
|
10795 |
|
10796 |
-
#: admin/wizard/wizard.php:
|
10797 |
msgid "Error: Your PHP Configuration Memory Limit is set to: "
|
10798 |
msgstr ""
|
10799 |
|
10800 |
-
#: admin/wizard/wizard.php:
|
10801 |
msgid ""
|
10802 |
"WordPress needs a bare minimum Memory Limit setting of 128M to perform well. "
|
10803 |
"Contact your Web Host and ask them to increase your memory limit to the "
|
10804 |
"maximum memory limit setting allowed by your Host."
|
10805 |
msgstr ""
|
10806 |
|
10807 |
-
#: admin/wizard/wizard.php:
|
10808 |
msgid ""
|
10809 |
"mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
|
10810 |
"IfModule: Yes"
|
10811 |
msgstr ""
|
10812 |
|
10813 |
-
#: admin/wizard/wizard.php:
|
10814 |
msgid ""
|
10815 |
"Enable|Disable htaccess Files Option set to Enabled: mod_access_compat "
|
10816 |
"htaccess files will be created."
|
10817 |
msgstr ""
|
10818 |
|
10819 |
-
#: admin/wizard/wizard.php:
|
10820 |
msgid ""
|
10821 |
"mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
|
10822 |
"IfModule: No"
|
10823 |
msgstr ""
|
10824 |
|
10825 |
-
#: admin/wizard/wizard.php:
|
10826 |
msgid ""
|
10827 |
"Enable|Disable htaccess Files Option set to Disabled: All BPS htaccess "
|
10828 |
"features will be disabled."
|
10829 |
msgstr ""
|
10830 |
|
10831 |
-
#: admin/wizard/wizard.php:304 admin/wizard/wizard.php:310
|
10832 |
#: admin/wizard/wizard.php:316 admin/wizard/wizard.php:322
|
10833 |
-
#: admin/wizard/wizard.php:328
|
|
|
10834 |
msgid "Pass! The "
|
10835 |
msgstr ""
|
10836 |
|
10837 |
-
#: admin/wizard/wizard.php:
|
10838 |
msgid " Folder is writable."
|
10839 |
msgstr ""
|
10840 |
|
10841 |
-
#: admin/wizard/wizard.php:
|
10842 |
msgid ""
|
10843 |
" Folder is NOT writable. If your Server type is DSO and the WP Filesystem "
|
10844 |
"API Method is NOT \"direct\" you can use the Setup Wizard, but you must "
|
@@ -10846,19 +10941,19 @@ msgid ""
|
|
10846 |
"Setup Wizard. Please click this Forum Link for instructions: "
|
10847 |
msgstr ""
|
10848 |
|
10849 |
-
#: admin/wizard/wizard.php:
|
10850 |
msgid ""
|
10851 |
" If your Server type is CGI check the folder permissions. Folder permissions "
|
10852 |
"should be either 755 or 705."
|
10853 |
msgstr ""
|
10854 |
|
10855 |
-
#: admin/wizard/wizard.php:
|
10856 |
-
#: admin/wizard/wizard.php:
|
10857 |
msgid " File is writable."
|
10858 |
msgstr ""
|
10859 |
|
10860 |
-
#: admin/wizard/wizard.php:
|
10861 |
-
#: admin/wizard/wizard.php:
|
10862 |
msgid ""
|
10863 |
" File is NOT writable. If your Server type is DSO and the WP Filesystem API "
|
10864 |
"Method is NOT \"direct\" you can use the Setup Wizard, but you must first "
|
@@ -10866,107 +10961,107 @@ msgid ""
|
|
10866 |
"Wizard. Please click this Forum Link for instructions: "
|
10867 |
msgstr ""
|
10868 |
|
10869 |
-
#: admin/wizard/wizard.php:
|
10870 |
-
#: admin/wizard/wizard.php:
|
10871 |
msgid ""
|
10872 |
" If your Server type is CGI check the file permissions. File permissions "
|
10873 |
"should be either 644 or 604."
|
10874 |
msgstr ""
|
10875 |
|
10876 |
-
#: admin/wizard/wizard.php:
|
10877 |
msgid "BPS Setup Verification & Error Checks"
|
10878 |
msgstr ""
|
10879 |
|
10880 |
-
#: admin/wizard/wizard.php:
|
10881 |
msgid ""
|
10882 |
"If you see all Green font messages displayed below, the Setup Wizard setup "
|
10883 |
"completed successfully."
|
10884 |
msgstr ""
|
10885 |
|
10886 |
-
#: admin/wizard/wizard.php:
|
10887 |
msgid ""
|
10888 |
"If you see any Red font or Blue font messages displayed below, click the "
|
10889 |
"Read Me help button above and read the \"Notes\" help section."
|
10890 |
msgstr ""
|
10891 |
|
10892 |
-
#: admin/wizard/wizard.php:
|
10893 |
msgid ""
|
10894 |
"Click the Read Me help button above for a list of recommended BPS Video "
|
10895 |
"Tutorials to watch."
|
10896 |
msgstr ""
|
10897 |
|
10898 |
-
#: admin/wizard/wizard.php:
|
10899 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
|
10900 |
msgstr ""
|
10901 |
|
10902 |
-
#: admin/wizard/wizard.php:
|
10903 |
msgid "BulletProof Security Database Tables Setup"
|
10904 |
msgstr ""
|
10905 |
|
10906 |
-
#: admin/wizard/wizard.php:
|
10907 |
msgid "BulletProof Security Core Folders Setup"
|
10908 |
msgstr ""
|
10909 |
|
10910 |
-
#: admin/wizard/wizard.php:
|
10911 |
msgid "Error: Unable to create Folder "
|
10912 |
msgstr ""
|
10913 |
|
10914 |
-
#: admin/wizard/wizard.php:
|
10915 |
msgid "BulletProof Security Core Files Setup"
|
10916 |
msgstr ""
|
10917 |
|
10918 |
-
#: admin/wizard/wizard.php:
|
10919 |
msgid " File created or updated Successfully!"
|
10920 |
msgstr ""
|
10921 |
|
10922 |
-
#: admin/wizard/wizard.php:
|
10923 |
msgid "Error: Unable to create or update File "
|
10924 |
msgstr ""
|
10925 |
|
10926 |
-
#: admin/wizard/wizard.php:
|
10927 |
msgid "BulletProof Security MScan Malware Scanner Setup"
|
10928 |
msgstr ""
|
10929 |
|
10930 |
-
#: admin/wizard/wizard.php:
|
10931 |
msgid "BulletProof Security DB Backup Setup"
|
10932 |
msgstr ""
|
10933 |
|
10934 |
-
#: admin/wizard/wizard.php:
|
10935 |
msgid "BulletProof Security Hidden Plugin Folders|Files (HPF) Setup"
|
10936 |
msgstr ""
|
10937 |
|
10938 |
-
#: admin/wizard/wizard.php:
|
10939 |
msgid ""
|
10940 |
"Hidden Plugin Folders|Files (HPF) DB Options created or updated Successfully!"
|
10941 |
msgstr ""
|
10942 |
|
10943 |
-
#: admin/wizard/wizard.php:
|
10944 |
msgid "BulletProof Security Security Log User Agent Filter Setup"
|
10945 |
msgstr ""
|
10946 |
|
10947 |
-
#: admin/wizard/wizard.php:
|
10948 |
msgid "BulletProof Security Email Alerting & Log File Options Setup"
|
10949 |
msgstr ""
|
10950 |
|
10951 |
-
#: admin/wizard/wizard.php:
|
10952 |
msgid "BulletProof Security Login Security & Monitoring Options Setup"
|
10953 |
msgstr ""
|
10954 |
|
10955 |
-
#: admin/wizard/wizard.php:
|
10956 |
msgid "BulletProof Security JTC-Lite Options Setup"
|
10957 |
msgstr ""
|
10958 |
|
10959 |
-
#: admin/wizard/wizard.php:
|
10960 |
msgid "The Setup Wizard has completed BPS Setup."
|
10961 |
msgstr ""
|
10962 |
|
10963 |
-
#: admin/wizard/wizard.php:
|
10964 |
msgid ""
|
10965 |
"Check the \"BPS Setup Verification & Error Checks\" section below for any "
|
10966 |
"errors in Red Font."
|
10967 |
msgstr ""
|
10968 |
|
10969 |
-
#: admin/wizard/wizard.php:
|
10970 |
msgid ""
|
10971 |
"Your existing root htaccess file has been backed up here: /wp-content/bps-"
|
10972 |
"backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a "
|
@@ -10974,62 +11069,64 @@ msgid ""
|
|
10974 |
"forum topic: "
|
10975 |
msgstr ""
|
10976 |
|
10977 |
-
#: admin/wizard/wizard.php:
|
10978 |
msgid "Setup Wizard Root htaccess File Backup"
|
10979 |
msgstr ""
|
10980 |
|
10981 |
-
#: admin/wizard/wizard.php:
|
10982 |
msgid "Setup Wizard Completion Time: "
|
10983 |
msgstr ""
|
10984 |
|
10985 |
-
#: admin/wizard/wizard.php:
|
10986 |
msgid "BulletProof Security ~ Setup Wizard"
|
10987 |
msgstr ""
|
10988 |
|
10989 |
-
#: admin/wizard/wizard.php:
|
10990 |
-
#: admin/wizard/wizard.php:
|
10991 |
msgid "Setup Wizard Export|Import"
|
10992 |
msgstr ""
|
10993 |
|
10994 |
-
#: admin/wizard/wizard.php:
|
10995 |
msgid "htaccess Files Disabled Notice: "
|
10996 |
msgstr ""
|
10997 |
|
10998 |
-
#: admin/wizard/wizard.php:
|
10999 |
msgid ""
|
11000 |
"BPS has detected that htaccess files cannot be used on your website/server. "
|
11001 |
"Click this "
|
11002 |
msgstr ""
|
11003 |
|
11004 |
-
#: admin/wizard/wizard.php:
|
11005 |
-
msgid "
|
|
|
|
|
11006 |
msgstr ""
|
11007 |
|
11008 |
-
#: admin/wizard/wizard.php:
|
11009 |
msgid "Setup Wizard ~ "
|
11010 |
msgstr ""
|
11011 |
|
11012 |
-
#: admin/wizard/wizard.php:
|
11013 |
msgid "One-Click Complete Setup"
|
11014 |
msgstr ""
|
11015 |
|
11016 |
-
#: admin/wizard/wizard.php:
|
11017 |
msgid "Recommended Video Tutorials: "
|
11018 |
msgstr ""
|
11019 |
|
11020 |
-
#: admin/wizard/wizard.php:
|
11021 |
msgid "Security Log Video Tutorial"
|
11022 |
msgstr ""
|
11023 |
|
11024 |
-
#: admin/wizard/wizard.php:
|
11025 |
msgid "Setup Wizard Steps: "
|
11026 |
msgstr ""
|
11027 |
|
11028 |
-
#: admin/wizard/wizard.php:
|
11029 |
msgid "1. Click the Setup Wizard button."
|
11030 |
msgstr ""
|
11031 |
|
11032 |
-
#: admin/wizard/wizard.php:
|
11033 |
msgid ""
|
11034 |
"Setup Wizard Pre-Installation Checks are automatically performed and "
|
11035 |
"displayed on the Setup Wizard page. Green font messages mean everything is "
|
@@ -11040,67 +11137,67 @@ msgid ""
|
|
11040 |
"to be fixed before running the Setup Wizard."
|
11041 |
msgstr ""
|
11042 |
|
11043 |
-
#: admin/wizard/wizard.php:
|
11044 |
msgid ""
|
11045 |
"You can re-run the Setup Wizard again at any time. Your existing settings "
|
11046 |
"will NOT be overwritten and will be re-saved. Any new or additional settings "
|
11047 |
"that the Setup Wizard finds on your website will be saved/setup."
|
11048 |
msgstr ""
|
11049 |
|
11050 |
-
#: admin/wizard/wizard.php:
|
11051 |
msgid ""
|
11052 |
"When the Setup Wizard has completed you will see \"The Setup Wizard has "
|
11053 |
"completed BPS Setup.\""
|
11054 |
msgstr ""
|
11055 |
|
11056 |
-
#: admin/wizard/wizard.php:
|
11057 |
msgid ""
|
11058 |
"Your existing Root and wp-admin htaccess files are backed up before new Root "
|
11059 |
"and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
|
11060 |
"folder is here: "
|
11061 |
msgstr ""
|
11062 |
|
11063 |
-
#: admin/wizard/wizard.php:
|
11064 |
msgid ""
|
11065 |
" and the backed up htaccess file names are: root.htaccess and wpadmin."
|
11066 |
"htaccess."
|
11067 |
msgstr ""
|
11068 |
|
11069 |
-
#: admin/wizard/wizard.php:
|
11070 |
msgid "Setup Wizard & Overview Video Tutorial"
|
11071 |
msgstr ""
|
11072 |
|
11073 |
-
#: admin/wizard/wizard.php:
|
11074 |
msgid "Setup Wizard Options ~ "
|
11075 |
msgstr ""
|
11076 |
|
11077 |
-
#: admin/wizard/wizard.php:
|
11078 |
msgid ""
|
11079 |
"Click the Setup Wizard Options Read Me help button for help info about each "
|
11080 |
"option setting"
|
11081 |
msgstr ""
|
11082 |
|
11083 |
-
#: admin/wizard/wizard.php:
|
11084 |
msgid "Forum Help Links:"
|
11085 |
msgstr ""
|
11086 |
|
11087 |
-
#: admin/wizard/wizard.php:
|
11088 |
msgid "Go Daddy Managed WordPress Hosting (GDMW)"
|
11089 |
msgstr ""
|
11090 |
|
11091 |
-
#: admin/wizard/wizard.php:
|
11092 |
msgid "Enable|Disable htaccess Files"
|
11093 |
msgstr ""
|
11094 |
|
11095 |
-
#: admin/wizard/wizard.php:
|
11096 |
msgid "AutoFix Forum Topic"
|
11097 |
msgstr ""
|
11098 |
|
11099 |
-
#: admin/wizard/wizard.php:
|
11100 |
msgid "GDPR Compliance Forum Topic"
|
11101 |
msgstr ""
|
11102 |
|
11103 |
-
#: admin/wizard/wizard.php:
|
11104 |
msgid ""
|
11105 |
"Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
|
11106 |
"Setup Wizard will automatically create htaccess whitelist rules in BPS "
|
@@ -11108,24 +11205,24 @@ msgid ""
|
|
11108 |
"you have installed that require htaccess code whitelist rules. Setup Wizard "
|
11109 |
"AutoFix will also automatically setup or cleanup htaccess code in BPS Custom "
|
11110 |
"Code for these caching plugins: WP Super Cache, W3 Total Cache, Comet Cache "
|
11111 |
-
"Plugin (free & Pro), WP Fastest Cache Plugin (free & Premium),
|
11112 |
-
"
|
11113 |
-
"
|
11114 |
-
"
|
11115 |
-
"
|
11116 |
-
"
|
11117 |
-
"
|
11118 |
-
"
|
11119 |
"information that is displayed to you and then click the AutoFix Forum Topic "
|
11120 |
"link at the top of this Read Me help window and post a forum Reply with your "
|
11121 |
"AutoFix Debug information so that we can figure out what the problem is."
|
11122 |
msgstr ""
|
11123 |
|
11124 |
-
#: admin/wizard/wizard.php:
|
11125 |
msgid "GDPR Compliance (IP Address Logging On|Off)"
|
11126 |
msgstr ""
|
11127 |
|
11128 |
-
#: admin/wizard/wizard.php:
|
11129 |
msgid ""
|
11130 |
"The GDPR Compliance option setting is set to Off by default. Choosing the "
|
11131 |
"GDPR Compliance On option setting will disable IP address logging in all BPS "
|
@@ -11139,11 +11236,11 @@ msgid ""
|
|
11139 |
"at the top of this Read Me help window."
|
11140 |
msgstr ""
|
11141 |
|
11142 |
-
#: admin/wizard/wizard.php:
|
11143 |
msgid "Go Daddy Managed WordPress Hosting (GDMW):"
|
11144 |
msgstr ""
|
11145 |
|
11146 |
-
#: admin/wizard/wizard.php:
|
11147 |
msgid ""
|
11148 |
"This option is ONLY for a special type of Go Daddy Hosting account called "
|
11149 |
"\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
|
@@ -11152,15 +11249,15 @@ msgid ""
|
|
11152 |
"section above for more information."
|
11153 |
msgstr ""
|
11154 |
|
11155 |
-
#: admin/wizard/wizard.php:
|
11156 |
msgid "Enable|Disable htaccess Files:"
|
11157 |
msgstr ""
|
11158 |
|
11159 |
-
#: admin/wizard/wizard.php:
|
11160 |
msgid "Before changing this option setting, click the "
|
11161 |
msgstr ""
|
11162 |
|
11163 |
-
#: admin/wizard/wizard.php:
|
11164 |
msgid ""
|
11165 |
" Forum Help Link at the top of this Read Me help window to find out exactly "
|
11166 |
"what this option setting does and when it should or should not be used. "
|
@@ -11168,22 +11265,22 @@ msgid ""
|
|
11168 |
"htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
|
11169 |
msgstr ""
|
11170 |
|
11171 |
-
#: admin/wizard/wizard.php:
|
11172 |
msgid "Enable|Disable wp-admin BulletProof Mode"
|
11173 |
msgstr ""
|
11174 |
|
11175 |
-
#: admin/wizard/wizard.php:
|
11176 |
msgid ""
|
11177 |
"The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
|
11178 |
"you would like to disable wp-admin BulletProof Mode select wp-admin "
|
11179 |
"BulletProof Mode Disabled."
|
11180 |
msgstr ""
|
11181 |
|
11182 |
-
#: admin/wizard/wizard.php:
|
11183 |
msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
|
11184 |
msgstr ""
|
11185 |
|
11186 |
-
#: admin/wizard/wizard.php:
|
11187 |
msgid ""
|
11188 |
"This option should only be set to On if you are seeing a 403 error and/or "
|
11189 |
"unable to download these Zip files: Custom Code Export Zip file, Login "
|
@@ -11199,11 +11296,11 @@ msgid ""
|
|
11199 |
"Firewall again."
|
11200 |
msgstr ""
|
11201 |
|
11202 |
-
#: admin/wizard/wizard.php:
|
11203 |
msgid "Multisite Hide|Display System Info Page for Subsites:"
|
11204 |
msgstr ""
|
11205 |
|
11206 |
-
#: admin/wizard/wizard.php:
|
11207 |
msgid ""
|
11208 |
"This option is for Network|Multisite sites only. Choosing Hide System Info "
|
11209 |
"Page will hide the System Info menu link under the BPS navigational menus. "
|
@@ -11211,11 +11308,11 @@ msgid ""
|
|
11211 |
"under the BPS navigational mensus."
|
11212 |
msgstr ""
|
11213 |
|
11214 |
-
#: admin/wizard/wizard.php:
|
11215 |
msgid "Network|Multisite Sitewide Login Security Settings"
|
11216 |
msgstr ""
|
11217 |
|
11218 |
-
#: admin/wizard/wizard.php:
|
11219 |
msgid ""
|
11220 |
"This option is for Network|Multisite sites only. This is an independent "
|
11221 |
"option Form that creates and saves Login Security DB option settings for all "
|
@@ -11232,11 +11329,11 @@ msgid ""
|
|
11232 |
"Reset, Sort DB Rows: Ascending - Show Oldest Login First."
|
11233 |
msgstr ""
|
11234 |
|
11235 |
-
#: admin/wizard/wizard.php:
|
11236 |
msgid "Network|Multisite Sitewide JTC-Lite Settings"
|
11237 |
msgstr ""
|
11238 |
|
11239 |
-
#: admin/wizard/wizard.php:
|
11240 |
msgid ""
|
11241 |
"This option is for Network|Multisite sites only. This is an independent "
|
11242 |
"option Form that creates and saves JTC-Lite DB option settings for all "
|
@@ -11251,80 +11348,80 @@ msgid ""
|
|
11251 |
"box on the Login Form."
|
11252 |
msgstr ""
|
11253 |
|
11254 |
-
#: admin/wizard/wizard.php:
|
11255 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
|
11256 |
msgstr ""
|
11257 |
|
11258 |
-
#: admin/wizard/wizard.php:
|
11259 |
msgid "AutoFix On"
|
11260 |
msgstr ""
|
11261 |
|
11262 |
-
#: admin/wizard/wizard.php:
|
11263 |
msgid "AutoFix Off"
|
11264 |
msgstr ""
|
11265 |
|
11266 |
-
#: admin/wizard/wizard.php:
|
11267 |
msgid "GDPR Compliance (IP Address Logging On|Off):"
|
11268 |
msgstr ""
|
11269 |
|
11270 |
-
#: admin/wizard/wizard.php:
|
11271 |
msgid "GDPR Compliance Off"
|
11272 |
msgstr ""
|
11273 |
|
11274 |
-
#: admin/wizard/wizard.php:
|
11275 |
msgid "GDPR Compliance On"
|
11276 |
msgstr ""
|
11277 |
|
11278 |
-
#: admin/wizard/wizard.php:
|
11279 |
msgid "No (default setting)"
|
11280 |
msgstr ""
|
11281 |
|
11282 |
-
#: admin/wizard/wizard.php:
|
11283 |
msgid "Yes (ONLY if you have Managed WordPress Hosting)"
|
11284 |
msgstr ""
|
11285 |
|
11286 |
-
#: admin/wizard/wizard.php:
|
11287 |
msgid ""
|
11288 |
"CAUTION: Click the Read Me help button before changing this option setting"
|
11289 |
msgstr ""
|
11290 |
|
11291 |
-
#: admin/wizard/wizard.php:
|
11292 |
msgid "htaccess Files Enabled"
|
11293 |
msgstr ""
|
11294 |
|
11295 |
-
#: admin/wizard/wizard.php:
|
11296 |
msgid "htaccess Files Disabled"
|
11297 |
msgstr ""
|
11298 |
|
11299 |
-
#: admin/wizard/wizard.php:
|
11300 |
msgid "Enable|Disable wp-admin BulletProof Mode:"
|
11301 |
msgstr ""
|
11302 |
|
11303 |
-
#: admin/wizard/wizard.php:
|
11304 |
msgid "wp-admin BulletProof Mode Enabled"
|
11305 |
msgstr ""
|
11306 |
|
11307 |
-
#: admin/wizard/wizard.php:
|
11308 |
msgid "wp-admin BulletProof Mode Disabled"
|
11309 |
msgstr ""
|
11310 |
|
11311 |
-
#: admin/wizard/wizard.php:
|
11312 |
msgid "Zip File Download Fix Off"
|
11313 |
msgstr ""
|
11314 |
|
11315 |
-
#: admin/wizard/wizard.php:
|
11316 |
msgid "Zip File Download Fix On"
|
11317 |
msgstr ""
|
11318 |
|
11319 |
-
#: admin/wizard/wizard.php:
|
11320 |
msgid "Display System Info Page"
|
11321 |
msgstr ""
|
11322 |
|
11323 |
-
#: admin/wizard/wizard.php:
|
11324 |
msgid "Hide System Info Page"
|
11325 |
msgstr ""
|
11326 |
|
11327 |
-
#: admin/wizard/wizard.php:
|
11328 |
msgid ""
|
11329 |
"The Zip File Download Fix option is set to On. This option should only be "
|
11330 |
"set to On if you are unable to download these Zip files: Custom Code Export "
|
@@ -11332,15 +11429,15 @@ msgid ""
|
|
11332 |
"htaccess file backup Zip file."
|
11333 |
msgstr ""
|
11334 |
|
11335 |
-
#: admin/wizard/wizard.php:
|
11336 |
msgid "The Zip File Download Fix option is set to Off."
|
11337 |
msgstr ""
|
11338 |
|
11339 |
-
#: admin/wizard/wizard.php:
|
11340 |
msgid "Multisite Hide|Display System Info Page for Subsites option saved."
|
11341 |
msgstr ""
|
11342 |
|
11343 |
-
#: admin/wizard/wizard.php:
|
11344 |
msgid ""
|
11345 |
"Error: Your Network site exceeds the default WP criteria for a large network "
|
11346 |
"site. Either you have more than 10,000 users or more than 10,000 sites. "
|
@@ -11348,11 +11445,11 @@ msgid ""
|
|
11348 |
"org for assistance."
|
11349 |
msgstr ""
|
11350 |
|
11351 |
-
#: admin/wizard/wizard.php:
|
11352 |
msgid " LSM DB Options created or updated Successfully!"
|
11353 |
msgstr ""
|
11354 |
|
11355 |
-
#: admin/wizard/wizard.php:
|
11356 |
msgid ""
|
11357 |
"Error: Your Network site exceeds the default WP criteria for a large network "
|
11358 |
"site. Either you have more than 10,000 users or more than 10,000 sites. "
|
@@ -11360,27 +11457,27 @@ msgid ""
|
|
11360 |
"line: Setup Wizard Options Large Network Site Help."
|
11361 |
msgstr ""
|
11362 |
|
11363 |
-
#: admin/wizard/wizard.php:
|
11364 |
msgid " JTC DB Options created or updated Successfully!"
|
11365 |
msgstr ""
|
11366 |
|
11367 |
-
#: admin/wizard/wizard.php:
|
11368 |
msgid "Setup Wizard Export|Import ~ "
|
11369 |
msgstr ""
|
11370 |
|
11371 |
-
#: admin/wizard/wizard.php:
|
11372 |
msgid "Export or Import BPS plugin option settings."
|
11373 |
msgstr ""
|
11374 |
|
11375 |
-
#: admin/wizard/wizard.php:
|
11376 |
msgid "GDMW Hosting"
|
11377 |
msgstr ""
|
11378 |
|
11379 |
-
#: admin/wizard/wizard.php:
|
11380 |
msgid "Setup Wizard Export"
|
11381 |
msgstr ""
|
11382 |
|
11383 |
-
#: admin/wizard/wizard.php:
|
11384 |
msgid ""
|
11385 |
"The Setup Wizard Export feature exports all BPS plugin option settings "
|
11386 |
"except for website specific settings that need to be setup by running the "
|
@@ -11388,11 +11485,11 @@ msgid ""
|
|
11388 |
"new website. The name of the exported zip file is: bps-settings-export.zip"
|
11389 |
msgstr ""
|
11390 |
|
11391 |
-
#: admin/wizard/wizard.php:
|
11392 |
msgid "Setup Wizard Import"
|
11393 |
msgstr ""
|
11394 |
|
11395 |
-
#: admin/wizard/wizard.php:
|
11396 |
msgid ""
|
11397 |
"To import BPS plugin option settings click the Choose File button, navigate "
|
11398 |
"to where you downloaded/saved the bps-settings-export.zip file on your "
|
@@ -11406,11 +11503,11 @@ msgid ""
|
|
11406 |
"code or remove it from BPS Custom Code."
|
11407 |
msgstr ""
|
11408 |
|
11409 |
-
#: admin/wizard/wizard.php:
|
11410 |
msgid "Network|Multisite Help Info"
|
11411 |
msgstr ""
|
11412 |
|
11413 |
-
#: admin/wizard/wizard.php:
|
11414 |
msgid ""
|
11415 |
"Setup Wizard Export|Import works for Network|Multisite site types, but only "
|
11416 |
"the Primary site's BPS plugin option settings are exported and imported. BPS "
|
@@ -11421,17 +11518,17 @@ msgid ""
|
|
11421 |
"JTC plugin option settings from the Primary site to all Subsites."
|
11422 |
msgstr ""
|
11423 |
|
11424 |
-
#: admin/wizard/wizard.php:
|
11425 |
msgid ""
|
11426 |
"Clicking OK will Import BPS plugin settings from the bps-settings-export.zip "
|
11427 |
"file on your computer."
|
11428 |
msgstr ""
|
11429 |
|
11430 |
-
#: admin/wizard/wizard.php:
|
11431 |
msgid "Click OK to Import BPS plugin settings or click Cancel."
|
11432 |
msgstr ""
|
11433 |
|
11434 |
-
#: admin/wizard/wizard.php:
|
11435 |
msgid ""
|
11436 |
"Clicking OK will Export your BPS plugin settings into the bps-settings-"
|
11437 |
"export.zip file, which you can then download to your computer by clicking "
|
@@ -11439,33 +11536,33 @@ msgid ""
|
|
11439 |
"message."
|
11440 |
msgstr ""
|
11441 |
|
11442 |
-
#: admin/wizard/wizard.php:
|
11443 |
msgid "Click OK to Export BPS plugin settings or click Cancel."
|
11444 |
msgstr ""
|
11445 |
|
11446 |
-
#: admin/wizard/wizard.php:
|
11447 |
msgid ""
|
11448 |
"BPS plugin option settings exported successfully. Click the Download Zip "
|
11449 |
"Export button to download the Setup Wizard Export zip file: bps-settings-"
|
11450 |
"export.zip."
|
11451 |
msgstr ""
|
11452 |
|
11453 |
-
#: admin/wizard/wizard.php:
|
11454 |
msgid ""
|
11455 |
" and select the Zip File Download Fix On setting for the Zile File Download "
|
11456 |
"Fix option. You should now be able to download the bps-settings-export.zip "
|
11457 |
"file."
|
11458 |
msgstr ""
|
11459 |
|
11460 |
-
#: admin/wizard/wizard.php:
|
11461 |
msgid "BPS plugin settings imported successfully."
|
11462 |
msgstr ""
|
11463 |
|
11464 |
-
#: admin/wizard/wizard.php:
|
11465 |
msgid "IMPORTANT: Run the BPS Setup Wizard now."
|
11466 |
msgstr ""
|
11467 |
|
11468 |
-
#: admin/wizard/wizard.php:
|
11469 |
msgid ""
|
11470 |
"After running the Setup Wizard go to the BPS Security > htaccess Core > "
|
11471 |
"Custom Code tab page and check all of your custom htaccess code for any "
|
@@ -11475,13 +11572,13 @@ msgid ""
|
|
11475 |
"code or remove it from BPS Custom Code."
|
11476 |
msgstr ""
|
11477 |
|
11478 |
-
#: admin/wizard/wizard.php:
|
11479 |
msgid ""
|
11480 |
"Either the bps-settings-export.zip file has not been selected yet for Import "
|
11481 |
"or the file "
|
11482 |
msgstr ""
|
11483 |
|
11484 |
-
#: admin/wizard/wizard.php:
|
11485 |
msgid ""
|
11486 |
" is not a valid Setup Wizard Export file or file name. The BPS Setup Wizard "
|
11487 |
"Import feature only allows the bps-settings-export.zip file to be Uploaded/"
|
@@ -11537,7 +11634,7 @@ msgid ""
|
|
11537 |
msgstr ""
|
11538 |
|
11539 |
#: includes/functions.php:345 includes/functions.php:583
|
11540 |
-
#: includes/functions.php:650 includes/hud-autofix-setup.php:
|
11541 |
#: includes/hud-dismiss-functions.php:547
|
11542 |
msgid "Go to the "
|
11543 |
msgstr ""
|
@@ -11583,7 +11680,7 @@ msgid ""
|
|
11583 |
"button before running the Setup Wizard again."
|
11584 |
msgstr ""
|
11585 |
|
11586 |
-
#: includes/functions.php:383 includes/hud-autofix-setup.php:
|
11587 |
#: includes/hud-dismiss-functions.php:69 includes/hud-dismiss-functions.php:103
|
11588 |
#: includes/hud-dismiss-functions.php:136
|
11589 |
#: includes/hud-dismiss-functions.php:348
|
@@ -11598,7 +11695,7 @@ msgid ""
|
|
11598 |
"Code page."
|
11599 |
msgstr ""
|
11600 |
|
11601 |
-
#: includes/functions.php:383 includes/hud-autofix-setup.php:
|
11602 |
#: includes/hud-dismiss-functions.php:69 includes/hud-dismiss-functions.php:103
|
11603 |
#: includes/hud-dismiss-functions.php:136
|
11604 |
#: includes/hud-dismiss-functions.php:201
|
@@ -11620,8 +11717,8 @@ msgstr ""
|
|
11620 |
#: includes/hud-dismiss-functions.php:657
|
11621 |
#: includes/hud-dismiss-functions.php:700
|
11622 |
#: includes/hud-dismiss-functions.php:738
|
11623 |
-
#: includes/hud-dismiss-functions.php:
|
11624 |
-
#: includes/hud-dismiss-functions.php:
|
11625 |
msgid "Dismiss Notice"
|
11626 |
msgstr ""
|
11627 |
|
@@ -12221,255 +12318,408 @@ msgstr ""
|
|
12221 |
msgid "Plugin Folder Path: "
|
12222 |
msgstr ""
|
12223 |
|
12224 |
-
#: includes/hud-autofix-setup.php:
|
12225 |
msgid "BPS Notice: The Endurance Page Cache (EPC) must-use plugin is installed"
|
12226 |
msgstr ""
|
12227 |
|
12228 |
-
#: includes/hud-autofix-setup.php:
|
12229 |
msgid ""
|
12230 |
"The EPC must-use plugin has been automatically installed by your Web Host "
|
12231 |
"and requires these additional BPS setup steps to make sure everything is "
|
12232 |
"setup correctly:"
|
12233 |
msgstr ""
|
12234 |
|
12235 |
-
#: includes/hud-autofix-setup.php:
|
12236 |
-
#: includes/hud-autofix-setup.php:
|
|
|
|
|
|
|
|
|
12237 |
msgid "BPS htaccess File Editor page"
|
12238 |
msgstr ""
|
12239 |
|
12240 |
-
#: includes/hud-autofix-setup.php:
|
12241 |
msgid ""
|
12242 |
" click the Unlock htaccess File button, go to the WordPress Settings > "
|
12243 |
"General page, scroll down to Endurance Cache settings,"
|
12244 |
msgstr ""
|
12245 |
|
12246 |
-
#: includes/hud-autofix-setup.php:
|
12247 |
msgid "click the Save Changes button, click this link: "
|
12248 |
msgstr ""
|
12249 |
|
12250 |
-
#: includes/hud-autofix-setup.php:
|
12251 |
-
#: includes/hud-autofix-setup.php:
|
12252 |
-
#: includes/hud-autofix-setup.php:
|
12253 |
-
#: includes/hud-autofix-setup.php:
|
12254 |
-
#: includes/hud-autofix-setup.php:
|
12255 |
-
#: includes/hud-autofix-setup.php:
|
|
|
|
|
|
|
|
|
12256 |
msgid "BPS Setup Wizard"
|
12257 |
msgstr ""
|
12258 |
|
12259 |
-
#: includes/hud-autofix-setup.php:
|
12260 |
msgid " and click the Setup Wizard button."
|
12261 |
msgstr ""
|
12262 |
|
12263 |
-
#: includes/hud-autofix-setup.php:
|
12264 |
msgid ""
|
12265 |
"W3 Total Cache (W3TC) htaccess code was not found in your Root htaccess file"
|
12266 |
msgstr ""
|
12267 |
|
12268 |
-
#: includes/hud-autofix-setup.php:
|
12269 |
-
#: includes/hud-autofix-setup.php:
|
12270 |
-
#: includes/hud-autofix-setup.php:
|
12271 |
msgid ""
|
12272 |
"If you have deactivated Root Folder BulletProof Mode temporarily then "
|
12273 |
"disregard this message. When you activate Root Folder BulletProof Mode again "
|
12274 |
"this message will go away automatically."
|
12275 |
msgstr ""
|
12276 |
|
12277 |
-
#: includes/hud-autofix-setup.php:
|
12278 |
-
#: includes/hud-autofix-setup.php:254 includes/hud-autofix-setup.php:320
|
12279 |
-
#: includes/hud-autofix-setup.php:384
|
12280 |
-
msgid ""
|
12281 |
-
"Or you can run the BPS Setup Wizard now to make this message go away now."
|
12282 |
-
msgstr ""
|
12283 |
-
|
12284 |
-
#: includes/hud-autofix-setup.php:120
|
12285 |
msgid ""
|
12286 |
"If you just installed W3 Total Cache then go to the W3TC plugin settings "
|
12287 |
"page, choose and save the W3TC plugin settings that you want to use and then "
|
12288 |
"run the "
|
12289 |
msgstr ""
|
12290 |
|
12291 |
-
#: includes/hud-autofix-setup.php:
|
12292 |
msgid " to automatically setup/combine W3TC and BPS htaccess code together."
|
12293 |
msgstr ""
|
12294 |
|
12295 |
-
#: includes/hud-autofix-setup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12296 |
msgid ""
|
12297 |
"W3 Total Cache (W3TC) is deactivated and W3TC htaccess code was found in "
|
12298 |
"your Root htaccess file"
|
12299 |
msgstr ""
|
12300 |
|
12301 |
-
#: includes/hud-autofix-setup.php:
|
12302 |
-
msgid ""
|
12303 |
-
"If you have deactivated W3TC temporarily then disregard this message or you "
|
12304 |
-
"can run the BPS Setup Wizard now to make this message go away now."
|
12305 |
msgstr ""
|
12306 |
|
12307 |
-
#: includes/hud-autofix-setup.php:
|
12308 |
msgid "If you are planning on permanently uninstalling W3TC then run the "
|
12309 |
msgstr ""
|
12310 |
|
12311 |
-
#: includes/hud-autofix-setup.php:
|
12312 |
msgid " after you have uninstalled/deleted the W3TC plugin."
|
12313 |
msgstr ""
|
12314 |
|
12315 |
-
#: includes/hud-autofix-setup.php:
|
12316 |
msgid ""
|
12317 |
"WP Super Cache (WPSC) htaccess code was not found in your Root htaccess file"
|
12318 |
msgstr ""
|
12319 |
|
12320 |
-
#: includes/hud-autofix-setup.php:
|
12321 |
msgid ""
|
12322 |
"If you just installed WP Super Cache then go to the WPSC plugin settings "
|
12323 |
"page, choose and save the WPSC plugin settings that you want to use and then "
|
12324 |
"run the "
|
12325 |
msgstr ""
|
12326 |
|
12327 |
-
#: includes/hud-autofix-setup.php:
|
12328 |
msgid " to automatically setup/combine WPSC and BPS htaccess code together."
|
12329 |
msgstr ""
|
12330 |
|
12331 |
-
#: includes/hud-autofix-setup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12332 |
msgid ""
|
12333 |
"WP Super Cache (WPSC) is deactivated and WPSC htaccess code was found in "
|
12334 |
"your Root htaccess file"
|
12335 |
msgstr ""
|
12336 |
|
12337 |
-
#: includes/hud-autofix-setup.php:
|
12338 |
-
msgid ""
|
12339 |
-
"If you have deactivated WPSC temporarily then disregard this message or you "
|
12340 |
-
"can run the BPS Setup Wizard now to make this message go away now."
|
12341 |
msgstr ""
|
12342 |
|
12343 |
-
#: includes/hud-autofix-setup.php:
|
12344 |
msgid "If you are planning on permanently uninstalling WPSC then run the "
|
12345 |
msgstr ""
|
12346 |
|
12347 |
-
#: includes/hud-autofix-setup.php:
|
12348 |
msgid " after you have uninstalled/deleted the WPSC plugin."
|
12349 |
msgstr ""
|
12350 |
|
12351 |
-
#: includes/hud-autofix-setup.php:
|
12352 |
msgid "Comet Cache htaccess code was not found in your Root htaccess file"
|
12353 |
msgstr ""
|
12354 |
|
12355 |
-
#: includes/hud-autofix-setup.php:
|
12356 |
msgid "If you just installed Comet Cache then go to the "
|
12357 |
msgstr ""
|
12358 |
|
12359 |
-
#: includes/hud-autofix-setup.php:
|
12360 |
msgid ""
|
12361 |
" click the Unlock htaccess File button, go to the Comet Cache plugin "
|
12362 |
"settings page, choose and save the Comet Cache plugin settings that you want "
|
12363 |
"to use and then run the "
|
12364 |
msgstr ""
|
12365 |
|
12366 |
-
#: includes/hud-autofix-setup.php:
|
12367 |
msgid ""
|
12368 |
" to automatically setup/combine Comet Cache and BPS htaccess code together."
|
12369 |
msgstr ""
|
12370 |
|
12371 |
-
#: includes/hud-autofix-setup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12372 |
msgid ""
|
12373 |
"Comet Cache is deactivated and Comet Cache htaccess code was found in your "
|
12374 |
"Root htaccess file"
|
12375 |
msgstr ""
|
12376 |
|
12377 |
-
#: includes/hud-autofix-setup.php:
|
12378 |
msgid ""
|
12379 |
-
"If you have deactivated Comet Cache temporarily then disregard this message
|
12380 |
-
"or you can run the BPS Setup Wizard now to make this message go away now."
|
12381 |
msgstr ""
|
12382 |
|
12383 |
-
#: includes/hud-autofix-setup.php:
|
12384 |
msgid ""
|
12385 |
"If you are planning on permanently uninstalling Comet Cache then run the "
|
12386 |
msgstr ""
|
12387 |
|
12388 |
-
#: includes/hud-autofix-setup.php:
|
12389 |
msgid " after you have uninstalled/deleted the Comet Cache plugin."
|
12390 |
msgstr ""
|
12391 |
|
12392 |
-
#: includes/hud-autofix-setup.php:
|
12393 |
msgid ""
|
12394 |
"WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess "
|
12395 |
"file"
|
12396 |
msgstr ""
|
12397 |
|
12398 |
-
#: includes/hud-autofix-setup.php:
|
12399 |
msgid "If you just installed WP Fastest Cache then go to the "
|
12400 |
msgstr ""
|
12401 |
|
12402 |
-
#: includes/hud-autofix-setup.php:
|
12403 |
msgid ""
|
12404 |
" click the Unlock htaccess File button, then go to the WPFC plugin settings "
|
12405 |
"page, choose and save the WPFC plugin settings that you want to use and then "
|
12406 |
"run the "
|
12407 |
msgstr ""
|
12408 |
|
12409 |
-
#: includes/hud-autofix-setup.php:
|
12410 |
msgid " to automatically setup/combine WPFC and BPS htaccess code together."
|
12411 |
msgstr ""
|
12412 |
|
12413 |
-
#: includes/hud-autofix-setup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12414 |
msgid ""
|
12415 |
"WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in "
|
12416 |
"your Root htaccess file"
|
12417 |
msgstr ""
|
12418 |
|
12419 |
-
#: includes/hud-autofix-setup.php:
|
12420 |
-
msgid ""
|
12421 |
-
"If you have deactivated WPFC temporarily then disregard this message or you "
|
12422 |
-
"can run the BPS Setup Wizard now to make this message go away now."
|
12423 |
msgstr ""
|
12424 |
|
12425 |
-
#: includes/hud-autofix-setup.php:
|
12426 |
msgid "If you are planning on permanently uninstalling WPFC then run the "
|
12427 |
msgstr ""
|
12428 |
|
12429 |
-
#: includes/hud-autofix-setup.php:
|
12430 |
msgid " after you have uninstalled/deleted the WPFC plugin."
|
12431 |
msgstr ""
|
12432 |
|
12433 |
-
#: includes/hud-autofix-setup.php:
|
12434 |
msgid "WP Rocket htaccess code was not found in your Root htaccess file"
|
12435 |
msgstr ""
|
12436 |
|
12437 |
-
#: includes/hud-autofix-setup.php:
|
12438 |
msgid "If you just installed WP Rocket then go to the "
|
12439 |
msgstr ""
|
12440 |
|
12441 |
-
#: includes/hud-autofix-setup.php:
|
12442 |
msgid ""
|
12443 |
" click the Unlock htaccess File button, then go to the WP Rocket plugin "
|
12444 |
"settings page, choose and save the WP Rocket plugin settings that you want "
|
12445 |
"to use and then run the "
|
12446 |
msgstr ""
|
12447 |
|
12448 |
-
#: includes/hud-autofix-setup.php:
|
12449 |
msgid ""
|
12450 |
" to automatically setup/combine WP Rocket and BPS htaccess code together."
|
12451 |
msgstr ""
|
12452 |
|
12453 |
-
#: includes/hud-autofix-setup.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12454 |
msgid ""
|
12455 |
"WP Rocket is deactivated and WP Rocket htaccess code was found in your Root "
|
12456 |
"htaccess file"
|
12457 |
msgstr ""
|
12458 |
|
12459 |
-
#: includes/hud-autofix-setup.php:
|
12460 |
msgid ""
|
12461 |
-
"If you have deactivated WP Rocket temporarily then disregard this message
|
12462 |
-
"you can run the BPS Setup Wizard now to make this message go away now."
|
12463 |
msgstr ""
|
12464 |
|
12465 |
-
#: includes/hud-autofix-setup.php:
|
12466 |
msgid "If you are planning on permanently uninstalling WP Rocket then run the "
|
12467 |
msgstr ""
|
12468 |
|
12469 |
-
#: includes/hud-autofix-setup.php:
|
12470 |
msgid " after you have uninstalled/deleted the WP Rocket plugin."
|
12471 |
msgstr ""
|
12472 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12473 |
#: includes/hud-autofix-whitelist.php:75
|
12474 |
msgid ""
|
12475 |
"CC Root Text Box 9: Allow HEAD Requests General Rule for Jetpack, Marmoset "
|
@@ -12598,255 +12848,267 @@ msgstr ""
|
|
12598 |
msgid "CC Root Text Box 11: SmoothV4.1 Theme"
|
12599 |
msgstr ""
|
12600 |
|
12601 |
-
#: includes/hud-autofix-whitelist.php:
|
12602 |
msgid "CC Root Text Box 12: WooCommerce PagSeguro Plugin"
|
12603 |
msgstr ""
|
12604 |
|
12605 |
-
#: includes/hud-autofix-whitelist.php:
|
12606 |
msgid "CC Root Text Box 12: Event Espresso Plugin"
|
12607 |
msgstr ""
|
12608 |
|
12609 |
-
#: includes/hud-autofix-whitelist.php:
|
12610 |
msgid "CC Root Text Box 12: WooCommerce Serial Key Plugin"
|
12611 |
msgstr ""
|
12612 |
|
12613 |
-
#: includes/hud-autofix-whitelist.php:
|
12614 |
msgid "CC Root Text Box 12: WooCommerce WorldPay Extension"
|
12615 |
msgstr ""
|
12616 |
|
12617 |
-
#: includes/hud-autofix-whitelist.php:
|
12618 |
msgid "CC Root Text Box 12: Kama Click Counter Plugin"
|
12619 |
msgstr ""
|
12620 |
|
12621 |
-
#: includes/hud-autofix-whitelist.php:
|
12622 |
msgid "CC Root Text Box 12: Riva Slider Pro Plugin"
|
12623 |
msgstr ""
|
12624 |
|
12625 |
-
#: includes/hud-autofix-whitelist.php:
|
12626 |
msgid "CC Root Text Box 12: WordPress Auto Spinner Plugin"
|
12627 |
msgstr ""
|
12628 |
|
12629 |
-
#: includes/hud-autofix-whitelist.php:
|
12630 |
msgid "CC Root Text Box 12: AgriTurismo Theme"
|
12631 |
msgstr ""
|
12632 |
|
12633 |
-
#: includes/hud-autofix-whitelist.php:
|
12634 |
msgid "CC Root Text Box 12: WP Content Copy Protection Plugin"
|
12635 |
msgstr ""
|
12636 |
|
12637 |
-
#: includes/hud-autofix-whitelist.php:
|
12638 |
msgid "CC Root Text Box 12: PanoPress Plugin"
|
12639 |
msgstr ""
|
12640 |
|
12641 |
-
#: includes/hud-autofix-whitelist.php:
|
12642 |
msgid "CC Root Text Box 12: Easy Social Share Buttons (Code Canyon) Plugin"
|
12643 |
msgstr ""
|
12644 |
|
12645 |
-
#: includes/hud-autofix-whitelist.php:
|
12646 |
msgid "CC Root Text Box 12: MainWP Plugin"
|
12647 |
msgstr ""
|
12648 |
|
12649 |
-
#: includes/hud-autofix-whitelist.php:
|
12650 |
msgid "CC Root Text Box 12: Clever Course Theme"
|
12651 |
msgstr ""
|
12652 |
|
12653 |
-
#: includes/hud-autofix-whitelist.php:
|
12654 |
msgid "CC Root Text Box 12: WP eStore (WP Cart for Digital Products) Plugin"
|
12655 |
msgstr ""
|
12656 |
|
12657 |
-
#: includes/hud-autofix-whitelist.php:
|
12658 |
msgid "CC Root Text Box 12: WP eMember Plugin"
|
12659 |
msgstr ""
|
12660 |
|
12661 |
-
#: includes/hud-autofix-whitelist.php:
|
12662 |
msgid "CC Root Text Box 12: Easy Digital Downloads Plugin"
|
12663 |
msgstr ""
|
12664 |
|
12665 |
-
#: includes/hud-autofix-whitelist.php:
|
12666 |
msgid "CC Root Text Box 12: MailPoet Newsletters (wysija newsletters) Plugin"
|
12667 |
msgstr ""
|
12668 |
|
12669 |
-
#: includes/hud-autofix-whitelist.php:
|
12670 |
msgid "CC Root Text Box 12: MailChimp for WordPress Plugin"
|
12671 |
msgstr ""
|
12672 |
|
12673 |
-
#: includes/hud-autofix-whitelist.php:
|
12674 |
msgid "CC Root Text Box 12: Digital Access Pass (DAP) Plugin"
|
12675 |
msgstr ""
|
12676 |
|
12677 |
-
#: includes/hud-autofix-whitelist.php:
|
12678 |
msgid "CC Root Text Box 12: WordPress Newsletter (tribulant) Plugin"
|
12679 |
msgstr ""
|
12680 |
|
12681 |
-
#: includes/hud-autofix-whitelist.php:
|
12682 |
msgid "CC Root Text Box 12: Subscribe To Comments Reloaded Plugin"
|
12683 |
msgstr ""
|
12684 |
|
12685 |
-
#: includes/hud-autofix-whitelist.php:
|
|
|
|
|
|
|
|
|
12686 |
msgid "CC wp-admin Text Box 3: WooCommerce Product Feed Pro Plugin"
|
12687 |
msgstr ""
|
12688 |
|
12689 |
-
#: includes/hud-autofix-whitelist.php:
|
12690 |
msgid "CC wp-admin Text Box 3: WPBakery Visual Composer Plugin"
|
12691 |
msgstr ""
|
12692 |
|
12693 |
-
#: includes/hud-autofix-whitelist.php:
|
12694 |
msgid "CC wp-admin Text Box 3: Bookly Booking Plugin"
|
12695 |
msgstr ""
|
12696 |
|
12697 |
-
#: includes/hud-autofix-whitelist.php:
|
12698 |
msgid "CC wp-admin Text Box 3: Beaver Builder Plugin"
|
12699 |
msgstr ""
|
12700 |
|
12701 |
-
#: includes/hud-autofix-whitelist.php:
|
|
|
|
|
|
|
|
|
12702 |
msgid "CC wp-admin Text Box 3: Easy Media Gallery Pro Plugin"
|
12703 |
msgstr ""
|
12704 |
|
12705 |
-
#: includes/hud-autofix-whitelist.php:
|
12706 |
msgid "CC wp-admin Text Box 3: NextGen Gallery Plugin"
|
12707 |
msgstr ""
|
12708 |
|
12709 |
-
#: includes/hud-autofix-whitelist.php:
|
12710 |
msgid "CC wp-admin Text Box 3: OptimizePress Theme"
|
12711 |
msgstr ""
|
12712 |
|
12713 |
-
#: includes/hud-autofix-whitelist.php:
|
12714 |
msgid "CC wp-admin Text Box 3: tribulant Shopping Cart (WP Checkout) Plugin"
|
12715 |
msgstr ""
|
12716 |
|
12717 |
-
#: includes/hud-autofix-whitelist.php:
|
12718 |
msgid "CC wp-admin Text Box 3: ithemes Video Showcase Plugin"
|
12719 |
msgstr ""
|
12720 |
|
12721 |
-
#: includes/hud-autofix-whitelist.php:
|
12722 |
msgid "CC wp-admin Text Box 3: WP-Invoice - Web Invoice and Billing Plugin"
|
12723 |
msgstr ""
|
12724 |
|
12725 |
-
#: includes/hud-autofix-whitelist.php:
|
12726 |
msgid "CC wp-admin Text Box 3: Yoast SEO Plugin"
|
12727 |
msgstr ""
|
12728 |
|
12729 |
-
#: includes/hud-autofix-whitelist.php:
|
12730 |
msgid "CC wp-admin Text Box 3: Formidable Pro Plugin"
|
12731 |
msgstr ""
|
12732 |
|
12733 |
-
#: includes/hud-autofix-whitelist.php:
|
12734 |
msgid "CC wp-admin Text Box 3: Google Typography Plugin"
|
12735 |
msgstr ""
|
12736 |
|
12737 |
-
#: includes/hud-autofix-whitelist.php:
|
12738 |
msgid "CC wp-admin Text Box 3: Flare Plugin"
|
12739 |
msgstr ""
|
12740 |
|
12741 |
-
#: includes/hud-autofix-whitelist.php:
|
12742 |
msgid "CC wp-admin Text Box 3: bbPress Plugin"
|
12743 |
msgstr ""
|
12744 |
|
12745 |
-
#: includes/hud-autofix-whitelist.php:
|
12746 |
msgid ""
|
12747 |
"CC wp-admin Text Box 3: Spider Event Calendar (WordPress Event Calendar) "
|
12748 |
"Plugin"
|
12749 |
msgstr ""
|
12750 |
|
12751 |
-
#: includes/hud-autofix-whitelist.php:
|
12752 |
msgid "CC wp-admin Text Box 3: BuddyPress Plugin"
|
12753 |
msgstr ""
|
12754 |
|
12755 |
-
#: includes/hud-autofix-whitelist.php:
|
12756 |
msgid "CC wp-admin Text Box 3: WPML Translation Management Plugin"
|
12757 |
msgstr ""
|
12758 |
|
12759 |
-
#: includes/hud-autofix-whitelist.php:
|
12760 |
msgid "CC wp-admin Text Box 3: Events Manager Plugin"
|
12761 |
msgstr ""
|
12762 |
|
12763 |
-
#: includes/hud-autofix-whitelist.php:
|
12764 |
msgid ""
|
12765 |
"CC wp-admin Text Box 3: MailPoet Newsletters (wysija newsletters) Plugin"
|
12766 |
msgstr ""
|
12767 |
|
12768 |
-
#: includes/hud-autofix-whitelist.php:
|
12769 |
msgid "CC wp-admin Text Box 3: Event Espresso Plugin"
|
12770 |
msgstr ""
|
12771 |
|
12772 |
-
#: includes/hud-autofix-whitelist.php:
|
12773 |
msgid "CC wp-admin Text Box 3: Content Egg (Free and Pro) Plugin"
|
12774 |
msgstr ""
|
12775 |
|
12776 |
-
#: includes/hud-autofix-whitelist.php:
|
12777 |
msgid "CC wp-admin Text Box 3: Flatsome Theme"
|
12778 |
msgstr ""
|
12779 |
|
12780 |
-
#: includes/hud-autofix-whitelist.php:
|
12781 |
msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
|
12782 |
msgstr ""
|
12783 |
|
12784 |
-
#: includes/hud-autofix-whitelist.php:
|
12785 |
msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
|
12786 |
msgstr ""
|
12787 |
|
12788 |
-
#: includes/hud-autofix-whitelist.php:
|
12789 |
msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
|
12790 |
msgstr ""
|
12791 |
|
12792 |
-
#: includes/hud-autofix-whitelist.php:
|
12793 |
msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
|
12794 |
msgstr ""
|
12795 |
|
12796 |
-
#: includes/hud-autofix-whitelist.php:
|
|
|
|
|
|
|
|
|
12797 |
msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
|
12798 |
msgstr ""
|
12799 |
|
12800 |
-
#: includes/hud-autofix-whitelist.php:
|
12801 |
msgid ""
|
12802 |
"One or more of your plugins or your theme requires a BPS Custom Code "
|
12803 |
"whitelist rule to be automatically created by the Setup Wizard."
|
12804 |
msgstr ""
|
12805 |
|
12806 |
-
#: includes/hud-autofix-whitelist.php:
|
12807 |
-
#: includes/hud-dismiss-functions.php:
|
12808 |
msgid "Click this "
|
12809 |
msgstr ""
|
12810 |
|
12811 |
-
#: includes/hud-autofix-whitelist.php:
|
12812 |
msgid "Setup Wizard link"
|
12813 |
msgstr ""
|
12814 |
|
12815 |
-
#: includes/hud-autofix-whitelist.php:
|
12816 |
msgid ""
|
12817 |
" and click the Setup Wizard button to automatically create BPS Custom Code "
|
12818 |
"whitelist rules."
|
12819 |
msgstr ""
|
12820 |
|
12821 |
-
#: includes/hud-autofix-whitelist.php:
|
12822 |
msgid "This BPS AutoFix check can be turned Off on the "
|
12823 |
msgstr ""
|
12824 |
|
12825 |
-
#: includes/hud-autofix-whitelist.php:
|
12826 |
msgid ""
|
12827 |
" page if you do not want BPS to check for any plugin or theme whitelist "
|
12828 |
"rules."
|
12829 |
msgstr ""
|
12830 |
|
12831 |
-
#: includes/hud-autofix-whitelist.php:
|
12832 |
msgid ""
|
12833 |
"If this Notice does not go away after running the Setup Wizard, use the "
|
12834 |
msgstr ""
|
12835 |
|
12836 |
-
#: includes/hud-autofix-whitelist.php:
|
12837 |
msgid "BPS UI|UX|AutoFix Debug tool"
|
12838 |
msgstr ""
|
12839 |
|
12840 |
-
#: includes/hud-autofix-whitelist.php:
|
12841 |
msgid ""
|
12842 |
" Click the UI|UX Settings page Read Me help button for more information."
|
12843 |
msgstr ""
|
12844 |
|
12845 |
-
#: includes/hud-autofix-whitelist.php:
|
12846 |
msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
|
12847 |
msgstr ""
|
12848 |
|
12849 |
-
#: includes/hud-autofix-whitelist.php:
|
12850 |
msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
|
12851 |
msgstr ""
|
12852 |
|
@@ -13256,8 +13518,8 @@ msgstr ""
|
|
13256 |
|
13257 |
#: includes/hud-dismiss-functions.php:657
|
13258 |
#: includes/hud-dismiss-functions.php:738
|
13259 |
-
#: includes/hud-dismiss-functions.php:
|
13260 |
-
#: includes/hud-dismiss-functions.php:
|
13261 |
msgid ""
|
13262 |
"To Dismiss this Notice click the Dismiss Notice button below. To Reset "
|
13263 |
"Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
|
@@ -13318,37 +13580,37 @@ msgid ""
|
|
13318 |
"help forum topic then you can dismiss this Dismiss Notice."
|
13319 |
msgstr ""
|
13320 |
|
13321 |
-
#: includes/hud-dismiss-functions.php:
|
13322 |
msgid "BPS GDPR Compliance Notice"
|
13323 |
msgstr ""
|
13324 |
|
13325 |
-
#: includes/hud-dismiss-functions.php:
|
13326 |
msgid ""
|
13327 |
"A new Setup Wizard Option has been created which allows you to turn off all "
|
13328 |
"IP address logging in BPS to make your website GDPR Compliant."
|
13329 |
msgstr ""
|
13330 |
|
13331 |
-
#: includes/hud-dismiss-functions.php:
|
13332 |
msgid "GDPR Compliance Setup Wizard Option link"
|
13333 |
msgstr ""
|
13334 |
|
13335 |
-
#: includes/hud-dismiss-functions.php:
|
13336 |
msgid "Choose the GDPR Compliance On setting."
|
13337 |
msgstr ""
|
13338 |
|
13339 |
-
#: includes/hud-dismiss-functions.php:
|
13340 |
msgid "For more information about GDPR Compliance click this "
|
13341 |
msgstr ""
|
13342 |
|
13343 |
-
#: includes/hud-dismiss-functions.php:
|
13344 |
msgid "GDPR Compliance Forum Topic link"
|
13345 |
msgstr ""
|
13346 |
|
13347 |
-
#: includes/hud-dismiss-functions.php:
|
13348 |
msgid "BPS wp-config.php file WP Automatic Update constants detected"
|
13349 |
msgstr ""
|
13350 |
|
13351 |
-
#: includes/hud-dismiss-functions.php:
|
13352 |
msgid ""
|
13353 |
"You are using the BPS MU Tools plugin option settings to handle WP Automatic "
|
13354 |
"Updates. BPS detected that you are also using one or both of these WP "
|
@@ -13359,79 +13621,70 @@ msgid ""
|
|
13359 |
"Notice after you have commented them out."
|
13360 |
msgstr ""
|
13361 |
|
13362 |
-
#: includes/login-security.php:
|
13363 |
-
#: includes/login-security.php:
|
13364 |
-
#: includes/login-security.php:
|
13365 |
-
#: includes/login-security.php:
|
13366 |
-
#: includes/login-security.php:
|
13367 |
-
#: includes/login-security.php:
|
13368 |
-
#: includes/login-security.php:
|
13369 |
-
#: includes/login-security.php:
|
13370 |
-
#: includes/login-security.php:
|
13371 |
-
#: includes/login-security.php:
|
13372 |
msgid "ERROR:"
|
13373 |
msgstr ""
|
13374 |
|
13375 |
-
#: includes/login-security.php:
|
13376 |
-
#: includes/login-security.php:
|
13377 |
msgid " This user account has been locked until "
|
13378 |
msgstr ""
|
13379 |
|
13380 |
-
#: includes/login-security.php:
|
13381 |
-
#: includes/login-security.php:
|
13382 |
msgid ""
|
13383 |
" due to too many failed login attempts. You can login again after the "
|
13384 |
"Lockout Time above has expired."
|
13385 |
msgstr ""
|
13386 |
|
13387 |
-
#: includes/login-security.php:
|
13388 |
-
#: includes/login-security.php:
|
13389 |
-
#: includes/login-security.php:
|
13390 |
-
#: includes/login-security.php:
|
13391 |
msgid " Invalid Entry."
|
13392 |
msgstr ""
|
13393 |
|
13394 |
-
#: includes/login-security.php:
|
13395 |
-
#: includes/login-security.php:
|
13396 |
-
#: includes/login-security.php:
|
13397 |
-
#: includes/login-security.php:
|
13398 |
-
#: includes/login-security.php:
|
13399 |
-
#: includes/login-security.php:
|
13400 |
-
#: includes/login-security.php:
|
13401 |
-
#: includes/login-security.php:
|
13402 |
msgid "Lost your password?"
|
13403 |
msgstr ""
|
13404 |
|
13405 |
-
#: includes/login-security.php:
|
13406 |
-
#: includes/login-security.php:
|
13407 |
msgid "A User has logged in on website: "
|
13408 |
msgstr ""
|
13409 |
|
13410 |
-
#: includes/login-security.php:
|
13411 |
-
#: includes/login-security.php:
|
13412 |
-
#: includes/login-security.php:
|
13413 |
-
#: includes/login-security.php:
|
13414 |
msgid ""
|
13415 |
"To take further action go to the Login Security page. If you do not want to "
|
13416 |
"receive further email alerts change or turn off Login Security Email Alerts."
|
13417 |
msgstr ""
|
13418 |
|
13419 |
-
#: includes/login-security.php:165 includes/login-security.php:181
|
13420 |
-
#: includes/login-security.php:212 includes/login-security.php:228
|
13421 |
-
#: includes/login-security.php:262 includes/login-security.php:304
|
13422 |
-
#: includes/login-security.php:320 includes/login-security.php:417
|
13423 |
-
#: includes/login-security.php:529 includes/login-security.php:577
|
13424 |
-
#: includes/login-security.php:594 includes/login-security.php:691
|
13425 |
-
msgid "Username:"
|
13426 |
-
msgstr ""
|
13427 |
-
|
13428 |
#: includes/login-security.php:166 includes/login-security.php:182
|
13429 |
#: includes/login-security.php:213 includes/login-security.php:229
|
13430 |
#: includes/login-security.php:263 includes/login-security.php:305
|
13431 |
#: includes/login-security.php:321 includes/login-security.php:418
|
13432 |
#: includes/login-security.php:530 includes/login-security.php:578
|
13433 |
#: includes/login-security.php:595 includes/login-security.php:692
|
13434 |
-
msgid "
|
13435 |
msgstr ""
|
13436 |
|
13437 |
#: includes/login-security.php:167 includes/login-security.php:183
|
@@ -13440,7 +13693,7 @@ msgstr ""
|
|
13440 |
#: includes/login-security.php:322 includes/login-security.php:419
|
13441 |
#: includes/login-security.php:531 includes/login-security.php:579
|
13442 |
#: includes/login-security.php:596 includes/login-security.php:693
|
13443 |
-
msgid "
|
13444 |
msgstr ""
|
13445 |
|
13446 |
#: includes/login-security.php:168 includes/login-security.php:184
|
@@ -13449,16 +13702,16 @@ msgstr ""
|
|
13449 |
#: includes/login-security.php:323 includes/login-security.php:420
|
13450 |
#: includes/login-security.php:532 includes/login-security.php:580
|
13451 |
#: includes/login-security.php:597 includes/login-security.php:694
|
13452 |
-
msgid "
|
13453 |
msgstr ""
|
13454 |
|
13455 |
#: includes/login-security.php:169 includes/login-security.php:185
|
13456 |
#: includes/login-security.php:216 includes/login-security.php:232
|
13457 |
-
#: includes/login-security.php:
|
13458 |
-
#: includes/login-security.php:324 includes/login-security.php:
|
13459 |
-
#: includes/login-security.php:
|
13460 |
-
#: includes/login-security.php:598 includes/login-security.php:
|
13461 |
-
msgid "
|
13462 |
msgstr ""
|
13463 |
|
13464 |
#: includes/login-security.php:170 includes/login-security.php:186
|
@@ -13467,7 +13720,7 @@ msgstr ""
|
|
13467 |
#: includes/login-security.php:325 includes/login-security.php:424
|
13468 |
#: includes/login-security.php:536 includes/login-security.php:582
|
13469 |
#: includes/login-security.php:599 includes/login-security.php:698
|
13470 |
-
msgid "User
|
13471 |
msgstr ""
|
13472 |
|
13473 |
#: includes/login-security.php:171 includes/login-security.php:187
|
@@ -13476,7 +13729,7 @@ msgstr ""
|
|
13476 |
#: includes/login-security.php:326 includes/login-security.php:425
|
13477 |
#: includes/login-security.php:537 includes/login-security.php:583
|
13478 |
#: includes/login-security.php:600 includes/login-security.php:699
|
13479 |
-
msgid "
|
13480 |
msgstr ""
|
13481 |
|
13482 |
#: includes/login-security.php:172 includes/login-security.php:188
|
@@ -13485,25 +13738,34 @@ msgstr ""
|
|
13485 |
#: includes/login-security.php:327 includes/login-security.php:426
|
13486 |
#: includes/login-security.php:538 includes/login-security.php:584
|
13487 |
#: includes/login-security.php:601 includes/login-security.php:700
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13488 |
msgid "Website:"
|
13489 |
msgstr ""
|
13490 |
|
13491 |
-
#: includes/login-security.php:
|
13492 |
-
#: includes/login-security.php:
|
13493 |
msgid "An Administrator has logged in on website: "
|
13494 |
msgstr ""
|
13495 |
|
13496 |
-
#: includes/login-security.php:
|
13497 |
msgid "Test A User has logged in on website: "
|
13498 |
msgstr ""
|
13499 |
|
13500 |
-
#: includes/login-security.php:
|
13501 |
-
#: includes/login-security.php:
|
13502 |
msgid "A User Account has been locked on website: "
|
13503 |
msgstr ""
|
13504 |
|
13505 |
-
#: includes/login-security.php:
|
13506 |
-
#: includes/login-security.php:
|
13507 |
msgid ""
|
13508 |
"To take further action go to the Login Security page. If no action is taken "
|
13509 |
"then the User will be able to try and login again after the Lockout Time has "
|
@@ -13511,15 +13773,15 @@ msgid ""
|
|
13511 |
"off Login Security Email Alerts."
|
13512 |
msgstr ""
|
13513 |
|
13514 |
-
#: includes/login-security.php:
|
13515 |
-
#: includes/login-security.php:
|
13516 |
msgid ""
|
13517 |
"What to do if your User Account is locked and you are unable to login to "
|
13518 |
"your website:"
|
13519 |
msgstr ""
|
13520 |
|
13521 |
-
#: includes/login-security.php:
|
13522 |
-
#: includes/login-security.php:
|
13523 |
msgid ""
|
13524 |
" Use FTP or your web host control panel file manager and rename the /"
|
13525 |
"bulletproof-security plugin folder name to /_bulletproof-security. Log into "
|
@@ -13528,53 +13790,53 @@ msgid ""
|
|
13528 |
"Account."
|
13529 |
msgstr ""
|
13530 |
|
13531 |
-
#: includes/login-security.php:
|
13532 |
-
#: includes/login-security.php:
|
13533 |
msgid "What to do if your User Account is being locked repeatedly:"
|
13534 |
msgstr ""
|
13535 |
|
13536 |
-
#: includes/login-security.php:
|
13537 |
-
#: includes/login-security.php:
|
13538 |
msgid ""
|
13539 |
" Additional things that you can do to protect publicly displayed usernames, "
|
13540 |
"not exposing author names/user account names, etc."
|
13541 |
msgstr ""
|
13542 |
|
13543 |
-
#: includes/login-security.php:
|
13544 |
-
#: includes/login-security.php:
|
13545 |
msgid "Lockout Time:"
|
13546 |
msgstr ""
|
13547 |
|
13548 |
-
#: includes/login-security.php:
|
13549 |
-
#: includes/login-security.php:
|
13550 |
msgid "Lockout Time Expires:"
|
13551 |
msgstr ""
|
13552 |
|
13553 |
-
#: includes/login-security.php:
|
13554 |
msgid " Invalid username."
|
13555 |
msgstr ""
|
13556 |
|
13557 |
-
#: includes/login-security.php:
|
13558 |
msgid " Invalid email address."
|
13559 |
msgstr ""
|
13560 |
|
13561 |
-
#: includes/login-security.php:
|
13562 |
-
#: includes/login-security.php:
|
13563 |
msgid " The password you entered for the username "
|
13564 |
msgstr ""
|
13565 |
|
13566 |
-
#: includes/login-security.php:
|
13567 |
-
#: includes/login-security.php:
|
13568 |
-
#: includes/login-security.php:
|
13569 |
msgid " is incorrect. "
|
13570 |
msgstr ""
|
13571 |
|
13572 |
-
#: includes/login-security.php:
|
13573 |
msgid " The password you entered for the email address "
|
13574 |
msgstr ""
|
13575 |
|
13576 |
-
#: includes/login-security.php:
|
13577 |
-
#: includes/login-security.php:
|
13578 |
msgid " Login Attempts Remaining "
|
13579 |
msgstr ""
|
13580 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2020-12-08 11:40-0800\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"
|
261 |
msgstr ""
|
262 |
|
263 |
#: admin/core/core-custom-code.php:451 admin/core/core-custom-code.php:818
|
264 |
+
#: admin/core/core.php:1955
|
265 |
msgid "Click the Custom Code Read Me help button for more help info."
|
266 |
msgstr ""
|
267 |
|
362 |
|
363 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
364 |
#: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
|
365 |
+
#: admin/wizard/wizard.php:1683
|
366 |
msgid ""
|
367 |
"If you see a 403 error and/or are unable to download the zip file then click "
|
368 |
"here: "
|
370 |
|
371 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
372 |
#: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
|
373 |
+
#: admin/wizard/wizard.php:1031 admin/wizard/wizard.php:1130
|
374 |
+
#: admin/wizard/wizard.php:1132 admin/wizard/wizard.php:1683
|
375 |
+
#: includes/hud-autofix-whitelist.php:797
|
376 |
msgid "Setup Wizard Options"
|
377 |
msgstr ""
|
378 |
|
383 |
msgstr ""
|
384 |
|
385 |
#: admin/core/core-export-import.php:115 admin/login/lsm-export.php:49
|
386 |
+
#: admin/wizard/wizard.php:1683
|
387 |
msgid "Download Zip Export"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: admin/core/core-export-import.php:144 admin/wizard/wizard.php:1843
|
391 |
msgid "Zip File Upload Successful."
|
392 |
msgstr ""
|
393 |
|
394 |
+
#: admin/core/core-export-import.php:155 admin/wizard/wizard.php:1854
|
395 |
msgid "Zip File Exraction Successful. Method: ZipArchive class."
|
396 |
msgstr ""
|
397 |
|
421 |
msgid "3. Click the wp-admin Folder BulletProof Mode Activate button."
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: admin/core/core-export-import.php:169 admin/wizard/wizard.php:1865
|
425 |
msgid "ERROR: Zip File Extraction Failed. Method: ZipArchive class."
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: admin/core/core-export-import.php:189 admin/wizard/wizard.php:1885
|
429 |
msgid "Zip File Extraction Successful. Method: PclZip."
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: admin/core/core-export-import.php:203 admin/wizard/wizard.php:1897
|
433 |
msgid "ERROR: Zip File Extraction Failed. Method: PclZip."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: admin/core/core-export-import.php:211 admin/wizard/wizard.php:1905
|
437 |
msgid "ERROR: Zip File Upload Failed."
|
438 |
msgstr ""
|
439 |
|
464 |
msgstr ""
|
465 |
|
466 |
#: admin/core/core-forms.php:18 admin/core/core-forms.php:98
|
467 |
+
#: admin/core/core.php:1242
|
468 |
msgid "htaccess Files Disabled: wp-admin htaccess file writing is disabled. "
|
469 |
msgstr ""
|
470 |
|
474 |
#: admin/core/core-forms.php:364 admin/core/core-forms.php:430
|
475 |
#: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
|
476 |
#: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
|
477 |
+
#: admin/core/core.php:849 admin/core/core.php:939 admin/core/core.php:1053
|
478 |
+
#: admin/core/core.php:1143 admin/core/core.php:1242
|
479 |
+
#: admin/maintenance/maintenance.php:832 admin/maintenance/maintenance.php:1148
|
480 |
+
#: admin/maintenance/maintenance.php:1657
|
481 |
+
#: admin/maintenance/maintenance.php:1787
|
482 |
+
#: admin/maintenance/maintenance.php:1978 admin/wizard/wizard-functions.php:44
|
483 |
msgid "Click this link for help information: "
|
484 |
msgstr ""
|
485 |
|
489 |
#: admin/core/core-forms.php:364 admin/core/core-forms.php:430
|
490 |
#: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
|
491 |
#: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
|
492 |
+
#: admin/core/core.php:849 admin/core/core.php:939 admin/core/core.php:1053
|
493 |
+
#: admin/core/core.php:1143 admin/core/core.php:1242
|
494 |
+
#: admin/maintenance/maintenance.php:832 admin/maintenance/maintenance.php:1148
|
495 |
+
#: admin/maintenance/maintenance.php:1657
|
496 |
+
#: admin/maintenance/maintenance.php:1787
|
497 |
+
#: admin/maintenance/maintenance.php:1978 admin/wizard/wizard-functions.php:44
|
498 |
+
#: admin/wizard/wizard.php:1043
|
499 |
msgid "htaccess Files Disabled Forum Topic"
|
500 |
msgstr ""
|
501 |
|
926 |
"Read Me help file for BPS troubleshooting steps."
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: admin/core/core-help-text.php:12 admin/theme-skin/theme-skin.php:115
|
930 |
msgid "Notes:"
|
931 |
msgstr ""
|
932 |
|
1014 |
"Read Me help file for BPS troubleshooting steps."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: admin/core/core-help-text.php:15 admin/wizard/wizard.php:1084
|
1018 |
msgid "Notes: "
|
1019 |
msgstr ""
|
1020 |
|
1081 |
"Send Email Alerts."
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: admin/core/core-help-text.php:18 admin/core/core.php:500
|
1085 |
msgid "HPF Cron Check Frequency:"
|
1086 |
msgstr ""
|
1087 |
|
1093 |
"Options button to save your settings."
|
1094 |
msgstr ""
|
1095 |
|
1096 |
+
#: admin/core/core-help-text.php:18 admin/core/core.php:511
|
1097 |
msgid "HPF Cron On|Off:"
|
1098 |
msgstr ""
|
1099 |
|
1103 |
"HPF Cron Off. Click the Save HPF Cron Options button to save your settings."
|
1104 |
msgstr ""
|
1105 |
|
1106 |
+
#: admin/core/core-help-text.php:18 admin/core/core.php:531
|
1107 |
msgid "Ignore Hidden Plugin Folders & Files:"
|
1108 |
msgstr ""
|
1109 |
|
1205 |
"permanently. To save any new htaccess code permanently use BPS Custom Code."
|
1206 |
msgstr ""
|
1207 |
|
1208 |
+
#: admin/core/core-help-text.php:30 admin/core/core.php:214
|
1209 |
+
#: admin/core/core.php:336 admin/core/core.php:437 admin/core/core.php:561
|
1210 |
+
#: admin/core/core.php:649 admin/core/core.php:737 admin/core/core.php:1822
|
1211 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
1212 |
#: admin/db-backup-security/db-backup-help-text.php:15
|
1213 |
+
#: admin/db-backup-security/db-backup-security.php:286
|
1214 |
+
#: admin/email-log-settings/email-log-settings.php:111
|
1215 |
+
#: admin/login/login.php:197 admin/login/login.php:812
|
1216 |
+
#: admin/login/login.php:1137 admin/maintenance/maintenance.php:191
|
1217 |
+
#: admin/mscan/mscan-help-text.php:44 admin/mscan/mscan.php:143
|
1218 |
+
#: admin/security-log/security-log.php:251
|
1219 |
+
#: admin/system-info/system-info.php:108 admin/theme-skin/theme-skin.php:115
|
1220 |
+
#: admin/wizard/wizard.php:1070 admin/wizard/wizard.php:1138
|
1221 |
+
#: admin/wizard/wizard.php:1523
|
1222 |
msgid ""
|
1223 |
"This Read Me Help window is draggable (top) and resizable (bottom right "
|
1224 |
"corner)"
|
1234 |
"will be updated/saved."
|
1235 |
msgstr ""
|
1236 |
|
1237 |
+
#: admin/core/core-help-text.php:30 admin/security-log/security-log.php:260
|
1238 |
msgid "Important Notes: "
|
1239 |
msgstr ""
|
1240 |
|
1707 |
msgstr ""
|
1708 |
|
1709 |
#: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
|
1710 |
+
#: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
|
1711 |
msgid "The file "
|
1712 |
msgstr ""
|
1713 |
|
1714 |
#: admin/core/core-htaccess-code.php:55 admin/core/core-htaccess-code.php:118
|
1715 |
+
#: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
|
1716 |
msgid " is not writable or does not exist."
|
1717 |
msgstr ""
|
1718 |
|
1740 |
|
1741 |
#: admin/core/core-htaccess-code.php:423 admin/core/core-htaccess-code.php:507
|
1742 |
#: admin/core/core-htaccess-code.php:576 admin/core/core-htaccess-code.php:660
|
1743 |
+
#: admin/core/core.php:1143
|
1744 |
msgid "htaccess Files Disabled: Root htaccess file writing is disabled. "
|
1745 |
msgstr ""
|
1746 |
|
1747 |
#: admin/core/core-htaccess-code.php:445 admin/core/core-htaccess-code.php:598
|
1748 |
+
#: admin/core/core.php:986
|
1749 |
msgid "Failed to copy your Custom default.htaccess file: "
|
1750 |
msgstr ""
|
1751 |
|
1752 |
#: admin/core/core-htaccess-code.php:445 admin/core/core-htaccess-code.php:598
|
1753 |
+
#: admin/core/core.php:986
|
1754 |
msgid " to: "
|
1755 |
msgstr ""
|
1756 |
|
1784 |
msgid "Root Folder BulletProof Mode protection activated successfully."
|
1785 |
msgstr ""
|
1786 |
|
1787 |
+
#: admin/core/core.php:63 admin/db-backup-security/db-backup-security.php:61
|
1788 |
+
#: admin/email-log-settings/email-log-settings.php:56 admin/login/login.php:56
|
1789 |
+
#: admin/maintenance/maintenance.php:56 admin/mscan/mscan.php:50
|
1790 |
+
#: admin/security-log/security-log.php:56 admin/system-info/system-info.php:56
|
1791 |
+
#: admin/theme-skin/theme-skin.php:61 admin/wizard/wizard.php:105
|
1792 |
msgid "Rate BPS"
|
1793 |
msgstr ""
|
1794 |
|
1795 |
+
#: admin/core/core.php:131 admin/includes/admin.php:336
|
1796 |
+
#: admin/includes/admin.php:337
|
1797 |
msgid "BulletProof Security ~ htaccess Core"
|
1798 |
msgstr ""
|
1799 |
|
1800 |
+
#: admin/core/core.php:160 admin/db-backup-security/db-backup-security.php:74
|
1801 |
+
#: admin/email-log-settings/email-log-settings.php:69 admin/login/login.php:131
|
1802 |
+
#: admin/maintenance/maintenance.php:80 admin/mscan/mscan.php:83
|
1803 |
+
#: admin/security-log/security-log.php:69 admin/system-info/system-info.php:69
|
1804 |
+
#: admin/theme-skin/theme-skin.php:74 admin/wizard/wizard.php:203
|
1805 |
msgid "Settings Saved"
|
1806 |
msgstr ""
|
1807 |
|
1808 |
+
#: admin/core/core.php:185
|
1809 |
msgid "Security Modes"
|
1810 |
msgstr ""
|
1811 |
|
1812 |
+
#: admin/core/core.php:186
|
1813 |
msgid "htaccess File Editor"
|
1814 |
msgstr ""
|
1815 |
|
1816 |
+
#: admin/core/core.php:187 admin/core/core.php:1806 admin/core/core.php:1819
|
1817 |
msgid "Custom Code"
|
1818 |
msgstr ""
|
1819 |
|
1820 |
+
#: admin/core/core.php:188
|
1821 |
msgid "My Notes"
|
1822 |
msgstr ""
|
1823 |
|
1824 |
+
#: admin/core/core.php:189
|
1825 |
msgid "Whats New"
|
1826 |
msgstr ""
|
1827 |
|
1828 |
+
#: admin/core/core.php:190 admin/db-backup-security/db-backup-security.php:267
|
1829 |
+
#: admin/db-backup-security/db-backup-security.php:1702
|
1830 |
+
#: admin/email-log-settings/email-log-settings.php:92 admin/login/login.php:169
|
1831 |
+
#: admin/maintenance/maintenance.php:155 admin/mscan/mscan.php:120
|
1832 |
+
#: admin/mscan/mscan.php:1942 admin/security-log/security-log.php:232
|
1833 |
+
#: admin/system-info/system-info.php:95 admin/theme-skin/theme-skin.php:97
|
1834 |
+
#: admin/theme-skin/theme-skin.php:249
|
1835 |
msgid "Help & FAQ"
|
1836 |
msgstr ""
|
1837 |
|
1838 |
+
#: admin/core/core.php:191 bulletproof-security.php:173
|
1839 |
msgid "BPS Pro Features"
|
1840 |
msgstr ""
|
1841 |
|
1842 |
+
#: admin/core/core.php:199
|
1843 |
msgid "htaccess File Security Modes ~ "
|
1844 |
msgstr ""
|
1845 |
|
1846 |
+
#: admin/core/core.php:199
|
1847 |
msgid "RBM, WBM, HPF, MBM & BBM BulletProof Modes"
|
1848 |
msgstr ""
|
1849 |
|
1850 |
+
#: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
|
1851 |
+
#: admin/core/core.php:1934 admin/core/core.php:2040
|
1852 |
+
#: admin/db-backup-security/db-backup-security.php:275
|
1853 |
+
#: admin/db-backup-security/db-backup-security.php:1206
|
1854 |
+
#: admin/db-backup-security/db-backup-security.php:1362
|
1855 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
1856 |
+
#: admin/login/login.php:186 admin/login/login.php:801
|
1857 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
1858 |
+
#: admin/mscan/mscan.php:128 admin/security-log/security-log.php:240
|
1859 |
+
#: admin/theme-skin/theme-skin.php:106 admin/wizard/wizard.php:1055
|
1860 |
+
#: admin/wizard/wizard.php:1124
|
1861 |
msgid "Want even more security protection?"
|
1862 |
msgstr ""
|
1863 |
|
1864 |
+
#: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
|
1865 |
+
#: admin/core/core.php:1934 admin/core/core.php:2040
|
1866 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
1867 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
1868 |
+
#: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
|
1869 |
+
#: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
|
1870 |
msgid ""
|
1871 |
"Protect all of your Plugins (plugin folders and files) with an IP Firewall: "
|
1872 |
msgstr ""
|
1873 |
|
1874 |
+
#: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
|
1875 |
+
#: admin/core/core.php:1934 admin/core/core.php:2040
|
1876 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
1877 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
1878 |
+
#: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
|
1879 |
+
#: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
|
1880 |
msgid "Get BPS Pro Plugin Firewall"
|
1881 |
msgstr ""
|
1882 |
|
1883 |
+
#: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
|
1884 |
+
#: admin/core/core.php:1934 admin/core/core.php:2040
|
1885 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
1886 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
1887 |
+
#: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
|
1888 |
+
#: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
|
1889 |
msgid ""
|
1890 |
"Protect your WordPress uploads folder against remote access or execution of "
|
1891 |
"files: "
|
1892 |
msgstr ""
|
1893 |
|
1894 |
+
#: admin/core/core.php:199 admin/core/core.php:777 admin/core/core.php:1800
|
1895 |
+
#: admin/core/core.php:1934 admin/core/core.php:2040
|
1896 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
1897 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
1898 |
+
#: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
|
1899 |
+
#: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
|
1900 |
msgid "Get BPS Pro Uploads Anti-Exploit Guard"
|
1901 |
msgstr ""
|
1902 |
|
1903 |
+
#: admin/core/core.php:205 admin/core/core.php:789 admin/core/core.php:1841
|
1904 |
+
#: admin/core/core.php:1877 admin/core/core.php:1894 admin/login/login.php:147
|
1905 |
+
#: admin/login/login.php:204 admin/login/login.php:912
|
1906 |
+
#: admin/login/login.php:1158 admin/system-info/system-info.php:121
|
1907 |
+
#: admin/system-info/system-info.php:1057
|
1908 |
msgid "Permission Denied"
|
1909 |
msgstr ""
|
1910 |
|
1911 |
+
#: admin/core/core.php:207
|
1912 |
msgid "Activate|Deactivate Security Modes"
|
1913 |
msgstr ""
|
1914 |
|
1915 |
+
#: admin/core/core.php:209 admin/core/core.php:211 admin/core/core.php:333
|
1916 |
msgid "Root Folder BulletProof Mode (RBM)"
|
1917 |
msgstr ""
|
1918 |
|
1919 |
+
#: admin/core/core.php:209 admin/core/core.php:331 admin/core/core.php:432
|
1920 |
+
#: admin/core/core.php:556 admin/core/core.php:644 admin/core/core.php:732
|
1921 |
+
#: admin/core/core.php:783 admin/core/core.php:1806
|
1922 |
+
#: admin/db-backup-security/db-backup-security.php:281
|
1923 |
+
#: admin/db-backup-security/db-backup-security.php:1212
|
1924 |
+
#: admin/db-backup-security/db-backup-security.php:1368
|
1925 |
+
#: admin/email-log-settings/email-log-settings.php:106
|
1926 |
+
#: admin/login/login.php:192 admin/login/login.php:807
|
1927 |
+
#: admin/login/login.php:1128 admin/maintenance/maintenance.php:186
|
1928 |
+
#: admin/mscan/mscan.php:138 admin/mscan/mscan.php:1743
|
1929 |
+
#: admin/security-log/security-log.php:246
|
1930 |
+
#: admin/system-info/system-info.php:103 admin/theme-skin/theme-skin.php:112
|
1931 |
+
#: admin/wizard/wizard.php:1061 admin/wizard/wizard.php:1130
|
1932 |
+
#: admin/wizard/wizard.php:1518
|
1933 |
msgid "Read Me"
|
1934 |
msgstr ""
|
1935 |
|
1936 |
+
#: admin/core/core.php:216 admin/core/core.php:338 admin/core/core.php:1824
|
1937 |
+
#: admin/db-backup-security/db-backup-security.php:289
|
1938 |
+
#: admin/email-log-settings/email-log-settings.php:114
|
1939 |
+
#: admin/login/login.php:1140 admin/maintenance/maintenance.php:194
|
1940 |
+
#: admin/mscan/mscan.php:145 admin/system-info/system-info.php:111
|
1941 |
msgid "Forum Help Links: "
|
1942 |
msgstr ""
|
1943 |
|
1944 |
+
#: admin/core/core.php:219 admin/core/core.php:341
|
1945 |
msgid "Setup Wizard & Other Video Tutorials"
|
1946 |
msgstr ""
|
1947 |
|
1948 |
+
#: admin/core/core.php:220 admin/core/core.php:342
|
1949 |
+
#: admin/email-log-settings/email-log-settings.php:117
|
1950 |
+
#: admin/mscan/mscan.php:150 admin/security-log/security-log.php:257
|
1951 |
msgid "BPS Troubleshooting Steps"
|
1952 |
msgstr ""
|
1953 |
|
1954 |
+
#: admin/core/core.php:254 admin/core/core.php:257 admin/core/core.php:260
|
1955 |
+
#: admin/core/core.php:263 admin/core/core.php:271 admin/core/core.php:274
|
1956 |
+
#: admin/core/core.php:277 admin/core/core.php:280
|
1957 |
msgid "RBM Status: "
|
1958 |
msgstr ""
|
1959 |
|
1960 |
+
#: admin/core/core.php:254 admin/core/core.php:271 admin/core/core.php:381
|
1961 |
+
#: admin/core/core.php:395 admin/core/core.php:592 admin/core/core.php:606
|
1962 |
+
#: admin/core/core.php:680 admin/core/core.php:694
|
1963 |
msgid "Disabled"
|
1964 |
msgstr ""
|
1965 |
|
1966 |
+
#: admin/core/core.php:257 admin/core/core.php:274
|
1967 |
msgid "Root htaccess File Does Not Exist"
|
1968 |
msgstr ""
|
1969 |
|
1970 |
+
#: admin/core/core.php:260 admin/core/core.php:277 admin/core/core.php:387
|
1971 |
+
#: admin/core/core.php:401 admin/core/core.php:598 admin/core/core.php:612
|
1972 |
+
#: admin/core/core.php:686 admin/core/core.php:700
|
1973 |
+
#: admin/system-info/system-info.php:260
|
1974 |
msgid "Activated"
|
1975 |
msgstr ""
|
1976 |
|
1977 |
+
#: admin/core/core.php:263 admin/core/core.php:280 admin/core/core.php:384
|
1978 |
+
#: admin/core/core.php:398 admin/core/core.php:595 admin/core/core.php:609
|
1979 |
+
#: admin/core/core.php:683 admin/core/core.php:697
|
1980 |
+
#: admin/system-info/system-info.php:269
|
1981 |
msgid "Deactivated"
|
1982 |
msgstr ""
|
1983 |
|
1984 |
+
#: admin/core/core.php:297 admin/core/core.php:315
|
1985 |
msgid "Click OK to Activate Root Folder BulletProof Mode or click Cancel."
|
1986 |
msgstr ""
|
1987 |
|
1988 |
+
#: admin/core/core.php:305 admin/core/core.php:323
|
1989 |
msgid "Click OK to Deactivate Root Folder BulletProof Mode or click Cancel."
|
1990 |
msgstr ""
|
1991 |
|
1992 |
+
#: admin/core/core.php:331
|
1993 |
msgid "wp-admin Folder BulletProof Mode (WBM)"
|
1994 |
msgstr ""
|
1995 |
|
1996 |
+
#: admin/core/core.php:381 admin/core/core.php:384 admin/core/core.php:387
|
1997 |
+
#: admin/core/core.php:395 admin/core/core.php:398 admin/core/core.php:401
|
1998 |
msgid "WBM Status: "
|
1999 |
msgstr ""
|
2000 |
|
2001 |
+
#: admin/core/core.php:416
|
2002 |
msgid "Click OK to Activate wp-admin Folder BulletProof Mode or click Cancel."
|
2003 |
msgstr ""
|
2004 |
|
2005 |
+
#: admin/core/core.php:424
|
2006 |
msgid ""
|
2007 |
"Click OK to Deactivate wp-admin Folder BulletProof Mode or click Cancel."
|
2008 |
msgstr ""
|
2009 |
|
2010 |
+
#: admin/core/core.php:432 admin/core/core.php:434
|
2011 |
msgid "Hidden Plugin Folders|Files Cron (HPF)"
|
2012 |
msgstr ""
|
2013 |
|
2014 |
+
#: admin/core/core.php:467 admin/core/core.php:470 admin/core/core.php:478
|
2015 |
+
#: admin/core/core.php:481
|
2016 |
msgid "HPF Status: "
|
2017 |
msgstr ""
|
2018 |
|
2019 |
+
#: admin/core/core.php:467 admin/core/core.php:478 admin/core/core.php:513
|
2020 |
msgid "HPF Cron On"
|
2021 |
msgstr ""
|
2022 |
|
2023 |
+
#: admin/core/core.php:470 admin/core/core.php:481 admin/core/core.php:514
|
2024 |
msgid "HPF Cron Off"
|
2025 |
msgstr ""
|
2026 |
|
2027 |
+
#: admin/core/core.php:502
|
2028 |
msgid "Run Check Every 1 Minute"
|
2029 |
msgstr ""
|
2030 |
|
2031 |
+
#: admin/core/core.php:503
|
2032 |
msgid "Run Check Every 5 Minutes"
|
2033 |
msgstr ""
|
2034 |
|
2035 |
+
#: admin/core/core.php:504
|
2036 |
msgid "Run Check Every 10 Minutes"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: admin/core/core.php:505
|
2040 |
msgid "Run Check Every 15 Minutes"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: admin/core/core.php:506
|
2044 |
msgid "Run Check Every 30 Minutes"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: admin/core/core.php:507
|
2048 |
msgid "Run Check Every 60 Minutes"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: admin/core/core.php:508
|
2052 |
msgid "Run Check Once Daily"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: admin/core/core.php:517
|
2056 |
msgid "Save HPF Cron Options"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: admin/core/core.php:517
|
2060 |
msgid ""
|
2061 |
"The default Cron Frequency is: Run Check Every 15 Minutes. This is a "
|
2062 |
"lightweight check that uses an insignificant amount of resources/memory so 4 "
|
2068 |
"OK to proceed or click Cancel"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: admin/core/core.php:532
|
2072 |
msgid "Add Ignore rules using plugin folder names or file names."
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: admin/core/core.php:532
|
2076 |
msgid "Use a comma and a space between folder and/or file names."
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: admin/core/core.php:532
|
2080 |
msgid "Example: plugin-folder-name, example-file-name.php"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: admin/core/core.php:538
|
2084 |
msgid ""
|
2085 |
"This option is for adding ignore rules for Hidden or Empty Plugin Folders "
|
2086 |
"Detected by BPS or Non-standard WP files detected by BPS in your /plugins/ "
|
2087 |
"folder."
|
2088 |
msgstr ""
|
2089 |
|
2090 |
+
#: admin/core/core.php:538
|
2091 |
msgid ""
|
2092 |
"This is an independent option setting that does not require clicking any "
|
2093 |
"other buttons."
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: admin/core/core.php:538 admin/maintenance/maintenance.php:659
|
2097 |
+
#: admin/security-log/security-log.php:470
|
2098 |
+
#: admin/security-log/security-log.php:485
|
2099 |
+
#: admin/security-log/security-log.php:703
|
2100 |
+
#: admin/system-info/system-info.php:1113
|
2101 |
msgid "Click OK to proceed or click Cancel."
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: admin/core/core.php:556
|
2105 |
msgid "Master htaccess Folder BulletProof Mode (MBM)"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: admin/core/core.php:558
|
2109 |
msgid "MBM BulletProof Modes"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: admin/core/core.php:592 admin/core/core.php:595 admin/core/core.php:598
|
2113 |
+
#: admin/core/core.php:606 admin/core/core.php:609 admin/core/core.php:612
|
2114 |
msgid "MBM Status: "
|
2115 |
msgstr ""
|
2116 |
|
2117 |
+
#: admin/core/core.php:627
|
2118 |
msgid "Click OK to Activate MBM BulletProof Mode or click Cancel."
|
2119 |
msgstr ""
|
2120 |
|
2121 |
+
#: admin/core/core.php:635
|
2122 |
msgid "Click OK to Deactivate MBM BulletProof Mode or click Cancel."
|
2123 |
msgstr ""
|
2124 |
|
2125 |
+
#: admin/core/core.php:644
|
2126 |
msgid "BPS Backup Folder BulletProof Mode (BBM)"
|
2127 |
msgstr ""
|
2128 |
|
2129 |
+
#: admin/core/core.php:646
|
2130 |
msgid "BBM BulletProof Modes"
|
2131 |
msgstr ""
|
2132 |
|
2133 |
+
#: admin/core/core.php:680 admin/core/core.php:683 admin/core/core.php:686
|
2134 |
+
#: admin/core/core.php:694 admin/core/core.php:697 admin/core/core.php:700
|
2135 |
msgid "BBM Status: "
|
2136 |
msgstr ""
|
2137 |
|
2138 |
+
#: admin/core/core.php:715
|
2139 |
msgid "Click OK to Activate BBM BulletProof Mode or click Cancel."
|
2140 |
msgstr ""
|
2141 |
|
2142 |
+
#: admin/core/core.php:723
|
2143 |
msgid ""
|
2144 |
"Caution: BPS Backup Folder BulletProof Mode (BBM) should only be deactivated "
|
2145 |
"for testing or troubleshooting. Be sure to activate BBM BulletProof Mode "
|
2146 |
"after you are done testing or troubleshooting."
|
2147 |
msgstr ""
|
2148 |
|
2149 |
+
#: admin/core/core.php:723
|
2150 |
msgid "Click OK to Deactivate BBM BulletProof Mode or click Cancel."
|
2151 |
msgstr ""
|
2152 |
|
2153 |
+
#: admin/core/core.php:732 admin/core/core.php:734
|
2154 |
msgid "Backup & Restore BPS htaccess Files"
|
2155 |
msgstr ""
|
2156 |
|
2157 |
+
#: admin/core/core.php:750
|
2158 |
msgid "Click OK to Backup BPS htaccess files or click Cancel."
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: admin/core/core.php:758
|
2162 |
msgid "Click OK to Restore BPS htaccess files or click Cancel."
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: admin/core/core.php:777
|
2166 |
msgid "htaccess File Editor ~ "
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: admin/core/core.php:777
|
2170 |
msgid ""
|
2171 |
"Check or edit BPS htaccess files/code manually/directly for testing. Use BPS "
|
2172 |
"Custom Code to save htaccess code permanently"
|
2173 |
msgstr ""
|
2174 |
|
2175 |
+
#: admin/core/core.php:783 admin/core/core.php:785
|
2176 |
msgid "htaccess File Editing"
|
2177 |
msgstr ""
|
2178 |
|
2179 |
+
#: admin/core/core.php:816
|
2180 |
msgid "htaccess Files Disabled: secure.htaccess Master file is disabled."
|
2181 |
msgstr ""
|
2182 |
|
2183 |
+
#: admin/core/core.php:820
|
2184 |
msgid "ERROR: A secure.htaccess Master file was NOT found."
|
2185 |
msgstr ""
|
2186 |
|
2187 |
+
#: admin/core/core.php:829
|
2188 |
msgid ""
|
2189 |
"File Open and Write test successful! The secure.htaccess Master file is "
|
2190 |
"writable."
|
2191 |
msgstr ""
|
2192 |
|
2193 |
+
#: admin/core/core.php:834 admin/core/core.php:924 admin/core/core.php:1037
|
2194 |
+
#: admin/core/core.php:1226 admin/security-log/security-log.php:766
|
2195 |
msgid "Cannot write to file: "
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: admin/core/core.php:849
|
2199 |
msgid ""
|
2200 |
"htaccess Files Disabled: secure.htaccess Master file writing is disabled. "
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: admin/core/core.php:869
|
2204 |
msgid "Error: Unable to write to the secure.htaccess Master file."
|
2205 |
msgstr ""
|
2206 |
|
2207 |
+
#: admin/core/core.php:884
|
2208 |
msgid "The secure.htaccess Master file has been updated."
|
2209 |
msgstr ""
|
2210 |
|
2211 |
+
#: admin/core/core.php:906
|
2212 |
msgid "htaccess Files Disabled: default.htaccess Master file is disabled."
|
2213 |
msgstr ""
|
2214 |
|
2215 |
+
#: admin/core/core.php:910
|
2216 |
msgid "ERROR: A default.htaccess Master file was NOT found."
|
2217 |
msgstr ""
|
2218 |
|
2219 |
+
#: admin/core/core.php:919
|
2220 |
msgid ""
|
2221 |
"File Open and Write test successful! The default.htaccess Master file is "
|
2222 |
"writable."
|
2223 |
msgstr ""
|
2224 |
|
2225 |
+
#: admin/core/core.php:939
|
2226 |
msgid ""
|
2227 |
"htaccess Files Disabled: default.htaccess Master file writing is disabled. "
|
2228 |
msgstr ""
|
2229 |
|
2230 |
+
#: admin/core/core.php:959
|
2231 |
msgid "Error: Unable to write to the default.htaccess Master file."
|
2232 |
msgstr ""
|
2233 |
|
2234 |
+
#: admin/core/core.php:974
|
2235 |
msgid "The default.htaccess Master file has been updated."
|
2236 |
msgstr ""
|
2237 |
|
2238 |
+
#: admin/core/core.php:986
|
2239 |
msgid ""
|
2240 |
" Check that the /bps-backup/ and /master-backups/ folders exist and the "
|
2241 |
"folder permissions or Ownership for these folders."
|
2242 |
msgstr ""
|
2243 |
|
2244 |
+
#: admin/core/core.php:991
|
2245 |
msgid ""
|
2246 |
"Your Custom default.htaccess Master file has been successfully saved to: "
|
2247 |
msgstr ""
|
2248 |
|
2249 |
+
#: admin/core/core.php:1013
|
2250 |
msgid "wpadmin-secure.htaccess file writing is disabled."
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: admin/core/core.php:1019
|
2254 |
msgid ""
|
2255 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file is disabled."
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: admin/core/core.php:1023
|
2259 |
msgid "ERROR: A wpadmin-secure.htaccess Master file was NOT found."
|
2260 |
msgstr ""
|
2261 |
|
2262 |
+
#: admin/core/core.php:1032
|
2263 |
msgid ""
|
2264 |
"File Open and Write test successful! The wpadmin-secure.htaccess Master file "
|
2265 |
"is writable."
|
2266 |
msgstr ""
|
2267 |
|
2268 |
+
#: admin/core/core.php:1053
|
2269 |
msgid ""
|
2270 |
"htaccess Files Disabled: wpadmin-secure.htaccess Master file writing is "
|
2271 |
"disabled. "
|
2272 |
msgstr ""
|
2273 |
|
2274 |
+
#: admin/core/core.php:1073
|
2275 |
msgid "Error: Unable to write to the wpadmin-secure.htaccess Master file."
|
2276 |
msgstr ""
|
2277 |
|
2278 |
+
#: admin/core/core.php:1088
|
2279 |
msgid "The wpadmin-secure.htaccess Master file has been updated."
|
2280 |
msgstr ""
|
2281 |
|
2282 |
+
#: admin/core/core.php:1110
|
2283 |
msgid "htaccess Files Disabled: Root htaccess file does not exist."
|
2284 |
msgstr ""
|
2285 |
|
2286 |
+
#: admin/core/core.php:1114
|
2287 |
msgid "ERROR: An htaccess file was NOT found in your root folder"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
+
#: admin/core/core.php:1123
|
2291 |
msgid ""
|
2292 |
"File Open and Write test successful! Your currently active root htaccess "
|
2293 |
"file is writable."
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: admin/core/core.php:1128
|
2297 |
msgid "Your root htaccess file is Locked with Read Only Permissions."
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: admin/core/core.php:1128
|
2301 |
msgid ""
|
2302 |
"Use the Lock and Unlock buttons below to Lock or Unlock your root htaccess "
|
2303 |
"file for editing."
|
2304 |
msgstr ""
|
2305 |
|
2306 |
+
#: admin/core/core.php:1163
|
2307 |
msgid ""
|
2308 |
"Error: Unable to write to the Root htaccess file. If your Root htaccess file "
|
2309 |
"is locked you must unlock first."
|
2310 |
msgstr ""
|
2311 |
|
2312 |
+
#: admin/core/core.php:1178
|
2313 |
msgid "Your currently active root htaccess file has been updated."
|
2314 |
msgstr ""
|
2315 |
|
2316 |
+
#: admin/core/core.php:1202
|
2317 |
msgid "wp-admin active htaccess file writing is disabled."
|
2318 |
msgstr ""
|
2319 |
|
2320 |
+
#: admin/core/core.php:1208
|
2321 |
msgid "htaccess Files Disabled: wp-admin folder htaccess file does not exist."
|
2322 |
msgstr ""
|
2323 |
|
2324 |
+
#: admin/core/core.php:1212
|
2325 |
msgid "ERROR: An htaccess file was NOT found in your wp-admin folder"
|
2326 |
msgstr ""
|
2327 |
|
2328 |
+
#: admin/core/core.php:1221
|
2329 |
msgid ""
|
2330 |
"File Open and Write test successful! Your currently active wp-admin htaccess "
|
2331 |
"file is writable."
|
2332 |
msgstr ""
|
2333 |
|
2334 |
+
#: admin/core/core.php:1262
|
2335 |
msgid "Error: Unable to write to the wp-admin htaccess file."
|
2336 |
msgstr ""
|
2337 |
|
2338 |
+
#: admin/core/core.php:1277
|
2339 |
msgid "Your currently active wp-admin htaccess file has been updated."
|
2340 |
msgstr ""
|
2341 |
|
2342 |
+
#: admin/core/core.php:1294
|
2343 |
msgid "Your Root htaccess file has been Locked."
|
2344 |
msgstr ""
|
2345 |
|
2346 |
+
#: admin/core/core.php:1299
|
2347 |
msgid "Unable to Lock your Root htaccess file."
|
2348 |
msgstr ""
|
2349 |
|
2350 |
+
#: admin/core/core.php:1313
|
2351 |
msgid "Your Root htaccess file has been Unlocked."
|
2352 |
msgstr ""
|
2353 |
|
2354 |
+
#: admin/core/core.php:1318
|
2355 |
msgid "Unable to Unlock your Root htaccess file."
|
2356 |
msgstr ""
|
2357 |
|
2358 |
+
#: admin/core/core.php:1341
|
2359 |
msgid "Click OK to Lock your Root htaccess file or click Cancel."
|
2360 |
msgstr ""
|
2361 |
|
2362 |
+
#: admin/core/core.php:1341
|
2363 |
msgid ""
|
2364 |
"Note: The File Open and Write Test window will still display the last status "
|
2365 |
"of the file as Unlocked. To see the current status refresh your browser."
|
2366 |
msgstr ""
|
2367 |
|
2368 |
+
#: admin/core/core.php:1349
|
2369 |
msgid "Click OK to Unlock your Root htaccess file or click Cancel."
|
2370 |
msgstr ""
|
2371 |
|
2372 |
+
#: admin/core/core.php:1349
|
2373 |
msgid ""
|
2374 |
"Note: The File Open and Write Test window will still display the last status "
|
2375 |
"of the file as Locked. To see the current status refresh your browser."
|
2376 |
msgstr ""
|
2377 |
|
2378 |
+
#: admin/core/core.php:1358
|
2379 |
msgid ""
|
2380 |
"Turning AutoLock On will allow BPS Pro to automatically lock your Root ."
|
2381 |
"htaccess file. For some folks this causes a problem because their Web Hosts "
|
2383 |
"BPS Pro to AutoLock the Root .htaccess file works fine."
|
2384 |
msgstr ""
|
2385 |
|
2386 |
+
#: admin/core/core.php:1358
|
2387 |
msgid "Click OK to Turn AutoLock On or click Cancel."
|
2388 |
msgstr ""
|
2389 |
|
2390 |
+
#: admin/core/core.php:1360 admin/system-info/system-info.php:775
|
2391 |
+
#: admin/system-info/system-info.php:791 admin/system-info/system-info.php:799
|
2392 |
+
#: admin/system-info/system-info.php:807 admin/system-info/system-info.php:815
|
2393 |
+
#: admin/system-info/system-info.php:823 admin/system-info/system-info.php:831
|
2394 |
+
#: admin/system-info/system-info.php:839 admin/system-info/system-info.php:847
|
2395 |
+
#: admin/system-info/system-info.php:866 includes/functions.php:572
|
2396 |
#: includes/functions.php:757 includes/functions.php:925
|
2397 |
#: includes/functions.php:968 includes/functions.php:1016
|
2398 |
#: includes/functions.php:1060
|
2399 |
msgid "On"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: admin/core/core.php:1370
|
2403 |
msgid ""
|
2404 |
"Turning AutoLock Off will prevent BPS Pro from automatically locking your "
|
2405 |
"Root .htaccess file. For some folks this is necessary because their Web "
|
2407 |
"allowing BPS Pro to AutoLock the Root .htaccess file works fine."
|
2408 |
msgstr ""
|
2409 |
|
2410 |
+
#: admin/core/core.php:1370
|
2411 |
msgid "Click OK to Turn AutoLock Off or click Cancel."
|
2412 |
msgstr ""
|
2413 |
|
2414 |
+
#: admin/core/core.php:1372 admin/system-info/system-info.php:551
|
2415 |
+
#: admin/system-info/system-info.php:794 admin/system-info/system-info.php:802
|
2416 |
+
#: admin/system-info/system-info.php:810 admin/system-info/system-info.php:818
|
2417 |
+
#: admin/system-info/system-info.php:826 admin/system-info/system-info.php:834
|
2418 |
+
#: admin/system-info/system-info.php:842 admin/system-info/system-info.php:850
|
2419 |
+
#: admin/system-info/system-info.php:858 admin/system-info/system-info.php:869
|
2420 |
#: includes/functions.php:930 includes/functions.php:973
|
2421 |
#: includes/functions.php:1022 includes/functions.php:1066
|
2422 |
#: includes/general-functions.php:285 includes/general-functions.php:300
|
2423 |
msgid "Off"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
+
#: admin/core/core.php:1387
|
2427 |
msgid "secure.htaccess"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
+
#: admin/core/core.php:1388
|
2431 |
msgid "default.htaccess"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
+
#: admin/core/core.php:1389
|
2435 |
msgid "wpadmin-secure.htaccess"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
+
#: admin/core/core.php:1390
|
2439 |
msgid "Your Current Root htaccess File"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: admin/core/core.php:1391
|
2443 |
msgid "Your Current wp-admin htaccess File"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
|
2447 |
+
#: admin/core/core.php:1649 admin/core/core.php:1723
|
2448 |
msgid ""
|
2449 |
"If you see an error or are unable to save your editing changes then click "
|
2450 |
"the Encrypt htaccess Code button first and then click the Update File "
|
2451 |
"button. Mouse over the question mark image to the right for help info."
|
2452 |
msgstr ""
|
2453 |
|
2454 |
+
#: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
|
2455 |
+
#: admin/core/core.php:1649 admin/core/core.php:1723
|
2456 |
msgid ""
|
2457 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
2458 |
"at a later time then ModSecurity will prevent you from saving your htaccess "
|
2460 |
"button."
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
|
2464 |
+
#: admin/core/core.php:1649 admin/core/core.php:1723
|
2465 |
msgid ""
|
2466 |
"If you click the Encrypt htaccess Code button and then want to edit your "
|
2467 |
"code again click the Decrypt htaccess Code button. After you are done "
|
2469 |
"File button."
|
2470 |
msgstr ""
|
2471 |
|
2472 |
+
#: admin/core/core.php:1414 admin/core/core.php:1486 admin/core/core.php:1558
|
2473 |
+
#: admin/core/core.php:1649 admin/core/core.php:1723
|
2474 |
msgid "Click the htaccess File Editing Read Me help button for more help info."
|
2475 |
msgstr ""
|
2476 |
|
2477 |
+
#: admin/core/core.php:1646
|
2478 |
msgid "YOUR ROOT HTACCESS FILE IS LOCKED."
|
2479 |
msgstr ""
|
2480 |
|
2481 |
+
#: admin/core/core.php:1646
|
2482 |
msgid "YOUR FILE EDITS|CHANGES CANNOT BE SAVED."
|
2483 |
msgstr ""
|
2484 |
|
2485 |
+
#: admin/core/core.php:1646
|
2486 |
msgid ""
|
2487 |
"Click Cancel, copy the file editing changes you made to save them and then "
|
2488 |
"click the Unlock .htaccess File button to unlock your Root .htaccess file. "
|
2491 |
"to save your file edits/changes."
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: admin/core/core.php:1800
|
2495 |
msgid "htaccess File Custom Code ~ "
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: admin/core/core.php:1800
|
2499 |
msgid ""
|
2500 |
"Save custom htaccess code for your Root and wp-admin htaccess Files "
|
2501 |
"permanently"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
+
#: admin/core/core.php:1812
|
2505 |
msgid "Reset|Recheck Dismiss Notices: "
|
2506 |
msgstr ""
|
2507 |
|
2508 |
+
#: admin/core/core.php:1827
|
2509 |
msgid "Brute Force Login Page Protection code"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
+
#: admin/core/core.php:1835 admin/core/core.php:2083
|
2513 |
+
#: admin/wizard/wizard.php:1076
|
2514 |
msgid "Custom Code Video Tutorial"
|
2515 |
msgstr ""
|
2516 |
|
2517 |
+
#: admin/core/core.php:1836
|
2518 |
msgid "BulletProof Security Forum"
|
2519 |
msgstr ""
|
2520 |
|
2521 |
+
#: admin/core/core.php:1853
|
2522 |
msgid ""
|
2523 |
"Clicking OK will Import all of your Root and wp-admin Custom Code from the "
|
2524 |
"cc-master.zip file on your computer."
|
2525 |
msgstr ""
|
2526 |
|
2527 |
+
#: admin/core/core.php:1853
|
2528 |
msgid "Click OK to Import Custom Code or click Cancel."
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: admin/core/core.php:1862
|
2532 |
msgid ""
|
2533 |
"Clicking OK will Export (copy) all of your Root and wp-admin Custom Code "
|
2534 |
"into the cc-master.zip file, which you can then download to your computer by "
|
2536 |
"success message."
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: admin/core/core.php:1862
|
2540 |
msgid "Click OK to Export Custom Code or click Cancel."
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: admin/core/core.php:1870
|
2544 |
msgid ""
|
2545 |
"Clicking OK will delete all of your Root and wp-admin Custom Code from all "
|
2546 |
"of the Custom Code text boxes."
|
2547 |
msgstr ""
|
2548 |
|
2549 |
+
#: admin/core/core.php:1870
|
2550 |
msgid "Click OK to Delete Custom Code or click Cancel."
|
2551 |
msgstr ""
|
2552 |
|
2553 |
+
#: admin/core/core.php:1921
|
2554 |
msgid ""
|
2555 |
"Your My Notes Personal Notes and/or htaccess Code Notes saved successfully "
|
2556 |
"to your WordPress Database."
|
2557 |
msgstr ""
|
2558 |
|
2559 |
+
#: admin/core/core.php:1934
|
2560 |
msgid "My Notes ~ "
|
2561 |
msgstr ""
|
2562 |
|
2563 |
+
#: admin/core/core.php:1934
|
2564 |
msgid "Save Personal Notes and htaccess Code Notes to your WordPress Database"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: admin/core/core.php:1955
|
2568 |
msgid ""
|
2569 |
"If you are unable to save custom htaccess code and/or see an error message "
|
2570 |
"when trying to save custom htaccess code, "
|
2571 |
msgstr ""
|
2572 |
|
2573 |
+
#: admin/core/core.php:1955
|
2574 |
msgid ""
|
2575 |
"click the Encrypt My Notes button first and then click the Save My Notes "
|
2576 |
"button."
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: admin/core/core.php:1955
|
2580 |
msgid "Mouse over the question mark image to the right for help info."
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: admin/core/core.php:1955
|
2584 |
msgid ""
|
2585 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
2586 |
"at a later time then ModSecurity will prevent you from saving your custom "
|
2588 |
"button."
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: admin/core/core.php:1955
|
2592 |
msgid ""
|
2593 |
"If you click the Encrypt My Notes button, but then want to add or edit "
|
2594 |
"additional custom code click the Decrypt My Notes button. After you are done "
|
2596 |
"clicking the Save My Notes button."
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: admin/core/core.php:2027
|
2600 |
+
#: admin/db-backup-security/db-backup-security.php:1706
|
2601 |
+
#: admin/mscan/mscan.php:1946 admin/theme-skin/theme-skin.php:253
|
2602 |
msgid "Whats New in "
|
2603 |
msgstr ""
|
2604 |
|
2605 |
+
#: admin/core/core.php:2027
|
2606 |
msgid " and General Help Info & Tips"
|
2607 |
msgstr ""
|
2608 |
|
2609 |
+
#: admin/core/core.php:2032
|
2610 |
msgid "The BPS Changelog|Whats New page has been moved to the "
|
2611 |
msgstr ""
|
2612 |
|
2613 |
+
#: admin/core/core.php:2032
|
2614 |
msgid "Reasons for this Changelog|Whats New page change: "
|
2615 |
msgstr ""
|
2616 |
|
2617 |
+
#: admin/core/core.php:2032
|
2618 |
msgid ""
|
2619 |
"The BPS Changelog|Whats New page will not have to be translated by the "
|
2620 |
"WordPress PolyGlots Language Packs Team for each new version release of BPS, "
|
2623 |
"BPS version changes through the years and other beneficial reasons."
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: admin/core/core.php:2040 admin/db-backup-security/db-backup-security.php:275
|
2627 |
+
#: admin/db-backup-security/db-backup-security.php:1206
|
2628 |
+
#: admin/db-backup-security/db-backup-security.php:1362
|
2629 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
2630 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
2631 |
+
#: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
|
2632 |
+
#: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
|
2633 |
msgid ""
|
2634 |
"Protect all of your website files with AutoRestore|Quarantine Intrusion "
|
2635 |
"Detection & Prevention System: "
|
2636 |
msgstr ""
|
2637 |
|
2638 |
+
#: admin/core/core.php:2040 admin/db-backup-security/db-backup-security.php:275
|
2639 |
+
#: admin/db-backup-security/db-backup-security.php:1206
|
2640 |
+
#: admin/db-backup-security/db-backup-security.php:1362
|
2641 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
2642 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
2643 |
+
#: admin/mscan/mscan.php:128 admin/security-log/security-log.php:240
|
2644 |
+
#: admin/theme-skin/theme-skin.php:106 admin/wizard/wizard.php:1055
|
2645 |
+
#: admin/wizard/wizard.php:1124
|
2646 |
msgid "Get BPS Pro ARQ IDPS"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
+
#: admin/core/core.php:2040 admin/email-log-settings/email-log-settings.php:100
|
2650 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
2651 |
+
#: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
|
2652 |
+
#: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
|
2653 |
msgid ""
|
2654 |
"Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
|
2655 |
"posting, auto-commenting): "
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: admin/core/core.php:2040 admin/email-log-settings/email-log-settings.php:100
|
2659 |
+
#: admin/login/login.php:186 admin/login/login.php:801
|
2660 |
+
#: admin/maintenance/maintenance.php:175 admin/maintenance/maintenance.php:177
|
2661 |
+
#: admin/security-log/security-log.php:240 admin/theme-skin/theme-skin.php:106
|
2662 |
+
#: admin/wizard/wizard.php:1055 admin/wizard/wizard.php:1124
|
2663 |
msgid "Get BPS Pro JTC Anti-Spam|Anti-Hacker"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: admin/core/core.php:2045
|
2667 |
msgid "General Help Info & Tips:"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
+
#: admin/core/core.php:2049
|
2671 |
msgid "If BPS plugin pages are not displaying visually correct you can "
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: admin/core/core.php:2053
|
2675 |
msgid "BPS Video Tutorials|Setup Wizard: "
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: admin/core/core.php:2061
|
2679 |
msgid "Troubleshooting Steps & The BPS Security Log: "
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: admin/core/core.php:2061
|
2683 |
msgid ""
|
2684 |
"All BPS plugin features can be turned Off/On individually to confirm, "
|
2685 |
"eliminate or isolate a problem or issue that may or may not be caused by BPS."
|
2686 |
msgstr ""
|
2687 |
|
2688 |
+
#: admin/core/core.php:2061
|
2689 |
msgid ""
|
2690 |
"The BPS Security Log is a primary troubleshooting tool. If BPS is blocking "
|
2691 |
"something legitimate in another plugin or theme then a Security Log entry "
|
2694 |
"being blocked."
|
2695 |
msgstr ""
|
2696 |
|
2697 |
+
#: admin/core/core.php:2061
|
2698 |
msgid ""
|
2699 |
"Search the Forum site to see if a known issue or problem is already posted "
|
2700 |
"with a solution/whitelist rule in the Forum."
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: admin/core/core.php:2074 admin/maintenance/maintenance.php:2096
|
2704 |
msgid "Help & FAQ"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: admin/core/core.php:2078 admin/email-log-settings/email-log-settings.php:225
|
2708 |
+
#: admin/login/login.php:1654 admin/maintenance/maintenance.php:2101
|
2709 |
+
#: admin/security-log/security-log.php:833
|
2710 |
+
#: admin/system-info/system-info.php:1132
|
2711 |
msgid "Contributors Page"
|
2712 |
msgstr ""
|
2713 |
|
2714 |
+
#: admin/core/core.php:2079
|
2715 |
msgid "WP Permalinks - Custom Permalink Structure Help Info"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
+
#: admin/core/core.php:2080 admin/email-log-settings/email-log-settings.php:224
|
2719 |
+
#: admin/login/login.php:1653 admin/maintenance/maintenance.php:2102
|
2720 |
+
#: admin/security-log/security-log.php:832
|
2721 |
+
#: admin/system-info/system-info.php:1131
|
2722 |
msgid "Security Log Event Codes"
|
2723 |
msgstr ""
|
2724 |
|
2725 |
+
#: admin/core/core.php:2081
|
2726 |
msgid "Adding a Custom 403 Forbidden Page For Your Website"
|
2727 |
msgstr ""
|
2728 |
|
2729 |
+
#: admin/core/core.php:2082
|
2730 |
+
#: admin/db-backup-security/db-backup-security.php:1710
|
2731 |
+
#: admin/email-log-settings/email-log-settings.php:226
|
2732 |
+
#: admin/login/login.php:1655 admin/maintenance/maintenance.php:2103
|
2733 |
+
#: admin/mscan/mscan.php:1949 admin/security-log/security-log.php:834
|
2734 |
+
#: admin/system-info/system-info.php:1133 admin/theme-skin/theme-skin.php:256
|
2735 |
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2736 |
msgstr ""
|
2737 |
|
2738 |
+
#: admin/core/core.php:2095
|
2739 |
msgid "BulletProof Security Pro Feature Highlights"
|
2740 |
msgstr ""
|
2741 |
|
2742 |
+
#: admin/core/core.php:2105
|
2743 |
msgid "The Ultimate Security Protection"
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: admin/core/core.php:2108
|
2747 |
msgid "BPS Pro One-Click Setup Wizard & Demo Video Tutorial"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: admin/core/core.php:2109
|
2751 |
msgid "View All BPS Pro Features"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: admin/core/core.php:2116
|
2755 |
msgid ""
|
2756 |
"The Complete Website Security Solution for Hacker and Spammer Protection"
|
2757 |
msgstr ""
|
2758 |
|
2759 |
+
#: admin/core/core.php:2116
|
2760 |
msgid ""
|
2761 |
"BulletProof Security Pro has an amazing track record. BPS Pro has been "
|
2762 |
"publicly available for 9+ years and is installed on over 50,000 websites "
|
2764 |
"hacked."
|
2765 |
msgstr ""
|
2766 |
|
2767 |
+
#: admin/core/core.php:2116
|
2768 |
msgid ""
|
2769 |
"Why pay 10 times or more for other premium WordPress Security Plugins with "
|
2770 |
"recurring yearly subscriptions when you can get the best WordPress Security "
|
2771 |
"Plugin for an extremely low one-time purchase price?"
|
2772 |
msgstr ""
|
2773 |
|
2774 |
+
#: admin/core/core.php:2116
|
2775 |
msgid "View Cost Comparison"
|
2776 |
msgstr ""
|
2777 |
|
2778 |
+
#: admin/core/core.php:2116
|
2779 |
msgid ""
|
2780 |
"30-Day Money-Back Guarantee: If you are dissatisfied with BulletProof "
|
2781 |
"Security Pro for any reason. We offer a no questions asked full refund."
|
2782 |
msgstr ""
|
2783 |
|
2784 |
+
#: admin/core/core.php:2119
|
2785 |
msgid "One-Click Setup Wizard Installation: "
|
2786 |
msgstr ""
|
2787 |
|
2788 |
+
#: admin/core/core.php:2119
|
2789 |
msgid ""
|
2790 |
"Fast, simple and complete BPS Pro installation and setup in less than 1 "
|
2791 |
"minute."
|
2792 |
msgstr ""
|
2793 |
|
2794 |
+
#: admin/core/core.php:2121
|
2795 |
msgid "One-Click Upgrade: "
|
2796 |
msgstr ""
|
2797 |
|
2798 |
+
#: admin/core/core.php:2121
|
2799 |
msgid "One-click plugin upgrade on the WordPress Plugins page."
|
2800 |
msgstr ""
|
2801 |
|
2802 |
+
#: admin/core/core.php:2123
|
2803 |
msgid ""
|
2804 |
"AutoRestore|Quarantine Intrusion Detection and Prevention System (ARQ IDPS): "
|
2805 |
msgstr ""
|
2806 |
|
2807 |
+
#: admin/core/core.php:2123
|
2808 |
msgid ""
|
2809 |
"ARQ IDPS is a real-time file scanner that automatically quarantines "
|
2810 |
"malicious hacker files and autorestores legitimate website files if they "
|
2818 |
"Plugin and Theme Automatic, Manual and Shiny installations and updates."
|
2819 |
msgstr ""
|
2820 |
|
2821 |
+
#: admin/core/core.php:2125
|
2822 |
msgid "MScan Malware Scanner: "
|
2823 |
msgstr ""
|
2824 |
|
2825 |
+
#: admin/core/core.php:2125
|
2826 |
msgid ""
|
2827 |
"MScan Scheduled Scans are available in BPS Pro only. The BPS Pro ARQ IDPS "
|
2828 |
"scanner is far superior to malware scanners including MScan, but both the "
|
2830 |
"website if someone would like to do that."
|
2831 |
msgstr ""
|
2832 |
|
2833 |
+
#: admin/core/core.php:2127
|
2834 |
msgid "Plugin Firewall|Plugin Firewall AutoPilot Mode: "
|
2835 |
msgstr ""
|
2836 |
|
2837 |
+
#: admin/core/core.php:2127
|
2838 |
msgid ""
|
2839 |
"The Plugin Firewall protects all of your Plugins (plugin folders and files) "
|
2840 |
"with an IP Address Firewall, which prevents/blocks/forbids Remote Access to "
|
2848 |
"firewall whitelist rules."
|
2849 |
msgstr ""
|
2850 |
|
2851 |
+
#: admin/core/core.php:2129
|
2852 |
msgid "JTC Anti-Spam|Anti-Hacker (JTC): "
|
2853 |
msgstr ""
|
2854 |
|
2855 |
+
#: admin/core/core.php:2129
|
2856 |
#, php-format
|
2857 |
msgid ""
|
2858 |
"Blocks 100% of all SpamBot and HackerBot Brute Force Login attacks (auto-"
|
2866 |
"includes a SpamBot Trap."
|
2867 |
msgstr ""
|
2868 |
|
2869 |
+
#: admin/core/core.php:2131
|
2870 |
msgid "Uploads Folder Anti-Exploit Guard (UAEG): "
|
2871 |
msgstr ""
|
2872 |
|
2873 |
+
#: admin/core/core.php:2131
|
2874 |
msgid ""
|
2875 |
"Protects the WordPress Uploads folder. ONLY safe image files with valid "
|
2876 |
"image file extensions such as jpg, gif, png, etc. can be accessed, opened or "
|
2880 |
"executed in the WordPress Uploads folder."
|
2881 |
msgstr ""
|
2882 |
|
2883 |
+
#: admin/core/core.php:2133
|
2884 |
msgid "DB Monitor Intrusion Detection System (IDS): "
|
2885 |
msgstr ""
|
2886 |
|
2887 |
+
#: admin/core/core.php:2133
|
2888 |
msgid ""
|
2889 |
"The DB Monitor is an automated Intrusion Detection System (IDS) that alerts "
|
2890 |
"you via email anytime a change/modification occurs in your WordPress "
|
2895 |
"help info."
|
2896 |
msgstr ""
|
2897 |
|
2898 |
+
#: admin/core/core.php:2135
|
2899 |
msgid "DB Diff Tool: "
|
2900 |
msgstr ""
|
2901 |
|
2902 |
+
#: admin/core/core.php:2135
|
2903 |
msgid ""
|
2904 |
"The DB Diff Tool compares old database tables from DB backups to current "
|
2905 |
"database tables and displays any differences in the data/content of those 2 "
|
2907 |
"not only just DB data."
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: admin/core/core.php:2137
|
2911 |
msgid "DB Status & Info: "
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: admin/core/core.php:2137
|
2915 |
msgid ""
|
2916 |
"General DB Info shows commonly checked DB status and info about your "
|
2917 |
"WordPress database at a glance. Extensive DB Info shows extensive DB status "
|
2920 |
"SHOW GLOBAL VARIABLES and SHOW SESSION VARIABLES."
|
2921 |
msgstr ""
|
2922 |
|
2923 |
+
#: admin/core/core.php:2139
|
2924 |
msgid "S-Monitor: "
|
2925 |
msgstr ""
|
2926 |
|
2927 |
+
#: admin/core/core.php:2139
|
2928 |
msgid ""
|
2929 |
"S-Monitor is the centralized Security Monitoring and Alerting Core where you "
|
2930 |
"can manage and choose BPS Pro settings for Dashboard Alerts, Dashboard "
|
2934 |
"easy to change all/any BPS Pro settings to your particular preferences."
|
2935 |
msgstr ""
|
2936 |
|
2937 |
+
#: admin/core/core.php:2141
|
2938 |
msgid "Advanced Real-Time Alerting & Heads Up Dashboard Status Display: "
|
2939 |
msgstr ""
|
2940 |
|
2941 |
+
#: admin/core/core.php:2141
|
2942 |
msgid ""
|
2943 |
"BPS Pro checks and displays error, warning, notifications and alert messages "
|
2944 |
"in real time. You can choose how you want these messages displayed to you "
|
2946 |
"Dashboard, BPS Pro pages only, Turned off, Email Alerts, Logging..."
|
2947 |
msgstr ""
|
2948 |
|
2949 |
+
#: admin/core/core.php:2144
|
2950 |
msgid "Custom php.ini|ini_set Options: "
|
2951 |
msgstr ""
|
2952 |
|
2953 |
+
#: admin/core/core.php:2144
|
2954 |
msgid ""
|
2955 |
"Quickly create a custom php.ini file for your website or use ini_set Options "
|
2956 |
"to increase security and performance with just a few clicks. Additional P-"
|
2958 |
"Protected PHP Error Log, PHP Error Alerts, Secure phpinfo Viewer..."
|
2959 |
msgstr ""
|
2960 |
|
2961 |
+
#: admin/core/core.php:2146
|
2962 |
msgid "Pro Tools: 16 mini-plugins: "
|
2963 |
msgstr ""
|
2964 |
|
2965 |
+
#: admin/core/core.php:2146
|
2966 |
msgid ""
|
2967 |
"Online Base64 Decoder, Offline Base64 Decode|Encode, Mcrypt ~ Decrypt|"
|
2968 |
"Encrypt, Crypt Encryption, Scheduled Crons (display and reschedule/reset "
|
2981 |
"vulnerable to an XML-RPC exploit)."
|
2982 |
msgstr ""
|
2983 |
|
2984 |
+
#: admin/core/core.php:2154
|
2985 |
msgid "BPS Pro Version Release Dates"
|
2986 |
msgstr ""
|
2987 |
|
2988 |
+
#: admin/core/core.php:2158 admin/core/core.php:2159 admin/core/core.php:2160
|
2989 |
+
#: admin/core/core.php:2166 admin/core/core.php:2167 admin/core/core.php:2168
|
2990 |
+
#: admin/core/core.php:2169 admin/core/core.php:2170 admin/core/core.php:2171
|
2991 |
+
#: admin/core/core.php:2177 admin/core/core.php:2178 admin/core/core.php:2179
|
2992 |
+
#: admin/core/core.php:2180 admin/core/core.php:2185 admin/core/core.php:2186
|
2993 |
+
#: admin/core/core.php:2187 admin/core/core.php:2188 admin/core/core.php:2189
|
2994 |
+
#: admin/core/core.php:2194 admin/core/core.php:2195 admin/core/core.php:2196
|
2995 |
+
#: admin/core/core.php:2197 admin/core/core.php:2198 admin/core/core.php:2199
|
2996 |
+
#: admin/core/core.php:2200 admin/core/core.php:2201 admin/core/core.php:2202
|
2997 |
+
#: admin/core/core.php:2207 admin/core/core.php:2208 admin/core/core.php:2209
|
2998 |
+
#: admin/core/core.php:2210 admin/core/core.php:2211 admin/core/core.php:2212
|
2999 |
+
#: admin/core/core.php:2213 admin/core/core.php:2214 admin/core/core.php:2215
|
3000 |
+
#: admin/core/core.php:2216 admin/core/core.php:2217 admin/core/core.php:2218
|
3001 |
+
#: admin/core/core.php:2219 admin/core/core.php:2225 admin/core/core.php:2226
|
3002 |
+
#: admin/core/core.php:2227 admin/core/core.php:2228 admin/core/core.php:2229
|
3003 |
+
#: admin/core/core.php:2230 admin/core/core.php:2231 admin/core/core.php:2232
|
3004 |
+
#: admin/core/core.php:2233 admin/core/core.php:2234 admin/core/core.php:2235
|
3005 |
+
#: admin/core/core.php:2236 admin/core/core.php:2237 admin/core/core.php:2238
|
3006 |
+
#: admin/core/core.php:2244 admin/core/core.php:2245 admin/core/core.php:2246
|
3007 |
+
#: admin/core/core.php:2247 admin/core/core.php:2248 admin/core/core.php:2249
|
3008 |
+
#: admin/core/core.php:2250 admin/core/core.php:2251 admin/core/core.php:2252
|
3009 |
+
#: admin/core/core.php:2253 admin/core/core.php:2254 admin/core/core.php:2255
|
3010 |
+
#: admin/core/core.php:2256 admin/core/core.php:2262 admin/core/core.php:2263
|
3011 |
+
#: admin/core/core.php:2264 admin/core/core.php:2265 admin/core/core.php:2266
|
3012 |
+
#: admin/core/core.php:2267 admin/core/core.php:2268 admin/core/core.php:2269
|
3013 |
+
#: admin/core/core.php:2270 admin/core/core.php:2271 admin/core/core.php:2277
|
3014 |
+
#: admin/core/core.php:2278 admin/core/core.php:2279 admin/core/core.php:2280
|
3015 |
+
#: admin/core/core.php:2281 admin/core/core.php:2282 admin/core/core.php:2283
|
3016 |
+
#: admin/core/core.php:2284 admin/core/core.php:2285 admin/core/core.php:2286
|
3017 |
#, php-format
|
3018 |
msgid ""
|
3019 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
3088 |
+
#: admin/login/lsm-help-text.php:10 admin/security-log/security-log.php:260
|
3089 |
msgid "NOTE: "
|
3090 |
msgstr ""
|
3091 |
|
3303 |
msgstr ""
|
3304 |
|
3305 |
#: admin/db-backup-security/db-backup-help-text.php:9
|
3306 |
+
#: admin/db-backup-security/db-backup-security.php:963
|
3307 |
msgid "Rename|Create|Reset Tool"
|
3308 |
msgstr ""
|
3309 |
|
3489 |
msgstr ""
|
3490 |
|
3491 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3492 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
3493 |
#: admin/login/lsm-help-text.php:10 admin/login/lsm-help-text.php:19
|
3494 |
+
#: admin/security-log/security-log.php:260
|
3495 |
msgid "Note: "
|
3496 |
msgstr ""
|
3497 |
|
3538 |
msgstr ""
|
3539 |
|
3540 |
#: admin/db-backup-security/db-backup-help-text.php:12
|
3541 |
+
#: admin/mscan/mscan-help-text.php:44 admin/security-log/security-log.php:260
|
3542 |
msgid "Delete Log Button"
|
3543 |
msgstr ""
|
3544 |
|
3663 |
"protect your Database against SQL Injection attacks."
|
3664 |
msgstr ""
|
3665 |
|
3666 |
+
#: admin/db-backup-security/db-backup-security.php:67
|
3667 |
msgid "BulletProof Security ~ DB Backup & Security"
|
3668 |
msgstr ""
|
3669 |
|
3670 |
+
#: admin/db-backup-security/db-backup-security.php:264
|
3671 |
+
#: admin/db-backup-security/db-backup-security.php:281
|
3672 |
+
#: admin/db-backup-security/db-backup-security.php:283
|
3673 |
+
#: admin/includes/admin.php:342
|
3674 |
msgid "DB Backup"
|
3675 |
msgstr ""
|
3676 |
|
3677 |
+
#: admin/db-backup-security/db-backup-security.php:265
|
3678 |
+
#: admin/db-backup-security/db-backup-security.php:1212
|
3679 |
+
#: admin/db-backup-security/db-backup-security.php:1214
|
3680 |
msgid "DB Backup Log"
|
3681 |
msgstr ""
|
3682 |
|
3683 |
+
#: admin/db-backup-security/db-backup-security.php:266
|
3684 |
+
#: admin/db-backup-security/db-backup-security.php:1368
|
3685 |
+
#: admin/db-backup-security/db-backup-security.php:1370
|
3686 |
msgid "DB Table Prefix Changer"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
+
#: admin/db-backup-security/db-backup-security.php:275
|
3690 |
msgid "DB Backup ~ "
|
3691 |
msgstr ""
|
3692 |
|
3693 |
+
#: admin/db-backup-security/db-backup-security.php:275
|
3694 |
msgid ""
|
3695 |
"Full & Partial DB Backups, Manual & Scheduled DB Backups, Email Zip Backups, "
|
3696 |
"Automatically Delete Old Backups"
|
3697 |
msgstr ""
|
3698 |
|
3699 |
+
#: admin/db-backup-security/db-backup-security.php:292
|
3700 |
msgid "DB Backup & Security Guide"
|
3701 |
msgstr ""
|
3702 |
|
3703 |
+
#: admin/db-backup-security/db-backup-security.php:299
|
3704 |
msgid "Backup Jobs ~ Manual|Scheduled"
|
3705 |
msgstr ""
|
3706 |
|
3707 |
+
#: admin/db-backup-security/db-backup-security.php:409
|
3708 |
msgid ""
|
3709 |
"Error: You did not select any DB Tables to backup. Backup Job was not "
|
3710 |
"created."
|
3711 |
msgstr ""
|
3712 |
|
3713 |
+
#: admin/db-backup-security/db-backup-security.php:515
|
3714 |
msgid "Backup Job "
|
3715 |
msgstr ""
|
3716 |
|
3717 |
+
#: admin/db-backup-security/db-backup-security.php:515
|
3718 |
msgid " Created Successfully."
|
3719 |
msgstr ""
|
3720 |
|
3721 |
+
#: admin/db-backup-security/db-backup-security.php:517
|
3722 |
msgid "Backup Job Settings Logged successfully in the DB Backup Log"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
+
#: admin/db-backup-security/db-backup-security.php:544
|
3726 |
msgid "Run Job|Delete Job"
|
3727 |
msgstr ""
|
3728 |
|
3729 |
+
#: admin/db-backup-security/db-backup-security.php:600
|
3730 |
+
#: admin/db-backup-security/db-backup-security.php:657
|
3731 |
msgid "Backup Job: "
|
3732 |
msgstr ""
|
3733 |
|
3734 |
+
#: admin/db-backup-security/db-backup-security.php:600
|
3735 |
+
#: admin/db-backup-security/db-backup-security.php:836
|
3736 |
msgid " has been deleted successfully."
|
3737 |
msgstr ""
|
3738 |
|
3739 |
+
#: admin/db-backup-security/db-backup-security.php:657
|
3740 |
msgid " has completed."
|
3741 |
msgstr ""
|
3742 |
|
3743 |
+
#: admin/db-backup-security/db-backup-security.php:657
|
3744 |
msgid ""
|
3745 |
"Your DB Backup Log contains the Backup Job Completion Time, Total Memory "
|
3746 |
"Used and other information about this Backup."
|
3747 |
msgstr ""
|
3748 |
|
3749 |
+
#: admin/db-backup-security/db-backup-security.php:686
|
3750 |
msgid "Description|Job Name"
|
3751 |
msgstr ""
|
3752 |
|
3753 |
+
#: admin/db-backup-security/db-backup-security.php:687
|
3754 |
+
#: admin/db-backup-security/db-backup-security.php:717
|
3755 |
+
#: admin/db-backup-security/db-backup-security.php:861
|
3756 |
+
#: admin/db-backup-security/db-backup-security.php:879
|
3757 |
+
#: admin/login/login.php:550 admin/login/login.php:579
|
3758 |
+
#: admin/login/login.php:651 admin/login/login.php:680
|
3759 |
+
#: admin/mscan/mscan.php:1386
|
3760 |
msgid "Delete"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
+
#: admin/db-backup-security/db-backup-security.php:688
|
3764 |
+
#: admin/db-backup-security/db-backup-security.php:718
|
3765 |
msgid "Run"
|
3766 |
msgstr ""
|
3767 |
|
3768 |
+
#: admin/db-backup-security/db-backup-security.php:689
|
3769 |
msgid "Job Type"
|
3770 |
msgstr ""
|
3771 |
|
3772 |
+
#: admin/db-backup-security/db-backup-security.php:690
|
3773 |
msgid "Frequency"
|
3774 |
msgstr ""
|
3775 |
|
3776 |
+
#: admin/db-backup-security/db-backup-security.php:691
|
3777 |
msgid "Last Backup"
|
3778 |
msgstr ""
|
3779 |
|
3780 |
+
#: admin/db-backup-security/db-backup-security.php:692
|
3781 |
msgid "Next Backup"
|
3782 |
msgstr ""
|
3783 |
|
3784 |
+
#: admin/db-backup-security/db-backup-security.php:693
|
3785 |
msgid "Email Backup"
|
3786 |
msgstr ""
|
3787 |
|
3788 |
+
#: admin/db-backup-security/db-backup-security.php:694
|
3789 |
msgid "Job Created"
|
3790 |
msgstr ""
|
3791 |
|
3792 |
+
#: admin/db-backup-security/db-backup-security.php:701
|
3793 |
msgid "No Backup Jobs have been created yet."
|
3794 |
msgstr ""
|
3795 |
|
3796 |
+
#: admin/db-backup-security/db-backup-security.php:736
|
3797 |
msgid "Yes & Delete"
|
3798 |
msgstr ""
|
3799 |
|
3800 |
+
#: admin/db-backup-security/db-backup-security.php:738
|
3801 |
msgid "Send Email Only"
|
3802 |
msgstr ""
|
3803 |
|
3804 |
+
#: admin/db-backup-security/db-backup-security.php:779
|
3805 |
msgid "Backup Files ~ Download|Delete"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
+
#: admin/db-backup-security/db-backup-security.php:814
|
3809 |
msgid "Delete Files"
|
3810 |
msgstr ""
|
3811 |
|
3812 |
+
#: admin/db-backup-security/db-backup-security.php:836
|
3813 |
msgid "Backup File: "
|
3814 |
msgstr ""
|
3815 |
|
3816 |
+
#: admin/db-backup-security/db-backup-security.php:860
|
3817 |
msgid "Backup Filename"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
+
#: admin/db-backup-security/db-backup-security.php:862
|
3821 |
+
#: admin/db-backup-security/db-backup-security.php:880
|
3822 |
msgid "Download"
|
3823 |
msgstr ""
|
3824 |
|
3825 |
+
#: admin/db-backup-security/db-backup-security.php:863
|
3826 |
msgid "Backup Folder"
|
3827 |
msgstr ""
|
3828 |
|
3829 |
+
#: admin/db-backup-security/db-backup-security.php:864
|
3830 |
msgid "Size"
|
3831 |
msgstr ""
|
3832 |
|
3833 |
+
#: admin/db-backup-security/db-backup-security.php:865
|
3834 |
msgid "Date|Time"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
+
#: admin/db-backup-security/db-backup-security.php:895
|
3838 |
msgid "No Backup Jobs have been Run yet. No Files in Backup."
|
3839 |
msgstr ""
|
3840 |
|
3841 |
+
#: admin/db-backup-security/db-backup-security.php:911
|
3842 |
msgid "Click OK to Delete Backup File(s) or click Cancel"
|
3843 |
msgstr ""
|
3844 |
|
3845 |
+
#: admin/db-backup-security/db-backup-security.php:936
|
3846 |
msgid "Create Backup Jobs"
|
3847 |
msgstr ""
|
3848 |
|
3849 |
+
#: admin/db-backup-security/db-backup-security.php:961
|
3850 |
msgid "Database Tables "
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: admin/db-backup-security/db-backup-security.php:962
|
3854 |
msgid "Backup Job Settings|Independent Options"
|
3855 |
msgstr ""
|
3856 |
|
3857 |
+
#: admin/db-backup-security/db-backup-security.php:975
|
3858 |
+
#: admin/mscan/mscan.php:961
|
3859 |
msgid "All"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: admin/db-backup-security/db-backup-security.php:976
|
3863 |
+
#: admin/db-backup-security/db-backup-security.php:1569
|
3864 |
msgid "DB Table Name"
|
3865 |
msgstr ""
|
3866 |
|
3867 |
+
#: admin/db-backup-security/db-backup-security.php:1003
|
3868 |
msgid "Description|Backup Job Name:"
|
3869 |
msgstr ""
|
3870 |
|
3871 |
+
#: admin/db-backup-security/db-backup-security.php:1007
|
3872 |
msgid "DB Backup Folder Location:"
|
3873 |
msgstr ""
|
3874 |
|
3875 |
+
#: admin/db-backup-security/db-backup-security.php:1008
|
3876 |
msgid "Recommended: Use The Default Obfuscated & Secure BPS Backup Folder."
|
3877 |
msgstr ""
|
3878 |
|
3879 |
+
#: admin/db-backup-security/db-backup-security.php:1011
|
3880 |
msgid "DB Backup File Download Link|URL:"
|
3881 |
msgstr ""
|
3882 |
|
3883 |
+
#: admin/db-backup-security/db-backup-security.php:1012
|
3884 |
msgid ""
|
3885 |
"Note: If you see 404 errors when trying to download zip files or if you have"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
+
#: admin/db-backup-security/db-backup-security.php:1013
|
3889 |
msgid ""
|
3890 |
"changed the DB Backup Folder Location above, click the Read Me help button."
|
3891 |
msgstr ""
|
3892 |
|
3893 |
+
#: admin/db-backup-security/db-backup-security.php:1016
|
3894 |
msgid "Backup Job Type: Manual or Scheduled"
|
3895 |
msgstr ""
|
3896 |
|
3897 |
+
#: admin/db-backup-security/db-backup-security.php:1018
|
3898 |
msgid "Manual DB Backup Job"
|
3899 |
msgstr ""
|
3900 |
|
3901 |
+
#: admin/db-backup-security/db-backup-security.php:1019
|
3902 |
msgid "Scheduled DB Backup Job"
|
3903 |
msgstr ""
|
3904 |
|
3905 |
+
#: admin/db-backup-security/db-backup-security.php:1022
|
3906 |
msgid "Frequency of Scheduled Backup Job (recurring)"
|
3907 |
msgstr ""
|
3908 |
|
3909 |
+
#: admin/db-backup-security/db-backup-security.php:1024
|
3910 |
+
#: admin/db-backup-security/db-backup-security.php:1033
|
3911 |
+
#: admin/db-backup-security/db-backup-security.php:1062
|
3912 |
+
#: admin/db-backup-security/db-backup-security.php:1074
|
3913 |
msgid "N/A"
|
3914 |
msgstr ""
|
3915 |
|
3916 |
+
#: admin/db-backup-security/db-backup-security.php:1025
|
3917 |
msgid "Hourly Scheduled DB Backup Job"
|
3918 |
msgstr ""
|
3919 |
|
3920 |
+
#: admin/db-backup-security/db-backup-security.php:1026
|
3921 |
msgid "Daily Scheduled DB Backup Job"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
+
#: admin/db-backup-security/db-backup-security.php:1027
|
3925 |
msgid "Weekly Scheduled DB Backup Job"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
+
#: admin/db-backup-security/db-backup-security.php:1028
|
3929 |
msgid "Monthly Scheduled DB Backup Job"
|
3930 |
msgstr ""
|
3931 |
|
3932 |
+
#: admin/db-backup-security/db-backup-security.php:1031
|
3933 |
msgid "Hour When Scheduled Backup is Run (recurring)"
|
3934 |
msgstr ""
|
3935 |
|
3936 |
+
#: admin/db-backup-security/db-backup-security.php:1034
|
3937 |
msgid "12AM"
|
3938 |
msgstr ""
|
3939 |
|
3940 |
+
#: admin/db-backup-security/db-backup-security.php:1035
|
3941 |
msgid "1AM"
|
3942 |
msgstr ""
|
3943 |
|
3944 |
+
#: admin/db-backup-security/db-backup-security.php:1036
|
3945 |
msgid "2AM"
|
3946 |
msgstr ""
|
3947 |
|
3948 |
+
#: admin/db-backup-security/db-backup-security.php:1037
|
3949 |
msgid "3AM"
|
3950 |
msgstr ""
|
3951 |
|
3952 |
+
#: admin/db-backup-security/db-backup-security.php:1038
|
3953 |
msgid "4AM"
|
3954 |
msgstr ""
|
3955 |
|
3956 |
+
#: admin/db-backup-security/db-backup-security.php:1039
|
3957 |
msgid "5AM"
|
3958 |
msgstr ""
|
3959 |
|
3960 |
+
#: admin/db-backup-security/db-backup-security.php:1040
|
3961 |
msgid "6AM"
|
3962 |
msgstr ""
|
3963 |
|
3964 |
+
#: admin/db-backup-security/db-backup-security.php:1041
|
3965 |
msgid "7AM"
|
3966 |
msgstr ""
|
3967 |
|
3968 |
+
#: admin/db-backup-security/db-backup-security.php:1042
|
3969 |
msgid "8AM"
|
3970 |
msgstr ""
|
3971 |
|
3972 |
+
#: admin/db-backup-security/db-backup-security.php:1043
|
3973 |
msgid "9AM"
|
3974 |
msgstr ""
|
3975 |
|
3976 |
+
#: admin/db-backup-security/db-backup-security.php:1044
|
3977 |
msgid "10AM"
|
3978 |
msgstr ""
|
3979 |
|
3980 |
+
#: admin/db-backup-security/db-backup-security.php:1045
|
3981 |
msgid "11AM"
|
3982 |
msgstr ""
|
3983 |
|
3984 |
+
#: admin/db-backup-security/db-backup-security.php:1046
|
3985 |
msgid "12PM"
|
3986 |
msgstr ""
|
3987 |
|
3988 |
+
#: admin/db-backup-security/db-backup-security.php:1047
|
3989 |
msgid "1PM"
|
3990 |
msgstr ""
|
3991 |
|
3992 |
+
#: admin/db-backup-security/db-backup-security.php:1048
|
3993 |
msgid "2PM"
|
3994 |
msgstr ""
|
3995 |
|
3996 |
+
#: admin/db-backup-security/db-backup-security.php:1049
|
3997 |
msgid "3PM"
|
3998 |
msgstr ""
|
3999 |
|
4000 |
+
#: admin/db-backup-security/db-backup-security.php:1050
|
4001 |
msgid "4PM"
|
4002 |
msgstr ""
|
4003 |
|
4004 |
+
#: admin/db-backup-security/db-backup-security.php:1051
|
4005 |
msgid "5PM"
|
4006 |
msgstr ""
|
4007 |
|
4008 |
+
#: admin/db-backup-security/db-backup-security.php:1052
|
4009 |
msgid "6PM"
|
4010 |
msgstr ""
|
4011 |
|
4012 |
+
#: admin/db-backup-security/db-backup-security.php:1053
|
4013 |
msgid "7PM"
|
4014 |
msgstr ""
|
4015 |
|
4016 |
+
#: admin/db-backup-security/db-backup-security.php:1054
|
4017 |
msgid "8PM"
|
4018 |
msgstr ""
|
4019 |
|
4020 |
+
#: admin/db-backup-security/db-backup-security.php:1055
|
4021 |
msgid "9PM"
|
4022 |
msgstr ""
|
4023 |
|
4024 |
+
#: admin/db-backup-security/db-backup-security.php:1056
|
4025 |
msgid "10PM"
|
4026 |
msgstr ""
|
4027 |
|
4028 |
+
#: admin/db-backup-security/db-backup-security.php:1057
|
4029 |
msgid "11PM"
|
4030 |
msgstr ""
|
4031 |
|
4032 |
+
#: admin/db-backup-security/db-backup-security.php:1060
|
4033 |
msgid "Day of Week When Scheduled Backup is Run (recurring)"
|
4034 |
msgstr ""
|
4035 |
|
4036 |
+
#: admin/db-backup-security/db-backup-security.php:1063
|
4037 |
msgid "Sunday"
|
4038 |
msgstr ""
|
4039 |
|
4040 |
+
#: admin/db-backup-security/db-backup-security.php:1064
|
4041 |
msgid "Monday"
|
4042 |
msgstr ""
|
4043 |
|
4044 |
+
#: admin/db-backup-security/db-backup-security.php:1065
|
4045 |
msgid "Tuesday"
|
4046 |
msgstr ""
|
4047 |
|
4048 |
+
#: admin/db-backup-security/db-backup-security.php:1066
|
4049 |
msgid "Wednesday"
|
4050 |
msgstr ""
|
4051 |
|
4052 |
+
#: admin/db-backup-security/db-backup-security.php:1067
|
4053 |
msgid "Thursday"
|
4054 |
msgstr ""
|
4055 |
|
4056 |
+
#: admin/db-backup-security/db-backup-security.php:1068
|
4057 |
msgid "Friday"
|
4058 |
msgstr ""
|
4059 |
|
4060 |
+
#: admin/db-backup-security/db-backup-security.php:1069
|
4061 |
msgid "Saturday"
|
4062 |
msgstr ""
|
4063 |
|
4064 |
+
#: admin/db-backup-security/db-backup-security.php:1072
|
4065 |
msgid "Day of Month When Scheduled Backup is Run (recurring)"
|
4066 |
msgstr ""
|
4067 |
|
4068 |
+
#: admin/db-backup-security/db-backup-security.php:1075
|
4069 |
msgid "1st"
|
4070 |
msgstr ""
|
4071 |
|
4072 |
+
#: admin/db-backup-security/db-backup-security.php:1076
|
4073 |
msgid "2nd"
|
4074 |
msgstr ""
|
4075 |
|
4076 |
+
#: admin/db-backup-security/db-backup-security.php:1077
|
4077 |
msgid "3rd"
|
4078 |
msgstr ""
|
4079 |
|
4080 |
+
#: admin/db-backup-security/db-backup-security.php:1078
|
4081 |
msgid "4th"
|
4082 |
msgstr ""
|
4083 |
|
4084 |
+
#: admin/db-backup-security/db-backup-security.php:1079
|
4085 |
msgid "5th"
|
4086 |
msgstr ""
|
4087 |
|
4088 |
+
#: admin/db-backup-security/db-backup-security.php:1080
|
4089 |
msgid "6th"
|
4090 |
msgstr ""
|
4091 |
|
4092 |
+
#: admin/db-backup-security/db-backup-security.php:1081
|
4093 |
msgid "7th"
|
4094 |
msgstr ""
|
4095 |
|
4096 |
+
#: admin/db-backup-security/db-backup-security.php:1082
|
4097 |
msgid "8th"
|
4098 |
msgstr ""
|
4099 |
|
4100 |
+
#: admin/db-backup-security/db-backup-security.php:1083
|
4101 |
msgid "9th"
|
4102 |
msgstr ""
|
4103 |
|
4104 |
+
#: admin/db-backup-security/db-backup-security.php:1084
|
4105 |
msgid "10th"
|
4106 |
msgstr ""
|
4107 |
|
4108 |
+
#: admin/db-backup-security/db-backup-security.php:1085
|
4109 |
msgid "11th"
|
4110 |
msgstr ""
|
4111 |
|
4112 |
+
#: admin/db-backup-security/db-backup-security.php:1086
|
4113 |
msgid "12th"
|
4114 |
msgstr ""
|
4115 |
|
4116 |
+
#: admin/db-backup-security/db-backup-security.php:1087
|
4117 |
msgid "13th"
|
4118 |
msgstr ""
|
4119 |
|
4120 |
+
#: admin/db-backup-security/db-backup-security.php:1088
|
4121 |
msgid "14th"
|
4122 |
msgstr ""
|
4123 |
|
4124 |
+
#: admin/db-backup-security/db-backup-security.php:1089
|
4125 |
msgid "15th"
|
4126 |
msgstr ""
|
4127 |
|
4128 |
+
#: admin/db-backup-security/db-backup-security.php:1090
|
4129 |
msgid "16th"
|
4130 |
msgstr ""
|
4131 |
|
4132 |
+
#: admin/db-backup-security/db-backup-security.php:1091
|
4133 |
msgid "17th"
|
4134 |
msgstr ""
|
4135 |
|
4136 |
+
#: admin/db-backup-security/db-backup-security.php:1092
|
4137 |
msgid "18th"
|
4138 |
msgstr ""
|
4139 |
|
4140 |
+
#: admin/db-backup-security/db-backup-security.php:1093
|
4141 |
msgid "19th"
|
4142 |
msgstr ""
|
4143 |
|
4144 |
+
#: admin/db-backup-security/db-backup-security.php:1094
|
4145 |
msgid "20th"
|
4146 |
msgstr ""
|
4147 |
|
4148 |
+
#: admin/db-backup-security/db-backup-security.php:1095
|
4149 |
msgid "21st"
|
4150 |
msgstr ""
|
4151 |
|
4152 |
+
#: admin/db-backup-security/db-backup-security.php:1096
|
4153 |
msgid "22nd"
|
4154 |
msgstr ""
|
4155 |
|
4156 |
+
#: admin/db-backup-security/db-backup-security.php:1097
|
4157 |
msgid "23rd"
|
4158 |
msgstr ""
|
4159 |
|
4160 |
+
#: admin/db-backup-security/db-backup-security.php:1098
|
4161 |
msgid "24th"
|
4162 |
msgstr ""
|
4163 |
|
4164 |
+
#: admin/db-backup-security/db-backup-security.php:1099
|
4165 |
msgid "25th"
|
4166 |
msgstr ""
|
4167 |
|
4168 |
+
#: admin/db-backup-security/db-backup-security.php:1100
|
4169 |
msgid "26th"
|
4170 |
msgstr ""
|
4171 |
|
4172 |
+
#: admin/db-backup-security/db-backup-security.php:1101
|
4173 |
msgid "27th"
|
4174 |
msgstr ""
|
4175 |
|
4176 |
+
#: admin/db-backup-security/db-backup-security.php:1102
|
4177 |
msgid "28th"
|
4178 |
msgstr ""
|
4179 |
|
4180 |
+
#: admin/db-backup-security/db-backup-security.php:1103
|
4181 |
msgid "29th"
|
4182 |
msgstr ""
|
4183 |
|
4184 |
+
#: admin/db-backup-security/db-backup-security.php:1104
|
4185 |
msgid "30th"
|
4186 |
msgstr ""
|
4187 |
|
4188 |
+
#: admin/db-backup-security/db-backup-security.php:1107
|
4189 |
msgid "Send Scheduled Backup Zip File Via Email or Just Email Only:"
|
4190 |
msgstr ""
|
4191 |
|
4192 |
+
#: admin/db-backup-security/db-backup-security.php:1108
|
4193 |
msgid ""
|
4194 |
"Note: Check with your email provider for the maximum<br>file attachment size "
|
4195 |
"limit that is allowed by your Mail Server"
|
4196 |
msgstr ""
|
4197 |
|
4198 |
+
#: admin/db-backup-security/db-backup-security.php:1110
|
4199 |
msgid "Do Not Email Zip Backup File"
|
4200 |
msgstr ""
|
4201 |
|
4202 |
+
#: admin/db-backup-security/db-backup-security.php:1111
|
4203 |
msgid "Email & Delete Zip Backup File"
|
4204 |
msgstr ""
|
4205 |
|
4206 |
+
#: admin/db-backup-security/db-backup-security.php:1112
|
4207 |
msgid "Email Zip Backup File"
|
4208 |
msgstr ""
|
4209 |
|
4210 |
+
#: admin/db-backup-security/db-backup-security.php:1113
|
4211 |
msgid "Send Email Only & Not Zip Backup File"
|
4212 |
msgstr ""
|
4213 |
|
4214 |
+
#: admin/db-backup-security/db-backup-security.php:1116
|
4215 |
msgid "Automatically Delete Old Backup Files:"
|
4216 |
msgstr ""
|
4217 |
|
4218 |
+
#: admin/db-backup-security/db-backup-security.php:1117
|
4219 |
+
#: admin/db-backup-security/db-backup-security.php:1131
|
4220 |
msgid "Independent Option:"
|
4221 |
msgstr ""
|
4222 |
|
4223 |
+
#: admin/db-backup-security/db-backup-security.php:1119
|
4224 |
msgid "Never Delete Old Backup Files"
|
4225 |
msgstr ""
|
4226 |
|
4227 |
+
#: admin/db-backup-security/db-backup-security.php:1120
|
4228 |
msgid "Delete Backup Files Older Than 1 Day"
|
4229 |
msgstr ""
|
4230 |
|
4231 |
+
#: admin/db-backup-security/db-backup-security.php:1121
|
4232 |
msgid "Delete Backup Files Older Than 5 Days"
|
4233 |
msgstr ""
|
4234 |
|
4235 |
+
#: admin/db-backup-security/db-backup-security.php:1122
|
4236 |
msgid "Delete Backup Files Older Than 10 Days"
|
4237 |
msgstr ""
|
4238 |
|
4239 |
+
#: admin/db-backup-security/db-backup-security.php:1123
|
4240 |
msgid "Delete Backup Files Older Than 15 Days"
|
4241 |
msgstr ""
|
4242 |
|
4243 |
+
#: admin/db-backup-security/db-backup-security.php:1124
|
4244 |
msgid "Delete Backup Files Older Than 30 Days"
|
4245 |
msgstr ""
|
4246 |
|
4247 |
+
#: admin/db-backup-security/db-backup-security.php:1125
|
4248 |
msgid "Delete Backup Files Older Than 60 Days"
|
4249 |
msgstr ""
|
4250 |
|
4251 |
+
#: admin/db-backup-security/db-backup-security.php:1126
|
4252 |
msgid "Delete Backup Files Older Than 90 Days"
|
4253 |
msgstr ""
|
4254 |
|
4255 |
+
#: admin/db-backup-security/db-backup-security.php:1127
|
4256 |
msgid "Delete Backup Files Older Than 180 Days"
|
4257 |
msgstr ""
|
4258 |
|
4259 |
+
#: admin/db-backup-security/db-backup-security.php:1130
|
4260 |
msgid "Turn On|Off All Scheduled Backups (Override):"
|
4261 |
msgstr ""
|
4262 |
|
4263 |
+
#: admin/db-backup-security/db-backup-security.php:1133
|
4264 |
msgid "All Scheduled Backups On"
|
4265 |
msgstr ""
|
4266 |
|
4267 |
+
#: admin/db-backup-security/db-backup-security.php:1134
|
4268 |
msgid "All Scheduled Backups Off"
|
4269 |
msgstr ""
|
4270 |
|
4271 |
+
#: admin/db-backup-security/db-backup-security.php:1137
|
4272 |
msgid "Click OK to Create this Backup Job or click Cancel"
|
4273 |
msgstr ""
|
4274 |
|
4275 |
+
#: admin/db-backup-security/db-backup-security.php:1155
|
4276 |
msgid "Rename|Create|Reset DB Backup Folder Name:"
|
4277 |
msgstr ""
|
4278 |
|
4279 |
+
#: admin/db-backup-security/db-backup-security.php:1156
|
4280 |
msgid "Randomly Generated New DB Backup Folder Name."
|
4281 |
msgstr ""
|
4282 |
|
4283 |
+
#: admin/db-backup-security/db-backup-security.php:1157
|
4284 |
msgid "Valid Folder Naming Characters: a-z A-Z 0-9 - _"
|
4285 |
msgstr ""
|
4286 |
|
4287 |
+
#: admin/db-backup-security/db-backup-security.php:1160
|
4288 |
msgid ""
|
4289 |
"The Rename|Create|Reset Tool renames the DB Backup folder if it already "
|
4290 |
"exists or creates a new DB Backup folder if it does not already exist.\\n"
|
4296 |
"OK to proceed or click Cancel"
|
4297 |
msgstr ""
|
4298 |
|
4299 |
+
#: admin/db-backup-security/db-backup-security.php:1206
|
4300 |
msgid "DB Backup Log ~ "
|
4301 |
msgstr ""
|
4302 |
|
4303 |
+
#: admin/db-backup-security/db-backup-security.php:1206
|
4304 |
msgid ""
|
4305 |
"Logs Backup Job Settings, Completion Time, Memory Usage, Zip Backup File "
|
4306 |
"Name, Timestamp..."
|
4307 |
msgstr ""
|
4308 |
|
4309 |
+
#: admin/db-backup-security/db-backup-security.php:1228
|
4310 |
+
#: admin/db-backup-security/db-backup-security.php:1231
|
4311 |
msgid "DB Backup Log File Size: "
|
4312 |
msgstr ""
|
4313 |
|
4314 |
+
#: admin/db-backup-security/db-backup-security.php:1231
|
4315 |
msgid "The Email Logging options will only send log files up to 2MB in size."
|
4316 |
msgstr ""
|
4317 |
|
4318 |
+
#: admin/db-backup-security/db-backup-security.php:1231
|
4319 |
msgid ""
|
4320 |
"Copy and paste the DB Backup Log file contents into a Notepad text file on "
|
4321 |
"your computer and save it."
|
4322 |
msgstr ""
|
4323 |
|
4324 |
+
#: admin/db-backup-security/db-backup-security.php:1231
|
4325 |
+
#: admin/mscan/mscan.php:1795
|
4326 |
msgid ""
|
4327 |
"Then click the Delete Log button to delete the contents of this Log file."
|
4328 |
msgstr ""
|
4329 |
|
4330 |
+
#: admin/db-backup-security/db-backup-security.php:1246
|
4331 |
msgid "DB Backup Log Last Modified Time: "
|
4332 |
msgstr ""
|
4333 |
|
4334 |
+
#: admin/db-backup-security/db-backup-security.php:1260
|
4335 |
msgid ""
|
4336 |
"Success! Your DB Backup Log file has been deleted and replaced with a new "
|
4337 |
"blank DB Backup Log file."
|
4338 |
msgstr ""
|
4339 |
|
4340 |
+
#: admin/db-backup-security/db-backup-security.php:1268
|
4341 |
msgid "Clicking OK will delete the contents of your DB Backup Log file."
|
4342 |
msgstr ""
|
4343 |
|
4344 |
+
#: admin/db-backup-security/db-backup-security.php:1268
|
4345 |
+
#: admin/mscan/mscan.php:1837 admin/security-log/security-log.php:514
|
4346 |
msgid "Click OK to Delete the Log file contents or click Cancel."
|
4347 |
msgstr ""
|
4348 |
|
4349 |
+
#: admin/db-backup-security/db-backup-security.php:1287
|
4350 |
msgid ""
|
4351 |
"The DB Backup Log File Was Not Found! Check that the file really exists here "
|
4352 |
"- /"
|
4353 |
msgstr ""
|
4354 |
|
4355 |
+
#: admin/db-backup-security/db-backup-security.php:1287
|
4356 |
msgid "/bps-backup/logs/db_backup_log.txt and is named correctly."
|
4357 |
msgstr ""
|
4358 |
|
4359 |
+
#: admin/db-backup-security/db-backup-security.php:1306
|
4360 |
msgid ""
|
4361 |
"File Open and Write test successful! Your DB Backup Log file is writable."
|
4362 |
msgstr ""
|
4363 |
|
4364 |
+
#: admin/db-backup-security/db-backup-security.php:1318
|
4365 |
msgid "Success! Your DB Backup Log file has been updated."
|
4366 |
msgstr ""
|
4367 |
|
4368 |
+
#: admin/db-backup-security/db-backup-security.php:1362
|
4369 |
msgid "DB Table Prefix Changer ~ "
|
4370 |
msgstr ""
|
4371 |
|
4372 |
+
#: admin/db-backup-security/db-backup-security.php:1362
|
4373 |
msgid "Tools to change & check your WordPress Database Table Prefix"
|
4374 |
msgstr ""
|
4375 |
|
4376 |
+
#: admin/db-backup-security/db-backup-security.php:1378
|
4377 |
msgid "Your current WordPress Database Table Prefix is: "
|
4378 |
msgstr ""
|
4379 |
|
4380 |
+
#: admin/db-backup-security/db-backup-security.php:1378
|
4381 |
msgid "NOTES: "
|
4382 |
msgstr ""
|
4383 |
|
4384 |
+
#: admin/db-backup-security/db-backup-security.php:1378
|
4385 |
msgid ""
|
4386 |
"1. It is recommended that you backup your database before using this tool."
|
4387 |
msgstr ""
|
4388 |
|
4389 |
+
#: admin/db-backup-security/db-backup-security.php:1378
|
4390 |
msgid ""
|
4391 |
"2. If you want to create your own DB Table Prefix name or add additional "
|
4392 |
"characters to the randomly generated DB Table Prefix name below then ONLY "
|
4393 |
"use lowercase letters, numbers and underscores in your DB Table Prefix name."
|
4394 |
msgstr ""
|
4395 |
|
4396 |
+
#: admin/db-backup-security/db-backup-security.php:1378
|
4397 |
msgid ""
|
4398 |
"3. The maximum length limitation of a DB Table name, including the table "
|
4399 |
"prefix is 64 characters. See the DB Table Names & Character Length Table to "
|
4400 |
"the right."
|
4401 |
msgstr ""
|
4402 |
|
4403 |
+
#: admin/db-backup-security/db-backup-security.php:1378
|
4404 |
msgid ""
|
4405 |
"4. To change your DB Table Prefix name back to the WordPress default DB "
|
4406 |
"Table Prefix name, enter wp_ for the DB Table Prefix name."
|
4407 |
msgstr ""
|
4408 |
|
4409 |
+
#: admin/db-backup-security/db-backup-security.php:1390
|
4410 |
msgid ""
|
4411 |
"ERROR: The DB Table Prefix name can only contain numbers, lowercase letters, "
|
4412 |
"and underscores."
|
4413 |
msgstr ""
|
4414 |
|
4415 |
+
#: admin/db-backup-security/db-backup-security.php:1404
|
4416 |
msgid "A wp-config.php file was NOT found in your website root folder."
|
4417 |
msgstr ""
|
4418 |
|
4419 |
+
#: admin/db-backup-security/db-backup-security.php:1404
|
4420 |
msgid ""
|
4421 |
"Your DB Table Prefix was not changed. If you have moved your wp-config.php "
|
4422 |
"file to a another Server folder then you can use this tool to change your DB "
|
4424 |
"file back to the default location: your WordPress website root folder."
|
4425 |
msgstr ""
|
4426 |
|
4427 |
+
#: admin/db-backup-security/db-backup-security.php:1424
|
4428 |
msgid ""
|
4429 |
"Error: The wp-config.php file is not writable. Unable to write to the wp-"
|
4430 |
"config.php file."
|
4431 |
msgstr ""
|
4432 |
|
4433 |
+
#: admin/db-backup-security/db-backup-security.php:1424
|
4434 |
msgid ""
|
4435 |
"Your DB Table Prefix was not changed. You will need to make the wp-config."
|
4436 |
"php file writable first by changing either the file permissions or Ownership "
|
4438 |
"DB Table Prefix Changer tool to change your DB Table Prefix."
|
4439 |
msgstr ""
|
4440 |
|
4441 |
+
#: admin/db-backup-security/db-backup-security.php:1469
|
4442 |
msgid ""
|
4443 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4444 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
4445 |
"like to check the new DB Table Prefix Name Changes."
|
4446 |
msgstr ""
|
4447 |
|
4448 |
+
#: admin/db-backup-security/db-backup-security.php:1476
|
4449 |
msgid ""
|
4450 |
"Click the Update Site User Roles button to complete the DB Table Prefix Name "
|
4451 |
"change."
|
4452 |
msgstr ""
|
4453 |
|
4454 |
+
#: admin/db-backup-security/db-backup-security.php:1494
|
4455 |
msgid "Randomly Generated DB Table Prefix"
|
4456 |
msgstr ""
|
4457 |
|
4458 |
+
#: admin/db-backup-security/db-backup-security.php:1531
|
4459 |
msgid ""
|
4460 |
"DB Table Prefix Name change completed. Click the Load|Refresh Table button "
|
4461 |
"to load/refresh the DB Table Names & Character Length Table if you would "
|
4464 |
"new DB Table names."
|
4465 |
msgstr ""
|
4466 |
|
4467 |
+
#: admin/db-backup-security/db-backup-security.php:1543
|
4468 |
msgid ""
|
4469 |
"This button must be clicked AFTER clicking the Change DB Table Prefix button "
|
4470 |
"above."
|
4471 |
msgstr ""
|
4472 |
|
4473 |
+
#: admin/db-backup-security/db-backup-security.php:1570
|
4474 |
msgid "Length"
|
4475 |
msgstr ""
|
4476 |
|
4477 |
+
#: admin/db-backup-security/db-backup-security.php:1594
|
4478 |
msgid "DB Table Name|Column"
|
4479 |
msgstr ""
|
4480 |
|
4481 |
+
#: admin/db-backup-security/db-backup-security.php:1595
|
4482 |
msgid "Other Prefix Changes"
|
4483 |
msgstr ""
|
4484 |
|
4485 |
+
#: admin/db-backup-security/db-backup-security.php:1652
|
4486 |
msgid "DB Table Names & Character Length Table"
|
4487 |
msgstr ""
|
4488 |
|
4489 |
+
#: admin/db-backup-security/db-backup-security.php:1653
|
4490 |
msgid ""
|
4491 |
"Displays your Current DB Table Names & Length Including The DB Table Prefix"
|
4492 |
msgstr ""
|
4493 |
|
4494 |
+
#: admin/db-backup-security/db-backup-security.php:1707
|
4495 |
+
#: admin/mscan/mscan.php:1947 admin/theme-skin/theme-skin.php:254
|
4496 |
msgid "BPS Pro Features & Version Release Dates"
|
4497 |
msgstr ""
|
4498 |
|
4499 |
+
#: admin/db-backup-security/db-backup-security.php:1708
|
4500 |
+
#: admin/mscan/mscan.php:1948 admin/theme-skin/theme-skin.php:255
|
4501 |
msgid "Video Tutorials"
|
4502 |
msgstr ""
|
4503 |
|
4504 |
+
#: admin/db-backup-security/db-backup-security.php:1709
|
4505 |
msgid "DB Backup & Security Guide & Troubleshooting"
|
4506 |
msgstr ""
|
4507 |
|
4508 |
+
#: admin/email-log-settings/email-log-settings.php:62
|
4509 |
msgid "BulletProof Security ~ Email Alerts & Log File Settings"
|
4510 |
msgstr ""
|
4511 |
|
4512 |
+
#: admin/email-log-settings/email-log-settings.php:91
|
4513 |
msgid "Email & Log Settings"
|
4514 |
msgstr ""
|
4515 |
|
4516 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
4517 |
msgid "Email Alerts & Log File Settings ~ "
|
4518 |
msgstr ""
|
4519 |
|
4520 |
+
#: admin/email-log-settings/email-log-settings.php:100
|
4521 |
msgid "For Login Security, Security Log & DB Backup Log"
|
4522 |
msgstr ""
|
4523 |
|
4524 |
+
#: admin/email-log-settings/email-log-settings.php:106
|
4525 |
+
#: admin/email-log-settings/email-log-settings.php:108
|
4526 |
+
#: admin/includes/admin.php:353
|
4527 |
msgid "Email|Log Settings"
|
4528 |
msgstr ""
|
4529 |
|
4530 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4531 |
msgid "Email Alerts & Log File Settings"
|
4532 |
msgstr ""
|
4533 |
|
4534 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4535 |
msgid ""
|
4536 |
"The email address fields To, From, Cc and Bcc can be email addresses for "
|
4537 |
"your hosting account, your WordPress Administrator email address or 3rd "
|
4541 |
"space or not add a space after the comma between email addresses."
|
4542 |
msgstr ""
|
4543 |
|
4544 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4545 |
msgid ""
|
4546 |
"Email Alerting and Log file options are located in S-Monitor in BPS Pro."
|
4547 |
msgstr ""
|
4548 |
|
4549 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4550 |
msgid "Login Security: Send Email Alert When..."
|
4551 |
msgstr ""
|
4552 |
|
4553 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4554 |
msgid ""
|
4555 |
"There are 5 different email options. Choose to have email alerts sent when a "
|
4556 |
"User Account is locked out, An Administrator Logs in, An Administrator Logs "
|
4558 |
"Account is locked out or Do Not Send Email Alerts."
|
4559 |
msgstr ""
|
4560 |
|
4561 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4562 |
msgid ""
|
4563 |
"The email alerts contain the action that occurred with Timestamp and these "
|
4564 |
"fields: Username, Status, Role, Email, Lockout Time, Lockout Time Expires, "
|
4566 |
"where the action occurred."
|
4567 |
msgstr ""
|
4568 |
|
4569 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4570 |
msgid "Security Log File Email|Delete Log File When..."
|
4571 |
msgstr ""
|
4572 |
|
4573 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4574 |
msgid ""
|
4575 |
"Select the maximum Log File size that you want to allow for your Security "
|
4576 |
"Log File and then select the option that you want when your log file reaches "
|
4578 |
"and delete it or just delete it without emailing the log file to you first."
|
4579 |
msgstr ""
|
4580 |
|
4581 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4582 |
msgid "DB Backup Log File Email|Delete Log File When..."
|
4583 |
msgstr ""
|
4584 |
|
4585 |
+
#: admin/email-log-settings/email-log-settings.php:119
|
4586 |
msgid ""
|
4587 |
"Select the maximum Log File size that you want to allow for your DB Backup "
|
4588 |
"Log File and then select the option that you want when your log file reaches "
|
4590 |
"and delete it or just delete it without emailing the log file to you first."
|
4591 |
msgstr ""
|
4592 |
|
4593 |
+
#: admin/email-log-settings/email-log-settings.php:131
|
4594 |
msgid "Send Email Alerts & Log Files To:"
|
4595 |
msgstr ""
|
4596 |
|
4597 |
+
#: admin/email-log-settings/email-log-settings.php:135
|
4598 |
msgid "Send Email Alerts & Log Files From:"
|
4599 |
msgstr ""
|
4600 |
|
4601 |
+
#: admin/email-log-settings/email-log-settings.php:139
|
4602 |
msgid "Send Email Alerts & Log Files Cc:"
|
4603 |
msgstr ""
|
4604 |
|
4605 |
+
#: admin/email-log-settings/email-log-settings.php:143
|
4606 |
msgid "Send Email Alerts & Log Files Bcc:"
|
4607 |
msgstr ""
|
4608 |
|
4609 |
+
#: admin/email-log-settings/email-log-settings.php:151
|
4610 |
msgid "Login Security: Send Login Security Email Alert When..."
|
4611 |
msgstr ""
|
4612 |
|
4613 |
+
#: admin/email-log-settings/email-log-settings.php:153
|
4614 |
msgid "A User Account Is Locked Out"
|
4615 |
msgstr ""
|
4616 |
|
4617 |
+
#: admin/email-log-settings/email-log-settings.php:154
|
4618 |
msgid "An Administrator Logs In"
|
4619 |
msgstr ""
|
4620 |
|
4621 |
+
#: admin/email-log-settings/email-log-settings.php:155
|
4622 |
msgid "An Administrator Logs In & A User Account is Locked Out"
|
4623 |
msgstr ""
|
4624 |
|
4625 |
+
#: admin/email-log-settings/email-log-settings.php:156
|
4626 |
msgid "Any User Logs In & A User Account is Locked Out"
|
4627 |
msgstr ""
|
4628 |
|
4629 |
+
#: admin/email-log-settings/email-log-settings.php:157
|
4630 |
msgid "Do Not Send Email Alerts"
|
4631 |
msgstr ""
|
4632 |
|
4633 |
+
#: admin/email-log-settings/email-log-settings.php:161
|
4634 |
msgid "Security Log: Email|Delete Security Log File When..."
|
4635 |
msgstr ""
|
4636 |
|
4637 |
+
#: admin/email-log-settings/email-log-settings.php:163
|
4638 |
+
#: admin/email-log-settings/email-log-settings.php:175
|
4639 |
+
#: admin/email-log-settings/email-log-settings.php:187
|
4640 |
msgid "500KB"
|
4641 |
msgstr ""
|
4642 |
|
4643 |
+
#: admin/email-log-settings/email-log-settings.php:164
|
4644 |
+
#: admin/email-log-settings/email-log-settings.php:176
|
4645 |
+
#: admin/email-log-settings/email-log-settings.php:188
|
4646 |
msgid "256KB"
|
4647 |
msgstr ""
|
4648 |
|
4649 |
+
#: admin/email-log-settings/email-log-settings.php:165
|
4650 |
+
#: admin/email-log-settings/email-log-settings.php:177
|
4651 |
+
#: admin/email-log-settings/email-log-settings.php:189
|
4652 |
msgid "1MB"
|
4653 |
msgstr ""
|
4654 |
|
4655 |
+
#: admin/email-log-settings/email-log-settings.php:168
|
4656 |
+
#: admin/email-log-settings/email-log-settings.php:180
|
4657 |
+
#: admin/email-log-settings/email-log-settings.php:192
|
4658 |
msgid "Email Log & Then Delete Log File"
|
4659 |
msgstr ""
|
4660 |
|
4661 |
+
#: admin/email-log-settings/email-log-settings.php:169
|
4662 |
+
#: admin/email-log-settings/email-log-settings.php:181
|
4663 |
+
#: admin/email-log-settings/email-log-settings.php:193
|
4664 |
msgid "Delete Log File"
|
4665 |
msgstr ""
|
4666 |
|
4667 |
+
#: admin/email-log-settings/email-log-settings.php:173
|
4668 |
msgid "DB Backup Log: Email|Delete DB Backup Log File When..."
|
4669 |
msgstr ""
|
4670 |
|
4671 |
+
#: admin/email-log-settings/email-log-settings.php:185
|
4672 |
msgid "MScan Malware Scanner Email|Delete Log File When..."
|
4673 |
msgstr ""
|
4674 |
|
4675 |
+
#: admin/email-log-settings/email-log-settings.php:220
|
4676 |
+
#: admin/login/login.php:1649 admin/security-log/security-log.php:828
|
4677 |
+
#: admin/system-info/system-info.php:1128
|
4678 |
msgid "BulletProof Security Help & FAQ"
|
4679 |
msgstr ""
|
4680 |
|
4682 |
msgid "WordPress Automatic Update Help Forum Topic"
|
4683 |
msgstr ""
|
4684 |
|
4685 |
+
#: admin/includes/admin.php:315
|
4686 |
msgid "BulletProof Security Settings"
|
4687 |
msgstr ""
|
4688 |
|
4689 |
+
#: admin/includes/admin.php:315 admin/includes/admin.php:336
|
4690 |
msgid "BPS Security"
|
4691 |
msgstr ""
|
4692 |
|
4693 |
+
#: admin/includes/admin.php:316 admin/includes/admin.php:317
|
4694 |
msgid "Login Security ~ JTC-Lite"
|
4695 |
msgstr ""
|
4696 |
|
4697 |
+
#: admin/includes/admin.php:316 admin/includes/admin.php:339
|
4698 |
msgid "Login Security"
|
4699 |
msgstr ""
|
4700 |
|
4701 |
+
#: admin/includes/admin.php:317 admin/includes/admin.php:340
|
4702 |
+
#: admin/login/login.php:163 admin/login/login.php:807
|
4703 |
+
#: admin/login/login.php:809
|
4704 |
msgid "JTC-Lite"
|
4705 |
msgstr ""
|
4706 |
|
4707 |
+
#: admin/includes/admin.php:323 admin/includes/admin.php:349
|
4708 |
+
#: admin/maintenance/maintenance.php:154 admin/maintenance/maintenance.php:186
|
4709 |
+
#: admin/maintenance/maintenance.php:188
|
4710 |
msgid "Maintenance Mode"
|
4711 |
msgstr ""
|
4712 |
|
4713 |
+
#: admin/includes/admin.php:329 admin/includes/admin.php:352
|
4714 |
+
#: admin/system-info/system-info.php:93
|
4715 |
msgid "System Info"
|
4716 |
msgstr ""
|
4717 |
|
4718 |
+
#: admin/includes/admin.php:332 admin/includes/admin.php:354
|
4719 |
+
#: admin/theme-skin/theme-skin.php:96 admin/theme-skin/theme-skin.php:112
|
4720 |
+
#: admin/theme-skin/theme-skin.php:114
|
4721 |
msgid "UI|UX Settings"
|
4722 |
msgstr ""
|
4723 |
|
4724 |
+
#: admin/includes/admin.php:337
|
4725 |
msgid "htaccess Core"
|
4726 |
msgstr ""
|
4727 |
|
4728 |
+
#: admin/includes/admin.php:338
|
4729 |
msgid "MScan ~ Malware Scanner"
|
4730 |
msgstr ""
|
4731 |
|
4732 |
+
#: admin/includes/admin.php:338 admin/mscan/mscan.php:118
|
4733 |
+
#: admin/mscan/mscan.php:138 admin/mscan/mscan.php:140
|
4734 |
msgid "MScan"
|
4735 |
msgstr ""
|
4736 |
|
4737 |
+
#: admin/includes/admin.php:339 admin/includes/admin.php:340
|
4738 |
+
#: admin/includes/admin.php:341
|
4739 |
msgid "Login Security ~ JTC-Lite ~ ISL ~ ACE"
|
4740 |
msgstr ""
|
4741 |
|
4742 |
+
#: admin/includes/admin.php:341
|
4743 |
msgid "Idle Session Logout<br>Cookie Expiration"
|
4744 |
msgstr ""
|
4745 |
|
4746 |
+
#: admin/includes/admin.php:342
|
4747 |
msgid "DB Backup & Security"
|
4748 |
msgstr ""
|
4749 |
|
4750 |
+
#: admin/includes/admin.php:343 admin/security-log/security-log.php:231
|
4751 |
+
#: admin/security-log/security-log.php:246
|
4752 |
+
#: admin/security-log/security-log.php:248
|
4753 |
msgid "Security Log"
|
4754 |
msgstr ""
|
4755 |
|
4756 |
+
#: admin/includes/admin.php:355 admin/wizard/wizard.php:1030
|
4757 |
+
#: admin/wizard/wizard.php:1061 admin/wizard/wizard.php:1063
|
4758 |
#: bulletproof-security.php:148 bulletproof-security.php:151
|
4759 |
msgid "Setup Wizard"
|
4760 |
msgstr ""
|
4761 |
|
4762 |
+
#: admin/includes/admin.php:358 admin/includes/admin.php:366
|
4763 |
#: admin/includes/uninstall.php:45
|
4764 |
msgid "BPS Plugin Uninstall Options"
|
4765 |
msgstr ""
|
4766 |
|
4767 |
+
#: admin/includes/admin.php:404
|
4768 |
msgid "BPS UI|UX Debug: SLF: CSS Script Loaded"
|
4769 |
msgstr ""
|
4770 |
|
4771 |
+
#: admin/includes/admin.php:436
|
4772 |
msgid "BPS UI|UX Debug: SLF: js Script Loaded"
|
4773 |
msgstr ""
|
4774 |
|
4775 |
+
#: admin/includes/admin.php:519
|
4776 |
msgid "BPS UI|UX Debug: Scripts|Styles Dequeued"
|
4777 |
msgstr ""
|
4778 |
|
4779 |
+
#: admin/includes/admin.php:531
|
4780 |
msgid "Script Dequeued: "
|
4781 |
msgstr ""
|
4782 |
|
4783 |
+
#: admin/includes/admin.php:537
|
4784 |
msgid ""
|
4785 |
"No additional plugin or theme Scripts were found that needed to be Dequeued."
|
4786 |
msgstr ""
|
4787 |
|
4788 |
+
#: admin/includes/admin.php:549
|
4789 |
msgid "Style Dequeued: "
|
4790 |
msgstr ""
|
4791 |
|
4792 |
+
#: admin/includes/admin.php:555
|
4793 |
msgid ""
|
4794 |
"No additional plugin or theme Styles were found that needed to be Dequeued."
|
4795 |
msgstr ""
|
4796 |
|
4797 |
+
#: admin/includes/admin.php:593 admin/includes/admin.php:626
|
4798 |
msgid "BPS UI|UX Debug: WP Toolbar nodes|menu items Removed"
|
4799 |
msgstr ""
|
4800 |
|
4801 |
+
#: admin/includes/admin.php:605 admin/includes/admin.php:638
|
4802 |
msgid "WP Toolbar node|menu item Removed: "
|
4803 |
msgstr ""
|
4804 |
|
4805 |
+
#: admin/includes/admin.php:613 admin/includes/admin.php:646
|
4806 |
msgid "No WP Toolbar nodes|menu items were Removed in BPS plugin pages"
|
4807 |
msgstr ""
|
4808 |
|
4838 |
msgid "Complete BPS Plugin Uninstall"
|
4839 |
msgstr ""
|
4840 |
|
4841 |
+
#: admin/login/login.php:124
|
4842 |
msgid "BulletProof Security ~ Login Security & Monitoring"
|
4843 |
msgstr ""
|
4844 |
|
4845 |
+
#: admin/login/login.php:162 admin/login/login.php:192
|
4846 |
+
#: admin/login/login.php:194
|
4847 |
msgid "Login Security & Monitoring"
|
4848 |
msgstr ""
|
4849 |
|
4850 |
+
#: admin/login/login.php:167 admin/login/login.php:1128
|
4851 |
+
#: admin/login/login.php:1130
|
4852 |
msgid "Idle Session Logout|Auth Cookie Expiration"
|
4853 |
msgstr ""
|
4854 |
|
4855 |
+
#: admin/login/login.php:178 admin/login/login.php:793
|
4856 |
+
#: admin/maintenance/maintenance.php:164
|
4857 |
msgid "Notice: "
|
4858 |
msgstr ""
|
4859 |
|
4860 |
+
#: admin/login/login.php:178 admin/maintenance/maintenance.php:164
|
4861 |
msgid "You have disabled wp-admin BulletProof Mode on the Security Modes page."
|
4862 |
msgstr ""
|
4863 |
|
4864 |
+
#: admin/login/login.php:178 admin/login/login.php:793
|
4865 |
+
#: admin/maintenance/maintenance.php:164
|
4866 |
msgid "If you have Go Daddy \"Managed WordPress Hosting\" click this link: "
|
4867 |
msgstr ""
|
4868 |
|
4869 |
+
#: admin/login/login.php:178 admin/login/login.php:793
|
4870 |
+
#: admin/maintenance/maintenance.php:164
|
4871 |
msgid "Go Daddy Managed WordPress Hosting"
|
4872 |
msgstr ""
|
4873 |
|
4874 |
+
#: admin/login/login.php:186
|
4875 |
msgid "Login Security & Monitoring (LSM) ~ "
|
4876 |
msgstr ""
|
4877 |
|
4878 |
+
#: admin/login/login.php:186
|
4879 |
msgid ""
|
4880 |
"Log All Account Logins or Log Only Account Lockouts ~ Brute Force Login "
|
4881 |
"Protection"
|
4882 |
msgstr ""
|
4883 |
|
4884 |
+
#: admin/login/login.php:186
|
4885 |
msgid ""
|
4886 |
"Protect against SpamBot & HackerBot (auto-registering, auto-logins, auto-"
|
4887 |
"posting, auto-commenting) & User Account Lockouts: "
|
4888 |
msgstr ""
|
4889 |
|
4890 |
+
#: admin/login/login.php:214 admin/login/login.php:311
|
4891 |
+
#: admin/login/login.php:619 admin/login/login.php:720
|
4892 |
+
#: admin/mscan/mscan.php:1197 admin/mscan/mscan.php:1409
|
4893 |
+
#: admin/mscan/mscan.php:1531 admin/mscan/mscan.php:1687
|
4894 |
msgid "Submit"
|
4895 |
msgstr ""
|
4896 |
|
4897 |
+
#: admin/login/login.php:248 admin/login/login.php:345
|
4898 |
msgid " has been deleted from the Login Security Database Table."
|
4899 |
msgstr ""
|
4900 |
|
4901 |
+
#: admin/login/login.php:270 admin/login/login.php:367
|
4902 |
msgid " has been Unlocked."
|
4903 |
msgstr ""
|
4904 |
|
4905 |
+
#: admin/login/login.php:293 admin/login/login.php:390
|
4906 |
msgid " has been Locked."
|
4907 |
msgstr ""
|
4908 |
|
4909 |
+
#: admin/login/login.php:409
|
4910 |
msgid "Max Login Attempts:"
|
4911 |
msgstr ""
|
4912 |
|
4913 |
+
#: admin/login/login.php:414
|
4914 |
msgid "Automatic Lockout Time:"
|
4915 |
msgstr ""
|
4916 |
|
4917 |
+
#: admin/login/login.php:416 admin/login/login.php:421
|
4918 |
msgid "Minutes"
|
4919 |
msgstr ""
|
4920 |
|
4921 |
+
#: admin/login/login.php:419
|
4922 |
msgid "Manual Lockout Time:"
|
4923 |
msgstr ""
|
4924 |
|
4925 |
+
#: admin/login/login.php:424
|
4926 |
msgid "Max DB Rows To Show:"
|
4927 |
msgstr ""
|
4928 |
|
4929 |
+
#: admin/login/login.php:426
|
4930 |
msgid "Blank = Show All Rows"
|
4931 |
msgstr ""
|
4932 |
|
4933 |
+
#: admin/login/login.php:431
|
4934 |
msgid " Enable Login Security for WooCommerce (BPS Pro Only)"
|
4935 |
msgstr ""
|
4936 |
|
4937 |
+
#: admin/login/login.php:436 admin/login/login.php:1281
|
4938 |
+
#: admin/login/login.php:1564 admin/login/lsm-help-text.php:22
|
4939 |
msgid "Turn On|Turn Off:"
|
4940 |
msgstr ""
|
4941 |
|
4942 |
+
#: admin/login/login.php:438
|
4943 |
msgid "Login Security On"
|
4944 |
msgstr ""
|
4945 |
|
4946 |
+
#: admin/login/login.php:439
|
4947 |
msgid "Login Security Off"
|
4948 |
msgstr ""
|
4949 |
|
4950 |
+
#: admin/login/login.php:440
|
4951 |
msgid "Login Security Off|Use Password Reset Option ONLY"
|
4952 |
msgstr ""
|
4953 |
|
4954 |
+
#: admin/login/login.php:445
|
4955 |
msgid "Logging Options:"
|
4956 |
msgstr ""
|
4957 |
|
4958 |
+
#: admin/login/login.php:447
|
4959 |
msgid "Log Only Account Lockouts"
|
4960 |
msgstr ""
|
4961 |
|
4962 |
+
#: admin/login/login.php:448
|
4963 |
msgid "Log All Account Logins"
|
4964 |
msgstr ""
|
4965 |
|
4966 |
+
#: admin/login/login.php:453
|
4967 |
msgid "Error Messages:"
|
4968 |
msgstr ""
|
4969 |
|
4970 |
+
#: admin/login/login.php:455
|
4971 |
msgid "Standard WP Login Errors"
|
4972 |
msgstr ""
|
4973 |
|
4974 |
+
#: admin/login/login.php:456
|
4975 |
msgid "User|Pass Invalid Entry Error"
|
4976 |
msgstr ""
|
4977 |
|
4978 |
+
#: admin/login/login.php:457
|
4979 |
msgid "User|Pass|Lock Invalid Entry Error"
|
4980 |
msgstr ""
|
4981 |
|
4982 |
+
#: admin/login/login.php:462
|
4983 |
msgid "Attempts Remaining:"
|
4984 |
msgstr ""
|
4985 |
|
4986 |
+
#: admin/login/login.php:464
|
4987 |
msgid "Show Login Attempts Remaining"
|
4988 |
msgstr ""
|
4989 |
|
4990 |
+
#: admin/login/login.php:465
|
4991 |
msgid "Do Not Show Login Attempts Remaining"
|
4992 |
msgstr ""
|
4993 |
|
4994 |
+
#: admin/login/login.php:470
|
4995 |
msgid "Password Reset:"
|
4996 |
msgstr ""
|
4997 |
|
4998 |
+
#: admin/login/login.php:472
|
4999 |
msgid "Enable Password Reset"
|
5000 |
msgstr ""
|
5001 |
|
5002 |
+
#: admin/login/login.php:473
|
5003 |
msgid "Disable Password Reset Frontend Only"
|
5004 |
msgstr ""
|
5005 |
|
5006 |
+
#: admin/login/login.php:474
|
5007 |
msgid "Disable Password Reset Frontend & Backend"
|
5008 |
msgstr ""
|
5009 |
|
5010 |
+
#: admin/login/login.php:479
|
5011 |
msgid "Sort DB Rows:"
|
5012 |
msgstr ""
|
5013 |
|
5014 |
+
#: admin/login/login.php:481
|
5015 |
msgid "Ascending - Show Oldest Login First"
|
5016 |
msgstr ""
|
5017 |
|
5018 |
+
#: admin/login/login.php:482
|
5019 |
msgid "Descending - Show Newest Login First"
|
5020 |
msgstr ""
|
5021 |
|
5022 |
+
#: admin/login/login.php:495
|
5023 |
msgid ""
|
5024 |
"Clicking OK will Export (copy) the Login Security Table into the lsm-master."
|
5025 |
"csv file, which you can then download to your computer by clicking the "
|
5027 |
"success message."
|
5028 |
msgstr ""
|
5029 |
|
5030 |
+
#: admin/login/login.php:495
|
5031 |
msgid "Click OK to Export the Login Security Table or click Cancel."
|
5032 |
msgstr ""
|
5033 |
|
5034 |
+
#: admin/login/login.php:521
|
5035 |
msgid " out of "
|
5036 |
msgstr ""
|
5037 |
|
5038 |
+
#: admin/login/login.php:521
|
5039 |
msgid " Database Rows are currently being displayed"
|
5040 |
msgstr ""
|
5041 |
|
5042 |
+
#: admin/login/login.php:524
|
5043 |
msgid "Total number of Database Rows is: "
|
5044 |
msgstr ""
|
5045 |
|
5046 |
+
#: admin/login/login.php:547 admin/login/login.php:648
|
5047 |
msgid "Login Status"
|
5048 |
msgstr ""
|
5049 |
|
5050 |
+
#: admin/login/login.php:548 admin/login/login.php:577
|
5051 |
+
#: admin/login/login.php:649 admin/login/login.php:678
|
5052 |
msgid "Lock"
|
5053 |
msgstr ""
|
5054 |
|
5055 |
+
#: admin/login/login.php:549 admin/login/login.php:578
|
5056 |
+
#: admin/login/login.php:650 admin/login/login.php:679
|
5057 |
msgid "Unlock"
|
5058 |
msgstr ""
|
5059 |
|
5060 |
+
#: admin/login/login.php:551 admin/login/login.php:652
|
5061 |
msgid "User ID"
|
5062 |
msgstr ""
|
5063 |
|
5064 |
+
#: admin/login/login.php:552 admin/login/login.php:653
|
5065 |
msgid "Username"
|
5066 |
msgstr ""
|
5067 |
|
5068 |
+
#: admin/login/login.php:553 admin/login/login.php:654
|
5069 |
msgid "Display Name"
|
5070 |
msgstr ""
|
5071 |
|
5072 |
+
#: admin/login/login.php:554 admin/login/login.php:655
|
5073 |
msgid "Email"
|
5074 |
msgstr ""
|
5075 |
|
5076 |
+
#: admin/login/login.php:555 admin/login/login.php:656
|
5077 |
msgid "Role"
|
5078 |
msgstr ""
|
5079 |
|
5080 |
+
#: admin/login/login.php:556 admin/login/login.php:657
|
5081 |
msgid "Login Time"
|
5082 |
msgstr ""
|
5083 |
|
5084 |
+
#: admin/login/login.php:557 admin/login/login.php:658
|
5085 |
msgid "Lockout Expires"
|
5086 |
msgstr ""
|
5087 |
|
5088 |
+
#: admin/login/login.php:558 admin/login/login.php:659
|
5089 |
msgid "IP Address"
|
5090 |
msgstr ""
|
5091 |
|
5092 |
+
#: admin/login/login.php:559 admin/login/login.php:660
|
5093 |
msgid "Hostname"
|
5094 |
msgstr ""
|
5095 |
|
5096 |
+
#: admin/login/login.php:560 admin/login/login.php:661
|
5097 |
msgid "Request URI"
|
5098 |
msgstr ""
|
5099 |
|
5100 |
+
#: admin/login/login.php:589 admin/login/login.php:690
|
5101 |
msgid "NA"
|
5102 |
msgstr ""
|
5103 |
|
5104 |
+
#: admin/login/login.php:602 admin/login/login.php:703
|
5105 |
msgid "No Logins|Locked"
|
5106 |
msgstr ""
|
5107 |
|
5108 |
+
#: admin/login/login.php:619 admin/login/login.php:720
|
5109 |
msgid ""
|
5110 |
"Locking and Unlocking a User is reversible, but Deleting a User is not.\\n"
|
5111 |
"\\n-------------------------------------------------------------\\n\\nWhen "
|
5118 |
"OK to proceed or click Cancel"
|
5119 |
msgstr ""
|
5120 |
|
5121 |
+
#: admin/login/login.php:619 admin/login/login.php:720
|
5122 |
+
#: admin/mscan/mscan.php:1410 admin/mscan/mscan.php:1688
|
5123 |
msgid "Clear|Refresh"
|
5124 |
msgstr ""
|
5125 |
|
5126 |
+
#: admin/login/login.php:793
|
5127 |
msgid ""
|
5128 |
"The Setup Wizard Go Daddy \"Managed WordPress Hosting\" option is set to Yes."
|
5129 |
msgstr ""
|
5130 |
|
5131 |
+
#: admin/login/login.php:793
|
5132 |
msgid ""
|
5133 |
"If you do not have Go Daddy \"Managed WordPress Hosting\" then change the Go "
|
5134 |
"Daddy \"Managed WordPress Hosting\" Setup Wizard option to No."
|
5135 |
msgstr ""
|
5136 |
|
5137 |
+
#: admin/login/login.php:801
|
5138 |
msgid "jQuery ToolTip CAPTCHA-Lite (JTC-Lite) ~ "
|
5139 |
msgstr ""
|
5140 |
|
5141 |
+
#: admin/login/login.php:801
|
5142 |
msgid ""
|
5143 |
"Protects the WP Login Form against constant lockouts by Bots trying to Brute "
|
5144 |
"Force Login to your website"
|
5145 |
msgstr ""
|
5146 |
|
5147 |
+
#: admin/login/login.php:801
|
5148 |
msgid ""
|
5149 |
"Get the full version of JTC Anti-Spam|Anti-Hacker that protects all of your "
|
5150 |
"WP Forms"
|
5151 |
msgstr ""
|
5152 |
|
5153 |
+
#: admin/login/login.php:801
|
5154 |
msgid ""
|
5155 |
"against SpamBots & HackerBots (auto-registering, auto-logins, auto-posting, "
|
5156 |
"auto-commenting) & User Account Lockouts: "
|
5157 |
msgstr ""
|
5158 |
|
5159 |
+
#: admin/login/login.php:827 admin/login/login.php:1168
|
5160 |
+
#: admin/login/login.php:1501
|
5161 |
msgid "Save Options"
|
5162 |
msgstr ""
|
5163 |
|
5164 |
+
#: admin/login/login.php:908
|
5165 |
msgid "JTC-Lite Settings Saved."
|
5166 |
msgstr ""
|
5167 |
|
5168 |
+
#: admin/login/login.php:922
|
5169 |
msgid "JTC-Lite Settings"
|
5170 |
msgstr ""
|
5171 |
|
5172 |
+
#: admin/login/login.php:926
|
5173 |
msgid "JTC CAPTCHA:"
|
5174 |
msgstr ""
|
5175 |
|
5176 |
+
#: admin/login/login.php:928
|
5177 |
msgid "jtc"
|
5178 |
msgstr ""
|
5179 |
|
5180 |
+
#: admin/login/login.php:931
|
5181 |
msgid "JTC ToolTip:"
|
5182 |
msgstr ""
|
5183 |
|
5184 |
+
#: admin/login/login.php:933
|
5185 |
msgid "Type/Enter: jtc. Enter a blank space for no text (Spacebar Key)"
|
5186 |
msgstr ""
|
5187 |
|
5188 |
+
#: admin/login/login.php:936
|
5189 |
msgid "JTC Title|Text:"
|
5190 |
msgstr ""
|
5191 |
|
5192 |
+
#: admin/login/login.php:938
|
5193 |
msgid "Enter a blank space for no text (Spacebar Key)"
|
5194 |
msgstr ""
|
5195 |
|
5196 |
+
#: admin/login/login.php:945
|
5197 |
msgid "JTC Logging:"
|
5198 |
msgstr ""
|
5199 |
|
5200 |
+
#: admin/login/login.php:947
|
5201 |
msgid "JTC Logging Off"
|
5202 |
msgstr ""
|
5203 |
|
5204 |
+
#: admin/login/login.php:950
|
5205 |
msgid "Logged in the Security Log (BPS Pro Only)"
|
5206 |
msgstr ""
|
5207 |
|
5208 |
+
#: admin/login/login.php:958
|
5209 |
msgid " Enable JTC for WooCommerce (BPS Pro Only)"
|
5210 |
msgstr ""
|
5211 |
|
5212 |
+
#: admin/login/login.php:961
|
5213 |
msgid "Enable|Disable JTC For These Forms: "
|
5214 |
msgstr ""
|
5215 |
|
5216 |
+
#: admin/login/login.php:962 admin/login/login.php:973
|
5217 |
msgid "Check to Enable. Uncheck to Disable."
|
5218 |
msgstr ""
|
5219 |
|
5220 |
+
#: admin/login/login.php:963
|
5221 |
msgid " Login Form"
|
5222 |
msgstr ""
|
5223 |
|
5224 |
+
#: admin/login/login.php:964
|
5225 |
msgid " Register Form (BPS Pro Only)"
|
5226 |
msgstr ""
|
5227 |
|
5228 |
+
#: admin/login/login.php:965
|
5229 |
msgid " Lost Password Form (BPS Pro Only)"
|
5230 |
msgstr ""
|
5231 |
|
5232 |
+
#: admin/login/login.php:966
|
5233 |
msgid " Comment Form (BPS Pro Only)"
|
5234 |
msgstr ""
|
5235 |
|
5236 |
+
#: admin/login/login.php:967
|
5237 |
msgid " Multisite Register Form (BPS Pro Only)"
|
5238 |
msgstr ""
|
5239 |
|
5240 |
+
#: admin/login/login.php:968
|
5241 |
msgid " BuddyPress Register Form (BPS Pro Only)"
|
5242 |
msgstr ""
|
5243 |
|
5244 |
+
#: admin/login/login.php:969
|
5245 |
msgid " BuddyPress Sidebar Login Form (BPS Pro Only)"
|
5246 |
msgstr ""
|
5247 |
|
5248 |
+
#: admin/login/login.php:971
|
5249 |
msgid "Comment Form: (BPS Pro Only)"
|
5250 |
msgstr ""
|
5251 |
|
5252 |
+
#: admin/login/login.php:972
|
5253 |
msgid ""
|
5254 |
"Enable|Disable JTC For These Registered/Logged In User Roles (BPS Pro Only): "
|
5255 |
msgstr ""
|
5256 |
|
5257 |
+
#: admin/login/login.php:975 admin/login/login.php:1352
|
5258 |
+
#: admin/login/login.php:1605
|
5259 |
msgid " Administrator"
|
5260 |
msgstr ""
|
5261 |
|
5262 |
+
#: admin/login/login.php:976 admin/login/login.php:1353
|
5263 |
+
#: admin/login/login.php:1606
|
5264 |
msgid " Editor"
|
5265 |
msgstr ""
|
5266 |
|
5267 |
+
#: admin/login/login.php:977 admin/login/login.php:1354
|
5268 |
+
#: admin/login/login.php:1607
|
5269 |
msgid " Author"
|
5270 |
msgstr ""
|
5271 |
|
5272 |
+
#: admin/login/login.php:978 admin/login/login.php:1355
|
5273 |
+
#: admin/login/login.php:1608
|
5274 |
msgid " Contributor"
|
5275 |
msgstr ""
|
5276 |
|
5277 |
+
#: admin/login/login.php:979 admin/login/login.php:1356
|
5278 |
+
#: admin/login/login.php:1609
|
5279 |
msgid " Subscriber"
|
5280 |
msgstr ""
|
5281 |
|
5282 |
+
#: admin/login/login.php:998
|
5283 |
msgid "Login Form: CAPTCHA Error message"
|
5284 |
msgstr ""
|
5285 |
|
5286 |
+
#: admin/login/login.php:1001
|
5287 |
msgid "Comment Form: CAPTCHA Error message (BPS Pro Only)"
|
5288 |
msgstr ""
|
5289 |
|
5290 |
+
#: admin/login/login.php:1004 admin/login/lsm-help-text.php:19
|
5291 |
msgid "Comment Form: CSS Styling (BPS Pro Only)"
|
5292 |
msgstr ""
|
5293 |
|
5294 |
+
#: admin/login/login.php:1005
|
5295 |
msgid ""
|
5296 |
"Comment Form Label (BPS Pro Only): <i>The JTC Title|Text above the Form "
|
5297 |
"Input text box</i>"
|
5298 |
msgstr ""
|
5299 |
|
5300 |
+
#: admin/login/login.php:1007
|
5301 |
msgid ""
|
5302 |
"Comment Form Input Text Box (BPS Pro Only): <i>The JTC CAPTCHA Form Input "
|
5303 |
"text box</i>"
|
5304 |
msgstr ""
|
5305 |
|
5306 |
+
#: admin/login/login.php:1010
|
5307 |
msgid ""
|
5308 |
"If you see an error or are unable to save your JTC option settings then "
|
5309 |
"click the Encrypt JTC Code button first and then click the Save Options "
|
5310 |
"button. Mouse over the question mark image to the right for help info."
|
5311 |
msgstr ""
|
5312 |
|
5313 |
+
#: admin/login/login.php:1010
|
5314 |
msgid ""
|
5315 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
5316 |
"at a later time then ModSecurity will prevent you from saving your JTC "
|
5318 |
"Encrypt JTC Code button."
|
5319 |
msgstr ""
|
5320 |
|
5321 |
+
#: admin/login/login.php:1010
|
5322 |
msgid ""
|
5323 |
"If you click the Encrypt JTC Code button and then want to edit your CSS code "
|
5324 |
"again click the Decrypt JTC Code button. After you are done editing click "
|
5325 |
"the Encrypt JTC Code button before clicking the Save Options button."
|
5326 |
msgstr ""
|
5327 |
|
5328 |
+
#: admin/login/login.php:1010
|
5329 |
msgid ""
|
5330 |
"Click the JTC Anti-Spam|Anti-Hacker Read Me help button for more help info."
|
5331 |
msgstr ""
|
5332 |
|
5333 |
+
#: admin/login/login.php:1012 admin/login/login.php:1384
|
5334 |
+
#: admin/login/login.php:1627 admin/security-log/security-log.php:458
|
5335 |
msgid "Click OK to Proceed or click Cancel."
|
5336 |
msgstr ""
|
5337 |
|
5338 |
+
#: admin/login/login.php:1123
|
5339 |
msgid "Idle Session Logout (ISL) ~ "
|
5340 |
msgstr ""
|
5341 |
|
5342 |
+
#: admin/login/login.php:1123
|
5343 |
msgid "Automatically Logout Idle/Inactive User Accounts"
|
5344 |
msgstr ""
|
5345 |
|
5346 |
+
#: admin/login/login.php:1123
|
5347 |
msgid "Auth Cookie Expiration (ACE) ~ "
|
5348 |
msgstr ""
|
5349 |
|
5350 |
+
#: admin/login/login.php:1123
|
5351 |
msgid "Change the WordPress Authentication Cookie Expiration Time"
|
5352 |
msgstr ""
|
5353 |
|
5354 |
+
#: admin/login/login.php:1144
|
5355 |
msgid "ISL and ACE Forum Topic"
|
5356 |
msgstr ""
|
5357 |
|
5358 |
+
#: admin/login/login.php:1148
|
5359 |
msgid "The Help & FAQ tab pages contain help links."
|
5360 |
msgstr ""
|
5361 |
|
5362 |
+
#: admin/login/login.php:1246
|
5363 |
msgid "Settings Saved. ISL has been turned On."
|
5364 |
msgstr ""
|
5365 |
|
5366 |
+
#: admin/login/login.php:1252
|
5367 |
msgid "Settings Saved. ISL has been turned Off."
|
5368 |
msgstr ""
|
5369 |
|
5370 |
+
#: admin/login/login.php:1276
|
5371 |
msgid "Idle Session Logout (ISL) Settings"
|
5372 |
msgstr ""
|
5373 |
|
5374 |
+
#: admin/login/login.php:1283
|
5375 |
msgid "ISL On"
|
5376 |
msgstr ""
|
5377 |
|
5378 |
+
#: admin/login/login.php:1284
|
5379 |
msgid "ISL Off"
|
5380 |
msgstr ""
|
5381 |
|
5382 |
+
#: admin/login/login.php:1290 admin/login/lsm-help-text.php:22
|
5383 |
msgid "Idle Session Logout Time in Minutes:"
|
5384 |
msgstr ""
|
5385 |
|
5386 |
+
#: admin/login/login.php:1296 admin/login/lsm-help-text.php:22
|
5387 |
msgid "Idle Session Logout Page URL:"
|
5388 |
msgstr ""
|
5389 |
|
5390 |
+
#: admin/login/login.php:1302 admin/login/lsm-help-text.php:22
|
5391 |
msgid "Idle Session Logout Page Login URL:"
|
5392 |
msgstr ""
|
5393 |
|
5394 |
+
#: admin/login/login.php:1303
|
5395 |
msgid ""
|
5396 |
"Enter/Type: \"No\" (without quotes) if you do not want a Login URL displayed."
|
5397 |
msgstr ""
|
5398 |
|
5399 |
+
#: admin/login/login.php:1309 admin/login/lsm-help-text.php:22
|
5400 |
msgid "Idle Session Logout Exclude URLs|URIs:"
|
5401 |
msgstr ""
|
5402 |
|
5403 |
+
#: admin/login/login.php:1310
|
5404 |
msgid "Enter URIs separated by a comma and a space: /some-post/, /some-page/"
|
5405 |
msgstr ""
|
5406 |
|
5407 |
+
#: admin/login/login.php:1317 admin/login/lsm-help-text.php:22
|
5408 |
msgid "Idle Session Logout Page Custom Message:"
|
5409 |
msgstr ""
|
5410 |
|
5411 |
+
#: admin/login/login.php:1324 admin/login/lsm-help-text.php:22
|
5412 |
msgid "Idle Session Logout Page Custom CSS Style:"
|
5413 |
msgstr ""
|
5414 |
|
5415 |
+
#: admin/login/login.php:1341 admin/login/login.php:1594
|
5416 |
#: admin/login/lsm-help-text.php:22
|
5417 |
msgid "User Account Exceptions:"
|
5418 |
msgstr ""
|
5419 |
|
5420 |
+
#: admin/login/login.php:1342 admin/login/login.php:1595
|
5421 |
msgid ""
|
5422 |
"Enter User Account names separated by a comma and a space: johnDoe, janeDoe"
|
5423 |
msgstr ""
|
5424 |
|
5425 |
+
#: admin/login/login.php:1343
|
5426 |
msgid "Idle Session Logout Time Will Not Be Applied For These User Accounts."
|
5427 |
msgstr ""
|
5428 |
|
5429 |
+
#: admin/login/login.php:1349
|
5430 |
msgid "Enable|Disable Idle Session Logouts For These User Roles: "
|
5431 |
msgstr ""
|
5432 |
|
5433 |
+
#: admin/login/login.php:1350 admin/login/login.php:1603
|
5434 |
msgid ""
|
5435 |
"Check to Enable. Uncheck to Disable. See the Read Me help button for details."
|
5436 |
msgstr ""
|
5437 |
|
5438 |
+
#: admin/login/login.php:1378
|
5439 |
msgid "Enable|Disable Idle Session Logouts For TinyMCE Editors: "
|
5440 |
msgstr ""
|
5441 |
|
5442 |
+
#: admin/login/login.php:1379 admin/login/login.php:1588
|
5443 |
msgid ""
|
5444 |
"Check to Disable. Uncheck to Enable. See the Read Me help button for details."
|
5445 |
msgstr ""
|
5446 |
|
5447 |
+
#: admin/login/login.php:1380
|
5448 |
msgid " Enable|Disable ISL For TinyMCE Editor"
|
5449 |
msgstr ""
|
5450 |
|
5451 |
+
#: admin/login/login.php:1382
|
5452 |
msgid ""
|
5453 |
"If you see an error or are unable to save your ISL option settings then "
|
5454 |
"click the Encrypt ISL Code button first and then click the Save Options "
|
5455 |
"button. Mouse over the question mark image to the right for help info."
|
5456 |
msgstr ""
|
5457 |
|
5458 |
+
#: admin/login/login.php:1382
|
5459 |
msgid ""
|
5460 |
"If your web host currently has ModSecurity installed or installs ModSecurity "
|
5461 |
"at a later time then ModSecurity will prevent you from saving your ISL "
|
5463 |
"Encrypt ISL Code button."
|
5464 |
msgstr ""
|
5465 |
|
5466 |
+
#: admin/login/login.php:1382
|
5467 |
msgid ""
|
5468 |
"If you click the Encrypt ISL Code button and then want to edit your CSS code "
|
5469 |
"again click the Decrypt ISL Code button. After you are done editing click "
|
5470 |
"the Encrypt ISL Code button before clicking the Save Options button."
|
5471 |
msgstr ""
|
5472 |
|
5473 |
+
#: admin/login/login.php:1382
|
5474 |
msgid ""
|
5475 |
"Click the Idle Session Logout|Auth Cookie Expiration Read Me help button for "
|
5476 |
"more help info."
|
5477 |
msgstr ""
|
5478 |
|
5479 |
+
#: admin/login/login.php:1489
|
5480 |
msgid "WordPress Authentication Cookie Expiration (ACE) Settings"
|
5481 |
msgstr ""
|
5482 |
|
5483 |
+
#: admin/login/login.php:1540
|
5484 |
msgid "Settings Saved. ACE has been turned On."
|
5485 |
msgstr ""
|
5486 |
|
5487 |
+
#: admin/login/login.php:1546
|
5488 |
msgid "Settings Saved. ACE has been turned Off."
|
5489 |
msgstr ""
|
5490 |
|
5491 |
+
#: admin/login/login.php:1566
|
5492 |
msgid "ACE On"
|
5493 |
msgstr ""
|
5494 |
|
5495 |
+
#: admin/login/login.php:1567
|
5496 |
msgid "ACE Off"
|
5497 |
msgstr ""
|
5498 |
|
5499 |
+
#: admin/login/login.php:1573 admin/login/lsm-help-text.php:22
|
5500 |
msgid "Auth Cookie Expiration Time in Minutes:"
|
5501 |
msgstr ""
|
5502 |
|
5503 |
+
#: admin/login/login.php:1574
|
5504 |
msgid "WP Default setting is 2880 Minutes/2 Days:"
|
5505 |
msgstr ""
|
5506 |
|
5507 |
+
#: admin/login/login.php:1580 admin/login/lsm-help-text.php:22
|
5508 |
msgid "Remember Me Auth Cookie Expiration Time in Minutes:"
|
5509 |
msgstr ""
|
5510 |
|
5511 |
+
#: admin/login/login.php:1581
|
5512 |
msgid "WP Default setting is 20160 Minutes/14 Days:"
|
5513 |
msgstr ""
|
5514 |
|
5515 |
+
#: admin/login/login.php:1587 admin/login/lsm-help-text.php:22
|
5516 |
msgid "Enable|Disable Remember Me Checkbox:"
|
5517 |
msgstr ""
|
5518 |
|
5519 |
+
#: admin/login/login.php:1589
|
5520 |
msgid " Disable & do not display the Remember Me checkbox"
|
5521 |
msgstr ""
|
5522 |
|
5523 |
+
#: admin/login/login.php:1596
|
5524 |
msgid "Auth Cookie Expiration Time Will Not Be Applied To These User Accounts."
|
5525 |
msgstr ""
|
5526 |
|
5527 |
+
#: admin/login/login.php:1602
|
5528 |
msgid "Enable|Disable Auth Cookie Expiration Time For These User Roles: "
|
5529 |
msgstr ""
|
5530 |
|
5717 |
"be displayed. "
|
5718 |
msgstr ""
|
5719 |
|
5720 |
+
#: admin/login/lsm-help-text.php:10 admin/maintenance/maintenance.php:546
|
5721 |
#: includes/hud-dismiss-functions.php:348
|
5722 |
#: includes/hud-dismiss-functions.php:391
|
5723 |
msgid "CAUTION: "
|
6380 |
"Roles: Administrator, Editor, Author, Contributor, Subscriber."
|
6381 |
msgstr ""
|
6382 |
|
6383 |
+
#: admin/maintenance/maintenance.php:67
|
6384 |
msgid "BulletProof Security ~ Maintenance Mode"
|
6385 |
msgstr ""
|
6386 |
|
6387 |
+
#: admin/maintenance/maintenance.php:69
|
6388 |
msgid "Maintenance Mode ~ FrontEnd ~ BackEnd"
|
6389 |
msgstr ""
|
6390 |
|
6391 |
+
#: admin/maintenance/maintenance.php:175
|
6392 |
msgid "FrontEnd Maintenance Mode Page ~ "
|
6393 |
msgstr ""
|
6394 |
|
6395 |
+
#: admin/maintenance/maintenance.php:175
|
6396 |
msgid "Display a website under maintenance page to website visitors"
|
6397 |
msgstr ""
|
6398 |
|
6399 |
+
#: admin/maintenance/maintenance.php:177
|
6400 |
msgid "FrontEnd & BackEnd Maintenance Mode ~ "
|
6401 |
msgstr ""
|
6402 |
|
6403 |
+
#: admin/maintenance/maintenance.php:177
|
6404 |
msgid ""
|
6405 |
"Display a website under maintenance page to website visitors ~ Lock wp-admin "
|
6406 |
"BackEnd by IP Address"
|
6407 |
msgstr ""
|
6408 |
|
6409 |
+
#: admin/maintenance/maintenance.php:197 admin/maintenance/maintenance.php:203
|
6410 |
+
#: admin/maintenance/maintenance.php:2100
|
6411 |
msgid "Maintenance Mode Guide"
|
6412 |
msgstr ""
|
6413 |
|
6414 |
+
#: admin/maintenance/maintenance.php:199
|
6415 |
msgid ""
|
6416 |
"Create/add whatever messages, images, videos, etc. you want to display to "
|
6417 |
"website visitors with the MMode Editor, select your MMode options/settings, "
|
6420 |
"options/settings."
|
6421 |
msgstr ""
|
6422 |
|
6423 |
+
#: admin/maintenance/maintenance.php:199
|
6424 |
msgid ""
|
6425 |
"For more extensive help info, CSS, HTML code examples, Image & Video "
|
6426 |
"embedding code examples to add in the MMode Editor see Forum Help Links at "
|
6427 |
"the top of this Read Me help window."
|
6428 |
msgstr ""
|
6429 |
|
6430 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:510
|
6431 |
msgid ""
|
6432 |
"Maintenance Mode Text, CSS Style Code, Images, Videos Displayed To Website "
|
6433 |
"Visitors:"
|
6434 |
msgstr ""
|
6435 |
|
6436 |
+
#: admin/maintenance/maintenance.php:199
|
6437 |
msgid ""
|
6438 |
"This is a standard WordPress TinyMCE WYSIWYG editor that has a Visual Editor "
|
6439 |
"and a Text Editor for adding CSS or HTML code. Enter plain text, CSS, HTML "
|
6445 |
"Save Options button to save your edits."
|
6446 |
msgstr ""
|
6447 |
|
6448 |
+
#: admin/maintenance/maintenance.php:199
|
6449 |
msgid "Enable Countdown Timer:"
|
6450 |
msgstr ""
|
6451 |
|
6452 |
+
#: admin/maintenance/maintenance.php:199
|
6453 |
msgid ""
|
6454 |
"Check this checkbox to enable a javascript Countdown Timer that will be "
|
6455 |
"displayed to visitors. When the Countdown Timer reaches 0/has completed your "
|
6458 |
"off Maintenance Mode when the Countdown Timer reaches 0/has completed."
|
6459 |
msgstr ""
|
6460 |
|
6461 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:525
|
6462 |
msgid "Countdown Timer Text Color:"
|
6463 |
msgstr ""
|
6464 |
|
6465 |
+
#: admin/maintenance/maintenance.php:199
|
6466 |
msgid "Select the text color for the Countdown Timer."
|
6467 |
msgstr ""
|
6468 |
|
6469 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:533
|
6470 |
msgid "Maintenance Mode Time (in Minutes):"
|
6471 |
msgstr ""
|
6472 |
|
6473 |
+
#: admin/maintenance/maintenance.php:199
|
6474 |
msgid ""
|
6475 |
"Enter the amount of time that you want to put your site into Maintenance "
|
6476 |
"Mode in minutes. Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours, "
|
6477 |
"4320 = 3 days."
|
6478 |
msgstr ""
|
6479 |
|
6480 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:537
|
6481 |
msgid ""
|
6482 |
"Header Retry-After (enter the same time as Maintenance Mode Time above):"
|
6483 |
msgstr ""
|
6484 |
|
6485 |
+
#: admin/maintenance/maintenance.php:199
|
6486 |
msgid ""
|
6487 |
"This is the amount of time that you are telling Search Engines to wait "
|
6488 |
"before visiting your website again. Enter the same time in minutes that you "
|
6489 |
"entered for Maintenance Mode Time."
|
6490 |
msgstr ""
|
6491 |
|
6492 |
+
#: admin/maintenance/maintenance.php:199
|
6493 |
msgid "Enable FrontEnd Maintenance Mode:"
|
6494 |
msgstr ""
|
6495 |
|
6496 |
+
#: admin/maintenance/maintenance.php:199
|
6497 |
msgid ""
|
6498 |
"Check this checkbox to enable FrontEnd Maintenance Mode. When you Turn On "
|
6499 |
"FrontEnd Maintenance Mode your website Maintenance Mode page will be "
|
6504 |
"be locked out of your WordPress Dashboard."
|
6505 |
msgstr ""
|
6506 |
|
6507 |
+
#: admin/maintenance/maintenance.php:199
|
6508 |
msgid "Enable BackEnd Maintenance Mode:"
|
6509 |
msgstr ""
|
6510 |
|
6511 |
+
#: admin/maintenance/maintenance.php:199
|
6512 |
msgid ""
|
6513 |
"Check this checkbox to enable BackEnd Maintenance Mode. Be sure to enter the "
|
6514 |
"Your IP address/the Recommended IP address in the Maintenance Mode IP "
|
6520 |
"your WordPress Dashboard."
|
6521 |
msgstr ""
|
6522 |
|
6523 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:552
|
6524 |
msgid "Maintenance Mode IP Address Whitelist Text Box:"
|
6525 |
msgstr ""
|
6526 |
|
6527 |
+
#: admin/maintenance/maintenance.php:199
|
6528 |
msgid ""
|
6529 |
"Enter The IP Address That Can View The Website Normally (not in Maintenance "
|
6530 |
"Mode):"
|
6531 |
msgstr ""
|
6532 |
|
6533 |
+
#: admin/maintenance/maintenance.php:199
|
6534 |
msgid ""
|
6535 |
"Enter Multiple IP addresses separated by a comma and a single space. "
|
6536 |
"Example: 100.99.88.77, 200.66.55.44, 44.33.22.1 It is recommended that you "
|
6542 |
"octets or your current IP address to whitelist your IP address."
|
6543 |
msgstr ""
|
6544 |
|
6545 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:567
|
6546 |
msgid "Background Images:"
|
6547 |
msgstr ""
|
6548 |
|
6549 |
+
#: admin/maintenance/maintenance.php:199
|
6550 |
msgid ""
|
6551 |
"Select a background image that you want to use. BPS includes 20 background "
|
6552 |
"images and 15 center images (text box images) that you can mix and match to "
|
6553 |
"your design/color scheme preference."
|
6554 |
msgstr ""
|
6555 |
|
6556 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:592
|
6557 |
msgid "Center Images:"
|
6558 |
msgstr ""
|
6559 |
|
6560 |
+
#: admin/maintenance/maintenance.php:199
|
6561 |
msgid ""
|
6562 |
"Select a center image that you want to use. BPS includes 20 background "
|
6563 |
"images and 15 center images (text box images) that you can mix and match to "
|
6564 |
"your design/color scheme preference."
|
6565 |
msgstr ""
|
6566 |
|
6567 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:612
|
6568 |
msgid "Background Colors (If not using a Background Image):"
|
6569 |
msgstr ""
|
6570 |
|
6571 |
+
#: admin/maintenance/maintenance.php:199
|
6572 |
msgid ""
|
6573 |
"Select a background color that you want to use. If you do not want to use a "
|
6574 |
"background image then you can instead choose a background color."
|
6575 |
msgstr ""
|
6576 |
|
6577 |
+
#: admin/maintenance/maintenance.php:199
|
6578 |
msgid "Display Visitor IP Address:"
|
6579 |
msgstr ""
|
6580 |
|
6581 |
+
#: admin/maintenance/maintenance.php:199
|
6582 |
msgid "Check this checkbox to display the website visitor's IP addresses."
|
6583 |
msgstr ""
|
6584 |
|
6585 |
+
#: admin/maintenance/maintenance.php:199 admin/maintenance/maintenance.php:622
|
6586 |
msgid "Display Admin|Login Link"
|
6587 |
msgstr ""
|
6588 |
|
6589 |
+
#: admin/maintenance/maintenance.php:199
|
6590 |
msgid ""
|
6591 |
"Check this checkbox to display a Login link that points to your wp-admin "
|
6592 |
"folder/Login page."
|
6593 |
msgstr ""
|
6594 |
|
6595 |
+
#: admin/maintenance/maintenance.php:199
|
6596 |
msgid "Display Dashboard Reminder Message when site is in Maintenance Mode:"
|
6597 |
msgstr ""
|
6598 |
|
6599 |
+
#: admin/maintenance/maintenance.php:199
|
6600 |
msgid ""
|
6601 |
"Check this checkbox to display a WordPress Dashboard Reminder Notice that "
|
6602 |
"your website is in Maintenance Mode."
|
6603 |
msgstr ""
|
6604 |
|
6605 |
+
#: admin/maintenance/maintenance.php:199
|
6606 |
msgid "Enable Visitor Logging:"
|
6607 |
msgstr ""
|
6608 |
|
6609 |
+
#: admin/maintenance/maintenance.php:199
|
6610 |
msgid ""
|
6611 |
"Check this checkbox to enable visitor logging. Logs all visitors to your "
|
6612 |
"site while your site is in Maintenance Mode. Log entries are created in the "
|
6613 |
"BPS Security Log file. "
|
6614 |
msgstr ""
|
6615 |
|
6616 |
+
#: admin/maintenance/maintenance.php:200
|
6617 |
msgid ""
|
6618 |
"Send Email Reminder when Maintenance Mode Countdown Timer has completed:"
|
6619 |
msgstr ""
|
6620 |
|
6621 |
+
#: admin/maintenance/maintenance.php:200
|
6622 |
msgid ""
|
6623 |
"Check this checkbox to enable the javascript Countdown Timer to send you an "
|
6624 |
"email reminder when the Countdown Timer reaches 0/is completed. More "
|
6630 |
"the Countdown Timer reaches 0/has completed."
|
6631 |
msgstr ""
|
6632 |
|
6633 |
+
#: admin/maintenance/maintenance.php:200
|
6634 |
msgid "Testing the Countdown Timer Send Email Option:"
|
6635 |
msgstr ""
|
6636 |
|
6637 |
+
#: admin/maintenance/maintenance.php:200
|
6638 |
msgid ""
|
6639 |
"There is a 1 minute buffer so that when the Maintenance Mode page is created "
|
6640 |
"an email will not be sent immediately. To test the Send Email option use 2 "
|
6645 |
"how fast your Mail Server sends the email to you."
|
6646 |
msgstr ""
|
6647 |
|
6648 |
+
#: admin/maintenance/maintenance.php:200
|
6649 |
msgid "Send Countdown Timer Email:"
|
6650 |
msgstr ""
|
6651 |
|
6652 |
+
#: admin/maintenance/maintenance.php:200
|
6653 |
msgid ""
|
6654 |
"Enter the email addresses that you would like the Countdown Timer reminder "
|
6655 |
"email sent to, from, cc or bcc."
|
6656 |
msgstr ""
|
6657 |
|
6658 |
+
#: admin/maintenance/maintenance.php:200
|
6659 |
msgid "Network/Multisite Primary Site Options ONLY:"
|
6660 |
msgstr ""
|
6661 |
|
6662 |
+
#: admin/maintenance/maintenance.php:200
|
6663 |
msgid ""
|
6664 |
"These options/settings are for Network/Multisite ONLY and are ONLY displayed "
|
6665 |
"on the Primary Network/Multisite site. Checking these options on a Single/"
|
6667 |
"for Network/Multisite WordPress installations."
|
6668 |
msgstr ""
|
6669 |
|
6670 |
+
#: admin/maintenance/maintenance.php:200
|
6671 |
msgid "Steps to use these special Network/Multisite options:"
|
6672 |
msgstr ""
|
6673 |
|
6674 |
+
#: admin/maintenance/maintenance.php:200
|
6675 |
msgid ""
|
6676 |
"To turn On either of these special options, check the checkbox, click the "
|
6677 |
"Save Options button and click the Turn On button. To turn Off either of "
|
6683 |
"special option settings in that template file."
|
6684 |
msgstr ""
|
6685 |
|
6686 |
+
#: admin/maintenance/maintenance.php:200
|
6687 |
msgid "Put The Primary Site And All Subsites In Maintenance Mode:"
|
6688 |
msgstr ""
|
6689 |
|
6690 |
+
#: admin/maintenance/maintenance.php:200
|
6691 |
msgid "Check this checkbox to put all of the sites into Maintenance Mode."
|
6692 |
msgstr ""
|
6693 |
|
6694 |
+
#: admin/maintenance/maintenance.php:200
|
6695 |
msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site:"
|
6696 |
msgstr ""
|
6697 |
|
6698 |
+
#: admin/maintenance/maintenance.php:200
|
6699 |
msgid ""
|
6700 |
"Check this checkbox to put all of the subsites into Maintenance Mode except "
|
6701 |
"for the Primary site."
|
6702 |
msgstr ""
|
6703 |
|
6704 |
+
#: admin/maintenance/maintenance.php:200
|
6705 |
msgid "Save Options Button"
|
6706 |
msgstr ""
|
6707 |
|
6708 |
+
#: admin/maintenance/maintenance.php:200
|
6709 |
msgid ""
|
6710 |
"Clicking the Save Options button does 2 things: Saves all your options/"
|
6711 |
"settings to your Database and creates all necessary Maintenance Mode files/"
|
6713 |
"Click the Turn On button after clicking the Save Options button."
|
6714 |
msgstr ""
|
6715 |
|
6716 |
+
#: admin/maintenance/maintenance.php:200
|
6717 |
msgid "Preview Button"
|
6718 |
msgstr ""
|
6719 |
|
6720 |
+
#: admin/maintenance/maintenance.php:200
|
6721 |
msgid ""
|
6722 |
"Clicking the Preview button allows you to preview the Maintenance Mode files/"
|
6723 |
"Forms that were created when you clicked the Save Options button. Preview "
|
6727 |
"On button."
|
6728 |
msgstr ""
|
6729 |
|
6730 |
+
#: admin/maintenance/maintenance.php:200
|
6731 |
msgid "Turn On Button"
|
6732 |
msgstr ""
|
6733 |
|
6734 |
+
#: admin/maintenance/maintenance.php:200
|
6735 |
msgid ""
|
6736 |
"Clicking the Turn On button turns On Maintenance Mode. Turn On is "
|
6737 |
"conditional and allows you to make changes to your Maintenance Mode page "
|
6741 |
"on your Maintenance Mode page."
|
6742 |
msgstr ""
|
6743 |
|
6744 |
+
#: admin/maintenance/maintenance.php:200
|
6745 |
msgid "Turn Off Button"
|
6746 |
msgstr ""
|
6747 |
|
6748 |
+
#: admin/maintenance/maintenance.php:200
|
6749 |
msgid ""
|
6750 |
"Clicking the Turn Off button turns Off Maintenance Mode. Turn Off is non-"
|
6751 |
"conditional and works like a Form Reset, but does not remove any of your "
|
6755 |
"remain in your website root folder, but Maintenance Mode will be turned Off."
|
6756 |
msgstr ""
|
6757 |
|
6758 |
+
#: admin/maintenance/maintenance.php:200
|
6759 |
msgid "BPS help links can be found in the Help & FAQ pages."
|
6760 |
msgstr ""
|
6761 |
|
6762 |
+
#: admin/maintenance/maintenance.php:236
|
6763 |
msgid ""
|
6764 |
"Error: You did not enter anything in the Maintenance Mode Time Text Box."
|
6765 |
msgstr ""
|
6766 |
|
6767 |
+
#: admin/maintenance/maintenance.php:244 admin/maintenance/maintenance.php:752
|
6768 |
+
#: admin/maintenance/maintenance.php:960
|
6769 |
msgid ""
|
6770 |
"Error: You did not enter an IP Address in the Maintenance Mode IP Address "
|
6771 |
"Whitelist Text Box."
|
6772 |
msgstr ""
|
6773 |
|
6774 |
+
#: admin/maintenance/maintenance.php:374 admin/maintenance/maintenance.php:394
|
6775 |
msgid ""
|
6776 |
"Success! Your Options have been saved and your Maintenance Mode Form has "
|
6777 |
"been created successfully! Click the Preview button to preview your Website "
|
6779 |
"button."
|
6780 |
msgstr ""
|
6781 |
|
6782 |
+
#: admin/maintenance/maintenance.php:381
|
6783 |
msgid ""
|
6784 |
"Check that the file exists in the /bulletproof-security/admin/htaccess/ "
|
6785 |
"master folder. If this is not the problem "
|
6786 |
msgstr ""
|
6787 |
|
6788 |
+
#: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
|
6789 |
+
#: admin/wizard/wizard.php:181 includes/general-functions.php:509
|
6790 |
#: includes/hud-dismiss-functions.php:348
|
6791 |
#: includes/hud-dismiss-functions.php:391
|
6792 |
#: includes/hud-dismiss-functions.php:496
|
6793 |
msgid "Click Here"
|
6794 |
msgstr ""
|
6795 |
|
6796 |
+
#: admin/maintenance/maintenance.php:381 admin/maintenance/maintenance.php:401
|
6797 |
msgid " for assistance."
|
6798 |
msgstr ""
|
6799 |
|
6800 |
+
#: admin/maintenance/maintenance.php:401
|
6801 |
msgid ""
|
6802 |
"Check that the bps-maintenance-values.php file exists in the /bulletproof-"
|
6803 |
"security/admin/htaccess/ master folder. If this is not the problem "
|
6804 |
msgstr ""
|
6805 |
|
6806 |
+
#: admin/maintenance/maintenance.php:462 admin/maintenance/maintenance.php:469
|
6807 |
+
#: admin/maintenance/maintenance.php:476
|
6808 |
msgid "Your Current IP Address: "
|
6809 |
msgstr ""
|
6810 |
|
6811 |
+
#: admin/maintenance/maintenance.php:462 admin/maintenance/maintenance.php:469
|
6812 |
+
#: admin/maintenance/maintenance.php:476
|
6813 |
msgid "Recommended IP Address: "
|
6814 |
msgstr ""
|
6815 |
|
6816 |
+
#: admin/maintenance/maintenance.php:507
|
6817 |
msgid "MMode Editor"
|
6818 |
msgstr ""
|
6819 |
|
6820 |
+
#: admin/maintenance/maintenance.php:511
|
6821 |
msgid ""
|
6822 |
"Click the Maintenance Mode Guide link above for CSS Code, Image & Video "
|
6823 |
"Embed examples."
|
6824 |
msgstr ""
|
6825 |
|
6826 |
+
#: admin/maintenance/maintenance.php:520
|
6827 |
msgid "MMode Option Settings"
|
6828 |
msgstr ""
|
6829 |
|
6830 |
+
#: admin/maintenance/maintenance.php:523
|
6831 |
msgid "Enable Countdown Timer"
|
6832 |
msgstr ""
|
6833 |
|
6834 |
+
#: admin/maintenance/maintenance.php:527
|
6835 |
msgid "LCD|Lime Green"
|
6836 |
msgstr ""
|
6837 |
|
6838 |
+
#: admin/maintenance/maintenance.php:528 admin/maintenance/maintenance.php:615
|
6839 |
msgid "White"
|
6840 |
msgstr ""
|
6841 |
|
6842 |
+
#: admin/maintenance/maintenance.php:529
|
6843 |
msgid "Silver"
|
6844 |
msgstr ""
|
6845 |
|
6846 |
+
#: admin/maintenance/maintenance.php:530 admin/maintenance/maintenance.php:617
|
6847 |
msgid "Gray"
|
6848 |
msgstr ""
|
6849 |
|
6850 |
+
#: admin/maintenance/maintenance.php:534 admin/maintenance/maintenance.php:538
|
6851 |
msgid "Example: 10 = 10 minutes, 180 = 3 hours, 1440 = 24 hours."
|
6852 |
msgstr ""
|
6853 |
|
6854 |
+
#: admin/maintenance/maintenance.php:541
|
6855 |
msgid "Enable FrontEnd Maintenance Mode"
|
6856 |
msgstr ""
|
6857 |
|
6858 |
+
#: admin/maintenance/maintenance.php:546
|
6859 |
msgid "You MUST enter Your Current IP Address or the"
|
6860 |
msgstr ""
|
6861 |
|
6862 |
+
#: admin/maintenance/maintenance.php:546
|
6863 |
msgid "Recommended IP Address if you Enable BackEnd Maintenance Mode"
|
6864 |
msgstr ""
|
6865 |
|
6866 |
+
#: admin/maintenance/maintenance.php:546
|
6867 |
msgid "or you will be locked out of your WordPress Dashboard."
|
6868 |
msgstr ""
|
6869 |
|
6870 |
+
#: admin/maintenance/maintenance.php:547
|
6871 |
msgid "Enable BackEnd Maintenance Mode "
|
6872 |
msgstr ""
|
6873 |
|
6874 |
+
#: admin/maintenance/maintenance.php:555
|
6875 |
msgid ""
|
6876 |
"Enter The IP Address That Can View The Website Normally (not in Maintenance "
|
6877 |
"Mode)."
|
6878 |
msgstr ""
|
6879 |
|
6880 |
+
#: admin/maintenance/maintenance.php:556
|
6881 |
msgid "Enter Multiple IP addresses separated by a comma and a single space."
|
6882 |
msgstr ""
|
6883 |
|
6884 |
+
#: admin/maintenance/maintenance.php:557
|
6885 |
msgid "Example IPv4 IP Addresses: 100.99.88.77, 200.66.55.44, 44.33.22.1"
|
6886 |
msgstr ""
|
6887 |
|
6888 |
+
#: admin/maintenance/maintenance.php:558
|
6889 |
msgid ""
|
6890 |
"Example IPv6 IP Addresses: 0:0:0:0:0:ffff:6463:584d, 0:0:0:0:0:ffff:c842:372c"
|
6891 |
msgstr ""
|
6892 |
|
6893 |
+
#: admin/maintenance/maintenance.php:569
|
6894 |
msgid "No Background Image"
|
6895 |
msgstr ""
|
6896 |
|
6897 |
+
#: admin/maintenance/maintenance.php:570
|
6898 |
msgid "Black Honeycomb Large"
|
6899 |
msgstr ""
|
6900 |
|
6901 |
+
#: admin/maintenance/maintenance.php:571
|
6902 |
msgid "Black Honeycomb Large Grey Line"
|
6903 |
msgstr ""
|
6904 |
|
6905 |
+
#: admin/maintenance/maintenance.php:572
|
6906 |
msgid "Black Mesh Small"
|
6907 |
msgstr ""
|
6908 |
|
6909 |
+
#: admin/maintenance/maintenance.php:573
|
6910 |
msgid "Black Mesh Small Grey Line"
|
6911 |
msgstr ""
|
6912 |
|
6913 |
+
#: admin/maintenance/maintenance.php:574
|
6914 |
msgid "Blue Honeycomb Large"
|
6915 |
msgstr ""
|
6916 |
|
6917 |
+
#: admin/maintenance/maintenance.php:575
|
6918 |
msgid "Blue Mesh Small"
|
6919 |
msgstr ""
|
6920 |
|
6921 |
+
#: admin/maintenance/maintenance.php:576
|
6922 |
msgid "Brown Honeycomb Large"
|
6923 |
msgstr ""
|
6924 |
|
6925 |
+
#: admin/maintenance/maintenance.php:577
|
6926 |
msgid "Brown Mesh Small"
|
6927 |
msgstr ""
|
6928 |
|
6929 |
+
#: admin/maintenance/maintenance.php:578
|
6930 |
msgid "Green Honeycomb Large"
|
6931 |
msgstr ""
|
6932 |
|
6933 |
+
#: admin/maintenance/maintenance.php:579
|
6934 |
msgid "Green Mesh Small"
|
6935 |
msgstr ""
|
6936 |
|
6937 |
+
#: admin/maintenance/maintenance.php:580
|
6938 |
msgid "Gray Honeycomb Large"
|
6939 |
msgstr ""
|
6940 |
|
6941 |
+
#: admin/maintenance/maintenance.php:581
|
6942 |
msgid "Gray Mesh Small"
|
6943 |
msgstr ""
|
6944 |
|
6945 |
+
#: admin/maintenance/maintenance.php:582
|
6946 |
msgid "Orange Honeycomb Large"
|
6947 |
msgstr ""
|
6948 |
|
6949 |
+
#: admin/maintenance/maintenance.php:583
|
6950 |
msgid "Orange Mesh Small"
|
6951 |
msgstr ""
|
6952 |
|
6953 |
+
#: admin/maintenance/maintenance.php:584
|
6954 |
msgid "Purple Honeycomb Large"
|
6955 |
msgstr ""
|
6956 |
|
6957 |
+
#: admin/maintenance/maintenance.php:585
|
6958 |
msgid "Purple Mesh Small"
|
6959 |
msgstr ""
|
6960 |
|
6961 |
+
#: admin/maintenance/maintenance.php:586
|
6962 |
msgid "Red|Burgundy Honeycomb Large"
|
6963 |
msgstr ""
|
6964 |
|
6965 |
+
#: admin/maintenance/maintenance.php:587
|
6966 |
msgid "Red|Burgundy Mesh Small"
|
6967 |
msgstr ""
|
6968 |
|
6969 |
+
#: admin/maintenance/maintenance.php:588
|
6970 |
msgid "Yellow Honeycomb Large"
|
6971 |
msgstr ""
|
6972 |
|
6973 |
+
#: admin/maintenance/maintenance.php:589
|
6974 |
msgid "Yellow Mesh Small"
|
6975 |
msgstr ""
|
6976 |
|
6977 |
+
#: admin/maintenance/maintenance.php:594
|
6978 |
msgid "No Center Image"
|
6979 |
msgstr ""
|
6980 |
|
6981 |
+
#: admin/maintenance/maintenance.php:595
|
6982 |
msgid "Basic Black"
|
6983 |
msgstr ""
|
6984 |
|
6985 |
+
#: admin/maintenance/maintenance.php:596
|
6986 |
msgid "Black Veins"
|
6987 |
msgstr ""
|
6988 |
|
6989 |
+
#: admin/maintenance/maintenance.php:597
|
6990 |
msgid "Blue Glass"
|
6991 |
msgstr ""
|
6992 |
|
6993 |
+
#: admin/maintenance/maintenance.php:598
|
6994 |
msgid "Brushed Metal Stamped"
|
6995 |
msgstr ""
|
6996 |
|
6997 |
+
#: admin/maintenance/maintenance.php:599
|
6998 |
msgid "Chrome"
|
6999 |
msgstr ""
|
7000 |
|
7001 |
+
#: admin/maintenance/maintenance.php:600
|
7002 |
msgid "Chrome Slick"
|
7003 |
msgstr ""
|
7004 |
|
7005 |
+
#: admin/maintenance/maintenance.php:601
|
7006 |
msgid "Fire"
|
7007 |
msgstr ""
|
7008 |
|
7009 |
+
#: admin/maintenance/maintenance.php:602
|
7010 |
msgid "Gun Metal"
|
7011 |
msgstr ""
|
7012 |
|
7013 |
+
#: admin/maintenance/maintenance.php:603
|
7014 |
msgid "Mercury"
|
7015 |
msgstr ""
|
7016 |
|
7017 |
+
#: admin/maintenance/maintenance.php:604
|
7018 |
msgid "Smoke"
|
7019 |
msgstr ""
|
7020 |
|
7021 |
+
#: admin/maintenance/maintenance.php:605
|
7022 |
msgid "Striped Cone"
|
7023 |
msgstr ""
|
7024 |
|
7025 |
+
#: admin/maintenance/maintenance.php:606
|
7026 |
msgid "Swamp Bevel"
|
7027 |
msgstr ""
|
7028 |
|
7029 |
+
#: admin/maintenance/maintenance.php:607
|
7030 |
msgid "Toy"
|
7031 |
msgstr ""
|
7032 |
|
7033 |
+
#: admin/maintenance/maintenance.php:608
|
7034 |
msgid "Water Reflection"
|
7035 |
msgstr ""
|
7036 |
|
7037 |
+
#: admin/maintenance/maintenance.php:609
|
7038 |
msgid "Wood Grain"
|
7039 |
msgstr ""
|
7040 |
|
7041 |
+
#: admin/maintenance/maintenance.php:614
|
7042 |
msgid "No Background Color"
|
7043 |
msgstr ""
|
7044 |
|
7045 |
+
#: admin/maintenance/maintenance.php:616
|
7046 |
msgid "Black"
|
7047 |
msgstr ""
|
7048 |
|
7049 |
+
#: admin/maintenance/maintenance.php:620
|
7050 |
msgid "Display Visitor IP Address"
|
7051 |
msgstr ""
|
7052 |
|
7053 |
+
#: admin/maintenance/maintenance.php:624
|
7054 |
msgid "Display Dashboard Reminder Message when site is in Maintenance Mode"
|
7055 |
msgstr ""
|
7056 |
|
7057 |
+
#: admin/maintenance/maintenance.php:626
|
7058 |
msgid "Enable Visitor Logging"
|
7059 |
msgstr ""
|
7060 |
|
7061 |
+
#: admin/maintenance/maintenance.php:628
|
7062 |
msgid "Send Email Reminder when Maintenance Mode Countdown Timer has completed"
|
7063 |
msgstr ""
|
7064 |
|
7065 |
+
#: admin/maintenance/maintenance.php:630
|
7066 |
msgid "Send Countdown Timer Email To:"
|
7067 |
msgstr ""
|
7068 |
|
7069 |
+
#: admin/maintenance/maintenance.php:632
|
7070 |
msgid "Send Countdown Timer Email From:"
|
7071 |
msgstr ""
|
7072 |
|
7073 |
+
#: admin/maintenance/maintenance.php:634
|
7074 |
msgid "Send Countdown Timer Email Cc:"
|
7075 |
msgstr ""
|
7076 |
|
7077 |
+
#: admin/maintenance/maintenance.php:636
|
7078 |
msgid "Send Countdown Timer Email Bcc:"
|
7079 |
msgstr ""
|
7080 |
|
7081 |
+
#: admin/maintenance/maintenance.php:641
|
7082 |
msgid "MMode Network|Multisite Options"
|
7083 |
msgstr ""
|
7084 |
|
7085 |
+
#: admin/maintenance/maintenance.php:644
|
7086 |
msgid "Network|Multisite Primary Site Options ONLY"
|
7087 |
msgstr ""
|
7088 |
|
7089 |
+
#: admin/maintenance/maintenance.php:648
|
7090 |
msgid ""
|
7091 |
"Click the Maintenance Mode Read Me help button for the steps to use these "
|
7092 |
"special options:"
|
7093 |
msgstr ""
|
7094 |
|
7095 |
+
#: admin/maintenance/maintenance.php:649
|
7096 |
msgid "Put The Primary Site And All Subsites In Maintenance Mode"
|
7097 |
msgstr ""
|
7098 |
|
7099 |
+
#: admin/maintenance/maintenance.php:651
|
7100 |
msgid "Put All Subsites In Maintenance Mode, But Not The Primary Site"
|
7101 |
msgstr ""
|
7102 |
|
7103 |
+
#: admin/maintenance/maintenance.php:659
|
7104 |
msgid ""
|
7105 |
"Clicking OK Saves your Options/Settings to your Database and also creates "
|
7106 |
"your Maintenance Mode page. Click the Preview button to preview your "
|
7108 |
"Turn On button to enable Maintenance Mode on your website."
|
7109 |
msgstr ""
|
7110 |
|
7111 |
+
#: admin/maintenance/maintenance.php:763 admin/maintenance/maintenance.php:971
|
7112 |
msgid ""
|
7113 |
"IP Address Format Error: You have entered multiple IP Addresses using an "
|
7114 |
"incorrect Format."
|
7115 |
msgstr ""
|
7116 |
|
7117 |
+
#: admin/maintenance/maintenance.php:763 admin/maintenance/maintenance.php:971
|
7118 |
msgid ""
|
7119 |
"The correct IP Address Format is: IP Address comma single space. Example: "
|
7120 |
"100.99.88.77, 200.66.55.44, 44.33.22.1 or 100.99.88., 200.66.55., 44.33.22. "
|
7121 |
"if you are using the recommended 3 octet IP addresses."
|
7122 |
msgstr ""
|
7123 |
|
7124 |
+
#: admin/maintenance/maintenance.php:763 admin/maintenance/maintenance.php:971
|
7125 |
msgid ""
|
7126 |
"Correct the IP Address Format and click the Save Options button again. If "
|
7127 |
"you have an IPv6 IP address use the same general format as an IPv4 IP "
|
7128 |
"address - comma single space."
|
7129 |
msgstr ""
|
7130 |
|
7131 |
+
#: admin/maintenance/maintenance.php:814 admin/maintenance/maintenance.php:1022
|
7132 |
+
#: admin/maintenance/maintenance.php:1124
|
7133 |
msgid "FrontEnd Maintenance Mode has been Turned On."
|
7134 |
msgstr ""
|
7135 |
|
7136 |
+
#: admin/maintenance/maintenance.php:832 admin/maintenance/maintenance.php:1148
|
7137 |
+
#: admin/maintenance/maintenance.php:1657
|
7138 |
+
#: admin/maintenance/maintenance.php:1787
|
7139 |
+
#: admin/maintenance/maintenance.php:1978
|
7140 |
msgid "htaccess Files Disabled: BackEnd Maintenance Mode is disabled."
|
7141 |
msgstr ""
|
7142 |
|
7143 |
+
#: admin/maintenance/maintenance.php:907 admin/maintenance/maintenance.php:1225
|
7144 |
msgid "BackEnd Maintenance Mode has been Turned On."
|
7145 |
msgstr ""
|
7146 |
|
7147 |
+
#: admin/maintenance/maintenance.php:1241
|
7148 |
+
#: admin/maintenance/maintenance.php:2030
|
7149 |
msgid ""
|
7150 |
"Error: You have not saved your option settings yet. Click the Save Options "
|
7151 |
"button."
|
7152 |
msgstr ""
|
7153 |
|
7154 |
+
#: admin/maintenance/maintenance.php:1318
|
7155 |
msgid ""
|
7156 |
"Error: Unable to get/find the site root index.php file for this GWIOD - "
|
7157 |
"Giving WordPress Its Own Directory - website."
|
7158 |
msgstr ""
|
7159 |
|
7160 |
+
#: admin/maintenance/maintenance.php:1318
|
7161 |
msgid "GWIOD Site Root index.php File Path Checked: "
|
7162 |
msgstr ""
|
7163 |
|
7164 |
+
#: admin/maintenance/maintenance.php:1318
|
7165 |
msgid ""
|
7166 |
"BPS Maintenance Mode will not work correctly with your WordPress GWIOD "
|
7167 |
"setup. Try another WordPress Maintenance Mode plugin."
|
7168 |
msgstr ""
|
7169 |
|
7170 |
+
#: admin/maintenance/maintenance.php:1384
|
7171 |
msgid ""
|
7172 |
"Error: Unable to get/find the site root index.php file for this Network "
|
7173 |
"GWIOD - Giving WordPress Its Own Directory - website."
|
7174 |
msgstr ""
|
7175 |
|
7176 |
+
#: admin/maintenance/maintenance.php:1384
|
7177 |
msgid "Network GWIOD Site Root index.php File Path Checked: "
|
7178 |
msgstr ""
|
7179 |
|
7180 |
+
#: admin/maintenance/maintenance.php:1384
|
7181 |
msgid ""
|
7182 |
"Please copy this error message and send it in an email to info@ait-pro.com "
|
7183 |
"for assistance."
|
7184 |
msgstr ""
|
7185 |
|
7186 |
+
#: admin/maintenance/maintenance.php:1469
|
7187 |
+
#: admin/maintenance/maintenance.php:1594
|
7188 |
+
#: admin/maintenance/maintenance.php:1750
|
7189 |
+
#: admin/maintenance/maintenance.php:1930
|
7190 |
msgid "FrontEnd Maintenance Mode has been Turned Off."
|
7191 |
msgstr ""
|
7192 |
|
7193 |
+
#: admin/maintenance/maintenance.php:1697
|
7194 |
+
#: admin/maintenance/maintenance.php:1823
|
7195 |
+
#: admin/maintenance/maintenance.php:2014
|
7196 |
msgid "BackEnd Maintenance Mode has been Turned Off."
|
7197 |
msgstr ""
|
7198 |
|
7220 |
msgid "Clicking the Stop Scan button stops a scan."
|
7221 |
msgstr ""
|
7222 |
|
7223 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:947
|
7224 |
msgid "Hosting Account Root Folders"
|
7225 |
msgstr ""
|
7226 |
|
7253 |
"than 300 seconds."
|
7254 |
msgstr ""
|
7255 |
|
7256 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1025
|
7257 |
+
msgid "Exclude Individual Folders"
|
7258 |
+
msgstr ""
|
7259 |
+
|
7260 |
+
#: admin/mscan/mscan-help-text.php:41
|
7261 |
+
msgid ""
|
7262 |
+
"Enter relative folder paths one folder path per line. A relative folder path "
|
7263 |
+
"is this: /some-folder/some-subfolder. A literal path would be the full "
|
7264 |
+
"server path: /xxxxx/xxxxx/public_html/wordpress/some-folder/some-subfolder. "
|
7265 |
+
"Important Note: Add at least 2 folders in the path. The reason for that is "
|
7266 |
+
"if you just enter 1 folder name/path it could match other folder names "
|
7267 |
+
"somewhere else under your website folders. Example: If you only entered The "
|
7268 |
+
"folder path/name /cache/ it would match all folders named /cache/. If you "
|
7269 |
+
"add the folder name/path: /wp-content/cache/ it would only match this "
|
7270 |
+
"particular cache folder under the wp-content folder."
|
7271 |
+
msgstr ""
|
7272 |
+
|
7273 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1031
|
7274 |
msgid "Scan Database"
|
7275 |
msgstr ""
|
7276 |
|
7280 |
"suspicious code."
|
7281 |
msgstr ""
|
7282 |
|
7283 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1037
|
7284 |
msgid "Scan Image Files (Stegosploit|Exif Hack)"
|
7285 |
msgstr ""
|
7286 |
|
7291 |
"hacks. It is recommended that you do not scan image files."
|
7292 |
msgstr ""
|
7293 |
|
7294 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1043
|
7295 |
msgid "Scan Skipped Files Only"
|
7296 |
msgstr ""
|
7297 |
|
7303 |
"MScan option settings when running a Skipped File scan."
|
7304 |
msgstr ""
|
7305 |
|
7306 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1049
|
7307 |
msgid "Automatically Delete /tmp Files"
|
7308 |
msgstr ""
|
7309 |
|
7313 |
"commonly hide hacker files in the /tmp folder."
|
7314 |
msgstr ""
|
7315 |
|
7316 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1055
|
7317 |
+
msgid "Exclude /tmp Files"
|
7318 |
+
msgstr ""
|
7319 |
+
|
7320 |
+
#: admin/mscan/mscan-help-text.php:41
|
7321 |
+
msgid ""
|
7322 |
+
"Enter 1 file name per line. Some web hosts store files such as, mysql.sock, ."
|
7323 |
+
"s.PGSQL.5432 and .per-user in the /tmp folder. These files cannot be deleted "
|
7324 |
+
"by MScan, but attempting to delete these files will generate php errors. To "
|
7325 |
+
"prevent php errors from occurring you would exclude files such as these "
|
7326 |
+
"using the MScan Exclude /tmp files option setting."
|
7327 |
+
msgstr ""
|
7328 |
+
|
7329 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1061
|
7330 |
msgid "Scheduled Scan Frequency (BPS Pro only)"
|
7331 |
msgstr ""
|
7332 |
|
7333 |
#: admin/mscan/mscan-help-text.php:41
|
7334 |
msgid ""
|
7335 |
+
"You can choose to schedule ongoing automated scans. Note: The BPS Pro ARQ "
|
7336 |
+
"IDPS scanner is far superior to any/all Malware scanners including BPS Pro "
|
7337 |
+
"MScan. Click the MScan Malware Scanner Guide link above for more information "
|
7338 |
+
"regarding using ARQ IDPS and MScan together."
|
7339 |
msgstr ""
|
7340 |
|
7341 |
#: admin/mscan/mscan-help-text.php:41
|
7380 |
"using this tool."
|
7381 |
msgstr ""
|
7382 |
|
7383 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1124
|
7384 |
msgid "View|Ignore|Delete Suspicious Files"
|
7385 |
msgstr ""
|
7386 |
|
7395 |
"ignored file it will be scanned in future scans."
|
7396 |
msgstr ""
|
7397 |
|
7398 |
+
#: admin/mscan/mscan-help-text.php:41 admin/mscan/mscan.php:1461
|
7399 |
msgid "View|Ignore Suspicious DB Entries"
|
7400 |
msgstr ""
|
7401 |
|
7464 |
"MScan Log file exceeds 2MB in size."
|
7465 |
msgstr ""
|
7466 |
|
7467 |
+
#: admin/mscan/mscan.php:64
|
7468 |
msgid ""
|
7469 |
"The MScan folder or pattern matching file does not exist or is not readable /"
|
7470 |
msgstr ""
|
7471 |
|
7472 |
+
#: admin/mscan/mscan.php:64
|
7473 |
msgid "/bps-backup/mscan/mscan-pattern-match.php."
|
7474 |
msgstr ""
|
7475 |
|
7476 |
+
#: admin/mscan/mscan.php:64
|
7477 |
msgid ""
|
7478 |
"Most likely your web host sees the pattern matching code in the MScan mscan-"
|
7479 |
"pattern-match.php file as malicious and has either deleted the file or made "
|
7480 |
"the file or /mscan/ folder unreadable."
|
7481 |
msgstr ""
|
7482 |
|
7483 |
+
#: admin/mscan/mscan.php:64
|
7484 |
msgid ""
|
7485 |
"Unfortunately that means you will not be able to use MScan on your website/"
|
7486 |
"server/web host."
|
7487 |
msgstr ""
|
7488 |
|
7489 |
+
#: admin/mscan/mscan.php:71
|
7490 |
msgid "BulletProof Security ~ MScan Malware Scanner"
|
7491 |
msgstr ""
|
7492 |
|
7493 |
+
#: admin/mscan/mscan.php:105
|
7494 |
msgid ""
|
7495 |
"The open_basedir php.ini directive is enabled on your website/server. MScan "
|
7496 |
"scans will take 6 times longer to complete when open_basedir is enabled, the "
|
7502 |
"php.ini file."
|
7503 |
msgstr ""
|
7504 |
|
7505 |
+
#: admin/mscan/mscan.php:119 admin/mscan/mscan.php:1743
|
7506 |
+
#: admin/mscan/mscan.php:1745
|
7507 |
msgid "MScan Log"
|
7508 |
msgstr ""
|
7509 |
|
7510 |
+
#: admin/mscan/mscan.php:128
|
7511 |
msgid "MScan ~ "
|
7512 |
msgstr ""
|
7513 |
|
7514 |
+
#: admin/mscan/mscan.php:128
|
7515 |
msgid ""
|
7516 |
"Scans website files for hacker files or code ~ Scans the WP database for "
|
7517 |
"hacker code."
|
7518 |
msgstr ""
|
7519 |
|
7520 |
+
#: admin/mscan/mscan.php:128
|
7521 |
msgid ""
|
7522 |
"Get real-time automated security protection that is far superior to all "
|
7523 |
"malware scanners: "
|
7524 |
msgstr ""
|
7525 |
|
7526 |
+
#: admin/mscan/mscan.php:130
|
7527 |
msgid "MScan Disclaimer:"
|
7528 |
msgstr ""
|
7529 |
|
7530 |
+
#: admin/mscan/mscan.php:130
|
7531 |
msgid ""
|
7532 |
"MScan is a very sensitive scanner that will detect hacker's code and files "
|
7533 |
"that other WordPress malware scanners will not detect, but unfortunately "
|
7538 |
"DB Entries Forms below. For additional help information click this link: "
|
7539 |
msgstr ""
|
7540 |
|
7541 |
+
#: admin/mscan/mscan.php:130 admin/mscan/mscan.php:148
|
7542 |
#: includes/hud-dismiss-functions.php:620
|
7543 |
msgid "MScan Malware Scanner Guide"
|
7544 |
msgstr ""
|
7545 |
|
7546 |
+
#: admin/mscan/mscan.php:149
|
7547 |
msgid "MScan Troubleshooting & Code Posting"
|
7548 |
msgstr ""
|
7549 |
|
7550 |
+
#: admin/mscan/mscan.php:190
|
7551 |
msgid "The MScan Database Table: "
|
7552 |
msgstr ""
|
7553 |
|
7554 |
+
#: admin/mscan/mscan.php:190
|
7555 |
msgid " data has been deleted."
|
7556 |
msgstr ""
|
7557 |
|
7558 |
+
#: admin/mscan/mscan.php:226
|
7559 |
msgid ""
|
7560 |
"MScan Status option values have been deleted. The Scan Completed timestamp, "
|
7561 |
"Total Scan Time, Total Files Scanned, Skipped Files, Suspicious Files and "
|
7563 |
"display blank or 0"
|
7564 |
msgstr ""
|
7565 |
|
7566 |
+
#: admin/mscan/mscan.php:267 admin/mscan/mscan.php:329
|
7567 |
+
#: admin/mscan/mscan.php:558 admin/mscan/mscan.php:829
|
7568 |
msgid "Skipped file scanning is turned On. Only skipped files will be scanned."
|
7569 |
msgstr ""
|
7570 |
|
7571 |
+
#: admin/mscan/mscan.php:271 admin/mscan/mscan.php:333
|
7572 |
+
#: admin/mscan/mscan.php:436 admin/mscan/mscan.php:513
|
7573 |
+
#: admin/mscan/mscan.php:837
|
7574 |
msgid ""
|
7575 |
"Image file scanning is turned On. On some web hosts scanning image files "
|
7576 |
"will cause the scan to stop/fail."
|
7577 |
msgstr ""
|
7578 |
|
7579 |
+
#: admin/mscan/mscan.php:275
|
7580 |
msgid ""
|
7581 |
"MScan scanning has been stopped. Note: The Stop Scan button also stops the "
|
7582 |
"Scan Time Estimate Tool from calculating estimated scan time."
|
7583 |
msgstr ""
|
7584 |
|
7585 |
+
#: admin/mscan/mscan.php:345
|
7586 |
msgid ""
|
7587 |
"Calculating Scan Time. The default scan time calculation time of 30 seconds "
|
7588 |
"was exceeded. If it takes longer than 30 seconds to calculate total scan "
|
7595 |
"see if the the estimated scan time was successfully logged."
|
7596 |
msgstr ""
|
7597 |
|
7598 |
+
#: admin/mscan/mscan.php:345
|
7599 |
msgid "Refresh"
|
7600 |
msgstr ""
|
7601 |
|
7602 |
+
#: admin/mscan/mscan.php:353
|
7603 |
msgid ""
|
7604 |
"The estimated total scan time is more than the Max Time Limit to Scan option "
|
7605 |
"setting time limit."
|
7606 |
msgstr ""
|
7607 |
|
7608 |
+
#: admin/mscan/mscan.php:353
|
7609 |
msgid ""
|
7610 |
"The scan will automatically end/stop when the Max Time Limit to Scan option "
|
7611 |
"setting time limit is reached."
|
7612 |
msgstr ""
|
7613 |
|
7614 |
+
#: admin/mscan/mscan.php:353
|
7615 |
msgid "Estimated Total Scan Time: "
|
7616 |
msgstr ""
|
7617 |
|
7618 |
+
#: admin/mscan/mscan.php:353
|
7619 |
msgid "Max Time Limit to Scan: "
|
7620 |
msgstr ""
|
7621 |
|
7622 |
+
#: admin/mscan/mscan.php:353
|
7623 |
msgid "Click the MScan Read Me help button for a recommended solution."
|
7624 |
msgstr ""
|
7625 |
|
7626 |
+
#: admin/mscan/mscan.php:359
|
7627 |
msgid ""
|
7628 |
"MScan Scanning has started. You can leave the MScan page while a scan is in "
|
7629 |
"progress and the scan will continue until it is completed or you can open "
|
7630 |
"another Browser Tab/Window and leave this Browser Tab/Window open."
|
7631 |
msgstr ""
|
7632 |
|
7633 |
+
#: admin/mscan/mscan.php:378 admin/mscan/mscan.php:384
|
7634 |
msgid "Suspicious code or files were detected."
|
7635 |
msgstr ""
|
7636 |
|
7637 |
+
#: admin/mscan/mscan.php:378 admin/mscan/mscan.php:384
|
7638 |
msgid ""
|
7639 |
"Click the View|Ignore|Delete Suspicious Files accordion tab to View, Ignore "
|
7640 |
"or Delete suspicious files. For additional help information click the MScan "
|
7641 |
"Read Me help button."
|
7642 |
msgstr ""
|
7643 |
|
7644 |
+
#: admin/mscan/mscan.php:388
|
7645 |
msgid "Suspicious code was detected in your database."
|
7646 |
msgstr ""
|
7647 |
|
7648 |
+
#: admin/mscan/mscan.php:388
|
7649 |
msgid ""
|
7650 |
"Click the View|Ignore Suspicious DB Entries accordion tab to view and ignore "
|
7651 |
"suspicious db entries. For additional help information click the MScan Read "
|
7652 |
"Me help button."
|
7653 |
msgstr ""
|
7654 |
|
7655 |
+
#: admin/mscan/mscan.php:393
|
7656 |
msgid ""
|
7657 |
"MScan Scan has completed. To view extensive details of all scanning phases "
|
7658 |
"view the MScan Log file."
|
7659 |
msgstr ""
|
7660 |
|
7661 |
+
#: admin/mscan/mscan.php:432
|
7662 |
msgid ""
|
7663 |
"Skipped file scanning is turned On. The scan time estimate is for scanning "
|
7664 |
"skipped files only."
|
7665 |
msgstr ""
|
7666 |
|
7667 |
+
#: admin/mscan/mscan.php:440
|
7668 |
msgid ""
|
7669 |
"The total estimated time of an actual scan based on your MScan option "
|
7670 |
"settings is: "
|
7671 |
msgstr ""
|
7672 |
|
7673 |
+
#: admin/mscan/mscan.php:440
|
7674 |
msgid ""
|
7675 |
"Seconds. The MScan Log file contains extensive details about the estimated "
|
7676 |
"scan time. Note: The Scan Time Estimate Tool does not affect or change any "
|
7678 |
"to the estimated scan time."
|
7679 |
msgstr ""
|
7680 |
|
7681 |
+
#: admin/mscan/mscan.php:509
|
7682 |
msgid ""
|
7683 |
"Skipped file scanning is turned On. The scan time estimate will be for "
|
7684 |
"scanning skipped files only."
|
7685 |
msgstr ""
|
7686 |
|
7687 |
+
#: admin/mscan/mscan.php:517
|
7688 |
msgid ""
|
7689 |
"Calculating Estimated Scan Time. Notes: The Scan Time Estimate Tool does not "
|
7690 |
"affect or change any previous scan results except for the Total Scan Time, "
|
7693 |
"the estimated scan time."
|
7694 |
msgstr ""
|
7695 |
|
7696 |
+
#: admin/mscan/mscan.php:562
|
7697 |
msgid ""
|
7698 |
"Calculating Scan Time. You can leave the MScan page while a scan is in "
|
7699 |
"progress and the scan will continue until it is completed or you can open "
|
7700 |
"another Browser Tab/Window and leave this Browser Tab/Window open."
|
7701 |
msgstr ""
|
7702 |
|
7703 |
+
#: admin/mscan/mscan.php:718
|
7704 |
msgid "Click OK to start scanning or click Cancel."
|
7705 |
msgstr ""
|
7706 |
|
7707 |
+
#: admin/mscan/mscan.php:725
|
7708 |
msgid "Click OK to stop scanning or click Cancel."
|
7709 |
msgstr ""
|
7710 |
|
7711 |
+
#: admin/mscan/mscan.php:732
|
7712 |
msgid "MScan Options & Tools"
|
7713 |
msgstr ""
|
7714 |
|
7715 |
+
#: admin/mscan/mscan.php:745
|
7716 |
msgid "Save MScan Options"
|
7717 |
msgstr ""
|
7718 |
|
7719 |
+
#: admin/mscan/mscan.php:833
|
7720 |
msgid ""
|
7721 |
"Skipped file scanning is turned On. There are no skipped files to be "
|
7722 |
"scanned. Either there really are not any skipped files to scan or you have "
|
7723 |
"not run a regular scan yet with the Skipped File Scan option turned Off."
|
7724 |
msgstr ""
|
7725 |
|
7726 |
+
#: admin/mscan/mscan.php:841
|
7727 |
msgid "Warning: "
|
7728 |
msgstr ""
|
7729 |
|
7730 |
+
#: admin/mscan/mscan.php:841
|
7731 |
msgid ""
|
7732 |
"On some web hosts (Known host issues: SiteGround, Cyon) turning On the "
|
7733 |
"\"Automatically Delete /tmp Files\" option setting will cause your website/"
|
7736 |
"has crashed."
|
7737 |
msgstr ""
|
7738 |
|
7739 |
+
#: admin/mscan/mscan.php:845
|
7740 |
msgid "MScan Options saved."
|
7741 |
msgstr ""
|
7742 |
|
7743 |
+
#: admin/mscan/mscan.php:948
|
7744 |
msgid "MScan Options"
|
7745 |
msgstr ""
|
7746 |
|
7747 |
+
#: admin/mscan/mscan.php:949
|
7748 |
msgid "MScan Tools"
|
7749 |
msgstr ""
|
7750 |
|
7751 |
+
#: admin/mscan/mscan.php:962
|
7752 |
msgid "Folder Name"
|
7753 |
msgstr ""
|
7754 |
|
7755 |
+
#: admin/mscan/mscan.php:978
|
7756 |
msgid "Folder is not readable"
|
7757 |
msgstr ""
|
7758 |
|
7759 |
+
#: admin/mscan/mscan.php:991
|
7760 |
msgid ""
|
7761 |
"This folder contains another WordPress website. Click the MScan Read Me help "
|
7762 |
"button above and read the \"Scanning Other WordPress Sites\" help section."
|
7763 |
msgstr ""
|
7764 |
|
7765 |
+
#: admin/mscan/mscan.php:1017
|
7766 |
msgid "Max File Size Limit to Scan:"
|
7767 |
msgstr ""
|
7768 |
|
7769 |
+
#: admin/mscan/mscan.php:1021
|
7770 |
msgid "Max Time Limit to Scan:"
|
7771 |
msgstr ""
|
7772 |
|
7773 |
+
#: admin/mscan/mscan.php:1025
|
|
|
|
|
|
|
|
|
7774 |
msgid "Enter one folder path per line. Include folder slashes."
|
7775 |
msgstr ""
|
7776 |
|
7777 |
+
#: admin/mscan/mscan.php:1025 admin/mscan/mscan.php:1055
|
7778 |
msgid "Example:"
|
7779 |
msgstr ""
|
7780 |
|
7781 |
+
#: admin/mscan/mscan.php:1025 admin/mscan/mscan.php:1043
|
7782 |
+
#: admin/mscan/mscan.php:1055
|
7783 |
msgid "Click the MScan Read Me help button for more help info."
|
7784 |
msgstr ""
|
7785 |
|
7786 |
+
#: admin/mscan/mscan.php:1033
|
7787 |
msgid "Database Scan On"
|
7788 |
msgstr ""
|
7789 |
|
7790 |
+
#: admin/mscan/mscan.php:1034
|
7791 |
msgid "Database Scan Off"
|
7792 |
msgstr ""
|
7793 |
|
7794 |
+
#: admin/mscan/mscan.php:1039
|
7795 |
msgid "Image File Scan Off"
|
7796 |
msgstr ""
|
7797 |
|
7798 |
+
#: admin/mscan/mscan.php:1040
|
7799 |
msgid "Image File Scan On"
|
7800 |
msgstr ""
|
7801 |
|
7802 |
+
#: admin/mscan/mscan.php:1043
|
7803 |
msgid ""
|
7804 |
"When Skipped File Scan is On only skipped files will be scanned. Note: The "
|
7805 |
"only MScan option setting that has any affect while Skipped File Scan is On "
|
7806 |
"is Image File Scan On or Off."
|
7807 |
msgstr ""
|
7808 |
|
7809 |
+
#: admin/mscan/mscan.php:1045
|
7810 |
msgid "Skipped File Scan Off"
|
7811 |
msgstr ""
|
7812 |
|
7813 |
+
#: admin/mscan/mscan.php:1046
|
7814 |
msgid "Skipped File Scan On"
|
7815 |
msgstr ""
|
7816 |
|
7817 |
+
#: admin/mscan/mscan.php:1051
|
7818 |
msgid "Delete Tmp Files Off"
|
7819 |
msgstr ""
|
7820 |
|
7821 |
+
#: admin/mscan/mscan.php:1052
|
7822 |
msgid "Delete Tmp Files On"
|
7823 |
msgstr ""
|
7824 |
|
7825 |
+
#: admin/mscan/mscan.php:1055
|
7826 |
+
msgid "Enter one file name per line."
|
7827 |
+
msgstr ""
|
7828 |
+
|
7829 |
+
#: admin/mscan/mscan.php:1063
|
7830 |
msgid "Scheduled Scan Off"
|
7831 |
msgstr ""
|
7832 |
|
7833 |
+
#: admin/mscan/mscan.php:1064
|
7834 |
msgid "Run Scan Every 60 Minutes"
|
7835 |
msgstr ""
|
7836 |
|
7837 |
+
#: admin/mscan/mscan.php:1065
|
7838 |
msgid "Run Scan Every 3 Hours"
|
7839 |
msgstr ""
|
7840 |
|
7841 |
+
#: admin/mscan/mscan.php:1066
|
7842 |
msgid "Run Scan Every 6 Hours"
|
7843 |
msgstr ""
|
7844 |
|
7845 |
+
#: admin/mscan/mscan.php:1067
|
7846 |
msgid "Run Scan Every 12 Hours"
|
7847 |
msgstr ""
|
7848 |
|
7849 |
+
#: admin/mscan/mscan.php:1068
|
7850 |
msgid "Run Scan Every 24 Hours"
|
7851 |
msgstr ""
|
7852 |
|
7853 |
+
#: admin/mscan/mscan.php:1071
|
7854 |
msgid "Click OK to save MScan Options or click Cancel"
|
7855 |
msgstr ""
|
7856 |
|
7857 |
+
#: admin/mscan/mscan.php:1080
|
7858 |
msgid ""
|
7859 |
"IMPORTANT: You can stop the scan time estimate if it hangs or is taking too "
|
7860 |
"long by clicking the Stop Scan button.\\n"
|
7873 |
"OK to get a scan time estimate or click Cancel"
|
7874 |
msgstr ""
|
7875 |
|
7876 |
+
#: admin/mscan/mscan.php:1085
|
7877 |
msgid ""
|
7878 |
"This tool allows you to delete all of the MScan Status option values.\\n"
|
7879 |
"\\n-------------------------------------------------------------\\n\\nThe "
|
7885 |
"OK to delete scan status option values or click Cancel"
|
7886 |
msgstr ""
|
7887 |
|
7888 |
+
#: admin/mscan/mscan.php:1090
|
7889 |
msgid ""
|
7890 |
"Deleting all database scan data is a reset that deletes any/all changes you "
|
7891 |
"have made and saved using the View|Ignore|Delete Suspicious Files and View|"
|
7894 |
"OK to delete all database Scan Data or click Cancel"
|
7895 |
msgstr ""
|
7896 |
|
7897 |
+
#: admin/mscan/mscan.php:1238
|
7898 |
msgid " has been deleted."
|
7899 |
msgstr ""
|
7900 |
|
7901 |
+
#: admin/mscan/mscan.php:1259
|
7902 |
msgid ""
|
7903 |
" Current Status has been changed to Ignored File and this file will not be "
|
7904 |
"scanned in any future MScan Scans."
|
7905 |
msgstr ""
|
7906 |
|
7907 |
+
#: admin/mscan/mscan.php:1280
|
7908 |
msgid ""
|
7909 |
" Ignored File Status has been removed. The previous Status of the file will "
|
7910 |
"be displayed again and this file will be scanned in future MScan scans."
|
7911 |
msgstr ""
|
7912 |
|
7913 |
+
#: admin/mscan/mscan.php:1302 admin/mscan/mscan.php:1311
|
7914 |
msgid "Close File"
|
7915 |
msgstr ""
|
7916 |
|
7917 |
+
#: admin/mscan/mscan.php:1302 admin/mscan/mscan.php:1311
|
7918 |
+
#: admin/mscan/mscan.php:1608
|
7919 |
msgid "MScan Pattern Match"
|
7920 |
msgstr ""
|
7921 |
|
7922 |
+
#: admin/mscan/mscan.php:1302
|
7923 |
msgid ""
|
7924 |
"Only the MScan Pattern Match is displayed for images instead of the image "
|
7925 |
"file code."
|
7926 |
msgstr ""
|
7927 |
|
7928 |
+
#: admin/mscan/mscan.php:1302
|
7929 |
msgid ""
|
7930 |
"Opening image files to view image file code does not work well in a Browser."
|
7931 |
msgstr ""
|
7932 |
|
7933 |
+
#: admin/mscan/mscan.php:1302
|
7934 |
msgid ""
|
7935 |
"You can download suspicious image files and use a code editor like Notepad++ "
|
7936 |
"to check image file code for any malicious code."
|
7937 |
msgstr ""
|
7938 |
|
7939 |
+
#: admin/mscan/mscan.php:1302 admin/mscan/mscan.php:1311
|
7940 |
+
#: admin/mscan/mscan.php:1608
|
7941 |
msgid ""
|
7942 |
"If you are not sure what to check for or what is and is not malicious code "
|
7943 |
"then click the MScan Read Me help button."
|
7944 |
msgstr ""
|
7945 |
|
7946 |
+
#: admin/mscan/mscan.php:1311
|
7947 |
msgid ""
|
7948 |
"You can use your Browser's Search or Find feature to search the file "
|
7949 |
"contents/code displayed below using the MScan Pattern Match above for the "
|
7950 |
"suspicious code that was detected by MScan."
|
7951 |
msgstr ""
|
7952 |
|
7953 |
+
#: admin/mscan/mscan.php:1311
|
7954 |
msgid ""
|
7955 |
"You can download suspicious files if you would like to check the file "
|
7956 |
"contents/code more extensively with a code editor like Notepad++."
|
7957 |
msgstr ""
|
7958 |
|
7959 |
+
#: admin/mscan/mscan.php:1339 admin/mscan/mscan.php:1630
|
7960 |
msgid "Current Status"
|
7961 |
msgstr ""
|
7962 |
|
7963 |
+
#: admin/mscan/mscan.php:1340
|
7964 |
msgid "View<br>File"
|
7965 |
msgstr ""
|
7966 |
|
7967 |
+
#: admin/mscan/mscan.php:1341
|
7968 |
msgid "Ignore<br>File"
|
7969 |
msgstr ""
|
7970 |
|
7971 |
+
#: admin/mscan/mscan.php:1342
|
7972 |
msgid "Unignore<br>File"
|
7973 |
msgstr ""
|
7974 |
|
7975 |
+
#: admin/mscan/mscan.php:1343
|
7976 |
msgid "Delete<br>File"
|
7977 |
msgstr ""
|
7978 |
|
7979 |
+
#: admin/mscan/mscan.php:1344 admin/system-info/system-info.php:946
|
7980 |
+
#: admin/system-info/system-info.php:986
|
7981 |
msgid "File Path"
|
7982 |
msgstr ""
|
7983 |
|
7984 |
+
#: admin/mscan/mscan.php:1345 admin/mscan/mscan.php:1637
|
7985 |
msgid "Pattern<br>Match"
|
7986 |
msgstr ""
|
7987 |
|
7988 |
+
#: admin/mscan/mscan.php:1346 admin/mscan/mscan.php:1638
|
7989 |
msgid "Scan<br>Time"
|
7990 |
msgstr ""
|
7991 |
|
7992 |
+
#: admin/mscan/mscan.php:1359
|
7993 |
msgid "Skipped File"
|
7994 |
msgstr ""
|
7995 |
|
7996 |
+
#: admin/mscan/mscan.php:1359
|
7997 |
msgid "Not Scanned"
|
7998 |
msgstr ""
|
7999 |
|
8000 |
+
#: admin/mscan/mscan.php:1363 admin/mscan/mscan.php:1370
|
8001 |
msgid "Ignored File"
|
8002 |
msgstr ""
|
8003 |
|
8004 |
+
#: admin/mscan/mscan.php:1375
|
8005 |
msgid "Suspicious File"
|
8006 |
msgstr ""
|
8007 |
|
8008 |
+
#: admin/mscan/mscan.php:1381 admin/mscan/mscan.php:1659
|
8009 |
msgid "View"
|
8010 |
msgstr ""
|
8011 |
|
8012 |
+
#: admin/mscan/mscan.php:1382 admin/mscan/mscan.php:1660
|
8013 |
msgid "Ignore"
|
8014 |
msgstr ""
|
8015 |
|
8016 |
+
#: admin/mscan/mscan.php:1384 admin/mscan/mscan.php:1661
|
8017 |
msgid "Unignore"
|
8018 |
msgstr ""
|
8019 |
|
8020 |
+
#: admin/mscan/mscan.php:1395
|
8021 |
msgid "No Suspicious Files were detected"
|
8022 |
msgstr ""
|
8023 |
|
8024 |
+
#: admin/mscan/mscan.php:1409
|
8025 |
msgid ""
|
8026 |
"View File Option: Selecting the View File Checkbox Form option will display "
|
8027 |
"the contents of the file that you have selected to view.\\n"
|
8041 |
"OK to proceed or click Cancel"
|
8042 |
msgstr ""
|
8043 |
|
8044 |
+
#: admin/mscan/mscan.php:1565
|
8045 |
msgid "Current Status has been changed to Ignored for DB Row ID"
|
8046 |
msgstr ""
|
8047 |
|
8048 |
+
#: admin/mscan/mscan.php:1565 admin/mscan/mscan.php:1584
|
8049 |
msgid "in DB Column"
|
8050 |
msgstr ""
|
8051 |
|
8052 |
+
#: admin/mscan/mscan.php:1565
|
8053 |
msgid "This DB Entry will not be scanned in any future MScan Scans."
|
8054 |
msgstr ""
|
8055 |
|
8056 |
+
#: admin/mscan/mscan.php:1584
|
8057 |
msgid "The Ignored DB Entry Status has been removed for DB Row ID"
|
8058 |
msgstr ""
|
8059 |
|
8060 |
+
#: admin/mscan/mscan.php:1584
|
8061 |
msgid ""
|
8062 |
"The previous Status of the DB Entry will be displayed again and this DB "
|
8063 |
"Entry will be scanned in future MScan scans."
|
8064 |
msgstr ""
|
8065 |
|
8066 |
+
#: admin/mscan/mscan.php:1603 admin/mscan/mscan.php:1608
|
8067 |
msgid "Close"
|
8068 |
msgstr ""
|
8069 |
|
8070 |
+
#: admin/mscan/mscan.php:1603
|
8071 |
msgid "Pharma Hack DB Table and Column"
|
8072 |
msgstr ""
|
8073 |
|
8074 |
+
#: admin/mscan/mscan.php:1603
|
8075 |
msgid "Pharma Hack cleanup/removal steps"
|
8076 |
msgstr ""
|
8077 |
|
8078 |
+
#: admin/mscan/mscan.php:1603
|
8079 |
msgid "Edit your theme's header.php file and delete this code: "
|
8080 |
msgstr ""
|
8081 |
|
8082 |
+
#: admin/mscan/mscan.php:1603
|
8083 |
msgid ""
|
8084 |
"Delete this file in your theme's root folder: nav.php. Login to your web "
|
8085 |
"host control panel, login to your WP Database using phpMyAdmin and delete "
|
8088 |
"any that you do see."
|
8089 |
msgstr ""
|
8090 |
|
8091 |
+
#: admin/mscan/mscan.php:1608
|
8092 |
msgid "DB Table, Column and Row ID"
|
8093 |
msgstr ""
|
8094 |
|
8095 |
+
#: admin/mscan/mscan.php:1608
|
8096 |
msgid "Steps to view the database data that MScan detected as suspicious"
|
8097 |
msgstr ""
|
8098 |
|
8099 |
+
#: admin/mscan/mscan.php:1608
|
8100 |
msgid ""
|
8101 |
"Login to your web host control panel, login to your WP Database using "
|
8102 |
"phpMyAdmin and check the data in the DB Table, Column and Row ID shown "
|
8103 |
"above. Note: Look for code that matches the MScan Pattern Match."
|
8104 |
msgstr ""
|
8105 |
|
8106 |
+
#: admin/mscan/mscan.php:1631
|
8107 |
msgid "View<br>DB Entry"
|
8108 |
msgstr ""
|
8109 |
|
8110 |
+
#: admin/mscan/mscan.php:1632
|
8111 |
msgid "Ignore<br>DB Entry"
|
8112 |
msgstr ""
|
8113 |
|
8114 |
+
#: admin/mscan/mscan.php:1633
|
8115 |
msgid "Unignore<br>DB Entry"
|
8116 |
msgstr ""
|
8117 |
|
8118 |
+
#: admin/mscan/mscan.php:1634
|
8119 |
msgid "DB Table"
|
8120 |
msgstr ""
|
8121 |
|
8122 |
+
#: admin/mscan/mscan.php:1635
|
8123 |
msgid "DB Column"
|
8124 |
msgstr ""
|
8125 |
|
8126 |
+
#: admin/mscan/mscan.php:1636
|
8127 |
msgid "DB Row ID"
|
8128 |
msgstr ""
|
8129 |
|
8130 |
+
#: admin/mscan/mscan.php:1649
|
8131 |
msgid "Ignored DB Entry"
|
8132 |
msgstr ""
|
8133 |
|
8134 |
+
#: admin/mscan/mscan.php:1654
|
8135 |
msgid "Suspicious DB Entry"
|
8136 |
msgstr ""
|
8137 |
|
8138 |
+
#: admin/mscan/mscan.php:1672
|
8139 |
msgid "No Suspicious DB Entries were detected"
|
8140 |
msgstr ""
|
8141 |
|
8142 |
+
#: admin/mscan/mscan.php:1687
|
8143 |
msgid ""
|
8144 |
"View DB Entry Option: Selecting the View DB Entry Checkbox Form option will "
|
8145 |
"display the contents of the DB Table, Column and Row ID that you have "
|
8157 |
"OK to proceed or click Cancel"
|
8158 |
msgstr ""
|
8159 |
|
8160 |
+
#: admin/mscan/mscan.php:1738
|
8161 |
msgid "MScan Log ~ "
|
8162 |
msgstr ""
|
8163 |
|
8164 |
+
#: admin/mscan/mscan.php:1738
|
8165 |
msgid ""
|
8166 |
"Logs MScan Settings, Completion Time, Memory Usage, Zip Backup File Name, "
|
8167 |
"Timestamp..."
|
8168 |
msgstr ""
|
8169 |
|
8170 |
+
#: admin/mscan/mscan.php:1769
|
8171 |
msgid "Click the Reset Last Modified Time in DB button"
|
8172 |
msgstr ""
|
8173 |
|
8174 |
+
#: admin/mscan/mscan.php:1769
|
8175 |
msgid "to set the"
|
8176 |
msgstr ""
|
8177 |
|
8178 |
+
#: admin/mscan/mscan.php:1774 admin/mscan/mscan.php:1779
|
8179 |
msgid "Last Modified Time in DB:"
|
8180 |
msgstr ""
|
8181 |
|
8182 |
+
#: admin/mscan/mscan.php:1792 admin/mscan/mscan.php:1795
|
8183 |
msgid "MScan Log File Size: "
|
8184 |
msgstr ""
|
8185 |
|
8186 |
+
#: admin/mscan/mscan.php:1795
|
8187 |
msgid ""
|
8188 |
"The S-Monitor Email Logging options will only send log files up to 2MB in "
|
8189 |
"size."
|
8190 |
msgstr ""
|
8191 |
|
8192 |
+
#: admin/mscan/mscan.php:1795
|
8193 |
msgid ""
|
8194 |
"Copy and paste the MScan Log file contents into a Notepad text file on your "
|
8195 |
"computer and save it."
|
8196 |
msgstr ""
|
8197 |
|
8198 |
+
#: admin/mscan/mscan.php:1806
|
8199 |
msgid "MScan Log Last Modified Time:"
|
8200 |
msgstr ""
|
8201 |
|
8202 |
+
#: admin/mscan/mscan.php:1808
|
8203 |
msgid "Last Modified Time in File:"
|
8204 |
msgstr ""
|
8205 |
|
8206 |
+
#: admin/mscan/mscan.php:1827
|
8207 |
msgid ""
|
8208 |
"Success! Your MScan Log has been deleted and replaced with a new blank MScan "
|
8209 |
"Log file."
|
8210 |
msgstr ""
|
8211 |
|
8212 |
+
#: admin/mscan/mscan.php:1837
|
8213 |
msgid "Clicking OK will delete the contents of your MScan Log file."
|
8214 |
msgstr ""
|
8215 |
|
8216 |
+
#: admin/mscan/mscan.php:1856
|
8217 |
msgid ""
|
8218 |
"The MScan Log File Was Not Found! Check that the file really exists here - /"
|
8219 |
msgstr ""
|
8220 |
|
8221 |
+
#: admin/mscan/mscan.php:1856
|
8222 |
msgid "/bps-backup/logs/mscan_log.txt and is named correctly."
|
8223 |
msgstr ""
|
8224 |
|
8225 |
+
#: admin/mscan/mscan.php:1875
|
8226 |
msgid "File Open and Write test successful! Your MScan Log file is writable."
|
8227 |
msgstr ""
|
8228 |
|
8229 |
+
#: admin/mscan/mscan.php:1887 admin/mscan/mscan.php:1891
|
8230 |
msgid "Success! Your MScan Log file has been updated."
|
8231 |
msgstr ""
|
8232 |
|
8233 |
+
#: admin/security-log/security-log.php:62
|
8234 |
msgid "BulletProof Security ~ Security Log"
|
8235 |
msgstr ""
|
8236 |
|
8237 |
+
#: admin/security-log/security-log.php:113
|
8238 |
+
#: admin/security-log/security-log.php:135
|
8239 |
msgid ""
|
8240 |
"Error: Unable to turn Logging Off. Either the root .htaccess file is not "
|
8241 |
"writable, it does not exist or the ErrorDocument .htaccess code does not "
|
8243 |
"exists, the code exists and that file permissions allow writing."
|
8244 |
msgstr ""
|
8245 |
|
8246 |
+
#: admin/security-log/security-log.php:146
|
8247 |
msgid "Logging has been turned Off"
|
8248 |
msgstr ""
|
8249 |
|
8250 |
+
#: admin/security-log/security-log.php:184
|
8251 |
+
#: admin/security-log/security-log.php:211
|
8252 |
msgid ""
|
8253 |
"Error: Unable to turn Logging On. Either the root .htaccess file is not "
|
8254 |
"writable, it does not exist or the ErrorDocument .htaccess code does not "
|
8256 |
"exists, the code exists and that file permissions allow writing."
|
8257 |
msgstr ""
|
8258 |
|
8259 |
+
#: admin/security-log/security-log.php:195
|
8260 |
msgid "Logging has been turned On"
|
8261 |
msgstr ""
|
8262 |
|
8263 |
+
#: admin/security-log/security-log.php:240
|
8264 |
msgid "Security Log ~ "
|
8265 |
msgstr ""
|
8266 |
|
8267 |
+
#: admin/security-log/security-log.php:240
|
8268 |
msgid ""
|
8269 |
"Logs Blocked Hackers & Spammers ~ HTTP 400, 403, 404, 405 & 410 Logging ~ "
|
8270 |
"Troubleshooting Tool"
|
8271 |
msgstr ""
|
8272 |
|
8273 |
+
#: admin/security-log/security-log.php:254
|
8274 |
msgid "Forum Help Links & Bonus Custom Code: "
|
8275 |
msgstr ""
|
8276 |
|
8277 |
+
#: admin/security-log/security-log.php:258
|
8278 |
msgid "POST Request Attack Protection"
|
8279 |
msgstr ""
|
8280 |
|
8281 |
+
#: admin/security-log/security-log.php:260
|
8282 |
msgid "Security Log General Information"
|
8283 |
msgstr ""
|
8284 |
|
8285 |
+
#: admin/security-log/security-log.php:260
|
8286 |
msgid ""
|
8287 |
"To view your Security Log click the View Log button. Your Security Log file "
|
8288 |
"is a plain text static file and not a dynamic file or dynamic display to "
|
8291 |
"and Time. You can copy, edit and delete this plain text file."
|
8292 |
msgstr ""
|
8293 |
|
8294 |
+
#: admin/security-log/security-log.php:260
|
8295 |
msgid ""
|
8296 |
"Security Log Email Alert and Log file option settings are on the Email|Log "
|
8297 |
"Settings page."
|
8298 |
msgstr ""
|
8299 |
|
8300 |
+
#: admin/security-log/security-log.php:260
|
8301 |
msgid ""
|
8302 |
"If a particular User Agent|Bot is generating excessive log entries you can "
|
8303 |
"add it to Add User Agents|Bots to Ignore|Not Log tool and that User Agent|"
|
8305 |
"help section."
|
8306 |
msgstr ""
|
8307 |
|
8308 |
+
#: admin/security-log/security-log.php:260
|
8309 |
msgid ""
|
8310 |
"BPS logs all 403 errors, but a 403 error may not necessarily be caused by "
|
8311 |
"BPS. Use the troubleshooting steps in the BPS Troubleshooting Steps link at "
|
8313 |
"error is being caused by BPS."
|
8314 |
msgstr ""
|
8315 |
|
8316 |
+
#: admin/security-log/security-log.php:260
|
8317 |
msgid ""
|
8318 |
"The Security Log logs 400, 403, 405 and 410 HTTP Response Status Codes by "
|
8319 |
"default. You can also log 404 HTTP Response Status Codes by opening this BPS "
|
8324 |
"the "
|
8325 |
msgstr ""
|
8326 |
|
8327 |
+
#: admin/security-log/security-log.php:260
|
8328 |
+
#: admin/security-log/security-log.php:284
|
8329 |
msgid "Total # of Security Log Entries by Type"
|
8330 |
msgstr ""
|
8331 |
|
8332 |
+
#: admin/security-log/security-log.php:260
|
8333 |
msgid ""
|
8334 |
" help section below for a complete list of BPS Security Log Entry Types."
|
8335 |
msgstr ""
|
8336 |
|
8337 |
+
#: admin/security-log/security-log.php:260
|
8338 |
msgid ""
|
8339 |
"Displays the total number of each type of Security Log Entry in your "
|
8340 |
"Security Log file. The Total # of Security Log Entries by Type is also added "
|
8347 |
"Security Log Entry Types. BPS Pro has a total of 27 Security Log Entry Types."
|
8348 |
msgstr ""
|
8349 |
|
8350 |
+
#: admin/security-log/security-log.php:260
|
8351 |
msgid "HTTP Response Status Codes"
|
8352 |
msgstr ""
|
8353 |
|
8354 |
+
#: admin/security-log/security-log.php:260
|
8355 |
msgid ""
|
8356 |
"400 Bad Request - The request could not be understood by the server due to "
|
8357 |
"malformed syntax."
|
8358 |
msgstr ""
|
8359 |
|
8360 |
+
#: admin/security-log/security-log.php:260
|
8361 |
msgid ""
|
8362 |
"403 Forbidden - The Server understood the request, but is refusing to "
|
8363 |
"fulfill it."
|
8364 |
msgstr ""
|
8365 |
|
8366 |
+
#: admin/security-log/security-log.php:260
|
8367 |
msgid ""
|
8368 |
"404 Not Found - The Server has not found anything matching the Request-URI|"
|
8369 |
"URL. No indication is given of whether the condition is temporary or "
|
8370 |
"permanent."
|
8371 |
msgstr ""
|
8372 |
|
8373 |
+
#: admin/security-log/security-log.php:260
|
8374 |
msgid ""
|
8375 |
"405 Method Not Allowed - The method specified in the Request-Line is not "
|
8376 |
"allowed for the resource identified by the Request-URI. The response MUST "
|
8380 |
"Methods."
|
8381 |
msgstr ""
|
8382 |
|
8383 |
+
#: admin/security-log/security-log.php:260
|
8384 |
msgid ""
|
8385 |
"410 Gone - The requested resource is no longer available at the Server/site "
|
8386 |
"and no forwarding address is known. This condition is expected to be "
|
8387 |
"considered permanent."
|
8388 |
msgstr ""
|
8389 |
|
8390 |
+
#: admin/security-log/security-log.php:260
|
8391 |
msgid "Security Log File Size"
|
8392 |
msgstr ""
|
8393 |
|
8394 |
+
#: admin/security-log/security-log.php:260
|
8395 |
msgid ""
|
8396 |
"Displays the size of your Security Log file. 500KB is the optimum "
|
8397 |
"recommended log file size setting that you should choose for your log file "
|
8399 |
"Log file."
|
8400 |
msgstr ""
|
8401 |
|
8402 |
+
#: admin/security-log/security-log.php:260
|
8403 |
msgid "Security Log Status:"
|
8404 |
msgstr ""
|
8405 |
|
8406 |
+
#: admin/security-log/security-log.php:260
|
8407 |
msgid "Displays either Logging is Turned On or Logging is Turned Off."
|
8408 |
msgstr ""
|
8409 |
|
8410 |
+
#: admin/security-log/security-log.php:260
|
8411 |
msgid "Security Log Last Modified Time:"
|
8412 |
msgstr ""
|
8413 |
|
8414 |
+
#: admin/security-log/security-log.php:260
|
8415 |
msgid "Displays the last time a Security Log entry was logged."
|
8416 |
msgstr ""
|
8417 |
|
8418 |
+
#: admin/security-log/security-log.php:260
|
8419 |
msgid "Turn Off Logging"
|
8420 |
msgstr ""
|
8421 |
|
8422 |
+
#: admin/security-log/security-log.php:260
|
8423 |
msgid "Turns Off HTTP 400, 403, 404, 405 & 410 Security Logging."
|
8424 |
msgstr ""
|
8425 |
|
8426 |
+
#: admin/security-log/security-log.php:260
|
8427 |
msgid "Turn On Logging"
|
8428 |
msgstr ""
|
8429 |
|
8430 |
+
#: admin/security-log/security-log.php:260
|
8431 |
msgid "Turns On HTTP 400, 403, 404, 405 & 410 Security Logging."
|
8432 |
msgstr ""
|
8433 |
|
8434 |
+
#: admin/security-log/security-log.php:260
|
8435 |
msgid ""
|
8436 |
"Clicking the Delete Log button will delete the entire contents of your "
|
8437 |
"Security Log File."
|
8438 |
msgstr ""
|
8439 |
|
8440 |
+
#: admin/security-log/security-log.php:260
|
8441 |
+
#: admin/security-log/security-log.php:454
|
8442 |
msgid "POST Request Body Data"
|
8443 |
msgstr ""
|
8444 |
|
8445 |
+
#: admin/security-log/security-log.php:260
|
8446 |
msgid ""
|
8447 |
"The POST Request Body Data option settings only affect the REQUEST BODY "
|
8448 |
"Security Log field in your Security Log entries when a POST Request is "
|
8453 |
"not all POST Request Attacks will be captured/logged in the Security Log."
|
8454 |
msgstr ""
|
8455 |
|
8456 |
+
#: admin/security-log/security-log.php:260
|
8457 |
msgid ""
|
8458 |
"The default POST Request Body Data option setting is \"Do Not Log POST "
|
8459 |
"Request Body Data (0KB)\", which means do not capture/log the POST Request "
|
8468 |
"Maximum...\" POST Request Body Data option settings."
|
8469 |
msgstr ""
|
8470 |
|
8471 |
+
#: admin/security-log/security-log.php:260
|
8472 |
msgid ""
|
8473 |
"The \"Log Minimum POST Request Body Data (5KB)\" option setting will capture/"
|
8474 |
"log the first 500 characters or 5KB of hacker code used to attack your "
|
8480 |
"field. Hacker scripts typically range in size from 20KB to 100KB on average."
|
8481 |
msgstr ""
|
8482 |
|
8483 |
+
#: admin/security-log/security-log.php:260
|
8484 |
msgid ""
|
8485 |
"If you are using email security protection on your computer then your "
|
8486 |
"automatically zipped and emailed BPS Security Log files may be seen as "
|
8493 |
"option setting instead."
|
8494 |
msgstr ""
|
8495 |
|
8496 |
+
#: admin/security-log/security-log.php:260
|
8497 |
msgid ""
|
8498 |
"Ignoring|Not Logging User Agents|Bots - Allowing|Logging User Agents|Bots"
|
8499 |
msgstr ""
|
8500 |
|
8501 |
+
#: admin/security-log/security-log.php:260
|
8502 |
msgid ""
|
8503 |
"Adding or Removing User Agents|Bots adds or removes User Agents|Bots to your "
|
8504 |
"Database and also writes new code to the 403.php Security Logging template. "
|
8513 |
"file."
|
8514 |
msgstr ""
|
8515 |
|
8516 |
+
#: admin/security-log/security-log.php:260
|
8517 |
msgid ""
|
8518 |
"If a particular User Agent|Bot is being logged excessively in your Security "
|
8519 |
"Log file you can Ignore|Not Log that particular User Agent|Bot based on the "
|
8526 |
"facebook User Agent|Bot."
|
8527 |
msgstr ""
|
8528 |
|
8529 |
+
#: admin/security-log/security-log.php:260
|
8530 |
+
#: admin/security-log/security-log.php:467
|
8531 |
msgid "Add User Agents|Bots to Ignore|Not Log"
|
8532 |
msgstr ""
|
8533 |
|
8534 |
+
#: admin/security-log/security-log.php:260
|
8535 |
msgid ""
|
8536 |
"Add the User Agent|Bot names you would like to Ignore|Not Log in your "
|
8537 |
"Security Log. These code characters are not allowed to be used: "
|
8538 |
msgstr ""
|
8539 |
|
8540 |
+
#: admin/security-log/security-log.php:260
|
8541 |
msgid "Removing User Agents|Bots to Allow|Log"
|
8542 |
msgstr ""
|
8543 |
|
8544 |
+
#: admin/security-log/security-log.php:260
|
8545 |
msgid ""
|
8546 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
8547 |
"the text box blank and click the Remove|Allow button. You will see a "
|
8554 |
"Agents|Bots logged again in your Security Log."
|
8555 |
msgstr ""
|
8556 |
|
8557 |
+
#: admin/security-log/security-log.php:260
|
8558 |
msgid "View Log"
|
8559 |
msgstr ""
|
8560 |
|
8561 |
+
#: admin/security-log/security-log.php:260
|
8562 |
msgid ""
|
8563 |
"In previous versions of BPS the Security Log was displayed open by default. "
|
8564 |
"The Security Log is now closed by default due to problems with ModSecurity "
|
8568 |
"file manager and opening the Security Log file located here "
|
8569 |
msgstr ""
|
8570 |
|
8571 |
+
#: admin/security-log/security-log.php:260
|
8572 |
msgid ""
|
8573 |
"The new View Log feature also resolves another problem, which is if the "
|
8574 |
"Security Log file automation is not working due to WP Cron jobs being "
|
8581 |
"button."
|
8582 |
msgstr ""
|
8583 |
|
8584 |
+
#: admin/security-log/security-log.php:287
|
8585 |
msgid "There are no Security Log Entries yet."
|
8586 |
msgstr ""
|
8587 |
|
8588 |
+
#: admin/security-log/security-log.php:295
|
8589 |
msgid "Total "
|
8590 |
msgstr ""
|
8591 |
|
8592 |
+
#: admin/security-log/security-log.php:295
|
8593 |
msgid " Log Entries: "
|
8594 |
msgstr ""
|
8595 |
|
8596 |
+
#: admin/security-log/security-log.php:313
|
8597 |
+
#: admin/security-log/security-log.php:316
|
8598 |
msgid "Security Log File Size: "
|
8599 |
msgstr ""
|
8600 |
|
8601 |
+
#: admin/security-log/security-log.php:316
|
8602 |
msgid ""
|
8603 |
"Your Security Log file is larger than 2MB. It appears that BPS is unable to "
|
8604 |
"automatically zip, email and delete your Security Log file."
|
8605 |
msgstr ""
|
8606 |
|
8607 |
+
#: admin/security-log/security-log.php:316
|
8608 |
msgid "Check your Email Alerts & Log File Options."
|
8609 |
msgstr ""
|
8610 |
|
8611 |
+
#: admin/security-log/security-log.php:316
|
8612 |
msgid ""
|
8613 |
"You can manually delete the contents of this log file by clicking the Delete "
|
8614 |
"Log button."
|
8615 |
msgstr ""
|
8616 |
|
8617 |
+
#: admin/security-log/security-log.php:330
|
8618 |
+
#: admin/security-log/security-log.php:333
|
8619 |
msgid "Security Log Status: "
|
8620 |
msgstr ""
|
8621 |
|
8622 |
+
#: admin/security-log/security-log.php:330
|
8623 |
msgid "Logging is Turned Off"
|
8624 |
msgstr ""
|
8625 |
|
8626 |
+
#: admin/security-log/security-log.php:333
|
8627 |
msgid "Logging is Turned On"
|
8628 |
msgstr ""
|
8629 |
|
8630 |
+
#: admin/security-log/security-log.php:347
|
8631 |
msgid "Security Log Last Modified Time: "
|
8632 |
msgstr ""
|
8633 |
|
8634 |
+
#: admin/security-log/security-log.php:361
|
8635 |
msgid ""
|
8636 |
"Success! Your Security Log file has been deleted and replaced with a new "
|
8637 |
"blank Security Log file."
|
8638 |
msgstr ""
|
8639 |
|
8640 |
+
#: admin/security-log/security-log.php:381
|
8641 |
msgid "Error: "
|
8642 |
msgstr ""
|
8643 |
|
8644 |
+
#: admin/security-log/security-log.php:381
|
8645 |
msgid ""
|
8646 |
" User Agent|Bot was not successfully added. These code characters are not "
|
8647 |
"allowed to be used: "
|
8648 |
msgstr ""
|
8649 |
|
8650 |
+
#: admin/security-log/security-log.php:381
|
8651 |
msgid " Click the Read Help button for examples of valid User Agent|Bot names."
|
8652 |
msgstr ""
|
8653 |
|
8654 |
+
#: admin/security-log/security-log.php:391
|
8655 |
msgid "Success! "
|
8656 |
msgstr ""
|
8657 |
|
8658 |
+
#: admin/security-log/security-log.php:391
|
8659 |
msgid " User Agent|Bot has been added to your DB. "
|
8660 |
msgstr ""
|
8661 |
|
8662 |
+
#: admin/security-log/security-log.php:398
|
8663 |
msgid ""
|
8664 |
"Error: You did not enter a User Agent|Bot name. User Agent|Bot was not "
|
8665 |
"successfully added."
|
8666 |
msgstr ""
|
8667 |
|
8668 |
+
#: admin/security-log/security-log.php:405
|
8669 |
+
#: admin/security-log/security-log.php:538 admin/wizard/wizard.php:318
|
|
|
8670 |
#: admin/wizard/wizard.php:324 admin/wizard/wizard.php:330
|
8671 |
+
#: admin/wizard/wizard.php:336 admin/wizard/wizard.php:342
|
8672 |
msgid "Error: The "
|
8673 |
msgstr ""
|
8674 |
|
8675 |
+
#: admin/security-log/security-log.php:405
|
8676 |
+
#: admin/security-log/security-log.php:538
|
8677 |
msgid " does not exist."
|
8678 |
msgstr ""
|
8679 |
|
8680 |
+
#: admin/security-log/security-log.php:433
|
8681 |
+
#: admin/security-log/security-log.php:551
|
8682 |
+
#: admin/security-log/security-log.php:615
|
8683 |
msgid "Error: Unable to write to file "
|
8684 |
msgstr ""
|
8685 |
|
8686 |
+
#: admin/security-log/security-log.php:433
|
8687 |
+
#: admin/security-log/security-log.php:551
|
8688 |
+
#: admin/security-log/security-log.php:615
|
8689 |
msgid ""
|
8690 |
". Check that file permissions allow writing to this file. If you have a DSO "
|
8691 |
"Server check file and folder Ownership."
|
8692 |
msgstr ""
|
8693 |
|
8694 |
+
#: admin/security-log/security-log.php:440
|
8695 |
msgid ""
|
8696 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
8697 |
"This User Agent|Bot will be no longer be logged in your Security Log."
|
8698 |
msgstr ""
|
8699 |
|
8700 |
+
#: admin/security-log/security-log.php:455
|
8701 |
msgid " Do Not Log POST Request Body Data (0KB)"
|
8702 |
msgstr ""
|
8703 |
|
8704 |
+
#: admin/security-log/security-log.php:456
|
8705 |
msgid " Log Minimum POST Request Body Data (5KB)"
|
8706 |
msgstr ""
|
8707 |
|
8708 |
+
#: admin/security-log/security-log.php:457
|
8709 |
msgid " Log Maximum POST Request Body Data (250KB)"
|
8710 |
msgstr ""
|
8711 |
|
8712 |
+
#: admin/security-log/security-log.php:468
|
8713 |
msgid "Click the Read Me Help button for examples"
|
8714 |
msgstr ""
|
8715 |
|
8716 |
+
#: admin/security-log/security-log.php:470
|
8717 |
msgid ""
|
8718 |
"Clicking OK will Add the User Agent|Bot name you have entered to your DB and "
|
8719 |
"the 403.php Security Logging template."
|
8720 |
msgstr ""
|
8721 |
|
8722 |
+
#: admin/security-log/security-log.php:470
|
8723 |
msgid ""
|
8724 |
"Security logging checks are done by the 403.php Security Logging file and "
|
8725 |
"not by DB Queries."
|
8726 |
msgstr ""
|
8727 |
|
8728 |
+
#: admin/security-log/security-log.php:470
|
8729 |
msgid ""
|
8730 |
"To remove User Agents|Bots from being ignored/not logged use the Remove|"
|
8731 |
"Allow tool."
|
8732 |
msgstr ""
|
8733 |
|
8734 |
+
#: admin/security-log/security-log.php:483
|
8735 |
msgid "Remove User Agents|Bots to Allow|Log"
|
8736 |
msgstr ""
|
8737 |
|
8738 |
+
#: admin/security-log/security-log.php:485
|
8739 |
msgid ""
|
8740 |
"Clicking OK will search your database and display User Agent|Bot DB search "
|
8741 |
"results in a Dynamic Radio button Form."
|
8742 |
msgstr ""
|
8743 |
|
8744 |
+
#: admin/security-log/security-log.php:485
|
8745 |
msgid ""
|
8746 |
"To search for ALL User Agents|Bots to remove/delete from your database leave "
|
8747 |
"the text box blank and click the Remove|Allow button."
|
8748 |
msgstr ""
|
8749 |
|
8750 |
+
#: admin/security-log/security-log.php:498
|
8751 |
msgid "Click OK to Turn Off Error Logging or click Cancel."
|
8752 |
msgstr ""
|
8753 |
|
8754 |
+
#: admin/security-log/security-log.php:506
|
8755 |
msgid "Click OK to Turn On Logging or click Cancel."
|
8756 |
msgstr ""
|
8757 |
|
8758 |
+
#: admin/security-log/security-log.php:514
|
8759 |
msgid "Clicking OK will delete the contents of your Security Log file."
|
8760 |
msgstr ""
|
8761 |
|
8762 |
+
#: admin/security-log/security-log.php:572
|
8763 |
+
#: admin/security-log/security-log.php:673
|
8764 |
msgid "Remove"
|
8765 |
msgstr ""
|
8766 |
|
8767 |
+
#: admin/security-log/security-log.php:593
|
8768 |
#, php-format
|
8769 |
msgid "%s unable to delete row from your DB."
|
8770 |
msgstr ""
|
8771 |
|
8772 |
+
#: admin/security-log/security-log.php:595
|
8773 |
#, php-format
|
8774 |
msgid "%s has been deleted from your DB."
|
8775 |
msgstr ""
|
8776 |
|
8777 |
+
#: admin/security-log/security-log.php:630
|
8778 |
msgid ""
|
8779 |
"Success! The BPS 403.php Security Logging template file has been updated. "
|
8780 |
"This User Agent|Bot will be logged again in your Security Log."
|
8781 |
msgstr ""
|
8782 |
|
8783 |
+
#: admin/security-log/security-log.php:658
|
8784 |
msgid "Error: These code characters are not allowed to be used: "
|
8785 |
msgstr ""
|
8786 |
|
8787 |
+
#: admin/security-log/security-log.php:668
|
8788 |
msgid "Search Results For User Agents|Bots To Remove"
|
8789 |
msgstr ""
|
8790 |
|
8791 |
+
#: admin/security-log/security-log.php:672
|
8792 |
msgid "User Agents|Bots in DB"
|
8793 |
msgstr ""
|
8794 |
|
8795 |
+
#: admin/security-log/security-log.php:674
|
8796 |
msgid "Do Not<br>Remove"
|
8797 |
msgstr ""
|
8798 |
|
8799 |
+
#: admin/security-log/security-log.php:675
|
8800 |
msgid "Time Added<br>To DB"
|
8801 |
msgstr ""
|
8802 |
|
8803 |
+
#: admin/security-log/security-log.php:693
|
8804 |
msgid ""
|
8805 |
"Your DB Search Results For User Agents|Bots To Remove are displayed below "
|
8806 |
"the Remove|Allow Search tool."
|
8807 |
msgstr ""
|
8808 |
|
8809 |
+
#: admin/security-log/security-log.php:697
|
8810 |
msgid ""
|
8811 |
"You do not have any User Agents|Bots in your DB To Remove. An empty/blank "
|
8812 |
"dynamic radio button form is displayed below the Remove|Allow Search tool "
|
8813 |
"since you do not have any User Agents|Bot to remove."
|
8814 |
msgstr ""
|
8815 |
|
8816 |
+
#: admin/security-log/security-log.php:703
|
8817 |
msgid ""
|
8818 |
"Clicking OK will Remove the User Agent|Bot DB entries for any Remove Radio "
|
8819 |
"button selections you have made. User Agents|Bots will also be removed from "
|
8820 |
"the 403.php Security Logging template."
|
8821 |
msgstr ""
|
8822 |
|
8823 |
+
#: admin/security-log/security-log.php:703
|
8824 |
msgid "To add a User Agent|Bot, use the Add|Ignore tool."
|
8825 |
msgstr ""
|
8826 |
|
8827 |
+
#: admin/security-log/security-log.php:714
|
8828 |
msgid "Clicking OK will display the contents of your Security Log file."
|
8829 |
msgstr ""
|
8830 |
|
8831 |
+
#: admin/security-log/security-log.php:714
|
8832 |
msgid "Click OK to view the Log file or click Cancel."
|
8833 |
msgstr ""
|
8834 |
|
8835 |
+
#: admin/security-log/security-log.php:741
|
8836 |
msgid ""
|
8837 |
"The Security Log File Was Not Found! Check that the file really exists here "
|
8838 |
"- /"
|
8839 |
msgstr ""
|
8840 |
|
8841 |
+
#: admin/security-log/security-log.php:741
|
8842 |
msgid "/bps-backup/logs/http_error_log.txt and is named correctly."
|
8843 |
msgstr ""
|
8844 |
|
8845 |
+
#: admin/security-log/security-log.php:761
|
8846 |
msgid ""
|
8847 |
"File Open and Write test successful! Your Security Log file is writable. "
|
8848 |
"Click the View Log button."
|
8849 |
msgstr ""
|
8850 |
|
8851 |
+
#: admin/security-log/security-log.php:783
|
8852 |
+
#: admin/security-log/security-log.php:787
|
8853 |
msgid "Success! Your Security Log file has been updated."
|
8854 |
msgstr ""
|
8855 |
|
8856 |
+
#: admin/system-info/system-info.php:62
|
8857 |
msgid "BulletProof Security ~ System Information"
|
8858 |
msgstr ""
|
8859 |
|
8860 |
+
#: admin/system-info/system-info.php:94
|
8861 |
msgid "Website Headers Check Tool"
|
8862 |
msgstr ""
|
8863 |
|
8864 |
+
#: admin/system-info/system-info.php:99
|
8865 |
msgid "System Information"
|
8866 |
msgstr ""
|
8867 |
|
8868 |
+
#: admin/system-info/system-info.php:103 admin/system-info/system-info.php:105
|
8869 |
msgid "File|Folder Permissions & UID"
|
8870 |
msgstr ""
|
8871 |
|
8872 |
+
#: admin/system-info/system-info.php:114
|
8873 |
msgid "DSO Server Setup Steps"
|
8874 |
msgstr ""
|
8875 |
|
8876 |
+
#: admin/system-info/system-info.php:116
|
8877 |
msgid "File|Folder Diagnostic & Troubleshooting Info"
|
8878 |
msgstr ""
|
8879 |
|
8880 |
+
#: admin/system-info/system-info.php:116
|
8881 |
msgid ""
|
8882 |
"The file/folder permissions and UID checks are mainly for diagnostic "
|
8883 |
"troubleshooting so that you can check permissions or the UID of mission "
|
8886 |
"but this is not an essential or critical thing to do these days."
|
8887 |
msgstr ""
|
8888 |
|
8889 |
+
#: admin/system-info/system-info.php:116
|
8890 |
msgid "Script Owner User ID (UID)|File Owner User ID"
|
8891 |
msgstr ""
|
8892 |
|
8893 |
+
#: admin/system-info/system-info.php:116
|
8894 |
msgid ""
|
8895 |
"Your Script Owner User ID (UID) and File Owner User ID should match. If they "
|
8896 |
"do not match for any folders then you will need to change the Owner of that "
|
8898 |
"Setup Steps Forum Help Link at the top of this Read Me help window."
|
8899 |
msgstr ""
|
8900 |
|
8901 |
+
#: admin/system-info/system-info.php:116
|
8902 |
msgid "CGI And DSO File And Folder Permission Recommendations"
|
8903 |
msgstr ""
|
8904 |
|
8905 |
+
#: admin/system-info/system-info.php:116
|
8906 |
msgid ""
|
8907 |
"If your Server API (SAPI) is CGI you will see a table displayed with "
|
8908 |
"recommendations for file and folder permissions for CGI. If your SAPI is DSO/"
|
8910 |
"recommendations for DSO."
|
8911 |
msgstr ""
|
8912 |
|
8913 |
+
#: admin/system-info/system-info.php:116
|
8914 |
msgid ""
|
8915 |
"If your Host is using CGI, but they do not allow you to set your folder "
|
8916 |
"permissions more restrictive to 705 and file permissions more restrictive to "
|
8923 |
"things that they specifically allow or do not allow."
|
8924 |
msgstr ""
|
8925 |
|
8926 |
+
#: admin/system-info/system-info.php:116
|
8927 |
msgid ""
|
8928 |
"Most Hosts now use 705 Root folder permissions. Your Host might not be doing "
|
8929 |
"this or allow this, but typically 755 is fine for your Root folder. CGI 604 "
|
8931 |
"have been discovered with WP or with WP Plugins."
|
8932 |
msgstr ""
|
8933 |
|
8934 |
+
#: admin/system-info/system-info.php:116
|
8935 |
msgid "The /"
|
8936 |
msgstr ""
|
8937 |
|
8938 |
+
#: admin/system-info/system-info.php:116
|
8939 |
msgid ""
|
8940 |
"/bps-backup/ folder permission recommendation is 755 for CGI or DSO for "
|
8941 |
"compatibility reasons. The /bps-backup folder has a deny all htaccess file "
|
8943 |
"permissions for this folder are irrelevant."
|
8944 |
msgstr ""
|
8945 |
|
8946 |
+
#: admin/system-info/system-info.php:116
|
8947 |
msgid ""
|
8948 |
"Your current file and folder permissions are shown below with suggested/"
|
8949 |
"recommended file and folder permissions. "
|
8950 |
msgstr ""
|
8951 |
|
8952 |
+
#: admin/system-info/system-info.php:116
|
8953 |
msgid ""
|
8954 |
"Not all web hosts will allow you to set your folder permissions to these "
|
8955 |
"Recommended folder permissions."
|
8956 |
msgstr ""
|
8957 |
|
8958 |
+
#: admin/system-info/system-info.php:116
|
8959 |
msgid ""
|
8960 |
"If you see 500 errors after changing your folder permissions than change "
|
8961 |
"them back to what they were before."
|
8962 |
msgstr ""
|
8963 |
|
8964 |
+
#: admin/system-info/system-info.php:116
|
8965 |
msgid "BPS Pro Video Tutorial links can be found in the Help & FAQ pages."
|
8966 |
msgstr ""
|
8967 |
|
8968 |
+
#: admin/system-info/system-info.php:130
|
8969 |
msgid "Website|Server|Opcode Cache|Accelerators|IP Info"
|
8970 |
msgstr ""
|
8971 |
|
8972 |
+
#: admin/system-info/system-info.php:132
|
8973 |
msgid "SQL Database Info|WordPress Site Info|Misc Checks"
|
8974 |
msgstr ""
|
8975 |
|
8976 |
+
#: admin/system-info/system-info.php:215 admin/system-info/system-info.php:218
|
8977 |
+
#: admin/system-info/system-info.php:221
|
8978 |
msgid "Server|Website IP Address: "
|
8979 |
msgstr ""
|
8980 |
|
8981 |
+
#: admin/system-info/system-info.php:232
|
8982 |
msgid "HTTP_CLIENT_IP IP Address: "
|
8983 |
msgstr ""
|
8984 |
|
8985 |
+
#: admin/system-info/system-info.php:235
|
8986 |
msgid "Proxy X-Forwarded-For IP Address: "
|
8987 |
msgstr ""
|
8988 |
|
8989 |
+
#: admin/system-info/system-info.php:238
|
8990 |
msgid "Public Internet IP Address (ISP): "
|
8991 |
msgstr ""
|
8992 |
|
8993 |
+
#: admin/system-info/system-info.php:277
|
8994 |
msgid "Must-Use Plugins"
|
8995 |
msgstr ""
|
8996 |
|
8997 |
+
#: admin/system-info/system-info.php:287
|
8998 |
msgid "Installed"
|
8999 |
msgstr ""
|
9000 |
|
9001 |
+
#: admin/system-info/system-info.php:358
|
9002 |
msgid "Website Root URL"
|
9003 |
msgstr ""
|
9004 |
|
9005 |
+
#: admin/system-info/system-info.php:359
|
9006 |
msgid "Document Root Path"
|
9007 |
msgstr ""
|
9008 |
|
9009 |
+
#: admin/system-info/system-info.php:360
|
9010 |
msgid "WP ABSPATH"
|
9011 |
msgstr ""
|
9012 |
|
9013 |
+
#: admin/system-info/system-info.php:361
|
9014 |
msgid "Parent Directory"
|
9015 |
msgstr ""
|
9016 |
|
9017 |
+
#: admin/system-info/system-info.php:363
|
9018 |
msgid "Host by Address"
|
9019 |
msgstr ""
|
9020 |
|
9021 |
+
#: admin/system-info/system-info.php:364
|
9022 |
msgid "DNS Name Server"
|
9023 |
msgstr ""
|
9024 |
|
9025 |
+
#: admin/system-info/system-info.php:367
|
9026 |
msgid "DNS Name Server Not Available"
|
9027 |
msgstr ""
|
9028 |
|
9029 |
+
#: admin/system-info/system-info.php:380
|
9030 |
msgid "Server Type"
|
9031 |
msgstr ""
|
9032 |
|
9033 |
+
#: admin/system-info/system-info.php:381
|
9034 |
msgid "Operating System"
|
9035 |
msgstr ""
|
9036 |
|
9037 |
+
#: admin/system-info/system-info.php:382
|
9038 |
msgid "WP Filesystem API Method"
|
9039 |
msgstr ""
|
9040 |
|
9041 |
+
#: admin/system-info/system-info.php:384
|
9042 |
msgid "Script Owner ID"
|
9043 |
msgstr ""
|
9044 |
|
9045 |
+
#: admin/system-info/system-info.php:385
|
9046 |
msgid "File Owner ID"
|
9047 |
msgstr ""
|
9048 |
|
9049 |
+
#: admin/system-info/system-info.php:388
|
9050 |
msgid "Script Owner Name"
|
9051 |
msgstr ""
|
9052 |
|
9053 |
+
#: admin/system-info/system-info.php:390
|
9054 |
msgid "Server API"
|
9055 |
msgstr ""
|
9056 |
|
9057 |
+
#: admin/system-info/system-info.php:394
|
9058 |
msgid " CGI Host Server Type"
|
9059 |
msgstr ""
|
9060 |
|
9061 |
+
#: admin/system-info/system-info.php:396
|
9062 |
msgid " DSO Host Server Type"
|
9063 |
msgstr ""
|
9064 |
|
9065 |
+
#: admin/system-info/system-info.php:403
|
9066 |
msgid "cURL"
|
9067 |
msgstr ""
|
9068 |
|
9069 |
+
#: admin/system-info/system-info.php:405
|
9070 |
msgid "cURL Extension is Loaded Version: "
|
9071 |
msgstr ""
|
9072 |
|
9073 |
+
#: admin/system-info/system-info.php:408
|
9074 |
msgid "cURL OpenSSL Version (Used by PayPal, etc.)"
|
9075 |
msgstr ""
|
9076 |
|
9077 |
+
#: admin/system-info/system-info.php:411
|
9078 |
msgid "cURL Extension is Not Loaded"
|
9079 |
msgstr ""
|
9080 |
|
9081 |
+
#: admin/system-info/system-info.php:414
|
9082 |
msgid "OpenSSL Library"
|
9083 |
msgstr ""
|
9084 |
|
9085 |
+
#: admin/system-info/system-info.php:419
|
9086 |
msgid "Zend Engine Version"
|
9087 |
msgstr ""
|
9088 |
|
9089 |
+
#: admin/system-info/system-info.php:420
|
9090 |
msgid "Zend Guard|Optimizer"
|
9091 |
msgstr ""
|
9092 |
|
9093 |
+
#: admin/system-info/system-info.php:422
|
9094 |
msgid "Zend Optimizer+ Extension is Loaded and Enabled"
|
9095 |
msgstr ""
|
9096 |
|
9097 |
+
#: admin/system-info/system-info.php:425
|
9098 |
msgid "Zend Optimizer Extension is Loaded"
|
9099 |
msgstr ""
|
9100 |
|
9101 |
+
#: admin/system-info/system-info.php:428
|
9102 |
msgid "Zend Guard Loader Extension is Loaded"
|
9103 |
msgstr ""
|
9104 |
|
9105 |
+
#: admin/system-info/system-info.php:431
|
9106 |
msgid "A Zend Extension is Not Loaded"
|
9107 |
msgstr ""
|
9108 |
|
9109 |
+
#: admin/system-info/system-info.php:438
|
9110 |
msgid "Zend OPcache"
|
9111 |
msgstr ""
|
9112 |
|
9113 |
+
#: admin/system-info/system-info.php:441
|
9114 |
msgid "Zend OPcache is Enabled"
|
9115 |
msgstr ""
|
9116 |
|
9117 |
+
#: admin/system-info/system-info.php:441 admin/system-info/system-info.php:450
|
9118 |
+
#: admin/system-info/system-info.php:644 admin/system-info/system-info.php:656
|
9119 |
msgid "Version: "
|
9120 |
msgstr ""
|
9121 |
|
9122 |
+
#: admin/system-info/system-info.php:443
|
9123 |
msgid "Zend OPcache is Not Enabled"
|
9124 |
msgstr ""
|
9125 |
|
9126 |
+
#: admin/system-info/system-info.php:448
|
9127 |
msgid "ionCube Loader"
|
9128 |
msgstr ""
|
9129 |
|
9130 |
+
#: admin/system-info/system-info.php:450
|
9131 |
msgid "ionCube Loader Extension is Loaded "
|
9132 |
msgstr ""
|
9133 |
|
9134 |
+
#: admin/system-info/system-info.php:452
|
9135 |
msgid "ionCube Loader Extension is Not Loaded"
|
9136 |
msgstr ""
|
9137 |
|
9138 |
+
#: admin/system-info/system-info.php:455
|
9139 |
msgid "Suhosin"
|
9140 |
msgstr ""
|
9141 |
|
9142 |
+
#: admin/system-info/system-info.php:459
|
9143 |
msgid "The Suhosin-Patch is installed"
|
9144 |
msgstr ""
|
9145 |
|
9146 |
+
#: admin/system-info/system-info.php:462
|
9147 |
msgid "Suhosin-Extension is Loaded"
|
9148 |
msgstr ""
|
9149 |
|
9150 |
+
#: admin/system-info/system-info.php:464
|
9151 |
msgid "Suhosin is Not Installed|Loaded"
|
9152 |
msgstr ""
|
9153 |
|
9154 |
+
#: admin/system-info/system-info.php:467
|
9155 |
msgid "APC"
|
9156 |
msgstr ""
|
9157 |
|
9158 |
+
#: admin/system-info/system-info.php:469
|
9159 |
msgid "APC Extension is Loaded and Enabled"
|
9160 |
msgstr ""
|
9161 |
|
9162 |
+
#: admin/system-info/system-info.php:472
|
9163 |
msgid "APC Extension is Loaded but Not Enabled"
|
9164 |
msgstr ""
|
9165 |
|
9166 |
+
#: admin/system-info/system-info.php:474
|
9167 |
msgid "APC Extension is Not Loaded"
|
9168 |
msgstr ""
|
9169 |
|
9170 |
+
#: admin/system-info/system-info.php:477
|
9171 |
msgid "eAccelerator"
|
9172 |
msgstr ""
|
9173 |
|
9174 |
+
#: admin/system-info/system-info.php:479
|
9175 |
msgid "eAccelerator Extension is Loaded and Enabled"
|
9176 |
msgstr ""
|
9177 |
|
9178 |
+
#: admin/system-info/system-info.php:482
|
9179 |
msgid "eAccelerator Extension is Loaded but Not Enabled"
|
9180 |
msgstr ""
|
9181 |
|
9182 |
+
#: admin/system-info/system-info.php:484
|
9183 |
msgid "eAccelerator Extension is Not Loaded"
|
9184 |
msgstr ""
|
9185 |
|
9186 |
+
#: admin/system-info/system-info.php:487
|
9187 |
msgid "XCache"
|
9188 |
msgstr ""
|
9189 |
|
9190 |
+
#: admin/system-info/system-info.php:489
|
9191 |
msgid "XCache Extension is Loaded and Enabled"
|
9192 |
msgstr ""
|
9193 |
|
9194 |
+
#: admin/system-info/system-info.php:492
|
9195 |
msgid "XCache Extension is Loaded but Not Enabled"
|
9196 |
msgstr ""
|
9197 |
|
9198 |
+
#: admin/system-info/system-info.php:494
|
9199 |
msgid "XCache Extension is Not Loaded"
|
9200 |
msgstr ""
|
9201 |
|
9202 |
+
#: admin/system-info/system-info.php:497
|
9203 |
msgid "Varnish"
|
9204 |
msgstr ""
|
9205 |
|
9206 |
+
#: admin/system-info/system-info.php:499
|
9207 |
msgid "Varnish Extension is Loaded"
|
9208 |
msgstr ""
|
9209 |
|
9210 |
+
#: admin/system-info/system-info.php:501
|
9211 |
msgid "Varnish Extension is Not Loaded"
|
9212 |
msgstr ""
|
9213 |
|
9214 |
+
#: admin/system-info/system-info.php:504
|
9215 |
msgid "Memcache"
|
9216 |
msgstr ""
|
9217 |
|
9218 |
+
#: admin/system-info/system-info.php:506
|
9219 |
msgid "Memcache Extension is Loaded"
|
9220 |
msgstr ""
|
9221 |
|
9222 |
+
#: admin/system-info/system-info.php:508
|
9223 |
msgid "Memcache Extension is Not Loaded"
|
9224 |
msgstr ""
|
9225 |
|
9226 |
+
#: admin/system-info/system-info.php:511
|
9227 |
msgid "Memcached"
|
9228 |
msgstr ""
|
9229 |
|
9230 |
+
#: admin/system-info/system-info.php:513
|
9231 |
msgid "Memcached Extension is Loaded"
|
9232 |
msgstr ""
|
9233 |
|
9234 |
+
#: admin/system-info/system-info.php:515
|
9235 |
msgid "Memcached Extension is Not Loaded"
|
9236 |
msgstr ""
|
9237 |
|
9238 |
+
#: admin/system-info/system-info.php:528
|
9239 |
msgid "MySQL DB Info is not displayed on Network/Multisite subsites"
|
9240 |
msgstr ""
|
9241 |
|
9242 |
+
#: admin/system-info/system-info.php:549 includes/general-functions.php:283
|
9243 |
msgid "Not Set"
|
9244 |
msgstr ""
|
9245 |
|
9246 |
+
#: admin/system-info/system-info.php:555
|
9247 |
msgid "MySQL Database Server Version: "
|
9248 |
msgstr ""
|
9249 |
|
9250 |
+
#: admin/system-info/system-info.php:555
|
9251 |
msgid "MySQL Client Version: "
|
9252 |
msgstr ""
|
9253 |
|
9254 |
+
#: admin/system-info/system-info.php:555
|
9255 |
msgid "MySQL Database Server: "
|
9256 |
msgstr ""
|
9257 |
|
9258 |
+
#: admin/system-info/system-info.php:555
|
9259 |
msgid "Your MySQL Database: "
|
9260 |
msgstr ""
|
9261 |
|
9262 |
+
#: admin/system-info/system-info.php:555
|
9263 |
msgid "SQL Mode: "
|
9264 |
msgstr ""
|
9265 |
|
9266 |
+
#: admin/system-info/system-info.php:560 admin/system-info/system-info.php:563
|
9267 |
msgid "MySQL Extension: "
|
9268 |
msgstr ""
|
9269 |
|
9270 |
+
#: admin/system-info/system-info.php:560 admin/system-info/system-info.php:568
|
9271 |
msgid "Installed|Enabled"
|
9272 |
msgstr ""
|
9273 |
|
9274 |
+
#: admin/system-info/system-info.php:563 admin/system-info/system-info.php:571
|
9275 |
msgid "NOT Installed|Enabled"
|
9276 |
msgstr ""
|
9277 |
|
9278 |
+
#: admin/system-info/system-info.php:568 admin/system-info/system-info.php:571
|
9279 |
msgid "MySQLi Extension: "
|
9280 |
msgstr ""
|
9281 |
|
9282 |
+
#: admin/system-info/system-info.php:578
|
9283 |
msgid "WordPress Installation Folder"
|
9284 |
msgstr ""
|
9285 |
|
9286 |
+
#: admin/system-info/system-info.php:581
|
9287 |
msgid "WordPress Installation Type"
|
9288 |
msgstr ""
|
9289 |
|
9290 |
+
#: admin/system-info/system-info.php:583
|
9291 |
msgid "Standard|GWIOD Site Type"
|
9292 |
msgstr ""
|
9293 |
|
9294 |
+
#: admin/system-info/system-info.php:585
|
9295 |
msgid "Network|Multisite"
|
9296 |
msgstr ""
|
9297 |
|
9298 |
+
#: admin/system-info/system-info.php:587
|
9299 |
msgid "BuddyPress"
|
9300 |
msgstr ""
|
9301 |
|
9302 |
+
#: admin/system-info/system-info.php:589
|
9303 |
msgid "bbPress"
|
9304 |
msgstr ""
|
9305 |
|
9306 |
+
#: admin/system-info/system-info.php:591
|
9307 |
msgid "Plugins Folder"
|
9308 |
msgstr ""
|
9309 |
|
9310 |
+
#: admin/system-info/system-info.php:595
|
9311 |
msgid "Uploads Folder"
|
9312 |
msgstr ""
|
9313 |
|
9314 |
+
#: admin/system-info/system-info.php:601
|
9315 |
msgid "UPLOADS Constant"
|
9316 |
msgstr ""
|
9317 |
|
9318 |
+
#: admin/system-info/system-info.php:605
|
9319 |
msgid "WP Permalink Structure"
|
9320 |
msgstr ""
|
9321 |
|
9322 |
+
#: admin/system-info/system-info.php:610 admin/system-info/system-info.php:612
|
9323 |
msgid "DISABLE_WP_CRON constant"
|
9324 |
msgstr ""
|
9325 |
|
9326 |
+
#: admin/system-info/system-info.php:610
|
9327 |
msgid "Standard WP Crons are disabled on your website."
|
9328 |
msgstr ""
|
9329 |
|
9330 |
+
#: admin/system-info/system-info.php:612
|
9331 |
msgid "Standard WP Crons are not disabled on your website."
|
9332 |
msgstr ""
|
9333 |
|
9334 |
+
#: admin/system-info/system-info.php:615
|
9335 |
msgid "Total Plugins Installed"
|
9336 |
msgstr ""
|
9337 |
|
9338 |
+
#: admin/system-info/system-info.php:617
|
9339 |
msgid "Total Must-Use Plugins Installed"
|
9340 |
msgstr ""
|
9341 |
|
9342 |
+
#: admin/system-info/system-info.php:619
|
9343 |
msgid "Total Plugins Activated"
|
9344 |
msgstr ""
|
9345 |
|
9346 |
+
#: admin/system-info/system-info.php:622
|
9347 |
msgid "Total Plugins Network Activated"
|
9348 |
msgstr ""
|
9349 |
|
9350 |
+
#: admin/system-info/system-info.php:628 admin/system-info/system-info.php:630
|
9351 |
msgid "Get Plugins List"
|
9352 |
msgstr ""
|
9353 |
|
9354 |
+
#: admin/system-info/system-info.php:631
|
9355 |
msgid "This window is draggable (top) and resizable (bottom right corner)"
|
9356 |
msgstr ""
|
9357 |
|
9358 |
+
#: admin/system-info/system-info.php:636
|
9359 |
msgid "Browser Compression Supported"
|
9360 |
msgstr ""
|
9361 |
|
9362 |
+
#: admin/system-info/system-info.php:639
|
9363 |
msgid "GD Library"
|
9364 |
msgstr ""
|
9365 |
|
9366 |
+
#: admin/system-info/system-info.php:644
|
9367 |
msgid "GD Extension is Loaded - "
|
9368 |
msgstr ""
|
9369 |
|
9370 |
+
#: admin/system-info/system-info.php:647
|
9371 |
msgid "GD Extension is Not Loaded"
|
9372 |
msgstr ""
|
9373 |
|
9374 |
+
#: admin/system-info/system-info.php:650
|
9375 |
msgid "ImageMagick"
|
9376 |
msgstr ""
|
9377 |
|
9378 |
+
#: admin/system-info/system-info.php:656
|
9379 |
msgid "ImageMagick Extension is Loaded - "
|
9380 |
msgstr ""
|
9381 |
|
9382 |
+
#: admin/system-info/system-info.php:659
|
9383 |
msgid "ImageMagick Extension is Not Loaded"
|
9384 |
msgstr ""
|
9385 |
|
9386 |
+
#: admin/system-info/system-info.php:674
|
9387 |
msgid "PHP Server|PHP.ini Info"
|
9388 |
msgstr ""
|
9389 |
|
9390 |
+
#: admin/system-info/system-info.php:676
|
9391 |
msgid ""
|
9392 |
"File|Folder Permissions (CGI or DSO)|Script Owner User ID (UID)|File Owner "
|
9393 |
"User ID"
|
9394 |
msgstr ""
|
9395 |
|
9396 |
+
#: admin/system-info/system-info.php:684
|
9397 |
msgid "PHP Version"
|
9398 |
msgstr ""
|
9399 |
|
9400 |
+
#: admin/system-info/system-info.php:685
|
9401 |
msgid "PHP Memory Usage"
|
9402 |
msgstr ""
|
9403 |
|
9404 |
+
#: admin/system-info/system-info.php:685
|
9405 |
msgid " MB"
|
9406 |
msgstr ""
|
9407 |
|
9408 |
+
#: admin/system-info/system-info.php:686
|
9409 |
msgid "WordPress Admin Memory Limit"
|
9410 |
msgstr ""
|
9411 |
|
9412 |
+
#: admin/system-info/system-info.php:689
|
9413 |
msgid "WordPress Base Memory Limit"
|
9414 |
msgstr ""
|
9415 |
|
9416 |
+
#: admin/system-info/system-info.php:701 admin/system-info/system-info.php:707
|
9417 |
+
#: admin/system-info/system-info.php:711 admin/system-info/system-info.php:715
|
9418 |
msgid "PHP Actual Configuration Memory Limit: "
|
9419 |
msgstr ""
|
9420 |
|
9421 |
+
#: admin/system-info/system-info.php:701
|
9422 |
msgid "The Memory Limit value is not available from your Server."
|
9423 |
msgstr ""
|
9424 |
|
9425 |
+
#: admin/system-info/system-info.php:712 admin/system-info/system-info.php:716
|
9426 |
msgid ""
|
9427 |
" Recommendation: Increase Memory Limit to at least 128M, 256M is even better."
|
9428 |
msgstr ""
|
9429 |
|
9430 |
+
#: admin/system-info/system-info.php:725 admin/system-info/system-info.php:727
|
9431 |
msgid "PHP Configuration File (php.ini)"
|
9432 |
msgstr ""
|
9433 |
|
9434 |
+
#: admin/system-info/system-info.php:727
|
9435 |
msgid "None/Not in use"
|
9436 |
msgstr ""
|
9437 |
|
9438 |
+
#: admin/system-info/system-info.php:740
|
9439 |
msgid "WP Temp Dir: "
|
9440 |
msgstr ""
|
9441 |
|
9442 |
+
#: admin/system-info/system-info.php:743
|
9443 |
msgid "The WP_TEMP_DIR constant is being used in wp-config.php file"
|
9444 |
msgstr ""
|
9445 |
|
9446 |
+
#: admin/system-info/system-info.php:749 admin/system-info/system-info.php:751
|
9447 |
msgid "PHP Temp Dir: "
|
9448 |
msgstr ""
|
9449 |
|
9450 |
+
#: admin/system-info/system-info.php:751 admin/system-info/system-info.php:762
|
9451 |
+
#: admin/system-info/system-info.php:770
|
9452 |
msgid "Not set/defined or directory is not writable"
|
9453 |
msgstr ""
|
9454 |
|
9455 |
+
#: admin/system-info/system-info.php:760 admin/system-info/system-info.php:762
|
9456 |
msgid "PHP Upload Temp Dir: "
|
9457 |
msgstr ""
|
9458 |
|
9459 |
+
#: admin/system-info/system-info.php:768 admin/system-info/system-info.php:770
|
9460 |
msgid "Session Save Path: "
|
9461 |
msgstr ""
|
9462 |
|
9463 |
+
#: admin/system-info/system-info.php:775
|
9464 |
msgid "Cycles: "
|
9465 |
msgstr ""
|
9466 |
|
9467 |
+
#: admin/system-info/system-info.php:779
|
9468 |
msgid "Garbage Collector: "
|
9469 |
msgstr ""
|
9470 |
|
9471 |
+
#: admin/system-info/system-info.php:782
|
9472 |
msgid "PHP Max Upload Size"
|
9473 |
msgstr ""
|
9474 |
|
9475 |
+
#: admin/system-info/system-info.php:785
|
9476 |
msgid "PHP Max Post Size"
|
9477 |
msgstr ""
|
9478 |
|
9479 |
+
#: admin/system-info/system-info.php:788
|
9480 |
msgid "PHP Safe Mode"
|
9481 |
msgstr ""
|
9482 |
|
9483 |
+
#: admin/system-info/system-info.php:797
|
9484 |
msgid "PHP Allow URL fopen"
|
9485 |
msgstr ""
|
9486 |
|
9487 |
+
#: admin/system-info/system-info.php:805
|
9488 |
msgid "PHP Allow URL Include"
|
9489 |
msgstr ""
|
9490 |
|
9491 |
+
#: admin/system-info/system-info.php:813
|
9492 |
msgid "PHP Display Errors"
|
9493 |
msgstr ""
|
9494 |
|
9495 |
+
#: admin/system-info/system-info.php:821
|
9496 |
msgid "PHP Display Startup Errors"
|
9497 |
msgstr ""
|
9498 |
|
9499 |
+
#: admin/system-info/system-info.php:829
|
9500 |
msgid "PHP Expose PHP"
|
9501 |
msgstr ""
|
9502 |
|
9503 |
+
#: admin/system-info/system-info.php:837
|
9504 |
msgid "PHP Register Globals"
|
9505 |
msgstr ""
|
9506 |
|
9507 |
+
#: admin/system-info/system-info.php:845
|
9508 |
msgid "PHP MySQL Allow Persistent Connections"
|
9509 |
msgstr ""
|
9510 |
|
9511 |
+
#: admin/system-info/system-info.php:853
|
9512 |
msgid "PHP Output Buffering"
|
9513 |
msgstr ""
|
9514 |
|
9515 |
+
#: admin/system-info/system-info.php:861
|
9516 |
msgid "PHP Max Script Execution Time"
|
9517 |
msgstr ""
|
9518 |
|
9519 |
+
#: admin/system-info/system-info.php:864
|
9520 |
msgid "PHP Magic Quotes GPC"
|
9521 |
msgstr ""
|
9522 |
|
9523 |
+
#: admin/system-info/system-info.php:872
|
9524 |
msgid "PHP open_basedir"
|
9525 |
msgstr ""
|
9526 |
|
9527 |
+
#: admin/system-info/system-info.php:877
|
9528 |
msgid "Off/Not in use"
|
9529 |
msgstr ""
|
9530 |
|
9531 |
+
#: admin/system-info/system-info.php:879
|
9532 |
msgid "PHP XML Support"
|
9533 |
msgstr ""
|
9534 |
|
9535 |
+
#: admin/system-info/system-info.php:881 admin/system-info/system-info.php:889
|
9536 |
+
#: admin/system-info/system-info.php:897
|
9537 |
msgid "Yes"
|
9538 |
msgstr ""
|
9539 |
|
9540 |
+
#: admin/system-info/system-info.php:884 admin/system-info/system-info.php:892
|
9541 |
+
#: admin/system-info/system-info.php:900
|
9542 |
msgid "No"
|
9543 |
msgstr ""
|
9544 |
|
9545 |
+
#: admin/system-info/system-info.php:887
|
9546 |
msgid "PHP IPTC Support"
|
9547 |
msgstr ""
|
9548 |
|
9549 |
+
#: admin/system-info/system-info.php:895
|
9550 |
msgid "PHP Exif Support"
|
9551 |
msgstr ""
|
9552 |
|
9553 |
+
#: admin/system-info/system-info.php:908
|
9554 |
msgid "PHP Disable Functions"
|
9555 |
msgstr ""
|
9556 |
|
9557 |
+
#: admin/system-info/system-info.php:912
|
9558 |
msgid "No PHP functions are disabled."
|
9559 |
msgstr ""
|
9560 |
|
9561 |
+
#: admin/system-info/system-info.php:917
|
9562 |
msgid "PHP Suhosin Function Blacklist"
|
9563 |
msgstr ""
|
9564 |
|
9565 |
+
#: admin/system-info/system-info.php:921
|
9566 |
msgid "No PHP functions are blacklisted."
|
9567 |
msgstr ""
|
9568 |
|
9569 |
+
#: admin/system-info/system-info.php:943
|
9570 |
msgid "CGI File and Folder Permissions|Recommendations"
|
9571 |
msgstr ""
|
9572 |
|
9573 |
+
#: admin/system-info/system-info.php:946 admin/system-info/system-info.php:986
|
9574 |
msgid "Folder Path"
|
9575 |
msgstr ""
|
9576 |
|
9577 |
+
#: admin/system-info/system-info.php:947 admin/system-info/system-info.php:987
|
9578 |
msgid "Recommended"
|
9579 |
msgstr ""
|
9580 |
|
9581 |
+
#: admin/system-info/system-info.php:947 admin/system-info/system-info.php:948
|
9582 |
+
#: admin/system-info/system-info.php:987 admin/system-info/system-info.php:988
|
9583 |
msgid "Permissions"
|
9584 |
msgstr ""
|
9585 |
|
9586 |
+
#: admin/system-info/system-info.php:948 admin/system-info/system-info.php:988
|
9587 |
msgid "Current"
|
9588 |
msgstr ""
|
9589 |
|
9590 |
+
#: admin/system-info/system-info.php:949 admin/system-info/system-info.php:989
|
9591 |
msgid "Script Owner"
|
9592 |
msgstr ""
|
9593 |
|
9594 |
+
#: admin/system-info/system-info.php:949 admin/system-info/system-info.php:989
|
9595 |
msgid " User ID (UID)"
|
9596 |
msgstr ""
|
9597 |
|
9598 |
+
#: admin/system-info/system-info.php:950 admin/system-info/system-info.php:990
|
9599 |
msgid "File Owner"
|
9600 |
msgstr ""
|
9601 |
|
9602 |
+
#: admin/system-info/system-info.php:950 admin/system-info/system-info.php:990
|
9603 |
msgid " User ID"
|
9604 |
msgstr ""
|
9605 |
|
9606 |
+
#: admin/system-info/system-info.php:983
|
9607 |
msgid "DSO File and Folder Permissions|Recommendations"
|
9608 |
msgstr ""
|
9609 |
|
9610 |
+
#: admin/system-info/system-info.php:1028
|
9611 |
msgid "System Info Processing Completion Time: "
|
9612 |
msgstr ""
|
9613 |
|
9614 |
+
#: admin/system-info/system-info.php:1061
|
9615 |
msgid "Website Headers Check Tool ~ "
|
9616 |
msgstr ""
|
9617 |
|
9618 |
+
#: admin/system-info/system-info.php:1061
|
9619 |
+
#: admin/system-info/system-info.php:1068
|
9620 |
msgid ""
|
9621 |
"Check your website Headers or another website's Headers by making a GET "
|
9622 |
"Request"
|
9623 |
msgstr ""
|
9624 |
|
9625 |
+
#: admin/system-info/system-info.php:1085
|
9626 |
msgid "GET Request Headers: "
|
9627 |
msgstr ""
|
9628 |
|
9629 |
+
#: admin/system-info/system-info.php:1100
|
9630 |
msgid ""
|
9631 |
"Error: The WordPress wp_remote_get function is not available or is blocked "
|
9632 |
"on your website/server."
|
9633 |
msgstr ""
|
9634 |
|
9635 |
+
#: admin/system-info/system-info.php:1110
|
9636 |
msgid "Enter a Website URL - Example: "
|
9637 |
msgstr ""
|
9638 |
|
9639 |
+
#: admin/system-info/system-info.php:1113
|
9640 |
msgid ""
|
9641 |
"This Headers check makes a GET Request using the WordPress wp_remote_get "
|
9642 |
"function."
|
9643 |
msgstr ""
|
9644 |
|
9645 |
+
#: admin/system-info/system-info.php:1113
|
9646 |
msgid ""
|
9647 |
"You can use the Check Headers HEAD Request tool to check headers using HEAD "
|
9648 |
"instead of GET."
|
9649 |
msgstr ""
|
9650 |
|
9651 |
+
#: admin/theme-skin/theme-skin.php:67
|
9652 |
msgid "BulletProof Security ~ UI|UX Settings"
|
9653 |
msgstr ""
|
9654 |
|
9655 |
+
#: admin/theme-skin/theme-skin.php:106
|
9656 |
msgid "UI|UX Settings ~ "
|
9657 |
msgstr ""
|
9658 |
|
9659 |
+
#: admin/theme-skin/theme-skin.php:106
|
9660 |
msgid "Change UI|UX visual preferences & functionality"
|
9661 |
msgstr ""
|
9662 |
|
9663 |
+
#: admin/theme-skin/theme-skin.php:115
|
9664 |
msgid "Select a UI Theme Skin"
|
9665 |
msgstr ""
|
9666 |
|
9667 |
+
#: admin/theme-skin/theme-skin.php:115
|
9668 |
msgid "Select a UI Theme Skin and click the Save Skin button."
|
9669 |
msgstr ""
|
9670 |
|
9671 |
+
#: admin/theme-skin/theme-skin.php:115
|
9672 |
msgid ""
|
9673 |
"All elements and CSS properties should automatically be refreshed when you "
|
9674 |
"select and save your Theme Skin. If some Theme Skin elements or properties "
|
9675 |
"are not displaying correctly, Refresh your Browser."
|
9676 |
msgstr ""
|
9677 |
|
9678 |
+
#: admin/theme-skin/theme-skin.php:115
|
9679 |
msgid "Inpage Status Display"
|
9680 |
msgstr ""
|
9681 |
|
9682 |
+
#: admin/theme-skin/theme-skin.php:115
|
9683 |
msgid ""
|
9684 |
"The Inpage Status Display displays the status of BPS features, options and "
|
9685 |
"your site security in real-time. The Inpage Status Display automatically "
|
9690 |
"Display."
|
9691 |
msgstr ""
|
9692 |
|
9693 |
+
#: admin/theme-skin/theme-skin.php:115 admin/theme-skin/theme-skin.php:151
|
9694 |
msgid "Turn On|Off The Processing Spinner:"
|
9695 |
msgstr ""
|
9696 |
|
9697 |
+
#: admin/theme-skin/theme-skin.php:115
|
9698 |
msgid ""
|
9699 |
"The Processing Spinner is displayed during processing of the Forms listed "
|
9700 |
"below. The Processing Spinner includes a Cancel button to cancel the Form "
|
9705 |
"is being displayed."
|
9706 |
msgstr ""
|
9707 |
|
9708 |
+
#: admin/theme-skin/theme-skin.php:115
|
9709 |
msgid "Forms That Display The Processing Spinner:"
|
9710 |
msgstr ""
|
9711 |
|
9712 |
+
#: admin/theme-skin/theme-skin.php:115
|
9713 |
msgid ""
|
9714 |
"DB Backup Job Processing, DB Table Names & Character Length Table, DB Table "
|
9715 |
"Prefix Changer and Setup Wizard."
|
9716 |
msgstr ""
|
9717 |
|
9718 |
+
#: admin/theme-skin/theme-skin.php:115 admin/theme-skin/theme-skin.php:163
|
9719 |
msgid "Turn On|Off jQuery ScrollTop Animation:"
|
9720 |
msgstr ""
|
9721 |
|
9722 |
+
#: admin/theme-skin/theme-skin.php:115
|
9723 |
msgid ""
|
9724 |
"The jQuery ScrollTop Animation is the scrolling animation that you see after "
|
9725 |
"submitting BPS Forms, which automatically scrolls to the top of BPS plugin "
|
9730 |
"Animation can be turned On or Off."
|
9731 |
msgstr ""
|
9732 |
|
9733 |
+
#: admin/theme-skin/theme-skin.php:115 admin/theme-skin/theme-skin.php:175
|
9734 |
msgid "WP Toolbar Functionality In BPS Plugin Pages:"
|
9735 |
msgstr ""
|
9736 |
|
9737 |
+
#: admin/theme-skin/theme-skin.php:115
|
9738 |
msgid ""
|
9739 |
"This option affects the WP Toolbar in BPS plugin pages ONLY and does not "
|
9740 |
"affect the WP Toolbar anywhere else on your site. WP Toolbar additional menu "
|
9749 |
"to the default setting: Load Only The Default WP Toolbar."
|
9750 |
msgstr ""
|
9751 |
|
9752 |
+
#: admin/theme-skin/theme-skin.php:115 admin/theme-skin/theme-skin.php:216
|
9753 |
msgid "Script|Style Loader Filter (SLF) In BPS Plugin Pages:"
|
9754 |
msgstr ""
|
9755 |
|
9756 |
+
#: admin/theme-skin/theme-skin.php:115
|
9757 |
msgid ""
|
9758 |
"SLF is set to On by default. This option prevents other plugin and theme "
|
9759 |
"scripts from loading in BPS plugin pages, which can break BPS js and CSS "
|
9760 |
"scripts and cause BPS plugin pages to display visually broken."
|
9761 |
msgstr ""
|
9762 |
|
9763 |
+
#: admin/theme-skin/theme-skin.php:115 admin/theme-skin/theme-skin.php:230
|
9764 |
msgid "BPS UI|UX|AutoFix Debug:"
|
9765 |
msgstr ""
|
9766 |
|
9767 |
+
#: admin/theme-skin/theme-skin.php:115
|
9768 |
msgid ""
|
9769 |
"BPS UI|UX|AutoFix Debug is set to Off by default. Turning On the BPS UI|UX|"
|
9770 |
"AutoFix Debug option will display: plugin or theme Scripts that were "
|
9783 |
"the AutoFix whitelist rules will be created in."
|
9784 |
msgstr ""
|
9785 |
|
9786 |
+
#: admin/theme-skin/theme-skin.php:124
|
9787 |
msgid "Select a UI Theme Skin:"
|
9788 |
msgstr ""
|
9789 |
|
9790 |
+
#: admin/theme-skin/theme-skin.php:126
|
9791 |
msgid "Blue|Light Blue|White UI Theme"
|
9792 |
msgstr ""
|
9793 |
|
9794 |
+
#: admin/theme-skin/theme-skin.php:127
|
9795 |
msgid "Black|Dark Grey|Silver UI Theme"
|
9796 |
msgstr ""
|
9797 |
|
9798 |
+
#: admin/theme-skin/theme-skin.php:128
|
9799 |
msgid "Grey|Light Grey|Silver|White UI Theme"
|
9800 |
msgstr ""
|
9801 |
|
9802 |
+
#: admin/theme-skin/theme-skin.php:139
|
9803 |
msgid "Turn On|Off The Inpage Status Display:"
|
9804 |
msgstr ""
|
9805 |
|
9806 |
+
#: admin/theme-skin/theme-skin.php:141
|
9807 |
msgid "Inpage Status Display On"
|
9808 |
msgstr ""
|
9809 |
|
9810 |
+
#: admin/theme-skin/theme-skin.php:142
|
9811 |
msgid "Inpage Status Display Off"
|
9812 |
msgstr ""
|
9813 |
|
9814 |
+
#: admin/theme-skin/theme-skin.php:153
|
9815 |
msgid "Processing Spinner On"
|
9816 |
msgstr ""
|
9817 |
|
9818 |
+
#: admin/theme-skin/theme-skin.php:154
|
9819 |
msgid "Processing Spinner Off"
|
9820 |
msgstr ""
|
9821 |
|
9822 |
+
#: admin/theme-skin/theme-skin.php:165
|
9823 |
msgid "jQuery ScrollTop Animation On"
|
9824 |
msgstr ""
|
9825 |
|
9826 |
+
#: admin/theme-skin/theme-skin.php:166
|
9827 |
msgid "jQuery ScrollTop Animation Off"
|
9828 |
msgstr ""
|
9829 |
|
9830 |
+
#: admin/theme-skin/theme-skin.php:176 admin/theme-skin/theme-skin.php:217
|
9831 |
+
#: admin/theme-skin/theme-skin.php:231
|
9832 |
msgid "Click the Read Me help button for information"
|
9833 |
msgstr ""
|
9834 |
|
9835 |
+
#: admin/theme-skin/theme-skin.php:178
|
9836 |
msgid "Load Only The Default WP Toolbar"
|
9837 |
msgstr ""
|
9838 |
|
9839 |
+
#: admin/theme-skin/theme-skin.php:179
|
9840 |
msgid "Load WP Toolbar With All Menu Items"
|
9841 |
msgstr ""
|
9842 |
|
9843 |
+
#: admin/theme-skin/theme-skin.php:202
|
9844 |
msgid "SLF Option settings saved"
|
9845 |
msgstr ""
|
9846 |
|
9847 |
+
#: admin/theme-skin/theme-skin.php:219
|
9848 |
msgid "SLF On"
|
9849 |
msgstr ""
|
9850 |
|
9851 |
+
#: admin/theme-skin/theme-skin.php:220
|
9852 |
msgid "SLF Off"
|
9853 |
msgstr ""
|
9854 |
|
9855 |
+
#: admin/theme-skin/theme-skin.php:233
|
9856 |
msgid "Debug Off"
|
9857 |
msgstr ""
|
9858 |
|
9859 |
+
#: admin/theme-skin/theme-skin.php:234
|
9860 |
msgid "Debug On"
|
9861 |
msgstr ""
|
9862 |
|
9891 |
#: admin/wizard/pwizard-autofix-setup.php:382
|
9892 |
#: admin/wizard/pwizard-autofix-setup.php:735
|
9893 |
#: admin/wizard/pwizard-autofix-setup.php:1617
|
9894 |
+
#: admin/wizard/pwizard-autofix-setup.php:1909
|
9895 |
msgid "Manually Edit the WordPress wp-config.php file"
|
9896 |
msgstr ""
|
9897 |
|
10156 |
"plugin settings again."
|
10157 |
msgstr ""
|
10158 |
|
10159 |
+
#: admin/wizard/pwizard-autofix-setup.php:1884
|
10160 |
+
msgid "LiteSpeed Cache Plugin AutoSetup not required: "
|
10161 |
+
msgstr ""
|
10162 |
+
|
10163 |
+
#: admin/wizard/pwizard-autofix-setup.php:1884
|
10164 |
+
msgid ""
|
10165 |
+
"GWIOD site types do not require AutoSetup because LiteSpeed Cache creates "
|
10166 |
+
"htaccess code in the site root htaccess file."
|
10167 |
+
msgstr ""
|
10168 |
+
|
10169 |
+
#: admin/wizard/pwizard-autofix-setup.php:1909
|
10170 |
+
msgid ""
|
10171 |
+
"Error: The Pre-Installation Wizard is unable to add the LiteSpeed Cache "
|
10172 |
+
"WP_CACHE code in your wp-config.php file."
|
10173 |
+
msgstr ""
|
10174 |
+
|
10175 |
+
#: admin/wizard/pwizard-autofix-setup.php:1909
|
10176 |
+
msgid ""
|
10177 |
+
"A wp-config.php file was NOT found in your WordPress website root folder. If "
|
10178 |
+
"you have moved your wp-config.php file to another folder location then you "
|
10179 |
+
"will need to either move the wp-config.php file back to its default "
|
10180 |
+
"WordPress folder location and run the Pre-Installation Wizard again or "
|
10181 |
+
"manually edit your wp-config.php file and add the LiteSpeed Cache WP_CACHE "
|
10182 |
+
"code. Click this link for the steps to manually edit your wp-config.php "
|
10183 |
+
"file: "
|
10184 |
+
msgstr ""
|
10185 |
+
|
10186 |
+
#: admin/wizard/pwizard-autofix-setup.php:2012
|
10187 |
+
msgid "LiteSpeed Cache Plugin AutoSetup Successful: "
|
10188 |
+
msgstr ""
|
10189 |
+
|
10190 |
+
#: admin/wizard/pwizard-autofix-setup.php:2012
|
10191 |
+
msgid ""
|
10192 |
+
"Important Note: If you change any of your LiteSpeed Cache settings at any "
|
10193 |
+
"time, re-run the Setup Wizards again."
|
10194 |
+
msgstr ""
|
10195 |
+
|
10196 |
+
#: admin/wizard/pwizard-autofix-setup.php:2106
|
10197 |
+
msgid "LiteSpeed Cache Plugin AutoCleanup Successful: "
|
10198 |
+
msgstr ""
|
10199 |
+
|
10200 |
+
#: admin/wizard/pwizard-autofix-setup.php:2106
|
10201 |
+
msgid ""
|
10202 |
+
"AutoCleanup has removed all LiteSpeed Cache htaccess code from BPS Custom "
|
10203 |
+
"Code and your Root htaccess file if it existed. If you have LiteSpeed Cache "
|
10204 |
+
"installed and are still planning on using LiteSpeed Cache then re-run the "
|
10205 |
+
"Setup Wizards after you have activated the LiteSpeed Cache plugin again and "
|
10206 |
+
"resaved your LiteSpeed Cache plugin settings again."
|
10207 |
+
msgstr ""
|
10208 |
+
|
10209 |
+
#: admin/wizard/pwizard-autofix.php:69
|
10210 |
msgid "Jetpack Plugin Request Methods AutoWhitelist successful"
|
10211 |
msgstr ""
|
10212 |
|
10213 |
+
#: admin/wizard/pwizard-autofix.php:83
|
10214 |
msgid "Marmoset Viewer Plugin Request Methods AutoWhitelist successful"
|
10215 |
msgstr ""
|
10216 |
|
10217 |
+
#: admin/wizard/pwizard-autofix.php:97
|
10218 |
msgid "BackWPup Plugin Request Methods AutoWhitelist successful"
|
10219 |
msgstr ""
|
10220 |
|
10221 |
+
#: admin/wizard/pwizard-autofix.php:111
|
10222 |
msgid ""
|
10223 |
"MailPoet Newsletters (wysija newsletters) Plugin Request Methods "
|
10224 |
"AutoWhitelist successful"
|
10225 |
msgstr ""
|
10226 |
|
10227 |
+
#: admin/wizard/pwizard-autofix.php:125
|
10228 |
msgid "BackUpWordPress Plugin Request Methods AutoWhitelist successful"
|
10229 |
msgstr ""
|
10230 |
|
10231 |
+
#: admin/wizard/pwizard-autofix.php:139
|
10232 |
msgid "Broken Link Checker Plugin Request Methods AutoWhitelist successful"
|
10233 |
msgstr ""
|
10234 |
|
10235 |
+
#: admin/wizard/pwizard-autofix.php:153
|
10236 |
msgid "MailChimp for WordPress Plugin Request Methods AutoWhitelist successful"
|
10237 |
msgstr ""
|
10238 |
|
10239 |
+
#: admin/wizard/pwizard-autofix.php:167
|
10240 |
msgid "PowerPress Podcasting Plugin Request Methods AutoWhitelist successful"
|
10241 |
msgstr ""
|
10242 |
|
10243 |
+
#: admin/wizard/pwizard-autofix.php:270
|
10244 |
msgid "WooCommerce Plugin skip/bypass rule AutoWhitelist successful"
|
10245 |
msgstr ""
|
10246 |
|
10247 |
+
#: admin/wizard/pwizard-autofix.php:295
|
10248 |
msgid "Simple Lightbox Plugin skip/bypass rule AutoWhitelist successful"
|
10249 |
msgstr ""
|
10250 |
|
10251 |
+
#: admin/wizard/pwizard-autofix.php:313
|
10252 |
msgid ""
|
10253 |
"WPBakery Visual Composer Plugin skip/bypass rule AutoWhitelist successful"
|
10254 |
msgstr ""
|
10255 |
|
10256 |
+
#: admin/wizard/pwizard-autofix.php:331
|
10257 |
msgid ""
|
10258 |
"Event Espresso Attendee Mover Plugin skip/bypass rule AutoWhitelist "
|
10259 |
"successful"
|
10260 |
msgstr ""
|
10261 |
|
10262 |
+
#: admin/wizard/pwizard-autofix.php:349
|
10263 |
msgid "WP Rocket Plugin skip/bypass rule AutoWhitelist successful"
|
10264 |
msgstr ""
|
10265 |
|
10266 |
+
#: admin/wizard/pwizard-autofix.php:367
|
10267 |
msgid "Easy Media Gallery Pro Plugin skip/bypass rule AutoWhitelist successful"
|
10268 |
msgstr ""
|
10269 |
|
10270 |
+
#: admin/wizard/pwizard-autofix.php:385
|
10271 |
msgid ""
|
10272 |
"Nextend Facebook Connect Plugin skip/bypass rule AutoWhitelist successful"
|
10273 |
msgstr ""
|
10274 |
|
10275 |
+
#: admin/wizard/pwizard-autofix.php:403
|
10276 |
msgid "Shashin Plugin skip/bypass rule AutoWhitelist successful"
|
10277 |
msgstr ""
|
10278 |
|
10279 |
+
#: admin/wizard/pwizard-autofix.php:420
|
10280 |
msgid "Nocturnal Theme skip/bypass rule AutoWhitelist successful"
|
10281 |
msgstr ""
|
10282 |
|
10283 |
+
#: admin/wizard/pwizard-autofix.php:438
|
10284 |
msgid "Shopp Plugin skip/bypass rule AutoWhitelist successful"
|
10285 |
msgstr ""
|
10286 |
|
10287 |
+
#: admin/wizard/pwizard-autofix.php:456
|
10288 |
msgid ""
|
10289 |
"WP-Invoice - Web Invoice and Billing Plugin skip/bypass rule AutoWhitelist "
|
10290 |
"successful"
|
10291 |
msgstr ""
|
10292 |
|
10293 |
+
#: admin/wizard/pwizard-autofix.php:474
|
10294 |
msgid "wp-greet Plugin skip/bypass rule AutoWhitelist successful"
|
10295 |
msgstr ""
|
10296 |
|
10297 |
+
#: admin/wizard/pwizard-autofix.php:492
|
10298 |
msgid "WP Juicebox Plugin skip/bypass rule AutoWhitelist successful"
|
10299 |
msgstr ""
|
10300 |
|
10301 |
+
#: admin/wizard/pwizard-autofix.php:510
|
10302 |
msgid "Prayer Engine Plugin skip/bypass rule AutoWhitelist successful"
|
10303 |
msgstr ""
|
10304 |
|
10305 |
+
#: admin/wizard/pwizard-autofix.php:528
|
10306 |
msgid "Appointment Calendar Plugin skip/bypass rule AutoWhitelist successful"
|
10307 |
msgstr ""
|
10308 |
|
10309 |
+
#: admin/wizard/pwizard-autofix.php:546
|
10310 |
msgid "ThirstyAffiliates Plugin skip/bypass rule AutoWhitelist successful"
|
10311 |
msgstr ""
|
10312 |
|
10313 |
+
#: admin/wizard/pwizard-autofix.php:564
|
10314 |
msgid ""
|
10315 |
"WooCommerce Ogone Payment Gateway Plugin skip/bypass rule AutoWhitelist "
|
10316 |
"successful"
|
10317 |
msgstr ""
|
10318 |
|
10319 |
+
#: admin/wizard/pwizard-autofix.php:581
|
10320 |
msgid ""
|
10321 |
"OIOpublisher Ad Manager Plugin skip/bypass rule AutoWhitelist successful"
|
10322 |
msgstr ""
|
10323 |
|
10324 |
+
#: admin/wizard/pwizard-autofix.php:709
|
10325 |
msgid "PDF Viewer (Envigeek Web Services) Plugin RFI AutoWhitelist successful"
|
10326 |
msgstr ""
|
10327 |
|
10328 |
+
#: admin/wizard/pwizard-autofix.php:723
|
10329 |
msgid "Marmoset Viewer Plugin RFI AutoWhitelist successful"
|
10330 |
msgstr ""
|
10331 |
|
10332 |
+
#: admin/wizard/pwizard-autofix.php:737
|
10333 |
msgid ""
|
10334 |
"PDF viewer for WordPress (ThemeNcode code canyon) Plugin RFI AutoWhitelist "
|
10335 |
"successful"
|
10336 |
msgstr ""
|
10337 |
|
10338 |
+
#: admin/wizard/pwizard-autofix.php:751
|
10339 |
msgid "jupdf pdf viewer Plugin RFI AutoWhitelist successful"
|
10340 |
msgstr ""
|
10341 |
|
10342 |
+
#: admin/wizard/pwizard-autofix.php:765
|
10343 |
msgid "UserPro (code canyon) Plugin RFI AutoWhitelist successful"
|
10344 |
msgstr ""
|
10345 |
|
10346 |
+
#: admin/wizard/pwizard-autofix.php:778
|
10347 |
msgid "NativeChurch Theme RFI AutoWhitelist successful"
|
10348 |
msgstr ""
|
10349 |
|
10350 |
+
#: admin/wizard/pwizard-autofix.php:792
|
10351 |
msgid "User Avatar (CTLT DEV) Plugin RFI AutoWhitelist successful"
|
10352 |
msgstr ""
|
10353 |
|
10354 |
+
#: admin/wizard/pwizard-autofix.php:805
|
10355 |
msgid "OIOpublisher Ad Manager Plugin RFI AutoWhitelist successful"
|
10356 |
msgstr ""
|
10357 |
|
10358 |
+
#: admin/wizard/pwizard-autofix.php:819
|
10359 |
msgid "Digital Access Pass (DAP) Plugin RFI AutoWhitelist successful"
|
10360 |
msgstr ""
|
10361 |
|
10362 |
+
#: admin/wizard/pwizard-autofix.php:832
|
10363 |
msgid "Easy Pagination (code canyon) Plugin RFI AutoWhitelist successful"
|
10364 |
msgstr ""
|
10365 |
|
10366 |
+
#: admin/wizard/pwizard-autofix.php:845
|
10367 |
msgid "iTheme2 Theme RFI AutoWhitelist successful"
|
10368 |
msgstr ""
|
10369 |
|
10370 |
+
#: admin/wizard/pwizard-autofix.php:858
|
10371 |
msgid "SmoothV4.1 Theme RFI AutoWhitelist successful"
|
10372 |
msgstr ""
|
10373 |
|
10374 |
+
#: admin/wizard/pwizard-autofix.php:1010
|
10375 |
msgid "WooCommerce PagSeguro Plugin BPSQSE AutoWhitelist successful"
|
10376 |
msgstr ""
|
10377 |
|
10378 |
+
#: admin/wizard/pwizard-autofix.php:1028
|
10379 |
msgid "Event Espresso Plugin BPSQSE AutoWhitelist successful"
|
10380 |
msgstr ""
|
10381 |
|
10382 |
+
#: admin/wizard/pwizard-autofix.php:1043
|
10383 |
msgid "WooCommerce Serial Key Plugin BPSQSE AutoWhitelist successful"
|
10384 |
msgstr ""
|
10385 |
|
10386 |
+
#: admin/wizard/pwizard-autofix.php:1059
|
10387 |
msgid "WooCommerce WorldPay Extension BPSQSE AutoWhitelist successful"
|
10388 |
msgstr ""
|
10389 |
|
10390 |
+
#: admin/wizard/pwizard-autofix.php:1075
|
10391 |
msgid "Kama Click Counter Plugin BPSQSE AutoWhitelist successful"
|
10392 |
msgstr ""
|
10393 |
|
10394 |
+
#: admin/wizard/pwizard-autofix.php:1091
|
10395 |
msgid "Riva Slider Pro Plugin BPSQSE AutoWhitelist successful"
|
10396 |
msgstr ""
|
10397 |
|
10398 |
+
#: admin/wizard/pwizard-autofix.php:1107
|
10399 |
msgid "WordPress Auto Spinner Plugin BPSQSE AutoWhitelist successful"
|
10400 |
msgstr ""
|
10401 |
|
10402 |
+
#: admin/wizard/pwizard-autofix.php:1122
|
10403 |
msgid "AgriTurismo Theme BPSQSE AutoWhitelist successful"
|
10404 |
msgstr ""
|
10405 |
|
10406 |
+
#: admin/wizard/pwizard-autofix.php:1138
|
10407 |
msgid "WP Content Copy Protection Pro Plugin BPSQSE AutoWhitelist successful"
|
10408 |
msgstr ""
|
10409 |
|
10410 |
+
#: admin/wizard/pwizard-autofix.php:1154
|
10411 |
msgid "PanoPress Plugin BPSQSE AutoWhitelist successful"
|
10412 |
msgstr ""
|
10413 |
|
10414 |
+
#: admin/wizard/pwizard-autofix.php:1170
|
10415 |
msgid ""
|
10416 |
"Easy Social Share Buttons (Code Canyon) Plugin BPSQSE AutoWhitelist "
|
10417 |
"successful"
|
10418 |
msgstr ""
|
10419 |
|
10420 |
+
#: admin/wizard/pwizard-autofix.php:1186
|
10421 |
msgid "MainWP Plugin BPSQSE AutoWhitelist successful"
|
10422 |
msgstr ""
|
10423 |
|
10424 |
+
#: admin/wizard/pwizard-autofix.php:1201
|
10425 |
msgid "Clever Course Theme BPSQSE AutoWhitelist successful"
|
10426 |
msgstr ""
|
10427 |
|
10428 |
+
#: admin/wizard/pwizard-autofix.php:1217
|
10429 |
msgid ""
|
10430 |
"WP eStore (WP Cart for Digital Products) Plugin BPSQSE AutoWhitelist "
|
10431 |
"successful"
|
10432 |
msgstr ""
|
10433 |
|
10434 |
+
#: admin/wizard/pwizard-autofix.php:1233
|
10435 |
msgid "WP eMember Plugin BPSQSE AutoWhitelist successful"
|
10436 |
msgstr ""
|
10437 |
|
10438 |
+
#: admin/wizard/pwizard-autofix.php:1249
|
10439 |
msgid "Easy Digital Downloads Plugin BPSQSE AutoWhitelist successful"
|
10440 |
msgstr ""
|
10441 |
|
10442 |
+
#: admin/wizard/pwizard-autofix.php:1265
|
10443 |
msgid ""
|
10444 |
"MailPoet Newsletters (wysija newsletters) Plugin BPSQSE AutoWhitelist "
|
10445 |
"successful"
|
10446 |
msgstr ""
|
10447 |
|
10448 |
+
#: admin/wizard/pwizard-autofix.php:1281
|
10449 |
msgid "MailChimp for WordPress Plugin BPSQSE AutoWhitelist successful"
|
10450 |
msgstr ""
|
10451 |
|
10452 |
+
#: admin/wizard/pwizard-autofix.php:1297
|
10453 |
msgid "Digital Access Pass (DAP) Plugin BPSQSE AutoWhitelist successful"
|
10454 |
msgstr ""
|
10455 |
|
10456 |
+
#: admin/wizard/pwizard-autofix.php:1313
|
10457 |
msgid "WordPress Newsletter (tribulant) Plugin BPSQSE AutoWhitelist successful"
|
10458 |
msgstr ""
|
10459 |
|
10460 |
+
#: admin/wizard/pwizard-autofix.php:1329
|
10461 |
msgid "Subscribe To Comments Reloaded Plugin BPSQSE AutoWhitelist successful"
|
10462 |
msgstr ""
|
10463 |
|
10464 |
+
#: admin/wizard/pwizard-autofix.php:1345
|
10465 |
+
msgid "Nextend Social Login Plugin BPSQSE AutoWhitelist successful"
|
10466 |
+
msgstr ""
|
10467 |
+
|
10468 |
+
#: admin/wizard/pwizard-autofix.php:1449
|
10469 |
msgid ""
|
10470 |
"WooCommerce Product Feed Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10471 |
"successful"
|
10472 |
msgstr ""
|
10473 |
|
10474 |
+
#: admin/wizard/pwizard-autofix.php:1467
|
10475 |
msgid ""
|
10476 |
"WPBakery Visual Composer Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10477 |
"successful"
|
10478 |
msgstr ""
|
10479 |
|
10480 |
+
#: admin/wizard/pwizard-autofix.php:1485
|
10481 |
msgid ""
|
10482 |
"Bookly Booking Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10483 |
msgstr ""
|
10484 |
|
10485 |
+
#: admin/wizard/pwizard-autofix.php:1503
|
10486 |
msgid ""
|
10487 |
"Easy Media Gallery Pro Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10488 |
"successful"
|
10489 |
msgstr ""
|
10490 |
|
10491 |
+
#: admin/wizard/pwizard-autofix.php:1521
|
10492 |
msgid ""
|
10493 |
"NextGen Gallery Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10494 |
msgstr ""
|
10495 |
|
10496 |
+
#: admin/wizard/pwizard-autofix.php:1538
|
10497 |
msgid "OptimizePress Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
10498 |
msgstr ""
|
10499 |
|
10500 |
+
#: admin/wizard/pwizard-autofix.php:1556
|
10501 |
msgid ""
|
10502 |
"tribulant Shopping Cart (WP Checkout) Plugin wp-admin skip/bypass rule "
|
10503 |
"AutoWhitelist successful"
|
10504 |
msgstr ""
|
10505 |
|
10506 |
+
#: admin/wizard/pwizard-autofix.php:1574
|
10507 |
msgid ""
|
10508 |
"ithemes Video Showcase Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10509 |
"successful"
|
10510 |
msgstr ""
|
10511 |
|
10512 |
+
#: admin/wizard/pwizard-autofix.php:1592
|
10513 |
msgid ""
|
10514 |
"WP-Invoice - Web Invoice and Billing Plugin wp-admin skip/bypass rule "
|
10515 |
"AutoWhitelist successful"
|
10516 |
msgstr ""
|
10517 |
|
10518 |
+
#: admin/wizard/pwizard-autofix.php:1610
|
10519 |
msgid "Yoast SEO Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10520 |
msgstr ""
|
10521 |
|
10522 |
+
#: admin/wizard/pwizard-autofix.php:1627
|
10523 |
msgid ""
|
10524 |
"Formidable Pro Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10525 |
msgstr ""
|
10526 |
|
10527 |
+
#: admin/wizard/pwizard-autofix.php:1645
|
10528 |
msgid ""
|
10529 |
"Google Typography Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10530 |
msgstr ""
|
10531 |
|
10532 |
+
#: admin/wizard/pwizard-autofix.php:1663
|
10533 |
msgid "Flare Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10534 |
msgstr ""
|
10535 |
|
10536 |
+
#: admin/wizard/pwizard-autofix.php:1681
|
10537 |
msgid "bbPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10538 |
msgstr ""
|
10539 |
|
10540 |
+
#: admin/wizard/pwizard-autofix.php:1699
|
10541 |
msgid ""
|
10542 |
"Spider Event Calendar (WordPress Event Calendar) Plugin wp-admin skip/bypass "
|
10543 |
"rule AutoWhitelist successful"
|
10544 |
msgstr ""
|
10545 |
|
10546 |
+
#: admin/wizard/pwizard-autofix.php:1721
|
10547 |
msgid "BuddyPress Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10548 |
msgstr ""
|
10549 |
|
10550 |
+
#: admin/wizard/pwizard-autofix.php:1741
|
10551 |
msgid ""
|
10552 |
"WPML Translation Management Plugin wp-admin skip/bypass rule AutoWhitelist "
|
10553 |
"successful"
|
10554 |
msgstr ""
|
10555 |
|
10556 |
+
#: admin/wizard/pwizard-autofix.php:1759
|
10557 |
msgid ""
|
10558 |
"Events Manager Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10559 |
msgstr ""
|
10560 |
|
10561 |
+
#: admin/wizard/pwizard-autofix.php:1777
|
10562 |
msgid ""
|
10563 |
"MailPoet Newsletters (wysija newsletters) Plugin wp-admin skip/bypass rule "
|
10564 |
"AutoWhitelist successful"
|
10565 |
msgstr ""
|
10566 |
|
10567 |
+
#: admin/wizard/pwizard-autofix.php:1797
|
10568 |
msgid ""
|
10569 |
"Event Espresso Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10570 |
msgstr ""
|
10571 |
|
10572 |
+
#: admin/wizard/pwizard-autofix.php:1814
|
10573 |
msgid "Content Egg Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10574 |
msgstr ""
|
10575 |
|
10576 |
+
#: admin/wizard/pwizard-autofix.php:1831
|
10577 |
msgid "Flatsome Theme wp-admin skip/bypass rule AutoWhitelist successful"
|
10578 |
msgstr ""
|
10579 |
|
10580 |
+
#: admin/wizard/pwizard-autofix.php:1849
|
10581 |
msgid ""
|
10582 |
"Beaver Builder Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10583 |
msgstr ""
|
10584 |
|
10585 |
+
#: admin/wizard/pwizard-autofix.php:1867
|
10586 |
+
msgid "WP Reset Plugin wp-admin skip/bypass rule AutoWhitelist successful"
|
10587 |
+
msgstr ""
|
10588 |
+
|
10589 |
+
#: admin/wizard/pwizard-autofix.php:1985
|
10590 |
msgid "Content Egg Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10591 |
msgstr ""
|
10592 |
|
10593 |
+
#: admin/wizard/pwizard-autofix.php:2003
|
10594 |
msgid "Event Espresso Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10595 |
msgstr ""
|
10596 |
|
10597 |
+
#: admin/wizard/pwizard-autofix.php:2018
|
10598 |
msgid ""
|
10599 |
"Open Web Analytics (github) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10600 |
msgstr ""
|
10601 |
|
10602 |
+
#: admin/wizard/pwizard-autofix.php:2034
|
10603 |
msgid "UberGrid (code canyon) Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10604 |
msgstr ""
|
10605 |
|
10606 |
+
#: admin/wizard/pwizard-autofix.php:2050
|
10607 |
+
msgid "Jetpack Plugin wp-admin BPSQSE AutoWhitelist successful"
|
10608 |
+
msgstr ""
|
10609 |
+
|
10610 |
#: admin/wizard/wizard-backup.php:205 admin/wizard/wizard-backup.php:246
|
10611 |
msgid ""
|
10612 |
"Custom additional htaccess code was found in your current root htaccess "
|
10682 |
msgstr ""
|
10683 |
|
10684 |
#: admin/wizard/wizard-functions.php:111 admin/wizard/wizard-functions.php:630
|
10685 |
+
#: admin/wizard/wizard-functions.php:723 admin/wizard/wizard.php:242
|
|
|
10686 |
#: admin/wizard/wizard.php:318 admin/wizard/wizard.php:324
|
10687 |
+
#: admin/wizard/wizard.php:330 admin/wizard/wizard.php:336
|
10688 |
+
#: admin/wizard/wizard.php:342
|
10689 |
msgid "DSO Setup Steps"
|
10690 |
msgstr ""
|
10691 |
|
10726 |
msgstr ""
|
10727 |
|
10728 |
#: admin/wizard/wizard-functions.php:604 admin/wizard/wizard-functions.php:613
|
10729 |
+
#: admin/wizard/wizard-functions.php:817 admin/wizard/wizard.php:664
|
10730 |
+
#: admin/wizard/wizard.php:702 admin/wizard/wizard.php:760
|
10731 |
+
#: admin/wizard/wizard.php:800 admin/wizard/wizard.php:847
|
10732 |
#: includes/general-functions.php:972
|
10733 |
msgid " DB Option created or updated Successfully!"
|
10734 |
msgstr ""
|
10777 |
msgid "Error: The default.htaccess Master htaccess file cannot be created."
|
10778 |
msgstr ""
|
10779 |
|
10780 |
+
#: admin/wizard/wizard-functions.php:818 admin/wizard/wizard.php:479
|
10781 |
msgid " Folder created Successfully!"
|
10782 |
msgstr ""
|
10783 |
|
10795 |
msgid " created or updated Successfully!"
|
10796 |
msgstr ""
|
10797 |
|
10798 |
+
#: admin/wizard/wizard.php:166
|
10799 |
msgid ""
|
10800 |
"Pass! PHP/php.ini handler htaccess code check: Not in use, required or "
|
10801 |
"needed for your website/Server"
|
10802 |
msgstr ""
|
10803 |
|
10804 |
+
#: admin/wizard/wizard.php:171
|
10805 |
msgid ""
|
10806 |
"Pass! PHP/php.ini handler htaccess code was found in your root .htaccess "
|
10807 |
"file AND in BPS Pro Custom Code"
|
10808 |
msgstr ""
|
10809 |
|
10810 |
+
#: admin/wizard/wizard.php:181
|
10811 |
msgid ""
|
10812 |
"Wordfence PHP/php.ini handler htaccess code was found in your root .htaccess "
|
10813 |
"file, but was NOT found in BPS Custom Code. "
|
10814 |
msgstr ""
|
10815 |
|
10816 |
+
#: admin/wizard/wizard.php:181 includes/hud-dismiss-functions.php:348
|
10817 |
msgid ""
|
10818 |
" for the steps to fix this Wordfence problem before running the Setup Wizard."
|
10819 |
msgstr ""
|
10820 |
|
10821 |
+
#: admin/wizard/wizard.php:194
|
10822 |
msgid ""
|
10823 |
"Pass! PHP/php.ini handler root htaccess code added/created in BPS Pro Custom "
|
10824 |
"Code"
|
10825 |
msgstr ""
|
10826 |
|
10827 |
+
#: admin/wizard/wizard.php:215 admin/wizard/wizard.php:374
|
10828 |
msgid " DB Table created Successfully!"
|
10829 |
msgstr ""
|
10830 |
|
10831 |
+
#: admin/wizard/wizard.php:218 admin/wizard/wizard.php:377
|
10832 |
msgid "Error: Unable to create DB Table "
|
10833 |
msgstr ""
|
10834 |
|
10835 |
+
#: admin/wizard/wizard.php:222
|
10836 |
msgid "Setup Wizard Pre-Installation Checks:"
|
10837 |
msgstr ""
|
10838 |
|
10839 |
+
#: admin/wizard/wizard.php:223
|
10840 |
msgid ""
|
10841 |
"If you see any Red font or Blue font messages displayed below, click the "
|
10842 |
"Read Me help button above and read the \"Notes\" help section before "
|
10843 |
"clicking the Setup Wizard button."
|
10844 |
msgstr ""
|
10845 |
|
10846 |
+
#: admin/wizard/wizard.php:229
|
10847 |
msgid "Compatibility & Basic Checks"
|
10848 |
msgstr ""
|
10849 |
|
10850 |
+
#: admin/wizard/wizard.php:233
|
10851 |
msgid ""
|
10852 |
"Pass! Compatible Server Configuration: Server API: CGI | WP Filesystem API "
|
10853 |
"Method: direct."
|
10854 |
msgstr ""
|
10855 |
|
10856 |
+
#: admin/wizard/wizard.php:236
|
10857 |
msgid ""
|
10858 |
"Pass! Compatible Server Configuration: Server Type Apache: XAMPP, WAMP, MAMP "
|
10859 |
"or LAMP | WP Filesystem API Method: direct."
|
10860 |
msgstr ""
|
10861 |
|
10862 |
+
#: admin/wizard/wizard.php:239
|
10863 |
msgid ""
|
10864 |
"Pass! Compatible Server Configuration: Server API: DSO | WP Filesystem API "
|
10865 |
"Method: direct."
|
10866 |
msgstr ""
|
10867 |
|
10868 |
+
#: admin/wizard/wizard.php:242
|
10869 |
msgid ""
|
10870 |
"Server API: Apache DSO Server Configuration | WP Filesystem API Method: "
|
10871 |
msgstr ""
|
10872 |
|
10873 |
+
#: admin/wizard/wizard.php:242
|
10874 |
msgid ""
|
10875 |
"Your Server type is DSO and the WP Filesystem API Method is NOT \"direct\". "
|
10876 |
"You can use the Setup Wizard, but you must first make some one-time manual "
|
10878 |
"Forum Link for instructions: "
|
10879 |
msgstr ""
|
10880 |
|
10881 |
+
#: admin/wizard/wizard.php:262 admin/wizard/wizard.php:265
|
10882 |
msgid "Pass! PHP Configuration Memory Limit is set to: "
|
10883 |
msgstr ""
|
10884 |
|
10885 |
+
#: admin/wizard/wizard.php:265
|
10886 |
msgid ""
|
10887 |
"It is recommended that you increase your memory limit to at least 128M, 256M "
|
10888 |
+
"is even better."
|
|
|
10889 |
msgstr ""
|
10890 |
|
10891 |
+
#: admin/wizard/wizard.php:268
|
10892 |
msgid "Error: Your PHP Configuration Memory Limit is set to: "
|
10893 |
msgstr ""
|
10894 |
|
10895 |
+
#: admin/wizard/wizard.php:268
|
10896 |
msgid ""
|
10897 |
"WordPress needs a bare minimum Memory Limit setting of 128M to perform well. "
|
10898 |
"Contact your Web Host and ask them to increase your memory limit to the "
|
10899 |
"maximum memory limit setting allowed by your Host."
|
10900 |
msgstr ""
|
10901 |
|
10902 |
+
#: admin/wizard/wizard.php:279 includes/functions.php:1229
|
10903 |
msgid ""
|
10904 |
"mod_authz_core is Loaded|Order, Allow, Deny directives are supported|BC: Yes|"
|
10905 |
"IfModule: Yes"
|
10906 |
msgstr ""
|
10907 |
|
10908 |
+
#: admin/wizard/wizard.php:286
|
10909 |
msgid ""
|
10910 |
"Enable|Disable htaccess Files Option set to Enabled: mod_access_compat "
|
10911 |
"htaccess files will be created."
|
10912 |
msgstr ""
|
10913 |
|
10914 |
+
#: admin/wizard/wizard.php:288 includes/functions.php:1214
|
10915 |
msgid ""
|
10916 |
"mod_access_compat is Loaded|Order, Allow, Deny directives are supported|"
|
10917 |
"IfModule: No"
|
10918 |
msgstr ""
|
10919 |
|
10920 |
+
#: admin/wizard/wizard.php:292
|
10921 |
msgid ""
|
10922 |
"Enable|Disable htaccess Files Option set to Disabled: All BPS htaccess "
|
10923 |
"features will be disabled."
|
10924 |
msgstr ""
|
10925 |
|
|
|
10926 |
#: admin/wizard/wizard.php:316 admin/wizard/wizard.php:322
|
10927 |
+
#: admin/wizard/wizard.php:328 admin/wizard/wizard.php:334
|
10928 |
+
#: admin/wizard/wizard.php:340
|
10929 |
msgid "Pass! The "
|
10930 |
msgstr ""
|
10931 |
|
10932 |
+
#: admin/wizard/wizard.php:316 admin/wizard/wizard.php:322
|
10933 |
msgid " Folder is writable."
|
10934 |
msgstr ""
|
10935 |
|
10936 |
+
#: admin/wizard/wizard.php:318 admin/wizard/wizard.php:324
|
10937 |
msgid ""
|
10938 |
" Folder is NOT writable. If your Server type is DSO and the WP Filesystem "
|
10939 |
"API Method is NOT \"direct\" you can use the Setup Wizard, but you must "
|
10941 |
"Setup Wizard. Please click this Forum Link for instructions: "
|
10942 |
msgstr ""
|
10943 |
|
10944 |
+
#: admin/wizard/wizard.php:318 admin/wizard/wizard.php:324
|
10945 |
msgid ""
|
10946 |
" If your Server type is CGI check the folder permissions. Folder permissions "
|
10947 |
"should be either 755 or 705."
|
10948 |
msgstr ""
|
10949 |
|
10950 |
+
#: admin/wizard/wizard.php:328 admin/wizard/wizard.php:334
|
10951 |
+
#: admin/wizard/wizard.php:340
|
10952 |
msgid " File is writable."
|
10953 |
msgstr ""
|
10954 |
|
10955 |
+
#: admin/wizard/wizard.php:330 admin/wizard/wizard.php:336
|
10956 |
+
#: admin/wizard/wizard.php:342
|
10957 |
msgid ""
|
10958 |
" File is NOT writable. If your Server type is DSO and the WP Filesystem API "
|
10959 |
"Method is NOT \"direct\" you can use the Setup Wizard, but you must first "
|
10961 |
"Wizard. Please click this Forum Link for instructions: "
|
10962 |
msgstr ""
|
10963 |
|
10964 |
+
#: admin/wizard/wizard.php:330 admin/wizard/wizard.php:336
|
10965 |
+
#: admin/wizard/wizard.php:342
|
10966 |
msgid ""
|
10967 |
" If your Server type is CGI check the file permissions. File permissions "
|
10968 |
"should be either 644 or 604."
|
10969 |
msgstr ""
|
10970 |
|
10971 |
+
#: admin/wizard/wizard.php:416
|
10972 |
msgid "BPS Setup Verification & Error Checks"
|
10973 |
msgstr ""
|
10974 |
|
10975 |
+
#: admin/wizard/wizard.php:418
|
10976 |
msgid ""
|
10977 |
"If you see all Green font messages displayed below, the Setup Wizard setup "
|
10978 |
"completed successfully."
|
10979 |
msgstr ""
|
10980 |
|
10981 |
+
#: admin/wizard/wizard.php:418
|
10982 |
msgid ""
|
10983 |
"If you see any Red font or Blue font messages displayed below, click the "
|
10984 |
"Read Me help button above and read the \"Notes\" help section."
|
10985 |
msgstr ""
|
10986 |
|
10987 |
+
#: admin/wizard/wizard.php:418
|
10988 |
msgid ""
|
10989 |
"Click the Read Me help button above for a list of recommended BPS Video "
|
10990 |
"Tutorials to watch."
|
10991 |
msgstr ""
|
10992 |
|
10993 |
+
#: admin/wizard/wizard.php:425 admin/wizard/wizard.php:1148
|
10994 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup)"
|
10995 |
msgstr ""
|
10996 |
|
10997 |
+
#: admin/wizard/wizard.php:447
|
10998 |
msgid "BulletProof Security Database Tables Setup"
|
10999 |
msgstr ""
|
11000 |
|
11001 |
+
#: admin/wizard/wizard.php:476
|
11002 |
msgid "BulletProof Security Core Folders Setup"
|
11003 |
msgstr ""
|
11004 |
|
11005 |
+
#: admin/wizard/wizard.php:480
|
11006 |
msgid "Error: Unable to create Folder "
|
11007 |
msgstr ""
|
11008 |
|
11009 |
+
#: admin/wizard/wizard.php:508
|
11010 |
msgid "BulletProof Security Core Files Setup"
|
11011 |
msgstr ""
|
11012 |
|
11013 |
+
#: admin/wizard/wizard.php:511
|
11014 |
msgid " File created or updated Successfully!"
|
11015 |
msgstr ""
|
11016 |
|
11017 |
+
#: admin/wizard/wizard.php:512
|
11018 |
msgid "Error: Unable to create or update File "
|
11019 |
msgstr ""
|
11020 |
|
11021 |
+
#: admin/wizard/wizard.php:659
|
11022 |
msgid "BulletProof Security MScan Malware Scanner Setup"
|
11023 |
msgstr ""
|
11024 |
|
11025 |
+
#: admin/wizard/wizard.php:680
|
11026 |
msgid "BulletProof Security DB Backup Setup"
|
11027 |
msgstr ""
|
11028 |
|
11029 |
+
#: admin/wizard/wizard.php:699
|
11030 |
msgid "BulletProof Security Hidden Plugin Folders|Files (HPF) Setup"
|
11031 |
msgstr ""
|
11032 |
|
11033 |
+
#: admin/wizard/wizard.php:732
|
11034 |
msgid ""
|
11035 |
"Hidden Plugin Folders|Files (HPF) DB Options created or updated Successfully!"
|
11036 |
msgstr ""
|
11037 |
|
11038 |
+
#: admin/wizard/wizard.php:735
|
11039 |
msgid "BulletProof Security Security Log User Agent Filter Setup"
|
11040 |
msgstr ""
|
11041 |
|
11042 |
+
#: admin/wizard/wizard.php:756
|
11043 |
msgid "BulletProof Security Email Alerting & Log File Options Setup"
|
11044 |
msgstr ""
|
11045 |
|
11046 |
+
#: admin/wizard/wizard.php:797
|
11047 |
msgid "BulletProof Security Login Security & Monitoring Options Setup"
|
11048 |
msgstr ""
|
11049 |
|
11050 |
+
#: admin/wizard/wizard.php:842
|
11051 |
msgid "BulletProof Security JTC-Lite Options Setup"
|
11052 |
msgstr ""
|
11053 |
|
11054 |
+
#: admin/wizard/wizard.php:940
|
11055 |
msgid "The Setup Wizard has completed BPS Setup."
|
11056 |
msgstr ""
|
11057 |
|
11058 |
+
#: admin/wizard/wizard.php:940
|
11059 |
msgid ""
|
11060 |
"Check the \"BPS Setup Verification & Error Checks\" section below for any "
|
11061 |
"errors in Red Font."
|
11062 |
msgstr ""
|
11063 |
|
11064 |
+
#: admin/wizard/wizard.php:940
|
11065 |
msgid ""
|
11066 |
"Your existing root htaccess file has been backed up here: /wp-content/bps-"
|
11067 |
"backup/master-backups/root.htaccess-[Date-Timestamp]. If you run into a "
|
11069 |
"forum topic: "
|
11070 |
msgstr ""
|
11071 |
|
11072 |
+
#: admin/wizard/wizard.php:940
|
11073 |
msgid "Setup Wizard Root htaccess File Backup"
|
11074 |
msgstr ""
|
11075 |
|
11076 |
+
#: admin/wizard/wizard.php:960
|
11077 |
msgid "Setup Wizard Completion Time: "
|
11078 |
msgstr ""
|
11079 |
|
11080 |
+
#: admin/wizard/wizard.php:977
|
11081 |
msgid "BulletProof Security ~ Setup Wizard"
|
11082 |
msgstr ""
|
11083 |
|
11084 |
+
#: admin/wizard/wizard.php:1032 admin/wizard/wizard.php:1518
|
11085 |
+
#: admin/wizard/wizard.php:1520
|
11086 |
msgid "Setup Wizard Export|Import"
|
11087 |
msgstr ""
|
11088 |
|
11089 |
+
#: admin/wizard/wizard.php:1043
|
11090 |
msgid "htaccess Files Disabled Notice: "
|
11091 |
msgstr ""
|
11092 |
|
11093 |
+
#: admin/wizard/wizard.php:1043
|
11094 |
msgid ""
|
11095 |
"BPS has detected that htaccess files cannot be used on your website/server. "
|
11096 |
"Click this "
|
11097 |
msgstr ""
|
11098 |
|
11099 |
+
#: admin/wizard/wizard.php:1043
|
11100 |
+
msgid ""
|
11101 |
+
" link for more information before running the Wizards. If you intentionally "
|
11102 |
+
"disabled htaccess files then disregard this Notice."
|
11103 |
msgstr ""
|
11104 |
|
11105 |
+
#: admin/wizard/wizard.php:1055
|
11106 |
msgid "Setup Wizard ~ "
|
11107 |
msgstr ""
|
11108 |
|
11109 |
+
#: admin/wizard/wizard.php:1055
|
11110 |
msgid "One-Click Complete Setup"
|
11111 |
msgstr ""
|
11112 |
|
11113 |
+
#: admin/wizard/wizard.php:1072
|
11114 |
msgid "Recommended Video Tutorials: "
|
11115 |
msgstr ""
|
11116 |
|
11117 |
+
#: admin/wizard/wizard.php:1077
|
11118 |
msgid "Security Log Video Tutorial"
|
11119 |
msgstr ""
|
11120 |
|
11121 |
+
#: admin/wizard/wizard.php:1080
|
11122 |
msgid "Setup Wizard Steps: "
|
11123 |
msgstr ""
|
11124 |
|
11125 |
+
#: admin/wizard/wizard.php:1080
|
11126 |
msgid "1. Click the Setup Wizard button."
|
11127 |
msgstr ""
|
11128 |
|
11129 |
+
#: admin/wizard/wizard.php:1084
|
11130 |
msgid ""
|
11131 |
"Setup Wizard Pre-Installation Checks are automatically performed and "
|
11132 |
"displayed on the Setup Wizard page. Green font messages mean everything is "
|
11137 |
"to be fixed before running the Setup Wizard."
|
11138 |
msgstr ""
|
11139 |
|
11140 |
+
#: admin/wizard/wizard.php:1084
|
11141 |
msgid ""
|
11142 |
"You can re-run the Setup Wizard again at any time. Your existing settings "
|
11143 |
"will NOT be overwritten and will be re-saved. Any new or additional settings "
|
11144 |
"that the Setup Wizard finds on your website will be saved/setup."
|
11145 |
msgstr ""
|
11146 |
|
11147 |
+
#: admin/wizard/wizard.php:1084
|
11148 |
msgid ""
|
11149 |
"When the Setup Wizard has completed you will see \"The Setup Wizard has "
|
11150 |
"completed BPS Setup.\""
|
11151 |
msgstr ""
|
11152 |
|
11153 |
+
#: admin/wizard/wizard.php:1084
|
11154 |
msgid ""
|
11155 |
"Your existing Root and wp-admin htaccess files are backed up before new Root "
|
11156 |
"and wp-admin htaccess files are created by the Setup Wizard. The BPS backup "
|
11157 |
"folder is here: "
|
11158 |
msgstr ""
|
11159 |
|
11160 |
+
#: admin/wizard/wizard.php:1087
|
11161 |
msgid ""
|
11162 |
" and the backed up htaccess file names are: root.htaccess and wpadmin."
|
11163 |
"htaccess."
|
11164 |
msgstr ""
|
11165 |
|
11166 |
+
#: admin/wizard/wizard.php:1097
|
11167 |
msgid "Setup Wizard & Overview Video Tutorial"
|
11168 |
msgstr ""
|
11169 |
|
11170 |
+
#: admin/wizard/wizard.php:1124
|
11171 |
msgid "Setup Wizard Options ~ "
|
11172 |
msgstr ""
|
11173 |
|
11174 |
+
#: admin/wizard/wizard.php:1124
|
11175 |
msgid ""
|
11176 |
"Click the Setup Wizard Options Read Me help button for help info about each "
|
11177 |
"option setting"
|
11178 |
msgstr ""
|
11179 |
|
11180 |
+
#: admin/wizard/wizard.php:1138
|
11181 |
msgid "Forum Help Links:"
|
11182 |
msgstr ""
|
11183 |
|
11184 |
+
#: admin/wizard/wizard.php:1142
|
11185 |
msgid "Go Daddy Managed WordPress Hosting (GDMW)"
|
11186 |
msgstr ""
|
11187 |
|
11188 |
+
#: admin/wizard/wizard.php:1143 admin/wizard/wizard.php:1148
|
11189 |
msgid "Enable|Disable htaccess Files"
|
11190 |
msgstr ""
|
11191 |
|
11192 |
+
#: admin/wizard/wizard.php:1144
|
11193 |
msgid "AutoFix Forum Topic"
|
11194 |
msgstr ""
|
11195 |
|
11196 |
+
#: admin/wizard/wizard.php:1145
|
11197 |
msgid "GDPR Compliance Forum Topic"
|
11198 |
msgstr ""
|
11199 |
|
11200 |
+
#: admin/wizard/wizard.php:1148
|
11201 |
msgid ""
|
11202 |
"Setup Wizard AutoFix is turned On by default. When AutoFix is turned On the "
|
11203 |
"Setup Wizard will automatically create htaccess whitelist rules in BPS "
|
11205 |
"you have installed that require htaccess code whitelist rules. Setup Wizard "
|
11206 |
"AutoFix will also automatically setup or cleanup htaccess code in BPS Custom "
|
11207 |
"Code for these caching plugins: WP Super Cache, W3 Total Cache, Comet Cache "
|
11208 |
+
"Plugin (free & Pro), WP Fastest Cache Plugin (free & Premium), LiteSpeed "
|
11209 |
+
"Cache and WP Rocket. If a problem occurs with AutoFix you can turn On the "
|
11210 |
+
"AutoFix Debugger on the BPS UI|UX Settings page > BPS UI|UX|AutoFix Debug "
|
11211 |
+
"option to check the plugin or theme name and the BPS Custom Code text box "
|
11212 |
+
"where the problem is occurring. You can also turn Off AutoFix and AutoFix "
|
11213 |
+
"will not try to detect or create Custom Code whitelist rules or setup or "
|
11214 |
+
"cleanup caching plugins htaccess code. If a problem does occur with AutoFix "
|
11215 |
+
"turn On the BPS UI|UX|AutoFix Debug option, copy the AutoFix Debug "
|
11216 |
"information that is displayed to you and then click the AutoFix Forum Topic "
|
11217 |
"link at the top of this Read Me help window and post a forum Reply with your "
|
11218 |
"AutoFix Debug information so that we can figure out what the problem is."
|
11219 |
msgstr ""
|
11220 |
|
11221 |
+
#: admin/wizard/wizard.php:1148
|
11222 |
msgid "GDPR Compliance (IP Address Logging On|Off)"
|
11223 |
msgstr ""
|
11224 |
|
11225 |
+
#: admin/wizard/wizard.php:1148
|
11226 |
msgid ""
|
11227 |
"The GDPR Compliance option setting is set to Off by default. Choosing the "
|
11228 |
"GDPR Compliance On option setting will disable IP address logging in all BPS "
|
11236 |
"at the top of this Read Me help window."
|
11237 |
msgstr ""
|
11238 |
|
11239 |
+
#: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1186
|
11240 |
msgid "Go Daddy Managed WordPress Hosting (GDMW):"
|
11241 |
msgstr ""
|
11242 |
|
11243 |
+
#: admin/wizard/wizard.php:1148
|
11244 |
msgid ""
|
11245 |
"This option is ONLY for a special type of Go Daddy Hosting account called "
|
11246 |
"\"Managed WordPress Hosting\" and is NOT for regular/standard Go Daddy "
|
11249 |
"section above for more information."
|
11250 |
msgstr ""
|
11251 |
|
11252 |
+
#: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1198
|
11253 |
msgid "Enable|Disable htaccess Files:"
|
11254 |
msgstr ""
|
11255 |
|
11256 |
+
#: admin/wizard/wizard.php:1148
|
11257 |
msgid "Before changing this option setting, click the "
|
11258 |
msgstr ""
|
11259 |
|
11260 |
+
#: admin/wizard/wizard.php:1148
|
11261 |
msgid ""
|
11262 |
" Forum Help Link at the top of this Read Me help window to find out exactly "
|
11263 |
"what this option setting does and when it should or should not be used. "
|
11265 |
"htaccess Files Enabled: Will enable all BPS htaccess freatures and files."
|
11266 |
msgstr ""
|
11267 |
|
11268 |
+
#: admin/wizard/wizard.php:1148
|
11269 |
msgid "Enable|Disable wp-admin BulletProof Mode"
|
11270 |
msgstr ""
|
11271 |
|
11272 |
+
#: admin/wizard/wizard.php:1148
|
11273 |
msgid ""
|
11274 |
"The default setting is already set to: wp-admin BulletProof Mode Enabled. If "
|
11275 |
"you would like to disable wp-admin BulletProof Mode select wp-admin "
|
11276 |
"BulletProof Mode Disabled."
|
11277 |
msgstr ""
|
11278 |
|
11279 |
+
#: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1222
|
11280 |
msgid "Zip File Download Fix (Incapsula, Proxy, Other Cause):"
|
11281 |
msgstr ""
|
11282 |
|
11283 |
+
#: admin/wizard/wizard.php:1148
|
11284 |
msgid ""
|
11285 |
"This option should only be set to On if you are seeing a 403 error and/or "
|
11286 |
"unable to download these Zip files: Custom Code Export Zip file, Login "
|
11296 |
"Firewall again."
|
11297 |
msgstr ""
|
11298 |
|
11299 |
+
#: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1234
|
11300 |
msgid "Multisite Hide|Display System Info Page for Subsites:"
|
11301 |
msgstr ""
|
11302 |
|
11303 |
+
#: admin/wizard/wizard.php:1148
|
11304 |
msgid ""
|
11305 |
"This option is for Network|Multisite sites only. Choosing Hide System Info "
|
11306 |
"Page will hide the System Info menu link under the BPS navigational menus. "
|
11308 |
"under the BPS navigational mensus."
|
11309 |
msgstr ""
|
11310 |
|
11311 |
+
#: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1245
|
11312 |
msgid "Network|Multisite Sitewide Login Security Settings"
|
11313 |
msgstr ""
|
11314 |
|
11315 |
+
#: admin/wizard/wizard.php:1148
|
11316 |
msgid ""
|
11317 |
"This option is for Network|Multisite sites only. This is an independent "
|
11318 |
"option Form that creates and saves Login Security DB option settings for all "
|
11329 |
"Reset, Sort DB Rows: Ascending - Show Oldest Login First."
|
11330 |
msgstr ""
|
11331 |
|
11332 |
+
#: admin/wizard/wizard.php:1148 admin/wizard/wizard.php:1253
|
11333 |
msgid "Network|Multisite Sitewide JTC-Lite Settings"
|
11334 |
msgstr ""
|
11335 |
|
11336 |
+
#: admin/wizard/wizard.php:1148
|
11337 |
msgid ""
|
11338 |
"This option is for Network|Multisite sites only. This is an independent "
|
11339 |
"option Form that creates and saves JTC-Lite DB option settings for all "
|
11348 |
"box on the Login Form."
|
11349 |
msgstr ""
|
11350 |
|
11351 |
+
#: admin/wizard/wizard.php:1162
|
11352 |
msgid "AutoFix (AutoWhitelist|AutoSetup|AutoCleanup):"
|
11353 |
msgstr ""
|
11354 |
|
11355 |
+
#: admin/wizard/wizard.php:1164
|
11356 |
msgid "AutoFix On"
|
11357 |
msgstr ""
|
11358 |
|
11359 |
+
#: admin/wizard/wizard.php:1165
|
11360 |
msgid "AutoFix Off"
|
11361 |
msgstr ""
|
11362 |
|
11363 |
+
#: admin/wizard/wizard.php:1174
|
11364 |
msgid "GDPR Compliance (IP Address Logging On|Off):"
|
11365 |
msgstr ""
|
11366 |
|
11367 |
+
#: admin/wizard/wizard.php:1176
|
11368 |
msgid "GDPR Compliance Off"
|
11369 |
msgstr ""
|
11370 |
|
11371 |
+
#: admin/wizard/wizard.php:1177
|
11372 |
msgid "GDPR Compliance On"
|
11373 |
msgstr ""
|
11374 |
|
11375 |
+
#: admin/wizard/wizard.php:1188
|
11376 |
msgid "No (default setting)"
|
11377 |
msgstr ""
|
11378 |
|
11379 |
+
#: admin/wizard/wizard.php:1189
|
11380 |
msgid "Yes (ONLY if you have Managed WordPress Hosting)"
|
11381 |
msgstr ""
|
11382 |
|
11383 |
+
#: admin/wizard/wizard.php:1199
|
11384 |
msgid ""
|
11385 |
"CAUTION: Click the Read Me help button before changing this option setting"
|
11386 |
msgstr ""
|
11387 |
|
11388 |
+
#: admin/wizard/wizard.php:1201
|
11389 |
msgid "htaccess Files Enabled"
|
11390 |
msgstr ""
|
11391 |
|
11392 |
+
#: admin/wizard/wizard.php:1202
|
11393 |
msgid "htaccess Files Disabled"
|
11394 |
msgstr ""
|
11395 |
|
11396 |
+
#: admin/wizard/wizard.php:1210
|
11397 |
msgid "Enable|Disable wp-admin BulletProof Mode:"
|
11398 |
msgstr ""
|
11399 |
|
11400 |
+
#: admin/wizard/wizard.php:1212
|
11401 |
msgid "wp-admin BulletProof Mode Enabled"
|
11402 |
msgstr ""
|
11403 |
|
11404 |
+
#: admin/wizard/wizard.php:1213
|
11405 |
msgid "wp-admin BulletProof Mode Disabled"
|
11406 |
msgstr ""
|
11407 |
|
11408 |
+
#: admin/wizard/wizard.php:1224
|
11409 |
msgid "Zip File Download Fix Off"
|
11410 |
msgstr ""
|
11411 |
|
11412 |
+
#: admin/wizard/wizard.php:1225
|
11413 |
msgid "Zip File Download Fix On"
|
11414 |
msgstr ""
|
11415 |
|
11416 |
+
#: admin/wizard/wizard.php:1236
|
11417 |
msgid "Display System Info Page"
|
11418 |
msgstr ""
|
11419 |
|
11420 |
+
#: admin/wizard/wizard.php:1237
|
11421 |
msgid "Hide System Info Page"
|
11422 |
msgstr ""
|
11423 |
|
11424 |
+
#: admin/wizard/wizard.php:1284
|
11425 |
msgid ""
|
11426 |
"The Zip File Download Fix option is set to On. This option should only be "
|
11427 |
"set to On if you are unable to download these Zip files: Custom Code Export "
|
11429 |
"htaccess file backup Zip file."
|
11430 |
msgstr ""
|
11431 |
|
11432 |
+
#: admin/wizard/wizard.php:1297
|
11433 |
msgid "The Zip File Download Fix option is set to Off."
|
11434 |
msgstr ""
|
11435 |
|
11436 |
+
#: admin/wizard/wizard.php:1321
|
11437 |
msgid "Multisite Hide|Display System Info Page for Subsites option saved."
|
11438 |
msgstr ""
|
11439 |
|
11440 |
+
#: admin/wizard/wizard.php:1334
|
11441 |
msgid ""
|
11442 |
"Error: Your Network site exceeds the default WP criteria for a large network "
|
11443 |
"site. Either you have more than 10,000 users or more than 10,000 sites. "
|
11445 |
"org for assistance."
|
11446 |
msgstr ""
|
11447 |
|
11448 |
+
#: admin/wizard/wizard.php:1341
|
11449 |
msgid " LSM DB Options created or updated Successfully!"
|
11450 |
msgstr ""
|
11451 |
|
11452 |
+
#: admin/wizard/wizard.php:1411
|
11453 |
msgid ""
|
11454 |
"Error: Your Network site exceeds the default WP criteria for a large network "
|
11455 |
"site. Either you have more than 10,000 users or more than 10,000 sites. "
|
11457 |
"line: Setup Wizard Options Large Network Site Help."
|
11458 |
msgstr ""
|
11459 |
|
11460 |
+
#: admin/wizard/wizard.php:1418
|
11461 |
msgid " JTC DB Options created or updated Successfully!"
|
11462 |
msgstr ""
|
11463 |
|
11464 |
+
#: admin/wizard/wizard.php:1513
|
11465 |
msgid "Setup Wizard Export|Import ~ "
|
11466 |
msgstr ""
|
11467 |
|
11468 |
+
#: admin/wizard/wizard.php:1513
|
11469 |
msgid "Export or Import BPS plugin option settings."
|
11470 |
msgstr ""
|
11471 |
|
11472 |
+
#: admin/wizard/wizard.php:1530
|
11473 |
msgid "GDMW Hosting"
|
11474 |
msgstr ""
|
11475 |
|
11476 |
+
#: admin/wizard/wizard.php:1532
|
11477 |
msgid "Setup Wizard Export"
|
11478 |
msgstr ""
|
11479 |
|
11480 |
+
#: admin/wizard/wizard.php:1532
|
11481 |
msgid ""
|
11482 |
"The Setup Wizard Export feature exports all BPS plugin option settings "
|
11483 |
"except for website specific settings that need to be setup by running the "
|
11485 |
"new website. The name of the exported zip file is: bps-settings-export.zip"
|
11486 |
msgstr ""
|
11487 |
|
11488 |
+
#: admin/wizard/wizard.php:1532
|
11489 |
msgid "Setup Wizard Import"
|
11490 |
msgstr ""
|
11491 |
|
11492 |
+
#: admin/wizard/wizard.php:1532
|
11493 |
msgid ""
|
11494 |
"To import BPS plugin option settings click the Choose File button, navigate "
|
11495 |
"to where you downloaded/saved the bps-settings-export.zip file on your "
|
11503 |
"code or remove it from BPS Custom Code."
|
11504 |
msgstr ""
|
11505 |
|
11506 |
+
#: admin/wizard/wizard.php:1532
|
11507 |
msgid "Network|Multisite Help Info"
|
11508 |
msgstr ""
|
11509 |
|
11510 |
+
#: admin/wizard/wizard.php:1532
|
11511 |
msgid ""
|
11512 |
"Setup Wizard Export|Import works for Network|Multisite site types, but only "
|
11513 |
"the Primary site's BPS plugin option settings are exported and imported. BPS "
|
11518 |
"JTC plugin option settings from the Primary site to all Subsites."
|
11519 |
msgstr ""
|
11520 |
|
11521 |
+
#: admin/wizard/wizard.php:1539
|
11522 |
msgid ""
|
11523 |
"Clicking OK will Import BPS plugin settings from the bps-settings-export.zip "
|
11524 |
"file on your computer."
|
11525 |
msgstr ""
|
11526 |
|
11527 |
+
#: admin/wizard/wizard.php:1539
|
11528 |
msgid "Click OK to Import BPS plugin settings or click Cancel."
|
11529 |
msgstr ""
|
11530 |
|
11531 |
+
#: admin/wizard/wizard.php:1548
|
11532 |
msgid ""
|
11533 |
"Clicking OK will Export your BPS plugin settings into the bps-settings-"
|
11534 |
"export.zip file, which you can then download to your computer by clicking "
|
11536 |
"message."
|
11537 |
msgstr ""
|
11538 |
|
11539 |
+
#: admin/wizard/wizard.php:1548
|
11540 |
msgid "Click OK to Export BPS plugin settings or click Cancel."
|
11541 |
msgstr ""
|
11542 |
|
11543 |
+
#: admin/wizard/wizard.php:1683
|
11544 |
msgid ""
|
11545 |
"BPS plugin option settings exported successfully. Click the Download Zip "
|
11546 |
"Export button to download the Setup Wizard Export zip file: bps-settings-"
|
11547 |
"export.zip."
|
11548 |
msgstr ""
|
11549 |
|
11550 |
+
#: admin/wizard/wizard.php:1683
|
11551 |
msgid ""
|
11552 |
" and select the Zip File Download Fix On setting for the Zile File Download "
|
11553 |
"Fix option. You should now be able to download the bps-settings-export.zip "
|
11554 |
"file."
|
11555 |
msgstr ""
|
11556 |
|
11557 |
+
#: admin/wizard/wizard.php:1859 admin/wizard/wizard.php:1891
|
11558 |
msgid "BPS plugin settings imported successfully."
|
11559 |
msgstr ""
|
11560 |
|
11561 |
+
#: admin/wizard/wizard.php:1859 admin/wizard/wizard.php:1891
|
11562 |
msgid "IMPORTANT: Run the BPS Setup Wizard now."
|
11563 |
msgstr ""
|
11564 |
|
11565 |
+
#: admin/wizard/wizard.php:1859 admin/wizard/wizard.php:1891
|
11566 |
msgid ""
|
11567 |
"After running the Setup Wizard go to the BPS Security > htaccess Core > "
|
11568 |
"Custom Code tab page and check all of your custom htaccess code for any "
|
11572 |
"code or remove it from BPS Custom Code."
|
11573 |
msgstr ""
|
11574 |
|
11575 |
+
#: admin/wizard/wizard.php:1905
|
11576 |
msgid ""
|
11577 |
"Either the bps-settings-export.zip file has not been selected yet for Import "
|
11578 |
"or the file "
|
11579 |
msgstr ""
|
11580 |
|
11581 |
+
#: admin/wizard/wizard.php:1905
|
11582 |
msgid ""
|
11583 |
" is not a valid Setup Wizard Export file or file name. The BPS Setup Wizard "
|
11584 |
"Import feature only allows the bps-settings-export.zip file to be Uploaded/"
|
11634 |
msgstr ""
|
11635 |
|
11636 |
#: includes/functions.php:345 includes/functions.php:583
|
11637 |
+
#: includes/functions.php:650 includes/hud-autofix-setup.php:70
|
11638 |
#: includes/hud-dismiss-functions.php:547
|
11639 |
msgid "Go to the "
|
11640 |
msgstr ""
|
11680 |
"button before running the Setup Wizard again."
|
11681 |
msgstr ""
|
11682 |
|
11683 |
+
#: includes/functions.php:383 includes/hud-autofix-setup.php:70
|
11684 |
#: includes/hud-dismiss-functions.php:69 includes/hud-dismiss-functions.php:103
|
11685 |
#: includes/hud-dismiss-functions.php:136
|
11686 |
#: includes/hud-dismiss-functions.php:348
|
11695 |
"Code page."
|
11696 |
msgstr ""
|
11697 |
|
11698 |
+
#: includes/functions.php:383 includes/hud-autofix-setup.php:70
|
11699 |
#: includes/hud-dismiss-functions.php:69 includes/hud-dismiss-functions.php:103
|
11700 |
#: includes/hud-dismiss-functions.php:136
|
11701 |
#: includes/hud-dismiss-functions.php:201
|
11717 |
#: includes/hud-dismiss-functions.php:657
|
11718 |
#: includes/hud-dismiss-functions.php:700
|
11719 |
#: includes/hud-dismiss-functions.php:738
|
11720 |
+
#: includes/hud-dismiss-functions.php:776
|
11721 |
+
#: includes/hud-dismiss-functions.php:828
|
11722 |
msgid "Dismiss Notice"
|
11723 |
msgstr ""
|
11724 |
|
12318 |
msgid "Plugin Folder Path: "
|
12319 |
msgstr ""
|
12320 |
|
12321 |
+
#: includes/hud-autofix-setup.php:70
|
12322 |
msgid "BPS Notice: The Endurance Page Cache (EPC) must-use plugin is installed"
|
12323 |
msgstr ""
|
12324 |
|
12325 |
+
#: includes/hud-autofix-setup.php:70
|
12326 |
msgid ""
|
12327 |
"The EPC must-use plugin has been automatically installed by your Web Host "
|
12328 |
"and requires these additional BPS setup steps to make sure everything is "
|
12329 |
"setup correctly:"
|
12330 |
msgstr ""
|
12331 |
|
12332 |
+
#: includes/hud-autofix-setup.php:70 includes/hud-autofix-setup.php:132
|
12333 |
+
#: includes/hud-autofix-setup.php:209 includes/hud-autofix-setup.php:283
|
12334 |
+
#: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:361
|
12335 |
+
#: includes/hud-autofix-setup.php:368 includes/hud-autofix-setup.php:437
|
12336 |
+
#: includes/hud-autofix-setup.php:444 includes/hud-autofix-setup.php:513
|
12337 |
+
#: includes/hud-autofix-setup.php:520
|
12338 |
msgid "BPS htaccess File Editor page"
|
12339 |
msgstr ""
|
12340 |
|
12341 |
+
#: includes/hud-autofix-setup.php:70
|
12342 |
msgid ""
|
12343 |
" click the Unlock htaccess File button, go to the WordPress Settings > "
|
12344 |
"General page, scroll down to Endurance Cache settings,"
|
12345 |
msgstr ""
|
12346 |
|
12347 |
+
#: includes/hud-autofix-setup.php:70
|
12348 |
msgid "click the Save Changes button, click this link: "
|
12349 |
msgstr ""
|
12350 |
|
12351 |
+
#: includes/hud-autofix-setup.php:70 includes/hud-autofix-setup.php:125
|
12352 |
+
#: includes/hud-autofix-setup.php:132 includes/hud-autofix-setup.php:157
|
12353 |
+
#: includes/hud-autofix-setup.php:202 includes/hud-autofix-setup.php:209
|
12354 |
+
#: includes/hud-autofix-setup.php:234 includes/hud-autofix-setup.php:283
|
12355 |
+
#: includes/hud-autofix-setup.php:291 includes/hud-autofix-setup.php:316
|
12356 |
+
#: includes/hud-autofix-setup.php:361 includes/hud-autofix-setup.php:368
|
12357 |
+
#: includes/hud-autofix-setup.php:393 includes/hud-autofix-setup.php:437
|
12358 |
+
#: includes/hud-autofix-setup.php:444 includes/hud-autofix-setup.php:469
|
12359 |
+
#: includes/hud-autofix-setup.php:513 includes/hud-autofix-setup.php:520
|
12360 |
+
#: includes/hud-autofix-setup.php:546
|
12361 |
msgid "BPS Setup Wizard"
|
12362 |
msgstr ""
|
12363 |
|
12364 |
+
#: includes/hud-autofix-setup.php:70
|
12365 |
msgid " and click the Setup Wizard button."
|
12366 |
msgstr ""
|
12367 |
|
12368 |
+
#: includes/hud-autofix-setup.php:125
|
12369 |
msgid ""
|
12370 |
"W3 Total Cache (W3TC) htaccess code was not found in your Root htaccess file"
|
12371 |
msgstr ""
|
12372 |
|
12373 |
+
#: includes/hud-autofix-setup.php:125 includes/hud-autofix-setup.php:202
|
12374 |
+
#: includes/hud-autofix-setup.php:283 includes/hud-autofix-setup.php:361
|
12375 |
+
#: includes/hud-autofix-setup.php:437 includes/hud-autofix-setup.php:513
|
12376 |
msgid ""
|
12377 |
"If you have deactivated Root Folder BulletProof Mode temporarily then "
|
12378 |
"disregard this message. When you activate Root Folder BulletProof Mode again "
|
12379 |
"this message will go away automatically."
|
12380 |
msgstr ""
|
12381 |
|
12382 |
+
#: includes/hud-autofix-setup.php:125
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12383 |
msgid ""
|
12384 |
"If you just installed W3 Total Cache then go to the W3TC plugin settings "
|
12385 |
"page, choose and save the W3TC plugin settings that you want to use and then "
|
12386 |
"run the "
|
12387 |
msgstr ""
|
12388 |
|
12389 |
+
#: includes/hud-autofix-setup.php:125
|
12390 |
msgid " to automatically setup/combine W3TC and BPS htaccess code together."
|
12391 |
msgstr ""
|
12392 |
|
12393 |
+
#: includes/hud-autofix-setup.php:132
|
12394 |
+
msgid ""
|
12395 |
+
"W3 Total Cache (W3TC) Plugin htaccess code was not found in BPS Custom Code"
|
12396 |
+
msgstr ""
|
12397 |
+
|
12398 |
+
#: includes/hud-autofix-setup.php:132
|
12399 |
+
msgid "If you just installed W3 Total Cache then go to the "
|
12400 |
+
msgstr ""
|
12401 |
+
|
12402 |
+
#: includes/hud-autofix-setup.php:132
|
12403 |
+
msgid ""
|
12404 |
+
" click the Unlock htaccess File button, then go to the W3 Total Cache plugin "
|
12405 |
+
"settings page, choose and save the W3 Total Cache plugin settings that you "
|
12406 |
+
"want to use and then run the "
|
12407 |
+
msgstr ""
|
12408 |
+
|
12409 |
+
#: includes/hud-autofix-setup.php:132
|
12410 |
+
msgid ""
|
12411 |
+
" to automatically setup/combine W3 Total Cache and BPS htaccess code "
|
12412 |
+
"together."
|
12413 |
+
msgstr ""
|
12414 |
+
|
12415 |
+
#: includes/hud-autofix-setup.php:132
|
12416 |
+
msgid ""
|
12417 |
+
"Note: If you change your W3 Total Cache Plugin settings at a later time then "
|
12418 |
+
"repeat these steps."
|
12419 |
+
msgstr ""
|
12420 |
+
|
12421 |
+
#: includes/hud-autofix-setup.php:157
|
12422 |
msgid ""
|
12423 |
"W3 Total Cache (W3TC) is deactivated and W3TC htaccess code was found in "
|
12424 |
"your Root htaccess file"
|
12425 |
msgstr ""
|
12426 |
|
12427 |
+
#: includes/hud-autofix-setup.php:157
|
12428 |
+
msgid "If you have deactivated W3TC temporarily then disregard this message."
|
|
|
|
|
12429 |
msgstr ""
|
12430 |
|
12431 |
+
#: includes/hud-autofix-setup.php:157
|
12432 |
msgid "If you are planning on permanently uninstalling W3TC then run the "
|
12433 |
msgstr ""
|
12434 |
|
12435 |
+
#: includes/hud-autofix-setup.php:157
|
12436 |
msgid " after you have uninstalled/deleted the W3TC plugin."
|
12437 |
msgstr ""
|
12438 |
|
12439 |
+
#: includes/hud-autofix-setup.php:202
|
12440 |
msgid ""
|
12441 |
"WP Super Cache (WPSC) htaccess code was not found in your Root htaccess file"
|
12442 |
msgstr ""
|
12443 |
|
12444 |
+
#: includes/hud-autofix-setup.php:202
|
12445 |
msgid ""
|
12446 |
"If you just installed WP Super Cache then go to the WPSC plugin settings "
|
12447 |
"page, choose and save the WPSC plugin settings that you want to use and then "
|
12448 |
"run the "
|
12449 |
msgstr ""
|
12450 |
|
12451 |
+
#: includes/hud-autofix-setup.php:202
|
12452 |
msgid " to automatically setup/combine WPSC and BPS htaccess code together."
|
12453 |
msgstr ""
|
12454 |
|
12455 |
+
#: includes/hud-autofix-setup.php:209
|
12456 |
+
msgid ""
|
12457 |
+
"WP Super Cache (WPSC) Plugin htaccess code was not found in BPS Custom Code"
|
12458 |
+
msgstr ""
|
12459 |
+
|
12460 |
+
#: includes/hud-autofix-setup.php:209
|
12461 |
+
msgid "If you just installed WP Super Cache then go to the "
|
12462 |
+
msgstr ""
|
12463 |
+
|
12464 |
+
#: includes/hud-autofix-setup.php:209
|
12465 |
+
msgid ""
|
12466 |
+
" click the Unlock htaccess File button, then go to the WP Super Cache plugin "
|
12467 |
+
"settings page, choose and save the WP Super Cache plugin settings that you "
|
12468 |
+
"want to use and then run the "
|
12469 |
+
msgstr ""
|
12470 |
+
|
12471 |
+
#: includes/hud-autofix-setup.php:209
|
12472 |
+
msgid ""
|
12473 |
+
" to automatically setup/combine WP Super Cache and BPS htaccess code "
|
12474 |
+
"together."
|
12475 |
+
msgstr ""
|
12476 |
+
|
12477 |
+
#: includes/hud-autofix-setup.php:209
|
12478 |
+
msgid ""
|
12479 |
+
"Note: If you change your WP Super Cache Plugin settings at a later time then "
|
12480 |
+
"repeat these steps."
|
12481 |
+
msgstr ""
|
12482 |
+
|
12483 |
+
#: includes/hud-autofix-setup.php:234
|
12484 |
msgid ""
|
12485 |
"WP Super Cache (WPSC) is deactivated and WPSC htaccess code was found in "
|
12486 |
"your Root htaccess file"
|
12487 |
msgstr ""
|
12488 |
|
12489 |
+
#: includes/hud-autofix-setup.php:234
|
12490 |
+
msgid "If you have deactivated WPSC temporarily then disregard this message."
|
|
|
|
|
12491 |
msgstr ""
|
12492 |
|
12493 |
+
#: includes/hud-autofix-setup.php:234
|
12494 |
msgid "If you are planning on permanently uninstalling WPSC then run the "
|
12495 |
msgstr ""
|
12496 |
|
12497 |
+
#: includes/hud-autofix-setup.php:234
|
12498 |
msgid " after you have uninstalled/deleted the WPSC plugin."
|
12499 |
msgstr ""
|
12500 |
|
12501 |
+
#: includes/hud-autofix-setup.php:283
|
12502 |
msgid "Comet Cache htaccess code was not found in your Root htaccess file"
|
12503 |
msgstr ""
|
12504 |
|
12505 |
+
#: includes/hud-autofix-setup.php:283 includes/hud-autofix-setup.php:291
|
12506 |
msgid "If you just installed Comet Cache then go to the "
|
12507 |
msgstr ""
|
12508 |
|
12509 |
+
#: includes/hud-autofix-setup.php:283
|
12510 |
msgid ""
|
12511 |
" click the Unlock htaccess File button, go to the Comet Cache plugin "
|
12512 |
"settings page, choose and save the Comet Cache plugin settings that you want "
|
12513 |
"to use and then run the "
|
12514 |
msgstr ""
|
12515 |
|
12516 |
+
#: includes/hud-autofix-setup.php:283 includes/hud-autofix-setup.php:291
|
12517 |
msgid ""
|
12518 |
" to automatically setup/combine Comet Cache and BPS htaccess code together."
|
12519 |
msgstr ""
|
12520 |
|
12521 |
+
#: includes/hud-autofix-setup.php:291
|
12522 |
+
msgid "Comet Cache Plugin htaccess code was not found in BPS Custom Code"
|
12523 |
+
msgstr ""
|
12524 |
+
|
12525 |
+
#: includes/hud-autofix-setup.php:291
|
12526 |
+
msgid ""
|
12527 |
+
" click the Unlock htaccess File button, then go to the Comet Cache plugin "
|
12528 |
+
"settings page, choose and save the Comet Cache plugin settings that you want "
|
12529 |
+
"to use and then run the "
|
12530 |
+
msgstr ""
|
12531 |
+
|
12532 |
+
#: includes/hud-autofix-setup.php:291
|
12533 |
+
msgid ""
|
12534 |
+
"Note: If you change your Comet Cache Plugin settings at a later time then "
|
12535 |
+
"repeat these steps."
|
12536 |
+
msgstr ""
|
12537 |
+
|
12538 |
+
#: includes/hud-autofix-setup.php:316
|
12539 |
msgid ""
|
12540 |
"Comet Cache is deactivated and Comet Cache htaccess code was found in your "
|
12541 |
"Root htaccess file"
|
12542 |
msgstr ""
|
12543 |
|
12544 |
+
#: includes/hud-autofix-setup.php:316
|
12545 |
msgid ""
|
12546 |
+
"If you have deactivated Comet Cache temporarily then disregard this message."
|
|
|
12547 |
msgstr ""
|
12548 |
|
12549 |
+
#: includes/hud-autofix-setup.php:316
|
12550 |
msgid ""
|
12551 |
"If you are planning on permanently uninstalling Comet Cache then run the "
|
12552 |
msgstr ""
|
12553 |
|
12554 |
+
#: includes/hud-autofix-setup.php:316
|
12555 |
msgid " after you have uninstalled/deleted the Comet Cache plugin."
|
12556 |
msgstr ""
|
12557 |
|
12558 |
+
#: includes/hud-autofix-setup.php:361
|
12559 |
msgid ""
|
12560 |
"WP Fastest Cache (WPFC) htaccess code was not found in your Root htaccess "
|
12561 |
"file"
|
12562 |
msgstr ""
|
12563 |
|
12564 |
+
#: includes/hud-autofix-setup.php:361 includes/hud-autofix-setup.php:368
|
12565 |
msgid "If you just installed WP Fastest Cache then go to the "
|
12566 |
msgstr ""
|
12567 |
|
12568 |
+
#: includes/hud-autofix-setup.php:361
|
12569 |
msgid ""
|
12570 |
" click the Unlock htaccess File button, then go to the WPFC plugin settings "
|
12571 |
"page, choose and save the WPFC plugin settings that you want to use and then "
|
12572 |
"run the "
|
12573 |
msgstr ""
|
12574 |
|
12575 |
+
#: includes/hud-autofix-setup.php:361
|
12576 |
msgid " to automatically setup/combine WPFC and BPS htaccess code together."
|
12577 |
msgstr ""
|
12578 |
|
12579 |
+
#: includes/hud-autofix-setup.php:368
|
12580 |
+
msgid ""
|
12581 |
+
"WP Fastest Cache (WPFC) Plugin htaccess code was not found in BPS Custom Code"
|
12582 |
+
msgstr ""
|
12583 |
+
|
12584 |
+
#: includes/hud-autofix-setup.php:368
|
12585 |
+
msgid ""
|
12586 |
+
" click the Unlock htaccess File button, then go to the WP Fastest Cache "
|
12587 |
+
"plugin settings page, choose and save the WP Fastest Cache plugin settings "
|
12588 |
+
"that you want to use and then run the "
|
12589 |
+
msgstr ""
|
12590 |
+
|
12591 |
+
#: includes/hud-autofix-setup.php:368
|
12592 |
+
msgid ""
|
12593 |
+
" to automatically setup/combine WP Fastest Cache and BPS htaccess code "
|
12594 |
+
"together."
|
12595 |
+
msgstr ""
|
12596 |
+
|
12597 |
+
#: includes/hud-autofix-setup.php:368
|
12598 |
+
msgid ""
|
12599 |
+
"Note: If you change your WP Fastest Cache Plugin settings at a later time "
|
12600 |
+
"then repeat these steps."
|
12601 |
+
msgstr ""
|
12602 |
+
|
12603 |
+
#: includes/hud-autofix-setup.php:393
|
12604 |
msgid ""
|
12605 |
"WP Fastest Cache (WPFC) is deactivated and WPFC htaccess code was found in "
|
12606 |
"your Root htaccess file"
|
12607 |
msgstr ""
|
12608 |
|
12609 |
+
#: includes/hud-autofix-setup.php:393
|
12610 |
+
msgid "If you have deactivated WPFC temporarily then disregard this message."
|
|
|
|
|
12611 |
msgstr ""
|
12612 |
|
12613 |
+
#: includes/hud-autofix-setup.php:393
|
12614 |
msgid "If you are planning on permanently uninstalling WPFC then run the "
|
12615 |
msgstr ""
|
12616 |
|
12617 |
+
#: includes/hud-autofix-setup.php:393
|
12618 |
msgid " after you have uninstalled/deleted the WPFC plugin."
|
12619 |
msgstr ""
|
12620 |
|
12621 |
+
#: includes/hud-autofix-setup.php:437
|
12622 |
msgid "WP Rocket htaccess code was not found in your Root htaccess file"
|
12623 |
msgstr ""
|
12624 |
|
12625 |
+
#: includes/hud-autofix-setup.php:437 includes/hud-autofix-setup.php:444
|
12626 |
msgid "If you just installed WP Rocket then go to the "
|
12627 |
msgstr ""
|
12628 |
|
12629 |
+
#: includes/hud-autofix-setup.php:437 includes/hud-autofix-setup.php:444
|
12630 |
msgid ""
|
12631 |
" click the Unlock htaccess File button, then go to the WP Rocket plugin "
|
12632 |
"settings page, choose and save the WP Rocket plugin settings that you want "
|
12633 |
"to use and then run the "
|
12634 |
msgstr ""
|
12635 |
|
12636 |
+
#: includes/hud-autofix-setup.php:437 includes/hud-autofix-setup.php:444
|
12637 |
msgid ""
|
12638 |
" to automatically setup/combine WP Rocket and BPS htaccess code together."
|
12639 |
msgstr ""
|
12640 |
|
12641 |
+
#: includes/hud-autofix-setup.php:444
|
12642 |
+
msgid "WP Rocket Plugin htaccess code was not found in BPS Custom Code"
|
12643 |
+
msgstr ""
|
12644 |
+
|
12645 |
+
#: includes/hud-autofix-setup.php:444
|
12646 |
+
msgid ""
|
12647 |
+
"Note: If you change your WP Rocket Plugin settings at a later time then "
|
12648 |
+
"repeat these steps."
|
12649 |
+
msgstr ""
|
12650 |
+
|
12651 |
+
#: includes/hud-autofix-setup.php:469
|
12652 |
msgid ""
|
12653 |
"WP Rocket is deactivated and WP Rocket htaccess code was found in your Root "
|
12654 |
"htaccess file"
|
12655 |
msgstr ""
|
12656 |
|
12657 |
+
#: includes/hud-autofix-setup.php:469
|
12658 |
msgid ""
|
12659 |
+
"If you have deactivated WP Rocket temporarily then disregard this message."
|
|
|
12660 |
msgstr ""
|
12661 |
|
12662 |
+
#: includes/hud-autofix-setup.php:469
|
12663 |
msgid "If you are planning on permanently uninstalling WP Rocket then run the "
|
12664 |
msgstr ""
|
12665 |
|
12666 |
+
#: includes/hud-autofix-setup.php:469
|
12667 |
msgid " after you have uninstalled/deleted the WP Rocket plugin."
|
12668 |
msgstr ""
|
12669 |
|
12670 |
+
#: includes/hud-autofix-setup.php:513
|
12671 |
+
msgid ""
|
12672 |
+
"LiteSpeed Cache Plugin htaccess code was not found in your Root htaccess file"
|
12673 |
+
msgstr ""
|
12674 |
+
|
12675 |
+
#: includes/hud-autofix-setup.php:513 includes/hud-autofix-setup.php:520
|
12676 |
+
msgid "If you just installed LiteSpeed Cache then go to the "
|
12677 |
+
msgstr ""
|
12678 |
+
|
12679 |
+
#: includes/hud-autofix-setup.php:513 includes/hud-autofix-setup.php:520
|
12680 |
+
msgid ""
|
12681 |
+
" click the Unlock htaccess File button, then go to the LiteSpeed Cache "
|
12682 |
+
"plugin settings page, choose and save the LiteSpeed Cache plugin settings "
|
12683 |
+
"that you want to use and then run the "
|
12684 |
+
msgstr ""
|
12685 |
+
|
12686 |
+
#: includes/hud-autofix-setup.php:513 includes/hud-autofix-setup.php:520
|
12687 |
+
msgid ""
|
12688 |
+
" to automatically setup/combine LiteSpeed Cache and BPS htaccess code "
|
12689 |
+
"together."
|
12690 |
+
msgstr ""
|
12691 |
+
|
12692 |
+
#: includes/hud-autofix-setup.php:520
|
12693 |
+
msgid "LiteSpeed Cache Plugin htaccess code was not found in BPS Custom Code"
|
12694 |
+
msgstr ""
|
12695 |
+
|
12696 |
+
#: includes/hud-autofix-setup.php:520
|
12697 |
+
msgid ""
|
12698 |
+
"Note: If you change your LiteSpeed Cache Plugin settings at a later time "
|
12699 |
+
"then repeat these steps."
|
12700 |
+
msgstr ""
|
12701 |
+
|
12702 |
+
#: includes/hud-autofix-setup.php:546
|
12703 |
+
msgid ""
|
12704 |
+
"LiteSpeed Cache Plugin is deactivated and LiteSpeed Cache htaccess code was "
|
12705 |
+
"found in your Root htaccess file"
|
12706 |
+
msgstr ""
|
12707 |
+
|
12708 |
+
#: includes/hud-autofix-setup.php:546
|
12709 |
+
msgid ""
|
12710 |
+
"If you have deactivated LiteSpeed Cache temporarily then disregard this "
|
12711 |
+
"message."
|
12712 |
+
msgstr ""
|
12713 |
+
|
12714 |
+
#: includes/hud-autofix-setup.php:546
|
12715 |
+
msgid ""
|
12716 |
+
"If you are planning on permanently uninstalling LiteSpeed Cache then run the "
|
12717 |
+
msgstr ""
|
12718 |
+
|
12719 |
+
#: includes/hud-autofix-setup.php:546
|
12720 |
+
msgid " after you have uninstalled/deleted the LiteSpeed Cache plugin."
|
12721 |
+
msgstr ""
|
12722 |
+
|
12723 |
#: includes/hud-autofix-whitelist.php:75
|
12724 |
msgid ""
|
12725 |
"CC Root Text Box 9: Allow HEAD Requests General Rule for Jetpack, Marmoset "
|
12848 |
msgid "CC Root Text Box 11: SmoothV4.1 Theme"
|
12849 |
msgstr ""
|
12850 |
|
12851 |
+
#: includes/hud-autofix-whitelist.php:399
|
12852 |
msgid "CC Root Text Box 12: WooCommerce PagSeguro Plugin"
|
12853 |
msgstr ""
|
12854 |
|
12855 |
+
#: includes/hud-autofix-whitelist.php:405
|
12856 |
msgid "CC Root Text Box 12: Event Espresso Plugin"
|
12857 |
msgstr ""
|
12858 |
|
12859 |
+
#: includes/hud-autofix-whitelist.php:411
|
12860 |
msgid "CC Root Text Box 12: WooCommerce Serial Key Plugin"
|
12861 |
msgstr ""
|
12862 |
|
12863 |
+
#: includes/hud-autofix-whitelist.php:417
|
12864 |
msgid "CC Root Text Box 12: WooCommerce WorldPay Extension"
|
12865 |
msgstr ""
|
12866 |
|
12867 |
+
#: includes/hud-autofix-whitelist.php:423
|
12868 |
msgid "CC Root Text Box 12: Kama Click Counter Plugin"
|
12869 |
msgstr ""
|
12870 |
|
12871 |
+
#: includes/hud-autofix-whitelist.php:429
|
12872 |
msgid "CC Root Text Box 12: Riva Slider Pro Plugin"
|
12873 |
msgstr ""
|
12874 |
|
12875 |
+
#: includes/hud-autofix-whitelist.php:435
|
12876 |
msgid "CC Root Text Box 12: WordPress Auto Spinner Plugin"
|
12877 |
msgstr ""
|
12878 |
|
12879 |
+
#: includes/hud-autofix-whitelist.php:441
|
12880 |
msgid "CC Root Text Box 12: AgriTurismo Theme"
|
12881 |
msgstr ""
|
12882 |
|
12883 |
+
#: includes/hud-autofix-whitelist.php:447
|
12884 |
msgid "CC Root Text Box 12: WP Content Copy Protection Plugin"
|
12885 |
msgstr ""
|
12886 |
|
12887 |
+
#: includes/hud-autofix-whitelist.php:453
|
12888 |
msgid "CC Root Text Box 12: PanoPress Plugin"
|
12889 |
msgstr ""
|
12890 |
|
12891 |
+
#: includes/hud-autofix-whitelist.php:459
|
12892 |
msgid "CC Root Text Box 12: Easy Social Share Buttons (Code Canyon) Plugin"
|
12893 |
msgstr ""
|
12894 |
|
12895 |
+
#: includes/hud-autofix-whitelist.php:465
|
12896 |
msgid "CC Root Text Box 12: MainWP Plugin"
|
12897 |
msgstr ""
|
12898 |
|
12899 |
+
#: includes/hud-autofix-whitelist.php:471
|
12900 |
msgid "CC Root Text Box 12: Clever Course Theme"
|
12901 |
msgstr ""
|
12902 |
|
12903 |
+
#: includes/hud-autofix-whitelist.php:477
|
12904 |
msgid "CC Root Text Box 12: WP eStore (WP Cart for Digital Products) Plugin"
|
12905 |
msgstr ""
|
12906 |
|
12907 |
+
#: includes/hud-autofix-whitelist.php:483
|
12908 |
msgid "CC Root Text Box 12: WP eMember Plugin"
|
12909 |
msgstr ""
|
12910 |
|
12911 |
+
#: includes/hud-autofix-whitelist.php:489
|
12912 |
msgid "CC Root Text Box 12: Easy Digital Downloads Plugin"
|
12913 |
msgstr ""
|
12914 |
|
12915 |
+
#: includes/hud-autofix-whitelist.php:495
|
12916 |
msgid "CC Root Text Box 12: MailPoet Newsletters (wysija newsletters) Plugin"
|
12917 |
msgstr ""
|
12918 |
|
12919 |
+
#: includes/hud-autofix-whitelist.php:501
|
12920 |
msgid "CC Root Text Box 12: MailChimp for WordPress Plugin"
|
12921 |
msgstr ""
|
12922 |
|
12923 |
+
#: includes/hud-autofix-whitelist.php:507
|
12924 |
msgid "CC Root Text Box 12: Digital Access Pass (DAP) Plugin"
|
12925 |
msgstr ""
|
12926 |
|
12927 |
+
#: includes/hud-autofix-whitelist.php:513
|
12928 |
msgid "CC Root Text Box 12: WordPress Newsletter (tribulant) Plugin"
|
12929 |
msgstr ""
|
12930 |
|
12931 |
+
#: includes/hud-autofix-whitelist.php:519
|
12932 |
msgid "CC Root Text Box 12: Subscribe To Comments Reloaded Plugin"
|
12933 |
msgstr ""
|
12934 |
|
12935 |
+
#: includes/hud-autofix-whitelist.php:525
|
12936 |
+
msgid "CC Root Text Box 12: Nextend Social Login Plugin"
|
12937 |
+
msgstr ""
|
12938 |
+
|
12939 |
+
#: includes/hud-autofix-whitelist.php:588
|
12940 |
msgid "CC wp-admin Text Box 3: WooCommerce Product Feed Pro Plugin"
|
12941 |
msgstr ""
|
12942 |
|
12943 |
+
#: includes/hud-autofix-whitelist.php:594
|
12944 |
msgid "CC wp-admin Text Box 3: WPBakery Visual Composer Plugin"
|
12945 |
msgstr ""
|
12946 |
|
12947 |
+
#: includes/hud-autofix-whitelist.php:600
|
12948 |
msgid "CC wp-admin Text Box 3: Bookly Booking Plugin"
|
12949 |
msgstr ""
|
12950 |
|
12951 |
+
#: includes/hud-autofix-whitelist.php:606
|
12952 |
msgid "CC wp-admin Text Box 3: Beaver Builder Plugin"
|
12953 |
msgstr ""
|
12954 |
|
12955 |
+
#: includes/hud-autofix-whitelist.php:612
|
12956 |
+
msgid "CC wp-admin Text Box 3: WP Reset Plugin"
|
12957 |
+
msgstr ""
|
12958 |
+
|
12959 |
+
#: includes/hud-autofix-whitelist.php:618
|
12960 |
msgid "CC wp-admin Text Box 3: Easy Media Gallery Pro Plugin"
|
12961 |
msgstr ""
|
12962 |
|
12963 |
+
#: includes/hud-autofix-whitelist.php:624
|
12964 |
msgid "CC wp-admin Text Box 3: NextGen Gallery Plugin"
|
12965 |
msgstr ""
|
12966 |
|
12967 |
+
#: includes/hud-autofix-whitelist.php:630
|
12968 |
msgid "CC wp-admin Text Box 3: OptimizePress Theme"
|
12969 |
msgstr ""
|
12970 |
|
12971 |
+
#: includes/hud-autofix-whitelist.php:636
|
12972 |
msgid "CC wp-admin Text Box 3: tribulant Shopping Cart (WP Checkout) Plugin"
|
12973 |
msgstr ""
|
12974 |
|
12975 |
+
#: includes/hud-autofix-whitelist.php:642
|
12976 |
msgid "CC wp-admin Text Box 3: ithemes Video Showcase Plugin"
|
12977 |
msgstr ""
|
12978 |
|
12979 |
+
#: includes/hud-autofix-whitelist.php:648
|
12980 |
msgid "CC wp-admin Text Box 3: WP-Invoice - Web Invoice and Billing Plugin"
|
12981 |
msgstr ""
|
12982 |
|
12983 |
+
#: includes/hud-autofix-whitelist.php:654
|
12984 |
msgid "CC wp-admin Text Box 3: Yoast SEO Plugin"
|
12985 |
msgstr ""
|
12986 |
|
12987 |
+
#: includes/hud-autofix-whitelist.php:660
|
12988 |
msgid "CC wp-admin Text Box 3: Formidable Pro Plugin"
|
12989 |
msgstr ""
|
12990 |
|
12991 |
+
#: includes/hud-autofix-whitelist.php:666
|
12992 |
msgid "CC wp-admin Text Box 3: Google Typography Plugin"
|
12993 |
msgstr ""
|
12994 |
|
12995 |
+
#: includes/hud-autofix-whitelist.php:672
|
12996 |
msgid "CC wp-admin Text Box 3: Flare Plugin"
|
12997 |
msgstr ""
|
12998 |
|
12999 |
+
#: includes/hud-autofix-whitelist.php:678
|
13000 |
msgid "CC wp-admin Text Box 3: bbPress Plugin"
|
13001 |
msgstr ""
|
13002 |
|
13003 |
+
#: includes/hud-autofix-whitelist.php:684
|
13004 |
msgid ""
|
13005 |
"CC wp-admin Text Box 3: Spider Event Calendar (WordPress Event Calendar) "
|
13006 |
"Plugin"
|
13007 |
msgstr ""
|
13008 |
|
13009 |
+
#: includes/hud-autofix-whitelist.php:693
|
13010 |
msgid "CC wp-admin Text Box 3: BuddyPress Plugin"
|
13011 |
msgstr ""
|
13012 |
|
13013 |
+
#: includes/hud-autofix-whitelist.php:701
|
13014 |
msgid "CC wp-admin Text Box 3: WPML Translation Management Plugin"
|
13015 |
msgstr ""
|
13016 |
|
13017 |
+
#: includes/hud-autofix-whitelist.php:707
|
13018 |
msgid "CC wp-admin Text Box 3: Events Manager Plugin"
|
13019 |
msgstr ""
|
13020 |
|
13021 |
+
#: includes/hud-autofix-whitelist.php:713
|
13022 |
msgid ""
|
13023 |
"CC wp-admin Text Box 3: MailPoet Newsletters (wysija newsletters) Plugin"
|
13024 |
msgstr ""
|
13025 |
|
13026 |
+
#: includes/hud-autofix-whitelist.php:719
|
13027 |
msgid "CC wp-admin Text Box 3: Event Espresso Plugin"
|
13028 |
msgstr ""
|
13029 |
|
13030 |
+
#: includes/hud-autofix-whitelist.php:725
|
13031 |
msgid "CC wp-admin Text Box 3: Content Egg (Free and Pro) Plugin"
|
13032 |
msgstr ""
|
13033 |
|
13034 |
+
#: includes/hud-autofix-whitelist.php:731
|
13035 |
msgid "CC wp-admin Text Box 3: Flatsome Theme"
|
13036 |
msgstr ""
|
13037 |
|
13038 |
+
#: includes/hud-autofix-whitelist.php:764
|
13039 |
msgid "CC wp-admin Text Box 4: Content Egg (Free and Pro) Plugin"
|
13040 |
msgstr ""
|
13041 |
|
13042 |
+
#: includes/hud-autofix-whitelist.php:770
|
13043 |
msgid "CC wp-admin Text Box 4: Event Espresso Plugin"
|
13044 |
msgstr ""
|
13045 |
|
13046 |
+
#: includes/hud-autofix-whitelist.php:777
|
13047 |
msgid "CC wp-admin Text Box 4: Open Web Analytics (github) Plugin"
|
13048 |
msgstr ""
|
13049 |
|
13050 |
+
#: includes/hud-autofix-whitelist.php:784
|
13051 |
msgid "CC wp-admin Text Box 4: UberGrid (code canyon) Plugin"
|
13052 |
msgstr ""
|
13053 |
|
13054 |
+
#: includes/hud-autofix-whitelist.php:791
|
13055 |
+
msgid "CC wp-admin Text Box 4: Jetpack Plugin - SSO feature"
|
13056 |
+
msgstr ""
|
13057 |
+
|
13058 |
+
#: includes/hud-autofix-whitelist.php:797
|
13059 |
msgid "BPS Setup Wizard AutoFix (AutoWhitelist|AutoSetup|AutoCleanup) Notice"
|
13060 |
msgstr ""
|
13061 |
|
13062 |
+
#: includes/hud-autofix-whitelist.php:797
|
13063 |
msgid ""
|
13064 |
"One or more of your plugins or your theme requires a BPS Custom Code "
|
13065 |
"whitelist rule to be automatically created by the Setup Wizard."
|
13066 |
msgstr ""
|
13067 |
|
13068 |
+
#: includes/hud-autofix-whitelist.php:797
|
13069 |
+
#: includes/hud-dismiss-functions.php:776
|
13070 |
msgid "Click this "
|
13071 |
msgstr ""
|
13072 |
|
13073 |
+
#: includes/hud-autofix-whitelist.php:797
|
13074 |
msgid "Setup Wizard link"
|
13075 |
msgstr ""
|
13076 |
|
13077 |
+
#: includes/hud-autofix-whitelist.php:797
|
13078 |
msgid ""
|
13079 |
" and click the Setup Wizard button to automatically create BPS Custom Code "
|
13080 |
"whitelist rules."
|
13081 |
msgstr ""
|
13082 |
|
13083 |
+
#: includes/hud-autofix-whitelist.php:797
|
13084 |
msgid "This BPS AutoFix check can be turned Off on the "
|
13085 |
msgstr ""
|
13086 |
|
13087 |
+
#: includes/hud-autofix-whitelist.php:797
|
13088 |
msgid ""
|
13089 |
" page if you do not want BPS to check for any plugin or theme whitelist "
|
13090 |
"rules."
|
13091 |
msgstr ""
|
13092 |
|
13093 |
+
#: includes/hud-autofix-whitelist.php:797
|
13094 |
msgid ""
|
13095 |
"If this Notice does not go away after running the Setup Wizard, use the "
|
13096 |
msgstr ""
|
13097 |
|
13098 |
+
#: includes/hud-autofix-whitelist.php:797
|
13099 |
msgid "BPS UI|UX|AutoFix Debug tool"
|
13100 |
msgstr ""
|
13101 |
|
13102 |
+
#: includes/hud-autofix-whitelist.php:797
|
13103 |
msgid ""
|
13104 |
" Click the UI|UX Settings page Read Me help button for more information."
|
13105 |
msgstr ""
|
13106 |
|
13107 |
+
#: includes/hud-autofix-whitelist.php:806
|
13108 |
msgid "BPS AutoFix Debug: Custom Code Text Box Number and Plugin or Theme Name"
|
13109 |
msgstr ""
|
13110 |
|
13111 |
+
#: includes/hud-autofix-whitelist.php:809
|
13112 |
msgid "No Plugin or Theme AutoFix Custom Code Whitelist Rules were found"
|
13113 |
msgstr ""
|
13114 |
|
13518 |
|
13519 |
#: includes/hud-dismiss-functions.php:657
|
13520 |
#: includes/hud-dismiss-functions.php:738
|
13521 |
+
#: includes/hud-dismiss-functions.php:776
|
13522 |
+
#: includes/hud-dismiss-functions.php:828
|
13523 |
msgid ""
|
13524 |
"To Dismiss this Notice click the Dismiss Notice button below. To Reset "
|
13525 |
"Dismiss Notices click the Reset|Recheck Dismiss Notices button on the BPS "
|
13580 |
"help forum topic then you can dismiss this Dismiss Notice."
|
13581 |
msgstr ""
|
13582 |
|
13583 |
+
#: includes/hud-dismiss-functions.php:776
|
13584 |
msgid "BPS GDPR Compliance Notice"
|
13585 |
msgstr ""
|
13586 |
|
13587 |
+
#: includes/hud-dismiss-functions.php:776
|
13588 |
msgid ""
|
13589 |
"A new Setup Wizard Option has been created which allows you to turn off all "
|
13590 |
"IP address logging in BPS to make your website GDPR Compliant."
|
13591 |
msgstr ""
|
13592 |
|
13593 |
+
#: includes/hud-dismiss-functions.php:776
|
13594 |
msgid "GDPR Compliance Setup Wizard Option link"
|
13595 |
msgstr ""
|
13596 |
|
13597 |
+
#: includes/hud-dismiss-functions.php:776
|
13598 |
msgid "Choose the GDPR Compliance On setting."
|
13599 |
msgstr ""
|
13600 |
|
13601 |
+
#: includes/hud-dismiss-functions.php:776
|
13602 |
msgid "For more information about GDPR Compliance click this "
|
13603 |
msgstr ""
|
13604 |
|
13605 |
+
#: includes/hud-dismiss-functions.php:776
|
13606 |
msgid "GDPR Compliance Forum Topic link"
|
13607 |
msgstr ""
|
13608 |
|
13609 |
+
#: includes/hud-dismiss-functions.php:828
|
13610 |
msgid "BPS wp-config.php file WP Automatic Update constants detected"
|
13611 |
msgstr ""
|
13612 |
|
13613 |
+
#: includes/hud-dismiss-functions.php:828
|
13614 |
msgid ""
|
13615 |
"You are using the BPS MU Tools plugin option settings to handle WP Automatic "
|
13616 |
"Updates. BPS detected that you are also using one or both of these WP "
|
13621 |
"Notice after you have commented them out."
|
13622 |
msgstr ""
|
13623 |
|
13624 |
+
#: includes/login-security.php:124 includes/login-security.php:130
|
13625 |
+
#: includes/login-security.php:343 includes/login-security.php:485
|
13626 |
+
#: includes/login-security.php:491 includes/login-security.php:617
|
13627 |
+
#: includes/login-security.php:753 includes/login-security.php:759
|
13628 |
+
#: includes/login-security.php:763 includes/login-security.php:769
|
13629 |
+
#: includes/login-security.php:773 includes/login-security.php:783
|
13630 |
+
#: includes/login-security.php:800 includes/login-security.php:804
|
13631 |
+
#: includes/login-security.php:811 includes/login-security.php:815
|
13632 |
+
#: includes/login-security.php:834 includes/login-security.php:838
|
13633 |
+
#: includes/login-security.php:856 includes/login-security.php:860
|
13634 |
msgid "ERROR:"
|
13635 |
msgstr ""
|
13636 |
|
13637 |
+
#: includes/login-security.php:124 includes/login-security.php:343
|
13638 |
+
#: includes/login-security.php:485 includes/login-security.php:617
|
13639 |
msgid " This user account has been locked until "
|
13640 |
msgstr ""
|
13641 |
|
13642 |
+
#: includes/login-security.php:124 includes/login-security.php:343
|
13643 |
+
#: includes/login-security.php:485 includes/login-security.php:617
|
13644 |
msgid ""
|
13645 |
" due to too many failed login attempts. You can login again after the "
|
13646 |
"Lockout Time above has expired."
|
13647 |
msgstr ""
|
13648 |
|
13649 |
+
#: includes/login-security.php:130 includes/login-security.php:491
|
13650 |
+
#: includes/login-security.php:769 includes/login-security.php:773
|
13651 |
+
#: includes/login-security.php:834 includes/login-security.php:838
|
13652 |
+
#: includes/login-security.php:856 includes/login-security.php:860
|
13653 |
msgid " Invalid Entry."
|
13654 |
msgstr ""
|
13655 |
|
13656 |
+
#: includes/login-security.php:130 includes/login-security.php:491
|
13657 |
+
#: includes/login-security.php:753 includes/login-security.php:759
|
13658 |
+
#: includes/login-security.php:763 includes/login-security.php:769
|
13659 |
+
#: includes/login-security.php:773 includes/login-security.php:783
|
13660 |
+
#: includes/login-security.php:800 includes/login-security.php:804
|
13661 |
+
#: includes/login-security.php:811 includes/login-security.php:815
|
13662 |
+
#: includes/login-security.php:834 includes/login-security.php:838
|
13663 |
+
#: includes/login-security.php:856 includes/login-security.php:860
|
13664 |
msgid "Lost your password?"
|
13665 |
msgstr ""
|
13666 |
|
13667 |
+
#: includes/login-security.php:164 includes/login-security.php:303
|
13668 |
+
#: includes/login-security.php:575
|
13669 |
msgid "A User has logged in on website: "
|
13670 |
msgstr ""
|
13671 |
|
13672 |
+
#: includes/login-security.php:165 includes/login-security.php:181
|
13673 |
+
#: includes/login-security.php:212 includes/login-security.php:228
|
13674 |
+
#: includes/login-security.php:304 includes/login-security.php:320
|
13675 |
+
#: includes/login-security.php:576 includes/login-security.php:593
|
13676 |
msgid ""
|
13677 |
"To take further action go to the Login Security page. If you do not want to "
|
13678 |
"receive further email alerts change or turn off Login Security Email Alerts."
|
13679 |
msgstr ""
|
13680 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13681 |
#: includes/login-security.php:166 includes/login-security.php:182
|
13682 |
#: includes/login-security.php:213 includes/login-security.php:229
|
13683 |
#: includes/login-security.php:263 includes/login-security.php:305
|
13684 |
#: includes/login-security.php:321 includes/login-security.php:418
|
13685 |
#: includes/login-security.php:530 includes/login-security.php:578
|
13686 |
#: includes/login-security.php:595 includes/login-security.php:692
|
13687 |
+
msgid "Username:"
|
13688 |
msgstr ""
|
13689 |
|
13690 |
#: includes/login-security.php:167 includes/login-security.php:183
|
13693 |
#: includes/login-security.php:322 includes/login-security.php:419
|
13694 |
#: includes/login-security.php:531 includes/login-security.php:579
|
13695 |
#: includes/login-security.php:596 includes/login-security.php:693
|
13696 |
+
msgid "Status:"
|
13697 |
msgstr ""
|
13698 |
|
13699 |
#: includes/login-security.php:168 includes/login-security.php:184
|
13702 |
#: includes/login-security.php:323 includes/login-security.php:420
|
13703 |
#: includes/login-security.php:532 includes/login-security.php:580
|
13704 |
#: includes/login-security.php:597 includes/login-security.php:694
|
13705 |
+
msgid "User Role:"
|
13706 |
msgstr ""
|
13707 |
|
13708 |
#: includes/login-security.php:169 includes/login-security.php:185
|
13709 |
#: includes/login-security.php:216 includes/login-security.php:232
|
13710 |
+
#: includes/login-security.php:266 includes/login-security.php:308
|
13711 |
+
#: includes/login-security.php:324 includes/login-security.php:421
|
13712 |
+
#: includes/login-security.php:533 includes/login-security.php:581
|
13713 |
+
#: includes/login-security.php:598 includes/login-security.php:695
|
13714 |
+
msgid "Email:"
|
13715 |
msgstr ""
|
13716 |
|
13717 |
#: includes/login-security.php:170 includes/login-security.php:186
|
13720 |
#: includes/login-security.php:325 includes/login-security.php:424
|
13721 |
#: includes/login-security.php:536 includes/login-security.php:582
|
13722 |
#: includes/login-security.php:599 includes/login-security.php:698
|
13723 |
+
msgid "User IP Address:"
|
13724 |
msgstr ""
|
13725 |
|
13726 |
#: includes/login-security.php:171 includes/login-security.php:187
|
13729 |
#: includes/login-security.php:326 includes/login-security.php:425
|
13730 |
#: includes/login-security.php:537 includes/login-security.php:583
|
13731 |
#: includes/login-security.php:600 includes/login-security.php:699
|
13732 |
+
msgid "User Hostname:"
|
13733 |
msgstr ""
|
13734 |
|
13735 |
#: includes/login-security.php:172 includes/login-security.php:188
|
13738 |
#: includes/login-security.php:327 includes/login-security.php:426
|
13739 |
#: includes/login-security.php:538 includes/login-security.php:584
|
13740 |
#: includes/login-security.php:601 includes/login-security.php:700
|
13741 |
+
msgid "Request URI:"
|
13742 |
+
msgstr ""
|
13743 |
+
|
13744 |
+
#: includes/login-security.php:173 includes/login-security.php:189
|
13745 |
+
#: includes/login-security.php:220 includes/login-security.php:236
|
13746 |
+
#: includes/login-security.php:272 includes/login-security.php:312
|
13747 |
+
#: includes/login-security.php:328 includes/login-security.php:427
|
13748 |
+
#: includes/login-security.php:539 includes/login-security.php:585
|
13749 |
+
#: includes/login-security.php:602 includes/login-security.php:701
|
13750 |
msgid "Website:"
|
13751 |
msgstr ""
|
13752 |
|
13753 |
+
#: includes/login-security.php:180 includes/login-security.php:227
|
13754 |
+
#: includes/login-security.php:319 includes/login-security.php:592
|
13755 |
msgid "An Administrator has logged in on website: "
|
13756 |
msgstr ""
|
13757 |
|
13758 |
+
#: includes/login-security.php:211
|
13759 |
msgid "Test A User has logged in on website: "
|
13760 |
msgstr ""
|
13761 |
|
13762 |
+
#: includes/login-security.php:258 includes/login-security.php:413
|
13763 |
+
#: includes/login-security.php:525 includes/login-security.php:687
|
13764 |
msgid "A User Account has been locked on website: "
|
13765 |
msgstr ""
|
13766 |
|
13767 |
+
#: includes/login-security.php:259 includes/login-security.php:414
|
13768 |
+
#: includes/login-security.php:526 includes/login-security.php:688
|
13769 |
msgid ""
|
13770 |
"To take further action go to the Login Security page. If no action is taken "
|
13771 |
"then the User will be able to try and login again after the Lockout Time has "
|
13773 |
"off Login Security Email Alerts."
|
13774 |
msgstr ""
|
13775 |
|
13776 |
+
#: includes/login-security.php:260 includes/login-security.php:415
|
13777 |
+
#: includes/login-security.php:527 includes/login-security.php:689
|
13778 |
msgid ""
|
13779 |
"What to do if your User Account is locked and you are unable to login to "
|
13780 |
"your website:"
|
13781 |
msgstr ""
|
13782 |
|
13783 |
+
#: includes/login-security.php:260 includes/login-security.php:415
|
13784 |
+
#: includes/login-security.php:527 includes/login-security.php:689
|
13785 |
msgid ""
|
13786 |
" Use FTP or your web host control panel file manager and rename the /"
|
13787 |
"bulletproof-security plugin folder name to /_bulletproof-security. Log into "
|
13790 |
"Account."
|
13791 |
msgstr ""
|
13792 |
|
13793 |
+
#: includes/login-security.php:261 includes/login-security.php:416
|
13794 |
+
#: includes/login-security.php:528 includes/login-security.php:690
|
13795 |
msgid "What to do if your User Account is being locked repeatedly:"
|
13796 |
msgstr ""
|
13797 |
|
13798 |
+
#: includes/login-security.php:261 includes/login-security.php:416
|
13799 |
+
#: includes/login-security.php:528 includes/login-security.php:690
|
13800 |
msgid ""
|
13801 |
" Additional things that you can do to protect publicly displayed usernames, "
|
13802 |
"not exposing author names/user account names, etc."
|
13803 |
msgstr ""
|
13804 |
|
13805 |
+
#: includes/login-security.php:267 includes/login-security.php:422
|
13806 |
+
#: includes/login-security.php:534 includes/login-security.php:696
|
13807 |
msgid "Lockout Time:"
|
13808 |
msgstr ""
|
13809 |
|
13810 |
+
#: includes/login-security.php:268 includes/login-security.php:423
|
13811 |
+
#: includes/login-security.php:535 includes/login-security.php:697
|
13812 |
msgid "Lockout Time Expires:"
|
13813 |
msgstr ""
|
13814 |
|
13815 |
+
#: includes/login-security.php:753 includes/login-security.php:763
|
13816 |
msgid " Invalid username."
|
13817 |
msgstr ""
|
13818 |
|
13819 |
+
#: includes/login-security.php:759
|
13820 |
msgid " Invalid email address."
|
13821 |
msgstr ""
|
13822 |
|
13823 |
+
#: includes/login-security.php:783 includes/login-security.php:804
|
13824 |
+
#: includes/login-security.php:815
|
13825 |
msgid " The password you entered for the username "
|
13826 |
msgstr ""
|
13827 |
|
13828 |
+
#: includes/login-security.php:783 includes/login-security.php:800
|
13829 |
+
#: includes/login-security.php:804 includes/login-security.php:811
|
13830 |
+
#: includes/login-security.php:815
|
13831 |
msgid " is incorrect. "
|
13832 |
msgstr ""
|
13833 |
|
13834 |
+
#: includes/login-security.php:800 includes/login-security.php:811
|
13835 |
msgid " The password you entered for the email address "
|
13836 |
msgstr ""
|
13837 |
|
13838 |
+
#: includes/login-security.php:800 includes/login-security.php:804
|
13839 |
+
#: includes/login-security.php:834 includes/login-security.php:856
|
13840 |
msgid " Login Attempts Remaining "
|
13841 |
msgstr ""
|
13842 |
|
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: 4.
|
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.6
|
7 |
+
Stable tag: 4.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|