rebase from live enviornment
This commit is contained in:
+4
@@ -341,6 +341,10 @@ END
|
||||
'Send' => __('Send', 'wordfence'),
|
||||
'An error was encountered while trying to send the message. Please try again.' => __('An error was encountered while trying to send the message. Please try again.', 'wordfence'),
|
||||
'<strong>ERROR</strong>: An error was encountered while trying to send the message. Please try again.' => wp_kses(__('<strong>ERROR</strong>: An error was encountered while trying to send the message. Please try again.', 'wordfence'), array('strong' => array())),
|
||||
'Login failed with status code 403. Please contact the site administrator.' => __('Login failed with status code 403. Please contact the site administrator.', 'wordfence'),
|
||||
'<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator.' => wp_kses(__('<strong>ERROR</strong>: Login failed with status code 403. Please contact the site administrator.', 'wordfence'), array('strong' => array())),
|
||||
'Login failed with status code 503. Please contact the site administrator.' => __('Login failed with status code 503. Please contact the site administrator.', 'wordfence'),
|
||||
'<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator.' => wp_kses(__('<strong>ERROR</strong>: Login failed with status code 503. Please contact the site administrator.', 'wordfence'), array('strong' => array())),
|
||||
'Wordfence 2FA Code' => __('Wordfence 2FA Code', 'wordfence'),
|
||||
'Remember for 30 days' => __('Remember for 30 days', 'wordfence'),
|
||||
'Log In' => __('Log In', 'wordfence'),
|
||||
|
||||
Reference in New Issue
Block a user