You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: free/classes/scanners/class-secupress-scan-bad-vuln-plugins.php
+2-2
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@ public static function get_messages( $message_id = null ) {
86
86
104 => __( 'No plugins selected for deactivation.', 'secupress' ),
87
87
105 => _n_noop( 'Selected plugin has been deactivated (but some are still there).', 'All selected plugins have been deactivated (but some are still there).', 'secupress' ),
88
88
106 => _n_noop( 'Sorry, the following plugin could not be deactivated: %s.', 'Sorry, the following plugins could not be deactivated: %s.', 'secupress' ),
89
+
107 => __( 'Your installation may contain vulnerable plugins. The PRO version will be more accurate.', 'secupress' ),
89
90
// "bad"
90
91
/** Translators: 1 is a number, 2 is a plugin name (or a list of plugin names). */
91
92
200 => _n_noop( '<strong>%1$d plugin</strong> is known to be vulnerable: %2$s.', '<strong>%1$d plugins</strong> are known to be vulnerable: %2$s.', 'secupress' ),
@@ -94,7 +95,6 @@ public static function get_messages( $message_id = null ) {
94
95
203 => _n_noop( 'Sorry, this plugin could not be deleted.', 'Sorry, those plugins could not be deleted.', 'secupress' ),
95
96
204 => _n_noop( 'The following plugin should be deactivated if you don’t need it: %s.', 'The following plugins should be deactivated if you don’t need them: %s.', 'secupress' ),
96
97
205 => _n_noop( 'Sorry, this plugin could not be deactivated.', 'Sorry, those plugins could not be deactivated.', 'secupress' ),
97
-
206 => __( 'Your installation may contain vulnerable plugins. The PRO version will be more accurate.', 'secupress' ),
98
98
// "cantfix"
99
99
/** Translators: %d is a number. */
100
100
300 => _n_noop( '<strong>%d</strong> plugin can be <strong>deleted</strong>.', '<strong>%d</strong> plugins can be <strong>deleted</strong>.', 'secupress' ),
Copy file name to clipboardexpand all lines: free/classes/scanners/class-secupress-scan-https.php
+1-1
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ public static function get_messages( $message_id = null ) {
148
148
// "bad"
149
149
200 => __( 'Your site is not totally using HTTPS/SSL: %s', 'secupress' ),
150
150
201 => __( 'Your site does not use HTTPS/SSL. Error: %s', 'secupress' ),
151
-
202 => __( 'Your website seems to run under maintenance mode, rescan this later when you set it off.', 'secupress' ),
151
+
202 => __( 'Your website seems to run under maintenance mode, relaunch the HTTPS scanner later when you set it off.', 'secupress' ),
152
152
// "cantfix"
153
153
300 => __( 'Cannot be fixed automatically. You have to contact you host provider to ask him to <strong>upgrade your site with HTTPS/SSL</strong>.', 'secupress' ),
154
154
301 => __( 'Update your HOME url and SITE url with <code>https://</code>.', 'secupress' ),
_n( 'Your IP address %1$s has been banned for %2$s minute, please do not retry until then.', 'Your IP address %1$s has been banned for %2$s minutes, please do not retry until then.', $time_ban, 'secupress' ),
0 commit comments