Version Description
Download this release
Release Info
Developer | AITpro |
Plugin | BulletProof Security |
Version | 6.2 |
Comparing to | |
See all releases |
Code changes from version 6.1 to 6.2
- admin/core/core.php +2 -1
- admin/htaccess/secure.htaccess +1 -1
- admin/htaccess/wpadmin-secure.htaccess +1 -1
- admin/mscan/mscan.php +2 -0
- bulletproof-security.php +4 -4
- includes/hud-dismiss-functions.php +3 -3
- includes/login-security.php +12 -0
- languages/bulletproof-security.pot +309 -308
- readme.txt +2 -2
admin/core/core.php
CHANGED
@@ -2220,7 +2220,8 @@ echo '<a href="'.esc_url( 'https://forum.ait-pro.com/forums/topic/bulletproof-se
|
|
2220 |
|
2221 |
<div class="pro-links">
|
2222 |
<?php
|
2223 |
-
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.
|
|
|
2224 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.4', 'https://www.ait-pro.com/aitpro-blog/5762/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-4/' ).'<br>';
|
2225 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.3', 'https://www.ait-pro.com/aitpro-blog/5746/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-3/' ).'<br>';
|
2226 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.2', 'https://www.ait-pro.com/aitpro-blog/5741/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-2/' ).'<br>';
|
2220 |
|
2221 |
<div class="pro-links">
|
2222 |
<?php
|
2223 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.6', 'https://www.ait-pro.com/aitpro-blog/5771/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-6/' ).'<br>';
|
2224 |
+
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.5', 'https://www.ait-pro.com/aitpro-blog/5768/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-5/' ).'<br>';
|
2225 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.4', 'https://www.ait-pro.com/aitpro-blog/5762/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-4/' ).'<br>';
|
2226 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.3', 'https://www.ait-pro.com/aitpro-blog/5746/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-3/' ).'<br>';
|
2227 |
echo sprintf( __( '<a href="%2$s" target="_blank" title="Link Opens in New Browser Window">Whats New in BPS Pro %1$s</a>' ), '16.2', 'https://www.ait-pro.com/aitpro-blog/5741/bulletproof-security-pro/whats-new-in-bulletproof-security-pro-16-2/' ).'<br>';
|
admin/htaccess/secure.htaccess
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
# BULLETPROOF 6.
|
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 6.2 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 6.
|
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 6.2 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/mscan/mscan.php
CHANGED
@@ -1709,6 +1709,8 @@ if ( isset( $_POST['Submit-MScan-Suspect-Form'] ) && current_user_can('manage_op
|
|
1709 |
$wp_blog_header_forward_slashes = str_replace( '\\', "/", $wp_blog_header_file );
|
1710 |
$wp_index_forward_slashes = str_replace( '\\', "/", $wp_index_file );
|
1711 |
|
|
|
|
|
1712 |
echo '<div id="MScanSuspectcheckall" style="">';
|
1713 |
echo '<table class="widefat" style="margin-bottom:20px;">';
|
1714 |
echo '<thead>';
|
1709 |
$wp_blog_header_forward_slashes = str_replace( '\\', "/", $wp_blog_header_file );
|
1710 |
$wp_index_forward_slashes = str_replace( '\\', "/", $wp_index_file );
|
1711 |
|
1712 |
+
$wp_core_root_files = array( $wp_config_forward_slashes, $wp_settings_forward_slashes, $wp_load_forward_slashes, $wp_login_forward_slashes, $wp_blog_header_forward_slashes, $wp_index_forward_slashes );
|
1713 |
+
|
1714 |
echo '<div id="MScanSuspectcheckall" style="">';
|
1715 |
echo '<table class="widefat" style="margin-bottom:20px;">';
|
1716 |
echo '<thead>';
|
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) • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords • Email Alerts When New Plugins And Themes Are Available.
|
8 |
-
Version: 6.
|
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, $bps_footer, $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, $plugin_hashes, $theme_hashes;
|
35 |
|
36 |
-
define( 'BULLETPROOF_VERSION', '6.
|
37 |
-
$bps_last_version = '6.
|
38 |
-
$bps_version = '6.
|
39 |
$bps_footer = '<div id="AITpro-link">' . __('BulletProof Security ', 'bulletproof-security') . esc_html($bps_version) . __(' Plugin by ', 'bulletproof-security') . '<a href="'.esc_url('https://www.ait-pro.com/').'" target="_blank" title="AITpro Website Security">' . __( 'AITpro Website Security', 'bulletproof-security') . '</a></div>';
|
40 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
41 |
// Top div & bottom div
|
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) • System Info: Extensive System, Server and Security Status Information • FrontEnd|BackEnd Maintenance Mode • WP Automatic Update Options (BPS MU Tools must-use plugin) • Force Strong Passwords • Email Alerts When New Plugins And Themes Are Available.
|
8 |
+
Version: 6.2
|
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, $bps_footer, $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, $plugin_hashes, $theme_hashes;
|
35 |
|
36 |
+
define( 'BULLETPROOF_VERSION', '6.2' );
|
37 |
+
$bps_last_version = '6.1';
|
38 |
+
$bps_version = '6.2';
|
39 |
$bps_footer = '<div id="AITpro-link">' . __('BulletProof Security ', 'bulletproof-security') . esc_html($bps_version) . __(' Plugin by ', 'bulletproof-security') . '<a href="'.esc_url('https://www.ait-pro.com/').'" target="_blank" title="AITpro Website Security">' . __( 'AITpro Website Security', 'bulletproof-security') . '</a></div>';
|
40 |
$aitpro_bullet = '<img src="'.plugins_url('/bulletproof-security/admin/images/aitpro-bullet.png').'" style="padding:0px 3px 0px 3px;" />';
|
41 |
// Top div & bottom div
|
includes/hud-dismiss-functions.php
CHANGED
@@ -985,10 +985,10 @@ function bpsPro_hud_bpspro_sale() {
|
|
985 |
return;
|
986 |
}
|
987 |
|
988 |
-
$
|
989 |
$gmt_offset = get_option( 'gmt_offset' ) * 3600;
|
990 |
|
991 |
-
if ( time()
|
992 |
|
993 |
global $current_user;
|
994 |
$user_id = $current_user->ID;
|
@@ -1003,7 +1003,7 @@ function bpsPro_hud_bpspro_sale() {
|
|
1003 |
$bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
|
1004 |
}
|
1005 |
|
1006 |
-
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('BPS Pro 25% Off Sale
|
1007 |
echo $text;
|
1008 |
}
|
1009 |
}
|
985 |
return;
|
986 |
}
|
987 |
|
988 |
+
$may_16_2022 = '1652717434';
|
989 |
$gmt_offset = get_option( 'gmt_offset' ) * 3600;
|
990 |
|
991 |
+
if ( time() < $may_16_2022 ) {
|
992 |
|
993 |
global $current_user;
|
994 |
$user_id = $current_user->ID;
|
1003 |
$bps_base = str_replace( admin_url(), '', esc_html($_SERVER['REQUEST_URI']) ) . '&';
|
1004 |
}
|
1005 |
|
1006 |
+
$text = '<div class="update-nag" style="background-color:#dfecf2;border:1px solid #999;font-size:1em;font-weight:600;padding:2px 5px;margin-top:2px;-moz-border-radius-topleft:3px;-webkit-border-top-left-radius:3px;-khtml-border-top-left-radius:3px;border-top-left-radius:3px;-moz-border-radius-topright:3px;-webkit-border-top-right-radius:3px;-khtml-border-top-right-radius:3px;border-top-right-radius:3px;-webkit-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);-moz-box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);box-shadow: 3px 3px 5px -1px rgba(153,153,153,0.7);"><font color="blue">'.__('BPS Pro 25% Off Sale May 9 - May 16', 'bulletproof-security').'</font><br>'.__('One-time Purchase Price: $52.50. No Recurring Yearly Costs Or Subscriptions. Unlimited installations. Free Upgrades For Life. Free Technical Support For Life.', 'bulletproof-security').'<br><a href="https://affiliates.ait-pro.com/po/" target="_blank" title="Buy BPS Pro">'.__('Buy BPS Pro', 'bulletproof-security').'</a><div style="min-height:5px"></div>'.__('To Dismiss this Notice click the Dismiss Notice button below. To Reset Dismiss Notices click the Reset|Recheck Dismiss Notices button on the Alerts|Logs|Email Options page.', 'bulletproof-security').'<br><div style="float:left;margin:3px 0px 3px 0px;padding:2px 6px 2px 6px;background-color:#e8e8e8;border:1px solid gray;"><a href="'.$bps_base.'bpsPro_bpspro_sale_nag_ignore=0'.'" style="text-decoration:none;font-weight:bold;">'.__('Dismiss Notice', 'bulletproof-security').'</a></div></div>';
|
1007 |
echo $text;
|
1008 |
}
|
1009 |
}
|
includes/login-security.php
CHANGED
@@ -18,6 +18,18 @@
|
|
18 |
require_once ABSPATH . '/wp-admin/includes/plugin.php';
|
19 |
}
|
20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
if ( $bpsPro_woocommerce_active == 1 || is_plugin_active_for_network( $bpsPro_woocommerce ) ) {
|
22 |
|
23 |
if ( isset($BPSoptions['bps_enable_lsm_woocommerce']) && $BPSoptions['bps_enable_lsm_woocommerce'] == 1 && isset($BPSoptionsJTC['bps_enable_jtc_woocommerce']) && $BPSoptionsJTC['bps_enable_jtc_woocommerce'] == 1 ) {
|
18 |
require_once ABSPATH . '/wp-admin/includes/plugin.php';
|
19 |
}
|
20 |
|
21 |
+
## 6.2: Condition added for the known Tutor LMS incorrect usage of the WP login_form action.
|
22 |
+
// Note: BPS Pro Only: Unfortunately if someone also has WooCommerce installed this will remove LSM & JTC from WooCommerce Forms too.
|
23 |
+
$tutor_lms = 'tutor/tutor.php';
|
24 |
+
$tutor_lms_active = in_array( $tutor_lms, apply_filters('active_plugins', get_option('active_plugins')));
|
25 |
+
|
26 |
+
if ( $tutor_lms_active == 1 || is_plugin_active_for_network( $tutor_lms ) ) {
|
27 |
+
|
28 |
+
if ( ! preg_match( '/wp-login\.php/', esc_html( $_SERVER['REQUEST_URI'] ) ) ) {
|
29 |
+
return;
|
30 |
+
}
|
31 |
+
}
|
32 |
+
|
33 |
if ( $bpsPro_woocommerce_active == 1 || is_plugin_active_for_network( $bpsPro_woocommerce ) ) {
|
34 |
|
35 |
if ( isset($BPSoptions['bps_enable_lsm_woocommerce']) && $BPSoptions['bps_enable_lsm_woocommerce'] == 1 && isset($BPSoptionsJTC['bps_enable_jtc_woocommerce']) && $BPSoptionsJTC['bps_enable_jtc_woocommerce'] == 1 ) {
|
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: 2022-
|
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"
|
@@ -1831,8 +1831,8 @@ msgstr ""
|
|
1831 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1832 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1833 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1834 |
-
#: admin/mscan/mscan.php:
|
1835 |
-
#: admin/mscan/mscan.php:
|
1836 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1837 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1838 |
#: admin/wizard/wizard.php:1769 bulletproof-security.php:183
|
@@ -1854,8 +1854,8 @@ msgstr ""
|
|
1854 |
#: admin/login/login.php:1358 admin/login/login.php:1927
|
1855 |
#: admin/maintenance/maintenance.php:204 admin/mscan/mscan-help-text.php:65
|
1856 |
#: admin/mscan/mscan-help-text.php:78 admin/mscan/mscan-help-text.php:85
|
1857 |
-
#: admin/mscan/mscan.php:239 admin/mscan/mscan.php:
|
1858 |
-
#: admin/mscan/mscan.php:
|
1859 |
#: admin/security-log/security-log.php:222 admin/system-info/system-info.php:79
|
1860 |
#: admin/theme-skin/theme-skin.php:78 admin/wizard/wizard.php:1097
|
1861 |
#: admin/wizard/wizard.php:1168 admin/wizard/wizard.php:1766
|
@@ -1874,8 +1874,8 @@ msgstr ""
|
|
1874 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1875 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1876 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1877 |
-
#: admin/mscan/mscan.php:
|
1878 |
-
#: admin/mscan/mscan.php:
|
1879 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1880 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1881 |
#: admin/wizard/wizard.php:1769
|
@@ -1894,8 +1894,8 @@ msgstr ""
|
|
1894 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1895 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1896 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1897 |
-
#: admin/mscan/mscan.php:
|
1898 |
-
#: admin/mscan/mscan.php:
|
1899 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1900 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1901 |
#: admin/wizard/wizard.php:1769
|
@@ -1914,8 +1914,8 @@ msgstr ""
|
|
1914 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1915 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1916 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1917 |
-
#: admin/mscan/mscan.php:
|
1918 |
-
#: admin/mscan/mscan.php:
|
1919 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1920 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1921 |
#: admin/wizard/wizard.php:1769
|
@@ -1934,8 +1934,8 @@ msgstr ""
|
|
1934 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1935 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1936 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1937 |
-
#: admin/mscan/mscan.php:
|
1938 |
-
#: admin/mscan/mscan.php:
|
1939 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1940 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1941 |
#: admin/wizard/wizard.php:1769
|
@@ -2574,7 +2574,7 @@ msgstr ""
|
|
2574 |
|
2575 |
#: admin/core/core.php:2088
|
2576 |
#: admin/db-backup-security/db-backup-security.php:1796
|
2577 |
-
#: admin/mscan/mscan.php:
|
2578 |
msgid "Whats New in "
|
2579 |
msgstr ""
|
2580 |
|
@@ -2635,7 +2635,7 @@ msgstr ""
|
|
2635 |
#: admin/db-backup-security/db-backup-security.php:1800
|
2636 |
#: admin/email-log-settings/email-log-settings.php:442
|
2637 |
#: admin/login/login.php:2054 admin/maintenance/maintenance.php:2243
|
2638 |
-
#: admin/mscan/mscan.php:
|
2639 |
#: admin/system-info/system-info.php:1271 admin/theme-skin/theme-skin.php:237
|
2640 |
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2641 |
msgstr ""
|
@@ -2881,95 +2881,96 @@ msgstr ""
|
|
2881 |
|
2882 |
#: admin/core/core.php:2223 admin/core/core.php:2224 admin/core/core.php:2225
|
2883 |
#: admin/core/core.php:2226 admin/core/core.php:2227 admin/core/core.php:2228
|
2884 |
-
#: admin/core/core.php:2229 admin/core/core.php:2230 admin/core/core.php:
|
2885 |
#: admin/core/core.php:2237 admin/core/core.php:2238 admin/core/core.php:2239
|
2886 |
#: admin/core/core.php:2240 admin/core/core.php:2241 admin/core/core.php:2242
|
2887 |
#: admin/core/core.php:2243 admin/core/core.php:2244 admin/core/core.php:2245
|
2888 |
-
#: admin/core/core.php:
|
2889 |
#: admin/core/core.php:2254 admin/core/core.php:2255 admin/core/core.php:2256
|
2890 |
-
#: admin/core/core.php:
|
2891 |
-
#: admin/core/core.php:2265 admin/core/core.php:
|
2892 |
#: admin/core/core.php:2272 admin/core/core.php:2273 admin/core/core.php:2274
|
2893 |
-
#: admin/core/core.php:
|
2894 |
#: admin/core/core.php:2282 admin/core/core.php:2283 admin/core/core.php:2284
|
2895 |
#: admin/core/core.php:2285 admin/core/core.php:2286 admin/core/core.php:2287
|
2896 |
-
#: admin/core/core.php:
|
2897 |
#: admin/core/core.php:2295 admin/core/core.php:2296 admin/core/core.php:2297
|
2898 |
#: admin/core/core.php:2298 admin/core/core.php:2299 admin/core/core.php:2300
|
2899 |
#: admin/core/core.php:2301 admin/core/core.php:2302 admin/core/core.php:2303
|
2900 |
-
#: admin/core/core.php:2304 admin/core/core.php:
|
2901 |
#: admin/core/core.php:2312 admin/core/core.php:2313 admin/core/core.php:2314
|
2902 |
#: admin/core/core.php:2315 admin/core/core.php:2316 admin/core/core.php:2317
|
2903 |
#: admin/core/core.php:2318 admin/core/core.php:2319 admin/core/core.php:2320
|
2904 |
#: admin/core/core.php:2321 admin/core/core.php:2322 admin/core/core.php:2323
|
2905 |
-
#: admin/core/core.php:
|
2906 |
#: admin/core/core.php:2332 admin/core/core.php:2333 admin/core/core.php:2334
|
2907 |
#: admin/core/core.php:2335 admin/core/core.php:2336 admin/core/core.php:2337
|
2908 |
#: admin/core/core.php:2338 admin/core/core.php:2339 admin/core/core.php:2340
|
2909 |
-
#: admin/core/core.php:2341 admin/core/core.php:
|
2910 |
#: admin/core/core.php:2349 admin/core/core.php:2350 admin/core/core.php:2351
|
2911 |
#: admin/core/core.php:2352 admin/core/core.php:2353 admin/core/core.php:2354
|
2912 |
-
#: admin/core/core.php:2355 admin/core/core.php:2356 admin/core/core.php:
|
2913 |
#: admin/core/core.php:2363 admin/core/core.php:2364 admin/core/core.php:2365
|
2914 |
#: admin/core/core.php:2366 admin/core/core.php:2367 admin/core/core.php:2368
|
2915 |
#: admin/core/core.php:2369 admin/core/core.php:2370 admin/core/core.php:2371
|
|
|
2916 |
#, php-format
|
2917 |
msgid ""
|
2918 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
2919 |
"\">Whats New in BPS Pro %1$s</a>"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
-
#: admin/core/core.php:
|
2923 |
#, php-format
|
2924 |
msgid "10 Year Milestone: 8-1-2021 | %1$s"
|
2925 |
msgstr ""
|
2926 |
|
2927 |
-
#: admin/core/core.php:
|
2928 |
#, php-format
|
2929 |
msgid "9 Year Milestone: 8-1-2020 | %1$s"
|
2930 |
msgstr ""
|
2931 |
|
2932 |
-
#: admin/core/core.php:
|
2933 |
#, php-format
|
2934 |
msgid "8 Year Milestone: 8-1-2019 | %1$s"
|
2935 |
msgstr ""
|
2936 |
|
2937 |
-
#: admin/core/core.php:
|
2938 |
#, php-format
|
2939 |
msgid "7 Year Milestone: 8-1-2018 | %1$s"
|
2940 |
msgstr ""
|
2941 |
|
2942 |
-
#: admin/core/core.php:
|
2943 |
#, php-format
|
2944 |
msgid "6 Year Milestone: 8-1-2017 | %1$s"
|
2945 |
msgstr ""
|
2946 |
|
2947 |
-
#: admin/core/core.php:
|
2948 |
#, php-format
|
2949 |
msgid "5 Year Milestone: 8-1-2016 | %1$s"
|
2950 |
msgstr ""
|
2951 |
|
2952 |
-
#: admin/core/core.php:
|
2953 |
#, php-format
|
2954 |
msgid "4 Year Milestone: 8-1-2015 | %1$s"
|
2955 |
msgstr ""
|
2956 |
|
2957 |
-
#: admin/core/core.php:
|
2958 |
#, php-format
|
2959 |
msgid "3 Year Milestone: 8-1-2014 | %1$s"
|
2960 |
msgstr ""
|
2961 |
|
2962 |
-
#: admin/core/core.php:
|
2963 |
#, php-format
|
2964 |
msgid "2 Year Milestone: 8-1-2013 | %1$s"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
-
#: admin/core/core.php:
|
2968 |
#, php-format
|
2969 |
msgid "1 Year Milestone: 8-1-2012 | %1$s"
|
2970 |
msgstr ""
|
2971 |
|
2972 |
-
#: admin/core/core.php:
|
2973 |
msgid "BPS Pro 1.0 - 4.0 | 1-1-2011 - 8-1-2011 | Private Use|Development"
|
2974 |
msgstr ""
|
2975 |
|
@@ -3704,7 +3705,7 @@ msgstr ""
|
|
3704 |
#: admin/db-backup-security/db-backup-security.php:917
|
3705 |
#: admin/login/login.php:576 admin/login/login.php:605
|
3706 |
#: admin/login/login.php:677 admin/login/login.php:706
|
3707 |
-
#: admin/mscan/mscan.php:
|
3708 |
msgid "Delete"
|
3709 |
msgstr ""
|
3710 |
|
@@ -4269,7 +4270,7 @@ msgid ""
|
|
4269 |
msgstr ""
|
4270 |
|
4271 |
#: admin/db-backup-security/db-backup-security.php:1296
|
4272 |
-
#: admin/mscan/mscan.php:
|
4273 |
msgid ""
|
4274 |
"Then click the Delete Log button to delete the contents of this Log file."
|
4275 |
msgstr ""
|
@@ -4289,7 +4290,7 @@ msgid "Clicking OK will delete the contents of your DB Backup Log file."
|
|
4289 |
msgstr ""
|
4290 |
|
4291 |
#: admin/db-backup-security/db-backup-security.php:1335
|
4292 |
-
#: admin/mscan/mscan.php:
|
4293 |
msgid "Click OK to Delete the Log file contents or click Cancel."
|
4294 |
msgstr ""
|
4295 |
|
@@ -4431,12 +4432,12 @@ msgid ""
|
|
4431 |
msgstr ""
|
4432 |
|
4433 |
#: admin/db-backup-security/db-backup-security.php:1797
|
4434 |
-
#: admin/mscan/mscan.php:
|
4435 |
msgid "BPS Pro Features & Version Release Dates"
|
4436 |
msgstr ""
|
4437 |
|
4438 |
#: admin/db-backup-security/db-backup-security.php:1798
|
4439 |
-
#: admin/mscan/mscan.php:
|
4440 |
msgid "Video Tutorials"
|
4441 |
msgstr ""
|
4442 |
|
@@ -5095,7 +5096,7 @@ msgid "Go Daddy Managed WordPress Hosting"
|
|
5095 |
msgstr ""
|
5096 |
|
5097 |
#: admin/login/login.php:223 admin/login/login.php:320
|
5098 |
-
#: admin/mscan/mscan.php:1547 admin/mscan/mscan.php:
|
5099 |
msgid "Submit"
|
5100 |
msgstr ""
|
5101 |
|
@@ -5324,7 +5325,7 @@ msgid ""
|
|
5324 |
msgstr ""
|
5325 |
|
5326 |
#: admin/login/login.php:645 admin/login/login.php:746
|
5327 |
-
#: admin/mscan/mscan.php:
|
5328 |
msgid "Clear|Refresh"
|
5329 |
msgstr ""
|
5330 |
|
@@ -7841,7 +7842,7 @@ msgid ""
|
|
7841 |
"ignored file it will be scanned in future scans."
|
7842 |
msgstr ""
|
7843 |
|
7844 |
-
#: admin/mscan/mscan-help-text.php:62 admin/mscan/mscan.php:
|
7845 |
msgid "View|Ignore Suspicious DB Entries"
|
7846 |
msgstr ""
|
7847 |
|
@@ -8003,18 +8004,18 @@ msgstr ""
|
|
8003 |
msgid "MScan Scan"
|
8004 |
msgstr ""
|
8005 |
|
8006 |
-
#: admin/mscan/mscan.php:217 admin/mscan/mscan.php:
|
8007 |
-
#: admin/mscan/mscan.php:
|
8008 |
msgid "MScan Log"
|
8009 |
msgstr ""
|
8010 |
|
8011 |
-
#: admin/mscan/mscan.php:218 admin/mscan/mscan.php:
|
8012 |
-
#: admin/mscan/mscan.php:
|
8013 |
msgid "MScan Report"
|
8014 |
msgstr ""
|
8015 |
|
8016 |
-
#: admin/mscan/mscan.php:219 admin/mscan/mscan.php:
|
8017 |
-
#: admin/mscan/mscan.php:
|
8018 |
msgid "MScan Saved Reports"
|
8019 |
msgstr ""
|
8020 |
|
@@ -8374,7 +8375,7 @@ msgid "Close File"
|
|
8374 |
msgstr ""
|
8375 |
|
8376 |
#: admin/mscan/mscan.php:1652 admin/mscan/mscan.php:1669
|
8377 |
-
#: admin/mscan/mscan.php:
|
8378 |
msgid "MScan Pattern Match"
|
8379 |
msgstr ""
|
8380 |
|
@@ -8396,7 +8397,7 @@ msgid ""
|
|
8396 |
msgstr ""
|
8397 |
|
8398 |
#: admin/mscan/mscan.php:1652 admin/mscan/mscan.php:1663
|
8399 |
-
#: admin/mscan/mscan.php:1669 admin/mscan/mscan.php:
|
8400 |
msgid ""
|
8401 |
"If you are not sure what to check for or what is and is not malicious code "
|
8402 |
"then click the MScan Question Mark help button."
|
@@ -8431,15 +8432,15 @@ msgid ""
|
|
8431 |
"contents/code more extensively with a code editor like Notepad++."
|
8432 |
msgstr ""
|
8433 |
|
8434 |
-
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:
|
8435 |
-
#: admin/mscan/mscan.php:
|
8436 |
msgid ""
|
8437 |
"File hash comparison scan results are 100% accurate. WP Core, Plugin and "
|
8438 |
"Theme files are scanned using file hash comparison scanning."
|
8439 |
msgstr ""
|
8440 |
|
8441 |
-
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:
|
8442 |
-
#: admin/mscan/mscan.php:
|
8443 |
msgid ""
|
8444 |
"Pattern matching scan results are less accurate and will usually detect some "
|
8445 |
"false positive matches. All other files that are not WP Core, Plugin and "
|
@@ -8453,92 +8454,92 @@ msgid ""
|
|
8453 |
"computer not on your hosting account."
|
8454 |
msgstr ""
|
8455 |
|
8456 |
-
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:
|
8457 |
-
#: admin/mscan/mscan.php:
|
8458 |
msgid ""
|
8459 |
"And of course check the file contents of suspicious files to see if they "
|
8460 |
"contain hacker code or are false positive matches. Use the Ignore File "
|
8461 |
"checkbox option to ignore false postive matches."
|
8462 |
msgstr ""
|
8463 |
|
8464 |
-
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:
|
8465 |
-
#: admin/mscan/mscan.php:
|
8466 |
msgid ""
|
8467 |
"When you ignore a file it will no longer be scanned in any future scans. "
|
8468 |
"When you unignore an ignored file it will be scanned in future scans."
|
8469 |
msgstr ""
|
8470 |
|
8471 |
-
#: admin/mscan/mscan.php:
|
8472 |
-
#: admin/mscan/mscan.php:
|
8473 |
-
#: admin/mscan/mscan.php:
|
8474 |
msgid "Current Status"
|
8475 |
msgstr ""
|
8476 |
|
8477 |
-
#: admin/mscan/mscan.php:
|
8478 |
msgid "View<br>File"
|
8479 |
msgstr ""
|
8480 |
|
8481 |
-
#: admin/mscan/mscan.php:
|
8482 |
msgid "Ignore<br>File"
|
8483 |
msgstr ""
|
8484 |
|
8485 |
-
#: admin/mscan/mscan.php:
|
8486 |
msgid "Unignore<br>File"
|
8487 |
msgstr ""
|
8488 |
|
8489 |
-
#: admin/mscan/mscan.php:
|
8490 |
msgid "Delete<br>File"
|
8491 |
msgstr ""
|
8492 |
|
8493 |
-
#: admin/mscan/mscan.php:
|
8494 |
-
#: admin/mscan/mscan.php:
|
8495 |
#: admin/system-info/system-info.php:1097
|
8496 |
msgid "File Path"
|
8497 |
msgstr ""
|
8498 |
|
8499 |
-
#: admin/mscan/mscan.php:
|
8500 |
msgid "File Hash or<br>Pattern Match"
|
8501 |
msgstr ""
|
8502 |
|
8503 |
-
#: admin/mscan/mscan.php:
|
8504 |
msgid "Scan<br>Time"
|
8505 |
msgstr ""
|
8506 |
|
8507 |
-
#: admin/mscan/mscan.php:
|
8508 |
msgid "Skipped File"
|
8509 |
msgstr ""
|
8510 |
|
8511 |
-
#: admin/mscan/mscan.php:
|
8512 |
msgid "Not Scanned"
|
8513 |
msgstr ""
|
8514 |
|
8515 |
-
#: admin/mscan/mscan.php:
|
8516 |
-
#: admin/mscan/mscan.php:
|
8517 |
msgid "Ignored File"
|
8518 |
msgstr ""
|
8519 |
|
8520 |
-
#: admin/mscan/mscan.php:
|
8521 |
msgid "Suspicious File"
|
8522 |
msgstr ""
|
8523 |
|
8524 |
-
#: admin/mscan/mscan.php:
|
8525 |
-
#: admin/mscan/mscan.php:
|
8526 |
msgid "View"
|
8527 |
msgstr ""
|
8528 |
|
8529 |
-
#: admin/mscan/mscan.php:
|
8530 |
msgid "Ignore"
|
8531 |
msgstr ""
|
8532 |
|
8533 |
-
#: admin/mscan/mscan.php:
|
8534 |
msgid "Unignore"
|
8535 |
msgstr ""
|
8536 |
|
8537 |
-
#: admin/mscan/mscan.php:
|
8538 |
msgid "No Suspicious Files were detected"
|
8539 |
msgstr ""
|
8540 |
|
8541 |
-
#: admin/mscan/mscan.php:
|
8542 |
msgid ""
|
8543 |
"View File Option: Selecting the View File Checkbox Form option will display "
|
8544 |
"the contents of the file that you have selected to view.\\n"
|
@@ -8558,45 +8559,45 @@ msgid ""
|
|
8558 |
"OK to proceed or click Cancel"
|
8559 |
msgstr ""
|
8560 |
|
8561 |
-
#: admin/mscan/mscan.php:
|
8562 |
msgid "Current Status has been changed to Ignored for DB Row ID"
|
8563 |
msgstr ""
|
8564 |
|
8565 |
-
#: admin/mscan/mscan.php:
|
8566 |
msgid "in DB Column"
|
8567 |
msgstr ""
|
8568 |
|
8569 |
-
#: admin/mscan/mscan.php:
|
8570 |
msgid "This DB Entry will not be scanned in any future MScan Scans."
|
8571 |
msgstr ""
|
8572 |
|
8573 |
-
#: admin/mscan/mscan.php:
|
8574 |
msgid "The Ignored DB Entry Status has been removed for DB Row ID"
|
8575 |
msgstr ""
|
8576 |
|
8577 |
-
#: admin/mscan/mscan.php:
|
8578 |
msgid ""
|
8579 |
"The previous Status of the DB Entry will be displayed again and this DB "
|
8580 |
"Entry will be scanned in future MScan scans."
|
8581 |
msgstr ""
|
8582 |
|
8583 |
-
#: admin/mscan/mscan.php:
|
8584 |
msgid "Close"
|
8585 |
msgstr ""
|
8586 |
|
8587 |
-
#: admin/mscan/mscan.php:
|
8588 |
msgid "Pharma Hack DB Table and Column"
|
8589 |
msgstr ""
|
8590 |
|
8591 |
-
#: admin/mscan/mscan.php:
|
8592 |
msgid "Pharma Hack cleanup/removal steps"
|
8593 |
msgstr ""
|
8594 |
|
8595 |
-
#: admin/mscan/mscan.php:
|
8596 |
msgid "Edit your theme's header.php file and delete this code: "
|
8597 |
msgstr ""
|
8598 |
|
8599 |
-
#: admin/mscan/mscan.php:
|
8600 |
msgid ""
|
8601 |
"Delete this file in your theme's root folder: nav.php. Login to your web "
|
8602 |
"host control panel, login to your WP Database using phpMyAdmin and delete "
|
@@ -8605,102 +8606,102 @@ msgid ""
|
|
8605 |
"any that you do see."
|
8606 |
msgstr ""
|
8607 |
|
8608 |
-
#: admin/mscan/mscan.php:
|
8609 |
msgid "DB Table, Column and Row ID"
|
8610 |
msgstr ""
|
8611 |
|
8612 |
-
#: admin/mscan/mscan.php:
|
8613 |
msgid "Steps to view the database data that MScan detected as suspicious"
|
8614 |
msgstr ""
|
8615 |
|
8616 |
-
#: admin/mscan/mscan.php:
|
8617 |
msgid ""
|
8618 |
"Login to your web host control panel, login to your WP Database using "
|
8619 |
"phpMyAdmin and check the data in the DB Table, Column and Row ID shown "
|
8620 |
"above. Note: Look for code that matches the MScan Pattern Match."
|
8621 |
msgstr ""
|
8622 |
|
8623 |
-
#: admin/mscan/mscan.php:
|
8624 |
-
#: admin/mscan/mscan.php:
|
8625 |
msgid "Database scanning uses pattern matching scanning."
|
8626 |
msgstr ""
|
8627 |
|
8628 |
-
#: admin/mscan/mscan.php:
|
8629 |
-
#: admin/mscan/mscan.php:
|
8630 |
msgid ""
|
8631 |
"Pattern matching scan results will usually detect some false positive "
|
8632 |
"matches."
|
8633 |
msgstr ""
|
8634 |
|
8635 |
-
#: admin/mscan/mscan.php:
|
8636 |
msgid ""
|
8637 |
"This form allows you to view, ignore or unignore suspicious DB Entries. "
|
8638 |
"Note: The view option displays the DB Table, Column, Row ID and the MScan "
|
8639 |
"Pattern Match that was detected by the MScan scan."
|
8640 |
msgstr ""
|
8641 |
|
8642 |
-
#: admin/mscan/mscan.php:
|
8643 |
msgid "Before deleting any database data make a backup of your database."
|
8644 |
msgstr ""
|
8645 |
|
8646 |
-
#: admin/mscan/mscan.php:
|
8647 |
-
#: admin/mscan/mscan.php:
|
8648 |
msgid ""
|
8649 |
"Use phpMyAdmin or a similar tool to check your database Row where the "
|
8650 |
"suspicious code was found."
|
8651 |
msgstr ""
|
8652 |
|
8653 |
-
#: admin/mscan/mscan.php:
|
8654 |
-
#: admin/mscan/mscan.php:
|
8655 |
msgid ""
|
8656 |
"When you ignore a DB Entry it will no longer be scanned in any future scans. "
|
8657 |
"When you unignore an ignored DB Entry it will be scanned in future scans."
|
8658 |
msgstr ""
|
8659 |
|
8660 |
-
#: admin/mscan/mscan.php:
|
8661 |
msgid "View<br>DB Entry"
|
8662 |
msgstr ""
|
8663 |
|
8664 |
-
#: admin/mscan/mscan.php:
|
8665 |
msgid "Ignore<br>DB Entry"
|
8666 |
msgstr ""
|
8667 |
|
8668 |
-
#: admin/mscan/mscan.php:
|
8669 |
msgid "Unignore<br>DB Entry"
|
8670 |
msgstr ""
|
8671 |
|
8672 |
-
#: admin/mscan/mscan.php:
|
8673 |
-
#: admin/mscan/mscan.php:
|
8674 |
msgid "DB Table"
|
8675 |
msgstr ""
|
8676 |
|
8677 |
-
#: admin/mscan/mscan.php:
|
8678 |
-
#: admin/mscan/mscan.php:
|
8679 |
msgid "DB Column"
|
8680 |
msgstr ""
|
8681 |
|
8682 |
-
#: admin/mscan/mscan.php:
|
8683 |
-
#: admin/mscan/mscan.php:
|
8684 |
msgid "DB Row ID"
|
8685 |
msgstr ""
|
8686 |
|
8687 |
-
#: admin/mscan/mscan.php:
|
8688 |
msgid "Pattern<br>Match"
|
8689 |
msgstr ""
|
8690 |
|
8691 |
-
#: admin/mscan/mscan.php:
|
8692 |
msgid "Ignored DB Entry"
|
8693 |
msgstr ""
|
8694 |
|
8695 |
-
#: admin/mscan/mscan.php:
|
8696 |
msgid "Suspicious DB Entry"
|
8697 |
msgstr ""
|
8698 |
|
8699 |
-
#: admin/mscan/mscan.php:
|
8700 |
msgid "No Suspicious DB Entries were detected"
|
8701 |
msgstr ""
|
8702 |
|
8703 |
-
#: admin/mscan/mscan.php:
|
8704 |
msgid ""
|
8705 |
"View DB Entry Option: Selecting the View DB Entry Checkbox Form option will "
|
8706 |
"display the contents of the DB Table, Column and Row ID that you have "
|
@@ -8718,183 +8719,183 @@ msgid ""
|
|
8718 |
"OK to proceed or click Cancel"
|
8719 |
msgstr ""
|
8720 |
|
8721 |
-
#: admin/mscan/mscan.php:
|
8722 |
msgid "Click the Reset Last Modified Time in DB button"
|
8723 |
msgstr ""
|
8724 |
|
8725 |
-
#: admin/mscan/mscan.php:
|
8726 |
msgid "to set the"
|
8727 |
msgstr ""
|
8728 |
|
8729 |
-
#: admin/mscan/mscan.php:
|
8730 |
msgid "Last Modified Time in DB:"
|
8731 |
msgstr ""
|
8732 |
|
8733 |
-
#: admin/mscan/mscan.php:
|
8734 |
msgid "MScan Log File Size: "
|
8735 |
msgstr ""
|
8736 |
|
8737 |
-
#: admin/mscan/mscan.php:
|
8738 |
msgid ""
|
8739 |
"The Display & Alert Options Email Logging options will only send log files "
|
8740 |
"up to 2MB in size."
|
8741 |
msgstr ""
|
8742 |
|
8743 |
-
#: admin/mscan/mscan.php:
|
8744 |
msgid ""
|
8745 |
"Copy and paste the MScan Log file contents into a Notepad text file on your "
|
8746 |
"computer and save it."
|
8747 |
msgstr ""
|
8748 |
|
8749 |
-
#: admin/mscan/mscan.php:
|
8750 |
msgid "MScan Log Last Modified Time:"
|
8751 |
msgstr ""
|
8752 |
|
8753 |
-
#: admin/mscan/mscan.php:
|
8754 |
msgid "Last Modified Time in File:"
|
8755 |
msgstr ""
|
8756 |
|
8757 |
-
#: admin/mscan/mscan.php:
|
8758 |
msgid ""
|
8759 |
"Success! Your MScan Log has been deleted and replaced with a new blank MScan "
|
8760 |
"Log file."
|
8761 |
msgstr ""
|
8762 |
|
8763 |
-
#: admin/mscan/mscan.php:
|
8764 |
msgid "Clicking OK will delete the contents of your MScan Log file."
|
8765 |
msgstr ""
|
8766 |
|
8767 |
-
#: admin/mscan/mscan.php:
|
8768 |
msgid ""
|
8769 |
"The MScan Log File Was Not Found! Check that the file really exists here - /"
|
8770 |
msgstr ""
|
8771 |
|
8772 |
-
#: admin/mscan/mscan.php:
|
8773 |
msgid "/bps-backup/logs/mscan_log.txt and is named correctly."
|
8774 |
msgstr ""
|
8775 |
|
8776 |
-
#: admin/mscan/mscan.php:
|
8777 |
msgid "File Open and Write test successful! Your MScan Log file is writable."
|
8778 |
msgstr ""
|
8779 |
|
8780 |
-
#: admin/mscan/mscan.php:
|
8781 |
msgid "Success! Your MScan Log file has been updated."
|
8782 |
msgstr ""
|
8783 |
|
8784 |
-
#: admin/mscan/mscan.php:
|
8785 |
msgid "Click OK to save the MScan Report or click Cancel."
|
8786 |
msgstr ""
|
8787 |
|
8788 |
-
#: admin/mscan/mscan.php:
|
8789 |
msgid ""
|
8790 |
"No Scan Results To Display: No scans have been run yet or you clicked the "
|
8791 |
"MScan Reset button."
|
8792 |
msgstr ""
|
8793 |
|
8794 |
-
#: admin/mscan/mscan.php:
|
8795 |
msgid "Scan Date|Time: "
|
8796 |
msgstr ""
|
8797 |
|
8798 |
-
#: admin/mscan/mscan.php:
|
8799 |
msgid "Website: "
|
8800 |
msgstr ""
|
8801 |
|
8802 |
-
#: admin/mscan/mscan.php:
|
8803 |
msgid "Scan Completion Time: "
|
8804 |
msgstr ""
|
8805 |
|
8806 |
-
#: admin/mscan/mscan.php:
|
8807 |
-
#: admin/mscan/mscan.php:
|
8808 |
msgid "Total Files Scanned: "
|
8809 |
msgstr ""
|
8810 |
|
8811 |
-
#: admin/mscan/mscan.php:
|
8812 |
msgid "Total Skipped Files: "
|
8813 |
msgstr ""
|
8814 |
|
8815 |
-
#: admin/mscan/mscan.php:
|
8816 |
msgid "Total Suspicious Files: "
|
8817 |
msgstr ""
|
8818 |
|
8819 |
-
#: admin/mscan/mscan.php:
|
8820 |
msgid "Total Suspicious DB Entries: "
|
8821 |
msgstr ""
|
8822 |
|
8823 |
-
#: admin/mscan/mscan.php:
|
8824 |
msgid "MScan Option Settings: "
|
8825 |
msgstr ""
|
8826 |
|
8827 |
-
#: admin/mscan/mscan.php:
|
8828 |
msgid "Website Folders & Files To Scan: "
|
8829 |
msgstr ""
|
8830 |
|
8831 |
-
#: admin/mscan/mscan.php:
|
8832 |
-
#: admin/mscan/mscan.php:
|
8833 |
msgid "None"
|
8834 |
msgstr ""
|
8835 |
|
8836 |
-
#: admin/mscan/mscan.php:
|
8837 |
msgid "Excluded Folders: "
|
8838 |
msgstr ""
|
8839 |
|
8840 |
-
#: admin/mscan/mscan.php:
|
8841 |
msgid "Max File Size Limit to Scan: "
|
8842 |
msgstr ""
|
8843 |
|
8844 |
-
#: admin/mscan/mscan.php:
|
8845 |
msgid "Max Time Limit to Scan: "
|
8846 |
msgstr ""
|
8847 |
|
8848 |
-
#: admin/mscan/mscan.php:
|
8849 |
msgid "Scan Database: "
|
8850 |
msgstr ""
|
8851 |
|
8852 |
-
#: admin/mscan/mscan.php:
|
8853 |
msgid "Scan Skipped Files Only: "
|
8854 |
msgstr ""
|
8855 |
|
8856 |
-
#: admin/mscan/mscan.php:
|
8857 |
msgid "Automatically Delete /tmp Files: "
|
8858 |
msgstr ""
|
8859 |
|
8860 |
-
#: admin/mscan/mscan.php:
|
8861 |
msgid "Exclude /tmp Files: "
|
8862 |
msgstr ""
|
8863 |
|
8864 |
-
#: admin/mscan/mscan.php:
|
8865 |
msgid "Scheduled Scan Frequency: "
|
8866 |
msgstr ""
|
8867 |
|
8868 |
-
#: admin/mscan/mscan.php:
|
8869 |
msgid "WP Core|Plugin|Theme File Hashes: "
|
8870 |
msgstr ""
|
8871 |
|
8872 |
-
#: admin/mscan/mscan.php:
|
8873 |
msgid "WP Core Hash File Version: "
|
8874 |
msgstr ""
|
8875 |
|
8876 |
-
#: admin/mscan/mscan.php:
|
8877 |
msgid "WP Installed Version: "
|
8878 |
msgstr ""
|
8879 |
|
8880 |
-
#: admin/mscan/mscan.php:
|
8881 |
-
#: admin/mscan/mscan.php:
|
8882 |
msgid "Error|Problem: "
|
8883 |
msgstr ""
|
8884 |
|
8885 |
-
#: admin/mscan/mscan.php:
|
8886 |
msgid "The WP Core Hash File Does Not Exist"
|
8887 |
msgstr ""
|
8888 |
|
8889 |
-
#: admin/mscan/mscan.php:
|
8890 |
msgid "Plugin File Hashes: "
|
8891 |
msgstr ""
|
8892 |
|
8893 |
-
#: admin/mscan/mscan.php:
|
8894 |
msgid "The Plugin Hash File Does Not Exist"
|
8895 |
msgstr ""
|
8896 |
|
8897 |
-
#: admin/mscan/mscan.php:
|
8898 |
msgid ""
|
8899 |
"File hashes do not exist for this plugin. This plugin's files were not "
|
8900 |
"scanned. If you would like to scan this plugin's files then use the \"Upload "
|
@@ -8903,7 +8904,7 @@ msgid ""
|
|
8903 |
"\"Upload Plugin Zip Files\" help section for more help info."
|
8904 |
msgstr ""
|
8905 |
|
8906 |
-
#: admin/mscan/mscan.php:
|
8907 |
msgid ""
|
8908 |
"File hashes do not exist for this theme. This theme's files were not "
|
8909 |
"scanned. If you would like to scan this themes's files then use the \"Upload "
|
@@ -8912,43 +8913,43 @@ msgid ""
|
|
8912 |
"\"Upload Theme Zip Files\" help section for more help info."
|
8913 |
msgstr ""
|
8914 |
|
8915 |
-
#: admin/mscan/mscan.php:
|
8916 |
-
#: admin/mscan/mscan.php:
|
8917 |
msgid " Plugin Hash File Version: "
|
8918 |
msgstr ""
|
8919 |
|
8920 |
-
#: admin/mscan/mscan.php:
|
8921 |
-
#: admin/mscan/mscan.php:
|
8922 |
-
#: admin/mscan/mscan.php:
|
8923 |
msgid " Installed Version: "
|
8924 |
msgstr ""
|
8925 |
|
8926 |
-
#: admin/mscan/mscan.php:
|
8927 |
msgid "No File Hashes for This Plugin"
|
8928 |
msgstr ""
|
8929 |
|
8930 |
-
#: admin/mscan/mscan.php:
|
8931 |
msgid "Theme File Hashes: "
|
8932 |
msgstr ""
|
8933 |
|
8934 |
-
#: admin/mscan/mscan.php:
|
8935 |
msgid "The Theme Hash File Does Not Exist"
|
8936 |
msgstr ""
|
8937 |
|
8938 |
-
#: admin/mscan/mscan.php:
|
8939 |
-
#: admin/mscan/mscan.php:
|
8940 |
msgid " Theme Hash File Version: "
|
8941 |
msgstr ""
|
8942 |
|
8943 |
-
#: admin/mscan/mscan.php:
|
8944 |
msgid "No File Hashes for This Theme"
|
8945 |
msgstr ""
|
8946 |
|
8947 |
-
#: admin/mscan/mscan.php:
|
8948 |
msgid "Scan Results "
|
8949 |
msgstr ""
|
8950 |
|
8951 |
-
#: admin/mscan/mscan.php:
|
8952 |
msgid ""
|
8953 |
"You can View, Ignore and Delete files detected as suspicious using the View|"
|
8954 |
"Ignore|Delete Suspicious Files Form on the MScan Scan tab page. Before "
|
@@ -8956,92 +8957,92 @@ msgid ""
|
|
8956 |
"hosting account."
|
8957 |
msgstr ""
|
8958 |
|
8959 |
-
#: admin/mscan/mscan.php:
|
8960 |
msgid "File Hash or Pattern Match"
|
8961 |
msgstr ""
|
8962 |
|
8963 |
-
#: admin/mscan/mscan.php:
|
8964 |
-
#: admin/mscan/mscan.php:
|
8965 |
msgid "Scan Time"
|
8966 |
msgstr ""
|
8967 |
|
8968 |
-
#: admin/mscan/mscan.php:
|
8969 |
msgid ""
|
8970 |
"You can View, Ignore and Unignore suspicious DB Entries using the View|"
|
8971 |
"Ignore Suspicious DB Entries Form on the MScan Scan tab page. Before "
|
8972 |
"deleting any database data make a backup of your database."
|
8973 |
msgstr ""
|
8974 |
|
8975 |
-
#: admin/mscan/mscan.php:
|
8976 |
msgid "Pattern Match"
|
8977 |
msgstr ""
|
8978 |
|
8979 |
-
#: admin/mscan/mscan.php:
|
8980 |
msgid ""
|
8981 |
"The MScan Report was saved successfully. Saved MScan Reports can be viewed "
|
8982 |
"on the MScan Saved Reports tab page."
|
8983 |
msgstr ""
|
8984 |
|
8985 |
-
#: admin/mscan/mscan.php:
|
8986 |
msgid "The MScan Report was not saved"
|
8987 |
msgstr ""
|
8988 |
|
8989 |
-
#: admin/mscan/mscan.php:
|
8990 |
msgid ""
|
8991 |
"The maximum number of Reports that can be saved is 20 Reports. In order to "
|
8992 |
"save the current Report you will need to delete an older saved Report."
|
8993 |
msgstr ""
|
8994 |
|
8995 |
-
#: admin/mscan/mscan.php:
|
8996 |
msgid ""
|
8997 |
"No Saved MScan Reports To Display: No MScan Reports have been saved yet."
|
8998 |
msgstr ""
|
8999 |
|
9000 |
-
#: admin/mscan/mscan.php:
|
9001 |
msgid "MScan Saved Reports Form"
|
9002 |
msgstr ""
|
9003 |
|
9004 |
-
#: admin/mscan/mscan.php:
|
9005 |
msgid "Report Date"
|
9006 |
msgstr ""
|
9007 |
|
9008 |
-
#: admin/mscan/mscan.php:
|
9009 |
msgid "View Report"
|
9010 |
msgstr ""
|
9011 |
|
9012 |
-
#: admin/mscan/mscan.php:
|
9013 |
msgid "Delete Report"
|
9014 |
msgstr ""
|
9015 |
|
9016 |
-
#: admin/mscan/mscan.php:
|
9017 |
msgid "Click OK to proceed or click Cancel"
|
9018 |
msgstr ""
|
9019 |
|
9020 |
-
#: admin/mscan/mscan.php:
|
9021 |
msgid "View|Delete Reports"
|
9022 |
msgstr ""
|
9023 |
|
9024 |
-
#: admin/mscan/mscan.php:
|
9025 |
msgid "You did not select an MScan Report to view or delete"
|
9026 |
msgstr ""
|
9027 |
|
9028 |
-
#: admin/mscan/mscan.php:
|
9029 |
msgid ""
|
9030 |
"Click the checkbox for the MScan Report that you would like to view or "
|
9031 |
"delete and then click the View|Delete Reports button."
|
9032 |
msgstr ""
|
9033 |
|
9034 |
-
#: admin/mscan/mscan.php:
|
9035 |
msgid "Report: "
|
9036 |
msgstr ""
|
9037 |
|
9038 |
-
#: admin/mscan/mscan.php:
|
9039 |
msgid ""
|
9040 |
" has been deleted. Refresh/reload the page to see current MScan Saved "
|
9041 |
"Reports Form data."
|
9042 |
msgstr ""
|
9043 |
|
9044 |
-
#: admin/mscan/mscan.php:
|
9045 |
msgid ""
|
9046 |
"The MScan Saved Report scan data is displayed below the MScan Saved Reports "
|
9047 |
"Form."
|
@@ -14546,7 +14547,7 @@ msgid "Script|File Owner User ID Mismatch Forum Topic"
|
|
14546 |
msgstr ""
|
14547 |
|
14548 |
#: includes/hud-dismiss-functions.php:1006
|
14549 |
-
msgid "BPS Pro 25% Off Sale
|
14550 |
msgstr ""
|
14551 |
|
14552 |
#: includes/hud-dismiss-functions.php:1006
|
@@ -14560,151 +14561,151 @@ msgstr ""
|
|
14560 |
msgid "Buy BPS Pro"
|
14561 |
msgstr ""
|
14562 |
|
14563 |
-
#: includes/login-security.php:
|
14564 |
-
#: includes/login-security.php:
|
14565 |
-
#: includes/login-security.php:
|
14566 |
-
#: includes/login-security.php:
|
14567 |
-
#: includes/login-security.php:
|
14568 |
-
#: includes/login-security.php:
|
14569 |
-
#: includes/login-security.php:
|
14570 |
-
#: includes/login-security.php:
|
14571 |
-
#: includes/login-security.php:
|
14572 |
-
#: includes/login-security.php:
|
14573 |
msgid "ERROR:"
|
14574 |
msgstr ""
|
14575 |
|
14576 |
-
#: includes/login-security.php:
|
14577 |
-
#: includes/login-security.php:
|
14578 |
msgid " This user account has been locked until "
|
14579 |
msgstr ""
|
14580 |
|
14581 |
-
#: includes/login-security.php:
|
14582 |
-
#: includes/login-security.php:
|
14583 |
msgid ""
|
14584 |
" due to too many failed login attempts. You can login again after the "
|
14585 |
"Lockout Time above has expired."
|
14586 |
msgstr ""
|
14587 |
|
14588 |
-
#: includes/login-security.php:
|
14589 |
-
#: includes/login-security.php:
|
14590 |
-
#: includes/login-security.php:
|
14591 |
-
#: includes/login-security.php:
|
14592 |
msgid " Invalid Entry."
|
14593 |
msgstr ""
|
14594 |
|
14595 |
-
#: includes/login-security.php:
|
14596 |
-
#: includes/login-security.php:
|
14597 |
-
#: includes/login-security.php:
|
14598 |
-
#: includes/login-security.php:
|
14599 |
-
#: includes/login-security.php:
|
14600 |
-
#: includes/login-security.php:
|
14601 |
-
#: includes/login-security.php:
|
14602 |
-
#: includes/login-security.php:
|
14603 |
msgid "Lost your password?"
|
14604 |
msgstr ""
|
14605 |
|
14606 |
-
#: includes/login-security.php:
|
14607 |
-
#: includes/login-security.php:
|
14608 |
msgid "A User has logged in on website: "
|
14609 |
msgstr ""
|
14610 |
|
14611 |
-
#: includes/login-security.php:
|
14612 |
-
#: includes/login-security.php:
|
14613 |
-
#: includes/login-security.php:
|
14614 |
-
#: includes/login-security.php:
|
14615 |
msgid ""
|
14616 |
"To take further action go to the Login Security page. If you do not want to "
|
14617 |
"receive further email alerts change or turn off Login Security Email Alerts."
|
14618 |
msgstr ""
|
14619 |
|
14620 |
-
#: includes/login-security.php:
|
14621 |
-
#: includes/login-security.php:
|
14622 |
-
#: includes/login-security.php:
|
14623 |
-
#: includes/login-security.php:
|
14624 |
-
#: includes/login-security.php:
|
14625 |
-
#: includes/login-security.php:
|
14626 |
msgid "Username:"
|
14627 |
msgstr ""
|
14628 |
|
14629 |
-
#: includes/login-security.php:
|
14630 |
-
#: includes/login-security.php:
|
14631 |
-
#: includes/login-security.php:
|
14632 |
-
#: includes/login-security.php:
|
14633 |
-
#: includes/login-security.php:
|
14634 |
-
#: includes/login-security.php:
|
14635 |
msgid "Status:"
|
14636 |
msgstr ""
|
14637 |
|
14638 |
-
#: includes/login-security.php:
|
14639 |
-
#: includes/login-security.php:
|
14640 |
-
#: includes/login-security.php:
|
14641 |
-
#: includes/login-security.php:
|
14642 |
-
#: includes/login-security.php:
|
14643 |
-
#: includes/login-security.php:
|
14644 |
msgid "User Role:"
|
14645 |
msgstr ""
|
14646 |
|
14647 |
-
#: includes/login-security.php:
|
14648 |
-
#: includes/login-security.php:
|
14649 |
-
#: includes/login-security.php:
|
14650 |
-
#: includes/login-security.php:
|
14651 |
-
#: includes/login-security.php:
|
14652 |
-
#: includes/login-security.php:
|
14653 |
msgid "Email:"
|
14654 |
msgstr ""
|
14655 |
|
14656 |
-
#: includes/login-security.php:
|
14657 |
-
#: includes/login-security.php:
|
14658 |
-
#: includes/login-security.php:
|
14659 |
-
#: includes/login-security.php:
|
14660 |
-
#: includes/login-security.php:
|
14661 |
-
#: includes/login-security.php:
|
14662 |
msgid "User IP Address:"
|
14663 |
msgstr ""
|
14664 |
|
14665 |
-
#: includes/login-security.php:
|
14666 |
-
#: includes/login-security.php:
|
14667 |
-
#: includes/login-security.php:
|
14668 |
-
#: includes/login-security.php:
|
14669 |
-
#: includes/login-security.php:
|
14670 |
-
#: includes/login-security.php:
|
14671 |
msgid "User Hostname:"
|
14672 |
msgstr ""
|
14673 |
|
14674 |
-
#: includes/login-security.php:
|
14675 |
-
#: includes/login-security.php:
|
14676 |
-
#: includes/login-security.php:
|
14677 |
-
#: includes/login-security.php:
|
14678 |
-
#: includes/login-security.php:
|
14679 |
-
#: includes/login-security.php:
|
14680 |
msgid "Request URI:"
|
14681 |
msgstr ""
|
14682 |
|
14683 |
-
#: includes/login-security.php:
|
14684 |
-
#: includes/login-security.php:
|
14685 |
-
#: includes/login-security.php:
|
14686 |
-
#: includes/login-security.php:
|
14687 |
-
#: includes/login-security.php:
|
14688 |
-
#: includes/login-security.php:
|
14689 |
msgid "Website:"
|
14690 |
msgstr ""
|
14691 |
|
14692 |
-
#: includes/login-security.php:
|
14693 |
-
#: includes/login-security.php:
|
14694 |
msgid "An Administrator has logged in on website: "
|
14695 |
msgstr ""
|
14696 |
|
14697 |
-
#: includes/login-security.php:
|
14698 |
msgid "Test A User has logged in on website: "
|
14699 |
msgstr ""
|
14700 |
|
14701 |
-
#: includes/login-security.php:
|
14702 |
-
#: includes/login-security.php:
|
14703 |
msgid "A User Account has been locked on website: "
|
14704 |
msgstr ""
|
14705 |
|
14706 |
-
#: includes/login-security.php:
|
14707 |
-
#: includes/login-security.php:
|
14708 |
msgid ""
|
14709 |
"To take further action go to the Login Security page. If no action is taken "
|
14710 |
"then the User will be able to try and login again after the Lockout Time has "
|
@@ -14712,15 +14713,15 @@ msgid ""
|
|
14712 |
"off Login Security Email Alerts."
|
14713 |
msgstr ""
|
14714 |
|
14715 |
-
#: includes/login-security.php:
|
14716 |
-
#: includes/login-security.php:
|
14717 |
msgid ""
|
14718 |
"What to do if your User Account is locked and you are unable to login to "
|
14719 |
"your website:"
|
14720 |
msgstr ""
|
14721 |
|
14722 |
-
#: includes/login-security.php:
|
14723 |
-
#: includes/login-security.php:
|
14724 |
msgid ""
|
14725 |
" Use FTP or your web host control panel file manager and rename the /"
|
14726 |
"bulletproof-security plugin folder name to /_bulletproof-security. Log into "
|
@@ -14729,53 +14730,53 @@ msgid ""
|
|
14729 |
"Account."
|
14730 |
msgstr ""
|
14731 |
|
14732 |
-
#: includes/login-security.php:
|
14733 |
-
#: includes/login-security.php:
|
14734 |
msgid "What to do if your User Account is being locked repeatedly:"
|
14735 |
msgstr ""
|
14736 |
|
14737 |
-
#: includes/login-security.php:
|
14738 |
-
#: includes/login-security.php:
|
14739 |
msgid ""
|
14740 |
" Additional things that you can do to protect publicly displayed usernames, "
|
14741 |
"not exposing author names/user account names, etc."
|
14742 |
msgstr ""
|
14743 |
|
14744 |
-
#: includes/login-security.php:
|
14745 |
-
#: includes/login-security.php:
|
14746 |
msgid "Lockout Time:"
|
14747 |
msgstr ""
|
14748 |
|
14749 |
-
#: includes/login-security.php:
|
14750 |
-
#: includes/login-security.php:
|
14751 |
msgid "Lockout Time Expires:"
|
14752 |
msgstr ""
|
14753 |
|
14754 |
-
#: includes/login-security.php:
|
14755 |
msgid " Invalid username."
|
14756 |
msgstr ""
|
14757 |
|
14758 |
-
#: includes/login-security.php:
|
14759 |
msgid " Invalid email address."
|
14760 |
msgstr ""
|
14761 |
|
14762 |
-
#: includes/login-security.php:
|
14763 |
-
#: includes/login-security.php:
|
14764 |
msgid " The password you entered for the username "
|
14765 |
msgstr ""
|
14766 |
|
14767 |
-
#: includes/login-security.php:
|
14768 |
-
#: includes/login-security.php:
|
14769 |
-
#: includes/login-security.php:
|
14770 |
msgid " is incorrect. "
|
14771 |
msgstr ""
|
14772 |
|
14773 |
-
#: includes/login-security.php:
|
14774 |
msgid " The password you entered for the email address "
|
14775 |
msgstr ""
|
14776 |
|
14777 |
-
#: includes/login-security.php:
|
14778 |
-
#: includes/login-security.php:
|
14779 |
msgid " Login Attempts Remaining "
|
14780 |
msgstr ""
|
14781 |
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: bulletproof-security\n"
|
5 |
"Report-Msgid-Bugs-To: \n"
|
6 |
+
"POT-Creation-Date: 2022-05-09 12:06-0700\n"
|
7 |
"PO-Revision-Date: 2015-06-20 19:13-0800\n"
|
8 |
"Last-Translator: Ed Alexander <edward@ait-pro.com>\n"
|
9 |
"Language-Team: AITpro <info@ait-pro.com>\n"
|
1831 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1832 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1833 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1834 |
+
#: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
|
1835 |
+
#: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
|
1836 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1837 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1838 |
#: admin/wizard/wizard.php:1769 bulletproof-security.php:183
|
1854 |
#: admin/login/login.php:1358 admin/login/login.php:1927
|
1855 |
#: admin/maintenance/maintenance.php:204 admin/mscan/mscan-help-text.php:65
|
1856 |
#: admin/mscan/mscan-help-text.php:78 admin/mscan/mscan-help-text.php:85
|
1857 |
+
#: admin/mscan/mscan.php:239 admin/mscan/mscan.php:2137
|
1858 |
+
#: admin/mscan/mscan.php:2366 admin/mscan/mscan.php:3082
|
1859 |
#: admin/security-log/security-log.php:222 admin/system-info/system-info.php:79
|
1860 |
#: admin/theme-skin/theme-skin.php:78 admin/wizard/wizard.php:1097
|
1861 |
#: admin/wizard/wizard.php:1168 admin/wizard/wizard.php:1766
|
1874 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1875 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1876 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1877 |
+
#: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
|
1878 |
+
#: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
|
1879 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1880 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1881 |
#: admin/wizard/wizard.php:1769
|
1894 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1895 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1896 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1897 |
+
#: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
|
1898 |
+
#: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
|
1899 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1900 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1901 |
#: admin/wizard/wizard.php:1769
|
1914 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1915 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1916 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1917 |
+
#: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
|
1918 |
+
#: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
|
1919 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1920 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1921 |
#: admin/wizard/wizard.php:1769
|
1934 |
#: admin/login/login.php:205 admin/login/login.php:830
|
1935 |
#: admin/login/login.php:1361 admin/login/login.php:1930
|
1936 |
#: admin/maintenance/maintenance.php:207 admin/mscan/mscan.php:242
|
1937 |
+
#: admin/mscan/mscan.php:2140 admin/mscan/mscan.php:2369
|
1938 |
+
#: admin/mscan/mscan.php:3085 admin/security-log/security-log.php:225
|
1939 |
#: admin/system-info/system-info.php:82 admin/theme-skin/theme-skin.php:82
|
1940 |
#: admin/wizard/wizard.php:1100 admin/wizard/wizard.php:1171
|
1941 |
#: admin/wizard/wizard.php:1769
|
2574 |
|
2575 |
#: admin/core/core.php:2088
|
2576 |
#: admin/db-backup-security/db-backup-security.php:1796
|
2577 |
+
#: admin/mscan/mscan.php:3693 admin/theme-skin/theme-skin.php:234
|
2578 |
msgid "Whats New in "
|
2579 |
msgstr ""
|
2580 |
|
2635 |
#: admin/db-backup-security/db-backup-security.php:1800
|
2636 |
#: admin/email-log-settings/email-log-settings.php:442
|
2637 |
#: admin/login/login.php:2054 admin/maintenance/maintenance.php:2243
|
2638 |
+
#: admin/mscan/mscan.php:3696 admin/security-log/security-log.php:848
|
2639 |
#: admin/system-info/system-info.php:1271 admin/theme-skin/theme-skin.php:237
|
2640 |
msgid "Forum: Search, Troubleshooting Steps & Post Questions For Assistance"
|
2641 |
msgstr ""
|
2881 |
|
2882 |
#: admin/core/core.php:2223 admin/core/core.php:2224 admin/core/core.php:2225
|
2883 |
#: admin/core/core.php:2226 admin/core/core.php:2227 admin/core/core.php:2228
|
2884 |
+
#: admin/core/core.php:2229 admin/core/core.php:2230 admin/core/core.php:2231
|
2885 |
#: admin/core/core.php:2237 admin/core/core.php:2238 admin/core/core.php:2239
|
2886 |
#: admin/core/core.php:2240 admin/core/core.php:2241 admin/core/core.php:2242
|
2887 |
#: admin/core/core.php:2243 admin/core/core.php:2244 admin/core/core.php:2245
|
2888 |
+
#: admin/core/core.php:2246 admin/core/core.php:2252 admin/core/core.php:2253
|
2889 |
#: admin/core/core.php:2254 admin/core/core.php:2255 admin/core/core.php:2256
|
2890 |
+
#: admin/core/core.php:2257 admin/core/core.php:2263 admin/core/core.php:2264
|
2891 |
+
#: admin/core/core.php:2265 admin/core/core.php:2266 admin/core/core.php:2271
|
2892 |
#: admin/core/core.php:2272 admin/core/core.php:2273 admin/core/core.php:2274
|
2893 |
+
#: admin/core/core.php:2275 admin/core/core.php:2280 admin/core/core.php:2281
|
2894 |
#: admin/core/core.php:2282 admin/core/core.php:2283 admin/core/core.php:2284
|
2895 |
#: admin/core/core.php:2285 admin/core/core.php:2286 admin/core/core.php:2287
|
2896 |
+
#: admin/core/core.php:2288 admin/core/core.php:2293 admin/core/core.php:2294
|
2897 |
#: admin/core/core.php:2295 admin/core/core.php:2296 admin/core/core.php:2297
|
2898 |
#: admin/core/core.php:2298 admin/core/core.php:2299 admin/core/core.php:2300
|
2899 |
#: admin/core/core.php:2301 admin/core/core.php:2302 admin/core/core.php:2303
|
2900 |
+
#: admin/core/core.php:2304 admin/core/core.php:2305 admin/core/core.php:2311
|
2901 |
#: admin/core/core.php:2312 admin/core/core.php:2313 admin/core/core.php:2314
|
2902 |
#: admin/core/core.php:2315 admin/core/core.php:2316 admin/core/core.php:2317
|
2903 |
#: admin/core/core.php:2318 admin/core/core.php:2319 admin/core/core.php:2320
|
2904 |
#: admin/core/core.php:2321 admin/core/core.php:2322 admin/core/core.php:2323
|
2905 |
+
#: admin/core/core.php:2324 admin/core/core.php:2330 admin/core/core.php:2331
|
2906 |
#: admin/core/core.php:2332 admin/core/core.php:2333 admin/core/core.php:2334
|
2907 |
#: admin/core/core.php:2335 admin/core/core.php:2336 admin/core/core.php:2337
|
2908 |
#: admin/core/core.php:2338 admin/core/core.php:2339 admin/core/core.php:2340
|
2909 |
+
#: admin/core/core.php:2341 admin/core/core.php:2342 admin/core/core.php:2348
|
2910 |
#: admin/core/core.php:2349 admin/core/core.php:2350 admin/core/core.php:2351
|
2911 |
#: admin/core/core.php:2352 admin/core/core.php:2353 admin/core/core.php:2354
|
2912 |
+
#: admin/core/core.php:2355 admin/core/core.php:2356 admin/core/core.php:2357
|
2913 |
#: admin/core/core.php:2363 admin/core/core.php:2364 admin/core/core.php:2365
|
2914 |
#: admin/core/core.php:2366 admin/core/core.php:2367 admin/core/core.php:2368
|
2915 |
#: admin/core/core.php:2369 admin/core/core.php:2370 admin/core/core.php:2371
|
2916 |
+
#: admin/core/core.php:2372
|
2917 |
#, php-format
|
2918 |
msgid ""
|
2919 |
"<a href=\"%2$s\" target=\"_blank\" title=\"Link Opens in New Browser Window"
|
2920 |
"\">Whats New in BPS Pro %1$s</a>"
|
2921 |
msgstr ""
|
2922 |
|
2923 |
+
#: admin/core/core.php:2234
|
2924 |
#, php-format
|
2925 |
msgid "10 Year Milestone: 8-1-2021 | %1$s"
|
2926 |
msgstr ""
|
2927 |
|
2928 |
+
#: admin/core/core.php:2249
|
2929 |
#, php-format
|
2930 |
msgid "9 Year Milestone: 8-1-2020 | %1$s"
|
2931 |
msgstr ""
|
2932 |
|
2933 |
+
#: admin/core/core.php:2260
|
2934 |
#, php-format
|
2935 |
msgid "8 Year Milestone: 8-1-2019 | %1$s"
|
2936 |
msgstr ""
|
2937 |
|
2938 |
+
#: admin/core/core.php:2268
|
2939 |
#, php-format
|
2940 |
msgid "7 Year Milestone: 8-1-2018 | %1$s"
|
2941 |
msgstr ""
|
2942 |
|
2943 |
+
#: admin/core/core.php:2277
|
2944 |
#, php-format
|
2945 |
msgid "6 Year Milestone: 8-1-2017 | %1$s"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
+
#: admin/core/core.php:2290
|
2949 |
#, php-format
|
2950 |
msgid "5 Year Milestone: 8-1-2016 | %1$s"
|
2951 |
msgstr ""
|
2952 |
|
2953 |
+
#: admin/core/core.php:2308
|
2954 |
#, php-format
|
2955 |
msgid "4 Year Milestone: 8-1-2015 | %1$s"
|
2956 |
msgstr ""
|
2957 |
|
2958 |
+
#: admin/core/core.php:2327
|
2959 |
#, php-format
|
2960 |
msgid "3 Year Milestone: 8-1-2014 | %1$s"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
+
#: admin/core/core.php:2345
|
2964 |
#, php-format
|
2965 |
msgid "2 Year Milestone: 8-1-2013 | %1$s"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
+
#: admin/core/core.php:2360
|
2969 |
#, php-format
|
2970 |
msgid "1 Year Milestone: 8-1-2012 | %1$s"
|
2971 |
msgstr ""
|
2972 |
|
2973 |
+
#: admin/core/core.php:2375
|
2974 |
msgid "BPS Pro 1.0 - 4.0 | 1-1-2011 - 8-1-2011 | Private Use|Development"
|
2975 |
msgstr ""
|
2976 |
|
3705 |
#: admin/db-backup-security/db-backup-security.php:917
|
3706 |
#: admin/login/login.php:576 admin/login/login.php:605
|
3707 |
#: admin/login/login.php:677 admin/login/login.php:706
|
3708 |
+
#: admin/mscan/mscan.php:1769 admin/mscan/mscan.php:3209
|
3709 |
msgid "Delete"
|
3710 |
msgstr ""
|
3711 |
|
4270 |
msgstr ""
|
4271 |
|
4272 |
#: admin/db-backup-security/db-backup-security.php:1296
|
4273 |
+
#: admin/mscan/mscan.php:2197
|
4274 |
msgid ""
|
4275 |
"Then click the Delete Log button to delete the contents of this Log file."
|
4276 |
msgstr ""
|
4290 |
msgstr ""
|
4291 |
|
4292 |
#: admin/db-backup-security/db-backup-security.php:1335
|
4293 |
+
#: admin/mscan/mscan.php:2241 admin/security-log/security-log.php:509
|
4294 |
msgid "Click OK to Delete the Log file contents or click Cancel."
|
4295 |
msgstr ""
|
4296 |
|
4432 |
msgstr ""
|
4433 |
|
4434 |
#: admin/db-backup-security/db-backup-security.php:1797
|
4435 |
+
#: admin/mscan/mscan.php:3694 admin/theme-skin/theme-skin.php:235
|
4436 |
msgid "BPS Pro Features & Version Release Dates"
|
4437 |
msgstr ""
|
4438 |
|
4439 |
#: admin/db-backup-security/db-backup-security.php:1798
|
4440 |
+
#: admin/mscan/mscan.php:3695 admin/theme-skin/theme-skin.php:236
|
4441 |
msgid "Video Tutorials"
|
4442 |
msgstr ""
|
4443 |
|
5096 |
msgstr ""
|
5097 |
|
5098 |
#: admin/login/login.php:223 admin/login/login.php:320
|
5099 |
+
#: admin/mscan/mscan.php:1547 admin/mscan/mscan.php:1919
|
5100 |
msgid "Submit"
|
5101 |
msgstr ""
|
5102 |
|
5325 |
msgstr ""
|
5326 |
|
5327 |
#: admin/login/login.php:645 admin/login/login.php:746
|
5328 |
+
#: admin/mscan/mscan.php:1806 admin/mscan/mscan.php:2079
|
5329 |
msgid "Clear|Refresh"
|
5330 |
msgstr ""
|
5331 |
|
7842 |
"ignored file it will be scanned in future scans."
|
7843 |
msgstr ""
|
7844 |
|
7845 |
+
#: admin/mscan/mscan-help-text.php:62 admin/mscan/mscan.php:1850
|
7846 |
msgid "View|Ignore Suspicious DB Entries"
|
7847 |
msgstr ""
|
7848 |
|
8004 |
msgid "MScan Scan"
|
8005 |
msgstr ""
|
8006 |
|
8007 |
+
#: admin/mscan/mscan.php:217 admin/mscan/mscan.php:2130
|
8008 |
+
#: admin/mscan/mscan.php:2132
|
8009 |
msgid "MScan Log"
|
8010 |
msgstr ""
|
8011 |
|
8012 |
+
#: admin/mscan/mscan.php:218 admin/mscan/mscan.php:2358
|
8013 |
+
#: admin/mscan/mscan.php:2361
|
8014 |
msgid "MScan Report"
|
8015 |
msgstr ""
|
8016 |
|
8017 |
+
#: admin/mscan/mscan.php:219 admin/mscan/mscan.php:3074
|
8018 |
+
#: admin/mscan/mscan.php:3077
|
8019 |
msgid "MScan Saved Reports"
|
8020 |
msgstr ""
|
8021 |
|
8375 |
msgstr ""
|
8376 |
|
8377 |
#: admin/mscan/mscan.php:1652 admin/mscan/mscan.php:1669
|
8378 |
+
#: admin/mscan/mscan.php:1996
|
8379 |
msgid "MScan Pattern Match"
|
8380 |
msgstr ""
|
8381 |
|
8397 |
msgstr ""
|
8398 |
|
8399 |
#: admin/mscan/mscan.php:1652 admin/mscan/mscan.php:1663
|
8400 |
+
#: admin/mscan/mscan.php:1669 admin/mscan/mscan.php:1996
|
8401 |
msgid ""
|
8402 |
"If you are not sure what to check for or what is and is not malicious code "
|
8403 |
"then click the MScan Question Mark help button."
|
8432 |
"contents/code more extensively with a code editor like Notepad++."
|
8433 |
msgstr ""
|
8434 |
|
8435 |
+
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
|
8436 |
+
#: admin/mscan/mscan.php:3559
|
8437 |
msgid ""
|
8438 |
"File hash comparison scan results are 100% accurate. WP Core, Plugin and "
|
8439 |
"Theme files are scanned using file hash comparison scanning."
|
8440 |
msgstr ""
|
8441 |
|
8442 |
+
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
|
8443 |
+
#: admin/mscan/mscan.php:3559
|
8444 |
msgid ""
|
8445 |
"Pattern matching scan results are less accurate and will usually detect some "
|
8446 |
"false positive matches. All other files that are not WP Core, Plugin and "
|
8454 |
"computer not on your hosting account."
|
8455 |
msgstr ""
|
8456 |
|
8457 |
+
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
|
8458 |
+
#: admin/mscan/mscan.php:3559
|
8459 |
msgid ""
|
8460 |
"And of course check the file contents of suspicious files to see if they "
|
8461 |
"contain hacker code or are false positive matches. Use the Ignore File "
|
8462 |
"checkbox option to ignore false postive matches."
|
8463 |
msgstr ""
|
8464 |
|
8465 |
+
#: admin/mscan/mscan.php:1686 admin/mscan/mscan.php:2729
|
8466 |
+
#: admin/mscan/mscan.php:3559
|
8467 |
msgid ""
|
8468 |
"When you ignore a file it will no longer be scanned in any future scans. "
|
8469 |
"When you unignore an ignored file it will be scanned in future scans."
|
8470 |
msgstr ""
|
8471 |
|
8472 |
+
#: admin/mscan/mscan.php:1718 admin/mscan/mscan.php:2021
|
8473 |
+
#: admin/mscan/mscan.php:2744 admin/mscan/mscan.php:2822
|
8474 |
+
#: admin/mscan/mscan.php:3566 admin/mscan/mscan.php:3613
|
8475 |
msgid "Current Status"
|
8476 |
msgstr ""
|
8477 |
|
8478 |
+
#: admin/mscan/mscan.php:1719
|
8479 |
msgid "View<br>File"
|
8480 |
msgstr ""
|
8481 |
|
8482 |
+
#: admin/mscan/mscan.php:1720
|
8483 |
msgid "Ignore<br>File"
|
8484 |
msgstr ""
|
8485 |
|
8486 |
+
#: admin/mscan/mscan.php:1721
|
8487 |
msgid "Unignore<br>File"
|
8488 |
msgstr ""
|
8489 |
|
8490 |
+
#: admin/mscan/mscan.php:1722
|
8491 |
msgid "Delete<br>File"
|
8492 |
msgstr ""
|
8493 |
|
8494 |
+
#: admin/mscan/mscan.php:1723 admin/mscan/mscan.php:2745
|
8495 |
+
#: admin/mscan/mscan.php:3567 admin/system-info/system-info.php:1031
|
8496 |
#: admin/system-info/system-info.php:1097
|
8497 |
msgid "File Path"
|
8498 |
msgstr ""
|
8499 |
|
8500 |
+
#: admin/mscan/mscan.php:1724
|
8501 |
msgid "File Hash or<br>Pattern Match"
|
8502 |
msgstr ""
|
8503 |
|
8504 |
+
#: admin/mscan/mscan.php:1725 admin/mscan/mscan.php:2029
|
8505 |
msgid "Scan<br>Time"
|
8506 |
msgstr ""
|
8507 |
|
8508 |
+
#: admin/mscan/mscan.php:1738 admin/mscan/mscan.php:2760
|
8509 |
msgid "Skipped File"
|
8510 |
msgstr ""
|
8511 |
|
8512 |
+
#: admin/mscan/mscan.php:1738 admin/mscan/mscan.php:2760
|
8513 |
msgid "Not Scanned"
|
8514 |
msgstr ""
|
8515 |
|
8516 |
+
#: admin/mscan/mscan.php:1742 admin/mscan/mscan.php:1749
|
8517 |
+
#: admin/mscan/mscan.php:2764 admin/mscan/mscan.php:2771
|
8518 |
msgid "Ignored File"
|
8519 |
msgstr ""
|
8520 |
|
8521 |
+
#: admin/mscan/mscan.php:1754 admin/mscan/mscan.php:2776
|
8522 |
msgid "Suspicious File"
|
8523 |
msgstr ""
|
8524 |
|
8525 |
+
#: admin/mscan/mscan.php:1760 admin/mscan/mscan.php:2050
|
8526 |
+
#: admin/mscan/mscan.php:3208
|
8527 |
msgid "View"
|
8528 |
msgstr ""
|
8529 |
|
8530 |
+
#: admin/mscan/mscan.php:1761 admin/mscan/mscan.php:2051
|
8531 |
msgid "Ignore"
|
8532 |
msgstr ""
|
8533 |
|
8534 |
+
#: admin/mscan/mscan.php:1763 admin/mscan/mscan.php:2052
|
8535 |
msgid "Unignore"
|
8536 |
msgstr ""
|
8537 |
|
8538 |
+
#: admin/mscan/mscan.php:1791 admin/mscan/mscan.php:2799
|
8539 |
msgid "No Suspicious Files were detected"
|
8540 |
msgstr ""
|
8541 |
|
8542 |
+
#: admin/mscan/mscan.php:1805
|
8543 |
msgid ""
|
8544 |
"View File Option: Selecting the View File Checkbox Form option will display "
|
8545 |
"the contents of the file that you have selected to view.\\n"
|
8559 |
"OK to proceed or click Cancel"
|
8560 |
msgstr ""
|
8561 |
|
8562 |
+
#: admin/mscan/mscan.php:1953
|
8563 |
msgid "Current Status has been changed to Ignored for DB Row ID"
|
8564 |
msgstr ""
|
8565 |
|
8566 |
+
#: admin/mscan/mscan.php:1953 admin/mscan/mscan.php:1972
|
8567 |
msgid "in DB Column"
|
8568 |
msgstr ""
|
8569 |
|
8570 |
+
#: admin/mscan/mscan.php:1953
|
8571 |
msgid "This DB Entry will not be scanned in any future MScan Scans."
|
8572 |
msgstr ""
|
8573 |
|
8574 |
+
#: admin/mscan/mscan.php:1972
|
8575 |
msgid "The Ignored DB Entry Status has been removed for DB Row ID"
|
8576 |
msgstr ""
|
8577 |
|
8578 |
+
#: admin/mscan/mscan.php:1972
|
8579 |
msgid ""
|
8580 |
"The previous Status of the DB Entry will be displayed again and this DB "
|
8581 |
"Entry will be scanned in future MScan scans."
|
8582 |
msgstr ""
|
8583 |
|
8584 |
+
#: admin/mscan/mscan.php:1991 admin/mscan/mscan.php:1996
|
8585 |
msgid "Close"
|
8586 |
msgstr ""
|
8587 |
|
8588 |
+
#: admin/mscan/mscan.php:1991
|
8589 |
msgid "Pharma Hack DB Table and Column"
|
8590 |
msgstr ""
|
8591 |
|
8592 |
+
#: admin/mscan/mscan.php:1991
|
8593 |
msgid "Pharma Hack cleanup/removal steps"
|
8594 |
msgstr ""
|
8595 |
|
8596 |
+
#: admin/mscan/mscan.php:1991
|
8597 |
msgid "Edit your theme's header.php file and delete this code: "
|
8598 |
msgstr ""
|
8599 |
|
8600 |
+
#: admin/mscan/mscan.php:1991
|
8601 |
msgid ""
|
8602 |
"Delete this file in your theme's root folder: nav.php. Login to your web "
|
8603 |
"host control panel, login to your WP Database using phpMyAdmin and delete "
|
8606 |
"any that you do see."
|
8607 |
msgstr ""
|
8608 |
|
8609 |
+
#: admin/mscan/mscan.php:1996
|
8610 |
msgid "DB Table, Column and Row ID"
|
8611 |
msgstr ""
|
8612 |
|
8613 |
+
#: admin/mscan/mscan.php:1996
|
8614 |
msgid "Steps to view the database data that MScan detected as suspicious"
|
8615 |
msgstr ""
|
8616 |
|
8617 |
+
#: admin/mscan/mscan.php:1996
|
8618 |
msgid ""
|
8619 |
"Login to your web host control panel, login to your WP Database using "
|
8620 |
"phpMyAdmin and check the data in the DB Table, Column and Row ID shown "
|
8621 |
"above. Note: Look for code that matches the MScan Pattern Match."
|
8622 |
msgstr ""
|
8623 |
|
8624 |
+
#: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
|
8625 |
+
#: admin/mscan/mscan.php:3604
|
8626 |
msgid "Database scanning uses pattern matching scanning."
|
8627 |
msgstr ""
|
8628 |
|
8629 |
+
#: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
|
8630 |
+
#: admin/mscan/mscan.php:3604
|
8631 |
msgid ""
|
8632 |
"Pattern matching scan results will usually detect some false positive "
|
8633 |
"matches."
|
8634 |
msgstr ""
|
8635 |
|
8636 |
+
#: admin/mscan/mscan.php:2007
|
8637 |
msgid ""
|
8638 |
"This form allows you to view, ignore or unignore suspicious DB Entries. "
|
8639 |
"Note: The view option displays the DB Table, Column, Row ID and the MScan "
|
8640 |
"Pattern Match that was detected by the MScan scan."
|
8641 |
msgstr ""
|
8642 |
|
8643 |
+
#: admin/mscan/mscan.php:2007
|
8644 |
msgid "Before deleting any database data make a backup of your database."
|
8645 |
msgstr ""
|
8646 |
|
8647 |
+
#: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
|
8648 |
+
#: admin/mscan/mscan.php:3604
|
8649 |
msgid ""
|
8650 |
"Use phpMyAdmin or a similar tool to check your database Row where the "
|
8651 |
"suspicious code was found."
|
8652 |
msgstr ""
|
8653 |
|
8654 |
+
#: admin/mscan/mscan.php:2007 admin/mscan/mscan.php:2809
|
8655 |
+
#: admin/mscan/mscan.php:3604
|
8656 |
msgid ""
|
8657 |
"When you ignore a DB Entry it will no longer be scanned in any future scans. "
|
8658 |
"When you unignore an ignored DB Entry it will be scanned in future scans."
|
8659 |
msgstr ""
|
8660 |
|
8661 |
+
#: admin/mscan/mscan.php:2022
|
8662 |
msgid "View<br>DB Entry"
|
8663 |
msgstr ""
|
8664 |
|
8665 |
+
#: admin/mscan/mscan.php:2023
|
8666 |
msgid "Ignore<br>DB Entry"
|
8667 |
msgstr ""
|
8668 |
|
8669 |
+
#: admin/mscan/mscan.php:2024
|
8670 |
msgid "Unignore<br>DB Entry"
|
8671 |
msgstr ""
|
8672 |
|
8673 |
+
#: admin/mscan/mscan.php:2025 admin/mscan/mscan.php:2823
|
8674 |
+
#: admin/mscan/mscan.php:3614
|
8675 |
msgid "DB Table"
|
8676 |
msgstr ""
|
8677 |
|
8678 |
+
#: admin/mscan/mscan.php:2026 admin/mscan/mscan.php:2824
|
8679 |
+
#: admin/mscan/mscan.php:3615
|
8680 |
msgid "DB Column"
|
8681 |
msgstr ""
|
8682 |
|
8683 |
+
#: admin/mscan/mscan.php:2027 admin/mscan/mscan.php:2825
|
8684 |
+
#: admin/mscan/mscan.php:3616
|
8685 |
msgid "DB Row ID"
|
8686 |
msgstr ""
|
8687 |
|
8688 |
+
#: admin/mscan/mscan.php:2028
|
8689 |
msgid "Pattern<br>Match"
|
8690 |
msgstr ""
|
8691 |
|
8692 |
+
#: admin/mscan/mscan.php:2040 admin/mscan/mscan.php:2838
|
8693 |
msgid "Ignored DB Entry"
|
8694 |
msgstr ""
|
8695 |
|
8696 |
+
#: admin/mscan/mscan.php:2045 admin/mscan/mscan.php:2843
|
8697 |
msgid "Suspicious DB Entry"
|
8698 |
msgstr ""
|
8699 |
|
8700 |
+
#: admin/mscan/mscan.php:2063 admin/mscan/mscan.php:2860
|
8701 |
msgid "No Suspicious DB Entries were detected"
|
8702 |
msgstr ""
|
8703 |
|
8704 |
+
#: admin/mscan/mscan.php:2078
|
8705 |
msgid ""
|
8706 |
"View DB Entry Option: Selecting the View DB Entry Checkbox Form option will "
|
8707 |
"display the contents of the DB Table, Column and Row ID that you have "
|
8719 |
"OK to proceed or click Cancel"
|
8720 |
msgstr ""
|
8721 |
|
8722 |
+
#: admin/mscan/mscan.php:2169
|
8723 |
msgid "Click the Reset Last Modified Time in DB button"
|
8724 |
msgstr ""
|
8725 |
|
8726 |
+
#: admin/mscan/mscan.php:2169
|
8727 |
msgid "to set the"
|
8728 |
msgstr ""
|
8729 |
|
8730 |
+
#: admin/mscan/mscan.php:2174 admin/mscan/mscan.php:2179
|
8731 |
msgid "Last Modified Time in DB:"
|
8732 |
msgstr ""
|
8733 |
|
8734 |
+
#: admin/mscan/mscan.php:2192 admin/mscan/mscan.php:2197
|
8735 |
msgid "MScan Log File Size: "
|
8736 |
msgstr ""
|
8737 |
|
8738 |
+
#: admin/mscan/mscan.php:2197
|
8739 |
msgid ""
|
8740 |
"The Display & Alert Options Email Logging options will only send log files "
|
8741 |
"up to 2MB in size."
|
8742 |
msgstr ""
|
8743 |
|
8744 |
+
#: admin/mscan/mscan.php:2197
|
8745 |
msgid ""
|
8746 |
"Copy and paste the MScan Log file contents into a Notepad text file on your "
|
8747 |
"computer and save it."
|
8748 |
msgstr ""
|
8749 |
|
8750 |
+
#: admin/mscan/mscan.php:2210
|
8751 |
msgid "MScan Log Last Modified Time:"
|
8752 |
msgstr ""
|
8753 |
|
8754 |
+
#: admin/mscan/mscan.php:2212
|
8755 |
msgid "Last Modified Time in File:"
|
8756 |
msgstr ""
|
8757 |
|
8758 |
+
#: admin/mscan/mscan.php:2231
|
8759 |
msgid ""
|
8760 |
"Success! Your MScan Log has been deleted and replaced with a new blank MScan "
|
8761 |
"Log file."
|
8762 |
msgstr ""
|
8763 |
|
8764 |
+
#: admin/mscan/mscan.php:2241
|
8765 |
msgid "Clicking OK will delete the contents of your MScan Log file."
|
8766 |
msgstr ""
|
8767 |
|
8768 |
+
#: admin/mscan/mscan.php:2260
|
8769 |
msgid ""
|
8770 |
"The MScan Log File Was Not Found! Check that the file really exists here - /"
|
8771 |
msgstr ""
|
8772 |
|
8773 |
+
#: admin/mscan/mscan.php:2260
|
8774 |
msgid "/bps-backup/logs/mscan_log.txt and is named correctly."
|
8775 |
msgstr ""
|
8776 |
|
8777 |
+
#: admin/mscan/mscan.php:2282
|
8778 |
msgid "File Open and Write test successful! Your MScan Log file is writable."
|
8779 |
msgstr ""
|
8780 |
|
8781 |
+
#: admin/mscan/mscan.php:2296 admin/mscan/mscan.php:2300
|
8782 |
msgid "Success! Your MScan Log file has been updated."
|
8783 |
msgstr ""
|
8784 |
|
8785 |
+
#: admin/mscan/mscan.php:2379
|
8786 |
msgid "Click OK to save the MScan Report or click Cancel."
|
8787 |
msgstr ""
|
8788 |
|
8789 |
+
#: admin/mscan/mscan.php:2399
|
8790 |
msgid ""
|
8791 |
"No Scan Results To Display: No scans have been run yet or you clicked the "
|
8792 |
"MScan Reset button."
|
8793 |
msgstr ""
|
8794 |
|
8795 |
+
#: admin/mscan/mscan.php:2413
|
8796 |
msgid "Scan Date|Time: "
|
8797 |
msgstr ""
|
8798 |
|
8799 |
+
#: admin/mscan/mscan.php:2416
|
8800 |
msgid "Website: "
|
8801 |
msgstr ""
|
8802 |
|
8803 |
+
#: admin/mscan/mscan.php:2419
|
8804 |
msgid "Scan Completion Time: "
|
8805 |
msgstr ""
|
8806 |
|
8807 |
+
#: admin/mscan/mscan.php:2423 admin/mscan/mscan.php:2426
|
8808 |
+
#: admin/mscan/mscan.php:2429
|
8809 |
msgid "Total Files Scanned: "
|
8810 |
msgstr ""
|
8811 |
|
8812 |
+
#: admin/mscan/mscan.php:2434
|
8813 |
msgid "Total Skipped Files: "
|
8814 |
msgstr ""
|
8815 |
|
8816 |
+
#: admin/mscan/mscan.php:2443
|
8817 |
msgid "Total Suspicious Files: "
|
8818 |
msgstr ""
|
8819 |
|
8820 |
+
#: admin/mscan/mscan.php:2452
|
8821 |
msgid "Total Suspicious DB Entries: "
|
8822 |
msgstr ""
|
8823 |
|
8824 |
+
#: admin/mscan/mscan.php:2455 admin/mscan/mscan.php:3525
|
8825 |
msgid "MScan Option Settings: "
|
8826 |
msgstr ""
|
8827 |
|
8828 |
+
#: admin/mscan/mscan.php:2469 admin/mscan/mscan.php:2472
|
8829 |
msgid "Website Folders & Files To Scan: "
|
8830 |
msgstr ""
|
8831 |
|
8832 |
+
#: admin/mscan/mscan.php:2472 admin/mscan/mscan.php:2483
|
8833 |
+
#: admin/mscan/mscan.php:2510
|
8834 |
msgid "None"
|
8835 |
msgstr ""
|
8836 |
|
8837 |
+
#: admin/mscan/mscan.php:2480 admin/mscan/mscan.php:2483
|
8838 |
msgid "Excluded Folders: "
|
8839 |
msgstr ""
|
8840 |
|
8841 |
+
#: admin/mscan/mscan.php:2487
|
8842 |
msgid "Max File Size Limit to Scan: "
|
8843 |
msgstr ""
|
8844 |
|
8845 |
+
#: admin/mscan/mscan.php:2490
|
8846 |
msgid "Max Time Limit to Scan: "
|
8847 |
msgstr ""
|
8848 |
|
8849 |
+
#: admin/mscan/mscan.php:2493
|
8850 |
msgid "Scan Database: "
|
8851 |
msgstr ""
|
8852 |
|
8853 |
+
#: admin/mscan/mscan.php:2496
|
8854 |
msgid "Scan Skipped Files Only: "
|
8855 |
msgstr ""
|
8856 |
|
8857 |
+
#: admin/mscan/mscan.php:2499
|
8858 |
msgid "Automatically Delete /tmp Files: "
|
8859 |
msgstr ""
|
8860 |
|
8861 |
+
#: admin/mscan/mscan.php:2507 admin/mscan/mscan.php:2510
|
8862 |
msgid "Exclude /tmp Files: "
|
8863 |
msgstr ""
|
8864 |
|
8865 |
+
#: admin/mscan/mscan.php:2528
|
8866 |
msgid "Scheduled Scan Frequency: "
|
8867 |
msgstr ""
|
8868 |
|
8869 |
+
#: admin/mscan/mscan.php:2531 admin/mscan/mscan.php:3536
|
8870 |
msgid "WP Core|Plugin|Theme File Hashes: "
|
8871 |
msgstr ""
|
8872 |
|
8873 |
+
#: admin/mscan/mscan.php:2545
|
8874 |
msgid "WP Core Hash File Version: "
|
8875 |
msgstr ""
|
8876 |
|
8877 |
+
#: admin/mscan/mscan.php:2545
|
8878 |
msgid "WP Installed Version: "
|
8879 |
msgstr ""
|
8880 |
|
8881 |
+
#: admin/mscan/mscan.php:2550 admin/mscan/mscan.php:2570
|
8882 |
+
#: admin/mscan/mscan.php:2674
|
8883 |
msgid "Error|Problem: "
|
8884 |
msgstr ""
|
8885 |
|
8886 |
+
#: admin/mscan/mscan.php:2550
|
8887 |
msgid "The WP Core Hash File Does Not Exist"
|
8888 |
msgstr ""
|
8889 |
|
8890 |
+
#: admin/mscan/mscan.php:2564 admin/mscan/mscan.php:3539
|
8891 |
msgid "Plugin File Hashes: "
|
8892 |
msgstr ""
|
8893 |
|
8894 |
+
#: admin/mscan/mscan.php:2570
|
8895 |
msgid "The Plugin Hash File Does Not Exist"
|
8896 |
msgstr ""
|
8897 |
|
8898 |
+
#: admin/mscan/mscan.php:2630
|
8899 |
msgid ""
|
8900 |
"File hashes do not exist for this plugin. This plugin's files were not "
|
8901 |
"scanned. If you would like to scan this plugin's files then use the \"Upload "
|
8904 |
"\"Upload Plugin Zip Files\" help section for more help info."
|
8905 |
msgstr ""
|
8906 |
|
8907 |
+
#: admin/mscan/mscan.php:2632
|
8908 |
msgid ""
|
8909 |
"File hashes do not exist for this theme. This theme's files were not "
|
8910 |
"scanned. If you would like to scan this themes's files then use the \"Upload "
|
8913 |
"\"Upload Theme Zip Files\" help section for more help info."
|
8914 |
msgstr ""
|
8915 |
|
8916 |
+
#: admin/mscan/mscan.php:2642 admin/mscan/mscan.php:2652
|
8917 |
+
#: admin/mscan/mscan.php:2658
|
8918 |
msgid " Plugin Hash File Version: "
|
8919 |
msgstr ""
|
8920 |
|
8921 |
+
#: admin/mscan/mscan.php:2642 admin/mscan/mscan.php:2652
|
8922 |
+
#: admin/mscan/mscan.php:2658 admin/mscan/mscan.php:2698
|
8923 |
+
#: admin/mscan/mscan.php:2707 admin/mscan/mscan.php:2713
|
8924 |
msgid " Installed Version: "
|
8925 |
msgstr ""
|
8926 |
|
8927 |
+
#: admin/mscan/mscan.php:2658
|
8928 |
msgid "No File Hashes for This Plugin"
|
8929 |
msgstr ""
|
8930 |
|
8931 |
+
#: admin/mscan/mscan.php:2668 admin/mscan/mscan.php:3546
|
8932 |
msgid "Theme File Hashes: "
|
8933 |
msgstr ""
|
8934 |
|
8935 |
+
#: admin/mscan/mscan.php:2674
|
8936 |
msgid "The Theme Hash File Does Not Exist"
|
8937 |
msgstr ""
|
8938 |
|
8939 |
+
#: admin/mscan/mscan.php:2698 admin/mscan/mscan.php:2707
|
8940 |
+
#: admin/mscan/mscan.php:2713
|
8941 |
msgid " Theme Hash File Version: "
|
8942 |
msgstr ""
|
8943 |
|
8944 |
+
#: admin/mscan/mscan.php:2713
|
8945 |
msgid "No File Hashes for This Theme"
|
8946 |
msgstr ""
|
8947 |
|
8948 |
+
#: admin/mscan/mscan.php:2726 admin/mscan/mscan.php:3556
|
8949 |
msgid "Scan Results "
|
8950 |
msgstr ""
|
8951 |
|
8952 |
+
#: admin/mscan/mscan.php:2729 admin/mscan/mscan.php:3559
|
8953 |
msgid ""
|
8954 |
"You can View, Ignore and Delete files detected as suspicious using the View|"
|
8955 |
"Ignore|Delete Suspicious Files Form on the MScan Scan tab page. Before "
|
8957 |
"hosting account."
|
8958 |
msgstr ""
|
8959 |
|
8960 |
+
#: admin/mscan/mscan.php:2746 admin/mscan/mscan.php:3568
|
8961 |
msgid "File Hash or Pattern Match"
|
8962 |
msgstr ""
|
8963 |
|
8964 |
+
#: admin/mscan/mscan.php:2747 admin/mscan/mscan.php:2827
|
8965 |
+
#: admin/mscan/mscan.php:3569 admin/mscan/mscan.php:3618
|
8966 |
msgid "Scan Time"
|
8967 |
msgstr ""
|
8968 |
|
8969 |
+
#: admin/mscan/mscan.php:2809 admin/mscan/mscan.php:3604
|
8970 |
msgid ""
|
8971 |
"You can View, Ignore and Unignore suspicious DB Entries using the View|"
|
8972 |
"Ignore Suspicious DB Entries Form on the MScan Scan tab page. Before "
|
8973 |
"deleting any database data make a backup of your database."
|
8974 |
msgstr ""
|
8975 |
|
8976 |
+
#: admin/mscan/mscan.php:2826 admin/mscan/mscan.php:3617
|
8977 |
msgid "Pattern Match"
|
8978 |
msgstr ""
|
8979 |
|
8980 |
+
#: admin/mscan/mscan.php:2936 admin/mscan/mscan.php:3046
|
8981 |
msgid ""
|
8982 |
"The MScan Report was saved successfully. Saved MScan Reports can be viewed "
|
8983 |
"on the MScan Saved Reports tab page."
|
8984 |
msgstr ""
|
8985 |
|
8986 |
+
#: admin/mscan/mscan.php:2969
|
8987 |
msgid "The MScan Report was not saved"
|
8988 |
msgstr ""
|
8989 |
|
8990 |
+
#: admin/mscan/mscan.php:2969
|
8991 |
msgid ""
|
8992 |
"The maximum number of Reports that can be saved is 20 Reports. In order to "
|
8993 |
"save the current Report you will need to delete an older saved Report."
|
8994 |
msgstr ""
|
8995 |
|
8996 |
+
#: admin/mscan/mscan.php:3097
|
8997 |
msgid ""
|
8998 |
"No Saved MScan Reports To Display: No MScan Reports have been saved yet."
|
8999 |
msgstr ""
|
9000 |
|
9001 |
+
#: admin/mscan/mscan.php:3186
|
9002 |
msgid "MScan Saved Reports Form"
|
9003 |
msgstr ""
|
9004 |
|
9005 |
+
#: admin/mscan/mscan.php:3195
|
9006 |
msgid "Report Date"
|
9007 |
msgstr ""
|
9008 |
|
9009 |
+
#: admin/mscan/mscan.php:3196
|
9010 |
msgid "View Report"
|
9011 |
msgstr ""
|
9012 |
|
9013 |
+
#: admin/mscan/mscan.php:3197
|
9014 |
msgid "Delete Report"
|
9015 |
msgstr ""
|
9016 |
|
9017 |
+
#: admin/mscan/mscan.php:3218
|
9018 |
msgid "Click OK to proceed or click Cancel"
|
9019 |
msgstr ""
|
9020 |
|
9021 |
+
#: admin/mscan/mscan.php:3243
|
9022 |
msgid "View|Delete Reports"
|
9023 |
msgstr ""
|
9024 |
|
9025 |
+
#: admin/mscan/mscan.php:3262
|
9026 |
msgid "You did not select an MScan Report to view or delete"
|
9027 |
msgstr ""
|
9028 |
|
9029 |
+
#: admin/mscan/mscan.php:3262
|
9030 |
msgid ""
|
9031 |
"Click the checkbox for the MScan Report that you would like to view or "
|
9032 |
"delete and then click the View|Delete Reports button."
|
9033 |
msgstr ""
|
9034 |
|
9035 |
+
#: admin/mscan/mscan.php:3423
|
9036 |
msgid "Report: "
|
9037 |
msgstr ""
|
9038 |
|
9039 |
+
#: admin/mscan/mscan.php:3423
|
9040 |
msgid ""
|
9041 |
" has been deleted. Refresh/reload the page to see current MScan Saved "
|
9042 |
"Reports Form data."
|
9043 |
msgstr ""
|
9044 |
|
9045 |
+
#: admin/mscan/mscan.php:3431
|
9046 |
msgid ""
|
9047 |
"The MScan Saved Report scan data is displayed below the MScan Saved Reports "
|
9048 |
"Form."
|
14547 |
msgstr ""
|
14548 |
|
14549 |
#: includes/hud-dismiss-functions.php:1006
|
14550 |
+
msgid "BPS Pro 25% Off Sale May 9 - May 16"
|
14551 |
msgstr ""
|
14552 |
|
14553 |
#: includes/hud-dismiss-functions.php:1006
|
14561 |
msgid "Buy BPS Pro"
|
14562 |
msgstr ""
|
14563 |
|
14564 |
+
#: includes/login-security.php:142 includes/login-security.php:148
|
14565 |
+
#: includes/login-security.php:369 includes/login-security.php:515
|
14566 |
+
#: includes/login-security.php:521 includes/login-security.php:652
|
14567 |
+
#: includes/login-security.php:792 includes/login-security.php:798
|
14568 |
+
#: includes/login-security.php:802 includes/login-security.php:808
|
14569 |
+
#: includes/login-security.php:812 includes/login-security.php:822
|
14570 |
+
#: includes/login-security.php:839 includes/login-security.php:843
|
14571 |
+
#: includes/login-security.php:850 includes/login-security.php:854
|
14572 |
+
#: includes/login-security.php:873 includes/login-security.php:877
|
14573 |
+
#: includes/login-security.php:895 includes/login-security.php:899
|
14574 |
msgid "ERROR:"
|
14575 |
msgstr ""
|
14576 |
|
14577 |
+
#: includes/login-security.php:142 includes/login-security.php:369
|
14578 |
+
#: includes/login-security.php:515 includes/login-security.php:652
|
14579 |
msgid " This user account has been locked until "
|
14580 |
msgstr ""
|
14581 |
|
14582 |
+
#: includes/login-security.php:142 includes/login-security.php:369
|
14583 |
+
#: includes/login-security.php:515 includes/login-security.php:652
|
14584 |
msgid ""
|
14585 |
" due to too many failed login attempts. You can login again after the "
|
14586 |
"Lockout Time above has expired."
|
14587 |
msgstr ""
|
14588 |
|
14589 |
+
#: includes/login-security.php:148 includes/login-security.php:521
|
14590 |
+
#: includes/login-security.php:808 includes/login-security.php:812
|
14591 |
+
#: includes/login-security.php:873 includes/login-security.php:877
|
14592 |
+
#: includes/login-security.php:895 includes/login-security.php:899
|
14593 |
msgid " Invalid Entry."
|
14594 |
msgstr ""
|
14595 |
|
14596 |
+
#: includes/login-security.php:148 includes/login-security.php:521
|
14597 |
+
#: includes/login-security.php:792 includes/login-security.php:798
|
14598 |
+
#: includes/login-security.php:802 includes/login-security.php:808
|
14599 |
+
#: includes/login-security.php:812 includes/login-security.php:822
|
14600 |
+
#: includes/login-security.php:839 includes/login-security.php:843
|
14601 |
+
#: includes/login-security.php:850 includes/login-security.php:854
|
14602 |
+
#: includes/login-security.php:873 includes/login-security.php:877
|
14603 |
+
#: includes/login-security.php:895 includes/login-security.php:899
|
14604 |
msgid "Lost your password?"
|
14605 |
msgstr ""
|
14606 |
|
14607 |
+
#: includes/login-security.php:185 includes/login-security.php:327
|
14608 |
+
#: includes/login-security.php:608
|
14609 |
msgid "A User has logged in on website: "
|
14610 |
msgstr ""
|
14611 |
|
14612 |
+
#: includes/login-security.php:186 includes/login-security.php:202
|
14613 |
+
#: includes/login-security.php:234 includes/login-security.php:250
|
14614 |
+
#: includes/login-security.php:328 includes/login-security.php:344
|
14615 |
+
#: includes/login-security.php:609 includes/login-security.php:626
|
14616 |
msgid ""
|
14617 |
"To take further action go to the Login Security page. If you do not want to "
|
14618 |
"receive further email alerts change or turn off Login Security Email Alerts."
|
14619 |
msgstr ""
|
14620 |
|
14621 |
+
#: includes/login-security.php:187 includes/login-security.php:203
|
14622 |
+
#: includes/login-security.php:235 includes/login-security.php:251
|
14623 |
+
#: includes/login-security.php:286 includes/login-security.php:329
|
14624 |
+
#: includes/login-security.php:345 includes/login-security.php:444
|
14625 |
+
#: includes/login-security.php:563 includes/login-security.php:611
|
14626 |
+
#: includes/login-security.php:628 includes/login-security.php:727
|
14627 |
msgid "Username:"
|
14628 |
msgstr ""
|
14629 |
|
14630 |
+
#: includes/login-security.php:188 includes/login-security.php:204
|
14631 |
+
#: includes/login-security.php:236 includes/login-security.php:252
|
14632 |
+
#: includes/login-security.php:287 includes/login-security.php:330
|
14633 |
+
#: includes/login-security.php:346 includes/login-security.php:445
|
14634 |
+
#: includes/login-security.php:564 includes/login-security.php:612
|
14635 |
+
#: includes/login-security.php:629 includes/login-security.php:728
|
14636 |
msgid "Status:"
|
14637 |
msgstr ""
|
14638 |
|
14639 |
+
#: includes/login-security.php:189 includes/login-security.php:205
|
14640 |
+
#: includes/login-security.php:237 includes/login-security.php:253
|
14641 |
+
#: includes/login-security.php:288 includes/login-security.php:331
|
14642 |
+
#: includes/login-security.php:347 includes/login-security.php:446
|
14643 |
+
#: includes/login-security.php:565 includes/login-security.php:613
|
14644 |
+
#: includes/login-security.php:630 includes/login-security.php:729
|
14645 |
msgid "User Role:"
|
14646 |
msgstr ""
|
14647 |
|
14648 |
+
#: includes/login-security.php:190 includes/login-security.php:206
|
14649 |
+
#: includes/login-security.php:238 includes/login-security.php:254
|
14650 |
+
#: includes/login-security.php:289 includes/login-security.php:332
|
14651 |
+
#: includes/login-security.php:348 includes/login-security.php:447
|
14652 |
+
#: includes/login-security.php:566 includes/login-security.php:614
|
14653 |
+
#: includes/login-security.php:631 includes/login-security.php:730
|
14654 |
msgid "Email:"
|
14655 |
msgstr ""
|
14656 |
|
14657 |
+
#: includes/login-security.php:191 includes/login-security.php:207
|
14658 |
+
#: includes/login-security.php:239 includes/login-security.php:255
|
14659 |
+
#: includes/login-security.php:292 includes/login-security.php:333
|
14660 |
+
#: includes/login-security.php:349 includes/login-security.php:450
|
14661 |
+
#: includes/login-security.php:569 includes/login-security.php:615
|
14662 |
+
#: includes/login-security.php:632 includes/login-security.php:733
|
14663 |
msgid "User IP Address:"
|
14664 |
msgstr ""
|
14665 |
|
14666 |
+
#: includes/login-security.php:192 includes/login-security.php:208
|
14667 |
+
#: includes/login-security.php:240 includes/login-security.php:256
|
14668 |
+
#: includes/login-security.php:293 includes/login-security.php:334
|
14669 |
+
#: includes/login-security.php:350 includes/login-security.php:451
|
14670 |
+
#: includes/login-security.php:570 includes/login-security.php:616
|
14671 |
+
#: includes/login-security.php:633 includes/login-security.php:734
|
14672 |
msgid "User Hostname:"
|
14673 |
msgstr ""
|
14674 |
|
14675 |
+
#: includes/login-security.php:193 includes/login-security.php:209
|
14676 |
+
#: includes/login-security.php:241 includes/login-security.php:257
|
14677 |
+
#: includes/login-security.php:294 includes/login-security.php:335
|
14678 |
+
#: includes/login-security.php:351 includes/login-security.php:452
|
14679 |
+
#: includes/login-security.php:571 includes/login-security.php:617
|
14680 |
+
#: includes/login-security.php:634 includes/login-security.php:735
|
14681 |
msgid "Request URI:"
|
14682 |
msgstr ""
|
14683 |
|
14684 |
+
#: includes/login-security.php:194 includes/login-security.php:210
|
14685 |
+
#: includes/login-security.php:242 includes/login-security.php:258
|
14686 |
+
#: includes/login-security.php:295 includes/login-security.php:336
|
14687 |
+
#: includes/login-security.php:352 includes/login-security.php:453
|
14688 |
+
#: includes/login-security.php:572 includes/login-security.php:618
|
14689 |
+
#: includes/login-security.php:635 includes/login-security.php:736
|
14690 |
msgid "Website:"
|
14691 |
msgstr ""
|
14692 |
|
14693 |
+
#: includes/login-security.php:201 includes/login-security.php:249
|
14694 |
+
#: includes/login-security.php:343 includes/login-security.php:625
|
14695 |
msgid "An Administrator has logged in on website: "
|
14696 |
msgstr ""
|
14697 |
|
14698 |
+
#: includes/login-security.php:233
|
14699 |
msgid "Test A User has logged in on website: "
|
14700 |
msgstr ""
|
14701 |
|
14702 |
+
#: includes/login-security.php:281 includes/login-security.php:439
|
14703 |
+
#: includes/login-security.php:558 includes/login-security.php:722
|
14704 |
msgid "A User Account has been locked on website: "
|
14705 |
msgstr ""
|
14706 |
|
14707 |
+
#: includes/login-security.php:282 includes/login-security.php:440
|
14708 |
+
#: includes/login-security.php:559 includes/login-security.php:723
|
14709 |
msgid ""
|
14710 |
"To take further action go to the Login Security page. If no action is taken "
|
14711 |
"then the User will be able to try and login again after the Lockout Time has "
|
14713 |
"off Login Security Email Alerts."
|
14714 |
msgstr ""
|
14715 |
|
14716 |
+
#: includes/login-security.php:283 includes/login-security.php:441
|
14717 |
+
#: includes/login-security.php:560 includes/login-security.php:724
|
14718 |
msgid ""
|
14719 |
"What to do if your User Account is locked and you are unable to login to "
|
14720 |
"your website:"
|
14721 |
msgstr ""
|
14722 |
|
14723 |
+
#: includes/login-security.php:283 includes/login-security.php:441
|
14724 |
+
#: includes/login-security.php:560 includes/login-security.php:724
|
14725 |
msgid ""
|
14726 |
" Use FTP or your web host control panel file manager and rename the /"
|
14727 |
"bulletproof-security plugin folder name to /_bulletproof-security. Log into "
|
14730 |
"Account."
|
14731 |
msgstr ""
|
14732 |
|
14733 |
+
#: includes/login-security.php:284 includes/login-security.php:442
|
14734 |
+
#: includes/login-security.php:561 includes/login-security.php:725
|
14735 |
msgid "What to do if your User Account is being locked repeatedly:"
|
14736 |
msgstr ""
|
14737 |
|
14738 |
+
#: includes/login-security.php:284 includes/login-security.php:442
|
14739 |
+
#: includes/login-security.php:561 includes/login-security.php:725
|
14740 |
msgid ""
|
14741 |
" Additional things that you can do to protect publicly displayed usernames, "
|
14742 |
"not exposing author names/user account names, etc."
|
14743 |
msgstr ""
|
14744 |
|
14745 |
+
#: includes/login-security.php:290 includes/login-security.php:448
|
14746 |
+
#: includes/login-security.php:567 includes/login-security.php:731
|
14747 |
msgid "Lockout Time:"
|
14748 |
msgstr ""
|
14749 |
|
14750 |
+
#: includes/login-security.php:291 includes/login-security.php:449
|
14751 |
+
#: includes/login-security.php:568 includes/login-security.php:732
|
14752 |
msgid "Lockout Time Expires:"
|
14753 |
msgstr ""
|
14754 |
|
14755 |
+
#: includes/login-security.php:792 includes/login-security.php:802
|
14756 |
msgid " Invalid username."
|
14757 |
msgstr ""
|
14758 |
|
14759 |
+
#: includes/login-security.php:798
|
14760 |
msgid " Invalid email address."
|
14761 |
msgstr ""
|
14762 |
|
14763 |
+
#: includes/login-security.php:822 includes/login-security.php:843
|
14764 |
+
#: includes/login-security.php:854
|
14765 |
msgid " The password you entered for the username "
|
14766 |
msgstr ""
|
14767 |
|
14768 |
+
#: includes/login-security.php:822 includes/login-security.php:839
|
14769 |
+
#: includes/login-security.php:843 includes/login-security.php:850
|
14770 |
+
#: includes/login-security.php:854
|
14771 |
msgid " is incorrect. "
|
14772 |
msgstr ""
|
14773 |
|
14774 |
+
#: includes/login-security.php:839 includes/login-security.php:850
|
14775 |
msgid " The password you entered for the email address "
|
14776 |
msgstr ""
|
14777 |
|
14778 |
+
#: includes/login-security.php:839 includes/login-security.php:843
|
14779 |
+
#: includes/login-security.php:873 includes/login-security.php:895
|
14780 |
msgid " Login Attempts Remaining "
|
14781 |
msgstr ""
|
14782 |
|
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Donate link: https://wordpress.org/support/view/plugin-reviews/bulletproof-secur
|
|
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 |
Requires PHP: 7.0
|
7 |
-
Tested up to:
|
8 |
-
Stable tag: 6.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
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 |
Requires PHP: 7.0
|
7 |
+
Tested up to: 6.0
|
8 |
+
Stable tag: 6.2
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|