Shield Security for WordPress - Version 7.4.1

Version Description

  • Current Release = Released: 20th May, 2019 - Release Notes

  • (v.1) NEW: Adjustments and redesign of Shield options pages.

  • (v.1) IMPROVED: Further prep for better internationalization.

Download this release

Release Info

Developer paultgoodchild
Plugin Icon 128x128 Shield Security for WordPress
Version 7.4.1
Comparing to
See all releases

Code changes from version 7.4.0 to 7.4.1

icwp-plugin-controller.php CHANGED
@@ -302,7 +302,6 @@ class ICWP_WPSF_Plugin_Controller extends ICWP_WPSF_Foundation {
302
 
303
  add_action( 'init', [ $this, 'onWpInit' ], -1000 );
304
  add_action( 'admin_init', [ $this, 'onWpAdminInit' ] );
305
- add_action( 'wp_loaded', [ $this, 'onWpLoaded' ] );
306
 
307
  add_action( 'admin_menu', [ $this, 'onWpAdminMenu' ] );
308
  add_action( 'network_admin_menu', [ $this, 'onWpAdminMenu' ] );
@@ -360,14 +359,6 @@ class ICWP_WPSF_Plugin_Controller extends ICWP_WPSF_Foundation {
360
  $this->runTests();
361
  }
362
 
363
- /**
364
- */
365
- public function onWpLoaded() {
366
- if ( $this->isValidAdminArea() ) {
367
- $this->doPluginFormSubmit();
368
- }
369
- }
370
-
371
  /**
372
  */
373
  public function onWpInit() {
@@ -677,7 +668,7 @@ class ICWP_WPSF_Plugin_Controller extends ICWP_WPSF_Foundation {
677
  * Displays a message in the plugins listing when a plugin has an update available.
678
  */
679
  public function onWpPluginUpdateMessage() {
680
- $sMessage = _wpsf__( 'Update Now To Keep Your Security Current With The Latest Features.' );
681
  if ( empty( $sMessage ) ) {
682
  $sMessage = '';
683
  }
@@ -928,23 +919,6 @@ class ICWP_WPSF_Plugin_Controller extends ICWP_WPSF_Foundation {
928
  );
929
  }
930
 
931
- /**
932
- * @return bool
933
- */
934
- protected function doPluginFormSubmit() {
935
- if ( !$this->isPluginFormSubmit() ) {
936
- return false;
937
- }
938
-
939
- // do all the plugin feature/options saving
940
- do_action( $this->prefix( 'form_submit' ) );
941
-
942
- if ( $this->getIsPage_PluginAdmin() ) {
943
- Services::Response()->redirect( Services::WpGeneral()->getUrl_CurrentAdminPage() );
944
- }
945
- return true;
946
- }
947
-
948
  /**
949
  * @param string $sSuffix
950
  * @param string $sGlue
@@ -1161,25 +1135,6 @@ class ICWP_WPSF_Plugin_Controller extends ICWP_WPSF_Foundation {
1161
  return ( Services::WpGeneral()->getCurrentWpAdminPage() == $this->getPluginPrefix() );
1162
  }
1163
 
1164
- /**
1165
- * @return bool
1166
- */
1167
- protected function isPluginFormSubmit() {
1168
- if ( Services::WpGeneral()->isAjax() || ( empty( $_POST ) && empty( $_GET ) ) ) {
1169
- return false;
1170
- }
1171
-
1172
- $aFormSubmitOptions = [ 'plugin_form_submit', 'icwp_link_action' ];
1173
-
1174
- $oReq = Services::Request();
1175
- foreach ( $aFormSubmitOptions as $sOption ) {
1176
- if ( !is_null( $oReq->request( $sOption, false ) ) ) {
1177
- return true;
1178
- }
1179
- }
1180
- return false;
1181
- }
1182
-
1183
  /**
1184
  * @return boolean
1185
  */
302
 
303
  add_action( 'init', [ $this, 'onWpInit' ], -1000 );
304
  add_action( 'admin_init', [ $this, 'onWpAdminInit' ] );
 
305
 
306
  add_action( 'admin_menu', [ $this, 'onWpAdminMenu' ] );
307
  add_action( 'network_admin_menu', [ $this, 'onWpAdminMenu' ] );
359
  $this->runTests();
360
  }
361
 
 
 
 
 
 
 
 
 
362
  /**
363
  */
364
  public function onWpInit() {
668
  * Displays a message in the plugins listing when a plugin has an update available.
669
  */
670
  public function onWpPluginUpdateMessage() {
671
+ $sMessage = __( 'Update Now To Keep Your Security Current With The Latest Features.', 'wp-simple-firewall' );
672
  if ( empty( $sMessage ) ) {
673
  $sMessage = '';
674
  }
919
  );
920
  }
921
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
922
  /**
923
  * @param string $sSuffix
924
  * @param string $sGlue
1135
  return ( Services::WpGeneral()->getCurrentWpAdminPage() == $this->getPluginPrefix() );
1136
  }
1137
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1138
  /**
1139
  * @return boolean
1140
  */
icwp-wpsf.php CHANGED
@@ -3,9 +3,9 @@
3
  * Plugin Name: Shield Security
4
  * Plugin URI: https://icwp.io/2f
5
  * Description: Powerful, Easy-To-Use #1 Rated WordPress Security System
6
- * Version: 7.4.0
7
  * Text Domain: wp-simple-firewall
8
- * Domain Path: /languages/
9
  * Author: One Dollar Plugin
10
  * Author URI: https://icwp.io/bv
11
  */
3
  * Plugin Name: Shield Security
4
  * Plugin URI: https://icwp.io/2f
5
  * Description: Powerful, Easy-To-Use #1 Rated WordPress Security System
6
+ * Version: 7.4.1
7
  * Text Domain: wp-simple-firewall
8
+ * Domain Path: /languages
9
  * Author: One Dollar Plugin
10
  * Author URI: https://icwp.io/bv
11
  */
languages/default.mo CHANGED
Binary file
languages/default.po CHANGED
@@ -1,5122 +1,6684 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WPSF v2.0\n"
4
- "POT-Creation-Date: 2018-09-19 17:21+0100\n"
5
- "PO-Revision-Date: 2018-09-19 17:21+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_GB\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
- "X-Generator: Poedit 2.1.1\n"
13
- "X-Poedit-KeywordsList: _wpsf__;gettext;gettext_noop;_wpsf_e;_n;_n:1,2\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: .git\n"
19
  "X-Poedit-SearchPathExcluded-1: .idea\n"
 
 
 
 
20
 
21
- #: init.php:47
22
- msgid "Upgrade Now To Keep Your Security Up-To-Date With The Latest Features."
23
  msgstr ""
24
 
25
- #: src/common/Components/Tables/AuditTrailTable.php:26
26
- #: src/common/Components/Tables/LiveTrafficTable.php:15
27
- msgid "Refresh"
28
- msgstr ""
29
-
30
- #: src/features/admin_access_restriction.php:72
31
- #: src/features/admin_access_restriction.php:106
32
  msgid "Security Admin Access Key Accepted."
33
- msgstr ""
34
 
35
- #: src/features/admin_access_restriction.php:73
36
- #: src/features/admin_access_restriction.php:107
37
  msgid "Please wait"
38
- msgstr ""
39
 
40
- #: src/features/admin_access_restriction.php:76
41
- #: src/features/admin_access_restriction.php:110
42
  msgid "Failed to process key - you may need to re-login to WordPress."
43
  msgstr ""
44
 
45
- #: src/features/admin_access_restriction.php:80
46
- #: src/features/admin_access_restriction.php:114
47
- msgid "Error - Invalid Key"
48
  msgstr ""
49
 
50
- #: src/features/admin_access_restriction.php:131
51
- msgid "Enter your Security Admin Access Key"
 
 
 
 
 
52
  msgstr ""
53
 
54
- #: src/features/admin_access_restriction.php:266
 
 
 
 
55
  msgid "Security Admin key accepted."
56
  msgstr ""
57
 
58
- #: src/features/admin_access_restriction.php:269
59
  msgid "Security Admin key not accepted."
60
  msgstr ""
61
 
62
- #: src/features/admin_access_restriction.php:439
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  msgid "Security Admin Protection"
64
  msgstr ""
65
 
66
- #: src/features/admin_access_restriction.php:448
67
  msgid "The Security Admin protection is not active."
68
  msgstr ""
69
 
70
- #: src/features/admin_access_restriction.php:452
71
- #: src/features/audit_trail.php:304 src/features/base_wpsf.php:169
72
- #: src/features/base_wpsf.php:209 src/features/hack_protect.php:656
73
- #: src/features/hack_protect.php:677 src/features/hack_protect.php:698
74
- #: src/features/hack_protect.php:719 src/features/insights.php:438
75
- #: src/features/lockdown.php:62 src/features/user_management.php:288
 
 
76
  msgid "Options"
77
- msgstr ""
78
 
79
- #: src/features/admin_access_restriction.php:453
80
  msgid "Security Admin should be turned-on to protect your security settings."
81
  msgstr ""
82
 
83
- #: src/features/admin_access_restriction.php:483
84
- #: src/features/audit_trail.php:290 src/features/autoupdates.php:186
85
- #: src/features/comments_filter.php:103 src/features/firewall.php:59
86
- #: src/features/hack_protect.php:759 src/features/headers.php:120
87
- #: src/features/ips.php:302 src/features/lockdown.php:85
88
- #: src/features/login_protect.php:604 src/features/sessions.php:51
89
- #: src/features/statistics.php:51 src/features/statistics.php:60
90
- #: src/features/traffic.php:465 src/features/user_management.php:311
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  #, php-format
92
  msgid "Enable Module: %s"
93
  msgstr ""
94
 
95
- #: src/features/admin_access_restriction.php:485
96
- #: src/features/admin_access_restriction.php:495
97
- #: src/features/admin_access_restriction.php:504
98
- #: src/features/admin_access_restriction.php:514
99
- #: src/features/audit_trail.php:292 src/features/audit_trail.php:301
100
- #: src/features/audit_trail.php:310 src/features/autoupdates.php:188
101
- #: src/features/autoupdates.php:197 src/features/autoupdates.php:206
102
- #: src/features/autoupdates.php:216 src/features/autoupdates.php:226
103
- #: src/features/base_wpsf.php:322 src/features/comments_filter.php:105
104
- #: src/features/comments_filter.php:114 src/features/comments_filter.php:124
105
- #: src/features/comments_filter.php:133 src/features/firewall.php:61
106
- #: src/features/hack_protect.php:754 src/features/hack_protect.php:761
107
- #: src/features/hack_protect.php:770 src/features/hack_protect.php:780
108
- #: src/features/hack_protect.php:789 src/features/hack_protect.php:798
109
- #: src/features/hack_protect.php:808 src/features/hack_protect.php:818
110
- #: src/features/headers.php:122 src/features/headers.php:131
111
- #: src/features/headers.php:140 src/features/ips.php:304
112
- #: src/features/ips.php:314 src/features/ips.php:324
113
- #: src/features/license.php:691 src/features/lockdown.php:87
114
- #: src/features/lockdown.php:96 src/features/lockdown.php:105
115
- #: src/features/lockdown.php:114 src/features/login_protect.php:607
116
- #: src/features/login_protect.php:616 src/features/login_protect.php:627
117
- #: src/features/login_protect.php:636 src/features/login_protect.php:645
118
- #: src/features/login_protect.php:655 src/features/login_protect.php:664
119
- #: src/features/login_protect.php:673 src/features/plugin.php:733
120
- #: src/features/plugin.php:740 src/features/plugin.php:755
121
- #: src/features/sessions.php:53 src/features/statistics.php:53
122
- #: src/features/statistics.php:62 src/features/statistics.php:71
123
- #: src/features/traffic.php:467 src/features/traffic.php:476
124
- #: src/features/user_management.php:313 src/features/user_management.php:323
125
- #: src/features/user_management.php:332 src/features/user_management.php:341
126
- #: src/features/user_management.php:350
 
 
127
  msgid "Purpose"
128
  msgstr ""
129
 
130
- #: src/features/admin_access_restriction.php:485
131
- #: src/features/admin_access_restriction.php:495
132
  msgid ""
133
  "Restricts access to this plugin preventing unauthorized changes to your "
134
  "security settings."
135
  msgstr ""
 
 
136
 
137
- #: src/features/admin_access_restriction.php:486
138
- #: src/features/admin_access_restriction.php:496
139
- #: src/features/admin_access_restriction.php:505
140
- #: src/features/audit_trail.php:293 src/features/audit_trail.php:302
141
- #: src/features/audit_trail.php:311 src/features/autoupdates.php:189
142
- #: src/features/autoupdates.php:198 src/features/autoupdates.php:208
143
- #: src/features/autoupdates.php:217 src/features/base_wpsf.php:323
144
- #: src/features/comments_filter.php:106 src/features/comments_filter.php:115
145
- #: src/features/comments_filter.php:125 src/features/comments_filter.php:134
146
- #: src/features/firewall.php:62 src/features/firewall.php:71
147
- #: src/features/firewall.php:82 src/features/firewall.php:91
148
- #: src/features/hack_protect.php:762 src/features/hack_protect.php:771
149
- #: src/features/hack_protect.php:781 src/features/hack_protect.php:790
150
- #: src/features/hack_protect.php:799 src/features/hack_protect.php:809
151
- #: src/features/hack_protect.php:819 src/features/headers.php:123
152
- #: src/features/headers.php:132 src/features/headers.php:141
153
- #: src/features/ips.php:305 src/features/ips.php:315 src/features/ips.php:325
154
- #: src/features/license.php:692 src/features/lockdown.php:88
155
- #: src/features/lockdown.php:97 src/features/lockdown.php:106
156
- #: src/features/lockdown.php:115 src/features/login_protect.php:608
157
- #: src/features/login_protect.php:617 src/features/login_protect.php:628
158
- #: src/features/login_protect.php:646 src/features/login_protect.php:665
159
- #: src/features/login_protect.php:776 src/features/plugin.php:757
160
- #: src/features/sessions.php:54 src/features/statistics.php:54
161
- #: src/features/statistics.php:63 src/features/statistics.php:72
162
- #: src/features/traffic.php:468 src/features/traffic.php:477
163
- #: src/features/user_management.php:314 src/features/user_management.php:324
164
- #: src/features/user_management.php:333 src/features/user_management.php:342
165
- #: src/features/user_management.php:351
 
 
166
  msgid "Recommendation"
167
  msgstr ""
168
 
169
- #: src/features/admin_access_restriction.php:486
170
- #: src/features/audit_trail.php:293 src/features/autoupdates.php:189
171
- #: src/features/comments_filter.php:106 src/features/firewall.php:62
172
- #: src/features/hack_protect.php:762 src/features/hack_protect.php:771
173
- #: src/features/hack_protect.php:781 src/features/hack_protect.php:790
174
- #: src/features/hack_protect.php:799 src/features/ips.php:305
175
- #: src/features/ips.php:315 src/features/lockdown.php:88
176
- #: src/features/login_protect.php:608 src/features/sessions.php:54
177
- #: src/features/statistics.php:54 src/features/statistics.php:63
178
- #: src/features/user_management.php:314
179
  #, php-format
180
  msgid "Keep the %s feature turned on."
181
- msgstr ""
182
 
183
- #: src/features/admin_access_restriction.php:486
184
- #: src/features/admin_access_restriction.php:548 src/features/plugin.php:945
185
- #: src/features/plugin.php:947 src/wizards/base_wpsf.php:65
186
- msgid "Security Admin"
187
- msgstr ""
188
-
189
- #: src/features/admin_access_restriction.php:487
190
  msgid "You need to also enter a new Access Key to enable this feature."
191
  msgstr ""
192
 
193
- #: src/features/admin_access_restriction.php:489
194
- #: src/features/audit_trail.php:295 src/features/autoupdates.php:191
195
- #: src/features/comments_filter.php:108 src/features/firewall.php:64
196
- #: src/features/hack_protect.php:764 src/features/headers.php:125
197
- #: src/features/ips.php:308 src/features/lockdown.php:90
198
- #: src/features/login_protect.php:605 src/features/sessions.php:56
199
- #: src/features/statistics.php:56 src/features/statistics.php:65
200
- #: src/features/traffic.php:470 src/features/user_management.php:316
201
- #, php-format
202
- msgid "%s/%s Module"
203
- msgstr ""
204
-
205
- #: src/features/admin_access_restriction.php:489
206
- #: src/features/admin_access_restriction.php:619
207
- #: src/features/audit_trail.php:295 src/features/autoupdates.php:191
208
- #: src/features/comments_filter.php:108 src/features/firewall.php:64
209
- #: src/features/hack_protect.php:764 src/features/headers.php:125
210
- #: src/features/ips.php:308 src/features/lockdown.php:90
211
- #: src/features/login_protect.php:605 src/features/sessions.php:56
212
- #: src/features/statistics.php:56 src/features/statistics.php:65
213
- #: src/features/traffic.php:470 src/features/user_management.php:316
214
- msgid "Enable"
215
- msgstr ""
216
-
217
- #: src/features/admin_access_restriction.php:489
218
- #: src/features/audit_trail.php:295 src/features/autoupdates.php:191
219
- #: src/features/comments_filter.php:108 src/features/firewall.php:64
220
- #: src/features/hack_protect.php:764 src/features/headers.php:125
221
- #: src/features/ips.php:308 src/features/lockdown.php:90
222
- #: src/features/login_protect.php:605 src/features/sessions.php:56
223
- #: src/features/statistics.php:56 src/features/statistics.php:65
224
- #: src/features/traffic.php:470 src/features/user_management.php:316
225
- msgid "Disable"
226
- msgstr ""
227
-
228
- #: src/features/admin_access_restriction.php:493
229
  msgid "Security Admin Restriction Settings"
230
  msgstr ""
231
 
232
- #: src/features/admin_access_restriction.php:496
233
- #: src/features/admin_access_restriction.php:505
234
- #: src/features/comments_filter.php:115 src/features/comments_filter.php:134
235
- #: src/features/login_protect.php:646 src/features/login_protect.php:665
236
- #: src/features/plugin.php:758 src/features/user_management.php:324
237
- #: src/features/user_management.php:333 src/features/user_management.php:342
238
- #: src/features/user_management.php:351
239
  msgid "Use of this feature is highly recommend."
240
  msgstr ""
241
 
242
- #: src/features/admin_access_restriction.php:498
243
  msgid "Security Admin Settings"
244
  msgstr ""
245
 
246
- #: src/features/admin_access_restriction.php:502
247
  msgid "Security Admin Restriction Zones"
248
  msgstr ""
249
 
250
- #: src/features/admin_access_restriction.php:504
251
  msgid ""
252
  "Restricts access to key WordPress areas for all users not authenticated with "
253
  "the Security Admin Access system."
254
  msgstr ""
255
 
256
- #: src/features/admin_access_restriction.php:507
257
  msgid "Access Restriction Zones"
258
  msgstr ""
259
 
260
- #: src/features/admin_access_restriction.php:511
261
- #: src/features/admin_access_restriction.php:524
262
- #: src/features/admin_access_restriction.php:619
263
  msgid "White Label"
264
  msgstr ""
265
 
266
- #: src/features/admin_access_restriction.php:515
267
  #, php-format
268
  msgid "Rename and re-brand the %s plugin for your client site installations."
269
  msgstr ""
270
 
271
- #: src/features/admin_access_restriction.php:519
272
- #: src/features/login_protect.php:756
273
- #: src/processors/loginprotect_backupcodes.php:33
 
 
 
274
  msgid "Important"
275
- msgstr ""
276
 
277
- #: src/features/admin_access_restriction.php:520
278
  msgid "The Security Admin system must be active for these settings to apply."
279
  msgstr ""
280
 
281
- #: src/features/admin_access_restriction.php:548
282
- #: src/features/audit_trail.php:338 src/features/autoupdates.php:251
283
- #: src/features/comments_filter.php:188 src/features/firewall.php:115
284
- #: src/features/hack_protect.php:842 src/features/headers.php:166
285
- #: src/features/ips.php:347 src/features/lockdown.php:140
286
- #: src/features/login_protect.php:698 src/features/plugin.php:805
287
- #: src/features/sessions.php:79 src/features/statistics.php:99
288
- #: src/features/statistics.php:105 src/features/traffic.php:502
289
- #: src/features/user_management.php:376
290
  #, php-format
291
  msgid "Enable %s Module"
292
  msgstr ""
293
 
294
- #: src/features/admin_access_restriction.php:549
295
  msgid "Enforce Security Admin Access Restriction"
296
  msgstr ""
297
 
298
- #: src/features/admin_access_restriction.php:550
299
  msgid ""
300
  "Enable this with great care and consideration. Ensure that you set a key "
301
  "that you have set an access key that you will remember."
302
  msgstr ""
303
 
304
- #: src/features/admin_access_restriction.php:554
305
  msgid "Security Admin Access Key"
306
  msgstr ""
307
 
308
- #: src/features/admin_access_restriction.php:555
309
  msgid "Provide/Update Security Admin Access Key"
310
  msgstr ""
311
 
312
- #: src/features/admin_access_restriction.php:556
313
- #: src/features/admin_access_restriction.php:577
314
- #: src/features/admin_access_restriction.php:584
315
- #: src/features/admin_access_restriction.php:591
316
- #: src/features/admin_access_restriction.php:597
317
- #: src/features/admin_access_restriction.php:603
318
  msgid "Careful"
319
  msgstr ""
320
 
321
- #: src/features/admin_access_restriction.php:556
322
  msgid ""
323
  "If you forget this, you could potentially lock yourself out from using this "
324
  "plugin."
325
  msgstr ""
326
 
327
- #: src/features/admin_access_restriction.php:557
328
  msgid "Security Key Currently Set"
329
  msgstr ""
330
 
331
- #: src/features/admin_access_restriction.php:557
332
  msgid "Security Key NOT Currently Set"
333
  msgstr ""
334
 
335
- #: src/features/admin_access_restriction.php:558
336
  #, php-format
337
  msgid "To delete the current security key, type exactly \"%s\" and save."
338
  msgstr ""
339
 
340
- #: src/features/admin_access_restriction.php:562
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
341
  msgid "Security Admin Timeout"
342
  msgstr ""
343
 
344
- #: src/features/admin_access_restriction.php:563
345
  msgid "Specify An Automatic Timeout Interval For Security Admin Access"
346
  msgstr ""
347
 
348
- #: src/features/admin_access_restriction.php:564
349
  msgid "This will automatically expire your Security Admin Session."
350
  msgstr ""
351
 
352
- #: src/features/admin_access_restriction.php:568
353
- #: src/features/hack_protect.php:850 src/features/hack_protect.php:916
354
- #: src/features/login_protect.php:784 src/features/login_protect.php:827
355
- #: src/features/login_protect.php:834 src/features/user_management.php:399
 
 
356
  msgid "Default"
357
- msgstr ""
358
 
359
- #: src/features/admin_access_restriction.php:575
360
  msgid "Pages"
361
- msgstr ""
362
 
363
- #: src/features/admin_access_restriction.php:576
364
  msgid "Restrict Access To Key WordPress Posts And Pages Actions"
365
  msgstr ""
366
 
367
- #: src/features/admin_access_restriction.php:577
368
  msgid "This will restrict access to page/post creation, editing and deletion."
369
  msgstr ""
370
 
371
- #: src/features/admin_access_restriction.php:578
372
- #: src/features/admin_access_restriction.php:585
373
- #: src/features/admin_access_restriction.php:606
374
- #: src/features/comments_filter.php:126 src/features/headers.php:239
375
- #: src/features/login_protect.php:618 src/features/login_protect.php:647
376
- #: src/features/login_protect.php:656 src/features/login_protect.php:674
377
- #: src/features/login_protect.php:747 src/features/login_protect.php:755
378
- #: src/features/login_protect.php:769 src/features/plugin.php:759
379
- #: src/features/plugin.php:763 src/features/plugin.php:857
380
- msgid "Note"
381
- msgstr ""
382
-
383
- #: src/features/admin_access_restriction.php:578
384
- #: src/features/admin_access_restriction.php:585
385
- #: src/features/admin_access_restriction.php:608
386
  #, php-format
387
  msgid "Selecting \"%s\" will also restrict all other options."
388
  msgstr ""
389
 
390
- #: src/features/admin_access_restriction.php:578
391
  msgid "Edit"
392
- msgstr ""
393
 
394
- #: src/features/admin_access_restriction.php:582
395
- #: src/features/audit_trail.php:187 src/features/audit_trail.php:362
396
- #: src/features/audit_trail.php:363 src/features/autoupdates.php:282
397
- #: src/features/hack_protect.php:728 src/features/insights.php:330
398
- #: src/features/insights.php:347
399
  msgid "Plugins"
400
- msgstr ""
401
 
402
- #: src/features/admin_access_restriction.php:583
403
  msgid "Restrict Access To Key WordPress Plugin Actions"
404
  msgstr ""
405
 
406
- #: src/features/admin_access_restriction.php:584
407
  msgid ""
408
  "This will restrict access to plugin installation, update, activation and "
409
  "deletion."
410
  msgstr ""
411
 
412
- #: src/features/admin_access_restriction.php:585
413
- #: src/features/admin_access_restriction.php:611
414
  msgid "Activate"
415
- msgstr ""
416
 
417
- #: src/features/admin_access_restriction.php:589
418
  msgid "WordPress Options"
419
  msgstr ""
420
 
421
- #: src/features/admin_access_restriction.php:590
422
  msgid "Restrict Access To Certain WordPress Admin Options"
423
  msgstr ""
424
 
425
- #: src/features/admin_access_restriction.php:591
426
  msgid ""
427
  "This will restrict the ability of WordPress administrators from changing key "
428
  "WordPress settings."
429
  msgstr ""
430
 
431
- #: src/features/admin_access_restriction.php:595
432
  msgid "Admin Users"
433
  msgstr ""
434
 
435
- #: src/features/admin_access_restriction.php:596
436
  msgid "Restrict Access To Create/Delete/Modify Other Admin Users"
437
  msgstr ""
438
 
439
- #: src/features/admin_access_restriction.php:597
440
  msgid ""
441
  "This will restrict the ability of WordPress administrators from creating, "
442
  "modifying or promoting other administrators."
443
  msgstr ""
444
 
445
- #: src/features/admin_access_restriction.php:601
446
- #: src/features/audit_trail.php:188 src/features/audit_trail.php:368
447
- #: src/features/audit_trail.php:369 src/features/autoupdates.php:294
448
- #: src/features/insights.php:376 src/features/insights.php:387
449
  msgid "Themes"
450
- msgstr ""
451
 
452
- #: src/features/admin_access_restriction.php:602
453
  msgid "Restrict Access To WordPress Theme Actions"
454
  msgstr ""
455
 
456
- #: src/features/admin_access_restriction.php:603
457
  msgid ""
458
  "This will restrict access to theme installation, update, activation and "
459
  "deletion."
460
  msgstr ""
461
 
462
- #: src/features/admin_access_restriction.php:610
463
  #, php-format
464
  msgid "%s and %s"
465
  msgstr ""
466
 
467
- #: src/features/admin_access_restriction.php:612
468
  msgid "Edit Theme Options"
469
  msgstr ""
470
 
471
- #: src/features/admin_access_restriction.php:620
 
 
 
 
472
  msgid "Activate Your White Label Settings"
473
  msgstr ""
474
 
475
- #: src/features/admin_access_restriction.php:621
476
  msgid "Turn on/off the application of your White Label settings."
477
  msgstr ""
478
 
479
- #: src/features/admin_access_restriction.php:624
480
  msgid "Hide Updates"
481
  msgstr ""
482
 
483
- #: src/features/admin_access_restriction.php:625
484
  msgid "Hide Plugin Updates From Non-Security Admins"
485
  msgstr ""
486
 
487
- #: src/features/admin_access_restriction.php:626
488
  #, php-format
489
  msgid "Hide available %s updates from non-security administrators."
490
  msgstr ""
491
 
492
- #: src/features/admin_access_restriction.php:629
493
- #: src/features/admin_access_restriction.php:636
494
  msgid "Plugin Name"
495
  msgstr ""
496
 
497
- #: src/features/admin_access_restriction.php:630
498
  msgid "The Name Of The Plugin"
499
  msgstr ""
500
 
501
- #: src/features/admin_access_restriction.php:631
502
  msgid "The name of the plugin that will be displayed to your site users."
503
  msgstr ""
504
 
505
- #: src/features/admin_access_restriction.php:634
506
  msgid "Menu Title"
507
  msgstr ""
508
 
509
- #: src/features/admin_access_restriction.php:635
510
  msgid "The Main Menu Title Of The Plugin"
511
  msgstr ""
512
 
513
- #: src/features/admin_access_restriction.php:636
514
  #, php-format
515
  msgid ""
516
  "The Main Menu Title Of The Plugin. If left empty, the \"%s\" will be used."
517
  msgstr ""
518
 
519
- #: src/features/admin_access_restriction.php:639
520
  msgid "Company Name"
521
- msgstr ""
522
 
523
- #: src/features/admin_access_restriction.php:640
524
  msgid "The Name Of Your Company"
525
  msgstr ""
526
 
527
- #: src/features/admin_access_restriction.php:641
528
  msgid "Provide the name of your company."
529
  msgstr ""
530
 
531
- #: src/features/admin_access_restriction.php:644
532
  msgid "Description"
533
- msgstr ""
534
 
535
- #: src/features/admin_access_restriction.php:645
536
  msgid "The Description Of The Plugin"
537
  msgstr ""
538
 
539
- #: src/features/admin_access_restriction.php:646
540
  msgid "The description of the plugin displayed on the plugins page."
541
  msgstr ""
542
 
543
- #: src/features/admin_access_restriction.php:649
544
  msgid "Home URL"
545
- msgstr ""
546
 
547
- #: src/features/admin_access_restriction.php:650
548
  msgid "Plugin Home Page URL"
549
  msgstr ""
550
 
551
- #: src/features/admin_access_restriction.php:651
552
  msgid ""
553
  "When a user clicks the home link for this plugin, this is where they'll be "
554
  "directed."
555
  msgstr ""
556
 
557
- #: src/features/admin_access_restriction.php:654
558
  msgid "Menu Icon"
559
  msgstr ""
560
 
561
- #: src/features/admin_access_restriction.php:655
562
  msgid "Menu Icon URL"
563
  msgstr ""
564
 
565
- #: src/features/admin_access_restriction.php:656
566
  msgid "The URL of the icon to display in the menu."
567
  msgstr ""
568
 
569
- #: src/features/admin_access_restriction.php:657
570
- #: src/features/admin_access_restriction.php:663
571
  #, php-format
572
  msgid "The %s should measure %s."
573
  msgstr ""
574
 
575
- #: src/features/admin_access_restriction.php:657
576
  msgid "icon"
577
- msgstr ""
578
 
579
- #: src/features/admin_access_restriction.php:660
580
  msgid "Dashboard Logo"
581
  msgstr ""
582
 
583
- #: src/features/admin_access_restriction.php:661
584
  msgid "Dashboard Logo URL"
585
  msgstr ""
586
 
587
- #: src/features/admin_access_restriction.php:662
588
  msgid "The URL of the logo to display in the admin pages."
589
  msgstr ""
590
 
591
- #: src/features/admin_access_restriction.php:663
592
  msgid "logo"
593
  msgstr ""
594
 
595
- #: src/features/admin_access_restriction.php:666
596
- #: src/features/admin_access_restriction.php:667
597
  msgid "2FA Login Logo URL"
598
  msgstr ""
599
 
600
- #: src/features/admin_access_restriction.php:668
601
  msgid ""
602
  "The URL of the logo to display on the Two-Factor Authentication login page."
603
  msgstr ""
604
 
605
- #: src/features/audit_trail.php:139
606
- msgid "Your IP"
 
607
  msgstr ""
608
 
609
- #: src/features/audit_trail.php:169 src/features/audit_trail.php:183
610
- #: src/features/license.php:94 src/features/plugin.php:950
611
- msgid "Audit Trail Viewer"
612
  msgstr ""
613
 
614
- #: src/features/audit_trail.php:184 src/features/license.php:95
615
- msgid "Review audit trail logs "
616
  msgstr ""
617
 
618
- #: src/features/audit_trail.php:186 src/features/user_management.php:266
619
- msgid "Users"
620
  msgstr ""
621
 
622
- #: src/features/audit_trail.php:189
623
- msgid "WordPress"
624
  msgstr ""
625
 
626
- #: src/features/audit_trail.php:190
627
- msgid "Posts"
 
628
  msgstr ""
629
 
630
- #: src/features/audit_trail.php:191 src/features/audit_trail.php:386
631
- #: src/features/audit_trail.php:387
 
 
 
 
 
 
 
 
 
 
 
 
 
632
  msgid "Emails"
633
  msgstr ""
634
 
635
- #: src/features/audit_trail.php:192 src/processors/user_management.php:238
636
  msgid "Time"
637
- msgstr ""
638
 
639
- #: src/features/audit_trail.php:193
640
  msgid "Event"
641
- msgstr ""
642
 
643
- #: src/features/audit_trail.php:194
644
  msgid "Message"
645
- msgstr ""
646
 
647
- #: src/features/audit_trail.php:195 src/features/user_management.php:157
648
- #: src/processors/loginprotect_backupcodes.php:175
649
- #: src/processors/loginprotect_twofactorauth.php:161
650
- #: src/processors/user_management.php:208
651
- #: src/processors/user_management.php:236
652
  msgid "Username"
653
- msgstr ""
654
 
655
- #: src/features/audit_trail.php:196
656
  msgid "Category"
657
- msgstr ""
658
-
659
- #: src/features/audit_trail.php:197 src/features/plugin.php:937
660
- #: src/processors/firewall.php:477
661
- #: src/processors/loginprotect_backupcodes.php:176
662
- #: src/processors/loginprotect_twofactorauth.php:162
663
- #: src/processors/user_management.php:210
664
- #: src/processors/user_management.php:237
665
  msgid "IP Address"
666
  msgstr ""
667
 
668
- #: src/features/audit_trail.php:198 src/features/traffic.php:391
 
 
669
  msgid "You"
670
  msgstr ""
671
 
672
- #: src/features/audit_trail.php:199
673
  msgid "There are currently no audit entries this is section."
674
  msgstr ""
675
 
676
- #: src/features/audit_trail.php:219
677
  #, php-format
678
  msgid "[%s] Audit Trail Entries"
679
  msgstr ""
680
 
681
- #: src/features/audit_trail.php:292
682
- msgid ""
683
- "The Audit Trail is designed so you can look back on events and analyse what "
684
- "happened and what may have gone wrong."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
685
  msgstr ""
686
 
687
- #: src/features/audit_trail.php:293 src/features/plugin.php:948
688
- #: src/wizards/plugin.php:492 src/wizards/plugin.php:497
 
689
  msgid "Audit Trail"
 
 
 
 
 
690
  msgstr ""
691
 
692
- #: src/features/audit_trail.php:299
 
 
 
 
 
 
693
  msgid "Audit Trail Options"
694
  msgstr ""
695
 
696
- #: src/features/audit_trail.php:301
697
  msgid "Provides finer control over the audit trail itself."
698
  msgstr ""
699
 
700
- #: src/features/audit_trail.php:302 src/features/audit_trail.php:311
701
- #: src/features/traffic.php:477
702
  msgid "These settings are dependent on your requirements."
703
  msgstr ""
704
 
705
- #: src/features/audit_trail.php:308
706
- msgid "Enable Audit Contexts"
707
  msgstr ""
708
 
709
- #: src/features/audit_trail.php:310
710
  msgid "Specify which types of actions on your site are logged."
711
  msgstr ""
712
 
713
- #: src/features/audit_trail.php:313
714
- msgid "Audit Contexts"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
715
  msgstr ""
716
 
717
- #: src/features/audit_trail.php:339 src/features/autoupdates.php:252
718
- #: src/features/firewall.php:116 src/features/hack_protect.php:843
719
- #: src/features/headers.php:167 src/features/ips.php:348
720
- #: src/features/lockdown.php:141 src/features/login_protect.php:699
721
- #: src/features/sessions.php:80 src/features/statistics.php:100
722
- #: src/features/statistics.php:106 src/features/traffic.php:503
723
- #: src/features/user_management.php:377
724
  #, php-format
725
  msgid "Enable (or Disable) The %s Module"
726
  msgstr ""
727
 
728
- #: src/features/audit_trail.php:340 src/features/autoupdates.php:253
729
- #: src/features/comments_filter.php:190 src/features/firewall.php:117
730
- #: src/features/hack_protect.php:844 src/features/headers.php:168
731
- #: src/features/ips.php:349 src/features/lockdown.php:142
732
- #: src/features/login_protect.php:700 src/features/sessions.php:81
733
- #: src/features/statistics.php:101 src/features/statistics.php:107
734
- #: src/features/traffic.php:504 src/features/user_management.php:378
735
  #, php-format
736
  msgid "Un-Checking this option will completely disable the %s module."
737
  msgstr ""
738
 
739
- #: src/features/audit_trail.php:344
740
  msgid "Max Trail Length"
741
  msgstr ""
742
 
743
- #: src/features/audit_trail.php:345
744
  msgid "Maximum Audit Trail Length To Keep"
745
  msgstr ""
746
 
747
- #: src/features/audit_trail.php:346
748
  msgid ""
749
  "Automatically remove any audit trail entries when this limit is exceeded."
750
  msgstr ""
751
 
752
- #: src/features/audit_trail.php:350
753
  msgid "Auto Clean"
754
  msgstr ""
755
 
756
- #: src/features/audit_trail.php:351
757
- msgid "Enable Audit Auto Cleaning"
758
  msgstr ""
759
 
760
- #: src/features/audit_trail.php:352
761
  msgid ""
762
  "Events older than the number of days specified will be automatically cleaned "
763
  "from the database."
764
  msgstr ""
765
 
766
- #: src/features/audit_trail.php:356 src/features/audit_trail.php:357
767
- #: src/features/audit_trail.php:358
768
  msgid "Users And Logins"
769
  msgstr ""
770
 
771
- #: src/features/audit_trail.php:357 src/features/audit_trail.php:363
772
- #: src/features/audit_trail.php:369 src/features/audit_trail.php:375
773
- #: src/features/audit_trail.php:381 src/features/audit_trail.php:387
774
- #: src/features/audit_trail.php:393
775
  #, php-format
776
  msgid "Enable Audit Context - %s"
777
  msgstr ""
778
 
779
- #: src/features/audit_trail.php:358 src/features/audit_trail.php:364
780
- #: src/features/audit_trail.php:370 src/features/audit_trail.php:376
781
- #: src/features/audit_trail.php:382 src/features/audit_trail.php:388
782
- #: src/features/audit_trail.php:394
783
  #, php-format
784
  msgid ""
785
  "When this context is enabled, the audit trail will track activity relating "
786
  "to: %s"
787
  msgstr ""
788
 
789
- #: src/features/audit_trail.php:364
790
  msgid "WordPress Plugins"
791
  msgstr ""
792
 
793
- #: src/features/audit_trail.php:370
794
  msgid "WordPress Themes"
795
  msgstr ""
796
 
797
- #: src/features/audit_trail.php:374 src/features/audit_trail.php:375
798
  msgid "Posts And Pages"
799
  msgstr ""
800
 
801
- #: src/features/audit_trail.php:376
802
  msgid "Editing and publishing of posts and pages"
803
  msgstr ""
804
 
805
- #: src/features/audit_trail.php:380 src/features/audit_trail.php:381
806
  msgid "WordPress And Settings"
807
  msgstr ""
808
 
809
- #: src/features/audit_trail.php:382
810
  msgid "WordPress upgrades and changes to particular WordPress settings"
811
  msgstr ""
812
 
813
- #: src/features/audit_trail.php:388
814
  msgid "Email Sending"
815
  msgstr ""
816
 
817
- #: src/features/autoupdates.php:140
818
- #, php-format
819
- msgid "Plugin \"%s\" will %s."
820
  msgstr ""
821
 
822
- #: src/features/autoupdates.php:143
823
- msgid "update automatically"
824
  msgstr ""
825
 
826
- #: src/features/autoupdates.php:143
827
- msgid "not update automatically"
 
 
828
  msgstr ""
829
 
830
- #: src/features/autoupdates.php:148
831
- msgid "Failed to change the update status of the plugin."
832
  msgstr ""
833
 
834
- #: src/features/autoupdates.php:188
835
- msgid ""
836
- "Automatic Updates lets you manage the WordPress automatic updates engine so "
837
- "you choose what exactly gets updated automatically."
838
  msgstr ""
839
 
840
- #: src/features/autoupdates.php:189 src/features/hack_protect.php:873
841
- #: src/features/plugin.php:951
842
- msgid "Automatic Updates"
843
  msgstr ""
844
 
845
- #: src/features/autoupdates.php:195
846
- msgid "Disable ALL WordPress Automatic Updates"
847
  msgstr ""
848
 
849
- #: src/features/autoupdates.php:197
850
  msgid ""
851
- "If you never want WordPress to automatically update anything on your site, "
852
- "turn on this option."
853
  msgstr ""
854
 
855
- #: src/features/autoupdates.php:198
856
- msgid "Do not turn on this option unless you really need to block updates."
857
  msgstr ""
858
 
859
- #: src/features/autoupdates.php:200
860
- msgid "Turn Off"
861
  msgstr ""
862
 
863
- #: src/features/autoupdates.php:204
864
- msgid "Automatic Plugin Self-Update"
 
 
865
  msgstr ""
866
 
867
- #: src/features/autoupdates.php:206
868
- #, php-format
869
  msgid ""
870
- "Allows the %s plugin to automatically update itself when an update is "
871
- "available."
872
  msgstr ""
873
 
874
- #: src/features/autoupdates.php:208
875
- msgid "Keep this option turned on."
876
  msgstr ""
877
 
878
- #: src/features/autoupdates.php:210
879
- msgid "Self-Update"
 
880
  msgstr ""
881
 
882
- #: src/features/autoupdates.php:214
883
- msgid "Automatic Updates For WordPress Components"
884
  msgstr ""
885
 
886
- #: src/features/autoupdates.php:216
887
- msgid "Control how automatic updates for each WordPress component is handled."
888
  msgstr ""
889
 
890
- #: src/features/autoupdates.php:217
891
- msgid "You should at least allow minor updates for the WordPress core."
 
 
 
 
 
 
 
 
 
 
892
  msgstr ""
893
 
894
  #: src/features/autoupdates.php:219
895
- msgid "WordPress Components"
 
 
896
  msgstr ""
897
 
898
- #: src/features/autoupdates.php:223 src/features/autoupdates.php:224
899
- msgid "Auto-Update Options"
900
  msgstr ""
901
 
902
- #: src/features/autoupdates.php:226
903
- msgid "Make adjustments to how automatic updates are handled on your site."
904
  msgstr ""
905
 
906
  #: src/features/autoupdates.php:257
907
- msgid "Disable All"
908
  msgstr ""
909
 
910
  #: src/features/autoupdates.php:258
911
- msgid "Completely Disable WordPress Automatic Updates"
912
  msgstr ""
913
 
914
- #: src/features/autoupdates.php:259
915
- msgid ""
916
- "When selected, regardless of any other settings, all WordPress automatic "
917
- "updates on this site will be completely disabled!"
918
  msgstr ""
919
 
920
- #: src/features/autoupdates.php:263
921
- msgid "Auto Update Plugin"
922
  msgstr ""
923
 
924
- #: src/features/autoupdates.php:264
925
- msgid "Always Automatically Update This Plugin"
926
  msgstr ""
927
 
928
- #: src/features/autoupdates.php:265
929
- #, php-format
930
- msgid ""
931
- "Regardless of any component settings below, automatically update the \"%s\" "
932
- "plugin."
933
  msgstr ""
934
 
935
- #: src/features/autoupdates.php:270
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
936
  msgid "WordPress Core Updates"
937
  msgstr ""
938
 
939
- #: src/features/autoupdates.php:271
940
  msgid "Decide how the WordPress Core will automatically update, if at all"
941
  msgstr ""
942
 
943
- #: src/features/autoupdates.php:272
944
  msgid ""
945
  "At least automatically upgrading minor versions is recommended (and is the "
946
  "WordPress default)."
947
  msgstr ""
948
 
949
- #: src/features/autoupdates.php:276
950
  msgid "Translations"
951
  msgstr ""
952
 
953
- #: src/features/autoupdates.php:277
954
  msgid "Automatically Update Translations"
955
  msgstr ""
956
 
957
- #: src/features/autoupdates.php:278
958
  msgid ""
959
  "Note: Automatic updates for translations are enabled on WordPress by default."
960
  msgstr ""
961
 
962
- #: src/features/autoupdates.php:283
963
  msgid "Automatically Update All Plugins"
964
  msgstr ""
965
 
966
- #: src/features/autoupdates.php:284
967
  msgid ""
968
  "Note: Automatic updates for plugins are disabled on WordPress by default."
969
  msgstr ""
970
 
971
- #: src/features/autoupdates.php:288
972
  msgid "Individually Select Plugins"
973
  msgstr ""
974
 
975
- #: src/features/autoupdates.php:289
976
  msgid "Select Individual Plugins To Automatically Update"
977
  msgstr ""
978
 
979
- #: src/features/autoupdates.php:290
980
  msgid ""
981
  "Turning this on will provide an option on the plugins page to select whether "
982
  "a plugin is automatically updated."
983
  msgstr ""
984
 
985
- #: src/features/autoupdates.php:295
986
  msgid "Automatically Update Themes"
987
  msgstr ""
988
 
989
- #: src/features/autoupdates.php:296
990
  msgid ""
991
  "Note: Automatic updates for themes are disabled on WordPress by default."
992
  msgstr ""
993
 
994
- #: src/features/autoupdates.php:300
995
  msgid "Ignore Version Control"
996
  msgstr ""
997
 
998
- #: src/features/autoupdates.php:301
999
  msgid "Ignore Version Control Systems Such As GIT and SVN"
1000
  msgstr ""
1001
 
1002
- #: src/features/autoupdates.php:302
1003
  msgid ""
1004
  "If you use SVN or GIT and WordPress detects it, automatic updates are "
1005
  "disabled by default. Check this box to ignore version control systems and "
1006
  "allow automatic updates."
1007
  msgstr ""
1008
 
1009
- #: src/features/autoupdates.php:306
1010
  msgid "Send Report Email"
1011
  msgstr ""
1012
 
1013
- #: src/features/autoupdates.php:307
1014
  msgid "Send email notices after automatic updates"
1015
  msgstr ""
1016
 
1017
- #: src/features/autoupdates.php:308
1018
  msgid ""
1019
  "You can turn on/off email notices from automatic updates by un/checking this "
1020
  "box."
1021
  msgstr ""
1022
 
1023
- #: src/features/autoupdates.php:312
1024
  msgid "Report Email Address"
1025
  msgstr ""
1026
 
1027
- #: src/features/autoupdates.php:313
1028
  msgid "Where to send upgrade notification reports"
1029
  msgstr ""
1030
 
1031
- #: src/features/autoupdates.php:314
1032
  msgid "If this is empty, it will default to the Site Admin email address"
1033
  msgstr ""
1034
 
1035
- #: src/features/autoupdates.php:318
1036
- msgid "Update Delay"
1037
- msgstr ""
1038
-
1039
- #: src/features/autoupdates.php:319
1040
  msgid "Delay Automatic Updates For Period Of Stability"
1041
  msgstr ""
1042
 
1043
- #: src/features/autoupdates.php:320
1044
  #, php-format
1045
  msgid ""
1046
  "%s will delay upgrades until the new update has been available for the set "
1047
  "number of days."
1048
  msgstr ""
1049
 
1050
- #: src/features/autoupdates.php:321
1051
  msgid ""
1052
  "This helps ensure updates are more stable before they're automatically "
1053
  "applied to your site."
1054
  msgstr ""
1055
 
1056
- #: src/features/base.php:971
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1057
  msgid ""
1058
  "Unfortunately your WordPress and/or PHP versions are too old to support this "
1059
  "feature."
1060
  msgstr ""
1061
 
1062
- #: src/features/base.php:1122
1063
  #, php-format
1064
  msgid "%s Plugin options updated successfully."
1065
  msgstr ""
1066
 
1067
- #: src/features/base.php:1126
1068
  #, php-format
1069
  msgid "Failed to update %s plugin options."
1070
  msgstr ""
1071
 
1072
- #: src/features/base.php:1166
1073
  msgid "You don't currently have permission to save settings."
1074
  msgstr ""
1075
 
1076
- #: src/features/base.php:1194
1077
  msgid "Plugin options updated successfully."
1078
  msgstr ""
1079
 
1080
- #: src/features/base.php:1286
1081
  msgid "Password values do not match."
1082
  msgstr ""
1083
 
1084
- #: src/features/base.php:1587
1085
- msgid "Support Forums"
1086
- msgstr ""
 
1087
 
1088
- #: src/features/base_wpsf.php:49 src/features/base_wpsf.php:51
1089
- msgid "Security Admin session has timed-out."
1090
- msgstr ""
 
 
 
 
1091
 
1092
- #: src/features/base_wpsf.php:49
1093
- msgid "Reload now?"
1094
- msgstr ""
 
1095
 
1096
- #: src/features/base_wpsf.php:50
1097
- msgid "Security Admin session has nearly timed-out."
 
1098
  msgstr ""
1099
 
1100
- #: src/features/base_wpsf.php:163 src/features/base_wpsf.php:203
1101
- msgid "Settings"
1102
  msgstr ""
1103
 
1104
- #: src/features/base_wpsf.php:164 src/features/base_wpsf.php:204
1105
- msgid "On"
1106
- msgstr ""
1107
 
1108
- #: src/features/base_wpsf.php:165 src/features/base_wpsf.php:205
1109
- msgid "Off"
1110
- msgstr ""
 
1111
 
1112
- #: src/features/base_wpsf.php:166 src/features/base_wpsf.php:206
1113
- #: src/processors/hackprotect_corechecksumscan.php:280
1114
- #: src/processors/hackprotect_pluginvulnerabilities.php:156
1115
- #: src/processors/hackprotect_wpvulnscan.php:147
1116
- #: src/processors/loginprotect_intent.php:293
1117
- msgid "More Info"
1118
  msgstr ""
1119
 
1120
- #: src/features/base_wpsf.php:167 src/features/base_wpsf.php:207
1121
- msgid "Blog"
1122
  msgstr ""
1123
 
1124
- #: src/features/base_wpsf.php:168 src/features/base_wpsf.php:208
1125
- msgid "Save All Settings"
 
 
 
 
1126
  msgstr ""
1127
 
1128
- #: src/features/base_wpsf.php:170 src/features/base_wpsf.php:210
 
 
 
 
1129
  msgid "Configure Module"
1130
  msgstr ""
1131
 
1132
- #: src/features/base_wpsf.php:171 src/features/base_wpsf.php:211
1133
  msgid "Actions and Info"
1134
  msgstr ""
1135
 
1136
- #: src/features/base_wpsf.php:172 src/features/base_wpsf.php:212
1137
  msgid "Perform actions for this module"
1138
  msgstr ""
1139
 
1140
- #: src/features/base_wpsf.php:173 src/features/base_wpsf.php:213
1141
- msgid "Help"
1142
- msgstr ""
1143
-
1144
- #: src/features/base_wpsf.php:174 src/features/base_wpsf.php:214
1145
  msgid "Learn More"
1146
- msgstr ""
1147
 
1148
- #: src/features/base_wpsf.php:175
1149
  msgid "Supply Password"
1150
  msgstr ""
1151
 
1152
- #: src/features/base_wpsf.php:176
1153
  msgid "Confirm Password"
1154
- msgstr ""
1155
 
1156
- #: src/features/base_wpsf.php:178 src/features/base_wpsf.php:216
1157
  msgid "Plugin Access Restricted"
1158
  msgstr ""
1159
 
1160
- #: src/features/base_wpsf.php:179 src/features/base_wpsf.php:217
1161
  msgid ""
1162
  "This security plugin is restricted to administrators with the Security "
1163
  "Access Key."
1164
  msgstr ""
1165
 
1166
- #: src/features/base_wpsf.php:180 src/features/base_wpsf.php:218
1167
  msgid "Please provide the Security Access Key to manage this plugin."
1168
  msgstr ""
1169
 
1170
- #: src/features/base_wpsf.php:181 src/features/base_wpsf.php:219
1171
  msgid "To manage this plugin you must enter the access key."
1172
  msgstr ""
1173
 
1174
- #: src/features/base_wpsf.php:182 src/features/base_wpsf.php:220
1175
  msgid "Enter Access Key"
1176
  msgstr ""
1177
 
1178
- #: src/features/base_wpsf.php:183 src/features/base_wpsf.php:221
1179
  msgid "Submit Security Admin Key"
1180
  msgstr ""
1181
 
1182
- #: src/features/base_wpsf.php:184 src/features/base_wpsf.php:222
1183
  msgid "Forgotten Key"
1184
  msgstr ""
1185
 
1186
- #: src/features/base_wpsf.php:236
 
 
 
 
 
 
 
 
 
1187
  msgid "Nonce security checking failed - the nonce value was empty."
1188
  msgstr ""
1189
 
1190
- #: src/features/base_wpsf.php:237
1191
  #, php-format
1192
  msgid "Nonce security checking failed - the nonce supplied was \"%s\"."
1193
  msgstr ""
1194
 
1195
- #: src/features/base_wpsf.php:319 src/features/base_wpsf.php:320
1196
- msgid "User Messages"
 
 
 
 
1197
  msgstr ""
1198
 
1199
- #: src/features/base_wpsf.php:322
 
 
 
 
 
 
 
 
1200
  msgid "Customize the messages displayed to the user."
1201
  msgstr ""
1202
 
1203
- #: src/features/base_wpsf.php:323
1204
  msgid ""
1205
  "Use this section if you need to communicate to the user in a particular "
1206
  "manner."
1207
  msgstr ""
1208
 
1209
- #: src/features/base_wpsf.php:324
1210
  msgid "Hint"
1211
  msgstr ""
1212
 
1213
- #: src/features/base_wpsf.php:324
1214
  #, php-format
1215
  msgid "To reset any message to its default, enter the text exactly: %s"
1216
  msgstr ""
1217
 
1218
- #: src/features/comments_filter.php:44
1219
  msgid "I'm not a spammer."
1220
  msgstr ""
1221
 
1222
- #: src/features/comments_filter.php:47
1223
  msgid "Please check the box to confirm you're not a spammer."
1224
  msgstr ""
1225
 
1226
- #: src/features/comments_filter.php:50
1227
  #, php-format
1228
  msgid "Please wait %s seconds before posting your comment."
1229
  msgstr ""
1230
 
1231
- #: src/features/comments_filter.php:53
1232
  msgid "Please reload this page to post a comment."
1233
  msgstr ""
1234
 
1235
- #: src/features/comments_filter.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1236
  msgid "Comments SPAM Protection"
1237
  msgstr ""
1238
 
1239
- #: src/features/comments_filter.php:105
1240
  #, php-format
1241
  msgid ""
1242
  "The Comments Filter can block 100% of automated spam bots and also offer the "
1243
  "option to analyse human-generated spam."
1244
  msgstr ""
1245
 
1246
- #: src/features/comments_filter.php:106
1247
  msgid "Comments Filter"
1248
  msgstr ""
1249
 
1250
- #: src/features/comments_filter.php:112
 
 
 
 
 
 
 
 
 
 
 
 
1251
  #, php-format
1252
  msgid "%s Comment SPAM Protection"
1253
  msgstr ""
1254
 
1255
- #: src/features/comments_filter.php:112
1256
  msgid "Automatic Bot"
1257
  msgstr ""
1258
 
1259
- #: src/features/comments_filter.php:114
1260
  #, php-format
1261
  msgid "Blocks 100% of all automated bot-generated comment SPAM."
1262
  msgstr ""
1263
 
1264
- #: src/features/comments_filter.php:117
1265
- msgid "Bot SPAM"
1266
- msgstr ""
1267
-
1268
- #: src/features/comments_filter.php:124
1269
  msgid "Adds Google reCAPTCHA to the Comment Forms."
1270
  msgstr ""
1271
 
1272
- #: src/features/comments_filter.php:125 src/features/login_protect.php:617
1273
  msgid "Keep this turned on."
1274
  msgstr ""
1275
 
1276
- #: src/features/comments_filter.php:126 src/features/login_protect.php:618
1277
- msgid ""
1278
- "You will need to register for Google reCAPTCHA keys and store them in the "
1279
- "Shield 'Dashboard' settings."
1280
- msgstr ""
1281
-
1282
- #: src/features/comments_filter.php:131
1283
  #, php-format
1284
  msgid "%s Comment SPAM Protection Filter"
1285
  msgstr ""
1286
 
1287
- #: src/features/comments_filter.php:131
1288
  msgid "Human"
1289
  msgstr ""
1290
 
1291
- #: src/features/comments_filter.php:133
1292
  msgid "Uses a 3rd party SPAM dictionary to detect human-based comment SPAM."
1293
  msgstr ""
1294
 
1295
- #: src/features/comments_filter.php:135
1296
  msgid ""
1297
  "This tool, unlike other SPAM tools such as Akismet, will not send your "
1298
  "comment data to 3rd party services for analysis."
1299
  msgstr ""
1300
 
1301
- #: src/features/comments_filter.php:137
1302
- msgid "Human SPAM"
1303
- msgstr ""
1304
-
1305
- #: src/features/comments_filter.php:189
1306
  msgid "Enable (or Disable) The Comment SPAM Protection Feature"
1307
  msgstr ""
1308
 
1309
- #: src/features/comments_filter.php:190 src/wizards/plugin.php:707
1310
- #: src/wizards/plugin.php:712
1311
  msgid "Comment SPAM Protection"
1312
  msgstr ""
1313
 
1314
- #: src/features/comments_filter.php:194 src/features/comments_filter.php:195
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1315
  msgid "Human SPAM Filter"
1316
  msgstr ""
1317
 
1318
- #: src/features/comments_filter.php:195
1319
  #, php-format
1320
  msgid "Enable (or Disable) The %s Feature"
1321
  msgstr ""
1322
 
1323
- #: src/features/comments_filter.php:196
1324
  msgid ""
1325
  "Scans the content of WordPress comments for keywords that are indicative of "
1326
  "SPAM and marks the comment according to your preferred setting below."
1327
  msgstr ""
1328
 
1329
- #: src/features/comments_filter.php:200
1330
  msgid "Comment Filter Items"
1331
  msgstr ""
1332
 
1333
- #: src/features/comments_filter.php:201
1334
  msgid "Select The Items To Scan For SPAM"
1335
  msgstr ""
1336
 
1337
- #: src/features/comments_filter.php:202
1338
  msgid ""
1339
  "When a user submits a comment, only the selected parts of the comment data "
1340
  "will be scanned for SPAM content."
1341
  msgstr ""
1342
 
1343
- #: src/features/comments_filter.php:202
1344
  #, php-format
1345
  msgid "Recommended: %s"
1346
  msgstr ""
1347
 
1348
- #: src/features/comments_filter.php:202
1349
  msgid "All"
1350
- msgstr ""
1351
 
1352
- #: src/features/comments_filter.php:206 src/features/comments_filter.php:218
1353
  msgid "Default SPAM Action"
1354
  msgstr ""
1355
 
1356
- #: src/features/comments_filter.php:207 src/features/comments_filter.php:219
1357
  msgid "How To Categorise Comments When Identified To Be SPAM"
1358
  msgstr ""
1359
 
1360
- #: src/features/comments_filter.php:208 src/features/comments_filter.php:220
1361
  #, php-format
1362
  msgid ""
1363
  "When a comment is detected as being SPAM from %s, the comment will be "
1364
  "categorised based on this setting."
1365
  msgstr ""
1366
 
1367
- #: src/features/comments_filter.php:208
1368
  msgid "a human commenter"
1369
  msgstr ""
1370
 
1371
- #: src/features/comments_filter.php:212
1372
  msgid "SPAM Bot Protection"
1373
  msgstr ""
1374
 
1375
- #: src/features/comments_filter.php:213
1376
- msgid "Block Automatic Comment SPAM By Bots"
 
 
 
 
1377
  msgstr ""
1378
 
1379
- #: src/features/comments_filter.php:214
 
 
 
 
1380
  msgid ""
1381
- "Simple, yet highly effective SPAM Bot protection for your WordPress comments."
 
1382
  msgstr ""
1383
 
1384
- #: src/features/comments_filter.php:220
1385
  msgid "an automatic bot"
1386
  msgstr ""
1387
 
1388
- #: src/features/comments_filter.php:224
1389
  msgid "Comments Cooldown"
1390
  msgstr ""
1391
 
1392
- #: src/features/comments_filter.php:225
1393
  msgid "Limit posting comments to X seconds after the page has loaded"
1394
  msgstr ""
1395
 
1396
- #: src/features/comments_filter.php:226
1397
  msgid ""
1398
  "By forcing a comments cooldown period, you restrict a Spambot's ability to "
1399
  "post multiple times to your posts."
1400
  msgstr ""
1401
 
1402
- #: src/features/comments_filter.php:230
1403
  msgid "Comment Token Expire"
1404
  msgstr ""
1405
 
1406
- #: src/features/comments_filter.php:231
1407
  msgid "A visitor has X seconds within which to post a comment"
1408
  msgstr ""
1409
 
1410
- #: src/features/comments_filter.php:232
1411
  msgid ""
1412
  "Default: 600 seconds (10 minutes). Each visitor is given a unique 'Token' so "
1413
  "they can comment. This restricts spambots, but we need to force these tokens "
1414
  "to expire and at the same time not bother the visitors."
1415
  msgstr ""
1416
 
1417
- #: src/features/comments_filter.php:236
1418
  msgid "GASP Checkbox Message"
1419
  msgstr ""
1420
 
1421
- #: src/features/comments_filter.php:237
1422
  msgid "If you want a custom checkbox message, please provide this here"
1423
  msgstr ""
1424
 
1425
- #: src/features/comments_filter.php:238
1426
  msgid "You can customise the message beside the checkbox."
1427
  msgstr ""
1428
 
1429
- #: src/features/comments_filter.php:239 src/features/comments_filter.php:258
1430
- #: src/features/comments_filter.php:265 src/features/comments_filter.php:272
1431
  #, php-format
1432
  msgid "Default Message: %s"
1433
  msgstr ""
1434
 
1435
- #: src/features/comments_filter.php:239 src/features/comments_filter.php:258
1436
  msgid "Please check the box to confirm you're not a spammer"
1437
  msgstr ""
1438
 
1439
- #: src/features/comments_filter.php:244
1440
  msgid "Enable Google reCAPTCHA For Comments"
1441
  msgstr ""
1442
 
1443
- #: src/features/comments_filter.php:245
1444
  msgid "Use Google reCAPTCHA on the comments form to prevent bot-spam comments."
1445
  msgstr ""
1446
 
1447
- #: src/features/comments_filter.php:249 src/features/login_protect.php:760
1448
- #: src/features/plugin.php:907
1449
  msgid "reCAPTCHA Style"
1450
  msgstr ""
1451
 
1452
- #: src/features/comments_filter.php:250 src/features/login_protect.php:761
1453
  msgid "How Google reCAPTCHA Will Be Displayed"
1454
  msgstr ""
1455
 
1456
- #: src/features/comments_filter.php:251 src/features/login_protect.php:762
1457
- #: src/features/plugin.php:909
1458
  msgid ""
1459
  "You can choose the reCAPTCHA display format that best suits your site, "
1460
  "including the new Invisible Recaptcha"
1461
  msgstr ""
1462
 
1463
- #: src/features/comments_filter.php:255
1464
  msgid "GASP Alert Message"
1465
  msgstr ""
1466
 
1467
- #: src/features/comments_filter.php:256
1468
  msgid "If you want a custom alert message, please provide this here"
1469
  msgstr ""
1470
 
1471
- #: src/features/comments_filter.php:257
1472
  msgid ""
1473
  "This alert message is displayed when a visitor attempts to submit a comment "
1474
  "without checking the box."
1475
  msgstr ""
1476
 
1477
- #: src/features/comments_filter.php:262
1478
  msgid "GASP Wait Message"
1479
  msgstr ""
1480
 
1481
- #: src/features/comments_filter.php:263
1482
  msgid ""
1483
  "If you want a custom submit-button wait message, please provide this here."
1484
  msgstr ""
1485
 
1486
- #: src/features/comments_filter.php:264
1487
  #, php-format
1488
  msgid ""
1489
  "Where you see the '%s' this will be the number of seconds. You must ensure "
1490
  "you include 1, and only 1, of these."
1491
  msgstr ""
1492
 
1493
- #: src/features/comments_filter.php:265
1494
  #, php-format
1495
  msgid "Please wait %s seconds before posting your comment"
1496
  msgstr ""
1497
 
1498
- #: src/features/comments_filter.php:269
1499
  msgid "GASP Reload Message"
1500
  msgstr ""
1501
 
1502
- #: src/features/comments_filter.php:270
1503
  msgid ""
1504
  "If you want a custom message when the comment token has expired, please "
1505
  "provide this here."
1506
  msgstr ""
1507
 
1508
- #: src/features/comments_filter.php:271
1509
  msgid ""
1510
  "This message is displayed on the submit-button when the comment token is "
1511
  "expired"
1512
  msgstr ""
1513
 
1514
- #: src/features/comments_filter.php:272
1515
  msgid "Please reload this page to post a comment"
1516
  msgstr ""
1517
 
1518
- #: src/features/email.php:33
1519
  msgid "Email Options"
1520
  msgstr ""
1521
 
1522
- #: src/features/email.php:53
1523
  msgid "Email Throttle Limit"
1524
  msgstr ""
1525
 
1526
- #: src/features/email.php:54
1527
  msgid "Limit Emails Per Second"
1528
  msgstr ""
1529
 
1530
- #: src/features/email.php:55
1531
  msgid ""
1532
  "You throttle emails sent by this plugin by limiting the number of emails "
1533
  "sent every second. This is useful in case you get hit by a bot attack. Zero "
1534
  "(0) turns this off. Suggested: 10"
1535
  msgstr ""
1536
 
1537
- #: src/features/firewall.php:36
1538
  #, php-format
1539
  msgid "You were blocked by the %s."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1540
  msgstr ""
1541
 
1542
- #: src/features/firewall.php:61
1543
  msgid ""
1544
  "The Firewall is designed to analyse data sent to your website and block any "
1545
  "requests that appear to be malicious."
1546
  msgstr ""
1547
 
1548
- #: src/features/firewall.php:62 src/features/plugin.php:956
1549
- msgid "Firewall"
1550
- msgstr ""
1551
-
1552
- #: src/features/firewall.php:68
1553
  msgid "Firewall Blocking Options"
1554
  msgstr ""
1555
 
1556
- #: src/features/firewall.php:70
1557
  msgid "Here you choose what kind of malicious data to scan for."
1558
  msgstr ""
1559
 
1560
- #: src/features/firewall.php:72
1561
  msgid "Turn on as many options here as you can."
1562
  msgstr ""
1563
 
1564
- #: src/features/firewall.php:73
1565
  msgid ""
1566
  "If you find an incompatibility or something stops working, un-check 1 option "
1567
  "at a time until you find the problem or review the Audit Trail."
1568
  msgstr ""
1569
 
1570
- #: src/features/firewall.php:75
1571
  msgid "Firewall Blocking"
1572
  msgstr ""
1573
 
1574
- #: src/features/firewall.php:79
1575
  msgid "Choose Firewall Block Response"
1576
  msgstr ""
1577
 
1578
- #: src/features/firewall.php:81
1579
  msgid ""
1580
  "Here you choose how the plugin will respond when it detects malicious data."
1581
  msgstr ""
1582
 
1583
- #: src/features/firewall.php:82
1584
  #, php-format
1585
  msgid "Choose the option \"%s\"."
1586
  msgstr ""
1587
 
1588
- #: src/features/firewall.php:82
1589
  msgid "Die With Message"
1590
  msgstr ""
1591
 
1592
- #: src/features/firewall.php:84
1593
  msgid "Firewall Response"
1594
  msgstr ""
1595
 
1596
- #: src/features/firewall.php:88
1597
- msgid ""
1598
- "Whitelists - IPs, Pages, Parameters, and Users that by-pass the Firewall"
1599
  msgstr ""
1600
 
1601
- #: src/features/firewall.php:90
1602
  msgid ""
1603
  "In principle you should not need to whitelist anything or anyone unless you "
1604
  "have discovered a collision with another plugin."
1605
  msgstr ""
1606
 
1607
- #: src/features/firewall.php:91
1608
  msgid ""
1609
  "Do not whitelist anything unless you are confident in what you are doing."
1610
  msgstr ""
1611
 
1612
- #: src/features/firewall.php:93
1613
  msgid "Whitelist"
1614
  msgstr ""
1615
 
1616
- #: src/features/firewall.php:121
1617
  msgid "Include Cookies"
1618
  msgstr ""
1619
 
1620
- #: src/features/firewall.php:122
1621
  msgid "Also Test Cookie Values In Firewall Tests"
1622
  msgstr ""
1623
 
1624
- #: src/features/firewall.php:123
1625
  msgid ""
1626
  "The firewall tests GET and POST, but with this option checked it will also "
1627
  "check COOKIE values."
1628
  msgstr ""
1629
 
1630
- #: src/features/firewall.php:127
1631
  msgid "Directory Traversals"
1632
  msgstr ""
1633
 
1634
- #: src/features/firewall.php:128
1635
  msgid "Block Directory Traversals"
1636
  msgstr ""
1637
 
1638
- #: src/features/firewall.php:129
1639
  #, php-format
1640
  msgid ""
1641
  "This will block directory traversal paths in in application parameters (e.g. "
1642
  "%s, etc)."
1643
  msgstr ""
1644
 
1645
- #: src/features/firewall.php:133 src/processors/firewall.php:545
1646
  msgid "SQL Queries"
1647
  msgstr ""
1648
 
1649
- #: src/features/firewall.php:134
1650
  msgid "Block SQL Queries"
1651
  msgstr ""
1652
 
1653
- #: src/features/firewall.php:135
1654
  #, php-format
1655
  msgid "This will block sql in application parameters (e.g. %s, etc)."
1656
  msgstr ""
1657
 
1658
- #: src/features/firewall.php:139 src/processors/firewall.php:539
1659
  msgid "WordPress Terms"
1660
  msgstr ""
1661
 
1662
- #: src/features/firewall.php:140
1663
  msgid "Block WordPress Specific Terms"
1664
  msgstr ""
1665
 
1666
- #: src/features/firewall.php:141
1667
  msgid ""
1668
  "This will block WordPress specific terms in application parameters (wp_, "
1669
  "user_login, etc.)."
1670
  msgstr ""
1671
 
1672
- #: src/features/firewall.php:145 src/processors/firewall.php:542
1673
  msgid "Field Truncation"
1674
  msgstr ""
1675
 
1676
- #: src/features/firewall.php:146
1677
  msgid "Block Field Truncation Attacks"
1678
  msgstr ""
1679
 
1680
- #: src/features/firewall.php:147
1681
  msgid "This will block field truncation attacks in application parameters."
1682
  msgstr ""
1683
 
1684
- #: src/features/firewall.php:151 src/processors/firewall.php:554
1685
  msgid "PHP Code"
1686
  msgstr ""
1687
 
1688
- #: src/features/firewall.php:152
1689
  #, php-format
1690
  msgid "Block %s"
1691
  msgstr ""
1692
 
1693
- #: src/features/firewall.php:152
1694
  msgid "PHP Code Includes"
1695
  msgstr ""
1696
 
1697
- #: src/features/firewall.php:153
1698
  msgid "This will block any data that appears to try and include PHP files."
1699
  msgstr ""
1700
 
1701
- #: src/features/firewall.php:154
1702
  msgid "Will probably block saving within the Plugin/Theme file editors."
1703
  msgstr ""
1704
 
1705
- #: src/features/firewall.php:158
1706
  msgid "Exe File Uploads"
1707
  msgstr ""
1708
 
1709
- #: src/features/firewall.php:159
1710
  msgid "Block Executable File Uploads"
1711
  msgstr ""
1712
 
1713
- #: src/features/firewall.php:160
1714
  msgid "This will block executable file uploads (.php, .exe, etc.)."
1715
  msgstr ""
1716
 
1717
- #: src/features/firewall.php:164
1718
  msgid "Leading Schemas"
1719
  msgstr ""
1720
 
1721
- #: src/features/firewall.php:165
1722
  msgid "Block Leading Schemas (HTTPS / HTTP)"
1723
  msgstr ""
1724
 
1725
- #: src/features/firewall.php:166
1726
  msgid ""
1727
  "This will block leading schemas http:// and https:// in application "
1728
  "parameters (off by default; may cause problems with other plugins)."
1729
  msgstr ""
1730
 
1731
- #: src/features/firewall.php:170
1732
  msgid "Aggressive Scan"
1733
  msgstr ""
1734
 
1735
- #: src/features/firewall.php:171
1736
  msgid "Aggressively Block Data"
1737
  msgstr ""
1738
 
1739
- #: src/features/firewall.php:172
1740
  msgid ""
1741
  "Employs a set of aggressive rules to detect and block malicious data "
1742
  "submitted to your site."
1743
  msgstr ""
1744
 
1745
- #: src/features/firewall.php:173 src/features/hack_protect.php:906
1746
- #: src/features/hack_protect.php:930 src/features/hack_protect.php:931
1747
- #: src/features/ips.php:272 src/features/ips.php:279
1748
- #: src/features/lockdown.php:181 src/features/lockdown.php:194
1749
- #: src/features/plugin.php:873
1750
- #: src/processors/hackprotect_corechecksumscan.php:244
1751
- #: src/processors/hackprotect_filecleanerscan.php:232
1752
- #: src/processors/hackprotect_pluginvulnerabilities.php:110
1753
- #: src/processors/hackprotect_ptguard.php:526
1754
- #: src/processors/hackprotect_wpvulnscan.php:220
1755
- #: src/processors/loginprotect_wplogin.php:74
1756
- #: src/processors/loginprotect_wplogin.php:93 src/processors/plugin.php:206
1757
  msgid "Warning"
1758
- msgstr ""
1759
 
1760
- #: src/features/firewall.php:173
1761
  msgid "May cause an increase in false-positive firewall blocks."
1762
  msgstr ""
1763
 
1764
- #: src/features/firewall.php:177
1765
  msgid "Block Response"
1766
  msgstr ""
1767
 
1768
- #: src/features/firewall.php:178
1769
  msgid "Choose how the firewall responds when it blocks a request"
1770
  msgstr ""
1771
 
1772
- #: src/features/firewall.php:179
1773
  msgid ""
1774
  "We recommend dying with a message so you know what might have occurred when "
1775
  "the firewall blocks you"
1776
  msgstr ""
1777
 
1778
- #: src/features/firewall.php:183
1779
  msgid "Send Email Report"
1780
  msgstr ""
1781
 
1782
- #: src/features/firewall.php:184
1783
  msgid ""
1784
  "When a visitor is blocked the firewall will send an email to the configured "
1785
  "email address"
1786
  msgstr ""
1787
 
1788
- #: src/features/firewall.php:185
1789
  msgid ""
1790
  "Use with caution - if you get hit by automated bots you may send out too "
1791
  "many emails and you could get blocked by your host"
1792
  msgstr ""
1793
 
1794
- #: src/features/firewall.php:189
1795
  msgid "Whitelist Parameters"
1796
  msgstr ""
1797
 
1798
- #: src/features/firewall.php:190
1799
  msgid ""
1800
  "Detail pages and parameters that are whitelisted (ignored by the firewall)"
1801
  msgstr ""
1802
 
1803
- #: src/features/firewall.php:191
1804
  msgid ""
1805
  "This should be used with caution and you should only provide parameter names "
1806
  "that you must have excluded"
1807
  msgstr ""
1808
 
1809
- #: src/features/firewall.php:195 src/features/firewall.php:196
1810
- #: src/features/firewall.php:201
1811
  #, php-format
1812
  msgid "Ignore %s"
1813
  msgstr ""
1814
 
1815
- #: src/features/firewall.php:195 src/features/firewall.php:196
1816
- #: src/features/login_protect.php:165
1817
  msgid "Administrators"
1818
  msgstr ""
1819
 
1820
- #: src/features/firewall.php:197
1821
  msgid ""
1822
  "Authenticated administrator users will not be processed by the firewall "
1823
  "rules."
1824
  msgstr ""
1825
 
1826
- #: src/features/firewall.php:201
1827
  msgid "Search Engines"
1828
- msgstr ""
1829
 
1830
- #: src/features/firewall.php:202
1831
  msgid "Ignore Search Engine Bot Traffic"
1832
  msgstr ""
1833
 
1834
- #: src/features/firewall.php:203
1835
  msgid ""
1836
  "The firewall will try to recognise search engine spiders/bots and not apply "
1837
  "firewall rules to them."
1838
  msgstr ""
1839
 
1840
- #: src/features/firewall.php:207
1841
  msgid "Firewall Block Message"
1842
  msgstr ""
1843
 
1844
- #: src/features/firewall.php:208
1845
  msgid "Message Displayed To Visitor When A Firewall Block Is Triggered"
1846
  msgstr ""
1847
 
1848
- #: src/features/firewall.php:209
1849
  msgid "This is the message displayed to visitors that trigger the firewall."
1850
  msgstr ""
1851
 
1852
- #: src/features/hack_protect.php:142
1853
  #, php-format
1854
  msgid "%s per day"
1855
  msgstr ""
1856
 
1857
- #: src/features/hack_protect.php:618 src/features/license.php:42
 
1858
  msgid "Never"
1859
- msgstr ""
1860
 
1861
- #: src/features/hack_protect.php:619
1862
  #, php-format
1863
  msgid "Last Scan Time: %s"
1864
  msgstr ""
1865
 
1866
- #: src/features/hack_protect.php:633
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1867
  #, php-format
1868
  msgid ""
1869
  "Sorry, this feature is not available because we cannot write to disk at this "
1870
  "location: \"%s\""
1871
  msgstr ""
1872
 
1873
- #: src/features/hack_protect.php:646
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1874
  msgid "Scans"
1875
  msgstr ""
1876
 
1877
- #: src/features/hack_protect.php:654
1878
  msgid "Core File scanner is not enabled."
1879
  msgstr ""
1880
 
1881
- #: src/features/hack_protect.php:657
1882
  msgid "Automatic WordPress Core File scanner should be turned-on."
1883
  msgstr ""
1884
 
1885
- #: src/features/hack_protect.php:663
1886
  msgid "Modified WordPress core files found."
1887
  msgstr ""
1888
 
1889
- #: src/features/hack_protect.php:665 src/features/hack_protect.php:686
1890
- #: src/features/hack_protect.php:707
 
1891
  msgid "Run Scan"
1892
  msgstr ""
1893
 
1894
- #: src/features/hack_protect.php:666
1895
  msgid "Scan WP core files and repair any files that are flagged as modified."
1896
  msgstr ""
1897
 
1898
- #: src/features/hack_protect.php:675
1899
  msgid "Unrecognised File scanner is not enabled."
1900
  msgstr ""
1901
 
1902
- #: src/features/hack_protect.php:678
1903
  msgid "Automatic scanning for non-WordPress core files is recommended."
1904
  msgstr ""
1905
 
1906
- #: src/features/hack_protect.php:684
1907
  msgid "Unrecognised files found in WordPress Core directory."
1908
  msgstr ""
1909
 
1910
- #: src/features/hack_protect.php:687
1911
  msgid ""
1912
  "Scan and remove any files that are not meant to be in the WP core "
1913
  "directories."
1914
  msgstr ""
1915
 
1916
- #: src/features/hack_protect.php:696
1917
  msgid "Automatic Plugin/Themes Guard is not enabled."
1918
  msgstr ""
1919
 
1920
- #: src/features/hack_protect.php:699
1921
  msgid "Automatic detection of plugin/theme modifications is recommended."
1922
  msgstr ""
1923
 
1924
- #: src/features/hack_protect.php:705
1925
  msgid "A plugin/theme was found to have been modified."
1926
  msgstr ""
1927
 
1928
- #: src/features/hack_protect.php:708
1929
  msgid "Reviewing modifications to your plugins/themes is recommended."
1930
  msgstr ""
1931
 
1932
- #: src/features/hack_protect.php:717
1933
- msgid "Plugin Vulnerability Scanner is not enabled."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1934
  msgstr ""
1935
 
1936
- #: src/features/hack_protect.php:720
1937
- msgid "Automatic detection of plugin vulnerabilities is recommended."
1938
  msgstr ""
1939
 
1940
- #: src/features/hack_protect.php:726
1941
- msgid "At least 1 plugin has known vulnerabilities."
1942
  msgstr ""
1943
 
1944
- #: src/features/hack_protect.php:729
1945
  msgid ""
1946
- "Plugins with known vulnerabilities should be updated, removed, or replaced."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1947
  msgstr ""
1948
 
1949
- #: src/features/hack_protect.php:751 src/features/hack_protect.php:752
 
 
 
 
 
 
 
 
 
1950
  msgid "Scan Options"
1951
  msgstr ""
1952
 
1953
- #: src/features/hack_protect.php:754
1954
  msgid "Set how frequently the Hack Guard scans will run."
1955
  msgstr ""
1956
 
1957
- #: src/features/hack_protect.php:761
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1958
  msgid ""
1959
  "Hack Guard is a set of tools to warn you and protect you against hacks on "
1960
  "your site."
1961
  msgstr ""
1962
 
1963
- #: src/features/hack_protect.php:762 src/features/plugin.php:958
1964
- msgid "Hack Guard"
1965
  msgstr ""
1966
 
1967
- #: src/features/hack_protect.php:768 src/features/hack_protect.php:774
 
1968
  msgid "Vulnerabilities Scanner"
1969
  msgstr ""
1970
 
1971
- #: src/features/hack_protect.php:770
1972
  msgid ""
1973
  "Regularly scan your WordPress plugins and themes for known security "
1974
  "vulnerabilities."
1975
  msgstr ""
1976
 
1977
- #: src/features/hack_protect.php:771 src/features/hack_protect.php:778
1978
- #: src/features/hack_protect.php:781 src/features/hack_protect.php:861
1979
- msgid "Plugin Vulnerabilities Scanner"
1980
- msgstr ""
1981
-
1982
- #: src/features/hack_protect.php:772
1983
  msgid ""
1984
  "Ensure this is turned on and you will always know if any of your assets have "
1985
  "known security vulnerabilities."
1986
  msgstr ""
1987
 
1988
- #: src/features/hack_protect.php:780
1989
- msgid ""
1990
- "Regularly scan your plugins against a database of known vulnerabilities."
1991
- msgstr ""
1992
-
1993
- #: src/features/hack_protect.php:783
1994
- msgid "Plugin Vulnerabilities"
1995
  msgstr ""
1996
 
1997
- #: src/features/hack_protect.php:787 src/features/hack_protect.php:790
1998
- msgid "Core File Integrity Scanner"
1999
  msgstr ""
2000
 
2001
- #: src/features/hack_protect.php:789
2002
  msgid ""
2003
  "Regularly scan your WordPress core files for changes compared to official "
2004
  "WordPress files."
2005
  msgstr ""
2006
 
2007
- #: src/features/hack_protect.php:792 src/features/hack_protect.php:885
2008
- msgid "Core File Scanner"
2009
- msgstr ""
2010
-
2011
- #: src/features/hack_protect.php:796 src/features/hack_protect.php:799
2012
- #: src/features/hack_protect.php:801 src/features/hack_protect.php:898
2013
  msgid "Unrecognised Files Scanner"
2014
  msgstr ""
2015
 
2016
- #: src/features/hack_protect.php:798
2017
  msgid "Regularly scan your WordPress core folders for files that don't belong."
2018
  msgstr ""
2019
 
2020
- #: src/features/hack_protect.php:805
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2021
  msgid "Plugins and Themes Guard"
2022
  msgstr ""
2023
 
2024
- #: src/features/hack_protect.php:806
2025
  msgid "Plugins/Themes Guard"
2026
  msgstr ""
2027
 
2028
- #: src/features/hack_protect.php:808
2029
  msgid "Detect malicious changes to your themes and plugins."
2030
  msgstr ""
2031
 
2032
- #: src/features/hack_protect.php:809
2033
  msgid "Keep the Plugins/Theme Guard feature turned on."
2034
  msgstr ""
2035
 
2036
- #: src/features/hack_protect.php:810 src/features/user_management.php:325
2037
- msgid "Requirements"
 
 
 
 
2038
  msgstr ""
2039
 
2040
- #: src/features/hack_protect.php:815 src/features/hack_protect.php:816
 
 
 
 
 
 
 
 
2041
  msgid "Integrity Checks"
2042
  msgstr ""
2043
 
2044
- #: src/features/hack_protect.php:818
2045
  msgid "Monitor for unrecognised changes to your system."
2046
  msgstr ""
2047
 
2048
- #: src/features/hack_protect.php:819
2049
  msgid "Enable these to prevent unauthorized changes to your WordPress site."
2050
  msgstr ""
2051
 
2052
- #: src/features/hack_protect.php:848
2053
  msgid "Daily Scan Frequency"
2054
  msgstr ""
2055
 
2056
- #: src/features/hack_protect.php:849
2057
  msgid "Number Of Times To Automatically Run File Scan In 24hrs"
2058
  msgstr ""
2059
 
2060
- #: src/features/hack_protect.php:850
2061
  msgid "Once every 24hrs."
2062
  msgstr ""
2063
 
2064
- #: src/features/hack_protect.php:851
2065
  msgid "To improve security, increase the number of scans per day."
2066
  msgstr ""
2067
 
2068
- #: src/features/hack_protect.php:855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2069
  msgid "Email Files List"
2070
  msgstr ""
2071
 
2072
- #: src/features/hack_protect.php:856
2073
  msgid "Scan Notification Emails Should Include Full Listing Of Files"
2074
  msgstr ""
2075
 
2076
- #: src/features/hack_protect.php:857
2077
  msgid ""
2078
  "Scanner notification emails will include a summary list of all affected "
2079
  "files."
2080
  msgstr ""
2081
 
2082
- #: src/features/hack_protect.php:862
2083
  #, php-format
2084
  msgid "Daily Cron - %s"
2085
  msgstr ""
2086
 
2087
- #: src/features/hack_protect.php:862
2088
  msgid "Scans Plugins For Known Vulnerabilities"
2089
  msgstr ""
2090
 
2091
- #: src/features/hack_protect.php:863
2092
  msgid ""
2093
  "Runs a scan of all your plugins against a database of known WordPress plugin "
2094
  "vulnerabilities."
2095
  msgstr ""
2096
 
2097
- #: src/features/hack_protect.php:867
2098
  msgid "Vulnerability Scanner"
2099
  msgstr ""
2100
 
2101
- #: src/features/hack_protect.php:868
2102
  msgid "Enable The Vulnerability Scanner"
2103
  msgstr ""
2104
 
2105
- #: src/features/hack_protect.php:869
2106
  msgid ""
2107
  "Runs a scan of all your plugins against a database of known WordPress "
2108
  "vulnerabilities."
2109
  msgstr ""
2110
 
2111
- #: src/features/hack_protect.php:874
2112
  msgid "Apply Updates Automatically To Vulnerable Plugins"
2113
  msgstr ""
2114
 
2115
- #: src/features/hack_protect.php:875
2116
  msgid ""
2117
  "When an update becomes available, automatically apply updates to items with "
2118
  "known vulnerabilities."
2119
  msgstr ""
2120
 
2121
- #: src/features/hack_protect.php:879
2122
  msgid "Highlight Plugins"
2123
  msgstr ""
2124
 
2125
- #: src/features/hack_protect.php:880
2126
  msgid "Highlight Vulnerable Plugins Upon Display"
2127
  msgstr ""
2128
 
2129
- #: src/features/hack_protect.php:881
2130
  msgid "Vulnerable plugins will be highlighted on the main plugins page."
2131
  msgstr ""
2132
 
2133
- #: src/features/hack_protect.php:886
2134
- msgid "Scans WordPress Core Files For Alterations"
 
 
 
 
2135
  msgstr ""
2136
 
2137
- #: src/features/hack_protect.php:887
2138
  msgid ""
2139
  "Compares all WordPress core files on your site against the official "
2140
  "WordPress files."
2141
  msgstr ""
2142
 
2143
- #: src/features/hack_protect.php:888
2144
  msgid "WordPress Core files should never be altered for any reason."
2145
  msgstr ""
2146
 
2147
- #: src/features/hack_protect.php:892
2148
  msgid "Auto Repair"
2149
  msgstr ""
2150
 
2151
- #: src/features/hack_protect.php:893
2152
  msgid "Automatically Repair WordPress Core Files That Have Been Altered"
2153
  msgstr ""
2154
 
2155
- #: src/features/hack_protect.php:894
2156
  msgid ""
2157
  "Attempts to automatically repair WordPress Core files with the official "
2158
  "WordPress file data, for files that have been altered or are missing."
2159
  msgstr ""
2160
 
2161
- #: src/features/hack_protect.php:899
2162
- msgid "Daily Scan For Unrecognised Files In Core Directories"
2163
  msgstr ""
2164
 
2165
- #: src/features/hack_protect.php:900
2166
  msgid ""
2167
  "Scans for, and automatically deletes, any files in your core WordPress "
2168
  "folders that are not part of your WordPress installation."
2169
  msgstr ""
2170
 
2171
- #: src/features/hack_protect.php:904
2172
  msgid "Scan Uploads"
2173
  msgstr ""
2174
 
2175
- #: src/features/hack_protect.php:905
2176
  msgid "Scan Uploads Folder For PHP and Javascript"
2177
  msgstr ""
2178
 
2179
- #: src/features/hack_protect.php:906
2180
  msgid ""
2181
  "Take care when turning on this option - if you are unsure, leave it disabled."
2182
  msgstr ""
2183
 
2184
- #: src/features/hack_protect.php:907
2185
  msgid ""
2186
  "The Uploads folder is primarily for media, but could be used to store "
2187
  "nefarious files."
2188
  msgstr ""
2189
 
2190
- #: src/features/hack_protect.php:911
2191
  msgid "File Exclusions"
2192
  msgstr ""
2193
 
2194
- #: src/features/hack_protect.php:912
2195
  msgid "Provide A List Of Files To Be Excluded From The Scan"
2196
  msgstr ""
2197
 
2198
- #: src/features/hack_protect.php:914
2199
  msgid "Take a new line for each file you wish to exclude from the scan."
2200
  msgstr ""
2201
 
2202
- #: src/features/hack_protect.php:915
2203
  msgid "No commas are necessary."
2204
  msgstr ""
2205
 
2206
- #: src/features/hack_protect.php:920
2207
  msgid "Enable Integrity Scan"
2208
  msgstr ""
2209
 
2210
- #: src/features/hack_protect.php:921
2211
  msgid "Scans For Critical Changes Made To Your WordPress Site"
2212
  msgstr ""
2213
 
2214
- #: src/features/hack_protect.php:922
2215
  msgid "Detects changes made to your WordPress site outside of WordPress."
2216
  msgstr ""
2217
 
2218
- #: src/features/hack_protect.php:926
2219
  msgid "Monitor User Accounts"
2220
  msgstr ""
2221
 
2222
- #: src/features/hack_protect.php:927
2223
  msgid "Scans For Critical Changes Made To User Accounts"
2224
  msgstr ""
2225
 
2226
- #: src/features/hack_protect.php:928
2227
  msgid ""
2228
  "Detects changes made to critical user account information that were made "
2229
  "directly on the database and outside of the WordPress system."
2230
  msgstr ""
2231
 
2232
- #: src/features/hack_protect.php:929
2233
  msgid "An example of this might be some form of SQL Injection attack."
2234
  msgstr ""
2235
 
2236
- #: src/features/hack_protect.php:930
2237
  msgid ""
2238
  "Enabling this option for every page low may slow down your site with large "
2239
  "numbers of users."
2240
  msgstr ""
2241
 
2242
- #: src/features/hack_protect.php:931
2243
  msgid ""
2244
  "This option may cause critical problem with 3rd party plugins that manage "
2245
  "user accounts."
2246
  msgstr ""
2247
 
2248
- #: src/features/hack_protect.php:935 src/features/headers.php:197
2249
- #: src/features/headers.php:198 src/features/login_protect.php:714
2250
- #: src/features/login_protect.php:732 src/features/login_protect.php:738
2251
- #: src/features/plugin.php:799
2252
  #, php-format
2253
  msgid "Enable %s"
2254
  msgstr ""
2255
 
2256
- #: src/features/hack_protect.php:935
2257
  msgid "Guard"
2258
  msgstr ""
2259
 
2260
- #: src/features/hack_protect.php:936
2261
  msgid "Enable The Guard For Plugin And Theme Files"
2262
  msgstr ""
2263
 
2264
- #: src/features/hack_protect.php:937
2265
  msgid ""
2266
  "When enabled the Guard will automatically scan for changes to your Plugin "
2267
  "and Theme files."
2268
  msgstr ""
2269
 
2270
- #: src/features/hack_protect.php:941
2271
  msgid "Guard/Scan Depth"
2272
  msgstr ""
2273
 
2274
- #: src/features/hack_protect.php:942
2275
  msgid "How Deep Into The Plugin Directories To Scan And Guard"
2276
  msgstr ""
2277
 
2278
- #: src/features/hack_protect.php:943
2279
  msgid ""
2280
  "The Guard normally scans only the top level of a folder. Increasing depth "
2281
  "will increase scan times."
2282
  msgstr ""
2283
 
2284
- #: src/features/hack_protect.php:944
2285
  #, php-format
2286
  msgid ""
2287
  "Setting it to %s will remove this limit and all sub-folders will be scanned "
2288
  "- not recommended"
2289
  msgstr ""
2290
 
2291
- #: src/features/hack_protect.php:948
2292
  msgid "Included File Types"
2293
  msgstr ""
2294
 
2295
- #: src/features/hack_protect.php:949
2296
  msgid "The File Types (by File Extension) Included In The Scan"
2297
  msgstr ""
2298
 
2299
- #: src/features/hack_protect.php:950
2300
  msgid "Take a new line for each file extension."
2301
  msgstr ""
2302
 
2303
- #: src/features/hack_protect.php:951
2304
  msgid "No commas(,) or periods(.) necessary."
2305
  msgstr ""
2306
 
2307
- #: src/features/hack_protect.php:952
2308
  msgid "Remove all extensions to scan all file type (not recommended)."
2309
  msgstr ""
2310
 
2311
- #: src/features/hack_protect.php:956
2312
  msgid "Show Re-Install Links"
2313
  msgstr ""
2314
 
2315
- #: src/features/hack_protect.php:957
2316
  msgid "Show Re-Install Links For Plugins"
2317
  msgstr ""
2318
 
2319
- #: src/features/hack_protect.php:958
2320
  msgid ""
2321
  "Show links to re-install plugins and offer re-install when activating "
2322
  "plugins."
2323
  msgstr ""
2324
 
2325
- #: src/features/headers.php:122 src/features/headers.php:131
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2326
  msgid ""
2327
  "Protect visitors to your site by implementing increased security response "
2328
  "headers."
2329
  msgstr ""
2330
 
2331
- #: src/features/headers.php:123 src/features/headers.php:132
2332
- #: src/features/headers.php:141
2333
  msgid ""
2334
  "Enabling these features are advised, but you must test them on your site "
2335
  "thoroughly."
2336
  msgstr ""
2337
 
2338
- #: src/features/headers.php:129
2339
  msgid "Advanced Security Headers"
2340
  msgstr ""
2341
 
2342
- #: src/features/headers.php:134
2343
  msgid "Security Headers"
2344
  msgstr ""
2345
 
2346
- #: src/features/headers.php:138 src/features/headers.php:143
2347
- #: src/features/headers.php:198
2348
  msgid "Content Security Policy"
2349
  msgstr ""
2350
 
2351
- #: src/features/headers.php:140
2352
  msgid ""
2353
  "Restrict the sources and types of content that may be loaded and processed "
2354
  "by visitor browsers."
2355
  msgstr ""
2356
 
2357
- #: src/features/headers.php:172
2358
  msgid "Block iFrames"
2359
  msgstr ""
2360
 
2361
- #: src/features/headers.php:173
2362
  msgid "Block Remote iFrames Of This Site"
2363
  msgstr ""
2364
 
2365
- #: src/features/headers.php:174
2366
  msgid ""
2367
  "The setting prevents any external website from embedding your site in an "
2368
  "iFrame."
2369
  msgstr ""
2370
 
2371
- #: src/features/headers.php:175
2372
  msgid "This is useful for preventing so-called \"ClickJack attacks\"."
2373
  msgstr ""
2374
 
2375
- #: src/features/headers.php:179
2376
  msgid "Referrer Policy"
2377
  msgstr ""
2378
 
2379
- #: src/features/headers.php:180
2380
  msgid "Referrer Policy Header"
2381
  msgstr ""
2382
 
2383
- #: src/features/headers.php:181
2384
  msgid ""
2385
  "The Referrer Policy Header allows you to control when and what referral "
2386
  "information a browser may pass along with links clicked on your site."
2387
  msgstr ""
2388
 
2389
- #: src/features/headers.php:185
2390
  msgid "XSS Protection"
2391
  msgstr ""
2392
 
2393
- #: src/features/headers.php:186
2394
  msgid "Employ Built-In Browser XSS Protection"
2395
  msgstr ""
2396
 
2397
- #: src/features/headers.php:187
2398
  msgid ""
2399
  "Directs compatible browsers to block what they detect as Reflective XSS "
2400
  "attacks."
2401
  msgstr ""
2402
 
2403
- #: src/features/headers.php:191
2404
  msgid "Prevent Mime-Sniff"
2405
  msgstr ""
2406
 
2407
- #: src/features/headers.php:192
2408
  msgid "Turn-Off Browser Mime-Sniff"
2409
  msgstr ""
2410
 
2411
- #: src/features/headers.php:193
2412
  msgid "Reduces visitor exposure to malicious user-uploaded content."
2413
  msgstr ""
2414
 
2415
- #: src/features/headers.php:199
2416
  msgid ""
2417
  "Allows for permission and restriction of all resources loaded on your site."
2418
  msgstr ""
2419
 
2420
- #: src/features/headers.php:203
2421
  msgid "Self"
2422
- msgstr ""
2423
 
2424
- #: src/features/headers.php:204
2425
  msgid "Allow 'self' Directive"
2426
  msgstr ""
2427
 
2428
- #: src/features/headers.php:205
2429
  msgid "Using 'self' is generally recommended."
2430
  msgstr ""
2431
 
2432
- #: src/features/headers.php:206
2433
  msgid ""
2434
  "It essentially means that resources from your own host:protocol are "
2435
  "permitted."
2436
  msgstr ""
2437
 
2438
- #: src/features/headers.php:210
2439
  msgid "Inline Entities"
2440
  msgstr ""
2441
 
2442
- #: src/features/headers.php:211
2443
  msgid "Allow Inline Scripts and CSS"
2444
  msgstr ""
2445
 
2446
- #: src/features/headers.php:212
2447
  msgid ""
2448
  "Allows parsing of Javascript and CSS declared in-line in your html document."
2449
  msgstr ""
2450
 
2451
- #: src/features/headers.php:216
2452
  msgid "Embedded Data"
2453
  msgstr ""
2454
 
2455
- #: src/features/headers.php:217
2456
  msgid "Allow \"data:\" Directives"
2457
  msgstr ""
2458
 
2459
- #: src/features/headers.php:218
2460
  msgid ""
2461
  "Allows use of embedded data directives, most commonly used for images and "
2462
  "fonts."
2463
  msgstr ""
2464
 
2465
- #: src/features/headers.php:222
2466
  msgid "Allow eval()"
2467
  msgstr ""
2468
 
2469
- #: src/features/headers.php:223
2470
  msgid "Allow Javascript eval()"
2471
  msgstr ""
2472
 
2473
- #: src/features/headers.php:224
2474
  msgid "Permits the use of Javascript the eval() function."
2475
  msgstr ""
2476
 
2477
- #: src/features/headers.php:228
2478
  msgid "HTTPS"
2479
  msgstr ""
2480
 
2481
- #: src/features/headers.php:229
2482
  msgid "HTTPS Resource Loading"
2483
  msgstr ""
2484
 
2485
- #: src/features/headers.php:230
2486
  msgid "Allows loading of any content provided over HTTPS."
2487
  msgstr ""
2488
 
2489
- #: src/features/headers.php:234
2490
  msgid "Permitted Hosts"
2491
  msgstr ""
2492
 
2493
- #: src/features/headers.php:235
2494
  msgid "Permitted Hosts and Domains"
2495
  msgstr ""
2496
 
2497
- #: src/features/headers.php:236
2498
  msgid ""
2499
  "You can explicitly state which hosts/domain from which content may be loaded."
2500
  msgstr ""
2501
 
2502
- #: src/features/headers.php:237
2503
  msgid ""
2504
  "Take great care and test your site as you may block legitimate resources."
2505
  msgstr ""
2506
 
2507
- #: src/features/headers.php:238
2508
  msgid "If in-doubt, leave blank or use \"*\" only."
2509
  msgstr ""
2510
 
2511
- #: src/features/headers.php:239
2512
  msgid ""
2513
  "You can force only HTTPS for a given domain by prefixing it with \"https://"
2514
  "\"."
2515
  msgstr ""
2516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2517
  #: src/features/insights.php:118
2518
- msgid "Sorry, Admin Notes is only available for Pro subscriptions."
 
2519
  msgstr ""
2520
 
2521
- #: src/features/insights.php:121
2522
- msgid "Sorry, but it appears your note was empty."
2523
  msgstr ""
2524
 
2525
- #: src/features/insights.php:130
2526
- msgid "Note created successfully."
2527
  msgstr ""
2528
 
2529
- #: src/features/insights.php:130
2530
- msgid "Note could not be created."
 
 
 
 
 
 
 
 
2531
  msgstr ""
2532
 
2533
- #: src/features/insights.php:194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2534
  #, php-format
2535
  msgid "%s Security Insights"
2536
  msgstr ""
2537
 
2538
- #: src/features/insights.php:195
2539
  msgid "recommendation"
2540
  msgstr ""
2541
 
2542
- #: src/features/insights.php:196
2543
  msgid "suggestion"
2544
  msgstr ""
2545
 
2546
- #: src/features/insights.php:197
2547
  #, php-format
2548
  msgid "Welcome To %s Security Insights Dashboard"
2549
  msgstr ""
2550
 
2551
- #: src/features/insights.php:198
2552
  #, php-format
2553
  msgid "Some of the most recent %s events"
2554
  msgstr ""
2555
 
2556
- #: src/features/insights.php:256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2557
  msgid "Site"
2558
  msgstr ""
2559
 
2560
- #: src/features/insights.php:280
2561
  msgid "SSL certificate for this site has expired."
2562
  msgstr ""
2563
 
2564
- #: src/features/insights.php:283
2565
  #, php-format
2566
  msgid "SSL certificate will expire soon (in %s days)"
2567
  msgstr ""
2568
 
2569
- #: src/features/insights.php:290
2570
  msgid "Check or renew your SSL certificate."
2571
  msgstr ""
2572
 
2573
- #: src/features/insights.php:313
2574
  msgid "DB Password appears to be weak."
2575
  msgstr ""
2576
 
2577
- #: src/features/insights.php:315
2578
  msgid "The database password should be strong."
2579
  msgstr ""
2580
 
2581
- #: src/features/insights.php:345
2582
  #, php-format
2583
  msgid "%s inactive plugin(s)"
2584
  msgstr ""
2585
 
2586
- #: src/features/insights.php:348
2587
  msgid "Unused plugins should be removed."
2588
  msgstr ""
2589
 
2590
- #: src/features/insights.php:358
2591
  #, php-format
2592
  msgid "%s plugin update(s)"
2593
  msgstr ""
2594
 
2595
- #: src/features/insights.php:360 src/features/insights.php:400
2596
- #: src/features/insights.php:426
2597
  msgid "Updates"
2598
- msgstr ""
2599
 
2600
- #: src/features/insights.php:361 src/features/insights.php:401
2601
- #: src/features/insights.php:427
2602
  msgid "Updates should be applied as early as possible."
2603
  msgstr ""
2604
 
2605
- #: src/features/insights.php:385
2606
  #, php-format
2607
  msgid "%s inactive themes(s)"
2608
  msgstr ""
2609
 
2610
- #: src/features/insights.php:388
2611
  msgid "Unused themes should be removed."
2612
  msgstr ""
2613
 
2614
- #: src/features/insights.php:398
2615
  #, php-format
2616
  msgid "%s theme update(s)"
2617
  msgstr ""
2618
 
2619
- #: src/features/insights.php:416
2620
  msgid "WordPress Core"
2621
  msgstr ""
2622
 
2623
- #: src/features/insights.php:424
2624
  msgid "WordPress Core has an update available."
2625
  msgstr ""
2626
 
2627
- #: src/features/insights.php:436
2628
  msgid "WordPress does not automatically install updates."
2629
  msgstr ""
2630
 
2631
- #: src/features/insights.php:439
2632
  msgid "Minor WordPress upgrades should be applied automatically."
2633
  msgstr ""
2634
 
2635
- #: src/features/insights.php:489
2636
- msgid "Transgressions"
2637
  msgstr ""
2638
 
2639
- #: src/features/insights.php:491
2640
- msgid "Total transgression against the site."
2641
  msgstr ""
2642
 
2643
- #: src/features/insights.php:494
2644
- msgid "IP Blocks"
2645
- msgstr ""
2646
-
2647
- #: src/features/insights.php:496
2648
- msgid "Total connections blocked/killed after too many transgressions."
2649
- msgstr ""
2650
-
2651
- #: src/features/insights.php:499 src/processors/statistics.php:201
2652
- msgid "Login Blocks"
2653
- msgstr ""
2654
-
2655
- #: src/features/insights.php:501
2656
- msgid "Total login attempts blocked."
2657
- msgstr ""
2658
-
2659
- #: src/features/insights.php:504 src/processors/statistics.php:200
2660
  msgid "Firewall Blocks"
2661
  msgstr ""
2662
 
2663
- #: src/features/insights.php:506
2664
  msgid "Total requests blocked by firewall rules."
2665
  msgstr ""
2666
 
2667
- #: src/features/insights.php:509 src/processors/statistics.php:199
2668
  msgid "Comment Blocks"
2669
  msgstr ""
2670
 
2671
- #: src/features/insights.php:511
2672
  msgid "Total SPAM comments blocked."
2673
  msgstr ""
2674
 
2675
- #: src/features/insights.php:514
2676
- msgid "Active Sessions"
2677
- msgstr ""
2678
-
2679
- #: src/features/insights.php:516
2680
- msgid "Currently active user sessions."
2681
- msgstr ""
2682
-
2683
- #: src/features/insights.php:519
2684
- msgid "Blacklist IPs"
2685
  msgstr ""
2686
 
2687
- #: src/features/insights.php:521
2688
- msgid "Current IP addresses with transgressions against the site."
2689
  msgstr ""
2690
 
2691
- #: src/features/insights.php:524
2692
- msgid "Pro"
2693
  msgstr ""
2694
 
2695
- #: src/features/insights.php:525 src/features/traffic.php:365
2696
- msgid "Yes"
2697
  msgstr ""
2698
 
2699
- #: src/features/insights.php:525 src/features/traffic.php:341
2700
- #: src/features/traffic.php:365
2701
- msgid "No"
2702
  msgstr ""
2703
 
2704
- #: src/features/insights.php:526
2705
- #, php-format
2706
- msgid "Is this site running %s Pro"
2707
  msgstr ""
2708
 
2709
- #: src/features/insights.php:548
2710
  msgid "Not yet recorded"
2711
  msgstr ""
2712
 
2713
- #: src/features/insights.php:585
2714
  msgid "Simple Test Cron"
2715
  msgstr ""
2716
 
2717
- #: src/features/insights.php:586
2718
  msgid "Unrecognised Files Scan"
2719
  msgstr ""
2720
 
2721
- #: src/features/insights.php:587
 
 
 
 
2722
  msgid "WordPress Core Files Scan"
2723
  msgstr ""
2724
 
2725
- #: src/features/insights.php:588
2726
  msgid "Plugin/Themes Guard Scan"
2727
  msgstr ""
2728
 
2729
- #: src/features/insights.php:589
2730
- msgid "Plugin Vulnerabilities Scan"
2731
  msgstr ""
2732
 
2733
- #: src/features/insights.php:590
2734
  msgid "Successful 2-FA Login"
2735
  msgstr ""
2736
 
2737
- #: src/features/insights.php:591
2738
  msgid "Login Block"
2739
  msgstr ""
2740
 
2741
- #: src/features/insights.php:592
2742
  msgid "User Registration Block"
2743
  msgstr ""
2744
 
2745
- #: src/features/insights.php:593
2746
  msgid "Reset Password Block"
2747
  msgstr ""
2748
 
2749
- #: src/features/insights.php:594
2750
  msgid "Firewall Block"
2751
  msgstr ""
2752
 
2753
- #: src/features/insights.php:595
2754
  msgid "Idle Logout"
2755
  msgstr ""
2756
 
2757
- #: src/features/insights.php:596
2758
  msgid "Password Block"
2759
  msgstr ""
2760
 
2761
- #: src/features/insights.php:597
2762
  msgid "Comment SPAM Block"
2763
  msgstr ""
2764
 
2765
- #: src/features/insights.php:598
2766
  msgid "XML-RPC Block"
2767
  msgstr ""
2768
 
2769
- #: src/features/insights.php:599
2770
  msgid "Anonymous Rest API Block"
2771
  msgstr ""
2772
 
2773
- #: src/features/insights.php:600
2774
  #, php-format
2775
  msgid "%s Transgression"
2776
  msgstr ""
2777
 
2778
- #: src/features/insights.php:601
2779
  msgid "IP Connection Blocked"
2780
  msgstr ""
2781
 
2782
- #: src/features/ips.php:30
2783
- msgid "Manage IP Lists"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2784
  msgstr ""
2785
 
2786
- #: src/features/ips.php:31
2787
- msgid "Add/Remove IPs"
2788
  msgstr ""
2789
 
2790
- #: src/features/ips.php:228
2791
- msgid "now"
2792
  msgstr ""
2793
 
2794
- #: src/features/ips.php:273
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2795
  msgid ""
2796
  "Repeated login attempts that fail will result in a complete ban of your IP "
2797
  "Address."
2798
  msgstr ""
 
2799
 
2800
- #: src/features/ips.php:280
2801
  #, php-format
2802
  msgid ""
2803
- "You have %s remaining transgression(s) against this site and then you will "
2804
- "be black listed."
2805
  msgstr ""
2806
 
2807
- #: src/features/ips.php:281
2808
  msgid "Seriously, stop repeating what you are doing or you will be locked out."
2809
  msgstr ""
2810
 
2811
- #: src/features/ips.php:304
2812
  msgid ""
2813
  "The IP Manager allows you to whitelist, blacklist and configure auto-"
2814
  "blacklist rules."
2815
  msgstr ""
2816
 
2817
- #: src/features/ips.php:305 src/features/plugin.php:961
2818
- #: src/wizards/plugin.php:525 src/wizards/plugin.php:530
2819
  msgid "IP Manager"
2820
  msgstr ""
2821
 
2822
- #: src/features/ips.php:306
2823
  msgid "You should also carefully review the automatic black list settings."
2824
  msgstr ""
2825
 
2826
- #: src/features/ips.php:312 src/features/ips.php:315 src/features/ips.php:358
2827
- msgid "Automatic IP Black List"
 
 
 
 
2828
  msgstr ""
2829
 
2830
- #: src/features/ips.php:314
2831
  msgid ""
2832
  "The Automatic IP Black List system will block the IP addresses of naughty "
2833
  "visitors after a specified number of transgressions."
2834
  msgstr ""
2835
 
2836
- #: src/features/ips.php:317
2837
- msgid "Auto Black List"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2838
  msgstr ""
2839
 
2840
- #: src/features/ips.php:321
2841
- msgid "Bad Request Tracking"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2842
  msgstr ""
2843
 
2844
- #: src/features/ips.php:322
2845
- msgid "Request Tracking"
2846
  msgstr ""
2847
 
2848
- #: src/features/ips.php:324
2849
- msgid "Track strange behaviour to determine whether visitors are legitimate."
2850
  msgstr ""
2851
 
2852
- #: src/features/ips.php:325
2853
  msgid ""
2854
- "These aren't security issues in their own right, but may indicate probing "
2855
  "bots."
2856
  msgstr ""
2857
 
2858
- #: src/features/ips.php:353
2859
  msgid "Transgression Limit"
2860
  msgstr ""
2861
 
2862
- #: src/features/ips.php:354
2863
  msgid ""
2864
  "Visitor IP address will be Black Listed after X bad actions on your site"
2865
  msgstr ""
2866
 
2867
- #: src/features/ips.php:355
2868
  #, php-format
2869
  msgid ""
2870
  "A black mark is set against an IP address each time a visitor trips the "
2871
  "defenses of the %s plugin."
2872
  msgstr ""
2873
 
2874
- #: src/features/ips.php:357
2875
  msgid ""
2876
- "When the number of these transgressions exceeds specified limit, they are "
2877
  "automatically blocked from accessing the site."
2878
  msgstr ""
2879
 
2880
- #: src/features/ips.php:358
2881
  #, php-format
2882
  msgid "Set this to \"0\" to turn off the %s feature."
2883
  msgstr ""
2884
 
2885
- #: src/features/ips.php:362
2886
  msgid "Auto Block Expiration"
2887
  msgstr ""
2888
 
2889
- #: src/features/ips.php:363
2890
  msgid "After 1 \"X\" a black listed IP will be removed from the black list"
2891
  msgstr ""
2892
 
2893
- #: src/features/ips.php:364
2894
  msgid "Permanent and lengthy IP Black Lists are harmful to performance."
2895
  msgstr ""
2896
 
2897
- #: src/features/ips.php:365
2898
  msgid ""
2899
  "You should allow IP addresses on the black list to be eventually removed "
2900
  "over time."
2901
  msgstr ""
2902
 
2903
- #: src/features/ips.php:366
2904
  msgid ""
2905
  "Shorter IP black lists are more efficient and a more intelligent use of an "
2906
  "IP-based blocking system."
2907
  msgstr ""
2908
 
2909
- #: src/features/ips.php:370
2910
- msgid "Track 404s"
2911
  msgstr ""
2912
 
2913
- #: src/features/ips.php:371
2914
- msgid "Use 404s As An Transgression"
2915
  msgstr ""
2916
 
2917
- #: src/features/ips.php:372
2918
- msgid "Repeated 404s may indicate a probing bot."
 
2919
  msgstr ""
2920
 
2921
- #: src/features/ips.php:376
2922
  msgid "Login Failed"
2923
  msgstr ""
2924
 
2925
- #: src/features/ips.php:377
2926
  msgid "Visitor Triggers The IP Transgression System Through A Failed Login"
2927
  msgstr ""
2928
 
2929
- #: src/features/ips.php:378
2930
  msgid "This message is displayed if the visitor fails a login attempt."
2931
  msgstr ""
2932
 
2933
- #: src/features/ips.php:382
2934
  msgid "Remaining Transgressions"
2935
  msgstr ""
2936
 
2937
- #: src/features/ips.php:383
2938
  msgid "Visitor Triggers The IP Transgression System Through A Firewall Block"
2939
  msgstr ""
2940
 
2941
- #: src/features/ips.php:384
2942
  msgid ""
2943
  "This message is displayed if the visitor triggered the IP Transgression "
2944
  "system and reports how many transgressions remain before being blocked."
2945
  msgstr ""
2946
 
2947
- #: src/features/ips.php:426
2948
- #, php-format
 
 
 
 
 
 
 
 
 
 
 
2949
  msgid ""
2950
- "Sorry, the %s feature may not be disabled while there are IP addresses in "
2951
- "the White List"
2952
  msgstr ""
2953
 
2954
- #: src/features/license.php:39 src/features/license.php:98
2955
- msgid "Active"
2956
  msgstr ""
2957
 
2958
- #: src/features/license.php:39
2959
- msgid "Not Active"
2960
  msgstr ""
2961
 
2962
- #: src/features/license.php:97
2963
- msgid "Name"
 
2964
  msgstr ""
2965
 
2966
- #: src/features/license.php:99
2967
- msgid "Status"
 
 
2968
  msgstr ""
2969
 
2970
- #: src/features/license.php:100
2971
- msgid "Key"
 
 
2972
  msgstr ""
2973
 
2974
- #: src/features/license.php:101
2975
- msgid "Expires"
2976
  msgstr ""
2977
 
2978
- #: src/features/license.php:102
2979
- msgid "Owner"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2980
  msgstr ""
2981
 
2982
- #: src/features/license.php:103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2983
  msgid "Checked"
2984
  msgstr ""
2985
 
2986
- #: src/features/license.php:104
2987
  msgid "Error"
2988
- msgstr ""
2989
 
2990
- #: src/features/license.php:176
2991
  #, php-format
2992
  msgid "Please wait %s before attempting another license check."
2993
  msgstr ""
2994
 
2995
- #: src/features/license.php:177
2996
  #, php-format
2997
  msgid "%s second"
2998
  msgid_plural "%s seconds"
2999
- msgstr[0] ""
3000
- msgstr[1] ""
3001
 
3002
- #: src/features/license.php:183
3003
  msgid "Valid license found."
3004
  msgstr ""
3005
 
3006
- #: src/features/license.php:183
3007
  msgid "Valid license couldn't be found."
3008
  msgstr ""
3009
 
3010
- #: src/features/license.php:305
3011
- #, php-format
3012
- msgid "Automatic license verification failed after %s days."
3013
  msgstr ""
3014
 
3015
- #: src/features/license.php:351
3016
  msgid "Attempts to verify Shield Pro license has just failed."
3017
  msgstr ""
3018
 
3019
- #: src/features/license.php:352 src/features/license.php:369
3020
  #, php-format
3021
  msgid "Please check your license on-site: %s"
3022
  msgstr ""
3023
 
3024
- #: src/features/license.php:353 src/features/license.php:370
3025
  #, php-format
3026
  msgid "If this problem persists, please contact support: %s"
3027
  msgstr ""
3028
 
3029
- #: src/features/license.php:368
3030
  msgid "All attempts to verify Shield Pro license have failed."
3031
  msgstr ""
3032
 
3033
- #: src/features/license.php:688 src/features/license.php:689
3034
- msgid "License Options"
 
 
 
 
 
 
3035
  msgstr ""
3036
 
3037
- #: src/features/license.php:691
 
 
 
 
3038
  #, php-format
3039
  msgid "Activate %s Pro Extensions."
3040
  msgstr ""
3041
 
3042
- #: src/features/license.php:692
3043
  msgid "TODO."
3044
  msgstr ""
3045
 
3046
- #: src/features/license.php:716 src/features/license.php:717
3047
- #: src/features/license.php:718
3048
  msgid "License Key"
3049
- msgstr ""
3050
 
3051
- #: src/features/lockdown.php:52 src/features/lockdown.php:88
3052
- #: src/features/plugin.php:963
3053
- msgid "Lockdown"
3054
  msgstr ""
3055
 
3056
- #: src/features/lockdown.php:60
3057
  msgid "Direct editing of plugin/theme files is permitted."
3058
  msgstr ""
3059
 
3060
- #: src/features/lockdown.php:63
3061
  msgid "WP Plugin file editing should be disabled."
3062
  msgstr ""
3063
 
3064
- #: src/features/lockdown.php:87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3065
  msgid ""
3066
  "Lockdown helps secure-up certain loosely-controlled WordPress settings on "
3067
  "your site."
3068
  msgstr ""
3069
 
3070
- #: src/features/lockdown.php:94 src/features/lockdown.php:99
 
 
 
 
3071
  msgid "API & XML-RPC"
3072
  msgstr ""
3073
 
3074
- #: src/features/lockdown.php:96
3075
  msgid "Lockdown certain core WordPress system features."
3076
  msgstr ""
3077
 
3078
- #: src/features/lockdown.php:97
3079
  msgid ""
3080
  "This depends on your usage and needs for certain WordPress functions and "
3081
  "features."
3082
  msgstr ""
3083
 
3084
- #: src/features/lockdown.php:103
3085
  msgid "Permissions and Access Options"
3086
  msgstr ""
3087
 
3088
- #: src/features/lockdown.php:105
3089
  msgid "Provides finer control of certain WordPress permissions."
3090
  msgstr ""
3091
 
3092
- #: src/features/lockdown.php:106
3093
  msgid "Only enable SSL if you have a valid certificate installed."
3094
  msgstr ""
3095
 
3096
- #: src/features/lockdown.php:108
3097
  msgid "Permissions"
3098
- msgstr ""
3099
 
3100
- #: src/features/lockdown.php:112
3101
  msgid "WordPress Obscurity Options"
3102
  msgstr ""
3103
 
3104
- #: src/features/lockdown.php:114
3105
  msgid "Obscures certain WordPress settings from public view."
3106
  msgstr ""
3107
 
3108
- #: src/features/lockdown.php:115
3109
  msgid ""
3110
  "Obscurity is not true security and so these settings are down to your "
3111
  "personal tastes."
3112
  msgstr ""
3113
 
3114
- #: src/features/lockdown.php:117
3115
  msgid "Obscurity"
3116
  msgstr ""
3117
 
3118
- #: src/features/lockdown.php:146 src/features/plugin.php:726
3119
  #, php-format
3120
  msgid "Disable %s"
3121
  msgstr ""
3122
 
3123
- #: src/features/lockdown.php:147 src/features/lockdown.php:153
3124
  #, php-format
3125
  msgid "Disable The %s System"
3126
  msgstr ""
3127
 
3128
- #: src/features/lockdown.php:148
3129
  #, php-format
3130
  msgid "Checking this option will completely turn off the whole %s system."
3131
  msgstr ""
3132
 
3133
- #: src/features/lockdown.php:152 src/features/lockdown.php:153
3134
  msgid "Anonymous Rest API"
3135
  msgstr ""
3136
 
3137
- #: src/features/lockdown.php:154
3138
  msgid "You can choose to completely disable anonymous access to the REST API."
3139
  msgstr ""
3140
 
3141
- #: src/features/lockdown.php:158
3142
  msgid "Rest API Exclusions"
3143
  msgstr ""
3144
 
3145
- #: src/features/lockdown.php:159
3146
  msgid "Anonymous REST API Exclusions"
3147
  msgstr ""
3148
 
3149
- #: src/features/lockdown.php:160
3150
  msgid ""
3151
  "Any namespaces provided here will be excluded from the Anonymous API "
3152
  "restriction."
3153
  msgstr ""
3154
 
3155
- #: src/features/lockdown.php:164
3156
  msgid "Disable File Editing"
3157
  msgstr ""
3158
 
3159
- #: src/features/lockdown.php:165
3160
  msgid "Disable Ability To Edit Files From Within WordPress"
3161
  msgstr ""
3162
 
3163
- #: src/features/lockdown.php:166
3164
  msgid ""
3165
  "Removes the option to directly edit any files from within the WordPress "
3166
  "admin area."
3167
  msgstr ""
3168
 
3169
- #: src/features/lockdown.php:167
3170
  msgid "Equivalent to setting \"DISALLOW_FILE_EDIT\" to TRUE."
3171
  msgstr ""
3172
 
3173
- #: src/features/lockdown.php:171
3174
  msgid "Force SSL Admin"
3175
  msgstr ""
3176
 
3177
- #: src/features/lockdown.php:172
3178
  msgid "Forces WordPress Admin Dashboard To Be Delivered Over SSL"
3179
  msgstr ""
3180
 
3181
- #: src/features/lockdown.php:173
3182
  msgid ""
3183
  "Please only enable this option if you have a valid SSL certificate installed."
3184
  msgstr ""
3185
 
3186
- #: src/features/lockdown.php:174
3187
  msgid "Equivalent to setting \"FORCE_SSL_ADMIN\" to TRUE."
3188
  msgstr ""
3189
 
3190
- #: src/features/lockdown.php:178
3191
  msgid "Mask WordPress Version"
3192
  msgstr ""
3193
 
3194
- #: src/features/lockdown.php:179
3195
  msgid "Prevents Public Display Of Your WordPress Version"
3196
  msgstr ""
3197
 
3198
- #: src/features/lockdown.php:180
3199
  msgid ""
3200
  "Enter how you would like your WordPress version displayed publicly. Leave "
3201
  "blank to disable this feature."
3202
  msgstr ""
3203
 
3204
- #: src/features/lockdown.php:181
3205
  msgid ""
3206
  "This may interfere with WordPress plugins that rely on the $wp_version "
3207
  "variable."
3208
  msgstr ""
3209
 
3210
- #: src/features/lockdown.php:185
3211
  msgid "WP Generator Tag"
3212
  msgstr ""
3213
 
3214
- #: src/features/lockdown.php:186
3215
  msgid "Remove WP Generator Meta Tag"
3216
  msgstr ""
3217
 
3218
- #: src/features/lockdown.php:187
3219
  msgid ""
3220
  "Remove a meta tag from your WordPress pages that publicly displays that your "
3221
  "site is WordPress and its current version."
3222
  msgstr ""
3223
 
3224
- #: src/features/lockdown.php:191
3225
  msgid "Block Username Fishing"
3226
  msgstr ""
3227
 
3228
- #: src/features/lockdown.php:192
3229
  msgid "Block the ability to discover WordPress usernames based on author IDs"
3230
  msgstr ""
3231
 
3232
- #: src/features/lockdown.php:193
3233
  #, php-format
3234
  msgid "When enabled, any URL requests containing \"%s\" will be killed."
3235
  msgstr ""
3236
 
3237
- #: src/features/lockdown.php:194
3238
  msgid ""
3239
  "Enabling this option may interfere with expected operations of your site."
3240
  msgstr ""
3241
 
3242
- #: src/features/login_protect.php:25
3243
  msgid "Email verification completed successfully."
3244
  msgstr ""
3245
 
3246
- #: src/features/login_protect.php:28
3247
  msgid "Email verification could not be completed."
3248
  msgstr ""
3249
 
3250
- #: src/features/login_protect.php:86
3251
  msgid ""
3252
  "Before enabling 2-factor email authentication for your WordPress site, you "
3253
  "must verify you can receive this email."
3254
  msgstr ""
3255
 
3256
- #: src/features/login_protect.php:87
3257
  msgid ""
3258
  "This verifies your website can send email and that your account can receive "
3259
  "emails sent from your site."
3260
  msgstr ""
3261
 
3262
- #: src/features/login_protect.php:92
3263
  #, php-format
3264
  msgid "Click the verify link: %s"
3265
  msgstr ""
3266
 
3267
- #: src/features/login_protect.php:95
3268
  #, php-format
3269
  msgid "Here's your code for the guided wizard: %s"
3270
  msgstr ""
3271
 
3272
- #: src/features/login_protect.php:98
3273
  msgid "Email Sending Verification"
3274
  msgstr ""
3275
 
3276
- #: src/features/login_protect.php:161
3277
  msgid "Subscribers"
3278
- msgstr ""
3279
 
3280
- #: src/features/login_protect.php:162
3281
  msgid "Contributors"
3282
  msgstr ""
3283
 
3284
- #: src/features/login_protect.php:163
3285
  msgid "Authors"
3286
- msgstr ""
3287
 
3288
- #: src/features/login_protect.php:164
3289
  msgid "Editors"
3290
  msgstr ""
3291
 
3292
- #: src/features/login_protect.php:429
3293
  msgid "I'm a human."
3294
  msgstr ""
3295
 
3296
- #: src/features/login_protect.php:433
3297
  msgid "Please check the box to show us you're a human."
3298
  msgstr ""
3299
 
3300
- #: src/features/login_protect.php:468
3301
  #, php-format
3302
  msgid "Support for login protection with %s is a Pro-only feature."
3303
  msgstr ""
3304
 
3305
- #: src/features/login_protect.php:474
3306
  msgid ""
3307
  "2FA by email demands that your WP site is properly configured to send email."
3308
  msgstr ""
3309
 
3310
- #: src/features/login_protect.php:475
3311
  msgid ""
3312
  "This is a common problem and you may get locked out in the future if you "
3313
  "ignore this."
3314
  msgstr ""
3315
 
3316
- #: src/features/login_protect.php:476 src/processors/lockdown.php:219
3317
- #: src/processors/plugin_tracking.php:37
3318
  msgid "Learn More."
3319
  msgstr ""
3320
 
3321
- #: src/features/login_protect.php:573
3322
  msgid "Multi-factor login backup code has been removed from your profile"
3323
  msgstr ""
3324
 
3325
- #: src/features/login_protect.php:607
3326
- msgid ""
3327
- "Login Guard blocks all automated and brute force attempts to log in to your "
3328
- "site."
3329
  msgstr ""
3330
 
3331
- #: src/features/login_protect.php:608 src/features/plugin.php:965
3332
- #: src/wizards/plugin.php:561 src/wizards/plugin.php:566
3333
- msgid "Login Guard"
3334
  msgstr ""
3335
 
3336
- #: src/features/login_protect.php:616
3337
- msgid "Adds Google reCAPTCHA to the Login Forms."
3338
  msgstr ""
3339
 
3340
- #: src/features/login_protect.php:623
3341
- msgid "Hide WordPress Login Page"
3342
  msgstr ""
3343
 
3344
- #: src/features/login_protect.php:624
3345
- #, php-format
3346
- msgid "Rename \"%s\""
 
3347
  msgstr ""
3348
 
3349
- #: src/features/login_protect.php:625
3350
- msgid "Hide Login Page"
3351
  msgstr ""
3352
 
3353
- #: src/features/login_protect.php:627
3354
- msgid ""
3355
- "To hide your wp-login.php page from brute force attacks and hacking attempts "
3356
- "- if your login page cannot be found, no-one can login."
3357
  msgstr ""
3358
 
3359
- #: src/features/login_protect.php:628
3360
- msgid ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3361
  "This is not required for complete security and if your site has irregular or "
3362
  "inconsistent configuration it may not work for you."
3363
  msgstr ""
3364
 
3365
- #: src/features/login_protect.php:633 src/features/login_protect.php:714
3366
- #: src/features/user_management.php:344
3367
  msgid "Multi-Factor Authentication"
3368
  msgstr ""
3369
 
3370
- #: src/features/login_protect.php:634
3371
  msgid "Multi-Factor Auth"
3372
  msgstr ""
3373
 
3374
- #: src/features/login_protect.php:636 src/features/user_management.php:341
3375
  msgid ""
3376
  "Verifies the identity of users who log in to your site - i.e. they are who "
3377
  "they say they are."
3378
  msgstr ""
3379
 
3380
- #: src/features/login_protect.php:637 src/features/login_protect.php:647
3381
- #: src/features/login_protect.php:656 src/features/login_protect.php:674
3382
  msgid "You may combine multiple authentication factors for increased security."
3383
  msgstr ""
3384
 
3385
- #: src/features/login_protect.php:642
3386
  msgid "Email Two-Factor Authentication"
3387
  msgstr ""
3388
 
3389
- #: src/features/login_protect.php:643
3390
- msgid "2FA - Email"
3391
  msgstr ""
3392
 
3393
- #: src/features/login_protect.php:645
3394
  msgid ""
3395
  "Verifies the identity of users who log in to your site using email-based one-"
3396
  "time-passwords."
3397
  msgstr ""
3398
 
3399
- #: src/features/login_protect.php:646 src/features/user_management.php:342
3400
  msgid "However, if your host blocks email sending you may lock yourself out."
3401
  msgstr ""
3402
 
3403
- #: src/features/login_protect.php:652
3404
  msgid "Google Authenticator Two-Factor Authentication"
3405
  msgstr ""
3406
 
3407
- #: src/features/login_protect.php:653
3408
- msgid "2FA - Google Authenticator"
3409
  msgstr ""
3410
 
3411
- #: src/features/login_protect.php:655
3412
  msgid ""
3413
  "Verifies the identity of users who log in to your site using Google "
3414
  "Authenticator one-time-passwords."
3415
  msgstr ""
3416
 
3417
- #: src/features/login_protect.php:661
3418
  msgid "Brute Force Login Protection"
3419
  msgstr ""
3420
 
3421
- #: src/features/login_protect.php:662
3422
- msgid "reCAPTCHA & Bots"
3423
  msgstr ""
3424
 
3425
- #: src/features/login_protect.php:664
3426
  msgid ""
3427
  "Blocks brute force hacking attacks against your login and registration pages."
3428
  msgstr ""
3429
 
3430
- #: src/features/login_protect.php:670
3431
  msgid "Yubikey Two-Factor Authentication"
3432
  msgstr ""
3433
 
3434
- #: src/features/login_protect.php:671
3435
- msgid "2FA -Yubikey"
 
3436
  msgstr ""
3437
 
3438
- #: src/features/login_protect.php:673
3439
  msgid ""
3440
  "Verifies the identity of users who log in to your site using Yubikey one-"
3441
  "time-passwords."
3442
  msgstr ""
3443
 
3444
- #: src/features/login_protect.php:704
3445
  msgid "Hide WP Login Page"
3446
  msgstr ""
3447
 
3448
- #: src/features/login_protect.php:705
3449
  msgid "Hide The WordPress Login Page"
3450
  msgstr ""
3451
 
3452
- #: src/features/login_protect.php:706
3453
  msgid "Creating a path here will disable your wp-login.php"
3454
  msgstr ""
3455
 
3456
- #: src/features/login_protect.php:708
3457
  #, php-format
3458
  msgid "Only letters and numbers are permitted: %s"
3459
  msgstr ""
3460
 
3461
- #: src/features/login_protect.php:710
3462
  #, php-format
3463
  msgid "Your current login URL is: %s"
3464
- msgstr ""
3465
 
3466
- #: src/features/login_protect.php:715
3467
  msgid "Require All Active Authentication Factors"
3468
  msgstr ""
3469
 
3470
- #: src/features/login_protect.php:716
3471
  msgid ""
3472
  "When enabled, all multi-factor authentication methods will be applied to a "
3473
  "user login. Disable to require only one to login."
3474
  msgstr ""
3475
 
3476
- #: src/features/login_protect.php:720
3477
  msgid "Multi-Factor By-Pass"
3478
  msgstr ""
3479
 
3480
- #: src/features/login_protect.php:721
3481
  msgid ""
3482
  "A User Can By-Pass Multi-Factor Authentication (MFA) For The Set Number Of "
3483
  "Days"
3484
  msgstr ""
3485
 
3486
- #: src/features/login_protect.php:722
3487
  msgid ""
3488
  "Enter the number of days a user can by-pass future MFA after a successful "
3489
  "MFA-login. 0 to disable."
3490
  msgstr ""
3491
 
3492
- #: src/features/login_protect.php:726
3493
  msgid "Allow Backup Codes"
3494
  msgstr ""
3495
 
3496
- #: src/features/login_protect.php:727
3497
  msgid "Allow Users To Generate A Backup Code"
3498
  msgstr ""
3499
 
3500
- #: src/features/login_protect.php:728
3501
  msgid ""
3502
  "Allow users to generate a backup code that can be used to login if MFA "
3503
  "factors are unavailable."
3504
  msgstr ""
3505
 
3506
- #: src/features/login_protect.php:732
3507
- #: src/processors/loginprotect_backupcodes.php:40
3508
- #: src/processors/loginprotect_googleauthenticator.php:41
3509
- #: src/processors/loginprotect_googleauthenticator.php:45
3510
- #: src/processors/loginprotect_googleauthenticator.php:47
3511
- #: src/processors/loginprotect_googleauthenticator.php:184
3512
- #: src/processors/loginprotect_googleauthenticator.php:289
3513
- #: src/processors/loginprotect_googleauthenticator.php:297
3514
  msgid "Google Authenticator"
3515
  msgstr ""
3516
 
3517
- #: src/features/login_protect.php:733
3518
  msgid "Allow Users To Use Google Authenticator"
3519
  msgstr ""
3520
 
3521
- #: src/features/login_protect.php:734
3522
  msgid ""
3523
  "When enabled, users will have the option to add Google Authenticator to "
3524
  "their WordPress user profile"
3525
  msgstr ""
3526
 
3527
- #: src/features/login_protect.php:738 src/features/login_protect.php:744
3528
- #: src/features/login_protect.php:747
3529
- #: src/processors/loginprotect_twofactorauth.php:201
3530
- #: src/processors/loginprotect_twofactorauth.php:202
3531
  msgid "Email Authentication"
3532
  msgstr ""
3533
 
3534
- #: src/features/login_protect.php:739
3535
  #, php-format
3536
  msgid "Two-Factor Login Authentication By %s"
3537
  msgstr ""
3538
 
3539
- #: src/features/login_protect.php:739 src/features/plugin.php:955
3540
- #: src/processors/user_management.php:209
3541
  msgid "Email"
3542
- msgstr ""
3543
 
3544
- #: src/features/login_protect.php:740
3545
  msgid ""
3546
  "All users will be required to verify their login by email-based two-factor "
3547
  "authentication."
3548
  msgstr ""
3549
 
3550
- #: src/features/login_protect.php:744
3551
  msgid "Enforce"
3552
  msgstr ""
3553
 
3554
- #: src/features/login_protect.php:745
3555
  msgid "All User Roles Subject To Email Authentication"
3556
  msgstr ""
3557
 
3558
- #: src/features/login_protect.php:746
3559
  msgid ""
3560
  "Enforces email-based authentication on all users with the selected roles."
3561
  msgstr ""
3562
 
3563
- #: src/features/login_protect.php:747
3564
  #, php-format
3565
  msgid "This setting only applies to %s."
3566
  msgstr ""
3567
 
3568
- #: src/features/login_protect.php:751
3569
  msgid "Google reCAPTCHA"
3570
  msgstr ""
3571
 
3572
- #: src/features/login_protect.php:752
3573
  msgid "Protect WordPress Account Access Requests With Google reCAPTCHA"
3574
  msgstr ""
3575
 
3576
- #: src/features/login_protect.php:753
3577
  msgid ""
3578
  "Use Google reCAPTCHA on the user account forms such as login, register, etc."
3579
  msgstr ""
3580
 
3581
- #: src/features/login_protect.php:754
3582
  #, php-format
3583
  msgid "Use of any theme other than \"%s\", requires a Pro license."
3584
  msgstr ""
3585
 
3586
- #: src/features/login_protect.php:754
3587
  msgid "Light Theme"
3588
  msgstr ""
3589
 
3590
- #: src/features/login_protect.php:755
3591
  msgid ""
3592
  "You'll need to setup your Google reCAPTCHA API Keys in 'General' settings."
3593
  msgstr ""
3594
 
3595
- #: src/features/login_protect.php:756
3596
  msgid ""
3597
  "Some forms are more dynamic than others so if you experience problems, "
3598
  "please use non-Invisible reCAPTCHA."
3599
  msgstr ""
3600
 
3601
- #: src/features/login_protect.php:766
3602
  msgid "Protection Locations"
3603
  msgstr ""
3604
 
3605
- #: src/features/login_protect.php:767
3606
  msgid "Which Forms Should Be Protected"
3607
  msgstr ""
3608
 
3609
- #: src/features/login_protect.php:768
3610
  msgid "Choose the forms for which bot protection measures will be deployed."
3611
  msgstr ""
3612
 
3613
- #: src/features/login_protect.php:769
3614
  #, php-format
3615
  msgid "Use with 3rd party systems such as %s, requires a Pro license."
3616
  msgstr ""
3617
 
3618
- #: src/features/login_protect.php:773
3619
  msgid "Bot Protection"
3620
  msgstr ""
3621
 
3622
- #: src/features/login_protect.php:774
3623
  msgid "Protect WP Login From Automated Login Attempts By Bots"
3624
  msgstr ""
3625
 
3626
- #: src/features/login_protect.php:775
3627
  msgid ""
3628
  "Adds a dynamically (Javascript) generated checkbox to the login form that "
3629
  "prevents bots using automated login techniques."
3630
  msgstr ""
3631
 
3632
- #: src/features/login_protect.php:776
3633
  msgid "ON"
3634
  msgstr ""
3635
 
3636
- #: src/features/login_protect.php:780
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3637
  msgid "Cooldown Period"
3638
  msgstr ""
3639
 
3640
- #: src/features/login_protect.php:781
3641
  msgid "Limit account access requests to every X seconds"
3642
  msgstr ""
3643
 
3644
- #: src/features/login_protect.php:782
3645
  msgid ""
3646
  "WordPress will process only ONE account access attempt per number of seconds "
3647
  "specified."
3648
  msgstr ""
3649
 
3650
- #: src/features/login_protect.php:783
3651
  msgid "Zero (0) turns this off."
3652
- msgstr ""
3653
 
3654
- #: src/features/login_protect.php:789
3655
  msgid "User Registration"
3656
  msgstr ""
3657
 
3658
- #: src/features/login_protect.php:790
3659
  msgid "Apply Brute Force Protection To User Registration And Lost Passwords"
3660
  msgstr ""
3661
 
3662
- #: src/features/login_protect.php:791
3663
  msgid ""
3664
  "When enabled, settings in this section will also apply to new user "
3665
  "registration and users trying to reset passwords."
3666
  msgstr ""
3667
 
3668
- #: src/features/login_protect.php:795
3669
  msgid "Enable Yubikey Authentication"
3670
  msgstr ""
3671
 
3672
- #: src/features/login_protect.php:796
3673
  msgid "Turn On / Off Yubikey Authentication On This Site"
3674
  msgstr ""
3675
 
3676
- #: src/features/login_protect.php:797
3677
  msgid ""
3678
  "Combined with your Yubikey API details this will form the basis of your "
3679
  "Yubikey Authentication"
3680
  msgstr ""
3681
 
3682
- #: src/features/login_protect.php:801
3683
  msgid "Yubikey App ID"
3684
  msgstr ""
3685
 
3686
- #: src/features/login_protect.php:802
3687
  msgid "Your Unique Yubikey App ID"
3688
- msgstr ""
3689
 
3690
- #: src/features/login_protect.php:803
3691
  msgid ""
3692
  "Combined with your Yubikey API Key this will form the basis of your Yubikey "
3693
  "Authentication"
3694
  msgstr ""
3695
 
3696
- #: src/features/login_protect.php:804
3697
  msgid ""
3698
  "Please review the info link on how to obtain your own Yubikey App ID and API "
3699
  "Key."
3700
  msgstr ""
3701
 
3702
- #: src/features/login_protect.php:808
3703
  msgid "Yubikey API Key"
3704
- msgstr ""
3705
 
3706
- #: src/features/login_protect.php:809
3707
  msgid "Your Unique Yubikey App API Key"
3708
- msgstr ""
3709
 
3710
- #: src/features/login_protect.php:810
3711
  msgid ""
3712
  "Combined with your Yubikey App ID this will form the basis of your Yubikey "
3713
  "Authentication."
3714
  msgstr ""
3715
 
3716
- #: src/features/login_protect.php:811
3717
  msgid ""
3718
  "Please review the info link on how to get your own Yubikey App ID and API "
3719
  "Key."
3720
  msgstr ""
3721
 
3722
- #: src/features/login_protect.php:815
3723
  msgid "Yubikey Unique Keys"
3724
- msgstr ""
3725
 
3726
- #: src/features/login_protect.php:816
3727
  msgid ""
3728
  "This method for Yubikeys is no longer supported. Please see your user profile"
3729
  msgstr ""
3730
 
3731
- #: src/features/login_protect.php:817
3732
  msgid "Format"
3733
- msgstr ""
3734
 
3735
- #: src/features/login_protect.php:818
3736
  msgid "Provide Username<->Yubikey Pairs that are usable for this site."
3737
  msgstr ""
3738
 
3739
- #: src/features/login_protect.php:819
3740
  msgid ""
3741
  "If a Username if not assigned a Yubikey, Yubikey Authentication is OFF for "
3742
  "that user."
3743
  msgstr ""
3744
 
3745
- #: src/features/login_protect.php:820
3746
  msgid ""
3747
  "Each [Username,Key] pair should be separated by a new line: you only need to "
3748
  "provide the first 12 characters of the yubikey."
3749
  msgstr ""
3750
 
3751
- #: src/features/login_protect.php:824
3752
  msgid "GASP Checkbox Text"
3753
  msgstr ""
3754
 
3755
- #: src/features/login_protect.php:825
3756
  msgid "The User Message Displayed Next To The GASP Checkbox"
3757
  msgstr ""
3758
 
3759
- #: src/features/login_protect.php:826
3760
  msgid ""
3761
  "You can change the text displayed to the user beside the checkbox if you "
3762
  "need a custom message."
3763
  msgstr ""
3764
 
3765
- #: src/features/login_protect.php:831
3766
  msgid "GASP Alert Text"
3767
  msgstr ""
3768
 
3769
- #: src/features/login_protect.php:832
3770
  msgid "The Message Displayed If The User Doesn't Check The Box"
3771
  msgstr ""
3772
 
3773
- #: src/features/login_protect.php:833
3774
  msgid ""
3775
  "You can change the text displayed to the user in the alert message if they "
3776
  "don't check the box."
3777
  msgstr ""
3778
 
3779
- #: src/features/plugin.php:234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3780
  msgid "File could not be automatically removed."
3781
  msgstr ""
3782
 
3783
- #: src/features/plugin.php:297
3784
- msgid "Sorry, you do not have permission to disable this plugin."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3785
  msgstr ""
3786
 
3787
- #: src/features/plugin.php:298
3788
- msgid "You need to authenticate first."
3789
  msgstr ""
3790
 
3791
- #: src/features/plugin.php:648
3792
  #, php-format
3793
  msgid "This Site Is Protected By %s"
3794
  msgstr ""
3795
 
3796
- #: src/features/plugin.php:671
3797
  msgid "Plugin Actions"
3798
  msgstr ""
3799
 
3800
- #: src/features/plugin.php:672
3801
  msgid "E.g. Import/Export"
3802
  msgstr ""
3803
 
3804
- #: src/features/plugin.php:725
3805
- msgid "Global Security Plugin Disable"
 
 
 
 
 
3806
  msgstr ""
3807
 
3808
- #: src/features/plugin.php:730 src/features/plugin.php:731
3809
- msgid "Plugin Defaults"
3810
  msgstr ""
3811
 
3812
- #: src/features/plugin.php:733
3813
- msgid "Important default settings used throughout the plugin."
 
3814
  msgstr ""
3815
 
3816
- #: src/features/plugin.php:738 src/features/plugin.php:743
3817
- msgid "Import"
3818
  msgstr ""
3819
 
3820
- #: src/features/plugin.php:738 src/features/plugin.php:743
3821
- msgid "Export"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3822
  msgstr ""
3823
 
3824
- #: src/features/plugin.php:740
3825
  msgid ""
3826
  "Automatically import options, and deploy configurations across your entire "
3827
  "network."
3828
  msgstr ""
3829
 
3830
- #: src/features/plugin.php:741
3831
  msgid "This is a Pro-only feature."
3832
  msgstr ""
3833
 
3834
- #: src/features/plugin.php:747
3835
  msgid "General Plugin Options"
3836
  msgstr ""
3837
 
3838
- #: src/features/plugin.php:748
3839
  msgid "General Options"
3840
- msgstr ""
3841
 
3842
- #: src/features/plugin.php:752 src/features/plugin.php:753
3843
  msgid "Google"
3844
- msgstr ""
3845
 
3846
- #: src/features/plugin.php:755
3847
  #, php-format
3848
  msgid "Setup Google reCAPTCHA for use across %s."
3849
  msgstr ""
3850
 
3851
- #: src/features/plugin.php:759
3852
  msgid "You must create your own Google reCAPTCHA API Keys."
3853
  msgstr ""
3854
 
3855
- #: src/features/plugin.php:761
3856
- msgid "API Keys"
3857
  msgstr ""
3858
 
3859
- #: src/features/plugin.php:763
3860
  #, php-format
3861
  msgid "Invisible Google reCAPTCHA is available with %s Pro."
3862
  msgstr ""
3863
 
3864
- #: src/features/plugin.php:768 src/features/plugin.php:769
3865
  msgid "Duo Security"
3866
  msgstr ""
3867
 
3868
- #: src/features/plugin.php:792
3869
  msgid "Enable/Disable Plugin Modules"
3870
  msgstr ""
3871
 
3872
- #: src/features/plugin.php:793
3873
  msgid "Enable/Disable All Plugin Modules"
3874
  msgstr ""
3875
 
3876
- #: src/features/plugin.php:794
3877
  #, php-format
3878
  msgid "Uncheck this option to disable all %s features."
3879
  msgstr ""
3880
 
3881
- #: src/features/plugin.php:799
3882
  msgid "Admin Notes"
3883
  msgstr ""
3884
 
3885
- #: src/features/plugin.php:800
3886
  msgid "Turn-On Admin Notes Section In Insights Dashboard"
3887
  msgstr ""
3888
 
3889
- #: src/features/plugin.php:801
3890
  msgid ""
3891
  "When turned-on it enables administrators to enter custom notes in the "
3892
  "Insights Dashboard."
3893
  msgstr ""
3894
 
3895
- #: src/features/plugin.php:805
3896
  msgid "Information Gathering"
3897
  msgstr ""
3898
 
3899
- #: src/features/plugin.php:806
3900
  msgid "Permit Anonymous Usage Information Gathering"
3901
  msgstr ""
3902
 
3903
- #: src/features/plugin.php:807
3904
  msgid ""
3905
  "Allows us to gather information on statistics and features in-use across our "
3906
  "client installations."
3907
  msgstr ""
3908
 
3909
- #: src/features/plugin.php:808
3910
  msgid ""
3911
  "This information is strictly anonymous and contains no personally, or "
3912
  "otherwise, identifiable data."
3913
  msgstr ""
3914
 
3915
- #: src/features/plugin.php:809
3916
  msgid "Click to see the exact data that would be sent."
3917
  msgstr ""
3918
 
3919
- #: src/features/plugin.php:813
3920
  msgid "IP Source"
3921
  msgstr ""
3922
 
3923
- #: src/features/plugin.php:814
3924
  msgid "Which IP Address Is Yours"
3925
  msgstr ""
3926
 
3927
- #: src/features/plugin.php:815
3928
  msgid ""
3929
  "There are many possible ways to detect visitor IP addresses. If Auto-Detect "
3930
  "is not working, please select yours from the list."
3931
  msgstr ""
3932
 
3933
- #: src/features/plugin.php:816
3934
  msgid ""
3935
  "If the option you select becomes unavailable, we will revert to auto "
3936
  "detection."
3937
  msgstr ""
3938
 
3939
- #: src/features/plugin.php:817
3940
  #, php-format
3941
- msgid "Current source is: %s"
3942
  msgstr ""
3943
 
3944
- #: src/features/plugin.php:822
3945
  msgid "Report Email"
3946
  msgstr ""
3947
 
3948
- #: src/features/plugin.php:823
3949
  msgid "Where to send email reports"
3950
  msgstr ""
3951
 
3952
- #: src/features/plugin.php:824
3953
  #, php-format
3954
  msgid "If this is empty, it will default to the blog admin email address: %s"
3955
  msgstr ""
3956
 
3957
- #: src/features/plugin.php:828
3958
  msgid "In-Plugin Notices"
3959
  msgstr ""
3960
 
3961
- #: src/features/plugin.php:829
3962
  msgid "Display Plugin Specific Notices"
3963
  msgstr ""
3964
 
3965
- #: src/features/plugin.php:830
3966
  msgid ""
3967
  "Disable this option to hide certain plugin admin notices about available "
3968
  "updates and post-update notices."
3969
  msgstr ""
3970
 
3971
- #: src/features/plugin.php:834
3972
  msgid "Show Plugin Badge"
3973
  msgstr ""
3974
 
3975
- #: src/features/plugin.php:835
3976
  msgid "Display Plugin Badge On Your Site"
3977
  msgstr ""
3978
 
3979
- #: src/features/plugin.php:836
3980
  msgid ""
3981
  "Enabling this option helps support the plugin by spreading the word about it "
3982
  "on your website."
3983
  msgstr ""
3984
 
3985
- #: src/features/plugin.php:837
3986
  msgid ""
3987
  "The plugin badge also lets visitors know your are taking your website "
3988
  "security seriously."
3989
  msgstr ""
3990
 
3991
- #: src/features/plugin.php:838
3992
  msgid "Read this carefully before enabling this option."
3993
  msgstr ""
3994
 
3995
- #: src/features/plugin.php:842
3996
  msgid "Delete Plugin Settings"
3997
  msgstr ""
3998
 
3999
- #: src/features/plugin.php:843
4000
  msgid "Delete All Plugin Settings Upon Plugin Deactivation"
4001
  msgstr ""
4002
 
4003
- #: src/features/plugin.php:844
4004
  msgid "Careful: Removes all plugin options when you deactivate the plugin"
4005
  msgstr ""
4006
 
4007
- #: src/features/plugin.php:848
4008
  msgid "XML-RPC Compatibility"
4009
  msgstr ""
4010
 
4011
- #: src/features/plugin.php:849
4012
  msgid "Allow Login Through XML-RPC To By-Pass Accounts Management Rules"
4013
  msgstr ""
4014
 
4015
- #: src/features/plugin.php:850
4016
  msgid ""
4017
  "Enable this if you need XML-RPC functionality e.g. if you use the WordPress "
4018
  "iPhone/Android App."
4019
  msgstr ""
4020
 
4021
- #: src/features/plugin.php:854
4022
  msgid "Allow Import/Export"
4023
  msgstr ""
4024
 
4025
- #: src/features/plugin.php:855
4026
  msgid "Allow Import And Export Of Options On This Site"
4027
  msgstr ""
4028
 
4029
- #: src/features/plugin.php:856
4030
  msgid "Uncheck this box to completely disable import and export of options."
4031
  msgstr ""
4032
 
4033
- #: src/features/plugin.php:857
4034
  msgid "Import/Export is a premium-only feature."
4035
  msgstr ""
4036
 
4037
- #: src/features/plugin.php:861
4038
  msgid "Export Whitelist"
4039
  msgstr ""
4040
 
4041
- #: src/features/plugin.php:862
4042
  msgid "Whitelisted Sites To Export Options From This Site"
4043
  msgstr ""
4044
 
4045
- #: src/features/plugin.php:863
4046
  msgid "Whitelisted sites may export options from this site without the key."
4047
  msgstr ""
4048
 
4049
- #: src/features/plugin.php:864
4050
  msgid "List each site URL on a new line."
4051
  msgstr ""
4052
 
4053
- #: src/features/plugin.php:865
4054
  msgid "This is to be used in conjunction with the Master Import Site feature."
4055
  msgstr ""
4056
 
4057
- #: src/features/plugin.php:869
4058
  msgid "Master Import Site"
4059
  msgstr ""
4060
 
4061
- #: src/features/plugin.php:870
4062
  msgid "Automatically Import Options From This Site URL"
4063
  msgstr ""
4064
 
4065
- #: src/features/plugin.php:871
4066
  msgid "Supplying a site URL here will make this site an 'Options Slave'."
4067
  msgstr ""
4068
 
4069
- #: src/features/plugin.php:872
4070
  msgid "Options will be automatically exported from the Master site each day."
4071
  msgstr ""
4072
 
4073
- #: src/features/plugin.php:873
4074
  msgid ""
4075
  "Use of this feature will overwrite existing options and replace them with "
4076
  "those from the Master Import Site."
4077
  msgstr ""
4078
 
4079
- #: src/features/plugin.php:877
4080
  msgid "Notify Whitelist"
4081
  msgstr ""
4082
 
4083
- #: src/features/plugin.php:878
4084
  msgid "Notify Sites On The Whitelist To Update Options From Master"
4085
  msgstr ""
4086
 
4087
- #: src/features/plugin.php:879
4088
  msgid ""
4089
  "When enabled, manual options saving will notify sites on the whitelist to "
4090
  "export options from the Master site."
4091
  msgstr ""
4092
 
4093
- #: src/features/plugin.php:883
4094
  msgid "Secret Key"
4095
- msgstr ""
4096
 
4097
- #: src/features/plugin.php:884
4098
  msgid "Import/Export Secret Key"
4099
  msgstr ""
4100
 
4101
- #: src/features/plugin.php:885
4102
  msgid ""
4103
  "Keep this Secret Key private as it will allow the import and export of "
4104
  "options."
4105
  msgstr ""
4106
 
4107
- #: src/features/plugin.php:889
4108
  msgid "Installation ID"
4109
  msgstr ""
4110
 
4111
- #: src/features/plugin.php:890
4112
  msgid "Unique Plugin Installation ID"
4113
  msgstr ""
4114
 
4115
- #: src/features/plugin.php:891
4116
  msgid "Keep this ID private."
4117
  msgstr ""
4118
 
4119
- #: src/features/plugin.php:895
4120
  msgid "reCAPTCHA Secret"
4121
  msgstr ""
4122
 
4123
- #: src/features/plugin.php:896
4124
  msgid "Google reCAPTCHA Secret Key"
4125
  msgstr ""
4126
 
4127
- #: src/features/plugin.php:897
4128
  msgid "Enter your Google reCAPTCHA secret key for use throughout the plugin."
4129
  msgstr ""
4130
 
4131
- #: src/features/plugin.php:901
4132
  msgid "reCAPTCHA Site Key"
4133
  msgstr ""
4134
 
4135
- #: src/features/plugin.php:902
4136
  msgid "Google reCAPTCHA Site Key"
4137
  msgstr ""
4138
 
4139
- #: src/features/plugin.php:903
4140
  msgid "Enter your Google reCAPTCHA site key for use throughout the plugin"
4141
  msgstr ""
4142
 
4143
- #: src/features/plugin.php:908
4144
  msgid "How Google reCAPTCHA Will Be Displayed By Default"
4145
  msgstr ""
4146
 
4147
- #: src/features/plugin.php:926
4148
- msgid "IP Whitelist"
4149
- msgstr ""
4150
-
4151
- #: src/features/plugin.php:927
4152
  msgid "IP Address White List"
4153
  msgstr ""
4154
 
4155
- #: src/features/plugin.php:928
4156
  msgid ""
4157
  "Any IP addresses on this list will by-pass all Plugin Security Checking."
4158
  msgstr ""
4159
 
4160
- #: src/features/plugin.php:929 src/processors/ips.php:91
4161
- #: src/processors/plugin.php:189 src/processors/plugin_badge.php:47
4162
  #, php-format
4163
  msgid "Your IP address is: %s"
4164
- msgstr ""
4165
 
4166
- #: src/features/plugin.php:930
4167
  msgid "Choose IP Addresses To Blacklist"
4168
  msgstr ""
4169
 
4170
- #: src/features/plugin.php:931
4171
  #, php-format
4172
  msgid "Recommendation - %s"
4173
- msgstr ""
4174
 
4175
- #: src/features/plugin.php:932
4176
  msgid "Blacklist"
4177
  msgstr ""
4178
 
4179
- #: src/features/plugin.php:933
4180
  msgid "Logging"
4181
  msgstr ""
4182
 
4183
- #: src/features/plugin.php:934
4184
  #, php-format
4185
  msgid ""
4186
  "User \"%s\" was forcefully logged out as they were not verified by either "
4187
  "cookie or IP address (or both)."
4188
  msgstr ""
4189
 
4190
- #: src/features/plugin.php:935
4191
  #, php-format
4192
  msgid ""
4193
  "User \"%s\" was found to be un-verified at the given IP Address: \"%s\"."
4194
  msgstr ""
4195
 
4196
- #: src/features/plugin.php:936
4197
  msgid "Cookie"
4198
  msgstr ""
4199
 
4200
- #: src/features/plugin.php:938 src/features/traffic.php:395
 
4201
  msgid "IP"
4202
- msgstr ""
4203
 
4204
- #: src/features/plugin.php:939
4205
  msgid ""
4206
  "This will restrict all user login sessions to a single browser. Use this if "
4207
  "your users have dynamic IP addresses."
4208
  msgstr ""
4209
 
4210
- #: src/features/plugin.php:940
4211
  msgid ""
4212
  "All users will be required to authenticate their login by email-based two-"
4213
  "factor authentication, when logging in from a new IP address"
4214
  msgstr ""
4215
 
4216
- #: src/features/plugin.php:941
4217
  msgid "2-Factor Auth"
4218
  msgstr ""
4219
 
4220
- #: src/features/plugin.php:942
4221
  msgid "Include Logged-In Users"
4222
  msgstr ""
4223
 
4224
- #: src/features/plugin.php:943
4225
  msgid "You may also enable GASP for logged in users"
4226
  msgstr ""
4227
 
4228
- #: src/features/plugin.php:944
4229
  msgid ""
4230
  "Since logged-in users would be expected to be vetted already, this is off by "
4231
  "default."
4232
  msgstr ""
4233
 
4234
- #: src/features/plugin.php:946
4235
  msgid "Protect your security plugin not just your WordPress site"
4236
- msgstr ""
4237
 
4238
- #: src/features/plugin.php:949
4239
  msgid "Get a view on what happens on your site, when it happens"
4240
  msgstr ""
 
 
 
 
 
 
4241
 
4242
- #: src/features/plugin.php:952
4243
  msgid "Take back full control of WordPress automatic updates"
4244
- msgstr ""
4245
 
4246
- #: src/features/plugin.php:953
4247
  msgid "Comments SPAM"
4248
- msgstr ""
4249
 
4250
- #: src/features/plugin.php:954
4251
  msgid "Block comment SPAM and retain your privacy"
4252
- msgstr ""
4253
 
4254
- #: src/features/plugin.php:957
4255
  msgid "Automatically block malicious URLs and data sent to your site"
4256
  msgstr ""
 
4257
 
4258
- #: src/features/plugin.php:959
4259
- msgid "HTTP Headers"
4260
- msgstr ""
4261
-
4262
- #: src/features/plugin.php:960
4263
  msgid "Control HTTP Security Headers"
4264
  msgstr ""
4265
 
4266
- #: src/features/plugin.php:962
4267
  msgid "Manage Visitor IP Address"
4268
  msgstr ""
4269
 
4270
- #: src/features/plugin.php:964
4271
  msgid "Harden the more loosely controlled settings of your site"
4272
  msgstr ""
4273
 
4274
- #: src/features/plugin.php:966
4275
  msgid ""
4276
  "Block brute force attacks and secure user identities with Two-Factor "
4277
  "Authentication"
4278
  msgstr ""
4279
 
4280
- #: src/features/plugin.php:967
4281
  msgid "Dashboard"
4282
- msgstr ""
4283
 
4284
- #: src/features/plugin.php:968
4285
  msgid "General Plugin Settings"
4286
  msgstr ""
4287
 
4288
- #: src/features/plugin.php:969
4289
  msgid "Statistics"
4290
- msgstr ""
4291
 
4292
- #: src/features/plugin.php:970
4293
  msgid "Summary of the main security actions taken by this plugin"
4294
  msgstr ""
4295
 
4296
- #: src/features/plugin.php:971
4297
  msgid "Stats Viewer"
4298
  msgstr ""
4299
 
4300
- #: src/features/plugin.php:972
4301
  msgid "Premium Support"
4302
- msgstr ""
4303
 
4304
- #: src/features/plugin.php:973
4305
  msgid "Premium Plugin Support Centre"
4306
  msgstr ""
4307
 
4308
- #: src/features/plugin.php:974 src/features/sessions.php:54
4309
- #: src/features/traffic.php:477 src/features/user_management.php:314
 
4310
  msgid "User Management"
4311
  msgstr ""
4312
 
4313
- #: src/features/plugin.php:975
4314
  msgid ""
4315
  "Get true user sessions and control account sharing, session duration and "
4316
  "timeouts"
4317
  msgstr ""
4318
 
4319
- #: src/features/plugin.php:976
4320
  msgid "Two-Factor Authentication"
4321
  msgstr ""
4322
 
4323
- #: src/features/sessions.php:53
4324
  msgid "Creates and Manages User Sessions."
4325
  msgstr ""
4326
 
4327
- #: src/features/statistics.php:53
4328
  msgid "Helps you see at a glance how effective the plugin has been."
4329
  msgstr ""
4330
 
4331
- #: src/features/statistics.php:62
4332
  msgid "To track stats and issue reports."
4333
  msgstr ""
4334
 
4335
- #: src/features/statistics.php:69
4336
  msgid "Statistics Sharing"
4337
  msgstr ""
4338
 
4339
- #: src/features/statistics.php:71
4340
  msgid ""
4341
  "Help us to provide globally accessible statistics on the effectiveness of "
4342
  "the plugin."
4343
  msgstr ""
4344
 
4345
- #: src/features/statistics.php:72
4346
  msgid "Enabling this option helps us improve our plugin over time."
4347
  msgstr ""
4348
 
4349
- #: src/features/statistics.php:73
4350
  msgid "All statistics data collection is 100% anonymous."
4351
  msgstr ""
4352
 
4353
- #: src/features/statistics.php:73
4354
  msgid ""
4355
  "Neither we nor anyone else will be able to trace the data back to the "
4356
  "originating site."
4357
  msgstr ""
4358
 
4359
- #: src/features/statistics.php:76
4360
  msgid "Sharing"
4361
  msgstr ""
4362
 
4363
- #: src/features/traffic.php:72
4364
  #, php-format
4365
  msgid "%s is a Pro-only feature."
4366
  msgstr ""
4367
 
4368
- #: src/features/traffic.php:72
4369
  msgid "Traffic Watch"
4370
  msgstr ""
4371
 
4372
- #: src/features/traffic.php:77
4373
  msgid ""
4374
  "Traffic Watcher will not run because visitor IP address detection is not "
4375
  "correctly configured."
4376
  msgstr ""
4377
 
4378
- #: src/features/traffic.php:198
4379
- msgid "Traffic Watch Viewer"
4380
- msgstr ""
4381
-
4382
- #: src/features/traffic.php:374
4383
- msgid "unknown"
4384
- msgstr ""
4385
-
4386
- #: src/features/traffic.php:382 src/processors/firewall.php:271
4387
- msgid "Unknown"
4388
- msgstr ""
4389
-
4390
- #: src/features/traffic.php:396
4391
- msgid "Logged-In"
4392
- msgstr ""
4393
-
4394
- #: src/features/traffic.php:397
4395
- msgid "Location"
4396
- msgstr ""
4397
-
4398
- #: src/features/traffic.php:398
4399
- msgid "User Agent"
4400
- msgstr ""
4401
-
4402
- #: src/features/traffic.php:403
4403
- msgid "Response"
4404
- msgstr ""
4405
-
4406
- #: src/features/traffic.php:404
4407
- msgid "Transgression"
4408
- msgstr ""
4409
-
4410
- #: src/features/traffic.php:448
4411
- msgid "Traffic Watch Log"
4412
- msgstr ""
4413
-
4414
- #: src/features/traffic.php:449
4415
- msgid "Review Site Traffic Logs "
4416
- msgstr ""
4417
-
4418
- #: src/features/traffic.php:467
4419
  msgid "Monitor and review all requests to your site."
4420
  msgstr ""
4421
 
4422
- #: src/features/traffic.php:468
4423
  msgid ""
4424
  "Required only if you need to review and investigate and monitor requests to "
4425
  "your site"
4426
  msgstr ""
4427
 
4428
- #: src/features/traffic.php:474
4429
  msgid "Traffic Watch Options"
4430
  msgstr ""
4431
 
4432
- #: src/features/traffic.php:476
4433
  msgid "Provides finer control over the Traffic Watch system."
4434
  msgstr ""
4435
 
4436
- #: src/features/traffic.php:479
4437
  msgid "Traffic Logging Options"
4438
  msgstr ""
4439
 
4440
- #: src/features/traffic.php:508
4441
  msgid "Traffic Log Exclusions"
4442
  msgstr ""
4443
 
4444
- #: src/features/traffic.php:509
4445
  msgid "Select Which Types Of Requests To Exclude"
4446
  msgstr ""
4447
 
4448
- #: src/features/traffic.php:510
4449
  msgid ""
4450
  "Select request types that you don't want to appear in the traffic viewer."
4451
  msgstr ""
4452
 
4453
- #: src/features/traffic.php:511
4454
  msgid ""
4455
  "If a request matches any exclusion rule, it will not show on the traffic "
4456
  "viewer."
4457
  msgstr ""
4458
 
4459
- #: src/features/traffic.php:515
4460
  msgid "Custom Exclusions"
4461
  msgstr ""
4462
 
4463
- #: src/features/traffic.php:516
4464
  msgid "Provide Custom Traffic Exclusions"
4465
  msgstr ""
4466
 
4467
- #: src/features/traffic.php:517
4468
  msgid ""
4469
  "For each entry, if the text is present in either the User Agent or request "
4470
  "Path, it will be excluded."
4471
  msgstr ""
4472
 
4473
- #: src/features/traffic.php:518
4474
  msgid "Take a new line for each entry."
4475
  msgstr ""
4476
 
4477
- #: src/features/traffic.php:519
4478
  msgid "Comparisons are case-insensitive."
4479
  msgstr ""
4480
 
4481
- #: src/features/traffic.php:523
4482
  msgid "Auto Expiry Cleaning"
4483
  msgstr ""
4484
 
4485
- #: src/features/traffic.php:524
4486
  msgid "Enable Traffic Log Auto Expiry"
4487
  msgstr ""
4488
 
4489
- #: src/features/traffic.php:525
4490
  msgid "DB cleanup will delete logs older than this maximum value (in days)."
4491
  msgstr ""
4492
 
4493
- #: src/features/traffic.php:529
4494
  msgid "Max Log Length"
4495
  msgstr ""
4496
 
4497
- #: src/features/traffic.php:530
4498
  msgid "Maximum Traffic Log Length To Keep"
4499
  msgstr ""
4500
 
4501
- #: src/features/traffic.php:531
4502
  msgid "DB cleanup will delete logs to maintain this maximum number of records."
4503
  msgstr ""
4504
 
4505
- #: src/features/traffic.php:535
4506
  msgid "Auto Disable"
4507
  msgstr ""
4508
 
4509
- #: src/features/traffic.php:536
4510
  msgid "Auto Disable Traffic Logging After 1 Week"
4511
  msgstr ""
4512
 
4513
- #: src/features/traffic.php:539
4514
  #, php-format
4515
  msgid "Auto Disable At: %s"
4516
  msgstr ""
4517
 
4518
- #: src/features/traffic.php:544
4519
  msgid "Turn on to prevent unnecessary long-term traffic logging."
4520
  msgstr ""
4521
 
4522
- #: src/features/traffic.php:545
4523
  msgid "Timer resets after options save."
4524
  msgstr ""
4525
 
4526
- #: src/features/user_management.php:47
4527
- #, php-format
4528
- msgid "now: %s"
4529
  msgstr ""
4530
 
4531
- #: src/features/user_management.php:153 src/processors/statistics.php:203
4532
- msgid "User Sessions"
 
 
 
 
4533
  msgstr ""
4534
 
4535
- #: src/features/user_management.php:154
4536
- msgid "Review user sessions"
4537
  msgstr ""
4538
 
4539
- #: src/features/user_management.php:156
 
 
 
 
4540
  msgid "Current User Sessions"
4541
  msgstr ""
4542
 
4543
- #: src/features/user_management.php:158
4544
  msgid "Logged In At"
4545
  msgstr ""
4546
 
4547
- #: src/features/user_management.php:159
4548
  msgid "Last Activity At"
4549
  msgstr ""
4550
 
4551
- #: src/features/user_management.php:160
4552
  msgid "Last Activity URI"
4553
  msgstr ""
4554
 
4555
- #: src/features/user_management.php:161
4556
  msgid "Login IP"
4557
  msgstr ""
4558
 
4559
- #: src/features/user_management.php:162
4560
  msgid ""
4561
  "You need to enable the User Management feature to view and manage user "
4562
  "sessions."
4563
  msgstr ""
4564
 
4565
- #: src/features/user_management.php:227
4566
  msgid "Very Weak"
4567
  msgstr ""
4568
 
4569
- #: src/features/user_management.php:228
4570
  msgid "Weak"
4571
  msgstr ""
4572
 
4573
- #: src/features/user_management.php:229
4574
  msgid "Medium"
4575
- msgstr ""
4576
 
4577
- #: src/features/user_management.php:230
4578
  msgid "Strong"
4579
  msgstr ""
4580
 
4581
- #: src/features/user_management.php:231
4582
  msgid "Very Strong"
4583
  msgstr ""
4584
 
4585
- #: src/features/user_management.php:275
 
 
 
 
 
 
 
 
 
 
4586
  msgid "Default 'admin' user still available."
4587
  msgstr ""
4588
 
4589
- #: src/features/user_management.php:277
4590
  msgid "Default 'admin' user should be disabled or removed."
4591
  msgstr ""
4592
 
4593
- #: src/features/user_management.php:286
4594
  msgid "Strong password policies are not enforced."
4595
  msgstr ""
4596
 
4597
- #: src/features/user_management.php:289
4598
  msgid "Password policies should be turned-on."
4599
  msgstr ""
4600
 
4601
- #: src/features/user_management.php:313
4602
- msgid ""
4603
- "User Management offers real user sessions, finer control over user session "
4604
- "time-out, and ensures users have logged-in in a correct manner."
4605
  msgstr ""
4606
 
4607
- #: src/features/user_management.php:320 src/features/user_management.php:321
4608
- msgid "Password Policies"
4609
  msgstr ""
4610
 
4611
- #: src/features/user_management.php:323
4612
- msgid "Have full control over passwords used by users on the site."
 
4613
  msgstr ""
4614
 
4615
- #: src/features/user_management.php:330
4616
- msgid "Admin Login Notification"
4617
  msgstr ""
4618
 
4619
- #: src/features/user_management.php:332
4620
- msgid ""
4621
- "So you can be made aware of when a WordPress administrator has logged into "
4622
- "your site when you are not expecting it."
4623
  msgstr ""
4624
 
4625
- #: src/features/user_management.php:335
4626
- msgid "Notifications"
4627
  msgstr ""
4628
 
4629
- #: src/features/user_management.php:339
4630
- msgid "Multi-Factor User Authentication"
4631
  msgstr ""
4632
 
4633
- #: src/features/user_management.php:348
4634
- msgid "User Session Management"
4635
  msgstr ""
4636
 
4637
- #: src/features/user_management.php:350
4638
- msgid ""
4639
- "Allows you to better control user sessions on your site and expire idle "
4640
- "sessions and prevent account sharing."
4641
  msgstr ""
4642
 
4643
- #: src/features/user_management.php:353
4644
- msgid "Session Options"
4645
  msgstr ""
4646
 
4647
- #: src/features/user_management.php:382
4648
- msgid "Admin Login Notification Email"
 
4649
  msgstr ""
4650
 
4651
- #: src/features/user_management.php:383
4652
- msgid "Send An Notification Email When Administrator Logs In"
4653
  msgstr ""
4654
 
4655
- #: src/features/user_management.php:384
4656
- msgid ""
4657
- "If you would like to be notified every time an administrator user logs into "
4658
- "this WordPress site, enter a notification email address."
4659
  msgstr ""
4660
 
4661
- #: src/features/user_management.php:385
4662
- msgid "No email address - No Notification."
4663
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4664
 
4665
- #: src/features/user_management.php:389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4666
  msgid "User Login Notification Email"
4667
  msgstr ""
4668
 
4669
- #: src/features/user_management.php:390
4670
  msgid "Send Email Notification To Each User Upon Successful Login"
4671
  msgstr ""
4672
 
4673
- #: src/features/user_management.php:391
4674
  msgid ""
4675
  "A notification is sent to each user when a successful login occurs for their "
4676
  "account."
4677
  msgstr ""
4678
 
4679
- #: src/features/user_management.php:395
4680
  msgid "Session Timeout"
4681
  msgstr ""
4682
 
4683
- #: src/features/user_management.php:396
4684
  msgid "Specify How Many Days After Login To Automatically Force Re-Login"
4685
  msgstr ""
4686
 
4687
- #: src/features/user_management.php:397
4688
  msgid ""
4689
  "WordPress default is 2 days, or 14 days if you check the \"Remember Me\" box."
4690
  msgstr ""
4691
 
4692
- #: src/features/user_management.php:398
 
 
 
 
4693
  #, php-format
4694
  msgid "This cannot be less than %s."
4695
  msgstr ""
4696
 
4697
- #: src/features/user_management.php:404
4698
  msgid "Idle Timeout"
4699
  msgstr ""
4700
 
4701
- #: src/features/user_management.php:405
4702
  msgid "Specify How Many Hours After Inactivity To Automatically Logout User"
4703
  msgstr ""
4704
 
4705
- #: src/features/user_management.php:406
4706
  msgid ""
4707
  "If the user is inactive for the number of hours specified, they will be "
4708
  "forcefully logged out next time they return."
4709
  msgstr ""
4710
 
4711
- #: src/features/user_management.php:407
4712
  #, php-format
4713
  msgid "Set to %s to turn off this option."
4714
  msgstr ""
4715
 
4716
- #: src/features/user_management.php:411
4717
  msgid "Lock To Location"
4718
  msgstr ""
4719
 
4720
- #: src/features/user_management.php:412
4721
  msgid "Locks A User Session To IP address"
4722
  msgstr ""
4723
 
4724
- #: src/features/user_management.php:413
4725
  msgid ""
4726
  "When selected, a session is restricted to the same IP address as when the "
4727
  "user logged in."
4728
  msgstr ""
4729
 
4730
- #: src/features/user_management.php:414
4731
  msgid ""
4732
  "If a logged-in user's IP address changes, the session will be invalidated "
4733
  "and they'll be forced to re-login to WordPress."
4734
  msgstr ""
4735
 
4736
- #: src/features/user_management.php:418
4737
  msgid "Max Simultaneous Sessions"
4738
  msgstr ""
4739
 
4740
- #: src/features/user_management.php:419
4741
  msgid "Limit Simultaneous Sessions For The Same Username"
4742
  msgstr ""
4743
 
4744
- #: src/features/user_management.php:420
4745
  msgid ""
4746
  "The number provided here is the maximum number of simultaneous, distinct, "
4747
  "sessions allowed for any given username."
4748
  msgstr ""
4749
 
4750
- #: src/features/user_management.php:421
4751
  msgid "Zero (0) will allow unlimited simultaneous sessions."
4752
- msgstr ""
4753
 
4754
- #: src/features/user_management.php:425
4755
  msgid "Enable Password Policies"
4756
  msgstr ""
4757
 
4758
- #: src/features/user_management.php:426
4759
  msgid "Enable The Password Policies Detailed Below"
4760
  msgstr ""
4761
 
4762
- #: src/features/user_management.php:427
4763
  msgid "Turn on/off all password policy settings."
4764
  msgstr ""
4765
 
4766
- #: src/features/user_management.php:431
4767
  msgid "Prevent Pwned Passwords"
4768
  msgstr ""
4769
 
4770
- #: src/features/user_management.php:432
4771
  msgid "Prevent Use Of \"Pwned\" Passwords"
4772
  msgstr ""
4773
 
4774
- #: src/features/user_management.php:433
4775
  msgid ""
4776
  "Prevents users from using any passwords found on the public available list "
4777
  "of \"pwned\" passwords."
4778
  msgstr ""
4779
 
4780
- #: src/features/user_management.php:437
4781
  msgid "Minimum Length"
4782
  msgstr ""
4783
 
4784
- #: src/features/user_management.php:438
4785
  msgid "Minimum Password Length"
4786
  msgstr ""
4787
 
4788
- #: src/features/user_management.php:439
4789
  msgid ""
4790
  "All passwords that a user sets must be at least this many characters in "
4791
  "length."
4792
  msgstr ""
4793
 
4794
- #: src/features/user_management.php:440 src/features/user_management.php:460
 
4795
  msgid "Set to Zero(0) to disable."
4796
  msgstr ""
4797
 
4798
- #: src/features/user_management.php:444
4799
  msgid "Minimum Strength"
4800
  msgstr ""
4801
 
4802
- #: src/features/user_management.php:445
4803
  msgid "Minimum Password Strength"
4804
  msgstr ""
4805
 
4806
- #: src/features/user_management.php:446
4807
  msgid "All passwords that a user sets must meet this minimum strength."
4808
  msgstr ""
4809
 
4810
- #: src/features/user_management.php:450
4811
  msgid "Apply To Existing Users"
4812
  msgstr ""
4813
 
4814
- #: src/features/user_management.php:451
4815
  msgid "Apply Password Policies To Existing Users and Their Passwords"
4816
  msgstr ""
4817
 
4818
- #: src/features/user_management.php:452
4819
  msgid ""
4820
  "Forces existing users to update their passwords if they don't meet "
4821
  "requirements, after they next login."
4822
  msgstr ""
4823
 
4824
- #: src/features/user_management.php:453
4825
  msgid "Note: You may want to warn users prior to enabling this option."
4826
  msgstr ""
4827
 
4828
- #: src/features/user_management.php:457
4829
  msgid "Password Expiration"
4830
  msgstr ""
4831
 
4832
- #: src/features/user_management.php:458
4833
  msgid "Passwords Expire After This Many Days"
4834
  msgstr ""
4835
 
4836
- #: src/features/user_management.php:459
4837
  msgid ""
4838
  "Users will be forced to reset their passwords after the number of days "
4839
  "specified."
4840
  msgstr ""
4841
 
4842
- #: src/processors/admin_access_restriction.php:201
4843
- #: src/processors/admin_access_restriction.php:237
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4844
  #, php-format
4845
  msgid "%s Security Restrictions Applied"
4846
  msgstr ""
4847
 
4848
- #: src/processors/admin_access_restriction.php:202
4849
  msgid ""
4850
  "Altering certain options has been restricted by your WordPress security "
4851
  "administrator."
4852
  msgstr ""
4853
 
4854
- #: src/processors/admin_access_restriction.php:203
4855
  msgid ""
4856
  "Repeated failed attempts to authenticate will probably lock you out of this "
4857
  "site."
4858
  msgstr ""
 
4859
 
4860
- #: src/processors/admin_access_restriction.php:209
4861
  msgid "Admin Access Login"
4862
  msgstr ""
4863
 
4864
- #: src/processors/admin_access_restriction.php:210
4865
- #: src/processors/admin_access_restriction.php:247
4866
  #, php-format
4867
  msgid "Go here to manage settings and authenticate with the %s plugin."
4868
  msgstr ""
4869
 
4870
- #: src/processors/admin_access_restriction.php:238
4871
  msgid ""
4872
  "Editing existing administrators, promoting existing users to the "
4873
  "administrator role, or deleting administrator users is currently restricted."
4874
  msgstr ""
4875
 
4876
- #: src/processors/admin_access_restriction.php:239
4877
  msgid ""
4878
  "Please authenticate with the Security Admin system before attempting any "
4879
  "administrator user modifications."
4880
  msgstr ""
4881
 
4882
- #: src/processors/admin_access_restriction.php:240
4883
  msgid "Unlock Now"
4884
  msgstr ""
4885
 
4886
- #: src/processors/admin_access_restriction.php:246
4887
- #: src/processors/admin_access_restriction.php:483
4888
  msgid "Security Admin Login"
4889
  msgstr ""
4890
 
4891
- #: src/processors/admin_access_restriction.php:458
4892
- #: src/processors/hackprotect_ptguard.php:63
4893
  msgid "Editing this option is currently restricted."
4894
  msgstr ""
4895
 
4896
- #: src/processors/admin_access_restriction.php:478
4897
  msgid "Unlock"
4898
  msgstr ""
4899
 
4900
- #: src/processors/audit_trail_emails.php:32
4901
  #, php-format
4902
  msgid "There was an attempt to send an email using the \"%s\" function."
4903
  msgstr ""
4904
 
4905
- #: src/processors/audit_trail_emails.php:33
4906
  #, php-format
4907
  msgid "It was sent to \"%s\" with the subject \"%s\"."
4908
  msgstr ""
4909
 
4910
- #: src/processors/audit_trail_emails.php:36
4911
  #, php-format
4912
  msgid "The \"%s\" function was called from the file \"%s\" on line %s."
4913
  msgstr ""
4914
 
4915
- #: src/processors/audit_trail_emails.php:44
4916
  #, php-format
4917
  msgid "Attempting to log email, but data was not of the correct type (%s)"
4918
  msgstr ""
4919
 
4920
- #: src/processors/audit_trail_plugins.php:28
4921
  #, php-format
4922
  msgid "Plugin \"%s\" was activated."
4923
  msgstr ""
4924
 
4925
- #: src/processors/audit_trail_plugins.php:41
4926
  #, php-format
4927
  msgid "Plugin \"%s\" was deactivated."
4928
  msgstr ""
4929
 
4930
- #: src/processors/audit_trail_plugins.php:59
4931
  #, php-format
4932
  msgid ""
4933
  "An attempt was made to edit the plugin file \"%s\" directly through the "
4934
  "WordPress editor."
4935
  msgstr ""
4936
 
4937
- #: src/processors/audit_trail_posts.php:26
4938
  #, php-format
4939
  msgid "WordPress Post entitled \"%s\" was permanently deleted from trash."
4940
  msgstr ""
4941
 
4942
- #: src/processors/audit_trail_posts.php:45
4943
  msgid "moved to trash"
4944
  msgstr ""
4945
 
4946
- #: src/processors/audit_trail_posts.php:49
4947
  msgid "recovered from trash"
4948
  msgstr ""
4949
 
4950
- #: src/processors/audit_trail_posts.php:55
4951
- #: src/processors/audit_trail_posts.php:68
4952
  msgid "updated"
4953
  msgstr ""
4954
 
4955
- #: src/processors/audit_trail_posts.php:59
4956
  msgid "published"
4957
- msgstr ""
4958
 
4959
- #: src/processors/audit_trail_posts.php:64
4960
  msgid "unpublished"
4961
  msgstr ""
4962
 
4963
- #: src/processors/audit_trail_posts.php:72
4964
  #, php-format
4965
  msgid "Post entitled \"%s\" was %s."
4966
  msgstr ""
4967
 
4968
- #: src/processors/audit_trail_posts.php:73
4969
  msgid "Post Type"
4970
- msgstr ""
4971
 
4972
- #: src/processors/audit_trail_themes.php:25
4973
  #, php-format
4974
  msgid "Theme \"%s\" was activated."
4975
  msgstr ""
4976
 
4977
- #: src/processors/audit_trail_themes.php:41
4978
  #, php-format
4979
  msgid ""
4980
  "An attempt was made to edit the theme file \"%s\" directly through the "
4981
  "WordPress editor."
4982
  msgstr ""
4983
 
4984
- #: src/processors/audit_trail_users.php:27
4985
  #, php-format
4986
  msgid "Attempted user login by \"%s\" was successful."
4987
  msgstr ""
4988
 
4989
- #: src/processors/audit_trail_users.php:40
4990
- #, php-format
4991
- msgid "Attempted user login by \"%s\" failed."
4992
- msgstr ""
4993
-
4994
- #: src/processors/audit_trail_users.php:53
4995
  msgid "New WordPress user registered."
4996
  msgstr ""
4997
 
4998
- #: src/processors/audit_trail_users.php:55
4999
  #, php-format
5000
  msgid "New username is \"%s\" with email address \"%s\"."
5001
  msgstr ""
5002
 
5003
- #: src/processors/audit_trail_users.php:69
5004
  msgid "WordPress user deleted."
5005
  msgstr ""
5006
 
5007
- #: src/processors/audit_trail_users.php:73
5008
  msgid "User is unknown as it could not be loaded."
5009
  msgstr ""
5010
 
5011
- #: src/processors/audit_trail_users.php:76
5012
  #, php-format
5013
  msgid "Username was \"%s\" with email address \"%s\"."
5014
  msgstr ""
5015
 
5016
- #: src/processors/audit_trail_users.php:83
5017
  msgid "Their posts were not reassigned to another user."
5018
  msgstr ""
5019
 
5020
- #: src/processors/audit_trail_users.php:86
5021
  #, php-format
5022
  msgid "Their posts were reassigned to user \"%s\"."
5023
  msgstr ""
5024
 
5025
- #: src/processors/audit_trail_wordpress.php:24
5026
  #, php-format
5027
  msgid "WordPress Core was updated from \"v%s\" to \"v%s\"."
5028
  msgstr ""
5029
 
5030
- #: src/processors/audit_trail_wordpress.php:34
5031
  #, php-format
5032
  msgid "WordPress Permalinks Structure was updated from \"%s\" to \"%s\"."
5033
  msgstr ""
5034
 
5035
- #: src/processors/autoupdates.php:459
5036
  #, php-format
5037
  msgid ""
5038
  "This is a quick notification from the %s that WordPress Automatic Updates "
5039
  "just completed on your site with the following results."
5040
  msgstr ""
5041
 
5042
- #: src/processors/autoupdates.php:471
5043
  msgid "Plugins Updated:"
5044
  msgstr ""
5045
 
5046
- #: src/processors/autoupdates.php:479
5047
  #, php-format
5048
  msgid "Plugin \"%s\" auto-updated from \"%s\" to version \"%s\""
5049
  msgstr ""
5050
 
5051
- #: src/processors/autoupdates.php:496
5052
  msgid "Themes Updated:"
5053
  msgstr ""
5054
 
5055
- #: src/processors/autoupdates.php:504
5056
  #, php-format
5057
  msgid "Theme \"%s\" auto-updated from \"%s\" to version \"%s\""
5058
  msgstr ""
5059
 
5060
- #: src/processors/autoupdates.php:519
5061
  msgid "WordPress Core Updated:"
5062
  msgstr ""
5063
 
5064
- #: src/processors/autoupdates.php:538
5065
  msgid "Thank you."
5066
- msgstr ""
5067
 
5068
- #: src/processors/autoupdates.php:540
5069
- #: src/processors/loginprotect_backupcodes.php:181
5070
  #, php-format
5071
  msgid "Notice: %s"
5072
  msgstr ""
5073
 
5074
- #: src/processors/autoupdates.php:540
5075
  msgid "Automatic Updates Completed"
5076
  msgstr ""
5077
 
5078
- #: src/processors/autoupdates.php:562
5079
  msgid ""
5080
  "Automatic updates for this plugin is controlled by another plugin or setting."
5081
  msgstr ""
5082
 
5083
- #: src/processors/base_commentsfilter.php:116
5084
- #: src/processors/commentsfilter_antibotspam.php:497
5085
  #, php-format
5086
  msgid "%s plugin marked this comment as \"%s\"."
5087
  msgstr ""
5088
 
5089
- #: src/processors/base_commentsfilter.php:116
5090
- #: src/processors/commentsfilter_antibotspam.php:497
5091
  #, php-format
5092
  msgid "Reason: %s"
5093
  msgstr ""
5094
 
5095
- #: src/processors/base_plugin.php:68
5096
  msgid "I'd rather not show this support"
5097
  msgstr ""
5098
 
5099
- #: src/processors/base_plugin.php:68
5100
  msgid "I've done this already"
5101
  msgstr ""
5102
 
5103
- #: src/processors/base_plugin.php:92
5104
  msgid "I don't need the setup wizard just now"
5105
  msgstr ""
5106
 
5107
- #: src/processors/base_plugin.php:93
5108
  #, php-format
5109
  msgid "Get started quickly with the %s Setup Wizard"
5110
  msgstr ""
5111
 
5112
- #: src/processors/base_plugin.php:94
5113
  #, php-format
5114
  msgid ""
5115
  "The welcome wizard will help you get setup quickly and become familiar with "
5116
  "some of the core %s features"
5117
  msgstr ""
5118
 
5119
- #: src/processors/base_plugin.php:95
5120
  #, php-format
5121
  msgid ""
5122
  "%s has a helpful setup wizard to walk you through the main features. "
@@ -5125,1734 +6687,1828 @@ msgstr ""
5125
 
5126
  #: src/processors/base_plugin.php:123
5127
  #, php-format
5128
- msgid "Your PHP version is very old: %s"
5129
- msgstr ""
5130
-
5131
- #: src/processors/base_plugin.php:124
5132
- #, php-format
5133
- msgid "Newer features of %s do not support your PHP version."
5134
  msgstr ""
5135
 
5136
  #: src/processors/base_plugin.php:125
5137
- msgid ""
5138
- "You should ask your host to upgrade or provide a much newer PHP version."
5139
- msgstr ""
5140
-
5141
- #: src/processors/base_plugin.php:126
5142
- msgid "Please read here for further information:"
5143
  msgstr ""
5144
 
5145
- #: src/processors/base_plugin.php:127 src/processors/base_plugin.php:168
5146
- #: src/processors/base_plugin.php:192
5147
  msgid "Dismiss this notice"
5148
- msgstr ""
5149
 
5150
- #: src/processors/base_plugin.php:128
5151
- msgid "Dropping support for PHP 5.2 and 5.3"
5152
- msgstr ""
5153
-
5154
- #: src/processors/base_plugin.php:165
5155
- #, php-format
5156
- msgid "Update available for the %s plugin."
5157
- msgstr ""
5158
-
5159
- #: src/processors/base_plugin.php:167
5160
- msgid "Please click to update immediately"
5161
- msgstr ""
5162
-
5163
- #: src/processors/base_plugin.php:188
5164
  #, php-format
5165
  msgid "Can you help translate the %s plugin?"
5166
  msgstr ""
5167
 
5168
- #: src/processors/base_plugin.php:190
5169
  #, php-format
5170
  msgid "Head over to: %s"
5171
  msgstr ""
5172
 
5173
- #: src/processors/base_wpsf.php:99 src/processors/base_wpsf.php:107
5174
  msgid "Whoops."
5175
- msgstr ""
5176
 
5177
- #: src/processors/base_wpsf.php:99
5178
  msgid "Google reCAPTCHA was not submitted."
5179
- msgstr ""
5180
 
5181
- #: src/processors/base_wpsf.php:107
5182
  msgid "Google reCAPTCHA verification failed."
5183
- msgstr ""
5184
 
5185
- #: src/processors/base_wpsf.php:108
5186
  msgid "Maybe refresh the page and try again."
5187
  msgstr ""
5188
 
5189
- #: src/processors/comments_filter.php:70
5190
  msgid ""
5191
  "It appears you have Akismet Anti-SPAM running alongside the our human Anti-"
5192
  "SPAM filter."
5193
  msgstr ""
5194
 
5195
- #: src/processors/comments_filter.php:71
5196
  msgid "This is not recommended and you should disable Akismet."
5197
  msgstr ""
5198
 
5199
- #: src/processors/comments_filter.php:72
5200
  msgid "Click to deactivate Akismet now."
5201
  msgstr ""
5202
 
5203
- #: src/processors/commentsfilter_antibotspam.php:182
5204
- #: src/processors/commentsfilter_antibotspam.php:187
5205
- #: src/processors/commentsfilter_antibotspam.php:192
5206
  #, php-format
5207
  msgid "Failed GASP Bot Filter Test (%s)"
5208
  msgstr ""
5209
 
5210
- #: src/processors/commentsfilter_antibotspam.php:182
5211
  msgid "checkbox"
5212
- msgstr ""
5213
 
5214
- #: src/processors/commentsfilter_antibotspam.php:187
5215
  msgid "honeypot"
5216
  msgstr ""
5217
 
5218
- #: src/processors/commentsfilter_antibotspam.php:192
5219
  msgid "comment token failure"
5220
  msgstr ""
5221
 
5222
- #: src/processors/commentsfilter_humanspam.php:131
5223
  #, php-format
5224
  msgid "Human SPAM filter found \"%s\" in \"%s\""
5225
  msgstr ""
5226
 
5227
- #: src/processors/email.php:63
5228
  msgid "Hi !"
5229
  msgstr ""
5230
 
5231
- #: src/processors/email.php:74
5232
  #, php-format
5233
  msgid "Email sent from the %s Plugin v%s, on %s."
5234
  msgstr ""
5235
 
5236
- #: src/processors/email.php:79
5237
  msgid "Note: Email delays are caused by website hosting and email providers."
5238
  msgstr ""
5239
 
5240
- #: src/processors/email.php:80
5241
  #, php-format
5242
  msgid "Time Sent: %s"
5243
  msgstr ""
5244
 
5245
- #: src/processors/firewall.php:70 src/processors/firewall.php:83
5246
  #, php-format
5247
  msgid "Skipping firewall checking for this visit: %s."
5248
  msgstr ""
5249
 
5250
- #: src/processors/firewall.php:70
5251
  msgid "Parsing the URI failed"
5252
  msgstr ""
5253
 
5254
- #: src/processors/firewall.php:83
5255
- msgid "Visitor detected as Search Engine Bot"
5256
- msgstr ""
5257
-
5258
- #: src/processors/firewall.php:160 src/processors/firewall.php:218
5259
  #, php-format
5260
  msgid "Firewall Trigger: %s."
5261
  msgstr ""
5262
 
5263
- #: src/processors/firewall.php:160 src/processors/firewall.php:548
5264
  msgid "EXE File Uploads"
5265
  msgstr ""
5266
 
5267
- #: src/processors/firewall.php:211
5268
  msgid "Something in the URL, Form or Cookie data wasn't appropriate."
5269
  msgstr ""
5270
 
5271
- #: src/processors/firewall.php:212
5272
  msgid "Page parameter failed firewall check."
5273
  msgstr ""
5274
 
5275
- #: src/processors/firewall.php:213
5276
  #, php-format
5277
  msgid "The offending parameter was \"%s\" with a value of \"%s\"."
5278
  msgstr ""
5279
 
5280
- #: src/processors/firewall.php:259
5281
  msgid "Visitor connection was killed with wp_die()"
5282
  msgstr ""
5283
 
5284
- #: src/processors/firewall.php:262
5285
  msgid "Visitor connection was killed with wp_die() and a message"
5286
  msgstr ""
5287
 
5288
- #: src/processors/firewall.php:265
5289
  msgid "Visitor was sent HOME"
5290
  msgstr ""
5291
 
5292
- #: src/processors/firewall.php:268
5293
  msgid "Visitor was sent 404"
5294
  msgstr ""
5295
 
5296
- #: src/processors/firewall.php:279
5297
  #, php-format
5298
  msgid "Successfully sent Firewall Block email alert to: %s"
5299
  msgstr ""
5300
 
5301
- #: src/processors/firewall.php:282
5302
  #, php-format
5303
  msgid "Failed to send Firewall Block email alert to: %s"
5304
  msgstr ""
5305
 
5306
- #: src/processors/firewall.php:287
5307
  #, php-format
5308
  msgid "Firewall Block Response: %s."
5309
  msgstr ""
5310
 
5311
- #: src/processors/firewall.php:475
5312
  #, php-format
5313
  msgid "%s has blocked a page visit to your site."
5314
  msgstr ""
5315
 
5316
- #: src/processors/firewall.php:476
5317
  msgid "Log details for this visitor are below:"
5318
  msgstr ""
5319
 
5320
- #: src/processors/firewall.php:481
5321
  #, php-format
5322
  msgid "You can look up the offending IP Address here: %s"
5323
  msgstr ""
5324
 
5325
- #: src/processors/firewall.php:482
5326
  msgid "Firewall Block Alert"
5327
  msgstr ""
5328
 
5329
- #: src/processors/firewall.php:536
5330
  msgid "Directory Traversal"
5331
  msgstr ""
5332
 
5333
- #: src/processors/firewall.php:551
5334
  msgid "Leading Schema"
5335
  msgstr ""
5336
 
5337
- #: src/processors/firewall.php:557
5338
  msgid "Aggressive Rules"
5339
  msgstr ""
5340
 
5341
- #: src/processors/firewall.php:560
5342
  msgid "Unknown Rules"
5343
  msgstr ""
5344
 
5345
- #: src/processors/hack_protect.php:156
5346
  #, php-format
5347
  msgid "%s escaped HTML the following comment due to its size: %s"
5348
  msgstr ""
5349
 
5350
- #: src/processors/hackprotect_corechecksumscan.php:27
5351
- msgid "File was successfully replaced with an original from WordPress.org"
5352
  msgstr ""
5353
 
5354
- #: src/processors/hackprotect_corechecksumscan.php:30
5355
- msgid "File was not replaced"
5356
  msgstr ""
5357
 
5358
- #: src/processors/hackprotect_corechecksumscan.php:244
5359
- msgid "Modified Core WordPress Files Discovered"
5360
  msgstr ""
5361
 
5362
- #: src/processors/hackprotect_corechecksumscan.php:249
 
 
5363
  #, php-format
5364
- msgid "Sent Checksum Scan Notification email alert to: %s"
5365
  msgstr ""
5366
 
5367
- #: src/processors/hackprotect_corechecksumscan.php:264
5368
- #, php-format
5369
- msgid "The %s Core File Scanner found files with potential problems."
5370
  msgstr ""
5371
 
5372
- #: src/processors/hackprotect_corechecksumscan.php:265
5373
- #: src/processors/hackprotect_filecleanerscan.php:254
5374
- #: src/processors/hackprotect_ptguard.php:495
5375
- #: src/processors/user_management.php:207
5376
- #: src/processors/user_management.php:235
5377
- msgid "Site URL"
5378
  msgstr ""
5379
 
5380
- #: src/processors/hackprotect_corechecksumscan.php:274
5381
- #, php-format
5382
- msgid "%s has already attempted to repair the files."
5383
  msgstr ""
5384
 
5385
- #: src/processors/hackprotect_corechecksumscan.php:275
5386
- msgid ""
5387
- "But, you should always check these files to ensure everything is as you "
5388
- "expect."
5389
  msgstr ""
5390
 
5391
- #: src/processors/hackprotect_corechecksumscan.php:278
5392
- msgid ""
5393
- "You should review these files and replace them with official versions if "
5394
- "required."
5395
  msgstr ""
5396
 
5397
- #: src/processors/hackprotect_corechecksumscan.php:279
5398
- msgid ""
5399
- "Alternatively you can have the plugin attempt to repair/replace these files "
5400
- "automatically."
5401
  msgstr ""
5402
 
5403
- #: src/processors/hackprotect_corechecksumscan.php:286
5404
- #: src/processors/hackprotect_filecleanerscan.php:272
5405
- msgid "We recommend you run the scanner to review your site"
5406
  msgstr ""
5407
 
5408
- #: src/processors/hackprotect_corechecksumscan.php:290
5409
- #: src/processors/hackprotect_filecleanerscan.php:276
5410
- msgid "Run Scanner"
5411
  msgstr ""
5412
 
5413
- #: src/processors/hackprotect_corechecksumscan.php:296
5414
- #: src/processors/hackprotect_filecleanerscan.php:282
5415
- msgid "More Info On This Scanner"
 
 
 
 
 
 
 
 
 
 
 
5416
  msgstr ""
5417
 
5418
- #: src/processors/hackprotect_corechecksumscan.php:327
5419
- msgid ""
5420
- "The contents of the core files listed below don't match official WordPress "
5421
- "files:"
5422
  msgstr ""
5423
 
5424
- #: src/processors/hackprotect_corechecksumscan.php:333
5425
- msgid "The WordPress Core Files listed below are missing:"
5426
  msgstr ""
5427
 
5428
- #: src/processors/hackprotect_corechecksumscan.php:354
5429
- #: src/processors/hackprotect_filecleanerscan.php:312
5430
- msgid "Repair file now"
5431
  msgstr ""
5432
 
5433
- #: src/processors/hackprotect_corechecksumscan.php:357
5434
- #: src/processors/hackprotect_filecleanerscan.php:315
5435
- msgid "WordPress.org source file"
5436
  msgstr ""
5437
 
5438
- #: src/processors/hackprotect_filecleanerscan.php:232
5439
- msgid "Unrecognised WordPress Files Detected"
5440
  msgstr ""
5441
 
5442
- #: src/processors/hackprotect_filecleanerscan.php:237
5443
- #, php-format
5444
- msgid "Sent Unrecognised File Scan Notification email alert to: %s"
5445
  msgstr ""
5446
 
5447
- #: src/processors/hackprotect_filecleanerscan.php:253
 
 
 
 
 
 
 
 
5448
  #, php-format
5449
- msgid "The %s Unrecognised File Scanner found files which you need to review."
5450
  msgstr ""
5451
 
5452
- #: src/processors/hackprotect_filecleanerscan.php:259
5453
- msgid "Files that were discovered"
 
5454
  msgstr ""
5455
 
5456
- #: src/processors/hackprotect_filecleanerscan.php:266
5457
- #, php-format
5458
- msgid "%s has attempted to delete these files based on your current settings."
5459
  msgstr ""
5460
 
5461
- #: src/processors/hackprotect_pluginvulnerabilities.php:82
5462
- #: src/processors/hackprotect_wpvulnscan.php:177
5463
- #, php-format
5464
- msgid "Plugin Name: %s"
5465
- msgstr ""
5466
 
5467
- #: src/processors/hackprotect_pluginvulnerabilities.php:83
5468
- #: src/processors/hackprotect_wpvulnscan.php:179
5469
  #, php-format
5470
- msgid "Vulnerability Type: %s"
5471
  msgstr ""
5472
 
5473
- #: src/processors/hackprotect_pluginvulnerabilities.php:84
5474
- #, php-format
5475
- msgid "Vulnerable Plugin Version Range: %s"
5476
  msgstr ""
5477
 
5478
- #: src/processors/hackprotect_pluginvulnerabilities.php:85
5479
- #: src/processors/hackprotect_wpvulnscan.php:181
5480
  #, php-format
5481
- msgid "Further Information: %s"
5482
  msgstr ""
5483
 
5484
- #: src/processors/hackprotect_pluginvulnerabilities.php:102
5485
  #, php-format
5486
- msgid ""
5487
- "%s has detected a plugin with a known security vulnerability on your site."
5488
  msgstr ""
5489
 
5490
- #: src/processors/hackprotect_pluginvulnerabilities.php:103
5491
- #: src/processors/hackprotect_wpvulnscan.php:212
5492
- msgid "Details for the plugin(s) are below:"
5493
  msgstr ""
5494
 
5495
- #: src/processors/hackprotect_pluginvulnerabilities.php:108
5496
- #: src/processors/hackprotect_wpvulnscan.php:217
5497
- msgid "You should update or remove these plugins at your earliest convenience."
5498
  msgstr ""
5499
 
5500
- #: src/processors/hackprotect_pluginvulnerabilities.php:110
5501
- #: src/processors/hackprotect_wpvulnscan.php:220
5502
- msgid "Plugin(s) Discovered With Known Security Vulnerabilities."
 
5503
  msgstr ""
5504
 
5505
- #: src/processors/hackprotect_pluginvulnerabilities.php:116
5506
- #: src/processors/hackprotect_wpvulnscan.php:226
5507
  #, php-format
5508
- msgid "Successfully sent Plugin Vulnerability Notification email alert to: %s"
5509
  msgstr ""
5510
 
5511
- #: src/processors/hackprotect_pluginvulnerabilities.php:119
5512
- #: src/processors/hackprotect_wpvulnscan.php:229
 
 
 
 
 
 
 
 
 
5513
  #, php-format
5514
- msgid "Failed to send Plugin Vulnerability Notification email alert to: %s"
5515
  msgstr ""
5516
 
5517
- #: src/processors/hackprotect_pluginvulnerabilities.php:152
5518
- #, php-format
5519
  msgid ""
5520
- "%s has discovered that the currently installed version of the \"%s\" plugin "
5521
- "has a known security vulnerability."
5522
  msgstr ""
5523
 
5524
- #: src/processors/hackprotect_pluginvulnerabilities.php:153
5525
- #: src/processors/hackprotect_wpvulnscan.php:145
5526
- msgid "Vulnerability Type"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5527
  msgstr ""
5528
 
5529
- #: src/processors/hackprotect_pluginvulnerabilities.php:155
5530
- msgid "Vulnerable Versions"
 
 
 
 
 
 
5531
  msgstr ""
5532
 
5533
- #: src/processors/hackprotect_ptguard.php:178
 
5534
  #, php-format
5535
- msgid "File signatures removed for item \"%s\""
5536
  msgstr ""
5537
 
5538
- #: src/processors/hackprotect_ptguard.php:204
5539
  #, php-format
5540
- msgid "File signatures updated for item \"%s\""
5541
  msgstr ""
5542
 
5543
- #: src/processors/hackprotect_ptguard.php:449
5544
- msgid "Silenced repeated email alert from Plugin/Theme Scan Guard"
 
5545
  msgstr ""
5546
 
5547
- #: src/processors/hackprotect_ptguard.php:491
 
 
 
 
 
5548
  #, php-format
5549
  msgid ""
5550
  "%s has detected at least 1 Plugins/Themes have been modified on your site."
5551
  msgstr ""
5552
 
5553
- #: src/processors/hackprotect_ptguard.php:493
5554
  msgid ""
5555
  "You will receive only 1 email notification about these changes in a 1 week "
5556
  "period."
5557
  msgstr ""
5558
 
5559
- #: src/processors/hackprotect_ptguard.php:497
5560
  msgid "Details of the problem items are below:"
5561
  msgstr ""
5562
 
5563
- #: src/processors/hackprotect_ptguard.php:502
5564
  msgid "Modified Plugins:"
5565
  msgstr ""
5566
 
5567
- #: src/processors/hackprotect_ptguard.php:510
5568
  msgid "Modified Themes:"
5569
  msgstr ""
5570
 
5571
- #: src/processors/hackprotect_ptguard.php:520
5572
- msgid "Run the scanner"
5573
- msgstr ""
5574
-
5575
- #: src/processors/hackprotect_ptguard.php:526
5576
  msgid "Plugins/Themes Have Been Altered"
5577
  msgstr ""
5578
 
5579
- #: src/processors/hackprotect_ptguard.php:531
5580
  #, php-format
5581
  msgid "Successfully sent Plugin/Theme Guard email alert to: %s"
5582
  msgstr ""
5583
 
5584
- #: src/processors/hackprotect_ptguard.php:534
5585
  #, php-format
5586
  msgid "Failed to send Plugin/Theme Guard email alert to: %s"
5587
  msgstr ""
5588
 
5589
- #: src/processors/hackprotect_ptguard.php:689
5590
- msgid "Plugin/Theme Guard"
5591
  msgstr ""
5592
 
5593
- #: src/processors/hackprotect_wpvulnscan.php:112
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5594
  msgid "Vulnerable"
5595
  msgstr ""
5596
 
5597
- #: src/processors/hackprotect_wpvulnscan.php:142
5598
  #, php-format
5599
  msgid ""
5600
  "%s has discovered that the currently installed version of the %s plugin has "
5601
  "known security vulnerabilities."
5602
  msgstr ""
5603
 
5604
- #: src/processors/hackprotect_wpvulnscan.php:144
5605
  msgid "Vulnerability Name"
5606
  msgstr ""
5607
 
5608
- #: src/processors/hackprotect_wpvulnscan.php:146
5609
- msgid "Fixed Versions"
5610
  msgstr ""
5611
 
5612
- #: src/processors/hackprotect_wpvulnscan.php:178
5613
- #, php-format
5614
- msgid "Vulnerability Title: %s"
5615
  msgstr ""
5616
 
5617
- #: src/processors/hackprotect_wpvulnscan.php:180
5618
  #, php-format
5619
- msgid "Fixed Version: %s"
5620
  msgstr ""
5621
 
5622
- #: src/processors/hackprotect_wpvulnscan.php:211
5623
- #, php-format
5624
- msgid "%s has detected plugins with known security vulnerabilities."
5625
  msgstr ""
5626
 
5627
- #: src/processors/hackprotect_wpvulnscan.php:218
5628
  #, php-format
5629
- msgid "Go To Your Plugins: %s"
5630
  msgstr ""
5631
 
5632
- #: src/processors/ips.php:60
5633
  #, php-format
5634
- msgid "404 detected at \"%s\""
5635
  msgstr ""
5636
 
5637
- #: src/processors/ips.php:90
5638
  #, php-format
5639
- msgid "%s is ignoring you"
5640
  msgstr ""
5641
 
5642
- #: src/processors/ips.php:92
5643
- msgid ""
5644
- "Your IP address is whitelisted and NO features you activate apply to you."
5645
  msgstr ""
5646
 
5647
- #: src/processors/ips.php:93
5648
- msgid "Including the hiding the WP Login page."
5649
  msgstr ""
5650
 
5651
- #: src/processors/ips.php:225
5652
  #, php-format
5653
- msgid ""
5654
- "Visitor was found to be on the Black List with IP address \"%s\" and their "
5655
- "connection was killed."
5656
  msgstr ""
5657
 
5658
- #: src/processors/ips.php:235
5659
  #, php-format
5660
- msgid "You have been black listed by the %s plugin."
5661
  msgstr ""
5662
 
5663
- #: src/processors/ips.php:239
5664
  #, php-format
5665
- msgid ""
5666
- "You tripped the security plugin defenses a total of %s times making you a "
5667
- "suspect."
5668
- msgstr ""
5669
-
5670
- #: src/processors/ips.php:240
5671
- msgid "If you believe this to be in error, please contact the site owner."
5672
  msgstr ""
5673
 
5674
- #: src/processors/ips.php:241
5675
- #, php-format
5676
  msgid ""
5677
- "Time remaining until you are automatically removed from the black list: %s "
5678
- "minute(s)"
5679
  msgstr ""
5680
 
5681
- #: src/processors/ips.php:242
5682
- msgid ""
5683
- "If you attempt to access the site within this period the counter will be "
5684
- "reset."
5685
  msgstr ""
5686
 
5687
- #: src/processors/ips.php:293
5688
- #, php-format
5689
- msgid "Auto Black List transgression counter was incremented from %s to %s."
5690
  msgstr ""
5691
 
5692
- #: src/processors/ips.php:302
5693
- msgid "Auto Black List transgression counter was started for visitor."
 
5694
  msgstr ""
5695
 
5696
- #: src/processors/ips.php:470
5697
- msgid "No Label"
 
5698
  msgstr ""
5699
 
5700
- #: src/processors/lockdown.php:106
5701
  #, php-format
5702
- msgid "Anonymous access to the WordPress Rest API has been restricted by %s."
5703
- msgstr ""
 
 
5704
 
5705
- #: src/processors/lockdown.php:216
5706
  #, php-format
5707
  msgid ""
5708
- "The \"author\" query parameter has been blocked by %s to protect against "
5709
- "user login name fishing."
5710
- msgstr ""
5711
-
5712
- #: src/processors/login_protect.php:68
5713
- msgid "Please verify email has been received"
5714
  msgstr ""
 
 
5715
 
5716
- #: src/processors/login_protect.php:69
5717
  msgid ""
5718
- "Before we can activate email 2-factor authentication, we need you to confirm "
5719
- "your website can send emails."
5720
  msgstr ""
5721
 
5722
- #: src/processors/login_protect.php:70
5723
- msgid "Please click the link in the email you received."
5724
  msgstr ""
5725
 
5726
- #: src/processors/login_protect.php:72
5727
- #, php-format
5728
- msgid "The email has been sent to you at blog admin address: %s"
5729
  msgstr ""
5730
 
5731
- #: src/processors/login_protect.php:75
5732
- msgid "To resend the email, re-save your Login Guard settings."
5733
  msgstr ""
5734
 
5735
- #: src/processors/login_protect.php:76
5736
- msgid "To turn this notice off, disable 2-Factor Authentication."
5737
  msgstr ""
5738
 
5739
- #: src/processors/loginprotect_backupcodes.php:28
5740
- msgid "Generate ONE-Time Backup 2FA Login Code"
5741
  msgstr ""
5742
 
5743
- #: src/processors/loginprotect_backupcodes.php:29
5744
- msgid "Delete Login Backup Code"
 
5745
  msgstr ""
5746
 
5747
- #: src/processors/loginprotect_backupcodes.php:30
5748
- msgid ""
5749
- "Backup login codes are not available if you do not have any other two-factor "
5750
- "authentication modes active."
5751
  msgstr ""
5752
 
5753
- #: src/processors/loginprotect_backupcodes.php:31
5754
- msgid ""
5755
- "Click to generate a backup login code for your two-factor authentication."
5756
  msgstr ""
5757
 
5758
- #: src/processors/loginprotect_backupcodes.php:34
 
5759
  msgid ""
5760
- "This code will be displayed only once and you may use it to verify your "
5761
- "login only once."
5762
- msgstr ""
5763
-
5764
- #: src/processors/loginprotect_backupcodes.php:35
5765
- msgid "Store it somewhere safe."
5766
  msgstr ""
5767
 
5768
- #: src/processors/loginprotect_backupcodes.php:36
5769
- msgid "Generating a new code will replace your existing code."
 
5770
  msgstr ""
5771
 
5772
- #: src/processors/loginprotect_backupcodes.php:37
5773
- #: src/processors/loginprotect_googleauthenticator.php:38
5774
- msgid ""
5775
- "Use your Google Authenticator app to scan this QR code and enter the one "
5776
- "time password below."
5777
  msgstr ""
5778
 
5779
- #: src/processors/loginprotect_backupcodes.php:38
5780
- #: src/processors/loginprotect_googleauthenticator.php:39
5781
  msgid ""
5782
- "If you have a problem with scanning the QR code enter this code manually "
5783
- "into the app."
5784
  msgstr ""
5785
 
5786
- #: src/processors/loginprotect_backupcodes.php:39
5787
- #: src/processors/loginprotect_googleauthenticator.php:40
5788
- msgid "Check the box to remove Google Authenticator login authentication."
5789
  msgstr ""
5790
 
5791
- #: src/processors/loginprotect_backupcodes.php:40
5792
- #: src/processors/loginprotect_googleauthenticator.php:41
5793
  #, php-format
5794
- msgid "Remove %s"
5795
- msgstr ""
5796
-
5797
- #: src/processors/loginprotect_backupcodes.php:41
5798
- msgid "Create Backup 2FA Login Code"
5799
  msgstr ""
5800
 
5801
- #: src/processors/loginprotect_backupcodes.php:42
5802
- #: src/processors/loginprotect_googleauthenticator.php:43
5803
- msgid "Manual Code"
5804
  msgstr ""
5805
 
5806
- #: src/processors/loginprotect_backupcodes.php:43
5807
- #: src/processors/loginprotect_googleauthenticator.php:44
5808
- msgid "Scan This QR Code"
5809
  msgstr ""
5810
 
5811
- #: src/processors/loginprotect_backupcodes.php:44
5812
- msgid "Backup Login Code"
5813
  msgstr ""
5814
 
5815
- #: src/processors/loginprotect_backupcodes.php:45
5816
- #: src/processors/loginprotect_googleauthenticator.php:46
5817
- #: src/processors/loginprotect_yubikey.php:46
5818
  #, php-format
5819
- msgid "Sorry, %s may not be added to another user's account."
5820
  msgstr ""
5821
 
5822
- #: src/processors/loginprotect_backupcodes.php:46
5823
- #: src/processors/loginprotect_googleauthenticator.php:47
5824
- #: src/processors/loginprotect_yubikey.php:47
5825
- #, php-format
5826
  msgid ""
5827
- "Sorry, %s may only be removed from another user's account by a Security "
5828
- "Administrator."
5829
- msgstr ""
5830
-
5831
- #: src/processors/loginprotect_backupcodes.php:46
5832
- msgid "Backup Codes"
5833
  msgstr ""
5834
 
5835
- #: src/processors/loginprotect_backupcodes.php:47
5836
- #: src/processors/loginprotect_googleauthenticator.php:48
5837
- #: src/processors/loginprotect_twofactorauth.php:204
5838
- #: src/processors/loginprotect_yubikey.php:48
5839
  #, php-format
5840
- msgid "Provided by %s"
5841
- msgstr ""
5842
-
5843
- #: src/processors/loginprotect_backupcodes.php:48
5844
- #: src/processors/loginprotect_googleauthenticator.php:49
5845
- #: src/processors/loginprotect_yubikey.php:49
5846
- msgid "Understand how to remove Google Authenticator"
5847
  msgstr ""
5848
 
5849
- #: src/processors/loginprotect_backupcodes.php:75
5850
- msgid "Please use your Backup Code to login."
 
 
 
5851
  msgstr ""
5852
 
5853
- #: src/processors/loginprotect_backupcodes.php:76
5854
- msgid "Login Backup Code"
 
5855
  msgstr ""
5856
 
5857
- #: src/processors/loginprotect_backupcodes.php:133
5858
- #: src/processors/loginprotect_googleauthenticator.php:288
5859
- #: src/processors/loginprotect_twofactorauth.php:41
5860
- #: src/processors/loginprotect_yubikey.php:239
5861
  #, php-format
5862
- msgid "User \"%s\" verified their identity using %s method."
5863
- msgstr ""
5864
-
5865
- #: src/processors/loginprotect_backupcodes.php:134
5866
- #: src/processors/loginprotect_backupcodes.php:142
5867
- msgid "Backup Code"
5868
  msgstr ""
5869
 
5870
- #: src/processors/loginprotect_backupcodes.php:141
5871
- #: src/processors/loginprotect_googleauthenticator.php:296
5872
- #: src/processors/loginprotect_twofactorauth.php:49
5873
- #: src/processors/loginprotect_yubikey.php:247
5874
  #, php-format
5875
- msgid "User \"%s\" failed to verify their identity using %s method."
5876
  msgstr ""
5877
 
5878
- #: src/processors/loginprotect_backupcodes.php:169
5879
- msgid ""
5880
- "This is a quick notice to inform you that your Backup Login code was just "
5881
- "used."
5882
- msgstr ""
5883
 
5884
- #: src/processors/loginprotect_backupcodes.php:170
5885
- msgid "Your WordPress account had only 1 backup login code."
5886
  msgstr ""
5887
 
5888
- #: src/processors/loginprotect_backupcodes.php:171
5889
- msgid ""
5890
- "You must go to your profile and regenerate a new code if you want to use "
5891
- "this method again."
5892
  msgstr ""
5893
 
5894
- #: src/processors/loginprotect_backupcodes.php:173
5895
- #: src/processors/loginprotect_twofactorauth.php:159
5896
- msgid "Login Details"
5897
  msgstr ""
5898
 
5899
- #: src/processors/loginprotect_backupcodes.php:174
5900
- #: src/processors/loginprotect_twofactorauth.php:160
5901
- msgid "URL"
5902
  msgstr ""
5903
 
5904
- #: src/processors/loginprotect_backupcodes.php:178
5905
- msgid "Thank You."
5906
  msgstr ""
5907
 
5908
- #: src/processors/loginprotect_backupcodes.php:181
5909
- msgid "Backup Login Code Just Used"
5910
  msgstr ""
5911
 
5912
- #: src/processors/loginprotect_cooldown.php:24
5913
- msgid "Request Cooldown in effect."
5914
- msgstr ""
5915
 
5916
- #: src/processors/loginprotect_cooldown.php:26
5917
- #, php-format
5918
- msgid "You must wait %s seconds before attempting this action again."
5919
  msgstr ""
5920
 
5921
- #: src/processors/loginprotect_cooldown.php:31
5922
- msgid ""
5923
- "Cooldown triggered and request (login/register/lost-password) was blocked."
5924
- msgstr ""
5925
 
5926
- #: src/processors/loginprotect_gasp.php:29
5927
- msgid "You MUST enable Javascript to be able to login"
5928
  msgstr ""
5929
 
5930
- #: src/processors/loginprotect_gasp.php:60
5931
- #: src/processors/loginprotect_gasp.php:104
5932
- #, php-format
5933
- msgid "User \"%s\" attempted to %s but GASP checkbox was not present."
5934
  msgstr ""
5935
 
5936
- #: src/processors/loginprotect_gasp.php:62
5937
- #: src/processors/loginprotect_gasp.php:71
5938
- #: src/processors/loginprotect_gasp.php:106
5939
- #: src/processors/loginprotect_gasp.php:115
5940
- msgid "Probably a BOT."
5941
  msgstr ""
5942
 
5943
- #: src/processors/loginprotect_gasp.php:65
5944
- #: src/processors/loginprotect_gasp.php:109
5945
- msgid "You must check that box to say you're not a bot."
5946
  msgstr ""
5947
 
5948
- #: src/processors/loginprotect_gasp.php:69
5949
- #: src/processors/loginprotect_gasp.php:113
5950
  #, php-format
5951
- msgid "User \"%s\" attempted to %s but they were caught by the GASP honeypot."
5952
  msgstr ""
5953
 
5954
- #: src/processors/loginprotect_gasp.php:74
5955
- #: src/processors/loginprotect_gasp.php:118
 
5956
  #, php-format
5957
- msgid "You appear to be a bot - terminating %s attempt."
5958
- msgstr ""
 
 
5959
 
5960
- #: src/processors/loginprotect_googleauthenticator.php:36
5961
- msgid "Provide the current code generated by your Google Authenticator app."
5962
  msgstr ""
5963
 
5964
- #: src/processors/loginprotect_googleauthenticator.php:37
5965
- msgid "To reset this QR Code enter fake data here."
5966
  msgstr ""
5967
 
5968
- #: src/processors/loginprotect_googleauthenticator.php:42
5969
- #: src/processors/loginprotect_googleauthenticator.php:206
5970
- msgid "Google Authenticator Code"
 
5971
  msgstr ""
5972
 
5973
- #: src/processors/loginprotect_googleauthenticator.php:107
5974
- #: src/processors/loginprotect_googleauthenticator.php:152
5975
- msgid "Google Authenticator was successfully removed from the account."
5976
  msgstr ""
5977
 
5978
- #: src/processors/loginprotect_googleauthenticator.php:110
5979
  msgid ""
5980
- "Google Authenticator could not be removed from the account - ensure your "
5981
- "code is correct."
5982
  msgstr ""
5983
 
5984
- #: src/processors/loginprotect_googleauthenticator.php:144
5985
- #: src/processors/loginprotect_yubikey.php:80
5986
- msgid "One Time Password (OTP) was not valid."
5987
  msgstr ""
5988
 
5989
- #: src/processors/loginprotect_googleauthenticator.php:144
5990
- #: src/processors/loginprotect_yubikey.php:80
5991
- msgid "Please try again."
5992
  msgstr ""
5993
 
5994
- #: src/processors/loginprotect_googleauthenticator.php:157
 
5995
  msgid ""
5996
- "An email has been sent to you in order to confirm Google Authenticator "
5997
- "removal"
 
 
 
 
 
 
 
5998
  msgstr ""
5999
 
6000
- #: src/processors/loginprotect_googleauthenticator.php:161
6001
- msgid ""
6002
- "We tried to send an email for you to confirm Google Authenticator removal "
6003
- "but it failed."
6004
  msgstr ""
6005
 
6006
- #: src/processors/loginprotect_googleauthenticator.php:183
 
6007
  #, php-format
6008
- msgid "%s was successfully added to your account."
6009
  msgstr ""
6010
 
6011
- #: src/processors/loginprotect_googleauthenticator.php:205
6012
- msgid "Please use your Google Authenticator App to retrieve your code."
6013
  msgstr ""
6014
 
6015
- #: src/processors/loginprotect_googleauthenticator.php:224
6016
- msgid ""
6017
- "You have requested the removal of Google Authenticator from your WordPress "
6018
- "account."
6019
  msgstr ""
6020
 
6021
- #: src/processors/loginprotect_googleauthenticator.php:225
6022
- msgid "Please click the link below to confirm."
 
6023
  msgstr ""
6024
 
6025
- #: src/processors/loginprotect_googleauthenticator.php:230
6026
- msgid "Google Authenticator Removal Confirmation"
6027
  msgstr ""
6028
 
6029
- #: src/processors/loginprotect_googleauthenticator.php:254
6030
- msgid "Google Authenticator was successfully removed from this account."
 
 
 
6031
  msgstr ""
6032
 
6033
- #: src/processors/loginprotect_intent.php:121
6034
- msgid "Success"
 
 
 
 
 
6035
  msgstr ""
6036
 
6037
- #: src/processors/loginprotect_intent.php:121
6038
- msgid "Thank you for authenticating your login."
6039
  msgstr ""
6040
 
6041
- #: src/processors/loginprotect_intent.php:123
6042
- msgid "If you used your Backup Code, you will need to reset it."
 
 
 
 
6043
  msgstr ""
6044
 
6045
- #: src/processors/loginprotect_intent.php:131
6046
- msgid "One or more of your authentication codes failed or was missing"
 
 
6047
  msgstr ""
6048
 
6049
- #: src/processors/loginprotect_intent.php:269
6050
- msgid "Please supply all authentication codes"
6051
  msgstr ""
6052
 
6053
- #: src/processors/loginprotect_intent.php:272
6054
- msgid "Please supply at least 1 authentication code"
6055
  msgstr ""
6056
 
6057
- #: src/processors/loginprotect_intent.php:287
6058
- msgid "Cancel Login"
 
 
 
 
6059
  msgstr ""
6060
 
6061
- #: src/processors/loginprotect_intent.php:288
6062
- msgid "Time Remaining"
 
6063
  msgstr ""
6064
 
6065
- #: src/processors/loginprotect_intent.php:289
6066
- msgid "Calculating"
 
 
 
 
6067
  msgstr ""
6068
 
6069
- #: src/processors/loginprotect_intent.php:290
6070
- msgid "Seconds"
 
 
6071
  msgstr ""
6072
 
6073
- #: src/processors/loginprotect_intent.php:291
6074
- msgid "Login Expired"
6075
  msgstr ""
6076
 
6077
- #: src/processors/loginprotect_intent.php:292
6078
- msgid "Verify My Login"
 
 
6079
  msgstr ""
6080
 
6081
- #: src/processors/loginprotect_intent.php:294
6082
- msgid "What is this?"
 
6083
  msgstr ""
6084
 
6085
- #: src/processors/loginprotect_intent.php:296
6086
- #, php-format
6087
- msgid "%s Login Verification"
6088
- msgstr ""
6089
 
6090
- #: src/processors/loginprotect_intent.php:298
6091
- #, php-format
6092
- msgid "Don't ask again on this browser for %s."
6093
  msgstr ""
6094
 
6095
- #: src/processors/loginprotect_intent.php:299
6096
- #, php-format
6097
- msgid "%s day"
6098
- msgid_plural "%s days"
6099
- msgstr[0] ""
6100
- msgstr[1] ""
6101
 
6102
- #: src/processors/loginprotect_twofactorauth.php:42
6103
- #: src/processors/loginprotect_twofactorauth.php:50
6104
  msgid "Email Auth"
6105
  msgstr ""
6106
 
6107
- #: src/processors/loginprotect_twofactorauth.php:80
6108
  msgid "This code was just sent to your registered Email address."
6109
  msgstr ""
6110
 
6111
- #: src/processors/loginprotect_twofactorauth.php:81
6112
  msgid "Email OTP"
6113
  msgstr ""
6114
 
6115
- #: src/processors/loginprotect_twofactorauth.php:154
6116
  msgid "Someone attempted to login into this WordPress site using your account."
6117
  msgstr ""
6118
 
6119
- #: src/processors/loginprotect_twofactorauth.php:155
6120
  msgid "Login requires verification with the following code."
6121
  msgstr ""
6122
 
6123
- #: src/processors/loginprotect_twofactorauth.php:157
6124
  #, php-format
6125
  msgid "Verification Code: %s"
6126
  msgstr ""
6127
 
6128
- #: src/processors/loginprotect_twofactorauth.php:167
6129
  msgid "Why no login link?"
6130
  msgstr ""
6131
 
6132
- #: src/processors/loginprotect_twofactorauth.php:171
6133
  msgid "Two-Factor Login Verification"
6134
  msgstr ""
6135
 
6136
- #: src/processors/loginprotect_twofactorauth.php:176
6137
  #, php-format
6138
  msgid ""
6139
  "User \"%s\" was sent an email to verify their Identity using Two-Factor "
6140
  "Login Auth for IP address \"%s\"."
6141
  msgstr ""
6142
 
6143
- #: src/processors/loginprotect_twofactorauth.php:180
6144
  #, php-format
6145
  msgid ""
6146
  "Tried to send email to User \"%s\" to verify their identity using Two-Factor "
6147
  "Login Auth for IP address \"%s\", but email sending failed."
6148
  msgstr ""
6149
 
6150
- #: src/processors/loginprotect_twofactorauth.php:203
6151
  msgid "Check the box to enable email-based login authentication."
6152
  msgstr ""
6153
 
6154
- #: src/processors/loginprotect_wplogin.php:52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6155
  msgid ""
6156
- "Your login URL is unchanged because the Rename WP Login feature is not "
6157
- "currently supported on WPMS."
6158
  msgstr ""
6159
 
6160
- #: src/processors/loginprotect_wplogin.php:56
6161
- #: src/processors/loginprotect_wplogin.php:60
6162
- #, php-format
 
 
 
 
 
 
 
 
6163
  msgid ""
6164
- "Can not use the Rename WP Login feature because you have the \"%s\" plugin "
6165
- "installed and it is active."
6166
  msgstr ""
6167
 
6168
- #: src/processors/loginprotect_wplogin.php:64
6169
- #, php-format
6170
  msgid ""
6171
- "Can not use the Rename WP Login feature because you have not enabled %s."
 
6172
  msgstr ""
6173
 
6174
- #: src/processors/loginprotect_wplogin.php:68
6175
  #, php-format
6176
- msgid ""
6177
- "Can not use the Rename WP Login feature because you have chosen a path (\"%s"
6178
- "\") that is reserved on your WordPress site."
 
 
6179
  msgstr ""
6180
 
6181
- #: src/processors/loginprotect_wplogin.php:94
6182
  msgid ""
6183
- "Your login URL is unchanged because your current hosting/PHP configuration "
6184
- "cannot parse the necessary information."
 
 
 
 
 
 
 
 
6185
  msgstr ""
6186
 
6187
- #: src/processors/loginprotect_yubikey.php:33
 
 
 
 
6188
  msgid "This is your unique Yubikey Device ID."
6189
  msgstr ""
6190
 
6191
- #: src/processors/loginprotect_yubikey.php:34
6192
- #: src/processors/loginprotect_yubikey.php:41
6193
  msgid "Pro Only"
6194
  msgstr ""
6195
 
6196
- #: src/processors/loginprotect_yubikey.php:35
6197
  msgid "Multiple Yubikey Device IDs are separated by a comma."
6198
  msgstr ""
6199
 
6200
- #: src/processors/loginprotect_yubikey.php:36
6201
  msgid "Provide a One Time Password from your Yubikey."
6202
  msgstr ""
6203
 
6204
- #: src/processors/loginprotect_yubikey.php:38
6205
  msgid "This will remove the Yubikey Device ID from your profile."
6206
  msgstr ""
6207
 
6208
- #: src/processors/loginprotect_yubikey.php:39
6209
  msgid "This will add the Yubikey Device ID to your profile."
6210
  msgstr ""
6211
 
6212
- #: src/processors/loginprotect_yubikey.php:41
6213
  msgid ""
6214
  "If you provide a OTP from an alternative Yubikey device, it will also be "
6215
  "added to your profile."
6216
  msgstr ""
6217
 
6218
- #: src/processors/loginprotect_yubikey.php:43
6219
  msgid "Yubikey ID"
6220
  msgstr ""
6221
 
6222
- #: src/processors/loginprotect_yubikey.php:44
6223
- #: src/processors/loginprotect_yubikey.php:240
6224
- #: src/processors/loginprotect_yubikey.php:248
6225
- #: src/processors/loginprotect_yubikey.php:266
6226
  msgid "Yubikey OTP"
6227
  msgstr ""
6228
 
6229
- #: src/processors/loginprotect_yubikey.php:45
6230
  msgid "Yubikey Authentication"
6231
- msgstr ""
6232
 
6233
- #: src/processors/loginprotect_yubikey.php:47
6234
- msgid "Yubikey"
6235
- msgstr ""
6236
-
6237
- #: src/processors/loginprotect_yubikey.php:99
6238
  #, php-format
6239
  msgid "%s was removed from your profile."
6240
  msgstr ""
6241
 
6242
- #: src/processors/loginprotect_yubikey.php:100
6243
- #: src/processors/loginprotect_yubikey.php:107
6244
  msgid "Yubikey Device"
6245
  msgstr ""
6246
 
6247
- #: src/processors/loginprotect_yubikey.php:106
6248
  #, php-format
6249
  msgid "%s was added to your profile."
6250
  msgstr ""
6251
 
6252
- #: src/processors/loginprotect_yubikey.php:112
6253
  msgid "No changes were made to your Yubikey configuration"
6254
  msgstr ""
6255
 
6256
- #: src/processors/loginprotect_yubikey.php:264
6257
  msgid "Use your Yubikey to generate a new code."
6258
  msgstr ""
6259
 
6260
- #: src/processors/loginprotect_yubikey.php:341
6261
- #, php-format
6262
  msgid ""
6263
- "User \"%s\" logged in without a Yubikey One Time Password because no "
6264
- "username-yubikey pair was found for this user."
6265
  msgstr ""
 
 
6266
 
6267
- #: src/processors/loginprotect_yubikey.php:348
 
6268
  #, php-format
6269
  msgid ""
6270
- "User \"%s\" attempted to login but Yubikey ID \"%s\" used was not in list of "
6271
- "authorised keys."
6272
  msgstr ""
6273
 
6274
- #: src/processors/loginprotect_yubikey.php:354
6275
- #: src/processors/loginprotect_yubikey.php:372
6276
  #, php-format
6277
- msgid "ERROR: %s"
6278
- msgstr ""
6279
-
6280
- #: src/processors/loginprotect_yubikey.php:354
6281
  msgid ""
6282
- "The Yubikey provided is not on the list of permitted keys for this user."
6283
  msgstr ""
6284
 
6285
- #: src/processors/loginprotect_yubikey.php:361
6286
- #, php-format
6287
- msgid ""
6288
- "User \"%s\" successfully logged in using a validated Yubikey One Time "
6289
- "Password."
6290
  msgstr ""
6291
 
6292
- #: src/processors/loginprotect_yubikey.php:367
6293
  #, php-format
6294
  msgid ""
6295
- "User \"%s\" attempted to login but Yubikey One Time Password failed to "
6296
- "validate due to invalid Yubi API response.\"."
6297
  msgstr ""
6298
 
6299
- #: src/processors/loginprotect_yubikey.php:372
6300
- msgid "The Yubikey authentication was not validated successfully."
 
 
6301
  msgstr ""
 
 
6302
 
6303
- #: src/processors/plugin.php:206
6304
  #, php-format
6305
- msgid "%s plugin is not currently processing requests"
6306
  msgstr ""
6307
 
6308
- #: src/processors/plugin.php:208
6309
  #, php-format
6310
- msgid "Please delete the \"%s\" file to reactivate the %s protection"
6311
  msgstr ""
6312
 
6313
- #: src/processors/plugin.php:212
6314
  msgid "Click here to automatically delete the file"
6315
  msgstr ""
6316
 
6317
- #: src/processors/plugin.php:239
6318
  msgid "Your Name"
6319
- msgstr ""
6320
 
6321
- #: src/processors/plugin.php:240
6322
  msgid "Your Email"
 
 
 
 
 
 
 
 
6323
  msgstr ""
6324
 
6325
- #: src/processors/plugin_badge.php:40
6326
  #, php-format
6327
  msgid "%s is provided by %s"
6328
  msgstr ""
6329
 
6330
- #: src/processors/plugin_badge.php:45
6331
  #, php-format
6332
  msgid "Days Installed: %s"
6333
  msgstr ""
6334
 
6335
- #: src/processors/plugin_badgewidget.php:20
6336
  #, php-format
6337
  msgid "%s Plugin Badge"
6338
  msgstr ""
6339
 
6340
- #: src/processors/plugin_badgewidget.php:22
6341
  #, php-format
6342
  msgid ""
6343
  "You can now help spread the word about the %s plugin anywhere on your site"
6344
  msgstr ""
6345
 
6346
- #: src/processors/plugin_badgewidget.php:55
6347
  msgid "Site Secured"
6348
  msgstr ""
6349
 
6350
- #: src/processors/plugin_importexport.php:45
6351
  msgid "Sent notifications to whitelisted sites for required options import."
6352
  msgstr ""
6353
 
6354
- #: src/processors/plugin_importexport.php:119
6355
- msgid "Received notification that options import required."
6356
- msgstr ""
6357
-
6358
- #: src/processors/plugin_importexport.php:120
6359
- #, php-format
6360
- msgid "Current master site: %s"
6361
  msgstr ""
6362
 
6363
- #: src/processors/plugin_importexport.php:148
 
6364
  #, php-format
6365
  msgid "Not currently running %s Pro."
6366
  msgstr ""
6367
 
6368
- #: src/processors/plugin_importexport.php:152
 
6369
  msgid "Export of options is currently disabled."
6370
  msgstr ""
6371
 
6372
- #: src/processors/plugin_importexport.php:156
 
 
 
 
 
 
 
 
 
6373
  msgid "Handshake verification failed."
6374
  msgstr ""
6375
 
6376
- #: src/processors/plugin_importexport.php:165
6377
  #, php-format
6378
  msgid "Options exported to site %s."
6379
  msgstr ""
6380
 
6381
- #: src/processors/plugin_importexport.php:171
6382
  #, php-format
6383
  msgid "Site added to export white list: %s."
6384
  msgstr ""
6385
 
6386
- #: src/processors/plugin_importexport.php:314
6387
  #, php-format
6388
- msgid "Options imported from %s."
6389
  msgstr ""
6390
 
6391
- #: src/processors/plugin_importexport.php:329
6392
  #, php-format
6393
  msgid "Master Site URL set to %s."
6394
  msgstr ""
6395
 
6396
- #: src/processors/plugin_tracking.php:31
 
 
 
 
 
6397
  #, php-format
6398
  msgid "Make %s even better by sharing usage info?"
6399
  msgstr ""
6400
 
6401
- #: src/processors/plugin_tracking.php:32
6402
  #, php-format
6403
  msgid "We're hoping to understand how %s is configured and used."
6404
  msgstr ""
6405
 
6406
- #: src/processors/plugin_tracking.php:33
6407
  msgid "We'd like to understand how effective it is on a global scale."
6408
  msgstr ""
6409
 
6410
- #: src/processors/plugin_tracking.php:34
6411
  msgid ""
6412
  "The data sent is always completely anonymous and we can never track you or "
6413
  "your site."
6414
  msgstr ""
6415
 
6416
- #: src/processors/plugin_tracking.php:35
6417
  msgid "It can be turned-off at any time within the plugin options."
6418
  msgstr ""
6419
 
6420
- #: src/processors/plugin_tracking.php:36
6421
  msgid "Click to see the RAW data that would be sent"
6422
  msgstr ""
6423
 
6424
- #: src/processors/plugin_tracking.php:39
6425
  msgid "Absolutely"
6426
  msgstr ""
6427
 
6428
- #: src/processors/sessions.php:109
6429
  msgid "You're already logged-in."
6430
  msgstr ""
6431
 
6432
- #: src/processors/sessions.php:114
6433
  msgid "Go To Admin"
6434
  msgstr ""
6435
 
6436
- #: src/processors/statistics.php:202
6437
  msgid "Login Verified"
6438
  msgstr ""
6439
 
6440
- #: src/processors/statistics.php:204
 
 
 
 
6441
  msgid "IP Auto Black-Listed"
6442
  msgstr ""
6443
 
6444
- #: src/processors/statistics.php:205
6445
  msgid "Total Transgressions"
6446
  msgstr ""
6447
 
6448
- #: src/processors/statistics.php:209
6449
  #, php-format
6450
  msgid "%s Statistics"
6451
  msgstr ""
6452
 
6453
- #: src/processors/user_management.php:127
6454
- msgid "Last Login"
 
6455
  msgstr ""
6456
 
6457
- #: src/processors/user_management.php:149
6458
  msgid "Not Recorded"
6459
  msgstr ""
6460
 
6461
- #: src/processors/user_management.php:199
 
 
 
 
6462
  #, php-format
6463
  msgid ""
6464
  "As requested, %s is notifying you of a successful %s login to a WordPress "
6465
  "site that you manage."
6466
  msgstr ""
6467
 
6468
- #: src/processors/user_management.php:204
6469
  #, php-format
6470
  msgid "Important: %s"
6471
  msgstr ""
6472
 
6473
- #: src/processors/user_management.php:204
6474
  msgid ""
6475
  "This user may now be subject to additional Two-Factor Authentication before "
6476
  "completing their login."
6477
  msgstr ""
6478
 
6479
- #: src/processors/user_management.php:206
6480
  msgid "Details for this user are below:"
6481
  msgstr ""
6482
 
6483
- #: src/processors/user_management.php:212
6484
- #: src/processors/user_management.php:242
6485
  msgid "Thanks."
6486
  msgstr ""
6487
 
6488
- #: src/processors/user_management.php:220
6489
- #: src/processors/user_management.php:250
6490
  msgid "Notice"
6491
- msgstr ""
6492
 
6493
- #: src/processors/user_management.php:220
6494
  #, php-format
6495
  msgid "%s Just Logged Into %s"
6496
  msgstr ""
6497
 
6498
- #: src/processors/user_management.php:231
6499
  #, php-format
6500
  msgid "%s is notifying you of a successful login to your WordPress account."
6501
  msgstr ""
6502
 
6503
- #: src/processors/user_management.php:234
6504
  msgid "Details for this login are below:"
6505
  msgstr ""
6506
 
6507
- #: src/processors/user_management.php:240
6508
  msgid ""
6509
  "If this is unexpected or suspicious, please contact your site administrator "
6510
  "immediately."
6511
  msgstr ""
6512
 
6513
- #: src/processors/user_management.php:250
6514
  msgid "A login to your WordPress account just occurred"
6515
  msgstr ""
6516
 
6517
- #: src/processors/usermanagement_passwords.php:90
6518
  msgid "Forcing user to update expired password."
6519
  msgstr ""
6520
 
6521
- #: src/processors/usermanagement_passwords.php:92
6522
  #, php-format
6523
- msgid "Your password has expired (%s days)."
6524
  msgstr ""
6525
 
6526
- #: src/processors/usermanagement_passwords.php:108
6527
  msgid "Forcing user to update password that fails to meet policies."
6528
  msgstr ""
6529
 
6530
- #: src/processors/usermanagement_passwords.php:112
6531
  msgid ""
6532
  "Your password doesn't meet requirements set by your security administrator."
6533
  msgstr ""
6534
 
6535
- #: src/processors/usermanagement_passwords.php:122
6536
- #: src/processors/usermanagement_passwords.php:145
6537
  msgid ""
6538
  "For your security, please use the password section below to update your "
6539
  "password."
6540
  msgstr ""
6541
 
6542
- #: src/processors/usermanagement_passwords.php:172
6543
  msgid ""
6544
  "Your security administrator has imposed requirements for password quality."
6545
  msgstr ""
6546
 
6547
- #: src/processors/usermanagement_passwords.php:173
6548
  msgid "Reason"
6549
- msgstr ""
6550
 
6551
- #: src/processors/usermanagement_passwords.php:181
6552
  msgid "Blocked attempted password update that failed policy requirements."
6553
  msgstr ""
6554
 
6555
- #: src/processors/usermanagement_passwords.php:238
6556
  #, php-format
6557
  msgid "Password length (%s) too short (min: %s characters)"
6558
  msgstr ""
6559
 
6560
- #: src/processors/usermanagement_passwords.php:300
6561
- #: src/processors/usermanagement_passwords.php:367
6562
  msgid "Please use a different password."
6563
  msgstr ""
6564
 
6565
- #: src/processors/usermanagement_passwords.php:301
6566
  msgid "This password has already been pwned."
6567
  msgstr ""
6568
 
6569
- #: src/processors/usermanagement_passwords.php:305
6570
- #: src/processors/usermanagement_passwords.php:372
6571
  #, php-format
6572
  msgid "%s times"
6573
  msgstr ""
6574
 
6575
- #: src/processors/usermanagement_passwords.php:368
6576
  msgid "This password has been pwned."
6577
  msgstr ""
6578
 
6579
- #: src/processors/usermanagement_sessions.php:278
6580
- msgid "Your session has expired."
 
 
6581
  msgstr ""
6582
 
6583
- #: src/processors/usermanagement_sessions.php:282
6584
- msgid "Your session was idle for too long."
6585
  msgstr ""
6586
 
6587
- #: src/processors/usermanagement_sessions.php:286
6588
- msgid "Your session was locked to another IP Address."
 
 
6589
  msgstr ""
6590
 
6591
- #: src/processors/usermanagement_sessions.php:290
 
 
 
 
 
 
 
 
 
 
 
 
6592
  #, php-format
6593
  msgid "You do not currently have a %s user session."
6594
  msgstr ""
6595
 
6596
- #: src/processors/usermanagement_sessions.php:295
6597
  msgid "An administrator has terminated this session."
6598
  msgstr ""
6599
 
6600
- #: src/processors/usermanagement_sessions.php:299
6601
  msgid "Not a user."
6602
  msgstr ""
6603
 
6604
- #: src/processors/usermanagement_sessions.php:303
6605
  msgid "Your session was terminated."
6606
- msgstr ""
6607
 
6608
- #: src/processors/usermanagement_sessions.php:307
6609
  msgid "Please login again."
6610
  msgstr ""
6611
 
6612
- #: src/wizards/base.php:374
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6613
  #, php-format
6614
  msgid "%s Wizard"
6615
  msgstr ""
6616
 
6617
- #: src/wizards/base.php:517
6618
  msgid "No Access"
6619
  msgstr ""
6620
 
6621
- #: src/wizards/base_wpsf.php:113
6622
  msgid "Security Admin Key was not correct."
6623
  msgstr ""
6624
 
6625
- #: src/wizards/hack_protect.php:18
6626
  #, php-format
6627
  msgid "%s Hack Protect Wizard"
6628
  msgstr ""
6629
 
6630
- #: src/wizards/hack_protect.php:302
6631
  msgid "All changes detected have been ignored."
6632
  msgstr ""
6633
 
6634
- #: src/wizards/hack_protect.php:309
6635
  msgid "The plugin has been deactivated."
6636
  msgstr ""
6637
 
6638
- #: src/wizards/login_protect.php:18
6639
  #, php-format
6640
  msgid "%s Multi-Factor Authentication Wizard"
6641
  msgstr ""
6642
 
6643
- #: src/wizards/login_protect.php:62
6644
  msgid "Invalid email address"
6645
- msgstr ""
6646
 
6647
- #: src/wizards/login_protect.php:69
6648
  msgid "Verification email sent (please check your email including your SPAM)."
6649
  msgstr ""
6650
 
6651
- #: src/wizards/login_protect.php:70
6652
  msgid ""
6653
  "Enter the code from the email into the form above and click the button to "
6654
  "verify."
6655
  msgstr ""
6656
 
6657
- #: src/wizards/login_protect.php:119
6658
  msgid "Code was empty."
6659
  msgstr ""
6660
 
6661
- #: src/wizards/login_protect.php:146
6662
  msgid "Google Authenticator was enabled for the site."
6663
  msgstr ""
6664
 
6665
- #: src/wizards/login_protect.php:161
6666
  #, php-format
6667
  msgid "Multi-Factor Authentication was %s for the site."
6668
  msgstr ""
6669
 
6670
- #: src/wizards/login_protect.php:162
6671
  msgid "enabled"
6672
- msgstr ""
6673
 
6674
- #: src/wizards/login_protect.php:162
6675
  msgid "disabled"
6676
- msgstr ""
6677
 
6678
- #: src/wizards/plugin.php:18
6679
  #, php-format
6680
  msgid "%s Welcome Wizard"
6681
  msgstr ""
6682
 
6683
- #: src/wizards/plugin.php:252
6684
  msgid "Where to find Shield"
6685
  msgstr ""
6686
 
6687
- #: src/wizards/plugin.php:253
6688
  msgid "Accessing Each Module"
6689
  msgstr ""
6690
 
6691
- #: src/wizards/plugin.php:254
6692
  msgid "Accessing Options"
6693
  msgstr ""
6694
 
6695
- #: src/wizards/plugin.php:255
6696
  msgid "Launching Wizards"
6697
  msgstr ""
6698
 
6699
- #: src/wizards/plugin.php:256
6700
  msgid "Finding Help"
6701
  msgstr ""
6702
 
6703
- #: src/wizards/plugin.php:257
6704
  msgid "Actions (not Options)"
6705
  msgstr ""
6706
 
6707
- #: src/wizards/plugin.php:258
6708
  msgid "Help For Each Option"
6709
  msgstr ""
6710
 
6711
- #: src/wizards/plugin.php:259
6712
  msgid "Module On/Off Switch"
6713
  msgstr ""
6714
 
6715
- #: src/wizards/plugin.php:262
6716
  #, php-format
6717
  msgid "You'll find the main %s settings in the left-hand WordPress menu."
6718
  msgstr ""
6719
 
6720
- #: src/wizards/plugin.php:263
6721
  msgid ""
6722
  "Shield is split up into independent modules for accessing the options of "
6723
  "each feature."
6724
  msgstr ""
6725
 
6726
- #: src/wizards/plugin.php:264
6727
  msgid ""
6728
  "When you load a module, you can access the options by clicking on the "
6729
  "Options Panel link."
6730
  msgstr ""
6731
 
6732
- #: src/wizards/plugin.php:265
6733
  msgid "Launch helpful walk-through wizards for modules that have them."
6734
  msgstr ""
6735
 
6736
- #: src/wizards/plugin.php:266
6737
  msgid ""
6738
  "Each module also has a brief overview help section - there is more in-depth "
6739
  "help available."
6740
  msgstr ""
6741
 
6742
- #: src/wizards/plugin.php:267
6743
  msgid ""
6744
  "Certain modules have extra actions and features, e.g. Audit Trail Viewer."
6745
  msgstr ""
6746
 
6747
- #: src/wizards/plugin.php:268
6748
  msgid "Note: Not all modules have the actions section"
6749
  msgstr ""
6750
 
6751
- #: src/wizards/plugin.php:269
6752
  msgid ""
6753
  "Each module has an Enable/Disable checkbox to turn on/off all processing for "
6754
  "that module"
6755
  msgstr ""
6756
 
6757
- #: src/wizards/plugin.php:270
6758
  msgid ""
6759
  "To help you understand each option, most of them have a more info link, and/"
6760
  "or a blog link, to read more"
6761
  msgstr ""
6762
 
6763
- #: src/wizards/plugin.php:365
6764
  msgid "Success!"
6765
- msgstr ""
6766
 
6767
- #: src/wizards/plugin.php:386
6768
  msgid "License was found and successfully installed."
6769
  msgstr ""
6770
 
6771
- #: src/wizards/plugin.php:389
6772
  msgid "License could not be found."
6773
  msgstr ""
6774
 
6775
- #: src/wizards/plugin.php:419
6776
  msgid "Options imported successfully to your site."
6777
  msgstr ""
6778
 
6779
- #: src/wizards/plugin.php:420
6780
  msgid "Secret key was empty."
6781
  msgstr ""
6782
 
6783
- #: src/wizards/plugin.php:421
6784
  msgid "Secret key was not 40 characters long."
6785
  msgstr ""
6786
 
6787
- #: src/wizards/plugin.php:422
6788
  msgid ""
6789
  "Secret key contains invalid characters - it should be letters and numbers "
6790
  "only."
6791
  msgstr ""
6792
 
6793
- #: src/wizards/plugin.php:423
6794
  msgid "Source site URL could not be parsed correctly."
6795
  msgstr ""
6796
 
6797
- #: src/wizards/plugin.php:424
6798
  msgid "Could not parse the response from the site."
6799
  msgstr ""
6800
 
6801
- #: src/wizards/plugin.php:425
6802
  msgid "Check the secret key is correct for the remote site."
6803
  msgstr ""
6804
 
6805
- #: src/wizards/plugin.php:426
6806
  msgid "Failure response returned from the site."
6807
  msgstr ""
6808
 
6809
- #: src/wizards/plugin.php:427
6810
  #, php-format
6811
  msgid "Remote site responded with - %s"
6812
  msgstr ""
6813
 
6814
- #: src/wizards/plugin.php:428
6815
  msgid "Data returned from the site was empty."
6816
  msgstr ""
6817
 
6818
- #: src/wizards/plugin.php:462
6819
  msgid "Security Admin setup was successful."
6820
  msgstr ""
6821
 
6822
- #: src/wizards/plugin.php:480 src/wizards/plugin.php:513
6823
- #: src/wizards/plugin.php:546 src/wizards/plugin.php:584
6824
- #: src/wizards/plugin.php:692
6825
  msgid "No changes were made as no option was selected"
6826
  msgstr ""
6827
 
6828
- #: src/wizards/plugin.php:493 src/wizards/plugin.php:526
6829
- #: src/wizards/plugin.php:562 src/wizards/plugin.php:708
6830
- msgid "Enabled"
6831
- msgstr ""
6832
-
6833
- #: src/wizards/plugin.php:493 src/wizards/plugin.php:526
6834
- #: src/wizards/plugin.php:562 src/wizards/plugin.php:708
6835
- msgid "Disabled"
6836
- msgstr ""
6837
-
6838
- #: src/wizards/plugin.php:497 src/wizards/plugin.php:530
6839
- #: src/wizards/plugin.php:566 src/wizards/plugin.php:712
6840
  #, php-format
6841
  msgid "%s setting could not be changed at this time."
6842
  msgstr ""
6843
 
6844
- #: src/wizards/plugin.php:594 src/wizards/plugin.php:604
6845
  msgid "Preferences have been saved."
6846
  msgstr ""
6847
 
6848
- #: src/wizards/plugin.php:657
6849
  msgid "Search item added."
6850
  msgstr ""
6851
 
6852
- #: src/wizards/plugin.php:674
6853
  msgid "All entries were deleted"
6854
  msgstr ""
6855
 
6856
- #: src/wizards/plugin.php:677
6857
  msgid "Please check the box to confirm deletion."
6858
  msgstr ""
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: WPSF v2.0\n"
4
+ "POT-Creation-Date: 2019-05-17 17:28+0100\n"
5
+ "PO-Revision-Date: 2019-05-17 17:28+0100\n"
6
  "Last-Translator: \n"
7
  "Language-Team: \n"
8
  "Language: en_GB\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 2.2.2\n"
13
+ "X-Poedit-KeywordsList: _wpsf__;gettext;gettext_noop;_wpsf_e;_n;_n:1,2;__;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
  "X-Poedit-SearchPathExcluded-0: .git\n"
19
  "X-Poedit-SearchPathExcluded-1: .idea\n"
20
+ "X-Poedit-SearchPathExcluded-2: node_modules\n"
21
+ "X-Poedit-SearchPathExcluded-3: tests\n"
22
+ "X-Poedit-SearchPathExcluded-4: src/lib/vendor\n"
23
+ "X-Poedit-SearchPathExcluded-5: resources\n"
24
 
25
+ #: icwp-plugin-controller.php:671
26
+ msgid "Update Now To Keep Your Security Current With The Latest Features."
27
  msgstr ""
28
 
29
+ #: src/features/admin_access_restriction.php:74
 
 
 
 
 
 
30
  msgid "Security Admin Access Key Accepted."
31
+ msgstr "دسترسی به کلید مدیریت امنیتی پذیرفته شده."
32
 
33
+ #: src/features/admin_access_restriction.php:75
 
34
  msgid "Please wait"
35
+ msgstr "لطفا\" صبر کنید"
36
 
37
+ #: src/features/admin_access_restriction.php:78
 
38
  msgid "Failed to process key - you may need to re-login to WordPress."
39
  msgstr ""
40
 
41
+ #: src/features/admin_access_restriction.php:87
42
+ msgid "Security access key incorrect."
 
43
  msgstr ""
44
 
45
+ #: src/features/admin_access_restriction.php:89
46
+ #, php-format
47
+ msgid "Attempts remaining: %s."
48
+ msgstr ""
49
+
50
+ #: src/features/admin_access_restriction.php:92
51
+ msgid "No attempts remaining."
52
  msgstr ""
53
 
54
+ #: src/features/admin_access_restriction.php:126
55
+ msgid "Enter your Security Admin Access Key"
56
+ msgstr "کلید مدیریت دسترسی امنیتی خود را وارد کنید"
57
+
58
+ #: src/features/admin_access_restriction.php:313
59
  msgid "Security Admin key accepted."
60
  msgstr ""
61
 
62
+ #: src/features/admin_access_restriction.php:316
63
  msgid "Security Admin key not accepted."
64
  msgstr ""
65
 
66
+ #: src/features/admin_access_restriction.php:519
67
+ #: src/features/admin_access_restriction.php:521
68
+ msgid "Security Admin session has timed-out."
69
+ msgstr ""
70
+
71
+ #: src/features/admin_access_restriction.php:519
72
+ msgid "Reload now?"
73
+ msgstr ""
74
+
75
+ #: src/features/admin_access_restriction.php:520
76
+ msgid "Security Admin session has nearly timed-out."
77
+ msgstr ""
78
+
79
+ #: src/features/admin_access_restriction.php:535
80
+ #: src/features/admin_access_restriction.php:548
81
+ #: src/features/admin_access_restriction.php:639
82
+ #: src/features/admin_access_restriction.php:700 src/features/plugin.php:1371
83
+ #: src/features/plugin.php:1373 src/wizards/base_wpsf.php:59
84
+ msgid "Security Admin"
85
+ msgstr "مدیریت امنیت"
86
+
87
+ #: src/features/admin_access_restriction.php:536
88
+ #, php-format
89
+ msgid "Prevent Tampering With %s Settings"
90
+ msgstr ""
91
+
92
+ #: src/features/admin_access_restriction.php:551
93
+ msgid "Security plugin is protected against tampering"
94
+ msgstr ""
95
+
96
+ #: src/features/admin_access_restriction.php:552
97
+ msgid "Security plugin is vulnerable to tampering"
98
+ msgstr ""
99
+
100
+ #: src/features/admin_access_restriction.php:559
101
+ msgid "Important Options"
102
+ msgstr ""
103
+
104
+ #: src/features/admin_access_restriction.php:562
105
+ msgid "Important WP options are protected against tampering"
106
+ msgstr ""
107
+
108
+ #: src/features/admin_access_restriction.php:563
109
+ msgid "Important WP options aren't protected against tampering"
110
+ msgstr ""
111
+
112
+ #: src/features/admin_access_restriction.php:570
113
+ msgid "WP Admins"
114
+ msgstr ""
115
+
116
+ #: src/features/admin_access_restriction.php:573
117
+ msgid "Admin users are protected against tampering"
118
+ msgstr ""
119
+
120
+ #: src/features/admin_access_restriction.php:574
121
+ msgid "Admin users aren't protected against tampering"
122
+ msgstr ""
123
+
124
+ #: src/features/admin_access_restriction.php:591
125
  msgid "Security Admin Protection"
126
  msgstr ""
127
 
128
+ #: src/features/admin_access_restriction.php:600
129
  msgid "The Security Admin protection is not active."
130
  msgstr ""
131
 
132
+ #: src/features/admin_access_restriction.php:604
133
+ #: src/features/autoupdates.php:218 src/features/base.php:1533
134
+ #: src/features/base_wpsf.php:188 src/features/base_wpsf.php:238
135
+ #: src/features/hack_protect.php:1043 src/features/hack_protect.php:1064
136
+ #: src/features/hack_protect.php:1085 src/features/hack_protect.php:1106
137
+ #: src/features/hack_protect.php:1127 src/features/insights.php:405
138
+ #: src/features/insights.php:649 src/features/lockdown.php:80
139
+ #: src/features/user_management.php:451
140
  msgid "Options"
141
+ msgstr "Options"
142
 
143
+ #: src/features/admin_access_restriction.php:605
144
  msgid "Security Admin should be turned-on to protect your security settings."
145
  msgstr ""
146
 
147
+ #: src/features/admin_access_restriction.php:635
148
+ #: src/features/audit_trail.php:430 src/features/autoupdates.php:318
149
+ #: src/features/base.php:1526 src/features/base_wpsf.php:183
150
+ #: src/features/base_wpsf.php:233 src/features/comments_filter.php:236
151
+ #: src/features/firewall.php:132 src/features/hack_protect.php:1297
152
+ #: src/features/headers.php:180 src/features/ips.php:406
153
+ #: src/features/lockdown.php:159 src/features/login_protect.php:767
154
+ #: src/features/sessions.php:41 src/features/statistics.php:30
155
+ #: src/features/statistics.php:39 src/features/traffic.php:210
156
+ #: src/features/user_management.php:543
157
+ msgid "On"
158
+ msgstr "Açık"
159
+
160
+ #: src/features/admin_access_restriction.php:635
161
+ #: src/features/audit_trail.php:430 src/features/autoupdates.php:318
162
+ #: src/features/base.php:1527 src/features/base_wpsf.php:184
163
+ #: src/features/base_wpsf.php:234 src/features/comments_filter.php:236
164
+ #: src/features/firewall.php:132 src/features/hack_protect.php:1297
165
+ #: src/features/headers.php:180 src/features/ips.php:406
166
+ #: src/features/lockdown.php:159 src/features/login_protect.php:767
167
+ #: src/features/sessions.php:41 src/features/statistics.php:30
168
+ #: src/features/statistics.php:39 src/features/traffic.php:210
169
+ #: src/features/user_management.php:543
170
+ msgid "Off"
171
+ msgstr "Kapalı"
172
+
173
+ #: src/features/admin_access_restriction.php:636
174
+ #: src/features/audit_trail.php:431 src/features/autoupdates.php:319
175
+ #: src/features/comments_filter.php:237 src/features/firewall.php:133
176
+ #: src/features/hack_protect.php:1298 src/features/headers.php:181
177
+ #: src/features/ips.php:407 src/features/lockdown.php:160
178
+ #: src/features/login_protect.php:766 src/features/sessions.php:42
179
+ #: src/features/statistics.php:31 src/features/statistics.php:40
180
+ #: src/features/traffic.php:211 src/features/user_management.php:544
181
  #, php-format
182
  msgid "Enable Module: %s"
183
  msgstr ""
184
 
185
+ #: src/features/admin_access_restriction.php:638
186
+ #: src/features/admin_access_restriction.php:647
187
+ #: src/features/admin_access_restriction.php:656
188
+ #: src/features/admin_access_restriction.php:666
189
+ #: src/features/audit_trail.php:433 src/features/audit_trail.php:441
190
+ #: src/features/audit_trail.php:450 src/features/audit_trail.php:462
191
+ #: src/features/autoupdates.php:321 src/features/autoupdates.php:329
192
+ #: src/features/autoupdates.php:339 src/features/autoupdates.php:350
193
+ #: src/features/autoupdates.php:360 src/features/base_wpsf.php:398
194
+ #: src/features/comments_filter.php:239 src/features/comments_filter.php:248
195
+ #: src/features/comments_filter.php:255 src/features/comments_filter.php:265
196
+ #: src/features/comments_filter.php:273 src/features/firewall.php:135
197
+ #: src/features/hack_protect.php:1283 src/features/hack_protect.php:1291
198
+ #: src/features/hack_protect.php:1300 src/features/hack_protect.php:1309
199
+ #: src/features/hack_protect.php:1319 src/features/hack_protect.php:1328
200
+ #: src/features/hack_protect.php:1337 src/features/hack_protect.php:1347
201
+ #: src/features/hack_protect.php:1356 src/features/hack_protect.php:1365
202
+ #: src/features/headers.php:183 src/features/headers.php:191
203
+ #: src/features/headers.php:200 src/features/ips.php:409
204
+ #: src/features/ips.php:419 src/features/license.php:717
205
+ #: src/features/lockdown.php:162 src/features/lockdown.php:170
206
+ #: src/features/lockdown.php:179 src/features/lockdown.php:188
207
+ #: src/features/login_protect.php:769 src/features/login_protect.php:778
208
+ #: src/features/login_protect.php:788 src/features/login_protect.php:797
209
+ #: src/features/login_protect.php:806 src/features/login_protect.php:816
210
+ #: src/features/login_protect.php:825 src/features/login_protect.php:834
211
+ #: src/features/plugin.php:1137 src/features/plugin.php:1145
212
+ #: src/features/plugin.php:1152 src/features/plugin.php:1167
213
+ #: src/features/sessions.php:44 src/features/statistics.php:33
214
+ #: src/features/statistics.php:42 src/features/statistics.php:50
215
+ #: src/features/traffic.php:213 src/features/traffic.php:221
216
+ #: src/features/user_management.php:546 src/features/user_management.php:555
217
+ #: src/features/user_management.php:564 src/features/user_management.php:573
218
+ #: src/features/user_management.php:582 src/features/user_management.php:592
219
  msgid "Purpose"
220
  msgstr ""
221
 
222
+ #: src/features/admin_access_restriction.php:638
223
+ #: src/features/admin_access_restriction.php:647
224
  msgid ""
225
  "Restricts access to this plugin preventing unauthorized changes to your "
226
  "security settings."
227
  msgstr ""
228
+ "دسترسی به این پلاگین را محدود می کند که مانع تغییرات غیر مجاز به تنظیمات "
229
+ "امنیتی شما می شود."
230
 
231
+ #: src/features/admin_access_restriction.php:639
232
+ #: src/features/admin_access_restriction.php:648
233
+ #: src/features/admin_access_restriction.php:657
234
+ #: src/features/audit_trail.php:434 src/features/audit_trail.php:442
235
+ #: src/features/audit_trail.php:451 src/features/autoupdates.php:322
236
+ #: src/features/autoupdates.php:330 src/features/autoupdates.php:342
237
+ #: src/features/autoupdates.php:351 src/features/base_wpsf.php:399
238
+ #: src/features/comments_filter.php:240 src/features/comments_filter.php:256
239
+ #: src/features/comments_filter.php:266 src/features/comments_filter.php:274
240
+ #: src/features/firewall.php:136 src/features/firewall.php:144
241
+ #: src/features/firewall.php:155 src/features/firewall.php:164
242
+ #: src/features/hack_protect.php:1292 src/features/hack_protect.php:1301
243
+ #: src/features/hack_protect.php:1310 src/features/hack_protect.php:1320
244
+ #: src/features/hack_protect.php:1329 src/features/hack_protect.php:1339
245
+ #: src/features/hack_protect.php:1348 src/features/hack_protect.php:1357
246
+ #: src/features/hack_protect.php:1366 src/features/headers.php:184
247
+ #: src/features/headers.php:192 src/features/headers.php:201
248
+ #: src/features/ips.php:410 src/features/ips.php:420 src/features/ips.php:432
249
+ #: src/features/ips.php:442 src/features/ips.php:455 src/features/ips.php:466
250
+ #: src/features/license.php:718 src/features/lockdown.php:163
251
+ #: src/features/lockdown.php:171 src/features/lockdown.php:180
252
+ #: src/features/lockdown.php:189 src/features/login_protect.php:770
253
+ #: src/features/login_protect.php:779 src/features/login_protect.php:789
254
+ #: src/features/login_protect.php:807 src/features/login_protect.php:826
255
+ #: src/features/login_protect.php:937 src/features/plugin.php:1169
256
+ #: src/features/sessions.php:45 src/features/statistics.php:34
257
+ #: src/features/statistics.php:43 src/features/statistics.php:51
258
+ #: src/features/traffic.php:214 src/features/traffic.php:222
259
+ #: src/features/user_management.php:547 src/features/user_management.php:556
260
+ #: src/features/user_management.php:565 src/features/user_management.php:574
261
+ #: src/features/user_management.php:583 src/features/user_management.php:593
262
  msgid "Recommendation"
263
  msgstr ""
264
 
265
+ #: src/features/admin_access_restriction.php:639
266
+ #: src/features/audit_trail.php:434 src/features/autoupdates.php:322
267
+ #: src/features/comments_filter.php:240 src/features/firewall.php:136
268
+ #: src/features/hack_protect.php:1301 src/features/hack_protect.php:1310
269
+ #: src/features/hack_protect.php:1320 src/features/hack_protect.php:1329
270
+ #: src/features/ips.php:410 src/features/ips.php:420
271
+ #: src/features/lockdown.php:163 src/features/login_protect.php:770
272
+ #: src/features/sessions.php:45 src/features/statistics.php:34
273
+ #: src/features/statistics.php:43 src/features/user_management.php:547
 
274
  #, php-format
275
  msgid "Keep the %s feature turned on."
276
+ msgstr "ویژگی %s را فعال کنید"
277
 
278
+ #: src/features/admin_access_restriction.php:640
 
 
 
 
 
 
279
  msgid "You need to also enter a new Access Key to enable this feature."
280
  msgstr ""
281
 
282
+ #: src/features/admin_access_restriction.php:645
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
283
  msgid "Security Admin Restriction Settings"
284
  msgstr ""
285
 
286
+ #: src/features/admin_access_restriction.php:648
287
+ #: src/features/admin_access_restriction.php:657
288
+ #: src/features/comments_filter.php:256 src/features/comments_filter.php:274
289
+ #: src/features/login_protect.php:807 src/features/login_protect.php:826
290
+ #: src/features/plugin.php:1170 src/features/user_management.php:556
291
+ #: src/features/user_management.php:565 src/features/user_management.php:574
292
+ #: src/features/user_management.php:583 src/features/user_management.php:593
293
  msgid "Use of this feature is highly recommend."
294
  msgstr ""
295
 
296
+ #: src/features/admin_access_restriction.php:650
297
  msgid "Security Admin Settings"
298
  msgstr ""
299
 
300
+ #: src/features/admin_access_restriction.php:654
301
  msgid "Security Admin Restriction Zones"
302
  msgstr ""
303
 
304
+ #: src/features/admin_access_restriction.php:656
305
  msgid ""
306
  "Restricts access to key WordPress areas for all users not authenticated with "
307
  "the Security Admin Access system."
308
  msgstr ""
309
 
310
+ #: src/features/admin_access_restriction.php:659
311
  msgid "Access Restriction Zones"
312
  msgstr ""
313
 
314
+ #: src/features/admin_access_restriction.php:663
315
+ #: src/features/admin_access_restriction.php:676
316
+ #: src/features/admin_access_restriction.php:779
317
  msgid "White Label"
318
  msgstr ""
319
 
320
+ #: src/features/admin_access_restriction.php:667
321
  #, php-format
322
  msgid "Rename and re-brand the %s plugin for your client site installations."
323
  msgstr ""
324
 
325
+ #: src/features/admin_access_restriction.php:671
326
+ #: src/features/comments_filter.php:347 src/features/hack_protect.php:1544
327
+ #: src/features/hack_protect.php:1545 src/features/login_protect.php:917
328
+ #: src/features/plugin.php:1315 src/features/plugin.php:1322
329
+ #: src/features/user_management.php:717 src/features/user_management.php:734
330
+ #: src/processors/loginprotect_intentprovider_backup.php:29
331
  msgid "Important"
332
+ msgstr "Important"
333
 
334
+ #: src/features/admin_access_restriction.php:672
335
  msgid "The Security Admin system must be active for these settings to apply."
336
  msgstr ""
337
 
338
+ #: src/features/admin_access_restriction.php:700
339
+ #: src/features/audit_trail.php:492 src/features/autoupdates.php:385
340
+ #: src/features/comments_filter.php:330 src/features/firewall.php:188
341
+ #: src/features/hack_protect.php:1389 src/features/headers.php:226
342
+ #: src/features/ips.php:491 src/features/lockdown.php:214
343
+ #: src/features/login_protect.php:859 src/features/plugin.php:1217
344
+ #: src/features/sessions.php:69 src/features/statistics.php:78
345
+ #: src/features/statistics.php:84 src/features/traffic.php:247
346
+ #: src/features/user_management.php:617
347
  #, php-format
348
  msgid "Enable %s Module"
349
  msgstr ""
350
 
351
+ #: src/features/admin_access_restriction.php:701
352
  msgid "Enforce Security Admin Access Restriction"
353
  msgstr ""
354
 
355
+ #: src/features/admin_access_restriction.php:702
356
  msgid ""
357
  "Enable this with great care and consideration. Ensure that you set a key "
358
  "that you have set an access key that you will remember."
359
  msgstr ""
360
 
361
+ #: src/features/admin_access_restriction.php:706
362
  msgid "Security Admin Access Key"
363
  msgstr ""
364
 
365
+ #: src/features/admin_access_restriction.php:707
366
  msgid "Provide/Update Security Admin Access Key"
367
  msgstr ""
368
 
369
+ #: src/features/admin_access_restriction.php:708
370
+ #: src/features/admin_access_restriction.php:737
371
+ #: src/features/admin_access_restriction.php:744
372
+ #: src/features/admin_access_restriction.php:751
373
+ #: src/features/admin_access_restriction.php:757
374
+ #: src/features/admin_access_restriction.php:763
375
  msgid "Careful"
376
  msgstr ""
377
 
378
+ #: src/features/admin_access_restriction.php:708
379
  msgid ""
380
  "If you forget this, you could potentially lock yourself out from using this "
381
  "plugin."
382
  msgstr ""
383
 
384
+ #: src/features/admin_access_restriction.php:709
385
  msgid "Security Key Currently Set"
386
  msgstr ""
387
 
388
+ #: src/features/admin_access_restriction.php:709
389
  msgid "Security Key NOT Currently Set"
390
  msgstr ""
391
 
392
+ #: src/features/admin_access_restriction.php:710
393
  #, php-format
394
  msgid "To delete the current security key, type exactly \"%s\" and save."
395
  msgstr ""
396
 
397
+ #: src/features/admin_access_restriction.php:714
398
+ msgid "Security Admins"
399
+ msgstr ""
400
+
401
+ #: src/features/admin_access_restriction.php:715
402
+ msgid "Persistent Security Admins"
403
+ msgstr ""
404
+
405
+ #: src/features/admin_access_restriction.php:716
406
+ msgid ""
407
+ "Users provided will be security admins automatically, without needing the "
408
+ "security key."
409
+ msgstr ""
410
+
411
+ #: src/features/admin_access_restriction.php:717
412
+ msgid "Enter admin username, email or ID."
413
+ msgstr ""
414
+
415
+ #: src/features/admin_access_restriction.php:717
416
+ msgid "1 entry per-line."
417
+ msgstr ""
418
+
419
+ #: src/features/admin_access_restriction.php:718
420
+ #: src/features/admin_access_restriction.php:738
421
+ #: src/features/admin_access_restriction.php:745
422
+ #: src/features/admin_access_restriction.php:766
423
+ #: src/features/audit_trail.php:463 src/features/hack_protect.php:1406
424
+ #: src/features/headers.php:299 src/features/ips.php:346
425
+ #: src/features/login_protect.php:780 src/features/login_protect.php:808
426
+ #: src/features/login_protect.php:817 src/features/login_protect.php:835
427
+ #: src/features/login_protect.php:908 src/features/login_protect.php:916
428
+ #: src/features/login_protect.php:930 src/features/plugin.php:1171
429
+ #: src/features/plugin.php:1175 src/features/plugin.php:1274
430
+ msgid "Note"
431
+ msgstr "Notes"
432
+
433
+ #: src/features/admin_access_restriction.php:718
434
+ msgid "Verified users will be converted to usernames."
435
+ msgstr ""
436
+
437
+ #: src/features/admin_access_restriction.php:722
438
  msgid "Security Admin Timeout"
439
  msgstr ""
440
 
441
+ #: src/features/admin_access_restriction.php:723
442
  msgid "Specify An Automatic Timeout Interval For Security Admin Access"
443
  msgstr ""
444
 
445
+ #: src/features/admin_access_restriction.php:724
446
  msgid "This will automatically expire your Security Admin Session."
447
  msgstr ""
448
 
449
+ #: src/features/admin_access_restriction.php:728
450
+ #: src/features/audit_trail.php:501 src/features/base.php:1565
451
+ #: src/features/hack_protect.php:1397 src/features/hack_protect.php:1471
452
+ #: src/features/login_protect.php:960 src/features/login_protect.php:1003
453
+ #: src/features/login_protect.php:1010 src/features/user_management.php:641
454
+ #: src/features/user_management.php:737
455
  msgid "Default"
456
+ msgstr "默认"
457
 
458
+ #: src/features/admin_access_restriction.php:735
459
  msgid "Pages"
460
+ msgstr "Páginas"
461
 
462
+ #: src/features/admin_access_restriction.php:736
463
  msgid "Restrict Access To Key WordPress Posts And Pages Actions"
464
  msgstr ""
465
 
466
+ #: src/features/admin_access_restriction.php:737
467
  msgid "This will restrict access to page/post creation, editing and deletion."
468
  msgstr ""
469
 
470
+ #: src/features/admin_access_restriction.php:738
471
+ #: src/features/admin_access_restriction.php:745
472
+ #: src/features/admin_access_restriction.php:768
 
 
 
 
 
 
 
 
 
 
 
 
473
  #, php-format
474
  msgid "Selecting \"%s\" will also restrict all other options."
475
  msgstr ""
476
 
477
+ #: src/features/admin_access_restriction.php:738
478
  msgid "Edit"
479
+ msgstr "编辑"
480
 
481
+ #: src/features/admin_access_restriction.php:742
482
+ #: src/features/audit_trail.php:201 src/features/audit_trail.php:517
483
+ #: src/features/audit_trail.php:518 src/features/autoupdates.php:418
484
+ #: src/features/insights.php:547 src/features/insights.php:558
 
485
  msgid "Plugins"
486
+ msgstr "Eklentiler"
487
 
488
+ #: src/features/admin_access_restriction.php:743
489
  msgid "Restrict Access To Key WordPress Plugin Actions"
490
  msgstr ""
491
 
492
+ #: src/features/admin_access_restriction.php:744
493
  msgid ""
494
  "This will restrict access to plugin installation, update, activation and "
495
  "deletion."
496
  msgstr ""
497
 
498
+ #: src/features/admin_access_restriction.php:745
499
+ #: src/features/admin_access_restriction.php:771
500
  msgid "Activate"
501
+ msgstr "激活"
502
 
503
+ #: src/features/admin_access_restriction.php:749
504
  msgid "WordPress Options"
505
  msgstr ""
506
 
507
+ #: src/features/admin_access_restriction.php:750
508
  msgid "Restrict Access To Certain WordPress Admin Options"
509
  msgstr ""
510
 
511
+ #: src/features/admin_access_restriction.php:751
512
  msgid ""
513
  "This will restrict the ability of WordPress administrators from changing key "
514
  "WordPress settings."
515
  msgstr ""
516
 
517
+ #: src/features/admin_access_restriction.php:755
518
  msgid "Admin Users"
519
  msgstr ""
520
 
521
+ #: src/features/admin_access_restriction.php:756
522
  msgid "Restrict Access To Create/Delete/Modify Other Admin Users"
523
  msgstr ""
524
 
525
+ #: src/features/admin_access_restriction.php:757
526
  msgid ""
527
  "This will restrict the ability of WordPress administrators from creating, "
528
  "modifying or promoting other administrators."
529
  msgstr ""
530
 
531
+ #: src/features/admin_access_restriction.php:761
532
+ #: src/features/audit_trail.php:202 src/features/audit_trail.php:523
533
+ #: src/features/audit_trail.php:524 src/features/autoupdates.php:430
534
+ #: src/features/insights.php:587 src/features/insights.php:598
535
  msgid "Themes"
536
+ msgstr "Temas"
537
 
538
+ #: src/features/admin_access_restriction.php:762
539
  msgid "Restrict Access To WordPress Theme Actions"
540
  msgstr ""
541
 
542
+ #: src/features/admin_access_restriction.php:763
543
  msgid ""
544
  "This will restrict access to theme installation, update, activation and "
545
  "deletion."
546
  msgstr ""
547
 
548
+ #: src/features/admin_access_restriction.php:770
549
  #, php-format
550
  msgid "%s and %s"
551
  msgstr ""
552
 
553
+ #: src/features/admin_access_restriction.php:772
554
  msgid "Edit Theme Options"
555
  msgstr ""
556
 
557
+ #: src/features/admin_access_restriction.php:779
558
+ msgid "Enable"
559
+ msgstr "启用"
560
+
561
+ #: src/features/admin_access_restriction.php:780
562
  msgid "Activate Your White Label Settings"
563
  msgstr ""
564
 
565
+ #: src/features/admin_access_restriction.php:781
566
  msgid "Turn on/off the application of your White Label settings."
567
  msgstr ""
568
 
569
+ #: src/features/admin_access_restriction.php:784
570
  msgid "Hide Updates"
571
  msgstr ""
572
 
573
+ #: src/features/admin_access_restriction.php:785
574
  msgid "Hide Plugin Updates From Non-Security Admins"
575
  msgstr ""
576
 
577
+ #: src/features/admin_access_restriction.php:786
578
  #, php-format
579
  msgid "Hide available %s updates from non-security administrators."
580
  msgstr ""
581
 
582
+ #: src/features/admin_access_restriction.php:789
583
+ #: src/features/admin_access_restriction.php:796
584
  msgid "Plugin Name"
585
  msgstr ""
586
 
587
+ #: src/features/admin_access_restriction.php:790
588
  msgid "The Name Of The Plugin"
589
  msgstr ""
590
 
591
+ #: src/features/admin_access_restriction.php:791
592
  msgid "The name of the plugin that will be displayed to your site users."
593
  msgstr ""
594
 
595
+ #: src/features/admin_access_restriction.php:794
596
  msgid "Menu Title"
597
  msgstr ""
598
 
599
+ #: src/features/admin_access_restriction.php:795
600
  msgid "The Main Menu Title Of The Plugin"
601
  msgstr ""
602
 
603
+ #: src/features/admin_access_restriction.php:796
604
  #, php-format
605
  msgid ""
606
  "The Main Menu Title Of The Plugin. If left empty, the \"%s\" will be used."
607
  msgstr ""
608
 
609
+ #: src/features/admin_access_restriction.php:799
610
  msgid "Company Name"
611
+ msgstr "نام شرکت"
612
 
613
+ #: src/features/admin_access_restriction.php:800
614
  msgid "The Name Of Your Company"
615
  msgstr ""
616
 
617
+ #: src/features/admin_access_restriction.php:801
618
  msgid "Provide the name of your company."
619
  msgstr ""
620
 
621
+ #: src/features/admin_access_restriction.php:804
622
  msgid "Description"
623
+ msgstr "Description"
624
 
625
+ #: src/features/admin_access_restriction.php:805
626
  msgid "The Description Of The Plugin"
627
  msgstr ""
628
 
629
+ #: src/features/admin_access_restriction.php:806
630
  msgid "The description of the plugin displayed on the plugins page."
631
  msgstr ""
632
 
633
+ #: src/features/admin_access_restriction.php:809
634
  msgid "Home URL"
635
+ msgstr "Endereço da Home"
636
 
637
+ #: src/features/admin_access_restriction.php:810
638
  msgid "Plugin Home Page URL"
639
  msgstr ""
640
 
641
+ #: src/features/admin_access_restriction.php:811
642
  msgid ""
643
  "When a user clicks the home link for this plugin, this is where they'll be "
644
  "directed."
645
  msgstr ""
646
 
647
+ #: src/features/admin_access_restriction.php:814
648
  msgid "Menu Icon"
649
  msgstr ""
650
 
651
+ #: src/features/admin_access_restriction.php:815
652
  msgid "Menu Icon URL"
653
  msgstr ""
654
 
655
+ #: src/features/admin_access_restriction.php:816
656
  msgid "The URL of the icon to display in the menu."
657
  msgstr ""
658
 
659
+ #: src/features/admin_access_restriction.php:817
660
+ #: src/features/admin_access_restriction.php:823
661
  #, php-format
662
  msgid "The %s should measure %s."
663
  msgstr ""
664
 
665
+ #: src/features/admin_access_restriction.php:817
666
  msgid "icon"
667
+ msgstr "آیکون"
668
 
669
+ #: src/features/admin_access_restriction.php:820
670
  msgid "Dashboard Logo"
671
  msgstr ""
672
 
673
+ #: src/features/admin_access_restriction.php:821
674
  msgid "Dashboard Logo URL"
675
  msgstr ""
676
 
677
+ #: src/features/admin_access_restriction.php:822
678
  msgid "The URL of the logo to display in the admin pages."
679
  msgstr ""
680
 
681
+ #: src/features/admin_access_restriction.php:823
682
  msgid "logo"
683
  msgstr ""
684
 
685
+ #: src/features/admin_access_restriction.php:826
686
+ #: src/features/admin_access_restriction.php:827
687
  msgid "2FA Login Logo URL"
688
  msgstr ""
689
 
690
+ #: src/features/admin_access_restriction.php:828
691
  msgid ""
692
  "The URL of the logo to display on the Two-Factor Authentication login page."
693
  msgstr ""
694
 
695
+ #: src/features/admin_access_restriction.php:892
696
+ msgid ""
697
+ "Sorry, this plugin is protected against unauthorised attempts to disable it."
698
  msgstr ""
699
 
700
+ #: src/features/admin_access_restriction.php:895
701
+ msgid "You'll just need to authenticate first and try again."
 
702
  msgstr ""
703
 
704
+ #: src/features/audit_trail.php:47
705
+ msgid "Invalid audit entry selected for this action"
706
  msgstr ""
707
 
708
+ #: src/features/audit_trail.php:59
709
+ msgid "Audit entry could not be loaded."
710
  msgstr ""
711
 
712
+ #: src/features/audit_trail.php:66
713
+ msgid "Parameter associated with this audit entry could not be found."
714
  msgstr ""
715
 
716
+ #: src/features/audit_trail.php:72
717
+ #, php-format
718
+ msgid "Parameter \"%s\" whitelisted successfully"
719
  msgstr ""
720
 
721
+ #: src/features/audit_trail.php:200 src/features/insights.php:245
722
+ #: src/features/user_management.php:429
723
+ msgid "Users"
724
+ msgstr "کاربران"
725
+
726
+ #: src/features/audit_trail.php:203
727
+ msgid "WordPress"
728
+ msgstr "Wordpress"
729
+
730
+ #: src/features/audit_trail.php:204
731
+ msgid "Posts"
732
+ msgstr "Posts"
733
+
734
+ #: src/features/audit_trail.php:205 src/features/audit_trail.php:541
735
+ #: src/features/audit_trail.php:542
736
  msgid "Emails"
737
  msgstr ""
738
 
739
+ #: src/features/audit_trail.php:206 src/processors/user_management.php:229
740
  msgid "Time"
741
+ msgstr "Time"
742
 
743
+ #: src/features/audit_trail.php:207
744
  msgid "Event"
745
+ msgstr "Un événement"
746
 
747
+ #: src/features/audit_trail.php:208
748
  msgid "Message"
749
+ msgstr "پیام"
750
 
751
+ #: src/features/audit_trail.php:209 src/features/user_management.php:212
752
+ #: src/processors/loginprotect_intentprovider_backup.php:171
753
+ #: src/processors/loginprotect_intentprovider_email.php:165
754
+ #: src/processors/user_management.php:198
755
+ #: src/processors/user_management.php:227
756
  msgid "Username"
757
+ msgstr "Username"
758
 
759
+ #: src/features/audit_trail.php:210
760
  msgid "Category"
761
+ msgstr "Category"
762
+
763
+ #: src/features/audit_trail.php:211 src/features/plugin.php:1363
764
+ #: src/processors/firewall.php:411
765
+ #: src/processors/loginprotect_intentprovider_backup.php:172
766
+ #: src/processors/loginprotect_intentprovider_email.php:166
767
+ #: src/processors/user_management.php:200
768
+ #: src/processors/user_management.php:228
769
  msgid "IP Address"
770
  msgstr ""
771
 
772
+ #: src/features/audit_trail.php:212 src/lib/src/Tables/Build/AuditTrail.php:101
773
+ #: src/lib/src/Tables/Build/Sessions.php:72
774
+ #: src/lib/src/Tables/Build/Traffic.php:136
775
  msgid "You"
776
  msgstr ""
777
 
778
+ #: src/features/audit_trail.php:213
779
  msgid "There are currently no audit entries this is section."
780
  msgstr ""
781
 
782
+ #: src/features/audit_trail.php:283
783
  #, php-format
784
  msgid "[%s] Audit Trail Entries"
785
  msgstr ""
786
 
787
+ #: src/features/audit_trail.php:350
788
+ msgid "Activity Audit Log"
789
+ msgstr ""
790
+
791
+ #: src/features/audit_trail.php:351
792
+ msgid "Track Activity: What, Who, When, Where"
793
+ msgstr ""
794
+
795
+ #: src/features/audit_trail.php:364
796
+ msgid "users"
797
+ msgstr "用户"
798
+
799
+ #: src/features/audit_trail.php:365
800
+ msgid "plugins"
801
+ msgstr ""
802
+
803
+ #: src/features/audit_trail.php:366
804
+ msgid "themes"
805
+ msgstr ""
806
+
807
+ #: src/features/audit_trail.php:367
808
+ msgid "posts"
809
+ msgstr "posts"
810
+
811
+ #: src/features/audit_trail.php:368
812
+ msgid "emails"
813
+ msgstr "emails"
814
+
815
+ #: src/features/audit_trail.php:373 src/features/audit_trail.php:382
816
+ #: src/features/audit_trail.php:453
817
+ msgid "Audit Areas"
818
+ msgstr ""
819
+
820
+ #: src/features/audit_trail.php:375
821
+ msgid "All important events on your site are being logged"
822
+ msgstr ""
823
+
824
+ #: src/features/audit_trail.php:384
825
+ #, php-format
826
+ msgid "No areas are set to be audited: %s"
827
+ msgstr ""
828
+
829
+ #: src/features/audit_trail.php:398
830
+ msgid "Audit Events"
831
+ msgstr ""
832
+
833
+ #: src/features/audit_trail.php:400
834
+ #, php-format
835
+ msgid "Important events aren't being audited: %s"
836
  msgstr ""
837
 
838
+ #: src/features/audit_trail.php:407 src/features/audit_trail.php:434
839
+ #: src/features/insights.php:244 src/features/plugin.php:1374
840
+ #: src/wizards/plugin.php:487 src/wizards/plugin.php:492
841
  msgid "Audit Trail"
842
+ msgstr "تست حسابرسی"
843
+
844
+ #: src/features/audit_trail.php:409
845
+ #, php-format
846
+ msgid "Maximum Audit Trail entries limited to %s"
847
  msgstr ""
848
 
849
+ #: src/features/audit_trail.php:433
850
+ msgid ""
851
+ "The Audit Trail is designed so you can look back on events and analyse what "
852
+ "happened and what may have gone wrong."
853
+ msgstr ""
854
+
855
+ #: src/features/audit_trail.php:439 src/features/audit_trail.php:444
856
  msgid "Audit Trail Options"
857
  msgstr ""
858
 
859
+ #: src/features/audit_trail.php:441
860
  msgid "Provides finer control over the audit trail itself."
861
  msgstr ""
862
 
863
+ #: src/features/audit_trail.php:442 src/features/audit_trail.php:451
864
+ #: src/features/traffic.php:222
865
  msgid "These settings are dependent on your requirements."
866
  msgstr ""
867
 
868
+ #: src/features/audit_trail.php:448
869
+ msgid "Enable Audit Areas"
870
  msgstr ""
871
 
872
+ #: src/features/audit_trail.php:450
873
  msgid "Specify which types of actions on your site are logged."
874
  msgstr ""
875
 
876
+ #: src/features/audit_trail.php:457
877
+ msgid "Track All Major Changes To Your Site"
878
+ msgstr ""
879
+
880
+ #: src/features/audit_trail.php:458
881
+ msgid "Change Tracking"
882
+ msgstr ""
883
+
884
+ #: src/features/audit_trail.php:462
885
+ msgid "Track significant changes to your site."
886
+ msgstr ""
887
+
888
+ #: src/features/audit_trail.php:463
889
+ msgid "This is separate from the Audit Trail."
890
+ msgstr ""
891
+
892
+ #: src/features/audit_trail.php:464
893
+ msgid "Considerations"
894
+ msgstr ""
895
+
896
+ #: src/features/audit_trail.php:465
897
+ msgid "Change Tracking uses snapshots that may use take up lot of data."
898
  msgstr ""
899
 
900
+ #: src/features/audit_trail.php:493 src/features/autoupdates.php:386
901
+ #: src/features/firewall.php:189 src/features/hack_protect.php:1390
902
+ #: src/features/headers.php:227 src/features/ips.php:492
903
+ #: src/features/lockdown.php:215 src/features/login_protect.php:860
904
+ #: src/features/sessions.php:70 src/features/statistics.php:79
905
+ #: src/features/statistics.php:85 src/features/traffic.php:248
906
+ #: src/features/user_management.php:618
907
  #, php-format
908
  msgid "Enable (or Disable) The %s Module"
909
  msgstr ""
910
 
911
+ #: src/features/audit_trail.php:494 src/features/autoupdates.php:387
912
+ #: src/features/comments_filter.php:332 src/features/firewall.php:190
913
+ #: src/features/hack_protect.php:1391 src/features/headers.php:228
914
+ #: src/features/ips.php:493 src/features/lockdown.php:216
915
+ #: src/features/login_protect.php:861 src/features/sessions.php:71
916
+ #: src/features/statistics.php:80 src/features/statistics.php:86
917
+ #: src/features/traffic.php:249 src/features/user_management.php:619
918
  #, php-format
919
  msgid "Un-Checking this option will completely disable the %s module."
920
  msgstr ""
921
 
922
+ #: src/features/audit_trail.php:498
923
  msgid "Max Trail Length"
924
  msgstr ""
925
 
926
+ #: src/features/audit_trail.php:499
927
  msgid "Maximum Audit Trail Length To Keep"
928
  msgstr ""
929
 
930
+ #: src/features/audit_trail.php:500
931
  msgid ""
932
  "Automatically remove any audit trail entries when this limit is exceeded."
933
  msgstr ""
934
 
935
+ #: src/features/audit_trail.php:505
936
  msgid "Auto Clean"
937
  msgstr ""
938
 
939
+ #: src/features/audit_trail.php:506
940
+ msgid "Automatically Purge Audit Log Entries Older Than The Set Number Of Days"
941
  msgstr ""
942
 
943
+ #: src/features/audit_trail.php:507
944
  msgid ""
945
  "Events older than the number of days specified will be automatically cleaned "
946
  "from the database."
947
  msgstr ""
948
 
949
+ #: src/features/audit_trail.php:511 src/features/audit_trail.php:512
950
+ #: src/features/audit_trail.php:513
951
  msgid "Users And Logins"
952
  msgstr ""
953
 
954
+ #: src/features/audit_trail.php:512 src/features/audit_trail.php:518
955
+ #: src/features/audit_trail.php:524 src/features/audit_trail.php:530
956
+ #: src/features/audit_trail.php:536 src/features/audit_trail.php:542
957
+ #: src/features/audit_trail.php:548
958
  #, php-format
959
  msgid "Enable Audit Context - %s"
960
  msgstr ""
961
 
962
+ #: src/features/audit_trail.php:513 src/features/audit_trail.php:519
963
+ #: src/features/audit_trail.php:525 src/features/audit_trail.php:531
964
+ #: src/features/audit_trail.php:537 src/features/audit_trail.php:543
965
+ #: src/features/audit_trail.php:549
966
  #, php-format
967
  msgid ""
968
  "When this context is enabled, the audit trail will track activity relating "
969
  "to: %s"
970
  msgstr ""
971
 
972
+ #: src/features/audit_trail.php:519
973
  msgid "WordPress Plugins"
974
  msgstr ""
975
 
976
+ #: src/features/audit_trail.php:525
977
  msgid "WordPress Themes"
978
  msgstr ""
979
 
980
+ #: src/features/audit_trail.php:529 src/features/audit_trail.php:530
981
  msgid "Posts And Pages"
982
  msgstr ""
983
 
984
+ #: src/features/audit_trail.php:531
985
  msgid "Editing and publishing of posts and pages"
986
  msgstr ""
987
 
988
+ #: src/features/audit_trail.php:535 src/features/audit_trail.php:536
989
  msgid "WordPress And Settings"
990
  msgstr ""
991
 
992
+ #: src/features/audit_trail.php:537
993
  msgid "WordPress upgrades and changes to particular WordPress settings"
994
  msgstr ""
995
 
996
+ #: src/features/audit_trail.php:543
997
  msgid "Email Sending"
998
  msgstr ""
999
 
1000
+ #: src/features/audit_trail.php:553
1001
+ msgid "Site Change Tracking"
 
1002
  msgstr ""
1003
 
1004
+ #: src/features/audit_trail.php:554
1005
+ msgid "Track Major Changes To Your Site"
1006
  msgstr ""
1007
 
1008
+ #: src/features/audit_trail.php:555
1009
+ msgid ""
1010
+ "Tracking major changes to your site will help you monitor and catch "
1011
+ "malicious damage."
1012
  msgstr ""
1013
 
1014
+ #: src/features/audit_trail.php:559
1015
+ msgid "Snapshot Per Week"
1016
  msgstr ""
1017
 
1018
+ #: src/features/audit_trail.php:560
1019
+ msgid "Number Of Snapshots To Take Per Week"
 
 
1020
  msgstr ""
1021
 
1022
+ #: src/features/audit_trail.php:561
1023
+ msgid ""
1024
+ "The number of snapshots to take per week. For daily snapshots, select 7."
1025
  msgstr ""
1026
 
1027
+ #: src/features/audit_trail.php:562
1028
+ msgid "Data storage in your database increases with the number of snapshots."
1029
  msgstr ""
1030
 
1031
+ #: src/features/audit_trail.php:563
1032
  msgid ""
1033
+ "However, increased snapshots provide more granular information on when major "
1034
+ "site changes occurred."
1035
  msgstr ""
1036
 
1037
+ #: src/features/audit_trail.php:567
1038
+ msgid "Max Snapshots"
1039
  msgstr ""
1040
 
1041
+ #: src/features/audit_trail.php:568
1042
+ msgid "Maximum Number Of Snapshots To Retain"
1043
  msgstr ""
1044
 
1045
+ #: src/features/audit_trail.php:569
1046
+ msgid ""
1047
+ "The more snapshots you retain, the further back you can look at changes over "
1048
+ "your site."
1049
  msgstr ""
1050
 
1051
+ #: src/features/audit_trail.php:570
 
1052
  msgid ""
1053
+ "You will need to consider the implications to database storage requirements."
 
1054
  msgstr ""
1055
 
1056
+ #: src/features/autoupdates.php:135
1057
+ msgid "You do not have permissions to perform this action."
1058
  msgstr ""
1059
 
1060
+ #: src/features/autoupdates.php:144
1061
+ #, php-format
1062
+ msgid "Plugin \"%s\" will %s."
1063
  msgstr ""
1064
 
1065
+ #: src/features/autoupdates.php:147
1066
+ msgid "update automatically"
1067
  msgstr ""
1068
 
1069
+ #: src/features/autoupdates.php:147
1070
+ msgid "not update automatically"
1071
  msgstr ""
1072
 
1073
+ #: src/features/autoupdates.php:152
1074
+ msgid "Failed to change the update status of the plugin."
1075
+ msgstr ""
1076
+
1077
+ #: src/features/autoupdates.php:207 src/features/autoupdates.php:239
1078
+ #: src/features/autoupdates.php:322 src/features/hack_protect.php:1428
1079
+ #: src/features/plugin.php:1377
1080
+ msgid "Automatic Updates"
1081
+ msgstr "آپدیت خودکار"
1082
+
1083
+ #: src/features/autoupdates.php:216
1084
+ msgid "Automatic Updates Are Not Disabled As Expected."
1085
  msgstr ""
1086
 
1087
  #: src/features/autoupdates.php:219
1088
+ #, php-format
1089
+ msgid ""
1090
+ "A plugin/theme other than %s is affecting your automatic update settings."
1091
  msgstr ""
1092
 
1093
+ #: src/features/autoupdates.php:240
1094
+ msgid "Control WordPress Automatic Updates"
1095
  msgstr ""
1096
 
1097
+ #: src/features/autoupdates.php:254
1098
+ msgid "Disabled All"
1099
  msgstr ""
1100
 
1101
  #: src/features/autoupdates.php:257
1102
+ msgid "All automatic updates on this site are disabled"
1103
  msgstr ""
1104
 
1105
  #: src/features/autoupdates.php:258
1106
+ msgid "The automatic updates system is enabled"
1107
  msgstr ""
1108
 
1109
+ #: src/features/autoupdates.php:267
1110
+ msgid "Core Updates"
 
 
1111
  msgstr ""
1112
 
1113
+ #: src/features/autoupdates.php:270
1114
+ msgid "Minor WP Core updates will be installed automatically"
1115
  msgstr ""
1116
 
1117
+ #: src/features/autoupdates.php:271
1118
+ msgid "Minor WP Core updates will not be installed automatically"
1119
  msgstr ""
1120
 
1121
+ #: src/features/autoupdates.php:278 src/features/autoupdates.php:454
1122
+ msgid "Update Delay"
 
 
 
1123
  msgstr ""
1124
 
1125
+ #: src/features/autoupdates.php:281
1126
+ msgid "Automatic updates are applied after a short delay"
1127
+ msgstr ""
1128
+
1129
+ #: src/features/autoupdates.php:282
1130
+ msgid "Automatic updates are applied immediately"
1131
+ msgstr ""
1132
+
1133
+ #: src/features/autoupdates.php:291
1134
+ msgid "Self Auto-Update"
1135
+ msgstr ""
1136
+
1137
+ #: src/features/autoupdates.php:294
1138
+ #, php-format
1139
+ msgid "%s is automatically updated"
1140
+ msgstr ""
1141
+
1142
+ #: src/features/autoupdates.php:295
1143
+ #, php-format
1144
+ msgid "%s isn't automatically updated"
1145
+ msgstr ""
1146
+
1147
+ #: src/features/autoupdates.php:321
1148
+ msgid ""
1149
+ "Automatic Updates lets you manage the WordPress automatic updates engine so "
1150
+ "you choose what exactly gets updated automatically."
1151
+ msgstr ""
1152
+
1153
+ #: src/features/autoupdates.php:327
1154
+ msgid "Disable ALL WordPress Automatic Updates"
1155
+ msgstr ""
1156
+
1157
+ #: src/features/autoupdates.php:329
1158
+ msgid ""
1159
+ "If you never want WordPress to automatically update anything on your site, "
1160
+ "turn on this option."
1161
+ msgstr ""
1162
+
1163
+ #: src/features/autoupdates.php:330
1164
+ msgid "Do not turn on this option unless you really need to block updates."
1165
+ msgstr ""
1166
+
1167
+ #: src/features/autoupdates.php:332
1168
+ msgid "Turn Off"
1169
+ msgstr ""
1170
+
1171
+ #: src/features/autoupdates.php:336
1172
+ msgid "Automatic Plugin Self-Update"
1173
+ msgstr ""
1174
+
1175
+ #: src/features/autoupdates.php:340
1176
+ #, php-format
1177
+ msgid ""
1178
+ "Allows the %s plugin to automatically update itself when an update is "
1179
+ "available."
1180
+ msgstr ""
1181
+
1182
+ #: src/features/autoupdates.php:342
1183
+ msgid "Keep this option turned on."
1184
+ msgstr ""
1185
+
1186
+ #: src/features/autoupdates.php:344
1187
+ msgid "Self-Update"
1188
+ msgstr ""
1189
+
1190
+ #: src/features/autoupdates.php:348
1191
+ msgid "Automatic Updates For WordPress Components"
1192
+ msgstr ""
1193
+
1194
+ #: src/features/autoupdates.php:350
1195
+ msgid "Control how automatic updates for each WordPress component is handled."
1196
+ msgstr ""
1197
+
1198
+ #: src/features/autoupdates.php:351
1199
+ msgid "You should at least allow minor updates for the WordPress core."
1200
+ msgstr ""
1201
+
1202
+ #: src/features/autoupdates.php:353
1203
+ msgid "WordPress Components"
1204
+ msgstr ""
1205
+
1206
+ #: src/features/autoupdates.php:357 src/features/autoupdates.php:358
1207
+ msgid "Auto-Update Options"
1208
+ msgstr ""
1209
+
1210
+ #: src/features/autoupdates.php:360
1211
+ msgid "Make adjustments to how automatic updates are handled on your site."
1212
+ msgstr ""
1213
+
1214
+ #: src/features/autoupdates.php:391
1215
+ msgid "Disable All"
1216
+ msgstr ""
1217
+
1218
+ #: src/features/autoupdates.php:392
1219
+ msgid "Completely Disable WordPress Automatic Updates"
1220
+ msgstr ""
1221
+
1222
+ #: src/features/autoupdates.php:393
1223
+ msgid ""
1224
+ "When selected, regardless of any other settings, all WordPress automatic "
1225
+ "updates on this site will be completely disabled!"
1226
+ msgstr ""
1227
+
1228
+ #: src/features/autoupdates.php:397
1229
+ msgid "Auto Update Plugin"
1230
+ msgstr ""
1231
+
1232
+ #: src/features/autoupdates.php:398
1233
+ msgid "Always Automatically Update This Plugin"
1234
+ msgstr ""
1235
+
1236
+ #: src/features/autoupdates.php:400
1237
+ #, php-format
1238
+ msgid ""
1239
+ "Regardless of any other settings, automatically update the \"%s\" plugin."
1240
+ msgstr ""
1241
+
1242
+ #: src/features/autoupdates.php:406
1243
  msgid "WordPress Core Updates"
1244
  msgstr ""
1245
 
1246
+ #: src/features/autoupdates.php:407
1247
  msgid "Decide how the WordPress Core will automatically update, if at all"
1248
  msgstr ""
1249
 
1250
+ #: src/features/autoupdates.php:408
1251
  msgid ""
1252
  "At least automatically upgrading minor versions is recommended (and is the "
1253
  "WordPress default)."
1254
  msgstr ""
1255
 
1256
+ #: src/features/autoupdates.php:412
1257
  msgid "Translations"
1258
  msgstr ""
1259
 
1260
+ #: src/features/autoupdates.php:413
1261
  msgid "Automatically Update Translations"
1262
  msgstr ""
1263
 
1264
+ #: src/features/autoupdates.php:414
1265
  msgid ""
1266
  "Note: Automatic updates for translations are enabled on WordPress by default."
1267
  msgstr ""
1268
 
1269
+ #: src/features/autoupdates.php:419
1270
  msgid "Automatically Update All Plugins"
1271
  msgstr ""
1272
 
1273
+ #: src/features/autoupdates.php:420
1274
  msgid ""
1275
  "Note: Automatic updates for plugins are disabled on WordPress by default."
1276
  msgstr ""
1277
 
1278
+ #: src/features/autoupdates.php:424
1279
  msgid "Individually Select Plugins"
1280
  msgstr ""
1281
 
1282
+ #: src/features/autoupdates.php:425
1283
  msgid "Select Individual Plugins To Automatically Update"
1284
  msgstr ""
1285
 
1286
+ #: src/features/autoupdates.php:426
1287
  msgid ""
1288
  "Turning this on will provide an option on the plugins page to select whether "
1289
  "a plugin is automatically updated."
1290
  msgstr ""
1291
 
1292
+ #: src/features/autoupdates.php:431
1293
  msgid "Automatically Update Themes"
1294
  msgstr ""
1295
 
1296
+ #: src/features/autoupdates.php:432
1297
  msgid ""
1298
  "Note: Automatic updates for themes are disabled on WordPress by default."
1299
  msgstr ""
1300
 
1301
+ #: src/features/autoupdates.php:436
1302
  msgid "Ignore Version Control"
1303
  msgstr ""
1304
 
1305
+ #: src/features/autoupdates.php:437
1306
  msgid "Ignore Version Control Systems Such As GIT and SVN"
1307
  msgstr ""
1308
 
1309
+ #: src/features/autoupdates.php:438
1310
  msgid ""
1311
  "If you use SVN or GIT and WordPress detects it, automatic updates are "
1312
  "disabled by default. Check this box to ignore version control systems and "
1313
  "allow automatic updates."
1314
  msgstr ""
1315
 
1316
+ #: src/features/autoupdates.php:442
1317
  msgid "Send Report Email"
1318
  msgstr ""
1319
 
1320
+ #: src/features/autoupdates.php:443
1321
  msgid "Send email notices after automatic updates"
1322
  msgstr ""
1323
 
1324
+ #: src/features/autoupdates.php:444
1325
  msgid ""
1326
  "You can turn on/off email notices from automatic updates by un/checking this "
1327
  "box."
1328
  msgstr ""
1329
 
1330
+ #: src/features/autoupdates.php:448
1331
  msgid "Report Email Address"
1332
  msgstr ""
1333
 
1334
+ #: src/features/autoupdates.php:449
1335
  msgid "Where to send upgrade notification reports"
1336
  msgstr ""
1337
 
1338
+ #: src/features/autoupdates.php:450
1339
  msgid "If this is empty, it will default to the Site Admin email address"
1340
  msgstr ""
1341
 
1342
+ #: src/features/autoupdates.php:455
 
 
 
 
1343
  msgid "Delay Automatic Updates For Period Of Stability"
1344
  msgstr ""
1345
 
1346
+ #: src/features/autoupdates.php:456
1347
  #, php-format
1348
  msgid ""
1349
  "%s will delay upgrades until the new update has been available for the set "
1350
  "number of days."
1351
  msgstr ""
1352
 
1353
+ #: src/features/autoupdates.php:457
1354
  msgid ""
1355
  "This helps ensure updates are more stable before they're automatically "
1356
  "applied to your site."
1357
  msgstr ""
1358
 
1359
+ #: src/features/base.php:693
1360
+ #, php-format
1361
+ msgid "Module %s"
1362
+ msgstr ""
1363
+
1364
+ #: src/features/base.php:693 src/wizards/plugin.php:488
1365
+ #: src/wizards/plugin.php:521 src/wizards/plugin.php:557
1366
+ #: src/wizards/plugin.php:704
1367
+ msgid "Enabled"
1368
+ msgstr "Enabled"
1369
+
1370
+ #: src/features/base.php:693 src/wizards/plugin.php:488
1371
+ #: src/wizards/plugin.php:521 src/wizards/plugin.php:557
1372
+ #: src/wizards/plugin.php:704
1373
+ msgid "Disabled"
1374
+ msgstr "Disabled"
1375
+
1376
+ #: src/features/base.php:1000
1377
  msgid ""
1378
  "Unfortunately your WordPress and/or PHP versions are too old to support this "
1379
  "feature."
1380
  msgstr ""
1381
 
1382
+ #: src/features/base.php:1153
1383
  #, php-format
1384
  msgid "%s Plugin options updated successfully."
1385
  msgstr ""
1386
 
1387
+ #: src/features/base.php:1157
1388
  #, php-format
1389
  msgid "Failed to update %s plugin options."
1390
  msgstr ""
1391
 
1392
+ #: src/features/base.php:1189
1393
  msgid "You don't currently have permission to save settings."
1394
  msgstr ""
1395
 
1396
+ #: src/features/base.php:1205
1397
  msgid "Plugin options updated successfully."
1398
  msgstr ""
1399
 
1400
+ #: src/features/base.php:1293
1401
  msgid "Password values do not match."
1402
  msgstr ""
1403
 
1404
+ #: src/features/base.php:1525 src/features/base_wpsf.php:182
1405
+ #: src/features/base_wpsf.php:232 src/features/insights.php:240
1406
+ msgid "Settings"
1407
+ msgstr "تنظیمات"
1408
 
1409
+ #: src/features/base.php:1528 src/lib/src/Tables/Render/ScanWpv.php:55
1410
+ #: src/processors/hackprotect_scan_mal.php:158
1411
+ #: src/processors/hackprotect_scan_wcf.php:165
1412
+ #: src/processors/hackprotect_scan_wpv.php:209
1413
+ #: src/processors/loginprotect_intent.php:305
1414
+ msgid "More Info"
1415
+ msgstr "Más información"
1416
 
1417
+ #: src/features/base.php:1529 src/features/base_wpsf.php:186
1418
+ #: src/features/base_wpsf.php:236
1419
+ msgid "Blog"
1420
+ msgstr "Blog"
1421
 
1422
+ #: src/features/base.php:1530 src/features/base_wpsf.php:187
1423
+ #: src/features/base_wpsf.php:237
1424
+ msgid "Save All Settings"
1425
  msgstr ""
1426
 
1427
+ #: src/features/base.php:1531
1428
+ msgid "Watch Help Video"
1429
  msgstr ""
1430
 
1431
+ #: src/features/base.php:1532
1432
+ msgid "Save Options"
1433
+ msgstr "Enregistrer les options"
1434
 
1435
+ #: src/features/base.php:1534 src/features/base_wpsf.php:192
1436
+ #: src/features/base_wpsf.php:242
1437
+ msgid "Help"
1438
+ msgstr "도움"
1439
 
1440
+ #: src/features/base.php:1535
1441
+ msgid "Wizards"
 
 
 
 
1442
  msgstr ""
1443
 
1444
+ #: src/features/base.php:1535
1445
+ msgid "No Wizards"
1446
  msgstr ""
1447
 
1448
+ #: src/features/base.php:1572
1449
+ msgid "For more information:"
1450
+ msgstr "لمزيد من المعلومات:"
1451
+
1452
+ #: src/features/base.php:1573 src/processors/base_plugin.php:65
1453
+ msgid "Support Forums"
1454
  msgstr ""
1455
 
1456
+ #: src/features/base_wpsf.php:185 src/features/base_wpsf.php:235
1457
+ msgid "Info"
1458
+ msgstr "Информация"
1459
+
1460
+ #: src/features/base_wpsf.php:189 src/features/base_wpsf.php:239
1461
  msgid "Configure Module"
1462
  msgstr ""
1463
 
1464
+ #: src/features/base_wpsf.php:190 src/features/base_wpsf.php:240
1465
  msgid "Actions and Info"
1466
  msgstr ""
1467
 
1468
+ #: src/features/base_wpsf.php:191 src/features/base_wpsf.php:241
1469
  msgid "Perform actions for this module"
1470
  msgstr ""
1471
 
1472
+ #: src/features/base_wpsf.php:193 src/features/base_wpsf.php:243
 
 
 
 
1473
  msgid "Learn More"
1474
+ msgstr "En savoir plus"
1475
 
1476
+ #: src/features/base_wpsf.php:194
1477
  msgid "Supply Password"
1478
  msgstr ""
1479
 
1480
+ #: src/features/base_wpsf.php:195
1481
  msgid "Confirm Password"
1482
+ msgstr "Подтвердите Пароль"
1483
 
1484
+ #: src/features/base_wpsf.php:197 src/features/base_wpsf.php:247
1485
  msgid "Plugin Access Restricted"
1486
  msgstr ""
1487
 
1488
+ #: src/features/base_wpsf.php:198 src/features/base_wpsf.php:248
1489
  msgid ""
1490
  "This security plugin is restricted to administrators with the Security "
1491
  "Access Key."
1492
  msgstr ""
1493
 
1494
+ #: src/features/base_wpsf.php:199 src/features/base_wpsf.php:249
1495
  msgid "Please provide the Security Access Key to manage this plugin."
1496
  msgstr ""
1497
 
1498
+ #: src/features/base_wpsf.php:200 src/features/base_wpsf.php:250
1499
  msgid "To manage this plugin you must enter the access key."
1500
  msgstr ""
1501
 
1502
+ #: src/features/base_wpsf.php:201 src/features/base_wpsf.php:251
1503
  msgid "Enter Access Key"
1504
  msgstr ""
1505
 
1506
+ #: src/features/base_wpsf.php:202 src/features/base_wpsf.php:252
1507
  msgid "Submit Security Admin Key"
1508
  msgstr ""
1509
 
1510
+ #: src/features/base_wpsf.php:203 src/features/base_wpsf.php:253
1511
  msgid "Forgotten Key"
1512
  msgstr ""
1513
 
1514
+ #: src/features/base_wpsf.php:230
1515
+ #, php-format
1516
+ msgid "Back To %s Dashboard"
1517
+ msgstr ""
1518
+
1519
+ #: src/features/base_wpsf.php:245
1520
+ msgid "Please upgrade to Pro to control this option"
1521
+ msgstr ""
1522
+
1523
+ #: src/features/base_wpsf.php:267
1524
  msgid "Nonce security checking failed - the nonce value was empty."
1525
  msgstr ""
1526
 
1527
+ #: src/features/base_wpsf.php:268
1528
  #, php-format
1529
  msgid "Nonce security checking failed - the nonce supplied was \"%s\"."
1530
  msgstr ""
1531
 
1532
+ #: src/features/base_wpsf.php:377
1533
+ msgid "Module Disabled"
1534
+ msgstr ""
1535
+
1536
+ #: src/features/base_wpsf.php:379
1537
+ msgid "All features of this module are completely disabled"
1538
  msgstr ""
1539
 
1540
+ #: src/features/base_wpsf.php:395
1541
+ msgid "User Messages"
1542
+ msgstr "Mensagens do usuário"
1543
+
1544
+ #: src/features/base_wpsf.php:396
1545
+ msgid "Messages"
1546
+ msgstr "Messages"
1547
+
1548
+ #: src/features/base_wpsf.php:398
1549
  msgid "Customize the messages displayed to the user."
1550
  msgstr ""
1551
 
1552
+ #: src/features/base_wpsf.php:399
1553
  msgid ""
1554
  "Use this section if you need to communicate to the user in a particular "
1555
  "manner."
1556
  msgstr ""
1557
 
1558
+ #: src/features/base_wpsf.php:400
1559
  msgid "Hint"
1560
  msgstr ""
1561
 
1562
+ #: src/features/base_wpsf.php:400
1563
  #, php-format
1564
  msgid "To reset any message to its default, enter the text exactly: %s"
1565
  msgstr ""
1566
 
1567
+ #: src/features/comments_filter.php:112
1568
  msgid "I'm not a spammer."
1569
  msgstr ""
1570
 
1571
+ #: src/features/comments_filter.php:115
1572
  msgid "Please check the box to confirm you're not a spammer."
1573
  msgstr ""
1574
 
1575
+ #: src/features/comments_filter.php:118
1576
  #, php-format
1577
  msgid "Please wait %s seconds before posting your comment."
1578
  msgstr ""
1579
 
1580
+ #: src/features/comments_filter.php:121
1581
  msgid "Please reload this page to post a comment."
1582
  msgstr ""
1583
 
1584
+ #: src/features/comments_filter.php:167
1585
+ msgid "SPAM Blocking"
1586
+ msgstr ""
1587
+
1588
+ #: src/features/comments_filter.php:168
1589
+ msgid "Block Bot & Human Comment SPAM"
1590
+ msgstr ""
1591
+
1592
+ #: src/features/comments_filter.php:179 src/features/comments_filter.php:258
1593
+ msgid "Bot SPAM"
1594
+ msgstr ""
1595
+
1596
+ #: src/features/comments_filter.php:182
1597
+ msgid "Bot SPAM comments are blocked"
1598
+ msgstr ""
1599
+
1600
+ #: src/features/comments_filter.php:183
1601
+ msgid "There is no protection against Bot SPAM comments"
1602
+ msgstr ""
1603
+
1604
+ #: src/features/comments_filter.php:188 src/features/comments_filter.php:277
1605
+ msgid "Human SPAM"
1606
+ msgstr ""
1607
+
1608
+ #: src/features/comments_filter.php:191
1609
+ msgid "Comments posted by humans are checked for SPAM"
1610
+ msgstr ""
1611
+
1612
+ #: src/features/comments_filter.php:192
1613
+ msgid "Comments posted by humans aren't checked for SPAM"
1614
+ msgstr ""
1615
+
1616
+ #: src/features/comments_filter.php:215
1617
+ #, php-format
1618
+ msgid "Please remember to supply reCAPTCHA keys: %s"
1619
+ msgstr ""
1620
+
1621
+ #: src/features/comments_filter.php:216
1622
+ msgid "reCAPTCHA Settings"
1623
+ msgstr ""
1624
+
1625
+ #: src/features/comments_filter.php:237
1626
  msgid "Comments SPAM Protection"
1627
  msgstr ""
1628
 
1629
+ #: src/features/comments_filter.php:239
1630
  #, php-format
1631
  msgid ""
1632
  "The Comments Filter can block 100% of automated spam bots and also offer the "
1633
  "option to analyse human-generated spam."
1634
  msgstr ""
1635
 
1636
+ #: src/features/comments_filter.php:240
1637
  msgid "Comments Filter"
1638
  msgstr ""
1639
 
1640
+ #: src/features/comments_filter.php:245
1641
+ msgid "Common Settings"
1642
+ msgstr ""
1643
+
1644
+ #: src/features/comments_filter.php:246
1645
+ msgid "Common Settings For All SPAM Scanning"
1646
+ msgstr ""
1647
+
1648
+ #: src/features/comments_filter.php:248
1649
+ msgid "Settings that apply to all comment SPAM scanning."
1650
+ msgstr ""
1651
+
1652
+ #: src/features/comments_filter.php:253
1653
  #, php-format
1654
  msgid "%s Comment SPAM Protection"
1655
  msgstr ""
1656
 
1657
+ #: src/features/comments_filter.php:253
1658
  msgid "Automatic Bot"
1659
  msgstr ""
1660
 
1661
+ #: src/features/comments_filter.php:255
1662
  #, php-format
1663
  msgid "Blocks 100% of all automated bot-generated comment SPAM."
1664
  msgstr ""
1665
 
1666
+ #: src/features/comments_filter.php:265
 
 
 
 
1667
  msgid "Adds Google reCAPTCHA to the Comment Forms."
1668
  msgstr ""
1669
 
1670
+ #: src/features/comments_filter.php:266 src/features/login_protect.php:779
1671
  msgid "Keep this turned on."
1672
  msgstr ""
1673
 
1674
+ #: src/features/comments_filter.php:271
 
 
 
 
 
 
1675
  #, php-format
1676
  msgid "%s Comment SPAM Protection Filter"
1677
  msgstr ""
1678
 
1679
+ #: src/features/comments_filter.php:271
1680
  msgid "Human"
1681
  msgstr ""
1682
 
1683
+ #: src/features/comments_filter.php:273
1684
  msgid "Uses a 3rd party SPAM dictionary to detect human-based comment SPAM."
1685
  msgstr ""
1686
 
1687
+ #: src/features/comments_filter.php:275
1688
  msgid ""
1689
  "This tool, unlike other SPAM tools such as Akismet, will not send your "
1690
  "comment data to 3rd party services for analysis."
1691
  msgstr ""
1692
 
1693
+ #: src/features/comments_filter.php:331
 
 
 
 
1694
  msgid "Enable (or Disable) The Comment SPAM Protection Feature"
1695
  msgstr ""
1696
 
1697
+ #: src/features/comments_filter.php:332 src/wizards/plugin.php:703
1698
+ #: src/wizards/plugin.php:708
1699
  msgid "Comment SPAM Protection"
1700
  msgstr ""
1701
 
1702
+ #: src/features/comments_filter.php:336
1703
+ msgid "Trusted Commenter Minimum"
1704
+ msgstr ""
1705
+
1706
+ #: src/features/comments_filter.php:337
1707
+ msgid "Minimum Number Of Approved Comments Before Commenter Is Trusted"
1708
+ msgstr ""
1709
+
1710
+ #: src/features/comments_filter.php:338
1711
+ msgid ""
1712
+ "Specify how many approved comments must exist before a commenter is trusted "
1713
+ "and their comments are no longer scanned."
1714
+ msgstr ""
1715
+
1716
+ #: src/features/comments_filter.php:339
1717
+ msgid "Normally WordPress will trust after 1 comment."
1718
+ msgstr ""
1719
+
1720
+ #: src/features/comments_filter.php:343
1721
+ msgid "Trusted Users"
1722
+ msgstr ""
1723
+
1724
+ #: src/features/comments_filter.php:344
1725
+ msgid "Comments By Users With The Following Roles Will Never Be Scanned"
1726
+ msgstr ""
1727
+
1728
+ #: src/features/comments_filter.php:345
1729
+ msgid ""
1730
+ "Shield doesn't normally scan comments from logged-in or registered users."
1731
+ msgstr ""
1732
+
1733
+ #: src/features/comments_filter.php:346
1734
+ msgid "Specify user roles here that shouldn't be scanned."
1735
+ msgstr ""
1736
+
1737
+ #: src/features/comments_filter.php:347 src/features/user_management.php:734
1738
+ msgid "Take a new line for each user role."
1739
+ msgstr ""
1740
+
1741
+ #: src/features/comments_filter.php:348 src/features/user_management.php:735
1742
+ msgid "Available Roles"
1743
+ msgstr ""
1744
+
1745
+ #: src/features/comments_filter.php:353 src/features/comments_filter.php:354
1746
  msgid "Human SPAM Filter"
1747
  msgstr ""
1748
 
1749
+ #: src/features/comments_filter.php:354
1750
  #, php-format
1751
  msgid "Enable (or Disable) The %s Feature"
1752
  msgstr ""
1753
 
1754
+ #: src/features/comments_filter.php:355
1755
  msgid ""
1756
  "Scans the content of WordPress comments for keywords that are indicative of "
1757
  "SPAM and marks the comment according to your preferred setting below."
1758
  msgstr ""
1759
 
1760
+ #: src/features/comments_filter.php:359
1761
  msgid "Comment Filter Items"
1762
  msgstr ""
1763
 
1764
+ #: src/features/comments_filter.php:360
1765
  msgid "Select The Items To Scan For SPAM"
1766
  msgstr ""
1767
 
1768
+ #: src/features/comments_filter.php:361
1769
  msgid ""
1770
  "When a user submits a comment, only the selected parts of the comment data "
1771
  "will be scanned for SPAM content."
1772
  msgstr ""
1773
 
1774
+ #: src/features/comments_filter.php:361
1775
  #, php-format
1776
  msgid "Recommended: %s"
1777
  msgstr ""
1778
 
1779
+ #: src/features/comments_filter.php:361
1780
  msgid "All"
1781
+ msgstr "All"
1782
 
1783
+ #: src/features/comments_filter.php:365 src/features/comments_filter.php:378
1784
  msgid "Default SPAM Action"
1785
  msgstr ""
1786
 
1787
+ #: src/features/comments_filter.php:366 src/features/comments_filter.php:379
1788
  msgid "How To Categorise Comments When Identified To Be SPAM"
1789
  msgstr ""
1790
 
1791
+ #: src/features/comments_filter.php:367 src/features/comments_filter.php:380
1792
  #, php-format
1793
  msgid ""
1794
  "When a comment is detected as being SPAM from %s, the comment will be "
1795
  "categorised based on this setting."
1796
  msgstr ""
1797
 
1798
+ #: src/features/comments_filter.php:367
1799
  msgid "a human commenter"
1800
  msgstr ""
1801
 
1802
+ #: src/features/comments_filter.php:371
1803
  msgid "SPAM Bot Protection"
1804
  msgstr ""
1805
 
1806
+ #: src/features/comments_filter.php:372
1807
+ msgid "Block 100% Comment SPAM From Automated Bots"
1808
+ msgstr ""
1809
+
1810
+ #: src/features/comments_filter.php:373
1811
+ msgid "Highly effective detection for the most common types of comment SPAM."
1812
  msgstr ""
1813
 
1814
+ #: src/features/comments_filter.php:374
1815
+ msgid "Bonus"
1816
+ msgstr ""
1817
+
1818
+ #: src/features/comments_filter.php:374
1819
  msgid ""
1820
+ "Unlike Akismet, your data is never sent off-site to 3rd party processing "
1821
+ "servers."
1822
  msgstr ""
1823
 
1824
+ #: src/features/comments_filter.php:380
1825
  msgid "an automatic bot"
1826
  msgstr ""
1827
 
1828
+ #: src/features/comments_filter.php:384
1829
  msgid "Comments Cooldown"
1830
  msgstr ""
1831
 
1832
+ #: src/features/comments_filter.php:385
1833
  msgid "Limit posting comments to X seconds after the page has loaded"
1834
  msgstr ""
1835
 
1836
+ #: src/features/comments_filter.php:386
1837
  msgid ""
1838
  "By forcing a comments cooldown period, you restrict a Spambot's ability to "
1839
  "post multiple times to your posts."
1840
  msgstr ""
1841
 
1842
+ #: src/features/comments_filter.php:390
1843
  msgid "Comment Token Expire"
1844
  msgstr ""
1845
 
1846
+ #: src/features/comments_filter.php:391
1847
  msgid "A visitor has X seconds within which to post a comment"
1848
  msgstr ""
1849
 
1850
+ #: src/features/comments_filter.php:392
1851
  msgid ""
1852
  "Default: 600 seconds (10 minutes). Each visitor is given a unique 'Token' so "
1853
  "they can comment. This restricts spambots, but we need to force these tokens "
1854
  "to expire and at the same time not bother the visitors."
1855
  msgstr ""
1856
 
1857
+ #: src/features/comments_filter.php:396
1858
  msgid "GASP Checkbox Message"
1859
  msgstr ""
1860
 
1861
+ #: src/features/comments_filter.php:397
1862
  msgid "If you want a custom checkbox message, please provide this here"
1863
  msgstr ""
1864
 
1865
+ #: src/features/comments_filter.php:398
1866
  msgid "You can customise the message beside the checkbox."
1867
  msgstr ""
1868
 
1869
+ #: src/features/comments_filter.php:399 src/features/comments_filter.php:418
1870
+ #: src/features/comments_filter.php:425 src/features/comments_filter.php:432
1871
  #, php-format
1872
  msgid "Default Message: %s"
1873
  msgstr ""
1874
 
1875
+ #: src/features/comments_filter.php:399 src/features/comments_filter.php:418
1876
  msgid "Please check the box to confirm you're not a spammer"
1877
  msgstr ""
1878
 
1879
+ #: src/features/comments_filter.php:404
1880
  msgid "Enable Google reCAPTCHA For Comments"
1881
  msgstr ""
1882
 
1883
+ #: src/features/comments_filter.php:405
1884
  msgid "Use Google reCAPTCHA on the comments form to prevent bot-spam comments."
1885
  msgstr ""
1886
 
1887
+ #: src/features/comments_filter.php:409 src/features/login_protect.php:921
1888
+ #: src/features/plugin.php:1326
1889
  msgid "reCAPTCHA Style"
1890
  msgstr ""
1891
 
1892
+ #: src/features/comments_filter.php:410 src/features/login_protect.php:922
1893
  msgid "How Google reCAPTCHA Will Be Displayed"
1894
  msgstr ""
1895
 
1896
+ #: src/features/comments_filter.php:411 src/features/login_protect.php:923
1897
+ #: src/features/plugin.php:1328
1898
  msgid ""
1899
  "You can choose the reCAPTCHA display format that best suits your site, "
1900
  "including the new Invisible Recaptcha"
1901
  msgstr ""
1902
 
1903
+ #: src/features/comments_filter.php:415
1904
  msgid "GASP Alert Message"
1905
  msgstr ""
1906
 
1907
+ #: src/features/comments_filter.php:416
1908
  msgid "If you want a custom alert message, please provide this here"
1909
  msgstr ""
1910
 
1911
+ #: src/features/comments_filter.php:417
1912
  msgid ""
1913
  "This alert message is displayed when a visitor attempts to submit a comment "
1914
  "without checking the box."
1915
  msgstr ""
1916
 
1917
+ #: src/features/comments_filter.php:422
1918
  msgid "GASP Wait Message"
1919
  msgstr ""
1920
 
1921
+ #: src/features/comments_filter.php:423
1922
  msgid ""
1923
  "If you want a custom submit-button wait message, please provide this here."
1924
  msgstr ""
1925
 
1926
+ #: src/features/comments_filter.php:424
1927
  #, php-format
1928
  msgid ""
1929
  "Where you see the '%s' this will be the number of seconds. You must ensure "
1930
  "you include 1, and only 1, of these."
1931
  msgstr ""
1932
 
1933
+ #: src/features/comments_filter.php:425
1934
  #, php-format
1935
  msgid "Please wait %s seconds before posting your comment"
1936
  msgstr ""
1937
 
1938
+ #: src/features/comments_filter.php:429
1939
  msgid "GASP Reload Message"
1940
  msgstr ""
1941
 
1942
+ #: src/features/comments_filter.php:430
1943
  msgid ""
1944
  "If you want a custom message when the comment token has expired, please "
1945
  "provide this here."
1946
  msgstr ""
1947
 
1948
+ #: src/features/comments_filter.php:431
1949
  msgid ""
1950
  "This message is displayed on the submit-button when the comment token is "
1951
  "expired"
1952
  msgstr ""
1953
 
1954
+ #: src/features/comments_filter.php:432
1955
  msgid "Please reload this page to post a comment"
1956
  msgstr ""
1957
 
1958
+ #: src/features/email.php:27
1959
  msgid "Email Options"
1960
  msgstr ""
1961
 
1962
+ #: src/features/email.php:47
1963
  msgid "Email Throttle Limit"
1964
  msgstr ""
1965
 
1966
+ #: src/features/email.php:48
1967
  msgid "Limit Emails Per Second"
1968
  msgstr ""
1969
 
1970
+ #: src/features/email.php:49
1971
  msgid ""
1972
  "You throttle emails sent by this plugin by limiting the number of emails "
1973
  "sent every second. This is useful in case you get hit by a bot attack. Zero "
1974
  "(0) turns this off. Suggested: 10"
1975
  msgstr ""
1976
 
1977
+ #: src/features/firewall.php:57
1978
  #, php-format
1979
  msgid "You were blocked by the %s."
1980
+ msgstr "Sei stato bloccato da %s."
1981
+
1982
+ #: src/features/firewall.php:84 src/features/firewall.php:96
1983
+ #: src/features/firewall.php:136 src/features/plugin.php:1382
1984
+ msgid "Firewall"
1985
+ msgstr "دیوار آتش (فایروال)"
1986
+
1987
+ #: src/features/firewall.php:85
1988
+ msgid "Block Malicious Requests"
1989
+ msgstr ""
1990
+
1991
+ #: src/features/firewall.php:99
1992
+ msgid "Your site is protected against malicious requests"
1993
+ msgstr ""
1994
+
1995
+ #: src/features/firewall.php:100
1996
+ msgid "Your site is not protected against malicious requests"
1997
+ msgstr ""
1998
+
1999
+ #: src/features/firewall.php:108
2000
+ msgid "Ignore Admins"
2001
+ msgstr ""
2002
+
2003
+ #: src/features/firewall.php:111
2004
+ msgid "Firewall rules are also applied to admins"
2005
+ msgstr ""
2006
+
2007
+ #: src/features/firewall.php:112
2008
+ msgid "Firewall rules aren't applied to admins"
2009
  msgstr ""
2010
 
2011
+ #: src/features/firewall.php:135
2012
  msgid ""
2013
  "The Firewall is designed to analyse data sent to your website and block any "
2014
  "requests that appear to be malicious."
2015
  msgstr ""
2016
 
2017
+ #: src/features/firewall.php:141
 
 
 
 
2018
  msgid "Firewall Blocking Options"
2019
  msgstr ""
2020
 
2021
+ #: src/features/firewall.php:143
2022
  msgid "Here you choose what kind of malicious data to scan for."
2023
  msgstr ""
2024
 
2025
+ #: src/features/firewall.php:145
2026
  msgid "Turn on as many options here as you can."
2027
  msgstr ""
2028
 
2029
+ #: src/features/firewall.php:146
2030
  msgid ""
2031
  "If you find an incompatibility or something stops working, un-check 1 option "
2032
  "at a time until you find the problem or review the Audit Trail."
2033
  msgstr ""
2034
 
2035
+ #: src/features/firewall.php:148
2036
  msgid "Firewall Blocking"
2037
  msgstr ""
2038
 
2039
+ #: src/features/firewall.php:152
2040
  msgid "Choose Firewall Block Response"
2041
  msgstr ""
2042
 
2043
+ #: src/features/firewall.php:154
2044
  msgid ""
2045
  "Here you choose how the plugin will respond when it detects malicious data."
2046
  msgstr ""
2047
 
2048
+ #: src/features/firewall.php:155
2049
  #, php-format
2050
  msgid "Choose the option \"%s\"."
2051
  msgstr ""
2052
 
2053
+ #: src/features/firewall.php:155
2054
  msgid "Die With Message"
2055
  msgstr ""
2056
 
2057
+ #: src/features/firewall.php:157
2058
  msgid "Firewall Response"
2059
  msgstr ""
2060
 
2061
+ #: src/features/firewall.php:161
2062
+ msgid "Whitelists - Pages, Parameters, and Users that by-pass the Firewall"
 
2063
  msgstr ""
2064
 
2065
+ #: src/features/firewall.php:163
2066
  msgid ""
2067
  "In principle you should not need to whitelist anything or anyone unless you "
2068
  "have discovered a collision with another plugin."
2069
  msgstr ""
2070
 
2071
+ #: src/features/firewall.php:164
2072
  msgid ""
2073
  "Do not whitelist anything unless you are confident in what you are doing."
2074
  msgstr ""
2075
 
2076
+ #: src/features/firewall.php:166
2077
  msgid "Whitelist"
2078
  msgstr ""
2079
 
2080
+ #: src/features/firewall.php:194
2081
  msgid "Include Cookies"
2082
  msgstr ""
2083
 
2084
+ #: src/features/firewall.php:195
2085
  msgid "Also Test Cookie Values In Firewall Tests"
2086
  msgstr ""
2087
 
2088
+ #: src/features/firewall.php:196
2089
  msgid ""
2090
  "The firewall tests GET and POST, but with this option checked it will also "
2091
  "check COOKIE values."
2092
  msgstr ""
2093
 
2094
+ #: src/features/firewall.php:200
2095
  msgid "Directory Traversals"
2096
  msgstr ""
2097
 
2098
+ #: src/features/firewall.php:201
2099
  msgid "Block Directory Traversals"
2100
  msgstr ""
2101
 
2102
+ #: src/features/firewall.php:202
2103
  #, php-format
2104
  msgid ""
2105
  "This will block directory traversal paths in in application parameters (e.g. "
2106
  "%s, etc)."
2107
  msgstr ""
2108
 
2109
+ #: src/features/firewall.php:206 src/processors/firewall.php:447
2110
  msgid "SQL Queries"
2111
  msgstr ""
2112
 
2113
+ #: src/features/firewall.php:207
2114
  msgid "Block SQL Queries"
2115
  msgstr ""
2116
 
2117
+ #: src/features/firewall.php:208
2118
  #, php-format
2119
  msgid "This will block sql in application parameters (e.g. %s, etc)."
2120
  msgstr ""
2121
 
2122
+ #: src/features/firewall.php:212 src/processors/firewall.php:441
2123
  msgid "WordPress Terms"
2124
  msgstr ""
2125
 
2126
+ #: src/features/firewall.php:213
2127
  msgid "Block WordPress Specific Terms"
2128
  msgstr ""
2129
 
2130
+ #: src/features/firewall.php:214
2131
  msgid ""
2132
  "This will block WordPress specific terms in application parameters (wp_, "
2133
  "user_login, etc.)."
2134
  msgstr ""
2135
 
2136
+ #: src/features/firewall.php:218 src/processors/firewall.php:444
2137
  msgid "Field Truncation"
2138
  msgstr ""
2139
 
2140
+ #: src/features/firewall.php:219
2141
  msgid "Block Field Truncation Attacks"
2142
  msgstr ""
2143
 
2144
+ #: src/features/firewall.php:220
2145
  msgid "This will block field truncation attacks in application parameters."
2146
  msgstr ""
2147
 
2148
+ #: src/features/firewall.php:224 src/processors/firewall.php:456
2149
  msgid "PHP Code"
2150
  msgstr ""
2151
 
2152
+ #: src/features/firewall.php:225
2153
  #, php-format
2154
  msgid "Block %s"
2155
  msgstr ""
2156
 
2157
+ #: src/features/firewall.php:225
2158
  msgid "PHP Code Includes"
2159
  msgstr ""
2160
 
2161
+ #: src/features/firewall.php:226
2162
  msgid "This will block any data that appears to try and include PHP files."
2163
  msgstr ""
2164
 
2165
+ #: src/features/firewall.php:227
2166
  msgid "Will probably block saving within the Plugin/Theme file editors."
2167
  msgstr ""
2168
 
2169
+ #: src/features/firewall.php:231
2170
  msgid "Exe File Uploads"
2171
  msgstr ""
2172
 
2173
+ #: src/features/firewall.php:232
2174
  msgid "Block Executable File Uploads"
2175
  msgstr ""
2176
 
2177
+ #: src/features/firewall.php:233
2178
  msgid "This will block executable file uploads (.php, .exe, etc.)."
2179
  msgstr ""
2180
 
2181
+ #: src/features/firewall.php:237
2182
  msgid "Leading Schemas"
2183
  msgstr ""
2184
 
2185
+ #: src/features/firewall.php:238
2186
  msgid "Block Leading Schemas (HTTPS / HTTP)"
2187
  msgstr ""
2188
 
2189
+ #: src/features/firewall.php:239
2190
  msgid ""
2191
  "This will block leading schemas http:// and https:// in application "
2192
  "parameters (off by default; may cause problems with other plugins)."
2193
  msgstr ""
2194
 
2195
+ #: src/features/firewall.php:243
2196
  msgid "Aggressive Scan"
2197
  msgstr ""
2198
 
2199
+ #: src/features/firewall.php:244
2200
  msgid "Aggressively Block Data"
2201
  msgstr ""
2202
 
2203
+ #: src/features/firewall.php:245
2204
  msgid ""
2205
  "Employs a set of aggressive rules to detect and block malicious data "
2206
  "submitted to your site."
2207
  msgstr ""
2208
 
2209
+ #: src/features/firewall.php:246 src/features/hack_protect.php:1461
2210
+ #: src/features/hack_protect.php:1485 src/features/hack_protect.php:1486
2211
+ #: src/features/ips.php:376 src/features/ips.php:383 src/features/ips.php:444
2212
+ #: src/features/lockdown.php:255 src/features/lockdown.php:268
2213
+ #: src/features/plugin.php:1290 src/processors/hackprotect_scan_apc.php:129
2214
+ #: src/processors/hackprotect_scan_mal.php:123
2215
+ #: src/processors/hackprotect_scan_ptg.php:622
2216
+ #: src/processors/hackprotect_scan_ufc.php:132
2217
+ #: src/processors/hackprotect_scan_wcf.php:130
2218
+ #: src/processors/hackprotect_scan_wpv.php:270
2219
+ #: src/processors/loginprotect_wplogin.php:70
2220
+ #: src/processors/loginprotect_wplogin.php:88 src/processors/plugin.php:211
2221
  msgid "Warning"
2222
+ msgstr "Warning"
2223
 
2224
+ #: src/features/firewall.php:246
2225
  msgid "May cause an increase in false-positive firewall blocks."
2226
  msgstr ""
2227
 
2228
+ #: src/features/firewall.php:250
2229
  msgid "Block Response"
2230
  msgstr ""
2231
 
2232
+ #: src/features/firewall.php:251
2233
  msgid "Choose how the firewall responds when it blocks a request"
2234
  msgstr ""
2235
 
2236
+ #: src/features/firewall.php:252
2237
  msgid ""
2238
  "We recommend dying with a message so you know what might have occurred when "
2239
  "the firewall blocks you"
2240
  msgstr ""
2241
 
2242
+ #: src/features/firewall.php:256
2243
  msgid "Send Email Report"
2244
  msgstr ""
2245
 
2246
+ #: src/features/firewall.php:257
2247
  msgid ""
2248
  "When a visitor is blocked the firewall will send an email to the configured "
2249
  "email address"
2250
  msgstr ""
2251
 
2252
+ #: src/features/firewall.php:258
2253
  msgid ""
2254
  "Use with caution - if you get hit by automated bots you may send out too "
2255
  "many emails and you could get blocked by your host"
2256
  msgstr ""
2257
 
2258
+ #: src/features/firewall.php:262
2259
  msgid "Whitelist Parameters"
2260
  msgstr ""
2261
 
2262
+ #: src/features/firewall.php:263
2263
  msgid ""
2264
  "Detail pages and parameters that are whitelisted (ignored by the firewall)"
2265
  msgstr ""
2266
 
2267
+ #: src/features/firewall.php:264
2268
  msgid ""
2269
  "This should be used with caution and you should only provide parameter names "
2270
  "that you must have excluded"
2271
  msgstr ""
2272
 
2273
+ #: src/features/firewall.php:268 src/features/firewall.php:269
2274
+ #: src/features/firewall.php:275
2275
  #, php-format
2276
  msgid "Ignore %s"
2277
  msgstr ""
2278
 
2279
+ #: src/features/firewall.php:268 src/features/firewall.php:269
2280
+ #: src/features/login_protect.php:174
2281
  msgid "Administrators"
2282
  msgstr ""
2283
 
2284
+ #: src/features/firewall.php:270
2285
  msgid ""
2286
  "Authenticated administrator users will not be processed by the firewall "
2287
  "rules."
2288
  msgstr ""
2289
 
2290
+ #: src/features/firewall.php:275
2291
  msgid "Search Engines"
2292
+ msgstr "موتورهای جستجو"
2293
 
2294
+ #: src/features/firewall.php:276
2295
  msgid "Ignore Search Engine Bot Traffic"
2296
  msgstr ""
2297
 
2298
+ #: src/features/firewall.php:277
2299
  msgid ""
2300
  "The firewall will try to recognise search engine spiders/bots and not apply "
2301
  "firewall rules to them."
2302
  msgstr ""
2303
 
2304
+ #: src/features/firewall.php:281
2305
  msgid "Firewall Block Message"
2306
  msgstr ""
2307
 
2308
+ #: src/features/firewall.php:282
2309
  msgid "Message Displayed To Visitor When A Firewall Block Is Triggered"
2310
  msgstr ""
2311
 
2312
+ #: src/features/firewall.php:283
2313
  msgid "This is the message displayed to visitors that trigger the firewall."
2314
  msgstr ""
2315
 
2316
+ #: src/features/hack_protect.php:210
2317
  #, php-format
2318
  msgid "%s per day"
2319
  msgstr ""
2320
 
2321
+ #: src/features/hack_protect.php:649 src/features/insights.php:403
2322
+ #: src/features/license.php:651 src/processors/hack_protect.php:118
2323
  msgid "Never"
2324
+ msgstr "Nunca"
2325
 
2326
+ #: src/features/hack_protect.php:650
2327
  #, php-format
2328
  msgid "Last Scan Time: %s"
2329
  msgstr ""
2330
 
2331
+ #: src/features/hack_protect.php:714
2332
+ msgid "No scans were selected"
2333
+ msgstr ""
2334
+
2335
+ #: src/features/hack_protect.php:734
2336
+ msgid "Scans completed."
2337
+ msgstr ""
2338
+
2339
+ #: src/features/hack_protect.php:734
2340
+ msgid "Reloading page"
2341
+ msgstr ""
2342
+
2343
+ #: src/features/hack_protect.php:762
2344
+ msgid "Unsupported scanner"
2345
+ msgstr ""
2346
+
2347
+ #: src/features/hack_protect.php:765
2348
+ msgid "Unsupported item(s) selected"
2349
+ msgstr ""
2350
+
2351
+ #: src/features/hack_protect.php:848
2352
  #, php-format
2353
  msgid ""
2354
  "Sorry, this feature is not available because we cannot write to disk at this "
2355
  "location: \"%s\""
2356
  msgstr ""
2357
 
2358
+ #: src/features/hack_protect.php:854
2359
+ #, php-format
2360
+ msgid "Not available because the %s extension is not available."
2361
+ msgstr ""
2362
+
2363
+ #: src/features/hack_protect.php:857
2364
+ msgid ""
2365
+ "Not available because PHP/WordPress doesn't have direct filesystem access."
2366
+ msgstr ""
2367
+
2368
+ #: src/features/hack_protect.php:862
2369
+ #, php-format
2370
+ msgid "The %s file isn't writable and so can't be further protected."
2371
+ msgstr ""
2372
+
2373
+ #: src/features/hack_protect.php:1033 src/features/insights.php:242
2374
  msgid "Scans"
2375
  msgstr ""
2376
 
2377
+ #: src/features/hack_protect.php:1041
2378
  msgid "Core File scanner is not enabled."
2379
  msgstr ""
2380
 
2381
+ #: src/features/hack_protect.php:1044
2382
  msgid "Automatic WordPress Core File scanner should be turned-on."
2383
  msgstr ""
2384
 
2385
+ #: src/features/hack_protect.php:1050
2386
  msgid "Modified WordPress core files found."
2387
  msgstr ""
2388
 
2389
+ #: src/features/hack_protect.php:1052 src/features/hack_protect.php:1073
2390
+ #: src/features/hack_protect.php:1094 src/features/hack_protect.php:1115
2391
+ #: src/features/hack_protect.php:1136
2392
  msgid "Run Scan"
2393
  msgstr ""
2394
 
2395
+ #: src/features/hack_protect.php:1053
2396
  msgid "Scan WP core files and repair any files that are flagged as modified."
2397
  msgstr ""
2398
 
2399
+ #: src/features/hack_protect.php:1062
2400
  msgid "Unrecognised File scanner is not enabled."
2401
  msgstr ""
2402
 
2403
+ #: src/features/hack_protect.php:1065
2404
  msgid "Automatic scanning for non-WordPress core files is recommended."
2405
  msgstr ""
2406
 
2407
+ #: src/features/hack_protect.php:1071
2408
  msgid "Unrecognised files found in WordPress Core directory."
2409
  msgstr ""
2410
 
2411
+ #: src/features/hack_protect.php:1074
2412
  msgid ""
2413
  "Scan and remove any files that are not meant to be in the WP core "
2414
  "directories."
2415
  msgstr ""
2416
 
2417
+ #: src/features/hack_protect.php:1083
2418
  msgid "Automatic Plugin/Themes Guard is not enabled."
2419
  msgstr ""
2420
 
2421
+ #: src/features/hack_protect.php:1086
2422
  msgid "Automatic detection of plugin/theme modifications is recommended."
2423
  msgstr ""
2424
 
2425
+ #: src/features/hack_protect.php:1092
2426
  msgid "A plugin/theme was found to have been modified."
2427
  msgstr ""
2428
 
2429
+ #: src/features/hack_protect.php:1095
2430
  msgid "Reviewing modifications to your plugins/themes is recommended."
2431
  msgstr ""
2432
 
2433
+ #: src/features/hack_protect.php:1104
2434
+ msgid "Vulnerability Scanner is not enabled."
2435
+ msgstr ""
2436
+
2437
+ #: src/features/hack_protect.php:1107
2438
+ msgid "Automatic detection of vulnerabilities is recommended."
2439
+ msgstr ""
2440
+
2441
+ #: src/features/hack_protect.php:1113
2442
+ msgid "At least 1 item has known vulnerabilities."
2443
+ msgstr ""
2444
+
2445
+ #: src/features/hack_protect.php:1116
2446
+ msgid ""
2447
+ "Items with known vulnerabilities should be updated, removed, or replaced."
2448
+ msgstr ""
2449
+
2450
+ #: src/features/hack_protect.php:1125
2451
+ msgid "Abandoned Plugins Scanner is not enabled."
2452
  msgstr ""
2453
 
2454
+ #: src/features/hack_protect.php:1128
2455
+ msgid "Automatic detection of abandoned plugins is recommended."
2456
  msgstr ""
2457
 
2458
+ #: src/features/hack_protect.php:1134
2459
+ msgid "At least 1 plugin on your site is abandoned."
2460
  msgstr ""
2461
 
2462
+ #: src/features/hack_protect.php:1137
2463
  msgid ""
2464
+ "Plugins that have been abandoned represent a potential risk to your site."
2465
+ msgstr ""
2466
+
2467
+ #: src/features/hack_protect.php:1155 src/features/hack_protect.php:1301
2468
+ #: src/features/plugin.php:1384
2469
+ msgid "Hack Guard"
2470
+ msgstr ""
2471
+
2472
+ #: src/features/hack_protect.php:1156
2473
+ msgid "Threats/Intrusions Detection & Repair"
2474
+ msgstr ""
2475
+
2476
+ #: src/features/hack_protect.php:1168
2477
+ msgid "Scan Frequency"
2478
+ msgstr ""
2479
+
2480
+ #: src/features/hack_protect.php:1171
2481
+ msgid "Automatic scanners run more than once per day"
2482
+ msgstr ""
2483
+
2484
+ #: src/features/hack_protect.php:1172
2485
+ msgid "Automatic scanners only run once per day"
2486
+ msgstr ""
2487
+
2488
+ #: src/features/hack_protect.php:1179
2489
+ msgid "WP Core File Scan"
2490
+ msgstr ""
2491
+
2492
+ #: src/features/hack_protect.php:1182
2493
+ msgid "Core files scanned regularly for hacks"
2494
+ msgstr ""
2495
+
2496
+ #: src/features/hack_protect.php:1183
2497
+ msgid "Core files are never scanned for hacks!"
2498
+ msgstr ""
2499
+
2500
+ #: src/features/hack_protect.php:1189
2501
+ msgid "WP Core File Repair"
2502
+ msgstr ""
2503
+
2504
+ #: src/features/hack_protect.php:1192
2505
+ msgid "Core files are automatically repaired"
2506
+ msgstr ""
2507
+
2508
+ #: src/features/hack_protect.php:1193
2509
+ msgid "Core files aren't automatically repaired!"
2510
+ msgstr ""
2511
+
2512
+ #: src/features/hack_protect.php:1201 src/features/hack_protect.php:1325
2513
+ msgid "Unrecognised Files"
2514
+ msgstr ""
2515
+
2516
+ #: src/features/hack_protect.php:1204
2517
+ msgid "Core directories scanned regularly for unrecognised files"
2518
+ msgstr ""
2519
+
2520
+ #: src/features/hack_protect.php:1205
2521
+ msgid "WP Core is never scanned for unrecognised files!"
2522
+ msgstr ""
2523
+
2524
+ #: src/features/hack_protect.php:1211
2525
+ msgid "Unrecognised Files Removal"
2526
+ msgstr ""
2527
+
2528
+ #: src/features/hack_protect.php:1214
2529
+ msgid "Unrecognised files are automatically removed"
2530
+ msgstr ""
2531
+
2532
+ #: src/features/hack_protect.php:1215
2533
+ msgid "Unrecognised files aren't automatically removed!"
2534
+ msgstr ""
2535
+
2536
+ #: src/features/hack_protect.php:1223
2537
+ msgid "Vulnerability Scan"
2538
+ msgstr ""
2539
+
2540
+ #: src/features/hack_protect.php:1226
2541
+ msgid "Regularly scanning for known vulnerabilities"
2542
+ msgstr ""
2543
+
2544
+ #: src/features/hack_protect.php:1227
2545
+ msgid "Plugins/Themes never scanned for vulnerabilities!"
2546
+ msgstr ""
2547
+
2548
+ #: src/features/hack_protect.php:1233
2549
+ msgid "Auto Update"
2550
+ msgstr ""
2551
+
2552
+ #: src/features/hack_protect.php:1236
2553
+ msgid "Vulnerable items are automatically updated"
2554
+ msgstr ""
2555
+
2556
+ #: src/features/hack_protect.php:1237
2557
+ msgid "Vulnerable items aren't automatically updated!"
2558
+ msgstr ""
2559
+
2560
+ #: src/features/hack_protect.php:1245
2561
+ #: src/processors/hackprotect_scan_ptg.php:665
2562
+ msgid "Plugin/Theme Guard"
2563
  msgstr ""
2564
 
2565
+ #: src/features/hack_protect.php:1248
2566
+ msgid "Plugins and Themes are guarded against tampering"
2567
+ msgstr ""
2568
+
2569
+ #: src/features/hack_protect.php:1249
2570
+ msgid "Plugins and Themes are never scanned for tampering!"
2571
+ msgstr ""
2572
+
2573
+ #: src/features/hack_protect.php:1280 src/features/hack_protect.php:1281
2574
+ #: src/processors/hack_protect.php:120
2575
  msgid "Scan Options"
2576
  msgstr ""
2577
 
2578
+ #: src/features/hack_protect.php:1283
2579
  msgid "Set how frequently the Hack Guard scans will run."
2580
  msgstr ""
2581
 
2582
+ #: src/features/hack_protect.php:1288
2583
+ msgid "Realtime"
2584
+ msgstr ""
2585
+
2586
+ #: src/features/hack_protect.php:1289
2587
+ msgid "Realtime Site Protection"
2588
+ msgstr ""
2589
+
2590
+ #: src/features/hack_protect.php:1291
2591
+ msgid "Provides realtime protection for certain key files."
2592
+ msgstr ""
2593
+
2594
+ #: src/features/hack_protect.php:1292
2595
+ msgid "Keep realtime protection turned on to protect key files."
2596
+ msgstr ""
2597
+
2598
+ #: src/features/hack_protect.php:1300
2599
  msgid ""
2600
  "Hack Guard is a set of tools to warn you and protect you against hacks on "
2601
  "your site."
2602
  msgstr ""
2603
 
2604
+ #: src/features/hack_protect.php:1306
2605
+ msgid "Vulnerabilities"
2606
  msgstr ""
2607
 
2608
+ #: src/features/hack_protect.php:1307 src/features/hack_protect.php:1310
2609
+ #: src/features/hack_protect.php:1416
2610
  msgid "Vulnerabilities Scanner"
2611
  msgstr ""
2612
 
2613
+ #: src/features/hack_protect.php:1309
2614
  msgid ""
2615
  "Regularly scan your WordPress plugins and themes for known security "
2616
  "vulnerabilities."
2617
  msgstr ""
2618
 
2619
+ #: src/features/hack_protect.php:1311
 
 
 
 
 
2620
  msgid ""
2621
  "Ensure this is turned on and you will always know if any of your assets have "
2622
  "known security vulnerabilities."
2623
  msgstr ""
2624
 
2625
+ #: src/features/hack_protect.php:1316
2626
+ msgid "Core Files"
 
 
 
 
 
2627
  msgstr ""
2628
 
2629
+ #: src/features/hack_protect.php:1317
2630
+ msgid "WordPress Core File Scanner"
2631
  msgstr ""
2632
 
2633
+ #: src/features/hack_protect.php:1319
2634
  msgid ""
2635
  "Regularly scan your WordPress core files for changes compared to official "
2636
  "WordPress files."
2637
  msgstr ""
2638
 
2639
+ #: src/features/hack_protect.php:1326 src/features/hack_protect.php:1453
 
 
 
 
 
2640
  msgid "Unrecognised Files Scanner"
2641
  msgstr ""
2642
 
2643
+ #: src/features/hack_protect.php:1328
2644
  msgid "Regularly scan your WordPress core folders for files that don't belong."
2645
  msgstr ""
2646
 
2647
+ #: src/features/hack_protect.php:1334 src/features/hack_protect.php:1518
2648
+ msgid "Enable The Abandoned Plugin Scanner"
2649
+ msgstr ""
2650
+
2651
+ #: src/features/hack_protect.php:1335
2652
+ msgid "Abandoned Plugins"
2653
+ msgstr ""
2654
+
2655
+ #: src/features/hack_protect.php:1338
2656
+ msgid ""
2657
+ "Monitor your site for plugins that have been abandoned by their authors and "
2658
+ "are no longer maintained."
2659
+ msgstr ""
2660
+
2661
+ #: src/features/hack_protect.php:1339
2662
+ msgid "Enable this to alert you to your site running unmaintained code."
2663
+ msgstr ""
2664
+
2665
+ #: src/features/hack_protect.php:1344
2666
  msgid "Plugins and Themes Guard"
2667
  msgstr ""
2668
 
2669
+ #: src/features/hack_protect.php:1345
2670
  msgid "Plugins/Themes Guard"
2671
  msgstr ""
2672
 
2673
+ #: src/features/hack_protect.php:1347
2674
  msgid "Detect malicious changes to your themes and plugins."
2675
  msgstr ""
2676
 
2677
+ #: src/features/hack_protect.php:1348
2678
  msgid "Keep the Plugins/Theme Guard feature turned on."
2679
  msgstr ""
2680
 
2681
+ #: src/features/hack_protect.php:1353
2682
+ msgid "Malware"
2683
+ msgstr ""
2684
+
2685
+ #: src/features/hack_protect.php:1354 src/features/hack_protect.php:1529
2686
+ msgid "Malware Scanner"
2687
  msgstr ""
2688
 
2689
+ #: src/features/hack_protect.php:1356
2690
+ msgid "Monitor and detect presence of Malware signatures."
2691
+ msgstr ""
2692
+
2693
+ #: src/features/hack_protect.php:1357
2694
+ msgid "Enable this scanner to automatically detect infected files."
2695
+ msgstr ""
2696
+
2697
+ #: src/features/hack_protect.php:1362 src/features/hack_protect.php:1363
2698
  msgid "Integrity Checks"
2699
  msgstr ""
2700
 
2701
+ #: src/features/hack_protect.php:1365
2702
  msgid "Monitor for unrecognised changes to your system."
2703
  msgstr ""
2704
 
2705
+ #: src/features/hack_protect.php:1366
2706
  msgid "Enable these to prevent unauthorized changes to your WordPress site."
2707
  msgstr ""
2708
 
2709
+ #: src/features/hack_protect.php:1395
2710
  msgid "Daily Scan Frequency"
2711
  msgstr ""
2712
 
2713
+ #: src/features/hack_protect.php:1396
2714
  msgid "Number Of Times To Automatically Run File Scan In 24hrs"
2715
  msgstr ""
2716
 
2717
+ #: src/features/hack_protect.php:1397
2718
  msgid "Once every 24hrs."
2719
  msgstr ""
2720
 
2721
+ #: src/features/hack_protect.php:1398
2722
  msgid "To improve security, increase the number of scans per day."
2723
  msgstr ""
2724
 
2725
+ #: src/features/hack_protect.php:1402
2726
+ msgid "Repeat Notifications"
2727
+ msgstr ""
2728
+
2729
+ #: src/features/hack_protect.php:1403
2730
+ msgid "Item Repeat Notifications Suppression Interval"
2731
+ msgstr ""
2732
+
2733
+ #: src/features/hack_protect.php:1404
2734
+ msgid ""
2735
+ "How long the automated scans should wait before repeating a notification "
2736
+ "about an item."
2737
+ msgstr ""
2738
+
2739
+ #: src/features/hack_protect.php:1405
2740
+ msgid "Specify the number of days to suppress repeat notifications."
2741
+ msgstr ""
2742
+
2743
+ #: src/features/hack_protect.php:1406
2744
+ msgid "This is per discovered item or file, not per scan."
2745
+ msgstr ""
2746
+
2747
+ #: src/features/hack_protect.php:1410
2748
  msgid "Email Files List"
2749
  msgstr ""
2750
 
2751
+ #: src/features/hack_protect.php:1411
2752
  msgid "Scan Notification Emails Should Include Full Listing Of Files"
2753
  msgstr ""
2754
 
2755
+ #: src/features/hack_protect.php:1412
2756
  msgid ""
2757
  "Scanner notification emails will include a summary list of all affected "
2758
  "files."
2759
  msgstr ""
2760
 
2761
+ #: src/features/hack_protect.php:1417
2762
  #, php-format
2763
  msgid "Daily Cron - %s"
2764
  msgstr ""
2765
 
2766
+ #: src/features/hack_protect.php:1417
2767
  msgid "Scans Plugins For Known Vulnerabilities"
2768
  msgstr ""
2769
 
2770
+ #: src/features/hack_protect.php:1418
2771
  msgid ""
2772
  "Runs a scan of all your plugins against a database of known WordPress plugin "
2773
  "vulnerabilities."
2774
  msgstr ""
2775
 
2776
+ #: src/features/hack_protect.php:1422
2777
  msgid "Vulnerability Scanner"
2778
  msgstr ""
2779
 
2780
+ #: src/features/hack_protect.php:1423
2781
  msgid "Enable The Vulnerability Scanner"
2782
  msgstr ""
2783
 
2784
+ #: src/features/hack_protect.php:1424
2785
  msgid ""
2786
  "Runs a scan of all your plugins against a database of known WordPress "
2787
  "vulnerabilities."
2788
  msgstr ""
2789
 
2790
+ #: src/features/hack_protect.php:1429
2791
  msgid "Apply Updates Automatically To Vulnerable Plugins"
2792
  msgstr ""
2793
 
2794
+ #: src/features/hack_protect.php:1430
2795
  msgid ""
2796
  "When an update becomes available, automatically apply updates to items with "
2797
  "known vulnerabilities."
2798
  msgstr ""
2799
 
2800
+ #: src/features/hack_protect.php:1434 src/features/hack_protect.php:1523
2801
  msgid "Highlight Plugins"
2802
  msgstr ""
2803
 
2804
+ #: src/features/hack_protect.php:1435
2805
  msgid "Highlight Vulnerable Plugins Upon Display"
2806
  msgstr ""
2807
 
2808
+ #: src/features/hack_protect.php:1436
2809
  msgid "Vulnerable plugins will be highlighted on the main plugins page."
2810
  msgstr ""
2811
 
2812
+ #: src/features/hack_protect.php:1440
2813
+ msgid "WP Core File Scanner"
2814
+ msgstr ""
2815
+
2816
+ #: src/features/hack_protect.php:1441
2817
+ msgid "Automatically Scans WordPress Core Files For Changes"
2818
  msgstr ""
2819
 
2820
+ #: src/features/hack_protect.php:1442
2821
  msgid ""
2822
  "Compares all WordPress core files on your site against the official "
2823
  "WordPress files."
2824
  msgstr ""
2825
 
2826
+ #: src/features/hack_protect.php:1443
2827
  msgid "WordPress Core files should never be altered for any reason."
2828
  msgstr ""
2829
 
2830
+ #: src/features/hack_protect.php:1447
2831
  msgid "Auto Repair"
2832
  msgstr ""
2833
 
2834
+ #: src/features/hack_protect.php:1448
2835
  msgid "Automatically Repair WordPress Core Files That Have Been Altered"
2836
  msgstr ""
2837
 
2838
+ #: src/features/hack_protect.php:1449
2839
  msgid ""
2840
  "Attempts to automatically repair WordPress Core files with the official "
2841
  "WordPress file data, for files that have been altered or are missing."
2842
  msgstr ""
2843
 
2844
+ #: src/features/hack_protect.php:1454
2845
+ msgid "Automatically Scans For Unrecognised Files In Core Directories"
2846
  msgstr ""
2847
 
2848
+ #: src/features/hack_protect.php:1455
2849
  msgid ""
2850
  "Scans for, and automatically deletes, any files in your core WordPress "
2851
  "folders that are not part of your WordPress installation."
2852
  msgstr ""
2853
 
2854
+ #: src/features/hack_protect.php:1459
2855
  msgid "Scan Uploads"
2856
  msgstr ""
2857
 
2858
+ #: src/features/hack_protect.php:1460
2859
  msgid "Scan Uploads Folder For PHP and Javascript"
2860
  msgstr ""
2861
 
2862
+ #: src/features/hack_protect.php:1461
2863
  msgid ""
2864
  "Take care when turning on this option - if you are unsure, leave it disabled."
2865
  msgstr ""
2866
 
2867
+ #: src/features/hack_protect.php:1462
2868
  msgid ""
2869
  "The Uploads folder is primarily for media, but could be used to store "
2870
  "nefarious files."
2871
  msgstr ""
2872
 
2873
+ #: src/features/hack_protect.php:1466
2874
  msgid "File Exclusions"
2875
  msgstr ""
2876
 
2877
+ #: src/features/hack_protect.php:1467
2878
  msgid "Provide A List Of Files To Be Excluded From The Scan"
2879
  msgstr ""
2880
 
2881
+ #: src/features/hack_protect.php:1469
2882
  msgid "Take a new line for each file you wish to exclude from the scan."
2883
  msgstr ""
2884
 
2885
+ #: src/features/hack_protect.php:1470
2886
  msgid "No commas are necessary."
2887
  msgstr ""
2888
 
2889
+ #: src/features/hack_protect.php:1475
2890
  msgid "Enable Integrity Scan"
2891
  msgstr ""
2892
 
2893
+ #: src/features/hack_protect.php:1476
2894
  msgid "Scans For Critical Changes Made To Your WordPress Site"
2895
  msgstr ""
2896
 
2897
+ #: src/features/hack_protect.php:1477
2898
  msgid "Detects changes made to your WordPress site outside of WordPress."
2899
  msgstr ""
2900
 
2901
+ #: src/features/hack_protect.php:1481
2902
  msgid "Monitor User Accounts"
2903
  msgstr ""
2904
 
2905
+ #: src/features/hack_protect.php:1482
2906
  msgid "Scans For Critical Changes Made To User Accounts"
2907
  msgstr ""
2908
 
2909
+ #: src/features/hack_protect.php:1483
2910
  msgid ""
2911
  "Detects changes made to critical user account information that were made "
2912
  "directly on the database and outside of the WordPress system."
2913
  msgstr ""
2914
 
2915
+ #: src/features/hack_protect.php:1484
2916
  msgid "An example of this might be some form of SQL Injection attack."
2917
  msgstr ""
2918
 
2919
+ #: src/features/hack_protect.php:1485
2920
  msgid ""
2921
  "Enabling this option for every page low may slow down your site with large "
2922
  "numbers of users."
2923
  msgstr ""
2924
 
2925
+ #: src/features/hack_protect.php:1486
2926
  msgid ""
2927
  "This option may cause critical problem with 3rd party plugins that manage "
2928
  "user accounts."
2929
  msgstr ""
2930
 
2931
+ #: src/features/hack_protect.php:1490 src/features/headers.php:257
2932
+ #: src/features/headers.php:258 src/features/login_protect.php:875
2933
+ #: src/features/login_protect.php:893 src/features/login_protect.php:899
2934
+ #: src/features/plugin.php:1211
2935
  #, php-format
2936
  msgid "Enable %s"
2937
  msgstr ""
2938
 
2939
+ #: src/features/hack_protect.php:1490
2940
  msgid "Guard"
2941
  msgstr ""
2942
 
2943
+ #: src/features/hack_protect.php:1491
2944
  msgid "Enable The Guard For Plugin And Theme Files"
2945
  msgstr ""
2946
 
2947
+ #: src/features/hack_protect.php:1492
2948
  msgid ""
2949
  "When enabled the Guard will automatically scan for changes to your Plugin "
2950
  "and Theme files."
2951
  msgstr ""
2952
 
2953
+ #: src/features/hack_protect.php:1496
2954
  msgid "Guard/Scan Depth"
2955
  msgstr ""
2956
 
2957
+ #: src/features/hack_protect.php:1497
2958
  msgid "How Deep Into The Plugin Directories To Scan And Guard"
2959
  msgstr ""
2960
 
2961
+ #: src/features/hack_protect.php:1498
2962
  msgid ""
2963
  "The Guard normally scans only the top level of a folder. Increasing depth "
2964
  "will increase scan times."
2965
  msgstr ""
2966
 
2967
+ #: src/features/hack_protect.php:1499
2968
  #, php-format
2969
  msgid ""
2970
  "Setting it to %s will remove this limit and all sub-folders will be scanned "
2971
  "- not recommended"
2972
  msgstr ""
2973
 
2974
+ #: src/features/hack_protect.php:1503
2975
  msgid "Included File Types"
2976
  msgstr ""
2977
 
2978
+ #: src/features/hack_protect.php:1504
2979
  msgid "The File Types (by File Extension) Included In The Scan"
2980
  msgstr ""
2981
 
2982
+ #: src/features/hack_protect.php:1505
2983
  msgid "Take a new line for each file extension."
2984
  msgstr ""
2985
 
2986
+ #: src/features/hack_protect.php:1506
2987
  msgid "No commas(,) or periods(.) necessary."
2988
  msgstr ""
2989
 
2990
+ #: src/features/hack_protect.php:1507
2991
  msgid "Remove all extensions to scan all file type (not recommended)."
2992
  msgstr ""
2993
 
2994
+ #: src/features/hack_protect.php:1511
2995
  msgid "Show Re-Install Links"
2996
  msgstr ""
2997
 
2998
+ #: src/features/hack_protect.php:1512
2999
  msgid "Show Re-Install Links For Plugins"
3000
  msgstr ""
3001
 
3002
+ #: src/features/hack_protect.php:1513
3003
  msgid ""
3004
  "Show links to re-install plugins and offer re-install when activating "
3005
  "plugins."
3006
  msgstr ""
3007
 
3008
+ #: src/features/hack_protect.php:1517
3009
+ msgid "Abandoned Plugin Scanner"
3010
+ msgstr ""
3011
+
3012
+ #: src/features/hack_protect.php:1519
3013
+ msgid "Scan your WordPress.org assets for whether they've been abandoned."
3014
+ msgstr ""
3015
+
3016
+ #: src/features/hack_protect.php:1524
3017
+ msgid "Highlight Abandoned Plugins"
3018
+ msgstr ""
3019
+
3020
+ #: src/features/hack_protect.php:1525
3021
+ msgid "Abandoned plugins will be highlighted on the main plugins page."
3022
+ msgstr ""
3023
+
3024
+ #: src/features/hack_protect.php:1530
3025
+ msgid "Enable Malware Scanner"
3026
+ msgstr ""
3027
+
3028
+ #: src/features/hack_protect.php:1531
3029
+ msgid "Enabled detection of files infected with malware signatures."
3030
+ msgstr ""
3031
+
3032
+ #: src/features/hack_protect.php:1535
3033
+ msgid "Auto-Repair WP Core"
3034
+ msgstr ""
3035
+
3036
+ #: src/features/hack_protect.php:1536
3037
+ msgid "Automatically Repair WordPress Core Files"
3038
+ msgstr ""
3039
+
3040
+ #: src/features/hack_protect.php:1537
3041
+ msgid "Automatically reinstall any core files found to have potential malware."
3042
+ msgstr ""
3043
+
3044
+ #: src/features/hack_protect.php:1541
3045
+ msgid "Auto-Repair WP Plugins"
3046
+ msgstr ""
3047
+
3048
+ #: src/features/hack_protect.php:1542
3049
+ msgid "Automatically Repair WordPress.org Plugins"
3050
+ msgstr ""
3051
+
3052
+ #: src/features/hack_protect.php:1543
3053
+ msgid "Automatically repair any plugin files found to have potential malware."
3054
+ msgstr ""
3055
+
3056
+ #: src/features/hack_protect.php:1544
3057
+ msgid "Only applies to plugins installed from WordPress.org."
3058
+ msgstr ""
3059
+
3060
+ #: src/features/hack_protect.php:1545
3061
+ msgid ""
3062
+ "Also deletes files if they're found to not be originally distributed with "
3063
+ "the plugin."
3064
+ msgstr ""
3065
+
3066
+ #: src/features/hack_protect.php:1549
3067
+ msgid "WP Config"
3068
+ msgstr ""
3069
+
3070
+ #: src/features/hack_protect.php:1550
3071
+ msgid "Realtime Protection For WP Config File"
3072
+ msgstr ""
3073
+
3074
+ #: src/features/hack_protect.php:1551
3075
+ msgid "Realtime protection for the wp-config.php file."
3076
+ msgstr ""
3077
+
3078
+ #: src/features/headers.php:131
3079
+ msgid "HTTP Security Headers"
3080
+ msgstr ""
3081
+
3082
+ #: src/features/headers.php:132
3083
+ msgid "Protect Visitors With Powerful HTTP Headers"
3084
+ msgstr ""
3085
+
3086
+ #: src/features/headers.php:145 src/features/plugin.php:1385
3087
+ msgid "HTTP Headers"
3088
+ msgstr ""
3089
+
3090
+ #: src/features/headers.php:148
3091
+ msgid "All important security Headers have been set"
3092
+ msgstr ""
3093
+
3094
+ #: src/features/headers.php:149
3095
+ msgid "At least one of the HTTP Headers hasn't been set"
3096
+ msgstr ""
3097
+
3098
+ #: src/features/headers.php:155
3099
+ msgid "Content Security Policies"
3100
+ msgstr ""
3101
+
3102
+ #: src/features/headers.php:158
3103
+ msgid "Content Security Policy is turned on"
3104
+ msgstr ""
3105
+
3106
+ #: src/features/headers.php:159
3107
+ msgid "Content Security Policies aren't active"
3108
+ msgstr ""
3109
+
3110
+ #: src/features/headers.php:183 src/features/headers.php:191
3111
  msgid ""
3112
  "Protect visitors to your site by implementing increased security response "
3113
  "headers."
3114
  msgstr ""
3115
 
3116
+ #: src/features/headers.php:184 src/features/headers.php:192
3117
+ #: src/features/headers.php:201
3118
  msgid ""
3119
  "Enabling these features are advised, but you must test them on your site "
3120
  "thoroughly."
3121
  msgstr ""
3122
 
3123
+ #: src/features/headers.php:189
3124
  msgid "Advanced Security Headers"
3125
  msgstr ""
3126
 
3127
+ #: src/features/headers.php:194
3128
  msgid "Security Headers"
3129
  msgstr ""
3130
 
3131
+ #: src/features/headers.php:198 src/features/headers.php:203
3132
+ #: src/features/headers.php:258
3133
  msgid "Content Security Policy"
3134
  msgstr ""
3135
 
3136
+ #: src/features/headers.php:200
3137
  msgid ""
3138
  "Restrict the sources and types of content that may be loaded and processed "
3139
  "by visitor browsers."
3140
  msgstr ""
3141
 
3142
+ #: src/features/headers.php:232
3143
  msgid "Block iFrames"
3144
  msgstr ""
3145
 
3146
+ #: src/features/headers.php:233
3147
  msgid "Block Remote iFrames Of This Site"
3148
  msgstr ""
3149
 
3150
+ #: src/features/headers.php:234
3151
  msgid ""
3152
  "The setting prevents any external website from embedding your site in an "
3153
  "iFrame."
3154
  msgstr ""
3155
 
3156
+ #: src/features/headers.php:235
3157
  msgid "This is useful for preventing so-called \"ClickJack attacks\"."
3158
  msgstr ""
3159
 
3160
+ #: src/features/headers.php:239
3161
  msgid "Referrer Policy"
3162
  msgstr ""
3163
 
3164
+ #: src/features/headers.php:240
3165
  msgid "Referrer Policy Header"
3166
  msgstr ""
3167
 
3168
+ #: src/features/headers.php:241
3169
  msgid ""
3170
  "The Referrer Policy Header allows you to control when and what referral "
3171
  "information a browser may pass along with links clicked on your site."
3172
  msgstr ""
3173
 
3174
+ #: src/features/headers.php:245
3175
  msgid "XSS Protection"
3176
  msgstr ""
3177
 
3178
+ #: src/features/headers.php:246
3179
  msgid "Employ Built-In Browser XSS Protection"
3180
  msgstr ""
3181
 
3182
+ #: src/features/headers.php:247
3183
  msgid ""
3184
  "Directs compatible browsers to block what they detect as Reflective XSS "
3185
  "attacks."
3186
  msgstr ""
3187
 
3188
+ #: src/features/headers.php:251
3189
  msgid "Prevent Mime-Sniff"
3190
  msgstr ""
3191
 
3192
+ #: src/features/headers.php:252
3193
  msgid "Turn-Off Browser Mime-Sniff"
3194
  msgstr ""
3195
 
3196
+ #: src/features/headers.php:253
3197
  msgid "Reduces visitor exposure to malicious user-uploaded content."
3198
  msgstr ""
3199
 
3200
+ #: src/features/headers.php:259
3201
  msgid ""
3202
  "Allows for permission and restriction of all resources loaded on your site."
3203
  msgstr ""
3204
 
3205
+ #: src/features/headers.php:263
3206
  msgid "Self"
3207
+ msgstr "Öz"
3208
 
3209
+ #: src/features/headers.php:264
3210
  msgid "Allow 'self' Directive"
3211
  msgstr ""
3212
 
3213
+ #: src/features/headers.php:265
3214
  msgid "Using 'self' is generally recommended."
3215
  msgstr ""
3216
 
3217
+ #: src/features/headers.php:266
3218
  msgid ""
3219
  "It essentially means that resources from your own host:protocol are "
3220
  "permitted."
3221
  msgstr ""
3222
 
3223
+ #: src/features/headers.php:270
3224
  msgid "Inline Entities"
3225
  msgstr ""
3226
 
3227
+ #: src/features/headers.php:271
3228
  msgid "Allow Inline Scripts and CSS"
3229
  msgstr ""
3230
 
3231
+ #: src/features/headers.php:272
3232
  msgid ""
3233
  "Allows parsing of Javascript and CSS declared in-line in your html document."
3234
  msgstr ""
3235
 
3236
+ #: src/features/headers.php:276
3237
  msgid "Embedded Data"
3238
  msgstr ""
3239
 
3240
+ #: src/features/headers.php:277
3241
  msgid "Allow \"data:\" Directives"
3242
  msgstr ""
3243
 
3244
+ #: src/features/headers.php:278
3245
  msgid ""
3246
  "Allows use of embedded data directives, most commonly used for images and "
3247
  "fonts."
3248
  msgstr ""
3249
 
3250
+ #: src/features/headers.php:282
3251
  msgid "Allow eval()"
3252
  msgstr ""
3253
 
3254
+ #: src/features/headers.php:283
3255
  msgid "Allow Javascript eval()"
3256
  msgstr ""
3257
 
3258
+ #: src/features/headers.php:284
3259
  msgid "Permits the use of Javascript the eval() function."
3260
  msgstr ""
3261
 
3262
+ #: src/features/headers.php:288
3263
  msgid "HTTPS"
3264
  msgstr ""
3265
 
3266
+ #: src/features/headers.php:289
3267
  msgid "HTTPS Resource Loading"
3268
  msgstr ""
3269
 
3270
+ #: src/features/headers.php:290
3271
  msgid "Allows loading of any content provided over HTTPS."
3272
  msgstr ""
3273
 
3274
+ #: src/features/headers.php:294
3275
  msgid "Permitted Hosts"
3276
  msgstr ""
3277
 
3278
+ #: src/features/headers.php:295
3279
  msgid "Permitted Hosts and Domains"
3280
  msgstr ""
3281
 
3282
+ #: src/features/headers.php:296
3283
  msgid ""
3284
  "You can explicitly state which hosts/domain from which content may be loaded."
3285
  msgstr ""
3286
 
3287
+ #: src/features/headers.php:297
3288
  msgid ""
3289
  "Take great care and test your site as you may block legitimate resources."
3290
  msgstr ""
3291
 
3292
+ #: src/features/headers.php:298
3293
  msgid "If in-doubt, leave blank or use \"*\" only."
3294
  msgstr ""
3295
 
3296
+ #: src/features/headers.php:299
3297
  msgid ""
3298
  "You can force only HTTPS for a given domain by prefixing it with \"https://"
3299
  "\"."
3300
  msgstr ""
3301
 
3302
+ #: src/features/insights.php:82
3303
+ msgid "Audit Trail Filters"
3304
+ msgstr ""
3305
+
3306
+ #: src/features/insights.php:115 src/features/plugin.php:1352
3307
+ msgid "IP Whitelist"
3308
+ msgstr ""
3309
+
3310
+ #: src/features/insights.php:116
3311
+ msgid "IP Blacklist"
3312
+ msgstr ""
3313
+
3314
+ #: src/features/insights.php:117
3315
+ #, php-format
3316
+ msgid "IP addresses that are never blocked by %s."
3317
+ msgstr ""
3318
+
3319
  #: src/features/insights.php:118
3320
+ #, php-format
3321
+ msgid "IP addresses that have tripped %s defenses."
3322
  msgstr ""
3323
 
3324
+ #: src/features/insights.php:152
3325
+ msgid "Traffic Table Filters"
3326
  msgstr ""
3327
 
3328
+ #: src/features/insights.php:184
3329
+ msgid "Sessions Table Filters"
3330
  msgstr ""
3331
 
3332
+ #: src/features/insights.php:241
3333
+ msgid "Overview"
3334
+ msgstr "بررسی اجمالی"
3335
+
3336
+ #: src/features/insights.php:243
3337
+ msgid "IP Lists"
3338
+ msgstr ""
3339
+
3340
+ #: src/features/insights.php:246 src/features/insights.php:253
3341
+ msgid "Pro"
3342
  msgstr ""
3343
 
3344
+ #: src/features/insights.php:247
3345
+ msgid "Traffic"
3346
+ msgstr "ترافیک"
3347
+
3348
+ #: src/features/insights.php:248
3349
+ msgid "Notes"
3350
+ msgstr "Notater"
3351
+
3352
+ #: src/features/insights.php:249 src/features/plugin.php:1150
3353
+ #: src/features/plugin.php:1155
3354
+ msgid "Import"
3355
+ msgstr "Importar"
3356
+
3357
+ #: src/features/insights.php:249 src/features/plugin.php:1150
3358
+ #: src/features/plugin.php:1155
3359
+ msgid "Export"
3360
+ msgstr "Exportar"
3361
+
3362
+ #: src/features/insights.php:397
3363
  #, php-format
3364
  msgid "%s Security Insights"
3365
  msgstr ""
3366
 
3367
+ #: src/features/insights.php:398
3368
  msgid "recommendation"
3369
  msgstr ""
3370
 
3371
+ #: src/features/insights.php:399
3372
  msgid "suggestion"
3373
  msgstr ""
3374
 
3375
+ #: src/features/insights.php:400
3376
  #, php-format
3377
  msgid "Welcome To %s Security Insights Dashboard"
3378
  msgstr ""
3379
 
3380
+ #: src/features/insights.php:401
3381
  #, php-format
3382
  msgid "Some of the most recent %s events"
3383
  msgstr ""
3384
 
3385
+ #: src/features/insights.php:406
3386
+ msgid ""
3387
+ "Sorry, this feature would typically be used by professionals and so is a Pro-"
3388
+ "only feature."
3389
+ msgstr ""
3390
+
3391
+ #: src/features/insights.php:407
3392
+ msgid "This feature isn't currently enabled."
3393
+ msgstr ""
3394
+
3395
+ #: src/features/insights.php:408
3396
+ msgid ""
3397
+ "You can activate this feature (along with many others) and support "
3398
+ "development of this plugin for just $12."
3399
+ msgstr ""
3400
+
3401
+ #: src/features/insights.php:409
3402
+ msgid "Please turn on this feature in the options."
3403
+ msgstr ""
3404
+
3405
+ #: src/features/insights.php:410
3406
+ msgid "for just $1/month"
3407
+ msgstr ""
3408
+
3409
+ #: src/features/insights.php:473
3410
  msgid "Site"
3411
  msgstr ""
3412
 
3413
+ #: src/features/insights.php:497
3414
  msgid "SSL certificate for this site has expired."
3415
  msgstr ""
3416
 
3417
+ #: src/features/insights.php:500
3418
  #, php-format
3419
  msgid "SSL certificate will expire soon (in %s days)"
3420
  msgstr ""
3421
 
3422
+ #: src/features/insights.php:507
3423
  msgid "Check or renew your SSL certificate."
3424
  msgstr ""
3425
 
3426
+ #: src/features/insights.php:530
3427
  msgid "DB Password appears to be weak."
3428
  msgstr ""
3429
 
3430
+ #: src/features/insights.php:532
3431
  msgid "The database password should be strong."
3432
  msgstr ""
3433
 
3434
+ #: src/features/insights.php:556
3435
  #, php-format
3436
  msgid "%s inactive plugin(s)"
3437
  msgstr ""
3438
 
3439
+ #: src/features/insights.php:559
3440
  msgid "Unused plugins should be removed."
3441
  msgstr ""
3442
 
3443
+ #: src/features/insights.php:569
3444
  #, php-format
3445
  msgid "%s plugin update(s)"
3446
  msgstr ""
3447
 
3448
+ #: src/features/insights.php:571 src/features/insights.php:611
3449
+ #: src/features/insights.php:637
3450
  msgid "Updates"
3451
+ msgstr "بروز رسانی"
3452
 
3453
+ #: src/features/insights.php:572 src/features/insights.php:612
3454
+ #: src/features/insights.php:638
3455
  msgid "Updates should be applied as early as possible."
3456
  msgstr ""
3457
 
3458
+ #: src/features/insights.php:596
3459
  #, php-format
3460
  msgid "%s inactive themes(s)"
3461
  msgstr ""
3462
 
3463
+ #: src/features/insights.php:599
3464
  msgid "Unused themes should be removed."
3465
  msgstr ""
3466
 
3467
+ #: src/features/insights.php:609
3468
  #, php-format
3469
  msgid "%s theme update(s)"
3470
  msgstr ""
3471
 
3472
+ #: src/features/insights.php:627
3473
  msgid "WordPress Core"
3474
  msgstr ""
3475
 
3476
+ #: src/features/insights.php:635
3477
  msgid "WordPress Core has an update available."
3478
  msgstr ""
3479
 
3480
+ #: src/features/insights.php:647
3481
  msgid "WordPress does not automatically install updates."
3482
  msgstr ""
3483
 
3484
+ #: src/features/insights.php:650
3485
  msgid "Minor WordPress upgrades should be applied automatically."
3486
  msgstr ""
3487
 
3488
+ #: src/features/insights.php:675 src/processors/statistics.php:195
3489
+ msgid "Login Blocks"
3490
  msgstr ""
3491
 
3492
+ #: src/features/insights.php:677
3493
+ msgid "Total login attempts blocked."
3494
  msgstr ""
3495
 
3496
+ #: src/features/insights.php:680 src/processors/statistics.php:194
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3497
  msgid "Firewall Blocks"
3498
  msgstr ""
3499
 
3500
+ #: src/features/insights.php:682
3501
  msgid "Total requests blocked by firewall rules."
3502
  msgstr ""
3503
 
3504
+ #: src/features/insights.php:685 src/processors/statistics.php:193
3505
  msgid "Comment Blocks"
3506
  msgstr ""
3507
 
3508
+ #: src/features/insights.php:687
3509
  msgid "Total SPAM comments blocked."
3510
  msgstr ""
3511
 
3512
+ #: src/features/insights.php:695 src/lib/src/Tables/Render/IpBlack.php:14
3513
+ msgid "Transgressions"
 
 
 
 
 
 
 
 
3514
  msgstr ""
3515
 
3516
+ #: src/features/insights.php:697
3517
+ msgid "Total transgression against the site."
3518
  msgstr ""
3519
 
3520
+ #: src/features/insights.php:700
3521
+ msgid "IP Blocks"
3522
  msgstr ""
3523
 
3524
+ #: src/features/insights.php:702
3525
+ msgid "Total connections blocked/killed after too many transgressions."
3526
  msgstr ""
3527
 
3528
+ #: src/features/insights.php:705
3529
+ msgid "Blacklist IPs"
 
3530
  msgstr ""
3531
 
3532
+ #: src/features/insights.php:713
3533
+ msgid "Current IP addresses with transgressions against the site."
 
3534
  msgstr ""
3535
 
3536
+ #: src/features/insights.php:739
3537
  msgid "Not yet recorded"
3538
  msgstr ""
3539
 
3540
+ #: src/features/insights.php:751
3541
  msgid "Simple Test Cron"
3542
  msgstr ""
3543
 
3544
+ #: src/features/insights.php:752
3545
  msgid "Unrecognised Files Scan"
3546
  msgstr ""
3547
 
3548
+ #: src/features/insights.php:753
3549
+ msgid "Abandoned Plugins Scan"
3550
+ msgstr ""
3551
+
3552
+ #: src/features/insights.php:754
3553
  msgid "WordPress Core Files Scan"
3554
  msgstr ""
3555
 
3556
+ #: src/features/insights.php:755
3557
  msgid "Plugin/Themes Guard Scan"
3558
  msgstr ""
3559
 
3560
+ #: src/features/insights.php:756
3561
+ msgid "Vulnerabilities Scan"
3562
  msgstr ""
3563
 
3564
+ #: src/features/insights.php:757
3565
  msgid "Successful 2-FA Login"
3566
  msgstr ""
3567
 
3568
+ #: src/features/insights.php:758
3569
  msgid "Login Block"
3570
  msgstr ""
3571
 
3572
+ #: src/features/insights.php:759
3573
  msgid "User Registration Block"
3574
  msgstr ""
3575
 
3576
+ #: src/features/insights.php:760
3577
  msgid "Reset Password Block"
3578
  msgstr ""
3579
 
3580
+ #: src/features/insights.php:761
3581
  msgid "Firewall Block"
3582
  msgstr ""
3583
 
3584
+ #: src/features/insights.php:762
3585
  msgid "Idle Logout"
3586
  msgstr ""
3587
 
3588
+ #: src/features/insights.php:763
3589
  msgid "Password Block"
3590
  msgstr ""
3591
 
3592
+ #: src/features/insights.php:764
3593
  msgid "Comment SPAM Block"
3594
  msgstr ""
3595
 
3596
+ #: src/features/insights.php:765
3597
  msgid "XML-RPC Block"
3598
  msgstr ""
3599
 
3600
+ #: src/features/insights.php:766
3601
  msgid "Anonymous Rest API Block"
3602
  msgstr ""
3603
 
3604
+ #: src/features/insights.php:767
3605
  #, php-format
3606
  msgid "%s Transgression"
3607
  msgstr ""
3608
 
3609
+ #: src/features/insights.php:769
3610
  msgid "IP Connection Blocked"
3611
  msgstr ""
3612
 
3613
+ #: src/features/ips.php:76
3614
+ msgid "Invalid entry selected"
3615
+ msgstr ""
3616
+
3617
+ #: src/features/ips.php:79
3618
+ msgid "IP address deleted"
3619
+ msgstr ""
3620
+
3621
+ #: src/features/ips.php:83
3622
+ msgid "IP address wasn't deleted from the list"
3623
+ msgstr ""
3624
+
3625
+ #: src/features/ips.php:100
3626
+ msgid "IP address wasn't added to the list"
3627
+ msgstr ""
3628
+
3629
+ #: src/features/ips.php:111
3630
+ msgid "IP address not provided"
3631
+ msgstr ""
3632
+
3633
+ #: src/features/ips.php:114
3634
+ msgid "IP list not provided"
3635
+ msgstr ""
3636
+
3637
+ #: src/features/ips.php:117
3638
+ msgid "IP address isn't either a valid IP or a CIDR range"
3639
+ msgstr ""
3640
+
3641
+ #: src/features/ips.php:120
3642
+ msgid ""
3643
+ "Please upgrade to Pro if you'd like to add IPs to the black list manually."
3644
+ msgstr ""
3645
+
3646
+ #: src/features/ips.php:123
3647
+ msgid "IP ranges aren't currently supported for blacklisting."
3648
  msgstr ""
3649
 
3650
+ #: src/features/ips.php:126
3651
+ msgid "Manually black listing your current IP address is not supported."
3652
  msgstr ""
3653
 
3654
+ #: src/features/ips.php:129
3655
+ msgid "This IP is reserved and can't be blacklisted."
3656
  msgstr ""
3657
 
3658
+ #: src/features/ips.php:154
3659
+ msgid "IP address added successfully"
3660
+ msgstr ""
3661
+
3662
+ #: src/features/ips.php:346
3663
+ msgid "IP blocking is turned-off because the transgressions limit is set to 0."
3664
+ msgstr ""
3665
+
3666
+ #: src/features/ips.php:354
3667
+ msgid ""
3668
+ "Since the transgressions limit is set to 0, these options have no effect."
3669
+ msgstr ""
3670
+
3671
+ #: src/features/ips.php:358
3672
+ msgid ""
3673
+ "Your User Agent appears to be empty. We recommend not turning on this option."
3674
+ msgstr ""
3675
+
3676
+ #: src/features/ips.php:377
3677
  msgid ""
3678
  "Repeated login attempts that fail will result in a complete ban of your IP "
3679
  "Address."
3680
  msgstr ""
3681
+ "vous ne pourrez plus vous connecter après plus de 5 tentatives infructueuses."
3682
 
3683
+ #: src/features/ips.php:384
3684
  #, php-format
3685
  msgid ""
3686
+ "You have %s remaining transgression(s) against this site and then your IP "
3687
+ "address will be completely blocked."
3688
  msgstr ""
3689
 
3690
+ #: src/features/ips.php:385
3691
  msgid "Seriously, stop repeating what you are doing or you will be locked out."
3692
  msgstr ""
3693
 
3694
+ #: src/features/ips.php:409
3695
  msgid ""
3696
  "The IP Manager allows you to whitelist, blacklist and configure auto-"
3697
  "blacklist rules."
3698
  msgstr ""
3699
 
3700
+ #: src/features/ips.php:410 src/features/plugin.php:1387
3701
+ #: src/wizards/plugin.php:520 src/wizards/plugin.php:525
3702
  msgid "IP Manager"
3703
  msgstr ""
3704
 
3705
+ #: src/features/ips.php:411
3706
  msgid "You should also carefully review the automatic black list settings."
3707
  msgstr ""
3708
 
3709
+ #: src/features/ips.php:416
3710
+ msgid "Auto IP Blocking Rules"
3711
+ msgstr ""
3712
+
3713
+ #: src/features/ips.php:417
3714
+ msgid "Auto Blocking Rules"
3715
  msgstr ""
3716
 
3717
+ #: src/features/ips.php:419
3718
  msgid ""
3719
  "The Automatic IP Black List system will block the IP addresses of naughty "
3720
  "visitors after a specified number of transgressions."
3721
  msgstr ""
3722
 
3723
+ #: src/features/ips.php:420 src/features/ips.php:501
3724
+ msgid "Automatic IP Black List"
3725
+ msgstr ""
3726
+
3727
+ #: src/features/ips.php:421
3728
+ msgid ""
3729
+ "Think of 'transgressions' as just a counter for the number of times a "
3730
+ "visitor does something bad."
3731
+ msgstr ""
3732
+
3733
+ #: src/features/ips.php:422
3734
+ #, php-format
3735
+ msgid ""
3736
+ "When the counter reaches the limit below (default: 10), %s will block that "
3737
+ "completely IP."
3738
+ msgstr ""
3739
+
3740
+ #: src/features/ips.php:427
3741
+ msgid "Bot-Trap"
3742
+ msgstr ""
3743
+
3744
+ #: src/features/ips.php:428
3745
+ msgid "Identify And Capture Bots Based On Their Site Activity"
3746
+ msgstr ""
3747
+
3748
+ #: src/features/ips.php:430
3749
+ msgid ""
3750
+ "A bot doesn't know what's real and what's not, so it probes many different "
3751
+ "avenues until it finds something it recognises."
3752
+ msgstr ""
3753
+
3754
+ #: src/features/ips.php:431
3755
+ msgid ""
3756
+ "Bot-Trap monitors a set of typical bot behaviours to help identify probing "
3757
+ "bots."
3758
+ msgstr ""
3759
+
3760
+ #: src/features/ips.php:432
3761
+ msgid "Enable as many mouse traps as possible."
3762
+ msgstr ""
3763
+
3764
+ #: src/features/ips.php:437
3765
+ msgid "Login Bots"
3766
+ msgstr ""
3767
+
3768
+ #: src/features/ips.php:438
3769
+ msgid "Detect & Capture Login Bots"
3770
+ msgstr ""
3771
+
3772
+ #: src/features/ips.php:440 src/features/ips.php:453 src/features/ips.php:464
3773
+ msgid "Summary"
3774
+ msgstr "خلاصه"
3775
+
3776
+ #: src/features/ips.php:441
3777
+ msgid ""
3778
+ "Certain bots are designed to test your logins and this feature lets you "
3779
+ "decide how to handle them."
3780
+ msgstr ""
3781
+
3782
+ #: src/features/ips.php:443 src/features/ips.php:456 src/features/ips.php:467
3783
+ msgid "Enable as many options as possible."
3784
  msgstr ""
3785
 
3786
+ #: src/features/ips.php:445
3787
+ msgid ""
3788
+ "Legitimate users may get their password wrong, so take care not to block "
3789
+ "this."
3790
+ msgstr ""
3791
+
3792
+ #: src/features/ips.php:450
3793
+ msgid "Probing Bots"
3794
+ msgstr ""
3795
+
3796
+ #: src/features/ips.php:451
3797
+ msgid "Detect & Capture Probing Bots"
3798
+ msgstr ""
3799
+
3800
+ #: src/features/ips.php:454
3801
+ msgid ""
3802
+ "Bots are designed to probe and this feature is dedicated to detecting "
3803
+ "probing bots."
3804
  msgstr ""
3805
 
3806
+ #: src/features/ips.php:461
3807
+ msgid "Bot Behaviours"
3808
  msgstr ""
3809
 
3810
+ #: src/features/ips.php:462
3811
+ msgid "Detect Behaviours Common To Bots"
3812
  msgstr ""
3813
 
3814
+ #: src/features/ips.php:465
3815
  msgid ""
3816
+ "Detect characteristics and behaviour commonly associated with illegitimate "
3817
  "bots."
3818
  msgstr ""
3819
 
3820
+ #: src/features/ips.php:497
3821
  msgid "Transgression Limit"
3822
  msgstr ""
3823
 
3824
+ #: src/features/ips.php:498
3825
  msgid ""
3826
  "Visitor IP address will be Black Listed after X bad actions on your site"
3827
  msgstr ""
3828
 
3829
+ #: src/features/ips.php:499
3830
  #, php-format
3831
  msgid ""
3832
  "A black mark is set against an IP address each time a visitor trips the "
3833
  "defenses of the %s plugin."
3834
  msgstr ""
3835
 
3836
+ #: src/features/ips.php:500
3837
  msgid ""
3838
+ "When the number of these transgressions exceeds the limit, they are "
3839
  "automatically blocked from accessing the site."
3840
  msgstr ""
3841
 
3842
+ #: src/features/ips.php:501
3843
  #, php-format
3844
  msgid "Set this to \"0\" to turn off the %s feature."
3845
  msgstr ""
3846
 
3847
+ #: src/features/ips.php:505
3848
  msgid "Auto Block Expiration"
3849
  msgstr ""
3850
 
3851
+ #: src/features/ips.php:506
3852
  msgid "After 1 \"X\" a black listed IP will be removed from the black list"
3853
  msgstr ""
3854
 
3855
+ #: src/features/ips.php:507
3856
  msgid "Permanent and lengthy IP Black Lists are harmful to performance."
3857
  msgstr ""
3858
 
3859
+ #: src/features/ips.php:508
3860
  msgid ""
3861
  "You should allow IP addresses on the black list to be eventually removed "
3862
  "over time."
3863
  msgstr ""
3864
 
3865
+ #: src/features/ips.php:509
3866
  msgid ""
3867
  "Shorter IP black lists are more efficient and a more intelligent use of an "
3868
  "IP-based blocking system."
3869
  msgstr ""
3870
 
3871
+ #: src/features/ips.php:513
3872
+ msgid "User Auto Unblock"
3873
  msgstr ""
3874
 
3875
+ #: src/features/ips.php:514
3876
+ msgid "Allow Visitors To Unblock Their IP"
3877
  msgstr ""
3878
 
3879
+ #: src/features/ips.php:515
3880
+ msgid ""
3881
+ "Allow visitors blocked by the plugin to automatically unblock themselves."
3882
  msgstr ""
3883
 
3884
+ #: src/features/ips.php:519
3885
  msgid "Login Failed"
3886
  msgstr ""
3887
 
3888
+ #: src/features/ips.php:520
3889
  msgid "Visitor Triggers The IP Transgression System Through A Failed Login"
3890
  msgstr ""
3891
 
3892
+ #: src/features/ips.php:521
3893
  msgid "This message is displayed if the visitor fails a login attempt."
3894
  msgstr ""
3895
 
3896
+ #: src/features/ips.php:525
3897
  msgid "Remaining Transgressions"
3898
  msgstr ""
3899
 
3900
+ #: src/features/ips.php:526
3901
  msgid "Visitor Triggers The IP Transgression System Through A Firewall Block"
3902
  msgstr ""
3903
 
3904
+ #: src/features/ips.php:527
3905
  msgid ""
3906
  "This message is displayed if the visitor triggered the IP Transgression "
3907
  "system and reports how many transgressions remain before being blocked."
3908
  msgstr ""
3909
 
3910
+ #: src/features/ips.php:531
3911
+ msgid "404 Detect"
3912
+ msgstr ""
3913
+
3914
+ #: src/features/ips.php:532
3915
+ msgid "Identify A Bot When It Hits A 404"
3916
+ msgstr ""
3917
+
3918
+ #: src/features/ips.php:533
3919
+ msgid "Detect when a visitor tries to load a non-existent page."
3920
+ msgstr ""
3921
+
3922
+ #: src/features/ips.php:534
3923
  msgid ""
3924
+ "Care should be taken to ensure you don't have legitimate links on your site "
3925
+ "that are 404s."
3926
  msgstr ""
3927
 
3928
+ #: src/features/ips.php:538
3929
+ msgid "XML-RPC Access"
3930
  msgstr ""
3931
 
3932
+ #: src/features/ips.php:539
3933
+ msgid "Identify A Bot When It Accesses XML-RPC"
3934
  msgstr ""
3935
 
3936
+ #: src/features/ips.php:540
3937
+ msgid ""
3938
+ "If you don't use XML-RPC, there's no reason anything should be accessing it."
3939
  msgstr ""
3940
 
3941
+ #: src/features/ips.php:541
3942
+ msgid ""
3943
+ "Be careful the ensure you don't block legitimate XML-RPC traffic if your "
3944
+ "site needs it."
3945
  msgstr ""
3946
 
3947
+ #: src/features/ips.php:542
3948
+ msgid ""
3949
+ "We recommend transgressions here in-case of blocking valid request unless "
3950
+ "you're sure."
3951
  msgstr ""
3952
 
3953
+ #: src/features/ips.php:546
3954
+ msgid "Link Cheese"
3955
  msgstr ""
3956
 
3957
+ #: src/features/ips.php:547
3958
+ msgid "Tempt A Bot With A Fake Link To Follow"
3959
+ msgstr ""
3960
+
3961
+ #: src/features/ips.php:548
3962
+ msgid "Detect a bot when it follows a fake 'no-follow' link."
3963
+ msgstr ""
3964
+
3965
+ #: src/features/ips.php:549
3966
+ msgid ""
3967
+ "This works because legitimate web crawlers respect 'robots.txt' and "
3968
+ "'nofollow' directives."
3969
+ msgstr ""
3970
+
3971
+ #: src/features/ips.php:553
3972
+ msgid "Invalid Usernames"
3973
+ msgstr ""
3974
+
3975
+ #: src/features/ips.php:554
3976
+ msgid "Detect Attempted Logins With Usernames That Don't Exist"
3977
+ msgstr ""
3978
+
3979
+ #: src/features/ips.php:555
3980
+ msgid "Identify a Bot when it tries to login with a non-existent username."
3981
+ msgstr ""
3982
+
3983
+ #: src/features/ips.php:556
3984
+ msgid "This includes the default 'admin' if you've removed that account."
3985
+ msgstr ""
3986
+
3987
+ #: src/features/ips.php:560
3988
+ msgid "Failed Login"
3989
+ msgstr ""
3990
+
3991
+ #: src/features/ips.php:561
3992
+ msgid "Detect Failed Login Attempts Using Valid Usernames"
3993
+ msgstr ""
3994
+
3995
+ #: src/features/ips.php:562
3996
+ msgid ""
3997
+ "Penalise a visitor when they try to login using a valid username, but it "
3998
+ "fails."
3999
+ msgstr ""
4000
+
4001
+ #: src/features/ips.php:566
4002
+ msgid "Fake Web Crawler"
4003
+ msgstr ""
4004
+
4005
+ #: src/features/ips.php:567
4006
+ msgid "Detect Fake Search Engine Crawlers"
4007
+ msgstr ""
4008
+
4009
+ #: src/features/ips.php:568
4010
+ msgid ""
4011
+ "Identify a Bot when it presents as an official web crawler, but analysis "
4012
+ "shows it's fake."
4013
+ msgstr ""
4014
+
4015
+ #: src/features/ips.php:572
4016
+ msgid "Empty User Agents"
4017
+ msgstr ""
4018
+
4019
+ #: src/features/ips.php:573
4020
+ msgid "Detect Requests With Empty User Agents"
4021
  msgstr ""
4022
 
4023
+ #: src/features/ips.php:574
4024
+ msgid "Identify a bot when the user agent is not provided."
4025
+ msgstr ""
4026
+
4027
+ #: src/features/ips.php:576
4028
+ msgid "Your user agent is"
4029
+ msgstr ""
4030
+
4031
+ #: src/features/ips.php:640
4032
+ #, php-format
4033
+ msgid ""
4034
+ "Sorry, the %s feature may not be disabled while there are IP addresses in "
4035
+ "the White List"
4036
+ msgstr ""
4037
+
4038
+ #: src/features/license.php:38
4039
+ msgid "Name"
4040
+ msgstr "Name"
4041
+
4042
+ #: src/features/license.php:39
4043
+ msgid "Active"
4044
+ msgstr "Ativo"
4045
+
4046
+ #: src/features/license.php:40
4047
+ msgid "Status"
4048
+ msgstr "Status"
4049
+
4050
+ #: src/features/license.php:41
4051
+ msgid "Key"
4052
+ msgstr "Key"
4053
+
4054
+ #: src/features/license.php:42
4055
+ msgid "Expires"
4056
+ msgstr "Gongur út"
4057
+
4058
+ #: src/features/license.php:43
4059
+ msgid "Owner"
4060
+ msgstr "Propietario"
4061
+
4062
+ #: src/features/license.php:44
4063
  msgid "Checked"
4064
  msgstr ""
4065
 
4066
+ #: src/features/license.php:45 src/wizards/base.php:219
4067
  msgid "Error"
4068
+ msgstr "Error"
4069
 
4070
+ #: src/features/license.php:117
4071
  #, php-format
4072
  msgid "Please wait %s before attempting another license check."
4073
  msgstr ""
4074
 
4075
+ #: src/features/license.php:118
4076
  #, php-format
4077
  msgid "%s second"
4078
  msgid_plural "%s seconds"
4079
+ msgstr[0] "%s Saniye "
4080
+ msgstr[1] "%s сек"
4081
 
4082
+ #: src/features/license.php:124
4083
  msgid "Valid license found."
4084
  msgstr ""
4085
 
4086
+ #: src/features/license.php:124
4087
  msgid "Valid license couldn't be found."
4088
  msgstr ""
4089
 
4090
+ #: src/features/license.php:237
4091
+ msgid "Automatic license verification failed."
 
4092
  msgstr ""
4093
 
4094
+ #: src/features/license.php:327
4095
  msgid "Attempts to verify Shield Pro license has just failed."
4096
  msgstr ""
4097
 
4098
+ #: src/features/license.php:328 src/features/license.php:349
4099
  #, php-format
4100
  msgid "Please check your license on-site: %s"
4101
  msgstr ""
4102
 
4103
+ #: src/features/license.php:329 src/features/license.php:350
4104
  #, php-format
4105
  msgid "If this problem persists, please contact support: %s"
4106
  msgstr ""
4107
 
4108
+ #: src/features/license.php:348
4109
  msgid "All attempts to verify Shield Pro license have failed."
4110
  msgstr ""
4111
 
4112
+ #: src/features/license.php:659 src/lib/src/Tables/Build/Ip.php:50
4113
+ #: src/lib/src/Tables/Build/Sessions.php:68
4114
+ #: src/lib/src/Tables/Build/Traffic.php:109
4115
+ msgid "Yes"
4116
+ msgstr "Yes"
4117
+
4118
+ #: src/features/license.php:659
4119
+ msgid "Not Active"
4120
  msgstr ""
4121
 
4122
+ #: src/features/license.php:714 src/features/license.php:715
4123
+ msgid "License Options"
4124
+ msgstr "Licence Options"
4125
+
4126
+ #: src/features/license.php:717
4127
  #, php-format
4128
  msgid "Activate %s Pro Extensions."
4129
  msgstr ""
4130
 
4131
+ #: src/features/license.php:718
4132
  msgid "TODO."
4133
  msgstr ""
4134
 
4135
+ #: src/features/license.php:742 src/features/license.php:743
4136
+ #: src/features/license.php:744
4137
  msgid "License Key"
4138
+ msgstr "Licence Key"
4139
 
4140
+ #: src/features/lockdown.php:69 src/features/plugin.php:1389
4141
+ msgid "WP Lockdown"
 
4142
  msgstr ""
4143
 
4144
+ #: src/features/lockdown.php:78
4145
  msgid "Direct editing of plugin/theme files is permitted."
4146
  msgstr ""
4147
 
4148
+ #: src/features/lockdown.php:81
4149
  msgid "WP Plugin file editing should be disabled."
4150
  msgstr ""
4151
 
4152
+ #: src/features/lockdown.php:99
4153
+ msgid "WordPress Lockdown"
4154
+ msgstr ""
4155
+
4156
+ #: src/features/lockdown.php:100
4157
+ msgid "Restrict WP Functionality e.g. XMLRPC & REST API"
4158
+ msgstr ""
4159
+
4160
+ #: src/features/lockdown.php:112
4161
+ msgid "WP File Editing"
4162
+ msgstr ""
4163
+
4164
+ #: src/features/lockdown.php:115
4165
+ msgid "File editing is disabled"
4166
+ msgstr ""
4167
+
4168
+ #: src/features/lockdown.php:116
4169
+ msgid "File editing is permitted through WP admin"
4170
+ msgstr ""
4171
+
4172
+ #: src/features/lockdown.php:123
4173
+ msgid "XML-RPC"
4174
+ msgstr ""
4175
+
4176
+ #: src/features/lockdown.php:126
4177
+ msgid "XML-RPC is disabled"
4178
+ msgstr ""
4179
+
4180
+ #: src/features/lockdown.php:127
4181
+ msgid "XML-RPC is not blocked"
4182
+ msgstr ""
4183
+
4184
+ #: src/features/lockdown.php:134
4185
+ msgid "REST API"
4186
+ msgstr ""
4187
+
4188
+ #: src/features/lockdown.php:137
4189
+ msgid "Anonymous REST API is disabled"
4190
+ msgstr ""
4191
+
4192
+ #: src/features/lockdown.php:138
4193
+ msgid "Anonymous REST API is allowed"
4194
+ msgstr ""
4195
+
4196
+ #: src/features/lockdown.php:162
4197
  msgid ""
4198
  "Lockdown helps secure-up certain loosely-controlled WordPress settings on "
4199
  "your site."
4200
  msgstr ""
4201
 
4202
+ #: src/features/lockdown.php:163
4203
+ msgid "Lockdown"
4204
+ msgstr ""
4205
+
4206
+ #: src/features/lockdown.php:168 src/features/lockdown.php:173
4207
  msgid "API & XML-RPC"
4208
  msgstr ""
4209
 
4210
+ #: src/features/lockdown.php:170
4211
  msgid "Lockdown certain core WordPress system features."
4212
  msgstr ""
4213
 
4214
+ #: src/features/lockdown.php:171
4215
  msgid ""
4216
  "This depends on your usage and needs for certain WordPress functions and "
4217
  "features."
4218
  msgstr ""
4219
 
4220
+ #: src/features/lockdown.php:177
4221
  msgid "Permissions and Access Options"
4222
  msgstr ""
4223
 
4224
+ #: src/features/lockdown.php:179
4225
  msgid "Provides finer control of certain WordPress permissions."
4226
  msgstr ""
4227
 
4228
+ #: src/features/lockdown.php:180
4229
  msgid "Only enable SSL if you have a valid certificate installed."
4230
  msgstr ""
4231
 
4232
+ #: src/features/lockdown.php:182
4233
  msgid "Permissions"
4234
+ msgstr "Permissões"
4235
 
4236
+ #: src/features/lockdown.php:186
4237
  msgid "WordPress Obscurity Options"
4238
  msgstr ""
4239
 
4240
+ #: src/features/lockdown.php:188
4241
  msgid "Obscures certain WordPress settings from public view."
4242
  msgstr ""
4243
 
4244
+ #: src/features/lockdown.php:189
4245
  msgid ""
4246
  "Obscurity is not true security and so these settings are down to your "
4247
  "personal tastes."
4248
  msgstr ""
4249
 
4250
+ #: src/features/lockdown.php:191
4251
  msgid "Obscurity"
4252
  msgstr ""
4253
 
4254
+ #: src/features/lockdown.php:220 src/features/plugin.php:1135
4255
  #, php-format
4256
  msgid "Disable %s"
4257
  msgstr ""
4258
 
4259
+ #: src/features/lockdown.php:221 src/features/lockdown.php:227
4260
  #, php-format
4261
  msgid "Disable The %s System"
4262
  msgstr ""
4263
 
4264
+ #: src/features/lockdown.php:222
4265
  #, php-format
4266
  msgid "Checking this option will completely turn off the whole %s system."
4267
  msgstr ""
4268
 
4269
+ #: src/features/lockdown.php:226 src/features/lockdown.php:227
4270
  msgid "Anonymous Rest API"
4271
  msgstr ""
4272
 
4273
+ #: src/features/lockdown.php:228
4274
  msgid "You can choose to completely disable anonymous access to the REST API."
4275
  msgstr ""
4276
 
4277
+ #: src/features/lockdown.php:232
4278
  msgid "Rest API Exclusions"
4279
  msgstr ""
4280
 
4281
+ #: src/features/lockdown.php:233
4282
  msgid "Anonymous REST API Exclusions"
4283
  msgstr ""
4284
 
4285
+ #: src/features/lockdown.php:234
4286
  msgid ""
4287
  "Any namespaces provided here will be excluded from the Anonymous API "
4288
  "restriction."
4289
  msgstr ""
4290
 
4291
+ #: src/features/lockdown.php:238
4292
  msgid "Disable File Editing"
4293
  msgstr ""
4294
 
4295
+ #: src/features/lockdown.php:239
4296
  msgid "Disable Ability To Edit Files From Within WordPress"
4297
  msgstr ""
4298
 
4299
+ #: src/features/lockdown.php:240
4300
  msgid ""
4301
  "Removes the option to directly edit any files from within the WordPress "
4302
  "admin area."
4303
  msgstr ""
4304
 
4305
+ #: src/features/lockdown.php:241
4306
  msgid "Equivalent to setting \"DISALLOW_FILE_EDIT\" to TRUE."
4307
  msgstr ""
4308
 
4309
+ #: src/features/lockdown.php:245
4310
  msgid "Force SSL Admin"
4311
  msgstr ""
4312
 
4313
+ #: src/features/lockdown.php:246
4314
  msgid "Forces WordPress Admin Dashboard To Be Delivered Over SSL"
4315
  msgstr ""
4316
 
4317
+ #: src/features/lockdown.php:247
4318
  msgid ""
4319
  "Please only enable this option if you have a valid SSL certificate installed."
4320
  msgstr ""
4321
 
4322
+ #: src/features/lockdown.php:248
4323
  msgid "Equivalent to setting \"FORCE_SSL_ADMIN\" to TRUE."
4324
  msgstr ""
4325
 
4326
+ #: src/features/lockdown.php:252
4327
  msgid "Mask WordPress Version"
4328
  msgstr ""
4329
 
4330
+ #: src/features/lockdown.php:253
4331
  msgid "Prevents Public Display Of Your WordPress Version"
4332
  msgstr ""
4333
 
4334
+ #: src/features/lockdown.php:254
4335
  msgid ""
4336
  "Enter how you would like your WordPress version displayed publicly. Leave "
4337
  "blank to disable this feature."
4338
  msgstr ""
4339
 
4340
+ #: src/features/lockdown.php:255
4341
  msgid ""
4342
  "This may interfere with WordPress plugins that rely on the $wp_version "
4343
  "variable."
4344
  msgstr ""
4345
 
4346
+ #: src/features/lockdown.php:259
4347
  msgid "WP Generator Tag"
4348
  msgstr ""
4349
 
4350
+ #: src/features/lockdown.php:260
4351
  msgid "Remove WP Generator Meta Tag"
4352
  msgstr ""
4353
 
4354
+ #: src/features/lockdown.php:261
4355
  msgid ""
4356
  "Remove a meta tag from your WordPress pages that publicly displays that your "
4357
  "site is WordPress and its current version."
4358
  msgstr ""
4359
 
4360
+ #: src/features/lockdown.php:265
4361
  msgid "Block Username Fishing"
4362
  msgstr ""
4363
 
4364
+ #: src/features/lockdown.php:266
4365
  msgid "Block the ability to discover WordPress usernames based on author IDs"
4366
  msgstr ""
4367
 
4368
+ #: src/features/lockdown.php:267
4369
  #, php-format
4370
  msgid "When enabled, any URL requests containing \"%s\" will be killed."
4371
  msgstr ""
4372
 
4373
+ #: src/features/lockdown.php:268
4374
  msgid ""
4375
  "Enabling this option may interfere with expected operations of your site."
4376
  msgstr ""
4377
 
4378
+ #: src/features/login_protect.php:70
4379
  msgid "Email verification completed successfully."
4380
  msgstr ""
4381
 
4382
+ #: src/features/login_protect.php:74
4383
  msgid "Email verification could not be completed."
4384
  msgstr ""
4385
 
4386
+ #: src/features/login_protect.php:92
4387
  msgid ""
4388
  "Before enabling 2-factor email authentication for your WordPress site, you "
4389
  "must verify you can receive this email."
4390
  msgstr ""
4391
 
4392
+ #: src/features/login_protect.php:93
4393
  msgid ""
4394
  "This verifies your website can send email and that your account can receive "
4395
  "emails sent from your site."
4396
  msgstr ""
4397
 
4398
+ #: src/features/login_protect.php:98
4399
  #, php-format
4400
  msgid "Click the verify link: %s"
4401
  msgstr ""
4402
 
4403
+ #: src/features/login_protect.php:101
4404
  #, php-format
4405
  msgid "Here's your code for the guided wizard: %s"
4406
  msgstr ""
4407
 
4408
+ #: src/features/login_protect.php:104
4409
  msgid "Email Sending Verification"
4410
  msgstr ""
4411
 
4412
+ #: src/features/login_protect.php:170
4413
  msgid "Subscribers"
4414
+ msgstr "Подписчики"
4415
 
4416
+ #: src/features/login_protect.php:171
4417
  msgid "Contributors"
4418
  msgstr ""
4419
 
4420
+ #: src/features/login_protect.php:172
4421
  msgid "Authors"
4422
+ msgstr "作者"
4423
 
4424
+ #: src/features/login_protect.php:173
4425
  msgid "Editors"
4426
  msgstr ""
4427
 
4428
+ #: src/features/login_protect.php:462
4429
  msgid "I'm a human."
4430
  msgstr ""
4431
 
4432
+ #: src/features/login_protect.php:466
4433
  msgid "Please check the box to show us you're a human."
4434
  msgstr ""
4435
 
4436
+ #: src/features/login_protect.php:501
4437
  #, php-format
4438
  msgid "Support for login protection with %s is a Pro-only feature."
4439
  msgstr ""
4440
 
4441
+ #: src/features/login_protect.php:507
4442
  msgid ""
4443
  "2FA by email demands that your WP site is properly configured to send email."
4444
  msgstr ""
4445
 
4446
+ #: src/features/login_protect.php:508
4447
  msgid ""
4448
  "This is a common problem and you may get locked out in the future if you "
4449
  "ignore this."
4450
  msgstr ""
4451
 
4452
+ #: src/features/login_protect.php:509 src/processors/lockdown.php:98
4453
+ #: src/processors/plugin_tracking.php:26
4454
  msgid "Learn More."
4455
  msgstr ""
4456
 
4457
+ #: src/features/login_protect.php:630
4458
  msgid "Multi-factor login backup code has been removed from your profile"
4459
  msgstr ""
4460
 
4461
+ #: src/features/login_protect.php:643
4462
+ msgid "2FA by email has been disabled"
 
 
4463
  msgstr ""
4464
 
4465
+ #: src/features/login_protect.php:655
4466
+ msgid "Email 2FA option is not currently enabled."
 
4467
  msgstr ""
4468
 
4469
+ #: src/features/login_protect.php:659
4470
+ msgid "Email sending has already been verified."
4471
  msgstr ""
4472
 
4473
+ #: src/features/login_protect.php:662
4474
+ msgid "Verification email resent."
4475
  msgstr ""
4476
 
4477
+ #: src/features/login_protect.php:695 src/features/login_protect.php:770
4478
+ #: src/features/plugin.php:1391 src/wizards/plugin.php:556
4479
+ #: src/wizards/plugin.php:561
4480
+ msgid "Login Guard"
4481
  msgstr ""
4482
 
4483
+ #: src/features/login_protect.php:696
4484
+ msgid "Brute Force Protection & Identity Verification"
4485
  msgstr ""
4486
 
4487
+ #: src/features/login_protect.php:712
4488
+ msgid "Brute Force Login"
 
 
4489
  msgstr ""
4490
 
4491
+ #: src/features/login_protect.php:715
4492
+ msgid "Login forms are protected against bot attacks"
4493
+ msgstr ""
4494
+
4495
+ #: src/features/login_protect.php:716
4496
+ msgid "Login forms are not protected against brute force bot attacks"
4497
+ msgstr ""
4498
+
4499
+ #: src/features/login_protect.php:721
4500
+ msgid "Bot User Register"
4501
+ msgstr ""
4502
+
4503
+ #: src/features/login_protect.php:724
4504
+ msgid "Registration forms are protected against bot attacks"
4505
+ msgstr ""
4506
+
4507
+ #: src/features/login_protect.php:725
4508
+ msgid "Registration forms are not protected against automated bots"
4509
+ msgstr ""
4510
+
4511
+ #: src/features/login_protect.php:730
4512
+ msgid "Brute Force Lost Password"
4513
+ msgstr ""
4514
+
4515
+ #: src/features/login_protect.php:733
4516
+ msgid "Lost Password forms are protected against bot attacks"
4517
+ msgstr ""
4518
+
4519
+ #: src/features/login_protect.php:734
4520
+ msgid "Lost Password forms are not protected against automated bots"
4521
+ msgstr ""
4522
+
4523
+ #: src/features/login_protect.php:742
4524
+ msgid "Identity Verification"
4525
+ msgstr ""
4526
+
4527
+ #: src/features/login_protect.php:745
4528
+ msgid "At least 1 2FA option is enabled"
4529
+ msgstr ""
4530
+
4531
+ #: src/features/login_protect.php:746
4532
+ msgid "No 2FA options, such as Google Authenticator, are active"
4533
+ msgstr ""
4534
+
4535
+ #: src/features/login_protect.php:769
4536
+ msgid ""
4537
+ "Login Guard blocks all automated and brute force attempts to log in to your "
4538
+ "site."
4539
+ msgstr ""
4540
+
4541
+ #: src/features/login_protect.php:778
4542
+ msgid "Adds Google reCAPTCHA to the Login Forms."
4543
+ msgstr ""
4544
+
4545
+ #: src/features/login_protect.php:780
4546
+ msgid ""
4547
+ "You will need to register for Google reCAPTCHA keys and store them in the "
4548
+ "Shield 'Dashboard' settings."
4549
+ msgstr ""
4550
+
4551
+ #: src/features/login_protect.php:785
4552
+ msgid "Hide WordPress Login Page"
4553
+ msgstr ""
4554
+
4555
+ #: src/features/login_protect.php:786
4556
+ msgid "Hide Login"
4557
+ msgstr ""
4558
+
4559
+ #: src/features/login_protect.php:788
4560
+ msgid ""
4561
+ "To hide your wp-login.php page from brute force attacks and hacking attempts "
4562
+ "- if your login page cannot be found, no-one can login."
4563
+ msgstr ""
4564
+
4565
+ #: src/features/login_protect.php:789
4566
+ msgid ""
4567
  "This is not required for complete security and if your site has irregular or "
4568
  "inconsistent configuration it may not work for you."
4569
  msgstr ""
4570
 
4571
+ #: src/features/login_protect.php:794 src/features/login_protect.php:875
4572
+ #: src/features/user_management.php:576
4573
  msgid "Multi-Factor Authentication"
4574
  msgstr ""
4575
 
4576
+ #: src/features/login_protect.php:795
4577
  msgid "Multi-Factor Auth"
4578
  msgstr ""
4579
 
4580
+ #: src/features/login_protect.php:797 src/features/user_management.php:573
4581
  msgid ""
4582
  "Verifies the identity of users who log in to your site - i.e. they are who "
4583
  "they say they are."
4584
  msgstr ""
4585
 
4586
+ #: src/features/login_protect.php:798 src/features/login_protect.php:808
4587
+ #: src/features/login_protect.php:817 src/features/login_protect.php:835
4588
  msgid "You may combine multiple authentication factors for increased security."
4589
  msgstr ""
4590
 
4591
+ #: src/features/login_protect.php:803
4592
  msgid "Email Two-Factor Authentication"
4593
  msgstr ""
4594
 
4595
+ #: src/features/login_protect.php:804
4596
+ msgid "2FA Email"
4597
  msgstr ""
4598
 
4599
+ #: src/features/login_protect.php:806
4600
  msgid ""
4601
  "Verifies the identity of users who log in to your site using email-based one-"
4602
  "time-passwords."
4603
  msgstr ""
4604
 
4605
+ #: src/features/login_protect.php:807 src/features/user_management.php:574
4606
  msgid "However, if your host blocks email sending you may lock yourself out."
4607
  msgstr ""
4608
 
4609
+ #: src/features/login_protect.php:813
4610
  msgid "Google Authenticator Two-Factor Authentication"
4611
  msgstr ""
4612
 
4613
+ #: src/features/login_protect.php:814
4614
+ msgid "Google Auth"
4615
  msgstr ""
4616
 
4617
+ #: src/features/login_protect.php:816
4618
  msgid ""
4619
  "Verifies the identity of users who log in to your site using Google "
4620
  "Authenticator one-time-passwords."
4621
  msgstr ""
4622
 
4623
+ #: src/features/login_protect.php:822
4624
  msgid "Brute Force Login Protection"
4625
  msgstr ""
4626
 
4627
+ #: src/features/login_protect.php:823
4628
+ msgid "Bots"
4629
  msgstr ""
4630
 
4631
+ #: src/features/login_protect.php:825
4632
  msgid ""
4633
  "Blocks brute force hacking attacks against your login and registration pages."
4634
  msgstr ""
4635
 
4636
+ #: src/features/login_protect.php:831
4637
  msgid "Yubikey Two-Factor Authentication"
4638
  msgstr ""
4639
 
4640
+ #: src/features/login_protect.php:832
4641
+ #: src/processors/loginprotect_intentprovider_yubikey.php:43
4642
+ msgid "Yubikey"
4643
  msgstr ""
4644
 
4645
+ #: src/features/login_protect.php:834
4646
  msgid ""
4647
  "Verifies the identity of users who log in to your site using Yubikey one-"
4648
  "time-passwords."
4649
  msgstr ""
4650
 
4651
+ #: src/features/login_protect.php:865
4652
  msgid "Hide WP Login Page"
4653
  msgstr ""
4654
 
4655
+ #: src/features/login_protect.php:866
4656
  msgid "Hide The WordPress Login Page"
4657
  msgstr ""
4658
 
4659
+ #: src/features/login_protect.php:867
4660
  msgid "Creating a path here will disable your wp-login.php"
4661
  msgstr ""
4662
 
4663
+ #: src/features/login_protect.php:869
4664
  #, php-format
4665
  msgid "Only letters and numbers are permitted: %s"
4666
  msgstr ""
4667
 
4668
+ #: src/features/login_protect.php:871
4669
  #, php-format
4670
  msgid "Your current login URL is: %s"
4671
+ msgstr "Il tuo attuale URL di accesso è: %s"
4672
 
4673
+ #: src/features/login_protect.php:876
4674
  msgid "Require All Active Authentication Factors"
4675
  msgstr ""
4676
 
4677
+ #: src/features/login_protect.php:877
4678
  msgid ""
4679
  "When enabled, all multi-factor authentication methods will be applied to a "
4680
  "user login. Disable to require only one to login."
4681
  msgstr ""
4682
 
4683
+ #: src/features/login_protect.php:881
4684
  msgid "Multi-Factor By-Pass"
4685
  msgstr ""
4686
 
4687
+ #: src/features/login_protect.php:882
4688
  msgid ""
4689
  "A User Can By-Pass Multi-Factor Authentication (MFA) For The Set Number Of "
4690
  "Days"
4691
  msgstr ""
4692
 
4693
+ #: src/features/login_protect.php:883
4694
  msgid ""
4695
  "Enter the number of days a user can by-pass future MFA after a successful "
4696
  "MFA-login. 0 to disable."
4697
  msgstr ""
4698
 
4699
+ #: src/features/login_protect.php:887
4700
  msgid "Allow Backup Codes"
4701
  msgstr ""
4702
 
4703
+ #: src/features/login_protect.php:888
4704
  msgid "Allow Users To Generate A Backup Code"
4705
  msgstr ""
4706
 
4707
+ #: src/features/login_protect.php:889
4708
  msgid ""
4709
  "Allow users to generate a backup code that can be used to login if MFA "
4710
  "factors are unavailable."
4711
  msgstr ""
4712
 
4713
+ #: src/features/login_protect.php:893
4714
+ #: src/processors/loginprotect_intentprovider_backup.php:36
4715
+ #: src/processors/loginprotect_intentprovider_ga.php:38
4716
+ #: src/processors/loginprotect_intentprovider_ga.php:42
4717
+ #: src/processors/loginprotect_intentprovider_ga.php:44
4718
+ #: src/processors/loginprotect_intentprovider_ga.php:180
4719
+ #: src/processors/loginprotect_intentprovider_ga.php:285
4720
+ #: src/processors/loginprotect_intentprovider_ga.php:293
4721
  msgid "Google Authenticator"
4722
  msgstr ""
4723
 
4724
+ #: src/features/login_protect.php:894
4725
  msgid "Allow Users To Use Google Authenticator"
4726
  msgstr ""
4727
 
4728
+ #: src/features/login_protect.php:895
4729
  msgid ""
4730
  "When enabled, users will have the option to add Google Authenticator to "
4731
  "their WordPress user profile"
4732
  msgstr ""
4733
 
4734
+ #: src/features/login_protect.php:899 src/features/login_protect.php:905
4735
+ #: src/features/login_protect.php:908
4736
+ #: src/processors/loginprotect_intentprovider_email.php:205
4737
+ #: src/processors/loginprotect_intentprovider_email.php:206
4738
  msgid "Email Authentication"
4739
  msgstr ""
4740
 
4741
+ #: src/features/login_protect.php:900
4742
  #, php-format
4743
  msgid "Two-Factor Login Authentication By %s"
4744
  msgstr ""
4745
 
4746
+ #: src/features/login_protect.php:900 src/features/plugin.php:1381
4747
+ #: src/processors/user_management.php:199
4748
  msgid "Email"
4749
+ msgstr "Email"
4750
 
4751
+ #: src/features/login_protect.php:901
4752
  msgid ""
4753
  "All users will be required to verify their login by email-based two-factor "
4754
  "authentication."
4755
  msgstr ""
4756
 
4757
+ #: src/features/login_protect.php:905
4758
  msgid "Enforce"
4759
  msgstr ""
4760
 
4761
+ #: src/features/login_protect.php:906
4762
  msgid "All User Roles Subject To Email Authentication"
4763
  msgstr ""
4764
 
4765
+ #: src/features/login_protect.php:907
4766
  msgid ""
4767
  "Enforces email-based authentication on all users with the selected roles."
4768
  msgstr ""
4769
 
4770
+ #: src/features/login_protect.php:908
4771
  #, php-format
4772
  msgid "This setting only applies to %s."
4773
  msgstr ""
4774
 
4775
+ #: src/features/login_protect.php:912
4776
  msgid "Google reCAPTCHA"
4777
  msgstr ""
4778
 
4779
+ #: src/features/login_protect.php:913
4780
  msgid "Protect WordPress Account Access Requests With Google reCAPTCHA"
4781
  msgstr ""
4782
 
4783
+ #: src/features/login_protect.php:914
4784
  msgid ""
4785
  "Use Google reCAPTCHA on the user account forms such as login, register, etc."
4786
  msgstr ""
4787
 
4788
+ #: src/features/login_protect.php:915
4789
  #, php-format
4790
  msgid "Use of any theme other than \"%s\", requires a Pro license."
4791
  msgstr ""
4792
 
4793
+ #: src/features/login_protect.php:915
4794
  msgid "Light Theme"
4795
  msgstr ""
4796
 
4797
+ #: src/features/login_protect.php:916
4798
  msgid ""
4799
  "You'll need to setup your Google reCAPTCHA API Keys in 'General' settings."
4800
  msgstr ""
4801
 
4802
+ #: src/features/login_protect.php:917
4803
  msgid ""
4804
  "Some forms are more dynamic than others so if you experience problems, "
4805
  "please use non-Invisible reCAPTCHA."
4806
  msgstr ""
4807
 
4808
+ #: src/features/login_protect.php:927
4809
  msgid "Protection Locations"
4810
  msgstr ""
4811
 
4812
+ #: src/features/login_protect.php:928
4813
  msgid "Which Forms Should Be Protected"
4814
  msgstr ""
4815
 
4816
+ #: src/features/login_protect.php:929
4817
  msgid "Choose the forms for which bot protection measures will be deployed."
4818
  msgstr ""
4819
 
4820
+ #: src/features/login_protect.php:930
4821
  #, php-format
4822
  msgid "Use with 3rd party systems such as %s, requires a Pro license."
4823
  msgstr ""
4824
 
4825
+ #: src/features/login_protect.php:934
4826
  msgid "Bot Protection"
4827
  msgstr ""
4828
 
4829
+ #: src/features/login_protect.php:935
4830
  msgid "Protect WP Login From Automated Login Attempts By Bots"
4831
  msgstr ""
4832
 
4833
+ #: src/features/login_protect.php:936
4834
  msgid ""
4835
  "Adds a dynamically (Javascript) generated checkbox to the login form that "
4836
  "prevents bots using automated login techniques."
4837
  msgstr ""
4838
 
4839
+ #: src/features/login_protect.php:937
4840
  msgid "ON"
4841
  msgstr ""
4842
 
4843
+ #: src/features/login_protect.php:941
4844
+ msgid "AntiBot JS"
4845
+ msgstr ""
4846
+
4847
+ #: src/features/login_protect.php:942
4848
+ msgid "Use AntiBot JS Includes For Custom 3rd Party Forms"
4849
+ msgstr ""
4850
+
4851
+ #: src/features/login_protect.php:943
4852
+ msgid ""
4853
+ "Important: This is experimental. Please contact support for further "
4854
+ "assistance."
4855
+ msgstr ""
4856
+
4857
+ #: src/features/login_protect.php:947
4858
+ msgid "AntiBot Forms"
4859
+ msgstr ""
4860
+
4861
+ #: src/features/login_protect.php:948
4862
+ msgid ""
4863
+ "Enter The Selectors Of The 3rd Party Login Forms For Use With AntiBot JS"
4864
+ msgstr ""
4865
+
4866
+ #: src/features/login_protect.php:949
4867
+ msgid "For use with the AntiBot JS option."
4868
+ msgstr ""
4869
+
4870
+ #: src/features/login_protect.php:950
4871
+ msgid "IDs are prefixed with \"#\"."
4872
+ msgstr ""
4873
+
4874
+ #: src/features/login_protect.php:951
4875
+ msgid "Classes are prefixed with \".\"."
4876
+ msgstr ""
4877
+
4878
+ #: src/features/login_protect.php:952
4879
+ msgid "IDs are preferred over classes."
4880
+ msgstr ""
4881
+
4882
+ #: src/features/login_protect.php:956
4883
  msgid "Cooldown Period"
4884
  msgstr ""
4885
 
4886
+ #: src/features/login_protect.php:957
4887
  msgid "Limit account access requests to every X seconds"
4888
  msgstr ""
4889
 
4890
+ #: src/features/login_protect.php:958
4891
  msgid ""
4892
  "WordPress will process only ONE account access attempt per number of seconds "
4893
  "specified."
4894
  msgstr ""
4895
 
4896
+ #: src/features/login_protect.php:959
4897
  msgid "Zero (0) turns this off."
4898
+ msgstr "Commuta a off"
4899
 
4900
+ #: src/features/login_protect.php:965
4901
  msgid "User Registration"
4902
  msgstr ""
4903
 
4904
+ #: src/features/login_protect.php:966
4905
  msgid "Apply Brute Force Protection To User Registration And Lost Passwords"
4906
  msgstr ""
4907
 
4908
+ #: src/features/login_protect.php:967
4909
  msgid ""
4910
  "When enabled, settings in this section will also apply to new user "
4911
  "registration and users trying to reset passwords."
4912
  msgstr ""
4913
 
4914
+ #: src/features/login_protect.php:971
4915
  msgid "Enable Yubikey Authentication"
4916
  msgstr ""
4917
 
4918
+ #: src/features/login_protect.php:972
4919
  msgid "Turn On / Off Yubikey Authentication On This Site"
4920
  msgstr ""
4921
 
4922
+ #: src/features/login_protect.php:973
4923
  msgid ""
4924
  "Combined with your Yubikey API details this will form the basis of your "
4925
  "Yubikey Authentication"
4926
  msgstr ""
4927
 
4928
+ #: src/features/login_protect.php:977
4929
  msgid "Yubikey App ID"
4930
  msgstr ""
4931
 
4932
+ #: src/features/login_protect.php:978
4933
  msgid "Your Unique Yubikey App ID"
4934
+ msgstr "Il Tuo ID Unico Yubikey App"
4935
 
4936
+ #: src/features/login_protect.php:979
4937
  msgid ""
4938
  "Combined with your Yubikey API Key this will form the basis of your Yubikey "
4939
  "Authentication"
4940
  msgstr ""
4941
 
4942
+ #: src/features/login_protect.php:980
4943
  msgid ""
4944
  "Please review the info link on how to obtain your own Yubikey App ID and API "
4945
  "Key."
4946
  msgstr ""
4947
 
4948
+ #: src/features/login_protect.php:984
4949
  msgid "Yubikey API Key"
4950
+ msgstr "Yubikey Chiave API"
4951
 
4952
+ #: src/features/login_protect.php:985
4953
  msgid "Your Unique Yubikey App API Key"
4954
+ msgstr "La Tua Chiave Unica Yubikey App"
4955
 
4956
+ #: src/features/login_protect.php:986
4957
  msgid ""
4958
  "Combined with your Yubikey App ID this will form the basis of your Yubikey "
4959
  "Authentication."
4960
  msgstr ""
4961
 
4962
+ #: src/features/login_protect.php:987
4963
  msgid ""
4964
  "Please review the info link on how to get your own Yubikey App ID and API "
4965
  "Key."
4966
  msgstr ""
4967
 
4968
+ #: src/features/login_protect.php:991
4969
  msgid "Yubikey Unique Keys"
4970
+ msgstr "Chiavi uniche di Yubikey"
4971
 
4972
+ #: src/features/login_protect.php:992
4973
  msgid ""
4974
  "This method for Yubikeys is no longer supported. Please see your user profile"
4975
  msgstr ""
4976
 
4977
+ #: src/features/login_protect.php:993
4978
  msgid "Format"
4979
+ msgstr "格式"
4980
 
4981
+ #: src/features/login_protect.php:994
4982
  msgid "Provide Username<->Yubikey Pairs that are usable for this site."
4983
  msgstr ""
4984
 
4985
+ #: src/features/login_protect.php:995
4986
  msgid ""
4987
  "If a Username if not assigned a Yubikey, Yubikey Authentication is OFF for "
4988
  "that user."
4989
  msgstr ""
4990
 
4991
+ #: src/features/login_protect.php:996
4992
  msgid ""
4993
  "Each [Username,Key] pair should be separated by a new line: you only need to "
4994
  "provide the first 12 characters of the yubikey."
4995
  msgstr ""
4996
 
4997
+ #: src/features/login_protect.php:1000
4998
  msgid "GASP Checkbox Text"
4999
  msgstr ""
5000
 
5001
+ #: src/features/login_protect.php:1001
5002
  msgid "The User Message Displayed Next To The GASP Checkbox"
5003
  msgstr ""
5004
 
5005
+ #: src/features/login_protect.php:1002
5006
  msgid ""
5007
  "You can change the text displayed to the user beside the checkbox if you "
5008
  "need a custom message."
5009
  msgstr ""
5010
 
5011
+ #: src/features/login_protect.php:1007
5012
  msgid "GASP Alert Text"
5013
  msgstr ""
5014
 
5015
+ #: src/features/login_protect.php:1008
5016
  msgid "The Message Displayed If The User Doesn't Check The Box"
5017
  msgstr ""
5018
 
5019
+ #: src/features/login_protect.php:1009
5020
  msgid ""
5021
  "You can change the text displayed to the user in the alert message if they "
5022
  "don't check the box."
5023
  msgstr ""
5024
 
5025
+ #: src/features/plugin.php:226 src/features/plugin.php:409
5026
+ msgid "Options imported successfully"
5027
+ msgstr ""
5028
+
5029
+ #: src/features/plugin.php:264 src/features/user_management.php:50
5030
+ msgid "No items selected."
5031
+ msgstr ""
5032
+
5033
+ #: src/features/plugin.php:267 src/features/user_management.php:53
5034
+ msgid "Not a supported action."
5035
+ msgstr ""
5036
+
5037
+ #: src/features/plugin.php:281 src/features/user_management.php:72
5038
+ msgid "Selected items were deleted."
5039
+ msgstr ""
5040
+
5041
+ #: src/features/plugin.php:342
5042
  msgid "File could not be automatically removed."
5043
  msgstr ""
5044
 
5045
+ #: src/features/plugin.php:354
5046
+ msgid "Note not found."
5047
+ msgstr ""
5048
+
5049
+ #: src/features/plugin.php:394 src/processors/plugin_importexport.php:189
5050
+ msgid "Please check the box to confirm your intent to overwrite settings"
5051
+ msgstr ""
5052
+
5053
+ #: src/features/plugin.php:409
5054
+ msgid "Options failed to import"
5055
+ msgstr ""
5056
+
5057
+ #: src/features/plugin.php:426
5058
+ msgid "Sorry, Admin Notes is only available for Pro subscriptions."
5059
+ msgstr ""
5060
+
5061
+ #: src/features/plugin.php:429
5062
+ msgid "Sorry, but it appears your note was empty."
5063
+ msgstr ""
5064
+
5065
+ #: src/features/plugin.php:439
5066
+ msgid "Note created successfully."
5067
  msgstr ""
5068
 
5069
+ #: src/features/plugin.php:439
5070
+ msgid "Note could not be created."
5071
  msgstr ""
5072
 
5073
+ #: src/features/plugin.php:987
5074
  #, php-format
5075
  msgid "This Site Is Protected By %s"
5076
  msgstr ""
5077
 
5078
+ #: src/features/plugin.php:1010
5079
  msgid "Plugin Actions"
5080
  msgstr ""
5081
 
5082
+ #: src/features/plugin.php:1011
5083
  msgid "E.g. Import/Export"
5084
  msgstr ""
5085
 
5086
+ #: src/features/plugin.php:1074
5087
+ msgid "General Settings"
5088
+ msgstr "常规设置"
5089
+
5090
+ #: src/features/plugin.php:1075
5091
+ #, php-format
5092
+ msgid "General %s Settings"
5093
  msgstr ""
5094
 
5095
+ #: src/features/plugin.php:1088
5096
+ msgid "Visitor IP"
5097
  msgstr ""
5098
 
5099
+ #: src/features/plugin.php:1090
5100
+ #, php-format
5101
+ msgid "Visitor IP address source is: %s"
5102
  msgstr ""
5103
 
5104
+ #: src/features/plugin.php:1097
5105
+ msgid "Reporting Email"
5106
  msgstr ""
5107
 
5108
+ #: src/features/plugin.php:1100
5109
+ #, php-format
5110
+ msgid "Email address for reports set to: %s"
5111
+ msgstr ""
5112
+
5113
+ #: src/features/plugin.php:1101
5114
+ #, php-format
5115
+ msgid "No address provided - defaulting to: %s"
5116
+ msgstr ""
5117
+
5118
+ #: src/features/plugin.php:1109
5119
+ msgid "reCAPTCHA"
5120
+ msgstr ""
5121
+
5122
+ #: src/features/plugin.php:1112
5123
+ msgid "Google reCAPTCHA keys have been provided"
5124
+ msgstr ""
5125
+
5126
+ #: src/features/plugin.php:1113
5127
+ msgid "Google reCAPTCHA keys haven't been provided"
5128
+ msgstr ""
5129
+
5130
+ #: src/features/plugin.php:1134
5131
+ msgid "Global Security Plugin Disable"
5132
+ msgstr ""
5133
+
5134
+ #: src/features/plugin.php:1137
5135
+ msgid "Use this option to completely disable all active Shield Protection."
5136
+ msgstr ""
5137
+
5138
+ #: src/features/plugin.php:1142 src/features/plugin.php:1143
5139
+ msgid "Plugin Defaults"
5140
+ msgstr ""
5141
+
5142
+ #: src/features/plugin.php:1145
5143
+ msgid "Important default settings used throughout the plugin."
5144
  msgstr ""
5145
 
5146
+ #: src/features/plugin.php:1152
5147
  msgid ""
5148
  "Automatically import options, and deploy configurations across your entire "
5149
  "network."
5150
  msgstr ""
5151
 
5152
+ #: src/features/plugin.php:1153
5153
  msgid "This is a Pro-only feature."
5154
  msgstr ""
5155
 
5156
+ #: src/features/plugin.php:1159
5157
  msgid "General Plugin Options"
5158
  msgstr ""
5159
 
5160
+ #: src/features/plugin.php:1160
5161
  msgid "General Options"
5162
+ msgstr "Opciones generales"
5163
 
5164
+ #: src/features/plugin.php:1164 src/features/plugin.php:1165
5165
  msgid "Google"
5166
+ msgstr "جوجل"
5167
 
5168
+ #: src/features/plugin.php:1167
5169
  #, php-format
5170
  msgid "Setup Google reCAPTCHA for use across %s."
5171
  msgstr ""
5172
 
5173
+ #: src/features/plugin.php:1171
5174
  msgid "You must create your own Google reCAPTCHA API Keys."
5175
  msgstr ""
5176
 
5177
+ #: src/features/plugin.php:1173
5178
+ msgid "Manage Keys Here"
5179
  msgstr ""
5180
 
5181
+ #: src/features/plugin.php:1175
5182
  #, php-format
5183
  msgid "Invisible Google reCAPTCHA is available with %s Pro."
5184
  msgstr ""
5185
 
5186
+ #: src/features/plugin.php:1180 src/features/plugin.php:1181
5187
  msgid "Duo Security"
5188
  msgstr ""
5189
 
5190
+ #: src/features/plugin.php:1205
5191
  msgid "Enable/Disable Plugin Modules"
5192
  msgstr ""
5193
 
5194
+ #: src/features/plugin.php:1206
5195
  msgid "Enable/Disable All Plugin Modules"
5196
  msgstr ""
5197
 
5198
+ #: src/features/plugin.php:1207
5199
  #, php-format
5200
  msgid "Uncheck this option to disable all %s features."
5201
  msgstr ""
5202
 
5203
+ #: src/features/plugin.php:1211
5204
  msgid "Admin Notes"
5205
  msgstr ""
5206
 
5207
+ #: src/features/plugin.php:1212
5208
  msgid "Turn-On Admin Notes Section In Insights Dashboard"
5209
  msgstr ""
5210
 
5211
+ #: src/features/plugin.php:1213
5212
  msgid ""
5213
  "When turned-on it enables administrators to enter custom notes in the "
5214
  "Insights Dashboard."
5215
  msgstr ""
5216
 
5217
+ #: src/features/plugin.php:1217
5218
  msgid "Information Gathering"
5219
  msgstr ""
5220
 
5221
+ #: src/features/plugin.php:1218
5222
  msgid "Permit Anonymous Usage Information Gathering"
5223
  msgstr ""
5224
 
5225
+ #: src/features/plugin.php:1219
5226
  msgid ""
5227
  "Allows us to gather information on statistics and features in-use across our "
5228
  "client installations."
5229
  msgstr ""
5230
 
5231
+ #: src/features/plugin.php:1220
5232
  msgid ""
5233
  "This information is strictly anonymous and contains no personally, or "
5234
  "otherwise, identifiable data."
5235
  msgstr ""
5236
 
5237
+ #: src/features/plugin.php:1221
5238
  msgid "Click to see the exact data that would be sent."
5239
  msgstr ""
5240
 
5241
+ #: src/features/plugin.php:1225
5242
  msgid "IP Source"
5243
  msgstr ""
5244
 
5245
+ #: src/features/plugin.php:1226
5246
  msgid "Which IP Address Is Yours"
5247
  msgstr ""
5248
 
5249
+ #: src/features/plugin.php:1227
5250
  msgid ""
5251
  "There are many possible ways to detect visitor IP addresses. If Auto-Detect "
5252
  "is not working, please select yours from the list."
5253
  msgstr ""
5254
 
5255
+ #: src/features/plugin.php:1228
5256
  msgid ""
5257
  "If the option you select becomes unavailable, we will revert to auto "
5258
  "detection."
5259
  msgstr ""
5260
 
5261
+ #: src/features/plugin.php:1230
5262
  #, php-format
5263
+ msgid "Current source is: %s (%s)"
5264
  msgstr ""
5265
 
5266
+ #: src/features/plugin.php:1239
5267
  msgid "Report Email"
5268
  msgstr ""
5269
 
5270
+ #: src/features/plugin.php:1240
5271
  msgid "Where to send email reports"
5272
  msgstr ""
5273
 
5274
+ #: src/features/plugin.php:1241
5275
  #, php-format
5276
  msgid "If this is empty, it will default to the blog admin email address: %s"
5277
  msgstr ""
5278
 
5279
+ #: src/features/plugin.php:1245
5280
  msgid "In-Plugin Notices"
5281
  msgstr ""
5282
 
5283
+ #: src/features/plugin.php:1246
5284
  msgid "Display Plugin Specific Notices"
5285
  msgstr ""
5286
 
5287
+ #: src/features/plugin.php:1247
5288
  msgid ""
5289
  "Disable this option to hide certain plugin admin notices about available "
5290
  "updates and post-update notices."
5291
  msgstr ""
5292
 
5293
+ #: src/features/plugin.php:1251
5294
  msgid "Show Plugin Badge"
5295
  msgstr ""
5296
 
5297
+ #: src/features/plugin.php:1252
5298
  msgid "Display Plugin Badge On Your Site"
5299
  msgstr ""
5300
 
5301
+ #: src/features/plugin.php:1253
5302
  msgid ""
5303
  "Enabling this option helps support the plugin by spreading the word about it "
5304
  "on your website."
5305
  msgstr ""
5306
 
5307
+ #: src/features/plugin.php:1254
5308
  msgid ""
5309
  "The plugin badge also lets visitors know your are taking your website "
5310
  "security seriously."
5311
  msgstr ""
5312
 
5313
+ #: src/features/plugin.php:1255
5314
  msgid "Read this carefully before enabling this option."
5315
  msgstr ""
5316
 
5317
+ #: src/features/plugin.php:1259
5318
  msgid "Delete Plugin Settings"
5319
  msgstr ""
5320
 
5321
+ #: src/features/plugin.php:1260
5322
  msgid "Delete All Plugin Settings Upon Plugin Deactivation"
5323
  msgstr ""
5324
 
5325
+ #: src/features/plugin.php:1261
5326
  msgid "Careful: Removes all plugin options when you deactivate the plugin"
5327
  msgstr ""
5328
 
5329
+ #: src/features/plugin.php:1265
5330
  msgid "XML-RPC Compatibility"
5331
  msgstr ""
5332
 
5333
+ #: src/features/plugin.php:1266
5334
  msgid "Allow Login Through XML-RPC To By-Pass Accounts Management Rules"
5335
  msgstr ""
5336
 
5337
+ #: src/features/plugin.php:1267
5338
  msgid ""
5339
  "Enable this if you need XML-RPC functionality e.g. if you use the WordPress "
5340
  "iPhone/Android App."
5341
  msgstr ""
5342
 
5343
+ #: src/features/plugin.php:1271
5344
  msgid "Allow Import/Export"
5345
  msgstr ""
5346
 
5347
+ #: src/features/plugin.php:1272
5348
  msgid "Allow Import And Export Of Options On This Site"
5349
  msgstr ""
5350
 
5351
+ #: src/features/plugin.php:1273
5352
  msgid "Uncheck this box to completely disable import and export of options."
5353
  msgstr ""
5354
 
5355
+ #: src/features/plugin.php:1274
5356
  msgid "Import/Export is a premium-only feature."
5357
  msgstr ""
5358
 
5359
+ #: src/features/plugin.php:1278
5360
  msgid "Export Whitelist"
5361
  msgstr ""
5362
 
5363
+ #: src/features/plugin.php:1279
5364
  msgid "Whitelisted Sites To Export Options From This Site"
5365
  msgstr ""
5366
 
5367
+ #: src/features/plugin.php:1280
5368
  msgid "Whitelisted sites may export options from this site without the key."
5369
  msgstr ""
5370
 
5371
+ #: src/features/plugin.php:1281
5372
  msgid "List each site URL on a new line."
5373
  msgstr ""
5374
 
5375
+ #: src/features/plugin.php:1282
5376
  msgid "This is to be used in conjunction with the Master Import Site feature."
5377
  msgstr ""
5378
 
5379
+ #: src/features/plugin.php:1286
5380
  msgid "Master Import Site"
5381
  msgstr ""
5382
 
5383
+ #: src/features/plugin.php:1287
5384
  msgid "Automatically Import Options From This Site URL"
5385
  msgstr ""
5386
 
5387
+ #: src/features/plugin.php:1288
5388
  msgid "Supplying a site URL here will make this site an 'Options Slave'."
5389
  msgstr ""
5390
 
5391
+ #: src/features/plugin.php:1289
5392
  msgid "Options will be automatically exported from the Master site each day."
5393
  msgstr ""
5394
 
5395
+ #: src/features/plugin.php:1290
5396
  msgid ""
5397
  "Use of this feature will overwrite existing options and replace them with "
5398
  "those from the Master Import Site."
5399
  msgstr ""
5400
 
5401
+ #: src/features/plugin.php:1294
5402
  msgid "Notify Whitelist"
5403
  msgstr ""
5404
 
5405
+ #: src/features/plugin.php:1295
5406
  msgid "Notify Sites On The Whitelist To Update Options From Master"
5407
  msgstr ""
5408
 
5409
+ #: src/features/plugin.php:1296
5410
  msgid ""
5411
  "When enabled, manual options saving will notify sites on the whitelist to "
5412
  "export options from the Master site."
5413
  msgstr ""
5414
 
5415
+ #: src/features/plugin.php:1300
5416
  msgid "Secret Key"
5417
+ msgstr "Secret Key"
5418
 
5419
+ #: src/features/plugin.php:1301
5420
  msgid "Import/Export Secret Key"
5421
  msgstr ""
5422
 
5423
+ #: src/features/plugin.php:1302
5424
  msgid ""
5425
  "Keep this Secret Key private as it will allow the import and export of "
5426
  "options."
5427
  msgstr ""
5428
 
5429
+ #: src/features/plugin.php:1306
5430
  msgid "Installation ID"
5431
  msgstr ""
5432
 
5433
+ #: src/features/plugin.php:1307
5434
  msgid "Unique Plugin Installation ID"
5435
  msgstr ""
5436
 
5437
+ #: src/features/plugin.php:1308
5438
  msgid "Keep this ID private."
5439
  msgstr ""
5440
 
5441
+ #: src/features/plugin.php:1312
5442
  msgid "reCAPTCHA Secret"
5443
  msgstr ""
5444
 
5445
+ #: src/features/plugin.php:1313
5446
  msgid "Google reCAPTCHA Secret Key"
5447
  msgstr ""
5448
 
5449
+ #: src/features/plugin.php:1314
5450
  msgid "Enter your Google reCAPTCHA secret key for use throughout the plugin."
5451
  msgstr ""
5452
 
5453
+ #: src/features/plugin.php:1319
5454
  msgid "reCAPTCHA Site Key"
5455
  msgstr ""
5456
 
5457
+ #: src/features/plugin.php:1320
5458
  msgid "Google reCAPTCHA Site Key"
5459
  msgstr ""
5460
 
5461
+ #: src/features/plugin.php:1321
5462
  msgid "Enter your Google reCAPTCHA site key for use throughout the plugin"
5463
  msgstr ""
5464
 
5465
+ #: src/features/plugin.php:1327
5466
  msgid "How Google reCAPTCHA Will Be Displayed By Default"
5467
  msgstr ""
5468
 
5469
+ #: src/features/plugin.php:1353
 
 
 
 
5470
  msgid "IP Address White List"
5471
  msgstr ""
5472
 
5473
+ #: src/features/plugin.php:1354
5474
  msgid ""
5475
  "Any IP addresses on this list will by-pass all Plugin Security Checking."
5476
  msgstr ""
5477
 
5478
+ #: src/features/plugin.php:1355 src/processors/ips.php:99
5479
+ #: src/processors/plugin_badge.php:43
5480
  #, php-format
5481
  msgid "Your IP address is: %s"
5482
+ msgstr "Il Tuo indirizzo IP è: %s"
5483
 
5484
+ #: src/features/plugin.php:1356
5485
  msgid "Choose IP Addresses To Blacklist"
5486
  msgstr ""
5487
 
5488
+ #: src/features/plugin.php:1357
5489
  #, php-format
5490
  msgid "Recommendation - %s"
5491
+ msgstr "توصیه ها - %s"
5492
 
5493
+ #: src/features/plugin.php:1358
5494
  msgid "Blacklist"
5495
  msgstr ""
5496
 
5497
+ #: src/features/plugin.php:1359
5498
  msgid "Logging"
5499
  msgstr ""
5500
 
5501
+ #: src/features/plugin.php:1360
5502
  #, php-format
5503
  msgid ""
5504
  "User \"%s\" was forcefully logged out as they were not verified by either "
5505
  "cookie or IP address (or both)."
5506
  msgstr ""
5507
 
5508
+ #: src/features/plugin.php:1361
5509
  #, php-format
5510
  msgid ""
5511
  "User \"%s\" was found to be un-verified at the given IP Address: \"%s\"."
5512
  msgstr ""
5513
 
5514
+ #: src/features/plugin.php:1362
5515
  msgid "Cookie"
5516
  msgstr ""
5517
 
5518
+ #: src/features/plugin.php:1364 src/lib/src/Tables/Build/Traffic.php:140
5519
+ #: src/lib/src/Tables/Render/IpBlack.php:16
5520
  msgid "IP"
5521
+ msgstr "IP"
5522
 
5523
+ #: src/features/plugin.php:1365
5524
  msgid ""
5525
  "This will restrict all user login sessions to a single browser. Use this if "
5526
  "your users have dynamic IP addresses."
5527
  msgstr ""
5528
 
5529
+ #: src/features/plugin.php:1366
5530
  msgid ""
5531
  "All users will be required to authenticate their login by email-based two-"
5532
  "factor authentication, when logging in from a new IP address"
5533
  msgstr ""
5534
 
5535
+ #: src/features/plugin.php:1367
5536
  msgid "2-Factor Auth"
5537
  msgstr ""
5538
 
5539
+ #: src/features/plugin.php:1368
5540
  msgid "Include Logged-In Users"
5541
  msgstr ""
5542
 
5543
+ #: src/features/plugin.php:1369
5544
  msgid "You may also enable GASP for logged in users"
5545
  msgstr ""
5546
 
5547
+ #: src/features/plugin.php:1370
5548
  msgid ""
5549
  "Since logged-in users would be expected to be vetted already, this is off by "
5550
  "default."
5551
  msgstr ""
5552
 
5553
+ #: src/features/plugin.php:1372
5554
  msgid "Protect your security plugin not just your WordPress site"
5555
+ msgstr "از پلاگین امنیتی خود و نه تنها سایت وردپرس خود محافظت کنید"
5556
 
5557
+ #: src/features/plugin.php:1375
5558
  msgid "Get a view on what happens on your site, when it happens"
5559
  msgstr ""
5560
+ "وقتی اتفاقی می افتد، یک دیدگاه در مورد آنچه که در سایت شما رخ می دهد، مشاهده "
5561
+ "کنید"
5562
+
5563
+ #: src/features/plugin.php:1376
5564
+ msgid "Audit Trail Viewer"
5565
+ msgstr "بررسی تست"
5566
 
5567
+ #: src/features/plugin.php:1378
5568
  msgid "Take back full control of WordPress automatic updates"
5569
+ msgstr "کنترل کامل بروزرسانی خودکار وردپرس را پشت سر بگذارید"
5570
 
5571
+ #: src/features/plugin.php:1379
5572
  msgid "Comments SPAM"
5573
+ msgstr "پیام های اسپم"
5574
 
5575
+ #: src/features/plugin.php:1380
5576
  msgid "Block comment SPAM and retain your privacy"
5577
+ msgstr "مسدود کردن نظرات اسپم و حفظ حریم خصوصی شما"
5578
 
5579
+ #: src/features/plugin.php:1383
5580
  msgid "Automatically block malicious URLs and data sent to your site"
5581
  msgstr ""
5582
+ "به طور خودکار پیوندهای مخرب و داده های ارسال شده به سایت خود را مسدود کنید"
5583
 
5584
+ #: src/features/plugin.php:1386
 
 
 
 
5585
  msgid "Control HTTP Security Headers"
5586
  msgstr ""
5587
 
5588
+ #: src/features/plugin.php:1388
5589
  msgid "Manage Visitor IP Address"
5590
  msgstr ""
5591
 
5592
+ #: src/features/plugin.php:1390
5593
  msgid "Harden the more loosely controlled settings of your site"
5594
  msgstr ""
5595
 
5596
+ #: src/features/plugin.php:1392
5597
  msgid ""
5598
  "Block brute force attacks and secure user identities with Two-Factor "
5599
  "Authentication"
5600
  msgstr ""
5601
 
5602
+ #: src/features/plugin.php:1393
5603
  msgid "Dashboard"
5604
+ msgstr "داشبورد"
5605
 
5606
+ #: src/features/plugin.php:1394
5607
  msgid "General Plugin Settings"
5608
  msgstr ""
5609
 
5610
+ #: src/features/plugin.php:1395
5611
  msgid "Statistics"
5612
+ msgstr "Estatísticas"
5613
 
5614
+ #: src/features/plugin.php:1396
5615
  msgid "Summary of the main security actions taken by this plugin"
5616
  msgstr ""
5617
 
5618
+ #: src/features/plugin.php:1397
5619
  msgid "Stats Viewer"
5620
  msgstr ""
5621
 
5622
+ #: src/features/plugin.php:1398
5623
  msgid "Premium Support"
5624
+ msgstr "Premium support"
5625
 
5626
+ #: src/features/plugin.php:1399
5627
  msgid "Premium Plugin Support Centre"
5628
  msgstr ""
5629
 
5630
+ #: src/features/plugin.php:1400 src/features/sessions.php:45
5631
+ #: src/features/traffic.php:222 src/features/user_management.php:470
5632
+ #: src/features/user_management.php:547
5633
  msgid "User Management"
5634
  msgstr ""
5635
 
5636
+ #: src/features/plugin.php:1401
5637
  msgid ""
5638
  "Get true user sessions and control account sharing, session duration and "
5639
  "timeouts"
5640
  msgstr ""
5641
 
5642
+ #: src/features/plugin.php:1402
5643
  msgid "Two-Factor Authentication"
5644
  msgstr ""
5645
 
5646
+ #: src/features/sessions.php:44
5647
  msgid "Creates and Manages User Sessions."
5648
  msgstr ""
5649
 
5650
+ #: src/features/statistics.php:33
5651
  msgid "Helps you see at a glance how effective the plugin has been."
5652
  msgstr ""
5653
 
5654
+ #: src/features/statistics.php:42
5655
  msgid "To track stats and issue reports."
5656
  msgstr ""
5657
 
5658
+ #: src/features/statistics.php:48
5659
  msgid "Statistics Sharing"
5660
  msgstr ""
5661
 
5662
+ #: src/features/statistics.php:50
5663
  msgid ""
5664
  "Help us to provide globally accessible statistics on the effectiveness of "
5665
  "the plugin."
5666
  msgstr ""
5667
 
5668
+ #: src/features/statistics.php:51
5669
  msgid "Enabling this option helps us improve our plugin over time."
5670
  msgstr ""
5671
 
5672
+ #: src/features/statistics.php:52
5673
  msgid "All statistics data collection is 100% anonymous."
5674
  msgstr ""
5675
 
5676
+ #: src/features/statistics.php:52
5677
  msgid ""
5678
  "Neither we nor anyone else will be able to trace the data back to the "
5679
  "originating site."
5680
  msgstr ""
5681
 
5682
+ #: src/features/statistics.php:55
5683
  msgid "Sharing"
5684
  msgstr ""
5685
 
5686
+ #: src/features/traffic.php:54
5687
  #, php-format
5688
  msgid "%s is a Pro-only feature."
5689
  msgstr ""
5690
 
5691
+ #: src/features/traffic.php:54
5692
  msgid "Traffic Watch"
5693
  msgstr ""
5694
 
5695
+ #: src/features/traffic.php:59
5696
  msgid ""
5697
  "Traffic Watcher will not run because visitor IP address detection is not "
5698
  "correctly configured."
5699
  msgstr ""
5700
 
5701
+ #: src/features/traffic.php:213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5702
  msgid "Monitor and review all requests to your site."
5703
  msgstr ""
5704
 
5705
+ #: src/features/traffic.php:214
5706
  msgid ""
5707
  "Required only if you need to review and investigate and monitor requests to "
5708
  "your site"
5709
  msgstr ""
5710
 
5711
+ #: src/features/traffic.php:219
5712
  msgid "Traffic Watch Options"
5713
  msgstr ""
5714
 
5715
+ #: src/features/traffic.php:221
5716
  msgid "Provides finer control over the Traffic Watch system."
5717
  msgstr ""
5718
 
5719
+ #: src/features/traffic.php:224
5720
  msgid "Traffic Logging Options"
5721
  msgstr ""
5722
 
5723
+ #: src/features/traffic.php:253
5724
  msgid "Traffic Log Exclusions"
5725
  msgstr ""
5726
 
5727
+ #: src/features/traffic.php:254
5728
  msgid "Select Which Types Of Requests To Exclude"
5729
  msgstr ""
5730
 
5731
+ #: src/features/traffic.php:255
5732
  msgid ""
5733
  "Select request types that you don't want to appear in the traffic viewer."
5734
  msgstr ""
5735
 
5736
+ #: src/features/traffic.php:256
5737
  msgid ""
5738
  "If a request matches any exclusion rule, it will not show on the traffic "
5739
  "viewer."
5740
  msgstr ""
5741
 
5742
+ #: src/features/traffic.php:260
5743
  msgid "Custom Exclusions"
5744
  msgstr ""
5745
 
5746
+ #: src/features/traffic.php:261
5747
  msgid "Provide Custom Traffic Exclusions"
5748
  msgstr ""
5749
 
5750
+ #: src/features/traffic.php:262
5751
  msgid ""
5752
  "For each entry, if the text is present in either the User Agent or request "
5753
  "Path, it will be excluded."
5754
  msgstr ""
5755
 
5756
+ #: src/features/traffic.php:263
5757
  msgid "Take a new line for each entry."
5758
  msgstr ""
5759
 
5760
+ #: src/features/traffic.php:264
5761
  msgid "Comparisons are case-insensitive."
5762
  msgstr ""
5763
 
5764
+ #: src/features/traffic.php:268
5765
  msgid "Auto Expiry Cleaning"
5766
  msgstr ""
5767
 
5768
+ #: src/features/traffic.php:269
5769
  msgid "Enable Traffic Log Auto Expiry"
5770
  msgstr ""
5771
 
5772
+ #: src/features/traffic.php:270
5773
  msgid "DB cleanup will delete logs older than this maximum value (in days)."
5774
  msgstr ""
5775
 
5776
+ #: src/features/traffic.php:274
5777
  msgid "Max Log Length"
5778
  msgstr ""
5779
 
5780
+ #: src/features/traffic.php:275
5781
  msgid "Maximum Traffic Log Length To Keep"
5782
  msgstr ""
5783
 
5784
+ #: src/features/traffic.php:276
5785
  msgid "DB cleanup will delete logs to maintain this maximum number of records."
5786
  msgstr ""
5787
 
5788
+ #: src/features/traffic.php:280
5789
  msgid "Auto Disable"
5790
  msgstr ""
5791
 
5792
+ #: src/features/traffic.php:281
5793
  msgid "Auto Disable Traffic Logging After 1 Week"
5794
  msgstr ""
5795
 
5796
+ #: src/features/traffic.php:284
5797
  #, php-format
5798
  msgid "Auto Disable At: %s"
5799
  msgstr ""
5800
 
5801
+ #: src/features/traffic.php:289
5802
  msgid "Turn on to prevent unnecessary long-term traffic logging."
5803
  msgstr ""
5804
 
5805
+ #: src/features/traffic.php:290
5806
  msgid "Timer resets after options save."
5807
  msgstr ""
5808
 
5809
+ #: src/features/user_management.php:60 src/features/user_management.php:98
5810
+ msgid "Please logout if you want to delete your own session."
 
5811
  msgstr ""
5812
 
5813
+ #: src/features/user_management.php:74
5814
+ msgid "Your session was retained"
5815
+ msgstr ""
5816
+
5817
+ #: src/features/user_management.php:95
5818
+ msgid "Invalid session selected"
5819
  msgstr ""
5820
 
5821
+ #: src/features/user_management.php:101
5822
+ msgid "User session deleted"
5823
  msgstr ""
5824
 
5825
+ #: src/features/user_management.php:105
5826
+ msgid "User session wasn't deleted"
5827
+ msgstr ""
5828
+
5829
+ #: src/features/user_management.php:211
5830
  msgid "Current User Sessions"
5831
  msgstr ""
5832
 
5833
+ #: src/features/user_management.php:213
5834
  msgid "Logged In At"
5835
  msgstr ""
5836
 
5837
+ #: src/features/user_management.php:214
5838
  msgid "Last Activity At"
5839
  msgstr ""
5840
 
5841
+ #: src/features/user_management.php:215
5842
  msgid "Last Activity URI"
5843
  msgstr ""
5844
 
5845
+ #: src/features/user_management.php:216
5846
  msgid "Login IP"
5847
  msgstr ""
5848
 
5849
+ #: src/features/user_management.php:217
5850
  msgid ""
5851
  "You need to enable the User Management feature to view and manage user "
5852
  "sessions."
5853
  msgstr ""
5854
 
5855
+ #: src/features/user_management.php:289
5856
  msgid "Very Weak"
5857
  msgstr ""
5858
 
5859
+ #: src/features/user_management.php:290
5860
  msgid "Weak"
5861
  msgstr ""
5862
 
5863
+ #: src/features/user_management.php:291
5864
  msgid "Medium"
5865
+ msgstr ""
5866
 
5867
+ #: src/features/user_management.php:292
5868
  msgid "Strong"
5869
  msgstr ""
5870
 
5871
+ #: src/features/user_management.php:293
5872
  msgid "Very Strong"
5873
  msgstr ""
5874
 
5875
+ #: src/features/user_management.php:397
5876
+ #, php-format
5877
+ msgid "User ID %s suspended by admin (%s)"
5878
+ msgstr ""
5879
+
5880
+ #: src/features/user_management.php:406
5881
+ #, php-format
5882
+ msgid "User ID %s unsuspended by admin (%s)"
5883
+ msgstr ""
5884
+
5885
+ #: src/features/user_management.php:438
5886
  msgid "Default 'admin' user still available."
5887
  msgstr ""
5888
 
5889
+ #: src/features/user_management.php:440
5890
  msgid "Default 'admin' user should be disabled or removed."
5891
  msgstr ""
5892
 
5893
+ #: src/features/user_management.php:449
5894
  msgid "Strong password policies are not enforced."
5895
  msgstr ""
5896
 
5897
+ #: src/features/user_management.php:452
5898
  msgid "Password policies should be turned-on."
5899
  msgstr ""
5900
 
5901
+ #: src/features/user_management.php:471
5902
+ msgid "Sessions Control & Password Policies"
 
 
5903
  msgstr ""
5904
 
5905
+ #: src/features/user_management.php:483
5906
+ msgid "Idle Users"
5907
  msgstr ""
5908
 
5909
+ #: src/features/user_management.php:486
5910
+ #, php-format
5911
+ msgid "Idle sessions are terminated after %s hours"
5912
  msgstr ""
5913
 
5914
+ #: src/features/user_management.php:487
5915
+ msgid "Idle sessions wont be terminated"
5916
  msgstr ""
5917
 
5918
+ #: src/features/user_management.php:494
5919
+ msgid "Lock To IP"
 
 
5920
  msgstr ""
5921
 
5922
+ #: src/features/user_management.php:497
5923
+ msgid "Sessions are locked to IP address"
5924
  msgstr ""
5925
 
5926
+ #: src/features/user_management.php:498
5927
+ msgid "Sessions aren't locked to IP address"
5928
  msgstr ""
5929
 
5930
+ #: src/features/user_management.php:507
5931
+ msgid "Pwned Passwords"
5932
  msgstr ""
5933
 
5934
+ #: src/features/user_management.php:510
5935
+ msgid "Pwned passwords are blocked on this site"
 
 
5936
  msgstr ""
5937
 
5938
+ #: src/features/user_management.php:511
5939
+ msgid "Pwned passwords are allowed on this site"
5940
  msgstr ""
5941
 
5942
+ #: src/features/user_management.php:518 src/features/user_management.php:552
5943
+ #: src/features/user_management.php:553
5944
+ msgid "Password Policies"
5945
  msgstr ""
5946
 
5947
+ #: src/features/user_management.php:521
5948
+ msgid "Several password policies are active"
5949
  msgstr ""
5950
 
5951
+ #: src/features/user_management.php:522
5952
+ msgid "Limited or no password polices are active"
 
 
5953
  msgstr ""
5954
 
5955
+ #: src/features/user_management.php:546
5956
+ msgid ""
5957
+ "User Management offers real user sessions, finer control over user session "
5958
+ "time-out, and ensures users have logged-in in a correct manner."
5959
+ msgstr ""
5960
+
5961
+ #: src/features/user_management.php:555
5962
+ msgid "Have full control over passwords used by users on the site."
5963
+ msgstr ""
5964
+
5965
+ #: src/features/user_management.php:557
5966
+ msgid "Requirements"
5967
+ msgstr "Requerimentos"
5968
+
5969
+ #: src/features/user_management.php:562
5970
+ msgid "Admin Login Notification"
5971
+ msgstr ""
5972
+
5973
+ #: src/features/user_management.php:564
5974
+ msgid ""
5975
+ "So you can be made aware of when a WordPress administrator has logged into "
5976
+ "your site when you are not expecting it."
5977
+ msgstr ""
5978
+
5979
+ #: src/features/user_management.php:567
5980
+ msgid "Notifications"
5981
+ msgstr "Notifications"
5982
+
5983
+ #: src/features/user_management.php:571
5984
+ msgid "Multi-Factor User Authentication"
5985
+ msgstr ""
5986
+
5987
+ #: src/features/user_management.php:580
5988
+ msgid "User Session Management"
5989
+ msgstr ""
5990
+
5991
+ #: src/features/user_management.php:582
5992
+ msgid ""
5993
+ "Allows you to better control user sessions on your site and expire idle "
5994
+ "sessions and prevent account sharing."
5995
+ msgstr ""
5996
 
5997
+ #: src/features/user_management.php:585
5998
+ msgid "Session Options"
5999
+ msgstr ""
6000
+
6001
+ #: src/features/user_management.php:589
6002
+ msgid "User Suspension"
6003
+ msgstr ""
6004
+
6005
+ #: src/features/user_management.php:590
6006
+ msgid "Automatic And Manual User Suspension"
6007
+ msgstr ""
6008
+
6009
+ #: src/features/user_management.php:592
6010
+ msgid "Automatically suspends accounts to prevent login by certain users."
6011
+ msgstr ""
6012
+
6013
+ #: src/features/user_management.php:623
6014
+ msgid "Admin Login Notification Email"
6015
+ msgstr ""
6016
+
6017
+ #: src/features/user_management.php:624
6018
+ msgid "Send An Notification Email When Administrator Logs In"
6019
+ msgstr ""
6020
+
6021
+ #: src/features/user_management.php:625
6022
+ msgid ""
6023
+ "If you would like to be notified every time an administrator user logs into "
6024
+ "this WordPress site, enter a notification email address."
6025
+ msgstr ""
6026
+
6027
+ #: src/features/user_management.php:626
6028
+ msgid "No email address - No Notification."
6029
+ msgstr ""
6030
+
6031
+ #: src/features/user_management.php:630
6032
  msgid "User Login Notification Email"
6033
  msgstr ""
6034
 
6035
+ #: src/features/user_management.php:631
6036
  msgid "Send Email Notification To Each User Upon Successful Login"
6037
  msgstr ""
6038
 
6039
+ #: src/features/user_management.php:632
6040
  msgid ""
6041
  "A notification is sent to each user when a successful login occurs for their "
6042
  "account."
6043
  msgstr ""
6044
 
6045
+ #: src/features/user_management.php:636
6046
  msgid "Session Timeout"
6047
  msgstr ""
6048
 
6049
+ #: src/features/user_management.php:637
6050
  msgid "Specify How Many Days After Login To Automatically Force Re-Login"
6051
  msgstr ""
6052
 
6053
+ #: src/features/user_management.php:638
6054
  msgid ""
6055
  "WordPress default is 2 days, or 14 days if you check the \"Remember Me\" box."
6056
  msgstr ""
6057
 
6058
+ #: src/features/user_management.php:639
6059
+ msgid "Think of this as an absolute maximum possible session length."
6060
+ msgstr ""
6061
+
6062
+ #: src/features/user_management.php:640
6063
  #, php-format
6064
  msgid "This cannot be less than %s."
6065
  msgstr ""
6066
 
6067
+ #: src/features/user_management.php:646
6068
  msgid "Idle Timeout"
6069
  msgstr ""
6070
 
6071
+ #: src/features/user_management.php:647
6072
  msgid "Specify How Many Hours After Inactivity To Automatically Logout User"
6073
  msgstr ""
6074
 
6075
+ #: src/features/user_management.php:648
6076
  msgid ""
6077
  "If the user is inactive for the number of hours specified, they will be "
6078
  "forcefully logged out next time they return."
6079
  msgstr ""
6080
 
6081
+ #: src/features/user_management.php:649
6082
  #, php-format
6083
  msgid "Set to %s to turn off this option."
6084
  msgstr ""
6085
 
6086
+ #: src/features/user_management.php:653
6087
  msgid "Lock To Location"
6088
  msgstr ""
6089
 
6090
+ #: src/features/user_management.php:654
6091
  msgid "Locks A User Session To IP address"
6092
  msgstr ""
6093
 
6094
+ #: src/features/user_management.php:655
6095
  msgid ""
6096
  "When selected, a session is restricted to the same IP address as when the "
6097
  "user logged in."
6098
  msgstr ""
6099
 
6100
+ #: src/features/user_management.php:656
6101
  msgid ""
6102
  "If a logged-in user's IP address changes, the session will be invalidated "
6103
  "and they'll be forced to re-login to WordPress."
6104
  msgstr ""
6105
 
6106
+ #: src/features/user_management.php:660
6107
  msgid "Max Simultaneous Sessions"
6108
  msgstr ""
6109
 
6110
+ #: src/features/user_management.php:661
6111
  msgid "Limit Simultaneous Sessions For The Same Username"
6112
  msgstr ""
6113
 
6114
+ #: src/features/user_management.php:662
6115
  msgid ""
6116
  "The number provided here is the maximum number of simultaneous, distinct, "
6117
  "sessions allowed for any given username."
6118
  msgstr ""
6119
 
6120
+ #: src/features/user_management.php:663
6121
  msgid "Zero (0) will allow unlimited simultaneous sessions."
6122
+ msgstr "Zero (0) consentirà sessioni simultanee illimitate."
6123
 
6124
+ #: src/features/user_management.php:667
6125
  msgid "Enable Password Policies"
6126
  msgstr ""
6127
 
6128
+ #: src/features/user_management.php:668
6129
  msgid "Enable The Password Policies Detailed Below"
6130
  msgstr ""
6131
 
6132
+ #: src/features/user_management.php:669
6133
  msgid "Turn on/off all password policy settings."
6134
  msgstr ""
6135
 
6136
+ #: src/features/user_management.php:673
6137
  msgid "Prevent Pwned Passwords"
6138
  msgstr ""
6139
 
6140
+ #: src/features/user_management.php:674
6141
  msgid "Prevent Use Of \"Pwned\" Passwords"
6142
  msgstr ""
6143
 
6144
+ #: src/features/user_management.php:675
6145
  msgid ""
6146
  "Prevents users from using any passwords found on the public available list "
6147
  "of \"pwned\" passwords."
6148
  msgstr ""
6149
 
6150
+ #: src/features/user_management.php:679
6151
  msgid "Minimum Length"
6152
  msgstr ""
6153
 
6154
+ #: src/features/user_management.php:680
6155
  msgid "Minimum Password Length"
6156
  msgstr ""
6157
 
6158
+ #: src/features/user_management.php:681
6159
  msgid ""
6160
  "All passwords that a user sets must be at least this many characters in "
6161
  "length."
6162
  msgstr ""
6163
 
6164
+ #: src/features/user_management.php:682 src/features/user_management.php:702
6165
+ #: src/features/user_management.php:727
6166
  msgid "Set to Zero(0) to disable."
6167
  msgstr ""
6168
 
6169
+ #: src/features/user_management.php:686
6170
  msgid "Minimum Strength"
6171
  msgstr ""
6172
 
6173
+ #: src/features/user_management.php:687
6174
  msgid "Minimum Password Strength"
6175
  msgstr ""
6176
 
6177
+ #: src/features/user_management.php:688
6178
  msgid "All passwords that a user sets must meet this minimum strength."
6179
  msgstr ""
6180
 
6181
+ #: src/features/user_management.php:692
6182
  msgid "Apply To Existing Users"
6183
  msgstr ""
6184
 
6185
+ #: src/features/user_management.php:693
6186
  msgid "Apply Password Policies To Existing Users and Their Passwords"
6187
  msgstr ""
6188
 
6189
+ #: src/features/user_management.php:694
6190
  msgid ""
6191
  "Forces existing users to update their passwords if they don't meet "
6192
  "requirements, after they next login."
6193
  msgstr ""
6194
 
6195
+ #: src/features/user_management.php:695
6196
  msgid "Note: You may want to warn users prior to enabling this option."
6197
  msgstr ""
6198
 
6199
+ #: src/features/user_management.php:699
6200
  msgid "Password Expiration"
6201
  msgstr ""
6202
 
6203
+ #: src/features/user_management.php:700
6204
  msgid "Passwords Expire After This Many Days"
6205
  msgstr ""
6206
 
6207
+ #: src/features/user_management.php:701
6208
  msgid ""
6209
  "Users will be forced to reset their passwords after the number of days "
6210
  "specified."
6211
  msgstr ""
6212
 
6213
+ #: src/features/user_management.php:706
6214
+ msgid "Allow Manual User Suspension"
6215
+ msgstr ""
6216
+
6217
+ #: src/features/user_management.php:707
6218
+ msgid "Manually Suspend User Accounts To Prevent Login"
6219
+ msgstr ""
6220
+
6221
+ #: src/features/user_management.php:708
6222
+ msgid "Users may be suspended by administrators to prevent future login."
6223
+ msgstr ""
6224
+
6225
+ #: src/features/user_management.php:712
6226
+ msgid "Auto-Suspend Expired Passwords"
6227
+ msgstr ""
6228
+
6229
+ #: src/features/user_management.php:713
6230
+ msgid "Automatically Suspend Users With Expired Passwords"
6231
+ msgstr ""
6232
+
6233
+ #: src/features/user_management.php:714
6234
+ msgid ""
6235
+ "Automatically suspends login by users and requires password reset to "
6236
+ "unsuspend."
6237
+ msgstr ""
6238
+
6239
+ #: src/features/user_management.php:718
6240
+ msgid "Requires password expiration policy to be set."
6241
+ msgstr ""
6242
+
6243
+ #: src/features/user_management.php:723
6244
+ msgid "Auto-Suspend Idle Users"
6245
+ msgstr ""
6246
+
6247
+ #: src/features/user_management.php:724
6248
+ msgid "Automatically Suspend Idle User Accounts"
6249
+ msgstr ""
6250
+
6251
+ #: src/features/user_management.php:725
6252
+ msgid ""
6253
+ "Automatically suspends login for idle accounts and requires password reset "
6254
+ "to unsuspend."
6255
+ msgstr ""
6256
+
6257
+ #: src/features/user_management.php:726
6258
+ msgid "Specify the number of days since last login to consider a user as idle."
6259
+ msgstr ""
6260
+
6261
+ #: src/features/user_management.php:731
6262
+ msgid "Auto-Suspend Idle User Roles"
6263
+ msgstr ""
6264
+
6265
+ #: src/features/user_management.php:732
6266
+ msgid "Apply Automatic Suspension To Accounts With These Roles"
6267
+ msgstr ""
6268
+
6269
+ #: src/features/user_management.php:733
6270
+ msgid ""
6271
+ "Automatic suspension for idle accounts applies only to the roles you specify."
6272
+ msgstr ""
6273
+
6274
+ #: src/lib/src/Modules/IPs/BotTrack/Track404.php:23
6275
+ #, php-format
6276
+ msgid "404 detected at \"%s\"."
6277
+ msgstr ""
6278
+
6279
+ #: src/lib/src/Modules/IPs/BotTrack/TrackFakeWebCrawler.php:28
6280
+ #, php-format
6281
+ msgid "Fake Web Crawler detected at \"%s\"."
6282
+ msgstr ""
6283
+
6284
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLinkCheese.php:96
6285
+ #, php-format
6286
+ msgid "Link cheese access detected at \"%s\"."
6287
+ msgstr ""
6288
+
6289
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLoginFailed.php:45
6290
+ #, php-format
6291
+ msgid "Attempted login failed by user \"%s\"."
6292
+ msgstr ""
6293
+
6294
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLoginInvalid.php:37
6295
+ #, php-format
6296
+ msgid "Attempted login with invalid user \"%s\"."
6297
+ msgstr ""
6298
+
6299
+ #: src/lib/src/Modules/IPs/BotTrack/TrackUserAgent.php:21
6300
+ #, php-format
6301
+ msgid "Empty user agent detected at \"%s\"."
6302
+ msgstr ""
6303
+
6304
+ #: src/lib/src/Modules/IPs/BotTrack/TrackXmlRpc.php:22
6305
+ #, php-format
6306
+ msgid "Access to XML-RPC detected at \"%s\"."
6307
+ msgstr ""
6308
+
6309
+ #: src/lib/src/Tables/Build/BaseBuild.php:49
6310
+ msgid "No entries to display."
6311
+ msgstr ""
6312
+
6313
+ #: src/lib/src/Tables/Build/Ip.php:50 src/lib/src/Tables/Build/Sessions.php:68
6314
+ #: src/lib/src/Tables/Build/Traffic.php:85
6315
+ #: src/lib/src/Tables/Build/Traffic.php:109
6316
+ msgid "No"
6317
+ msgstr "No"
6318
+
6319
+ #: src/lib/src/Tables/Build/ScanApc.php:32
6320
+ msgid "Abandoned"
6321
+ msgstr ""
6322
+
6323
+ #: src/lib/src/Tables/Build/Traffic.php:118 src/processors/hack_protect.php:279
6324
+ #: src/processors/hack_protect.php:287 src/processors/hack_protect.php:288
6325
+ #: src/processors/hack_protect.php:307 src/processors/hack_protect.php:308
6326
+ #: src/processors/hack_protect.php:328 src/processors/hack_protect.php:336
6327
+ #: src/processors/hack_protect.php:337 src/processors/hack_protect.php:338
6328
+ msgid "unknown"
6329
+ msgstr "unknown"
6330
+
6331
+ #: src/lib/src/Tables/Build/Traffic.php:127 src/processors/firewall.php:253
6332
+ msgid "Unknown"
6333
+ msgstr "Unknown"
6334
+
6335
+ #: src/lib/src/Tables/Build/Traffic.php:141
6336
+ msgid "Logged-In"
6337
+ msgstr ""
6338
+
6339
+ #: src/lib/src/Tables/Build/Traffic.php:142
6340
+ msgid "Location"
6341
+ msgstr "Location"
6342
+
6343
+ #: src/lib/src/Tables/Build/Traffic.php:143
6344
+ msgid "User Agent"
6345
+ msgstr "Brugeragent"
6346
+
6347
+ #: src/lib/src/Tables/Build/Traffic.php:148
6348
+ msgid "Response"
6349
+ msgstr ""
6350
+
6351
+ #: src/lib/src/Tables/Build/Traffic.php:149
6352
+ msgid "Transgression"
6353
+ msgstr ""
6354
+
6355
+ #: src/lib/src/Tables/Render/AuditTrail.php:13
6356
+ msgid "Whitelist Param"
6357
+ msgstr ""
6358
+
6359
+ #: src/lib/src/Tables/Render/AuditTrail.php:19
6360
+ msgid "Add Parameter To Whitelist"
6361
+ msgstr ""
6362
+
6363
+ #: src/lib/src/Tables/Render/Base.php:41
6364
+ msgid "Refresh"
6365
+ msgstr "새로 고침"
6366
+
6367
+ #: src/lib/src/Tables/Render/Base.php:203
6368
+ msgid "Delete"
6369
+ msgstr ""
6370
+
6371
+ #: src/lib/src/Tables/Render/Base.php:215
6372
+ msgid "Repair"
6373
+ msgstr ""
6374
+
6375
+ #: src/lib/src/Tables/Render/Base.php:227
6376
+ msgid "Ignore"
6377
+ msgstr "Игнорировать"
6378
+
6379
+ #: src/lib/src/Tables/Render/IpBlack.php:13
6380
+ msgid "Blocked"
6381
+ msgstr "Blocked"
6382
+
6383
+ #: src/lib/src/Tables/Render/IpBlack.php:15
6384
+ msgid "Last Transgression"
6385
+ msgstr ""
6386
+
6387
+ #: src/lib/src/Tables/Render/ScanBase.php:34
6388
+ msgid "Download"
6389
+ msgstr "Download"
6390
+
6391
+ #: src/lib/src/Tables/Render/ScanWpv.php:21
6392
+ msgid "Apply Update"
6393
+ msgstr ""
6394
+
6395
+ #: src/lib/src/Tables/Render/ScanWpv.php:21
6396
+ msgid "No Update Available"
6397
+ msgstr ""
6398
+
6399
+ #: src/lib/src/Tables/Render/ScanWpv.php:31
6400
+ msgid "Deactivate"
6401
+ msgstr "Pasif Et"
6402
+
6403
+ #: src/lib/src/Tables/Render/Sessions.php:16
6404
+ #: src/lib/src/Tables/Render/Sessions.php:25
6405
+ msgid "Discard"
6406
+ msgstr "Descartar"
6407
+
6408
+ #: src/processors/admin_access_restriction.php:289
6409
+ #: src/processors/admin_access_restriction.php:328
6410
  #, php-format
6411
  msgid "%s Security Restrictions Applied"
6412
  msgstr ""
6413
 
6414
+ #: src/processors/admin_access_restriction.php:290
6415
  msgid ""
6416
  "Altering certain options has been restricted by your WordPress security "
6417
  "administrator."
6418
  msgstr ""
6419
 
6420
+ #: src/processors/admin_access_restriction.php:291
6421
  msgid ""
6422
  "Repeated failed attempts to authenticate will probably lock you out of this "
6423
  "site."
6424
  msgstr ""
6425
+ "過多失敗登入將導致系統暫時停止讓你登入。若有問題可填寫連絡表單與客服聯絡。"
6426
 
6427
+ #: src/processors/admin_access_restriction.php:297
6428
  msgid "Admin Access Login"
6429
  msgstr ""
6430
 
6431
+ #: src/processors/admin_access_restriction.php:298
6432
+ #: src/processors/admin_access_restriction.php:338
6433
  #, php-format
6434
  msgid "Go here to manage settings and authenticate with the %s plugin."
6435
  msgstr ""
6436
 
6437
+ #: src/processors/admin_access_restriction.php:329
6438
  msgid ""
6439
  "Editing existing administrators, promoting existing users to the "
6440
  "administrator role, or deleting administrator users is currently restricted."
6441
  msgstr ""
6442
 
6443
+ #: src/processors/admin_access_restriction.php:330
6444
  msgid ""
6445
  "Please authenticate with the Security Admin system before attempting any "
6446
  "administrator user modifications."
6447
  msgstr ""
6448
 
6449
+ #: src/processors/admin_access_restriction.php:331
6450
  msgid "Unlock Now"
6451
  msgstr ""
6452
 
6453
+ #: src/processors/admin_access_restriction.php:337
6454
+ #: src/processors/admin_access_restriction.php:564
6455
  msgid "Security Admin Login"
6456
  msgstr ""
6457
 
6458
+ #: src/processors/admin_access_restriction.php:539
6459
+ #: src/processors/hackprotect_scan_ptg.php:177 src/processors/plugin.php:158
6460
  msgid "Editing this option is currently restricted."
6461
  msgstr ""
6462
 
6463
+ #: src/processors/admin_access_restriction.php:559
6464
  msgid "Unlock"
6465
  msgstr ""
6466
 
6467
+ #: src/processors/audit_trail_emails.php:29
6468
  #, php-format
6469
  msgid "There was an attempt to send an email using the \"%s\" function."
6470
  msgstr ""
6471
 
6472
+ #: src/processors/audit_trail_emails.php:30
6473
  #, php-format
6474
  msgid "It was sent to \"%s\" with the subject \"%s\"."
6475
  msgstr ""
6476
 
6477
+ #: src/processors/audit_trail_emails.php:52
6478
  #, php-format
6479
  msgid "The \"%s\" function was called from the file \"%s\" on line %s."
6480
  msgstr ""
6481
 
6482
+ #: src/processors/audit_trail_emails.php:60
6483
  #, php-format
6484
  msgid "Attempting to log email, but data was not of the correct type (%s)"
6485
  msgstr ""
6486
 
6487
+ #: src/processors/audit_trail_plugins.php:22
6488
  #, php-format
6489
  msgid "Plugin \"%s\" was activated."
6490
  msgstr ""
6491
 
6492
+ #: src/processors/audit_trail_plugins.php:35
6493
  #, php-format
6494
  msgid "Plugin \"%s\" was deactivated."
6495
  msgstr ""
6496
 
6497
+ #: src/processors/audit_trail_plugins.php:53
6498
  #, php-format
6499
  msgid ""
6500
  "An attempt was made to edit the plugin file \"%s\" directly through the "
6501
  "WordPress editor."
6502
  msgstr ""
6503
 
6504
+ #: src/processors/audit_trail_posts.php:20
6505
  #, php-format
6506
  msgid "WordPress Post entitled \"%s\" was permanently deleted from trash."
6507
  msgstr ""
6508
 
6509
+ #: src/processors/audit_trail_posts.php:39
6510
  msgid "moved to trash"
6511
  msgstr ""
6512
 
6513
+ #: src/processors/audit_trail_posts.php:43
6514
  msgid "recovered from trash"
6515
  msgstr ""
6516
 
6517
+ #: src/processors/audit_trail_posts.php:49
6518
+ #: src/processors/audit_trail_posts.php:62
6519
  msgid "updated"
6520
  msgstr ""
6521
 
6522
+ #: src/processors/audit_trail_posts.php:53
6523
  msgid "published"
6524
+ msgstr "published"
6525
 
6526
+ #: src/processors/audit_trail_posts.php:58
6527
  msgid "unpublished"
6528
  msgstr ""
6529
 
6530
+ #: src/processors/audit_trail_posts.php:66
6531
  #, php-format
6532
  msgid "Post entitled \"%s\" was %s."
6533
  msgstr ""
6534
 
6535
+ #: src/processors/audit_trail_posts.php:67
6536
  msgid "Post Type"
6537
+ msgstr "Tipo de publicación"
6538
 
6539
+ #: src/processors/audit_trail_themes.php:19
6540
  #, php-format
6541
  msgid "Theme \"%s\" was activated."
6542
  msgstr ""
6543
 
6544
+ #: src/processors/audit_trail_themes.php:35
6545
  #, php-format
6546
  msgid ""
6547
  "An attempt was made to edit the theme file \"%s\" directly through the "
6548
  "WordPress editor."
6549
  msgstr ""
6550
 
6551
+ #: src/processors/audit_trail_users.php:19
6552
  #, php-format
6553
  msgid "Attempted user login by \"%s\" was successful."
6554
  msgstr ""
6555
 
6556
+ #: src/processors/audit_trail_users.php:33
 
 
 
 
 
6557
  msgid "New WordPress user registered."
6558
  msgstr ""
6559
 
6560
+ #: src/processors/audit_trail_users.php:35
6561
  #, php-format
6562
  msgid "New username is \"%s\" with email address \"%s\"."
6563
  msgstr ""
6564
 
6565
+ #: src/processors/audit_trail_users.php:49
6566
  msgid "WordPress user deleted."
6567
  msgstr ""
6568
 
6569
+ #: src/processors/audit_trail_users.php:53
6570
  msgid "User is unknown as it could not be loaded."
6571
  msgstr ""
6572
 
6573
+ #: src/processors/audit_trail_users.php:56
6574
  #, php-format
6575
  msgid "Username was \"%s\" with email address \"%s\"."
6576
  msgstr ""
6577
 
6578
+ #: src/processors/audit_trail_users.php:63
6579
  msgid "Their posts were not reassigned to another user."
6580
  msgstr ""
6581
 
6582
+ #: src/processors/audit_trail_users.php:66
6583
  #, php-format
6584
  msgid "Their posts were reassigned to user \"%s\"."
6585
  msgstr ""
6586
 
6587
+ #: src/processors/audit_trail_wordpress.php:18
6588
  #, php-format
6589
  msgid "WordPress Core was updated from \"v%s\" to \"v%s\"."
6590
  msgstr ""
6591
 
6592
+ #: src/processors/audit_trail_wordpress.php:28
6593
  #, php-format
6594
  msgid "WordPress Permalinks Structure was updated from \"%s\" to \"%s\"."
6595
  msgstr ""
6596
 
6597
+ #: src/processors/autoupdates.php:486
6598
  #, php-format
6599
  msgid ""
6600
  "This is a quick notification from the %s that WordPress Automatic Updates "
6601
  "just completed on your site with the following results."
6602
  msgstr ""
6603
 
6604
+ #: src/processors/autoupdates.php:498
6605
  msgid "Plugins Updated:"
6606
  msgstr ""
6607
 
6608
+ #: src/processors/autoupdates.php:506
6609
  #, php-format
6610
  msgid "Plugin \"%s\" auto-updated from \"%s\" to version \"%s\""
6611
  msgstr ""
6612
 
6613
+ #: src/processors/autoupdates.php:523
6614
  msgid "Themes Updated:"
6615
  msgstr ""
6616
 
6617
+ #: src/processors/autoupdates.php:531
6618
  #, php-format
6619
  msgid "Theme \"%s\" auto-updated from \"%s\" to version \"%s\""
6620
  msgstr ""
6621
 
6622
+ #: src/processors/autoupdates.php:546
6623
  msgid "WordPress Core Updated:"
6624
  msgstr ""
6625
 
6626
+ #: src/processors/autoupdates.php:565
6627
  msgid "Thank you."
6628
+ msgstr "Cám ơn."
6629
 
6630
+ #: src/processors/autoupdates.php:567
6631
+ #: src/processors/loginprotect_intentprovider_backup.php:177
6632
  #, php-format
6633
  msgid "Notice: %s"
6634
  msgstr ""
6635
 
6636
+ #: src/processors/autoupdates.php:567
6637
  msgid "Automatic Updates Completed"
6638
  msgstr ""
6639
 
6640
+ #: src/processors/autoupdates.php:589
6641
  msgid ""
6642
  "Automatic updates for this plugin is controlled by another plugin or setting."
6643
  msgstr ""
6644
 
6645
+ #: src/processors/base_commentsfilter.php:88
6646
+ #: src/processors/commentsfilter_antibotspam.php:360
6647
  #, php-format
6648
  msgid "%s plugin marked this comment as \"%s\"."
6649
  msgstr ""
6650
 
6651
+ #: src/processors/base_commentsfilter.php:88
6652
+ #: src/processors/commentsfilter_antibotspam.php:360
6653
  #, php-format
6654
  msgid "Reason: %s"
6655
  msgstr ""
6656
 
6657
+ #: src/processors/base_plugin.php:64
6658
  msgid "I'd rather not show this support"
6659
  msgstr ""
6660
 
6661
+ #: src/processors/base_plugin.php:64
6662
  msgid "I've done this already"
6663
  msgstr ""
6664
 
6665
+ #: src/processors/base_plugin.php:86
6666
  msgid "I don't need the setup wizard just now"
6667
  msgstr ""
6668
 
6669
+ #: src/processors/base_plugin.php:87
6670
  #, php-format
6671
  msgid "Get started quickly with the %s Setup Wizard"
6672
  msgstr ""
6673
 
6674
+ #: src/processors/base_plugin.php:88
6675
  #, php-format
6676
  msgid ""
6677
  "The welcome wizard will help you get setup quickly and become familiar with "
6678
  "some of the core %s features"
6679
  msgstr ""
6680
 
6681
+ #: src/processors/base_plugin.php:89
6682
  #, php-format
6683
  msgid ""
6684
  "%s has a helpful setup wizard to walk you through the main features. "
6687
 
6688
  #: src/processors/base_plugin.php:123
6689
  #, php-format
6690
+ msgid "Update available for the %s plugin."
 
 
 
 
 
6691
  msgstr ""
6692
 
6693
  #: src/processors/base_plugin.php:125
6694
+ msgid "Please click to update immediately"
 
 
 
 
 
6695
  msgstr ""
6696
 
6697
+ #: src/processors/base_plugin.php:126 src/processors/base_plugin.php:150
 
6698
  msgid "Dismiss this notice"
6699
+ msgstr "Dismiss this notice"
6700
 
6701
+ #: src/processors/base_plugin.php:146
 
 
 
 
 
 
 
 
 
 
 
 
 
6702
  #, php-format
6703
  msgid "Can you help translate the %s plugin?"
6704
  msgstr ""
6705
 
6706
+ #: src/processors/base_plugin.php:148
6707
  #, php-format
6708
  msgid "Head over to: %s"
6709
  msgstr ""
6710
 
6711
+ #: src/processors/base_wpsf.php:89 src/processors/base_wpsf.php:97
6712
  msgid "Whoops."
6713
+ msgstr "糟糕..."
6714
 
6715
+ #: src/processors/base_wpsf.php:89
6716
  msgid "Google reCAPTCHA was not submitted."
6717
+ msgstr "Google reCAPTCHA (驗證碼) 需要驗證。"
6718
 
6719
+ #: src/processors/base_wpsf.php:97
6720
  msgid "Google reCAPTCHA verification failed."
6721
+ msgstr "Google reCAPTCHA (驗證碼) 驗證失敗。"
6722
 
6723
+ #: src/processors/base_wpsf.php:99
6724
  msgid "Maybe refresh the page and try again."
6725
  msgstr ""
6726
 
6727
+ #: src/processors/comments_filter.php:84
6728
  msgid ""
6729
  "It appears you have Akismet Anti-SPAM running alongside the our human Anti-"
6730
  "SPAM filter."
6731
  msgstr ""
6732
 
6733
+ #: src/processors/comments_filter.php:85
6734
  msgid "This is not recommended and you should disable Akismet."
6735
  msgstr ""
6736
 
6737
+ #: src/processors/comments_filter.php:86
6738
  msgid "Click to deactivate Akismet now."
6739
  msgstr ""
6740
 
6741
+ #: src/processors/commentsfilter_antibotspam.php:114
6742
+ #: src/processors/commentsfilter_antibotspam.php:119
6743
+ #: src/processors/commentsfilter_antibotspam.php:124
6744
  #, php-format
6745
  msgid "Failed GASP Bot Filter Test (%s)"
6746
  msgstr ""
6747
 
6748
+ #: src/processors/commentsfilter_antibotspam.php:114
6749
  msgid "checkbox"
6750
+ msgstr "checkbox"
6751
 
6752
+ #: src/processors/commentsfilter_antibotspam.php:119
6753
  msgid "honeypot"
6754
  msgstr ""
6755
 
6756
+ #: src/processors/commentsfilter_antibotspam.php:124
6757
  msgid "comment token failure"
6758
  msgstr ""
6759
 
6760
+ #: src/processors/commentsfilter_humanspam.php:73
6761
  #, php-format
6762
  msgid "Human SPAM filter found \"%s\" in \"%s\""
6763
  msgstr ""
6764
 
6765
+ #: src/processors/email.php:57
6766
  msgid "Hi !"
6767
  msgstr ""
6768
 
6769
+ #: src/processors/email.php:68
6770
  #, php-format
6771
  msgid "Email sent from the %s Plugin v%s, on %s."
6772
  msgstr ""
6773
 
6774
+ #: src/processors/email.php:73
6775
  msgid "Note: Email delays are caused by website hosting and email providers."
6776
  msgstr ""
6777
 
6778
+ #: src/processors/email.php:74
6779
  #, php-format
6780
  msgid "Time Sent: %s"
6781
  msgstr ""
6782
 
6783
+ #: src/processors/firewall.php:59
6784
  #, php-format
6785
  msgid "Skipping firewall checking for this visit: %s."
6786
  msgstr ""
6787
 
6788
+ #: src/processors/firewall.php:59
6789
  msgid "Parsing the URI failed"
6790
  msgstr ""
6791
 
6792
+ #: src/processors/firewall.php:136 src/processors/firewall.php:192
 
 
 
 
6793
  #, php-format
6794
  msgid "Firewall Trigger: %s."
6795
  msgstr ""
6796
 
6797
+ #: src/processors/firewall.php:136 src/processors/firewall.php:450
6798
  msgid "EXE File Uploads"
6799
  msgstr ""
6800
 
6801
+ #: src/processors/firewall.php:189
6802
  msgid "Something in the URL, Form or Cookie data wasn't appropriate."
6803
  msgstr ""
6804
 
6805
+ #: src/processors/firewall.php:193
6806
  msgid "Page parameter failed firewall check."
6807
  msgstr ""
6808
 
6809
+ #: src/processors/firewall.php:194
6810
  #, php-format
6811
  msgid "The offending parameter was \"%s\" with a value of \"%s\"."
6812
  msgstr ""
6813
 
6814
+ #: src/processors/firewall.php:241
6815
  msgid "Visitor connection was killed with wp_die()"
6816
  msgstr ""
6817
 
6818
+ #: src/processors/firewall.php:244
6819
  msgid "Visitor connection was killed with wp_die() and a message"
6820
  msgstr ""
6821
 
6822
+ #: src/processors/firewall.php:247
6823
  msgid "Visitor was sent HOME"
6824
  msgstr ""
6825
 
6826
+ #: src/processors/firewall.php:250
6827
  msgid "Visitor was sent 404"
6828
  msgstr ""
6829
 
6830
+ #: src/processors/firewall.php:261
6831
  #, php-format
6832
  msgid "Successfully sent Firewall Block email alert to: %s"
6833
  msgstr ""
6834
 
6835
+ #: src/processors/firewall.php:264
6836
  #, php-format
6837
  msgid "Failed to send Firewall Block email alert to: %s"
6838
  msgstr ""
6839
 
6840
+ #: src/processors/firewall.php:270
6841
  #, php-format
6842
  msgid "Firewall Block Response: %s."
6843
  msgstr ""
6844
 
6845
+ #: src/processors/firewall.php:408
6846
  #, php-format
6847
  msgid "%s has blocked a page visit to your site."
6848
  msgstr ""
6849
 
6850
+ #: src/processors/firewall.php:410
6851
  msgid "Log details for this visitor are below:"
6852
  msgstr ""
6853
 
6854
+ #: src/processors/firewall.php:421
6855
  #, php-format
6856
  msgid "You can look up the offending IP Address here: %s"
6857
  msgstr ""
6858
 
6859
+ #: src/processors/firewall.php:426
6860
  msgid "Firewall Block Alert"
6861
  msgstr ""
6862
 
6863
+ #: src/processors/firewall.php:438
6864
  msgid "Directory Traversal"
6865
  msgstr ""
6866
 
6867
+ #: src/processors/firewall.php:453
6868
  msgid "Leading Schema"
6869
  msgstr ""
6870
 
6871
+ #: src/processors/firewall.php:459
6872
  msgid "Aggressive Rules"
6873
  msgstr ""
6874
 
6875
+ #: src/processors/firewall.php:462
6876
  msgid "Unknown Rules"
6877
  msgstr ""
6878
 
6879
+ #: src/processors/hack_protect.php:61
6880
  #, php-format
6881
  msgid "%s escaped HTML the following comment due to its size: %s"
6882
  msgstr ""
6883
 
6884
+ #: src/processors/hack_protect.php:121
6885
+ msgid "Sorry, this scan is not available."
6886
  msgstr ""
6887
 
6888
+ #: src/processors/hack_protect.php:122
6889
+ msgid "This scan is not currently enabled."
6890
  msgstr ""
6891
 
6892
+ #: src/processors/hack_protect.php:123
6893
+ msgid "Please turn on this scan in the options."
6894
  msgstr ""
6895
 
6896
+ #: src/processors/hack_protect.php:140 src/processors/hack_protect.php:162
6897
+ #: src/processors/hack_protect.php:184 src/processors/hack_protect.php:228
6898
+ #: src/processors/hack_protect.php:373
6899
  #, php-format
6900
+ msgid "Last Scan: %s"
6901
  msgstr ""
6902
 
6903
+ #: src/processors/hack_protect.php:146
6904
+ msgid "Abandoned Plugins Check"
 
6905
  msgstr ""
6906
 
6907
+ #: src/processors/hack_protect.php:147
6908
+ msgid "Discover abandoned plugins"
 
 
 
 
6909
  msgstr ""
6910
 
6911
+ #: src/processors/hack_protect.php:168
6912
+ msgid "WordPress Core File Integrity"
 
6913
  msgstr ""
6914
 
6915
+ #: src/processors/hack_protect.php:169
6916
+ msgid "Detects changes to core WordPress files"
 
 
6917
  msgstr ""
6918
 
6919
+ #: src/processors/hack_protect.php:190
6920
+ msgid "Unrecognised Core Files"
 
 
6921
  msgstr ""
6922
 
6923
+ #: src/processors/hack_protect.php:191
6924
+ msgid "Detects files that maybe shouldn't be there"
 
 
6925
  msgstr ""
6926
 
6927
+ #: src/processors/hack_protect.php:234
6928
+ msgid "Plugin / Theme Vulnerabilities"
 
6929
  msgstr ""
6930
 
6931
+ #: src/processors/hack_protect.php:235
6932
+ msgid "Alerts on known security vulnerabilities"
 
6933
  msgstr ""
6934
 
6935
+ #: src/processors/hack_protect.php:311
6936
+ #: src/processors/hackprotect_scan_apc.php:113
6937
+ #: src/processors/hackprotect_scan_wpv.php:250
6938
+ msgid "Plugin"
6939
+ msgstr "插件"
6940
+
6941
+ #: src/processors/hack_protect.php:353
6942
+ #: src/processors/hackprotect_scan_apc.php:116
6943
+ #: src/processors/hackprotect_scan_wpv.php:253
6944
+ msgid "Theme"
6945
+ msgstr "Tema"
6946
+
6947
+ #: src/processors/hack_protect.php:380
6948
+ msgid "Plugin / Theme Modifications"
6949
  msgstr ""
6950
 
6951
+ #: src/processors/hack_protect.php:381
6952
+ msgid "Detects unauthorized changes to plugins/themes"
 
 
6953
  msgstr ""
6954
 
6955
+ #: src/processors/hack_protect.php:382
6956
+ msgid "Files with problems"
6957
  msgstr ""
6958
 
6959
+ #: src/processors/hack_protect.php:383
6960
+ msgid "Root directory"
 
6961
  msgstr ""
6962
 
6963
+ #: src/processors/hack_protect.php:384
6964
+ msgid "Snapshot taken"
 
6965
  msgstr ""
6966
 
6967
+ #: src/processors/hack_protect.php:385
6968
+ msgid "Re-Install"
6969
  msgstr ""
6970
 
6971
+ #: src/processors/hack_protect.php:386
6972
+ msgid "Deactivate and Ignore"
 
6973
  msgstr ""
6974
 
6975
+ #: src/processors/hack_protect.php:387
6976
+ msgid "Accept"
6977
+ msgstr "Aceptar"
6978
+
6979
+ #: src/processors/hack_protect.php:388
6980
+ msgid "Upgrade"
6981
+ msgstr "Upgrade"
6982
+
6983
+ #: src/processors/hackprotect_scan_apc.php:102
6984
  #, php-format
6985
+ msgid "%s has detected abandoned plugins installed on your site."
6986
  msgstr ""
6987
 
6988
+ #: src/processors/hackprotect_scan_apc.php:103
6989
+ msgid ""
6990
+ "Running code that hasn't seen any updates for over 2 years is far from ideal."
6991
  msgstr ""
6992
 
6993
+ #: src/processors/hackprotect_scan_apc.php:104
6994
+ #: src/processors/hackprotect_scan_wpv.php:241
6995
+ msgid "Details for the items(s) are below:"
6996
  msgstr ""
6997
 
6998
+ #: src/processors/hackprotect_scan_apc.php:120
6999
+ #: src/processors/hackprotect_scan_wpv.php:258
7000
+ msgid "Item"
7001
+ msgstr "Item"
 
7002
 
7003
+ #: src/processors/hackprotect_scan_apc.php:121
 
7004
  #, php-format
7005
+ msgid "Last Updated: %s"
7006
  msgstr ""
7007
 
7008
+ #: src/processors/hackprotect_scan_apc.php:129
7009
+ msgid "Abandoned Plugin(s) Discovered On Your Site."
 
7010
  msgstr ""
7011
 
7012
+ #: src/processors/hackprotect_scan_apc.php:135
 
7013
  #, php-format
7014
+ msgid "Successfully sent Abandoned Plugins Notification email alert to: %s"
7015
  msgstr ""
7016
 
7017
+ #: src/processors/hackprotect_scan_apc.php:138
7018
  #, php-format
7019
+ msgid "Failed to send Abandoned Plugins Notification email alert to: %s"
 
7020
  msgstr ""
7021
 
7022
+ #: src/processors/hackprotect_scan_base.php:417
7023
+ msgid "Run Scanner"
 
7024
  msgstr ""
7025
 
7026
+ #: src/processors/hackprotect_scan_mal.php:123
7027
+ #: src/processors/hackprotect_scan_wcf.php:130
7028
+ msgid "Modified Core WordPress Files Discovered"
7029
  msgstr ""
7030
 
7031
+ #: src/processors/hackprotect_scan_mal.php:128
7032
+ #: src/processors/hackprotect_scan_wcf.php:135
7033
+ #, php-format
7034
+ msgid "Sent Checksum Scan Notification email alert to: %s"
7035
  msgstr ""
7036
 
7037
+ #: src/processors/hackprotect_scan_mal.php:143
7038
+ #: src/processors/hackprotect_scan_wcf.php:150
7039
  #, php-format
7040
+ msgid "The %s Core File Scanner found files with potential problems."
7041
  msgstr ""
7042
 
7043
+ #: src/processors/hackprotect_scan_mal.php:144
7044
+ #: src/processors/hackprotect_scan_ptg.php:597
7045
+ #: src/processors/hackprotect_scan_ufc.php:156
7046
+ #: src/processors/hackprotect_scan_wcf.php:151
7047
+ #: src/processors/user_management.php:197
7048
+ #: src/processors/user_management.php:226
7049
+ msgid "Site URL"
7050
+ msgstr "URL del sitio"
7051
+
7052
+ #: src/processors/hackprotect_scan_mal.php:152
7053
+ #: src/processors/hackprotect_scan_wcf.php:159
7054
  #, php-format
7055
+ msgid "%s has already attempted to repair the files."
7056
  msgstr ""
7057
 
7058
+ #: src/processors/hackprotect_scan_mal.php:153
7059
+ #: src/processors/hackprotect_scan_wcf.php:160
7060
  msgid ""
7061
+ "But, you should always check these files to ensure everything is as you "
7062
+ "expect."
7063
  msgstr ""
7064
 
7065
+ #: src/processors/hackprotect_scan_mal.php:156
7066
+ #: src/processors/hackprotect_scan_wcf.php:163
7067
+ msgid ""
7068
+ "You should review these files and replace them with official versions if "
7069
+ "required."
7070
+ msgstr ""
7071
+
7072
+ #: src/processors/hackprotect_scan_mal.php:157
7073
+ #: src/processors/hackprotect_scan_wcf.php:164
7074
+ msgid ""
7075
+ "Alternatively you can have the plugin attempt to repair/replace these files "
7076
+ "automatically."
7077
+ msgstr ""
7078
+
7079
+ #: src/processors/hackprotect_scan_mal.php:163
7080
+ #: src/processors/hackprotect_scan_ufc.php:172
7081
+ #: src/processors/hackprotect_scan_wcf.php:170
7082
+ msgid "We recommend you run the scanner to review your site"
7083
  msgstr ""
7084
 
7085
+ #: src/processors/hackprotect_scan_mal.php:168
7086
+ #: src/processors/hackprotect_scan_ufc.php:177
7087
+ #: src/processors/hackprotect_scan_wcf.php:175
7088
+ msgid "More Info On This Scanner"
7089
+ msgstr ""
7090
+
7091
+ #: src/processors/hackprotect_scan_mal.php:180
7092
+ msgid "The following files contain suspected malware:"
7093
  msgstr ""
7094
 
7095
+ #: src/processors/hackprotect_scan_ptg.php:279
7096
+ #: src/processors/hackprotect_scan_ptg.php:311
7097
  #, php-format
7098
+ msgid "File signatures removed for plugin \"%s\""
7099
  msgstr ""
7100
 
7101
+ #: src/processors/hackprotect_scan_ptg.php:302
7102
  #, php-format
7103
+ msgid "File signatures updated for plugin \"%s\""
7104
  msgstr ""
7105
 
7106
+ #: src/processors/hackprotect_scan_ptg.php:328
7107
+ #, php-format
7108
+ msgid "File signatures updated for theme \"%s\""
7109
  msgstr ""
7110
 
7111
+ #: src/processors/hackprotect_scan_ptg.php:337
7112
+ #, php-format
7113
+ msgid "File signatures removed for theme \"%s\""
7114
+ msgstr ""
7115
+
7116
+ #: src/processors/hackprotect_scan_ptg.php:593
7117
  #, php-format
7118
  msgid ""
7119
  "%s has detected at least 1 Plugins/Themes have been modified on your site."
7120
  msgstr ""
7121
 
7122
+ #: src/processors/hackprotect_scan_ptg.php:595
7123
  msgid ""
7124
  "You will receive only 1 email notification about these changes in a 1 week "
7125
  "period."
7126
  msgstr ""
7127
 
7128
+ #: src/processors/hackprotect_scan_ptg.php:599
7129
  msgid "Details of the problem items are below:"
7130
  msgstr ""
7131
 
7132
+ #: src/processors/hackprotect_scan_ptg.php:604
7133
  msgid "Modified Plugins:"
7134
  msgstr ""
7135
 
7136
+ #: src/processors/hackprotect_scan_ptg.php:612
7137
  msgid "Modified Themes:"
7138
  msgstr ""
7139
 
7140
+ #: src/processors/hackprotect_scan_ptg.php:622
 
 
 
 
7141
  msgid "Plugins/Themes Have Been Altered"
7142
  msgstr ""
7143
 
7144
+ #: src/processors/hackprotect_scan_ptg.php:627
7145
  #, php-format
7146
  msgid "Successfully sent Plugin/Theme Guard email alert to: %s"
7147
  msgstr ""
7148
 
7149
+ #: src/processors/hackprotect_scan_ptg.php:630
7150
  #, php-format
7151
  msgid "Failed to send Plugin/Theme Guard email alert to: %s"
7152
  msgstr ""
7153
 
7154
+ #: src/processors/hackprotect_scan_ufc.php:132
7155
+ msgid "Unrecognised WordPress Files Detected"
7156
  msgstr ""
7157
 
7158
+ #: src/processors/hackprotect_scan_ufc.php:137
7159
+ #, php-format
7160
+ msgid "Sent Unrecognised File Scan Notification email alert to: %s"
7161
+ msgstr ""
7162
+
7163
+ #: src/processors/hackprotect_scan_ufc.php:154
7164
+ #, php-format
7165
+ msgid "The %s Unrecognised File Scanner found files which you need to review."
7166
+ msgstr ""
7167
+
7168
+ #: src/processors/hackprotect_scan_ufc.php:160
7169
+ msgid "Files discovered"
7170
+ msgstr ""
7171
+
7172
+ #: src/processors/hackprotect_scan_ufc.php:167
7173
+ #, php-format
7174
+ msgid "%s has attempted to delete these files based on your current settings."
7175
+ msgstr ""
7176
+
7177
+ #: src/processors/hackprotect_scan_wcf.php:190
7178
+ msgid "The following files have different content:"
7179
+ msgstr ""
7180
+
7181
+ #: src/processors/hackprotect_scan_wcf.php:197
7182
+ msgid "The following files are missing:"
7183
+ msgstr ""
7184
+
7185
+ #: src/processors/hackprotect_scan_wpv.php:172
7186
  msgid "Vulnerable"
7187
  msgstr ""
7188
 
7189
+ #: src/processors/hackprotect_scan_wpv.php:204
7190
  #, php-format
7191
  msgid ""
7192
  "%s has discovered that the currently installed version of the %s plugin has "
7193
  "known security vulnerabilities."
7194
  msgstr ""
7195
 
7196
+ #: src/processors/hackprotect_scan_wpv.php:206
7197
  msgid "Vulnerability Name"
7198
  msgstr ""
7199
 
7200
+ #: src/processors/hackprotect_scan_wpv.php:207
7201
+ msgid "Vulnerability Type"
7202
  msgstr ""
7203
 
7204
+ #: src/processors/hackprotect_scan_wpv.php:208
7205
+ msgid "Fixed Versions"
 
7206
  msgstr ""
7207
 
7208
+ #: src/processors/hackprotect_scan_wpv.php:239
7209
  #, php-format
7210
+ msgid "%s has detected items with known security vulnerabilities."
7211
  msgstr ""
7212
 
7213
+ #: src/processors/hackprotect_scan_wpv.php:240
7214
+ msgid "You should update or remove these items at your earliest convenience."
 
7215
  msgstr ""
7216
 
7217
+ #: src/processors/hackprotect_scan_wpv.php:259
7218
  #, php-format
7219
+ msgid "Vulnerability Title: %s"
7220
  msgstr ""
7221
 
7222
+ #: src/processors/hackprotect_scan_wpv.php:260
7223
  #, php-format
7224
+ msgid "Vulnerability Type: %s"
7225
  msgstr ""
7226
 
7227
+ #: src/processors/hackprotect_scan_wpv.php:261
7228
  #, php-format
7229
+ msgid "Fixed Version: %s"
7230
  msgstr ""
7231
 
7232
+ #: src/processors/hackprotect_scan_wpv.php:262
7233
+ #, php-format
7234
+ msgid "Further Information: %s"
7235
  msgstr ""
7236
 
7237
+ #: src/processors/hackprotect_scan_wpv.php:270
7238
+ msgid "Plugin(s) Discovered With Known Security Vulnerabilities."
7239
  msgstr ""
7240
 
7241
+ #: src/processors/hackprotect_scan_wpv.php:276
7242
  #, php-format
7243
+ msgid "Successfully sent Plugin Vulnerability Notification email alert to: %s"
 
 
7244
  msgstr ""
7245
 
7246
+ #: src/processors/hackprotect_scan_wpv.php:279
7247
  #, php-format
7248
+ msgid "Failed to send Plugin Vulnerability Notification email alert to: %s"
7249
  msgstr ""
7250
 
7251
+ #: src/processors/ips.php:98
7252
  #, php-format
7253
+ msgid "%s is ignoring you"
 
 
 
 
 
 
7254
  msgstr ""
7255
 
7256
+ #: src/processors/ips.php:100
 
7257
  msgid ""
7258
+ "Your IP address is whitelisted and NO features you activate apply to you."
 
7259
  msgstr ""
7260
 
7261
+ #: src/processors/ips.php:101
7262
+ msgid "Including the hiding the WP Login page."
 
 
7263
  msgstr ""
7264
 
7265
+ #: src/processors/ips.php:171
7266
+ msgid "Visitor found on the Black List and their connection was killed."
 
7267
  msgstr ""
7268
 
7269
+ #: src/processors/ips.php:249
7270
+ #, php-format
7271
+ msgid "You've been blocked by the %s plugin"
7272
  msgstr ""
7273
 
7274
+ #: src/processors/ips.php:256
7275
+ #, php-format
7276
+ msgid "Time remaining on black list: %s"
7277
  msgstr ""
7278
 
7279
+ #: src/processors/ips.php:257
7280
  #, php-format
7281
+ msgid "%s minute"
7282
+ msgid_plural "%s minutes"
7283
+ msgstr[0] "%s Dakika "
7284
+ msgstr[1] "%s minutes"
7285
 
7286
+ #: src/processors/ips.php:259
7287
  #, php-format
7288
  msgid ""
7289
+ "You tripped the security plugin defenses a total of %s times making you a "
7290
+ "suspect."
 
 
 
 
7291
  msgstr ""
7292
+ "Hai attivato le difese del plugin di sicurezza per un totale di %s volte "
7293
+ "facendo di te un sospetto."
7294
 
7295
+ #: src/processors/ips.php:260
7296
  msgid ""
7297
+ "If you believe this to be in error, please contact the site owner and quote "
7298
+ "your IP address below."
7299
  msgstr ""
7300
 
7301
+ #: src/processors/ips.php:264
7302
+ msgid "Auto-Unblock Your IP"
7303
  msgstr ""
7304
 
7305
+ #: src/processors/ips.php:265
7306
+ msgid ""
7307
+ "You can automatically unblock your IP address by clicking the button below."
7308
  msgstr ""
7309
 
7310
+ #: src/processors/ips.php:266
7311
+ msgid "Unblock My IP Address"
7312
  msgstr ""
7313
 
7314
+ #: src/processors/ips.php:278 src/processors/loginprotect_gasp.php:27
7315
+ msgid "You MUST enable Javascript to be able to login"
7316
  msgstr ""
7317
 
7318
+ #: src/processors/ips.php:282 src/processors/loginprotect_gasp.php:31
7319
+ msgid "Loading"
7320
  msgstr ""
7321
 
7322
+ #: src/processors/ips.php:339
7323
+ #, php-format
7324
+ msgid "IP blocked after incrementing transgressions from %s to %s."
7325
  msgstr ""
7326
 
7327
+ #: src/processors/ips.php:347
7328
+ #, php-format
7329
+ msgid "Auto Black List transgression counter was incremented from %s to %s."
 
7330
  msgstr ""
7331
 
7332
+ #: src/processors/ips.php:508
7333
+ msgid "No Label"
 
7334
  msgstr ""
7335
 
7336
+ #: src/processors/lockdown.php:95
7337
+ #, php-format
7338
  msgid ""
7339
+ "The \"author\" query parameter has been blocked by %s to protect against "
7340
+ "user login name fishing."
 
 
 
 
7341
  msgstr ""
7342
 
7343
+ #: src/processors/lockdown.php:122
7344
+ #, php-format
7345
+ msgid "Anonymous access to the WordPress Rest API has been restricted by %s."
7346
  msgstr ""
7347
 
7348
+ #: src/processors/login_protect.php:105
7349
+ msgid "Please verify email has been received"
 
 
 
7350
  msgstr ""
7351
 
7352
+ #: src/processors/login_protect.php:106
 
7353
  msgid ""
7354
+ "Before we can activate email 2-factor authentication, we need you to confirm "
7355
+ "your website can send emails."
7356
  msgstr ""
7357
 
7358
+ #: src/processors/login_protect.php:107
7359
+ msgid "Please click the link in the email you received."
 
7360
  msgstr ""
7361
 
7362
+ #: src/processors/login_protect.php:109
 
7363
  #, php-format
7364
+ msgid "The email has been sent to you at blog admin address: %s"
 
 
 
 
7365
  msgstr ""
7366
 
7367
+ #: src/processors/login_protect.php:112
7368
+ msgid "Resend verification email"
 
7369
  msgstr ""
7370
 
7371
+ #: src/processors/login_protect.php:113
7372
+ msgid "Disable 2FA by email"
 
7373
  msgstr ""
7374
 
7375
+ #: src/processors/loginprotect_cooldown.php:21
7376
+ msgid "Request Cooldown in effect."
7377
  msgstr ""
7378
 
7379
+ #: src/processors/loginprotect_cooldown.php:23
 
 
7380
  #, php-format
7381
+ msgid "You must wait %s seconds before attempting this action again."
7382
  msgstr ""
7383
 
7384
+ #: src/processors/loginprotect_cooldown.php:28
 
 
 
7385
  msgid ""
7386
+ "Cooldown triggered and request (login/register/lost-password) was blocked."
 
 
 
 
 
7387
  msgstr ""
7388
 
7389
+ #: src/processors/loginprotect_gasp.php:59
7390
+ #: src/processors/loginprotect_gasp.php:105
 
 
7391
  #, php-format
7392
+ msgid "User \"%s\" attempted to %s but GASP checkbox was not present."
 
 
 
 
 
 
7393
  msgstr ""
7394
 
7395
+ #: src/processors/loginprotect_gasp.php:61
7396
+ #: src/processors/loginprotect_gasp.php:70
7397
+ #: src/processors/loginprotect_gasp.php:107
7398
+ #: src/processors/loginprotect_gasp.php:116
7399
+ msgid "Probably a BOT."
7400
  msgstr ""
7401
 
7402
+ #: src/processors/loginprotect_gasp.php:64
7403
+ #: src/processors/loginprotect_gasp.php:110
7404
+ msgid "You must check that box to say you're not a bot."
7405
  msgstr ""
7406
 
7407
+ #: src/processors/loginprotect_gasp.php:68
7408
+ #: src/processors/loginprotect_gasp.php:114
 
 
7409
  #, php-format
7410
+ msgid "User \"%s\" attempted to %s but they were caught by the GASP honeypot."
 
 
 
 
 
7411
  msgstr ""
7412
 
7413
+ #: src/processors/loginprotect_gasp.php:73
7414
+ #: src/processors/loginprotect_gasp.php:119
 
 
7415
  #, php-format
7416
+ msgid "You appear to be a bot - terminating %s attempt."
7417
  msgstr ""
7418
 
7419
+ #: src/processors/loginprotect_intent.php:151
7420
+ msgid "Success"
7421
+ msgstr "Success"
 
 
7422
 
7423
+ #: src/processors/loginprotect_intent.php:151
7424
+ msgid "Thank you for authenticating your login."
7425
  msgstr ""
7426
 
7427
+ #: src/processors/loginprotect_intent.php:153
7428
+ msgid "If you used your Backup Code, you will need to reset it."
 
 
7429
  msgstr ""
7430
 
7431
+ #: src/processors/loginprotect_intent.php:164
7432
+ msgid "One or more of your authentication codes failed or was missing"
 
7433
  msgstr ""
7434
 
7435
+ #: src/processors/loginprotect_intent.php:262
7436
+ msgid "Please supply all authentication codes"
 
7437
  msgstr ""
7438
 
7439
+ #: src/processors/loginprotect_intent.php:265
7440
+ msgid "Please supply at least 1 authentication code"
7441
  msgstr ""
7442
 
7443
+ #: src/processors/loginprotect_intent.php:299
7444
+ msgid "Cancel Login"
7445
  msgstr ""
7446
 
7447
+ #: src/processors/loginprotect_intent.php:300
7448
+ msgid "Time Remaining"
7449
+ msgstr "Time Remaining"
7450
 
7451
+ #: src/processors/loginprotect_intent.php:301
7452
+ msgid "Calculating"
 
7453
  msgstr ""
7454
 
7455
+ #: src/processors/loginprotect_intent.php:302
7456
+ msgid "Seconds"
7457
+ msgstr "Segundos"
 
7458
 
7459
+ #: src/processors/loginprotect_intent.php:303
7460
+ msgid "Login Expired"
7461
  msgstr ""
7462
 
7463
+ #: src/processors/loginprotect_intent.php:304
7464
+ msgid "Verify My Login"
 
 
7465
  msgstr ""
7466
 
7467
+ #: src/processors/loginprotect_intent.php:306
7468
+ msgid "What is this?"
 
 
 
7469
  msgstr ""
7470
 
7471
+ #: src/processors/loginprotect_intent.php:308
7472
+ #, php-format
7473
+ msgid "%s Login Verification"
7474
  msgstr ""
7475
 
7476
+ #: src/processors/loginprotect_intent.php:310
 
7477
  #, php-format
7478
+ msgid "Don't ask again on this browser for %s."
7479
  msgstr ""
7480
 
7481
+ #: src/processors/loginprotect_intent.php:311
7482
+ #: src/processors/usermanagement_sessions.php:233
7483
+ #: src/processors/usermanagement_sessions.php:246
7484
  #, php-format
7485
+ msgid "%s day"
7486
+ msgid_plural "%s days"
7487
+ msgstr[0] "%s день"
7488
+ msgstr[1] "%s дней"
7489
 
7490
+ #: src/processors/loginprotect_intentprovider_backup.php:24
7491
+ msgid "Generate ONE-Time Backup 2FA Login Code"
7492
  msgstr ""
7493
 
7494
+ #: src/processors/loginprotect_intentprovider_backup.php:25
7495
+ msgid "Delete Login Backup Code"
7496
  msgstr ""
7497
 
7498
+ #: src/processors/loginprotect_intentprovider_backup.php:26
7499
+ msgid ""
7500
+ "Backup login codes are not available if you do not have any other two-factor "
7501
+ "authentication modes active."
7502
  msgstr ""
7503
 
7504
+ #: src/processors/loginprotect_intentprovider_backup.php:27
7505
+ msgid ""
7506
+ "Click to generate a backup login code for your two-factor authentication."
7507
  msgstr ""
7508
 
7509
+ #: src/processors/loginprotect_intentprovider_backup.php:30
7510
  msgid ""
7511
+ "This code will be displayed only once and you may use it to verify your "
7512
+ "login only once."
7513
  msgstr ""
7514
 
7515
+ #: src/processors/loginprotect_intentprovider_backup.php:31
7516
+ msgid "Store it somewhere safe."
 
7517
  msgstr ""
7518
 
7519
+ #: src/processors/loginprotect_intentprovider_backup.php:32
7520
+ msgid "Generating a new code will replace your existing code."
 
7521
  msgstr ""
7522
 
7523
+ #: src/processors/loginprotect_intentprovider_backup.php:33
7524
+ #: src/processors/loginprotect_intentprovider_ga.php:35
7525
  msgid ""
7526
+ "Use your Google Authenticator app to scan this QR code and enter the one "
7527
+ "time password below."
7528
+ msgstr ""
7529
+
7530
+ #: src/processors/loginprotect_intentprovider_backup.php:34
7531
+ #: src/processors/loginprotect_intentprovider_ga.php:36
7532
+ msgid ""
7533
+ "If you have a problem with scanning the QR code enter this code manually "
7534
+ "into the app."
7535
  msgstr ""
7536
 
7537
+ #: src/processors/loginprotect_intentprovider_backup.php:35
7538
+ #: src/processors/loginprotect_intentprovider_ga.php:37
7539
+ msgid "Check the box to remove Google Authenticator login authentication."
 
7540
  msgstr ""
7541
 
7542
+ #: src/processors/loginprotect_intentprovider_backup.php:36
7543
+ #: src/processors/loginprotect_intentprovider_ga.php:38
7544
  #, php-format
7545
+ msgid "Remove %s"
7546
  msgstr ""
7547
 
7548
+ #: src/processors/loginprotect_intentprovider_backup.php:37
7549
+ msgid "Create Backup 2FA Login Code"
7550
  msgstr ""
7551
 
7552
+ #: src/processors/loginprotect_intentprovider_backup.php:38
7553
+ #: src/processors/loginprotect_intentprovider_ga.php:40
7554
+ msgid "Manual Code"
 
7555
  msgstr ""
7556
 
7557
+ #: src/processors/loginprotect_intentprovider_backup.php:39
7558
+ #: src/processors/loginprotect_intentprovider_ga.php:41
7559
+ msgid "Scan This QR Code"
7560
  msgstr ""
7561
 
7562
+ #: src/processors/loginprotect_intentprovider_backup.php:40
7563
+ msgid "Backup Login Code"
7564
  msgstr ""
7565
 
7566
+ #: src/processors/loginprotect_intentprovider_backup.php:41
7567
+ #: src/processors/loginprotect_intentprovider_ga.php:43
7568
+ #: src/processors/loginprotect_intentprovider_yubikey.php:42
7569
+ #, php-format
7570
+ msgid "Sorry, %s may not be added to another user's account."
7571
  msgstr ""
7572
 
7573
+ #: src/processors/loginprotect_intentprovider_backup.php:42
7574
+ #: src/processors/loginprotect_intentprovider_ga.php:44
7575
+ #: src/processors/loginprotect_intentprovider_yubikey.php:43
7576
+ #, php-format
7577
+ msgid ""
7578
+ "Sorry, %s may only be removed from another user's account by a Security "
7579
+ "Administrator."
7580
  msgstr ""
7581
 
7582
+ #: src/processors/loginprotect_intentprovider_backup.php:42
7583
+ msgid "Backup Codes"
7584
  msgstr ""
7585
 
7586
+ #: src/processors/loginprotect_intentprovider_backup.php:43
7587
+ #: src/processors/loginprotect_intentprovider_email.php:208
7588
+ #: src/processors/loginprotect_intentprovider_ga.php:45
7589
+ #: src/processors/loginprotect_intentprovider_yubikey.php:44
7590
+ #, php-format
7591
+ msgid "Provided by %s"
7592
  msgstr ""
7593
 
7594
+ #: src/processors/loginprotect_intentprovider_backup.php:44
7595
+ #: src/processors/loginprotect_intentprovider_ga.php:46
7596
+ #: src/processors/loginprotect_intentprovider_yubikey.php:45
7597
+ msgid "Understand how to remove Google Authenticator"
7598
  msgstr ""
7599
 
7600
+ #: src/processors/loginprotect_intentprovider_backup.php:71
7601
+ msgid "Please use your Backup Code to login."
7602
  msgstr ""
7603
 
7604
+ #: src/processors/loginprotect_intentprovider_backup.php:72
7605
+ msgid "Login Backup Code"
7606
  msgstr ""
7607
 
7608
+ #: src/processors/loginprotect_intentprovider_backup.php:129
7609
+ #: src/processors/loginprotect_intentprovider_email.php:38
7610
+ #: src/processors/loginprotect_intentprovider_ga.php:284
7611
+ #: src/processors/loginprotect_intentprovider_yubikey.php:236
7612
+ #, php-format
7613
+ msgid "User \"%s\" verified their identity using %s method."
7614
  msgstr ""
7615
 
7616
+ #: src/processors/loginprotect_intentprovider_backup.php:130
7617
+ #: src/processors/loginprotect_intentprovider_backup.php:138
7618
+ msgid "Backup Code"
7619
  msgstr ""
7620
 
7621
+ #: src/processors/loginprotect_intentprovider_backup.php:137
7622
+ #: src/processors/loginprotect_intentprovider_email.php:46
7623
+ #: src/processors/loginprotect_intentprovider_ga.php:292
7624
+ #: src/processors/loginprotect_intentprovider_yubikey.php:244
7625
+ #, php-format
7626
+ msgid "User \"%s\" failed to verify their identity using %s method."
7627
  msgstr ""
7628
 
7629
+ #: src/processors/loginprotect_intentprovider_backup.php:165
7630
+ msgid ""
7631
+ "This is a quick notice to inform you that your Backup Login code was just "
7632
+ "used."
7633
  msgstr ""
7634
 
7635
+ #: src/processors/loginprotect_intentprovider_backup.php:166
7636
+ msgid "Your WordPress account had only 1 backup login code."
7637
  msgstr ""
7638
 
7639
+ #: src/processors/loginprotect_intentprovider_backup.php:167
7640
+ msgid ""
7641
+ "You must go to your profile and regenerate a new code if you want to use "
7642
+ "this method again."
7643
  msgstr ""
7644
 
7645
+ #: src/processors/loginprotect_intentprovider_backup.php:169
7646
+ #: src/processors/loginprotect_intentprovider_email.php:163
7647
+ msgid "Login Details"
7648
  msgstr ""
7649
 
7650
+ #: src/processors/loginprotect_intentprovider_backup.php:170
7651
+ #: src/processors/loginprotect_intentprovider_email.php:164
7652
+ msgid "URL"
7653
+ msgstr "URL"
7654
 
7655
+ #: src/processors/loginprotect_intentprovider_backup.php:174
7656
+ msgid "Thank You."
 
7657
  msgstr ""
7658
 
7659
+ #: src/processors/loginprotect_intentprovider_backup.php:177
7660
+ msgid "Backup Login Code Just Used"
7661
+ msgstr ""
 
 
 
7662
 
7663
+ #: src/processors/loginprotect_intentprovider_email.php:39
7664
+ #: src/processors/loginprotect_intentprovider_email.php:47
7665
  msgid "Email Auth"
7666
  msgstr ""
7667
 
7668
+ #: src/processors/loginprotect_intentprovider_email.php:81
7669
  msgid "This code was just sent to your registered Email address."
7670
  msgstr ""
7671
 
7672
+ #: src/processors/loginprotect_intentprovider_email.php:82
7673
  msgid "Email OTP"
7674
  msgstr ""
7675
 
7676
+ #: src/processors/loginprotect_intentprovider_email.php:158
7677
  msgid "Someone attempted to login into this WordPress site using your account."
7678
  msgstr ""
7679
 
7680
+ #: src/processors/loginprotect_intentprovider_email.php:159
7681
  msgid "Login requires verification with the following code."
7682
  msgstr ""
7683
 
7684
+ #: src/processors/loginprotect_intentprovider_email.php:161
7685
  #, php-format
7686
  msgid "Verification Code: %s"
7687
  msgstr ""
7688
 
7689
+ #: src/processors/loginprotect_intentprovider_email.php:171
7690
  msgid "Why no login link?"
7691
  msgstr ""
7692
 
7693
+ #: src/processors/loginprotect_intentprovider_email.php:175
7694
  msgid "Two-Factor Login Verification"
7695
  msgstr ""
7696
 
7697
+ #: src/processors/loginprotect_intentprovider_email.php:180
7698
  #, php-format
7699
  msgid ""
7700
  "User \"%s\" was sent an email to verify their Identity using Two-Factor "
7701
  "Login Auth for IP address \"%s\"."
7702
  msgstr ""
7703
 
7704
+ #: src/processors/loginprotect_intentprovider_email.php:184
7705
  #, php-format
7706
  msgid ""
7707
  "Tried to send email to User \"%s\" to verify their identity using Two-Factor "
7708
  "Login Auth for IP address \"%s\", but email sending failed."
7709
  msgstr ""
7710
 
7711
+ #: src/processors/loginprotect_intentprovider_email.php:207
7712
  msgid "Check the box to enable email-based login authentication."
7713
  msgstr ""
7714
 
7715
+ #: src/processors/loginprotect_intentprovider_ga.php:33
7716
+ msgid "Provide the current code generated by your Google Authenticator app."
7717
+ msgstr ""
7718
+
7719
+ #: src/processors/loginprotect_intentprovider_ga.php:34
7720
+ msgid "To reset this QR Code enter fake data here."
7721
+ msgstr ""
7722
+
7723
+ #: src/processors/loginprotect_intentprovider_ga.php:39
7724
+ #: src/processors/loginprotect_intentprovider_ga.php:202
7725
+ msgid "Google Authenticator Code"
7726
+ msgstr ""
7727
+
7728
+ #: src/processors/loginprotect_intentprovider_ga.php:103
7729
+ #: src/processors/loginprotect_intentprovider_ga.php:148
7730
+ msgid "Google Authenticator was successfully removed from the account."
7731
+ msgstr ""
7732
+
7733
+ #: src/processors/loginprotect_intentprovider_ga.php:106
7734
  msgid ""
7735
+ "Google Authenticator could not be removed from the account - ensure your "
7736
+ "code is correct."
7737
  msgstr ""
7738
 
7739
+ #: src/processors/loginprotect_intentprovider_ga.php:140
7740
+ #: src/processors/loginprotect_intentprovider_yubikey.php:76
7741
+ msgid "One Time Password (OTP) was not valid."
7742
+ msgstr ""
7743
+
7744
+ #: src/processors/loginprotect_intentprovider_ga.php:140
7745
+ #: src/processors/loginprotect_intentprovider_yubikey.php:76
7746
+ msgid "Please try again."
7747
+ msgstr ""
7748
+
7749
+ #: src/processors/loginprotect_intentprovider_ga.php:153
7750
  msgid ""
7751
+ "An email has been sent to you in order to confirm Google Authenticator "
7752
+ "removal"
7753
  msgstr ""
7754
 
7755
+ #: src/processors/loginprotect_intentprovider_ga.php:157
 
7756
  msgid ""
7757
+ "We tried to send an email for you to confirm Google Authenticator removal "
7758
+ "but it failed."
7759
  msgstr ""
7760
 
7761
+ #: src/processors/loginprotect_intentprovider_ga.php:179
7762
  #, php-format
7763
+ msgid "%s was successfully added to your account."
7764
+ msgstr ""
7765
+
7766
+ #: src/processors/loginprotect_intentprovider_ga.php:201
7767
+ msgid "Please use your Google Authenticator App to retrieve your code."
7768
  msgstr ""
7769
 
7770
+ #: src/processors/loginprotect_intentprovider_ga.php:220
7771
  msgid ""
7772
+ "You have requested the removal of Google Authenticator from your WordPress "
7773
+ "account."
7774
+ msgstr ""
7775
+
7776
+ #: src/processors/loginprotect_intentprovider_ga.php:221
7777
+ msgid "Please click the link below to confirm."
7778
+ msgstr ""
7779
+
7780
+ #: src/processors/loginprotect_intentprovider_ga.php:226
7781
+ msgid "Google Authenticator Removal Confirmation"
7782
  msgstr ""
7783
 
7784
+ #: src/processors/loginprotect_intentprovider_ga.php:250
7785
+ msgid "Google Authenticator was successfully removed from this account."
7786
+ msgstr ""
7787
+
7788
+ #: src/processors/loginprotect_intentprovider_yubikey.php:29
7789
  msgid "This is your unique Yubikey Device ID."
7790
  msgstr ""
7791
 
7792
+ #: src/processors/loginprotect_intentprovider_yubikey.php:30
7793
+ #: src/processors/loginprotect_intentprovider_yubikey.php:37
7794
  msgid "Pro Only"
7795
  msgstr ""
7796
 
7797
+ #: src/processors/loginprotect_intentprovider_yubikey.php:31
7798
  msgid "Multiple Yubikey Device IDs are separated by a comma."
7799
  msgstr ""
7800
 
7801
+ #: src/processors/loginprotect_intentprovider_yubikey.php:32
7802
  msgid "Provide a One Time Password from your Yubikey."
7803
  msgstr ""
7804
 
7805
+ #: src/processors/loginprotect_intentprovider_yubikey.php:34
7806
  msgid "This will remove the Yubikey Device ID from your profile."
7807
  msgstr ""
7808
 
7809
+ #: src/processors/loginprotect_intentprovider_yubikey.php:35
7810
  msgid "This will add the Yubikey Device ID to your profile."
7811
  msgstr ""
7812
 
7813
+ #: src/processors/loginprotect_intentprovider_yubikey.php:37
7814
  msgid ""
7815
  "If you provide a OTP from an alternative Yubikey device, it will also be "
7816
  "added to your profile."
7817
  msgstr ""
7818
 
7819
+ #: src/processors/loginprotect_intentprovider_yubikey.php:39
7820
  msgid "Yubikey ID"
7821
  msgstr ""
7822
 
7823
+ #: src/processors/loginprotect_intentprovider_yubikey.php:40
7824
+ #: src/processors/loginprotect_intentprovider_yubikey.php:237
7825
+ #: src/processors/loginprotect_intentprovider_yubikey.php:245
7826
+ #: src/processors/loginprotect_intentprovider_yubikey.php:263
7827
  msgid "Yubikey OTP"
7828
  msgstr ""
7829
 
7830
+ #: src/processors/loginprotect_intentprovider_yubikey.php:41
7831
  msgid "Yubikey Authentication"
7832
+ msgstr "Autenticazione Yubikey"
7833
 
7834
+ #: src/processors/loginprotect_intentprovider_yubikey.php:95
 
 
 
 
7835
  #, php-format
7836
  msgid "%s was removed from your profile."
7837
  msgstr ""
7838
 
7839
+ #: src/processors/loginprotect_intentprovider_yubikey.php:96
7840
+ #: src/processors/loginprotect_intentprovider_yubikey.php:103
7841
  msgid "Yubikey Device"
7842
  msgstr ""
7843
 
7844
+ #: src/processors/loginprotect_intentprovider_yubikey.php:102
7845
  #, php-format
7846
  msgid "%s was added to your profile."
7847
  msgstr ""
7848
 
7849
+ #: src/processors/loginprotect_intentprovider_yubikey.php:108
7850
  msgid "No changes were made to your Yubikey configuration"
7851
  msgstr ""
7852
 
7853
+ #: src/processors/loginprotect_intentprovider_yubikey.php:261
7854
  msgid "Use your Yubikey to generate a new code."
7855
  msgstr ""
7856
 
7857
+ #: src/processors/loginprotect_wplogin.php:48
 
7858
  msgid ""
7859
+ "Your login URL is unchanged because the Rename WP Login feature is not "
7860
+ "currently supported on WPMS."
7861
  msgstr ""
7862
+ "L'URL di accesso non è cambiato perché la funzione Rinomina login WP non è "
7863
+ "attualmente supportata su WPMS."
7864
 
7865
+ #: src/processors/loginprotect_wplogin.php:52
7866
+ #: src/processors/loginprotect_wplogin.php:56
7867
  #, php-format
7868
  msgid ""
7869
+ "Can not use the Rename WP Login feature because you have the \"%s\" plugin "
7870
+ "installed and it is active."
7871
  msgstr ""
7872
 
7873
+ #: src/processors/loginprotect_wplogin.php:60
 
7874
  #, php-format
 
 
 
 
7875
  msgid ""
7876
+ "Can not use the Rename WP Login feature because you have not enabled %s."
7877
  msgstr ""
7878
 
7879
+ #: src/processors/loginprotect_wplogin.php:60
7880
+ msgid "Permalinks"
 
 
 
7881
  msgstr ""
7882
 
7883
+ #: src/processors/loginprotect_wplogin.php:64
7884
  #, php-format
7885
  msgid ""
7886
+ "Can not use the Rename WP Login feature because you have chosen a path (\"%s"
7887
+ "\") that is reserved on your WordPress site."
7888
  msgstr ""
7889
 
7890
+ #: src/processors/loginprotect_wplogin.php:89
7891
+ msgid ""
7892
+ "Your login URL is unchanged because your current hosting/PHP configuration "
7893
+ "cannot parse the necessary information."
7894
  msgstr ""
7895
+ "Il tuo URL di accesso è invariato perché la tua attuale configurazione di "
7896
+ "hosting / PHP non può analizzare le informazioni necessarie."
7897
 
7898
+ #: src/processors/plugin.php:211
7899
  #, php-format
7900
+ msgid "%s is not protecting your site"
7901
  msgstr ""
7902
 
7903
+ #: src/processors/plugin.php:213
7904
  #, php-format
7905
+ msgid "Please delete the \"%s\" file to reactivate %s protection"
7906
  msgstr ""
7907
 
7908
+ #: src/processors/plugin.php:217
7909
  msgid "Click here to automatically delete the file"
7910
  msgstr ""
7911
 
7912
+ #: src/processors/plugin.php:242
7913
  msgid "Your Name"
7914
+ msgstr "Adınız"
7915
 
7916
+ #: src/processors/plugin.php:243
7917
  msgid "Your Email"
7918
+ msgstr "Your Email"
7919
+
7920
+ #: src/processors/plugin.php:244
7921
+ msgid "Sign-Up"
7922
+ msgstr ""
7923
+
7924
+ #: src/processors/plugin.php:252
7925
+ msgid "I agree to Ts & Cs"
7926
  msgstr ""
7927
 
7928
+ #: src/processors/plugin_badge.php:36
7929
  #, php-format
7930
  msgid "%s is provided by %s"
7931
  msgstr ""
7932
 
7933
+ #: src/processors/plugin_badge.php:41
7934
  #, php-format
7935
  msgid "Days Installed: %s"
7936
  msgstr ""
7937
 
7938
+ #: src/processors/plugin_badgewidget.php:25
7939
  #, php-format
7940
  msgid "%s Plugin Badge"
7941
  msgstr ""
7942
 
7943
+ #: src/processors/plugin_badgewidget.php:27
7944
  #, php-format
7945
  msgid ""
7946
  "You can now help spread the word about the %s plugin anywhere on your site"
7947
  msgstr ""
7948
 
7949
+ #: src/processors/plugin_badgewidget.php:54
7950
  msgid "Site Secured"
7951
  msgstr ""
7952
 
7953
+ #: src/processors/plugin_importexport.php:72
7954
  msgid "Sent notifications to whitelisted sites for required options import."
7955
  msgstr ""
7956
 
7957
+ #: src/processors/plugin_importexport.php:228
7958
+ msgid "uploaded file"
 
 
 
 
 
7959
  msgstr ""
7960
 
7961
+ #: src/processors/plugin_importexport.php:249
7962
+ #: src/processors/plugin_importexport.php:336
7963
  #, php-format
7964
  msgid "Not currently running %s Pro."
7965
  msgstr ""
7966
 
7967
+ #: src/processors/plugin_importexport.php:254
7968
+ #: src/processors/plugin_importexport.php:341
7969
  msgid "Export of options is currently disabled."
7970
  msgstr ""
7971
 
7972
+ #: src/processors/plugin_importexport.php:305
7973
+ msgid "Received notification that options import required."
7974
+ msgstr ""
7975
+
7976
+ #: src/processors/plugin_importexport.php:306
7977
+ #, php-format
7978
+ msgid "Current master site: %s"
7979
+ msgstr ""
7980
+
7981
+ #: src/processors/plugin_importexport.php:345
7982
  msgid "Handshake verification failed."
7983
  msgstr ""
7984
 
7985
+ #: src/processors/plugin_importexport.php:354
7986
  #, php-format
7987
  msgid "Options exported to site %s."
7988
  msgstr ""
7989
 
7990
+ #: src/processors/plugin_importexport.php:361
7991
  #, php-format
7992
  msgid "Site added to export white list: %s."
7993
  msgstr ""
7994
 
7995
+ #: src/processors/plugin_importexport.php:369
7996
  #, php-format
7997
+ msgid "Site removed from export white list: %s."
7998
  msgstr ""
7999
 
8000
+ #: src/processors/plugin_importexport.php:508
8001
  #, php-format
8002
  msgid "Master Site URL set to %s."
8003
  msgstr ""
8004
 
8005
+ #: src/processors/plugin_importexport.php:538
8006
+ #, php-format
8007
+ msgid "Options imported from %s."
8008
+ msgstr ""
8009
+
8010
+ #: src/processors/plugin_tracking.php:20
8011
  #, php-format
8012
  msgid "Make %s even better by sharing usage info?"
8013
  msgstr ""
8014
 
8015
+ #: src/processors/plugin_tracking.php:21
8016
  #, php-format
8017
  msgid "We're hoping to understand how %s is configured and used."
8018
  msgstr ""
8019
 
8020
+ #: src/processors/plugin_tracking.php:22
8021
  msgid "We'd like to understand how effective it is on a global scale."
8022
  msgstr ""
8023
 
8024
+ #: src/processors/plugin_tracking.php:23
8025
  msgid ""
8026
  "The data sent is always completely anonymous and we can never track you or "
8027
  "your site."
8028
  msgstr ""
8029
 
8030
+ #: src/processors/plugin_tracking.php:24
8031
  msgid "It can be turned-off at any time within the plugin options."
8032
  msgstr ""
8033
 
8034
+ #: src/processors/plugin_tracking.php:25
8035
  msgid "Click to see the RAW data that would be sent"
8036
  msgstr ""
8037
 
8038
+ #: src/processors/plugin_tracking.php:28
8039
  msgid "Absolutely"
8040
  msgstr ""
8041
 
8042
+ #: src/processors/sessions.php:104
8043
  msgid "You're already logged-in."
8044
  msgstr ""
8045
 
8046
+ #: src/processors/sessions.php:108
8047
  msgid "Go To Admin"
8048
  msgstr ""
8049
 
8050
+ #: src/processors/statistics.php:196
8051
  msgid "Login Verified"
8052
  msgstr ""
8053
 
8054
+ #: src/processors/statistics.php:197
8055
+ msgid "User Sessions"
8056
+ msgstr ""
8057
+
8058
+ #: src/processors/statistics.php:198
8059
  msgid "IP Auto Black-Listed"
8060
  msgstr ""
8061
 
8062
+ #: src/processors/statistics.php:199
8063
  msgid "Total Transgressions"
8064
  msgstr ""
8065
 
8066
+ #: src/processors/statistics.php:203
8067
  #, php-format
8068
  msgid "%s Statistics"
8069
  msgstr ""
8070
 
8071
+ #: src/processors/user_management.php:122
8072
+ #: src/processors/usermanagement_suspend.php:110
8073
+ msgid "User Status"
8074
  msgstr ""
8075
 
8076
+ #: src/processors/user_management.php:129
8077
  msgid "Not Recorded"
8078
  msgstr ""
8079
 
8080
+ #: src/processors/user_management.php:137
8081
+ msgid "Last Login"
8082
+ msgstr "Utimo acceso"
8083
+
8084
+ #: src/processors/user_management.php:189
8085
  #, php-format
8086
  msgid ""
8087
  "As requested, %s is notifying you of a successful %s login to a WordPress "
8088
  "site that you manage."
8089
  msgstr ""
8090
 
8091
+ #: src/processors/user_management.php:194
8092
  #, php-format
8093
  msgid "Important: %s"
8094
  msgstr ""
8095
 
8096
+ #: src/processors/user_management.php:194
8097
  msgid ""
8098
  "This user may now be subject to additional Two-Factor Authentication before "
8099
  "completing their login."
8100
  msgstr ""
8101
 
8102
+ #: src/processors/user_management.php:196
8103
  msgid "Details for this user are below:"
8104
  msgstr ""
8105
 
8106
+ #: src/processors/user_management.php:202
8107
+ #: src/processors/user_management.php:233
8108
  msgid "Thanks."
8109
  msgstr ""
8110
 
8111
+ #: src/processors/user_management.php:210
8112
+ #: src/processors/user_management.php:241
8113
  msgid "Notice"
8114
+ msgstr "Noticia"
8115
 
8116
+ #: src/processors/user_management.php:210
8117
  #, php-format
8118
  msgid "%s Just Logged Into %s"
8119
  msgstr ""
8120
 
8121
+ #: src/processors/user_management.php:222
8122
  #, php-format
8123
  msgid "%s is notifying you of a successful login to your WordPress account."
8124
  msgstr ""
8125
 
8126
+ #: src/processors/user_management.php:225
8127
  msgid "Details for this login are below:"
8128
  msgstr ""
8129
 
8130
+ #: src/processors/user_management.php:231
8131
  msgid ""
8132
  "If this is unexpected or suspicious, please contact your site administrator "
8133
  "immediately."
8134
  msgstr ""
8135
 
8136
+ #: src/processors/user_management.php:241
8137
  msgid "A login to your WordPress account just occurred"
8138
  msgstr ""
8139
 
8140
+ #: src/processors/usermanagement_passwords.php:94
8141
  msgid "Forcing user to update expired password."
8142
  msgstr ""
8143
 
8144
+ #: src/processors/usermanagement_passwords.php:96
8145
  #, php-format
8146
+ msgid "Your password has expired (after %s days)."
8147
  msgstr ""
8148
 
8149
+ #: src/processors/usermanagement_passwords.php:113
8150
  msgid "Forcing user to update password that fails to meet policies."
8151
  msgstr ""
8152
 
8153
+ #: src/processors/usermanagement_passwords.php:117
8154
  msgid ""
8155
  "Your password doesn't meet requirements set by your security administrator."
8156
  msgstr ""
8157
 
8158
+ #: src/processors/usermanagement_passwords.php:143
 
8159
  msgid ""
8160
  "For your security, please use the password section below to update your "
8161
  "password."
8162
  msgstr ""
8163
 
8164
+ #: src/processors/usermanagement_passwords.php:168
8165
  msgid ""
8166
  "Your security administrator has imposed requirements for password quality."
8167
  msgstr ""
8168
 
8169
+ #: src/processors/usermanagement_passwords.php:169
8170
  msgid "Reason"
8171
+ msgstr "دلیل"
8172
 
8173
+ #: src/processors/usermanagement_passwords.php:177
8174
  msgid "Blocked attempted password update that failed policy requirements."
8175
  msgstr ""
8176
 
8177
+ #: src/processors/usermanagement_passwords.php:233
8178
  #, php-format
8179
  msgid "Password length (%s) too short (min: %s characters)"
8180
  msgstr ""
8181
 
8182
+ #: src/processors/usermanagement_passwords.php:295
8183
+ #: src/processors/usermanagement_passwords.php:362
8184
  msgid "Please use a different password."
8185
  msgstr ""
8186
 
8187
+ #: src/processors/usermanagement_passwords.php:296
8188
  msgid "This password has already been pwned."
8189
  msgstr ""
8190
 
8191
+ #: src/processors/usermanagement_passwords.php:300
8192
+ #: src/processors/usermanagement_passwords.php:367
8193
  #, php-format
8194
  msgid "%s times"
8195
  msgstr ""
8196
 
8197
+ #: src/processors/usermanagement_passwords.php:363
8198
  msgid "This password has been pwned."
8199
  msgstr ""
8200
 
8201
+ #: src/processors/usermanagement_sessions.php:85
8202
+ #: src/processors/usermanagement_sessions.php:92
8203
+ #: src/processors/usermanagement_sessions.php:108
8204
+ msgid "Logging out."
8205
  msgstr ""
8206
 
8207
+ #: src/processors/usermanagement_sessions.php:221
8208
+ msgid "Valid user session could not be found"
8209
  msgstr ""
8210
 
8211
+ #: src/processors/usermanagement_sessions.php:232
8212
+ #: src/processors/usermanagement_sessions.php:245
8213
+ #, php-format
8214
+ msgid "User session has expired after %s"
8215
  msgstr ""
8216
 
8217
+ #: src/processors/usermanagement_sessions.php:322
8218
+ msgid "Your session has expired."
8219
+ msgstr "La tua sessione è scaduta."
8220
+
8221
+ #: src/processors/usermanagement_sessions.php:326
8222
+ msgid "Your session was idle for too long."
8223
+ msgstr "La tua sessione è rimasta inattiva per troppo tempo."
8224
+
8225
+ #: src/processors/usermanagement_sessions.php:330
8226
+ msgid "Your session was locked to another IP Address."
8227
+ msgstr "La tua sessione è stata bloccata su un altro indirizzo IP."
8228
+
8229
+ #: src/processors/usermanagement_sessions.php:334
8230
  #, php-format
8231
  msgid "You do not currently have a %s user session."
8232
  msgstr ""
8233
 
8234
+ #: src/processors/usermanagement_sessions.php:339
8235
  msgid "An administrator has terminated this session."
8236
  msgstr ""
8237
 
8238
+ #: src/processors/usermanagement_sessions.php:343
8239
  msgid "Not a user."
8240
  msgstr ""
8241
 
8242
+ #: src/processors/usermanagement_sessions.php:347
8243
  msgid "Your session was terminated."
8244
+ msgstr "La tua sessione è stata interrotta."
8245
 
8246
+ #: src/processors/usermanagement_sessions.php:351
8247
  msgid "Please login again."
8248
  msgstr ""
8249
 
8250
+ #: src/processors/usermanagement_suspend.php:88
8251
+ #: src/processors/usermanagement_suspend.php:122
8252
+ #: src/processors/usermanagement_suspend.php:154
8253
+ msgid "Suspended"
8254
+ msgstr ""
8255
+
8256
+ #: src/processors/usermanagement_suspend.php:150
8257
+ msgid "Suspend Account"
8258
+ msgstr ""
8259
+
8260
+ #: src/processors/usermanagement_suspend.php:151
8261
+ msgid "Check to un/suspend user account"
8262
+ msgstr ""
8263
+
8264
+ #: src/processors/usermanagement_suspend.php:152
8265
+ msgid "The user can never login while their account is suspended."
8266
+ msgstr ""
8267
+
8268
+ #: src/processors/usermanagement_suspend.php:153
8269
+ msgid ""
8270
+ "Sorry, suspension for this account may only be managed by a security "
8271
+ "administrator."
8272
+ msgstr ""
8273
+
8274
+ #: src/wizards/base.php:216
8275
+ msgid "Next Step"
8276
+ msgstr ""
8277
+
8278
+ #: src/wizards/base.php:371
8279
  #, php-format
8280
  msgid "%s Wizard"
8281
  msgstr ""
8282
 
8283
+ #: src/wizards/base.php:514
8284
  msgid "No Access"
8285
  msgstr ""
8286
 
8287
+ #: src/wizards/base_wpsf.php:107
8288
  msgid "Security Admin Key was not correct."
8289
  msgstr ""
8290
 
8291
+ #: src/wizards/hack_protect.php:14
8292
  #, php-format
8293
  msgid "%s Hack Protect Wizard"
8294
  msgstr ""
8295
 
8296
+ #: src/wizards/hack_protect.php:295
8297
  msgid "All changes detected have been ignored."
8298
  msgstr ""
8299
 
8300
+ #: src/wizards/hack_protect.php:302
8301
  msgid "The plugin has been deactivated."
8302
  msgstr ""
8303
 
8304
+ #: src/wizards/login_protect.php:14
8305
  #, php-format
8306
  msgid "%s Multi-Factor Authentication Wizard"
8307
  msgstr ""
8308
 
8309
+ #: src/wizards/login_protect.php:59
8310
  msgid "Invalid email address"
8311
+ msgstr "Неверный адрес электронной почты"
8312
 
8313
+ #: src/wizards/login_protect.php:66
8314
  msgid "Verification email sent (please check your email including your SPAM)."
8315
  msgstr ""
8316
 
8317
+ #: src/wizards/login_protect.php:67
8318
  msgid ""
8319
  "Enter the code from the email into the form above and click the button to "
8320
  "verify."
8321
  msgstr ""
8322
 
8323
+ #: src/wizards/login_protect.php:116
8324
  msgid "Code was empty."
8325
  msgstr ""
8326
 
8327
+ #: src/wizards/login_protect.php:143
8328
  msgid "Google Authenticator was enabled for the site."
8329
  msgstr ""
8330
 
8331
+ #: src/wizards/login_protect.php:158
8332
  #, php-format
8333
  msgid "Multi-Factor Authentication was %s for the site."
8334
  msgstr ""
8335
 
8336
+ #: src/wizards/login_protect.php:159
8337
  msgid "enabled"
8338
+ msgstr "Aktiviert"
8339
 
8340
+ #: src/wizards/login_protect.php:159
8341
  msgid "disabled"
8342
+ msgstr "Desativado"
8343
 
8344
+ #: src/wizards/plugin.php:14
8345
  #, php-format
8346
  msgid "%s Welcome Wizard"
8347
  msgstr ""
8348
 
8349
+ #: src/wizards/plugin.php:248
8350
  msgid "Where to find Shield"
8351
  msgstr ""
8352
 
8353
+ #: src/wizards/plugin.php:249
8354
  msgid "Accessing Each Module"
8355
  msgstr ""
8356
 
8357
+ #: src/wizards/plugin.php:250
8358
  msgid "Accessing Options"
8359
  msgstr ""
8360
 
8361
+ #: src/wizards/plugin.php:251
8362
  msgid "Launching Wizards"
8363
  msgstr ""
8364
 
8365
+ #: src/wizards/plugin.php:252
8366
  msgid "Finding Help"
8367
  msgstr ""
8368
 
8369
+ #: src/wizards/plugin.php:253
8370
  msgid "Actions (not Options)"
8371
  msgstr ""
8372
 
8373
+ #: src/wizards/plugin.php:254
8374
  msgid "Help For Each Option"
8375
  msgstr ""
8376
 
8377
+ #: src/wizards/plugin.php:255
8378
  msgid "Module On/Off Switch"
8379
  msgstr ""
8380
 
8381
+ #: src/wizards/plugin.php:258
8382
  #, php-format
8383
  msgid "You'll find the main %s settings in the left-hand WordPress menu."
8384
  msgstr ""
8385
 
8386
+ #: src/wizards/plugin.php:259
8387
  msgid ""
8388
  "Shield is split up into independent modules for accessing the options of "
8389
  "each feature."
8390
  msgstr ""
8391
 
8392
+ #: src/wizards/plugin.php:260
8393
  msgid ""
8394
  "When you load a module, you can access the options by clicking on the "
8395
  "Options Panel link."
8396
  msgstr ""
8397
 
8398
+ #: src/wizards/plugin.php:261
8399
  msgid "Launch helpful walk-through wizards for modules that have them."
8400
  msgstr ""
8401
 
8402
+ #: src/wizards/plugin.php:262
8403
  msgid ""
8404
  "Each module also has a brief overview help section - there is more in-depth "
8405
  "help available."
8406
  msgstr ""
8407
 
8408
+ #: src/wizards/plugin.php:263
8409
  msgid ""
8410
  "Certain modules have extra actions and features, e.g. Audit Trail Viewer."
8411
  msgstr ""
8412
 
8413
+ #: src/wizards/plugin.php:264
8414
  msgid "Note: Not all modules have the actions section"
8415
  msgstr ""
8416
 
8417
+ #: src/wizards/plugin.php:265
8418
  msgid ""
8419
  "Each module has an Enable/Disable checkbox to turn on/off all processing for "
8420
  "that module"
8421
  msgstr ""
8422
 
8423
+ #: src/wizards/plugin.php:266
8424
  msgid ""
8425
  "To help you understand each option, most of them have a more info link, and/"
8426
  "or a blog link, to read more"
8427
  msgstr ""
8428
 
8429
+ #: src/wizards/plugin.php:361
8430
  msgid "Success!"
8431
+ msgstr "¡Éxito!"
8432
 
8433
+ #: src/wizards/plugin.php:382
8434
  msgid "License was found and successfully installed."
8435
  msgstr ""
8436
 
8437
+ #: src/wizards/plugin.php:385
8438
  msgid "License could not be found."
8439
  msgstr ""
8440
 
8441
+ #: src/wizards/plugin.php:415
8442
  msgid "Options imported successfully to your site."
8443
  msgstr ""
8444
 
8445
+ #: src/wizards/plugin.php:416
8446
  msgid "Secret key was empty."
8447
  msgstr ""
8448
 
8449
+ #: src/wizards/plugin.php:417
8450
  msgid "Secret key was not 40 characters long."
8451
  msgstr ""
8452
 
8453
+ #: src/wizards/plugin.php:418
8454
  msgid ""
8455
  "Secret key contains invalid characters - it should be letters and numbers "
8456
  "only."
8457
  msgstr ""
8458
 
8459
+ #: src/wizards/plugin.php:419
8460
  msgid "Source site URL could not be parsed correctly."
8461
  msgstr ""
8462
 
8463
+ #: src/wizards/plugin.php:420
8464
  msgid "Could not parse the response from the site."
8465
  msgstr ""
8466
 
8467
+ #: src/wizards/plugin.php:421
8468
  msgid "Check the secret key is correct for the remote site."
8469
  msgstr ""
8470
 
8471
+ #: src/wizards/plugin.php:422
8472
  msgid "Failure response returned from the site."
8473
  msgstr ""
8474
 
8475
+ #: src/wizards/plugin.php:423
8476
  #, php-format
8477
  msgid "Remote site responded with - %s"
8478
  msgstr ""
8479
 
8480
+ #: src/wizards/plugin.php:424
8481
  msgid "Data returned from the site was empty."
8482
  msgstr ""
8483
 
8484
+ #: src/wizards/plugin.php:456
8485
  msgid "Security Admin setup was successful."
8486
  msgstr ""
8487
 
8488
+ #: src/wizards/plugin.php:475 src/wizards/plugin.php:508
8489
+ #: src/wizards/plugin.php:541 src/wizards/plugin.php:579
8490
+ #: src/wizards/plugin.php:688
8491
  msgid "No changes were made as no option was selected"
8492
  msgstr ""
8493
 
8494
+ #: src/wizards/plugin.php:492 src/wizards/plugin.php:525
8495
+ #: src/wizards/plugin.php:561 src/wizards/plugin.php:708
 
 
 
 
 
 
 
 
 
 
8496
  #, php-format
8497
  msgid "%s setting could not be changed at this time."
8498
  msgstr ""
8499
 
8500
+ #: src/wizards/plugin.php:589 src/wizards/plugin.php:599
8501
  msgid "Preferences have been saved."
8502
  msgstr ""
8503
 
8504
+ #: src/wizards/plugin.php:651
8505
  msgid "Search item added."
8506
  msgstr ""
8507
 
8508
+ #: src/wizards/plugin.php:670
8509
  msgid "All entries were deleted"
8510
  msgstr ""
8511
 
8512
+ #: src/wizards/plugin.php:673
8513
  msgid "Please check the box to confirm deletion."
8514
  msgstr ""
languages/wp-simple-firewall-fi.mo CHANGED
Binary file
languages/wp-simple-firewall-fi.po ADDED
@@ -0,0 +1,9815 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugin: Shield Security in Finnish
2
+ # This file is distributed under the same license as the Plugin: Shield Security package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Plugin: Shield Security\n"
6
+ "POT-Creation-Date: 2019-05-17 17:28+0100\n"
7
+ "PO-Revision-Date: 2019-05-17 18:02+0100\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: \n"
10
+ "Language: fi\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
15
+ "X-Generator: Poedit 2.2.2\n"
16
+
17
+ #: icwp-plugin-controller.php:671
18
+ msgid "Update Now To Keep Your Security Current With The Latest Features."
19
+ msgstr ""
20
+ "Päivitä nyt, jotta tietoturva pysyy ajan tasalla uusimmilla ominaisuuksilla."
21
+
22
+ #: src/features/admin_access_restriction.php:74
23
+ msgid "Security Admin Access Key Accepted."
24
+ msgstr "Pääsyavaimesi Turvallisuushallintaan on hyväksytty."
25
+
26
+ #: src/features/admin_access_restriction.php:75
27
+ msgid "Please wait"
28
+ msgstr "Ole hyvä ja odota"
29
+
30
+ #: src/features/admin_access_restriction.php:78
31
+ msgid "Failed to process key - you may need to re-login to WordPress."
32
+ msgstr ""
33
+ "Prosessin käsittely epäonnistui - saatat joutua kirjautumaan uudelleen "
34
+ "WordPressiin."
35
+
36
+ #: src/features/admin_access_restriction.php:87
37
+ #, fuzzy
38
+ msgid "Security access key incorrect."
39
+ msgstr "Suojausavain on virheellinen."
40
+
41
+ #: src/features/admin_access_restriction.php:89
42
+ #, fuzzy, php-format
43
+ msgid "Attempts remaining: %s."
44
+ msgstr "Jäljellä olevat yritykset: %s."
45
+
46
+ #: src/features/admin_access_restriction.php:92
47
+ msgid "No attempts remaining."
48
+ msgstr "Yhtään yritystä ei ole jäljellä."
49
+
50
+ #: src/features/admin_access_restriction.php:126
51
+ msgid "Enter your Security Admin Access Key"
52
+ msgstr "Kirjoita pääsyavaimesi Turvallisuushallintaan"
53
+
54
+ #: src/features/admin_access_restriction.php:313
55
+ #, fuzzy
56
+ msgid "Security Admin key accepted."
57
+ msgstr "Suojausvalvojan avain hyväksytään."
58
+
59
+ #: src/features/admin_access_restriction.php:316
60
+ msgid "Security Admin key not accepted."
61
+ msgstr "Pääsyavaimesi Turvallisuushallintaan on hyväksytty."
62
+
63
+ #: src/features/admin_access_restriction.php:519
64
+ #: src/features/admin_access_restriction.php:521
65
+ #, fuzzy
66
+ msgid "Security Admin session has timed-out."
67
+ msgstr "Security Admin -istunto on vanhentunut."
68
+
69
+ #: src/features/admin_access_restriction.php:519
70
+ msgid "Reload now?"
71
+ msgstr "Ladataanko uudelleen?"
72
+
73
+ #: src/features/admin_access_restriction.php:520
74
+ #, fuzzy
75
+ msgid "Security Admin session has nearly timed-out."
76
+ msgstr "Turvallisuushallinnan istunto on melkein viivästynyt."
77
+
78
+ #: src/features/admin_access_restriction.php:535
79
+ #: src/features/admin_access_restriction.php:548
80
+ #: src/features/admin_access_restriction.php:639
81
+ #: src/features/admin_access_restriction.php:700 src/features/plugin.php:1371
82
+ #: src/features/plugin.php:1373 src/wizards/base_wpsf.php:59
83
+ msgid "Security Admin"
84
+ msgstr "Turvallisuushallinta"
85
+
86
+ #: src/features/admin_access_restriction.php:536
87
+ #, fuzzy, php-format
88
+ msgid "Prevent Tampering With %s Settings"
89
+ msgstr "Estä väärinkäsittely %s Asetukset"
90
+
91
+ #: src/features/admin_access_restriction.php:551
92
+ #, fuzzy
93
+ msgid "Security plugin is protected against tampering"
94
+ msgstr "Suojauslaajennus on suojattu väärinkäytöltä"
95
+
96
+ #: src/features/admin_access_restriction.php:552
97
+ #, fuzzy
98
+ msgid "Security plugin is vulnerable to tampering"
99
+ msgstr "Suojauslaajennus on haavoittuvainen"
100
+
101
+ #: src/features/admin_access_restriction.php:559
102
+ #, fuzzy
103
+ msgid "Important Options"
104
+ msgstr "Tärkeitä asetuksia"
105
+
106
+ #: src/features/admin_access_restriction.php:562
107
+ #, fuzzy
108
+ msgid "Important WP options are protected against tampering"
109
+ msgstr "Tärkeitä WP-vaihtoehtoja on suojattu väärinkäytöltä"
110
+
111
+ #: src/features/admin_access_restriction.php:563
112
+ #, fuzzy
113
+ msgid "Important WP options aren't protected against tampering"
114
+ msgstr "Tärkeitä WP-vaihtoehtoja ei ole suojattu väärinkäytöltä"
115
+
116
+ #: src/features/admin_access_restriction.php:570
117
+ #, fuzzy
118
+ msgid "WP Admins"
119
+ msgstr "WP-ylläpitäjät"
120
+
121
+ #: src/features/admin_access_restriction.php:573
122
+ #, fuzzy
123
+ msgid "Admin users are protected against tampering"
124
+ msgstr "Admin-käyttäjät ovat suojattuja väärinkäytöksiltä"
125
+
126
+ #: src/features/admin_access_restriction.php:574
127
+ #, fuzzy
128
+ msgid "Admin users aren't protected against tampering"
129
+ msgstr "Järjestelmänvalvojan käyttäjät eivät ole suojattuja väärinkäytöksiltä"
130
+
131
+ #: src/features/admin_access_restriction.php:591
132
+ #, fuzzy
133
+ msgid "Security Admin Protection"
134
+ msgstr "Suojausvalvojan suojaus"
135
+
136
+ #: src/features/admin_access_restriction.php:600
137
+ #, fuzzy
138
+ msgid "The Security Admin protection is not active."
139
+ msgstr "Suojausvalvojan suojaus ei ole aktiivinen."
140
+
141
+ #: src/features/admin_access_restriction.php:604
142
+ #: src/features/autoupdates.php:218 src/features/base.php:1533
143
+ #: src/features/base_wpsf.php:188 src/features/base_wpsf.php:238
144
+ #: src/features/hack_protect.php:1043 src/features/hack_protect.php:1064
145
+ #: src/features/hack_protect.php:1085 src/features/hack_protect.php:1106
146
+ #: src/features/hack_protect.php:1127 src/features/insights.php:405
147
+ #: src/features/insights.php:649 src/features/lockdown.php:80
148
+ #: src/features/user_management.php:451
149
+ msgid "Options"
150
+ msgstr "Valinnat"
151
+
152
+ #: src/features/admin_access_restriction.php:605
153
+ #, fuzzy
154
+ msgid "Security Admin should be turned-on to protect your security settings."
155
+ msgstr ""
156
+ "Suojausvalvojan tulisi olla päällä, jotta suojausasetukset voidaan suojata."
157
+
158
+ #: src/features/admin_access_restriction.php:635
159
+ #: src/features/audit_trail.php:430 src/features/autoupdates.php:318
160
+ #: src/features/base.php:1526 src/features/base_wpsf.php:183
161
+ #: src/features/base_wpsf.php:233 src/features/comments_filter.php:236
162
+ #: src/features/firewall.php:132 src/features/hack_protect.php:1297
163
+ #: src/features/headers.php:180 src/features/ips.php:406
164
+ #: src/features/lockdown.php:159 src/features/login_protect.php:767
165
+ #: src/features/sessions.php:41 src/features/statistics.php:30
166
+ #: src/features/statistics.php:39 src/features/traffic.php:210
167
+ #: src/features/user_management.php:543
168
+ msgid "On"
169
+ msgstr "Päällä"
170
+
171
+ #: src/features/admin_access_restriction.php:635
172
+ #: src/features/audit_trail.php:430 src/features/autoupdates.php:318
173
+ #: src/features/base.php:1527 src/features/base_wpsf.php:184
174
+ #: src/features/base_wpsf.php:234 src/features/comments_filter.php:236
175
+ #: src/features/firewall.php:132 src/features/hack_protect.php:1297
176
+ #: src/features/headers.php:180 src/features/ips.php:406
177
+ #: src/features/lockdown.php:159 src/features/login_protect.php:767
178
+ #: src/features/sessions.php:41 src/features/statistics.php:30
179
+ #: src/features/statistics.php:39 src/features/traffic.php:210
180
+ #: src/features/user_management.php:543
181
+ msgid "Off"
182
+ msgstr "Pois päältä"
183
+
184
+ #: src/features/admin_access_restriction.php:636
185
+ #: src/features/audit_trail.php:431 src/features/autoupdates.php:319
186
+ #: src/features/comments_filter.php:237 src/features/firewall.php:133
187
+ #: src/features/hack_protect.php:1298 src/features/headers.php:181
188
+ #: src/features/ips.php:407 src/features/lockdown.php:160
189
+ #: src/features/login_protect.php:766 src/features/sessions.php:42
190
+ #: src/features/statistics.php:31 src/features/statistics.php:40
191
+ #: src/features/traffic.php:211 src/features/user_management.php:544
192
+ #, php-format
193
+ msgid "Enable Module: %s"
194
+ msgstr "Ota käyttöön moduli: %s"
195
+
196
+ #: src/features/admin_access_restriction.php:638
197
+ #: src/features/admin_access_restriction.php:647
198
+ #: src/features/admin_access_restriction.php:656
199
+ #: src/features/admin_access_restriction.php:666
200
+ #: src/features/audit_trail.php:433 src/features/audit_trail.php:441
201
+ #: src/features/audit_trail.php:450 src/features/audit_trail.php:462
202
+ #: src/features/autoupdates.php:321 src/features/autoupdates.php:329
203
+ #: src/features/autoupdates.php:339 src/features/autoupdates.php:350
204
+ #: src/features/autoupdates.php:360 src/features/base_wpsf.php:398
205
+ #: src/features/comments_filter.php:239 src/features/comments_filter.php:248
206
+ #: src/features/comments_filter.php:255 src/features/comments_filter.php:265
207
+ #: src/features/comments_filter.php:273 src/features/firewall.php:135
208
+ #: src/features/hack_protect.php:1283 src/features/hack_protect.php:1291
209
+ #: src/features/hack_protect.php:1300 src/features/hack_protect.php:1309
210
+ #: src/features/hack_protect.php:1319 src/features/hack_protect.php:1328
211
+ #: src/features/hack_protect.php:1337 src/features/hack_protect.php:1347
212
+ #: src/features/hack_protect.php:1356 src/features/hack_protect.php:1365
213
+ #: src/features/headers.php:183 src/features/headers.php:191
214
+ #: src/features/headers.php:200 src/features/ips.php:409
215
+ #: src/features/ips.php:419 src/features/license.php:717
216
+ #: src/features/lockdown.php:162 src/features/lockdown.php:170
217
+ #: src/features/lockdown.php:179 src/features/lockdown.php:188
218
+ #: src/features/login_protect.php:769 src/features/login_protect.php:778
219
+ #: src/features/login_protect.php:788 src/features/login_protect.php:797
220
+ #: src/features/login_protect.php:806 src/features/login_protect.php:816
221
+ #: src/features/login_protect.php:825 src/features/login_protect.php:834
222
+ #: src/features/plugin.php:1137 src/features/plugin.php:1145
223
+ #: src/features/plugin.php:1152 src/features/plugin.php:1167
224
+ #: src/features/sessions.php:44 src/features/statistics.php:33
225
+ #: src/features/statistics.php:42 src/features/statistics.php:50
226
+ #: src/features/traffic.php:213 src/features/traffic.php:221
227
+ #: src/features/user_management.php:546 src/features/user_management.php:555
228
+ #: src/features/user_management.php:564 src/features/user_management.php:573
229
+ #: src/features/user_management.php:582 src/features/user_management.php:592
230
+ #, fuzzy
231
+ msgid "Purpose"
232
+ msgstr "Tarkoitus"
233
+
234
+ #: src/features/admin_access_restriction.php:638
235
+ #: src/features/admin_access_restriction.php:647
236
+ msgid ""
237
+ "Restricts access to this plugin preventing unauthorized changes to your "
238
+ "security settings."
239
+ msgstr ""
240
+ "Rajoita tähän lisäosaan pääsyä estämällä todentamattomat muutokset "
241
+ "turvallisuusasetuksiisi."
242
+
243
+ #: src/features/admin_access_restriction.php:639
244
+ #: src/features/admin_access_restriction.php:648
245
+ #: src/features/admin_access_restriction.php:657
246
+ #: src/features/audit_trail.php:434 src/features/audit_trail.php:442
247
+ #: src/features/audit_trail.php:451 src/features/autoupdates.php:322
248
+ #: src/features/autoupdates.php:330 src/features/autoupdates.php:342
249
+ #: src/features/autoupdates.php:351 src/features/base_wpsf.php:399
250
+ #: src/features/comments_filter.php:240 src/features/comments_filter.php:256
251
+ #: src/features/comments_filter.php:266 src/features/comments_filter.php:274
252
+ #: src/features/firewall.php:136 src/features/firewall.php:144
253
+ #: src/features/firewall.php:155 src/features/firewall.php:164
254
+ #: src/features/hack_protect.php:1292 src/features/hack_protect.php:1301
255
+ #: src/features/hack_protect.php:1310 src/features/hack_protect.php:1320
256
+ #: src/features/hack_protect.php:1329 src/features/hack_protect.php:1339
257
+ #: src/features/hack_protect.php:1348 src/features/hack_protect.php:1357
258
+ #: src/features/hack_protect.php:1366 src/features/headers.php:184
259
+ #: src/features/headers.php:192 src/features/headers.php:201
260
+ #: src/features/ips.php:410 src/features/ips.php:420 src/features/ips.php:432
261
+ #: src/features/ips.php:442 src/features/ips.php:455 src/features/ips.php:466
262
+ #: src/features/license.php:718 src/features/lockdown.php:163
263
+ #: src/features/lockdown.php:171 src/features/lockdown.php:180
264
+ #: src/features/lockdown.php:189 src/features/login_protect.php:770
265
+ #: src/features/login_protect.php:779 src/features/login_protect.php:789
266
+ #: src/features/login_protect.php:807 src/features/login_protect.php:826
267
+ #: src/features/login_protect.php:937 src/features/plugin.php:1169
268
+ #: src/features/sessions.php:45 src/features/statistics.php:34
269
+ #: src/features/statistics.php:43 src/features/statistics.php:51
270
+ #: src/features/traffic.php:214 src/features/traffic.php:222
271
+ #: src/features/user_management.php:547 src/features/user_management.php:556
272
+ #: src/features/user_management.php:565 src/features/user_management.php:574
273
+ #: src/features/user_management.php:583 src/features/user_management.php:593
274
+ msgid "Recommendation"
275
+ msgstr "Suositus"
276
+
277
+ #: src/features/admin_access_restriction.php:639
278
+ #: src/features/audit_trail.php:434 src/features/autoupdates.php:322
279
+ #: src/features/comments_filter.php:240 src/features/firewall.php:136
280
+ #: src/features/hack_protect.php:1301 src/features/hack_protect.php:1310
281
+ #: src/features/hack_protect.php:1320 src/features/hack_protect.php:1329
282
+ #: src/features/ips.php:410 src/features/ips.php:420
283
+ #: src/features/lockdown.php:163 src/features/login_protect.php:770
284
+ #: src/features/sessions.php:45 src/features/statistics.php:34
285
+ #: src/features/statistics.php:43 src/features/user_management.php:547
286
+ #, php-format
287
+ msgid "Keep the %s feature turned on."
288
+ msgstr "Pidä ominaisuus %s toiminnassa."
289
+
290
+ #: src/features/admin_access_restriction.php:640
291
+ msgid "You need to also enter a new Access Key to enable this feature."
292
+ msgstr ""
293
+ "Sinun pitää kirjoittaa myös uusi Turvallisuusavain tämän ominaisuuden päälle "
294
+ "laittamiseksi."
295
+
296
+ #: src/features/admin_access_restriction.php:645
297
+ msgid "Security Admin Restriction Settings"
298
+ msgstr "Turvallisuushallinnan rajoitusasetukset"
299
+
300
+ #: src/features/admin_access_restriction.php:648
301
+ #: src/features/admin_access_restriction.php:657
302
+ #: src/features/comments_filter.php:256 src/features/comments_filter.php:274
303
+ #: src/features/login_protect.php:807 src/features/login_protect.php:826
304
+ #: src/features/plugin.php:1170 src/features/user_management.php:556
305
+ #: src/features/user_management.php:565 src/features/user_management.php:574
306
+ #: src/features/user_management.php:583 src/features/user_management.php:593
307
+ msgid "Use of this feature is highly recommend."
308
+ msgstr "Tämän ominaisuuden käyttöä suositellaan vakavasti."
309
+
310
+ #: src/features/admin_access_restriction.php:650
311
+ msgid "Security Admin Settings"
312
+ msgstr "Turvallisuushallinnan asetukset"
313
+
314
+ #: src/features/admin_access_restriction.php:654
315
+ msgid "Security Admin Restriction Zones"
316
+ msgstr "Turvallisuushallinnan rajoitusalueet"
317
+
318
+ #: src/features/admin_access_restriction.php:656
319
+ msgid ""
320
+ "Restricts access to key WordPress areas for all users not authenticated with "
321
+ "the Security Admin Access system."
322
+ msgstr ""
323
+ "Rajoita pääsy WordPress'n avainalueille kaikilta käyttäjiltä, joita ei ole "
324
+ "tunnistettu Turvallisuushallinnan pääsyoikeusjärjestelmässä."
325
+
326
+ #: src/features/admin_access_restriction.php:659
327
+ msgid "Access Restriction Zones"
328
+ msgstr "Pääsyoikeus rajoitetuille alueille"
329
+
330
+ #: src/features/admin_access_restriction.php:663
331
+ #: src/features/admin_access_restriction.php:676
332
+ #: src/features/admin_access_restriction.php:779
333
+ msgid "White Label"
334
+ msgstr "White Label"
335
+
336
+ #: src/features/admin_access_restriction.php:667
337
+ #, php-format
338
+ msgid "Rename and re-brand the %s plugin for your client site installations."
339
+ msgstr "Nimeä uudelleen ja vaihda %s lisäosa asiakkaasi sivuston asennuksiin."
340
+
341
+ #: src/features/admin_access_restriction.php:671
342
+ #: src/features/comments_filter.php:347 src/features/hack_protect.php:1544
343
+ #: src/features/hack_protect.php:1545 src/features/login_protect.php:917
344
+ #: src/features/plugin.php:1315 src/features/plugin.php:1322
345
+ #: src/features/user_management.php:717 src/features/user_management.php:734
346
+ #: src/processors/loginprotect_intentprovider_backup.php:29
347
+ msgid "Important"
348
+ msgstr "Tärkeää"
349
+
350
+ #: src/features/admin_access_restriction.php:672
351
+ #, fuzzy
352
+ msgid "The Security Admin system must be active for these settings to apply."
353
+ msgstr ""
354
+ "Suojausvalvojan järjestelmän on oltava aktiivinen, jotta nämä asetukset "
355
+ "tulevat voimaan."
356
+
357
+ #: src/features/admin_access_restriction.php:700
358
+ #: src/features/audit_trail.php:492 src/features/autoupdates.php:385
359
+ #: src/features/comments_filter.php:330 src/features/firewall.php:188
360
+ #: src/features/hack_protect.php:1389 src/features/headers.php:226
361
+ #: src/features/ips.php:491 src/features/lockdown.php:214
362
+ #: src/features/login_protect.php:859 src/features/plugin.php:1217
363
+ #: src/features/sessions.php:69 src/features/statistics.php:78
364
+ #: src/features/statistics.php:84 src/features/traffic.php:247
365
+ #: src/features/user_management.php:617
366
+ #, php-format
367
+ msgid "Enable %s Module"
368
+ msgstr "Ota käyttöön %s moduli"
369
+
370
+ #: src/features/admin_access_restriction.php:701
371
+ msgid "Enforce Security Admin Access Restriction"
372
+ msgstr "Laita päälle Turvallisuushallinnan rajoitukset"
373
+
374
+ #: src/features/admin_access_restriction.php:702
375
+ msgid ""
376
+ "Enable this with great care and consideration. Ensure that you set a key "
377
+ "that you have set an access key that you will remember."
378
+ msgstr ""
379
+ "Ota käyttöön erittäin varovasti ja harkiten. Varmista, että asetat avaimen, "
380
+ "jonka olet määrittänyt avainkoodiksi ja jonka muistat."
381
+
382
+ #: src/features/admin_access_restriction.php:706
383
+ msgid "Security Admin Access Key"
384
+ msgstr "Turvallisuushallinnan pääsyoikeusavain"
385
+
386
+ #: src/features/admin_access_restriction.php:707
387
+ msgid "Provide/Update Security Admin Access Key"
388
+ msgstr "Kirjoita/Päivitä Turvallisuushallinnan pääsyoikeusavain"
389
+
390
+ #: src/features/admin_access_restriction.php:708
391
+ #: src/features/admin_access_restriction.php:737
392
+ #: src/features/admin_access_restriction.php:744
393
+ #: src/features/admin_access_restriction.php:751
394
+ #: src/features/admin_access_restriction.php:757
395
+ #: src/features/admin_access_restriction.php:763
396
+ msgid "Careful"
397
+ msgstr "Varovasti"
398
+
399
+ #: src/features/admin_access_restriction.php:708
400
+ msgid ""
401
+ "If you forget this, you could potentially lock yourself out from using this "
402
+ "plugin."
403
+ msgstr ""
404
+ "Mikäli unohdat tämän, lukitset mahdollisesti itsesi niin, ettet voi käyttää "
405
+ "tätä pluginia."
406
+
407
+ #: src/features/admin_access_restriction.php:709
408
+ msgid "Security Key Currently Set"
409
+ msgstr "Turvatunnus asetettu tällä hetkellä"
410
+
411
+ #: src/features/admin_access_restriction.php:709
412
+ msgid "Security Key NOT Currently Set"
413
+ msgstr "Turvatunnusta EI ole asetettu tällä hetkellä"
414
+
415
+ #: src/features/admin_access_restriction.php:710
416
+ #, fuzzy, php-format
417
+ msgid "To delete the current security key, type exactly \"%s\" and save."
418
+ msgstr ""
419
+ "Voit poistaa nykyisen suojausavaimen kirjoittamalla täsmälleen \" %s\" ja "
420
+ "tallentamalla."
421
+
422
+ #: src/features/admin_access_restriction.php:714
423
+ #, fuzzy
424
+ msgid "Security Admins"
425
+ msgstr "Turvallisuusvalvojat"
426
+
427
+ #: src/features/admin_access_restriction.php:715
428
+ #, fuzzy
429
+ msgid "Persistent Security Admins"
430
+ msgstr "Pysyvät suojausvalvojat"
431
+
432
+ #: src/features/admin_access_restriction.php:716
433
+ #, fuzzy
434
+ msgid ""
435
+ "Users provided will be security admins automatically, without needing the "
436
+ "security key."
437
+ msgstr ""
438
+ "Tarjotut käyttäjät ovat automaattisesti järjestelmänvalvojia ilman "
439
+ "suojausavainta."
440
+
441
+ #: src/features/admin_access_restriction.php:717
442
+ #, fuzzy
443
+ msgid "Enter admin username, email or ID."
444
+ msgstr "Anna admininimi, sähköpostiosoite tai tunnus."
445
+
446
+ #: src/features/admin_access_restriction.php:717
447
+ #, fuzzy
448
+ msgid "1 entry per-line."
449
+ msgstr "1 merkintä per rivi."
450
+
451
+ #: src/features/admin_access_restriction.php:718
452
+ #: src/features/admin_access_restriction.php:738
453
+ #: src/features/admin_access_restriction.php:745
454
+ #: src/features/admin_access_restriction.php:766
455
+ #: src/features/audit_trail.php:463 src/features/hack_protect.php:1406
456
+ #: src/features/headers.php:299 src/features/ips.php:346
457
+ #: src/features/login_protect.php:780 src/features/login_protect.php:808
458
+ #: src/features/login_protect.php:817 src/features/login_protect.php:835
459
+ #: src/features/login_protect.php:908 src/features/login_protect.php:916
460
+ #: src/features/login_protect.php:930 src/features/plugin.php:1171
461
+ #: src/features/plugin.php:1175 src/features/plugin.php:1274
462
+ msgid "Note"
463
+ msgstr "Ilmoitus"
464
+
465
+ #: src/features/admin_access_restriction.php:718
466
+ #, fuzzy
467
+ msgid "Verified users will be converted to usernames."
468
+ msgstr "Vahvistetut käyttäjät muunnetaan käyttäjätunnuksiksi."
469
+
470
+ #: src/features/admin_access_restriction.php:722
471
+ msgid "Security Admin Timeout"
472
+ msgstr "Turvallisuushallinnan aikalisä"
473
+
474
+ #: src/features/admin_access_restriction.php:723
475
+ msgid "Specify An Automatic Timeout Interval For Security Admin Access"
476
+ msgstr ""
477
+ "Määritä automaattinen aikalisäintervalli Turvallisuushallintaan pääsyyn"
478
+
479
+ #: src/features/admin_access_restriction.php:724
480
+ msgid "This will automatically expire your Security Admin Session."
481
+ msgstr "Tämä lopettaa automaattisesti Turvallisuushallinnan istuntosi."
482
+
483
+ #: src/features/admin_access_restriction.php:728
484
+ #: src/features/audit_trail.php:501 src/features/base.php:1565
485
+ #: src/features/hack_protect.php:1397 src/features/hack_protect.php:1471
486
+ #: src/features/login_protect.php:960 src/features/login_protect.php:1003
487
+ #: src/features/login_protect.php:1010 src/features/user_management.php:641
488
+ #: src/features/user_management.php:737
489
+ msgid "Default"
490
+ msgstr "Oletus"
491
+
492
+ #: src/features/admin_access_restriction.php:735
493
+ msgid "Pages"
494
+ msgstr "Sivut"
495
+
496
+ #: src/features/admin_access_restriction.php:736
497
+ msgid "Restrict Access To Key WordPress Posts And Pages Actions"
498
+ msgstr ""
499
+ "Rajoita pääsyoikeutta tärkeisiin WordPress'n sivujen ja artikkelien "
500
+ "toimintoihin"
501
+
502
+ #: src/features/admin_access_restriction.php:737
503
+ msgid "This will restrict access to page/post creation, editing and deletion."
504
+ msgstr ""
505
+ "Tämä rajoittaa pääsyä sivujen/artikkelien luomiseen, muokkauksiin ja "
506
+ "poistamiseen."
507
+
508
+ #: src/features/admin_access_restriction.php:738
509
+ #: src/features/admin_access_restriction.php:745
510
+ #: src/features/admin_access_restriction.php:768
511
+ #, php-format
512
+ msgid "Selecting \"%s\" will also restrict all other options."
513
+ msgstr "Valinta \"%s\" tulee rajoittamaan kaikkia muita valintoja."
514
+
515
+ #: src/features/admin_access_restriction.php:738
516
+ msgid "Edit"
517
+ msgstr "Muokkaa"
518
+
519
+ #: src/features/admin_access_restriction.php:742
520
+ #: src/features/audit_trail.php:201 src/features/audit_trail.php:517
521
+ #: src/features/audit_trail.php:518 src/features/autoupdates.php:418
522
+ #: src/features/insights.php:547 src/features/insights.php:558
523
+ msgid "Plugins"
524
+ msgstr "Pluginit"
525
+
526
+ #: src/features/admin_access_restriction.php:743
527
+ msgid "Restrict Access To Key WordPress Plugin Actions"
528
+ msgstr "Rajoita pääsyoikeutta WordPress'n tärkeisiin lisäosatoimintoihin"
529
+
530
+ #: src/features/admin_access_restriction.php:744
531
+ msgid ""
532
+ "This will restrict access to plugin installation, update, activation and "
533
+ "deletion."
534
+ msgstr ""
535
+ "Tämä rajoittaa pääsyoikeuksia lisäosan asennukseen, aktivointiin ja poistoon."
536
+
537
+ #: src/features/admin_access_restriction.php:745
538
+ #: src/features/admin_access_restriction.php:771
539
+ msgid "Activate"
540
+ msgstr "Aktivoi"
541
+
542
+ #: src/features/admin_access_restriction.php:749
543
+ msgid "WordPress Options"
544
+ msgstr "WordPress valinnat"
545
+
546
+ #: src/features/admin_access_restriction.php:750
547
+ msgid "Restrict Access To Certain WordPress Admin Options"
548
+ msgstr "Rajoita pääsyoikeutta tiettyihin WordPress-hallinnan valintoihin"
549
+
550
+ #: src/features/admin_access_restriction.php:751
551
+ msgid ""
552
+ "This will restrict the ability of WordPress administrators from changing key "
553
+ "WordPress settings."
554
+ msgstr ""
555
+ "Tämä rajoittaa WordPress-ylläpitäjien oikeuksia muuttaa WordPress'n "
556
+ "avainasetuksia."
557
+
558
+ #: src/features/admin_access_restriction.php:755
559
+ msgid "Admin Users"
560
+ msgstr "Ylläpitäjät"
561
+
562
+ #: src/features/admin_access_restriction.php:756
563
+ msgid "Restrict Access To Create/Delete/Modify Other Admin Users"
564
+ msgstr "Rajoita oikeutta luoda/muokata muita ylläpitäjiä ja heidän asetuksiaan"
565
+
566
+ #: src/features/admin_access_restriction.php:757
567
+ msgid ""
568
+ "This will restrict the ability of WordPress administrators from creating, "
569
+ "modifying or promoting other administrators."
570
+ msgstr ""
571
+ "Tämä rajoittaa WordPress'n ylläpitäjien mahdollisuuksia luoda, muokata tai "
572
+ "korottaa muita ylläpitäjiä."
573
+
574
+ #: src/features/admin_access_restriction.php:761
575
+ #: src/features/audit_trail.php:202 src/features/audit_trail.php:523
576
+ #: src/features/audit_trail.php:524 src/features/autoupdates.php:430
577
+ #: src/features/insights.php:587 src/features/insights.php:598
578
+ msgid "Themes"
579
+ msgstr "Teemat"
580
+
581
+ #: src/features/admin_access_restriction.php:762
582
+ msgid "Restrict Access To WordPress Theme Actions"
583
+ msgstr "Rajoita pääsyoikeutta WordPress'n teematoimintoihin"
584
+
585
+ #: src/features/admin_access_restriction.php:763
586
+ msgid ""
587
+ "This will restrict access to theme installation, update, activation and "
588
+ "deletion."
589
+ msgstr ""
590
+ "Tämä rajoittaa pääsyoikeuksia teemojen asennuksiin, päivityksiin, "
591
+ "ajtivointiin ja poistoon."
592
+
593
+ #: src/features/admin_access_restriction.php:770
594
+ #, php-format
595
+ msgid "%s and %s"
596
+ msgstr "%s ja %s"
597
+
598
+ #: src/features/admin_access_restriction.php:772
599
+ msgid "Edit Theme Options"
600
+ msgstr "Muokkaa teemavalintoja"
601
+
602
+ #: src/features/admin_access_restriction.php:779
603
+ msgid "Enable"
604
+ msgstr "Laita päälle"
605
+
606
+ #: src/features/admin_access_restriction.php:780
607
+ msgid "Activate Your White Label Settings"
608
+ msgstr "Aktivoi omat White Label-asetukset"
609
+
610
+ #: src/features/admin_access_restriction.php:781
611
+ msgid "Turn on/off the application of your White Label settings."
612
+ msgstr "Ota käyttöön/Poista käytöstä sovellus White Label-asetuksissa."
613
+
614
+ #: src/features/admin_access_restriction.php:784
615
+ msgid "Hide Updates"
616
+ msgstr "Piilota päivitykset"
617
+
618
+ #: src/features/admin_access_restriction.php:785
619
+ msgid "Hide Plugin Updates From Non-Security Admins"
620
+ msgstr "Näytä lisäosien päivitykset VAIN tietoturvapäällikölle"
621
+
622
+ #: src/features/admin_access_restriction.php:786
623
+ #, fuzzy, php-format
624
+ msgid "Hide available %s updates from non-security administrators."
625
+ msgstr ""
626
+ "Piilota käytettävissä olevat %s päivitykset ei-tietoturva-"
627
+ "järjestelmänvalvojilta."
628
+
629
+ #: src/features/admin_access_restriction.php:789
630
+ #: src/features/admin_access_restriction.php:796
631
+ msgid "Plugin Name"
632
+ msgstr "Lisäosan nimi"
633
+
634
+ #: src/features/admin_access_restriction.php:790
635
+ msgid "The Name Of The Plugin"
636
+ msgstr "Lisäosan nimi"
637
+
638
+ #: src/features/admin_access_restriction.php:791
639
+ msgid "The name of the plugin that will be displayed to your site users."
640
+ msgstr "Sivustosi käyttäjille näytettävän lisäosan nimi."
641
+
642
+ #: src/features/admin_access_restriction.php:794
643
+ msgid "Menu Title"
644
+ msgstr "Valikon otsake"
645
+
646
+ #: src/features/admin_access_restriction.php:795
647
+ msgid "The Main Menu Title Of The Plugin"
648
+ msgstr "Lisäosan päävalikon otsake"
649
+
650
+ #: src/features/admin_access_restriction.php:796
651
+ #, php-format
652
+ msgid ""
653
+ "The Main Menu Title Of The Plugin. If left empty, the \"%s\" will be used."
654
+ msgstr ""
655
+ "Lisäosan päävalikon otsake. Jos jätetään tyhjäksi, käytetään arvoa \"%s\"."
656
+
657
+ #: src/features/admin_access_restriction.php:799
658
+ msgid "Company Name"
659
+ msgstr "Yrityksen nimi"
660
+
661
+ #: src/features/admin_access_restriction.php:800
662
+ msgid "The Name Of Your Company"
663
+ msgstr "Yrityksesi nimi"
664
+
665
+ #: src/features/admin_access_restriction.php:801
666
+ msgid "Provide the name of your company."
667
+ msgstr "Kirjoita yrityksesi nimi."
668
+
669
+ #: src/features/admin_access_restriction.php:804
670
+ msgid "Description"
671
+ msgstr "Kuvaus"
672
+
673
+ #: src/features/admin_access_restriction.php:805
674
+ msgid "The Description Of The Plugin"
675
+ msgstr "Lisäosan kuvaus"
676
+
677
+ #: src/features/admin_access_restriction.php:806
678
+ msgid "The description of the plugin displayed on the plugins page."
679
+ msgstr "Lisäosasivulla näytettävän lisäosan kuvaus."
680
+
681
+ #: src/features/admin_access_restriction.php:809
682
+ msgid "Home URL"
683
+ msgstr "Koti URL"
684
+
685
+ #: src/features/admin_access_restriction.php:810
686
+ msgid "Plugin Home Page URL"
687
+ msgstr "Lisäosan kotisivuston URL"
688
+
689
+ #: src/features/admin_access_restriction.php:811
690
+ msgid ""
691
+ "When a user clicks the home link for this plugin, this is where they'll be "
692
+ "directed."
693
+ msgstr ""
694
+ "Kun käyttäjä napsauttaa tämän lisäosan kotilinkkiä, ohjataan kä yttäjä "
695
+ "siihen."
696
+
697
+ #: src/features/admin_access_restriction.php:814
698
+ msgid "Menu Icon"
699
+ msgstr "Valikon kuvake"
700
+
701
+ #: src/features/admin_access_restriction.php:815
702
+ msgid "Menu Icon URL"
703
+ msgstr "Valikon kuvakkeen URL-osoite"
704
+
705
+ #: src/features/admin_access_restriction.php:816
706
+ msgid "The URL of the icon to display in the menu."
707
+ msgstr "Valikossa käytettävän kuvakkeen URL-osoite."
708
+
709
+ #: src/features/admin_access_restriction.php:817
710
+ #: src/features/admin_access_restriction.php:823
711
+ #, fuzzy, php-format
712
+ msgid "The %s should measure %s."
713
+ msgstr "%s: n tulee mitata %s."
714
+
715
+ #: src/features/admin_access_restriction.php:817
716
+ msgid "icon"
717
+ msgstr "kuvake"
718
+
719
+ #: src/features/admin_access_restriction.php:820
720
+ msgid "Dashboard Logo"
721
+ msgstr "Dashboard Logo"
722
+
723
+ #: src/features/admin_access_restriction.php:821
724
+ msgid "Dashboard Logo URL"
725
+ msgstr "Dashboard Logon URL-osoite"
726
+
727
+ #: src/features/admin_access_restriction.php:822
728
+ msgid "The URL of the logo to display in the admin pages."
729
+ msgstr "Hallinnan sivuilla näytettävän kuvakkeen URL-osoite."
730
+
731
+ #: src/features/admin_access_restriction.php:823
732
+ msgid "logo"
733
+ msgstr "kuvake"
734
+
735
+ #: src/features/admin_access_restriction.php:826
736
+ #: src/features/admin_access_restriction.php:827
737
+ #, fuzzy
738
+ msgid "2FA Login Logo URL"
739
+ msgstr "2FA: n sisäänkirjautumislogon URL-osoite"
740
+
741
+ #: src/features/admin_access_restriction.php:828
742
+ #, fuzzy
743
+ msgid ""
744
+ "The URL of the logo to display on the Two-Factor Authentication login page."
745
+ msgstr ""
746
+ "Kahden tekijän todentamisen kirjautumissivulla näkyvän logon URL-osoite."
747
+
748
+ #: src/features/admin_access_restriction.php:892
749
+ #, fuzzy
750
+ msgid ""
751
+ "Sorry, this plugin is protected against unauthorised attempts to disable it."
752
+ msgstr ""
753
+ "Tämä laajennus on suojattu luvattomilta yrityksiltä sen poistamiseksi "
754
+ "käytöstä."
755
+
756
+ #: src/features/admin_access_restriction.php:895
757
+ #, fuzzy
758
+ msgid "You'll just need to authenticate first and try again."
759
+ msgstr "Sinun täytyy vain todentaa ensin ja yrittää uudelleen."
760
+
761
+ #: src/features/audit_trail.php:47
762
+ #, fuzzy
763
+ msgid "Invalid audit entry selected for this action"
764
+ msgstr "Tähän toimintoon valittu virheellinen tarkastusmerkki"
765
+
766
+ #: src/features/audit_trail.php:59
767
+ #, fuzzy
768
+ msgid "Audit entry could not be loaded."
769
+ msgstr "Tarkastuksen merkintää ei voitu ladata."
770
+
771
+ #: src/features/audit_trail.php:66
772
+ #, fuzzy
773
+ msgid "Parameter associated with this audit entry could not be found."
774
+ msgstr "Tähän tarkastusmerkintään liittyvää parametria ei löytynyt."
775
+
776
+ #: src/features/audit_trail.php:72
777
+ #, fuzzy, php-format
778
+ msgid "Parameter \"%s\" whitelisted successfully"
779
+ msgstr "Parametri \" %s\" on sallittu"
780
+
781
+ #: src/features/audit_trail.php:200 src/features/insights.php:245
782
+ #: src/features/user_management.php:429
783
+ msgid "Users"
784
+ msgstr "Käyttäjät"
785
+
786
+ #: src/features/audit_trail.php:203
787
+ msgid "WordPress"
788
+ msgstr "WordPress"
789
+
790
+ #: src/features/audit_trail.php:204
791
+ msgid "Posts"
792
+ msgstr "Artikkelit"
793
+
794
+ #: src/features/audit_trail.php:205 src/features/audit_trail.php:541
795
+ #: src/features/audit_trail.php:542
796
+ msgid "Emails"
797
+ msgstr "Sähköpostit"
798
+
799
+ #: src/features/audit_trail.php:206 src/processors/user_management.php:229
800
+ msgid "Time"
801
+ msgstr "Aika"
802
+
803
+ #: src/features/audit_trail.php:207
804
+ msgid "Event"
805
+ msgstr "Tapahtuma"
806
+
807
+ #: src/features/audit_trail.php:208
808
+ msgid "Message"
809
+ msgstr "Viesti"
810
+
811
+ #: src/features/audit_trail.php:209 src/features/user_management.php:212
812
+ #: src/processors/loginprotect_intentprovider_backup.php:171
813
+ #: src/processors/loginprotect_intentprovider_email.php:165
814
+ #: src/processors/user_management.php:198
815
+ #: src/processors/user_management.php:227
816
+ msgid "Username"
817
+ msgstr "Käyttäjänimi"
818
+
819
+ #: src/features/audit_trail.php:210
820
+ msgid "Category"
821
+ msgstr "Kategoria"
822
+
823
+ #: src/features/audit_trail.php:211 src/features/plugin.php:1363
824
+ #: src/processors/firewall.php:411
825
+ #: src/processors/loginprotect_intentprovider_backup.php:172
826
+ #: src/processors/loginprotect_intentprovider_email.php:166
827
+ #: src/processors/user_management.php:200
828
+ #: src/processors/user_management.php:228
829
+ msgid "IP Address"
830
+ msgstr "IP-osoite"
831
+
832
+ #: src/features/audit_trail.php:212 src/lib/src/Tables/Build/AuditTrail.php:101
833
+ #: src/lib/src/Tables/Build/Sessions.php:72
834
+ #: src/lib/src/Tables/Build/Traffic.php:136
835
+ msgid "You"
836
+ msgstr "Sinä"
837
+
838
+ #: src/features/audit_trail.php:213
839
+ msgid "There are currently no audit entries this is section."
840
+ msgstr "Tässä osassa ei ole tällä hetkellä yhtään toimintamerkintää."
841
+
842
+ #: src/features/audit_trail.php:283
843
+ #, fuzzy, php-format
844
+ msgid "[%s] Audit Trail Entries"
845
+ msgstr "[ %s] Audit Trail Entries"
846
+
847
+ #: src/features/audit_trail.php:350
848
+ #, fuzzy
849
+ msgid "Activity Audit Log"
850
+ msgstr "Aktiviteetin tarkastusloki"
851
+
852
+ #: src/features/audit_trail.php:351
853
+ #, fuzzy
854
+ msgid "Track Activity: What, Who, When, Where"
855
+ msgstr "Seuraa toimintaa: Mitä, kuka, milloin, missä"
856
+
857
+ #: src/features/audit_trail.php:364
858
+ msgid "users"
859
+ msgstr "käyttäjät"
860
+
861
+ #: src/features/audit_trail.php:365
862
+ msgid "plugins"
863
+ msgstr "pluginit"
864
+
865
+ #: src/features/audit_trail.php:366
866
+ msgid "themes"
867
+ msgstr "teemat"
868
+
869
+ #: src/features/audit_trail.php:367
870
+ msgid "posts"
871
+ msgstr "artikkelit"
872
+
873
+ #: src/features/audit_trail.php:368
874
+ msgid "emails"
875
+ msgstr "sähköpostit"
876
+
877
+ #: src/features/audit_trail.php:373 src/features/audit_trail.php:382
878
+ #: src/features/audit_trail.php:453
879
+ #, fuzzy
880
+ msgid "Audit Areas"
881
+ msgstr "Tarkastusalueet"
882
+
883
+ #: src/features/audit_trail.php:375
884
+ #, fuzzy
885
+ msgid "All important events on your site are being logged"
886
+ msgstr "Kaikki sivustosi tärkeät tapahtumat kirjataan"
887
+
888
+ #: src/features/audit_trail.php:384
889
+ #, fuzzy, php-format
890
+ msgid "No areas are set to be audited: %s"
891
+ msgstr "Mitään alueita ei ole asetettu tarkastettaviksi: %s"
892
+
893
+ #: src/features/audit_trail.php:398
894
+ #, fuzzy
895
+ msgid "Audit Events"
896
+ msgstr "Tarkastustapahtumat"
897
+
898
+ #: src/features/audit_trail.php:400
899
+ #, fuzzy, php-format
900
+ msgid "Important events aren't being audited: %s"
901
+ msgstr "Tärkeitä tapahtumia ei tarkasteta: %s"
902
+
903
+ #: src/features/audit_trail.php:407 src/features/audit_trail.php:434
904
+ #: src/features/insights.php:244 src/features/plugin.php:1374
905
+ #: src/wizards/plugin.php:487 src/wizards/plugin.php:492
906
+ msgid "Audit Trail"
907
+ msgstr "Toimintamerkinnät"
908
+
909
+ #: src/features/audit_trail.php:409
910
+ #, fuzzy, php-format
911
+ msgid "Maximum Audit Trail entries limited to %s"
912
+ msgstr "Suurin mahdollinen tarkastusreitin merkintä on rajoitettu %s"
913
+
914
+ #: src/features/audit_trail.php:433
915
+ msgid ""
916
+ "The Audit Trail is designed so you can look back on events and analyse what "
917
+ "happened and what may have gone wrong."
918
+ msgstr ""
919
+ "Toimenpidejäljitys on suunniteltu, jotta voisit katsoa mitä on tapahtunut ja "
920
+ "analysoida mitä tapahtui ja mikä on mennyt vikaan."
921
+
922
+ #: src/features/audit_trail.php:439 src/features/audit_trail.php:444
923
+ msgid "Audit Trail Options"
924
+ msgstr "Toimepidejäljityksen valinnat"
925
+
926
+ #: src/features/audit_trail.php:441
927
+ msgid "Provides finer control over the audit trail itself."
928
+ msgstr "Mahdollistaa toimenpidejäljityksen itsensä hienosäädön."
929
+
930
+ #: src/features/audit_trail.php:442 src/features/audit_trail.php:451
931
+ #: src/features/traffic.php:222
932
+ msgid "These settings are dependent on your requirements."
933
+ msgstr "Nämä asetukset ovat riippuvaisia vaatimuksistasi."
934
+
935
+ #: src/features/audit_trail.php:448
936
+ #, fuzzy
937
+ msgid "Enable Audit Areas"
938
+ msgstr "Ota käyttöön tarkastusalueet"
939
+
940
+ #: src/features/audit_trail.php:450
941
+ msgid "Specify which types of actions on your site are logged."
942
+ msgstr "Määritä minkä tyyppisiä toimintoja sivustollasi haluat kirjata."
943
+
944
+ #: src/features/audit_trail.php:457
945
+ #, fuzzy
946
+ msgid "Track All Major Changes To Your Site"
947
+ msgstr "Seuraa kaikkia sivustosi tärkeimpiä muutoksia"
948
+
949
+ #: src/features/audit_trail.php:458
950
+ #, fuzzy
951
+ msgid "Change Tracking"
952
+ msgstr "Muuta seurantaa"
953
+
954
+ #: src/features/audit_trail.php:462
955
+ #, fuzzy
956
+ msgid "Track significant changes to your site."
957
+ msgstr "Seuraa sivustosi merkittäviä muutoksia."
958
+
959
+ #: src/features/audit_trail.php:463
960
+ #, fuzzy
961
+ msgid "This is separate from the Audit Trail."
962
+ msgstr "Tämä on erillinen tarkastusreitistä."
963
+
964
+ #: src/features/audit_trail.php:464
965
+ msgid "Considerations"
966
+ msgstr "Näkökohdat"
967
+
968
+ #: src/features/audit_trail.php:465
969
+ #, fuzzy
970
+ msgid "Change Tracking uses snapshots that may use take up lot of data."
971
+ msgstr ""
972
+ "Muuta seuranta -toimintoa käytetään tilannekuvia, joissa voi olla paljon "
973
+ "tietoja."
974
+
975
+ #: src/features/audit_trail.php:493 src/features/autoupdates.php:386
976
+ #: src/features/firewall.php:189 src/features/hack_protect.php:1390
977
+ #: src/features/headers.php:227 src/features/ips.php:492
978
+ #: src/features/lockdown.php:215 src/features/login_protect.php:860
979
+ #: src/features/sessions.php:70 src/features/statistics.php:79
980
+ #: src/features/statistics.php:85 src/features/traffic.php:248
981
+ #: src/features/user_management.php:618
982
+ #, php-format
983
+ msgid "Enable (or Disable) The %s Module"
984
+ msgstr "Ota käyttöön (tai Ota pois käytöstä) %s moduli"
985
+
986
+ #: src/features/audit_trail.php:494 src/features/autoupdates.php:387
987
+ #: src/features/comments_filter.php:332 src/features/firewall.php:190
988
+ #: src/features/hack_protect.php:1391 src/features/headers.php:228
989
+ #: src/features/ips.php:493 src/features/lockdown.php:216
990
+ #: src/features/login_protect.php:861 src/features/sessions.php:71
991
+ #: src/features/statistics.php:80 src/features/statistics.php:86
992
+ #: src/features/traffic.php:249 src/features/user_management.php:619
993
+ #, php-format
994
+ msgid "Un-Checking this option will completely disable the %s module."
995
+ msgstr ""
996
+ "Poistamalla valinnan tästä vaihtoehdosta, %s moduli poistuu kokonaan "
997
+ "käytöstä."
998
+
999
+ #: src/features/audit_trail.php:498
1000
+ msgid "Max Trail Length"
1001
+ msgstr "Maksimi jäljityspituus"
1002
+
1003
+ #: src/features/audit_trail.php:499
1004
+ msgid "Maximum Audit Trail Length To Keep"
1005
+ msgstr "Säilytettävän jäljitysketjun maksimipituus"
1006
+
1007
+ #: src/features/audit_trail.php:500
1008
+ msgid ""
1009
+ "Automatically remove any audit trail entries when this limit is exceeded."
1010
+ msgstr ""
1011
+ "Poista automaattisesti mikä tahansa jäljitysketjun kohde, kun tämä raja "
1012
+ "ylittyy."
1013
+
1014
+ #: src/features/audit_trail.php:505
1015
+ msgid "Auto Clean"
1016
+ msgstr "Automaattinen puhdistus"
1017
+
1018
+ #: src/features/audit_trail.php:506
1019
+ #, fuzzy
1020
+ msgid "Automatically Purge Audit Log Entries Older Than The Set Number Of Days"
1021
+ msgstr ""
1022
+ "Puhdista tarkistuslokin merkinnät vanhemmiksi kuin asetettujen päivien "
1023
+ "lukumäärä"
1024
+
1025
+ #: src/features/audit_trail.php:507
1026
+ msgid ""
1027
+ "Events older than the number of days specified will be automatically cleaned "
1028
+ "from the database."
1029
+ msgstr ""
1030
+ "Määriteltyä päivien lukumäärää vanhemmat tapahtumat puhdistetaan "
1031
+ "automaattisesti tietokannasta."
1032
+
1033
+ #: src/features/audit_trail.php:511 src/features/audit_trail.php:512
1034
+ #: src/features/audit_trail.php:513
1035
+ msgid "Users And Logins"
1036
+ msgstr "Käyttäjät ja kirjautumiset"
1037
+
1038
+ #: src/features/audit_trail.php:512 src/features/audit_trail.php:518
1039
+ #: src/features/audit_trail.php:524 src/features/audit_trail.php:530
1040
+ #: src/features/audit_trail.php:536 src/features/audit_trail.php:542
1041
+ #: src/features/audit_trail.php:548
1042
+ #, php-format
1043
+ msgid "Enable Audit Context - %s"
1044
+ msgstr "Aktivoi toimintamerkintäkohta - %s"
1045
+
1046
+ #: src/features/audit_trail.php:513 src/features/audit_trail.php:519
1047
+ #: src/features/audit_trail.php:525 src/features/audit_trail.php:531
1048
+ #: src/features/audit_trail.php:537 src/features/audit_trail.php:543
1049
+ #: src/features/audit_trail.php:549
1050
+ #, php-format
1051
+ msgid ""
1052
+ "When this context is enabled, the audit trail will track activity relating "
1053
+ "to: %s"
1054
+ msgstr ""
1055
+ "Kun tämä on valittuna toimenpidejäljitys jäljittää toimintasi liittyen: %s"
1056
+
1057
+ #: src/features/audit_trail.php:519
1058
+ msgid "WordPress Plugins"
1059
+ msgstr "WordPress lisäosat"
1060
+
1061
+ #: src/features/audit_trail.php:525
1062
+ msgid "WordPress Themes"
1063
+ msgstr "WordPress teemat"
1064
+
1065
+ #: src/features/audit_trail.php:529 src/features/audit_trail.php:530
1066
+ msgid "Posts And Pages"
1067
+ msgstr "Artikkelit ja sivut"
1068
+
1069
+ #: src/features/audit_trail.php:531
1070
+ msgid "Editing and publishing of posts and pages"
1071
+ msgstr "Artikkelien ja sivujen julkaisu ja muokkaus"
1072
+
1073
+ #: src/features/audit_trail.php:535 src/features/audit_trail.php:536
1074
+ msgid "WordPress And Settings"
1075
+ msgstr "WordPress ja asetukset"
1076
+
1077
+ #: src/features/audit_trail.php:537
1078
+ msgid "WordPress upgrades and changes to particular WordPress settings"
1079
+ msgstr "WordPress päivitykset ja muutokset erityisiin WordPress asetuksiin"
1080
+
1081
+ #: src/features/audit_trail.php:543
1082
+ msgid "Email Sending"
1083
+ msgstr "Sähköpostin lähetys"
1084
+
1085
+ #: src/features/audit_trail.php:553
1086
+ #, fuzzy
1087
+ msgid "Site Change Tracking"
1088
+ msgstr "Sivuston muutoksen seuranta"
1089
+
1090
+ #: src/features/audit_trail.php:554
1091
+ #, fuzzy
1092
+ msgid "Track Major Changes To Your Site"
1093
+ msgstr "Seuraa sivustosi suuria muutoksia"
1094
+
1095
+ #: src/features/audit_trail.php:555
1096
+ #, fuzzy
1097
+ msgid ""
1098
+ "Tracking major changes to your site will help you monitor and catch "
1099
+ "malicious damage."
1100
+ msgstr ""
1101
+ "Suurten muutosten seuranta sivustossasi auttaa sinua seuraamaan ja ottamaan "
1102
+ "vastaan haitallista vahinkoa."
1103
+
1104
+ #: src/features/audit_trail.php:559
1105
+ #, fuzzy
1106
+ msgid "Snapshot Per Week"
1107
+ msgstr "Snapshot Per Week"
1108
+
1109
+ #: src/features/audit_trail.php:560
1110
+ #, fuzzy
1111
+ msgid "Number Of Snapshots To Take Per Week"
1112
+ msgstr "Näyttökertojen lukumäärä viikossa"
1113
+
1114
+ #: src/features/audit_trail.php:561
1115
+ #, fuzzy
1116
+ msgid ""
1117
+ "The number of snapshots to take per week. For daily snapshots, select 7."
1118
+ msgstr "Näyttökuvien määrä viikossa. Valitse päivittäisistä kuvista 7."
1119
+
1120
+ #: src/features/audit_trail.php:562
1121
+ #, fuzzy
1122
+ msgid "Data storage in your database increases with the number of snapshots."
1123
+ msgstr ""
1124
+ "Tietojen tallentaminen tietokantaan kasvaa tilannekuvien määrän kanssa."
1125
+
1126
+ #: src/features/audit_trail.php:563
1127
+ #, fuzzy
1128
+ msgid ""
1129
+ "However, increased snapshots provide more granular information on when major "
1130
+ "site changes occurred."
1131
+ msgstr ""
1132
+ "Suuremmat tilannekuvat antavat kuitenkin tarkempia tietoja siitä, milloin "
1133
+ "suuret sivuston muutokset tapahtuivat."
1134
+
1135
+ #: src/features/audit_trail.php:567
1136
+ #, fuzzy
1137
+ msgid "Max Snapshots"
1138
+ msgstr "Max Snapshots"
1139
+
1140
+ #: src/features/audit_trail.php:568
1141
+ #, fuzzy
1142
+ msgid "Maximum Number Of Snapshots To Retain"
1143
+ msgstr "Tallennettavien kuvien enimmäismäärä"
1144
+
1145
+ #: src/features/audit_trail.php:569
1146
+ #, fuzzy
1147
+ msgid ""
1148
+ "The more snapshots you retain, the further back you can look at changes over "
1149
+ "your site."
1150
+ msgstr ""
1151
+ "Mitä enemmän otoksia pidät, sitä kauemmas voit tarkastella sivustosi "
1152
+ "muutoksia."
1153
+
1154
+ #: src/features/audit_trail.php:570
1155
+ #, fuzzy
1156
+ msgid ""
1157
+ "You will need to consider the implications to database storage requirements."
1158
+ msgstr "Sinun täytyy harkita vaikutuksia tietokannan tallennusvaatimuksiin."
1159
+
1160
+ #: src/features/autoupdates.php:135
1161
+ msgid "You do not have permissions to perform this action."
1162
+ msgstr "Sinulla ei ole oikeuksia tehdä tätä."
1163
+
1164
+ #: src/features/autoupdates.php:144
1165
+ #, php-format
1166
+ msgid "Plugin \"%s\" will %s."
1167
+ msgstr "Lisäosa \"%s\" will %s."
1168
+
1169
+ #: src/features/autoupdates.php:147
1170
+ msgid "update automatically"
1171
+ msgstr "päivittyy automaattisesti"
1172
+
1173
+ #: src/features/autoupdates.php:147
1174
+ msgid "not update automatically"
1175
+ msgstr "ei päivity automaattisesti"
1176
+
1177
+ #: src/features/autoupdates.php:152
1178
+ msgid "Failed to change the update status of the plugin."
1179
+ msgstr "Lisäosan päivitystilaa ei voitu muuttaa."
1180
+
1181
+ #: src/features/autoupdates.php:207 src/features/autoupdates.php:239
1182
+ #: src/features/autoupdates.php:322 src/features/hack_protect.php:1428
1183
+ #: src/features/plugin.php:1377
1184
+ msgid "Automatic Updates"
1185
+ msgstr "Automaattiset päivitykset"
1186
+
1187
+ #: src/features/autoupdates.php:216
1188
+ #, fuzzy
1189
+ msgid "Automatic Updates Are Not Disabled As Expected."
1190
+ msgstr "Automaattiset päivitykset eivät ole pois käytöstä, kuten odotetaan."
1191
+
1192
+ #: src/features/autoupdates.php:219
1193
+ #, fuzzy, php-format
1194
+ msgid ""
1195
+ "A plugin/theme other than %s is affecting your automatic update settings."
1196
+ msgstr ""
1197
+ "Muu plugin / teema kuin %s vaikuttaa automaattisiin päivitysasetuksiin."
1198
+
1199
+ #: src/features/autoupdates.php:240
1200
+ #, fuzzy
1201
+ msgid "Control WordPress Automatic Updates"
1202
+ msgstr "Ohjaus WordPress Automaattiset päivitykset"
1203
+
1204
+ #: src/features/autoupdates.php:254
1205
+ #, fuzzy
1206
+ msgid "Disabled All"
1207
+ msgstr "Ei käytössä"
1208
+
1209
+ #: src/features/autoupdates.php:257
1210
+ #, fuzzy
1211
+ msgid "All automatic updates on this site are disabled"
1212
+ msgstr "Kaikki tämän sivuston automaattiset päivitykset on poistettu käytöstä"
1213
+
1214
+ #: src/features/autoupdates.php:258
1215
+ #, fuzzy
1216
+ msgid "The automatic updates system is enabled"
1217
+ msgstr "Automaattinen päivitysjärjestelmä on käytössä"
1218
+
1219
+ #: src/features/autoupdates.php:267
1220
+ #, fuzzy
1221
+ msgid "Core Updates"
1222
+ msgstr "Core-päivitykset"
1223
+
1224
+ #: src/features/autoupdates.php:270
1225
+ #, fuzzy
1226
+ msgid "Minor WP Core updates will be installed automatically"
1227
+ msgstr "Pienet WP-ydinpäivitykset asennetaan automaattisesti"
1228
+
1229
+ #: src/features/autoupdates.php:271
1230
+ #, fuzzy
1231
+ msgid "Minor WP Core updates will not be installed automatically"
1232
+ msgstr "Pieniä WP-ydinpäivityksiä ei asenneta automaattisesti"
1233
+
1234
+ #: src/features/autoupdates.php:278 src/features/autoupdates.php:454
1235
+ msgid "Update Delay"
1236
+ msgstr "Päivitysviive"
1237
+
1238
+ #: src/features/autoupdates.php:281
1239
+ #, fuzzy
1240
+ msgid "Automatic updates are applied after a short delay"
1241
+ msgstr "Automaattisia päivityksiä sovelletaan lyhyen viiveen jälkeen"
1242
+
1243
+ #: src/features/autoupdates.php:282
1244
+ #, fuzzy
1245
+ msgid "Automatic updates are applied immediately"
1246
+ msgstr "Automaattisia päivityksiä sovelletaan välittömästi"
1247
+
1248
+ #: src/features/autoupdates.php:291
1249
+ #, fuzzy
1250
+ msgid "Self Auto-Update"
1251
+ msgstr "Automaattinen automaattinen päivitys"
1252
+
1253
+ #: src/features/autoupdates.php:294
1254
+ #, fuzzy, php-format
1255
+ msgid "%s is automatically updated"
1256
+ msgstr "%s päivitetään automaattisesti"
1257
+
1258
+ #: src/features/autoupdates.php:295
1259
+ #, fuzzy, php-format
1260
+ msgid "%s isn't automatically updated"
1261
+ msgstr "%s ei päivity automaattisesti"
1262
+
1263
+ #: src/features/autoupdates.php:321
1264
+ msgid ""
1265
+ "Automatic Updates lets you manage the WordPress automatic updates engine so "
1266
+ "you choose what exactly gets updated automatically."
1267
+ msgstr ""
1268
+ "Automaattiset päivitykset antavat sinun hallita WordPress'n automaattista "
1269
+ "päivitysmoottoria siten, että voit valita mitä tarkalleen päivitetään "
1270
+ "automaattisesti."
1271
+
1272
+ #: src/features/autoupdates.php:327
1273
+ msgid "Disable ALL WordPress Automatic Updates"
1274
+ msgstr "Poista KAIKKI WordPress'n automaattiset päivitykset"
1275
+
1276
+ #: src/features/autoupdates.php:329
1277
+ msgid ""
1278
+ "If you never want WordPress to automatically update anything on your site, "
1279
+ "turn on this option."
1280
+ msgstr ""
1281
+ "Mikäli ET halua WordPress'n päivittävän MITÄÄN sivustollasi, laita tämä "
1282
+ "valinta päälle."
1283
+
1284
+ #: src/features/autoupdates.php:330
1285
+ msgid "Do not turn on this option unless you really need to block updates."
1286
+ msgstr "ÄLÄ laita tätä valintaa päälle ellet todella halua estää päivityksiä."
1287
+
1288
+ #: src/features/autoupdates.php:332
1289
+ msgid "Turn Off"
1290
+ msgstr "Laita päältä"
1291
+
1292
+ #: src/features/autoupdates.php:336
1293
+ msgid "Automatic Plugin Self-Update"
1294
+ msgstr "Automaattinen pluginin itsepäivitys"
1295
+
1296
+ #: src/features/autoupdates.php:340
1297
+ #, php-format
1298
+ msgid ""
1299
+ "Allows the %s plugin to automatically update itself when an update is "
1300
+ "available."
1301
+ msgstr ""
1302
+ "Mahdollistaa %s lisäosan automaattisen päivittymisen kun päivityksiä on "
1303
+ "saatavilla."
1304
+
1305
+ #: src/features/autoupdates.php:342
1306
+ msgid "Keep this option turned on."
1307
+ msgstr "Pidä tämä valinta päälle laitttuna."
1308
+
1309
+ #: src/features/autoupdates.php:344
1310
+ msgid "Self-Update"
1311
+ msgstr "Itsepäivitys"
1312
+
1313
+ #: src/features/autoupdates.php:348
1314
+ msgid "Automatic Updates For WordPress Components"
1315
+ msgstr "Automaattiset päivitykset WordPress-komponenteille"
1316
+
1317
+ #: src/features/autoupdates.php:350
1318
+ msgid "Control how automatic updates for each WordPress component is handled."
1319
+ msgstr ""
1320
+ "Kontrolloi kuinka automaattisia päivityksiä kunkin WordPress-lisäosan osalta "
1321
+ "käsitellään."
1322
+
1323
+ #: src/features/autoupdates.php:351
1324
+ msgid "You should at least allow minor updates for the WordPress core."
1325
+ msgstr "Sinun pitäisi sallia ainakin pienemmät päivitykset WordPress-ytimeen."
1326
+
1327
+ #: src/features/autoupdates.php:353
1328
+ msgid "WordPress Components"
1329
+ msgstr "WordPress komponentit"
1330
+
1331
+ #: src/features/autoupdates.php:357 src/features/autoupdates.php:358
1332
+ msgid "Auto-Update Options"
1333
+ msgstr "Automaattipäivityksen valinnat"
1334
+
1335
+ #: src/features/autoupdates.php:360
1336
+ msgid "Make adjustments to how automatic updates are handled on your site."
1337
+ msgstr "Säädä, miten automaattisia päivityksiä käsitellään sivustossasi."
1338
+
1339
+ #: src/features/autoupdates.php:391
1340
+ msgid "Disable All"
1341
+ msgstr "Poista kaikki käytöstä"
1342
+
1343
+ #: src/features/autoupdates.php:392
1344
+ msgid "Completely Disable WordPress Automatic Updates"
1345
+ msgstr ""
1346
+ "Poista kokonaisuudessaan käytöstä WordPress'n automaattiset päivitykset"
1347
+
1348
+ #: src/features/autoupdates.php:393
1349
+ msgid ""
1350
+ "When selected, regardless of any other settings, all WordPress automatic "
1351
+ "updates on this site will be completely disabled!"
1352
+ msgstr ""
1353
+ "Mikäli tämä valitaan niin riippumatta kaikista muista asetuksista, KAIKKI "
1354
+ "WordPress'n automaattiset päivitykset tällä sivustolla poistetaan kokonaan "
1355
+ "käytöstä!"
1356
+
1357
+ #: src/features/autoupdates.php:397
1358
+ msgid "Auto Update Plugin"
1359
+ msgstr "Päivitä Plugin automaattisesti"
1360
+
1361
+ #: src/features/autoupdates.php:398
1362
+ msgid "Always Automatically Update This Plugin"
1363
+ msgstr "Päivitä AINA tämä Plugin automaattisesti"
1364
+
1365
+ #: src/features/autoupdates.php:400
1366
+ #, fuzzy, php-format
1367
+ msgid ""
1368
+ "Regardless of any other settings, automatically update the \"%s\" plugin."
1369
+ msgstr ""
1370
+ "Muista asetuksista riippumatta päivittää automaattisesti \" %s\" -"
1371
+ "sovelluksen."
1372
+
1373
+ #: src/features/autoupdates.php:406
1374
+ msgid "WordPress Core Updates"
1375
+ msgstr "WordPress-ytimen päivitykset"
1376
+
1377
+ #: src/features/autoupdates.php:407
1378
+ msgid "Decide how the WordPress Core will automatically update, if at all"
1379
+ msgstr "Päätä kuinka WordPress-ydin päivitetään automaattisesti, jos ollenkaan"
1380
+
1381
+ #: src/features/autoupdates.php:408
1382
+ msgid ""
1383
+ "At least automatically upgrading minor versions is recommended (and is the "
1384
+ "WordPress default)."
1385
+ msgstr ""
1386
+ "Ainakin pienempien päivitysversioiden automaattipäivitystä suositellaan (ja "
1387
+ "se on myös WordPress'n oletus)."
1388
+
1389
+ #: src/features/autoupdates.php:412
1390
+ msgid "Translations"
1391
+ msgstr "Käännökset"
1392
+
1393
+ #: src/features/autoupdates.php:413
1394
+ msgid "Automatically Update Translations"
1395
+ msgstr "Päivitä käännökset automaattisesti"
1396
+
1397
+ #: src/features/autoupdates.php:414
1398
+ msgid ""
1399
+ "Note: Automatic updates for translations are enabled on WordPress by default."
1400
+ msgstr ""
1401
+ "HUOMIO: Käännösten automaattipäivitykset ovat toiminnassa WordPress'ssä "
1402
+ "oletuksena."
1403
+
1404
+ #: src/features/autoupdates.php:419
1405
+ msgid "Automatically Update All Plugins"
1406
+ msgstr "Päivitä kaikki lisäosat automaattisesti"
1407
+
1408
+ #: src/features/autoupdates.php:420
1409
+ msgid ""
1410
+ "Note: Automatic updates for plugins are disabled on WordPress by default."
1411
+ msgstr ""
1412
+ "HUOMIO: Pluginien automaattipäivitykset ovat pois käytöstä oletuksena "
1413
+ "WordPress'ssä."
1414
+
1415
+ #: src/features/autoupdates.php:424
1416
+ msgid "Individually Select Plugins"
1417
+ msgstr "Valitse lisäosat yksilöllisesti"
1418
+
1419
+ #: src/features/autoupdates.php:425
1420
+ msgid "Select Individual Plugins To Automatically Update"
1421
+ msgstr "Valitse yksilöllisesti lisäosat, jotka päivitetään automaattisesti"
1422
+
1423
+ #: src/features/autoupdates.php:426
1424
+ msgid ""
1425
+ "Turning this on will provide an option on the plugins page to select whether "
1426
+ "a plugin is automatically updated."
1427
+ msgstr ""
1428
+ "Tämän päälle ottaminen antaa vaihtoehdon lisäosat-sivulle valita onko plugin "
1429
+ "päivitetty automaattisesti."
1430
+
1431
+ #: src/features/autoupdates.php:431
1432
+ msgid "Automatically Update Themes"
1433
+ msgstr "Päivitä teemat automaattisesti"
1434
+
1435
+ #: src/features/autoupdates.php:432
1436
+ msgid ""
1437
+ "Note: Automatic updates for themes are disabled on WordPress by default."
1438
+ msgstr ""
1439
+ "HUOMIO: Automaattiset teemojen päivitykset EIVÄT ole toiminnassa "
1440
+ "WordPress'ssä oletuksena."
1441
+
1442
+ #: src/features/autoupdates.php:436
1443
+ msgid "Ignore Version Control"
1444
+ msgstr "Älä huomioi versionhallintaa"
1445
+
1446
+ #: src/features/autoupdates.php:437
1447
+ msgid "Ignore Version Control Systems Such As GIT and SVN"
1448
+ msgstr "Jätä huomiotta versionhallintajärjestelmät kuten GIT ja SVN"
1449
+
1450
+ #: src/features/autoupdates.php:438
1451
+ msgid ""
1452
+ "If you use SVN or GIT and WordPress detects it, automatic updates are "
1453
+ "disabled by default. Check this box to ignore version control systems and "
1454
+ "allow automatic updates."
1455
+ msgstr ""
1456
+ "Mikäli käytät SVN- tai GIT-versionhallintaa ja WordPress havaitsee sen ovat "
1457
+ "automaattiset päivitykset oletuksena pois päältä. Ruksaa tämä valintaruutu "
1458
+ "jättääksesi huomiotta versionhallintajärjestelmät ja salliaksesi "
1459
+ "automaattipäivitykset."
1460
+
1461
+ #: src/features/autoupdates.php:442
1462
+ msgid "Send Report Email"
1463
+ msgstr "Lähetä raportti-sähköposti"
1464
+
1465
+ #: src/features/autoupdates.php:443
1466
+ msgid "Send email notices after automatic updates"
1467
+ msgstr "Lähetä sähköposti-ilmoitus automaattisten päivitysten jälkeen"
1468
+
1469
+ #: src/features/autoupdates.php:444
1470
+ msgid ""
1471
+ "You can turn on/off email notices from automatic updates by un/checking this "
1472
+ "box."
1473
+ msgstr ""
1474
+ "Voit ottaa käyttöön/ poistaa käytöstä sähköposti-ilmoitukset automaattisista "
1475
+ "päivityksistä ruksaamalla/poistamalla ruksin tästä valintaruudusta."
1476
+
1477
+ #: src/features/autoupdates.php:448
1478
+ msgid "Report Email Address"
1479
+ msgstr "Raportin sähköpostiosoite"
1480
+
1481
+ #: src/features/autoupdates.php:449
1482
+ msgid "Where to send upgrade notification reports"
1483
+ msgstr "Minne päivitysilmoitukset lähetetään"
1484
+
1485
+ #: src/features/autoupdates.php:450
1486
+ msgid "If this is empty, it will default to the Site Admin email address"
1487
+ msgstr ""
1488
+ "Mikäli tämä on tyhjä, oletuksena käytetään taustahallinnan "
1489
+ "sähköpostiosoitetta"
1490
+
1491
+ #: src/features/autoupdates.php:455
1492
+ msgid "Delay Automatic Updates For Period Of Stability"
1493
+ msgstr "Viivyttää automaattisia päivityksiä ajanjaksolle"
1494
+
1495
+ #: src/features/autoupdates.php:456
1496
+ #, fuzzy, php-format
1497
+ msgid ""
1498
+ "%s will delay upgrades until the new update has been available for the set "
1499
+ "number of days."
1500
+ msgstr ""
1501
+ "%s viivästyttää päivityksiä, kunnes uusi päivitys on ollut käytettävissä "
1502
+ "määrättyinä päivinä."
1503
+
1504
+ #: src/features/autoupdates.php:457
1505
+ msgid ""
1506
+ "This helps ensure updates are more stable before they're automatically "
1507
+ "applied to your site."
1508
+ msgstr ""
1509
+ "Näin varmistat, että päivitykset pysyvät entistä vakaampina, ennen kuin ne "
1510
+ "siirtyvät automaattisesti sivustoosi."
1511
+
1512
+ #: src/features/base.php:693
1513
+ #, php-format
1514
+ msgid "Module %s"
1515
+ msgstr "Moduuli %s"
1516
+
1517
+ #: src/features/base.php:693 src/wizards/plugin.php:488
1518
+ #: src/wizards/plugin.php:521 src/wizards/plugin.php:557
1519
+ #: src/wizards/plugin.php:704
1520
+ msgid "Enabled"
1521
+ msgstr "Päällä"
1522
+
1523
+ #: src/features/base.php:693 src/wizards/plugin.php:488
1524
+ #: src/wizards/plugin.php:521 src/wizards/plugin.php:557
1525
+ #: src/wizards/plugin.php:704
1526
+ msgid "Disabled"
1527
+ msgstr "Pois päältä"
1528
+
1529
+ #: src/features/base.php:1000
1530
+ msgid ""
1531
+ "Unfortunately your WordPress and/or PHP versions are too old to support this "
1532
+ "feature."
1533
+ msgstr ""
1534
+ "Valitettavasti WordPress- ja/tai PHP-versiosi ovat liian vanhoja tämän "
1535
+ "ominaisuuden tukemiseksi."
1536
+
1537
+ #: src/features/base.php:1153
1538
+ #, php-format
1539
+ msgid "%s Plugin options updated successfully."
1540
+ msgstr "%s pluginin valintojen päivitys onnistui."
1541
+
1542
+ #: src/features/base.php:1157
1543
+ #, fuzzy, php-format
1544
+ msgid "Failed to update %s plugin options."
1545
+ msgstr "%s plugin -asetusten päivittäminen epäonnistui."
1546
+
1547
+ #: src/features/base.php:1189
1548
+ #, fuzzy
1549
+ msgid "You don't currently have permission to save settings."
1550
+ msgstr "Sinulla ei ole tällä hetkellä lupaa tallentaa asetuksia."
1551
+
1552
+ #: src/features/base.php:1205
1553
+ msgid "Plugin options updated successfully."
1554
+ msgstr "Lisäosien valinnat päivitetty onnistuneesti."
1555
+
1556
+ #: src/features/base.php:1293
1557
+ msgid "Password values do not match."
1558
+ msgstr "Salasanat eivät täsmää keskenään."
1559
+
1560
+ #: src/features/base.php:1525 src/features/base_wpsf.php:182
1561
+ #: src/features/base_wpsf.php:232 src/features/insights.php:240
1562
+ msgid "Settings"
1563
+ msgstr "Asetukset"
1564
+
1565
+ #: src/features/base.php:1528 src/lib/src/Tables/Render/ScanWpv.php:55
1566
+ #: src/processors/hackprotect_scan_mal.php:158
1567
+ #: src/processors/hackprotect_scan_wcf.php:165
1568
+ #: src/processors/hackprotect_scan_wpv.php:209
1569
+ #: src/processors/loginprotect_intent.php:305
1570
+ msgid "More Info"
1571
+ msgstr "Lisätietoa"
1572
+
1573
+ #: src/features/base.php:1529 src/features/base_wpsf.php:186
1574
+ #: src/features/base_wpsf.php:236
1575
+ msgid "Blog"
1576
+ msgstr "Blogi"
1577
+
1578
+ #: src/features/base.php:1530 src/features/base_wpsf.php:187
1579
+ #: src/features/base_wpsf.php:237
1580
+ msgid "Save All Settings"
1581
+ msgstr "Tallenna kaikki asetukset"
1582
+
1583
+ #: src/features/base.php:1531
1584
+ #, fuzzy
1585
+ msgid "Watch Help Video"
1586
+ msgstr "Katso ohjevideo"
1587
+
1588
+ #: src/features/base.php:1532
1589
+ msgid "Save Options"
1590
+ msgstr "Tallenna valinnat"
1591
+
1592
+ #: src/features/base.php:1534 src/features/base_wpsf.php:192
1593
+ #: src/features/base_wpsf.php:242
1594
+ msgid "Help"
1595
+ msgstr "APU"
1596
+
1597
+ #: src/features/base.php:1535
1598
+ #, fuzzy
1599
+ msgid "Wizards"
1600
+ msgstr "Wizards"
1601
+
1602
+ #: src/features/base.php:1535
1603
+ #, fuzzy
1604
+ msgid "No Wizards"
1605
+ msgstr "Ei velhoja"
1606
+
1607
+ #: src/features/base.php:1572
1608
+ msgid "For more information:"
1609
+ msgstr "Lisätietoja:"
1610
+
1611
+ #: src/features/base.php:1573 src/processors/base_plugin.php:65
1612
+ msgid "Support Forums"
1613
+ msgstr "Tukifoorumit"
1614
+
1615
+ #: src/features/base_wpsf.php:185 src/features/base_wpsf.php:235
1616
+ #, fuzzy
1617
+ msgid "Info"
1618
+ msgstr "Lisätietoa tästä skannerista"
1619
+
1620
+ #: src/features/base_wpsf.php:189 src/features/base_wpsf.php:239
1621
+ msgid "Configure Module"
1622
+ msgstr "Muokkaa modulia"
1623
+
1624
+ #: src/features/base_wpsf.php:190 src/features/base_wpsf.php:240
1625
+ msgid "Actions and Info"
1626
+ msgstr "Toiminnot ja Info"
1627
+
1628
+ #: src/features/base_wpsf.php:191 src/features/base_wpsf.php:241
1629
+ msgid "Perform actions for this module"
1630
+ msgstr "Tee toimenpiteet tähän moduuliin"
1631
+
1632
+ #: src/features/base_wpsf.php:193 src/features/base_wpsf.php:243
1633
+ msgid "Learn More"
1634
+ msgstr "Lue lisää"
1635
+
1636
+ #: src/features/base_wpsf.php:194
1637
+ msgid "Supply Password"
1638
+ msgstr "Syötä salasana"
1639
+
1640
+ #: src/features/base_wpsf.php:195
1641
+ msgid "Confirm Password"
1642
+ msgstr "Vahvista salasana"
1643
+
1644
+ #: src/features/base_wpsf.php:197 src/features/base_wpsf.php:247
1645
+ msgid "Plugin Access Restricted"
1646
+ msgstr "Lisäosaan pääsy rajoitettu"
1647
+
1648
+ #: src/features/base_wpsf.php:198 src/features/base_wpsf.php:248
1649
+ msgid ""
1650
+ "This security plugin is restricted to administrators with the Security "
1651
+ "Access Key."
1652
+ msgstr ""
1653
+ "Tämä turvallisuuslisäosaon rajoitettu järjestelmänvalvojille, joilla on "
1654
+ "suojausavain."
1655
+
1656
+ #: src/features/base_wpsf.php:199 src/features/base_wpsf.php:249
1657
+ msgid "Please provide the Security Access Key to manage this plugin."
1658
+ msgstr "Ole hyvä ja annan suojausavain tämä lisäosan hallinnoimiseksi."
1659
+
1660
+ #: src/features/base_wpsf.php:200 src/features/base_wpsf.php:250
1661
+ msgid "To manage this plugin you must enter the access key."
1662
+ msgstr "Tämän pluginin hallinnoimiseksi pitää sinun kirjoittaa Pääsyavain."
1663
+
1664
+ #: src/features/base_wpsf.php:201 src/features/base_wpsf.php:251
1665
+ msgid "Enter Access Key"
1666
+ msgstr "Kirjoita pääsyavain"
1667
+
1668
+ #: src/features/base_wpsf.php:202 src/features/base_wpsf.php:252
1669
+ msgid "Submit Security Admin Key"
1670
+ msgstr "Lähetä suojausavain"
1671
+
1672
+ #: src/features/base_wpsf.php:203 src/features/base_wpsf.php:253
1673
+ msgid "Forgotten Key"
1674
+ msgstr "Avain unohtunut"
1675
+
1676
+ #: src/features/base_wpsf.php:230
1677
+ #, fuzzy, php-format
1678
+ msgid "Back To %s Dashboard"
1679
+ msgstr "Takaisin %s Dashboardiin"
1680
+
1681
+ #: src/features/base_wpsf.php:245
1682
+ #, fuzzy
1683
+ msgid "Please upgrade to Pro to control this option"
1684
+ msgstr "Päivitä Pro, jotta voit hallita tätä vaihtoehtoa"
1685
+
1686
+ #: src/features/base_wpsf.php:267
1687
+ msgid "Nonce security checking failed - the nonce value was empty."
1688
+ msgstr "Nonce-turvatarkastus epäonnistui - nonce-arvo oli tyhjä."
1689
+
1690
+ #: src/features/base_wpsf.php:268
1691
+ #, php-format
1692
+ msgid "Nonce security checking failed - the nonce supplied was \"%s\"."
1693
+ msgstr "Nonce-turvatarkastus epäonnistui - noncen ilmoitus oli \"%s\"."
1694
+
1695
+ #: src/features/base_wpsf.php:377
1696
+ msgid "Module Disabled"
1697
+ msgstr "Moduulit ei ole käytössä"
1698
+
1699
+ #: src/features/base_wpsf.php:379
1700
+ #, fuzzy
1701
+ msgid "All features of this module are completely disabled"
1702
+ msgstr "Kaikki tämän moduulin ominaisuudet ovat täysin poissa käytöstä"
1703
+
1704
+ #: src/features/base_wpsf.php:395
1705
+ msgid "User Messages"
1706
+ msgstr "Käyttäjäviestit"
1707
+
1708
+ #: src/features/base_wpsf.php:396
1709
+ msgid "Messages"
1710
+ msgstr "Viestit"
1711
+
1712
+ #: src/features/base_wpsf.php:398
1713
+ msgid "Customize the messages displayed to the user."
1714
+ msgstr "Muokkaa käyttäjälle näytettävää viestiä."
1715
+
1716
+ #: src/features/base_wpsf.php:399
1717
+ msgid ""
1718
+ "Use this section if you need to communicate to the user in a particular "
1719
+ "manner."
1720
+ msgstr "Käytä tätä osaa, jos haluat ilmoittaa käyttäjälle tietyllä tavalla."
1721
+
1722
+ #: src/features/base_wpsf.php:400
1723
+ msgid "Hint"
1724
+ msgstr "Vihje"
1725
+
1726
+ #: src/features/base_wpsf.php:400
1727
+ #, php-format
1728
+ msgid "To reset any message to its default, enter the text exactly: %s"
1729
+ msgstr ""
1730
+ "Jos haluat palauttaa minkä tahansa viestin oletusarvoon, syötä teksti "
1731
+ "tarkalleen: %s"
1732
+
1733
+ #: src/features/comments_filter.php:112
1734
+ msgid "I'm not a spammer."
1735
+ msgstr "En ole roskapostittaja."
1736
+
1737
+ #: src/features/comments_filter.php:115
1738
+ msgid "Please check the box to confirm you're not a spammer."
1739
+ msgstr "Ruksaa valintaruutu ja vahvista, että et ole roskapostittaja."
1740
+
1741
+ #: src/features/comments_filter.php:118
1742
+ #, php-format
1743
+ msgid "Please wait %s seconds before posting your comment."
1744
+ msgstr "Ole hyvä ja osota %s sekuntia ennen kommenttisi lähettämistä."
1745
+
1746
+ #: src/features/comments_filter.php:121
1747
+ msgid "Please reload this page to post a comment."
1748
+ msgstr "Ole hyvä ja lataa tämä sivu uudelleen lähettääksesi kommentin."
1749
+
1750
+ #: src/features/comments_filter.php:167
1751
+ #, fuzzy
1752
+ msgid "SPAM Blocking"
1753
+ msgstr "SPAM-esto"
1754
+
1755
+ #: src/features/comments_filter.php:168
1756
+ #, fuzzy
1757
+ msgid "Block Bot & Human Comment SPAM"
1758
+ msgstr "Estä Bot & Human Comment SPAM"
1759
+
1760
+ #: src/features/comments_filter.php:179 src/features/comments_filter.php:258
1761
+ msgid "Bot SPAM"
1762
+ msgstr "Robotti-spämmi"
1763
+
1764
+ #: src/features/comments_filter.php:182
1765
+ #, fuzzy
1766
+ msgid "Bot SPAM comments are blocked"
1767
+ msgstr "Bot SPAM-kommentit on estetty"
1768
+
1769
+ #: src/features/comments_filter.php:183
1770
+ #, fuzzy
1771
+ msgid "There is no protection against Bot SPAM comments"
1772
+ msgstr "Bot SPAM-kommentteja vastaan ei ole suojaa"
1773
+
1774
+ #: src/features/comments_filter.php:188 src/features/comments_filter.php:277
1775
+ msgid "Human SPAM"
1776
+ msgstr "Ihmis-spämmi"
1777
+
1778
+ #: src/features/comments_filter.php:191
1779
+ #, fuzzy
1780
+ msgid "Comments posted by humans are checked for SPAM"
1781
+ msgstr "Ihmisten lähettämät kommentit tarkistetaan roskapostiksi"
1782
+
1783
+ #: src/features/comments_filter.php:192
1784
+ #, fuzzy
1785
+ msgid "Comments posted by humans aren't checked for SPAM"
1786
+ msgstr "Ihmisten lähettämiä kommentteja ei tarkisteta roskapostiksi"
1787
+
1788
+ #: src/features/comments_filter.php:215
1789
+ #, fuzzy, php-format
1790
+ msgid "Please remember to supply reCAPTCHA keys: %s"
1791
+ msgstr "Muista toimittaa reCAPTCHA-avaimet: %s"
1792
+
1793
+ #: src/features/comments_filter.php:216
1794
+ msgid "reCAPTCHA Settings"
1795
+ msgstr "reCAPTCHA-asetukset"
1796
+
1797
+ #: src/features/comments_filter.php:237
1798
+ msgid "Comments SPAM Protection"
1799
+ msgstr "Kommenttien SPAM-suojaus"
1800
+
1801
+ #: src/features/comments_filter.php:239
1802
+ #, fuzzy, php-format
1803
+ #| msgid ""
1804
+ #| "The Comments Filter can block 100% of automated spam bots and also offer "
1805
+ #| "the option to analyse human-generated spam."
1806
+ msgid ""
1807
+ "The Comments Filter can block 100% of automated spam bots and also offer the "
1808
+ "option to analyse human-generated spam."
1809
+ msgstr ""
1810
+ "Kommenttisuodatin pystyy estämään 100% automaattisista roskapostiroboteista "
1811
+ "ja antaa myös mahdollisuuden analysoida ihmisten tuottamaa roskapostia."
1812
+
1813
+ #: src/features/comments_filter.php:240
1814
+ msgid "Comments Filter"
1815
+ msgstr "Kommenttien suodatus"
1816
+
1817
+ #: src/features/comments_filter.php:245
1818
+ #, fuzzy
1819
+ msgid "Common Settings"
1820
+ msgstr "Yleiset asetukset"
1821
+
1822
+ #: src/features/comments_filter.php:246
1823
+ #, fuzzy
1824
+ msgid "Common Settings For All SPAM Scanning"
1825
+ msgstr "Yleiset asetukset kaikille SPAM-skannauksille"
1826
+
1827
+ #: src/features/comments_filter.php:248
1828
+ #, fuzzy
1829
+ msgid "Settings that apply to all comment SPAM scanning."
1830
+ msgstr "Asetukset, jotka koskevat kaikkia SPAM-kommentteja."
1831
+
1832
+ #: src/features/comments_filter.php:253
1833
+ #, php-format
1834
+ msgid "%s Comment SPAM Protection"
1835
+ msgstr "%s kommentin SPAM-suojaus"
1836
+
1837
+ #: src/features/comments_filter.php:253
1838
+ msgid "Automatic Bot"
1839
+ msgstr "Automaattinen robotti"
1840
+
1841
+ #: src/features/comments_filter.php:255
1842
+ #, fuzzy, php-format
1843
+ #| msgid "Blocks 100% of all automated bot-generated comment SPAM."
1844
+ msgid "Blocks 100% of all automated bot-generated comment SPAM."
1845
+ msgstr "Estää 100% kaikesta automaattisesti tuotetusta kommenttiroskapostista."
1846
+
1847
+ #: src/features/comments_filter.php:265
1848
+ msgid "Adds Google reCAPTCHA to the Comment Forms."
1849
+ msgstr "Lisää Google reAPTCHA'n kommenttilomakkeille."
1850
+
1851
+ #: src/features/comments_filter.php:266 src/features/login_protect.php:779
1852
+ msgid "Keep this turned on."
1853
+ msgstr "Pidä tämä päällä."
1854
+
1855
+ #: src/features/comments_filter.php:271
1856
+ #, php-format
1857
+ msgid "%s Comment SPAM Protection Filter"
1858
+ msgstr "%s kommenttien roskapostien (SPAM) suojaussuodatin"
1859
+
1860
+ #: src/features/comments_filter.php:271
1861
+ msgid "Human"
1862
+ msgstr "Inhimillisten"
1863
+
1864
+ #: src/features/comments_filter.php:273
1865
+ msgid "Uses a 3rd party SPAM dictionary to detect human-based comment SPAM."
1866
+ msgstr ""
1867
+ "Käyttää kolmannen osapuolen roskapostisanastoa (SPAM dictionary) ihmisten "
1868
+ "lähettämän kommenttiroskapostin tunnistamiseen."
1869
+
1870
+ #: src/features/comments_filter.php:275
1871
+ msgid ""
1872
+ "This tool, unlike other SPAM tools such as Akismet, will not send your "
1873
+ "comment data to 3rd party services for analysis."
1874
+ msgstr ""
1875
+ "Tämä työkalu, toisin kuin muut roskapostityökalut esim. Akismet, EI lähetä "
1876
+ "kommenttiesi dataa kolmannen osapuolen palvaluihin analysoitavaksi."
1877
+
1878
+ #: src/features/comments_filter.php:331
1879
+ msgid "Enable (or Disable) The Comment SPAM Protection Feature"
1880
+ msgstr "Ota käyttöön (tai poista käytöstä) kommenttien SPAM-suojausominaisuus"
1881
+
1882
+ #: src/features/comments_filter.php:332 src/wizards/plugin.php:703
1883
+ #: src/wizards/plugin.php:708
1884
+ msgid "Comment SPAM Protection"
1885
+ msgstr "Kommenttien SPAM-suojaus"
1886
+
1887
+ #: src/features/comments_filter.php:336
1888
+ #, fuzzy
1889
+ msgid "Trusted Commenter Minimum"
1890
+ msgstr "Luotettava kommentoija minimi"
1891
+
1892
+ #: src/features/comments_filter.php:337
1893
+ #, fuzzy
1894
+ msgid "Minimum Number Of Approved Comments Before Commenter Is Trusted"
1895
+ msgstr ""
1896
+ "Hyväksyttyjen kommenttien vähimmäismäärä ennen kommentin luotettavuutta"
1897
+
1898
+ #: src/features/comments_filter.php:338
1899
+ #, fuzzy
1900
+ msgid ""
1901
+ "Specify how many approved comments must exist before a commenter is trusted "
1902
+ "and their comments are no longer scanned."
1903
+ msgstr ""
1904
+ "Määritä, kuinka monta hyväksyttyä kommenttia on oltava ennen kuin kommentti "
1905
+ "on luotettu, ja niiden kommentteja ei enää skannata."
1906
+
1907
+ #: src/features/comments_filter.php:339
1908
+ #, fuzzy
1909
+ msgid "Normally WordPress will trust after 1 comment."
1910
+ msgstr "Normaalisti WordPress luottaa 1 kommentin jälkeen."
1911
+
1912
+ #: src/features/comments_filter.php:343
1913
+ #, fuzzy
1914
+ msgid "Trusted Users"
1915
+ msgstr "Luotetut käyttäjät"
1916
+
1917
+ #: src/features/comments_filter.php:344
1918
+ #, fuzzy
1919
+ msgid "Comments By Users With The Following Roles Will Never Be Scanned"
1920
+ msgstr ""
1921
+ "Käyttäjien kommentteja, joilla on seuraavat roolit, ei koskaan skannata"
1922
+
1923
+ #: src/features/comments_filter.php:345
1924
+ #, fuzzy
1925
+ msgid ""
1926
+ "Shield doesn't normally scan comments from logged-in or registered users."
1927
+ msgstr ""
1928
+ "Shield ei yleensä skannaa sisäänkirjautuneiden tai rekisteröityjen "
1929
+ "käyttäjien kommentteja."
1930
+
1931
+ #: src/features/comments_filter.php:346
1932
+ #, fuzzy
1933
+ msgid "Specify user roles here that shouldn't be scanned."
1934
+ msgstr "Määritä tässä käyttäjätunnukset, joita ei pitäisi skannata."
1935
+
1936
+ #: src/features/comments_filter.php:347 src/features/user_management.php:734
1937
+ #, fuzzy
1938
+ msgid "Take a new line for each user role."
1939
+ msgstr "Ota uusi rivi jokaiselle käyttäjän roolille."
1940
+
1941
+ #: src/features/comments_filter.php:348 src/features/user_management.php:735
1942
+ #, fuzzy
1943
+ msgid "Available Roles"
1944
+ msgstr "Käytettävissä olevat roolit"
1945
+
1946
+ #: src/features/comments_filter.php:353 src/features/comments_filter.php:354
1947
+ msgid "Human SPAM Filter"
1948
+ msgstr "Inhimillisten roskapostien suodatus"
1949
+
1950
+ #: src/features/comments_filter.php:354
1951
+ #, php-format
1952
+ msgid "Enable (or Disable) The %s Feature"
1953
+ msgstr "Laita päälle (tai ota päältä) %s-ominaisuus"
1954
+
1955
+ #: src/features/comments_filter.php:355
1956
+ msgid ""
1957
+ "Scans the content of WordPress comments for keywords that are indicative of "
1958
+ "SPAM and marks the comment according to your preferred setting below."
1959
+ msgstr ""
1960
+ "Skannaa kaikkien WordPress-kommenttien sisällön etsien avainsanoja, jotka "
1961
+ "osoittavat sisällön olevan roskapostia ja merkitsee kommentit alla "
1962
+ "valitsemiesi asetusten mukaan."
1963
+
1964
+ #: src/features/comments_filter.php:359
1965
+ msgid "Comment Filter Items"
1966
+ msgstr "Kommenttien suodatuskohteet"
1967
+
1968
+ #: src/features/comments_filter.php:360
1969
+ msgid "Select The Items To Scan For SPAM"
1970
+ msgstr "Valitse kohteet, jotka skannataan roskapostin varalta"
1971
+
1972
+ #: src/features/comments_filter.php:361
1973
+ msgid ""
1974
+ "When a user submits a comment, only the selected parts of the comment data "
1975
+ "will be scanned for SPAM content."
1976
+ msgstr ""
1977
+ "Kun käyttäjä lähettää kommentin vain valitut kommentin osat skannataan "
1978
+ "roskapostia etsien."
1979
+
1980
+ #: src/features/comments_filter.php:361
1981
+ #, php-format
1982
+ msgid "Recommended: %s"
1983
+ msgstr "Suositus: %s"
1984
+
1985
+ #: src/features/comments_filter.php:361
1986
+ msgid "All"
1987
+ msgstr "Kaikki"
1988
+
1989
+ #: src/features/comments_filter.php:365 src/features/comments_filter.php:378
1990
+ msgid "Default SPAM Action"
1991
+ msgstr "Oletus roskapostitoiminto"
1992
+
1993
+ #: src/features/comments_filter.php:366 src/features/comments_filter.php:379
1994
+ msgid "How To Categorise Comments When Identified To Be SPAM"
1995
+ msgstr "Kuinka kommentit ryhmitellään kun ne todetaan roskapostiksi"
1996
+
1997
+ #: src/features/comments_filter.php:367 src/features/comments_filter.php:380
1998
+ #, php-format
1999
+ msgid ""
2000
+ "When a comment is detected as being SPAM from %s, the comment will be "
2001
+ "categorised based on this setting."
2002
+ msgstr ""
2003
+ "Kun kommentti havaitaan roskapostiksi lähettäjältä \"%s\", kommentti "
2004
+ "kategorisoidaan näiden asetusten perusteella."
2005
+
2006
+ #: src/features/comments_filter.php:367
2007
+ msgid "a human commenter"
2008
+ msgstr "ihmis-kommentoija"
2009
+
2010
+ #: src/features/comments_filter.php:371
2011
+ msgid "SPAM Bot Protection"
2012
+ msgstr "Roskapostibotti suoja"
2013
+
2014
+ #: src/features/comments_filter.php:372
2015
+ #, fuzzy
2016
+ msgid "Block 100% Comment SPAM From Automated Bots"
2017
+ msgstr "Estä 100% kommentti roskapostista automatisoiduista robotista"
2018
+
2019
+ #: src/features/comments_filter.php:373
2020
+ #, fuzzy
2021
+ msgid "Highly effective detection for the most common types of comment SPAM."
2022
+ msgstr "Erittäin tehokas tunnistus yleisimmille kommenttityypeille SPAM."
2023
+
2024
+ #: src/features/comments_filter.php:374
2025
+ msgid "Bonus"
2026
+ msgstr "Bonus"
2027
+
2028
+ #: src/features/comments_filter.php:374
2029
+ #, fuzzy
2030
+ msgid ""
2031
+ "Unlike Akismet, your data is never sent off-site to 3rd party processing "
2032
+ "servers."
2033
+ msgstr ""
2034
+ "Toisin kuin Akismetilla, tietojasi ei koskaan lähetetä kolmansille "
2035
+ "osapuolille."
2036
+
2037
+ #: src/features/comments_filter.php:380
2038
+ msgid "an automatic bot"
2039
+ msgstr "automaattinen robotti"
2040
+
2041
+ #: src/features/comments_filter.php:384
2042
+ msgid "Comments Cooldown"
2043
+ msgstr "Kommenttien 'jäähdyttely'"
2044
+
2045
+ #: src/features/comments_filter.php:385
2046
+ msgid "Limit posting comments to X seconds after the page has loaded"
2047
+ msgstr "Rajoita kommenttien lähetystä X sekuntia sivun latauksen jälkeen"
2048
+
2049
+ #: src/features/comments_filter.php:386
2050
+ msgid ""
2051
+ "By forcing a comments cooldown period, you restrict a Spambot's ability to "
2052
+ "post multiple times to your posts."
2053
+ msgstr ""
2054
+ "Pakottamalla kommenttien väliin jäähdyttelyaikaa, rajoitat SpamBottien "
2055
+ "mahdollisuuksia lähettää useita kertoja kommentteja artikkeleihisi."
2056
+
2057
+ #: src/features/comments_filter.php:390
2058
+ msgid "Comment Token Expire"
2059
+ msgstr "Kommentin 'token' vanhenee"
2060
+
2061
+ #: src/features/comments_filter.php:391
2062
+ msgid "A visitor has X seconds within which to post a comment"
2063
+ msgstr "Vierailijalla on X sekuntia aikaa lähettää kommentti"
2064
+
2065
+ #: src/features/comments_filter.php:392
2066
+ msgid ""
2067
+ "Default: 600 seconds (10 minutes). Each visitor is given a unique 'Token' so "
2068
+ "they can comment. This restricts spambots, but we need to force these tokens "
2069
+ "to expire and at the same time not bother the visitors."
2070
+ msgstr ""
2071
+ "Oletus: 600 sekuntia (10 minuuttia). Jokainen vierailija saa yksilöllisen "
2072
+ "\"Tokenin\", jotta voi kommentoida. Tämä rajoittaa roskapostirobotteja, "
2073
+ "mutta meidän on pakotettava nämä 'tokenit' vanhenemaan ja samalla aikaa olla "
2074
+ "välittämättä vierailijoista."
2075
+
2076
+ #: src/features/comments_filter.php:396
2077
+ msgid "GASP Checkbox Message"
2078
+ msgstr "GASP-valintaruudun viesti"
2079
+
2080
+ #: src/features/comments_filter.php:397
2081
+ msgid "If you want a custom checkbox message, please provide this here"
2082
+ msgstr ""
2083
+ "Mikäli haluat muokata valintaruudun viestiä, ole hyvä ja kirjoita se tähän"
2084
+
2085
+ #: src/features/comments_filter.php:398
2086
+ msgid "You can customise the message beside the checkbox."
2087
+ msgstr "Voit muokata valintaruudun vieressä olevaa viestiä ."
2088
+
2089
+ #: src/features/comments_filter.php:399 src/features/comments_filter.php:418
2090
+ #: src/features/comments_filter.php:425 src/features/comments_filter.php:432
2091
+ #, php-format
2092
+ msgid "Default Message: %s"
2093
+ msgstr "Oletusviesti: %s"
2094
+
2095
+ #: src/features/comments_filter.php:399 src/features/comments_filter.php:418
2096
+ msgid "Please check the box to confirm you're not a spammer"
2097
+ msgstr ""
2098
+ "Ole hyvä ja ruksaa valintaruutu osoittaaksesi, ettet ole roskapostittaja"
2099
+
2100
+ #: src/features/comments_filter.php:404
2101
+ msgid "Enable Google reCAPTCHA For Comments"
2102
+ msgstr "Salli Google reCAPTCHA kommenteissa"
2103
+
2104
+ #: src/features/comments_filter.php:405
2105
+ msgid "Use Google reCAPTCHA on the comments form to prevent bot-spam comments."
2106
+ msgstr "Käytä reCAPTCHA kommenttilomakkeissa estääksesi bottikommentoinnin."
2107
+
2108
+ #: src/features/comments_filter.php:409 src/features/login_protect.php:921
2109
+ #: src/features/plugin.php:1326
2110
+ msgid "reCAPTCHA Style"
2111
+ msgstr "reCAPTCHA- tyyli"
2112
+
2113
+ #: src/features/comments_filter.php:410 src/features/login_protect.php:922
2114
+ msgid "How Google reCAPTCHA Will Be Displayed"
2115
+ msgstr "Kuinka Google reCAPTCHA näytetään"
2116
+
2117
+ #: src/features/comments_filter.php:411 src/features/login_protect.php:923
2118
+ #: src/features/plugin.php:1328
2119
+ msgid ""
2120
+ "You can choose the reCAPTCHA display format that best suits your site, "
2121
+ "including the new Invisible Recaptcha"
2122
+ msgstr ""
2123
+ "Voit valita reCAPTCHA-näyttömuodon, joka sopii parhaiten sivustoosi, mukaan "
2124
+ "lukien uusi näkymätön ReCaptcha"
2125
+
2126
+ #: src/features/comments_filter.php:415
2127
+ msgid "GASP Alert Message"
2128
+ msgstr "GASP-hälytysviesti"
2129
+
2130
+ #: src/features/comments_filter.php:416
2131
+ msgid "If you want a custom alert message, please provide this here"
2132
+ msgstr ""
2133
+ "Mikäli haluat itse muokata hälytysviestin, ole hyvä ja kirjoita se tähän"
2134
+
2135
+ #: src/features/comments_filter.php:417
2136
+ msgid ""
2137
+ "This alert message is displayed when a visitor attempts to submit a comment "
2138
+ "without checking the box."
2139
+ msgstr ""
2140
+ "Tämä hälytysviesti näytetään mikäli vierailija yrittää lähettää kommentin "
2141
+ "ruksaamatta valintaruutua."
2142
+
2143
+ #: src/features/comments_filter.php:422
2144
+ msgid "GASP Wait Message"
2145
+ msgstr "GASP- odotusviesti"
2146
+
2147
+ #: src/features/comments_filter.php:423
2148
+ msgid ""
2149
+ "If you want a custom submit-button wait message, please provide this here."
2150
+ msgstr ""
2151
+ "Mikäli haluat muokata oman lähetä-painikkeen odotusviestin, ole hyvä ja "
2152
+ "kirjoita se tähän."
2153
+
2154
+ #: src/features/comments_filter.php:424
2155
+ #, php-format
2156
+ msgid ""
2157
+ "Where you see the '%s' this will be the number of seconds. You must ensure "
2158
+ "you include 1, and only 1, of these."
2159
+ msgstr ""
2160
+ "Missä näet \"%s\", on se sekuntien määrä. Varmista, että sisällytät 1 ja "
2161
+ "VAIN 1 näistä."
2162
+
2163
+ #: src/features/comments_filter.php:425
2164
+ #, php-format
2165
+ msgid "Please wait %s seconds before posting your comment"
2166
+ msgstr "Ole hyvä ja odota %s sekuntia ennen kommenttisi lähettämistä"
2167
+
2168
+ #: src/features/comments_filter.php:429
2169
+ msgid "GASP Reload Message"
2170
+ msgstr "GASP- uudelleenlatausviesti"
2171
+
2172
+ #: src/features/comments_filter.php:430
2173
+ msgid ""
2174
+ "If you want a custom message when the comment token has expired, please "
2175
+ "provide this here."
2176
+ msgstr ""
2177
+ "Mikäli haluat oman viestin kun kommentin token on vanhentunut, ole hyvä ja "
2178
+ "kirjoita se tähän."
2179
+
2180
+ #: src/features/comments_filter.php:431
2181
+ msgid ""
2182
+ "This message is displayed on the submit-button when the comment token is "
2183
+ "expired"
2184
+ msgstr ""
2185
+ "Tämä viesti näytetään lähetä-painikkeessa kun kommentin token on vanhentunut"
2186
+
2187
+ #: src/features/comments_filter.php:432
2188
+ msgid "Please reload this page to post a comment"
2189
+ msgstr "Ole hyvä ja lataa sivu uudelleen kommentin lähettämiseksi"
2190
+
2191
+ #: src/features/email.php:27
2192
+ msgid "Email Options"
2193
+ msgstr "Sähköpostivalinnat"
2194
+
2195
+ #: src/features/email.php:47
2196
+ msgid "Email Throttle Limit"
2197
+ msgstr "Sähköpostin kuristinraja"
2198
+
2199
+ #: src/features/email.php:48
2200
+ msgid "Limit Emails Per Second"
2201
+ msgstr "Rajoittaa sähköpostin määrää sekunnissa"
2202
+
2203
+ #: src/features/email.php:49
2204
+ msgid ""
2205
+ "You throttle emails sent by this plugin by limiting the number of emails "
2206
+ "sent every second. This is useful in case you get hit by a bot attack. Zero "
2207
+ "(0) turns this off. Suggested: 10"
2208
+ msgstr ""
2209
+ "Rajoitat tämän pluginin lähettämää sähköpostin määrää rajoittamalla "
2210
+ "sähköpostien määrää per sukunti. Tämä on hyödyllistä, kun joudut "
2211
+ "robottihyökkäyksen kohteeksi. Nolla (0) poistaa tämän käytöstä. Ehdotus: 10"
2212
+
2213
+ #: src/features/firewall.php:57
2214
+ #, php-format
2215
+ msgid "You were blocked by the %s."
2216
+ msgstr "Sinut esti %s."
2217
+
2218
+ #: src/features/firewall.php:84 src/features/firewall.php:96
2219
+ #: src/features/firewall.php:136 src/features/plugin.php:1382
2220
+ msgid "Firewall"
2221
+ msgstr "Palomuuri"
2222
+
2223
+ #: src/features/firewall.php:85
2224
+ #, fuzzy
2225
+ msgid "Block Malicious Requests"
2226
+ msgstr "Estä haittaohjelmat"
2227
+
2228
+ #: src/features/firewall.php:99
2229
+ #, fuzzy
2230
+ msgid "Your site is protected against malicious requests"
2231
+ msgstr "Sivustosi on suojattu haittaohjelmilta"
2232
+
2233
+ #: src/features/firewall.php:100
2234
+ #, fuzzy
2235
+ msgid "Your site is not protected against malicious requests"
2236
+ msgstr "Sivustosi ei ole suojattu haittaohjelmilta"
2237
+
2238
+ #: src/features/firewall.php:108
2239
+ #, fuzzy
2240
+ msgid "Ignore Admins"
2241
+ msgstr "Ohita Adminit"
2242
+
2243
+ #: src/features/firewall.php:111
2244
+ #, fuzzy
2245
+ msgid "Firewall rules are also applied to admins"
2246
+ msgstr "Palomuurin sääntöjä sovelletaan myös järjestelmänvalvojiin"
2247
+
2248
+ #: src/features/firewall.php:112
2249
+ #, fuzzy
2250
+ msgid "Firewall rules aren't applied to admins"
2251
+ msgstr "Palomuurin sääntöjä ei sovelleta järjestelmänvalvojiin"
2252
+
2253
+ #: src/features/firewall.php:135
2254
+ msgid ""
2255
+ "The Firewall is designed to analyse data sent to your website and block any "
2256
+ "requests that appear to be malicious."
2257
+ msgstr ""
2258
+ "Palomuuri on suunniteltu analysoimaan kaikki sivustollesi lähetetty data ja "
2259
+ "estämään mikä tahansa pyyntö, joka näyttää vihamieliseltä."
2260
+
2261
+ #: src/features/firewall.php:141
2262
+ msgid "Firewall Blocking Options"
2263
+ msgstr "Palomuurin estovalinnat"
2264
+
2265
+ #: src/features/firewall.php:143
2266
+ msgid "Here you choose what kind of malicious data to scan for."
2267
+ msgstr "Tässä voit valita mitä vihamielistä dataa skannataan."
2268
+
2269
+ #: src/features/firewall.php:145
2270
+ msgid "Turn on as many options here as you can."
2271
+ msgstr "Laita tässä päälle niin monta valintaa kuin haluat."
2272
+
2273
+ #: src/features/firewall.php:146
2274
+ msgid ""
2275
+ "If you find an incompatibility or something stops working, un-check 1 option "
2276
+ "at a time until you find the problem or review the Audit Trail."
2277
+ msgstr ""
2278
+ "Mikäli löydät yhteensopimattomuuden taikka jokin lakkaa toimimasta, poista 1 "
2279
+ "valinta koska tahansa kunnes löydät ongelman tai selityksen "
2280
+ "toimenpidejäljityksestä."
2281
+
2282
+ #: src/features/firewall.php:148
2283
+ msgid "Firewall Blocking"
2284
+ msgstr "Palomuuriesto"
2285
+
2286
+ #: src/features/firewall.php:152
2287
+ msgid "Choose Firewall Block Response"
2288
+ msgstr "Valitse Palomuurin estovastaus"
2289
+
2290
+ #: src/features/firewall.php:154
2291
+ msgid ""
2292
+ "Here you choose how the plugin will respond when it detects malicious data."
2293
+ msgstr ""
2294
+ "Tässä voit valita kuinka lisäosa vastaa kun se löytää vihamielista dataa."
2295
+
2296
+ #: src/features/firewall.php:155
2297
+ #, php-format
2298
+ msgid "Choose the option \"%s\"."
2299
+ msgstr "Valitse vaihtoehto \"%s\"."
2300
+
2301
+ #: src/features/firewall.php:155
2302
+ msgid "Die With Message"
2303
+ msgstr "Lopeta viestillä"
2304
+
2305
+ #: src/features/firewall.php:157
2306
+ msgid "Firewall Response"
2307
+ msgstr "Palomuurivastaus"
2308
+
2309
+ #: src/features/firewall.php:161
2310
+ #, fuzzy
2311
+ msgid "Whitelists - Pages, Parameters, and Users that by-pass the Firewall"
2312
+ msgstr ""
2313
+ "Valkoiset listat - sivut, parametrit ja käyttäjät, jotka ohittavat palomuurin"
2314
+
2315
+ #: src/features/firewall.php:163
2316
+ msgid ""
2317
+ "In principle you should not need to whitelist anything or anyone unless you "
2318
+ "have discovered a collision with another plugin."
2319
+ msgstr ""
2320
+ "Periaatteessa sinun ei tarvitse lisätä mitään tai ketään 'valkealla "
2321
+ "listalle', ellet ole havainnut ristiriitaa toisen lisäosan kanssa."
2322
+
2323
+ #: src/features/firewall.php:164
2324
+ msgid ""
2325
+ "Do not whitelist anything unless you are confident in what you are doing."
2326
+ msgstr ""
2327
+ "Älä lisää mitään 'valkealle listalle' ellet ole varma siitä mitä olet "
2328
+ "tekemässä."
2329
+
2330
+ #: src/features/firewall.php:166
2331
+ msgid "Whitelist"
2332
+ msgstr "Valkoinen lista"
2333
+
2334
+ #: src/features/firewall.php:194
2335
+ msgid "Include Cookies"
2336
+ msgstr "Sisällytä evästeet"
2337
+
2338
+ #: src/features/firewall.php:195
2339
+ msgid "Also Test Cookie Values In Firewall Tests"
2340
+ msgstr "Testaa myös evästeiden arvot Palomuuritesteissä"
2341
+
2342
+ #: src/features/firewall.php:196
2343
+ msgid ""
2344
+ "The firewall tests GET and POST, but with this option checked it will also "
2345
+ "check COOKIE values."
2346
+ msgstr ""
2347
+ "Palomuuri testaa GET- ja POST-arvot, mutta tämä valinta valittuna tarkastaa "
2348
+ "myös COOKIE-arvot."
2349
+
2350
+ #: src/features/firewall.php:200
2351
+ msgid "Directory Traversals"
2352
+ msgstr "Hakemistovierailut"
2353
+
2354
+ #: src/features/firewall.php:201
2355
+ msgid "Block Directory Traversals"
2356
+ msgstr "Estä hakemistovierailut"
2357
+
2358
+ #: src/features/firewall.php:202
2359
+ #, php-format
2360
+ msgid ""
2361
+ "This will block directory traversal paths in in application parameters (e.g. "
2362
+ "%s, etc)."
2363
+ msgstr ""
2364
+ "Tämä estää hakemistopolun reitit sovellusparametreissa (esim. %s, jne)."
2365
+
2366
+ #: src/features/firewall.php:206 src/processors/firewall.php:447
2367
+ msgid "SQL Queries"
2368
+ msgstr "SQL-haut"
2369
+
2370
+ #: src/features/firewall.php:207
2371
+ msgid "Block SQL Queries"
2372
+ msgstr "Estä SQL-haut"
2373
+
2374
+ #: src/features/firewall.php:208
2375
+ #, php-format
2376
+ msgid "This will block sql in application parameters (e.g. %s, etc)."
2377
+ msgstr "Tämä estää SQL:n sovellusparametreissa (esim. %s, jne)."
2378
+
2379
+ #: src/features/firewall.php:212 src/processors/firewall.php:441
2380
+ msgid "WordPress Terms"
2381
+ msgstr "WordPress termit"
2382
+
2383
+ #: src/features/firewall.php:213
2384
+ msgid "Block WordPress Specific Terms"
2385
+ msgstr "Estä WordPress'lle ominaiset termit"
2386
+
2387
+ #: src/features/firewall.php:214
2388
+ msgid ""
2389
+ "This will block WordPress specific terms in application parameters (wp_, "
2390
+ "user_login, etc.)."
2391
+ msgstr ""
2392
+ "Tämä estää WordPresslle ominaisten termien käytön sovellusparametreissa "
2393
+ "(esim. wp_, user_login, jne.)."
2394
+
2395
+ #: src/features/firewall.php:218 src/processors/firewall.php:444
2396
+ msgid "Field Truncation"
2397
+ msgstr "Kentän katkaisu"
2398
+
2399
+ #: src/features/firewall.php:219
2400
+ msgid "Block Field Truncation Attacks"
2401
+ msgstr "Estä kentän katkaisu-hyökkäykset"
2402
+
2403
+ #: src/features/firewall.php:220
2404
+ msgid "This will block field truncation attacks in application parameters."
2405
+ msgstr "Tämä estää kentän katkaisu-hyökkäykset sovellusparametreissa."
2406
+
2407
+ #: src/features/firewall.php:224 src/processors/firewall.php:456
2408
+ msgid "PHP Code"
2409
+ msgstr "PHP-koodi"
2410
+
2411
+ #: src/features/firewall.php:225
2412
+ #, php-format
2413
+ msgid "Block %s"
2414
+ msgstr "Estä %s"
2415
+
2416
+ #: src/features/firewall.php:225
2417
+ msgid "PHP Code Includes"
2418
+ msgstr "PHP-koodi sisältää"
2419
+
2420
+ #: src/features/firewall.php:226
2421
+ msgid "This will block any data that appears to try and include PHP files."
2422
+ msgstr ""
2423
+ "Tämä estää kaiken datan, joka näyttää kokeilevan ja sisällyttävän PHP-"
2424
+ "tiedostoja."
2425
+
2426
+ #: src/features/firewall.php:227
2427
+ msgid "Will probably block saving within the Plugin/Theme file editors."
2428
+ msgstr "Estää luultavasti tallennuksen Plugin/Teema- tiedostoeditoreissa."
2429
+
2430
+ #: src/features/firewall.php:231
2431
+ msgid "Exe File Uploads"
2432
+ msgstr "Exe-tiedostojen lataukset"
2433
+
2434
+ #: src/features/firewall.php:232
2435
+ msgid "Block Executable File Uploads"
2436
+ msgstr "Estä suoritettavien tiedostojen lataukset"
2437
+
2438
+ #: src/features/firewall.php:233
2439
+ msgid "This will block executable file uploads (.php, .exe, etc.)."
2440
+ msgstr "Tämä estää suoritettavien tiedostojen lataukset (.php, .exe, jne.)."
2441
+
2442
+ #: src/features/firewall.php:237
2443
+ msgid "Leading Schemas"
2444
+ msgstr "Johtavat mallit"
2445
+
2446
+ #: src/features/firewall.php:238
2447
+ msgid "Block Leading Schemas (HTTPS / HTTP)"
2448
+ msgstr "Estä johtavat mallit (HTTPS / HTTP)"
2449
+
2450
+ #: src/features/firewall.php:239
2451
+ msgid ""
2452
+ "This will block leading schemas http:// and https:// in application "
2453
+ "parameters (off by default; may cause problems with other plugins)."
2454
+ msgstr ""
2455
+ "Tämä estää johtavat mallit http:// and https:// sovellusparametreissa (pois "
2456
+ "päältä oletuksena; saattaa aiheuttaa ongelmia muiden pluginien kanssa)"
2457
+
2458
+ #: src/features/firewall.php:243
2459
+ msgid "Aggressive Scan"
2460
+ msgstr "Agressiivinen skannaus"
2461
+
2462
+ #: src/features/firewall.php:244
2463
+ msgid "Aggressively Block Data"
2464
+ msgstr "Estä data agressiivisesti"
2465
+
2466
+ #: src/features/firewall.php:245
2467
+ msgid ""
2468
+ "Employs a set of aggressive rules to detect and block malicious data "
2469
+ "submitted to your site."
2470
+ msgstr ""
2471
+ "Ottaa käyttöön sarjan agressiivisia sääntöjä havaitakseen ja estääkseen "
2472
+ "vahingollisen datan lähettämisen sivustollesi."
2473
+
2474
+ #: src/features/firewall.php:246 src/features/hack_protect.php:1461
2475
+ #: src/features/hack_protect.php:1485 src/features/hack_protect.php:1486
2476
+ #: src/features/ips.php:376 src/features/ips.php:383 src/features/ips.php:444
2477
+ #: src/features/lockdown.php:255 src/features/lockdown.php:268
2478
+ #: src/features/plugin.php:1290 src/processors/hackprotect_scan_apc.php:129
2479
+ #: src/processors/hackprotect_scan_mal.php:123
2480
+ #: src/processors/hackprotect_scan_ptg.php:622
2481
+ #: src/processors/hackprotect_scan_ufc.php:132
2482
+ #: src/processors/hackprotect_scan_wcf.php:130
2483
+ #: src/processors/hackprotect_scan_wpv.php:270
2484
+ #: src/processors/loginprotect_wplogin.php:70
2485
+ #: src/processors/loginprotect_wplogin.php:88 src/processors/plugin.php:211
2486
+ msgid "Warning"
2487
+ msgstr "Varoitus"
2488
+
2489
+ #: src/features/firewall.php:246
2490
+ msgid "May cause an increase in false-positive firewall blocks."
2491
+ msgstr "Saattaa kasvattaa vääriä-positiivisia palomuuriestoja."
2492
+
2493
+ #: src/features/firewall.php:250
2494
+ msgid "Block Response"
2495
+ msgstr "Estovastaus"
2496
+
2497
+ #: src/features/firewall.php:251
2498
+ msgid "Choose how the firewall responds when it blocks a request"
2499
+ msgstr "Valitse kuinka palomuuri vastaa kun se estää pyynnön"
2500
+
2501
+ #: src/features/firewall.php:252
2502
+ msgid ""
2503
+ "We recommend dying with a message so you know what might have occurred when "
2504
+ "the firewall blocks you"
2505
+ msgstr ""
2506
+ "Me suosittelemme keskeytystä viestin kera (Die With Message), jotta tiedät "
2507
+ "mitä olisi voinut tapahtua kun palomuuri estää sinut"
2508
+
2509
+ #: src/features/firewall.php:256
2510
+ msgid "Send Email Report"
2511
+ msgstr "Lähetä sähköpostiraportti"
2512
+
2513
+ #: src/features/firewall.php:257
2514
+ msgid ""
2515
+ "When a visitor is blocked the firewall will send an email to the configured "
2516
+ "email address"
2517
+ msgstr ""
2518
+ "Kun vierailija estetään palomuuri lähettää sähköpostin annettuun "
2519
+ "sähköpostiosoitteeseen"
2520
+
2521
+ #: src/features/firewall.php:258
2522
+ msgid ""
2523
+ "Use with caution - if you get hit by automated bots you may send out too "
2524
+ "many emails and you could get blocked by your host"
2525
+ msgstr ""
2526
+ "Käytä varoen - Mikäli automaattirobotit hyökkäävät sivustollesi, saatat "
2527
+ "saada niin paljon sähköposteja, että palveluntarjoajasi estää toimintasi "
2528
+ "sivustolla"
2529
+
2530
+ #: src/features/firewall.php:262
2531
+ msgid "Whitelist Parameters"
2532
+ msgstr "Valkoisen listan parametrit"
2533
+
2534
+ #: src/features/firewall.php:263
2535
+ msgid ""
2536
+ "Detail pages and parameters that are whitelisted (ignored by the firewall)"
2537
+ msgstr ""
2538
+ "Yksityiskohtaiset sivut ja parametrit, jotka lisätään valkoiselle listalle "
2539
+ "(palomuuri EI huomioi niitä)"
2540
+
2541
+ #: src/features/firewall.php:264
2542
+ msgid ""
2543
+ "This should be used with caution and you should only provide parameter names "
2544
+ "that you must have excluded"
2545
+ msgstr ""
2546
+ "Tätä tulee käyttä varoen ja kirjata VAIN parametrit, jotka sinun tulee estää"
2547
+
2548
+ #: src/features/firewall.php:268 src/features/firewall.php:269
2549
+ #: src/features/firewall.php:275
2550
+ #, php-format
2551
+ msgid "Ignore %s"
2552
+ msgstr "Jätä huomiotta: %s"
2553
+
2554
+ #: src/features/firewall.php:268 src/features/firewall.php:269
2555
+ #: src/features/login_protect.php:174
2556
+ msgid "Administrators"
2557
+ msgstr "Sivuston ylläpitäjät (administrators)"
2558
+
2559
+ #: src/features/firewall.php:270
2560
+ msgid ""
2561
+ "Authenticated administrator users will not be processed by the firewall "
2562
+ "rules."
2563
+ msgstr ""
2564
+ "Palomuurisäännöt eivät koske todennettuja taustahallinnan henkilöitä "
2565
+ "(administrators)."
2566
+
2567
+ #: src/features/firewall.php:275
2568
+ msgid "Search Engines"
2569
+ msgstr "Hakukoneet"
2570
+
2571
+ #: src/features/firewall.php:276
2572
+ msgid "Ignore Search Engine Bot Traffic"
2573
+ msgstr "Jätä huomiotta hakukonerobottien liikenne"
2574
+
2575
+ #: src/features/firewall.php:277
2576
+ msgid ""
2577
+ "The firewall will try to recognise search engine spiders/bots and not apply "
2578
+ "firewall rules to them."
2579
+ msgstr ""
2580
+ "Palomuuri yrittää tunnistaa hakukonerobotit ja hakuohjelmat EIKÄ sovella "
2581
+ "palomuurisääntöjä niihin."
2582
+
2583
+ #: src/features/firewall.php:281
2584
+ msgid "Firewall Block Message"
2585
+ msgstr "Palomuurin estoviesti"
2586
+
2587
+ #: src/features/firewall.php:282
2588
+ msgid "Message Displayed To Visitor When A Firewall Block Is Triggered"
2589
+ msgstr "Viesti, joka näkyy kävijälle, kun palomuuriesto on havaittu"
2590
+
2591
+ #: src/features/firewall.php:283
2592
+ msgid "This is the message displayed to visitors that trigger the firewall."
2593
+ msgstr ""
2594
+ "Tämä viesti näytetään vierailijoille kun he laukaisevat palomuurieston."
2595
+
2596
+ #: src/features/hack_protect.php:210
2597
+ #, php-format
2598
+ msgid "%s per day"
2599
+ msgstr "%s /päivä"
2600
+
2601
+ #: src/features/hack_protect.php:649 src/features/insights.php:403
2602
+ #: src/features/license.php:651 src/processors/hack_protect.php:118
2603
+ msgid "Never"
2604
+ msgstr "Ei koskaan"
2605
+
2606
+ #: src/features/hack_protect.php:650
2607
+ #, php-format
2608
+ msgid "Last Scan Time: %s"
2609
+ msgstr "Viimeksi skannattu: %s"
2610
+
2611
+ #: src/features/hack_protect.php:714
2612
+ #, fuzzy
2613
+ msgid "No scans were selected"
2614
+ msgstr "Mitään skannauksia ei valittu"
2615
+
2616
+ #: src/features/hack_protect.php:734
2617
+ #, fuzzy
2618
+ msgid "Scans completed."
2619
+ msgstr "Skannaa valmiiksi."
2620
+
2621
+ #: src/features/hack_protect.php:734
2622
+ #, fuzzy
2623
+ msgid "Reloading page"
2624
+ msgstr "Lataa sivu uudelleen"
2625
+
2626
+ #: src/features/hack_protect.php:762
2627
+ #, fuzzy
2628
+ msgid "Unsupported scanner"
2629
+ msgstr "Tukematon skanneri"
2630
+
2631
+ #: src/features/hack_protect.php:765
2632
+ #, fuzzy
2633
+ msgid "Unsupported item(s) selected"
2634
+ msgstr "Valittuna ei ole tuettua kohdetta"
2635
+
2636
+ #: src/features/hack_protect.php:848
2637
+ #, php-format
2638
+ msgid ""
2639
+ "Sorry, this feature is not available because we cannot write to disk at this "
2640
+ "location: \"%s\""
2641
+ msgstr ""
2642
+ "Valitettavasti tämä ominaisuus ei ole käytettävissä, koska emme voi "
2643
+ "kirjoittaa levylle tässä kohteessa: \"%s\""
2644
+
2645
+ #: src/features/hack_protect.php:854
2646
+ #, fuzzy, php-format
2647
+ msgid "Not available because the %s extension is not available."
2648
+ msgstr "Ei käytettävissä, koska %s -laajennusta ei ole käytettävissä."
2649
+
2650
+ #: src/features/hack_protect.php:857
2651
+ #, fuzzy
2652
+ msgid ""
2653
+ "Not available because PHP/WordPress doesn't have direct filesystem access."
2654
+ msgstr ""
2655
+ "Ei käytettävissä, koska PHP / WordPressilla ei ole suoraa "
2656
+ "tiedostojärjestelmää."
2657
+
2658
+ #: src/features/hack_protect.php:862
2659
+ #, fuzzy, php-format
2660
+ msgid "The %s file isn't writable and so can't be further protected."
2661
+ msgstr "%s-tiedosto ei ole kirjoitettavissa, joten sitä ei voi enää suojata."
2662
+
2663
+ #: src/features/hack_protect.php:1033 src/features/insights.php:242
2664
+ msgid "Scans"
2665
+ msgstr "Skannaukset"
2666
+
2667
+ #: src/features/hack_protect.php:1041
2668
+ msgid "Core File scanner is not enabled."
2669
+ msgstr "Ydintiedostojen skannausta ei ole aktivoitu."
2670
+
2671
+ #: src/features/hack_protect.php:1044
2672
+ #, fuzzy
2673
+ msgid "Automatic WordPress Core File scanner should be turned-on."
2674
+ msgstr "Automaattinen WordPress Core File -skanneri on kytkettävä päälle."
2675
+
2676
+ #: src/features/hack_protect.php:1050
2677
+ #, fuzzy
2678
+ msgid "Modified WordPress core files found."
2679
+ msgstr "Muutetut WordPress-ydintiedostot löytyvät."
2680
+
2681
+ #: src/features/hack_protect.php:1052 src/features/hack_protect.php:1073
2682
+ #: src/features/hack_protect.php:1094 src/features/hack_protect.php:1115
2683
+ #: src/features/hack_protect.php:1136
2684
+ msgid "Run Scan"
2685
+ msgstr "Suorita skannaus"
2686
+
2687
+ #: src/features/hack_protect.php:1053
2688
+ #, fuzzy
2689
+ msgid "Scan WP core files and repair any files that are flagged as modified."
2690
+ msgstr "Skannaa WP-ydintiedostot ja korjaa muutetut tiedostot."
2691
+
2692
+ #: src/features/hack_protect.php:1062
2693
+ #, fuzzy
2694
+ msgid "Unrecognised File scanner is not enabled."
2695
+ msgstr "Tunnistamaton tiedosto skanneri ei ole käytössä."
2696
+
2697
+ #: src/features/hack_protect.php:1065
2698
+ #, fuzzy
2699
+ msgid "Automatic scanning for non-WordPress core files is recommended."
2700
+ msgstr "Automaattista skannausta ei-WordPress-ydintiedostoille suositellaan."
2701
+
2702
+ #: src/features/hack_protect.php:1071
2703
+ #, fuzzy
2704
+ msgid "Unrecognised files found in WordPress Core directory."
2705
+ msgstr "Tunnistamattomat tiedostot löytyvät WordPress Core -hakemistosta."
2706
+
2707
+ #: src/features/hack_protect.php:1074
2708
+ #, fuzzy
2709
+ msgid ""
2710
+ "Scan and remove any files that are not meant to be in the WP core "
2711
+ "directories."
2712
+ msgstr ""
2713
+ "Skannaa ja poista kaikki tiedostot, joita ei ole tarkoitettu WP-"
2714
+ "ydinhakemistoihin."
2715
+
2716
+ #: src/features/hack_protect.php:1083
2717
+ #, fuzzy
2718
+ msgid "Automatic Plugin/Themes Guard is not enabled."
2719
+ msgstr "Automaattinen Plugin / Themes Guard ei ole käytössä."
2720
+
2721
+ #: src/features/hack_protect.php:1086
2722
+ #, fuzzy
2723
+ msgid "Automatic detection of plugin/theme modifications is recommended."
2724
+ msgstr ""
2725
+ "Suosittelemme, että plugin / teema-modifikaatiot tunnistetaan "
2726
+ "automaattisesti."
2727
+
2728
+ #: src/features/hack_protect.php:1092
2729
+ #, fuzzy
2730
+ msgid "A plugin/theme was found to have been modified."
2731
+ msgstr "Plugin / teema todettiin muutetuksi."
2732
+
2733
+ #: src/features/hack_protect.php:1095
2734
+ #, fuzzy
2735
+ msgid "Reviewing modifications to your plugins/themes is recommended."
2736
+ msgstr "Suosittelemme pluginien / teemojen muutosten tarkistamista."
2737
+
2738
+ #: src/features/hack_protect.php:1104
2739
+ #, fuzzy
2740
+ msgid "Vulnerability Scanner is not enabled."
2741
+ msgstr "Haavoittuvuuden skanneri ei ole käytössä."
2742
+
2743
+ #: src/features/hack_protect.php:1107
2744
+ #, fuzzy
2745
+ msgid "Automatic detection of vulnerabilities is recommended."
2746
+ msgstr "Haavoittuvuuksien automaattinen tunnistaminen on suositeltavaa."
2747
+
2748
+ #: src/features/hack_protect.php:1113
2749
+ #, fuzzy
2750
+ msgid "At least 1 item has known vulnerabilities."
2751
+ msgstr "Vähintään yhdellä erällä on tunnettuja haavoittuvuuksia."
2752
+
2753
+ #: src/features/hack_protect.php:1116
2754
+ #, fuzzy
2755
+ msgid ""
2756
+ "Items with known vulnerabilities should be updated, removed, or replaced."
2757
+ msgstr ""
2758
+ "Kohteet, joilla on tunnettuja haavoittuvuuksia, on päivitettävä, poistettava "
2759
+ "tai vaihdettava."
2760
+
2761
+ #: src/features/hack_protect.php:1125
2762
+ #, fuzzy
2763
+ msgid "Abandoned Plugins Scanner is not enabled."
2764
+ msgstr "Hylättyjen laajennusten skanneri ei ole käytössä."
2765
+
2766
+ #: src/features/hack_protect.php:1128
2767
+ #, fuzzy
2768
+ msgid "Automatic detection of abandoned plugins is recommended."
2769
+ msgstr ""
2770
+ "Automaattisesti havaittujen hylättyjen pluginien tunnistaminen on "
2771
+ "suositeltavaa."
2772
+
2773
+ #: src/features/hack_protect.php:1134
2774
+ #, fuzzy
2775
+ msgid "At least 1 plugin on your site is abandoned."
2776
+ msgstr "Vähintään 1 plugin sivustossasi on hylätty."
2777
+
2778
+ #: src/features/hack_protect.php:1137
2779
+ #, fuzzy
2780
+ msgid ""
2781
+ "Plugins that have been abandoned represent a potential risk to your site."
2782
+ msgstr "Poistetut laajennukset muodostavat mahdollisen riskin sivustollesi."
2783
+
2784
+ #: src/features/hack_protect.php:1155 src/features/hack_protect.php:1301
2785
+ #: src/features/plugin.php:1384
2786
+ msgid "Hack Guard"
2787
+ msgstr "Hakkeroinnin suojaus"
2788
+
2789
+ #: src/features/hack_protect.php:1156
2790
+ #, fuzzy
2791
+ msgid "Threats/Intrusions Detection & Repair"
2792
+ msgstr "Uhkat / tunkeutumisen havaitseminen ja korjaus"
2793
+
2794
+ #: src/features/hack_protect.php:1168
2795
+ #, fuzzy
2796
+ msgid "Scan Frequency"
2797
+ msgstr "Päivittäisen skannauksen taajuus"
2798
+
2799
+ #: src/features/hack_protect.php:1171
2800
+ #, fuzzy
2801
+ msgid "Automatic scanners run more than once per day"
2802
+ msgstr "Automaattiset skannerit toimivat useammin kuin kerran päivässä"
2803
+
2804
+ #: src/features/hack_protect.php:1172
2805
+ #, fuzzy
2806
+ msgid "Automatic scanners only run once per day"
2807
+ msgstr "Automaattiset skannerit toimivat vain kerran päivässä"
2808
+
2809
+ #: src/features/hack_protect.php:1179
2810
+ #, fuzzy
2811
+ msgid "WP Core File Scan"
2812
+ msgstr "WP Core File Scan"
2813
+
2814
+ #: src/features/hack_protect.php:1182
2815
+ #, fuzzy
2816
+ msgid "Core files scanned regularly for hacks"
2817
+ msgstr "Perustiedostot, joita skannataan säännöllisesti hakkuille"
2818
+
2819
+ #: src/features/hack_protect.php:1183
2820
+ #, fuzzy
2821
+ msgid "Core files are never scanned for hacks!"
2822
+ msgstr "Ydintiedostoja ei koskaan skannata hakkuille!"
2823
+
2824
+ #: src/features/hack_protect.php:1189
2825
+ #, fuzzy
2826
+ msgid "WP Core File Repair"
2827
+ msgstr "WP Core File Repair"
2828
+
2829
+ #: src/features/hack_protect.php:1192
2830
+ #, fuzzy
2831
+ msgid "Core files are automatically repaired"
2832
+ msgstr "Ydintiedostot korjataan automaattisesti"
2833
+
2834
+ #: src/features/hack_protect.php:1193
2835
+ #, fuzzy
2836
+ msgid "Core files aren't automatically repaired!"
2837
+ msgstr "Ydintiedostoja ei korjata automaattisesti!"
2838
+
2839
+ #: src/features/hack_protect.php:1201 src/features/hack_protect.php:1325
2840
+ #, fuzzy
2841
+ msgid "Unrecognised Files"
2842
+ msgstr "Tuntemattomien tiedostojen skanneri"
2843
+
2844
+ #: src/features/hack_protect.php:1204
2845
+ #, fuzzy
2846
+ msgid "Core directories scanned regularly for unrecognised files"
2847
+ msgstr "Tunnistamattomia tiedostoja skannataan säännöllisesti"
2848
+
2849
+ #: src/features/hack_protect.php:1205
2850
+ #, fuzzy
2851
+ msgid "WP Core is never scanned for unrecognised files!"
2852
+ msgstr "WP-ydin ei koskaan skannata tunnistamattomia tiedostoja varten!"
2853
+
2854
+ #: src/features/hack_protect.php:1211
2855
+ #, fuzzy
2856
+ msgid "Unrecognised Files Removal"
2857
+ msgstr "Tunnistamattomat tiedostot poistetaan"
2858
+
2859
+ #: src/features/hack_protect.php:1214
2860
+ #, fuzzy
2861
+ msgid "Unrecognised files are automatically removed"
2862
+ msgstr "Tunnistamattomat tiedostot poistetaan automaattisesti"
2863
+
2864
+ #: src/features/hack_protect.php:1215
2865
+ #, fuzzy
2866
+ msgid "Unrecognised files aren't automatically removed!"
2867
+ msgstr "Tunnistamattomia tiedostoja ei poisteta automaattisesti!"
2868
+
2869
+ #: src/features/hack_protect.php:1223
2870
+ #, fuzzy
2871
+ msgid "Vulnerability Scan"
2872
+ msgstr "Haavoittuvuuden skannaus"
2873
+
2874
+ #: src/features/hack_protect.php:1226
2875
+ #, fuzzy
2876
+ msgid "Regularly scanning for known vulnerabilities"
2877
+ msgstr "Tarkistetaan säännöllisesti tunnettuja haavoittuvuuksia"
2878
+
2879
+ #: src/features/hack_protect.php:1227
2880
+ #, fuzzy
2881
+ msgid "Plugins/Themes never scanned for vulnerabilities!"
2882
+ msgstr "Lisäosat / teemat, joita ei ole koskaan skannattu haavoittuvuuksista!"
2883
+
2884
+ #: src/features/hack_protect.php:1233
2885
+ #, fuzzy
2886
+ msgid "Auto Update"
2887
+ msgstr "Päivitä Plugin automaattisesti"
2888
+
2889
+ #: src/features/hack_protect.php:1236
2890
+ #, fuzzy
2891
+ msgid "Vulnerable items are automatically updated"
2892
+ msgstr "Haavoittuvat kohteet päivitetään automaattisesti"
2893
+
2894
+ #: src/features/hack_protect.php:1237
2895
+ #, fuzzy
2896
+ msgid "Vulnerable items aren't automatically updated!"
2897
+ msgstr "Haavoittuvia kohteita ei päivitetä automaattisesti!"
2898
+
2899
+ #: src/features/hack_protect.php:1245
2900
+ #: src/processors/hackprotect_scan_ptg.php:665
2901
+ msgid "Plugin/Theme Guard"
2902
+ msgstr "Lisäosa-/teemasuoja"
2903
+
2904
+ #: src/features/hack_protect.php:1248
2905
+ #, fuzzy
2906
+ msgid "Plugins and Themes are guarded against tampering"
2907
+ msgstr "Liitännät ja teemat on suojattu väärinkäytöltä"
2908
+
2909
+ #: src/features/hack_protect.php:1249
2910
+ #, fuzzy
2911
+ msgid "Plugins and Themes are never scanned for tampering!"
2912
+ msgstr "Lisälaitteita ja teemoja ei koskaan skannata väärinkäyttöön!"
2913
+
2914
+ #: src/features/hack_protect.php:1280 src/features/hack_protect.php:1281
2915
+ #: src/processors/hack_protect.php:120
2916
+ msgid "Scan Options"
2917
+ msgstr "Skannausvalinnat"
2918
+
2919
+ #: src/features/hack_protect.php:1283
2920
+ msgid "Set how frequently the Hack Guard scans will run."
2921
+ msgstr "Aseta kuinka säännöllisesti hakkerointisuojan skannaus ajetaan."
2922
+
2923
+ #: src/features/hack_protect.php:1288
2924
+ #, fuzzy
2925
+ msgid "Realtime"
2926
+ msgstr "Reaaliaika"
2927
+
2928
+ #: src/features/hack_protect.php:1289
2929
+ #, fuzzy
2930
+ msgid "Realtime Site Protection"
2931
+ msgstr "Realtime Site Protection"
2932
+
2933
+ #: src/features/hack_protect.php:1291
2934
+ #, fuzzy
2935
+ msgid "Provides realtime protection for certain key files."
2936
+ msgstr "Tarjoaa reaaliaikaisen suojan tietyille avaintiedostoille."
2937
+
2938
+ #: src/features/hack_protect.php:1292
2939
+ #, fuzzy
2940
+ msgid "Keep realtime protection turned on to protect key files."
2941
+ msgstr "Pidä reaaliaikainen suojaus päällä, jotta suojaat avaintiedostot."
2942
+
2943
+ #: src/features/hack_protect.php:1300
2944
+ msgid ""
2945
+ "Hack Guard is a set of tools to warn you and protect you against hacks on "
2946
+ "your site."
2947
+ msgstr ""
2948
+ "Hack Guard on joukko työkaluja, jotka varoittavat sinua ja suojaavat sinua "
2949
+ "sivustosi hakkereilta."
2950
+
2951
+ #: src/features/hack_protect.php:1306
2952
+ #, fuzzy
2953
+ msgid "Vulnerabilities"
2954
+ msgstr "Tarkastaa lisäosat tunnettujen haavoittuvuuksien varalta"
2955
+
2956
+ #: src/features/hack_protect.php:1307 src/features/hack_protect.php:1310
2957
+ #: src/features/hack_protect.php:1416
2958
+ msgid "Vulnerabilities Scanner"
2959
+ msgstr "Haavoittuvuus skanneri"
2960
+
2961
+ #: src/features/hack_protect.php:1309
2962
+ msgid ""
2963
+ "Regularly scan your WordPress plugins and themes for known security "
2964
+ "vulnerabilities."
2965
+ msgstr ""
2966
+ "Tarkista säännöllisesti WordPress-laajennukset ja teemat tunnettujen "
2967
+ "tietoturvahaavoittuvuuksien varalta."
2968
+
2969
+ #: src/features/hack_protect.php:1311
2970
+ msgid ""
2971
+ "Ensure this is turned on and you will always know if any of your assets have "
2972
+ "known security vulnerabilities."
2973
+ msgstr ""
2974
+ "Varmista, että tämä toiminto on käytössä ja tiedät aina, onko sinulla "
2975
+ "jossakin ominaisuuksissa tunnettuja tietoturvahaavoittuvuuksia."
2976
+
2977
+ #: src/features/hack_protect.php:1316
2978
+ msgid "Core Files"
2979
+ msgstr "Core-tiedostot"
2980
+
2981
+ #: src/features/hack_protect.php:1317
2982
+ #, fuzzy
2983
+ msgid "WordPress Core File Scanner"
2984
+ msgstr "WordPress Core File Scanner"
2985
+
2986
+ #: src/features/hack_protect.php:1319
2987
+ msgid ""
2988
+ "Regularly scan your WordPress core files for changes compared to official "
2989
+ "WordPress files."
2990
+ msgstr ""
2991
+ "Tutkii säännöllisesti WordPress'n ydintiedostot muutosten varalta "
2992
+ "vertaamalla niitä virallisiin WordPress tiedostoihin."
2993
+
2994
+ #: src/features/hack_protect.php:1326 src/features/hack_protect.php:1453
2995
+ msgid "Unrecognised Files Scanner"
2996
+ msgstr "Tuntemattomien tiedostojen skanneri"
2997
+
2998
+ #: src/features/hack_protect.php:1328
2999
+ msgid "Regularly scan your WordPress core folders for files that don't belong."
3000
+ msgstr ""
3001
+ "Tarkista säännöllisesti WordPressin ydinkansioista tiedostoja, jotka eivät "
3002
+ "kuulu sinne."
3003
+
3004
+ #: src/features/hack_protect.php:1334 src/features/hack_protect.php:1518
3005
+ #, fuzzy
3006
+ msgid "Enable The Abandoned Plugin Scanner"
3007
+ msgstr "Ota käyttöön hylätty plugin-skanneri"
3008
+
3009
+ #: src/features/hack_protect.php:1335
3010
+ #, fuzzy
3011
+ msgid "Abandoned Plugins"
3012
+ msgstr "Hylätyt laajennukset"
3013
+
3014
+ #: src/features/hack_protect.php:1338
3015
+ #, fuzzy
3016
+ msgid ""
3017
+ "Monitor your site for plugins that have been abandoned by their authors and "
3018
+ "are no longer maintained."
3019
+ msgstr ""
3020
+ "Seuraa sivustoasi sellaisten laajennusten osalta, jotka tekijät ovat "
3021
+ "luopuneet ja joita ei enää ylläpidetä."
3022
+
3023
+ #: src/features/hack_protect.php:1339
3024
+ #, fuzzy
3025
+ msgid "Enable this to alert you to your site running unmaintained code."
3026
+ msgstr ""
3027
+ "Tämän avulla voit varoittaa sivustostasi, jossa on ylläpitämätön koodi."
3028
+
3029
+ #: src/features/hack_protect.php:1344
3030
+ msgid "Plugins and Themes Guard"
3031
+ msgstr "Lisäosien ja teemojen suojaus"
3032
+
3033
+ #: src/features/hack_protect.php:1345
3034
+ msgid "Plugins/Themes Guard"
3035
+ msgstr "Lisäosien/Teemojen suojaus"
3036
+
3037
+ #: src/features/hack_protect.php:1347
3038
+ msgid "Detect malicious changes to your themes and plugins."
3039
+ msgstr "Havaitsee haitalliset muutokset teemoissasi ja lisäosissasi."
3040
+
3041
+ #: src/features/hack_protect.php:1348
3042
+ msgid "Keep the Plugins/Theme Guard feature turned on."
3043
+ msgstr "Pidä Lisäosat/Teemat- suojausominaisuus päälle laitettuna."
3044
+
3045
+ #: src/features/hack_protect.php:1353
3046
+ msgid "Malware"
3047
+ msgstr "Haittaohjelmat"
3048
+
3049
+ #: src/features/hack_protect.php:1354 src/features/hack_protect.php:1529
3050
+ #, fuzzy
3051
+ msgid "Malware Scanner"
3052
+ msgstr "Haittaohjelmien skanneri"
3053
+
3054
+ #: src/features/hack_protect.php:1356
3055
+ #, fuzzy
3056
+ msgid "Monitor and detect presence of Malware signatures."
3057
+ msgstr "Tarkkaile ja havaitse Malware-allekirjoitusten läsnäoloa."
3058
+
3059
+ #: src/features/hack_protect.php:1357
3060
+ #, fuzzy
3061
+ msgid "Enable this scanner to automatically detect infected files."
3062
+ msgstr ""
3063
+ "Ota tämä skanneri tunnistamaan tartunnan saaneet tiedostot automaattisesti."
3064
+
3065
+ #: src/features/hack_protect.php:1362 src/features/hack_protect.php:1363
3066
+ msgid "Integrity Checks"
3067
+ msgstr "Eheyden tarkastukset"
3068
+
3069
+ #: src/features/hack_protect.php:1365
3070
+ msgid "Monitor for unrecognised changes to your system."
3071
+ msgstr "Tarkkailee tunnistamattomia muutoksia järjestelmässäsi."
3072
+
3073
+ #: src/features/hack_protect.php:1366
3074
+ msgid "Enable these to prevent unauthorized changes to your WordPress site."
3075
+ msgstr ""
3076
+ "Laita nämä päälle estääksesi valtuuttamattomat muutokset WordPress-"
3077
+ "sivustollasi."
3078
+
3079
+ #: src/features/hack_protect.php:1395
3080
+ msgid "Daily Scan Frequency"
3081
+ msgstr "Päivittäisen skannauksen taajuus"
3082
+
3083
+ #: src/features/hack_protect.php:1396
3084
+ msgid "Number Of Times To Automatically Run File Scan In 24hrs"
3085
+ msgstr "Kuinka monta kertaa automaattinen skannaus ajetaan vuorokaudessa"
3086
+
3087
+ #: src/features/hack_protect.php:1397
3088
+ msgid "Once every 24hrs."
3089
+ msgstr "Joka 24:s tunti."
3090
+
3091
+ #: src/features/hack_protect.php:1398
3092
+ msgid "To improve security, increase the number of scans per day."
3093
+ msgstr "Lisää skannausten määrää/pv turvallisuuden lisäämiseksi."
3094
+
3095
+ #: src/features/hack_protect.php:1402
3096
+ #, fuzzy
3097
+ msgid "Repeat Notifications"
3098
+ msgstr "Toista ilmoitukset"
3099
+
3100
+ #: src/features/hack_protect.php:1403
3101
+ #, fuzzy
3102
+ msgid "Item Repeat Notifications Suppression Interval"
3103
+ msgstr "Kohta Toista ilmoitusten vaimennusväli"
3104
+
3105
+ #: src/features/hack_protect.php:1404
3106
+ #, fuzzy
3107
+ msgid ""
3108
+ "How long the automated scans should wait before repeating a notification "
3109
+ "about an item."
3110
+ msgstr ""
3111
+ "Kuinka kauan automaattisten skannausten pitäisi odottaa ennen kuin "
3112
+ "toistetaan viestiä kohdasta."
3113
+
3114
+ #: src/features/hack_protect.php:1405
3115
+ #, fuzzy
3116
+ msgid "Specify the number of days to suppress repeat notifications."
3117
+ msgstr "Määritä toistuvien ilmoitusten estämispäivien lukumäärä."
3118
+
3119
+ #: src/features/hack_protect.php:1406
3120
+ #, fuzzy
3121
+ msgid "This is per discovered item or file, not per scan."
3122
+ msgstr "Tämä on löydetty kohde tai tiedosto, ei skannausta kohti."
3123
+
3124
+ #: src/features/hack_protect.php:1410
3125
+ #, fuzzy
3126
+ msgid "Email Files List"
3127
+ msgstr "Sähköpostitiedostojen luettelo"
3128
+
3129
+ #: src/features/hack_protect.php:1411
3130
+ #, fuzzy
3131
+ msgid "Scan Notification Emails Should Include Full Listing Of Files"
3132
+ msgstr ""
3133
+ "Skannausilmoitusten sähköpostien tulisi sisältää tiedostojen täydellinen "
3134
+ "luettelo"
3135
+
3136
+ #: src/features/hack_protect.php:1412
3137
+ #, fuzzy
3138
+ msgid ""
3139
+ "Scanner notification emails will include a summary list of all affected "
3140
+ "files."
3141
+ msgstr ""
3142
+ "Skannerin ilmoitusviestit sisältävät yhteenvedon kaikista asianomaisista "
3143
+ "tiedostoista."
3144
+
3145
+ #: src/features/hack_protect.php:1417
3146
+ #, php-format
3147
+ msgid "Daily Cron - %s"
3148
+ msgstr "Päivittäinen ajastus - %s"
3149
+
3150
+ #: src/features/hack_protect.php:1417
3151
+ msgid "Scans Plugins For Known Vulnerabilities"
3152
+ msgstr "Tarkastaa lisäosat tunnettujen haavoittuvuuksien varalta"
3153
+
3154
+ #: src/features/hack_protect.php:1418
3155
+ msgid ""
3156
+ "Runs a scan of all your plugins against a database of known WordPress plugin "
3157
+ "vulnerabilities."
3158
+ msgstr ""
3159
+ "Tutkii kaikki lisäosasi tietokantaan verraten ja etsii tunnettuja "
3160
+ "WordPress'n lisäosien haavoittuvuuksia."
3161
+
3162
+ #: src/features/hack_protect.php:1422
3163
+ msgid "Vulnerability Scanner"
3164
+ msgstr "Haavoittuvuustarkastus"
3165
+
3166
+ #: src/features/hack_protect.php:1423
3167
+ msgid "Enable The Vulnerability Scanner"
3168
+ msgstr "Laita päälle haavoittuvuustarkastus"
3169
+
3170
+ #: src/features/hack_protect.php:1424
3171
+ msgid ""
3172
+ "Runs a scan of all your plugins against a database of known WordPress "
3173
+ "vulnerabilities."
3174
+ msgstr ""
3175
+ "Skannaa ja vertaa kaikkia lisäosiasi WordPress'n tunnettujen "
3176
+ "haavoittuvuuksien tietokantaan."
3177
+
3178
+ #: src/features/hack_protect.php:1429
3179
+ msgid "Apply Updates Automatically To Vulnerable Plugins"
3180
+ msgstr "Päivitä haavoittuvat lisäosat automaattisesti"
3181
+
3182
+ #: src/features/hack_protect.php:1430
3183
+ msgid ""
3184
+ "When an update becomes available, automatically apply updates to items with "
3185
+ "known vulnerabilities."
3186
+ msgstr ""
3187
+ "Kun päivitys tulee saataville, päivitetään automaattisesti kohteet, joissa "
3188
+ "on tunnettuja haavoittuvuuksia."
3189
+
3190
+ #: src/features/hack_protect.php:1434 src/features/hack_protect.php:1523
3191
+ msgid "Highlight Plugins"
3192
+ msgstr "Korosta lisäosat"
3193
+
3194
+ #: src/features/hack_protect.php:1435
3195
+ msgid "Highlight Vulnerable Plugins Upon Display"
3196
+ msgstr "Korosta haavoittuvat lisäosat näytöllä"
3197
+
3198
+ #: src/features/hack_protect.php:1436
3199
+ msgid "Vulnerable plugins will be highlighted on the main plugins page."
3200
+ msgstr "Haavoittuvat lisäosat korostetaan lisäosien pääsivulla."
3201
+
3202
+ #: src/features/hack_protect.php:1440
3203
+ #, fuzzy
3204
+ msgid "WP Core File Scanner"
3205
+ msgstr "WP Core File Scanner"
3206
+
3207
+ #: src/features/hack_protect.php:1441
3208
+ #, fuzzy
3209
+ msgid "Automatically Scans WordPress Core Files For Changes"
3210
+ msgstr "Tarkistaa automaattisesti WordPress-ydintiedostot muutoksiin"
3211
+
3212
+ #: src/features/hack_protect.php:1442
3213
+ msgid ""
3214
+ "Compares all WordPress core files on your site against the official "
3215
+ "WordPress files."
3216
+ msgstr ""
3217
+ "Vertaa sivustosi WordPress'n ydintiedostoja virallisiin WordPress'n "
3218
+ "tiedostoihin."
3219
+
3220
+ #: src/features/hack_protect.php:1443
3221
+ msgid "WordPress Core files should never be altered for any reason."
3222
+ msgstr "WordPress'n ydintiedostoja ei pidä koskaan muuttaa mistään syystä."
3223
+
3224
+ #: src/features/hack_protect.php:1447
3225
+ msgid "Auto Repair"
3226
+ msgstr "Korjaa automaattisesti"
3227
+
3228
+ #: src/features/hack_protect.php:1448
3229
+ msgid "Automatically Repair WordPress Core Files That Have Been Altered"
3230
+ msgstr ""
3231
+ "Korjaa automaattisesti WordPress'n ydintiedostot, jotka saattavat olla "
3232
+ "muuttuneet"
3233
+
3234
+ #: src/features/hack_protect.php:1449
3235
+ msgid ""
3236
+ "Attempts to automatically repair WordPress Core files with the official "
3237
+ "WordPress file data, for files that have been altered or are missing."
3238
+ msgstr ""
3239
+ "Yrittää automaattisesti korjata WordPress'n ydintiedostot virallisilla "
3240
+ "WordPress-tiedostoilla niiden tiedostojen osalta, jotka ovat muuttuneet "
3241
+ "taikka puuttuvat."
3242
+
3243
+ #: src/features/hack_protect.php:1454
3244
+ #, fuzzy
3245
+ msgid "Automatically Scans For Unrecognised Files In Core Directories"
3246
+ msgstr ""
3247
+ "Tarkistaa automaattisesti tunnistamattomia tiedostoja keskeisissä "
3248
+ "hakemistoissa"
3249
+
3250
+ #: src/features/hack_protect.php:1455
3251
+ msgid ""
3252
+ "Scans for, and automatically deletes, any files in your core WordPress "
3253
+ "folders that are not part of your WordPress installation."
3254
+ msgstr ""
3255
+ "Skanna, ja automaattisesti poistaa WordPress-ydinkansioissa minkä tahansa "
3256
+ "tiedoston, joka ei ole osa WordPress-asennusta."
3257
+
3258
+ #: src/features/hack_protect.php:1459
3259
+ msgid "Scan Uploads"
3260
+ msgstr "Skannaa lataukset"
3261
+
3262
+ #: src/features/hack_protect.php:1460
3263
+ msgid "Scan Uploads Folder For PHP and Javascript"
3264
+ msgstr "Skannaa latauskansion PHP:n ja JavaScript'n osalta"
3265
+
3266
+ #: src/features/hack_protect.php:1461
3267
+ msgid ""
3268
+ "Take care when turning on this option - if you are unsure, leave it disabled."
3269
+ msgstr ""
3270
+ "Ole varovainen laittaessasi tämän valinnan käyttöön - mikäli olet epävarma, "
3271
+ "jätä se käyttöön ottamatta."
3272
+
3273
+ #: src/features/hack_protect.php:1462
3274
+ msgid ""
3275
+ "The Uploads folder is primarily for media, but could be used to store "
3276
+ "nefarious files."
3277
+ msgstr ""
3278
+ "Latauskansio on pääasiassa medialle, MUTTA sitä voi käyttää myös "
3279
+ "haitallisten tiedostojen tallentamiseen."
3280
+
3281
+ #: src/features/hack_protect.php:1466
3282
+ msgid "File Exclusions"
3283
+ msgstr "Tiedostopoikkeukset"
3284
+
3285
+ #: src/features/hack_protect.php:1467
3286
+ msgid "Provide A List Of Files To Be Excluded From The Scan"
3287
+ msgstr "Anna lista tiedostoista, joita ei oteta mukaan skannattaviksi"
3288
+
3289
+ #: src/features/hack_protect.php:1469
3290
+ msgid "Take a new line for each file you wish to exclude from the scan."
3291
+ msgstr ""
3292
+ "Aloita jokainen tiedosto, jonka skannauksen haluat estöö, uudelta riviltä (1/"
3293
+ "rivi)."
3294
+
3295
+ #: src/features/hack_protect.php:1470
3296
+ msgid "No commas are necessary."
3297
+ msgstr "Pilkkuja EI tarvita."
3298
+
3299
+ #: src/features/hack_protect.php:1475
3300
+ msgid "Enable Integrity Scan"
3301
+ msgstr "Ota eheystarkastus käyttöön"
3302
+
3303
+ #: src/features/hack_protect.php:1476
3304
+ msgid "Scans For Critical Changes Made To Your WordPress Site"
3305
+ msgstr ""
3306
+ "Skannaa etsien kriittisiä muutoksia, joita on tehty WordPress-sivustollesi"
3307
+
3308
+ #: src/features/hack_protect.php:1477
3309
+ msgid "Detects changes made to your WordPress site outside of WordPress."
3310
+ msgstr ""
3311
+ "Havaitsee WordPress'n ulkopuolelta tehdyt muutokset WordPress-sivustollasi."
3312
+
3313
+ #: src/features/hack_protect.php:1481
3314
+ msgid "Monitor User Accounts"
3315
+ msgstr "Tarkkaile käyttäjätilejä"
3316
+
3317
+ #: src/features/hack_protect.php:1482
3318
+ msgid "Scans For Critical Changes Made To User Accounts"
3319
+ msgstr "Skannaa käyttäjätileihin tehtyjä kriittisiä muutoksia"
3320
+
3321
+ #: src/features/hack_protect.php:1483
3322
+ msgid ""
3323
+ "Detects changes made to critical user account information that were made "
3324
+ "directly on the database and outside of the WordPress system."
3325
+ msgstr ""
3326
+ "Havaitsee kriittisiin käyttäjätileihin tehdyt muutokset, jotka on tehty "
3327
+ "suoraan tietokantaan ja WordPress-järjestelmän ulkopuolelta."
3328
+
3329
+ #: src/features/hack_protect.php:1484
3330
+ msgid "An example of this might be some form of SQL Injection attack."
3331
+ msgstr ""
3332
+ "Esimerkki tällaisesta voisi olla joku muoto SQL-injektio hyökkäyksestä."
3333
+
3334
+ #: src/features/hack_protect.php:1485
3335
+ msgid ""
3336
+ "Enabling this option for every page low may slow down your site with large "
3337
+ "numbers of users."
3338
+ msgstr ""
3339
+ "Laittamalla tämän ominaisuuden päälle joka sivulla saattaa hidastaa "
3340
+ "sivustoasi, mikäli sillä on suuri määrä käyttäjiä."
3341
+
3342
+ #: src/features/hack_protect.php:1486
3343
+ #, fuzzy
3344
+ msgid ""
3345
+ "This option may cause critical problem with 3rd party plugins that manage "
3346
+ "user accounts."
3347
+ msgstr ""
3348
+ "Tämä vaihtoehto saattaa aiheuttaa kriittisen ongelman kolmannen osapuolen "
3349
+ "laajennuksilla, jotka hallitsevat käyttäjätilejä."
3350
+
3351
+ #: src/features/hack_protect.php:1490 src/features/headers.php:257
3352
+ #: src/features/headers.php:258 src/features/login_protect.php:875
3353
+ #: src/features/login_protect.php:893 src/features/login_protect.php:899
3354
+ #: src/features/plugin.php:1211
3355
+ #, php-format
3356
+ msgid "Enable %s"
3357
+ msgstr "Laita päälle %s"
3358
+
3359
+ #: src/features/hack_protect.php:1490
3360
+ msgid "Guard"
3361
+ msgstr "Suojaus"
3362
+
3363
+ #: src/features/hack_protect.php:1491
3364
+ msgid "Enable The Guard For Plugin And Theme Files"
3365
+ msgstr "Laita päälle suoja lisäosa- ja teematiedostoille"
3366
+
3367
+ #: src/features/hack_protect.php:1492
3368
+ msgid ""
3369
+ "When enabled the Guard will automatically scan for changes to your Plugin "
3370
+ "and Theme files."
3371
+ msgstr ""
3372
+ "Kun Vartija (Guard) laitetaan päälle. skannaa se automaattisesti muutokset "
3373
+ "Lisäosiesi ja Teemojesi tiedostoissa."
3374
+
3375
+ #: src/features/hack_protect.php:1496
3376
+ msgid "Guard/Scan Depth"
3377
+ msgstr "Suojaus/Skannaus syvyys"
3378
+
3379
+ #: src/features/hack_protect.php:1497
3380
+ msgid "How Deep Into The Plugin Directories To Scan And Guard"
3381
+ msgstr "Kuinka syvälle lisäosien kansioihin skannataan ja suojataan"
3382
+
3383
+ #: src/features/hack_protect.php:1498
3384
+ msgid ""
3385
+ "The Guard normally scans only the top level of a folder. Increasing depth "
3386
+ "will increase scan times."
3387
+ msgstr ""
3388
+ "Suojaus skannaa normaalisti vain ylimmän kansiotason. Suurentamalla syvyyttä "
3389
+ "kasvatat myös skannausaikoja."
3390
+
3391
+ #: src/features/hack_protect.php:1499
3392
+ #, php-format
3393
+ msgid ""
3394
+ "Setting it to %s will remove this limit and all sub-folders will be scanned "
3395
+ "- not recommended"
3396
+ msgstr ""
3397
+ "Asettamalla arvoon %s poistat tämä rajoituksen ja kaikki alikansiot "
3398
+ "skannataan - EI suositella"
3399
+
3400
+ #: src/features/hack_protect.php:1503
3401
+ msgid "Included File Types"
3402
+ msgstr "Sisällytä tiedostotyypit"
3403
+
3404
+ #: src/features/hack_protect.php:1504
3405
+ msgid "The File Types (by File Extension) Included In The Scan"
3406
+ msgstr ""
3407
+ "Tiedostotyypit (tiedostotunnisteen perusteella), jotka sisällytetään "
3408
+ "skannaukseen"
3409
+
3410
+ #: src/features/hack_protect.php:1505
3411
+ msgid "Take a new line for each file extension."
3412
+ msgstr "Kirjoita kukin tiedostotunniste uudelle riville."
3413
+
3414
+ #: src/features/hack_protect.php:1506
3415
+ msgid "No commas(,) or periods(.) necessary."
3416
+ msgstr "Pilkut (,) ja pisteet (.) EIVÄT ole tarpeen."
3417
+
3418
+ #: src/features/hack_protect.php:1507
3419
+ msgid "Remove all extensions to scan all file type (not recommended)."
3420
+ msgstr ""
3421
+ "Poista kaikki tunnisteet skannataksesi kaikki tiedostotyypit (EI suositella)."
3422
+
3423
+ #: src/features/hack_protect.php:1511
3424
+ msgid "Show Re-Install Links"
3425
+ msgstr "Näytä uudelleenasenna-linkit"
3426
+
3427
+ #: src/features/hack_protect.php:1512
3428
+ msgid "Show Re-Install Links For Plugins"
3429
+ msgstr "Näytä lisäosien uudelleenasenna-linkit"
3430
+
3431
+ #: src/features/hack_protect.php:1513
3432
+ msgid ""
3433
+ "Show links to re-install plugins and offer re-install when activating "
3434
+ "plugins."
3435
+ msgstr ""
3436
+ "Näytä linkit, joiden kautta lisäosa asennetaan uudelleen ja tarjotaan "
3437
+ "uudelleenasennusta lisäosaa aktivoitaessa."
3438
+
3439
+ #: src/features/hack_protect.php:1517
3440
+ #, fuzzy
3441
+ msgid "Abandoned Plugin Scanner"
3442
+ msgstr "Hylätty Plugin Scanner"
3443
+
3444
+ #: src/features/hack_protect.php:1519
3445
+ #, fuzzy
3446
+ msgid "Scan your WordPress.org assets for whether they've been abandoned."
3447
+ msgstr "Skannaa WordPress.org-omaisuuttasi siitä, onko ne hylätty."
3448
+
3449
+ #: src/features/hack_protect.php:1524
3450
+ #, fuzzy
3451
+ msgid "Highlight Abandoned Plugins"
3452
+ msgstr "Korosta hylätyt laajennukset"
3453
+
3454
+ #: src/features/hack_protect.php:1525
3455
+ #, fuzzy
3456
+ msgid "Abandoned plugins will be highlighted on the main plugins page."
3457
+ msgstr "Hylätyt plugins korostetaan pää pluginien sivulla."
3458
+
3459
+ #: src/features/hack_protect.php:1530
3460
+ #, fuzzy
3461
+ msgid "Enable Malware Scanner"
3462
+ msgstr "Ota Malware Scanner käyttöön"
3463
+
3464
+ #: src/features/hack_protect.php:1531
3465
+ #, fuzzy
3466
+ msgid "Enabled detection of files infected with malware signatures."
3467
+ msgstr ""
3468
+ "Haittaohjelmien allekirjoituksilla tartunnan saaneiden tiedostojen "
3469
+ "tunnistaminen käytössä."
3470
+
3471
+ #: src/features/hack_protect.php:1535
3472
+ #, fuzzy
3473
+ msgid "Auto-Repair WP Core"
3474
+ msgstr "Automaattinen korjaus WP-ydin"
3475
+
3476
+ #: src/features/hack_protect.php:1536
3477
+ #, fuzzy
3478
+ msgid "Automatically Repair WordPress Core Files"
3479
+ msgstr ""
3480
+ "Korjaa automaattisesti WordPress'n ydintiedostot, jotka saattavat olla "
3481
+ "muuttuneet"
3482
+
3483
+ #: src/features/hack_protect.php:1537
3484
+ #, fuzzy
3485
+ msgid "Automatically reinstall any core files found to have potential malware."
3486
+ msgstr ""
3487
+ "Asenna automaattisesti kaikki keskeiset tiedostot, joilla on haittaohjelmia."
3488
+
3489
+ #: src/features/hack_protect.php:1541
3490
+ #, fuzzy
3491
+ msgid "Auto-Repair WP Plugins"
3492
+ msgstr "Automaattinen korjaus WP-liitännät"
3493
+
3494
+ #: src/features/hack_protect.php:1542
3495
+ #, fuzzy
3496
+ msgid "Automatically Repair WordPress.org Plugins"
3497
+ msgstr "Korjaa automaattisesti WordPress.org-laajennukset"
3498
+
3499
+ #: src/features/hack_protect.php:1543
3500
+ #, fuzzy
3501
+ msgid "Automatically repair any plugin files found to have potential malware."
3502
+ msgstr "Korjaa automaattisesti mahdolliset haittaohjelmat."
3503
+
3504
+ #: src/features/hack_protect.php:1544
3505
+ #, fuzzy
3506
+ msgid "Only applies to plugins installed from WordPress.org."
3507
+ msgstr "Koskee vain WordPress.orgista asennettuja laajennuksia."
3508
+
3509
+ #: src/features/hack_protect.php:1545
3510
+ #, fuzzy
3511
+ msgid ""
3512
+ "Also deletes files if they're found to not be originally distributed with "
3513
+ "the plugin."
3514
+ msgstr ""
3515
+ "Poistaa myös tiedostot, jos niiden ei ole alunperin jaettu laajennuksen "
3516
+ "kanssa."
3517
+
3518
+ #: src/features/hack_protect.php:1549
3519
+ #, fuzzy
3520
+ msgid "WP Config"
3521
+ msgstr "WP-määritys"
3522
+
3523
+ #: src/features/hack_protect.php:1550
3524
+ #, fuzzy
3525
+ msgid "Realtime Protection For WP Config File"
3526
+ msgstr "Reaaliaikainen suojaus WP-määritystiedostoon"
3527
+
3528
+ #: src/features/hack_protect.php:1551
3529
+ #, fuzzy
3530
+ msgid "Realtime protection for the wp-config.php file."
3531
+ msgstr "WP-config.php-tiedoston reaaliaikainen suojaus."
3532
+
3533
+ #: src/features/headers.php:131
3534
+ #, fuzzy
3535
+ msgid "HTTP Security Headers"
3536
+ msgstr "Hallitse HTTP turvallisuusotsakkeita"
3537
+
3538
+ #: src/features/headers.php:132
3539
+ #, fuzzy
3540
+ msgid "Protect Visitors With Powerful HTTP Headers"
3541
+ msgstr "Suojaa kävijöitä tehokkailla HTTP-otsikoilla"
3542
+
3543
+ #: src/features/headers.php:145 src/features/plugin.php:1385
3544
+ msgid "HTTP Headers"
3545
+ msgstr "HTTP otsakkeet"
3546
+
3547
+ #: src/features/headers.php:148
3548
+ #, fuzzy
3549
+ msgid "All important security Headers have been set"
3550
+ msgstr "Kaikki tärkeät suojausotsikot on asetettu"
3551
+
3552
+ #: src/features/headers.php:149
3553
+ #, fuzzy
3554
+ msgid "At least one of the HTTP Headers hasn't been set"
3555
+ msgstr "Vähintään yhtä HTTP-otsikoista ei ole asetettu"
3556
+
3557
+ #: src/features/headers.php:155
3558
+ #, fuzzy
3559
+ msgid "Content Security Policies"
3560
+ msgstr "Sisällön suojausohjeet"
3561
+
3562
+ #: src/features/headers.php:158
3563
+ #, fuzzy
3564
+ msgid "Content Security Policy is turned on"
3565
+ msgstr "Sisältötietoturvapolitiikka on käytössä"
3566
+
3567
+ #: src/features/headers.php:159
3568
+ #, fuzzy
3569
+ msgid "Content Security Policies aren't active"
3570
+ msgstr "Sisältötietoturvakäytännöt eivät ole aktiivisia"
3571
+
3572
+ #: src/features/headers.php:183 src/features/headers.php:191
3573
+ msgid ""
3574
+ "Protect visitors to your site by implementing increased security response "
3575
+ "headers."
3576
+ msgstr ""
3577
+ "Suojaa sivustosi vierailijoita toteuttamalla lisätyn turvallisuuden vastaus-"
3578
+ "otsakkeella."
3579
+
3580
+ #: src/features/headers.php:184 src/features/headers.php:192
3581
+ #: src/features/headers.php:201
3582
+ msgid ""
3583
+ "Enabling these features are advised, but you must test them on your site "
3584
+ "thoroughly."
3585
+ msgstr ""
3586
+ "Näitten ominaisuuksien sallimista suositellaan, mutta ensin sinun tulee "
3587
+ "testata ne huolellisesti sivustollasi."
3588
+
3589
+ #: src/features/headers.php:189
3590
+ msgid "Advanced Security Headers"
3591
+ msgstr "Kehittyneet turvallisuus otsakkeet"
3592
+
3593
+ #: src/features/headers.php:194
3594
+ msgid "Security Headers"
3595
+ msgstr "Turvallisuus otsakkeet"
3596
+
3597
+ #: src/features/headers.php:198 src/features/headers.php:203
3598
+ #: src/features/headers.php:258
3599
+ msgid "Content Security Policy"
3600
+ msgstr "Sisällön turvallisuuskäytäntö"
3601
+
3602
+ #: src/features/headers.php:200
3603
+ msgid ""
3604
+ "Restrict the sources and types of content that may be loaded and processed "
3605
+ "by visitor browsers."
3606
+ msgstr ""
3607
+ "Rajoita sisällön lähteitä ja tyyppejä, joita vierailijaselaimet saattavat "
3608
+ "ladata ja prosessoida."
3609
+
3610
+ #: src/features/headers.php:232
3611
+ msgid "Block iFrames"
3612
+ msgstr "Estä iFramet"
3613
+
3614
+ #: src/features/headers.php:233
3615
+ msgid "Block Remote iFrames Of This Site"
3616
+ msgstr "Estä tämän sivuston etä- iFramet"
3617
+
3618
+ #: src/features/headers.php:234
3619
+ msgid ""
3620
+ "The setting prevents any external website from embedding your site in an "
3621
+ "iFrame."
3622
+ msgstr ""
3623
+ "Tämä asetus estää mitä tahansa ulkoista nettisivustoa upottamasta sivustoasi "
3624
+ "iFrameen."
3625
+
3626
+ #: src/features/headers.php:235
3627
+ msgid "This is useful for preventing so-called \"ClickJack attacks\"."
3628
+ msgstr "Tämä on käytännöllinen estämään ns. \"ClickJack hyökkäyksiä\"."
3629
+
3630
+ #: src/features/headers.php:239
3631
+ msgid "Referrer Policy"
3632
+ msgstr "Viittauskäytäntö"
3633
+
3634
+ #: src/features/headers.php:240
3635
+ msgid "Referrer Policy Header"
3636
+ msgstr "Viittauskäytännön ylätunniste"
3637
+
3638
+ #: src/features/headers.php:241
3639
+ msgid ""
3640
+ "The Referrer Policy Header allows you to control when and what referral "
3641
+ "information a browser may pass along with links clicked on your site."
3642
+ msgstr ""
3643
+ "Viittauskäytännön ylätunniste sallii sinun kontrolloida milloin ja mitä "
3644
+ "viittaustietoja selainohjelma voi siirtää sivustossasi napsautettujen "
3645
+ "linkkien avulla."
3646
+
3647
+ #: src/features/headers.php:245
3648
+ msgid "XSS Protection"
3649
+ msgstr "XSS suojaus"
3650
+
3651
+ #: src/features/headers.php:246
3652
+ msgid "Employ Built-In Browser XSS Protection"
3653
+ msgstr "Ota käyttöön selaimen sisäänrakennettu XSS-suojaus"
3654
+
3655
+ #: src/features/headers.php:247
3656
+ msgid ""
3657
+ "Directs compatible browsers to block what they detect as Reflective XSS "
3658
+ "attacks."
3659
+ msgstr ""
3660
+ "Ohjaa yhteensopivia selainohjelmia estämään mitä ne pitävät Reflective XSS -"
3661
+ "hyökkäyksinä."
3662
+
3663
+ #: src/features/headers.php:251
3664
+ msgid "Prevent Mime-Sniff"
3665
+ msgstr "Estä Mime-Sniff"
3666
+
3667
+ #: src/features/headers.php:252
3668
+ msgid "Turn-Off Browser Mime-Sniff"
3669
+ msgstr "Poistaa päältä selaimen Mime-Sniff'n"
3670
+
3671
+ #: src/features/headers.php:253
3672
+ msgid "Reduces visitor exposure to malicious user-uploaded content."
3673
+ msgstr ""
3674
+ "Vähentää vierailijoiden altistumista käyttäjien lataamalla vihamieliselle "
3675
+ "sisällölle."
3676
+
3677
+ #: src/features/headers.php:259
3678
+ msgid ""
3679
+ "Allows for permission and restriction of all resources loaded on your site."
3680
+ msgstr ""
3681
+ "Sallii kaikkien sivustosi ladattujen resurssien sallimisen ja rajoittamisen."
3682
+
3683
+ #: src/features/headers.php:263
3684
+ msgid "Self"
3685
+ msgstr "Self"
3686
+
3687
+ #: src/features/headers.php:264
3688
+ msgid "Allow 'self' Directive"
3689
+ msgstr "Salli 'self' ohje"
3690
+
3691
+ #: src/features/headers.php:265
3692
+ msgid "Using 'self' is generally recommended."
3693
+ msgstr "\"self\" 'n käyttö on yleensä suositeltu."
3694
+
3695
+ #: src/features/headers.php:266
3696
+ msgid ""
3697
+ "It essentially means that resources from your own host:protocol are "
3698
+ "permitted."
3699
+ msgstr ""
3700
+ "Se tarkoittaa pohjimmiltaan sitä, että resurssit omalta host:protokollalta "
3701
+ "ovat sallittuja."
3702
+
3703
+ #: src/features/headers.php:270
3704
+ #, fuzzy
3705
+ msgid "Inline Entities"
3706
+ msgstr "Sisäiset yksiköt"
3707
+
3708
+ #: src/features/headers.php:271
3709
+ msgid "Allow Inline Scripts and CSS"
3710
+ msgstr "Salli Inline Scriptit ja CSS"
3711
+
3712
+ #: src/features/headers.php:272
3713
+ msgid ""
3714
+ "Allows parsing of Javascript and CSS declared in-line in your html document."
3715
+ msgstr "Salli Javascriptin ja CSS:n jäsentämisen HTML-asiakirjassasi."
3716
+
3717
+ #: src/features/headers.php:276
3718
+ msgid "Embedded Data"
3719
+ msgstr "Upotettu data"
3720
+
3721
+ #: src/features/headers.php:277
3722
+ msgid "Allow \"data:\" Directives"
3723
+ msgstr "Sallii \"data:\" tiedot"
3724
+
3725
+ #: src/features/headers.php:278
3726
+ msgid ""
3727
+ "Allows use of embedded data directives, most commonly used for images and "
3728
+ "fonts."
3729
+ msgstr ""
3730
+ "Sallii upotettujen datatietojen, joita yleisesti käytetään kuvien ja "
3731
+ "fonttien yhteydessä, käytön."
3732
+
3733
+ #: src/features/headers.php:282
3734
+ msgid "Allow eval()"
3735
+ msgstr "Salli eval()"
3736
+
3737
+ #: src/features/headers.php:283
3738
+ msgid "Allow Javascript eval()"
3739
+ msgstr "Salli Javascript eval()"
3740
+
3741
+ #: src/features/headers.php:284
3742
+ msgid "Permits the use of Javascript the eval() function."
3743
+ msgstr "Sallii Javascriptin eval()-funktion käytön."
3744
+
3745
+ #: src/features/headers.php:288
3746
+ msgid "HTTPS"
3747
+ msgstr "HTTPS"
3748
+
3749
+ #: src/features/headers.php:289
3750
+ msgid "HTTPS Resource Loading"
3751
+ msgstr "HTTPS resurssien lataus"
3752
+
3753
+ #: src/features/headers.php:290
3754
+ msgid "Allows loading of any content provided over HTTPS."
3755
+ msgstr "Sallii kaiken sisällön lataamisen HTTPS' kautta."
3756
+
3757
+ #: src/features/headers.php:294
3758
+ msgid "Permitted Hosts"
3759
+ msgstr "Sallitut Host'it"
3760
+
3761
+ #: src/features/headers.php:295
3762
+ msgid "Permitted Hosts and Domains"
3763
+ msgstr "Sallitut Host't ja Domainit"
3764
+
3765
+ #: src/features/headers.php:296
3766
+ msgid ""
3767
+ "You can explicitly state which hosts/domain from which content may be loaded."
3768
+ msgstr ""
3769
+ "Voit nimenomaisesti määrittää minkä host'ien/domainien sisältöä saa ladata."
3770
+
3771
+ #: src/features/headers.php:297
3772
+ msgid ""
3773
+ "Take great care and test your site as you may block legitimate resources."
3774
+ msgstr ""
3775
+ "Ole huolelline ja testaa sivustosi, koska saatat estää ihan kelvollisiakin "
3776
+ "resursseja."
3777
+
3778
+ #: src/features/headers.php:298
3779
+ msgid "If in-doubt, leave blank or use \"*\" only."
3780
+ msgstr "Mikäli epäilet, jätä tyhjäksi tai käytä vain merkintää \"*\" ."
3781
+
3782
+ #: src/features/headers.php:299
3783
+ msgid ""
3784
+ "You can force only HTTPS for a given domain by prefixing it with \"https://"
3785
+ "\"."
3786
+ msgstr ""
3787
+ "Voit pakottaa yksinomaan HTTPS:n annetulle domainille laittamalla "
3788
+ "etuliitteeksi \"https://\"."
3789
+
3790
+ #: src/features/insights.php:82
3791
+ #, fuzzy
3792
+ msgid "Audit Trail Filters"
3793
+ msgstr "Audit Trail -suodattimet"
3794
+
3795
+ #: src/features/insights.php:115 src/features/plugin.php:1352
3796
+ msgid "IP Whitelist"
3797
+ msgstr "Sallitut IP-osoitteet"
3798
+
3799
+ #: src/features/insights.php:116
3800
+ #, fuzzy
3801
+ msgid "IP Blacklist"
3802
+ msgstr "IP-musta lista"
3803
+
3804
+ #: src/features/insights.php:117
3805
+ #, fuzzy, php-format
3806
+ msgid "IP addresses that are never blocked by %s."
3807
+ msgstr "IP-osoitteet, joita %s ei koskaan estä."
3808
+
3809
+ #: src/features/insights.php:118
3810
+ #, fuzzy, php-format
3811
+ msgid "IP addresses that have tripped %s defenses."
3812
+ msgstr "IP-osoitteet, jotka ovat rikkoneet %s suojauksia."
3813
+
3814
+ #: src/features/insights.php:152
3815
+ #, fuzzy
3816
+ msgid "Traffic Table Filters"
3817
+ msgstr "Liikennetaulukon suodattimet"
3818
+
3819
+ #: src/features/insights.php:184
3820
+ #, fuzzy
3821
+ msgid "Sessions Table Filters"
3822
+ msgstr "Istuntojen taulukon suodattimet"
3823
+
3824
+ #: src/features/insights.php:241
3825
+ msgid "Overview"
3826
+ msgstr "Yhteenveto"
3827
+
3828
+ #: src/features/insights.php:243
3829
+ #, fuzzy
3830
+ msgid "IP Lists"
3831
+ msgstr "IP-luettelot"
3832
+
3833
+ #: src/features/insights.php:246 src/features/insights.php:253
3834
+ msgid "Pro"
3835
+ msgstr "Pro"
3836
+
3837
+ #: src/features/insights.php:247
3838
+ msgid "Traffic"
3839
+ msgstr "Liikenne"
3840
+
3841
+ #: src/features/insights.php:248
3842
+ msgid "Notes"
3843
+ msgstr "Muistiinpanot"
3844
+
3845
+ #: src/features/insights.php:249 src/features/plugin.php:1150
3846
+ #: src/features/plugin.php:1155
3847
+ msgid "Import"
3848
+ msgstr "Tuonti"
3849
+
3850
+ #: src/features/insights.php:249 src/features/plugin.php:1150
3851
+ #: src/features/plugin.php:1155
3852
+ msgid "Export"
3853
+ msgstr "Vienti"
3854
+
3855
+ #: src/features/insights.php:397
3856
+ #, fuzzy, php-format
3857
+ msgid "%s Security Insights"
3858
+ msgstr "%s Suojausnäkymät"
3859
+
3860
+ #: src/features/insights.php:398
3861
+ msgid "recommendation"
3862
+ msgstr "suositus"
3863
+
3864
+ #: src/features/insights.php:399
3865
+ msgid "suggestion"
3866
+ msgstr "ehdotus"
3867
+
3868
+ #: src/features/insights.php:400
3869
+ #, fuzzy, php-format
3870
+ msgid "Welcome To %s Security Insights Dashboard"
3871
+ msgstr "Tervetuloa %s Security Insights Dashboardiin"
3872
+
3873
+ #: src/features/insights.php:401
3874
+ #, fuzzy, php-format
3875
+ msgid "Some of the most recent %s events"
3876
+ msgstr "Jotkut viimeisimmistä %s tapahtumista"
3877
+
3878
+ #: src/features/insights.php:406
3879
+ #, fuzzy
3880
+ msgid ""
3881
+ "Sorry, this feature would typically be used by professionals and so is a Pro-"
3882
+ "only feature."
3883
+ msgstr ""
3884
+ "Valitettavasti ammattilaiset käyttävät tätä ominaisuutta yleensä, joten se "
3885
+ "on vain pro-ominaisuus."
3886
+
3887
+ #: src/features/insights.php:407
3888
+ #, fuzzy
3889
+ msgid "This feature isn't currently enabled."
3890
+ msgstr "Tämä ominaisuus ei ole tällä hetkellä käytössä."
3891
+
3892
+ #: src/features/insights.php:408
3893
+ #, fuzzy
3894
+ msgid ""
3895
+ "You can activate this feature (along with many others) and support "
3896
+ "development of this plugin for just $12."
3897
+ msgstr ""
3898
+ "Voit aktivoida tämän ominaisuuden (yhdessä monien muiden kanssa) ja tukea "
3899
+ "tämän laajennuksen kehittämistä vain 12 dollariin."
3900
+
3901
+ #: src/features/insights.php:409
3902
+ #, fuzzy
3903
+ msgid "Please turn on this feature in the options."
3904
+ msgstr "Ota tämä ominaisuus käyttöön valinnoissa."
3905
+
3906
+ #: src/features/insights.php:410
3907
+ #, fuzzy
3908
+ msgid "for just $1/month"
3909
+ msgstr "vain $ 1 / kk"
3910
+
3911
+ #: src/features/insights.php:473
3912
+ msgid "Site"
3913
+ msgstr "Sivusto"
3914
+
3915
+ #: src/features/insights.php:497
3916
+ #, fuzzy
3917
+ msgid "SSL certificate for this site has expired."
3918
+ msgstr "Tämän sivuston SSL-sertifikaatti on vanhentunut."
3919
+
3920
+ #: src/features/insights.php:500
3921
+ #, fuzzy, php-format
3922
+ msgid "SSL certificate will expire soon (in %s days)"
3923
+ msgstr "SSL-varmenne päättyy pian ( %s päivinä)"
3924
+
3925
+ #: src/features/insights.php:507
3926
+ #, fuzzy
3927
+ msgid "Check or renew your SSL certificate."
3928
+ msgstr "Tarkista tai uusitse SSL-sertifikaatti."
3929
+
3930
+ #: src/features/insights.php:530
3931
+ #, fuzzy
3932
+ msgid "DB Password appears to be weak."
3933
+ msgstr "DB Password näyttää olevan heikko."
3934
+
3935
+ #: src/features/insights.php:532
3936
+ #, fuzzy
3937
+ msgid "The database password should be strong."
3938
+ msgstr "Tietokannan salasanan tulee olla vahva."
3939
+
3940
+ #: src/features/insights.php:556
3941
+ #, php-format
3942
+ msgid "%s inactive plugin(s)"
3943
+ msgstr "%s aktivoimatonta lisäosaa"
3944
+
3945
+ #: src/features/insights.php:559
3946
+ msgid "Unused plugins should be removed."
3947
+ msgstr "Käytöstä poistetut lisäosat pitäisi poistaa."
3948
+
3949
+ #: src/features/insights.php:569
3950
+ #, php-format
3951
+ msgid "%s plugin update(s)"
3952
+ msgstr "%s lisäosan päivitystä"
3953
+
3954
+ #: src/features/insights.php:571 src/features/insights.php:611
3955
+ #: src/features/insights.php:637
3956
+ msgid "Updates"
3957
+ msgstr "Päivitykset"
3958
+
3959
+ #: src/features/insights.php:572 src/features/insights.php:612
3960
+ #: src/features/insights.php:638
3961
+ msgid "Updates should be applied as early as possible."
3962
+ msgstr "Päivitykset pitäisi suorittaa mahdollisimman aikaisin."
3963
+
3964
+ #: src/features/insights.php:596
3965
+ #, php-format
3966
+ msgid "%s inactive themes(s)"
3967
+ msgstr "%s passiivista teemaa"
3968
+
3969
+ #: src/features/insights.php:599
3970
+ msgid "Unused themes should be removed."
3971
+ msgstr "Käyttämättömät teemat tulisi poistaa."
3972
+
3973
+ #: src/features/insights.php:609
3974
+ #, php-format
3975
+ msgid "%s theme update(s)"
3976
+ msgstr "%s teemaa päivitetty"
3977
+
3978
+ #: src/features/insights.php:627
3979
+ msgid "WordPress Core"
3980
+ msgstr "WordPress'n ydin"
3981
+
3982
+ #: src/features/insights.php:635
3983
+ msgid "WordPress Core has an update available."
3984
+ msgstr "WordPress-ytimeen on saatavilla päivitys."
3985
+
3986
+ #: src/features/insights.php:647
3987
+ msgid "WordPress does not automatically install updates."
3988
+ msgstr "WordPress ei asenna automaattisesti päivityksiä."
3989
+
3990
+ #: src/features/insights.php:650
3991
+ msgid "Minor WordPress upgrades should be applied automatically."
3992
+ msgstr "Vähäisemmät WordPress-päivitykset tulisi päivittää automaattisesti."
3993
+
3994
+ #: src/features/insights.php:675 src/processors/statistics.php:195
3995
+ msgid "Login Blocks"
3996
+ msgstr "Kirjautumisestot"
3997
+
3998
+ #: src/features/insights.php:677
3999
+ msgid "Total login attempts blocked."
4000
+ msgstr "Kirjautumisyrityksiä estetty kaikkiaan."
4001
+
4002
+ #: src/features/insights.php:680 src/processors/statistics.php:194
4003
+ msgid "Firewall Blocks"
4004
+ msgstr "Palomuuriestot"
4005
+
4006
+ #: src/features/insights.php:682
4007
+ #, fuzzy
4008
+ msgid "Total requests blocked by firewall rules."
4009
+ msgstr "Palomuurin sääntöjen estämät pyynnöt yhteensä."
4010
+
4011
+ #: src/features/insights.php:685 src/processors/statistics.php:193
4012
+ msgid "Comment Blocks"
4013
+ msgstr "Kommenttiestot"
4014
+
4015
+ #: src/features/insights.php:687
4016
+ #, fuzzy
4017
+ msgid "Total SPAM comments blocked."
4018
+ msgstr "SPAM-kommentit yhteensä estetty."
4019
+
4020
+ #: src/features/insights.php:695 src/lib/src/Tables/Render/IpBlack.php:14
4021
+ #, fuzzy
4022
+ msgid "Transgressions"
4023
+ msgstr "Rikkomukset kaikkiaan"
4024
+
4025
+ #: src/features/insights.php:697
4026
+ #, fuzzy
4027
+ msgid "Total transgression against the site."
4028
+ msgstr "Täysi rikkominen sivustoa vastaan."
4029
+
4030
+ #: src/features/insights.php:700
4031
+ #, fuzzy
4032
+ msgid "IP Blocks"
4033
+ msgstr "IP-lohkot"
4034
+
4035
+ #: src/features/insights.php:702
4036
+ #, fuzzy
4037
+ msgid "Total connections blocked/killed after too many transgressions."
4038
+ msgstr "Yhteensä yhteydet estetty / tapettu liian monien rikkomusten jälkeen."
4039
+
4040
+ #: src/features/insights.php:705
4041
+ msgid "Blacklist IPs"
4042
+ msgstr "Estetyt IP-osoitteet"
4043
+
4044
+ #: src/features/insights.php:713
4045
+ #, fuzzy
4046
+ msgid "Current IP addresses with transgressions against the site."
4047
+ msgstr "Nykyiset IP-osoitteet, joissa on rikkomuksia sivustoa vastaan."
4048
+
4049
+ #: src/features/insights.php:739
4050
+ #, fuzzy
4051
+ msgid "Not yet recorded"
4052
+ msgstr "Ei vielä tallennettu"
4053
+
4054
+ #: src/features/insights.php:751
4055
+ #, fuzzy
4056
+ msgid "Simple Test Cron"
4057
+ msgstr "Yksinkertainen testi Cron"
4058
+
4059
+ #: src/features/insights.php:752
4060
+ #, fuzzy
4061
+ msgid "Unrecognised Files Scan"
4062
+ msgstr "Tunnistamattomat tiedostot"
4063
+
4064
+ #: src/features/insights.php:753
4065
+ #, fuzzy
4066
+ msgid "Abandoned Plugins Scan"
4067
+ msgstr "Hylätyt laajennukset"
4068
+
4069
+ #: src/features/insights.php:754
4070
+ #, fuzzy
4071
+ msgid "WordPress Core Files Scan"
4072
+ msgstr "WordPress Core Files Scan"
4073
+
4074
+ #: src/features/insights.php:755
4075
+ #, fuzzy
4076
+ msgid "Plugin/Themes Guard Scan"
4077
+ msgstr "Plugin / Teemat Guard Scan"
4078
+
4079
+ #: src/features/insights.php:756
4080
+ #, fuzzy
4081
+ msgid "Vulnerabilities Scan"
4082
+ msgstr "Haavoittuvuuksien skannaus"
4083
+
4084
+ #: src/features/insights.php:757
4085
+ #, fuzzy
4086
+ msgid "Successful 2-FA Login"
4087
+ msgstr "Onnistunut 2-FA-kirjautuminen"
4088
+
4089
+ #: src/features/insights.php:758
4090
+ #, fuzzy
4091
+ msgid "Login Block"
4092
+ msgstr "Kirjaudu sisään"
4093
+
4094
+ #: src/features/insights.php:759
4095
+ #, fuzzy
4096
+ msgid "User Registration Block"
4097
+ msgstr "Käyttäjän rekisteröintilohko"
4098
+
4099
+ #: src/features/insights.php:760
4100
+ #, fuzzy
4101
+ msgid "Reset Password Block"
4102
+ msgstr "Nollaa salasanan esto"
4103
+
4104
+ #: src/features/insights.php:761
4105
+ #, fuzzy
4106
+ msgid "Firewall Block"
4107
+ msgstr "Palomuurin estohälytys"
4108
+
4109
+ #: src/features/insights.php:762
4110
+ #, fuzzy
4111
+ msgid "Idle Logout"
4112
+ msgstr "Idle Logout"
4113
+
4114
+ #: src/features/insights.php:763
4115
+ #, fuzzy
4116
+ msgid "Password Block"
4117
+ msgstr "Salasana estää"
4118
+
4119
+ #: src/features/insights.php:764
4120
+ #, fuzzy
4121
+ msgid "Comment SPAM Block"
4122
+ msgstr "Kommentoi SPAM-lohkoa"
4123
+
4124
+ #: src/features/insights.php:765
4125
+ #, fuzzy
4126
+ msgid "XML-RPC Block"
4127
+ msgstr "XML-RPC-lohko"
4128
+
4129
+ #: src/features/insights.php:766
4130
+ #, fuzzy
4131
+ msgid "Anonymous Rest API Block"
4132
+ msgstr "Anonymous Rest API Block"
4133
+
4134
+ #: src/features/insights.php:767
4135
+ #, fuzzy, php-format
4136
+ msgid "%s Transgression"
4137
+ msgstr "%s Transgression"
4138
+
4139
+ #: src/features/insights.php:769
4140
+ #, fuzzy
4141
+ msgid "IP Connection Blocked"
4142
+ msgstr "IP-yhteys estetty"
4143
+
4144
+ #: src/features/ips.php:76
4145
+ #, fuzzy
4146
+ msgid "Invalid entry selected"
4147
+ msgstr "Virheellinen merkintä valittu"
4148
+
4149
+ #: src/features/ips.php:79
4150
+ #, fuzzy
4151
+ msgid "IP address deleted"
4152
+ msgstr "IP-osoite poistettu"
4153
+
4154
+ #: src/features/ips.php:83
4155
+ #, fuzzy
4156
+ msgid "IP address wasn't deleted from the list"
4157
+ msgstr "IP-osoitetta ei poistettu luettelosta"
4158
+
4159
+ #: src/features/ips.php:100
4160
+ #, fuzzy
4161
+ msgid "IP address wasn't added to the list"
4162
+ msgstr "IP-osoitetta ei lisätty luetteloon"
4163
+
4164
+ #: src/features/ips.php:111
4165
+ #, fuzzy
4166
+ msgid "IP address not provided"
4167
+ msgstr "IP-osoitetta ei ole annettu"
4168
+
4169
+ #: src/features/ips.php:114
4170
+ #, fuzzy
4171
+ msgid "IP list not provided"
4172
+ msgstr "IP-luetteloa ei ole"
4173
+
4174
+ #: src/features/ips.php:117
4175
+ #, fuzzy
4176
+ msgid "IP address isn't either a valid IP or a CIDR range"
4177
+ msgstr "IP-osoite ei ole kelvollinen IP- tai CIDR-alue"
4178
+
4179
+ #: src/features/ips.php:120
4180
+ #, fuzzy
4181
+ msgid ""
4182
+ "Please upgrade to Pro if you'd like to add IPs to the black list manually."
4183
+ msgstr ""
4184
+ "Päivitä Pro-sovellukseen, jos haluat lisätä IP-osoitteita mustaan listaan "
4185
+ "manuaalisesti."
4186
+
4187
+ #: src/features/ips.php:123
4188
+ #, fuzzy
4189
+ msgid "IP ranges aren't currently supported for blacklisting."
4190
+ msgstr "IP-alueita ei tällä hetkellä tueta mustalle listalle."
4191
+
4192
+ #: src/features/ips.php:126
4193
+ #, fuzzy
4194
+ msgid "Manually black listing your current IP address is not supported."
4195
+ msgstr "Manuaalista mustaa listaa nykyisestä IP-osoitteestasi ei tueta."
4196
+
4197
+ #: src/features/ips.php:129
4198
+ #, fuzzy
4199
+ msgid "This IP is reserved and can't be blacklisted."
4200
+ msgstr "Tämä IP on varattu ja sitä ei voi listata mustalle listalle."
4201
+
4202
+ #: src/features/ips.php:154
4203
+ #, fuzzy
4204
+ msgid "IP address added successfully"
4205
+ msgstr "IP-osoite lisättiin onnistuneesti"
4206
+
4207
+ #: src/features/ips.php:346
4208
+ #, fuzzy
4209
+ msgid "IP blocking is turned-off because the transgressions limit is set to 0."
4210
+ msgstr "IP-esto on pois päältä, koska rikkomusten raja on asetettu arvoon 0."
4211
+
4212
+ #: src/features/ips.php:354
4213
+ #, fuzzy
4214
+ msgid ""
4215
+ "Since the transgressions limit is set to 0, these options have no effect."
4216
+ msgstr ""
4217
+ "Koska rikkomusten raja on asetettu arvoon 0, näillä asetuksilla ei ole "
4218
+ "vaikutusta."
4219
+
4220
+ #: src/features/ips.php:358
4221
+ #, fuzzy
4222
+ msgid ""
4223
+ "Your User Agent appears to be empty. We recommend not turning on this option."
4224
+ msgstr ""
4225
+ "Käyttäjänagentti näyttää olevan tyhjä. Suosittelemme, että tätä vaihtoehtoa "
4226
+ "ei oteta käyttöön."
4227
+
4228
+ #: src/features/ips.php:377
4229
+ msgid ""
4230
+ "Repeated login attempts that fail will result in a complete ban of your IP "
4231
+ "Address."
4232
+ msgstr ""
4233
+ "Jatkuvat epäonnistuneet kirjautumisyritykset laittavat IP-osoitteesi "
4234
+ "kieltolistalle."
4235
+
4236
+ #: src/features/ips.php:384
4237
+ #, fuzzy, php-format
4238
+ msgid ""
4239
+ "You have %s remaining transgression(s) against this site and then your IP "
4240
+ "address will be completely blocked."
4241
+ msgstr ""
4242
+ "Sinulla on %s jäljellä olevat rikkomukset tälle sivustolle ja sitten IP-"
4243
+ "osoitteesi on kokonaan estetty."
4244
+
4245
+ #: src/features/ips.php:385
4246
+ msgid "Seriously, stop repeating what you are doing or you will be locked out."
4247
+ msgstr "Ihan totta! Lopeta heti se mitä teet, taikka suljemme sinut ulos."
4248
+
4249
+ #: src/features/ips.php:409
4250
+ msgid ""
4251
+ "The IP Manager allows you to whitelist, blacklist and configure auto-"
4252
+ "blacklist rules."
4253
+ msgstr ""
4254
+ "IP-hallinnointi antaa sinulle mahdollisuuden IP-osoitteiden lisäämiseen "
4255
+ "sallittujen tai kiellettyjen listalle sekä muokata automaattisen "
4256
+ "kiellettyjen listan sääntöjä."
4257
+
4258
+ #: src/features/ips.php:410 src/features/plugin.php:1387
4259
+ #: src/wizards/plugin.php:520 src/wizards/plugin.php:525
4260
+ msgid "IP Manager"
4261
+ msgstr "IP-hallinta"
4262
+
4263
+ #: src/features/ips.php:411
4264
+ msgid "You should also carefully review the automatic black list settings."
4265
+ msgstr "Sinun on hyvä myös huolella tutkia automaattisen estolistan asetuksia."
4266
+
4267
+ #: src/features/ips.php:416
4268
+ #, fuzzy
4269
+ msgid "Auto IP Blocking Rules"
4270
+ msgstr "Automaattinen IP-eston säännöt"
4271
+
4272
+ #: src/features/ips.php:417
4273
+ #, fuzzy
4274
+ msgid "Auto Blocking Rules"
4275
+ msgstr "Automaattisen eston säännöt"
4276
+
4277
+ #: src/features/ips.php:419
4278
+ msgid ""
4279
+ "The Automatic IP Black List system will block the IP addresses of naughty "
4280
+ "visitors after a specified number of transgressions."
4281
+ msgstr ""
4282
+ "Automaattinen IP-osoitteiden kieltolista- järjestelmä estää 'tuhmien' "
4283
+ "vieraiden IP-osoitteet määritetyn rikkomusmäärän jälkeen."
4284
+
4285
+ #: src/features/ips.php:420 src/features/ips.php:501
4286
+ msgid "Automatic IP Black List"
4287
+ msgstr "Automaattinen IP-osoitteiden kieltolista"
4288
+
4289
+ #: src/features/ips.php:421
4290
+ #, fuzzy
4291
+ msgid ""
4292
+ "Think of 'transgressions' as just a counter for the number of times a "
4293
+ "visitor does something bad."
4294
+ msgstr ""
4295
+ "Ajattele \"rikkomuksia\" vain laskurina siitä, kuinka monta kertaa kävijä "
4296
+ "tekee jotain pahaa."
4297
+
4298
+ #: src/features/ips.php:422
4299
+ #, fuzzy, php-format
4300
+ msgid ""
4301
+ "When the counter reaches the limit below (default: 10), %s will block that "
4302
+ "completely IP."
4303
+ msgstr ""
4304
+ "Kun laskuri saavuttaa alla olevan rajan (oletus: 10), %s estää sen täysin "
4305
+ "IP: n."
4306
+
4307
+ #: src/features/ips.php:427
4308
+ #, fuzzy
4309
+ msgid "Bot-Trap"
4310
+ msgstr "Bot-Trap"
4311
+
4312
+ #: src/features/ips.php:428
4313
+ #, fuzzy
4314
+ msgid "Identify And Capture Bots Based On Their Site Activity"
4315
+ msgstr "Tunnista ja tallenna robotit, jotka perustuvat sivustojen toimintaan"
4316
+
4317
+ #: src/features/ips.php:430
4318
+ #, fuzzy
4319
+ msgid ""
4320
+ "A bot doesn't know what's real and what's not, so it probes many different "
4321
+ "avenues until it finds something it recognises."
4322
+ msgstr ""
4323
+ "Bot ei tiedä, mikä on todellinen ja mikä ei ole, joten se koettelee monia "
4324
+ "eri tapoja, kunnes se löytää jotain, jonka se tunnistaa."
4325
+
4326
+ #: src/features/ips.php:431
4327
+ #, fuzzy
4328
+ msgid ""
4329
+ "Bot-Trap monitors a set of typical bot behaviours to help identify probing "
4330
+ "bots."
4331
+ msgstr ""
4332
+ "Bot-Trap valvoo tyypillisiä bot-käyttäytymismalleja, jotka auttavat "
4333
+ "tunnistamaan robotit."
4334
+
4335
+ #: src/features/ips.php:432
4336
+ #, fuzzy
4337
+ msgid "Enable as many mouse traps as possible."
4338
+ msgstr "Ota käyttöön mahdollisimman monta hiirenloukkua."
4339
+
4340
+ #: src/features/ips.php:437
4341
+ #, fuzzy
4342
+ msgid "Login Bots"
4343
+ msgstr "Kirjaudu sisään"
4344
+
4345
+ #: src/features/ips.php:438
4346
+ #, fuzzy
4347
+ msgid "Detect & Capture Login Bots"
4348
+ msgstr "Tunnista & ota kirjautumissobotit"
4349
+
4350
+ #: src/features/ips.php:440 src/features/ips.php:453 src/features/ips.php:464
4351
+ msgid "Summary"
4352
+ msgstr "Yhteenveto"
4353
+
4354
+ #: src/features/ips.php:441
4355
+ #, fuzzy
4356
+ msgid ""
4357
+ "Certain bots are designed to test your logins and this feature lets you "
4358
+ "decide how to handle them."
4359
+ msgstr ""
4360
+ "Tietyt botit on suunniteltu testaamaan kirjautumistasi ja tämä ominaisuus "
4361
+ "antaa sinun päättää, miten niitä käsitellään."
4362
+
4363
+ #: src/features/ips.php:443 src/features/ips.php:456 src/features/ips.php:467
4364
+ #, fuzzy
4365
+ msgid "Enable as many options as possible."
4366
+ msgstr "Ota käyttöön mahdollisimman monta vaihtoehtoa."
4367
+
4368
+ #: src/features/ips.php:445
4369
+ #, fuzzy
4370
+ msgid ""
4371
+ "Legitimate users may get their password wrong, so take care not to block "
4372
+ "this."
4373
+ msgstr ""
4374
+ "Lailliset käyttäjät voivat saada salasanansa väärin, joten varo, ettet estä "
4375
+ "tätä."
4376
+
4377
+ #: src/features/ips.php:450
4378
+ #, fuzzy
4379
+ msgid "Probing Bots"
4380
+ msgstr "Peitot"
4381
+
4382
+ #: src/features/ips.php:451
4383
+ #, fuzzy
4384
+ msgid "Detect & Capture Probing Bots"
4385
+ msgstr "Tunnista & Capture-koetustyökalut"
4386
+
4387
+ #: src/features/ips.php:454
4388
+ #, fuzzy
4389
+ msgid ""
4390
+ "Bots are designed to probe and this feature is dedicated to detecting "
4391
+ "probing bots."
4392
+ msgstr ""
4393
+ "Botit on suunniteltu koettamaan ja tämä ominaisuus on tarkoitettu "
4394
+ "havaitsevien robottien tunnistamiseen."
4395
+
4396
+ #: src/features/ips.php:461
4397
+ #, fuzzy
4398
+ msgid "Bot Behaviours"
4399
+ msgstr "Bot-käyttäytyminen"
4400
+
4401
+ #: src/features/ips.php:462
4402
+ #, fuzzy
4403
+ msgid "Detect Behaviours Common To Bots"
4404
+ msgstr "Tunnista robottien yhteiset käytännöt"
4405
+
4406
+ #: src/features/ips.php:465
4407
+ #, fuzzy
4408
+ msgid ""
4409
+ "Detect characteristics and behaviour commonly associated with illegitimate "
4410
+ "bots."
4411
+ msgstr ""
4412
+ "Tunnista laittomiin robotteihin yleisesti liittyvät ominaisuudet ja "
4413
+ "käyttäytyminen."
4414
+
4415
+ #: src/features/ips.php:497
4416
+ msgid "Transgression Limit"
4417
+ msgstr "Rikkomusmääräraja"
4418
+
4419
+ #: src/features/ips.php:498
4420
+ msgid ""
4421
+ "Visitor IP address will be Black Listed after X bad actions on your site"
4422
+ msgstr ""
4423
+ "Vierailijan IP-osoite siirretään kieltolistalle X määrän sivustollesi "
4424
+ "suoritetun 'tuhman' toiminnan jälkeen"
4425
+
4426
+ #: src/features/ips.php:499
4427
+ #, php-format
4428
+ msgid ""
4429
+ "A black mark is set against an IP address each time a visitor trips the "
4430
+ "defenses of the %s plugin."
4431
+ msgstr ""
4432
+ "IP-osoitetta vastaan lisätään merkki joka kerta, kun vierailijan toiminta "
4433
+ "'tarttuu' %s-lisäosan puolustusmekanismiin."
4434
+
4435
+ #: src/features/ips.php:500
4436
+ #, fuzzy
4437
+ msgid ""
4438
+ "When the number of these transgressions exceeds the limit, they are "
4439
+ "automatically blocked from accessing the site."
4440
+ msgstr ""
4441
+ "Kun näiden rikkomusten määrä ylittää rajan, ne estetään automaattisesti "
4442
+ "pääsemästä sivustoon."
4443
+
4444
+ #: src/features/ips.php:501
4445
+ #, php-format
4446
+ msgid "Set this to \"0\" to turn off the %s feature."
4447
+ msgstr "Aseta arvoksi \"0\", jotta ominaisuus %s poistetaan käytöstä."
4448
+
4449
+ #: src/features/ips.php:505
4450
+ msgid "Auto Block Expiration"
4451
+ msgstr "Automaattisen eston vanheneminen"
4452
+
4453
+ #: src/features/ips.php:506
4454
+ msgid "After 1 \"X\" a black listed IP will be removed from the black list"
4455
+ msgstr "1 \"X\" jälkeen estetty IP-osoite poistetaan estolistalta"
4456
+
4457
+ #: src/features/ips.php:507
4458
+ msgid "Permanent and lengthy IP Black Lists are harmful to performance."
4459
+ msgstr "Pysyvät ja pitkähköt IP-estolistat ovat haitallisia suorituskyvylle."
4460
+
4461
+ #: src/features/ips.php:508
4462
+ msgid ""
4463
+ "You should allow IP addresses on the black list to be eventually removed "
4464
+ "over time."
4465
+ msgstr ""
4466
+ "Sinun pitäisi sallia estolistalla olevien IP-osoitteiden poistaminen lopulta "
4467
+ "estolistalta jonkin ajan kuluttua."
4468
+
4469
+ #: src/features/ips.php:509
4470
+ msgid ""
4471
+ "Shorter IP black lists are more efficient and a more intelligent use of an "
4472
+ "IP-based blocking system."
4473
+ msgstr ""
4474
+ "Lyhyemmät IP-estolistat ovat tehokkaampaa ja älykkäämpää IP-pohjaisen "
4475
+ "estojärjestelmän käyttöä."
4476
+
4477
+ #: src/features/ips.php:513
4478
+ #, fuzzy
4479
+ msgid "User Auto Unblock"
4480
+ msgstr "Käyttäjän automaattinen esto"
4481
+
4482
+ #: src/features/ips.php:514
4483
+ #, fuzzy
4484
+ msgid "Allow Visitors To Unblock Their IP"
4485
+ msgstr "Salli kävijöiden lukituksen poistaminen"
4486
+
4487
+ #: src/features/ips.php:515
4488
+ #, fuzzy
4489
+ msgid ""
4490
+ "Allow visitors blocked by the plugin to automatically unblock themselves."
4491
+ msgstr "Salli laajennuksen estämät kävijät automaattisesti purkamaan itsensä."
4492
+
4493
+ #: src/features/ips.php:519
4494
+ msgid "Login Failed"
4495
+ msgstr "Kirjautuminen epäonnistui"
4496
+
4497
+ #: src/features/ips.php:520
4498
+ msgid "Visitor Triggers The IP Transgression System Through A Failed Login"
4499
+ msgstr ""
4500
+ "Vierailija käynnistää IP-rikkomusjärjestelmän epäonnistuneen kirjautumisen "
4501
+ "kautta"
4502
+
4503
+ #: src/features/ips.php:521
4504
+ msgid "This message is displayed if the visitor fails a login attempt."
4505
+ msgstr "Tämä viesti näytetään jos vierailijan kirjautumisyritys epäonnistuu."
4506
+
4507
+ #: src/features/ips.php:525
4508
+ msgid "Remaining Transgressions"
4509
+ msgstr "Jäljellä olevat rikkomukset"
4510
+
4511
+ #: src/features/ips.php:526
4512
+ msgid "Visitor Triggers The IP Transgression System Through A Firewall Block"
4513
+ msgstr "Vierailija käynnistää IP-rikkomusjärjestelmän palomuurieston kautta"
4514
+
4515
+ #: src/features/ips.php:527
4516
+ msgid ""
4517
+ "This message is displayed if the visitor triggered the IP Transgression "
4518
+ "system and reports how many transgressions remain before being blocked."
4519
+ msgstr ""
4520
+ "Tämä ilmoitus näytetään, jos vierailija on käynnistänyt IP-"
4521
+ "rikkomusjärjestelmän ja raportoi kuinka monta rikkomusta on jäljellä ennen "
4522
+ "kuin vierailija estetään."
4523
+
4524
+ #: src/features/ips.php:531
4525
+ #, fuzzy
4526
+ msgid "404 Detect"
4527
+ msgstr "404 Tunnista"
4528
+
4529
+ #: src/features/ips.php:532
4530
+ #, fuzzy
4531
+ msgid "Identify A Bot When It Hits A 404"
4532
+ msgstr "Tunnista Bot, kun se osuu A 404"
4533
+
4534
+ #: src/features/ips.php:533
4535
+ #, fuzzy
4536
+ msgid "Detect when a visitor tries to load a non-existent page."
4537
+ msgstr "Tunnista, kun kävijä yrittää ladata olemattoman sivun."
4538
+
4539
+ #: src/features/ips.php:534
4540
+ #, fuzzy
4541
+ msgid ""
4542
+ "Care should be taken to ensure you don't have legitimate links on your site "
4543
+ "that are 404s."
4544
+ msgstr ""
4545
+ "On varmistettava, että sivustossasi ei ole oikeutettuja linkkejä, jotka ovat "
4546
+ "404s."
4547
+
4548
+ #: src/features/ips.php:538
4549
+ #, fuzzy
4550
+ msgid "XML-RPC Access"
4551
+ msgstr "XML-RPC-yhteys"
4552
+
4553
+ #: src/features/ips.php:539
4554
+ #, fuzzy
4555
+ msgid "Identify A Bot When It Accesses XML-RPC"
4556
+ msgstr "Tunnista Bot, kun se käyttää XML-RPC: tä"
4557
+
4558
+ #: src/features/ips.php:540
4559
+ #, fuzzy
4560
+ msgid ""
4561
+ "If you don't use XML-RPC, there's no reason anything should be accessing it."
4562
+ msgstr "Jos et käytä XML-RPC: tä, ei ole mitään syytä käyttää sitä."
4563
+
4564
+ #: src/features/ips.php:541
4565
+ #, fuzzy
4566
+ msgid ""
4567
+ "Be careful the ensure you don't block legitimate XML-RPC traffic if your "
4568
+ "site needs it."
4569
+ msgstr ""
4570
+ "Varmista, että et estä laillista XML-RPC-liikennettä, jos sivustosi "
4571
+ "tarvitsee sitä."
4572
+
4573
+ #: src/features/ips.php:542
4574
+ #, fuzzy
4575
+ msgid ""
4576
+ "We recommend transgressions here in-case of blocking valid request unless "
4577
+ "you're sure."
4578
+ msgstr ""
4579
+ "Suosittelemme tässä tapauksessa rikkomuksia, jos estät voimassa olevan "
4580
+ "pyynnön, ellet ole varma."
4581
+
4582
+ #: src/features/ips.php:546
4583
+ #, fuzzy
4584
+ msgid "Link Cheese"
4585
+ msgstr "Linkki juusto"
4586
+
4587
+ #: src/features/ips.php:547
4588
+ #, fuzzy
4589
+ msgid "Tempt A Bot With A Fake Link To Follow"
4590
+ msgstr "Kiusaa Bot, jolla on väärennetty linkki"
4591
+
4592
+ #: src/features/ips.php:548
4593
+ #, fuzzy
4594
+ msgid "Detect a bot when it follows a fake 'no-follow' link."
4595
+ msgstr "Tunnista botti, kun se seuraa väärennettyä linkkiä."
4596
+
4597
+ #: src/features/ips.php:549
4598
+ #, fuzzy
4599
+ msgid ""
4600
+ "This works because legitimate web crawlers respect 'robots.txt' and "
4601
+ "'nofollow' directives."
4602
+ msgstr ""
4603
+ "Tämä toimii, koska lailliset web-indeksoijat noudattavat robots.txt- ja "
4604
+ "nofollow-direktiivejä."
4605
+
4606
+ #: src/features/ips.php:553
4607
+ #, fuzzy
4608
+ msgid "Invalid Usernames"
4609
+ msgstr "Virheelliset käyttäjätunnukset"
4610
+
4611
+ #: src/features/ips.php:554
4612
+ #, fuzzy
4613
+ msgid "Detect Attempted Logins With Usernames That Don't Exist"
4614
+ msgstr ""
4615
+ "Tunnista yritetyt kirjautumiset käyttäjätunnuksilla, jotka eivät ole olemassa"
4616
+
4617
+ #: src/features/ips.php:555
4618
+ #, fuzzy
4619
+ msgid "Identify a Bot when it tries to login with a non-existent username."
4620
+ msgstr ""
4621
+ "Tunnista Bot, kun se yrittää kirjautua sisään olemattomalla "
4622
+ "käyttäjätunnuksella."
4623
+
4624
+ #: src/features/ips.php:556
4625
+ #, fuzzy
4626
+ msgid "This includes the default 'admin' if you've removed that account."
4627
+ msgstr ""
4628
+ "Tämä sisältää oletusarvon \"admin\", jos olet poistanut kyseisen tilin."
4629
+
4630
+ #: src/features/ips.php:560
4631
+ #, fuzzy
4632
+ msgid "Failed Login"
4633
+ msgstr "Virheellinen sisäänkirjautuminen"
4634
+
4635
+ #: src/features/ips.php:561
4636
+ #, fuzzy
4637
+ msgid "Detect Failed Login Attempts Using Valid Usernames"
4638
+ msgstr ""
4639
+ "Tunnista epäonnistuneet sisäänkirjautumisyritykset käyttämällä voimassa "
4640
+ "olevia käyttäjätunnuksia"
4641
+
4642
+ #: src/features/ips.php:562
4643
+ #, fuzzy
4644
+ msgid ""
4645
+ "Penalise a visitor when they try to login using a valid username, but it "
4646
+ "fails."
4647
+ msgstr ""
4648
+ "Rangaista kävijä, kun he yrittävät kirjautua käyttäen kelvollista "
4649
+ "käyttäjätunnusta, mutta se epäonnistuu."
4650
+
4651
+ #: src/features/ips.php:566
4652
+ #, fuzzy
4653
+ msgid "Fake Web Crawler"
4654
+ msgstr "Fake Web Crawler"
4655
+
4656
+ #: src/features/ips.php:567
4657
+ #, fuzzy
4658
+ msgid "Detect Fake Search Engine Crawlers"
4659
+ msgstr "Tunnista väärennettyjä hakukoneiden indeksoijia"
4660
+
4661
+ #: src/features/ips.php:568
4662
+ #, fuzzy
4663
+ msgid ""
4664
+ "Identify a Bot when it presents as an official web crawler, but analysis "
4665
+ "shows it's fake."
4666
+ msgstr ""
4667
+ "Tunnista Bot, kun se esiintyy virallisena web-indeksoijana, mutta analyysi "
4668
+ "osoittaa sen väärennöksen."
4669
+
4670
+ #: src/features/ips.php:572
4671
+ #, fuzzy
4672
+ msgid "Empty User Agents"
4673
+ msgstr "Tyhjennä käyttäjäagentit"
4674
+
4675
+ #: src/features/ips.php:573
4676
+ #, fuzzy
4677
+ msgid "Detect Requests With Empty User Agents"
4678
+ msgstr "Tunnista tyhjät käyttäjäagentit"
4679
+
4680
+ #: src/features/ips.php:574
4681
+ #, fuzzy
4682
+ msgid "Identify a bot when the user agent is not provided."
4683
+ msgstr "Tunnista botti, kun käyttäjäagenttia ei anneta."
4684
+
4685
+ #: src/features/ips.php:576
4686
+ #, fuzzy
4687
+ msgid "Your user agent is"
4688
+ msgstr "Käyttäjänagentti on"
4689
+
4690
+ #: src/features/ips.php:640
4691
+ #, php-format
4692
+ msgid ""
4693
+ "Sorry, the %s feature may not be disabled while there are IP addresses in "
4694
+ "the White List"
4695
+ msgstr ""
4696
+ "Olen pahoillani, mutta %s-ominaisuutta ei voi poistaa käytöstä, koska "
4697
+ "sallittujen listalla on IP-osoitteita"
4698
+
4699
+ #: src/features/license.php:38
4700
+ msgid "Name"
4701
+ msgstr "Nimi"
4702
+
4703
+ #: src/features/license.php:39
4704
+ msgid "Active"
4705
+ msgstr "Aktiivinen"
4706
+
4707
+ #: src/features/license.php:40
4708
+ msgid "Status"
4709
+ msgstr "Tila"
4710
+
4711
+ #: src/features/license.php:41
4712
+ msgid "Key"
4713
+ msgstr "Avain"
4714
+
4715
+ #: src/features/license.php:42
4716
+ msgid "Expires"
4717
+ msgstr "Vanhenee"
4718
+
4719
+ #: src/features/license.php:43
4720
+ msgid "Owner"
4721
+ msgstr "Omistaja"
4722
+
4723
+ #: src/features/license.php:44
4724
+ msgid "Checked"
4725
+ msgstr "Tarkastettu"
4726
+
4727
+ #: src/features/license.php:45 src/wizards/base.php:219
4728
+ msgid "Error"
4729
+ msgstr "Virhe"
4730
+
4731
+ #: src/features/license.php:117
4732
+ #, fuzzy, php-format
4733
+ msgid "Please wait %s before attempting another license check."
4734
+ msgstr "Odota %s ennen kuin yrität toista lisenssitarkastusta."
4735
+
4736
+ #: src/features/license.php:118
4737
+ #, php-format
4738
+ msgid "%s second"
4739
+ msgid_plural "%s seconds"
4740
+ msgstr[0] "%s sekunti"
4741
+ msgstr[1] "%s sekuntia"
4742
+
4743
+ #: src/features/license.php:124
4744
+ #, fuzzy
4745
+ msgid "Valid license found."
4746
+ msgstr "Voimassa oleva lisenssi löytyi."
4747
+
4748
+ #: src/features/license.php:124
4749
+ msgid "Valid license couldn't be found."
4750
+ msgstr "Voimassaolevaa lisenssiä ei löytynyt."
4751
+
4752
+ #: src/features/license.php:237
4753
+ #, fuzzy
4754
+ msgid "Automatic license verification failed."
4755
+ msgstr "Automaattinen käyttöoikeuksien tarkistaminen epäonnistui."
4756
+
4757
+ #: src/features/license.php:327
4758
+ #, fuzzy
4759
+ msgid "Attempts to verify Shield Pro license has just failed."
4760
+ msgstr "Shield Pro -lisenssin tarkistaminen on epäonnistunut."
4761
+
4762
+ #: src/features/license.php:328 src/features/license.php:349
4763
+ #, fuzzy, php-format
4764
+ msgid "Please check your license on-site: %s"
4765
+ msgstr "Tarkista lisenssi paikan päällä: %s"
4766
+
4767
+ #: src/features/license.php:329 src/features/license.php:350
4768
+ #, fuzzy, php-format
4769
+ msgid "If this problem persists, please contact support: %s"
4770
+ msgstr "Jos ongelma jatkuu, ota yhteyttä tukeen: %s"
4771
+
4772
+ #: src/features/license.php:348
4773
+ #, fuzzy
4774
+ msgid "All attempts to verify Shield Pro license have failed."
4775
+ msgstr ""
4776
+ "Kaikki yritykset Shield Pro -lisenssin tarkistamiseksi ovat epäonnistuneet."
4777
+
4778
+ #: src/features/license.php:659 src/lib/src/Tables/Build/Ip.php:50
4779
+ #: src/lib/src/Tables/Build/Sessions.php:68
4780
+ #: src/lib/src/Tables/Build/Traffic.php:109
4781
+ msgid "Yes"
4782
+ msgstr "Kyllä"
4783
+
4784
+ #: src/features/license.php:659
4785
+ msgid "Not Active"
4786
+ msgstr "Ei paikalla"
4787
+
4788
+ #: src/features/license.php:714 src/features/license.php:715
4789
+ msgid "License Options"
4790
+ msgstr "Lisenssin vaihtoehdot"
4791
+
4792
+ #: src/features/license.php:717
4793
+ #, fuzzy, php-format
4794
+ msgid "Activate %s Pro Extensions."
4795
+ msgstr "Aktivoi %s Pro Extensions."
4796
+
4797
+ #: src/features/license.php:718
4798
+ msgid "TODO."
4799
+ msgstr "TODO."
4800
+
4801
+ #: src/features/license.php:742 src/features/license.php:743
4802
+ #: src/features/license.php:744
4803
+ msgid "License Key"
4804
+ msgstr "Lisenssiavain"
4805
+
4806
+ #: src/features/lockdown.php:69 src/features/plugin.php:1389
4807
+ #, fuzzy
4808
+ msgid "WP Lockdown"
4809
+ msgstr "WP-lukitus"
4810
+
4811
+ #: src/features/lockdown.php:78
4812
+ #, fuzzy
4813
+ msgid "Direct editing of plugin/theme files is permitted."
4814
+ msgstr "Plugin / teema-tiedostojen suora muokkaus on sallittua."
4815
+
4816
+ #: src/features/lockdown.php:81
4817
+ #, fuzzy
4818
+ msgid "WP Plugin file editing should be disabled."
4819
+ msgstr "WP-plugin-tiedostojen muokkaus on poistettava käytöstä."
4820
+
4821
+ #: src/features/lockdown.php:99
4822
+ #, fuzzy
4823
+ msgid "WordPress Lockdown"
4824
+ msgstr "WordPress Lockdown"
4825
+
4826
+ #: src/features/lockdown.php:100
4827
+ #, fuzzy
4828
+ msgid "Restrict WP Functionality e.g. XMLRPC & REST API"
4829
+ msgstr "Rajoita WP-toiminnallisuutta esim. XMLRPC & REST API"
4830
+
4831
+ #: src/features/lockdown.php:112
4832
+ #, fuzzy
4833
+ msgid "WP File Editing"
4834
+ msgstr "WP-tiedoston muokkaus"
4835
+
4836
+ #: src/features/lockdown.php:115
4837
+ #, fuzzy
4838
+ msgid "File editing is disabled"
4839
+ msgstr "Tiedoston muokkaus on poistettu käytöstä"
4840
+
4841
+ #: src/features/lockdown.php:116
4842
+ #, fuzzy
4843
+ msgid "File editing is permitted through WP admin"
4844
+ msgstr "Tiedoston muokkaus on sallittu WP-järjestelmänvalvojan kautta"
4845
+
4846
+ #: src/features/lockdown.php:123
4847
+ #, fuzzy
4848
+ msgid "XML-RPC"
4849
+ msgstr "XML-RPC"
4850
+
4851
+ #: src/features/lockdown.php:126
4852
+ #, fuzzy
4853
+ msgid "XML-RPC is disabled"
4854
+ msgstr "XML-RPC on poistettu käytöstä"
4855
+
4856
+ #: src/features/lockdown.php:127
4857
+ #, fuzzy
4858
+ msgid "XML-RPC is not blocked"
4859
+ msgstr "XML-RPC ei ole estetty"
4860
+
4861
+ #: src/features/lockdown.php:134
4862
+ msgid "REST API"
4863
+ msgstr "REST API"
4864
+
4865
+ #: src/features/lockdown.php:137
4866
+ #, fuzzy
4867
+ msgid "Anonymous REST API is disabled"
4868
+ msgstr "Anonyymi REST API on poistettu käytöstä"
4869
+
4870
+ #: src/features/lockdown.php:138
4871
+ #, fuzzy
4872
+ msgid "Anonymous REST API is allowed"
4873
+ msgstr "Anonymous REST API on sallittu"
4874
+
4875
+ #: src/features/lockdown.php:162
4876
+ msgid ""
4877
+ "Lockdown helps secure-up certain loosely-controlled WordPress settings on "
4878
+ "your site."
4879
+ msgstr ""
4880
+ "Lukitus auttaa suojaamaan tiettyjä löyhästi hallittuja WordPress-asetuksia "
4881
+ "sivustollasi."
4882
+
4883
+ #: src/features/lockdown.php:163
4884
+ msgid "Lockdown"
4885
+ msgstr "Lukitus"
4886
+
4887
+ #: src/features/lockdown.php:168 src/features/lockdown.php:173
4888
+ msgid "API & XML-RPC"
4889
+ msgstr "API & XML-RPC"
4890
+
4891
+ #: src/features/lockdown.php:170
4892
+ msgid "Lockdown certain core WordPress system features."
4893
+ msgstr "Lukitsee tiettyjä WordPress'n ytimen järjestelmäominaisuuksia."
4894
+
4895
+ #: src/features/lockdown.php:171
4896
+ msgid ""
4897
+ "This depends on your usage and needs for certain WordPress functions and "
4898
+ "features."
4899
+ msgstr ""
4900
+ "Tämä on riippuvainen siitä, millaista käyttöä ja tarpeita sinulla on "
4901
+ "tietyille WordPress'n toiminnoille ja ominaisuuksille."
4902
+
4903
+ #: src/features/lockdown.php:177
4904
+ msgid "Permissions and Access Options"
4905
+ msgstr "Lupien ja pääsyn valinnat"
4906
+
4907
+ #: src/features/lockdown.php:179
4908
+ msgid "Provides finer control of certain WordPress permissions."
4909
+ msgstr "Tarjoaa hienosäätöä tiettyihin WordPress käyttöoikeuksiin."
4910
+
4911
+ #: src/features/lockdown.php:180
4912
+ msgid "Only enable SSL if you have a valid certificate installed."
4913
+ msgstr ""
4914
+ "Laita SSL päälle VAIN mikäli sinulla on voimassaoleva certifikaatti "
4915
+ "asennettuna."
4916
+
4917
+ #: src/features/lockdown.php:182
4918
+ msgid "Permissions"
4919
+ msgstr "Luvitukset"
4920
+
4921
+ #: src/features/lockdown.php:186
4922
+ msgid "WordPress Obscurity Options"
4923
+ msgstr "WordPress'n muut valinnat"
4924
+
4925
+ #: src/features/lockdown.php:188
4926
+ msgid "Obscures certain WordPress settings from public view."
4927
+ msgstr "Peittää tiettyjä WordPress-asetuksia näkymästä julkisella puolella."
4928
+
4929
+ #: src/features/lockdown.php:189
4930
+ msgid ""
4931
+ "Obscurity is not true security and so these settings are down to your "
4932
+ "personal tastes."
4933
+ msgstr ""
4934
+ "Peittäminen ei anna todellista turvallisuutta joten nämä asetukset ja niiden "
4935
+ "käyttö riippuvat henkilökohtaisista mieltymyksistäsi."
4936
+
4937
+ #: src/features/lockdown.php:191
4938
+ msgid "Obscurity"
4939
+ msgstr "Epämääräisyys"
4940
+
4941
+ #: src/features/lockdown.php:220 src/features/plugin.php:1135
4942
+ #, php-format
4943
+ msgid "Disable %s"
4944
+ msgstr "Poista käytöstä %s"
4945
+
4946
+ #: src/features/lockdown.php:221 src/features/lockdown.php:227
4947
+ #, php-format
4948
+ msgid "Disable The %s System"
4949
+ msgstr "Poista käytöstä %s -järjestelmä"
4950
+
4951
+ #: src/features/lockdown.php:222
4952
+ #, php-format
4953
+ msgid "Checking this option will completely turn off the whole %s system."
4954
+ msgstr ""
4955
+ "Ruksamalla tämän valinnan poistat kokonaisuudessaan käytöstä %s-järjestelmän."
4956
+
4957
+ #: src/features/lockdown.php:226 src/features/lockdown.php:227
4958
+ msgid "Anonymous Rest API"
4959
+ msgstr "Nimetön Rest API"
4960
+
4961
+ #: src/features/lockdown.php:228
4962
+ msgid "You can choose to completely disable anonymous access to the REST API."
4963
+ msgstr ""
4964
+ "Voit poistaa käytöstä anonyymit käyttöoikeudet REST API-sovellusliittymälle."
4965
+
4966
+ #: src/features/lockdown.php:232
4967
+ msgid "Rest API Exclusions"
4968
+ msgstr "Rest API rajaukset"
4969
+
4970
+ #: src/features/lockdown.php:233
4971
+ msgid "Anonymous REST API Exclusions"
4972
+ msgstr "Anonyymin REST API'n rajaukset"
4973
+
4974
+ #: src/features/lockdown.php:234
4975
+ msgid ""
4976
+ "Any namespaces provided here will be excluded from the Anonymous API "
4977
+ "restriction."
4978
+ msgstr ""
4979
+ "Kaikki tässä annetut nimiavaruudet jätetään anonyymin API-rajoitus -tilin "
4980
+ "ulkopuolelle."
4981
+
4982
+ #: src/features/lockdown.php:238
4983
+ msgid "Disable File Editing"
4984
+ msgstr "Ota tiedostojen muokkaus pois käytöstä"
4985
+
4986
+ #: src/features/lockdown.php:239
4987
+ msgid "Disable Ability To Edit Files From Within WordPress"
4988
+ msgstr "Poista mahdollisuus muokata tiedostoja suoraan WordPress'n sisältä"
4989
+
4990
+ #: src/features/lockdown.php:240
4991
+ msgid ""
4992
+ "Removes the option to directly edit any files from within the WordPress "
4993
+ "admin area."
4994
+ msgstr ""
4995
+ "Poistaa mahdollisuuden suoraan muokata mitää tiedostoa WordPress'n "
4996
+ "taustahallinnan kautta."
4997
+
4998
+ #: src/features/lockdown.php:241
4999
+ msgid "Equivalent to setting \"DISALLOW_FILE_EDIT\" to TRUE."
5000
+ msgstr "Vastaa asetusta \"DISALLOW_FILE_EDIT\" ja arvoa TRUE."
5001
+
5002
+ #: src/features/lockdown.php:245
5003
+ msgid "Force SSL Admin"
5004
+ msgstr "Pakota SSL-taustahallinta"
5005
+
5006
+ #: src/features/lockdown.php:246
5007
+ msgid "Forces WordPress Admin Dashboard To Be Delivered Over SSL"
5008
+ msgstr "Pakottaa WordPress taustahallintaan siirtymisen SSL:n kautta"
5009
+
5010
+ #: src/features/lockdown.php:247
5011
+ msgid ""
5012
+ "Please only enable this option if you have a valid SSL certificate installed."
5013
+ msgstr ""
5014
+ "Ole hyvä ja laita tämä ominaisuus päälle VAIN mikäli sinulla on "
5015
+ "voimassaoleva SSL-sertifikaatti asennettuna."
5016
+
5017
+ #: src/features/lockdown.php:248
5018
+ msgid "Equivalent to setting \"FORCE_SSL_ADMIN\" to TRUE."
5019
+ msgstr "Vastaa asetusta \"FORCE_SSL_ADMIN\" ja arvoa TRUE."
5020
+
5021
+ #: src/features/lockdown.php:252
5022
+ msgid "Mask WordPress Version"
5023
+ msgstr "Piilota WordPress-versio"
5024
+
5025
+ #: src/features/lockdown.php:253
5026
+ msgid "Prevents Public Display Of Your WordPress Version"
5027
+ msgstr "Estää WordPress-versiosi näkymisen julkisesti"
5028
+
5029
+ #: src/features/lockdown.php:254
5030
+ msgid ""
5031
+ "Enter how you would like your WordPress version displayed publicly. Leave "
5032
+ "blank to disable this feature."
5033
+ msgstr ""
5034
+ "Kirjoita kuinka haluat WordPress-versiosi näytettävän julkisesti. Jätä "
5035
+ "tyhjäksi ottaaksesi tämän ominaisuuden POIS käytöstä."
5036
+
5037
+ #: src/features/lockdown.php:255
5038
+ #, fuzzy
5039
+ msgid ""
5040
+ "This may interfere with WordPress plugins that rely on the $wp_version "
5041
+ "variable."
5042
+ msgstr ""
5043
+ "Tämä voi häiritä WordPress-laajennuksia, jotka tukeutuvat $ wp_version "
5044
+ "muuttujaan."
5045
+
5046
+ #: src/features/lockdown.php:259
5047
+ msgid "WP Generator Tag"
5048
+ msgstr "WP Generator-tägi"
5049
+
5050
+ #: src/features/lockdown.php:260
5051
+ msgid "Remove WP Generator Meta Tag"
5052
+ msgstr "Poista 'WP Generator' metatägi"
5053
+
5054
+ #: src/features/lockdown.php:261
5055
+ msgid ""
5056
+ "Remove a meta tag from your WordPress pages that publicly displays that your "
5057
+ "site is WordPress and its current version."
5058
+ msgstr ""
5059
+ "Poista WordPress-sivuiltasi metatägi, joka kertoo julkisesti sivustosi "
5060
+ "perustuvan WordPress'iin ja sen nykyisen version."
5061
+
5062
+ #: src/features/lockdown.php:265
5063
+ msgid "Block Username Fishing"
5064
+ msgstr "Estä käyttäjänimien 'kalastus'"
5065
+
5066
+ #: src/features/lockdown.php:266
5067
+ msgid "Block the ability to discover WordPress usernames based on author IDs"
5068
+ msgstr ""
5069
+ "Estä mahdollisuus tutkia WordPress-käyttäjänimiä, jotka perustuvat "
5070
+ "kirjoittajan ID-tunnukseen"
5071
+
5072
+ #: src/features/lockdown.php:267
5073
+ #, php-format
5074
+ msgid "When enabled, any URL requests containing \"%s\" will be killed."
5075
+ msgstr ""
5076
+ "Kun tämä on toiminnassa, mikä tahansa URL-osoite, joka sisältää \"%s\" "
5077
+ "lopetetaan heti."
5078
+
5079
+ #: src/features/lockdown.php:268
5080
+ msgid ""
5081
+ "Enabling this option may interfere with expected operations of your site."
5082
+ msgstr ""
5083
+ "Tämän ominaisuuden päällelaitto voi haitata odotettua toimintaa sivustollasi."
5084
+
5085
+ #: src/features/login_protect.php:70
5086
+ msgid "Email verification completed successfully."
5087
+ msgstr "Sähköpostivarmennus onnistuneesti suoritettu."
5088
+
5089
+ #: src/features/login_protect.php:74
5090
+ msgid "Email verification could not be completed."
5091
+ msgstr "Sähköpostivarmennusta ei voitu suorittaa loppuun."
5092
+
5093
+ #: src/features/login_protect.php:92
5094
+ msgid ""
5095
+ "Before enabling 2-factor email authentication for your WordPress site, you "
5096
+ "must verify you can receive this email."
5097
+ msgstr ""
5098
+ "Ennen kuin laitat 2-vaiheisen sähköpostitodennuksen päälle WordPress- "
5099
+ "sivustollasi, VARMISTA, että voit saada tämän sähköpostin."
5100
+
5101
+ #: src/features/login_protect.php:93
5102
+ msgid ""
5103
+ "This verifies your website can send email and that your account can receive "
5104
+ "emails sent from your site."
5105
+ msgstr ""
5106
+ "Tämä varmistaa, että sivustosi voi lähettää sähköpostia ja että voit saada "
5107
+ "sivustoltasi lähetettyjä viestejä."
5108
+
5109
+ #: src/features/login_protect.php:98
5110
+ #, php-format
5111
+ msgid "Click the verify link: %s"
5112
+ msgstr "Vahvista klikkaamalla linkkiä: %s"
5113
+
5114
+ #: src/features/login_protect.php:101
5115
+ #, php-format
5116
+ msgid "Here's your code for the guided wizard: %s"
5117
+ msgstr "Tässä on koodisi ohjattuun velhoon: %s"
5118
+
5119
+ #: src/features/login_protect.php:104
5120
+ msgid "Email Sending Verification"
5121
+ msgstr "Sähköpostin lähetysvarmennus"
5122
+
5123
+ #: src/features/login_protect.php:170
5124
+ msgid "Subscribers"
5125
+ msgstr "Tilaajat"
5126
+
5127
+ #: src/features/login_protect.php:171
5128
+ msgid "Contributors"
5129
+ msgstr "Avustajat"
5130
+
5131
+ #: src/features/login_protect.php:172
5132
+ msgid "Authors"
5133
+ msgstr "Kirjoittajat"
5134
+
5135
+ #: src/features/login_protect.php:173
5136
+ msgid "Editors"
5137
+ msgstr "Muokkaajat"
5138
+
5139
+ #: src/features/login_protect.php:462
5140
+ msgid "I'm a human."
5141
+ msgstr "Minä olen ihminen."
5142
+
5143
+ #: src/features/login_protect.php:466
5144
+ msgid "Please check the box to show us you're a human."
5145
+ msgstr "Ole hyvä ja ruksaa valintaruutu osoittaaksesi ettet ole robotti."
5146
+
5147
+ #: src/features/login_protect.php:501
5148
+ #, fuzzy, php-format
5149
+ msgid "Support for login protection with %s is a Pro-only feature."
5150
+ msgstr "Sisäänkirjautumisen suojauksen tuki %s: lla on vain pro-ominaisuus."
5151
+
5152
+ #: src/features/login_protect.php:507
5153
+ #, fuzzy
5154
+ msgid ""
5155
+ "2FA by email demands that your WP site is properly configured to send email."
5156
+ msgstr ""
5157
+ "2FA sähköpostitse vaatii, että WP-sivustosi on määritetty oikein lähettämään "
5158
+ "sähköpostia."
5159
+
5160
+ #: src/features/login_protect.php:508
5161
+ #, fuzzy
5162
+ msgid ""
5163
+ "This is a common problem and you may get locked out in the future if you "
5164
+ "ignore this."
5165
+ msgstr ""
5166
+ "Tämä on yleinen ongelma ja saatat olla lukittuna tulevaisuudessa, jos ohitat "
5167
+ "tämän."
5168
+
5169
+ #: src/features/login_protect.php:509 src/processors/lockdown.php:98
5170
+ #: src/processors/plugin_tracking.php:26
5171
+ msgid "Learn More."
5172
+ msgstr "Lue lisää."
5173
+
5174
+ #: src/features/login_protect.php:630
5175
+ #, fuzzy
5176
+ msgid "Multi-factor login backup code has been removed from your profile"
5177
+ msgstr ""
5178
+ "Monitekijän sisäänkirjautumisen varmuuskoodi on poistettu profiilistasi"
5179
+
5180
+ #: src/features/login_protect.php:643
5181
+ #, fuzzy
5182
+ msgid "2FA by email has been disabled"
5183
+ msgstr "2FA sähköpostitse on poistettu käytöstä"
5184
+
5185
+ #: src/features/login_protect.php:655
5186
+ #, fuzzy
5187
+ msgid "Email 2FA option is not currently enabled."
5188
+ msgstr "Sähköpostin 2FA-vaihtoehto ei ole tällä hetkellä käytössä."
5189
+
5190
+ #: src/features/login_protect.php:659
5191
+ #, fuzzy
5192
+ msgid "Email sending has already been verified."
5193
+ msgstr "Sähköpostin lähettäminen on jo varmistettu."
5194
+
5195
+ #: src/features/login_protect.php:662
5196
+ #, fuzzy
5197
+ msgid "Verification email resent."
5198
+ msgstr "Vahvistusviesti lähetetään uudelleen."
5199
+
5200
+ #: src/features/login_protect.php:695 src/features/login_protect.php:770
5201
+ #: src/features/plugin.php:1391 src/wizards/plugin.php:556
5202
+ #: src/wizards/plugin.php:561
5203
+ msgid "Login Guard"
5204
+ msgstr "Kirjautumissuoja"
5205
+
5206
+ #: src/features/login_protect.php:696
5207
+ #, fuzzy
5208
+ msgid "Brute Force Protection & Identity Verification"
5209
+ msgstr "Brute Force Protection & Identity Verification"
5210
+
5211
+ #: src/features/login_protect.php:712
5212
+ #, fuzzy
5213
+ msgid "Brute Force Login"
5214
+ msgstr "Brute Force Login-suojaus"
5215
+
5216
+ #: src/features/login_protect.php:715
5217
+ #, fuzzy
5218
+ msgid "Login forms are protected against bot attacks"
5219
+ msgstr "Kirjautumislomakkeet on suojattu bottihyökkäyksiltä"
5220
+
5221
+ #: src/features/login_protect.php:716
5222
+ #, fuzzy
5223
+ msgid "Login forms are not protected against brute force bot attacks"
5224
+ msgstr ""
5225
+ "Sisäänkirjautumislomakkeita ei ole suojattu raa'an voiman bottihyökkäyksiltä"
5226
+
5227
+ #: src/features/login_protect.php:721
5228
+ #, fuzzy
5229
+ msgid "Bot User Register"
5230
+ msgstr "Bot-käyttäjärekisteri"
5231
+
5232
+ #: src/features/login_protect.php:724
5233
+ #, fuzzy
5234
+ msgid "Registration forms are protected against bot attacks"
5235
+ msgstr "Rekisteröintilomakkeet on suojattu bottihyökkäyksiltä"
5236
+
5237
+ #: src/features/login_protect.php:725
5238
+ #, fuzzy
5239
+ msgid "Registration forms are not protected against automated bots"
5240
+ msgstr ""
5241
+ "Rekisteröintilomakkeet eivät ole suojattuja automatisoituja robotteja vastaan"
5242
+
5243
+ #: src/features/login_protect.php:730
5244
+ #, fuzzy
5245
+ msgid "Brute Force Lost Password"
5246
+ msgstr "Brute Force Lost-salasana"
5247
+
5248
+ #: src/features/login_protect.php:733
5249
+ #, fuzzy
5250
+ msgid "Lost Password forms are protected against bot attacks"
5251
+ msgstr "Kadonneiden salasanojen lomakkeet on suojattu bottihyökkäyksiltä"
5252
+
5253
+ #: src/features/login_protect.php:734
5254
+ #, fuzzy
5255
+ msgid "Lost Password forms are not protected against automated bots"
5256
+ msgstr ""
5257
+ "Kadonnut salasanan lomakkeet eivät ole suojattuja automaattisia robotteja "
5258
+ "vastaan"
5259
+
5260
+ #: src/features/login_protect.php:742
5261
+ #, fuzzy
5262
+ msgid "Identity Verification"
5263
+ msgstr "Identiteettitarkastus"
5264
+
5265
+ #: src/features/login_protect.php:745
5266
+ #, fuzzy
5267
+ msgid "At least 1 2FA option is enabled"
5268
+ msgstr "Vähintään 1 2FA-vaihtoehto on käytössä"
5269
+
5270
+ #: src/features/login_protect.php:746
5271
+ #, fuzzy
5272
+ msgid "No 2FA options, such as Google Authenticator, are active"
5273
+ msgstr "2FA-vaihtoehtoa, kuten Google Authenticator, ei ole käytössä"
5274
+
5275
+ #: src/features/login_protect.php:769
5276
+ msgid ""
5277
+ "Login Guard blocks all automated and brute force attempts to log in to your "
5278
+ "site."
5279
+ msgstr ""
5280
+ "Kirjautumissuoja estää kaikki automatisoidut ja raakavoimayritykset "
5281
+ "sivustollesi kirjautumiseksi."
5282
+
5283
+ #: src/features/login_protect.php:778
5284
+ msgid "Adds Google reCAPTCHA to the Login Forms."
5285
+ msgstr "Lisää Google ReCAPTCHAn kirjautumislomakkeille."
5286
+
5287
+ #: src/features/login_protect.php:780
5288
+ msgid ""
5289
+ "You will need to register for Google reCAPTCHA keys and store them in the "
5290
+ "Shield 'Dashboard' settings."
5291
+ msgstr ""
5292
+ "Sinun on rekisteröitävä Google reCAPTCHA-avaimet ja tallennettava ne "
5293
+ "Shieldin hallintapaneelin asetuksiin."
5294
+
5295
+ #: src/features/login_protect.php:785
5296
+ msgid "Hide WordPress Login Page"
5297
+ msgstr "Piilota WordPress'n kirjautumissivu"
5298
+
5299
+ #: src/features/login_protect.php:786
5300
+ #, fuzzy
5301
+ msgid "Hide Login"
5302
+ msgstr "Piilota kirjautumistunnus"
5303
+
5304
+ #: src/features/login_protect.php:788
5305
+ msgid ""
5306
+ "To hide your wp-login.php page from brute force attacks and hacking attempts "
5307
+ "- if your login page cannot be found, no-one can login."
5308
+ msgstr ""
5309
+ "Wp-login.php-sivun piilottaminen 'brute force'-hyökkäyksiltä ja "
5310
+ "hakkerointiyrityksiltä - Mikäli sivustosi kirjautumissivua ei löydetä ei "
5311
+ "kukaan voi kirjautuakaan."
5312
+
5313
+ #: src/features/login_protect.php:789
5314
+ msgid ""
5315
+ "This is not required for complete security and if your site has irregular or "
5316
+ "inconsistent configuration it may not work for you."
5317
+ msgstr ""
5318
+ "Tämä ei ole pakollinen täydelle turvallisuudelle ja jos sivustollasi "
5319
+ "epäsäännöllisyyksiä tai epäjohdonmukaisuuksia tämä ei ehkä toimi "
5320
+ "sivustollasi."
5321
+
5322
+ #: src/features/login_protect.php:794 src/features/login_protect.php:875
5323
+ #: src/features/user_management.php:576
5324
+ msgid "Multi-Factor Authentication"
5325
+ msgstr "Moninkertainen autentikointi"
5326
+
5327
+ #: src/features/login_protect.php:795
5328
+ msgid "Multi-Factor Auth"
5329
+ msgstr "Monivaiheinen todennus"
5330
+
5331
+ #: src/features/login_protect.php:797 src/features/user_management.php:573
5332
+ msgid ""
5333
+ "Verifies the identity of users who log in to your site - i.e. they are who "
5334
+ "they say they are."
5335
+ msgstr ""
5336
+ "Varmistaa sivustollesi kirjautuvien identiteetin - ts. he ovat sitä, mitä "
5337
+ "kertovat olevansa."
5338
+
5339
+ #: src/features/login_protect.php:798 src/features/login_protect.php:808
5340
+ #: src/features/login_protect.php:817 src/features/login_protect.php:835
5341
+ msgid "You may combine multiple authentication factors for increased security."
5342
+ msgstr ""
5343
+ "Voit yhdistellä useita tunnistautumistekijöitä lisäämään turvallisuuttasi."
5344
+
5345
+ #: src/features/login_protect.php:803
5346
+ msgid "Email Two-Factor Authentication"
5347
+ msgstr "2-vaiheinen sähköpostitodennus"
5348
+
5349
+ #: src/features/login_protect.php:804
5350
+ #, fuzzy
5351
+ msgid "2FA Email"
5352
+ msgstr "2FA-sähköposti"
5353
+
5354
+ #: src/features/login_protect.php:806
5355
+ msgid ""
5356
+ "Verifies the identity of users who log in to your site using email-based one-"
5357
+ "time-passwords."
5358
+ msgstr ""
5359
+ "Todentaa käyttäjät, jotka kirjautuvat sivustolle käyttäen "
5360
+ "sähköpostipohjaisia kertaluonteisia salasanoja."
5361
+
5362
+ #: src/features/login_protect.php:807 src/features/user_management.php:574
5363
+ msgid "However, if your host blocks email sending you may lock yourself out."
5364
+ msgstr ""
5365
+ "Kuitenkin MUISTA, että mikäli palveluntarjoajasi estää sähköpostin "
5366
+ "lähettämisen saatat lukita itsesi ulos sivustoltasi."
5367
+
5368
+ #: src/features/login_protect.php:813
5369
+ msgid "Google Authenticator Two-Factor Authentication"
5370
+ msgstr "Google Authenticator 2-vaiheinen todennus"
5371
+
5372
+ #: src/features/login_protect.php:814
5373
+ #, fuzzy
5374
+ msgid "Google Auth"
5375
+ msgstr "Google Auth"
5376
+
5377
+ #: src/features/login_protect.php:816
5378
+ msgid ""
5379
+ "Verifies the identity of users who log in to your site using Google "
5380
+ "Authenticator one-time-passwords."
5381
+ msgstr ""
5382
+ "Todentaa käyttäjät, jotka kirjautuvat sivustolle käyttäen Google "
5383
+ "Authenticatorin kertaluonteista salasanaa."
5384
+
5385
+ #: src/features/login_protect.php:822
5386
+ msgid "Brute Force Login Protection"
5387
+ msgstr "Brute Force Login-suojaus"
5388
+
5389
+ #: src/features/login_protect.php:823
5390
+ msgid "Bots"
5391
+ msgstr "Botit"
5392
+
5393
+ #: src/features/login_protect.php:825
5394
+ msgid ""
5395
+ "Blocks brute force hacking attacks against your login and registration pages."
5396
+ msgstr ""
5397
+ "Estää 'brute force'-hakkerointihyökkäykset kirjautumis- ja "
5398
+ "rekisteröintisivuillesi."
5399
+
5400
+ #: src/features/login_protect.php:831
5401
+ msgid "Yubikey Two-Factor Authentication"
5402
+ msgstr "Yubikey 2-vaiheinen todennus"
5403
+
5404
+ #: src/features/login_protect.php:832
5405
+ #: src/processors/loginprotect_intentprovider_yubikey.php:43
5406
+ msgid "Yubikey"
5407
+ msgstr "Yubikey"
5408
+
5409
+ #: src/features/login_protect.php:834
5410
+ msgid ""
5411
+ "Verifies the identity of users who log in to your site using Yubikey one-"
5412
+ "time-passwords."
5413
+ msgstr ""
5414
+ "Todentaa käyttäjät, jotka kirjautuvat sivustolle käyttäen Yubikey'n "
5415
+ "kertaluonteista salasanaa."
5416
+
5417
+ #: src/features/login_protect.php:865
5418
+ msgid "Hide WP Login Page"
5419
+ msgstr "Piilota WP- kirjautumissivu"
5420
+
5421
+ #: src/features/login_protect.php:866
5422
+ msgid "Hide The WordPress Login Page"
5423
+ msgstr "Piilota WordPress'n kirjautumissivu"
5424
+
5425
+ #: src/features/login_protect.php:867
5426
+ msgid "Creating a path here will disable your wp-login.php"
5427
+ msgstr "Luomalla polun tähän otat pois käytöstä wp-login.php- tiedostosi"
5428
+
5429
+ #: src/features/login_protect.php:869
5430
+ #, php-format
5431
+ msgid "Only letters and numbers are permitted: %s"
5432
+ msgstr "Vain kirjaimet ja numero sallitaan: %s"
5433
+
5434
+ #: src/features/login_protect.php:871
5435
+ #, php-format
5436
+ msgid "Your current login URL is: %s"
5437
+ msgstr "Tämänhetkinen kirjautumisesi URL-osoite on: %s"
5438
+
5439
+ #: src/features/login_protect.php:876
5440
+ msgid "Require All Active Authentication Factors"
5441
+ msgstr "Vaatii kaikki aktiiviset todennustekijät"
5442
+
5443
+ #: src/features/login_protect.php:877
5444
+ msgid ""
5445
+ "When enabled, all multi-factor authentication methods will be applied to a "
5446
+ "user login. Disable to require only one to login."
5447
+ msgstr ""
5448
+ "Kun ominaisuus on päällä, kaikki monivaiheiset todennustekijät ovat käytössä "
5449
+ "käyttäjän kirjautumisessa. Ota pois päältä, jos haluat, että vain yksi "
5450
+ "niistä vaaditaan kirjautumisessa."
5451
+
5452
+ #: src/features/login_protect.php:881
5453
+ msgid "Multi-Factor By-Pass"
5454
+ msgstr "Monivaiheisuuden ohitus"
5455
+
5456
+ #: src/features/login_protect.php:882
5457
+ msgid ""
5458
+ "A User Can By-Pass Multi-Factor Authentication (MFA) For The Set Number Of "
5459
+ "Days"
5460
+ msgstr ""
5461
+ "Käyttäjä voi ohittaa monivaiheisen todennuksen (MFA) asetetun päivien "
5462
+ "lukumäärän mukaisesti"
5463
+
5464
+ #: src/features/login_protect.php:883
5465
+ msgid ""
5466
+ "Enter the number of days a user can by-pass future MFA after a successful "
5467
+ "MFA-login. 0 to disable."
5468
+ msgstr ""
5469
+ "Kirjoita päivien lukumäärä, jonka aikana käyttäjä voi ohittaa tulevan MFA:n "
5470
+ "kirjautumisissa onnistuneen MFA-kirjautumisen jälkeen. 0 (nolla) poistaa "
5471
+ "ominaisuuden."
5472
+
5473
+ #: src/features/login_protect.php:887
5474
+ #, fuzzy
5475
+ msgid "Allow Backup Codes"
5476
+ msgstr "Salli varmuuskoodit"
5477
+
5478
+ #: src/features/login_protect.php:888
5479
+ #, fuzzy
5480
+ msgid "Allow Users To Generate A Backup Code"
5481
+ msgstr "Salli käyttäjien luoda varmuuskoodi"
5482
+
5483
+ #: src/features/login_protect.php:889
5484
+ #, fuzzy
5485
+ msgid ""
5486
+ "Allow users to generate a backup code that can be used to login if MFA "
5487
+ "factors are unavailable."
5488
+ msgstr ""
5489
+ "Salli käyttäjien luoda varmuuskoodi, jota voidaan käyttää kirjautumiseen, "
5490
+ "jos MFA-tekijät eivät ole käytettävissä."
5491
+
5492
+ #: src/features/login_protect.php:893
5493
+ #: src/processors/loginprotect_intentprovider_backup.php:36
5494
+ #: src/processors/loginprotect_intentprovider_ga.php:38
5495
+ #: src/processors/loginprotect_intentprovider_ga.php:42
5496
+ #: src/processors/loginprotect_intentprovider_ga.php:44
5497
+ #: src/processors/loginprotect_intentprovider_ga.php:180
5498
+ #: src/processors/loginprotect_intentprovider_ga.php:285
5499
+ #: src/processors/loginprotect_intentprovider_ga.php:293
5500
+ msgid "Google Authenticator"
5501
+ msgstr "Google Authenticator"
5502
+
5503
+ #: src/features/login_protect.php:894
5504
+ msgid "Allow Users To Use Google Authenticator"
5505
+ msgstr "Salli käyttäjien käyttää Google Authenticator'ia"
5506
+
5507
+ #: src/features/login_protect.php:895
5508
+ msgid ""
5509
+ "When enabled, users will have the option to add Google Authenticator to "
5510
+ "their WordPress user profile"
5511
+ msgstr ""
5512
+ "Kun on asetettu päälle, käyttäjillä on mahdollisuus lisätä Google "
5513
+ "Authenticator omaan WordPress-käyttäjäprofiiliinsa"
5514
+
5515
+ #: src/features/login_protect.php:899 src/features/login_protect.php:905
5516
+ #: src/features/login_protect.php:908
5517
+ #: src/processors/loginprotect_intentprovider_email.php:205
5518
+ #: src/processors/loginprotect_intentprovider_email.php:206
5519
+ msgid "Email Authentication"
5520
+ msgstr "Sähköpostiautentikointi"
5521
+
5522
+ #: src/features/login_protect.php:900
5523
+ #, php-format
5524
+ msgid "Two-Factor Login Authentication By %s"
5525
+ msgstr "Kaksivaiheinen todennus käyttäen \"%s\""
5526
+
5527
+ #: src/features/login_protect.php:900 src/features/plugin.php:1381
5528
+ #: src/processors/user_management.php:199
5529
+ msgid "Email"
5530
+ msgstr "Sähköposti"
5531
+
5532
+ #: src/features/login_protect.php:901
5533
+ msgid ""
5534
+ "All users will be required to verify their login by email-based two-factor "
5535
+ "authentication."
5536
+ msgstr ""
5537
+ "Kaikkien käyttäjien PITÄÄ todentaa kirjautumisensa sähköpostipohjaisella 2-"
5538
+ "vaiheisella todennuksella."
5539
+
5540
+ #: src/features/login_protect.php:905
5541
+ msgid "Enforce"
5542
+ msgstr "Valvoa"
5543
+
5544
+ #: src/features/login_protect.php:906
5545
+ msgid "All User Roles Subject To Email Authentication"
5546
+ msgstr "Kaikki käyttäjäroolit edellyttävät sähköpostitunnistautumista"
5547
+
5548
+ #: src/features/login_protect.php:907
5549
+ msgid ""
5550
+ "Enforces email-based authentication on all users with the selected roles."
5551
+ msgstr ""
5552
+ "Pakottaa sähköpostipohjaisen tunnistautumisen kaikille käyttäjille "
5553
+ "valituissa rooleissa."
5554
+
5555
+ #: src/features/login_protect.php:908
5556
+ #, php-format
5557
+ msgid "This setting only applies to %s."
5558
+ msgstr "Tätä asetusta sovelletaan vain %s."
5559
+
5560
+ #: src/features/login_protect.php:912
5561
+ msgid "Google reCAPTCHA"
5562
+ msgstr "Google reCAPTCHA"
5563
+
5564
+ #: src/features/login_protect.php:913
5565
+ #, fuzzy
5566
+ msgid "Protect WordPress Account Access Requests With Google reCAPTCHA"
5567
+ msgstr ""
5568
+ "Suojaa WordPress-tilin käyttöoikeuspyynnöt Google: n uudelleenkäytön avulla"
5569
+
5570
+ #: src/features/login_protect.php:914
5571
+ #, fuzzy
5572
+ msgid ""
5573
+ "Use Google reCAPTCHA on the user account forms such as login, register, etc."
5574
+ msgstr ""
5575
+ "Käytä Google reCAPTCHAa käyttäjätilien lomakkeissa, kuten kirjautumisessa, "
5576
+ "rekisterissä jne."
5577
+
5578
+ #: src/features/login_protect.php:915
5579
+ #, fuzzy, php-format
5580
+ msgid "Use of any theme other than \"%s\", requires a Pro license."
5581
+ msgstr "Muiden kuin \" %s\" -aiheiden käyttö edellyttää Pro-lisenssiä."
5582
+
5583
+ #: src/features/login_protect.php:915
5584
+ #, fuzzy
5585
+ msgid "Light Theme"
5586
+ msgstr "Kevyt teema"
5587
+
5588
+ #: src/features/login_protect.php:916
5589
+ #, fuzzy
5590
+ msgid ""
5591
+ "You'll need to setup your Google reCAPTCHA API Keys in 'General' settings."
5592
+ msgstr ""
5593
+ "Sinun on määritettävä Google reCAPTCHA API -näppäimet Yleiset-asetuksissa."
5594
+
5595
+ #: src/features/login_protect.php:917
5596
+ #, fuzzy
5597
+ msgid ""
5598
+ "Some forms are more dynamic than others so if you experience problems, "
5599
+ "please use non-Invisible reCAPTCHA."
5600
+ msgstr ""
5601
+ "Jotkin lomakkeet ovat dynaamisempia kuin toiset, joten jos ilmenee ongelmia, "
5602
+ "käytä ei-näkymättömää uudelleenlähetystä."
5603
+
5604
+ #: src/features/login_protect.php:927
5605
+ #, fuzzy
5606
+ msgid "Protection Locations"
5607
+ msgstr "Suojauspaikat"
5608
+
5609
+ #: src/features/login_protect.php:928
5610
+ #, fuzzy
5611
+ msgid "Which Forms Should Be Protected"
5612
+ msgstr "Mitkä lomakkeet on suojattava"
5613
+
5614
+ #: src/features/login_protect.php:929
5615
+ #, fuzzy
5616
+ msgid "Choose the forms for which bot protection measures will be deployed."
5617
+ msgstr "Valitse lomakkeet, joihin bot-suojatoimenpiteet otetaan käyttöön."
5618
+
5619
+ #: src/features/login_protect.php:930
5620
+ #, fuzzy, php-format
5621
+ msgid "Use with 3rd party systems such as %s, requires a Pro license."
5622
+ msgstr ""
5623
+ "Kolmannen osapuolen järjestelmien, kuten %s, käyttö edellyttää Pro-lisenssiä."
5624
+
5625
+ #: src/features/login_protect.php:934
5626
+ msgid "Bot Protection"
5627
+ msgstr "Bottisuoja"
5628
+
5629
+ #: src/features/login_protect.php:935
5630
+ msgid "Protect WP Login From Automated Login Attempts By Bots"
5631
+ msgstr ""
5632
+ "Suojaa WP-kirjautumisen automatisoitujen bottien kirjautumisyrityksiltä"
5633
+
5634
+ #: src/features/login_protect.php:936
5635
+ msgid ""
5636
+ "Adds a dynamically (Javascript) generated checkbox to the login form that "
5637
+ "prevents bots using automated login techniques."
5638
+ msgstr ""
5639
+ "Lisää dynaamisesti (Javascript) luotu valintaruutu kirjautumisikkunaan "
5640
+ "estämään robotteja käyttämästä automaattikirjautumistekniikoita."
5641
+
5642
+ #: src/features/login_protect.php:937
5643
+ msgid "ON"
5644
+ msgstr "PÄÄLLÄ"
5645
+
5646
+ #: src/features/login_protect.php:941
5647
+ #, fuzzy
5648
+ msgid "AntiBot JS"
5649
+ msgstr "AntiBot JS"
5650
+
5651
+ #: src/features/login_protect.php:942
5652
+ #, fuzzy
5653
+ msgid "Use AntiBot JS Includes For Custom 3rd Party Forms"
5654
+ msgstr "Käytä AntiBot JS: tä Mukautettuina kolmannen osapuolen lomakkeisiin"
5655
+
5656
+ #: src/features/login_protect.php:943
5657
+ #, fuzzy
5658
+ msgid ""
5659
+ "Important: This is experimental. Please contact support for further "
5660
+ "assistance."
5661
+ msgstr "Tärkeää: Tämä on kokeellinen. Ota yhteyttä tukeen saadaksesi apua."
5662
+
5663
+ #: src/features/login_protect.php:947
5664
+ #, fuzzy
5665
+ msgid "AntiBot Forms"
5666
+ msgstr "AntiBot-lomakkeet"
5667
+
5668
+ #: src/features/login_protect.php:948
5669
+ #, fuzzy
5670
+ msgid ""
5671
+ "Enter The Selectors Of The 3rd Party Login Forms For Use With AntiBot JS"
5672
+ msgstr ""
5673
+ "Anna AntiBot JS: n kanssa käytettävien kolmannen osapuolen "
5674
+ "sisäänkirjautumislomakkeiden valitsijat"
5675
+
5676
+ #: src/features/login_protect.php:949
5677
+ #, fuzzy
5678
+ msgid "For use with the AntiBot JS option."
5679
+ msgstr "Käytetään AntiBot JS -vaihtoehdon kanssa."
5680
+
5681
+ #: src/features/login_protect.php:950
5682
+ #, fuzzy
5683
+ msgid "IDs are prefixed with \"#\"."
5684
+ msgstr "ID-tunnuksilla on \"#\"."
5685
+
5686
+ #: src/features/login_protect.php:951
5687
+ #, fuzzy
5688
+ msgid "Classes are prefixed with \".\"."
5689
+ msgstr "Luokat ovat etukäteen \".\"."
5690
+
5691
+ #: src/features/login_protect.php:952
5692
+ #, fuzzy
5693
+ msgid "IDs are preferred over classes."
5694
+ msgstr "Tunnukset ovat edullisia luokkiin nähden."
5695
+
5696
+ #: src/features/login_protect.php:956
5697
+ #, fuzzy
5698
+ msgid "Cooldown Period"
5699
+ msgstr "Jäähdytysjakso"
5700
+
5701
+ #: src/features/login_protect.php:957
5702
+ #, fuzzy
5703
+ msgid "Limit account access requests to every X seconds"
5704
+ msgstr "Rajoita tilin käyttöoikeudet jokaista X sekuntia"
5705
+
5706
+ #: src/features/login_protect.php:958
5707
+ #, fuzzy
5708
+ msgid ""
5709
+ "WordPress will process only ONE account access attempt per number of seconds "
5710
+ "specified."
5711
+ msgstr ""
5712
+ "WordPress käsittelee vain ONE-tiliyhteysyrityksen määritetyn sekuntimäärän "
5713
+ "kohdalla."
5714
+
5715
+ #: src/features/login_protect.php:959
5716
+ msgid "Zero (0) turns this off."
5717
+ msgstr "Nolla (0) ottaa tämä pois käytöstä."
5718
+
5719
+ #: src/features/login_protect.php:965
5720
+ msgid "User Registration"
5721
+ msgstr "Käyttäjien rekisteröinti"
5722
+
5723
+ #: src/features/login_protect.php:966
5724
+ msgid "Apply Brute Force Protection To User Registration And Lost Passwords"
5725
+ msgstr ""
5726
+ "Laita päälle Brute Force-suojaus käyttäjien rekisteröintiin ja kadonneen "
5727
+ "salasanan palauttamiseen"
5728
+
5729
+ #: src/features/login_protect.php:967
5730
+ msgid ""
5731
+ "When enabled, settings in this section will also apply to new user "
5732
+ "registration and users trying to reset passwords."
5733
+ msgstr ""
5734
+ "Päälle asetettuna tämän osan asetukset vaikuttavat uusiin käyttäjien "
5735
+ "rekisteröitymisiin ja käyttäjiin, jotka yrittävät palauttaa salasanansa."
5736
+
5737
+ #: src/features/login_protect.php:971
5738
+ msgid "Enable Yubikey Authentication"
5739
+ msgstr "Ota Yubikey-todennus käyttöön"
5740
+
5741
+ #: src/features/login_protect.php:972
5742
+ msgid "Turn On / Off Yubikey Authentication On This Site"
5743
+ msgstr "Ota käyttöön /poista käytöstä Yubikey-todennus tällä sivustolla"
5744
+
5745
+ #: src/features/login_protect.php:973
5746
+ msgid ""
5747
+ "Combined with your Yubikey API details this will form the basis of your "
5748
+ "Yubikey Authentication"
5749
+ msgstr ""
5750
+ "Yhdistettynä sinun Yubikey API:n yksityiskohtiin on tämä lomake pohjana "
5751
+ "sinun Yubikey-todennukseesi"
5752
+
5753
+ #: src/features/login_protect.php:977
5754
+ msgid "Yubikey App ID"
5755
+ msgstr "Yubikey App ID"
5756
+
5757
+ #: src/features/login_protect.php:978
5758
+ msgid "Your Unique Yubikey App ID"
5759
+ msgstr "Sinun yksilöllinen Yubikey App ID'si"
5760
+
5761
+ #: src/features/login_protect.php:979
5762
+ msgid ""
5763
+ "Combined with your Yubikey API Key this will form the basis of your Yubikey "
5764
+ "Authentication"
5765
+ msgstr ""
5766
+ "Yhdistettyn sinun Yubikey API-avaimeesi muodostaa tämä perustan Yubikey-"
5767
+ "todennukseen"
5768
+
5769
+ #: src/features/login_protect.php:980
5770
+ msgid ""
5771
+ "Please review the info link on how to obtain your own Yubikey App ID and API "
5772
+ "Key."
5773
+ msgstr ""
5774
+ "Ole hyvä ja tarkasta info-linkistä kuinka saat oman Yubikey App ID-tunnuksen "
5775
+ "ja API-avaimen."
5776
+
5777
+ #: src/features/login_protect.php:984
5778
+ msgid "Yubikey API Key"
5779
+ msgstr "Yubikey API-avain"
5780
+
5781
+ #: src/features/login_protect.php:985
5782
+ msgid "Your Unique Yubikey App API Key"
5783
+ msgstr "Sinun yksilöllinen Yubikey App API-avaimesi"
5784
+
5785
+ #: src/features/login_protect.php:986
5786
+ msgid ""
5787
+ "Combined with your Yubikey App ID this will form the basis of your Yubikey "
5788
+ "Authentication."
5789
+ msgstr ""
5790
+ "Yubikey App ID-tunnukseen yhdistettynä muodostaa tämä perustan Yubikey-"
5791
+ "todennukseesi."
5792
+
5793
+ #: src/features/login_protect.php:987
5794
+ msgid ""
5795
+ "Please review the info link on how to get your own Yubikey App ID and API "
5796
+ "Key."
5797
+ msgstr ""
5798
+ "Ole hyvä ja tarkasta info-linkistä kuinka saat oman Yubikey App ID-tunnuksen "
5799
+ "ja API-avaimen."
5800
+
5801
+ #: src/features/login_protect.php:991
5802
+ msgid "Yubikey Unique Keys"
5803
+ msgstr "Yubikey yksilölliset avaimet"
5804
+
5805
+ #: src/features/login_protect.php:992
5806
+ msgid ""
5807
+ "This method for Yubikeys is no longer supported. Please see your user profile"
5808
+ msgstr ""
5809
+ "Tämä tapa Yubikey:lle ei enää ole tuettuna. Ole hyvä ja tarkasta "
5810
+ "käyttäjäprofiilisi"
5811
+
5812
+ #: src/features/login_protect.php:993
5813
+ msgid "Format"
5814
+ msgstr "Muoto"
5815
+
5816
+ #: src/features/login_protect.php:994
5817
+ msgid "Provide Username<->Yubikey Pairs that are usable for this site."
5818
+ msgstr ""
5819
+ "Kirjoita Käyttäjänimi<->Yubikey-parit, jotka ovat käyttökelpoisia tälle "
5820
+ "sivustolle."
5821
+
5822
+ #: src/features/login_protect.php:995
5823
+ msgid ""
5824
+ "If a Username if not assigned a Yubikey, Yubikey Authentication is OFF for "
5825
+ "that user."
5826
+ msgstr ""
5827
+ "Mikäli käyttäjänimi ei ole yhdistetty Yubikey'hin, Yubikey-todennus EI OLE "
5828
+ "PÄÄLLÄ tällä käyttäjällä."
5829
+
5830
+ #: src/features/login_protect.php:996
5831
+ msgid ""
5832
+ "Each [Username,Key] pair should be separated by a new line: you only need to "
5833
+ "provide the first 12 characters of the yubikey."
5834
+ msgstr ""
5835
+ "Jokainen (Yubikey, Avain) pari tulee erottaa uudelle riville: sinun tulee "
5836
+ "antaa vain ensimmäiset 12 merkkiä yubikey'stä."
5837
+
5838
+ #: src/features/login_protect.php:1000
5839
+ msgid "GASP Checkbox Text"
5840
+ msgstr "GASP-valintaruudun teksti"
5841
+
5842
+ #: src/features/login_protect.php:1001
5843
+ msgid "The User Message Displayed Next To The GASP Checkbox"
5844
+ msgstr "Käyttäjäviesti, joka näytetään GASP-valintaruudun vieressä"
5845
+
5846
+ #: src/features/login_protect.php:1002
5847
+ msgid ""
5848
+ "You can change the text displayed to the user beside the checkbox if you "
5849
+ "need a custom message."
5850
+ msgstr ""
5851
+ "Voit muuttaa käyttäjälle valintaruudun vieressä näytettävän tekstin mikäli "
5852
+ "tarvitset oman tekstin."
5853
+
5854
+ #: src/features/login_protect.php:1007
5855
+ msgid "GASP Alert Text"
5856
+ msgstr "GASP- hälytysviesti"
5857
+
5858
+ #: src/features/login_protect.php:1008
5859
+ msgid "The Message Displayed If The User Doesn't Check The Box"
5860
+ msgstr "Viesti, joka näytetään mikäli käyttäjä ei ruksaa valintaruutua"
5861
+
5862
+ #: src/features/login_protect.php:1009
5863
+ msgid ""
5864
+ "You can change the text displayed to the user in the alert message if they "
5865
+ "don't check the box."
5866
+ msgstr ""
5867
+ "Voit muuttaa käyttäjälle hälytysviestissä näytettävän tekstin mikäli he "
5868
+ "eivät ruksaa valintaruutua."
5869
+
5870
+ #: src/features/plugin.php:226 src/features/plugin.php:409
5871
+ msgid "Options imported successfully"
5872
+ msgstr "Valintojen tuonti sivustollesi onnistui"
5873
+
5874
+ #: src/features/plugin.php:264 src/features/user_management.php:50
5875
+ #, fuzzy
5876
+ msgid "No items selected."
5877
+ msgstr "Ei valittuja kohteita."
5878
+
5879
+ #: src/features/plugin.php:267 src/features/user_management.php:53
5880
+ #, fuzzy
5881
+ msgid "Not a supported action."
5882
+ msgstr "Ei tuettu toiminto."
5883
+
5884
+ #: src/features/plugin.php:281 src/features/user_management.php:72
5885
+ #, fuzzy
5886
+ msgid "Selected items were deleted."
5887
+ msgstr "Valitut kohteet poistettiin."
5888
+
5889
+ #: src/features/plugin.php:342
5890
+ msgid "File could not be automatically removed."
5891
+ msgstr "Tiedostoa ei voitu poistaa automaattisesti."
5892
+
5893
+ #: src/features/plugin.php:354
5894
+ #, fuzzy
5895
+ msgid "Note not found."
5896
+ msgstr "Huomautus ei löydy."
5897
+
5898
+ #: src/features/plugin.php:394 src/processors/plugin_importexport.php:189
5899
+ #, fuzzy
5900
+ msgid "Please check the box to confirm your intent to overwrite settings"
5901
+ msgstr "Vahvista ruutu vahvistaaksesi aikomuksesi korvata asetukset"
5902
+
5903
+ #: src/features/plugin.php:409
5904
+ #, fuzzy
5905
+ msgid "Options failed to import"
5906
+ msgstr "Asetuksia ei tuoda"
5907
+
5908
+ #: src/features/plugin.php:426
5909
+ #, fuzzy
5910
+ msgid "Sorry, Admin Notes is only available for Pro subscriptions."
5911
+ msgstr ""
5912
+ "Valitettavasti Admin-huomautukset ovat käytettävissä vain Pro-tilauksissa."
5913
+
5914
+ #: src/features/plugin.php:429
5915
+ #, fuzzy
5916
+ msgid "Sorry, but it appears your note was empty."
5917
+ msgstr "Valitettavasti huomautus on tyhjä."
5918
+
5919
+ #: src/features/plugin.php:439
5920
+ #, fuzzy
5921
+ msgid "Note created successfully."
5922
+ msgstr "Huomautus luotiin onnistuneesti."
5923
+
5924
+ #: src/features/plugin.php:439
5925
+ #, fuzzy
5926
+ msgid "Note could not be created."
5927
+ msgstr "Huomautusta ei voitu luoda."
5928
+
5929
+ #: src/features/plugin.php:987
5930
+ #, php-format
5931
+ msgid "This Site Is Protected By %s"
5932
+ msgstr "Sivusto on suojattu ohjelmalla %s"
5933
+
5934
+ #: src/features/plugin.php:1010
5935
+ msgid "Plugin Actions"
5936
+ msgstr "Lisäosan toiminnot"
5937
+
5938
+ #: src/features/plugin.php:1011
5939
+ msgid "E.g. Import/Export"
5940
+ msgstr "Esim. Tuonti/Vienti"
5941
+
5942
+ #: src/features/plugin.php:1074
5943
+ msgid "General Settings"
5944
+ msgstr "Yleiset asetukset"
5945
+
5946
+ #: src/features/plugin.php:1075
5947
+ #, fuzzy, php-format
5948
+ msgid "General %s Settings"
5949
+ msgstr "Yleiset %s Asetukset"
5950
+
5951
+ #: src/features/plugin.php:1088
5952
+ #, fuzzy
5953
+ msgid "Visitor IP"
5954
+ msgstr "Vierailija IP"
5955
+
5956
+ #: src/features/plugin.php:1090
5957
+ #, fuzzy, php-format
5958
+ msgid "Visitor IP address source is: %s"
5959
+ msgstr "Kävijän IP-osoitteen lähde on: %s"
5960
+
5961
+ #: src/features/plugin.php:1097
5962
+ #, fuzzy
5963
+ msgid "Reporting Email"
5964
+ msgstr "Raportointi sähköposti"
5965
+
5966
+ #: src/features/plugin.php:1100
5967
+ #, fuzzy, php-format
5968
+ msgid "Email address for reports set to: %s"
5969
+ msgstr "Raporttien sähköpostiosoite: %s"
5970
+
5971
+ #: src/features/plugin.php:1101
5972
+ #, fuzzy, php-format
5973
+ msgid "No address provided - defaulting to: %s"
5974
+ msgstr "Ei osoitetta - oletuksena: %s"
5975
+
5976
+ #: src/features/plugin.php:1109
5977
+ msgid "reCAPTCHA"
5978
+ msgstr "reCAPTCHA"
5979
+
5980
+ #: src/features/plugin.php:1112
5981
+ #, fuzzy
5982
+ msgid "Google reCAPTCHA keys have been provided"
5983
+ msgstr "Googlen reCAPTCHA-avaimet on toimitettu"
5984
+
5985
+ #: src/features/plugin.php:1113
5986
+ #, fuzzy
5987
+ msgid "Google reCAPTCHA keys haven't been provided"
5988
+ msgstr "Google reCAPTCHA-avaimia ei ole annettu"
5989
+
5990
+ #: src/features/plugin.php:1134
5991
+ msgid "Global Security Plugin Disable"
5992
+ msgstr "Globaali suojauslisäosan käytöstä poisto"
5993
+
5994
+ #: src/features/plugin.php:1137
5995
+ #, fuzzy
5996
+ msgid "Use this option to completely disable all active Shield Protection."
5997
+ msgstr ""
5998
+ "Käytä tätä vaihtoehtoa poistaaksesi kaiken aktiivisen suojauksen käytöstä "
5999
+ "kokonaan."
6000
+
6001
+ #: src/features/plugin.php:1142 src/features/plugin.php:1143
6002
+ msgid "Plugin Defaults"
6003
+ msgstr "Lisäosan oletukset"
6004
+
6005
+ #: src/features/plugin.php:1145
6006
+ msgid "Important default settings used throughout the plugin."
6007
+ msgstr "Tärkeät oletusasetukset, joita käytetään koko lisäosassa."
6008
+
6009
+ #: src/features/plugin.php:1152
6010
+ msgid ""
6011
+ "Automatically import options, and deploy configurations across your entire "
6012
+ "network."
6013
+ msgstr "Tuo automaattisesti valinnat ja konfiguroi koko verkkosi niillä."
6014
+
6015
+ #: src/features/plugin.php:1153
6016
+ msgid "This is a Pro-only feature."
6017
+ msgstr "Tämä on VAIN Pro-ominaisuus."
6018
+
6019
+ #: src/features/plugin.php:1159
6020
+ msgid "General Plugin Options"
6021
+ msgstr "Yleiset Pluginin valinnat"
6022
+
6023
+ #: src/features/plugin.php:1160
6024
+ msgid "General Options"
6025
+ msgstr "Yleiset valinnat"
6026
+
6027
+ #: src/features/plugin.php:1164 src/features/plugin.php:1165
6028
+ msgid "Google"
6029
+ msgstr "Google"
6030
+
6031
+ #: src/features/plugin.php:1167
6032
+ #, fuzzy, php-format
6033
+ msgid "Setup Google reCAPTCHA for use across %s."
6034
+ msgstr "Asenna Google uudelleen, jotta voit käyttää %s: tä."
6035
+
6036
+ #: src/features/plugin.php:1171
6037
+ #, fuzzy
6038
+ msgid "You must create your own Google reCAPTCHA API Keys."
6039
+ msgstr "Sinun on luotava oma Google reCAPTCHA API -näppäimet."
6040
+
6041
+ #: src/features/plugin.php:1173
6042
+ #, fuzzy
6043
+ msgid "Manage Keys Here"
6044
+ msgstr "Hallitse avaimia täällä"
6045
+
6046
+ #: src/features/plugin.php:1175
6047
+ #, fuzzy, php-format
6048
+ msgid "Invisible Google reCAPTCHA is available with %s Pro."
6049
+ msgstr "Näkymätön Google reCAPTCHA on käytettävissä %s Pro: n kanssa."
6050
+
6051
+ #: src/features/plugin.php:1180 src/features/plugin.php:1181
6052
+ msgid "Duo Security"
6053
+ msgstr "Kaksivaiheinen turvallisuus"
6054
+
6055
+ #: src/features/plugin.php:1205
6056
+ msgid "Enable/Disable Plugin Modules"
6057
+ msgstr "Laita päälle - Poista päältä lisäosan modulit"
6058
+
6059
+ #: src/features/plugin.php:1206
6060
+ msgid "Enable/Disable All Plugin Modules"
6061
+ msgstr "Laita päälle - Ota pois päältä KAIKKI lisäosan modulit"
6062
+
6063
+ #: src/features/plugin.php:1207
6064
+ #, php-format
6065
+ msgid "Uncheck this option to disable all %s features."
6066
+ msgstr "Poista tämä valinta poistaaksesi käytöstä kaikki %s ominaisuudet."
6067
+
6068
+ #: src/features/plugin.php:1211
6069
+ #, fuzzy
6070
+ msgid "Admin Notes"
6071
+ msgstr "Admin-huomautukset"
6072
+
6073
+ #: src/features/plugin.php:1212
6074
+ #, fuzzy
6075
+ msgid "Turn-On Admin Notes Section In Insights Dashboard"
6076
+ msgstr ""
6077
+ "Käynnistä järjestelmänvalvojan huomautukset -osio Insights Dashboardissa"
6078
+
6079
+ #: src/features/plugin.php:1213
6080
+ #, fuzzy
6081
+ msgid ""
6082
+ "When turned-on it enables administrators to enter custom notes in the "
6083
+ "Insights Dashboard."
6084
+ msgstr ""
6085
+ "Kun se on kytketty päälle, järjestelmänvalvojat voivat syöttää mukautettuja "
6086
+ "muistiinpanoja Insights Dashboardiin."
6087
+
6088
+ #: src/features/plugin.php:1217
6089
+ msgid "Information Gathering"
6090
+ msgstr "Tiedon kerääminen"
6091
+
6092
+ #: src/features/plugin.php:1218
6093
+ msgid "Permit Anonymous Usage Information Gathering"
6094
+ msgstr "Salli nimetön käyttötietojen kerääminen"
6095
+
6096
+ #: src/features/plugin.php:1219
6097
+ msgid ""
6098
+ "Allows us to gather information on statistics and features in-use across our "
6099
+ "client installations."
6100
+ msgstr ""
6101
+ "Salli meidän kerätä tietoa tilastoista ja käytössä olevista ominaisuuksista "
6102
+ "asiakkaidemme asennuksissa."
6103
+
6104
+ #: src/features/plugin.php:1220
6105
+ msgid ""
6106
+ "This information is strictly anonymous and contains no personally, or "
6107
+ "otherwise, identifiable data."
6108
+ msgstr ""
6109
+ "Tämä tieto on tiukasti nimetöntä eikä sisällä henkilökohtaista taikka muuten "
6110
+ "tunnistettavaa tietoa."
6111
+
6112
+ #: src/features/plugin.php:1221
6113
+ msgid "Click to see the exact data that would be sent."
6114
+ msgstr "Klikkaa katsoaksesi tarkalleen lähetettäväksi tarkoitettua tietoa."
6115
+
6116
+ #: src/features/plugin.php:1225
6117
+ msgid "IP Source"
6118
+ msgstr "IP-lähde"
6119
+
6120
+ #: src/features/plugin.php:1226
6121
+ msgid "Which IP Address Is Yours"
6122
+ msgstr "Mikä IP-osoite on sinun"
6123
+
6124
+ #: src/features/plugin.php:1227
6125
+ msgid ""
6126
+ "There are many possible ways to detect visitor IP addresses. If Auto-Detect "
6127
+ "is not working, please select yours from the list."
6128
+ msgstr ""
6129
+ "On monta tapaa havaita vierailijan IP-osoitteita. Mikäli automaattinen "
6130
+ "tunnistus ei toimi, ole hyvä ja valitse omas IP-osoitteesi listasta."
6131
+
6132
+ #: src/features/plugin.php:1228
6133
+ msgid ""
6134
+ "If the option you select becomes unavailable, we will revert to auto "
6135
+ "detection."
6136
+ msgstr ""
6137
+ "Jos valittu vaihtoehto ei ole käytettävissä, palaamme automaattiseen "
6138
+ "tunnistamiseen."
6139
+
6140
+ #: src/features/plugin.php:1230
6141
+ #, fuzzy, php-format
6142
+ msgid "Current source is: %s (%s)"
6143
+ msgstr "Nykyinen lähde on: %s ( %s)"
6144
+
6145
+ #: src/features/plugin.php:1239
6146
+ msgid "Report Email"
6147
+ msgstr "Lähetä sähköpostiraportti"
6148
+
6149
+ #: src/features/plugin.php:1240
6150
+ msgid "Where to send email reports"
6151
+ msgstr "Minne sähköpostiraportit lähetetään"
6152
+
6153
+ #: src/features/plugin.php:1241
6154
+ #, php-format
6155
+ msgid "If this is empty, it will default to the blog admin email address: %s"
6156
+ msgstr ""
6157
+ "Mikäli tämä on tyhjä, käytetään oletuksena sivuston hallinnan "
6158
+ "sähköpostiosoitetta: %s"
6159
+
6160
+ #: src/features/plugin.php:1245
6161
+ msgid "In-Plugin Notices"
6162
+ msgstr "Pluginin omat ilmoitukset"
6163
+
6164
+ #: src/features/plugin.php:1246
6165
+ msgid "Display Plugin Specific Notices"
6166
+ msgstr "Näytä pluginia koskevat ilmoitukset"
6167
+
6168
+ #: src/features/plugin.php:1247
6169
+ msgid ""
6170
+ "Disable this option to hide certain plugin admin notices about available "
6171
+ "updates and post-update notices."
6172
+ msgstr ""
6173
+ "Poista tämä valinta piilottaaksesi tietyt pluginin admin-ilmoitukset "
6174
+ "saatavilla olevista päivityksistä ja päivitysilmoituksista."
6175
+
6176
+ #: src/features/plugin.php:1251
6177
+ msgid "Show Plugin Badge"
6178
+ msgstr "Näytä pluginin tunnus"
6179
+
6180
+ #: src/features/plugin.php:1252
6181
+ msgid "Display Plugin Badge On Your Site"
6182
+ msgstr "Näytä pluginin tunnus sivustollasi"
6183
+
6184
+ #: src/features/plugin.php:1253
6185
+ msgid ""
6186
+ "Enabling this option helps support the plugin by spreading the word about it "
6187
+ "on your website."
6188
+ msgstr ""
6189
+ "Tämän ominaisuuden toimintaan laittaminen auttaa tukemaan pluginin "
6190
+ "kehittämistä levittämällä sanaa siitä sivustollasi."
6191
+
6192
+ #: src/features/plugin.php:1254
6193
+ msgid ""
6194
+ "The plugin badge also lets visitors know your are taking your website "
6195
+ "security seriously."
6196
+ msgstr ""
6197
+ "Tämä pluginin tunnus kertoo myös sivustollasi vierailijoille, että otat "
6198
+ "verkkosivustosi turvallisuuden tosissasi."
6199
+
6200
+ #: src/features/plugin.php:1255
6201
+ msgid "Read this carefully before enabling this option."
6202
+ msgstr "Lue tämä huolella ennen kuin otat tämän toiminnon käyttöön."
6203
+
6204
+ #: src/features/plugin.php:1259
6205
+ msgid "Delete Plugin Settings"
6206
+ msgstr "Poista Pluginin asetukset"
6207
+
6208
+ #: src/features/plugin.php:1260
6209
+ msgid "Delete All Plugin Settings Upon Plugin Deactivation"
6210
+ msgstr "Poista KAIKKI pluginin asetukset kun plugin otetaan pois käytöstä"
6211
+
6212
+ #: src/features/plugin.php:1261
6213
+ msgid "Careful: Removes all plugin options when you deactivate the plugin"
6214
+ msgstr ""
6215
+ "VAROVASTI: Poistaa KAIKKI pluginin valinnat, kun ota pluginin pois käytöstä"
6216
+
6217
+ #: src/features/plugin.php:1265
6218
+ msgid "XML-RPC Compatibility"
6219
+ msgstr "XML-RPC-yhteensopivuus"
6220
+
6221
+ #: src/features/plugin.php:1266
6222
+ msgid "Allow Login Through XML-RPC To By-Pass Accounts Management Rules"
6223
+ msgstr "Salli kirjautuminen XML-RPC'n kautta ohittaaksesi tilinhallintasäännöt"
6224
+
6225
+ #: src/features/plugin.php:1267
6226
+ msgid ""
6227
+ "Enable this if you need XML-RPC functionality e.g. if you use the WordPress "
6228
+ "iPhone/Android App."
6229
+ msgstr ""
6230
+ "Ota tämä käyttöön mikäli tarvitset XML-RPC-toiminnallisuutta esim. mikäli "
6231
+ "käytät WordPress'iä iPhonella/Android-sovelluksella."
6232
+
6233
+ #: src/features/plugin.php:1271
6234
+ msgid "Allow Import/Export"
6235
+ msgstr "Salli tuonti/vienti"
6236
+
6237
+ #: src/features/plugin.php:1272
6238
+ msgid "Allow Import And Export Of Options On This Site"
6239
+ msgstr "Salli valintojen vienti ja tuonti tällä sivustolla"
6240
+
6241
+ #: src/features/plugin.php:1273
6242
+ msgid "Uncheck this box to completely disable import and export of options."
6243
+ msgstr ""
6244
+ "Ota ruksi pois valintaruudusta poistaaksesi käytöstä valintojen viennin ja "
6245
+ "tuonnin."
6246
+
6247
+ #: src/features/plugin.php:1274
6248
+ msgid "Import/Export is a premium-only feature."
6249
+ msgstr "Tuonti ja vienti on vain premium-ominaisuus."
6250
+
6251
+ #: src/features/plugin.php:1278
6252
+ msgid "Export Whitelist"
6253
+ msgstr "Viennin sallittujen lista"
6254
+
6255
+ #: src/features/plugin.php:1279
6256
+ msgid "Whitelisted Sites To Export Options From This Site"
6257
+ msgstr "Sallitut sivustot, joille tämän sivuston valintoja voidaan viedä"
6258
+
6259
+ #: src/features/plugin.php:1280
6260
+ msgid "Whitelisted sites may export options from this site without the key."
6261
+ msgstr ""
6262
+ "Valitut sivustot voivat viedä vaihtoehtoja tältä sivustolta ilman avainta."
6263
+
6264
+ #: src/features/plugin.php:1281
6265
+ msgid "List each site URL on a new line."
6266
+ msgstr "Listaa jokainen URL uudelle riville."
6267
+
6268
+ #: src/features/plugin.php:1282
6269
+ msgid "This is to be used in conjunction with the Master Import Site feature."
6270
+ msgstr "Tätä käytetään Master Import Site -ominaisuuden yhteydessä."
6271
+
6272
+ #: src/features/plugin.php:1286
6273
+ msgid "Master Import Site"
6274
+ msgstr "Master Import Site"
6275
+
6276
+ #: src/features/plugin.php:1287
6277
+ msgid "Automatically Import Options From This Site URL"
6278
+ msgstr "Tuo valinnat automaattisesti täman sivuston URL-osoitteesta"
6279
+
6280
+ #: src/features/plugin.php:1288
6281
+ msgid "Supplying a site URL here will make this site an 'Options Slave'."
6282
+ msgstr ""
6283
+ "Antamalla sivuston URL-osoitteen tässä tekee tästä sivustosta \"Options Slave"
6284
+ "\"."
6285
+
6286
+ #: src/features/plugin.php:1289
6287
+ #, fuzzy
6288
+ msgid "Options will be automatically exported from the Master site each day."
6289
+ msgstr "Vaihtoehdot viedään automaattisesti Master-sivustosta joka päivä."
6290
+
6291
+ #: src/features/plugin.php:1290
6292
+ msgid ""
6293
+ "Use of this feature will overwrite existing options and replace them with "
6294
+ "those from the Master Import Site."
6295
+ msgstr ""
6296
+ "Tämän ominaisuuden käyttäminen ylikirjoittaa olemassa olevat asetukset ja "
6297
+ "korvaa ne Master-tuontisivuston [Master Import Site] asetuksilla."
6298
+
6299
+ #: src/features/plugin.php:1294
6300
+ msgid "Notify Whitelist"
6301
+ msgstr "Ilmoita sallittujen listalle [White list]"
6302
+
6303
+ #: src/features/plugin.php:1295
6304
+ msgid "Notify Sites On The Whitelist To Update Options From Master"
6305
+ msgstr ""
6306
+ "Ilmoittaa sallittujen listalla olevia sivustoja päivittämään valinnat "
6307
+ "pääsivustolta [from Master]"
6308
+
6309
+ #: src/features/plugin.php:1296
6310
+ msgid ""
6311
+ "When enabled, manual options saving will notify sites on the whitelist to "
6312
+ "export options from the Master site."
6313
+ msgstr ""
6314
+ "Kun tämä asetus on otettu käyttöön, manuaalisten asetusten tallentaminen "
6315
+ "ilmoittaa sallittujen luettelossa olevien sivustoille, että ne vievät "
6316
+ "valinnat Master-sivustolta."
6317
+
6318
+ #: src/features/plugin.php:1300
6319
+ msgid "Secret Key"
6320
+ msgstr "Salainen avain"
6321
+
6322
+ #: src/features/plugin.php:1301
6323
+ msgid "Import/Export Secret Key"
6324
+ msgstr "Tuo/Vie salainen avain"
6325
+
6326
+ #: src/features/plugin.php:1302
6327
+ msgid ""
6328
+ "Keep this Secret Key private as it will allow the import and export of "
6329
+ "options."
6330
+ msgstr ""
6331
+ "Pidä tämä salainen avain yksityisenä, koska se mahdollistaa valintojen "
6332
+ "tuonnin ja viennin."
6333
+
6334
+ #: src/features/plugin.php:1306
6335
+ msgid "Installation ID"
6336
+ msgstr "Asennus ID"
6337
+
6338
+ #: src/features/plugin.php:1307
6339
+ msgid "Unique Plugin Installation ID"
6340
+ msgstr "Yksilöllinen lisäosan asennus-ID"
6341
+
6342
+ #: src/features/plugin.php:1308
6343
+ msgid "Keep this ID private."
6344
+ msgstr "Pidä tämä ID yksityisenä."
6345
+
6346
+ #: src/features/plugin.php:1312
6347
+ msgid "reCAPTCHA Secret"
6348
+ msgstr "reCAPTCHA Secret"
6349
+
6350
+ #: src/features/plugin.php:1313
6351
+ msgid "Google reCAPTCHA Secret Key"
6352
+ msgstr "Google reCAPTCHA Secret Key"
6353
+
6354
+ #: src/features/plugin.php:1314
6355
+ msgid "Enter your Google reCAPTCHA secret key for use throughout the plugin."
6356
+ msgstr ""
6357
+ "Anna Google reCAPTCHA-salainen avaimesi käytettäväksi koko lisäosan "
6358
+ "yhteydessä."
6359
+
6360
+ #: src/features/plugin.php:1319
6361
+ msgid "reCAPTCHA Site Key"
6362
+ msgstr "reCAPTCHA-sivustoavain"
6363
+
6364
+ #: src/features/plugin.php:1320
6365
+ msgid "Google reCAPTCHA Site Key"
6366
+ msgstr "Google reCAPTCHA-sivustoavain"
6367
+
6368
+ #: src/features/plugin.php:1321
6369
+ msgid "Enter your Google reCAPTCHA site key for use throughout the plugin"
6370
+ msgstr ""
6371
+ "Anna Google reCAPTCHA-sivusto avaimesi käytettäväksi koko lisäosan yhteydessä"
6372
+
6373
+ #: src/features/plugin.php:1327
6374
+ msgid "How Google reCAPTCHA Will Be Displayed By Default"
6375
+ msgstr "Kuinka Google reCAPTCHA näytetään oletuksena"
6376
+
6377
+ #: src/features/plugin.php:1353
6378
+ msgid "IP Address White List"
6379
+ msgstr "Sallittujen IP-osoitteiden lista"
6380
+
6381
+ #: src/features/plugin.php:1354
6382
+ msgid ""
6383
+ "Any IP addresses on this list will by-pass all Plugin Security Checking."
6384
+ msgstr ""
6385
+ "Kaikki tässä listassa olevat IP-osoitteet ohittavat Simple Firewallin "
6386
+ "turvallisuustarkastukset."
6387
+
6388
+ #: src/features/plugin.php:1355 src/processors/ips.php:99
6389
+ #: src/processors/plugin_badge.php:43
6390
+ #, php-format
6391
+ msgid "Your IP address is: %s"
6392
+ msgstr "IP-osoitteesi on :%s"
6393
+
6394
+ #: src/features/plugin.php:1356
6395
+ msgid "Choose IP Addresses To Blacklist"
6396
+ msgstr "Valitse IP-osoitteet 'Mustalle listalle'"
6397
+
6398
+ #: src/features/plugin.php:1357
6399
+ #, php-format
6400
+ msgid "Recommendation - %s"
6401
+ msgstr "Suositus - %s"
6402
+
6403
+ #: src/features/plugin.php:1358
6404
+ msgid "Blacklist"
6405
+ msgstr "Musta lista"
6406
+
6407
+ #: src/features/plugin.php:1359
6408
+ msgid "Logging"
6409
+ msgstr "Kirjaaminen"
6410
+
6411
+ #: src/features/plugin.php:1360
6412
+ #, php-format
6413
+ msgid ""
6414
+ "User \"%s\" was forcefully logged out as they were not verified by either "
6415
+ "cookie or IP address (or both)."
6416
+ msgstr ""
6417
+ "Käyttäjä \"%s\" kirjattiin ulos pakolla, koska heitä ei oltu todennettu "
6418
+ "evästeellä eikä IP-osoitteen perusteella (tai molempien)."
6419
+
6420
+ #: src/features/plugin.php:1361
6421
+ #, php-format
6422
+ msgid ""
6423
+ "User \"%s\" was found to be un-verified at the given IP Address: \"%s\"."
6424
+ msgstr ""
6425
+ "Käyttäjä \"%s\" todettiin EI-todennetuksi annetussa IP-osoitteessa: \"%s\"."
6426
+
6427
+ #: src/features/plugin.php:1362
6428
+ msgid "Cookie"
6429
+ msgstr "Eväste"
6430
+
6431
+ #: src/features/plugin.php:1364 src/lib/src/Tables/Build/Traffic.php:140
6432
+ #: src/lib/src/Tables/Render/IpBlack.php:16
6433
+ msgid "IP"
6434
+ msgstr "IP-osoite"
6435
+
6436
+ #: src/features/plugin.php:1365
6437
+ msgid ""
6438
+ "This will restrict all user login sessions to a single browser. Use this if "
6439
+ "your users have dynamic IP addresses."
6440
+ msgstr ""
6441
+ "Tämä rajoittaa kaikki käyttäjäkirjautumisten istunnot YHTEEN selaimeen. "
6442
+ "Käytä tätä mikäli käyttäjilläsi on dynaamisia IP-osoitteita."
6443
+
6444
+ #: src/features/plugin.php:1366
6445
+ msgid ""
6446
+ "All users will be required to authenticate their login by email-based two-"
6447
+ "factor authentication, when logging in from a new IP address"
6448
+ msgstr ""
6449
+ "Kaikkien käyttäjien on pakko todentaa kirjautumisensa "
6450
+ "sähköpostiperusteisella kaksivaiheisella todennuksella, kun he kirjautuvat "
6451
+ "uudesta IP-osoitteesta"
6452
+
6453
+ #: src/features/plugin.php:1367
6454
+ msgid "2-Factor Auth"
6455
+ msgstr "Kaksivaiheinen todennus"
6456
+
6457
+ #: src/features/plugin.php:1368
6458
+ msgid "Include Logged-In Users"
6459
+ msgstr "Sisällytä sisään kirjautuneet käyttäjät"
6460
+
6461
+ #: src/features/plugin.php:1369
6462
+ msgid "You may also enable GASP for logged in users"
6463
+ msgstr "Voit myös ottaa käyttöön GASP-suojauksen kirjautuneille käyttäjille"
6464
+
6465
+ #: src/features/plugin.php:1370
6466
+ msgid ""
6467
+ "Since logged-in users would be expected to be vetted already, this is off by "
6468
+ "default."
6469
+ msgstr ""
6470
+ "Koska sisään kirjautuneiden käyttäjien voi olettaa jo olevan seulottuja, "
6471
+ "tämä on oletuksena pois päältä."
6472
+
6473
+ #: src/features/plugin.php:1372
6474
+ msgid "Protect your security plugin not just your WordPress site"
6475
+ msgstr "Suojaa WordPress-sivustosi lisäksi myös turvallisuuslisäosa"
6476
+
6477
+ #: src/features/plugin.php:1375
6478
+ msgid "Get a view on what happens on your site, when it happens"
6479
+ msgstr "Katso mitä sivustollasi tapahtuu silloin kun se tapahtuu"
6480
+
6481
+ #: src/features/plugin.php:1376
6482
+ msgid "Audit Trail Viewer"
6483
+ msgstr "Toimintamerkintöjen katselu"
6484
+
6485
+ #: src/features/plugin.php:1378
6486
+ msgid "Take back full control of WordPress automatic updates"
6487
+ msgstr "Ota takaisin täysi hallinta WordPress'n automaattisista päivityksistä"
6488
+
6489
+ #: src/features/plugin.php:1379
6490
+ msgid "Comments SPAM"
6491
+ msgstr "Kommenttien SPAM"
6492
+
6493
+ #: src/features/plugin.php:1380
6494
+ msgid "Block comment SPAM and retain your privacy"
6495
+ msgstr "Estä kommenttiroskapostit ja säilytä yksityisyytesi"
6496
+
6497
+ #: src/features/plugin.php:1383
6498
+ msgid "Automatically block malicious URLs and data sent to your site"
6499
+ msgstr ""
6500
+ "Estä automaattisesti vihamieliset URL-osoitteet ja sivustollesi lähetetty "
6501
+ "data"
6502
+
6503
+ #: src/features/plugin.php:1386
6504
+ msgid "Control HTTP Security Headers"
6505
+ msgstr "Hallitse HTTP turvallisuusotsakkeita"
6506
+
6507
+ #: src/features/plugin.php:1388
6508
+ msgid "Manage Visitor IP Address"
6509
+ msgstr "Hallinnoi vieraiden IP-osoitteita"
6510
+
6511
+ #: src/features/plugin.php:1390
6512
+ msgid "Harden the more loosely controlled settings of your site"
6513
+ msgstr "Tiukenna sivustosi löyhästi hallinnoituja asetuksia"
6514
+
6515
+ #: src/features/plugin.php:1392
6516
+ msgid ""
6517
+ "Block brute force attacks and secure user identities with Two-Factor "
6518
+ "Authentication"
6519
+ msgstr ""
6520
+ "Estö 'Brute Force'-hyökkäykset ja turvaa käyttäjien tiedot kaksivaiheisella "
6521
+ "tunnistuksella"
6522
+
6523
+ #: src/features/plugin.php:1393
6524
+ msgid "Dashboard"
6525
+ msgstr "Taustahallinta"
6526
+
6527
+ #: src/features/plugin.php:1394
6528
+ msgid "General Plugin Settings"
6529
+ msgstr "Yleiset lisäosan asetukset"
6530
+
6531
+ #: src/features/plugin.php:1395
6532
+ msgid "Statistics"
6533
+ msgstr "Tilastot"
6534
+
6535
+ #: src/features/plugin.php:1396
6536
+ msgid "Summary of the main security actions taken by this plugin"
6537
+ msgstr "Yhteenveto tämän lisäosan turvallisuustoiminnoista"
6538
+
6539
+ #: src/features/plugin.php:1397
6540
+ msgid "Stats Viewer"
6541
+ msgstr "Tilastojen katselu"
6542
+
6543
+ #: src/features/plugin.php:1398
6544
+ msgid "Premium Support"
6545
+ msgstr "Premium Tuki"
6546
+
6547
+ #: src/features/plugin.php:1399
6548
+ msgid "Premium Plugin Support Centre"
6549
+ msgstr "Premium Plugin Tukikeskus"
6550
+
6551
+ #: src/features/plugin.php:1400 src/features/sessions.php:45
6552
+ #: src/features/traffic.php:222 src/features/user_management.php:470
6553
+ #: src/features/user_management.php:547
6554
+ msgid "User Management"
6555
+ msgstr "Käyttäjien hallinta"
6556
+
6557
+ #: src/features/plugin.php:1401
6558
+ msgid ""
6559
+ "Get true user sessions and control account sharing, session duration and "
6560
+ "timeouts"
6561
+ msgstr ""
6562
+ "Hanki todelliset käyttäjäistunnot ja hallitse tilijakoja, istuntojen kestoja "
6563
+ "ja aikakatkaisuja"
6564
+
6565
+ #: src/features/plugin.php:1402
6566
+ msgid "Two-Factor Authentication"
6567
+ msgstr "Kaksivaiheinen todennus"
6568
+
6569
+ #: src/features/sessions.php:44
6570
+ msgid "Creates and Manages User Sessions."
6571
+ msgstr "Luo ja hallinnoi käyttäjäistuntoja."
6572
+
6573
+ #: src/features/statistics.php:33
6574
+ msgid "Helps you see at a glance how effective the plugin has been."
6575
+ msgstr "Näyttää silmäyksellä kuinka tehokkaasti lisäosa on toiminut."
6576
+
6577
+ #: src/features/statistics.php:42
6578
+ msgid "To track stats and issue reports."
6579
+ msgstr "Tilastojen seuraamiseksi ja raporttien julkaisemiseksi."
6580
+
6581
+ #: src/features/statistics.php:48
6582
+ msgid "Statistics Sharing"
6583
+ msgstr "Tilastojen jakaminen"
6584
+
6585
+ #: src/features/statistics.php:50
6586
+ msgid ""
6587
+ "Help us to provide globally accessible statistics on the effectiveness of "
6588
+ "the plugin."
6589
+ msgstr ""
6590
+ "Auttaa meitä tarjoamaan maailmanlaajuisesti tilastoja lisäosan tehokkuudesta."
6591
+
6592
+ #: src/features/statistics.php:51
6593
+ msgid "Enabling this option helps us improve our plugin over time."
6594
+ msgstr "Tämän valinnan päällelaittaminen auttaa meitä lisäosan kehittämisessä."
6595
+
6596
+ #: src/features/statistics.php:52
6597
+ msgid "All statistics data collection is 100% anonymous."
6598
+ msgstr "Kaikki tilastotieto kerätään 100% anonyymisti."
6599
+
6600
+ #: src/features/statistics.php:52
6601
+ msgid ""
6602
+ "Neither we nor anyone else will be able to trace the data back to the "
6603
+ "originating site."
6604
+ msgstr ""
6605
+ "Emme me eikä kukaan muukaan pysty jäljittämään dataa alkuperäiselle "
6606
+ "sivustolle."
6607
+
6608
+ #: src/features/statistics.php:55
6609
+ msgid "Sharing"
6610
+ msgstr "Jakaminen"
6611
+
6612
+ #: src/features/traffic.php:54
6613
+ #, fuzzy, php-format
6614
+ msgid "%s is a Pro-only feature."
6615
+ msgstr "%s on vain pro-ominaisuus."
6616
+
6617
+ #: src/features/traffic.php:54
6618
+ #, fuzzy
6619
+ msgid "Traffic Watch"
6620
+ msgstr "Traffic Watch"
6621
+
6622
+ #: src/features/traffic.php:59
6623
+ #, fuzzy
6624
+ msgid ""
6625
+ "Traffic Watcher will not run because visitor IP address detection is not "
6626
+ "correctly configured."
6627
+ msgstr ""
6628
+ "Liikenteen tarkkailija ei toimi, koska kävijän IP-osoitteen tunnistaminen ei "
6629
+ "ole oikein määritetty."
6630
+
6631
+ #: src/features/traffic.php:213
6632
+ #, fuzzy
6633
+ msgid "Monitor and review all requests to your site."
6634
+ msgstr "Seuraa ja tarkista kaikki pyyntösi sivustollesi."
6635
+
6636
+ #: src/features/traffic.php:214
6637
+ #, fuzzy
6638
+ msgid ""
6639
+ "Required only if you need to review and investigate and monitor requests to "
6640
+ "your site"
6641
+ msgstr ""
6642
+ "Tarvitaan vain, jos haluat tarkistaa ja tutkia sivustosi pyyntöjä ja seurata "
6643
+ "niitä"
6644
+
6645
+ #: src/features/traffic.php:219
6646
+ #, fuzzy
6647
+ msgid "Traffic Watch Options"
6648
+ msgstr "Liikenteen valvontavaihtoehdot"
6649
+
6650
+ #: src/features/traffic.php:221
6651
+ #, fuzzy
6652
+ msgid "Provides finer control over the Traffic Watch system."
6653
+ msgstr "Tarjoaa tarkempaa valvontaa Traffic Watch -järjestelmässä."
6654
+
6655
+ #: src/features/traffic.php:224
6656
+ #, fuzzy
6657
+ msgid "Traffic Logging Options"
6658
+ msgstr "Liikenteen kirjausasetukset"
6659
+
6660
+ #: src/features/traffic.php:253
6661
+ #, fuzzy
6662
+ msgid "Traffic Log Exclusions"
6663
+ msgstr "Liikennelokin poissulkemiset"
6664
+
6665
+ #: src/features/traffic.php:254
6666
+ #, fuzzy
6667
+ msgid "Select Which Types Of Requests To Exclude"
6668
+ msgstr "Valitse poistettavien pyyntöjen tyypit"
6669
+
6670
+ #: src/features/traffic.php:255
6671
+ #, fuzzy
6672
+ msgid ""
6673
+ "Select request types that you don't want to appear in the traffic viewer."
6674
+ msgstr ""
6675
+ "Valitse pyyntötyypit, joita et halua näkyä liikenteen katseluohjelmassa."
6676
+
6677
+ #: src/features/traffic.php:256
6678
+ #, fuzzy
6679
+ msgid ""
6680
+ "If a request matches any exclusion rule, it will not show on the traffic "
6681
+ "viewer."
6682
+ msgstr ""
6683
+ "Jos pyyntö vastaa mitään poissulkemissääntöä, se ei näy liikenteen "
6684
+ "katseluohjelmassa."
6685
+
6686
+ #: src/features/traffic.php:260
6687
+ #, fuzzy
6688
+ msgid "Custom Exclusions"
6689
+ msgstr "Mukautetut poissulkemiset"
6690
+
6691
+ #: src/features/traffic.php:261
6692
+ #, fuzzy
6693
+ msgid "Provide Custom Traffic Exclusions"
6694
+ msgstr "Anna mukautettuja liikenteen poissulkemisia"
6695
+
6696
+ #: src/features/traffic.php:262
6697
+ #, fuzzy
6698
+ msgid ""
6699
+ "For each entry, if the text is present in either the User Agent or request "
6700
+ "Path, it will be excluded."
6701
+ msgstr ""
6702
+ "Jos jokin teksti on olemassa joko käyttöagentissa tai pyynnön polussa, se "
6703
+ "suljetaan pois."
6704
+
6705
+ #: src/features/traffic.php:263
6706
+ msgid "Take a new line for each entry."
6707
+ msgstr "Uusi rivi jokaiselle valinnalle."
6708
+
6709
+ #: src/features/traffic.php:264
6710
+ msgid "Comparisons are case-insensitive."
6711
+ msgstr "Vertailuissa isot ja pienet kirjaimet merkitsevät."
6712
+
6713
+ #: src/features/traffic.php:268
6714
+ #, fuzzy
6715
+ msgid "Auto Expiry Cleaning"
6716
+ msgstr "Automaattinen vanhentamisen puhdistus"
6717
+
6718
+ #: src/features/traffic.php:269
6719
+ #, fuzzy
6720
+ msgid "Enable Traffic Log Auto Expiry"
6721
+ msgstr "Ota liikennulokin automaattinen päättyminen käyttöön"
6722
+
6723
+ #: src/features/traffic.php:270
6724
+ #, fuzzy
6725
+ msgid "DB cleanup will delete logs older than this maximum value (in days)."
6726
+ msgstr "DB-puhdistus poistaa tämän enimmäisarvon vanhemmat lokit (päivinä)."
6727
+
6728
+ #: src/features/traffic.php:274
6729
+ #, fuzzy
6730
+ msgid "Max Log Length"
6731
+ msgstr "Max Log Length"
6732
+
6733
+ #: src/features/traffic.php:275
6734
+ #, fuzzy
6735
+ msgid "Maximum Traffic Log Length To Keep"
6736
+ msgstr "Suurin sallittu liikennelokin pituus"
6737
+
6738
+ #: src/features/traffic.php:276
6739
+ #, fuzzy
6740
+ msgid "DB cleanup will delete logs to maintain this maximum number of records."
6741
+ msgstr ""
6742
+ "DB-puhdistus poistaa lokit ylläpitääkseen tämän enimmäismäärän tietueita."
6743
+
6744
+ #: src/features/traffic.php:280
6745
+ #, fuzzy
6746
+ msgid "Auto Disable"
6747
+ msgstr "Auto Disable"
6748
+
6749
+ #: src/features/traffic.php:281
6750
+ #, fuzzy
6751
+ msgid "Auto Disable Traffic Logging After 1 Week"
6752
+ msgstr "Automaattinen liikenteen kirjautumisen poisto 1 viikon jälkeen"
6753
+
6754
+ #: src/features/traffic.php:284
6755
+ #, fuzzy, php-format
6756
+ msgid "Auto Disable At: %s"
6757
+ msgstr "Automaattinen Poista käytöstä: %s"
6758
+
6759
+ #: src/features/traffic.php:289
6760
+ #, fuzzy
6761
+ msgid "Turn on to prevent unnecessary long-term traffic logging."
6762
+ msgstr ""
6763
+ "Ota käyttöön, jotta vältytään tarpeettomalta pitkän aikavälin liikennöinnin "
6764
+ "kirjautumiselta."
6765
+
6766
+ #: src/features/traffic.php:290
6767
+ #, fuzzy
6768
+ msgid "Timer resets after options save."
6769
+ msgstr "Ajastin nollautuu, kun asetukset on tallennettu."
6770
+
6771
+ #: src/features/user_management.php:60 src/features/user_management.php:98
6772
+ #, fuzzy
6773
+ msgid "Please logout if you want to delete your own session."
6774
+ msgstr "Kirjaudu ulos, jos haluat poistaa oman istunnon."
6775
+
6776
+ #: src/features/user_management.php:74
6777
+ #, fuzzy
6778
+ msgid "Your session was retained"
6779
+ msgstr "Istunto oli säilytetty"
6780
+
6781
+ #: src/features/user_management.php:95
6782
+ #, fuzzy
6783
+ msgid "Invalid session selected"
6784
+ msgstr "Virheellinen istunto valittu"
6785
+
6786
+ #: src/features/user_management.php:101
6787
+ #, fuzzy
6788
+ msgid "User session deleted"
6789
+ msgstr "Käyttäjän istunto poistettiin"
6790
+
6791
+ #: src/features/user_management.php:105
6792
+ #, fuzzy
6793
+ msgid "User session wasn't deleted"
6794
+ msgstr "Käyttäjän istuntoa ei poistettu"
6795
+
6796
+ #: src/features/user_management.php:211
6797
+ msgid "Current User Sessions"
6798
+ msgstr "Tämänhetkisiä käyttäjäistuntoja"
6799
+
6800
+ #: src/features/user_management.php:213
6801
+ msgid "Logged In At"
6802
+ msgstr "Kirjautunut kohteesta"
6803
+
6804
+ #: src/features/user_management.php:214
6805
+ msgid "Last Activity At"
6806
+ msgstr "Viimeisin toiminta"
6807
+
6808
+ #: src/features/user_management.php:215
6809
+ msgid "Last Activity URI"
6810
+ msgstr "Viimeisin toiminnan URL-osoite"
6811
+
6812
+ #: src/features/user_management.php:216
6813
+ msgid "Login IP"
6814
+ msgstr "Kirjautumis IP-osoite"
6815
+
6816
+ #: src/features/user_management.php:217
6817
+ msgid ""
6818
+ "You need to enable the User Management feature to view and manage user "
6819
+ "sessions."
6820
+ msgstr ""
6821
+ "Sinun pitää laittaa Käyttäjien hallinta-ominaisuus päälle katsoaksesi ja "
6822
+ "hallitaksesi istuntoja."
6823
+
6824
+ #: src/features/user_management.php:289
6825
+ msgid "Very Weak"
6826
+ msgstr "Erittäin heikko"
6827
+
6828
+ #: src/features/user_management.php:290
6829
+ msgid "Weak"
6830
+ msgstr "Heikko"
6831
+
6832
+ #: src/features/user_management.php:291
6833
+ msgid "Medium"
6834
+ msgstr "Keskinkertainen"
6835
+
6836
+ #: src/features/user_management.php:292
6837
+ msgid "Strong"
6838
+ msgstr "Vahva"
6839
+
6840
+ #: src/features/user_management.php:293
6841
+ msgid "Very Strong"
6842
+ msgstr "Hyvin vahva"
6843
+
6844
+ #: src/features/user_management.php:397
6845
+ #, fuzzy, php-format
6846
+ msgid "User ID %s suspended by admin (%s)"
6847
+ msgstr "Käyttäjän tunnus %s keskeytetty admin ( %s)"
6848
+
6849
+ #: src/features/user_management.php:406
6850
+ #, fuzzy, php-format
6851
+ msgid "User ID %s unsuspended by admin (%s)"
6852
+ msgstr "Käyttäjän tunnus %s keskeytetty admin ( %s)"
6853
+
6854
+ #: src/features/user_management.php:438
6855
+ msgid "Default 'admin' user still available."
6856
+ msgstr "Oletus 'admin' -käyttäjä on vielä olemassa."
6857
+
6858
+ #: src/features/user_management.php:440
6859
+ msgid "Default 'admin' user should be disabled or removed."
6860
+ msgstr "Oletus 'admin'-käyttäjä pitää poistaa taikka estää."
6861
+
6862
+ #: src/features/user_management.php:449
6863
+ msgid "Strong password policies are not enforced."
6864
+ msgstr "Vahvoja salasanakäytäntöjä ei noudateta."
6865
+
6866
+ #: src/features/user_management.php:452
6867
+ msgid "Password policies should be turned-on."
6868
+ msgstr "Salasanakäytäntöjen pitäisi olla päällä."
6869
+
6870
+ #: src/features/user_management.php:471
6871
+ #, fuzzy
6872
+ msgid "Sessions Control & Password Policies"
6873
+ msgstr "Istuntojen ohjaus ja salasana -käytännöt"
6874
+
6875
+ #: src/features/user_management.php:483
6876
+ #, fuzzy
6877
+ msgid "Idle Users"
6878
+ msgstr "Idle-käyttäjät"
6879
+
6880
+ #: src/features/user_management.php:486
6881
+ #, fuzzy, php-format
6882
+ msgid "Idle sessions are terminated after %s hours"
6883
+ msgstr "Tyhjäkäynnit lopetetaan %s tunnin kuluttua"
6884
+
6885
+ #: src/features/user_management.php:487
6886
+ #, fuzzy
6887
+ msgid "Idle sessions wont be terminated"
6888
+ msgstr "Idle-istuntoja ei lopeteta"
6889
+
6890
+ #: src/features/user_management.php:494
6891
+ #, fuzzy
6892
+ msgid "Lock To IP"
6893
+ msgstr "Lukitse IP"
6894
+
6895
+ #: src/features/user_management.php:497
6896
+ #, fuzzy
6897
+ msgid "Sessions are locked to IP address"
6898
+ msgstr "Istunnot lukitaan IP-osoitteeseen"
6899
+
6900
+ #: src/features/user_management.php:498
6901
+ #, fuzzy
6902
+ msgid "Sessions aren't locked to IP address"
6903
+ msgstr "Istuntoja ei ole lukittu IP-osoitteeseen"
6904
+
6905
+ #: src/features/user_management.php:507
6906
+ #, fuzzy
6907
+ msgid "Pwned Passwords"
6908
+ msgstr "Estä haltuunotetut [pwned] salasanat"
6909
+
6910
+ #: src/features/user_management.php:510
6911
+ #, fuzzy
6912
+ msgid "Pwned passwords are blocked on this site"
6913
+ msgstr "Pwned-salasanat estetään tällä sivustolla"
6914
+
6915
+ #: src/features/user_management.php:511
6916
+ #, fuzzy
6917
+ msgid "Pwned passwords are allowed on this site"
6918
+ msgstr "Pwned-salasanat ovat sallittuja tällä sivustolla"
6919
+
6920
+ #: src/features/user_management.php:518 src/features/user_management.php:552
6921
+ #: src/features/user_management.php:553
6922
+ msgid "Password Policies"
6923
+ msgstr "Salasanakäytännöt"
6924
+
6925
+ #: src/features/user_management.php:521
6926
+ #, fuzzy
6927
+ msgid "Several password policies are active"
6928
+ msgstr "Useat salasanakäytännöt ovat käytössä"
6929
+
6930
+ #: src/features/user_management.php:522
6931
+ #, fuzzy
6932
+ msgid "Limited or no password polices are active"
6933
+ msgstr "Rajoitetut tai ei-salasanapolitiikat ovat aktiivisia"
6934
+
6935
+ #: src/features/user_management.php:546
6936
+ msgid ""
6937
+ "User Management offers real user sessions, finer control over user session "
6938
+ "time-out, and ensures users have logged-in in a correct manner."
6939
+ msgstr ""
6940
+ "Käyttäjien hallinta tarjoaa todelliset käyttäjäistunnot, käyttäjien "
6941
+ "istuntojen aikakatkaisujen hienosäädön ja varmistaa, että käyttäjät ovat "
6942
+ "kirjautuneet sivustolle sopivalla/oikealla tavalla."
6943
+
6944
+ #: src/features/user_management.php:555
6945
+ msgid "Have full control over passwords used by users on the site."
6946
+ msgstr "Hallitse kaikkia käyttäjien käyttämiä salasanoja sivustolla."
6947
+
6948
+ #: src/features/user_management.php:557
6949
+ msgid "Requirements"
6950
+ msgstr "Vaatimukset"
6951
+
6952
+ #: src/features/user_management.php:562
6953
+ msgid "Admin Login Notification"
6954
+ msgstr "Taustahallinnan kirjautumisen ilmoitus"
6955
+
6956
+ #: src/features/user_management.php:564
6957
+ msgid ""
6958
+ "So you can be made aware of when a WordPress administrator has logged into "
6959
+ "your site when you are not expecting it."
6960
+ msgstr ""
6961
+ "Niin, että tiedät kun WordPress-hallinta on kirjautunut sivustollesi kun et "
6962
+ "odota sitä."
6963
+
6964
+ #: src/features/user_management.php:567
6965
+ msgid "Notifications"
6966
+ msgstr "Ilmoitukset"
6967
+
6968
+ #: src/features/user_management.php:571
6969
+ msgid "Multi-Factor User Authentication"
6970
+ msgstr "Moninkertainen käyttäjän autentikointi"
6971
+
6972
+ #: src/features/user_management.php:580
6973
+ msgid "User Session Management"
6974
+ msgstr "Käyttäjäistuntojen hallinta"
6975
+
6976
+ #: src/features/user_management.php:582
6977
+ msgid ""
6978
+ "Allows you to better control user sessions on your site and expire idle "
6979
+ "sessions and prevent account sharing."
6980
+ msgstr ""
6981
+ "Antaa sinulle paremman käyttäjäistuntojen hallinnan sivustollasi,vanhentaa "
6982
+ "joutilaat istunnot ja estää tilin jaon."
6983
+
6984
+ #: src/features/user_management.php:585
6985
+ msgid "Session Options"
6986
+ msgstr "Istunnon valinnat"
6987
+
6988
+ #: src/features/user_management.php:589
6989
+ #, fuzzy
6990
+ msgid "User Suspension"
6991
+ msgstr "Käyttäjän keskeytys"
6992
+
6993
+ #: src/features/user_management.php:590
6994
+ #, fuzzy
6995
+ msgid "Automatic And Manual User Suspension"
6996
+ msgstr "Automaattinen ja manuaalinen käyttäjän keskeytys"
6997
+
6998
+ #: src/features/user_management.php:592
6999
+ #, fuzzy
7000
+ msgid "Automatically suspends accounts to prevent login by certain users."
7001
+ msgstr ""
7002
+ "Keskeyttää automaattisesti tilit, jotta tietyt käyttäjät eivät kirjaudu "
7003
+ "sisään."
7004
+
7005
+ #: src/features/user_management.php:623
7006
+ msgid "Admin Login Notification Email"
7007
+ msgstr "Taustahallinnan kirjautumisen ilmoituksen sähköpostiosoite"
7008
+
7009
+ #: src/features/user_management.php:624
7010
+ msgid "Send An Notification Email When Administrator Logs In"
7011
+ msgstr "Lähetä ilmoitussähköposti kun taustahallinta kirjautuu sivustolle"
7012
+
7013
+ #: src/features/user_management.php:625
7014
+ msgid ""
7015
+ "If you would like to be notified every time an administrator user logs into "
7016
+ "this WordPress site, enter a notification email address."
7017
+ msgstr ""
7018
+ "Mikäli haluat, että sinulle ilmoitetaan joka kerta, kun "
7019
+ "taustahallintahenkilöstö kirjautuu tälle WordPress-sivustolle, kirjoita "
7020
+ "sähköpostiosoite, jonne ilmoitus lähetetään."
7021
+
7022
+ #: src/features/user_management.php:626
7023
+ msgid "No email address - No Notification."
7024
+ msgstr "Ei sähköpostiosoitetta - Ei ilmoituksia."
7025
+
7026
+ #: src/features/user_management.php:630
7027
+ #, fuzzy
7028
+ msgid "User Login Notification Email"
7029
+ msgstr "Käyttäjän sisäänkirjautumisilmoitus"
7030
+
7031
+ #: src/features/user_management.php:631
7032
+ #, fuzzy
7033
+ msgid "Send Email Notification To Each User Upon Successful Login"
7034
+ msgstr ""
7035
+ "Lähetä sähköpostiviesti kaikille käyttäjille onnistuneen kirjautumisen "
7036
+ "yhteydessä"
7037
+
7038
+ #: src/features/user_management.php:632
7039
+ #, fuzzy
7040
+ msgid ""
7041
+ "A notification is sent to each user when a successful login occurs for their "
7042
+ "account."
7043
+ msgstr ""
7044
+ "Jokaiselle käyttäjälle lähetetään ilmoitus, kun heidän tilinsä on onnistunut."
7045
+
7046
+ #: src/features/user_management.php:636
7047
+ msgid "Session Timeout"
7048
+ msgstr "Istunnon aikakatkaisu"
7049
+
7050
+ #: src/features/user_management.php:637
7051
+ msgid "Specify How Many Days After Login To Automatically Force Re-Login"
7052
+ msgstr ""
7053
+ "Määrittää kuinka monen päivän päästä kirjautumisesta pakotetaan "
7054
+ "automaattinen uudelleenkirjautuminen sivustolle"
7055
+
7056
+ #: src/features/user_management.php:638
7057
+ msgid ""
7058
+ "WordPress default is 2 days, or 14 days if you check the \"Remember Me\" box."
7059
+ msgstr ""
7060
+ "WordPress'n oletus on 2 päivää, taikka 14 päivää mikäli laitat "
7061
+ "valintaruutuun 'Muista minut' ruksin."
7062
+
7063
+ #: src/features/user_management.php:639
7064
+ #, fuzzy
7065
+ msgid "Think of this as an absolute maximum possible session length."
7066
+ msgstr "Ajattele tätä absoluuttisena maksimaalisena istunnonpituudena."
7067
+
7068
+ #: src/features/user_management.php:640
7069
+ #, php-format
7070
+ msgid "This cannot be less than %s."
7071
+ msgstr "Tämä ei voi olla vähemmän kuin %s."
7072
+
7073
+ #: src/features/user_management.php:646
7074
+ msgid "Idle Timeout"
7075
+ msgstr "Käyttämättömyyden aikakatkaisu"
7076
+
7077
+ #: src/features/user_management.php:647
7078
+ msgid "Specify How Many Hours After Inactivity To Automatically Logout User"
7079
+ msgstr ""
7080
+ "Määrittää kuinka monen tunnin käyttämättömyyden jälkeen käyttäjä kirjataan "
7081
+ "ulos sivustolta"
7082
+
7083
+ #: src/features/user_management.php:648
7084
+ msgid ""
7085
+ "If the user is inactive for the number of hours specified, they will be "
7086
+ "forcefully logged out next time they return."
7087
+ msgstr ""
7088
+ "Mikäli käyttäjä ei ole aktiivinen sivustolla numeraalisesti määritetyn ajan "
7089
+ "aikana, heidät pakotetaan ulos sivustolta, kun he seuraavan kerran palaavat "
7090
+ "sivustolle."
7091
+
7092
+ #: src/features/user_management.php:649
7093
+ #, php-format
7094
+ msgid "Set to %s to turn off this option."
7095
+ msgstr "Aseta arvoon %s ottaaksesi tämän valinnan POIS päältä."
7096
+
7097
+ #: src/features/user_management.php:653
7098
+ msgid "Lock To Location"
7099
+ msgstr "Lukitse sijaintiin"
7100
+
7101
+ #: src/features/user_management.php:654
7102
+ msgid "Locks A User Session To IP address"
7103
+ msgstr "Lukitsee käyttäjän istunnon IP-osoitteeseen"
7104
+
7105
+ #: src/features/user_management.php:655
7106
+ msgid ""
7107
+ "When selected, a session is restricted to the same IP address as when the "
7108
+ "user logged in."
7109
+ msgstr ""
7110
+ "Kun tämä on valittuna, istunto rajoitetaan samaan IP-osoitteeseen, josta "
7111
+ "käyttäjä kirjautui sisään sivustolle."
7112
+
7113
+ #: src/features/user_management.php:656
7114
+ msgid ""
7115
+ "If a logged-in user's IP address changes, the session will be invalidated "
7116
+ "and they'll be forced to re-login to WordPress."
7117
+ msgstr ""
7118
+ "Mikäli sisäänkirjautuneen käyttäjän IP-osoite muuttuu, istunto mitätöityy ja "
7119
+ "heidän on pakko kirjautua uudelleen WordPress'iin."
7120
+
7121
+ #: src/features/user_management.php:660
7122
+ msgid "Max Simultaneous Sessions"
7123
+ msgstr "Suurin samanaikaisten istuntojen määrä"
7124
+
7125
+ #: src/features/user_management.php:661
7126
+ msgid "Limit Simultaneous Sessions For The Same Username"
7127
+ msgstr "Rajoita saman käyttäjänimen samanaikaisia istuntomääriä"
7128
+
7129
+ #: src/features/user_management.php:662
7130
+ msgid ""
7131
+ "The number provided here is the maximum number of simultaneous, distinct, "
7132
+ "sessions allowed for any given username."
7133
+ msgstr ""
7134
+ "Tässä annettu numero ilmaisee maksimimäärän samanaikaisia, erillisiä, "
7135
+ "istuntoja, jotka sallitaan mille tahansa käyttäjätunnukselle."
7136
+
7137
+ #: src/features/user_management.php:663
7138
+ msgid "Zero (0) will allow unlimited simultaneous sessions."
7139
+ msgstr "Nolla (0) sallii rajoittamattoman määrän samanaikaisia istuntoja."
7140
+
7141
+ #: src/features/user_management.php:667
7142
+ msgid "Enable Password Policies"
7143
+ msgstr "Ota salasanakäytäntö käyttöön"
7144
+
7145
+ #: src/features/user_management.php:668
7146
+ msgid "Enable The Password Policies Detailed Below"
7147
+ msgstr "Ota käyttöön alla määritetyt salasanakäytännöt"
7148
+
7149
+ #: src/features/user_management.php:669
7150
+ msgid "Turn on/off all password policy settings."
7151
+ msgstr "Ota käyttöön/poista käytöstä salasanakäytäntö asetukset."
7152
+
7153
+ #: src/features/user_management.php:673
7154
+ msgid "Prevent Pwned Passwords"
7155
+ msgstr "Estä haltuunotetut [pwned] salasanat"
7156
+
7157
+ #: src/features/user_management.php:674
7158
+ #, fuzzy
7159
+ msgid "Prevent Use Of \"Pwned\" Passwords"
7160
+ msgstr "Estä \"Pwned\" -salasanojen käyttö"
7161
+
7162
+ #: src/features/user_management.php:675
7163
+ msgid ""
7164
+ "Prevents users from using any passwords found on the public available list "
7165
+ "of \"pwned\" passwords."
7166
+ msgstr ""
7167
+ "Estää käyttäjiä käyttämästä mitään salasanoja, jotka ovat julkisesti "
7168
+ "saatavilla listana \"haltuunotetuista\" salasanoista."
7169
+
7170
+ #: src/features/user_management.php:679
7171
+ msgid "Minimum Length"
7172
+ msgstr "Minimipituus"
7173
+
7174
+ #: src/features/user_management.php:680
7175
+ msgid "Minimum Password Length"
7176
+ msgstr "Salasanan minimipituus"
7177
+
7178
+ #: src/features/user_management.php:681
7179
+ msgid ""
7180
+ "All passwords that a user sets must be at least this many characters in "
7181
+ "length."
7182
+ msgstr ""
7183
+ "Kaikkien käyttäjän määrittämien salasanojen pitää olla ainakin näin monta "
7184
+ "merkkiä sisältäviä."
7185
+
7186
+ #: src/features/user_management.php:682 src/features/user_management.php:702
7187
+ #: src/features/user_management.php:727
7188
+ msgid "Set to Zero(0) to disable."
7189
+ msgstr "Aseta arvoon \"0\" ottaaksesi tämän valinnan POIS päältä."
7190
+
7191
+ #: src/features/user_management.php:686
7192
+ msgid "Minimum Strength"
7193
+ msgstr "Minimivahvuus"
7194
+
7195
+ #: src/features/user_management.php:687
7196
+ msgid "Minimum Password Strength"
7197
+ msgstr "Salasanan minimivahvuus"
7198
+
7199
+ #: src/features/user_management.php:688
7200
+ msgid "All passwords that a user sets must meet this minimum strength."
7201
+ msgstr ""
7202
+ "Kaikkien käyttäjän asettamien salasanojen pitää täyttää tämä minimivaatimus "
7203
+ "vahvuudesta."
7204
+
7205
+ #: src/features/user_management.php:692
7206
+ #, fuzzy
7207
+ msgid "Apply To Existing Users"
7208
+ msgstr "Hae nykyisille käyttäjille"
7209
+
7210
+ #: src/features/user_management.php:693
7211
+ msgid "Apply Password Policies To Existing Users and Their Passwords"
7212
+ msgstr ""
7213
+ "Käytä salasanavaatimuksia olemassaoleviin käyttäjiin ja heidän salasanoihinsa"
7214
+
7215
+ #: src/features/user_management.php:694
7216
+ msgid ""
7217
+ "Forces existing users to update their passwords if they don't meet "
7218
+ "requirements, after they next login."
7219
+ msgstr ""
7220
+ "Pakottaa olemassaolevat käyttäjät seuraavan kerran kirjautuessaan "
7221
+ "päivittämään salasanansa elleivät ne täytä vaatimuksia."
7222
+
7223
+ #: src/features/user_management.php:695
7224
+ msgid "Note: You may want to warn users prior to enabling this option."
7225
+ msgstr ""
7226
+ "HUOMIO: Haluat varmaankin varoittaa käyttäjiä ennen tämän ominaisuuden "
7227
+ "käyttöönottoa."
7228
+
7229
+ #: src/features/user_management.php:699
7230
+ msgid "Password Expiration"
7231
+ msgstr "Salasanan vanheneminen"
7232
+
7233
+ #: src/features/user_management.php:700
7234
+ msgid "Passwords Expire After This Many Days"
7235
+ msgstr "Salasanasi vanhenee näin monen päivän päästä"
7236
+
7237
+ #: src/features/user_management.php:701
7238
+ msgid ""
7239
+ "Users will be forced to reset their passwords after the number of days "
7240
+ "specified."
7241
+ msgstr ""
7242
+ "Käyttäjät pakotetaan vaihtamaan salasanansa numeraalisesti määritetyn päivän "
7243
+ "jälkeen."
7244
+
7245
+ #: src/features/user_management.php:706
7246
+ #, fuzzy
7247
+ msgid "Allow Manual User Suspension"
7248
+ msgstr "Salli manuaalinen käyttöjousitus"
7249
+
7250
+ #: src/features/user_management.php:707
7251
+ #, fuzzy
7252
+ msgid "Manually Suspend User Accounts To Prevent Login"
7253
+ msgstr "Keskeytä manuaalisesti käyttäjätilit, jotta estät kirjautumisen"
7254
+
7255
+ #: src/features/user_management.php:708
7256
+ #, fuzzy
7257
+ msgid "Users may be suspended by administrators to prevent future login."
7258
+ msgstr ""
7259
+ "Järjestelmänvalvojat voivat estää käyttäjiä estääkseen tulevaa kirjautumista."
7260
+
7261
+ #: src/features/user_management.php:712
7262
+ #, fuzzy
7263
+ msgid "Auto-Suspend Expired Passwords"
7264
+ msgstr "Automaattisesti keskeytetyt vanhentuneet salasanat"
7265
+
7266
+ #: src/features/user_management.php:713
7267
+ #, fuzzy
7268
+ msgid "Automatically Suspend Users With Expired Passwords"
7269
+ msgstr "Keskeytä automaattisesti käyttäjät, joilla on vanhentuneet salasanat"
7270
+
7271
+ #: src/features/user_management.php:714
7272
+ #, fuzzy
7273
+ msgid ""
7274
+ "Automatically suspends login by users and requires password reset to "
7275
+ "unsuspend."
7276
+ msgstr ""
7277
+ "Keskeyttää käyttäjän kirjautumisen automaattisesti ja vaatii salasanan "
7278
+ "palauttamisen keskeyttämään."
7279
+
7280
+ #: src/features/user_management.php:718
7281
+ #, fuzzy
7282
+ msgid "Requires password expiration policy to be set."
7283
+ msgstr "Vaatii salasanan vanhenemispolitiikan asettamisen."
7284
+
7285
+ #: src/features/user_management.php:723
7286
+ #, fuzzy
7287
+ msgid "Auto-Suspend Idle Users"
7288
+ msgstr "Auto-Suspend Idle -käyttäjät"
7289
+
7290
+ #: src/features/user_management.php:724
7291
+ #, fuzzy
7292
+ msgid "Automatically Suspend Idle User Accounts"
7293
+ msgstr "Keskeytä automaattisesti käyttämättömät käyttäjätilit"
7294
+
7295
+ #: src/features/user_management.php:725
7296
+ #, fuzzy
7297
+ msgid ""
7298
+ "Automatically suspends login for idle accounts and requires password reset "
7299
+ "to unsuspend."
7300
+ msgstr ""
7301
+ "Keskeyttää automaattisesti käyttämättömien tilien kirjautumisen ja vaatii "
7302
+ "salasanan palauttamisen keskeyttämään."
7303
+
7304
+ #: src/features/user_management.php:726
7305
+ #, fuzzy
7306
+ msgid "Specify the number of days since last login to consider a user as idle."
7307
+ msgstr ""
7308
+ "Määritä viimeisten kirjautumispäivien lukumäärä, jotta käyttäjä voidaan "
7309
+ "katsoa käyttämättömäksi."
7310
+
7311
+ #: src/features/user_management.php:731
7312
+ #, fuzzy
7313
+ msgid "Auto-Suspend Idle User Roles"
7314
+ msgstr "Keskeytä käyttämättömien käyttäjien roolit"
7315
+
7316
+ #: src/features/user_management.php:732
7317
+ #, fuzzy
7318
+ msgid "Apply Automatic Suspension To Accounts With These Roles"
7319
+ msgstr "Käytä automaattista keskeytystä tileihin, joissa on nämä roolit"
7320
+
7321
+ #: src/features/user_management.php:733
7322
+ #, fuzzy
7323
+ msgid ""
7324
+ "Automatic suspension for idle accounts applies only to the roles you specify."
7325
+ msgstr ""
7326
+ "Automaattinen keskeyttäminen käyttämättömien tilien osalta koskee vain "
7327
+ "määritettyjä rooleja."
7328
+
7329
+ #: src/lib/src/Modules/IPs/BotTrack/Track404.php:23
7330
+ #, fuzzy, php-format
7331
+ msgid "404 detected at \"%s\"."
7332
+ msgstr "404 havaittu kohdassa \" %s\"."
7333
+
7334
+ #: src/lib/src/Modules/IPs/BotTrack/TrackFakeWebCrawler.php:28
7335
+ #, fuzzy, php-format
7336
+ msgid "Fake Web Crawler detected at \"%s\"."
7337
+ msgstr "Fake Web-indeksoija havaittiin kohdassa \" %s\"."
7338
+
7339
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLinkCheese.php:96
7340
+ #, fuzzy, php-format
7341
+ msgid "Link cheese access detected at \"%s\"."
7342
+ msgstr "Yhdistä juustojen käyttöoikeus \" %s\": ssä."
7343
+
7344
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLoginFailed.php:45
7345
+ #, fuzzy, php-format
7346
+ msgid "Attempted login failed by user \"%s\"."
7347
+ msgstr "Käyttäjätunnus \" %s\" epäonnistui."
7348
+
7349
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLoginInvalid.php:37
7350
+ #, fuzzy, php-format
7351
+ msgid "Attempted login with invalid user \"%s\"."
7352
+ msgstr "Kokeiltu kirjautumista virheellisen käyttäjän \" %s\" avulla."
7353
+
7354
+ #: src/lib/src/Modules/IPs/BotTrack/TrackUserAgent.php:21
7355
+ #, fuzzy, php-format
7356
+ msgid "Empty user agent detected at \"%s\"."
7357
+ msgstr "Tyhjä käyttäjäagentti havaittiin kohdassa \" %s\"."
7358
+
7359
+ #: src/lib/src/Modules/IPs/BotTrack/TrackXmlRpc.php:22
7360
+ #, fuzzy, php-format
7361
+ msgid "Access to XML-RPC detected at \"%s\"."
7362
+ msgstr "Pääsy \" %s\": ssä havaittuun XML-RPC: hen."
7363
+
7364
+ #: src/lib/src/Tables/Build/BaseBuild.php:49
7365
+ #, fuzzy
7366
+ msgid "No entries to display."
7367
+ msgstr "Näyttöön ei tule merkintöjä."
7368
+
7369
+ #: src/lib/src/Tables/Build/Ip.php:50 src/lib/src/Tables/Build/Sessions.php:68
7370
+ #: src/lib/src/Tables/Build/Traffic.php:85
7371
+ #: src/lib/src/Tables/Build/Traffic.php:109
7372
+ msgid "No"
7373
+ msgstr "Ei"
7374
+
7375
+ #: src/lib/src/Tables/Build/ScanApc.php:32
7376
+ msgid "Abandoned"
7377
+ msgstr "Hylätty"
7378
+
7379
+ #: src/lib/src/Tables/Build/Traffic.php:118 src/processors/hack_protect.php:279
7380
+ #: src/processors/hack_protect.php:287 src/processors/hack_protect.php:288
7381
+ #: src/processors/hack_protect.php:307 src/processors/hack_protect.php:308
7382
+ #: src/processors/hack_protect.php:328 src/processors/hack_protect.php:336
7383
+ #: src/processors/hack_protect.php:337 src/processors/hack_protect.php:338
7384
+ msgid "unknown"
7385
+ msgstr "tuntematon"
7386
+
7387
+ #: src/lib/src/Tables/Build/Traffic.php:127 src/processors/firewall.php:253
7388
+ msgid "Unknown"
7389
+ msgstr "Tuntematon"
7390
+
7391
+ #: src/lib/src/Tables/Build/Traffic.php:141
7392
+ msgid "Logged-In"
7393
+ msgstr "Kirjautunut"
7394
+
7395
+ #: src/lib/src/Tables/Build/Traffic.php:142
7396
+ msgid "Location"
7397
+ msgstr "Sijainti"
7398
+
7399
+ #: src/lib/src/Tables/Build/Traffic.php:143
7400
+ #, fuzzy
7401
+ msgid "User Agent"
7402
+ msgstr "Käyttäjä agentti"
7403
+
7404
+ #: src/lib/src/Tables/Build/Traffic.php:148
7405
+ msgid "Response"
7406
+ msgstr "Vastaus"
7407
+
7408
+ #: src/lib/src/Tables/Build/Traffic.php:149
7409
+ msgid "Transgression"
7410
+ msgstr "Rikkomus"
7411
+
7412
+ #: src/lib/src/Tables/Render/AuditTrail.php:13
7413
+ #, fuzzy
7414
+ msgid "Whitelist Param"
7415
+ msgstr "Valkoinen luettelo"
7416
+
7417
+ #: src/lib/src/Tables/Render/AuditTrail.php:19
7418
+ #, fuzzy
7419
+ msgid "Add Parameter To Whitelist"
7420
+ msgstr "Lisää parametri valkoiseen luetteloon"
7421
+
7422
+ #: src/lib/src/Tables/Render/Base.php:41
7423
+ msgid "Refresh"
7424
+ msgstr "Virkistä"
7425
+
7426
+ #: src/lib/src/Tables/Render/Base.php:203
7427
+ msgid "Delete"
7428
+ msgstr "Poista"
7429
+
7430
+ #: src/lib/src/Tables/Render/Base.php:215
7431
+ msgid "Repair"
7432
+ msgstr "Korjaus"
7433
+
7434
+ #: src/lib/src/Tables/Render/Base.php:227
7435
+ #, fuzzy
7436
+ msgid "Ignore"
7437
+ msgstr "Jätä huomiotta: %s"
7438
+
7439
+ #: src/lib/src/Tables/Render/IpBlack.php:13
7440
+ msgid "Blocked"
7441
+ msgstr "Estetty"
7442
+
7443
+ #: src/lib/src/Tables/Render/IpBlack.php:15
7444
+ #, fuzzy
7445
+ msgid "Last Transgression"
7446
+ msgstr "Viimeinen rikkominen"
7447
+
7448
+ #: src/lib/src/Tables/Render/ScanBase.php:34
7449
+ msgid "Download"
7450
+ msgstr "Lataa"
7451
+
7452
+ #: src/lib/src/Tables/Render/ScanWpv.php:21
7453
+ #, fuzzy
7454
+ msgid "Apply Update"
7455
+ msgstr "Hyväksy päivitys"
7456
+
7457
+ #: src/lib/src/Tables/Render/ScanWpv.php:21
7458
+ msgid "No Update Available"
7459
+ msgstr "Ei päivitystä saatavilla"
7460
+
7461
+ #: src/lib/src/Tables/Render/ScanWpv.php:31
7462
+ msgid "Deactivate"
7463
+ msgstr "Poista käytöstä"
7464
+
7465
+ #: src/lib/src/Tables/Render/Sessions.php:16
7466
+ #: src/lib/src/Tables/Render/Sessions.php:25
7467
+ msgid "Discard"
7468
+ msgstr "Hylätä"
7469
+
7470
+ #: src/processors/admin_access_restriction.php:289
7471
+ #: src/processors/admin_access_restriction.php:328
7472
+ #, php-format
7473
+ msgid "%s Security Restrictions Applied"
7474
+ msgstr "%s turvallisuusrajoitusta otettu käyttöön"
7475
+
7476
+ #: src/processors/admin_access_restriction.php:290
7477
+ msgid ""
7478
+ "Altering certain options has been restricted by your WordPress security "
7479
+ "administrator."
7480
+ msgstr ""
7481
+ "WordPress'n Tietoturvapäällikkö on rajoittanut WodPress'iä muuttamalla "
7482
+ "tiettyjä valintoja."
7483
+
7484
+ #: src/processors/admin_access_restriction.php:291
7485
+ msgid ""
7486
+ "Repeated failed attempts to authenticate will probably lock you out of this "
7487
+ "site."
7488
+ msgstr ""
7489
+ "Toistuvat epäonistuneet tunnistautumisyritykset ovat luultavasti lukinneet "
7490
+ "sinut ulos tältä sivustolta."
7491
+
7492
+ #: src/processors/admin_access_restriction.php:297
7493
+ msgid "Admin Access Login"
7494
+ msgstr "Turvallisuushallinnan kirjautuminen"
7495
+
7496
+ #: src/processors/admin_access_restriction.php:298
7497
+ #: src/processors/admin_access_restriction.php:338
7498
+ #, php-format
7499
+ msgid "Go here to manage settings and authenticate with the %s plugin."
7500
+ msgstr ""
7501
+ "Siirry tänne hallitaksesi asetuksia ja tunnistautuaksesi %s-lisäosalla."
7502
+
7503
+ #: src/processors/admin_access_restriction.php:329
7504
+ msgid ""
7505
+ "Editing existing administrators, promoting existing users to the "
7506
+ "administrator role, or deleting administrator users is currently restricted."
7507
+ msgstr ""
7508
+ "Olemassaolevien ylläpitäjien tietojen, olemassaolevien käyttäjien "
7509
+ "kohottaminen ylläpitäjiksi tai ylläpitäjäkäyttäjien poistaminen on tällä "
7510
+ "hetkellä rajoitettu."
7511
+
7512
+ #: src/processors/admin_access_restriction.php:330
7513
+ msgid ""
7514
+ "Please authenticate with the Security Admin system before attempting any "
7515
+ "administrator user modifications."
7516
+ msgstr ""
7517
+ "Ole hyvä ja tunnistaudu Turvallisuushallintajärjestelmään ennen kuin yrität "
7518
+ "mitään ylläpitäjäkäyttäjien muokkauksia."
7519
+
7520
+ #: src/processors/admin_access_restriction.php:331
7521
+ msgid "Unlock Now"
7522
+ msgstr "Poista lukitus nyt"
7523
+
7524
+ #: src/processors/admin_access_restriction.php:337
7525
+ #: src/processors/admin_access_restriction.php:564
7526
+ msgid "Security Admin Login"
7527
+ msgstr "Turvallisuushallinnan kirjautuminen"
7528
+
7529
+ #: src/processors/admin_access_restriction.php:539
7530
+ #: src/processors/hackprotect_scan_ptg.php:177 src/processors/plugin.php:158
7531
+ msgid "Editing this option is currently restricted."
7532
+ msgstr "Tämän valinnan muokkaus on tällä hetkellä rajoitettu."
7533
+
7534
+ #: src/processors/admin_access_restriction.php:559
7535
+ msgid "Unlock"
7536
+ msgstr "Poista lukitus"
7537
+
7538
+ #: src/processors/audit_trail_emails.php:29
7539
+ #, php-format
7540
+ msgid "There was an attempt to send an email using the \"%s\" function."
7541
+ msgstr "Yritettiin lähettää sähköpostia käyttämällä \"%s\"-funktiota."
7542
+
7543
+ #: src/processors/audit_trail_emails.php:30
7544
+ #, php-format
7545
+ msgid "It was sent to \"%s\" with the subject \"%s\"."
7546
+ msgstr "Se lähetettiin osoitteella \"%s\" ja aihe oli \"%s\"."
7547
+
7548
+ #: src/processors/audit_trail_emails.php:52
7549
+ #, fuzzy, php-format
7550
+ msgid "The \"%s\" function was called from the file \"%s\" on line %s."
7551
+ msgstr "\" %s\" -toiminto kutsuttiin tiedostosta \" %s\" rivillä %s."
7552
+
7553
+ #: src/processors/audit_trail_emails.php:60
7554
+ #, fuzzy, php-format
7555
+ msgid "Attempting to log email, but data was not of the correct type (%s)"
7556
+ msgstr ""
7557
+ "Yritetään kirjautua sähköpostiosoitteeseen, mutta tiedot eivät olleet oikean "
7558
+ "tyyppisiä ( %s)"
7559
+
7560
+ #: src/processors/audit_trail_plugins.php:22
7561
+ #, php-format
7562
+ msgid "Plugin \"%s\" was activated."
7563
+ msgstr "Plugini \"%s\" otettiin käyttöön."
7564
+
7565
+ #: src/processors/audit_trail_plugins.php:35
7566
+ #, php-format
7567
+ msgid "Plugin \"%s\" was deactivated."
7568
+ msgstr "Plugini \"%s\" poistettiin käytöstä."
7569
+
7570
+ #: src/processors/audit_trail_plugins.php:53
7571
+ #, php-format
7572
+ msgid ""
7573
+ "An attempt was made to edit the plugin file \"%s\" directly through the "
7574
+ "WordPress editor."
7575
+ msgstr ""
7576
+ "Tehtiin yritys muokata plugin-tiedostoa \"%s\" suoraan WordPress-editorilla."
7577
+
7578
+ #: src/processors/audit_trail_posts.php:20
7579
+ #, php-format
7580
+ msgid "WordPress Post entitled \"%s\" was permanently deleted from trash."
7581
+ msgstr "WordPress-artikkeli \"%s\" poistettiin pysyvästi roskakorista."
7582
+
7583
+ #: src/processors/audit_trail_posts.php:39
7584
+ msgid "moved to trash"
7585
+ msgstr "siirrettiin roskiin"
7586
+
7587
+ #: src/processors/audit_trail_posts.php:43
7588
+ msgid "recovered from trash"
7589
+ msgstr "palautettiin roskista"
7590
+
7591
+ #: src/processors/audit_trail_posts.php:49
7592
+ #: src/processors/audit_trail_posts.php:62
7593
+ msgid "updated"
7594
+ msgstr "päivitettiin"
7595
+
7596
+ #: src/processors/audit_trail_posts.php:53
7597
+ msgid "published"
7598
+ msgstr "julkaistu"
7599
+
7600
+ #: src/processors/audit_trail_posts.php:58
7601
+ msgid "unpublished"
7602
+ msgstr "poistettiin julkaisu"
7603
+
7604
+ #: src/processors/audit_trail_posts.php:66
7605
+ #, php-format
7606
+ msgid "Post entitled \"%s\" was %s."
7607
+ msgstr "Artikkeli \"%s\" %s."
7608
+
7609
+ #: src/processors/audit_trail_posts.php:67
7610
+ msgid "Post Type"
7611
+ msgstr "Artikkelityyppi"
7612
+
7613
+ #: src/processors/audit_trail_themes.php:19
7614
+ #, php-format
7615
+ msgid "Theme \"%s\" was activated."
7616
+ msgstr "Teema \"%s\" aktivoitiin."
7617
+
7618
+ #: src/processors/audit_trail_themes.php:35
7619
+ #, php-format
7620
+ msgid ""
7621
+ "An attempt was made to edit the theme file \"%s\" directly through the "
7622
+ "WordPress editor."
7623
+ msgstr ""
7624
+ "Tehtiin yritys muokata teema-tiedostoa \"%s\" suoraan WordPress-editorilla."
7625
+
7626
+ #: src/processors/audit_trail_users.php:19
7627
+ #, php-format
7628
+ msgid "Attempted user login by \"%s\" was successful."
7629
+ msgstr "\"%s\":n kirjautumisyritys onnistui."
7630
+
7631
+ #: src/processors/audit_trail_users.php:33
7632
+ msgid "New WordPress user registered."
7633
+ msgstr "Uusi WordPress-käyttäjä rekisteröitiin."
7634
+
7635
+ #: src/processors/audit_trail_users.php:35
7636
+ #, php-format
7637
+ msgid "New username is \"%s\" with email address \"%s\"."
7638
+ msgstr "Uusi käyttäjänimi on \"%s\" ja sähköpostiosoite on \"%s\"."
7639
+
7640
+ #: src/processors/audit_trail_users.php:49
7641
+ msgid "WordPress user deleted."
7642
+ msgstr "WordPress-käyttäjä poistettiin."
7643
+
7644
+ #: src/processors/audit_trail_users.php:53
7645
+ #, fuzzy
7646
+ msgid "User is unknown as it could not be loaded."
7647
+ msgstr "Käyttäjä ei ole tiedossa, koska sitä ei voitu ladata."
7648
+
7649
+ #: src/processors/audit_trail_users.php:56
7650
+ #, php-format
7651
+ msgid "Username was \"%s\" with email address \"%s\"."
7652
+ msgstr "Käyttäjänimi oli \"%s\" ja sähköpostiosoite oli \"%s\"."
7653
+
7654
+ #: src/processors/audit_trail_users.php:63
7655
+ msgid "Their posts were not reassigned to another user."
7656
+ msgstr "Heidän kirjoituksiaan EI ohjattu toiselle käyttäjälle."
7657
+
7658
+ #: src/processors/audit_trail_users.php:66
7659
+ #, php-format
7660
+ msgid "Their posts were reassigned to user \"%s\"."
7661
+ msgstr "Heidän kirjoituksensa ohjattiin käyttäjälle \"%s\"."
7662
+
7663
+ #: src/processors/audit_trail_wordpress.php:18
7664
+ #, php-format
7665
+ msgid "WordPress Core was updated from \"v%s\" to \"v%s\"."
7666
+ msgstr "WordPressin ydin päivitettiin versiosta \"v%s\" versioon \"v%s\"."
7667
+
7668
+ #: src/processors/audit_trail_wordpress.php:28
7669
+ #, php-format
7670
+ msgid "WordPress Permalinks Structure was updated from \"%s\" to \"%s\"."
7671
+ msgstr ""
7672
+ "WordPress-permalinkkirakenne päivitettiin arvosta \"%s\" arvoon \"%s\"."
7673
+
7674
+ #: src/processors/autoupdates.php:486
7675
+ #, php-format
7676
+ msgid ""
7677
+ "This is a quick notification from the %s that WordPress Automatic Updates "
7678
+ "just completed on your site with the following results."
7679
+ msgstr ""
7680
+ "Tämä on pikainen ilmoitus (%s) siitä, että WordPress'n automaattiset "
7681
+ "päivitykset on suoritettu sivustollasi seuraavin tuloksin."
7682
+
7683
+ #: src/processors/autoupdates.php:498
7684
+ msgid "Plugins Updated:"
7685
+ msgstr "Lisäosat päivitetty:"
7686
+
7687
+ #: src/processors/autoupdates.php:506
7688
+ #, fuzzy, php-format
7689
+ msgid "Plugin \"%s\" auto-updated from \"%s\" to version \"%s\""
7690
+ msgstr ""
7691
+ "Plugin \" %s\" päivitetty automaattisesti \" %s\" -versiosta \" %s\" -"
7692
+ "versioon"
7693
+
7694
+ #: src/processors/autoupdates.php:523
7695
+ msgid "Themes Updated:"
7696
+ msgstr "Teemat päivitetty:"
7697
+
7698
+ #: src/processors/autoupdates.php:531
7699
+ #, fuzzy, php-format
7700
+ msgid "Theme \"%s\" auto-updated from \"%s\" to version \"%s\""
7701
+ msgstr "Teema \" %s\" päivitetään automaattisesti \" %s\" -versiosta \" %s\""
7702
+
7703
+ #: src/processors/autoupdates.php:546
7704
+ msgid "WordPress Core Updated:"
7705
+ msgstr "WordPress ydin päivitetty:"
7706
+
7707
+ #: src/processors/autoupdates.php:565
7708
+ msgid "Thank you."
7709
+ msgstr "Kiitoksia."
7710
+
7711
+ #: src/processors/autoupdates.php:567
7712
+ #: src/processors/loginprotect_intentprovider_backup.php:177
7713
+ #, php-format
7714
+ msgid "Notice: %s"
7715
+ msgstr "Ilmoitus: %s"
7716
+
7717
+ #: src/processors/autoupdates.php:567
7718
+ msgid "Automatic Updates Completed"
7719
+ msgstr "Automaattiset päivitykset suoritettu"
7720
+
7721
+ #: src/processors/autoupdates.php:589
7722
+ msgid ""
7723
+ "Automatic updates for this plugin is controlled by another plugin or setting."
7724
+ msgstr ""
7725
+ "Tämän lisäosan automaattisia päivityksiä kontrolloi toinen lisäosa tai "
7726
+ "asetus."
7727
+
7728
+ #: src/processors/base_commentsfilter.php:88
7729
+ #: src/processors/commentsfilter_antibotspam.php:360
7730
+ #, php-format
7731
+ msgid "%s plugin marked this comment as \"%s\"."
7732
+ msgstr "%s lisäosa merkitsi tämän kommentin \"%s\"."
7733
+
7734
+ #: src/processors/base_commentsfilter.php:88
7735
+ #: src/processors/commentsfilter_antibotspam.php:360
7736
+ #, php-format
7737
+ msgid "Reason: %s"
7738
+ msgstr "Syy: %s"
7739
+
7740
+ #: src/processors/base_plugin.php:64
7741
+ msgid "I'd rather not show this support"
7742
+ msgstr "En halua näyttää tätä tukea"
7743
+
7744
+ #: src/processors/base_plugin.php:64
7745
+ msgid "I've done this already"
7746
+ msgstr "Olen jo tehnyt tämän"
7747
+
7748
+ #: src/processors/base_plugin.php:86
7749
+ msgid "I don't need the setup wizard just now"
7750
+ msgstr "En tarvitse asetusvelhoa juuri nyt"
7751
+
7752
+ #: src/processors/base_plugin.php:87
7753
+ #, php-format
7754
+ msgid "Get started quickly with the %s Setup Wizard"
7755
+ msgstr "Aloita nopeasti käyttämällä %s asetusvelhoa"
7756
+
7757
+ #: src/processors/base_plugin.php:88
7758
+ #, php-format
7759
+ msgid ""
7760
+ "The welcome wizard will help you get setup quickly and become familiar with "
7761
+ "some of the core %s features"
7762
+ msgstr ""
7763
+ "Tervetulovelho auttaa sinua asetusten nopeassa tekemisessä ja tutustumaan "
7764
+ "joihinkin ytimen %s ominaisuuksiin"
7765
+
7766
+ #: src/processors/base_plugin.php:89
7767
+ #, php-format
7768
+ msgid ""
7769
+ "%s has a helpful setup wizard to walk you through the main features. "
7770
+ "Unfortunately your PHP version is reeeaally old as it needs PHP 5.4+"
7771
+ msgstr ""
7772
+ "%s on helppo asetusvelho, joka auttaa sinut käymään läpi pääominaisuudet. "
7773
+ "Valitettavasti PHP-versiosi on toooooodella vanha, koska velho tarvitsee "
7774
+ "version PHP 5.4+"
7775
+
7776
+ #: src/processors/base_plugin.php:123
7777
+ #, php-format
7778
+ msgid "Update available for the %s plugin."
7779
+ msgstr "%s lisäosalle on saatavilla päivitys."
7780
+
7781
+ #: src/processors/base_plugin.php:125
7782
+ msgid "Please click to update immediately"
7783
+ msgstr "Ole hyvä ja klikkaa päivittääksesi välittömästi"
7784
+
7785
+ #: src/processors/base_plugin.php:126 src/processors/base_plugin.php:150
7786
+ msgid "Dismiss this notice"
7787
+ msgstr "Jätä tämä ilmoitus huomiotta"
7788
+
7789
+ #: src/processors/base_plugin.php:146
7790
+ #, php-format
7791
+ msgid "Can you help translate the %s plugin?"
7792
+ msgstr "Voisitko auttaa kääntämään %s lisäosan omalle kielellesi?"
7793
+
7794
+ #: src/processors/base_plugin.php:148
7795
+ #, php-format
7796
+ msgid "Head over to: %s"
7797
+ msgstr "Suuntaa kohti: %s"
7798
+
7799
+ #: src/processors/base_wpsf.php:89 src/processors/base_wpsf.php:97
7800
+ msgid "Whoops."
7801
+ msgstr "Hupsista."
7802
+
7803
+ #: src/processors/base_wpsf.php:89
7804
+ msgid "Google reCAPTCHA was not submitted."
7805
+ msgstr "Google reCAPTCHA'a ei ole toimitettu."
7806
+
7807
+ #: src/processors/base_wpsf.php:97
7808
+ msgid "Google reCAPTCHA verification failed."
7809
+ msgstr "Google reCAPTCHA tarkistus epäonnistui."
7810
+
7811
+ #: src/processors/base_wpsf.php:99
7812
+ #, fuzzy
7813
+ msgid "Maybe refresh the page and try again."
7814
+ msgstr "Ehkäpä päivitä sivu ja yritä uudelleen."
7815
+
7816
+ #: src/processors/comments_filter.php:84
7817
+ msgid ""
7818
+ "It appears you have Akismet Anti-SPAM running alongside the our human Anti-"
7819
+ "SPAM filter."
7820
+ msgstr ""
7821
+ "Näyttäisi siltä, että sinulla on Akismet Anti-SPAM käynnissä yhdessä meidän "
7822
+ "ihmis Anti-SPAM-suodattimemme kanssa."
7823
+
7824
+ #: src/processors/comments_filter.php:85
7825
+ msgid "This is not recommended and you should disable Akismet."
7826
+ msgstr "Tämä EI OLE suotiteltavaa ja sinun tulisi poistaa AKISMET käytöstä."
7827
+
7828
+ #: src/processors/comments_filter.php:86
7829
+ msgid "Click to deactivate Akismet now."
7830
+ msgstr "Klikkaa ottaaksesi Akismetin pois käytöstä nyt."
7831
+
7832
+ #: src/processors/commentsfilter_antibotspam.php:114
7833
+ #: src/processors/commentsfilter_antibotspam.php:119
7834
+ #: src/processors/commentsfilter_antibotspam.php:124
7835
+ #, php-format
7836
+ msgid "Failed GASP Bot Filter Test (%s)"
7837
+ msgstr "GASP Bot-suodatintesti (%s) epäonnistui"
7838
+
7839
+ #: src/processors/commentsfilter_antibotspam.php:114
7840
+ msgid "checkbox"
7841
+ msgstr "valintaruutu"
7842
+
7843
+ #: src/processors/commentsfilter_antibotspam.php:119
7844
+ msgid "honeypot"
7845
+ msgstr "hunajapurkki"
7846
+
7847
+ #: src/processors/commentsfilter_antibotspam.php:124
7848
+ msgid "comment token failure"
7849
+ msgstr "kommentin token-virhe"
7850
+
7851
+ #: src/processors/commentsfilter_humanspam.php:73
7852
+ #, php-format
7853
+ msgid "Human SPAM filter found \"%s\" in \"%s\""
7854
+ msgstr "Inhimillsen roskapostin suodatin löysi \"%s\" kohteesta \"%s\""
7855
+
7856
+ #: src/processors/email.php:57
7857
+ msgid "Hi !"
7858
+ msgstr "Hei!"
7859
+
7860
+ #: src/processors/email.php:68
7861
+ #, php-format
7862
+ msgid "Email sent from the %s Plugin v%s, on %s."
7863
+ msgstr "Sähköposti lähetetty %s lisäosalta %s v%s."
7864
+
7865
+ #: src/processors/email.php:73
7866
+ msgid "Note: Email delays are caused by website hosting and email providers."
7867
+ msgstr ""
7868
+ "Ilmoitus: Sähköpostiviiveet johtuvat sivuston palvelimesta tai "
7869
+ "sähköpostipalvelun tarjoajista."
7870
+
7871
+ #: src/processors/email.php:74
7872
+ #, php-format
7873
+ msgid "Time Sent: %s"
7874
+ msgstr "Lähetysaika: %s"
7875
+
7876
+ #: src/processors/firewall.php:59
7877
+ #, php-format
7878
+ msgid "Skipping firewall checking for this visit: %s."
7879
+ msgstr "Ohitetaan palomuuritarkastus tälle vierailulle: %s."
7880
+
7881
+ #: src/processors/firewall.php:59
7882
+ msgid "Parsing the URI failed"
7883
+ msgstr "URL-osoitteen jäsentäminen epäonnistui"
7884
+
7885
+ #: src/processors/firewall.php:136 src/processors/firewall.php:192
7886
+ #, php-format
7887
+ msgid "Firewall Trigger: %s."
7888
+ msgstr "Palomuuriliipaisin: %s."
7889
+
7890
+ #: src/processors/firewall.php:136 src/processors/firewall.php:450
7891
+ msgid "EXE File Uploads"
7892
+ msgstr "EXE-tiedostojen lataus"
7893
+
7894
+ #: src/processors/firewall.php:189
7895
+ msgid "Something in the URL, Form or Cookie data wasn't appropriate."
7896
+ msgstr ""
7897
+ "Jokin asia URL-osoitteessa, lomakkeella tai evästeessä ei ollut sopiva."
7898
+
7899
+ #: src/processors/firewall.php:193
7900
+ msgid "Page parameter failed firewall check."
7901
+ msgstr "Sivuston parametrit eivät läpäisseet palomuuritarkastusta."
7902
+
7903
+ #: src/processors/firewall.php:194
7904
+ #, php-format
7905
+ msgid "The offending parameter was \"%s\" with a value of \"%s\"."
7906
+ msgstr "Haittaa tuottava parametri oli \"%s\" ja sen arvo \"%s\"."
7907
+
7908
+ #: src/processors/firewall.php:241
7909
+ msgid "Visitor connection was killed with wp_die()"
7910
+ msgstr "Vierailijan yhteys katkaistiin [wp_die()]"
7911
+
7912
+ #: src/processors/firewall.php:244
7913
+ msgid "Visitor connection was killed with wp_die() and a message"
7914
+ msgstr "Vierailija yhteys lopetettiin komennolla wp_die() ja viestillä"
7915
+
7916
+ #: src/processors/firewall.php:247
7917
+ msgid "Visitor was sent HOME"
7918
+ msgstr "Vierailija lähetettiin Aloitussivulle"
7919
+
7920
+ #: src/processors/firewall.php:250
7921
+ msgid "Visitor was sent 404"
7922
+ msgstr "Vierailija lähetettiin sivulle 404"
7923
+
7924
+ #: src/processors/firewall.php:261
7925
+ #, php-format
7926
+ msgid "Successfully sent Firewall Block email alert to: %s"
7927
+ msgstr "Palomuurin eston sähköpostin lähetys onnistui osoitteeseen: %s"
7928
+
7929
+ #: src/processors/firewall.php:264
7930
+ #, php-format
7931
+ msgid "Failed to send Firewall Block email alert to: %s"
7932
+ msgstr ""
7933
+ "Palomuurin eston sähköpostiviestin lähetys osoitteeseen :%s epäonnistui"
7934
+
7935
+ #: src/processors/firewall.php:270
7936
+ #, php-format
7937
+ msgid "Firewall Block Response: %s."
7938
+ msgstr "Palomuurin estoreaktio: %s."
7939
+
7940
+ #: src/processors/firewall.php:408
7941
+ #, php-format
7942
+ msgid "%s has blocked a page visit to your site."
7943
+ msgstr "%s on estänyt sivuvierailun sivustollesi."
7944
+
7945
+ #: src/processors/firewall.php:410
7946
+ msgid "Log details for this visitor are below:"
7947
+ msgstr "Vierailijan lokitiedot ovat alla:"
7948
+
7949
+ #: src/processors/firewall.php:421
7950
+ #, php-format
7951
+ msgid "You can look up the offending IP Address here: %s"
7952
+ msgstr "Voit katsoa haittaa tuottavaa IP-osoitetta täältä: %s"
7953
+
7954
+ #: src/processors/firewall.php:426
7955
+ msgid "Firewall Block Alert"
7956
+ msgstr "Palomuurin estohälytys"
7957
+
7958
+ #: src/processors/firewall.php:438
7959
+ msgid "Directory Traversal"
7960
+ msgstr "Hakemistovierailu"
7961
+
7962
+ #: src/processors/firewall.php:453
7963
+ msgid "Leading Schema"
7964
+ msgstr "Johtava malli"
7965
+
7966
+ #: src/processors/firewall.php:459
7967
+ msgid "Aggressive Rules"
7968
+ msgstr "Agressiiviset säännöt"
7969
+
7970
+ #: src/processors/firewall.php:462
7971
+ msgid "Unknown Rules"
7972
+ msgstr "Tuntemattomat säännöt"
7973
+
7974
+ #: src/processors/hack_protect.php:61
7975
+ #, php-format
7976
+ msgid "%s escaped HTML the following comment due to its size: %s"
7977
+ msgstr ""
7978
+ "%s jätti huomiotta HTML:n seuraavassa kommentissa sen koosta johtuen: %s"
7979
+
7980
+ #: src/processors/hack_protect.php:121
7981
+ #, fuzzy
7982
+ msgid "Sorry, this scan is not available."
7983
+ msgstr "Tämä skannaus ei ole käytettävissä."
7984
+
7985
+ #: src/processors/hack_protect.php:122
7986
+ #, fuzzy
7987
+ msgid "This scan is not currently enabled."
7988
+ msgstr "Tämä skannaus ei ole tällä hetkellä käytössä."
7989
+
7990
+ #: src/processors/hack_protect.php:123
7991
+ #, fuzzy
7992
+ msgid "Please turn on this scan in the options."
7993
+ msgstr "Ota tämä skannaus käyttöön valinnoissa."
7994
+
7995
+ #: src/processors/hack_protect.php:140 src/processors/hack_protect.php:162
7996
+ #: src/processors/hack_protect.php:184 src/processors/hack_protect.php:228
7997
+ #: src/processors/hack_protect.php:373
7998
+ #, fuzzy, php-format
7999
+ msgid "Last Scan: %s"
8000
+ msgstr "Viimeisin skannaus: %s"
8001
+
8002
+ #: src/processors/hack_protect.php:146
8003
+ #, fuzzy
8004
+ msgid "Abandoned Plugins Check"
8005
+ msgstr "Hylätyt plugins-tarkistukset"
8006
+
8007
+ #: src/processors/hack_protect.php:147
8008
+ #, fuzzy
8009
+ msgid "Discover abandoned plugins"
8010
+ msgstr "Tutustu hylättyihin laajennuksiin"
8011
+
8012
+ #: src/processors/hack_protect.php:168
8013
+ #, fuzzy
8014
+ msgid "WordPress Core File Integrity"
8015
+ msgstr "WordPress Core File Integrity"
8016
+
8017
+ #: src/processors/hack_protect.php:169
8018
+ #, fuzzy
8019
+ msgid "Detects changes to core WordPress files"
8020
+ msgstr "Tunnistaa WordPress-tiedostojen muutokset"
8021
+
8022
+ #: src/processors/hack_protect.php:190
8023
+ #, fuzzy
8024
+ msgid "Unrecognised Core Files"
8025
+ msgstr "Tunnistamattomat ydintiedostot"
8026
+
8027
+ #: src/processors/hack_protect.php:191
8028
+ #, fuzzy
8029
+ msgid "Detects files that maybe shouldn't be there"
8030
+ msgstr "Tunnistaa tiedostot, joita ei ehkä pitäisi olla siellä"
8031
+
8032
+ #: src/processors/hack_protect.php:234
8033
+ #, fuzzy
8034
+ msgid "Plugin / Theme Vulnerabilities"
8035
+ msgstr "Plugin / Teeman haavoittuvuudet"
8036
+
8037
+ #: src/processors/hack_protect.php:235
8038
+ #, fuzzy
8039
+ msgid "Alerts on known security vulnerabilities"
8040
+ msgstr "Hälytykset tunnetuista suojausongelmista"
8041
+
8042
+ #: src/processors/hack_protect.php:311
8043
+ #: src/processors/hackprotect_scan_apc.php:113
8044
+ #: src/processors/hackprotect_scan_wpv.php:250
8045
+ #, fuzzy
8046
+ msgid "Plugin"
8047
+ msgstr "Poista KAIKKI pluginin asetukset kun plugin otetaan pois käytöstä"
8048
+
8049
+ #: src/processors/hack_protect.php:353
8050
+ #: src/processors/hackprotect_scan_apc.php:116
8051
+ #: src/processors/hackprotect_scan_wpv.php:253
8052
+ #, fuzzy
8053
+ msgid "Theme"
8054
+ msgstr "Rajoita pääsyoikeutta WordPress'n teematoimintoihin"
8055
+
8056
+ #: src/processors/hack_protect.php:380
8057
+ #, fuzzy
8058
+ msgid "Plugin / Theme Modifications"
8059
+ msgstr "Plugin / Teeman muokkaukset"
8060
+
8061
+ #: src/processors/hack_protect.php:381
8062
+ #, fuzzy
8063
+ msgid "Detects unauthorized changes to plugins/themes"
8064
+ msgstr "Tunnistaa pluginien / teemojen luvattomia muutoksia"
8065
+
8066
+ #: src/processors/hack_protect.php:382
8067
+ #, fuzzy
8068
+ msgid "Files with problems"
8069
+ msgstr "Tiedostot, joissa on ongelmia"
8070
+
8071
+ #: src/processors/hack_protect.php:383
8072
+ #, fuzzy
8073
+ msgid "Root directory"
8074
+ msgstr "Juurihakemisto"
8075
+
8076
+ #: src/processors/hack_protect.php:384
8077
+ #, fuzzy
8078
+ msgid "Snapshot taken"
8079
+ msgstr "Yksittäiskuva otettu"
8080
+
8081
+ #: src/processors/hack_protect.php:385
8082
+ msgid "Re-Install"
8083
+ msgstr "Asentaa uudelleen"
8084
+
8085
+ #: src/processors/hack_protect.php:386
8086
+ #, fuzzy
8087
+ msgid "Deactivate and Ignore"
8088
+ msgstr "Poista käytöstä ja ohita"
8089
+
8090
+ #: src/processors/hack_protect.php:387
8091
+ msgid "Accept"
8092
+ msgstr "Hyväksy"
8093
+
8094
+ #: src/processors/hack_protect.php:388
8095
+ msgid "Upgrade"
8096
+ msgstr "Päivitä"
8097
+
8098
+ #: src/processors/hackprotect_scan_apc.php:102
8099
+ #, fuzzy, php-format
8100
+ msgid "%s has detected abandoned plugins installed on your site."
8101
+ msgstr "%s on havainnut sivustollesi asennetut hylätyt laajennukset."
8102
+
8103
+ #: src/processors/hackprotect_scan_apc.php:103
8104
+ #, fuzzy
8105
+ msgid ""
8106
+ "Running code that hasn't seen any updates for over 2 years is far from ideal."
8107
+ msgstr ""
8108
+ "Juoksukoodi, joka ei ole nähnyt päivityksiä yli 2 vuotta, ei ole kaukana "
8109
+ "ihanteellisesta."
8110
+
8111
+ #: src/processors/hackprotect_scan_apc.php:104
8112
+ #: src/processors/hackprotect_scan_wpv.php:241
8113
+ #, fuzzy
8114
+ msgid "Details for the items(s) are below:"
8115
+ msgstr "Tiedot kohteista ovat seuraavat:"
8116
+
8117
+ #: src/processors/hackprotect_scan_apc.php:120
8118
+ #: src/processors/hackprotect_scan_wpv.php:258
8119
+ msgid "Item"
8120
+ msgstr "Kohde"
8121
+
8122
+ #: src/processors/hackprotect_scan_apc.php:121
8123
+ #, fuzzy, php-format
8124
+ msgid "Last Updated: %s"
8125
+ msgstr "Viimeksi päivitetty: %s"
8126
+
8127
+ #: src/processors/hackprotect_scan_apc.php:129
8128
+ #, fuzzy
8129
+ msgid "Abandoned Plugin(s) Discovered On Your Site."
8130
+ msgstr "Hylätyt laajennukset, jotka on löydetty sivustossasi."
8131
+
8132
+ #: src/processors/hackprotect_scan_apc.php:135
8133
+ #, fuzzy, php-format
8134
+ msgid "Successfully sent Abandoned Plugins Notification email alert to: %s"
8135
+ msgstr ""
8136
+ "Hylätyt laajennukset -ilmoitusilmoitus lähetettiin onnistuneesti "
8137
+ "osoitteeseen: %s"
8138
+
8139
+ #: src/processors/hackprotect_scan_apc.php:138
8140
+ #, fuzzy, php-format
8141
+ msgid "Failed to send Abandoned Plugins Notification email alert to: %s"
8142
+ msgstr ""
8143
+ "Hylättyjen lisäosien ilmoituksen sähköpostihälytyksen lähettäminen "
8144
+ "epäonnistui osoitteeseen: %s"
8145
+
8146
+ #: src/processors/hackprotect_scan_base.php:417
8147
+ msgid "Run Scanner"
8148
+ msgstr "Suorita skannaus"
8149
+
8150
+ #: src/processors/hackprotect_scan_mal.php:123
8151
+ #: src/processors/hackprotect_scan_wcf.php:130
8152
+ msgid "Modified Core WordPress Files Discovered"
8153
+ msgstr "WordPress-ytimen muokattuja tiedostoja löytyi"
8154
+
8155
+ #: src/processors/hackprotect_scan_mal.php:128
8156
+ #: src/processors/hackprotect_scan_wcf.php:135
8157
+ #, php-format
8158
+ msgid "Sent Checksum Scan Notification email alert to: %s"
8159
+ msgstr "Lähetetty tarkastussumman skannausilmoitus osoitteeseen: %s"
8160
+
8161
+ #: src/processors/hackprotect_scan_mal.php:143
8162
+ #: src/processors/hackprotect_scan_wcf.php:150
8163
+ #, php-format
8164
+ msgid "The %s Core File Scanner found files with potential problems."
8165
+ msgstr ""
8166
+ "%s ytimen tiedostoskannaus löysi tiedostoja, joissa on mahdollisia ongelmia."
8167
+
8168
+ #: src/processors/hackprotect_scan_mal.php:144
8169
+ #: src/processors/hackprotect_scan_ptg.php:597
8170
+ #: src/processors/hackprotect_scan_ufc.php:156
8171
+ #: src/processors/hackprotect_scan_wcf.php:151
8172
+ #: src/processors/user_management.php:197
8173
+ #: src/processors/user_management.php:226
8174
+ msgid "Site URL"
8175
+ msgstr "Sivuston URL-osoite"
8176
+
8177
+ #: src/processors/hackprotect_scan_mal.php:152
8178
+ #: src/processors/hackprotect_scan_wcf.php:159
8179
+ #, php-format
8180
+ msgid "%s has already attempted to repair the files."
8181
+ msgstr "%s on jo yrittänyt korjata tiedostot."
8182
+
8183
+ #: src/processors/hackprotect_scan_mal.php:153
8184
+ #: src/processors/hackprotect_scan_wcf.php:160
8185
+ msgid ""
8186
+ "But, you should always check these files to ensure everything is as you "
8187
+ "expect."
8188
+ msgstr ""
8189
+ "Mutta sinun on hyvä aina tarkastaa nämä tiedostot varmistaaksesi, että "
8190
+ "kaikki on niinkuin odotatkin sen olevan."
8191
+
8192
+ #: src/processors/hackprotect_scan_mal.php:156
8193
+ #: src/processors/hackprotect_scan_wcf.php:163
8194
+ msgid ""
8195
+ "You should review these files and replace them with official versions if "
8196
+ "required."
8197
+ msgstr ""
8198
+ "Sinun tulisi tarkastaa nämä tiedostot ja korvata ne virallisilla versioilla "
8199
+ "tarvittaessa."
8200
+
8201
+ #: src/processors/hackprotect_scan_mal.php:157
8202
+ #: src/processors/hackprotect_scan_wcf.php:164
8203
+ msgid ""
8204
+ "Alternatively you can have the plugin attempt to repair/replace these files "
8205
+ "automatically."
8206
+ msgstr ""
8207
+ "Vaihtoehtoisesti voit antaa lisäosan yrittää korjata/korvata nämä tiedostot "
8208
+ "automaattisesti."
8209
+
8210
+ #: src/processors/hackprotect_scan_mal.php:163
8211
+ #: src/processors/hackprotect_scan_ufc.php:172
8212
+ #: src/processors/hackprotect_scan_wcf.php:170
8213
+ #, fuzzy
8214
+ msgid "We recommend you run the scanner to review your site"
8215
+ msgstr "Suosittelemme, että käytät skanneria tarkistamaan sivustosi"
8216
+
8217
+ #: src/processors/hackprotect_scan_mal.php:168
8218
+ #: src/processors/hackprotect_scan_ufc.php:177
8219
+ #: src/processors/hackprotect_scan_wcf.php:175
8220
+ msgid "More Info On This Scanner"
8221
+ msgstr "Lisätietoa tästä skannerista"
8222
+
8223
+ #: src/processors/hackprotect_scan_mal.php:180
8224
+ #, fuzzy
8225
+ msgid "The following files contain suspected malware:"
8226
+ msgstr "Seuraavat tiedostot sisältävät epäiltyjä haittaohjelmia:"
8227
+
8228
+ #: src/processors/hackprotect_scan_ptg.php:279
8229
+ #: src/processors/hackprotect_scan_ptg.php:311
8230
+ #, fuzzy, php-format
8231
+ msgid "File signatures removed for plugin \"%s\""
8232
+ msgstr "Tiedoston allekirjoitukset poistettiin plugin \" %s\" käytöstä"
8233
+
8234
+ #: src/processors/hackprotect_scan_ptg.php:302
8235
+ #, fuzzy, php-format
8236
+ msgid "File signatures updated for plugin \"%s\""
8237
+ msgstr "Tiedoston allekirjoitukset päivitetty plugin \" %s\""
8238
+
8239
+ #: src/processors/hackprotect_scan_ptg.php:328
8240
+ #, fuzzy, php-format
8241
+ msgid "File signatures updated for theme \"%s\""
8242
+ msgstr "Tiedoston allekirjoitukset päivitetty aiheelle \" %s\""
8243
+
8244
+ #: src/processors/hackprotect_scan_ptg.php:337
8245
+ #, fuzzy, php-format
8246
+ msgid "File signatures removed for theme \"%s\""
8247
+ msgstr "Tiedoston allekirjoitukset poistettiin aiheesta \" %s\""
8248
+
8249
+ #: src/processors/hackprotect_scan_ptg.php:593
8250
+ #, php-format
8251
+ msgid ""
8252
+ "%s has detected at least 1 Plugins/Themes have been modified on your site."
8253
+ msgstr ""
8254
+ "%s on havainnut ainakin 1 Lisäosan/Teeman olevan muokattu sivustollasi."
8255
+
8256
+ #: src/processors/hackprotect_scan_ptg.php:595
8257
+ msgid ""
8258
+ "You will receive only 1 email notification about these changes in a 1 week "
8259
+ "period."
8260
+ msgstr ""
8261
+ "Saat ainoastaan yhden (1) sähköposti-ilmoituksen näistä muutoksista yhden "
8262
+ "(1) viikon jaksolta."
8263
+
8264
+ #: src/processors/hackprotect_scan_ptg.php:599
8265
+ msgid "Details of the problem items are below:"
8266
+ msgstr "Ongelmakohtien yksityiskohdat on esitetty alla:"
8267
+
8268
+ #: src/processors/hackprotect_scan_ptg.php:604
8269
+ msgid "Modified Plugins:"
8270
+ msgstr "Muokatut Lisäosat:"
8271
+
8272
+ #: src/processors/hackprotect_scan_ptg.php:612
8273
+ msgid "Modified Themes:"
8274
+ msgstr "Muokatut Teemat:"
8275
+
8276
+ #: src/processors/hackprotect_scan_ptg.php:622
8277
+ msgid "Plugins/Themes Have Been Altered"
8278
+ msgstr "Lisäosat/Teemat ovat muuttuneet"
8279
+
8280
+ #: src/processors/hackprotect_scan_ptg.php:627
8281
+ #, php-format
8282
+ msgid "Successfully sent Plugin/Theme Guard email alert to: %s"
8283
+ msgstr ""
8284
+ "Lisäosa/Teemasuoja sähköposti-ilmoituksen lähetys osoitteeseen %s onnistui"
8285
+
8286
+ #: src/processors/hackprotect_scan_ptg.php:630
8287
+ #, php-format
8288
+ msgid "Failed to send Plugin/Theme Guard email alert to: %s"
8289
+ msgstr ""
8290
+ "Lisäosa/Teemasuoja sähköposti-ilmoituksen lähetys osoitteeseen %s EPÄONNISTUI"
8291
+
8292
+ #: src/processors/hackprotect_scan_ufc.php:132
8293
+ msgid "Unrecognised WordPress Files Detected"
8294
+ msgstr "Tunnistamaton WordPress-tiedosto havaittu"
8295
+
8296
+ #: src/processors/hackprotect_scan_ufc.php:137
8297
+ #, php-format
8298
+ msgid "Sent Unrecognised File Scan Notification email alert to: %s"
8299
+ msgstr "Lähetä Tunnistamattoman tiedoston skannausilmoitus osoitteeseen: %s"
8300
+
8301
+ #: src/processors/hackprotect_scan_ufc.php:154
8302
+ #, php-format
8303
+ msgid "The %s Unrecognised File Scanner found files which you need to review."
8304
+ msgstr ""
8305
+ "%s tunnistamattomien tiedostojen skanneri löysi tiedostoja, joita sinun "
8306
+ "pitää tarkastaa."
8307
+
8308
+ #: src/processors/hackprotect_scan_ufc.php:160
8309
+ #, fuzzy
8310
+ msgid "Files discovered"
8311
+ msgstr "Löytyneet tiedostot"
8312
+
8313
+ #: src/processors/hackprotect_scan_ufc.php:167
8314
+ #, php-format
8315
+ msgid "%s has attempted to delete these files based on your current settings."
8316
+ msgstr ""
8317
+ "%s on yrittänyt poistaa nämä tiedostot nykyisten asetustesi perusteella."
8318
+
8319
+ #: src/processors/hackprotect_scan_wcf.php:190
8320
+ #, fuzzy
8321
+ msgid "The following files have different content:"
8322
+ msgstr "Seuraavien tiedostojen sisältö on erilainen:"
8323
+
8324
+ #: src/processors/hackprotect_scan_wcf.php:197
8325
+ #, fuzzy
8326
+ msgid "The following files are missing:"
8327
+ msgstr "Seuraavat tiedostot puuttuvat:"
8328
+
8329
+ #: src/processors/hackprotect_scan_wpv.php:172
8330
+ msgid "Vulnerable"
8331
+ msgstr "Haavoittuva"
8332
+
8333
+ #: src/processors/hackprotect_scan_wpv.php:204
8334
+ #, php-format
8335
+ msgid ""
8336
+ "%s has discovered that the currently installed version of the %s plugin has "
8337
+ "known security vulnerabilities."
8338
+ msgstr ""
8339
+ "%s on havainnut, ettö tällä hetkellä asennettuna oleva versio %s -lisäosasta "
8340
+ "sisältää tunnettuja turvallisuushaavoittuvuuksia."
8341
+
8342
+ #: src/processors/hackprotect_scan_wpv.php:206
8343
+ msgid "Vulnerability Name"
8344
+ msgstr "Haavoittuvuuden nimi"
8345
+
8346
+ #: src/processors/hackprotect_scan_wpv.php:207
8347
+ msgid "Vulnerability Type"
8348
+ msgstr "Haavoittuvuustyyppi"
8349
+
8350
+ #: src/processors/hackprotect_scan_wpv.php:208
8351
+ msgid "Fixed Versions"
8352
+ msgstr "Korjattu versio"
8353
+
8354
+ #: src/processors/hackprotect_scan_wpv.php:239
8355
+ #, fuzzy, php-format
8356
+ msgid "%s has detected items with known security vulnerabilities."
8357
+ msgstr "%s on havainnut kohteita, joilla on tunnettuja tietoturva-aukkoja."
8358
+
8359
+ #: src/processors/hackprotect_scan_wpv.php:240
8360
+ #, fuzzy
8361
+ msgid "You should update or remove these items at your earliest convenience."
8362
+ msgstr "Sinun pitäisi päivittää tai poistaa nämä kohteet mahdollisimman pian."
8363
+
8364
+ #: src/processors/hackprotect_scan_wpv.php:259
8365
+ #, php-format
8366
+ msgid "Vulnerability Title: %s"
8367
+ msgstr "Haavoittuvuuden otsake: %s"
8368
+
8369
+ #: src/processors/hackprotect_scan_wpv.php:260
8370
+ #, php-format
8371
+ msgid "Vulnerability Type: %s"
8372
+ msgstr "Haavoittuvuustyyppi: %s"
8373
+
8374
+ #: src/processors/hackprotect_scan_wpv.php:261
8375
+ #, php-format
8376
+ msgid "Fixed Version: %s"
8377
+ msgstr "Korjattu versio: %s"
8378
+
8379
+ #: src/processors/hackprotect_scan_wpv.php:262
8380
+ #, php-format
8381
+ msgid "Further Information: %s"
8382
+ msgstr "Lisätietoa: %s"
8383
+
8384
+ #: src/processors/hackprotect_scan_wpv.php:270
8385
+ msgid "Plugin(s) Discovered With Known Security Vulnerabilities."
8386
+ msgstr "Löydetyt lisäosat, joilla on tunnettuja tietoturva-aukkoja."
8387
+
8388
+ #: src/processors/hackprotect_scan_wpv.php:276
8389
+ #, php-format
8390
+ msgid "Successfully sent Plugin Vulnerability Notification email alert to: %s"
8391
+ msgstr ""
8392
+ "Lisäosan tietoturva-aukko ilmoitus lähetettiin sähköpostiosoitteeseen %s "
8393
+ "onnistuneesti"
8394
+
8395
+ #: src/processors/hackprotect_scan_wpv.php:279
8396
+ #, php-format
8397
+ msgid "Failed to send Plugin Vulnerability Notification email alert to: %s"
8398
+ msgstr ""
8399
+ "Lisäosan tietoturvahaavoittuvuusilmoituksen lähetys epäonnistui "
8400
+ "sähköpostiosoitteeseen %s"
8401
+
8402
+ #: src/processors/ips.php:98
8403
+ #, php-format
8404
+ msgid "%s is ignoring you"
8405
+ msgstr "%s ei huomioi sinua"
8406
+
8407
+ #: src/processors/ips.php:100
8408
+ msgid ""
8409
+ "Your IP address is whitelisted and NO features you activate apply to you."
8410
+ msgstr ""
8411
+ "IP-osoitteesi on asetettu hyväksyttyjen listalle eivätkä MITKÄÄN päälle "
8412
+ "laittamasi ominaisuudet koske sinua."
8413
+
8414
+ #: src/processors/ips.php:101
8415
+ msgid "Including the hiding the WP Login page."
8416
+ msgstr "Mukaanlukien WP-kirjautumissivun piilottaminen."
8417
+
8418
+ #: src/processors/ips.php:171
8419
+ #, fuzzy
8420
+ msgid "Visitor found on the Black List and their connection was killed."
8421
+ msgstr "Musta listasta löytynyt kävijä ja heidän yhteytensä tapettiin."
8422
+
8423
+ #: src/processors/ips.php:249
8424
+ #, fuzzy, php-format
8425
+ msgid "You've been blocked by the %s plugin"
8426
+ msgstr "%s -laajennus on estänyt sen"
8427
+
8428
+ #: src/processors/ips.php:256
8429
+ #, fuzzy, php-format
8430
+ msgid "Time remaining on black list: %s"
8431
+ msgstr "Mustalla listalla jäljellä oleva aika: %s"
8432
+
8433
+ #: src/processors/ips.php:257
8434
+ #, php-format
8435
+ msgid "%s minute"
8436
+ msgid_plural "%s minutes"
8437
+ msgstr[0] "%s minuutti"
8438
+ msgstr[1] "%s minuuttia"
8439
+
8440
+ #: src/processors/ips.php:259
8441
+ #, php-format
8442
+ msgid ""
8443
+ "You tripped the security plugin defenses a total of %s times making you a "
8444
+ "suspect."
8445
+ msgstr ""
8446
+ "Olet laukaissut turvallisuuslisäosamme puolustuksen %s kertaa, joten sinut "
8447
+ "tulkitaan uhaksi."
8448
+
8449
+ #: src/processors/ips.php:260
8450
+ #, fuzzy
8451
+ msgid ""
8452
+ "If you believe this to be in error, please contact the site owner and quote "
8453
+ "your IP address below."
8454
+ msgstr ""
8455
+ "Jos uskot tämän olevan virheellinen, ota yhteyttä sivuston omistajaan ja "
8456
+ "anna IP-osoitteesi alla."
8457
+
8458
+ #: src/processors/ips.php:264
8459
+ #, fuzzy
8460
+ msgid "Auto-Unblock Your IP"
8461
+ msgstr "Automaattinen esto IP-osoitteesta"
8462
+
8463
+ #: src/processors/ips.php:265
8464
+ #, fuzzy
8465
+ msgid ""
8466
+ "You can automatically unblock your IP address by clicking the button below."
8467
+ msgstr ""
8468
+ "IP-osoitteesi voidaan avata automaattisesti napsauttamalla alla olevaa "
8469
+ "painiketta."
8470
+
8471
+ #: src/processors/ips.php:266
8472
+ #, fuzzy
8473
+ msgid "Unblock My IP Address"
8474
+ msgstr "Poista IP-osoitteen esto"
8475
+
8476
+ #: src/processors/ips.php:278 src/processors/loginprotect_gasp.php:27
8477
+ msgid "You MUST enable Javascript to be able to login"
8478
+ msgstr "Javascript PITÄÄ olla käytössä, jotta voit kirjautua"
8479
+
8480
+ #: src/processors/ips.php:282 src/processors/loginprotect_gasp.php:31
8481
+ msgid "Loading"
8482
+ msgstr "Ladataan"
8483
+
8484
+ #: src/processors/ips.php:339
8485
+ #, fuzzy, php-format
8486
+ msgid "IP blocked after incrementing transgressions from %s to %s."
8487
+ msgstr "IP estetty, kun olet lisännyt rikkomuksia %s: sta %s: iin."
8488
+
8489
+ #: src/processors/ips.php:347
8490
+ #, php-format
8491
+ msgid "Auto Black List transgression counter was incremented from %s to %s."
8492
+ msgstr ""
8493
+ "Automaattisen mustalle listalle asettamisen rikkomuslaskurin arvoa lisättiin "
8494
+ "arvosta %s arvoon %s."
8495
+
8496
+ #: src/processors/ips.php:508
8497
+ msgid "No Label"
8498
+ msgstr "Ei nimiötä"
8499
+
8500
+ #: src/processors/lockdown.php:95
8501
+ #, php-format
8502
+ msgid ""
8503
+ "The \"author\" query parameter has been blocked by %s to protect against "
8504
+ "user login name fishing."
8505
+ msgstr ""
8506
+ "%s esti \"author\"-hakuparametrin käyttäjänimen \"kalastelua\" estääkseen."
8507
+
8508
+ #: src/processors/lockdown.php:122
8509
+ #, php-format
8510
+ msgid "Anonymous access to the WordPress Rest API has been restricted by %s."
8511
+ msgstr ""
8512
+ "%s on rajoittanut anonyymiä pääsyä WordPress Rest API'in (API = Application "
8513
+ "Programming Interface = Sovellusrajapinta)."
8514
+
8515
+ #: src/processors/login_protect.php:105
8516
+ msgid "Please verify email has been received"
8517
+ msgstr "Ole hyvä ja vahvista saamasi sähköposti"
8518
+
8519
+ #: src/processors/login_protect.php:106
8520
+ msgid ""
8521
+ "Before we can activate email 2-factor authentication, we need you to confirm "
8522
+ "your website can send emails."
8523
+ msgstr ""
8524
+ "Ennen kuin voimme ottaa käyttöön 2-vaiheisen sähköpostivarmennuksen, täytyy "
8525
+ "sinun varmistaa, että sivustosi voi lähettää sähköpostia."
8526
+
8527
+ #: src/processors/login_protect.php:107
8528
+ msgid "Please click the link in the email you received."
8529
+ msgstr "Ole hyvä ja klikkaa linkkiä saamassasi sähköpostissa."
8530
+
8531
+ #: src/processors/login_protect.php:109
8532
+ #, php-format
8533
+ msgid "The email has been sent to you at blog admin address: %s"
8534
+ msgstr ""
8535
+ "Sähköposti on lähetetty sinulle sivustosi hallinnan sähköpostiosoitteeseen: "
8536
+ "%s"
8537
+
8538
+ #: src/processors/login_protect.php:112
8539
+ #, fuzzy
8540
+ msgid "Resend verification email"
8541
+ msgstr "Lähetä Vahvistussähköposti Uudelleen"
8542
+
8543
+ #: src/processors/login_protect.php:113
8544
+ #, fuzzy
8545
+ msgid "Disable 2FA by email"
8546
+ msgstr "Poista 2FA: n käytöstä sähköpostitse"
8547
+
8548
+ #: src/processors/loginprotect_cooldown.php:21
8549
+ #, fuzzy
8550
+ msgid "Request Cooldown in effect."
8551
+ msgstr "Pyydä Cooldown-toimintoa."
8552
+
8553
+ #: src/processors/loginprotect_cooldown.php:23
8554
+ #, fuzzy, php-format
8555
+ msgid "You must wait %s seconds before attempting this action again."
8556
+ msgstr ""
8557
+ "Sinun täytyy odottaa %s sekuntia ennen kuin yrität tätä toimintoa uudelleen."
8558
+
8559
+ #: src/processors/loginprotect_cooldown.php:28
8560
+ #, fuzzy
8561
+ msgid ""
8562
+ "Cooldown triggered and request (login/register/lost-password) was blocked."
8563
+ msgstr ""
8564
+ "Cooldown-laukaisu ja pyyntö (sisäänkirjautuminen / rekisteröinti / kadonnut "
8565
+ "salasana) estettiin."
8566
+
8567
+ #: src/processors/loginprotect_gasp.php:59
8568
+ #: src/processors/loginprotect_gasp.php:105
8569
+ #, php-format
8570
+ msgid "User \"%s\" attempted to %s but GASP checkbox was not present."
8571
+ msgstr "Käyttäjä \"%s\" yritti %s, mutta GASP-valintaruutua ei ollut."
8572
+
8573
+ #: src/processors/loginprotect_gasp.php:61
8574
+ #: src/processors/loginprotect_gasp.php:70
8575
+ #: src/processors/loginprotect_gasp.php:107
8576
+ #: src/processors/loginprotect_gasp.php:116
8577
+ msgid "Probably a BOT."
8578
+ msgstr "Luultavasti ROBOTTI."
8579
+
8580
+ #: src/processors/loginprotect_gasp.php:64
8581
+ #: src/processors/loginprotect_gasp.php:110
8582
+ msgid "You must check that box to say you're not a bot."
8583
+ msgstr "Sinun pitää ruksata oheinen ruutu osoittaaksesi ettet ole robotti."
8584
+
8585
+ #: src/processors/loginprotect_gasp.php:68
8586
+ #: src/processors/loginprotect_gasp.php:114
8587
+ #, php-format
8588
+ msgid "User \"%s\" attempted to %s but they were caught by the GASP honeypot."
8589
+ msgstr ""
8590
+ "Käyttäjä \"%s\" yritti %s, mutta jäi GASP-hunajapurkin kiinniottamaksi."
8591
+
8592
+ #: src/processors/loginprotect_gasp.php:73
8593
+ #: src/processors/loginprotect_gasp.php:119
8594
+ #, php-format
8595
+ msgid "You appear to be a bot - terminating %s attempt."
8596
+ msgstr "Näyttäisit olevan robotti - lopetetaan %s yritys."
8597
+
8598
+ #: src/processors/loginprotect_intent.php:151
8599
+ msgid "Success"
8600
+ msgstr "Onnistui"
8601
+
8602
+ #: src/processors/loginprotect_intent.php:151
8603
+ msgid "Thank you for authenticating your login."
8604
+ msgstr "Kiitos, kun varmistit kirjautumisesi."
8605
+
8606
+ #: src/processors/loginprotect_intent.php:153
8607
+ msgid "If you used your Backup Code, you will need to reset it."
8608
+ msgstr "Mikäli käytät Backup Code'a, sinun pitää asettaa se uudelleen."
8609
+
8610
+ #: src/processors/loginprotect_intent.php:164
8611
+ msgid "One or more of your authentication codes failed or was missing"
8612
+ msgstr "Yksi tai useampi todennuskoodi oli väärä tai puuttui"
8613
+
8614
+ #: src/processors/loginprotect_intent.php:262
8615
+ msgid "Please supply all authentication codes"
8616
+ msgstr "Ole hyvä ja anna kaikki todennuskoodit"
8617
+
8618
+ #: src/processors/loginprotect_intent.php:265
8619
+ msgid "Please supply at least 1 authentication code"
8620
+ msgstr "Ole hyvä ja anna vähintään yksi (1) todennuskoodi"
8621
+
8622
+ #: src/processors/loginprotect_intent.php:299
8623
+ msgid "Cancel Login"
8624
+ msgstr "Anna Yubikey'n kertaluonteinen salasana"
8625
+
8626
+ #: src/processors/loginprotect_intent.php:300
8627
+ msgid "Time Remaining"
8628
+ msgstr "Aikaa jäljellä"
8629
+
8630
+ #: src/processors/loginprotect_intent.php:301
8631
+ msgid "Calculating"
8632
+ msgstr "Lasketaan"
8633
+
8634
+ #: src/processors/loginprotect_intent.php:302
8635
+ msgid "Seconds"
8636
+ msgstr "Sekuntia"
8637
+
8638
+ #: src/processors/loginprotect_intent.php:303
8639
+ msgid "Login Expired"
8640
+ msgstr "Kirjautuminen vanheni"
8641
+
8642
+ #: src/processors/loginprotect_intent.php:304
8643
+ msgid "Verify My Login"
8644
+ msgstr "Todenna kirjautumiseni"
8645
+
8646
+ #: src/processors/loginprotect_intent.php:306
8647
+ msgid "What is this?"
8648
+ msgstr "Mikäs tämä on?"
8649
+
8650
+ #: src/processors/loginprotect_intent.php:308
8651
+ #, php-format
8652
+ msgid "%s Login Verification"
8653
+ msgstr "%s kirjautumisen todennus"
8654
+
8655
+ #: src/processors/loginprotect_intent.php:310
8656
+ #, php-format
8657
+ msgid "Don't ask again on this browser for %s."
8658
+ msgstr "Älä kysy enää %s tällä selaimella."
8659
+
8660
+ #: src/processors/loginprotect_intent.php:311
8661
+ #: src/processors/usermanagement_sessions.php:233
8662
+ #: src/processors/usermanagement_sessions.php:246
8663
+ #, php-format
8664
+ msgid "%s day"
8665
+ msgid_plural "%s days"
8666
+ msgstr[0] "%s päivä"
8667
+ msgstr[1] "%s päivää"
8668
+
8669
+ #: src/processors/loginprotect_intentprovider_backup.php:24
8670
+ msgid "Generate ONE-Time Backup 2FA Login Code"
8671
+ msgstr "Luo ONE-Time Backup 2FA -kirjautumiskoodi"
8672
+
8673
+ #: src/processors/loginprotect_intentprovider_backup.php:25
8674
+ msgid "Delete Login Backup Code"
8675
+ msgstr "Poista sisäänkirjautumisen varmistuskoodi"
8676
+
8677
+ #: src/processors/loginprotect_intentprovider_backup.php:26
8678
+ #, fuzzy
8679
+ msgid ""
8680
+ "Backup login codes are not available if you do not have any other two-factor "
8681
+ "authentication modes active."
8682
+ msgstr ""
8683
+ "Varmuuskopiointitunnuskoodit eivät ole käytettävissä, jos sinulla ei ole "
8684
+ "muita kahden tekijän tunnistustiloja."
8685
+
8686
+ #: src/processors/loginprotect_intentprovider_backup.php:27
8687
+ #, fuzzy
8688
+ msgid ""
8689
+ "Click to generate a backup login code for your two-factor authentication."
8690
+ msgstr ""
8691
+ "Napsauta, jos haluat luoda varmuuskopion tunnuskoodin kaksitekijän "
8692
+ "todentamiseen."
8693
+
8694
+ #: src/processors/loginprotect_intentprovider_backup.php:30
8695
+ #, fuzzy
8696
+ msgid ""
8697
+ "This code will be displayed only once and you may use it to verify your "
8698
+ "login only once."
8699
+ msgstr ""
8700
+ "Tämä koodi näytetään vain kerran ja voit käyttää kirjautumistunnusta vain "
8701
+ "kerran."
8702
+
8703
+ #: src/processors/loginprotect_intentprovider_backup.php:31
8704
+ msgid "Store it somewhere safe."
8705
+ msgstr "Tallenna jonnekin turvalliseen paikkaan."
8706
+
8707
+ #: src/processors/loginprotect_intentprovider_backup.php:32
8708
+ msgid "Generating a new code will replace your existing code."
8709
+ msgstr "Uuden koodin luominen korvaa olemassa olevan koodin."
8710
+
8711
+ #: src/processors/loginprotect_intentprovider_backup.php:33
8712
+ #: src/processors/loginprotect_intentprovider_ga.php:35
8713
+ msgid ""
8714
+ "Use your Google Authenticator app to scan this QR code and enter the one "
8715
+ "time password below."
8716
+ msgstr ""
8717
+ "Käytä Google Authenticator-sovellusta skannataksesi tämän QR-koodin ja "
8718
+ "kirjoita kertaluontoinen salasana alle."
8719
+
8720
+ #: src/processors/loginprotect_intentprovider_backup.php:34
8721
+ #: src/processors/loginprotect_intentprovider_ga.php:36
8722
+ msgid ""
8723
+ "If you have a problem with scanning the QR code enter this code manually "
8724
+ "into the app."
8725
+ msgstr ""
8726
+ "Mikäli sinulla on ongelmia skannatessasi QR-koodia, kirjoita tämä koodi "
8727
+ "käsin sovellukseen."
8728
+
8729
+ #: src/processors/loginprotect_intentprovider_backup.php:35
8730
+ #: src/processors/loginprotect_intentprovider_ga.php:37
8731
+ msgid "Check the box to remove Google Authenticator login authentication."
8732
+ msgstr ""
8733
+ "Ruksaa tämä laatikko poistaaksesi Google Authenticator "
8734
+ "kirjautumistunnistautumisen käytöstä."
8735
+
8736
+ #: src/processors/loginprotect_intentprovider_backup.php:36
8737
+ #: src/processors/loginprotect_intentprovider_ga.php:38
8738
+ #, php-format
8739
+ msgid "Remove %s"
8740
+ msgstr "Poista %s"
8741
+
8742
+ #: src/processors/loginprotect_intentprovider_backup.php:37
8743
+ #, fuzzy
8744
+ msgid "Create Backup 2FA Login Code"
8745
+ msgstr "Luo varmuuskopiointi 2FA-kirjauskoodi"
8746
+
8747
+ #: src/processors/loginprotect_intentprovider_backup.php:38
8748
+ #: src/processors/loginprotect_intentprovider_ga.php:40
8749
+ msgid "Manual Code"
8750
+ msgstr "Manuaalikoodi"
8751
+
8752
+ #: src/processors/loginprotect_intentprovider_backup.php:39
8753
+ #: src/processors/loginprotect_intentprovider_ga.php:41
8754
+ msgid "Scan This QR Code"
8755
+ msgstr "Skannaa tämä QR-koodi"
8756
+
8757
+ #: src/processors/loginprotect_intentprovider_backup.php:40
8758
+ #, fuzzy
8759
+ msgid "Backup Login Code"
8760
+ msgstr "Varmuuskopioinnin kirjauskoodi"
8761
+
8762
+ #: src/processors/loginprotect_intentprovider_backup.php:41
8763
+ #: src/processors/loginprotect_intentprovider_ga.php:43
8764
+ #: src/processors/loginprotect_intentprovider_yubikey.php:42
8765
+ #, php-format
8766
+ msgid "Sorry, %s may not be added to another user's account."
8767
+ msgstr "Olen pahoillani, %s ei voi lisätä toisen henkilön käyttäjätilille."
8768
+
8769
+ #: src/processors/loginprotect_intentprovider_backup.php:42
8770
+ #: src/processors/loginprotect_intentprovider_ga.php:44
8771
+ #: src/processors/loginprotect_intentprovider_yubikey.php:43
8772
+ #, php-format
8773
+ msgid ""
8774
+ "Sorry, %s may only be removed from another user's account by a Security "
8775
+ "Administrator."
8776
+ msgstr ""
8777
+ "Olen pahoillani, %s voidaan poistaa toisen käyttäjän käyttäjätililtä vain "
8778
+ "Tietoturvapäällikön oikeuksilla."
8779
+
8780
+ #: src/processors/loginprotect_intentprovider_backup.php:42
8781
+ #, fuzzy
8782
+ msgid "Backup Codes"
8783
+ msgstr "Varmistuskoodit"
8784
+
8785
+ #: src/processors/loginprotect_intentprovider_backup.php:43
8786
+ #: src/processors/loginprotect_intentprovider_email.php:208
8787
+ #: src/processors/loginprotect_intentprovider_ga.php:45
8788
+ #: src/processors/loginprotect_intentprovider_yubikey.php:44
8789
+ #, php-format
8790
+ msgid "Provided by %s"
8791
+ msgstr "%s tarjoaa tämän"
8792
+
8793
+ #: src/processors/loginprotect_intentprovider_backup.php:44
8794
+ #: src/processors/loginprotect_intentprovider_ga.php:46
8795
+ #: src/processors/loginprotect_intentprovider_yubikey.php:45
8796
+ msgid "Understand how to remove Google Authenticator"
8797
+ msgstr "Lisätietoja Google Authenticatorin poistamisesta"
8798
+
8799
+ #: src/processors/loginprotect_intentprovider_backup.php:71
8800
+ #, fuzzy
8801
+ msgid "Please use your Backup Code to login."
8802
+ msgstr "Käytä Backup-koodia kirjautumiseen."
8803
+
8804
+ #: src/processors/loginprotect_intentprovider_backup.php:72
8805
+ #, fuzzy
8806
+ msgid "Login Backup Code"
8807
+ msgstr "Poista sisäänkirjautumisen varmistuskoodi"
8808
+
8809
+ #: src/processors/loginprotect_intentprovider_backup.php:129
8810
+ #: src/processors/loginprotect_intentprovider_email.php:38
8811
+ #: src/processors/loginprotect_intentprovider_ga.php:284
8812
+ #: src/processors/loginprotect_intentprovider_yubikey.php:236
8813
+ #, fuzzy, php-format
8814
+ msgid "User \"%s\" verified their identity using %s method."
8815
+ msgstr "Käyttäjä \" %s\" vahvisti henkilöllisyytensä %s -menetelmällä."
8816
+
8817
+ #: src/processors/loginprotect_intentprovider_backup.php:130
8818
+ #: src/processors/loginprotect_intentprovider_backup.php:138
8819
+ #, fuzzy
8820
+ msgid "Backup Code"
8821
+ msgstr "Varmuuskopiointikoodi"
8822
+
8823
+ #: src/processors/loginprotect_intentprovider_backup.php:137
8824
+ #: src/processors/loginprotect_intentprovider_email.php:46
8825
+ #: src/processors/loginprotect_intentprovider_ga.php:292
8826
+ #: src/processors/loginprotect_intentprovider_yubikey.php:244
8827
+ #, fuzzy, php-format
8828
+ msgid "User \"%s\" failed to verify their identity using %s method."
8829
+ msgstr ""
8830
+ "Käyttäjä \" %s\" ei onnistunut varmistamaan henkilöllisyyttään %s -"
8831
+ "menetelmällä."
8832
+
8833
+ #: src/processors/loginprotect_intentprovider_backup.php:165
8834
+ #, fuzzy
8835
+ msgid ""
8836
+ "This is a quick notice to inform you that your Backup Login code was just "
8837
+ "used."
8838
+ msgstr ""
8839
+ "Tämä on nopea ilmoitus, jossa kerrotaan, että varmuuskopiointikoodisi on "
8840
+ "juuri käytetty."
8841
+
8842
+ #: src/processors/loginprotect_intentprovider_backup.php:166
8843
+ #, fuzzy
8844
+ msgid "Your WordPress account had only 1 backup login code."
8845
+ msgstr "WordPress-tililläsi oli vain yksi varmuuskopiointikoodi."
8846
+
8847
+ #: src/processors/loginprotect_intentprovider_backup.php:167
8848
+ #, fuzzy
8849
+ msgid ""
8850
+ "You must go to your profile and regenerate a new code if you want to use "
8851
+ "this method again."
8852
+ msgstr ""
8853
+ "Sinun täytyy mennä profiiliin ja luoda uusi koodi, jos haluat käyttää tätä "
8854
+ "menetelmää uudelleen."
8855
+
8856
+ #: src/processors/loginprotect_intentprovider_backup.php:169
8857
+ #: src/processors/loginprotect_intentprovider_email.php:163
8858
+ msgid "Login Details"
8859
+ msgstr "Kirjautumisen yksityiskohdat"
8860
+
8861
+ #: src/processors/loginprotect_intentprovider_backup.php:170
8862
+ #: src/processors/loginprotect_intentprovider_email.php:164
8863
+ #, fuzzy
8864
+ msgid "URL"
8865
+ msgstr "Lisäosan kotisivuston URL"
8866
+
8867
+ #: src/processors/loginprotect_intentprovider_backup.php:174
8868
+ msgid "Thank You."
8869
+ msgstr "Kiitoksia."
8870
+
8871
+ #: src/processors/loginprotect_intentprovider_backup.php:177
8872
+ #, fuzzy
8873
+ msgid "Backup Login Code Just Used"
8874
+ msgstr "Varmuuskopiointikoodi juuri käytössä"
8875
+
8876
+ #: src/processors/loginprotect_intentprovider_email.php:39
8877
+ #: src/processors/loginprotect_intentprovider_email.php:47
8878
+ #, fuzzy
8879
+ msgid "Email Auth"
8880
+ msgstr "Sähköposti Auth"
8881
+
8882
+ #: src/processors/loginprotect_intentprovider_email.php:81
8883
+ msgid "This code was just sent to your registered Email address."
8884
+ msgstr "Tämä koodi lähetettiin juuri rekisteröimääsi sähköpostiosoitteeseen."
8885
+
8886
+ #: src/processors/loginprotect_intentprovider_email.php:82
8887
+ msgid "Email OTP"
8888
+ msgstr "Lähetä OTP sähköpostilla"
8889
+
8890
+ #: src/processors/loginprotect_intentprovider_email.php:158
8891
+ msgid "Someone attempted to login into this WordPress site using your account."
8892
+ msgstr ""
8893
+ "Joku yritti kirjautua tälle WordPress-sivustolle käyttäen sinun "
8894
+ "käyttäjätiliäsi."
8895
+
8896
+ #: src/processors/loginprotect_intentprovider_email.php:159
8897
+ msgid "Login requires verification with the following code."
8898
+ msgstr "Kirjautuminen vaatii todennusta seuraavalla koodilla."
8899
+
8900
+ #: src/processors/loginprotect_intentprovider_email.php:161
8901
+ #, php-format
8902
+ msgid "Verification Code: %s"
8903
+ msgstr "Todennuskoodi on: %s"
8904
+
8905
+ #: src/processors/loginprotect_intentprovider_email.php:171
8906
+ msgid "Why no login link?"
8907
+ msgstr "Miksei kirjautumislinkkiä?"
8908
+
8909
+ #: src/processors/loginprotect_intentprovider_email.php:175
8910
+ msgid "Two-Factor Login Verification"
8911
+ msgstr "2-vaiheisen kirjautumisen todennus"
8912
+
8913
+ #: src/processors/loginprotect_intentprovider_email.php:180
8914
+ #, php-format
8915
+ msgid ""
8916
+ "User \"%s\" was sent an email to verify their Identity using Two-Factor "
8917
+ "Login Auth for IP address \"%s\"."
8918
+ msgstr ""
8919
+ "Käyttäjälle \"%s\" lähetettiin sähköposti hänen todentamisekseen "
8920
+ "kaksivaiheisella autentikoinnilla IP-osoitteessa \"%s\"."
8921
+
8922
+ #: src/processors/loginprotect_intentprovider_email.php:184
8923
+ #, php-format
8924
+ msgid ""
8925
+ "Tried to send email to User \"%s\" to verify their identity using Two-Factor "
8926
+ "Login Auth for IP address \"%s\", but email sending failed."
8927
+ msgstr ""
8928
+ "Yritettiin lähettää sähköpostia käyttäjälle \"%s\" hänen identiteettinsä "
8929
+ "todentamiseksi kaksivaiheista kirjautumista IP-osoitetta \"%s\" varten, "
8930
+ "mutta sähköpostin lähettäminen epäonnistui."
8931
+
8932
+ #: src/processors/loginprotect_intentprovider_email.php:207
8933
+ msgid "Check the box to enable email-based login authentication."
8934
+ msgstr ""
8935
+ "Ruksaa ruutu, jotta sähköpostipohjainen kirjautumisen autentikointi otetaan "
8936
+ "käyttöön."
8937
+
8938
+ #: src/processors/loginprotect_intentprovider_ga.php:33
8939
+ msgid "Provide the current code generated by your Google Authenticator app."
8940
+ msgstr "Kirjoita tämänhetkinen Google Authenticator-sovelluksen luoma koodi."
8941
+
8942
+ #: src/processors/loginprotect_intentprovider_ga.php:34
8943
+ msgid "To reset this QR Code enter fake data here."
8944
+ msgstr "Kirjoita huijaustekstiä (Fake data) tähän tyhjätäksesi QR-koodin."
8945
+
8946
+ #: src/processors/loginprotect_intentprovider_ga.php:39
8947
+ #: src/processors/loginprotect_intentprovider_ga.php:202
8948
+ msgid "Google Authenticator Code"
8949
+ msgstr "Google Authenticator koodi"
8950
+
8951
+ #: src/processors/loginprotect_intentprovider_ga.php:103
8952
+ #: src/processors/loginprotect_intentprovider_ga.php:148
8953
+ msgid "Google Authenticator was successfully removed from the account."
8954
+ msgstr "Google Authenticator poistettiin onnistuneesti tältä käyttäjätililtä."
8955
+
8956
+ #: src/processors/loginprotect_intentprovider_ga.php:106
8957
+ msgid ""
8958
+ "Google Authenticator could not be removed from the account - ensure your "
8959
+ "code is correct."
8960
+ msgstr ""
8961
+ "Google Authenticator'ia ei voitu poistaa tältä käyttäjätililtä - varmista, "
8962
+ "että koodisi on oikea."
8963
+
8964
+ #: src/processors/loginprotect_intentprovider_ga.php:140
8965
+ #: src/processors/loginprotect_intentprovider_yubikey.php:76
8966
+ msgid "One Time Password (OTP) was not valid."
8967
+ msgstr "Kertakäyttöinen (OTP) salasana ei ollut oikea."
8968
+
8969
+ #: src/processors/loginprotect_intentprovider_ga.php:140
8970
+ #: src/processors/loginprotect_intentprovider_yubikey.php:76
8971
+ msgid "Please try again."
8972
+ msgstr "Ole hyvä ja yritä uudelleen."
8973
+
8974
+ #: src/processors/loginprotect_intentprovider_ga.php:153
8975
+ msgid ""
8976
+ "An email has been sent to you in order to confirm Google Authenticator "
8977
+ "removal"
8978
+ msgstr ""
8979
+ "Sinulle on lähetetty sähköposti, jotta voit vahvistaa, että Google "
8980
+ "Authenticator poistetaan"
8981
+
8982
+ #: src/processors/loginprotect_intentprovider_ga.php:157
8983
+ msgid ""
8984
+ "We tried to send an email for you to confirm Google Authenticator removal "
8985
+ "but it failed."
8986
+ msgstr ""
8987
+ "Yritimme lähettää sinulle sähköpostia Google Authenticatorin poistamisen "
8988
+ "vahvistamiseksi, mutta se epäonnistui."
8989
+
8990
+ #: src/processors/loginprotect_intentprovider_ga.php:179
8991
+ #, php-format
8992
+ msgid "%s was successfully added to your account."
8993
+ msgstr "%s lisäys käyttäjätilillesi onnistui."
8994
+
8995
+ #: src/processors/loginprotect_intentprovider_ga.php:201
8996
+ msgid "Please use your Google Authenticator App to retrieve your code."
8997
+ msgstr "Ole hyvä ja käytä Google Authenticator-sovellusta koodisi saamiseksi."
8998
+
8999
+ #: src/processors/loginprotect_intentprovider_ga.php:220
9000
+ msgid ""
9001
+ "You have requested the removal of Google Authenticator from your WordPress "
9002
+ "account."
9003
+ msgstr ""
9004
+ "Olet pyytänyt Google Authenticatorin poistamista WordPress-käyttäjätililtäsi."
9005
+
9006
+ #: src/processors/loginprotect_intentprovider_ga.php:221
9007
+ msgid "Please click the link below to confirm."
9008
+ msgstr "Ole hyvä ja klikkaa linkkiä alla vahvistaaksesi asian."
9009
+
9010
+ #: src/processors/loginprotect_intentprovider_ga.php:226
9011
+ msgid "Google Authenticator Removal Confirmation"
9012
+ msgstr "Google Authenticator'in poistamisen varmistus"
9013
+
9014
+ #: src/processors/loginprotect_intentprovider_ga.php:250
9015
+ msgid "Google Authenticator was successfully removed from this account."
9016
+ msgstr "Google Authenticator'in poisto tältä käyttäjätililtä onnistui."
9017
+
9018
+ #: src/processors/loginprotect_intentprovider_yubikey.php:29
9019
+ msgid "This is your unique Yubikey Device ID."
9020
+ msgstr "Tämä on sinun yksilöllinen Yubikey-välineesi ID."
9021
+
9022
+ #: src/processors/loginprotect_intentprovider_yubikey.php:30
9023
+ #: src/processors/loginprotect_intentprovider_yubikey.php:37
9024
+ msgid "Pro Only"
9025
+ msgstr "Vain Pro-versiossa"
9026
+
9027
+ #: src/processors/loginprotect_intentprovider_yubikey.php:31
9028
+ msgid "Multiple Yubikey Device IDs are separated by a comma."
9029
+ msgstr "Useammat Yubikey-laitteiden ID:t erotetaan pilkulla."
9030
+
9031
+ #: src/processors/loginprotect_intentprovider_yubikey.php:32
9032
+ msgid "Provide a One Time Password from your Yubikey."
9033
+ msgstr "Anna Yubikey-avaimesi kertaluonteinen salasana."
9034
+
9035
+ #: src/processors/loginprotect_intentprovider_yubikey.php:34
9036
+ msgid "This will remove the Yubikey Device ID from your profile."
9037
+ msgstr "Tämä poistaa Yubikey-laitteen ID:n profiilistasi."
9038
+
9039
+ #: src/processors/loginprotect_intentprovider_yubikey.php:35
9040
+ msgid "This will add the Yubikey Device ID to your profile."
9041
+ msgstr "Tämä lisää Yubikey-laitteen ID:n profiiliisi."
9042
+
9043
+ #: src/processors/loginprotect_intentprovider_yubikey.php:37
9044
+ #, fuzzy
9045
+ msgid ""
9046
+ "If you provide a OTP from an alternative Yubikey device, it will also be "
9047
+ "added to your profile."
9048
+ msgstr ""
9049
+ "Jos annat OTP: n vaihtoehtoisesta Yubikey-laitteesta, se lisätään myös "
9050
+ "profiiliisi."
9051
+
9052
+ #: src/processors/loginprotect_intentprovider_yubikey.php:39
9053
+ msgid "Yubikey ID"
9054
+ msgstr "Yubikey ID"
9055
+
9056
+ #: src/processors/loginprotect_intentprovider_yubikey.php:40
9057
+ #: src/processors/loginprotect_intentprovider_yubikey.php:237
9058
+ #: src/processors/loginprotect_intentprovider_yubikey.php:245
9059
+ #: src/processors/loginprotect_intentprovider_yubikey.php:263
9060
+ msgid "Yubikey OTP"
9061
+ msgstr "Yubikey OTP"
9062
+
9063
+ #: src/processors/loginprotect_intentprovider_yubikey.php:41
9064
+ msgid "Yubikey Authentication"
9065
+ msgstr "Yubikey -todennus"
9066
+
9067
+ #: src/processors/loginprotect_intentprovider_yubikey.php:95
9068
+ #, fuzzy, php-format
9069
+ msgid "%s was removed from your profile."
9070
+ msgstr "%s poistettiin profiilistasi."
9071
+
9072
+ #: src/processors/loginprotect_intentprovider_yubikey.php:96
9073
+ #: src/processors/loginprotect_intentprovider_yubikey.php:103
9074
+ msgid "Yubikey Device"
9075
+ msgstr "Yubikey-laite"
9076
+
9077
+ #: src/processors/loginprotect_intentprovider_yubikey.php:102
9078
+ #, php-format
9079
+ msgid "%s was added to your profile."
9080
+ msgstr "%s lisättiin profiiliisi."
9081
+
9082
+ #: src/processors/loginprotect_intentprovider_yubikey.php:108
9083
+ msgid "No changes were made to your Yubikey configuration"
9084
+ msgstr "Mitään muutoksia ei tehty Yubikey-asetuksiisi"
9085
+
9086
+ #: src/processors/loginprotect_intentprovider_yubikey.php:261
9087
+ msgid "Use your Yubikey to generate a new code."
9088
+ msgstr "Käytä Yubikey'täsi luodaksesi uuden koodin."
9089
+
9090
+ #: src/processors/loginprotect_wplogin.php:48
9091
+ msgid ""
9092
+ "Your login URL is unchanged because the Rename WP Login feature is not "
9093
+ "currently supported on WPMS."
9094
+ msgstr ""
9095
+ "Kirjautumisesi URL-osoitetta ei muutettu, koska 'Uudelleennimeä WP-"
9096
+ "kirjautuminen' ominaisuus ei ole tuettu tällä hetkellä WPMS:ssä (WordPress "
9097
+ "MultiServer)."
9098
+
9099
+ #: src/processors/loginprotect_wplogin.php:52
9100
+ #: src/processors/loginprotect_wplogin.php:56
9101
+ #, php-format
9102
+ msgid ""
9103
+ "Can not use the Rename WP Login feature because you have the \"%s\" plugin "
9104
+ "installed and it is active."
9105
+ msgstr ""
9106
+ "Ei voida käyttää 'Nimeä WP kirjautuminen uudelleen'- ominaisuutta koska "
9107
+ "sinulla on lisäosa \"%s\" asennettuna ja aktiivisena."
9108
+
9109
+ #: src/processors/loginprotect_wplogin.php:60
9110
+ #, php-format
9111
+ msgid ""
9112
+ "Can not use the Rename WP Login feature because you have not enabled %s."
9113
+ msgstr ""
9114
+ "Ei voida käyttää 'Uudelleennimeä WP-kirjautuminen' -ominaisuutta koska et "
9115
+ "ole aktivoinut %s."
9116
+
9117
+ #: src/processors/loginprotect_wplogin.php:60
9118
+ msgid "Permalinks"
9119
+ msgstr "Osoiterakenteet"
9120
+
9121
+ #: src/processors/loginprotect_wplogin.php:64
9122
+ #, php-format
9123
+ msgid ""
9124
+ "Can not use the Rename WP Login feature because you have chosen a path (\"%s"
9125
+ "\") that is reserved on your WordPress site."
9126
+ msgstr ""
9127
+ "'Rename WP Login' ei voida käyttää, koska olet valinnut poluksi (\"%s\"), "
9128
+ "joka on varattu WordPress-sivustollasi."
9129
+
9130
+ #: src/processors/loginprotect_wplogin.php:89
9131
+ msgid ""
9132
+ "Your login URL is unchanged because your current hosting/PHP configuration "
9133
+ "cannot parse the necessary information."
9134
+ msgstr ""
9135
+ "Kirjautumis URL-osoitteesi on muuttamaton, koska nykyinen 'hosting/PHP-"
9136
+ "asetuksesi' ei voi jäsentää tarvittavaa tietoa."
9137
+
9138
+ #: src/processors/plugin.php:211
9139
+ #, fuzzy, php-format
9140
+ msgid "%s is not protecting your site"
9141
+ msgstr "%s ei suojaa sivustoasi"
9142
+
9143
+ #: src/processors/plugin.php:213
9144
+ #, fuzzy, php-format
9145
+ msgid "Please delete the \"%s\" file to reactivate %s protection"
9146
+ msgstr "Poista %s-suojaus poistamalla %s-tiedosto"
9147
+
9148
+ #: src/processors/plugin.php:217
9149
+ #, fuzzy
9150
+ msgid "Click here to automatically delete the file"
9151
+ msgstr "Poista tiedosto automaattisesti napsauttamalla tätä"
9152
+
9153
+ #: src/processors/plugin.php:242
9154
+ msgid "Your Name"
9155
+ msgstr "Oma nimesi"
9156
+
9157
+ #: src/processors/plugin.php:243
9158
+ msgid "Your Email"
9159
+ msgstr "Oma sähköpostiosoitteesi"
9160
+
9161
+ #: src/processors/plugin.php:244
9162
+ #, fuzzy
9163
+ msgid "Sign-Up"
9164
+ msgstr "Kirjaudu"
9165
+
9166
+ #: src/processors/plugin.php:252
9167
+ #, fuzzy
9168
+ msgid "I agree to Ts & Cs"
9169
+ msgstr "Olen samaa mieltä Ts & Cs: n kanssa"
9170
+
9171
+ #: src/processors/plugin_badge.php:36
9172
+ #, php-format
9173
+ msgid "%s is provided by %s"
9174
+ msgstr "%s on %s tarjoamaa"
9175
+
9176
+ #: src/processors/plugin_badge.php:41
9177
+ #, php-format
9178
+ msgid "Days Installed: %s"
9179
+ msgstr "%s päivää asennettuna"
9180
+
9181
+ #: src/processors/plugin_badgewidget.php:25
9182
+ #, php-format
9183
+ msgid "%s Plugin Badge"
9184
+ msgstr "%s Lisäosan merkki"
9185
+
9186
+ #: src/processors/plugin_badgewidget.php:27
9187
+ #, php-format
9188
+ msgid ""
9189
+ "You can now help spread the word about the %s plugin anywhere on your site"
9190
+ msgstr "Nyt voit levittää viestiä %s-lisäosasta missä tahansa sivustollasi"
9191
+
9192
+ #: src/processors/plugin_badgewidget.php:54
9193
+ msgid "Site Secured"
9194
+ msgstr "Sivusto suojattu"
9195
+
9196
+ #: src/processors/plugin_importexport.php:72
9197
+ #, fuzzy
9198
+ msgid "Sent notifications to whitelisted sites for required options import."
9199
+ msgstr ""
9200
+ "Lähetetyt ilmoitukset sallituille sivustoille vaadittavien vaihtoehtojen "
9201
+ "tuonnissa."
9202
+
9203
+ #: src/processors/plugin_importexport.php:228
9204
+ #, fuzzy
9205
+ msgid "uploaded file"
9206
+ msgstr "ladattu tiedosto"
9207
+
9208
+ #: src/processors/plugin_importexport.php:249
9209
+ #: src/processors/plugin_importexport.php:336
9210
+ #, php-format
9211
+ msgid "Not currently running %s Pro."
9212
+ msgstr "%s Pro ei ole tällä hetkellä käynnissä."
9213
+
9214
+ #: src/processors/plugin_importexport.php:254
9215
+ #: src/processors/plugin_importexport.php:341
9216
+ msgid "Export of options is currently disabled."
9217
+ msgstr "Valintojen vienti on poistettu käytöstä tällä hetkellä."
9218
+
9219
+ #: src/processors/plugin_importexport.php:305
9220
+ #, fuzzy
9221
+ msgid "Received notification that options import required."
9222
+ msgstr "Vastaanotettu ilmoitus, että vaihtoehtojen tuonti on tarpeen."
9223
+
9224
+ #: src/processors/plugin_importexport.php:306
9225
+ #, fuzzy, php-format
9226
+ msgid "Current master site: %s"
9227
+ msgstr "Nykyinen master-sivusto: %s"
9228
+
9229
+ #: src/processors/plugin_importexport.php:345
9230
+ msgid "Handshake verification failed."
9231
+ msgstr "Kättelytodennus EPÄONNISTUI."
9232
+
9233
+ #: src/processors/plugin_importexport.php:354
9234
+ #, php-format
9235
+ msgid "Options exported to site %s."
9236
+ msgstr "Valinnat viety sivustolle %s."
9237
+
9238
+ #: src/processors/plugin_importexport.php:361
9239
+ #, php-format
9240
+ msgid "Site added to export white list: %s."
9241
+ msgstr "Sivusto lisätty viennin sallittujen listalle: %s."
9242
+
9243
+ #: src/processors/plugin_importexport.php:369
9244
+ #, fuzzy, php-format
9245
+ msgid "Site removed from export white list: %s."
9246
+ msgstr "Sivusto poistettiin viennin valkoisesta luettelosta: %s."
9247
+
9248
+ #: src/processors/plugin_importexport.php:508
9249
+ #, php-format
9250
+ msgid "Master Site URL set to %s."
9251
+ msgstr "%s asetettu pääsivuston URL-osoitteeksi."
9252
+
9253
+ #: src/processors/plugin_importexport.php:538
9254
+ #, php-format
9255
+ msgid "Options imported from %s."
9256
+ msgstr "Valinnat tuotu osoitteesta %s."
9257
+
9258
+ #: src/processors/plugin_tracking.php:20
9259
+ #, php-format
9260
+ msgid "Make %s even better by sharing usage info?"
9261
+ msgstr "Tehdäänkö %s aina vain paremmaksi jakamalla käyttäjäinfoa?"
9262
+
9263
+ #: src/processors/plugin_tracking.php:21
9264
+ #, php-format
9265
+ msgid "We're hoping to understand how %s is configured and used."
9266
+ msgstr "Toivomme, että ymmärrät, kuinka %s on määritetty ja käytetty."
9267
+
9268
+ #: src/processors/plugin_tracking.php:22
9269
+ msgid "We'd like to understand how effective it is on a global scale."
9270
+ msgstr ""
9271
+ "Haluaisimme tietää kuinka tehokas se on maailmanlaajuisessa asteikossa."
9272
+
9273
+ #: src/processors/plugin_tracking.php:23
9274
+ msgid ""
9275
+ "The data sent is always completely anonymous and we can never track you or "
9276
+ "your site."
9277
+ msgstr ""
9278
+ "Lähetetty data on aina täysin nimetöntä emmekä me voi koskaan jäljittää "
9279
+ "sinua taikka sivustoasi."
9280
+
9281
+ #: src/processors/plugin_tracking.php:24
9282
+ msgid "It can be turned-off at any time within the plugin options."
9283
+ msgstr "Se voidaan ottaa pois käytöstä koska vain lisäosan valinnoista."
9284
+
9285
+ #: src/processors/plugin_tracking.php:25
9286
+ msgid "Click to see the RAW data that would be sent"
9287
+ msgstr "Klikkaa nähdäksesi raakadataa, joka lähetetään"
9288
+
9289
+ #: src/processors/plugin_tracking.php:28
9290
+ msgid "Absolutely"
9291
+ msgstr "Ehdoton"
9292
+
9293
+ #: src/processors/sessions.php:104
9294
+ msgid "You're already logged-in."
9295
+ msgstr "Olet jo kirjautunut sisään."
9296
+
9297
+ #: src/processors/sessions.php:108
9298
+ msgid "Go To Admin"
9299
+ msgstr "Siirry taustahallintaan"
9300
+
9301
+ #: src/processors/statistics.php:196
9302
+ msgid "Login Verified"
9303
+ msgstr "Vahvistetut kirjautumiset"
9304
+
9305
+ #: src/processors/statistics.php:197
9306
+ msgid "User Sessions"
9307
+ msgstr "Käyttäjäistunnot"
9308
+
9309
+ #: src/processors/statistics.php:198
9310
+ msgid "IP Auto Black-Listed"
9311
+ msgstr "Automaattisesti IP-estolistalle laitetut"
9312
+
9313
+ #: src/processors/statistics.php:199
9314
+ msgid "Total Transgressions"
9315
+ msgstr "Rikkomukset kaikkiaan"
9316
+
9317
+ #: src/processors/statistics.php:203
9318
+ #, fuzzy, php-format
9319
+ msgid "%s Statistics"
9320
+ msgstr "%s Tilastot"
9321
+
9322
+ #: src/processors/user_management.php:122
9323
+ #: src/processors/usermanagement_suspend.php:110
9324
+ msgid "User Status"
9325
+ msgstr "Käyttäjän tila"
9326
+
9327
+ #: src/processors/user_management.php:129
9328
+ msgid "Not Recorded"
9329
+ msgstr "Ei taltioitu"
9330
+
9331
+ #: src/processors/user_management.php:137
9332
+ msgid "Last Login"
9333
+ msgstr "Viimeisin kirjautuminen"
9334
+
9335
+ #: src/processors/user_management.php:189
9336
+ #, php-format
9337
+ msgid ""
9338
+ "As requested, %s is notifying you of a successful %s login to a WordPress "
9339
+ "site that you manage."
9340
+ msgstr ""
9341
+ "Kuten olet pyytänyt, %s tiedottaa sinua onnistuneesta %s kirjautumisesta "
9342
+ "hallinnoimallesi WordPress-sivustolle."
9343
+
9344
+ #: src/processors/user_management.php:194
9345
+ #, php-format
9346
+ msgid "Important: %s"
9347
+ msgstr "Tärkeää: %s"
9348
+
9349
+ #: src/processors/user_management.php:194
9350
+ msgid ""
9351
+ "This user may now be subject to additional Two-Factor Authentication before "
9352
+ "completing their login."
9353
+ msgstr ""
9354
+ "Tämän käyttäjän osalta voidaan käyttää lisäksi 2-vaiheista todennusta ennen "
9355
+ "kirjautumisen loppuunvientiä."
9356
+
9357
+ #: src/processors/user_management.php:196
9358
+ msgid "Details for this user are below:"
9359
+ msgstr "Tämän käyttäjän tiedot ovat alla:"
9360
+
9361
+ #: src/processors/user_management.php:202
9362
+ #: src/processors/user_management.php:233
9363
+ msgid "Thanks."
9364
+ msgstr "Kiitos."
9365
+
9366
+ #: src/processors/user_management.php:210
9367
+ #: src/processors/user_management.php:241
9368
+ msgid "Notice"
9369
+ msgstr "Ilmoitus"
9370
+
9371
+ #: src/processors/user_management.php:210
9372
+ #, php-format
9373
+ msgid "%s Just Logged Into %s"
9374
+ msgstr "%s kirjautui juuri sisään %s"
9375
+
9376
+ #: src/processors/user_management.php:222
9377
+ #, fuzzy, php-format
9378
+ msgid "%s is notifying you of a successful login to your WordPress account."
9379
+ msgstr ""
9380
+ "%s ilmoittaa sinulle onnistuneesta kirjautumisesta WordPress-tilillesi."
9381
+
9382
+ #: src/processors/user_management.php:225
9383
+ #, fuzzy
9384
+ msgid "Details for this login are below:"
9385
+ msgstr "Tämän kirjautumisen tiedot ovat alla:"
9386
+
9387
+ #: src/processors/user_management.php:231
9388
+ #, fuzzy
9389
+ msgid ""
9390
+ "If this is unexpected or suspicious, please contact your site administrator "
9391
+ "immediately."
9392
+ msgstr ""
9393
+ "Jos tämä on odottamaton tai epäilyttävä, ota välittömästi yhteyttä sivuston "
9394
+ "ylläpitäjään."
9395
+
9396
+ #: src/processors/user_management.php:241
9397
+ #, fuzzy
9398
+ msgid "A login to your WordPress account just occurred"
9399
+ msgstr "Kirjaudu sisään WordPress-tilillesi juuri"
9400
+
9401
+ #: src/processors/usermanagement_passwords.php:94
9402
+ #, fuzzy
9403
+ msgid "Forcing user to update expired password."
9404
+ msgstr "Pakottaa käyttäjän päivittämään vanhentunut salasana."
9405
+
9406
+ #: src/processors/usermanagement_passwords.php:96
9407
+ #, fuzzy, php-format
9408
+ msgid "Your password has expired (after %s days)."
9409
+ msgstr "Salasanasi on vanhentunut ( %s päivän jälkeen)."
9410
+
9411
+ #: src/processors/usermanagement_passwords.php:113
9412
+ #, fuzzy
9413
+ msgid "Forcing user to update password that fails to meet policies."
9414
+ msgstr "Pakottaa käyttäjän päivittämään salasana, joka ei täytä sääntöjä."
9415
+
9416
+ #: src/processors/usermanagement_passwords.php:117
9417
+ #, fuzzy
9418
+ msgid ""
9419
+ "Your password doesn't meet requirements set by your security administrator."
9420
+ msgstr ""
9421
+ "Salasanasi ei täytä tietoturva-järjestelmänvalvojan asettamia vaatimuksia."
9422
+
9423
+ #: src/processors/usermanagement_passwords.php:143
9424
+ #, fuzzy
9425
+ msgid ""
9426
+ "For your security, please use the password section below to update your "
9427
+ "password."
9428
+ msgstr "Turvallisuutesi vuoksi päivitä salasana alla olevan salasanan osassa."
9429
+
9430
+ #: src/processors/usermanagement_passwords.php:168
9431
+ msgid ""
9432
+ "Your security administrator has imposed requirements for password quality."
9433
+ msgstr ""
9434
+ "Tietoturvapäällikkösi on asettanut salasanan laatua koskevat vaatimukset."
9435
+
9436
+ #: src/processors/usermanagement_passwords.php:169
9437
+ msgid "Reason"
9438
+ msgstr "Syy"
9439
+
9440
+ #: src/processors/usermanagement_passwords.php:177
9441
+ #, fuzzy
9442
+ msgid "Blocked attempted password update that failed policy requirements."
9443
+ msgstr "Estetty salasanan päivitysyritys, joka epäonnistui."
9444
+
9445
+ #: src/processors/usermanagement_passwords.php:233
9446
+ #, php-format
9447
+ msgid "Password length (%s) too short (min: %s characters)"
9448
+ msgstr "Salasanan pituus (%s) on liian lyhyt (min. %s merkkiä)"
9449
+
9450
+ #: src/processors/usermanagement_passwords.php:295
9451
+ #: src/processors/usermanagement_passwords.php:362
9452
+ msgid "Please use a different password."
9453
+ msgstr "Ole hyvä ja käytä erilaista salasanaa."
9454
+
9455
+ #: src/processors/usermanagement_passwords.php:296
9456
+ msgid "This password has already been pwned."
9457
+ msgstr "Tämä salasana on jo vuotanut julkisuuteen listoille."
9458
+
9459
+ #: src/processors/usermanagement_passwords.php:300
9460
+ #: src/processors/usermanagement_passwords.php:367
9461
+ #, php-format
9462
+ msgid "%s times"
9463
+ msgstr "%s kertaa"
9464
+
9465
+ #: src/processors/usermanagement_passwords.php:363
9466
+ #, fuzzy
9467
+ msgid "This password has been pwned."
9468
+ msgstr "Tämä salasana on pwned."
9469
+
9470
+ #: src/processors/usermanagement_sessions.php:85
9471
+ #: src/processors/usermanagement_sessions.php:92
9472
+ #: src/processors/usermanagement_sessions.php:108
9473
+ #, fuzzy
9474
+ msgid "Logging out."
9475
+ msgstr "Kirjautua ulos."
9476
+
9477
+ #: src/processors/usermanagement_sessions.php:221
9478
+ #, fuzzy
9479
+ msgid "Valid user session could not be found"
9480
+ msgstr "Voimassa olevaa käyttäjäistuntoa ei löytynyt"
9481
+
9482
+ #: src/processors/usermanagement_sessions.php:232
9483
+ #: src/processors/usermanagement_sessions.php:245
9484
+ #, fuzzy, php-format
9485
+ msgid "User session has expired after %s"
9486
+ msgstr "Käyttäjän istunto on päättynyt %s jälkeen"
9487
+
9488
+ #: src/processors/usermanagement_sessions.php:322
9489
+ msgid "Your session has expired."
9490
+ msgstr "Istuntosi on vanhentunut."
9491
+
9492
+ #: src/processors/usermanagement_sessions.php:326
9493
+ msgid "Your session was idle for too long."
9494
+ msgstr "Istuntosi oli toimettoman liian kauan."
9495
+
9496
+ #: src/processors/usermanagement_sessions.php:330
9497
+ msgid "Your session was locked to another IP Address."
9498
+ msgstr "Istuntosi oli lukittu toiseen IP-osoitteeseen."
9499
+
9500
+ #: src/processors/usermanagement_sessions.php:334
9501
+ #, php-format
9502
+ msgid "You do not currently have a %s user session."
9503
+ msgstr "Sinulla ei tällä hetkellä ole %s käyttäjäistuntoa."
9504
+
9505
+ #: src/processors/usermanagement_sessions.php:339
9506
+ msgid "An administrator has terminated this session."
9507
+ msgstr "Sivuston ylläpitäjä on lopettanut tämän istunnon."
9508
+
9509
+ #: src/processors/usermanagement_sessions.php:343
9510
+ msgid "Not a user."
9511
+ msgstr "Ei ole käyttäjä."
9512
+
9513
+ #: src/processors/usermanagement_sessions.php:347
9514
+ msgid "Your session was terminated."
9515
+ msgstr "Istuntosi lopetettiin."
9516
+
9517
+ #: src/processors/usermanagement_sessions.php:351
9518
+ msgid "Please login again."
9519
+ msgstr "Ole hyvä ja kirjaudu uudelleen."
9520
+
9521
+ #: src/processors/usermanagement_suspend.php:88
9522
+ #: src/processors/usermanagement_suspend.php:122
9523
+ #: src/processors/usermanagement_suspend.php:154
9524
+ #, fuzzy
9525
+ msgid "Suspended"
9526
+ msgstr "Keskeytetty"
9527
+
9528
+ #: src/processors/usermanagement_suspend.php:150
9529
+ #, fuzzy
9530
+ msgid "Suspend Account"
9531
+ msgstr "Keskeytä tili"
9532
+
9533
+ #: src/processors/usermanagement_suspend.php:151
9534
+ #, fuzzy
9535
+ msgid "Check to un/suspend user account"
9536
+ msgstr "Tarkista, että käyttäjätili poistetaan käytöstä"
9537
+
9538
+ #: src/processors/usermanagement_suspend.php:152
9539
+ #, fuzzy
9540
+ msgid "The user can never login while their account is suspended."
9541
+ msgstr "Käyttäjä ei voi koskaan kirjautua, kun tili on keskeytetty."
9542
+
9543
+ #: src/processors/usermanagement_suspend.php:153
9544
+ #, fuzzy
9545
+ msgid ""
9546
+ "Sorry, suspension for this account may only be managed by a security "
9547
+ "administrator."
9548
+ msgstr ""
9549
+ "Valitettavasti tämän tilin keskeyttämistä voi hallita vain "
9550
+ "tietoturvajärjestelmänvalvoja."
9551
+
9552
+ #: src/wizards/base.php:216
9553
+ msgid "Next Step"
9554
+ msgstr "Seuraava vaihe"
9555
+
9556
+ #: src/wizards/base.php:371
9557
+ #, php-format
9558
+ msgid "%s Wizard"
9559
+ msgstr "%s Velho"
9560
+
9561
+ #: src/wizards/base.php:514
9562
+ msgid "No Access"
9563
+ msgstr "Ei pääsyä"
9564
+
9565
+ #: src/wizards/base_wpsf.php:107
9566
+ msgid "Security Admin Key was not correct."
9567
+ msgstr "Tietoturvapäällikön avain oli väärä."
9568
+
9569
+ #: src/wizards/hack_protect.php:14
9570
+ #, php-format
9571
+ msgid "%s Hack Protect Wizard"
9572
+ msgstr "%s hakkeroinnin suojauksen velho"
9573
+
9574
+ #: src/wizards/hack_protect.php:295
9575
+ msgid "All changes detected have been ignored."
9576
+ msgstr "Kaikki havaitut muutokset on jätetty huomiotta."
9577
+
9578
+ #: src/wizards/hack_protect.php:302
9579
+ msgid "The plugin has been deactivated."
9580
+ msgstr "Lisäosa on otettu pois käytöstä."
9581
+
9582
+ #: src/wizards/login_protect.php:14
9583
+ #, php-format
9584
+ msgid "%s Multi-Factor Authentication Wizard"
9585
+ msgstr "%s monivaiheisen todennuksen velho"
9586
+
9587
+ #: src/wizards/login_protect.php:59
9588
+ msgid "Invalid email address"
9589
+ msgstr "Väärä sähköpostiosoite"
9590
+
9591
+ #: src/wizards/login_protect.php:66
9592
+ msgid "Verification email sent (please check your email including your SPAM)."
9593
+ msgstr ""
9594
+ "Vahvistusviesti on lähetetty sähköpostiisi (tarkistathan myös "
9595
+ "ROSKAPOSTIKANSION)."
9596
+
9597
+ #: src/wizards/login_protect.php:67
9598
+ #, fuzzy
9599
+ msgid ""
9600
+ "Enter the code from the email into the form above and click the button to "
9601
+ "verify."
9602
+ msgstr ""
9603
+ "Syötä sähköpostiosoite yllä olevaan lomakkeeseen ja vahvista valinta "
9604
+ "napsauttamalla painiketta."
9605
+
9606
+ #: src/wizards/login_protect.php:116
9607
+ msgid "Code was empty."
9608
+ msgstr "Koodi oli tyhjä."
9609
+
9610
+ #: src/wizards/login_protect.php:143
9611
+ msgid "Google Authenticator was enabled for the site."
9612
+ msgstr "Google Authenticator on otettu käyttöön tällä sivustolla."
9613
+
9614
+ #: src/wizards/login_protect.php:158
9615
+ #, php-format
9616
+ msgid "Multi-Factor Authentication was %s for the site."
9617
+ msgstr "Monivaiheinen todennus oli %s tälle sivustolle."
9618
+
9619
+ #: src/wizards/login_protect.php:159
9620
+ msgid "enabled"
9621
+ msgstr "käytössä"
9622
+
9623
+ #: src/wizards/login_protect.php:159
9624
+ msgid "disabled"
9625
+ msgstr "pois käytöstä"
9626
+
9627
+ #: src/wizards/plugin.php:14
9628
+ #, php-format
9629
+ msgid "%s Welcome Wizard"
9630
+ msgstr "%s Tervetulovelho"
9631
+
9632
+ #: src/wizards/plugin.php:248
9633
+ msgid "Where to find Shield"
9634
+ msgstr "Mistä Shield löytyy"
9635
+
9636
+ #: src/wizards/plugin.php:249
9637
+ msgid "Accessing Each Module"
9638
+ msgstr "Kuhunkin moduliin pääsy"
9639
+
9640
+ #: src/wizards/plugin.php:250
9641
+ msgid "Accessing Options"
9642
+ msgstr "Valintoihin pääsy"
9643
+
9644
+ #: src/wizards/plugin.php:251
9645
+ msgid "Launching Wizards"
9646
+ msgstr "Velhojen käynnistys"
9647
+
9648
+ #: src/wizards/plugin.php:252
9649
+ msgid "Finding Help"
9650
+ msgstr "Avun löytäminen"
9651
+
9652
+ #: src/wizards/plugin.php:253
9653
+ msgid "Actions (not Options)"
9654
+ msgstr "Toiminnot (EI valinnat)"
9655
+
9656
+ #: src/wizards/plugin.php:254
9657
+ msgid "Help For Each Option"
9658
+ msgstr "Apua kuhunkin valintaan"
9659
+
9660
+ #: src/wizards/plugin.php:255
9661
+ msgid "Module On/Off Switch"
9662
+ msgstr "Modulin Päälle/Pois kytkin"
9663
+
9664
+ #: src/wizards/plugin.php:258
9665
+ #, php-format
9666
+ msgid "You'll find the main %s settings in the left-hand WordPress menu."
9667
+ msgstr "Löydät %s pääasetukset vasemmalta WordPress-valikosta."
9668
+
9669
+ #: src/wizards/plugin.php:259
9670
+ msgid ""
9671
+ "Shield is split up into independent modules for accessing the options of "
9672
+ "each feature."
9673
+ msgstr ""
9674
+ "Shield on jaettu erillisiin moduleihin kunkin ominaisuuksien valintoihin "
9675
+ "pääsyn helpottamiseksi."
9676
+
9677
+ #: src/wizards/plugin.php:260
9678
+ msgid ""
9679
+ "When you load a module, you can access the options by clicking on the "
9680
+ "Options Panel link."
9681
+ msgstr ""
9682
+ "Kun lataat modulin, pääset valintoihin klikkaamalla Valinnat-panelin linkkiä."
9683
+
9684
+ #: src/wizards/plugin.php:261
9685
+ msgid "Launch helpful walk-through wizards for modules that have them."
9686
+ msgstr "Käynnistä modulien vaihe-vaiheelta velhot, mikäli modulissa se on."
9687
+
9688
+ #: src/wizards/plugin.php:262
9689
+ msgid ""
9690
+ "Each module also has a brief overview help section - there is more in-depth "
9691
+ "help available."
9692
+ msgstr ""
9693
+ "Kussakin modulissa on myös lyhyt yleiskatsausosa - siitä löytyy lisää "
9694
+ "syvempää apua."
9695
+
9696
+ #: src/wizards/plugin.php:263
9697
+ msgid ""
9698
+ "Certain modules have extra actions and features, e.g. Audit Trail Viewer."
9699
+ msgstr ""
9700
+ "Joissain moduleissa on ylimääräisiä toimintoja ja ominaisuuksia, kuten "
9701
+ "tapahtumien jälkien tarkastelu."
9702
+
9703
+ #: src/wizards/plugin.php:264
9704
+ msgid "Note: Not all modules have the actions section"
9705
+ msgstr "Ilmoitus: Kaikissa moduleissa ei ole toiminnot-osaa"
9706
+
9707
+ #: src/wizards/plugin.php:265
9708
+ msgid ""
9709
+ "Each module has an Enable/Disable checkbox to turn on/off all processing for "
9710
+ "that module"
9711
+ msgstr ""
9712
+ "Kussakin modulissa on Päälle/Pois päältä- valinta, jolla voit laittaa päälle "
9713
+ "tai pois päältä kaikki kyseisen modulin prosessit"
9714
+
9715
+ #: src/wizards/plugin.php:266
9716
+ msgid ""
9717
+ "To help you understand each option, most of them have a more info link, and/"
9718
+ "or a blog link, to read more"
9719
+ msgstr ""
9720
+ "Kunkin valinnan ymmärtämiseksi on useimmissa lisäinfo-linkki, ja/tai "
9721
+ "blogilinkki lisätietojen saamiseksi"
9722
+
9723
+ #: src/wizards/plugin.php:361
9724
+ msgid "Success!"
9725
+ msgstr "Onnistui!"
9726
+
9727
+ #: src/wizards/plugin.php:382
9728
+ #, fuzzy
9729
+ msgid "License was found and successfully installed."
9730
+ msgstr "Lisenssi löytyi ja asennettiin onnistuneesti."
9731
+
9732
+ #: src/wizards/plugin.php:385
9733
+ #, fuzzy
9734
+ msgid "License could not be found."
9735
+ msgstr "Lisenssiä ei löytynyt."
9736
+
9737
+ #: src/wizards/plugin.php:415
9738
+ msgid "Options imported successfully to your site."
9739
+ msgstr "Valintojen tuonti sivustollesi onnistui."
9740
+
9741
+ #: src/wizards/plugin.php:416
9742
+ msgid "Secret key was empty."
9743
+ msgstr "Salainen avain oli tyhjä."
9744
+
9745
+ #: src/wizards/plugin.php:417
9746
+ msgid "Secret key was not 40 characters long."
9747
+ msgstr "Salainen avain ei ollut 40 merkkiä pitkä."
9748
+
9749
+ #: src/wizards/plugin.php:418
9750
+ msgid ""
9751
+ "Secret key contains invalid characters - it should be letters and numbers "
9752
+ "only."
9753
+ msgstr ""
9754
+ "Salainen avain sisältää vääränlaisia merkkejä - PITÄÄ olla VAIN kirjaimia ja "
9755
+ "numeroita."
9756
+
9757
+ #: src/wizards/plugin.php:419
9758
+ msgid "Source site URL could not be parsed correctly."
9759
+ msgstr "Lähdesivuston URL-osoitetta ei voitu jäsentää kunnolla."
9760
+
9761
+ #: src/wizards/plugin.php:420
9762
+ msgid "Could not parse the response from the site."
9763
+ msgstr "Ei voitu jäsentää sivuston vastausta."
9764
+
9765
+ #: src/wizards/plugin.php:421
9766
+ msgid "Check the secret key is correct for the remote site."
9767
+ msgstr "Tarkasta, että etäsivuston salainen avain on oikea."
9768
+
9769
+ #: src/wizards/plugin.php:422
9770
+ msgid "Failure response returned from the site."
9771
+ msgstr "Väärä vastaus palautettiin sivustolta."
9772
+
9773
+ #: src/wizards/plugin.php:423
9774
+ #, php-format
9775
+ msgid "Remote site responded with - %s"
9776
+ msgstr "Etäsivusto vastasi - %s"
9777
+
9778
+ #: src/wizards/plugin.php:424
9779
+ msgid "Data returned from the site was empty."
9780
+ msgstr "Sivustolta palautettu data oli tyhjä."
9781
+
9782
+ #: src/wizards/plugin.php:456
9783
+ msgid "Security Admin setup was successful."
9784
+ msgstr "Tietoturvapäällikön asennus onnistui."
9785
+
9786
+ #: src/wizards/plugin.php:475 src/wizards/plugin.php:508
9787
+ #: src/wizards/plugin.php:541 src/wizards/plugin.php:579
9788
+ #: src/wizards/plugin.php:688
9789
+ msgid "No changes were made as no option was selected"
9790
+ msgstr "Muutoksia ei tehty, koska yhtään valintaa ei ole valittu"
9791
+
9792
+ #: src/wizards/plugin.php:492 src/wizards/plugin.php:525
9793
+ #: src/wizards/plugin.php:561 src/wizards/plugin.php:708
9794
+ #, php-format
9795
+ msgid "%s setting could not be changed at this time."
9796
+ msgstr "%s asetusta ei voi muuttaa tällä hetkellä."
9797
+
9798
+ #: src/wizards/plugin.php:589 src/wizards/plugin.php:599
9799
+ msgid "Preferences have been saved."
9800
+ msgstr "Asetukset on talletettu."
9801
+
9802
+ #: src/wizards/plugin.php:651
9803
+ #, fuzzy
9804
+ msgid "Search item added."
9805
+ msgstr "Hakuehto lisättiin."
9806
+
9807
+ #: src/wizards/plugin.php:670
9808
+ #, fuzzy
9809
+ msgid "All entries were deleted"
9810
+ msgstr "Kaikki merkinnät poistettiin"
9811
+
9812
+ #: src/wizards/plugin.php:673
9813
+ #, fuzzy
9814
+ msgid "Please check the box to confirm deletion."
9815
+ msgstr "Vahvista poisto valitsemalla ruutu."
languages/wp-simple-firewall-pt_BR.mo CHANGED
Binary file
languages/wp-simple-firewall-pt_BR.po ADDED
@@ -0,0 +1,9694 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of Plugin: Shield Security in Portuguese (Brazil)
2
+ # This file is distributed under the same license as the Plugin: Shield Security package.
3
+ msgid ""
4
+ msgstr ""
5
+ "Project-Id-Version: Plugin: Shield Security\n"
6
+ "POT-Creation-Date: 2019-05-17 17:28+0100\n"
7
+ "PO-Revision-Date: 2019-05-17 17:33+0100\n"
8
+ "Last-Translator: \n"
9
+ "Language-Team: \n"
10
+ "Language: pt_BR\n"
11
+ "MIME-Version: 1.0\n"
12
+ "Content-Type: text/plain; charset=UTF-8\n"
13
+ "Content-Transfer-Encoding: 8bit\n"
14
+ "Plural-Forms: nplurals=2; plural=(n > 1);\n"
15
+ "X-Generator: Poedit 2.2.2\n"
16
+
17
+ #: icwp-plugin-controller.php:671
18
+ #, fuzzy
19
+ msgid "Update Now To Keep Your Security Current With The Latest Features."
20
+ msgstr ""
21
+ "Atualize agora para manter sua segurança atual com os recursos mais recentes."
22
+
23
+ #: src/features/admin_access_restriction.php:74
24
+ msgid "Security Admin Access Key Accepted."
25
+ msgstr "Chave de Segurança de Acesso do Admin Aceita."
26
+
27
+ #: src/features/admin_access_restriction.php:75
28
+ msgid "Please wait"
29
+ msgstr "Por favor, aguarde"
30
+
31
+ #: src/features/admin_access_restriction.php:78
32
+ msgid "Failed to process key - you may need to re-login to WordPress."
33
+ msgstr "Falha ao processar a chave - tenha refazer o login no WordPress."
34
+
35
+ #: src/features/admin_access_restriction.php:87
36
+ #, fuzzy
37
+ msgid "Security access key incorrect."
38
+ msgstr "Chave de acesso de segurança incorrecta."
39
+
40
+ #: src/features/admin_access_restriction.php:89
41
+ #, fuzzy, php-format
42
+ msgid "Attempts remaining: %s."
43
+ msgstr "Tentativas restantes: %s."
44
+
45
+ #: src/features/admin_access_restriction.php:92
46
+ #, fuzzy
47
+ msgid "No attempts remaining."
48
+ msgstr "Não há mais tentativas."
49
+
50
+ #: src/features/admin_access_restriction.php:126
51
+ msgid "Enter your Security Admin Access Key"
52
+ msgstr "Informe sua Chave de Segurança de Acesso do Admin"
53
+
54
+ #: src/features/admin_access_restriction.php:313
55
+ #, fuzzy
56
+ msgid "Security Admin key accepted."
57
+ msgstr "Chave de Segurança Admin aceite."
58
+
59
+ #: src/features/admin_access_restriction.php:316
60
+ #, fuzzy
61
+ msgid "Security Admin key not accepted."
62
+ msgstr "Chave de administração de segurança não aceita."
63
+
64
+ #: src/features/admin_access_restriction.php:519
65
+ #: src/features/admin_access_restriction.php:521
66
+ #, fuzzy
67
+ msgid "Security Admin session has timed-out."
68
+ msgstr "A sessão de administração de segurança esgotou-se."
69
+
70
+ #: src/features/admin_access_restriction.php:519
71
+ #, fuzzy
72
+ msgid "Reload now?"
73
+ msgstr "Recarregar agora?"
74
+
75
+ #: src/features/admin_access_restriction.php:520
76
+ #, fuzzy
77
+ msgid "Security Admin session has nearly timed-out."
78
+ msgstr "A sessão de administração de segurança está quase esgotada."
79
+
80
+ #: src/features/admin_access_restriction.php:535
81
+ #: src/features/admin_access_restriction.php:548
82
+ #: src/features/admin_access_restriction.php:639
83
+ #: src/features/admin_access_restriction.php:700 src/features/plugin.php:1371
84
+ #: src/features/plugin.php:1373 src/wizards/base_wpsf.php:59
85
+ msgid "Security Admin"
86
+ msgstr "Segurança do Admin"
87
+
88
+ #: src/features/admin_access_restriction.php:536
89
+ #, fuzzy, php-format
90
+ msgid "Prevent Tampering With %s Settings"
91
+ msgstr "Prevenir adulteração com %s Configurações"
92
+
93
+ #: src/features/admin_access_restriction.php:551
94
+ #, fuzzy
95
+ msgid "Security plugin is protected against tampering"
96
+ msgstr "O plugin de segurança está protegido contra adulteração"
97
+
98
+ #: src/features/admin_access_restriction.php:552
99
+ #, fuzzy
100
+ msgid "Security plugin is vulnerable to tampering"
101
+ msgstr "O plugin de segurança é vulnerável a adulterações"
102
+
103
+ #: src/features/admin_access_restriction.php:559
104
+ #, fuzzy
105
+ msgid "Important Options"
106
+ msgstr "Opções importantes"
107
+
108
+ #: src/features/admin_access_restriction.php:562
109
+ #, fuzzy
110
+ msgid "Important WP options are protected against tampering"
111
+ msgstr "Opções importantes do WP são protegidas contra adulteração"
112
+
113
+ #: src/features/admin_access_restriction.php:563
114
+ #, fuzzy
115
+ msgid "Important WP options aren't protected against tampering"
116
+ msgstr "Opções importantes do WP não estão protegidas contra adulteração"
117
+
118
+ #: src/features/admin_access_restriction.php:570
119
+ #, fuzzy
120
+ msgid "WP Admins"
121
+ msgstr "WP Admins"
122
+
123
+ #: src/features/admin_access_restriction.php:573
124
+ #, fuzzy
125
+ msgid "Admin users are protected against tampering"
126
+ msgstr "Os usuários administrativos são protegidos contra adulteração"
127
+
128
+ #: src/features/admin_access_restriction.php:574
129
+ #, fuzzy
130
+ msgid "Admin users aren't protected against tampering"
131
+ msgstr "Usuários administradores não estão protegidos contra adulteração"
132
+
133
+ #: src/features/admin_access_restriction.php:591
134
+ msgid "Security Admin Protection"
135
+ msgstr "Proteção de segurança do administrador"
136
+
137
+ #: src/features/admin_access_restriction.php:600
138
+ msgid "The Security Admin protection is not active."
139
+ msgstr "A proteção de segurança do administrador não está ativa."
140
+
141
+ #: src/features/admin_access_restriction.php:604
142
+ #: src/features/autoupdates.php:218 src/features/base.php:1533
143
+ #: src/features/base_wpsf.php:188 src/features/base_wpsf.php:238
144
+ #: src/features/hack_protect.php:1043 src/features/hack_protect.php:1064
145
+ #: src/features/hack_protect.php:1085 src/features/hack_protect.php:1106
146
+ #: src/features/hack_protect.php:1127 src/features/insights.php:405
147
+ #: src/features/insights.php:649 src/features/lockdown.php:80
148
+ #: src/features/user_management.php:451
149
+ msgid "Options"
150
+ msgstr "Opções"
151
+
152
+ #: src/features/admin_access_restriction.php:605
153
+ msgid "Security Admin should be turned-on to protect your security settings."
154
+ msgstr ""
155
+ "Segurança do administrador deve estar ativada para proteger suas "
156
+ "configurações de segurança."
157
+
158
+ #: src/features/admin_access_restriction.php:635
159
+ #: src/features/audit_trail.php:430 src/features/autoupdates.php:318
160
+ #: src/features/base.php:1526 src/features/base_wpsf.php:183
161
+ #: src/features/base_wpsf.php:233 src/features/comments_filter.php:236
162
+ #: src/features/firewall.php:132 src/features/hack_protect.php:1297
163
+ #: src/features/headers.php:180 src/features/ips.php:406
164
+ #: src/features/lockdown.php:159 src/features/login_protect.php:767
165
+ #: src/features/sessions.php:41 src/features/statistics.php:30
166
+ #: src/features/statistics.php:39 src/features/traffic.php:210
167
+ #: src/features/user_management.php:543
168
+ msgid "On"
169
+ msgstr "Ligado"
170
+
171
+ #: src/features/admin_access_restriction.php:635
172
+ #: src/features/audit_trail.php:430 src/features/autoupdates.php:318
173
+ #: src/features/base.php:1527 src/features/base_wpsf.php:184
174
+ #: src/features/base_wpsf.php:234 src/features/comments_filter.php:236
175
+ #: src/features/firewall.php:132 src/features/hack_protect.php:1297
176
+ #: src/features/headers.php:180 src/features/ips.php:406
177
+ #: src/features/lockdown.php:159 src/features/login_protect.php:767
178
+ #: src/features/sessions.php:41 src/features/statistics.php:30
179
+ #: src/features/statistics.php:39 src/features/traffic.php:210
180
+ #: src/features/user_management.php:543
181
+ msgid "Off"
182
+ msgstr "Desligado"
183
+
184
+ #: src/features/admin_access_restriction.php:636
185
+ #: src/features/audit_trail.php:431 src/features/autoupdates.php:319
186
+ #: src/features/comments_filter.php:237 src/features/firewall.php:133
187
+ #: src/features/hack_protect.php:1298 src/features/headers.php:181
188
+ #: src/features/ips.php:407 src/features/lockdown.php:160
189
+ #: src/features/login_protect.php:766 src/features/sessions.php:42
190
+ #: src/features/statistics.php:31 src/features/statistics.php:40
191
+ #: src/features/traffic.php:211 src/features/user_management.php:544
192
+ #, php-format
193
+ msgid "Enable Module: %s"
194
+ msgstr "Ativar Módulo: %s"
195
+
196
+ #: src/features/admin_access_restriction.php:638
197
+ #: src/features/admin_access_restriction.php:647
198
+ #: src/features/admin_access_restriction.php:656
199
+ #: src/features/admin_access_restriction.php:666
200
+ #: src/features/audit_trail.php:433 src/features/audit_trail.php:441
201
+ #: src/features/audit_trail.php:450 src/features/audit_trail.php:462
202
+ #: src/features/autoupdates.php:321 src/features/autoupdates.php:329
203
+ #: src/features/autoupdates.php:339 src/features/autoupdates.php:350
204
+ #: src/features/autoupdates.php:360 src/features/base_wpsf.php:398
205
+ #: src/features/comments_filter.php:239 src/features/comments_filter.php:248
206
+ #: src/features/comments_filter.php:255 src/features/comments_filter.php:265
207
+ #: src/features/comments_filter.php:273 src/features/firewall.php:135
208
+ #: src/features/hack_protect.php:1283 src/features/hack_protect.php:1291
209
+ #: src/features/hack_protect.php:1300 src/features/hack_protect.php:1309
210
+ #: src/features/hack_protect.php:1319 src/features/hack_protect.php:1328
211
+ #: src/features/hack_protect.php:1337 src/features/hack_protect.php:1347
212
+ #: src/features/hack_protect.php:1356 src/features/hack_protect.php:1365
213
+ #: src/features/headers.php:183 src/features/headers.php:191
214
+ #: src/features/headers.php:200 src/features/ips.php:409
215
+ #: src/features/ips.php:419 src/features/license.php:717
216
+ #: src/features/lockdown.php:162 src/features/lockdown.php:170
217
+ #: src/features/lockdown.php:179 src/features/lockdown.php:188
218
+ #: src/features/login_protect.php:769 src/features/login_protect.php:778
219
+ #: src/features/login_protect.php:788 src/features/login_protect.php:797
220
+ #: src/features/login_protect.php:806 src/features/login_protect.php:816
221
+ #: src/features/login_protect.php:825 src/features/login_protect.php:834
222
+ #: src/features/plugin.php:1137 src/features/plugin.php:1145
223
+ #: src/features/plugin.php:1152 src/features/plugin.php:1167
224
+ #: src/features/sessions.php:44 src/features/statistics.php:33
225
+ #: src/features/statistics.php:42 src/features/statistics.php:50
226
+ #: src/features/traffic.php:213 src/features/traffic.php:221
227
+ #: src/features/user_management.php:546 src/features/user_management.php:555
228
+ #: src/features/user_management.php:564 src/features/user_management.php:573
229
+ #: src/features/user_management.php:582 src/features/user_management.php:592
230
+ msgid "Purpose"
231
+ msgstr "Propósito"
232
+
233
+ #: src/features/admin_access_restriction.php:638
234
+ #: src/features/admin_access_restriction.php:647
235
+ msgid ""
236
+ "Restricts access to this plugin preventing unauthorized changes to your "
237
+ "security settings."
238
+ msgstr ""
239
+ "Restringe o acesso a este plug-in, impedindo alterações não autorizadas em "
240
+ "suas configurações de segurança."
241
+
242
+ #: src/features/admin_access_restriction.php:639
243
+ #: src/features/admin_access_restriction.php:648
244
+ #: src/features/admin_access_restriction.php:657
245
+ #: src/features/audit_trail.php:434 src/features/audit_trail.php:442
246
+ #: src/features/audit_trail.php:451 src/features/autoupdates.php:322
247
+ #: src/features/autoupdates.php:330 src/features/autoupdates.php:342
248
+ #: src/features/autoupdates.php:351 src/features/base_wpsf.php:399
249
+ #: src/features/comments_filter.php:240 src/features/comments_filter.php:256
250
+ #: src/features/comments_filter.php:266 src/features/comments_filter.php:274
251
+ #: src/features/firewall.php:136 src/features/firewall.php:144
252
+ #: src/features/firewall.php:155 src/features/firewall.php:164
253
+ #: src/features/hack_protect.php:1292 src/features/hack_protect.php:1301
254
+ #: src/features/hack_protect.php:1310 src/features/hack_protect.php:1320
255
+ #: src/features/hack_protect.php:1329 src/features/hack_protect.php:1339
256
+ #: src/features/hack_protect.php:1348 src/features/hack_protect.php:1357
257
+ #: src/features/hack_protect.php:1366 src/features/headers.php:184
258
+ #: src/features/headers.php:192 src/features/headers.php:201
259
+ #: src/features/ips.php:410 src/features/ips.php:420 src/features/ips.php:432
260
+ #: src/features/ips.php:442 src/features/ips.php:455 src/features/ips.php:466
261
+ #: src/features/license.php:718 src/features/lockdown.php:163
262
+ #: src/features/lockdown.php:171 src/features/lockdown.php:180
263
+ #: src/features/lockdown.php:189 src/features/login_protect.php:770
264
+ #: src/features/login_protect.php:779 src/features/login_protect.php:789
265
+ #: src/features/login_protect.php:807 src/features/login_protect.php:826
266
+ #: src/features/login_protect.php:937 src/features/plugin.php:1169
267
+ #: src/features/sessions.php:45 src/features/statistics.php:34
268
+ #: src/features/statistics.php:43 src/features/statistics.php:51
269
+ #: src/features/traffic.php:214 src/features/traffic.php:222
270
+ #: src/features/user_management.php:547 src/features/user_management.php:556
271
+ #: src/features/user_management.php:565 src/features/user_management.php:574
272
+ #: src/features/user_management.php:583 src/features/user_management.php:593
273
+ msgid "Recommendation"
274
+ msgstr "Recomendação"
275
+
276
+ #: src/features/admin_access_restriction.php:639
277
+ #: src/features/audit_trail.php:434 src/features/autoupdates.php:322
278
+ #: src/features/comments_filter.php:240 src/features/firewall.php:136
279
+ #: src/features/hack_protect.php:1301 src/features/hack_protect.php:1310
280
+ #: src/features/hack_protect.php:1320 src/features/hack_protect.php:1329
281
+ #: src/features/ips.php:410 src/features/ips.php:420
282
+ #: src/features/lockdown.php:163 src/features/login_protect.php:770
283
+ #: src/features/sessions.php:45 src/features/statistics.php:34
284
+ #: src/features/statistics.php:43 src/features/user_management.php:547
285
+ #, php-format
286
+ msgid "Keep the %s feature turned on."
287
+ msgstr "Mantenha a função %s ligada."
288
+
289
+ #: src/features/admin_access_restriction.php:640
290
+ msgid "You need to also enter a new Access Key to enable this feature."
291
+ msgstr ""
292
+ "Você também precisa inserir uma nova chave de acesso para ativar esse recurso."
293
+
294
+ #: src/features/admin_access_restriction.php:645
295
+ msgid "Security Admin Restriction Settings"
296
+ msgstr "Configurações de Restrição de Segurança do Admin"
297
+
298
+ #: src/features/admin_access_restriction.php:648
299
+ #: src/features/admin_access_restriction.php:657
300
+ #: src/features/comments_filter.php:256 src/features/comments_filter.php:274
301
+ #: src/features/login_protect.php:807 src/features/login_protect.php:826
302
+ #: src/features/plugin.php:1170 src/features/user_management.php:556
303
+ #: src/features/user_management.php:565 src/features/user_management.php:574
304
+ #: src/features/user_management.php:583 src/features/user_management.php:593
305
+ msgid "Use of this feature is highly recommend."
306
+ msgstr "O uso desse recurso é altamente recomendável."
307
+
308
+ #: src/features/admin_access_restriction.php:650
309
+ msgid "Security Admin Settings"
310
+ msgstr "Configurações de Segurança do Admin"
311
+
312
+ #: src/features/admin_access_restriction.php:654
313
+ msgid "Security Admin Restriction Zones"
314
+ msgstr "Restrição de Zonas de Segurança do Admin"
315
+
316
+ #: src/features/admin_access_restriction.php:656
317
+ msgid ""
318
+ "Restricts access to key WordPress areas for all users not authenticated with "
319
+ "the Security Admin Access system."
320
+ msgstr ""
321
+ "Restringe acesso a áreas chave do WordPress para todos os usuários não "
322
+ "autenticados com o sistema de Acesso Seguro do Admin."
323
+
324
+ #: src/features/admin_access_restriction.php:659
325
+ msgid "Access Restriction Zones"
326
+ msgstr "Restrição de Acesso a Zonas"
327
+
328
+ #: src/features/admin_access_restriction.php:663
329
+ #: src/features/admin_access_restriction.php:676
330
+ #: src/features/admin_access_restriction.php:779
331
+ msgid "White Label"
332
+ msgstr "White Label"
333
+
334
+ #: src/features/admin_access_restriction.php:667
335
+ #, php-format
336
+ msgid "Rename and re-brand the %s plugin for your client site installations."
337
+ msgstr ""
338
+ "Renomeie e inclua sua marca no plugin %s na instalação do site de seu cliente."
339
+
340
+ #: src/features/admin_access_restriction.php:671
341
+ #: src/features/comments_filter.php:347 src/features/hack_protect.php:1544
342
+ #: src/features/hack_protect.php:1545 src/features/login_protect.php:917
343
+ #: src/features/plugin.php:1315 src/features/plugin.php:1322
344
+ #: src/features/user_management.php:717 src/features/user_management.php:734
345
+ #: src/processors/loginprotect_intentprovider_backup.php:29
346
+ msgid "Important"
347
+ msgstr "Importante"
348
+
349
+ #: src/features/admin_access_restriction.php:672
350
+ msgid "The Security Admin system must be active for these settings to apply."
351
+ msgstr ""
352
+ "O sistema de administração de segurança deve estar ativo para que essas "
353
+ "configurações sejam aplicadas."
354
+
355
+ #: src/features/admin_access_restriction.php:700
356
+ #: src/features/audit_trail.php:492 src/features/autoupdates.php:385
357
+ #: src/features/comments_filter.php:330 src/features/firewall.php:188
358
+ #: src/features/hack_protect.php:1389 src/features/headers.php:226
359
+ #: src/features/ips.php:491 src/features/lockdown.php:214
360
+ #: src/features/login_protect.php:859 src/features/plugin.php:1217
361
+ #: src/features/sessions.php:69 src/features/statistics.php:78
362
+ #: src/features/statistics.php:84 src/features/traffic.php:247
363
+ #: src/features/user_management.php:617
364
+ #, php-format
365
+ msgid "Enable %s Module"
366
+ msgstr "Ativar Módulo %s"
367
+
368
+ #: src/features/admin_access_restriction.php:701
369
+ msgid "Enforce Security Admin Access Restriction"
370
+ msgstr "Forçar Restrição de Acesso a Segurança do Admin"
371
+
372
+ #: src/features/admin_access_restriction.php:702
373
+ msgid ""
374
+ "Enable this with great care and consideration. Ensure that you set a key that "
375
+ "you have set an access key that you will remember."
376
+ msgstr ""
377
+ "Ative isso com muito cuidado e atenção. Certifique-se de definir uma chave de "
378
+ "acesso que você irá se lembrar."
379
+
380
+ #: src/features/admin_access_restriction.php:706
381
+ msgid "Security Admin Access Key"
382
+ msgstr "Chave de Acesso à Segurança do Admin"
383
+
384
+ #: src/features/admin_access_restriction.php:707
385
+ msgid "Provide/Update Security Admin Access Key"
386
+ msgstr "Fornecer/Atualizar a Chave de Acesso à Segurança do Admin"
387
+
388
+ #: src/features/admin_access_restriction.php:708
389
+ #: src/features/admin_access_restriction.php:737
390
+ #: src/features/admin_access_restriction.php:744
391
+ #: src/features/admin_access_restriction.php:751
392
+ #: src/features/admin_access_restriction.php:757
393
+ #: src/features/admin_access_restriction.php:763
394
+ msgid "Careful"
395
+ msgstr "Cuidado"
396
+
397
+ #: src/features/admin_access_restriction.php:708
398
+ msgid ""
399
+ "If you forget this, you could potentially lock yourself out from using this "
400
+ "plugin."
401
+ msgstr "Se você esquecer isso, você poderá ser bloqueado de usar este plugin."
402
+
403
+ #: src/features/admin_access_restriction.php:709
404
+ msgid "Security Key Currently Set"
405
+ msgstr "Chave de Segurança Definita Atualmente"
406
+
407
+ #: src/features/admin_access_restriction.php:709
408
+ msgid "Security Key NOT Currently Set"
409
+ msgstr "Chave de Segurança NÃO ESTÁ Definita Atualmente"
410
+
411
+ #: src/features/admin_access_restriction.php:710
412
+ #, fuzzy, php-format
413
+ msgid "To delete the current security key, type exactly \"%s\" and save."
414
+ msgstr ""
415
+ "Para apagar a chave de segurança atual, digite exatamente \"%s\" e salve."
416
+
417
+ #: src/features/admin_access_restriction.php:714
418
+ #, fuzzy
419
+ msgid "Security Admins"
420
+ msgstr "Administradores de Segurança"
421
+
422
+ #: src/features/admin_access_restriction.php:715
423
+ #, fuzzy
424
+ msgid "Persistent Security Admins"
425
+ msgstr "Administradores de Segurança Persistentes"
426
+
427
+ #: src/features/admin_access_restriction.php:716
428
+ #, fuzzy
429
+ msgid ""
430
+ "Users provided will be security admins automatically, without needing the "
431
+ "security key."
432
+ msgstr ""
433
+ "Os usuários fornecidos serão administradores de segurança automaticamente, "
434
+ "sem precisar da chave de segurança."
435
+
436
+ #: src/features/admin_access_restriction.php:717
437
+ #, fuzzy
438
+ msgid "Enter admin username, email or ID."
439
+ msgstr "Digite o nome de usuário do administrador, e-mail ou ID."
440
+
441
+ #: src/features/admin_access_restriction.php:717
442
+ #, fuzzy
443
+ msgid "1 entry per-line."
444
+ msgstr "1 entrada por linha."
445
+
446
+ #: src/features/admin_access_restriction.php:718
447
+ #: src/features/admin_access_restriction.php:738
448
+ #: src/features/admin_access_restriction.php:745
449
+ #: src/features/admin_access_restriction.php:766
450
+ #: src/features/audit_trail.php:463 src/features/hack_protect.php:1406
451
+ #: src/features/headers.php:299 src/features/ips.php:346
452
+ #: src/features/login_protect.php:780 src/features/login_protect.php:808
453
+ #: src/features/login_protect.php:817 src/features/login_protect.php:835
454
+ #: src/features/login_protect.php:908 src/features/login_protect.php:916
455
+ #: src/features/login_protect.php:930 src/features/plugin.php:1171
456
+ #: src/features/plugin.php:1175 src/features/plugin.php:1274
457
+ msgid "Note"
458
+ msgstr "Nota"
459
+
460
+ #: src/features/admin_access_restriction.php:718
461
+ #, fuzzy
462
+ msgid "Verified users will be converted to usernames."
463
+ msgstr "Os usuários verificados serão convertidos em nomes de usuário."
464
+
465
+ #: src/features/admin_access_restriction.php:722
466
+ msgid "Security Admin Timeout"
467
+ msgstr "Tempo Esgotado à Segurança do Admin"
468
+
469
+ #: src/features/admin_access_restriction.php:723
470
+ msgid "Specify An Automatic Timeout Interval For Security Admin Access"
471
+ msgstr ""
472
+ "Especifique um Limite de Tempo para Finalizar Automaticamente o Acesso à "
473
+ "Seguro ao Admin"
474
+
475
+ #: src/features/admin_access_restriction.php:724
476
+ msgid "This will automatically expire your Security Admin Session."
477
+ msgstr "Isso expirará automaticamente sua Sessão Segura ao Admin."
478
+
479
+ #: src/features/admin_access_restriction.php:728
480
+ #: src/features/audit_trail.php:501 src/features/base.php:1565
481
+ #: src/features/hack_protect.php:1397 src/features/hack_protect.php:1471
482
+ #: src/features/login_protect.php:960 src/features/login_protect.php:1003
483
+ #: src/features/login_protect.php:1010 src/features/user_management.php:641
484
+ #: src/features/user_management.php:737
485
+ msgid "Default"
486
+ msgstr "Padrão"
487
+
488
+ #: src/features/admin_access_restriction.php:735
489
+ msgid "Pages"
490
+ msgstr "Páginas"
491
+
492
+ #: src/features/admin_access_restriction.php:736
493
+ msgid "Restrict Access To Key WordPress Posts And Pages Actions"
494
+ msgstr "Restringir Acesso as Ações Chave de Posts e Páginas do WordPress"
495
+
496
+ #: src/features/admin_access_restriction.php:737
497
+ msgid "This will restrict access to page/post creation, editing and deletion."
498
+ msgstr "Isso restringirá o acesso à criação, edição e exclusão de página/post."
499
+
500
+ #: src/features/admin_access_restriction.php:738
501
+ #: src/features/admin_access_restriction.php:745
502
+ #: src/features/admin_access_restriction.php:768
503
+ #, php-format
504
+ msgid "Selecting \"%s\" will also restrict all other options."
505
+ msgstr "Selecionando \"%s\" também restringirá todas as outras opções."
506
+
507
+ #: src/features/admin_access_restriction.php:738
508
+ msgid "Edit"
509
+ msgstr "Editar"
510
+
511
+ #: src/features/admin_access_restriction.php:742
512
+ #: src/features/audit_trail.php:201 src/features/audit_trail.php:517
513
+ #: src/features/audit_trail.php:518 src/features/autoupdates.php:418
514
+ #: src/features/insights.php:547 src/features/insights.php:558
515
+ msgid "Plugins"
516
+ msgstr "Plugins"
517
+
518
+ #: src/features/admin_access_restriction.php:743
519
+ msgid "Restrict Access To Key WordPress Plugin Actions"
520
+ msgstr "Restringir Acesso a Ações Chave de Plugin do WordPress"
521
+
522
+ #: src/features/admin_access_restriction.php:744
523
+ msgid ""
524
+ "This will restrict access to plugin installation, update, activation and "
525
+ "deletion."
526
+ msgstr ""
527
+ "Isso restringirá acesso a instalação, atualização, ativação e exclusão de "
528
+ "plugin."
529
+
530
+ #: src/features/admin_access_restriction.php:745
531
+ #: src/features/admin_access_restriction.php:771
532
+ msgid "Activate"
533
+ msgstr "Ativar"
534
+
535
+ #: src/features/admin_access_restriction.php:749
536
+ msgid "WordPress Options"
537
+ msgstr "Opções do WordPress"
538
+
539
+ #: src/features/admin_access_restriction.php:750
540
+ msgid "Restrict Access To Certain WordPress Admin Options"
541
+ msgstr "Restringir Acesso a Certas Opções de Admin do WordPress"
542
+
543
+ #: src/features/admin_access_restriction.php:751
544
+ msgid ""
545
+ "This will restrict the ability of WordPress administrators from changing key "
546
+ "WordPress settings."
547
+ msgstr ""
548
+ "Isso irá restringir a habilidade dos administradores do WordPress de mudar "
549
+ "configurações chave do WordPress."
550
+
551
+ #: src/features/admin_access_restriction.php:755
552
+ msgid "Admin Users"
553
+ msgstr "Usuários Administradores"
554
+
555
+ #: src/features/admin_access_restriction.php:756
556
+ msgid "Restrict Access To Create/Delete/Modify Other Admin Users"
557
+ msgstr ""
558
+ "Restringir Acesso a Criar/Apagar/Modificar Outros Usuários Administradores"
559
+
560
+ #: src/features/admin_access_restriction.php:757
561
+ msgid ""
562
+ "This will restrict the ability of WordPress administrators from creating, "
563
+ "modifying or promoting other administrators."
564
+ msgstr ""
565
+ "Isso restringirá a habilidade dos administradores do WordPress de criar, "
566
+ "modificar ou promover outros administradores."
567
+
568
+ #: src/features/admin_access_restriction.php:761
569
+ #: src/features/audit_trail.php:202 src/features/audit_trail.php:523
570
+ #: src/features/audit_trail.php:524 src/features/autoupdates.php:430
571
+ #: src/features/insights.php:587 src/features/insights.php:598
572
+ msgid "Themes"
573
+ msgstr "Temas"
574
+
575
+ #: src/features/admin_access_restriction.php:762
576
+ msgid "Restrict Access To WordPress Theme Actions"
577
+ msgstr "Restringir Acesso a Ações de Tema do WordPress"
578
+
579
+ #: src/features/admin_access_restriction.php:763
580
+ msgid ""
581
+ "This will restrict access to theme installation, update, activation and "
582
+ "deletion."
583
+ msgstr ""
584
+ "Isso restringirá acesso a instalação, atualização, ativação e exclusão de "
585
+ "tema."
586
+
587
+ #: src/features/admin_access_restriction.php:770
588
+ #, php-format
589
+ msgid "%s and %s"
590
+ msgstr "%s e %s"
591
+
592
+ #: src/features/admin_access_restriction.php:772
593
+ msgid "Edit Theme Options"
594
+ msgstr "Editar Opções de Tema"
595
+
596
+ #: src/features/admin_access_restriction.php:779
597
+ msgid "Enable"
598
+ msgstr "Ativar"
599
+
600
+ #: src/features/admin_access_restriction.php:780
601
+ msgid "Activate Your White Label Settings"
602
+ msgstr "Ative Suas Configurações de White Label"
603
+
604
+ #: src/features/admin_access_restriction.php:781
605
+ msgid "Turn on/off the application of your White Label settings."
606
+ msgstr "Ligue/Desligue a implementação das configurações White Label."
607
+
608
+ #: src/features/admin_access_restriction.php:784
609
+ msgid "Hide Updates"
610
+ msgstr "Esconder Atualizações"
611
+
612
+ #: src/features/admin_access_restriction.php:785
613
+ msgid "Hide Plugin Updates From Non-Security Admins"
614
+ msgstr "Esconder Atualizações de Plugin de Não-Administradores de Segurança"
615
+
616
+ #: src/features/admin_access_restriction.php:786
617
+ #, php-format
618
+ msgid "Hide available %s updates from non-security administrators."
619
+ msgstr ""
620
+ "Ocultar as atualizações disponíveis de %s de administradores que não são de "
621
+ "segurança."
622
+
623
+ #: src/features/admin_access_restriction.php:789
624
+ #: src/features/admin_access_restriction.php:796
625
+ msgid "Plugin Name"
626
+ msgstr "Nome do Plugin"
627
+
628
+ #: src/features/admin_access_restriction.php:790
629
+ msgid "The Name Of The Plugin"
630
+ msgstr "O Nome do Plugin"
631
+
632
+ #: src/features/admin_access_restriction.php:791
633
+ msgid "The name of the plugin that will be displayed to your site users."
634
+ msgstr "O nome do plugin que será exibido para seus usuários do site."
635
+
636
+ #: src/features/admin_access_restriction.php:794
637
+ msgid "Menu Title"
638
+ msgstr "Título do Menu"
639
+
640
+ #: src/features/admin_access_restriction.php:795
641
+ msgid "The Main Menu Title Of The Plugin"
642
+ msgstr "O Título do Plugin no Menu Principal"
643
+
644
+ #: src/features/admin_access_restriction.php:796
645
+ #, php-format
646
+ msgid ""
647
+ "The Main Menu Title Of The Plugin. If left empty, the \"%s\" will be used."
648
+ msgstr ""
649
+ "O Título do Plugin no Menu Principal. Se deixado vazio, será usado \"%s\"."
650
+
651
+ #: src/features/admin_access_restriction.php:799
652
+ msgid "Company Name"
653
+ msgstr "Nome da empresa"
654
+
655
+ #: src/features/admin_access_restriction.php:800
656
+ msgid "The Name Of Your Company"
657
+ msgstr "O nome da sua empresa"
658
+
659
+ #: src/features/admin_access_restriction.php:801
660
+ msgid "Provide the name of your company."
661
+ msgstr "Forneça o nome da sua empresa."
662
+
663
+ #: src/features/admin_access_restriction.php:804
664
+ msgid "Description"
665
+ msgstr "Descrição"
666
+
667
+ #: src/features/admin_access_restriction.php:805
668
+ msgid "The Description Of The Plugin"
669
+ msgstr "A Descrição do Plugin"
670
+
671
+ #: src/features/admin_access_restriction.php:806
672
+ msgid "The description of the plugin displayed on the plugins page."
673
+ msgstr "A descrição do plugin exibida na página de plugins."
674
+
675
+ #: src/features/admin_access_restriction.php:809
676
+ msgid "Home URL"
677
+ msgstr "URL da Home"
678
+
679
+ #: src/features/admin_access_restriction.php:810
680
+ msgid "Plugin Home Page URL"
681
+ msgstr "URL da Home Page do Plugin"
682
+
683
+ #: src/features/admin_access_restriction.php:811
684
+ msgid ""
685
+ "When a user clicks the home link for this plugin, this is where they'll be "
686
+ "directed."
687
+ msgstr ""
688
+ "Quando o usuário clicar no link da home deste plugin, é para onde ele(a) será "
689
+ "direcionado."
690
+
691
+ #: src/features/admin_access_restriction.php:814
692
+ msgid "Menu Icon"
693
+ msgstr "Ícone do menu"
694
+
695
+ #: src/features/admin_access_restriction.php:815
696
+ msgid "Menu Icon URL"
697
+ msgstr "URL do ícone de menu"
698
+
699
+ #: src/features/admin_access_restriction.php:816
700
+ msgid "The URL of the icon to display in the menu."
701
+ msgstr "A URL do ícone para exibir no menu."
702
+
703
+ #: src/features/admin_access_restriction.php:817
704
+ #: src/features/admin_access_restriction.php:823
705
+ #, php-format
706
+ msgid "The %s should measure %s."
707
+ msgstr "O %s deve medir %s."
708
+
709
+ #: src/features/admin_access_restriction.php:817
710
+ msgid "icon"
711
+ msgstr "ícone"
712
+
713
+ #: src/features/admin_access_restriction.php:820
714
+ msgid "Dashboard Logo"
715
+ msgstr "Logotipo do painel"
716
+
717
+ #: src/features/admin_access_restriction.php:821
718
+ msgid "Dashboard Logo URL"
719
+ msgstr "URL do logotipo do painel"
720
+
721
+ #: src/features/admin_access_restriction.php:822
722
+ msgid "The URL of the logo to display in the admin pages."
723
+ msgstr "A URL do logotipo para exibir nas páginas de administração."
724
+
725
+ #: src/features/admin_access_restriction.php:823
726
+ msgid "logo"
727
+ msgstr "Logotipo"
728
+
729
+ #: src/features/admin_access_restriction.php:826
730
+ #: src/features/admin_access_restriction.php:827
731
+ #, fuzzy
732
+ msgid "2FA Login Logo URL"
733
+ msgstr "2FA Login Login Logo URL"
734
+
735
+ #: src/features/admin_access_restriction.php:828
736
+ #, fuzzy
737
+ msgid ""
738
+ "The URL of the logo to display on the Two-Factor Authentication login page."
739
+ msgstr ""
740
+ "O URL do logotipo a ser exibido na página de login da autenticação de dois "
741
+ "fatores."
742
+
743
+ #: src/features/admin_access_restriction.php:892
744
+ #, fuzzy
745
+ msgid ""
746
+ "Sorry, this plugin is protected against unauthorised attempts to disable it."
747
+ msgstr ""
748
+ "Desculpe, este plugin está protegido contra tentativas não autorizadas de o "
749
+ "desactivar."
750
+
751
+ #: src/features/admin_access_restriction.php:895
752
+ #, fuzzy
753
+ msgid "You'll just need to authenticate first and try again."
754
+ msgstr "Você só precisa se autenticar primeiro e tentar novamente."
755
+
756
+ #: src/features/audit_trail.php:47
757
+ #, fuzzy
758
+ msgid "Invalid audit entry selected for this action"
759
+ msgstr "Entrada de auditoria inválida selecionada para esta ação"
760
+
761
+ #: src/features/audit_trail.php:59
762
+ #, fuzzy
763
+ msgid "Audit entry could not be loaded."
764
+ msgstr "A entrada de auditoria não pôde ser carregada."
765
+
766
+ #: src/features/audit_trail.php:66
767
+ #, fuzzy
768
+ msgid "Parameter associated with this audit entry could not be found."
769
+ msgstr ""
770
+ "O parâmetro associado a esta entrada de auditoria não pôde ser encontrado."
771
+
772
+ #: src/features/audit_trail.php:72
773
+ #, fuzzy, php-format
774
+ msgid "Parameter \"%s\" whitelisted successfully"
775
+ msgstr "Parâmetro \"%s\" listado com sucesso"
776
+
777
+ #: src/features/audit_trail.php:200 src/features/insights.php:245
778
+ #: src/features/user_management.php:429
779
+ msgid "Users"
780
+ msgstr "Usuários"
781
+
782
+ #: src/features/audit_trail.php:203
783
+ msgid "WordPress"
784
+ msgstr "Wordpress"
785
+
786
+ #: src/features/audit_trail.php:204
787
+ msgid "Posts"
788
+ msgstr "Posts"
789
+
790
+ #: src/features/audit_trail.php:205 src/features/audit_trail.php:541
791
+ #: src/features/audit_trail.php:542
792
+ msgid "Emails"
793
+ msgstr "E-mails"
794
+
795
+ #: src/features/audit_trail.php:206 src/processors/user_management.php:229
796
+ msgid "Time"
797
+ msgstr "Tempo"
798
+
799
+ #: src/features/audit_trail.php:207
800
+ msgid "Event"
801
+ msgstr "Evento"
802
+
803
+ #: src/features/audit_trail.php:208
804
+ msgid "Message"
805
+ msgstr "Mensagem"
806
+
807
+ #: src/features/audit_trail.php:209 src/features/user_management.php:212
808
+ #: src/processors/loginprotect_intentprovider_backup.php:171
809
+ #: src/processors/loginprotect_intentprovider_email.php:165
810
+ #: src/processors/user_management.php:198 src/processors/user_management.php:227
811
+ msgid "Username"
812
+ msgstr "Usuário"
813
+
814
+ #: src/features/audit_trail.php:210
815
+ msgid "Category"
816
+ msgstr "Categoria"
817
+
818
+ #: src/features/audit_trail.php:211 src/features/plugin.php:1363
819
+ #: src/processors/firewall.php:411
820
+ #: src/processors/loginprotect_intentprovider_backup.php:172
821
+ #: src/processors/loginprotect_intentprovider_email.php:166
822
+ #: src/processors/user_management.php:200 src/processors/user_management.php:228
823
+ msgid "IP Address"
824
+ msgstr "Endereço de IP"
825
+
826
+ #: src/features/audit_trail.php:212 src/lib/src/Tables/Build/AuditTrail.php:101
827
+ #: src/lib/src/Tables/Build/Sessions.php:72
828
+ #: src/lib/src/Tables/Build/Traffic.php:136
829
+ msgid "You"
830
+ msgstr "Você"
831
+
832
+ #: src/features/audit_trail.php:213
833
+ msgid "There are currently no audit entries this is section."
834
+ msgstr "Atualmente não há entradas auditadas para esta seção."
835
+
836
+ #: src/features/audit_trail.php:283
837
+ #, php-format
838
+ msgid "[%s] Audit Trail Entries"
839
+ msgstr "[%s] Entradas de pistas/dados para auditoria"
840
+
841
+ #: src/features/audit_trail.php:350
842
+ #, fuzzy
843
+ msgid "Activity Audit Log"
844
+ msgstr "Log de auditoria de atividades"
845
+
846
+ #: src/features/audit_trail.php:351
847
+ #, fuzzy
848
+ msgid "Track Activity: What, Who, When, Where"
849
+ msgstr "Rastrear atividade: O quê, quem, quando, onde, onde"
850
+
851
+ #: src/features/audit_trail.php:364
852
+ msgid "users"
853
+ msgstr "usuários"
854
+
855
+ #: src/features/audit_trail.php:365
856
+ msgid "plugins"
857
+ msgstr "plugins"
858
+
859
+ #: src/features/audit_trail.php:366
860
+ msgid "themes"
861
+ msgstr "temas"
862
+
863
+ #: src/features/audit_trail.php:367
864
+ msgid "posts"
865
+ msgstr "posts"
866
+
867
+ #: src/features/audit_trail.php:368
868
+ msgid "emails"
869
+ msgstr "e-mails"
870
+
871
+ #: src/features/audit_trail.php:373 src/features/audit_trail.php:382
872
+ #: src/features/audit_trail.php:453
873
+ #, fuzzy
874
+ msgid "Audit Areas"
875
+ msgstr "Áreas de Auditoria"
876
+
877
+ #: src/features/audit_trail.php:375
878
+ #, fuzzy
879
+ msgid "All important events on your site are being logged"
880
+ msgstr "Todos os eventos importantes em seu site estão sendo registrados"
881
+
882
+ #: src/features/audit_trail.php:384
883
+ #, fuzzy, php-format
884
+ msgid "No areas are set to be audited: %s"
885
+ msgstr "Nenhuma área está definida para ser auditada: %s"
886
+
887
+ #: src/features/audit_trail.php:398
888
+ #, fuzzy
889
+ msgid "Audit Events"
890
+ msgstr "Eventos de Auditoria"
891
+
892
+ #: src/features/audit_trail.php:400
893
+ #, fuzzy, php-format
894
+ msgid "Important events aren't being audited: %s"
895
+ msgstr "Eventos importantes não estão sendo auditados: %s"
896
+
897
+ #: src/features/audit_trail.php:407 src/features/audit_trail.php:434
898
+ #: src/features/insights.php:244 src/features/plugin.php:1374
899
+ #: src/wizards/plugin.php:487 src/wizards/plugin.php:492
900
+ msgid "Audit Trail"
901
+ msgstr "Trilha de Auditoria"
902
+
903
+ #: src/features/audit_trail.php:409
904
+ #, fuzzy, php-format
905
+ msgid "Maximum Audit Trail entries limited to %s"
906
+ msgstr "Máximo de entradas na pista de auditoria limitadas a %s"
907
+
908
+ #: src/features/audit_trail.php:433
909
+ msgid ""
910
+ "The Audit Trail is designed so you can look back on events and analyse what "
911
+ "happened and what may have gone wrong."
912
+ msgstr ""
913
+ "A trilha de auditoria foi projetada para que você possa fazer uma "
914
+ "retrospectiva dos eventos e analisar o que aconteceu e o que pode ter dado "
915
+ "errado."
916
+
917
+ #: src/features/audit_trail.php:439 src/features/audit_trail.php:444
918
+ msgid "Audit Trail Options"
919
+ msgstr "Opções de Trilha de Auditoria"
920
+
921
+ #: src/features/audit_trail.php:441
922
+ msgid "Provides finer control over the audit trail itself."
923
+ msgstr "Fornece controle mais preciso sobre a trilha de auditoria."
924
+
925
+ #: src/features/audit_trail.php:442 src/features/audit_trail.php:451
926
+ #: src/features/traffic.php:222
927
+ msgid "These settings are dependent on your requirements."
928
+ msgstr "Essas configurações dependem dos seus requisitos."
929
+
930
+ #: src/features/audit_trail.php:448
931
+ #, fuzzy
932
+ msgid "Enable Audit Areas"
933
+ msgstr "Habilitar áreas de auditoria"
934
+
935
+ #: src/features/audit_trail.php:450
936
+ msgid "Specify which types of actions on your site are logged."
937
+ msgstr "Especifique quais tipos de ações estão registradas no seu site."
938
+
939
+ #: src/features/audit_trail.php:457
940
+ #, fuzzy
941
+ msgid "Track All Major Changes To Your Site"
942
+ msgstr "Acompanhe todas as principais mudanças em seu site"
943
+
944
+ #: src/features/audit_trail.php:458
945
+ #, fuzzy
946
+ msgid "Change Tracking"
947
+ msgstr "Rastreamento de modificações"
948
+
949
+ #: src/features/audit_trail.php:462
950
+ #, fuzzy
951
+ msgid "Track significant changes to your site."
952
+ msgstr "Acompanhe mudanças significativas no seu site."
953
+
954
+ #: src/features/audit_trail.php:463
955
+ #, fuzzy
956
+ msgid "This is separate from the Audit Trail."
957
+ msgstr "Isto é separado da pista de auditoria."
958
+
959
+ #: src/features/audit_trail.php:464
960
+ #, fuzzy
961
+ msgid "Considerations"
962
+ msgstr "Considerações"
963
+
964
+ #: src/features/audit_trail.php:465
965
+ #, fuzzy
966
+ msgid "Change Tracking uses snapshots that may use take up lot of data."
967
+ msgstr "Change Tracking usa snapshots que podem ocupar muitos dados."
968
+
969
+ #: src/features/audit_trail.php:493 src/features/autoupdates.php:386
970
+ #: src/features/firewall.php:189 src/features/hack_protect.php:1390
971
+ #: src/features/headers.php:227 src/features/ips.php:492
972
+ #: src/features/lockdown.php:215 src/features/login_protect.php:860
973
+ #: src/features/sessions.php:70 src/features/statistics.php:79
974
+ #: src/features/statistics.php:85 src/features/traffic.php:248
975
+ #: src/features/user_management.php:618
976
+ #, php-format
977
+ msgid "Enable (or Disable) The %s Module"
978
+ msgstr "Ativar (ou Desativar) o Módulo %s"
979
+
980
+ #: src/features/audit_trail.php:494 src/features/autoupdates.php:387
981
+ #: src/features/comments_filter.php:332 src/features/firewall.php:190
982
+ #: src/features/hack_protect.php:1391 src/features/headers.php:228
983
+ #: src/features/ips.php:493 src/features/lockdown.php:216
984
+ #: src/features/login_protect.php:861 src/features/sessions.php:71
985
+ #: src/features/statistics.php:80 src/features/statistics.php:86
986
+ #: src/features/traffic.php:249 src/features/user_management.php:619
987
+ #, php-format
988
+ msgid "Un-Checking this option will completely disable the %s module."
989
+ msgstr "desmarcando esta opção irá desativar completamente o módulo %s."
990
+
991
+ #: src/features/audit_trail.php:498
992
+ msgid "Max Trail Length"
993
+ msgstr "Extensão Máxima de Rastreamento"
994
+
995
+ #: src/features/audit_trail.php:499
996
+ msgid "Maximum Audit Trail Length To Keep"
997
+ msgstr "Máxima Extensão de Auditoria de Rastreamento a ser Armazenada"
998
+
999
+ #: src/features/audit_trail.php:500
1000
+ msgid ""
1001
+ "Automatically remove any audit trail entries when this limit is exceeded."
1002
+ msgstr ""
1003
+ "Remover automaticamente qualquer auditoria de rastreamento quando o limite "
1004
+ "for excedido."
1005
+
1006
+ #: src/features/audit_trail.php:505
1007
+ msgid "Auto Clean"
1008
+ msgstr "Auto Limpeza"
1009
+
1010
+ #: src/features/audit_trail.php:506
1011
+ #, fuzzy
1012
+ msgid "Automatically Purge Audit Log Entries Older Than The Set Number Of Days"
1013
+ msgstr ""
1014
+ "Purga automática de entradas de log de auditoria mais antigas do que o número "
1015
+ "definido de dias"
1016
+
1017
+ #: src/features/audit_trail.php:507
1018
+ msgid ""
1019
+ "Events older than the number of days specified will be automatically cleaned "
1020
+ "from the database."
1021
+ msgstr ""
1022
+ "Eventos mais antigos que o número de dias especificado serão limpos "
1023
+ "automaticamente do banco de dados."
1024
+
1025
+ #: src/features/audit_trail.php:511 src/features/audit_trail.php:512
1026
+ #: src/features/audit_trail.php:513
1027
+ msgid "Users And Logins"
1028
+ msgstr "Usuários e Logins"
1029
+
1030
+ #: src/features/audit_trail.php:512 src/features/audit_trail.php:518
1031
+ #: src/features/audit_trail.php:524 src/features/audit_trail.php:530
1032
+ #: src/features/audit_trail.php:536 src/features/audit_trail.php:542
1033
+ #: src/features/audit_trail.php:548
1034
+ #, php-format
1035
+ msgid "Enable Audit Context - %s"
1036
+ msgstr "Habilitar Auditoria de Conteúdo - %s"
1037
+
1038
+ #: src/features/audit_trail.php:513 src/features/audit_trail.php:519
1039
+ #: src/features/audit_trail.php:525 src/features/audit_trail.php:531
1040
+ #: src/features/audit_trail.php:537 src/features/audit_trail.php:543
1041
+ #: src/features/audit_trail.php:549
1042
+ #, php-format
1043
+ msgid ""
1044
+ "When this context is enabled, the audit trail will track activity relating "
1045
+ "to: %s"
1046
+ msgstr ""
1047
+ "Quando esse contexto é ativado, a trilha de auditoria rastreará a atividade "
1048
+ "relacionada a: %s"
1049
+
1050
+ #: src/features/audit_trail.php:519
1051
+ msgid "WordPress Plugins"
1052
+ msgstr "Plugins WordPress"
1053
+
1054
+ #: src/features/audit_trail.php:525
1055
+ msgid "WordPress Themes"
1056
+ msgstr "Temas WordPress"
1057
+
1058
+ #: src/features/audit_trail.php:529 src/features/audit_trail.php:530
1059
+ msgid "Posts And Pages"
1060
+ msgstr "Posts e Páginas"
1061
+
1062
+ #: src/features/audit_trail.php:531
1063
+ msgid "Editing and publishing of posts and pages"
1064
+ msgstr "Editando e publicando posts e páginas"
1065
+
1066
+ #: src/features/audit_trail.php:535 src/features/audit_trail.php:536
1067
+ msgid "WordPress And Settings"
1068
+ msgstr "Configurações e WordPress"
1069
+
1070
+ #: src/features/audit_trail.php:537
1071
+ msgid "WordPress upgrades and changes to particular WordPress settings"
1072
+ msgstr ""
1073
+ "Atualizações do WordPress e alterações em configurações específicas do "
1074
+ "WordPress"
1075
+
1076
+ #: src/features/audit_trail.php:543
1077
+ msgid "Email Sending"
1078
+ msgstr "Envio de Email"
1079
+
1080
+ #: src/features/audit_trail.php:553
1081
+ #, fuzzy
1082
+ msgid "Site Change Tracking"
1083
+ msgstr "Rastreamento de Mudanças de Site"
1084
+
1085
+ #: src/features/audit_trail.php:554
1086
+ #, fuzzy
1087
+ msgid "Track Major Changes To Your Site"
1088
+ msgstr "Acompanhe as principais mudanças no seu site"
1089
+
1090
+ #: src/features/audit_trail.php:555
1091
+ #, fuzzy
1092
+ msgid ""
1093
+ "Tracking major changes to your site will help you monitor and catch malicious "
1094
+ "damage."
1095
+ msgstr ""
1096
+ "O rastreamento das principais mudanças em seu site o ajudará a monitorar e "
1097
+ "detectar danos maliciosos."
1098
+
1099
+ #: src/features/audit_trail.php:559
1100
+ #, fuzzy
1101
+ msgid "Snapshot Per Week"
1102
+ msgstr "Instantâneo por semana"
1103
+
1104
+ #: src/features/audit_trail.php:560
1105
+ #, fuzzy
1106
+ msgid "Number Of Snapshots To Take Per Week"
1107
+ msgstr "Número de instantâneos para tirar por semana"
1108
+
1109
+ #: src/features/audit_trail.php:561
1110
+ #, fuzzy
1111
+ msgid "The number of snapshots to take per week. For daily snapshots, select 7."
1112
+ msgstr ""
1113
+ "O número de fotos a tirar por semana. Para instantâneos diários, selecione 7."
1114
+
1115
+ #: src/features/audit_trail.php:562
1116
+ #, fuzzy
1117
+ msgid "Data storage in your database increases with the number of snapshots."
1118
+ msgstr ""
1119
+ "O armazenamento de dados na sua base de dados aumenta com o número de "
1120
+ "instantâneos."
1121
+
1122
+ #: src/features/audit_trail.php:563
1123
+ #, fuzzy
1124
+ msgid ""
1125
+ "However, increased snapshots provide more granular information on when major "
1126
+ "site changes occurred."
1127
+ msgstr ""
1128
+ "No entanto, o aumento de instantâneos fornece informações mais granulares "
1129
+ "sobre quando ocorreram as principais mudanças no site."
1130
+
1131
+ #: src/features/audit_trail.php:567
1132
+ #, fuzzy
1133
+ msgid "Max Snapshots"
1134
+ msgstr "Instantâneos Máximos"
1135
+
1136
+ #: src/features/audit_trail.php:568
1137
+ #, fuzzy
1138
+ msgid "Maximum Number Of Snapshots To Retain"
1139
+ msgstr "Número máximo de instantâneos para reter"
1140
+
1141
+ #: src/features/audit_trail.php:569
1142
+ #, fuzzy
1143
+ msgid ""
1144
+ "The more snapshots you retain, the further back you can look at changes over "
1145
+ "your site."
1146
+ msgstr ""
1147
+ "Quanto mais instantâneos você retém, mais atrás você pode ver as mudanças em "
1148
+ "seu site."
1149
+
1150
+ #: src/features/audit_trail.php:570
1151
+ #, fuzzy
1152
+ msgid ""
1153
+ "You will need to consider the implications to database storage requirements."
1154
+ msgstr ""
1155
+ "É necessário considerar as implicações para as necessidades de armazenamento "
1156
+ "do banco de dados."
1157
+
1158
+ #: src/features/autoupdates.php:135
1159
+ msgid "You do not have permissions to perform this action."
1160
+ msgstr "Sem permissoes para realizar esta ação."
1161
+
1162
+ #: src/features/autoupdates.php:144
1163
+ #, php-format
1164
+ msgid "Plugin \"%s\" will %s."
1165
+ msgstr "O Plugin \"%s\" será %s."
1166
+
1167
+ #: src/features/autoupdates.php:147
1168
+ msgid "update automatically"
1169
+ msgstr "atualizar automaticamente"
1170
+
1171
+ #: src/features/autoupdates.php:147
1172
+ msgid "not update automatically"
1173
+ msgstr "não atualizar automaticamente"
1174
+
1175
+ #: src/features/autoupdates.php:152
1176
+ msgid "Failed to change the update status of the plugin."
1177
+ msgstr "Falha ao mudar o status de atualização do plugin."
1178
+
1179
+ #: src/features/autoupdates.php:207 src/features/autoupdates.php:239
1180
+ #: src/features/autoupdates.php:322 src/features/hack_protect.php:1428
1181
+ #: src/features/plugin.php:1377
1182
+ msgid "Automatic Updates"
1183
+ msgstr "Atualizações Automáticas"
1184
+
1185
+ #: src/features/autoupdates.php:216
1186
+ #, fuzzy
1187
+ msgid "Automatic Updates Are Not Disabled As Expected."
1188
+ msgstr "As atualizações automáticas não são desativadas como previsto."
1189
+
1190
+ #: src/features/autoupdates.php:219
1191
+ #, fuzzy, php-format
1192
+ msgid ""
1193
+ "A plugin/theme other than %s is affecting your automatic update settings."
1194
+ msgstr ""
1195
+ "Um plugin/tema diferente de %s está afetando suas configurações de "
1196
+ "atualização automática."
1197
+
1198
+ #: src/features/autoupdates.php:240
1199
+ #, fuzzy
1200
+ msgid "Control WordPress Automatic Updates"
1201
+ msgstr "Controle de atualizações automáticas do WordPress"
1202
+
1203
+ #: src/features/autoupdates.php:254
1204
+ #, fuzzy
1205
+ msgid "Disabled All"
1206
+ msgstr "Desativado Todos"
1207
+
1208
+ #: src/features/autoupdates.php:257
1209
+ #, fuzzy
1210
+ msgid "All automatic updates on this site are disabled"
1211
+ msgstr "Todas as actualizações automáticas neste site estão desactivadas"
1212
+
1213
+ #: src/features/autoupdates.php:258
1214
+ #, fuzzy
1215
+ msgid "The automatic updates system is enabled"
1216
+ msgstr "O sistema de actualizações automáticas está activado"
1217
+
1218
+ #: src/features/autoupdates.php:267
1219
+ #, fuzzy
1220
+ msgid "Core Updates"
1221
+ msgstr "Atualizações do Core"
1222
+
1223
+ #: src/features/autoupdates.php:270
1224
+ #, fuzzy
1225
+ msgid "Minor WP Core updates will be installed automatically"
1226
+ msgstr "Atualizações menores do WP Core serão instaladas automaticamente"
1227
+
1228
+ #: src/features/autoupdates.php:271
1229
+ #, fuzzy
1230
+ msgid "Minor WP Core updates will not be installed automatically"
1231
+ msgstr "As atualizações menores do WP Core não serão instaladas automaticamente"
1232
+
1233
+ #: src/features/autoupdates.php:278 src/features/autoupdates.php:454
1234
+ msgid "Update Delay"
1235
+ msgstr "Atraso de Atualização"
1236
+
1237
+ #: src/features/autoupdates.php:281
1238
+ #, fuzzy
1239
+ msgid "Automatic updates are applied after a short delay"
1240
+ msgstr "Atualizações automáticas são aplicadas após um curto atraso"
1241
+
1242
+ #: src/features/autoupdates.php:282
1243
+ #, fuzzy
1244
+ msgid "Automatic updates are applied immediately"
1245
+ msgstr "Atualizações automáticas são aplicadas imediatamente"
1246
+
1247
+ #: src/features/autoupdates.php:291
1248
+ #, fuzzy
1249
+ msgid "Self Auto-Update"
1250
+ msgstr "Auto-atualização"
1251
+
1252
+ #: src/features/autoupdates.php:294
1253
+ #, fuzzy, php-format
1254
+ msgid "%s is automatically updated"
1255
+ msgstr "%s é atualizado automaticamente"
1256
+
1257
+ #: src/features/autoupdates.php:295
1258
+ #, fuzzy, php-format
1259
+ msgid "%s isn't automatically updated"
1260
+ msgstr "%s não é atualizado automaticamente"
1261
+
1262
+ #: src/features/autoupdates.php:321
1263
+ msgid ""
1264
+ "Automatic Updates lets you manage the WordPress automatic updates engine so "
1265
+ "you choose what exactly gets updated automatically."
1266
+ msgstr ""
1267
+ "As Atualizações Automáticas permitem gerenciar o mecanismo de atualizações "
1268
+ "automáticas do WordPress, para que você escolha exatamente o que é atualizado "
1269
+ "automaticamente."
1270
+
1271
+ #: src/features/autoupdates.php:327
1272
+ msgid "Disable ALL WordPress Automatic Updates"
1273
+ msgstr "Desativar TODAS as atualizações automáticas do WordPress"
1274
+
1275
+ #: src/features/autoupdates.php:329
1276
+ msgid ""
1277
+ "If you never want WordPress to automatically update anything on your site, "
1278
+ "turn on this option."
1279
+ msgstr ""
1280
+ "Se você nunca quiser que o WordPress atualize automaticamente qualquer coisa "
1281
+ "em seu site, ative essa opção."
1282
+
1283
+ #: src/features/autoupdates.php:330
1284
+ msgid "Do not turn on this option unless you really need to block updates."
1285
+ msgstr ""
1286
+ "Não ative essa opção, a menos que você realmente precise bloquear as "
1287
+ "atualizações."
1288
+
1289
+ #: src/features/autoupdates.php:332
1290
+ msgid "Turn Off"
1291
+ msgstr "Desligar"
1292
+
1293
+ #: src/features/autoupdates.php:336
1294
+ msgid "Automatic Plugin Self-Update"
1295
+ msgstr "Atualização automática deste Plugin."
1296
+
1297
+ #: src/features/autoupdates.php:340
1298
+ #, php-format
1299
+ msgid ""
1300
+ "Allows the %s plugin to automatically update itself when an update is "
1301
+ "available."
1302
+ msgstr ""
1303
+ "Permite que o plugin %s se atualize automaticamente quando uma atualização "
1304
+ "estiver disponível."
1305
+
1306
+ #: src/features/autoupdates.php:342
1307
+ msgid "Keep this option turned on."
1308
+ msgstr "Deixe essa opção ligada."
1309
+
1310
+ #: src/features/autoupdates.php:344
1311
+ msgid "Self-Update"
1312
+ msgstr "Auto-atualização"
1313
+
1314
+ #: src/features/autoupdates.php:348
1315
+ msgid "Automatic Updates For WordPress Components"
1316
+ msgstr "Atualizações automáticas para os componentes do WordPress"
1317
+
1318
+ #: src/features/autoupdates.php:350
1319
+ msgid "Control how automatic updates for each WordPress component is handled."
1320
+ msgstr ""
1321
+ "Controle como as atualizações automáticas de cada componente do WordPress são "
1322
+ "tratadas."
1323
+
1324
+ #: src/features/autoupdates.php:351
1325
+ msgid "You should at least allow minor updates for the WordPress core."
1326
+ msgstr ""
1327
+ "Você deve pelo menos permitir pequenas atualizações para o núcleo do "
1328
+ "WordPress."
1329
+
1330
+ #: src/features/autoupdates.php:353
1331
+ msgid "WordPress Components"
1332
+ msgstr "Componentes WordPress"
1333
+
1334
+ #: src/features/autoupdates.php:357 src/features/autoupdates.php:358
1335
+ msgid "Auto-Update Options"
1336
+ msgstr "Opções de Atualização Automática"
1337
+
1338
+ #: src/features/autoupdates.php:360
1339
+ msgid "Make adjustments to how automatic updates are handled on your site."
1340
+ msgstr ""
1341
+ "Faça ajustes em como as atualizações automáticas são manuseadas pelo seu site."
1342
+
1343
+ #: src/features/autoupdates.php:391
1344
+ msgid "Disable All"
1345
+ msgstr "Desativar tudo"
1346
+
1347
+ #: src/features/autoupdates.php:392
1348
+ msgid "Completely Disable WordPress Automatic Updates"
1349
+ msgstr "Desativar completamente as atualizações automáticas do WordPress"
1350
+
1351
+ #: src/features/autoupdates.php:393
1352
+ msgid ""
1353
+ "When selected, regardless of any other settings, all WordPress automatic "
1354
+ "updates on this site will be completely disabled!"
1355
+ msgstr ""
1356
+ "Quando selecionado, não importando quaisquer outras configurações, todas as "
1357
+ "atualizações automáticas do WordPress neste site serão completamentes "
1358
+ "desativadas!"
1359
+
1360
+ #: src/features/autoupdates.php:397
1361
+ msgid "Auto Update Plugin"
1362
+ msgstr "Atualização automática do Plugin"
1363
+
1364
+ #: src/features/autoupdates.php:398
1365
+ msgid "Always Automatically Update This Plugin"
1366
+ msgstr "Sempre atualize automaticamente este plugin"
1367
+
1368
+ #: src/features/autoupdates.php:400
1369
+ #, fuzzy, php-format
1370
+ msgid ""
1371
+ "Regardless of any other settings, automatically update the \"%s\" plugin."
1372
+ msgstr ""
1373
+ "Independentemente de quaisquer outras configurações, atualize automaticamente "
1374
+ "o plugin \"%s\"."
1375
+
1376
+ #: src/features/autoupdates.php:406
1377
+ msgid "WordPress Core Updates"
1378
+ msgstr "Atualizações do WordPress Core"
1379
+
1380
+ #: src/features/autoupdates.php:407
1381
+ msgid "Decide how the WordPress Core will automatically update, if at all"
1382
+ msgstr "Decida como o WordPress Core será atualizado automaticamente."
1383
+
1384
+ #: src/features/autoupdates.php:408
1385
+ msgid ""
1386
+ "At least automatically upgrading minor versions is recommended (and is the "
1387
+ "WordPress default)."
1388
+ msgstr ""
1389
+ "Pelo menos atualização automática de versões menores é recomendado (e isto é "
1390
+ "o padrão do WordPress)."
1391
+
1392
+ #: src/features/autoupdates.php:412
1393
+ msgid "Translations"
1394
+ msgstr "Traduções"
1395
+
1396
+ #: src/features/autoupdates.php:413
1397
+ msgid "Automatically Update Translations"
1398
+ msgstr "Atualizar automaticamente traduções"
1399
+
1400
+ #: src/features/autoupdates.php:414
1401
+ msgid ""
1402
+ "Note: Automatic updates for translations are enabled on WordPress by default."
1403
+ msgstr ""
1404
+ "Nota: Atualizações automáticas para traduções são ativadas por padrão no "
1405
+ "WordPress."
1406
+
1407
+ #: src/features/autoupdates.php:419
1408
+ msgid "Automatically Update All Plugins"
1409
+ msgstr "Atualizar Automaticamente Todos os Plugins"
1410
+
1411
+ #: src/features/autoupdates.php:420
1412
+ msgid ""
1413
+ "Note: Automatic updates for plugins are disabled on WordPress by default."
1414
+ msgstr ""
1415
+ "Nota: Atualizações automáticas para plugins são desativadas por padrão no "
1416
+ "WordPress."
1417
+
1418
+ #: src/features/autoupdates.php:424
1419
+ msgid "Individually Select Plugins"
1420
+ msgstr "Selecionar Plugins Individualmente"
1421
+
1422
+ #: src/features/autoupdates.php:425
1423
+ msgid "Select Individual Plugins To Automatically Update"
1424
+ msgstr "Selecionar Plugins Individualmente para Atualizar Automaticamente"
1425
+
1426
+ #: src/features/autoupdates.php:426
1427
+ msgid ""
1428
+ "Turning this on will provide an option on the plugins page to select whether "
1429
+ "a plugin is automatically updated."
1430
+ msgstr ""
1431
+ "Ligando isso, dará uma opção na página dos plugins para selecionar quando um "
1432
+ "plugin será automaticamente atualizado."
1433
+
1434
+ #: src/features/autoupdates.php:431
1435
+ msgid "Automatically Update Themes"
1436
+ msgstr "Atualizar automaticamente Temas."
1437
+
1438
+ #: src/features/autoupdates.php:432
1439
+ msgid "Note: Automatic updates for themes are disabled on WordPress by default."
1440
+ msgstr ""
1441
+ "Nota: Atualizações automáticas para temas são desativadas por padrão no "
1442
+ "WordPress."
1443
+
1444
+ #: src/features/autoupdates.php:436
1445
+ msgid "Ignore Version Control"
1446
+ msgstr "Ignorar controle de versão"
1447
+
1448
+ #: src/features/autoupdates.php:437
1449
+ msgid "Ignore Version Control Systems Such As GIT and SVN"
1450
+ msgstr "Ignorar sistemas de controle de versão como Git e SVN"
1451
+
1452
+ #: src/features/autoupdates.php:438
1453
+ msgid ""
1454
+ "If you use SVN or GIT and WordPress detects it, automatic updates are "
1455
+ "disabled by default. Check this box to ignore version control systems and "
1456
+ "allow automatic updates."
1457
+ msgstr ""
1458
+ "Se você usa SVN ou GIT e o WordPress detecta isto, atualizações automáticas "
1459
+ "são desativadas por padrão. Selecione esta caixa para ignorar estes sistemas "
1460
+ "de controle de versão e liberar as atualizações automáticas."
1461
+
1462
+ #: src/features/autoupdates.php:442
1463
+ msgid "Send Report Email"
1464
+ msgstr "Enviar E-mail de relatório"
1465
+
1466
+ #: src/features/autoupdates.php:443
1467
+ msgid "Send email notices after automatic updates"
1468
+ msgstr "Enviar avisos por e-mail depois das atualizações automáticas"
1469
+
1470
+ #: src/features/autoupdates.php:444
1471
+ msgid ""
1472
+ "You can turn on/off email notices from automatic updates by un/checking this "
1473
+ "box."
1474
+ msgstr ""
1475
+ "Você pode ligar/desligar avisos por e-mail vindos das atualizações "
1476
+ "automáticas selecionando ou não está caixa."
1477
+
1478
+ #: src/features/autoupdates.php:448
1479
+ msgid "Report Email Address"
1480
+ msgstr "Endereço de E-mail de Relatórios"
1481
+
1482
+ #: src/features/autoupdates.php:449
1483
+ msgid "Where to send upgrade notification reports"
1484
+ msgstr "Para onde enviar os relatórios de atualizações"
1485
+
1486
+ #: src/features/autoupdates.php:450
1487
+ msgid "If this is empty, it will default to the Site Admin email address"
1488
+ msgstr "Se estiver vazio, o padrão será o e-mail do administrador do site"
1489
+
1490
+ #: src/features/autoupdates.php:455
1491
+ msgid "Delay Automatic Updates For Period Of Stability"
1492
+ msgstr "Atrasar Atualizações Automáticas para um Período de Estabilidade"
1493
+
1494
+ #: src/features/autoupdates.php:456
1495
+ #, php-format
1496
+ msgid ""
1497
+ "%s will delay upgrades until the new update has been available for the set "
1498
+ "number of days."
1499
+ msgstr ""
1500
+ "%s atrasará as atualizações até que a nova atualização esteja disponível "
1501
+ "conforme o número de dias definido."
1502
+
1503
+ #: src/features/autoupdates.php:457
1504
+ msgid ""
1505
+ "This helps ensure updates are more stable before they're automatically "
1506
+ "applied to your site."
1507
+ msgstr ""
1508
+ "Isso ajuda a garantir que atualizações sejam mais estáveis antes que seja "
1509
+ "automaticamente aplicadas ao seu site."
1510
+
1511
+ #: src/features/base.php:693
1512
+ #, php-format
1513
+ msgid "Module %s"
1514
+ msgstr "Módulos %s"
1515
+
1516
+ #: src/features/base.php:693 src/wizards/plugin.php:488
1517
+ #: src/wizards/plugin.php:521 src/wizards/plugin.php:557
1518
+ #: src/wizards/plugin.php:704
1519
+ msgid "Enabled"
1520
+ msgstr "Ativado"
1521
+
1522
+ #: src/features/base.php:693 src/wizards/plugin.php:488
1523
+ #: src/wizards/plugin.php:521 src/wizards/plugin.php:557
1524
+ #: src/wizards/plugin.php:704
1525
+ msgid "Disabled"
1526
+ msgstr "Desativado"
1527
+
1528
+ #: src/features/base.php:1000
1529
+ #, fuzzy
1530
+ msgid ""
1531
+ "Unfortunately your WordPress and/or PHP versions are too old to support this "
1532
+ "feature."
1533
+ msgstr ""
1534
+ "Infelizmente suas versões WordPress e/ou PHP são muito antigas para suportar "
1535
+ "esse recurso."
1536
+
1537
+ #: src/features/base.php:1153
1538
+ #, php-format
1539
+ msgid "%s Plugin options updated successfully."
1540
+ msgstr "%s Opções do Plugin atualizadas com sucesso."
1541
+
1542
+ #: src/features/base.php:1157
1543
+ #, fuzzy, php-format
1544
+ msgid "Failed to update %s plugin options."
1545
+ msgstr "Falha ao atualizar as opções de plugin %s."
1546
+
1547
+ #: src/features/base.php:1189
1548
+ #, fuzzy
1549
+ msgid "You don't currently have permission to save settings."
1550
+ msgstr "Atualmente, você não tem permissão para salvar as configurações."
1551
+
1552
+ #: src/features/base.php:1205
1553
+ #, fuzzy
1554
+ msgid "Plugin options updated successfully."
1555
+ msgstr "Opções de plugin atualizadas com sucesso."
1556
+
1557
+ #: src/features/base.php:1293
1558
+ #, fuzzy
1559
+ msgid "Password values do not match."
1560
+ msgstr "Os valores da senha não coincidem."
1561
+
1562
+ #: src/features/base.php:1525 src/features/base_wpsf.php:182
1563
+ #: src/features/base_wpsf.php:232 src/features/insights.php:240
1564
+ msgid "Settings"
1565
+ msgstr "Configurações"
1566
+
1567
+ #: src/features/base.php:1528 src/lib/src/Tables/Render/ScanWpv.php:55
1568
+ #: src/processors/hackprotect_scan_mal.php:158
1569
+ #: src/processors/hackprotect_scan_wcf.php:165
1570
+ #: src/processors/hackprotect_scan_wpv.php:209
1571
+ #: src/processors/loginprotect_intent.php:305
1572
+ msgid "More Info"
1573
+ msgstr "Mais Informações"
1574
+
1575
+ #: src/features/base.php:1529 src/features/base_wpsf.php:186
1576
+ #: src/features/base_wpsf.php:236
1577
+ msgid "Blog"
1578
+ msgstr "Blog"
1579
+
1580
+ #: src/features/base.php:1530 src/features/base_wpsf.php:187
1581
+ #: src/features/base_wpsf.php:237
1582
+ msgid "Save All Settings"
1583
+ msgstr "Salvar todas as Configurações"
1584
+
1585
+ #: src/features/base.php:1531
1586
+ #, fuzzy
1587
+ msgid "Watch Help Video"
1588
+ msgstr "Assista ao vídeo de ajuda"
1589
+
1590
+ #: src/features/base.php:1532
1591
+ msgid "Save Options"
1592
+ msgstr "Salvar Opções"
1593
+
1594
+ #: src/features/base.php:1534 src/features/base_wpsf.php:192
1595
+ #: src/features/base_wpsf.php:242
1596
+ msgid "Help"
1597
+ msgstr "Ajuda"
1598
+
1599
+ #: src/features/base.php:1535
1600
+ #, fuzzy
1601
+ msgid "Wizards"
1602
+ msgstr "Feiticeiros"
1603
+
1604
+ #: src/features/base.php:1535
1605
+ #, fuzzy
1606
+ msgid "No Wizards"
1607
+ msgstr "Nenhum feiticeiro"
1608
+
1609
+ #: src/features/base.php:1572
1610
+ msgid "For more information:"
1611
+ msgstr "Para mais informações:"
1612
+
1613
+ #: src/features/base.php:1573 src/processors/base_plugin.php:65
1614
+ msgid "Support Forums"
1615
+ msgstr "Fóruns de ajuda"
1616
+
1617
+ #: src/features/base_wpsf.php:185 src/features/base_wpsf.php:235
1618
+ msgid "Info"
1619
+ msgstr "Informações"
1620
+
1621
+ #: src/features/base_wpsf.php:189 src/features/base_wpsf.php:239
1622
+ msgid "Configure Module"
1623
+ msgstr "Configurar Módulo"
1624
+
1625
+ #: src/features/base_wpsf.php:190 src/features/base_wpsf.php:240
1626
+ msgid "Actions and Info"
1627
+ msgstr "Ações e Info"
1628
+
1629
+ #: src/features/base_wpsf.php:191 src/features/base_wpsf.php:241
1630
+ msgid "Perform actions for this module"
1631
+ msgstr "Executar ações para este módulo"
1632
+
1633
+ #: src/features/base_wpsf.php:193 src/features/base_wpsf.php:243
1634
+ msgid "Learn More"
1635
+ msgstr "Saiba Mais"
1636
+
1637
+ #: src/features/base_wpsf.php:194
1638
+ #, fuzzy
1639
+ msgid "Supply Password"
1640
+ msgstr "Senha de Fornecimento"
1641
+
1642
+ #: src/features/base_wpsf.php:195
1643
+ msgid "Confirm Password"
1644
+ msgstr "Confirmar Senha"
1645
+
1646
+ #: src/features/base_wpsf.php:197 src/features/base_wpsf.php:247
1647
+ msgid "Plugin Access Restricted"
1648
+ msgstr "Acesso Restrito ao Plugin"
1649
+
1650
+ #: src/features/base_wpsf.php:198 src/features/base_wpsf.php:248
1651
+ msgid ""
1652
+ "This security plugin is restricted to administrators with the Security Access "
1653
+ "Key."
1654
+ msgstr ""
1655
+ "Este plugin de segurança é restrito a administradores com a Chave de Acesso "
1656
+ "de Segurança."
1657
+
1658
+ #: src/features/base_wpsf.php:199 src/features/base_wpsf.php:249
1659
+ msgid "Please provide the Security Access Key to manage this plugin."
1660
+ msgstr ""
1661
+ "Por favor, forneça a Chave de Acesso de Segurança para gerenciar o plugin."
1662
+
1663
+ #: src/features/base_wpsf.php:200 src/features/base_wpsf.php:250
1664
+ msgid "To manage this plugin you must enter the access key."
1665
+ msgstr "Para controlar este plugin você precisa inserir a chave de acesso."
1666
+
1667
+ #: src/features/base_wpsf.php:201 src/features/base_wpsf.php:251
1668
+ msgid "Enter Access Key"
1669
+ msgstr "Insira a chave de acesso"
1670
+
1671
+ #: src/features/base_wpsf.php:202 src/features/base_wpsf.php:252
1672
+ msgid "Submit Security Admin Key"
1673
+ msgstr "Enviar Chave de Segurança de Admin"
1674
+
1675
+ #: src/features/base_wpsf.php:203 src/features/base_wpsf.php:253
1676
+ msgid "Forgotten Key"
1677
+ msgstr "Chave Perdida"
1678
+
1679
+ #: src/features/base_wpsf.php:230
1680
+ #, fuzzy, php-format
1681
+ msgid "Back To %s Dashboard"
1682
+ msgstr "Voltar para %s Dashboard"
1683
+
1684
+ #: src/features/base_wpsf.php:245
1685
+ #, fuzzy
1686
+ msgid "Please upgrade to Pro to control this option"
1687
+ msgstr "Por favor, atualize para Pro para controlar esta opção"
1688
+
1689
+ #: src/features/base_wpsf.php:267
1690
+ msgid "Nonce security checking failed - the nonce value was empty."
1691
+ msgstr "Verificação única de segurança falhou - o valor do nonce estava vazio."
1692
+
1693
+ #: src/features/base_wpsf.php:268
1694
+ #, php-format
1695
+ msgid "Nonce security checking failed - the nonce supplied was \"%s\"."
1696
+ msgstr ""
1697
+ "Verificação Única de Segurança (nonce security) falhou - o nonce fornecido "
1698
+ "foi \"%s\"."
1699
+
1700
+ #: src/features/base_wpsf.php:377
1701
+ #, fuzzy
1702
+ msgid "Module Disabled"
1703
+ msgstr "Módulo Desativado"
1704
+
1705
+ #: src/features/base_wpsf.php:379
1706
+ #, fuzzy
1707
+ msgid "All features of this module are completely disabled"
1708
+ msgstr "Todos os recursos deste módulo estão completamente desabilitados"
1709
+
1710
+ #: src/features/base_wpsf.php:395
1711
+ msgid "User Messages"
1712
+ msgstr "Mensagens de Usuário"
1713
+
1714
+ #: src/features/base_wpsf.php:396
1715
+ msgid "Messages"
1716
+ msgstr "Mensagens"
1717
+
1718
+ #: src/features/base_wpsf.php:398
1719
+ msgid "Customize the messages displayed to the user."
1720
+ msgstr "Personalizar as mensagens exibidas ao usuário"
1721
+
1722
+ #: src/features/base_wpsf.php:399
1723
+ msgid ""
1724
+ "Use this section if you need to communicate to the user in a particular "
1725
+ "manner."
1726
+ msgstr ""
1727
+ "Use esta seção se você precisa se comunicar com o usuário de maneira "
1728
+ "particular."
1729
+
1730
+ #: src/features/base_wpsf.php:400
1731
+ msgid "Hint"
1732
+ msgstr "Dica"
1733
+
1734
+ #: src/features/base_wpsf.php:400
1735
+ #, php-format
1736
+ msgid "To reset any message to its default, enter the text exactly: %s"
1737
+ msgstr "Para retornar qualquer mensagem ao seu padrão, digite o texto exato: %s"
1738
+
1739
+ #: src/features/comments_filter.php:112
1740
+ msgid "I'm not a spammer."
1741
+ msgstr "Eu não sou um spammer."
1742
+
1743
+ #: src/features/comments_filter.php:115
1744
+ msgid "Please check the box to confirm you're not a spammer."
1745
+ msgstr "Por favor, clique na caixa para confirmar que você não é um spammer."
1746
+
1747
+ #: src/features/comments_filter.php:118
1748
+ #, php-format
1749
+ msgid "Please wait %s seconds before posting your comment."
1750
+ msgstr "Por favor, aguarde %s segundos antes de enviar seu comentário."
1751
+
1752
+ #: src/features/comments_filter.php:121
1753
+ msgid "Please reload this page to post a comment."
1754
+ msgstr "Por favor, recarregue a página para postar um comentário."
1755
+
1756
+ #: src/features/comments_filter.php:167
1757
+ #, fuzzy
1758
+ msgid "SPAM Blocking"
1759
+ msgstr "Bloqueio de SPAM"
1760
+
1761
+ #: src/features/comments_filter.php:168
1762
+ #, fuzzy
1763
+ msgid "Block Bot & Human Comment SPAM"
1764
+ msgstr "Bloco Bot & Comentário Humano SPAM"
1765
+
1766
+ #: src/features/comments_filter.php:179 src/features/comments_filter.php:258
1767
+ msgid "Bot SPAM"
1768
+ msgstr "SPAM Robô"
1769
+
1770
+ #: src/features/comments_filter.php:182
1771
+ #, fuzzy
1772
+ msgid "Bot SPAM comments are blocked"
1773
+ msgstr "Bot SPAM comentários são bloqueados"
1774
+
1775
+ #: src/features/comments_filter.php:183
1776
+ #, fuzzy
1777
+ msgid "There is no protection against Bot SPAM comments"
1778
+ msgstr "Não há proteção contra comentários de Bot SPAM"
1779
+
1780
+ #: src/features/comments_filter.php:188 src/features/comments_filter.php:277
1781
+ msgid "Human SPAM"
1782
+ msgstr "SPAM Humano"
1783
+
1784
+ #: src/features/comments_filter.php:191
1785
+ #, fuzzy
1786
+ msgid "Comments posted by humans are checked for SPAM"
1787
+ msgstr "Comentários postados por humanos são verificados para SPAM"
1788
+
1789
+ #: src/features/comments_filter.php:192
1790
+ #, fuzzy
1791
+ msgid "Comments posted by humans aren't checked for SPAM"
1792
+ msgstr "Comentários postados por humanos não são verificados por SPAM"
1793
+
1794
+ #: src/features/comments_filter.php:215
1795
+ #, fuzzy, php-format
1796
+ msgid "Please remember to supply reCAPTCHA keys: %s"
1797
+ msgstr "Lembre-se de fornecer chaves reCAPTCHA: %s"
1798
+
1799
+ #: src/features/comments_filter.php:216
1800
+ #, fuzzy
1801
+ msgid "reCAPTCHA Settings"
1802
+ msgstr "configurações do reCAPTCHA"
1803
+
1804
+ #: src/features/comments_filter.php:237
1805
+ msgid "Comments SPAM Protection"
1806
+ msgstr "Proteção Contra SPAM nos Comentários"
1807
+
1808
+ #: src/features/comments_filter.php:239
1809
+ #, php-format
1810
+ msgid ""
1811
+ "The Comments Filter can block 100% of automated spam bots and also offer the "
1812
+ "option to analyse human-generated spam."
1813
+ msgstr ""
1814
+ "O Filtro de Comentários pode bloquear 100% dos robôs de spam automatizados e "
1815
+ "também oferece a opção de analisar spam gerado por pessoas."
1816
+
1817
+ #: src/features/comments_filter.php:240
1818
+ msgid "Comments Filter"
1819
+ msgstr "Filtro de Comentários"
1820
+
1821
+ #: src/features/comments_filter.php:245
1822
+ msgid "Common Settings"
1823
+ msgstr "Opções comuns"
1824
+
1825
+ #: src/features/comments_filter.php:246
1826
+ #, fuzzy
1827
+ msgid "Common Settings For All SPAM Scanning"
1828
+ msgstr "Configurações comuns para todas as varreduras de SPAM"
1829
+
1830
+ #: src/features/comments_filter.php:248
1831
+ #, fuzzy
1832
+ msgid "Settings that apply to all comment SPAM scanning."
1833
+ msgstr ""
1834
+ "Configurações que se aplicam a todas as verificações de SPAM de comentários."
1835
+
1836
+ #: src/features/comments_filter.php:253
1837
+ #, php-format
1838
+ msgid "%s Comment SPAM Protection"
1839
+ msgstr "Proteção Contra SPAM nos Comentários %s"
1840
+
1841
+ #: src/features/comments_filter.php:253
1842
+ msgid "Automatic Bot"
1843
+ msgstr "Robô Automático"
1844
+
1845
+ #: src/features/comments_filter.php:255
1846
+ #, php-format
1847
+ msgid "Blocks 100% of all automated bot-generated comment SPAM."
1848
+ msgstr ""
1849
+ "Bloqueia 100% de todos os SPAMs de comentários gerados por robôs "
1850
+ "automatizados."
1851
+
1852
+ #: src/features/comments_filter.php:265
1853
+ msgid "Adds Google reCAPTCHA to the Comment Forms."
1854
+ msgstr "Adiciona o Google reCAPTCHA nos Formulários de Comentários."
1855
+
1856
+ #: src/features/comments_filter.php:266 src/features/login_protect.php:779
1857
+ msgid "Keep this turned on."
1858
+ msgstr "Deixe isso ligado."
1859
+
1860
+ #: src/features/comments_filter.php:271
1861
+ #, php-format
1862
+ msgid "%s Comment SPAM Protection Filter"
1863
+ msgstr "Filtro de Proteção de SPAM no Comentário %s"
1864
+
1865
+ #: src/features/comments_filter.php:271
1866
+ msgid "Human"
1867
+ msgstr "Humano"
1868
+
1869
+ #: src/features/comments_filter.php:273
1870
+ msgid "Uses a 3rd party SPAM dictionary to detect human-based comment SPAM."
1871
+ msgstr ""
1872
+ "Usa um dicionário de SPAM de terceiros para detectar comentários de SPAM "
1873
+ "baseados em humanos."
1874
+
1875
+ #: src/features/comments_filter.php:275
1876
+ msgid ""
1877
+ "This tool, unlike other SPAM tools such as Akismet, will not send your "
1878
+ "comment data to 3rd party services for analysis."
1879
+ msgstr ""
1880
+ "Esta ferramenta, ao contrário de outras ferramentas de SPAM, como o Akismet, "
1881
+ "não enviará para análise seus dados de comentários para serviços de terceiros."
1882
+
1883
+ #: src/features/comments_filter.php:331
1884
+ msgid "Enable (or Disable) The Comment SPAM Protection Feature"
1885
+ msgstr "Ativar (ou Desativar) a Função de Proteção contra SPAM nos Comentários"
1886
+
1887
+ #: src/features/comments_filter.php:332 src/wizards/plugin.php:703
1888
+ #: src/wizards/plugin.php:708
1889
+ msgid "Comment SPAM Protection"
1890
+ msgstr "Proteção Contra SPAM nos Comentários"
1891
+
1892
+ #: src/features/comments_filter.php:336
1893
+ #, fuzzy
1894
+ msgid "Trusted Commenter Minimum"
1895
+ msgstr "Trusted Commenter Mínimo"
1896
+
1897
+ #: src/features/comments_filter.php:337
1898
+ #, fuzzy
1899
+ msgid "Minimum Number Of Approved Comments Before Commenter Is Trusted"
1900
+ msgstr ""
1901
+ "Número mínimo de comentários aprovados antes que o comentador seja confiável"
1902
+
1903
+ #: src/features/comments_filter.php:338
1904
+ #, fuzzy
1905
+ msgid ""
1906
+ "Specify how many approved comments must exist before a commenter is trusted "
1907
+ "and their comments are no longer scanned."
1908
+ msgstr ""
1909
+ "Especifique quantos comentários aprovados devem existir antes que um "
1910
+ "comentador seja confiável e seus comentários não sejam mais verificados."
1911
+
1912
+ #: src/features/comments_filter.php:339
1913
+ #, fuzzy
1914
+ msgid "Normally WordPress will trust after 1 comment."
1915
+ msgstr "Normalmente o WordPress irá confiar após 1 comentário."
1916
+
1917
+ #: src/features/comments_filter.php:343
1918
+ #, fuzzy
1919
+ msgid "Trusted Users"
1920
+ msgstr "Usuários confiáveis"
1921
+
1922
+ #: src/features/comments_filter.php:344
1923
+ #, fuzzy
1924
+ msgid "Comments By Users With The Following Roles Will Never Be Scanned"
1925
+ msgstr "Comentários de usuários com as seguintes funções nunca serão escaneados"
1926
+
1927
+ #: src/features/comments_filter.php:345
1928
+ #, fuzzy
1929
+ msgid ""
1930
+ "Shield doesn't normally scan comments from logged-in or registered users."
1931
+ msgstr ""
1932
+ "O Shield normalmente não verifica comentários de usuários registrados ou "
1933
+ "conectados."
1934
+
1935
+ #: src/features/comments_filter.php:346
1936
+ #, fuzzy
1937
+ msgid "Specify user roles here that shouldn't be scanned."
1938
+ msgstr "Especifique aqui as funções do usuário que não devem ser verificadas."
1939
+
1940
+ #: src/features/comments_filter.php:347 src/features/user_management.php:734
1941
+ #, fuzzy
1942
+ msgid "Take a new line for each user role."
1943
+ msgstr "Tome uma nova linha para cada função do usuário."
1944
+
1945
+ #: src/features/comments_filter.php:348 src/features/user_management.php:735
1946
+ #, fuzzy
1947
+ msgid "Available Roles"
1948
+ msgstr "Funções disponíveis"
1949
+
1950
+ #: src/features/comments_filter.php:353 src/features/comments_filter.php:354
1951
+ msgid "Human SPAM Filter"
1952
+ msgstr "Filtro de SPAM Humano"
1953
+
1954
+ #: src/features/comments_filter.php:354
1955
+ #, php-format
1956
+ msgid "Enable (or Disable) The %s Feature"
1957
+ msgstr "Ativar (ou Desativar) a função %s"
1958
+
1959
+ #: src/features/comments_filter.php:355
1960
+ msgid ""
1961
+ "Scans the content of WordPress comments for keywords that are indicative of "
1962
+ "SPAM and marks the comment according to your preferred setting below."
1963
+ msgstr ""
1964
+ "Verifica o conteúdo dos comentários do WordPress por palavras-chave que são "
1965
+ "indicativas de SPAM e marca o comentário de acordo com sua configuração "
1966
+ "preferida abaixo."
1967
+
1968
+ #: src/features/comments_filter.php:359
1969
+ msgid "Comment Filter Items"
1970
+ msgstr "Itens de Filtro de Comentários"
1971
+
1972
+ #: src/features/comments_filter.php:360
1973
+ msgid "Select The Items To Scan For SPAM"
1974
+ msgstr "Selecione os itens para procurar por SPAM"
1975
+
1976
+ #: src/features/comments_filter.php:361
1977
+ msgid ""
1978
+ "When a user submits a comment, only the selected parts of the comment data "
1979
+ "will be scanned for SPAM content."
1980
+ msgstr ""
1981
+ "Quando um usuário envia um comentário, somente as partes selecionadas dos "
1982
+ "dados do comentário serão verificadas quanto ao conteúdo de SPAM."
1983
+
1984
+ #: src/features/comments_filter.php:361
1985
+ #, php-format
1986
+ msgid "Recommended: %s"
1987
+ msgstr "Recomendado: %s"
1988
+
1989
+ #: src/features/comments_filter.php:361
1990
+ msgid "All"
1991
+ msgstr "Tudo"
1992
+
1993
+ #: src/features/comments_filter.php:365 src/features/comments_filter.php:378
1994
+ msgid "Default SPAM Action"
1995
+ msgstr "Ação Padrão de SPAM"
1996
+
1997
+ #: src/features/comments_filter.php:366 src/features/comments_filter.php:379
1998
+ msgid "How To Categorise Comments When Identified To Be SPAM"
1999
+ msgstr "Como categorizar comentários quando identificado como SPAM"
2000
+
2001
+ #: src/features/comments_filter.php:367 src/features/comments_filter.php:380
2002
+ #, php-format
2003
+ msgid ""
2004
+ "When a comment is detected as being SPAM from %s, the comment will be "
2005
+ "categorised based on this setting."
2006
+ msgstr ""
2007
+ "Quando um comentário é detectado como sendo SPAM de %s, o comentário será "
2008
+ "categorizado com base nessa configuração."
2009
+
2010
+ #: src/features/comments_filter.php:367
2011
+ msgid "a human commenter"
2012
+ msgstr "um comentário humano"
2013
+
2014
+ #: src/features/comments_filter.php:371
2015
+ msgid "SPAM Bot Protection"
2016
+ msgstr "Proteção contra Robôs SPAM"
2017
+
2018
+ #: src/features/comments_filter.php:372
2019
+ #, fuzzy
2020
+ msgid "Block 100% Comment SPAM From Automated Bots"
2021
+ msgstr "Bloquear 100% Comentários de SPAM de Bots Automatizados"
2022
+
2023
+ #: src/features/comments_filter.php:373
2024
+ #, fuzzy
2025
+ msgid "Highly effective detection for the most common types of comment SPAM."
2026
+ msgstr ""
2027
+ "Detecção altamente eficaz para os tipos mais comuns de SPAM de comentários."
2028
+
2029
+ #: src/features/comments_filter.php:374
2030
+ msgid "Bonus"
2031
+ msgstr "Bônus"
2032
+
2033
+ #: src/features/comments_filter.php:374
2034
+ #, fuzzy
2035
+ msgid ""
2036
+ "Unlike Akismet, your data is never sent off-site to 3rd party processing "
2037
+ "servers."
2038
+ msgstr ""
2039
+ "Ao contrário do Akismet, seus dados nunca são enviados off-site para "
2040
+ "servidores de processamento de terceiros."
2041
+
2042
+ #: src/features/comments_filter.php:380
2043
+ msgid "an automatic bot"
2044
+ msgstr "um robô automático"
2045
+
2046
+ #: src/features/comments_filter.php:384
2047
+ msgid "Comments Cooldown"
2048
+ msgstr "Espera para comentários"
2049
+
2050
+ #: src/features/comments_filter.php:385
2051
+ msgid "Limit posting comments to X seconds after the page has loaded"
2052
+ msgstr "Limita os comentários para X segundos depois que a página foi carregada"
2053
+
2054
+ #: src/features/comments_filter.php:386
2055
+ msgid ""
2056
+ "By forcing a comments cooldown period, you restrict a Spambot's ability to "
2057
+ "post multiple times to your posts."
2058
+ msgstr ""
2059
+ "Ao forçar comentários periódicos cooldown, você restringe a capacidade de um "
2060
+ "Spambot comentar várias vezes em seus posts."
2061
+
2062
+ #: src/features/comments_filter.php:390
2063
+ msgid "Comment Token Expire"
2064
+ msgstr "Validade do Token de Comentário"
2065
+
2066
+ #: src/features/comments_filter.php:391
2067
+ msgid "A visitor has X seconds within which to post a comment"
2068
+ msgstr "Um visitante tem X segundos dentro do qual poderá enviar comentário"
2069
+
2070
+ #: src/features/comments_filter.php:392
2071
+ msgid ""
2072
+ "Default: 600 seconds (10 minutes). Each visitor is given a unique 'Token' so "
2073
+ "they can comment. This restricts spambots, but we need to force these tokens "
2074
+ "to expire and at the same time not bother the visitors."
2075
+ msgstr ""
2076
+ "Padrão: 600 segundos (10 minutos). Cada visitante recebe um 'Token' único "
2077
+ "para conseguir comentar. Isto restringe spambots, mas nós precisamos forçar "
2078
+ "estes tokens para que expirem e ao mesmo tempo não atrapalhem os visitantes."
2079
+
2080
+ #: src/features/comments_filter.php:396
2081
+ msgid "GASP Checkbox Message"
2082
+ msgstr "Mensagem de Caixa de Seleção GASP"
2083
+
2084
+ #: src/features/comments_filter.php:397
2085
+ msgid "If you want a custom checkbox message, please provide this here"
2086
+ msgstr ""
2087
+ "Se você quer uma mensagem customizada para o checkbox, por favor insira aqui"
2088
+
2089
+ #: src/features/comments_filter.php:398
2090
+ msgid "You can customise the message beside the checkbox."
2091
+ msgstr "Você pode customizar a mensagem ao lado do checkbox."
2092
+
2093
+ #: src/features/comments_filter.php:399 src/features/comments_filter.php:418
2094
+ #: src/features/comments_filter.php:425 src/features/comments_filter.php:432
2095
+ #, php-format
2096
+ msgid "Default Message: %s"
2097
+ msgstr "Mensagem padrão: %s"
2098
+
2099
+ #: src/features/comments_filter.php:399 src/features/comments_filter.php:418
2100
+ msgid "Please check the box to confirm you're not a spammer"
2101
+ msgstr "Por favor selecione a caixa para confirmar que você não é um spammer"
2102
+
2103
+ #: src/features/comments_filter.php:404
2104
+ msgid "Enable Google reCAPTCHA For Comments"
2105
+ msgstr "Ativar o Google reCAPTCHA para Comentários"
2106
+
2107
+ #: src/features/comments_filter.php:405
2108
+ msgid "Use Google reCAPTCHA on the comments form to prevent bot-spam comments."
2109
+ msgstr ""
2110
+ "Usar o Google reCAPTCHA nos formulários de comentários para evitar robôs de "
2111
+ "spam."
2112
+
2113
+ #: src/features/comments_filter.php:409 src/features/login_protect.php:921
2114
+ #: src/features/plugin.php:1326
2115
+ msgid "reCAPTCHA Style"
2116
+ msgstr "Estilo reCAPTCHA"
2117
+
2118
+ #: src/features/comments_filter.php:410 src/features/login_protect.php:922
2119
+ msgid "How Google reCAPTCHA Will Be Displayed"
2120
+ msgstr "Como Será Exibido o Google reCAPTCHA"
2121
+
2122
+ #: src/features/comments_filter.php:411 src/features/login_protect.php:923
2123
+ #: src/features/plugin.php:1328
2124
+ msgid ""
2125
+ "You can choose the reCAPTCHA display format that best suits your site, "
2126
+ "including the new Invisible Recaptcha"
2127
+ msgstr ""
2128
+ "Você pode escolher o formato de exibição do reCAPTCHA que combine com seu "
2129
+ "site, incluindo o novo reCAPTCHA invisível"
2130
+
2131
+ #: src/features/comments_filter.php:415
2132
+ msgid "GASP Alert Message"
2133
+ msgstr "Mensagem de Alerta GASP"
2134
+
2135
+ #: src/features/comments_filter.php:416
2136
+ msgid "If you want a custom alert message, please provide this here"
2137
+ msgstr "Se você quer uma mensagem de alerta customizada, por favor insira aqui"
2138
+
2139
+ #: src/features/comments_filter.php:417
2140
+ msgid ""
2141
+ "This alert message is displayed when a visitor attempts to submit a comment "
2142
+ "without checking the box."
2143
+ msgstr ""
2144
+ "Esta mensagem de alerta é exibida quando um visitante tentar enviar um "
2145
+ "comentário sem selecionar a caixa."
2146
+
2147
+ #: src/features/comments_filter.php:422
2148
+ msgid "GASP Wait Message"
2149
+ msgstr "Mensagem de Espera GASP"
2150
+
2151
+ #: src/features/comments_filter.php:423
2152
+ msgid ""
2153
+ "If you want a custom submit-button wait message, please provide this here."
2154
+ msgstr "Se você quer uma mensagem de espera customizada, por favor insira aqui"
2155
+
2156
+ #: src/features/comments_filter.php:424
2157
+ #, php-format
2158
+ msgid ""
2159
+ "Where you see the '%s' this will be the number of seconds. You must ensure "
2160
+ "you include 1, and only 1, of these."
2161
+ msgstr ""
2162
+ "Onde você vê o '%s' será o número dos segundos. Você deve assegurar-se de "
2163
+ "incluir 1, e somente 1 destes."
2164
+
2165
+ #: src/features/comments_filter.php:425
2166
+ #, php-format
2167
+ msgid "Please wait %s seconds before posting your comment"
2168
+ msgstr "Por favor espere %s segundos antes de postar seu comentário"
2169
+
2170
+ #: src/features/comments_filter.php:429
2171
+ msgid "GASP Reload Message"
2172
+ msgstr "Mensagem para Recarregar GASP"
2173
+
2174
+ #: src/features/comments_filter.php:430
2175
+ msgid ""
2176
+ "If you want a custom message when the comment token has expired, please "
2177
+ "provide this here."
2178
+ msgstr ""
2179
+ "Se você quer uma mensagem customizada de recarga quando o token de comentário "
2180
+ "expirou, por favor informe aqui."
2181
+
2182
+ #: src/features/comments_filter.php:431
2183
+ msgid ""
2184
+ "This message is displayed on the submit-button when the comment token is "
2185
+ "expired"
2186
+ msgstr ""
2187
+ "Está mensagem é exibida no botão de envio quando o token de comentário "
2188
+ "expirou."
2189
+
2190
+ #: src/features/comments_filter.php:432
2191
+ msgid "Please reload this page to post a comment"
2192
+ msgstr "Por favor recarregue está página para enviar um comentário"
2193
+
2194
+ #: src/features/email.php:27
2195
+ msgid "Email Options"
2196
+ msgstr "Opções de E-mail"
2197
+
2198
+ #: src/features/email.php:47
2199
+ msgid "Email Throttle Limit"
2200
+ msgstr "Limite de emails estourados."
2201
+
2202
+ #: src/features/email.php:48
2203
+ msgid "Limit Emails Per Second"
2204
+ msgstr "Limitar e-mails por segundo"
2205
+
2206
+ #: src/features/email.php:49
2207
+ msgid ""
2208
+ "You throttle emails sent by this plugin by limiting the number of emails sent "
2209
+ "every second. This is useful in case you get hit by a bot attack. Zero (0) "
2210
+ "turns this off. Suggested: 10"
2211
+ msgstr ""
2212
+ "Você regula os e-mails enviados por este plugin limitando o número de e-mails "
2213
+ "enviados a cada segundo. Isto é útil no caso de você ser atingido por um "
2214
+ "ataque de bot. Zero (0) desativa esta função. Sugerido: 10."
2215
+
2216
+ #: src/features/firewall.php:57
2217
+ #, php-format
2218
+ msgid "You were blocked by the %s."
2219
+ msgstr "Você foi bloqueado pelo %s."
2220
+
2221
+ #: src/features/firewall.php:84 src/features/firewall.php:96
2222
+ #: src/features/firewall.php:136 src/features/plugin.php:1382
2223
+ msgid "Firewall"
2224
+ msgstr "Firewall"
2225
+
2226
+ #: src/features/firewall.php:85
2227
+ #, fuzzy
2228
+ msgid "Block Malicious Requests"
2229
+ msgstr "Bloquear solicitações maliciosas"
2230
+
2231
+ #: src/features/firewall.php:99
2232
+ #, fuzzy
2233
+ msgid "Your site is protected against malicious requests"
2234
+ msgstr "O seu site está protegido contra pedidos maliciosos"
2235
+
2236
+ #: src/features/firewall.php:100
2237
+ #, fuzzy
2238
+ msgid "Your site is not protected against malicious requests"
2239
+ msgstr "O seu site não está protegido contra pedidos maliciosos"
2240
+
2241
+ #: src/features/firewall.php:108
2242
+ #, fuzzy
2243
+ msgid "Ignore Admins"
2244
+ msgstr "Ignorar Admins"
2245
+
2246
+ #: src/features/firewall.php:111
2247
+ #, fuzzy
2248
+ msgid "Firewall rules are also applied to admins"
2249
+ msgstr "As regras de firewall também são aplicadas aos administradores"
2250
+
2251
+ #: src/features/firewall.php:112
2252
+ #, fuzzy
2253
+ msgid "Firewall rules aren't applied to admins"
2254
+ msgstr "As regras de firewall não são aplicadas aos administradores"
2255
+
2256
+ #: src/features/firewall.php:135
2257
+ msgid ""
2258
+ "The Firewall is designed to analyse data sent to your website and block any "
2259
+ "requests that appear to be malicious."
2260
+ msgstr ""
2261
+ "O Firewall é projetado para analisar dados enviados ao seu site e bloquear "
2262
+ "qualquer solicitação que pareça ser mal-intencionada."
2263
+
2264
+ #: src/features/firewall.php:141
2265
+ msgid "Firewall Blocking Options"
2266
+ msgstr "Opções de bloqueio do Firewall"
2267
+
2268
+ #: src/features/firewall.php:143
2269
+ msgid "Here you choose what kind of malicious data to scan for."
2270
+ msgstr "Aqui você escolhe o tipo de dados maliciosos a serem verificados."
2271
+
2272
+ #: src/features/firewall.php:145
2273
+ msgid "Turn on as many options here as you can."
2274
+ msgstr "Ative tantas opções quanto puder."
2275
+
2276
+ #: src/features/firewall.php:146
2277
+ msgid ""
2278
+ "If you find an incompatibility or something stops working, un-check 1 option "
2279
+ "at a time until you find the problem or review the Audit Trail."
2280
+ msgstr ""
2281
+ "Se você encontrar uma incompatibilidade ou algo parar de funcionar, desmarque "
2282
+ "uma opção de cada vez até encontrar o problema ou revisar a trilha de "
2283
+ "auditoria."
2284
+
2285
+ #: src/features/firewall.php:148
2286
+ msgid "Firewall Blocking"
2287
+ msgstr "Bloqueio de Firewall"
2288
+
2289
+ #: src/features/firewall.php:152
2290
+ msgid "Choose Firewall Block Response"
2291
+ msgstr "Mudar o bloqueio de resposta do Firewall"
2292
+
2293
+ #: src/features/firewall.php:154
2294
+ msgid ""
2295
+ "Here you choose how the plugin will respond when it detects malicious data."
2296
+ msgstr ""
2297
+ "Aqui você escolhe como o plug-in responderá quando detectar dados maliciosos."
2298
+
2299
+ #: src/features/firewall.php:155
2300
+ #, php-format
2301
+ msgid "Choose the option \"%s\"."
2302
+ msgstr "Escolha a opção \"%s\"."
2303
+
2304
+ #: src/features/firewall.php:155
2305
+ msgid "Die With Message"
2306
+ msgstr "Finalizar com mensagem."
2307
+
2308
+ #: src/features/firewall.php:157
2309
+ msgid "Firewall Response"
2310
+ msgstr "Resposta do Firewall"
2311
+
2312
+ #: src/features/firewall.php:161
2313
+ #, fuzzy
2314
+ msgid "Whitelists - Pages, Parameters, and Users that by-pass the Firewall"
2315
+ msgstr "Whitelists - Páginas, Parâmetros e Usuários que contornam o Firewall"
2316
+
2317
+ #: src/features/firewall.php:163
2318
+ msgid ""
2319
+ "In principle you should not need to whitelist anything or anyone unless you "
2320
+ "have discovered a collision with another plugin."
2321
+ msgstr ""
2322
+ "Em princípio, não é necessário colocar ninguém na lista de permissões, a "
2323
+ "menos que você tenha descoberto um conflito com outro plug-in."
2324
+
2325
+ #: src/features/firewall.php:164
2326
+ msgid ""
2327
+ "Do not whitelist anything unless you are confident in what you are doing."
2328
+ msgstr ""
2329
+ "Não coloque nada na lista de permissões, a menos que tenha certeza do que "
2330
+ "está fazendo."
2331
+
2332
+ #: src/features/firewall.php:166
2333
+ msgid "Whitelist"
2334
+ msgstr "Lista de Confiáveis (Whitelist)"
2335
+
2336
+ #: src/features/firewall.php:194
2337
+ msgid "Include Cookies"
2338
+ msgstr "Incluir Cookies"
2339
+
2340
+ #: src/features/firewall.php:195
2341
+ msgid "Also Test Cookie Values In Firewall Tests"
2342
+ msgstr "Verificar também os valores de Cookies nos testes do Firewall"
2343
+
2344
+ #: src/features/firewall.php:196
2345
+ msgid ""
2346
+ "The firewall tests GET and POST, but with this option checked it will also "
2347
+ "check COOKIE values."
2348
+ msgstr ""
2349
+ "O firewall testa GET e POST, mas com essa opção marcada, ele também verifica "
2350
+ "os valores de COOKIE."
2351
+
2352
+ #: src/features/firewall.php:200
2353
+ msgid "Directory Traversals"
2354
+ msgstr "Caminho de Diretório"
2355
+
2356
+ #: src/features/firewall.php:201
2357
+ msgid "Block Directory Traversals"
2358
+ msgstr "Bloquear caminho de diretório"
2359
+
2360
+ #: src/features/firewall.php:202
2361
+ #, php-format
2362
+ msgid ""
2363
+ "This will block directory traversal paths in in application parameters (e.g. "
2364
+ "%s, etc)."
2365
+ msgstr ""
2366
+ "Isso irá bloquear a ação de caminhos de passagem de diretório nos parâmetros "
2367
+ "(path traversal) da aplicação (ex.: %s, etc)."
2368
+
2369
+ #: src/features/firewall.php:206 src/processors/firewall.php:447
2370
+ msgid "SQL Queries"
2371
+ msgstr "SQL Queries"
2372
+
2373
+ #: src/features/firewall.php:207
2374
+ msgid "Block SQL Queries"
2375
+ msgstr "Bloquear SQL Queries"
2376
+
2377
+ #: src/features/firewall.php:208
2378
+ #, php-format
2379
+ msgid "This will block sql in application parameters (e.g. %s, etc)."
2380
+ msgstr "Isso bloqueará o sql nos parâmetros da aplicação (ex.: %s, etc)."
2381
+
2382
+ #: src/features/firewall.php:212 src/processors/firewall.php:441
2383
+ msgid "WordPress Terms"
2384
+ msgstr "Termos do WordPress"
2385
+
2386
+ #: src/features/firewall.php:213
2387
+ msgid "Block WordPress Specific Terms"
2388
+ msgstr "Bloquear Termos específicos do WordPress"
2389
+
2390
+ #: src/features/firewall.php:214
2391
+ msgid ""
2392
+ "This will block WordPress specific terms in application parameters (wp_, "
2393
+ "user_login, etc.)."
2394
+ msgstr ""
2395
+ "Isto irá bloquear termos específicos do WordPress em parâmetros de aplicação "
2396
+ "(wp_, user_login, etc)."
2397
+
2398
+ #: src/features/firewall.php:218 src/processors/firewall.php:444
2399
+ msgid "Field Truncation"
2400
+ msgstr "Truncamento de campo"
2401
+
2402
+ #: src/features/firewall.php:219
2403
+ msgid "Block Field Truncation Attacks"
2404
+ msgstr "Bloquear Ataques de Truncamento de Campos"
2405
+
2406
+ #: src/features/firewall.php:220
2407
+ msgid "This will block field truncation attacks in application parameters."
2408
+ msgstr ""
2409
+ "Isto irá bloquear os ataques de truncamento de campos em parâmetros de "
2410
+ "aplicação."
2411
+
2412
+ #: src/features/firewall.php:224 src/processors/firewall.php:456
2413
+ msgid "PHP Code"
2414
+ msgstr "Código PHP"
2415
+
2416
+ #: src/features/firewall.php:225
2417
+ #, php-format
2418
+ msgid "Block %s"
2419
+ msgstr "Bloquear %s"
2420
+
2421
+ #: src/features/firewall.php:225
2422
+ msgid "PHP Code Includes"
2423
+ msgstr "Includes de Código PHP"
2424
+
2425
+ #: src/features/firewall.php:226
2426
+ msgid "This will block any data that appears to try and include PHP files."
2427
+ msgstr "Isso bloqueará todos os dados que parecem tentar incluir arquivos PHP."
2428
+
2429
+ #: src/features/firewall.php:227
2430
+ msgid "Will probably block saving within the Plugin/Theme file editors."
2431
+ msgstr ""
2432
+ "Provavelmente irá bloquear o salvamento dentro dos editores de arquivos "
2433
+ "Plugin/Tema."
2434
+
2435
+ #: src/features/firewall.php:231
2436
+ msgid "Exe File Uploads"
2437
+ msgstr "Upload de Arquivo EXE"
2438
+
2439
+ #: src/features/firewall.php:232
2440
+ msgid "Block Executable File Uploads"
2441
+ msgstr "Bloquear upload de arquivos executáveis"
2442
+
2443
+ #: src/features/firewall.php:233
2444
+ msgid "This will block executable file uploads (.php, .exe, etc.)."
2445
+ msgstr "Isto irá bloquear o upload de arquivos executáveis (.php, .exe, etc)."
2446
+
2447
+ #: src/features/firewall.php:237
2448
+ msgid "Leading Schemas"
2449
+ msgstr "Leading Schemas"
2450
+
2451
+ #: src/features/firewall.php:238
2452
+ msgid "Block Leading Schemas (HTTPS / HTTP)"
2453
+ msgstr "Bloquear Leading Schemas (HTTPS / HTTP)"
2454
+
2455
+ #: src/features/firewall.php:239
2456
+ msgid ""
2457
+ "This will block leading schemas http:// and https:// in application "
2458
+ "parameters (off by default; may cause problems with other plugins)."
2459
+ msgstr ""
2460
+ "Isto irá bloquear leading schemas http:// e https:// em parâmetros de "
2461
+ "aplicação (desligado por padrão; talvez cause problemas com outros plugins)."
2462
+
2463
+ #: src/features/firewall.php:243
2464
+ msgid "Aggressive Scan"
2465
+ msgstr "Varredura Agressiva"
2466
+
2467
+ #: src/features/firewall.php:244
2468
+ msgid "Aggressively Block Data"
2469
+ msgstr "Bloquear Dados Agressivamente"
2470
+
2471
+ #: src/features/firewall.php:245
2472
+ msgid ""
2473
+ "Employs a set of aggressive rules to detect and block malicious data "
2474
+ "submitted to your site."
2475
+ msgstr ""
2476
+ "Empregar regras agressivas para detectar e bloquear dados maliciosos enviados "
2477
+ "ao seu site."
2478
+
2479
+ #: src/features/firewall.php:246 src/features/hack_protect.php:1461
2480
+ #: src/features/hack_protect.php:1485 src/features/hack_protect.php:1486
2481
+ #: src/features/ips.php:376 src/features/ips.php:383 src/features/ips.php:444
2482
+ #: src/features/lockdown.php:255 src/features/lockdown.php:268
2483
+ #: src/features/plugin.php:1290 src/processors/hackprotect_scan_apc.php:129
2484
+ #: src/processors/hackprotect_scan_mal.php:123
2485
+ #: src/processors/hackprotect_scan_ptg.php:622
2486
+ #: src/processors/hackprotect_scan_ufc.php:132
2487
+ #: src/processors/hackprotect_scan_wcf.php:130
2488
+ #: src/processors/hackprotect_scan_wpv.php:270
2489
+ #: src/processors/loginprotect_wplogin.php:70
2490
+ #: src/processors/loginprotect_wplogin.php:88 src/processors/plugin.php:211
2491
+ msgid "Warning"
2492
+ msgstr "Atenção"
2493
+
2494
+ #: src/features/firewall.php:246
2495
+ msgid "May cause an increase in false-positive firewall blocks."
2496
+ msgstr "Talvez isso cause aumento no bloqueio via firewall de falso-positivos."
2497
+
2498
+ #: src/features/firewall.php:250
2499
+ msgid "Block Response"
2500
+ msgstr "Bloquear Resposta"
2501
+
2502
+ #: src/features/firewall.php:251
2503
+ msgid "Choose how the firewall responds when it blocks a request"
2504
+ msgstr "Escolher como o firewall responde quando bloqueia uma solicitação"
2505
+
2506
+ #: src/features/firewall.php:252
2507
+ msgid ""
2508
+ "We recommend dying with a message so you know what might have occurred when "
2509
+ "the firewall blocks you"
2510
+ msgstr ""
2511
+ "Recomendamos um erro com uma mensagem para que você saiba o que pode ter "
2512
+ "ocorrido quando o firewall lhe bloquear"
2513
+
2514
+ #: src/features/firewall.php:256
2515
+ msgid "Send Email Report"
2516
+ msgstr "Enviar relatório por e-mail "
2517
+
2518
+ #: src/features/firewall.php:257
2519
+ msgid ""
2520
+ "When a visitor is blocked the firewall will send an email to the configured "
2521
+ "email address"
2522
+ msgstr ""
2523
+ "Quando um visitante é bloqueada pelo firewall irá enviar um e-mail para o "
2524
+ "endereço de e-mail configurado"
2525
+
2526
+ #: src/features/firewall.php:258
2527
+ msgid ""
2528
+ "Use with caution - if you get hit by automated bots you may send out too many "
2529
+ "emails and you could get blocked by your host"
2530
+ msgstr ""
2531
+ "Use com cuidado - se você começar a contar por robôs automatizados que você "
2532
+ "pode mandar muitos e-mails você pode ser bloqueado pelo seu servidor de "
2533
+ "hospedagem."
2534
+
2535
+ #: src/features/firewall.php:262
2536
+ msgid "Whitelist Parameters"
2537
+ msgstr "Parâmetros da Lista Branca"
2538
+
2539
+ #: src/features/firewall.php:263
2540
+ msgid ""
2541
+ "Detail pages and parameters that are whitelisted (ignored by the firewall)"
2542
+ msgstr ""
2543
+ "Páginas de detalhes e parâmetros que estão na lista branca (ignoradas pelo "
2544
+ "firewall)"
2545
+
2546
+ #: src/features/firewall.php:264
2547
+ msgid ""
2548
+ "This should be used with caution and you should only provide parameter names "
2549
+ "that you must have excluded"
2550
+ msgstr ""
2551
+ "Isso deve ser usado com cautela e você só deve fornecer os nomes dos "
2552
+ "parâmetros que você deve ter excluídos"
2553
+
2554
+ #: src/features/firewall.php:268 src/features/firewall.php:269
2555
+ #: src/features/firewall.php:275
2556
+ #, php-format
2557
+ msgid "Ignore %s"
2558
+ msgstr "Ignorar %s"
2559
+
2560
+ #: src/features/firewall.php:268 src/features/firewall.php:269
2561
+ #: src/features/login_protect.php:174
2562
+ msgid "Administrators"
2563
+ msgstr "Administradores"
2564
+
2565
+ #: src/features/firewall.php:270
2566
+ msgid ""
2567
+ "Authenticated administrator users will not be processed by the firewall rules."
2568
+ msgstr ""
2569
+ "Usuários administradores autenticados não serão verificados ​​pelas regras do "
2570
+ "firewall."
2571
+
2572
+ #: src/features/firewall.php:275
2573
+ msgid "Search Engines"
2574
+ msgstr "Mecanismos de Busca"
2575
+
2576
+ #: src/features/firewall.php:276
2577
+ msgid "Ignore Search Engine Bot Traffic"
2578
+ msgstr "Ignorar Tráfego dos Robôs dos Mecanismos de Busca"
2579
+
2580
+ #: src/features/firewall.php:277
2581
+ msgid ""
2582
+ "The firewall will try to recognise search engine spiders/bots and not apply "
2583
+ "firewall rules to them."
2584
+ msgstr ""
2585
+ "O firewall vai tentar reconhecer o mecanismo de busca/robôs e não se aplicam "
2586
+ "as regras de firewall para eles."
2587
+
2588
+ #: src/features/firewall.php:281
2589
+ msgid "Firewall Block Message"
2590
+ msgstr "Mensagem de Bloqueio do Firewall"
2591
+
2592
+ #: src/features/firewall.php:282
2593
+ msgid "Message Displayed To Visitor When A Firewall Block Is Triggered"
2594
+ msgstr ""
2595
+ "Mensagem Exibida ao Visitante Quando um Bloqueio do Firewall é Disparado"
2596
+
2597
+ #: src/features/firewall.php:283
2598
+ msgid "This is the message displayed to visitors that trigger the firewall."
2599
+ msgstr "Esta é a mensagem exibida aos visitantes que dispararem o firewall."
2600
+
2601
+ #: src/features/hack_protect.php:210
2602
+ #, php-format
2603
+ msgid "%s per day"
2604
+ msgstr "%s por dia"
2605
+
2606
+ #: src/features/hack_protect.php:649 src/features/insights.php:403
2607
+ #: src/features/license.php:651 src/processors/hack_protect.php:118
2608
+ msgid "Never"
2609
+ msgstr "Nunca"
2610
+
2611
+ #: src/features/hack_protect.php:650
2612
+ #, php-format
2613
+ msgid "Last Scan Time: %s"
2614
+ msgstr "Último tempo de verificação: %s"
2615
+
2616
+ #: src/features/hack_protect.php:714
2617
+ #, fuzzy
2618
+ msgid "No scans were selected"
2619
+ msgstr "Nenhuma varredura foi selecionada"
2620
+
2621
+ #: src/features/hack_protect.php:734
2622
+ #, fuzzy
2623
+ msgid "Scans completed."
2624
+ msgstr "Varreduras concluídas."
2625
+
2626
+ #: src/features/hack_protect.php:734
2627
+ #, fuzzy
2628
+ msgid "Reloading page"
2629
+ msgstr "Recarregar página"
2630
+
2631
+ #: src/features/hack_protect.php:762
2632
+ #, fuzzy
2633
+ msgid "Unsupported scanner"
2634
+ msgstr "Scanner sem suporte"
2635
+
2636
+ #: src/features/hack_protect.php:765
2637
+ #, fuzzy
2638
+ msgid "Unsupported item(s) selected"
2639
+ msgstr "Item(s) não suportado(s) selecionado(s)"
2640
+
2641
+ #: src/features/hack_protect.php:848
2642
+ #, php-format
2643
+ msgid ""
2644
+ "Sorry, this feature is not available because we cannot write to disk at this "
2645
+ "location: \"%s\""
2646
+ msgstr ""
2647
+ "Desculpe, esta função não está disponível, pois nós não podemos gravar no "
2648
+ "disco nesta localização: \"%s\""
2649
+
2650
+ #: src/features/hack_protect.php:854
2651
+ #, fuzzy, php-format
2652
+ msgid "Not available because the %s extension is not available."
2653
+ msgstr "Não disponível porque a extensão %s não está disponível."
2654
+
2655
+ #: src/features/hack_protect.php:857
2656
+ #, fuzzy
2657
+ msgid ""
2658
+ "Not available because PHP/WordPress doesn't have direct filesystem access."
2659
+ msgstr ""
2660
+ "Não disponível porque o PHP/WordPress não tem acesso direto ao sistema de "
2661
+ "arquivos."
2662
+
2663
+ #: src/features/hack_protect.php:862
2664
+ #, fuzzy, php-format
2665
+ msgid "The %s file isn't writable and so can't be further protected."
2666
+ msgstr "O arquivo %s não é gravável e por isso não pode ser mais protegido."
2667
+
2668
+ #: src/features/hack_protect.php:1033 src/features/insights.php:242
2669
+ msgid "Scans"
2670
+ msgstr "Varredura"
2671
+
2672
+ #: src/features/hack_protect.php:1041
2673
+ msgid "Core File scanner is not enabled."
2674
+ msgstr "A varredura do Core não está ativada."
2675
+
2676
+ #: src/features/hack_protect.php:1044
2677
+ msgid "Automatic WordPress Core File scanner should be turned-on."
2678
+ msgstr "A varredura automática do Core do WordPress deve ser ligada."
2679
+
2680
+ #: src/features/hack_protect.php:1050
2681
+ msgid "Modified WordPress core files found."
2682
+ msgstr "Foram encontrados arquivos modificados no Core do WordPress."
2683
+
2684
+ #: src/features/hack_protect.php:1052 src/features/hack_protect.php:1073
2685
+ #: src/features/hack_protect.php:1094 src/features/hack_protect.php:1115
2686
+ #: src/features/hack_protect.php:1136
2687
+ msgid "Run Scan"
2688
+ msgstr "Fazer Varredura"
2689
+
2690
+ #: src/features/hack_protect.php:1053
2691
+ msgid "Scan WP core files and repair any files that are flagged as modified."
2692
+ msgstr ""
2693
+ "Analisa os arquivos do Core do WP e repara todos os arquivos marcados como "
2694
+ "modificados."
2695
+
2696
+ #: src/features/hack_protect.php:1062
2697
+ msgid "Unrecognised File scanner is not enabled."
2698
+ msgstr "A varredura de arquivo desconhecido não está ativado."
2699
+
2700
+ #: src/features/hack_protect.php:1065
2701
+ msgid "Automatic scanning for non-WordPress core files is recommended."
2702
+ msgstr ""
2703
+ "Recomenda-se também a verificação automática de arquivos que não são do Core "
2704
+ "do WordPress."
2705
+
2706
+ #: src/features/hack_protect.php:1071
2707
+ msgid "Unrecognised files found in WordPress Core directory."
2708
+ msgstr ""
2709
+ "Arquivos desconhecidos foram encontrados no diretório do Core do WordPress."
2710
+
2711
+ #: src/features/hack_protect.php:1074
2712
+ msgid ""
2713
+ "Scan and remove any files that are not meant to be in the WP core directories."
2714
+ msgstr ""
2715
+ "Analise e remova todos os arquivos que não devam estar nos diretórios do Core "
2716
+ "do WP."
2717
+
2718
+ #: src/features/hack_protect.php:1083
2719
+ msgid "Automatic Plugin/Themes Guard is not enabled."
2720
+ msgstr "Proteção de Plugin/Temas Automático não está habilitado."
2721
+
2722
+ #: src/features/hack_protect.php:1086
2723
+ msgid "Automatic detection of plugin/theme modifications is recommended."
2724
+ msgstr "A detecção automática de modificações de plugins/temas é recomendada."
2725
+
2726
+ #: src/features/hack_protect.php:1092
2727
+ msgid "A plugin/theme was found to have been modified."
2728
+ msgstr "Um plugin/tema encontrado por ter sido modificado."
2729
+
2730
+ #: src/features/hack_protect.php:1095
2731
+ msgid "Reviewing modifications to your plugins/themes is recommended."
2732
+ msgstr "Recomenda-se a revisão de modificações nos seus plugins / temas."
2733
+
2734
+ #: src/features/hack_protect.php:1104
2735
+ #, fuzzy
2736
+ msgid "Vulnerability Scanner is not enabled."
2737
+ msgstr "O Scanner de Vulnerabilidade não está activado."
2738
+
2739
+ #: src/features/hack_protect.php:1107
2740
+ #, fuzzy
2741
+ msgid "Automatic detection of vulnerabilities is recommended."
2742
+ msgstr "Recomenda-se a detecção automática de vulnerabilidades."
2743
+
2744
+ #: src/features/hack_protect.php:1113
2745
+ #, fuzzy
2746
+ msgid "At least 1 item has known vulnerabilities."
2747
+ msgstr "Pelo menos 1 item tem vulnerabilidades conhecidas."
2748
+
2749
+ #: src/features/hack_protect.php:1116
2750
+ #, fuzzy
2751
+ msgid ""
2752
+ "Items with known vulnerabilities should be updated, removed, or replaced."
2753
+ msgstr ""
2754
+ "Itens com vulnerabilidades conhecidas devem ser atualizados, removidos ou "
2755
+ "substituídos."
2756
+
2757
+ #: src/features/hack_protect.php:1125
2758
+ #, fuzzy
2759
+ msgid "Abandoned Plugins Scanner is not enabled."
2760
+ msgstr "O Scanner de Plugins Abandonados não está habilitado."
2761
+
2762
+ #: src/features/hack_protect.php:1128
2763
+ #, fuzzy
2764
+ msgid "Automatic detection of abandoned plugins is recommended."
2765
+ msgstr "Recomenda-se a detecção automática de plugins abandonados."
2766
+
2767
+ #: src/features/hack_protect.php:1134
2768
+ #, fuzzy
2769
+ msgid "At least 1 plugin on your site is abandoned."
2770
+ msgstr "Pelo menos 1 plugin no seu site está abandonado."
2771
+
2772
+ #: src/features/hack_protect.php:1137
2773
+ #, fuzzy
2774
+ msgid ""
2775
+ "Plugins that have been abandoned represent a potential risk to your site."
2776
+ msgstr ""
2777
+ "Os plugins que foram abandonados representam um risco potencial para o seu "
2778
+ "site."
2779
+
2780
+ #: src/features/hack_protect.php:1155 src/features/hack_protect.php:1301
2781
+ #: src/features/plugin.php:1384
2782
+ msgid "Hack Guard"
2783
+ msgstr "Proteção contra Hackeamento"
2784
+
2785
+ #: src/features/hack_protect.php:1156
2786
+ #, fuzzy
2787
+ msgid "Threats/Intrusions Detection & Repair"
2788
+ msgstr "Detecção e reparação de ameaças/intrusões"
2789
+
2790
+ #: src/features/hack_protect.php:1168
2791
+ #, fuzzy
2792
+ msgid "Scan Frequency"
2793
+ msgstr "Freqüência de varredura"
2794
+
2795
+ #: src/features/hack_protect.php:1171
2796
+ #, fuzzy
2797
+ msgid "Automatic scanners run more than once per day"
2798
+ msgstr "Os scanners automáticos funcionam mais de uma vez por dia"
2799
+
2800
+ #: src/features/hack_protect.php:1172
2801
+ #, fuzzy
2802
+ msgid "Automatic scanners only run once per day"
2803
+ msgstr "Os scanners automáticos só funcionam uma vez por dia"
2804
+
2805
+ #: src/features/hack_protect.php:1179
2806
+ #, fuzzy
2807
+ msgid "WP Core File Scan"
2808
+ msgstr "WP Core File Scan"
2809
+
2810
+ #: src/features/hack_protect.php:1182
2811
+ #, fuzzy
2812
+ msgid "Core files scanned regularly for hacks"
2813
+ msgstr "Arquivos principais verificados regularmente em busca de hacks"
2814
+
2815
+ #: src/features/hack_protect.php:1183
2816
+ #, fuzzy
2817
+ msgid "Core files are never scanned for hacks!"
2818
+ msgstr "Os ficheiros do núcleo nunca são analisados por hackers!"
2819
+
2820
+ #: src/features/hack_protect.php:1189
2821
+ #, fuzzy
2822
+ msgid "WP Core File Repair"
2823
+ msgstr "WP Core File Repair"
2824
+
2825
+ #: src/features/hack_protect.php:1192
2826
+ #, fuzzy
2827
+ msgid "Core files are automatically repaired"
2828
+ msgstr "Os arquivos principais são reparados automaticamente"
2829
+
2830
+ #: src/features/hack_protect.php:1193
2831
+ #, fuzzy
2832
+ msgid "Core files aren't automatically repaired!"
2833
+ msgstr "Os ficheiros do núcleo não são reparados automaticamente!"
2834
+
2835
+ #: src/features/hack_protect.php:1201 src/features/hack_protect.php:1325
2836
+ #, fuzzy
2837
+ msgid "Unrecognised Files"
2838
+ msgstr "Arquivos não reconhecidos"
2839
+
2840
+ #: src/features/hack_protect.php:1204
2841
+ #, fuzzy
2842
+ msgid "Core directories scanned regularly for unrecognised files"
2843
+ msgstr ""
2844
+ "Diretórios principais verificados regularmente em busca de arquivos não "
2845
+ "reconhecidos"
2846
+
2847
+ #: src/features/hack_protect.php:1205
2848
+ #, fuzzy
2849
+ msgid "WP Core is never scanned for unrecognised files!"
2850
+ msgstr "O WP Core nunca é verificado em busca de arquivos não reconhecidos!"
2851
+
2852
+ #: src/features/hack_protect.php:1211
2853
+ #, fuzzy
2854
+ msgid "Unrecognised Files Removal"
2855
+ msgstr "Remoção de arquivos não reconhecidos"
2856
+
2857
+ #: src/features/hack_protect.php:1214
2858
+ #, fuzzy
2859
+ msgid "Unrecognised files are automatically removed"
2860
+ msgstr "Os ficheiros não reconhecidos são automaticamente removidos"
2861
+
2862
+ #: src/features/hack_protect.php:1215
2863
+ #, fuzzy
2864
+ msgid "Unrecognised files aren't automatically removed!"
2865
+ msgstr "Os ficheiros não reconhecidos não são automaticamente removidos!"
2866
+
2867
+ #: src/features/hack_protect.php:1223
2868
+ #, fuzzy
2869
+ msgid "Vulnerability Scan"
2870
+ msgstr "Varredura de Vulnerabilidade"
2871
+
2872
+ #: src/features/hack_protect.php:1226
2873
+ #, fuzzy
2874
+ msgid "Regularly scanning for known vulnerabilities"
2875
+ msgstr "Verificação regular de vulnerabilidades conhecidas"
2876
+
2877
+ #: src/features/hack_protect.php:1227
2878
+ #, fuzzy
2879
+ msgid "Plugins/Themes never scanned for vulnerabilities!"
2880
+ msgstr "Plugins/temas nunca foram verificados quanto a vulnerabilidades!"
2881
+
2882
+ #: src/features/hack_protect.php:1233
2883
+ msgid "Auto Update"
2884
+ msgstr "Atualização automática"
2885
+
2886
+ #: src/features/hack_protect.php:1236
2887
+ #, fuzzy
2888
+ msgid "Vulnerable items are automatically updated"
2889
+ msgstr "Itens vulneráveis são atualizados automaticamente"
2890
+
2891
+ #: src/features/hack_protect.php:1237
2892
+ #, fuzzy
2893
+ msgid "Vulnerable items aren't automatically updated!"
2894
+ msgstr "Itens vulneráveis não são atualizados automaticamente!"
2895
+
2896
+ #: src/features/hack_protect.php:1245
2897
+ #: src/processors/hackprotect_scan_ptg.php:665
2898
+ #, fuzzy
2899
+ msgid "Plugin/Theme Guard"
2900
+ msgstr "Plugin/Proteção temática"
2901
+
2902
+ #: src/features/hack_protect.php:1248
2903
+ #, fuzzy
2904
+ msgid "Plugins and Themes are guarded against tampering"
2905
+ msgstr "Plugins e Temas são protegidos contra adulteração"
2906
+
2907
+ #: src/features/hack_protect.php:1249
2908
+ #, fuzzy
2909
+ msgid "Plugins and Themes are never scanned for tampering!"
2910
+ msgstr "Plugins e Temas nunca são escaneados para adulteração!"
2911
+
2912
+ #: src/features/hack_protect.php:1280 src/features/hack_protect.php:1281
2913
+ #: src/processors/hack_protect.php:120
2914
+ msgid "Scan Options"
2915
+ msgstr "Opções de Varredura"
2916
+
2917
+ #: src/features/hack_protect.php:1283
2918
+ msgid "Set how frequently the Hack Guard scans will run."
2919
+ msgstr "Defina a frequência com que a Proteção contra Hackeamento irá rodar."
2920
+
2921
+ #: src/features/hack_protect.php:1288
2922
+ msgid "Realtime"
2923
+ msgstr "Tempo Real"
2924
+
2925
+ #: src/features/hack_protect.php:1289
2926
+ #, fuzzy
2927
+ msgid "Realtime Site Protection"
2928
+ msgstr "Proteção do site em tempo real"
2929
+
2930
+ #: src/features/hack_protect.php:1291
2931
+ #, fuzzy
2932
+ msgid "Provides realtime protection for certain key files."
2933
+ msgstr "Fornece proteção em tempo real para determinados arquivos chave."
2934
+
2935
+ #: src/features/hack_protect.php:1292
2936
+ #, fuzzy
2937
+ msgid "Keep realtime protection turned on to protect key files."
2938
+ msgstr ""
2939
+ "Mantenha a proteção em tempo real ativada para proteger arquivos importantes."
2940
+
2941
+ #: src/features/hack_protect.php:1300
2942
+ msgid ""
2943
+ "Hack Guard is a set of tools to warn you and protect you against hacks on "
2944
+ "your site."
2945
+ msgstr ""
2946
+ "A Proteção contra Hackeamento é um conjunto de ferramentas para avisa-lo e "
2947
+ "protege-lo de possíveis ataques ao seu site."
2948
+
2949
+ #: src/features/hack_protect.php:1306
2950
+ #, fuzzy
2951
+ msgid "Vulnerabilities"
2952
+ msgstr "Vulnerabilidades"
2953
+
2954
+ #: src/features/hack_protect.php:1307 src/features/hack_protect.php:1310
2955
+ #: src/features/hack_protect.php:1416
2956
+ msgid "Vulnerabilities Scanner"
2957
+ msgstr "Escaner de Vulnerabilidades"
2958
+
2959
+ #: src/features/hack_protect.php:1309
2960
+ msgid ""
2961
+ "Regularly scan your WordPress plugins and themes for known security "
2962
+ "vulnerabilities."
2963
+ msgstr ""
2964
+ "Escanear regularmente seus plugins e temas do WordPress para vulnerabilidades "
2965
+ "de segurança conhecidas."
2966
+
2967
+ #: src/features/hack_protect.php:1311
2968
+ msgid ""
2969
+ "Ensure this is turned on and you will always know if any of your assets have "
2970
+ "known security vulnerabilities."
2971
+ msgstr ""
2972
+ "Certifique-se que isso esteja ligado e você sempre saberá se qualquer de suas "
2973
+ "ferramentas tem vulnerabilidades de segurança."
2974
+
2975
+ #: src/features/hack_protect.php:1316
2976
+ msgid "Core Files"
2977
+ msgstr "Arquivos essenciais"
2978
+
2979
+ #: src/features/hack_protect.php:1317
2980
+ #, fuzzy
2981
+ msgid "WordPress Core File Scanner"
2982
+ msgstr "Scanner de arquivos WordPress Core"
2983
+
2984
+ #: src/features/hack_protect.php:1319
2985
+ msgid ""
2986
+ "Regularly scan your WordPress core files for changes compared to official "
2987
+ "WordPress files."
2988
+ msgstr ""
2989
+ "Varrer regularmente seus arquivos principais do WordPress em busca de "
2990
+ "mudanças comparadas aos arquivos oficiais do WordPress."
2991
+
2992
+ #: src/features/hack_protect.php:1326 src/features/hack_protect.php:1453
2993
+ msgid "Unrecognised Files Scanner"
2994
+ msgstr "Escaner de Arquivos Desconhecidos"
2995
+
2996
+ #: src/features/hack_protect.php:1328
2997
+ msgid "Regularly scan your WordPress core folders for files that don't belong."
2998
+ msgstr ""
2999
+ "Escanear regularmente suas pastas principais do WordPress buscando arquivos "
3000
+ "que não as pertencem."
3001
+
3002
+ #: src/features/hack_protect.php:1334 src/features/hack_protect.php:1518
3003
+ #, fuzzy
3004
+ msgid "Enable The Abandoned Plugin Scanner"
3005
+ msgstr "Ativar o scanner de plugin abandonado"
3006
+
3007
+ #: src/features/hack_protect.php:1335
3008
+ #, fuzzy
3009
+ msgid "Abandoned Plugins"
3010
+ msgstr "Plugins Abandonados"
3011
+
3012
+ #: src/features/hack_protect.php:1338
3013
+ #, fuzzy
3014
+ msgid ""
3015
+ "Monitor your site for plugins that have been abandoned by their authors and "
3016
+ "are no longer maintained."
3017
+ msgstr ""
3018
+ "Monitore seu site em busca de plugins que foram abandonados por seus autores "
3019
+ "e não são mais mantidos."
3020
+
3021
+ #: src/features/hack_protect.php:1339
3022
+ #, fuzzy
3023
+ msgid "Enable this to alert you to your site running unmaintained code."
3024
+ msgstr ""
3025
+ "Ative esta opção para alertá-lo de que seu site está executando código não-"
3026
+ "mantido."
3027
+
3028
+ #: src/features/hack_protect.php:1344
3029
+ msgid "Plugins and Themes Guard"
3030
+ msgstr "Proteção de Plugins e Temas"
3031
+
3032
+ #: src/features/hack_protect.php:1345
3033
+ msgid "Plugins/Themes Guard"
3034
+ msgstr "Proteção de Plugins/Temas"
3035
+
3036
+ #: src/features/hack_protect.php:1347
3037
+ msgid "Detect malicious changes to your themes and plugins."
3038
+ msgstr "Detectar mudanças maliciosas em seus temas e plugins."
3039
+
3040
+ #: src/features/hack_protect.php:1348
3041
+ msgid "Keep the Plugins/Theme Guard feature turned on."
3042
+ msgstr "Manter ligada a função de Proteção de Plugins/Temas. "
3043
+
3044
+ #: src/features/hack_protect.php:1353
3045
+ #, fuzzy
3046
+ msgid "Malware"
3047
+ msgstr "Malware"
3048
+
3049
+ #: src/features/hack_protect.php:1354 src/features/hack_protect.php:1529
3050
+ #, fuzzy
3051
+ msgid "Malware Scanner"
3052
+ msgstr "Scanner Malware"
3053
+
3054
+ #: src/features/hack_protect.php:1356
3055
+ #, fuzzy
3056
+ msgid "Monitor and detect presence of Malware signatures."
3057
+ msgstr "Monitore e detecte a presença de assinaturas de malware."
3058
+
3059
+ #: src/features/hack_protect.php:1357
3060
+ #, fuzzy
3061
+ msgid "Enable this scanner to automatically detect infected files."
3062
+ msgstr "Ative este scanner para detectar automaticamente arquivos infectados."
3063
+
3064
+ #: src/features/hack_protect.php:1362 src/features/hack_protect.php:1363
3065
+ msgid "Integrity Checks"
3066
+ msgstr "Checagem de Integridade"
3067
+
3068
+ #: src/features/hack_protect.php:1365
3069
+ msgid "Monitor for unrecognised changes to your system."
3070
+ msgstr "Monitorar mudanças desconhecidas em seu sistema."
3071
+
3072
+ #: src/features/hack_protect.php:1366
3073
+ msgid "Enable these to prevent unauthorized changes to your WordPress site."
3074
+ msgstr ""
3075
+ "Habilite isso para evitar mudanças não autorizadas em seu site WordPress."
3076
+
3077
+ #: src/features/hack_protect.php:1395
3078
+ msgid "Daily Scan Frequency"
3079
+ msgstr "Frequência de Escaneamento Diário"
3080
+
3081
+ #: src/features/hack_protect.php:1396
3082
+ msgid "Number Of Times To Automatically Run File Scan In 24hrs"
3083
+ msgstr "Número de Vezes para Rodar Automaticamente o Escaner de Arquivo em 24h"
3084
+
3085
+ #: src/features/hack_protect.php:1397
3086
+ msgid "Once every 24hrs."
3087
+ msgstr "Uma vez a cada 24 horas"
3088
+
3089
+ #: src/features/hack_protect.php:1398
3090
+ msgid "To improve security, increase the number of scans per day."
3091
+ msgstr "Para melhorar a segurança, aumente o número de varreduras por dia."
3092
+
3093
+ #: src/features/hack_protect.php:1402
3094
+ #, fuzzy
3095
+ msgid "Repeat Notifications"
3096
+ msgstr "Repetir notas"
3097
+
3098
+ #: src/features/hack_protect.php:1403
3099
+ #, fuzzy
3100
+ msgid "Item Repeat Notifications Suppression Interval"
3101
+ msgstr "Intervalo de supressão de notificações de repetição de item"
3102
+
3103
+ #: src/features/hack_protect.php:1404
3104
+ #, fuzzy
3105
+ msgid ""
3106
+ "How long the automated scans should wait before repeating a notification "
3107
+ "about an item."
3108
+ msgstr ""
3109
+ "Quanto tempo as varreduras automáticas devem esperar antes de repetir uma "
3110
+ "notificação sobre um item."
3111
+
3112
+ #: src/features/hack_protect.php:1405
3113
+ #, fuzzy
3114
+ msgid "Specify the number of days to suppress repeat notifications."
3115
+ msgstr "Especifique o número de dias para suprimir notificações de repetição."
3116
+
3117
+ #: src/features/hack_protect.php:1406
3118
+ #, fuzzy
3119
+ msgid "This is per discovered item or file, not per scan."
3120
+ msgstr "Isso é por item ou arquivo descoberto, não por verificação."
3121
+
3122
+ #: src/features/hack_protect.php:1410
3123
+ msgid "Email Files List"
3124
+ msgstr "Lista de arquivos de e-mail"
3125
+
3126
+ #: src/features/hack_protect.php:1411
3127
+ msgid "Scan Notification Emails Should Include Full Listing Of Files"
3128
+ msgstr ""
3129
+ "Os emails de notificação de varredura devem incluir uma listagem completa de "
3130
+ "arquivos"
3131
+
3132
+ #: src/features/hack_protect.php:1412
3133
+ msgid ""
3134
+ "Scanner notification emails will include a summary list of all affected files."
3135
+ msgstr ""
3136
+ "Os emails de notificação do scanner incluirão uma lista resumida de todos os "
3137
+ "arquivos afetados."
3138
+
3139
+ #: src/features/hack_protect.php:1417
3140
+ #, php-format
3141
+ msgid "Daily Cron - %s"
3142
+ msgstr "Cron Diário - %s"
3143
+
3144
+ #: src/features/hack_protect.php:1417
3145
+ msgid "Scans Plugins For Known Vulnerabilities"
3146
+ msgstr "Varrer Plugins em Busca de Vulnerabilidades Conhecidas"
3147
+
3148
+ #: src/features/hack_protect.php:1418
3149
+ msgid ""
3150
+ "Runs a scan of all your plugins against a database of known WordPress plugin "
3151
+ "vulnerabilities."
3152
+ msgstr ""
3153
+ "Roda uma varredura de todos os seus plugins por uma base de dados de "
3154
+ "vulnerabilidades conhecidas dos plugins WordPress."
3155
+
3156
+ #: src/features/hack_protect.php:1422
3157
+ msgid "Vulnerability Scanner"
3158
+ msgstr "Escaner de Vulnerabilidade"
3159
+
3160
+ #: src/features/hack_protect.php:1423
3161
+ msgid "Enable The Vulnerability Scanner"
3162
+ msgstr "Ativar o Escaner de Vulnerabilidade"
3163
+
3164
+ #: src/features/hack_protect.php:1424
3165
+ msgid ""
3166
+ "Runs a scan of all your plugins against a database of known WordPress "
3167
+ "vulnerabilities."
3168
+ msgstr ""
3169
+ "Roda uma verificação de todos os seus plugins por todo o banco de dados de "
3170
+ "vulnerabilidades conhecidas do WordPress."
3171
+
3172
+ #: src/features/hack_protect.php:1429
3173
+ msgid "Apply Updates Automatically To Vulnerable Plugins"
3174
+ msgstr "Aplicar Atualizações Automaticamente para Plugins Vulneráveis"
3175
+
3176
+ #: src/features/hack_protect.php:1430
3177
+ msgid ""
3178
+ "When an update becomes available, automatically apply updates to items with "
3179
+ "known vulnerabilities."
3180
+ msgstr ""
3181
+ "Quando uma atualização estiver disponível, aplica-la automaticamente aos "
3182
+ "itens com vulnerabilidades conhecidas."
3183
+
3184
+ #: src/features/hack_protect.php:1434 src/features/hack_protect.php:1523
3185
+ msgid "Highlight Plugins"
3186
+ msgstr "Destacar Plugins"
3187
+
3188
+ #: src/features/hack_protect.php:1435
3189
+ msgid "Highlight Vulnerable Plugins Upon Display"
3190
+ msgstr "Destacar Plugins Vulneráveis Em Exibição"
3191
+
3192
+ #: src/features/hack_protect.php:1436
3193
+ msgid "Vulnerable plugins will be highlighted on the main plugins page."
3194
+ msgstr "Plugins vulneráveis serão destacados na página principal de plugins."
3195
+
3196
+ #: src/features/hack_protect.php:1440
3197
+ #, fuzzy
3198
+ msgid "WP Core File Scanner"
3199
+ msgstr "Scanner de ficheiros WP Core"
3200
+
3201
+ #: src/features/hack_protect.php:1441
3202
+ #, fuzzy
3203
+ msgid "Automatically Scans WordPress Core Files For Changes"
3204
+ msgstr ""
3205
+ "Verifica automaticamente os arquivos básicos do WordPress para modificações"
3206
+
3207
+ #: src/features/hack_protect.php:1442
3208
+ msgid ""
3209
+ "Compares all WordPress core files on your site against the official WordPress "
3210
+ "files."
3211
+ msgstr ""
3212
+ "Compara todos os arquivos principais do WordPress em seu site com os arquivos "
3213
+ "oficiais do WordPress."
3214
+
3215
+ #: src/features/hack_protect.php:1443
3216
+ msgid "WordPress Core files should never be altered for any reason."
3217
+ msgstr ""
3218
+ "Arquivos principais do WordPress nunca deveriam ser alterados por qualquer "
3219
+ "razão."
3220
+
3221
+ #: src/features/hack_protect.php:1447
3222
+ msgid "Auto Repair"
3223
+ msgstr "Reparação Automática"
3224
+
3225
+ #: src/features/hack_protect.php:1448
3226
+ msgid "Automatically Repair WordPress Core Files That Have Been Altered"
3227
+ msgstr ""
3228
+ "Repara Automaticamente os Arquivos Principais do WordPress que Foram Alterados"
3229
+
3230
+ #: src/features/hack_protect.php:1449
3231
+ msgid ""
3232
+ "Attempts to automatically repair WordPress Core files with the official "
3233
+ "WordPress file data, for files that have been altered or are missing."
3234
+ msgstr ""
3235
+ "Tenta reparar automaticamente os arquivos principais do WordPress com os "
3236
+ "dados do arquivo oficial do WordPress, para arquivos que foram alterados ou "
3237
+ "estão ausentes."
3238
+
3239
+ #: src/features/hack_protect.php:1454
3240
+ #, fuzzy
3241
+ msgid "Automatically Scans For Unrecognised Files In Core Directories"
3242
+ msgstr ""
3243
+ "Verifica automaticamente se há arquivos não reconhecidos nos diretórios "
3244
+ "principais"
3245
+
3246
+ #: src/features/hack_protect.php:1455
3247
+ msgid ""
3248
+ "Scans for, and automatically deletes, any files in your core WordPress "
3249
+ "folders that are not part of your WordPress installation."
3250
+ msgstr ""
3251
+ "Faz a varredura e, automaticamente, apaga qualquer arquivo nos diretórios "
3252
+ "principais do WordPress que não sejam parte da instalação do seu WordPress."
3253
+
3254
+ #: src/features/hack_protect.php:1459
3255
+ msgid "Scan Uploads"
3256
+ msgstr "Varredura de Uploads"
3257
+
3258
+ #: src/features/hack_protect.php:1460
3259
+ msgid "Scan Uploads Folder For PHP and Javascript"
3260
+ msgstr "Escaneia a Pasta de Uploads em busca de PHP e Javascript"
3261
+
3262
+ #: src/features/hack_protect.php:1461
3263
+ msgid ""
3264
+ "Take care when turning on this option - if you are unsure, leave it disabled."
3265
+ msgstr ""
3266
+ "Tenha cuidado ao ativar esta opção - Se você não tem certeza, deixe "
3267
+ "desativado."
3268
+
3269
+ #: src/features/hack_protect.php:1462
3270
+ msgid ""
3271
+ "The Uploads folder is primarily for media, but could be used to store "
3272
+ "nefarious files."
3273
+ msgstr ""
3274
+ "A pasta de Uploads serve para mídia, mas pode ser usada para guardar arquivos "
3275
+ "maliciosos."
3276
+
3277
+ #: src/features/hack_protect.php:1466
3278
+ msgid "File Exclusions"
3279
+ msgstr "Exclusão de Arquivos"
3280
+
3281
+ #: src/features/hack_protect.php:1467
3282
+ msgid "Provide A List Of Files To Be Excluded From The Scan"
3283
+ msgstr "Forneça uma Lista de Arquivos a serem Excluídos da Varredura"
3284
+
3285
+ #: src/features/hack_protect.php:1469
3286
+ msgid "Take a new line for each file you wish to exclude from the scan."
3287
+ msgstr ""
3288
+ "Informe apenas um arquivo por linha dos quais você deseja excluir da "
3289
+ "varredura."
3290
+
3291
+ #: src/features/hack_protect.php:1470
3292
+ msgid "No commas are necessary."
3293
+ msgstr "Não é necessário separação por vírgula."
3294
+
3295
+ #: src/features/hack_protect.php:1475
3296
+ msgid "Enable Integrity Scan"
3297
+ msgstr "Ativar Varredura de Integridade"
3298
+
3299
+ #: src/features/hack_protect.php:1476
3300
+ msgid "Scans For Critical Changes Made To Your WordPress Site"
3301
+ msgstr "Escaneamento de Mudanças Críticas Realizadas em seu Site WordPress"
3302
+
3303
+ #: src/features/hack_protect.php:1477
3304
+ msgid "Detects changes made to your WordPress site outside of WordPress."
3305
+ msgstr "Detecta mudanças em seu site WordPress vindas de fora do WordPress."
3306
+
3307
+ #: src/features/hack_protect.php:1481
3308
+ msgid "Monitor User Accounts"
3309
+ msgstr "Monitorar Contas de Usuário"
3310
+
3311
+ #: src/features/hack_protect.php:1482
3312
+ msgid "Scans For Critical Changes Made To User Accounts"
3313
+ msgstr "Escaneia Mudanças Críticas Realizadas nas Contas de Usuários"
3314
+
3315
+ #: src/features/hack_protect.php:1483
3316
+ msgid ""
3317
+ "Detects changes made to critical user account information that were made "
3318
+ "directly on the database and outside of the WordPress system."
3319
+ msgstr ""
3320
+ "Detecta mudanças críticas realizadas nas informações de contas de usuários "
3321
+ "que foram feitas diretamente no banco de dados e de fora do sistema do "
3322
+ "WordPress."
3323
+
3324
+ #: src/features/hack_protect.php:1484
3325
+ msgid "An example of this might be some form of SQL Injection attack."
3326
+ msgstr "um exemplo disso pode ser uma forma de ataque via SQL Injection."
3327
+
3328
+ #: src/features/hack_protect.php:1485
3329
+ msgid ""
3330
+ "Enabling this option for every page low may slow down your site with large "
3331
+ "numbers of users."
3332
+ msgstr ""
3333
+ "Ativando a opção por página poderá deixar seu site lento quando houver um "
3334
+ "grande número de usuários."
3335
+
3336
+ #: src/features/hack_protect.php:1486
3337
+ msgid ""
3338
+ "This option may cause critical problem with 3rd party plugins that manage "
3339
+ "user accounts."
3340
+ msgstr ""
3341
+ "Essa opção pode causar problemas críticos com plugins de terceiros que "
3342
+ "gerenciam contas de usuários."
3343
+
3344
+ #: src/features/hack_protect.php:1490 src/features/headers.php:257
3345
+ #: src/features/headers.php:258 src/features/login_protect.php:875
3346
+ #: src/features/login_protect.php:893 src/features/login_protect.php:899
3347
+ #: src/features/plugin.php:1211
3348
+ #, php-format
3349
+ msgid "Enable %s"
3350
+ msgstr "Ativar %s"
3351
+
3352
+ #: src/features/hack_protect.php:1490
3353
+ msgid "Guard"
3354
+ msgstr "Proteção"
3355
+
3356
+ #: src/features/hack_protect.php:1491
3357
+ msgid "Enable The Guard For Plugin And Theme Files"
3358
+ msgstr "Ativar a Proteção Para Arquivos de Plugin e Tema"
3359
+
3360
+ #: src/features/hack_protect.php:1492
3361
+ msgid ""
3362
+ "When enabled the Guard will automatically scan for changes to your Plugin and "
3363
+ "Theme files."
3364
+ msgstr ""
3365
+ "Quando ativado a Proteção buscará automaticamente por mudanças em seus "
3366
+ "arquivos de Plugin e Tema."
3367
+
3368
+ #: src/features/hack_protect.php:1496
3369
+ msgid "Guard/Scan Depth"
3370
+ msgstr "Nível de Proteção/Varredura"
3371
+
3372
+ #: src/features/hack_protect.php:1497
3373
+ msgid "How Deep Into The Plugin Directories To Scan And Guard"
3374
+ msgstr ""
3375
+ "Qual o Nível Dentro dos Diretórios de Plugins Deve ser Feita a Varredura e "
3376
+ "Proteção"
3377
+
3378
+ #: src/features/hack_protect.php:1498
3379
+ msgid ""
3380
+ "The Guard normally scans only the top level of a folder. Increasing depth "
3381
+ "will increase scan times."
3382
+ msgstr ""
3383
+ "A Proteção normalmente escaneia somente o primeiro nível do diretório. Ao "
3384
+ "aumentar o nível também aumentará o número de varreduras."
3385
+
3386
+ #: src/features/hack_protect.php:1499
3387
+ #, php-format
3388
+ msgid ""
3389
+ "Setting it to %s will remove this limit and all sub-folders will be scanned - "
3390
+ "not recommended"
3391
+ msgstr ""
3392
+ "Configurando para %s removerá esse limite e todas as subpastas serão "
3393
+ "escaneadas - não recomendado"
3394
+
3395
+ #: src/features/hack_protect.php:1503
3396
+ msgid "Included File Types"
3397
+ msgstr "Tipos de Arquivo Incluídos"
3398
+
3399
+ #: src/features/hack_protect.php:1504
3400
+ msgid "The File Types (by File Extension) Included In The Scan"
3401
+ msgstr "Os Tipos de Arquivos (por Extensão de Arquivo) incluídos na Varredura"
3402
+
3403
+ #: src/features/hack_protect.php:1505
3404
+ msgid "Take a new line for each file extension."
3405
+ msgstr "Informe apenas uma extensão de arquivo por linha."
3406
+
3407
+ #: src/features/hack_protect.php:1506
3408
+ msgid "No commas(,) or periods(.) necessary."
3409
+ msgstr "Não é necessário vírgulas (,) ou pontos (.)."
3410
+
3411
+ #: src/features/hack_protect.php:1507
3412
+ msgid "Remove all extensions to scan all file type (not recommended)."
3413
+ msgstr ""
3414
+ "Excluir todas as extensões da varredura de tipos de arquivo (não recomendado)."
3415
+
3416
+ #: src/features/hack_protect.php:1511
3417
+ msgid "Show Re-Install Links"
3418
+ msgstr "Mostrar Links de Reinstalação"
3419
+
3420
+ #: src/features/hack_protect.php:1512
3421
+ msgid "Show Re-Install Links For Plugins"
3422
+ msgstr "Mostrar Links de Reinstalação para Plugins"
3423
+
3424
+ #: src/features/hack_protect.php:1513
3425
+ msgid ""
3426
+ "Show links to re-install plugins and offer re-install when activating plugins."
3427
+ msgstr ""
3428
+ "Mostrar links para reinstalar plugins e oferecer a reinstalação ao ativar "
3429
+ "plugins."
3430
+
3431
+ #: src/features/hack_protect.php:1517
3432
+ #, fuzzy
3433
+ msgid "Abandoned Plugin Scanner"
3434
+ msgstr "Scanner Plugin Abandonado"
3435
+
3436
+ #: src/features/hack_protect.php:1519
3437
+ #, fuzzy
3438
+ msgid "Scan your WordPress.org assets for whether they've been abandoned."
3439
+ msgstr "Verifique se os seus ativos do WordPress.org foram abandonados."
3440
+
3441
+ #: src/features/hack_protect.php:1524
3442
+ #, fuzzy
3443
+ msgid "Highlight Abandoned Plugins"
3444
+ msgstr "Destaque Plugins Abandonados"
3445
+
3446
+ #: src/features/hack_protect.php:1525
3447
+ #, fuzzy
3448
+ msgid "Abandoned plugins will be highlighted on the main plugins page."
3449
+ msgstr "Os plugins abandonados serão destacados na página principal de plugins."
3450
+
3451
+ #: src/features/hack_protect.php:1530
3452
+ #, fuzzy
3453
+ msgid "Enable Malware Scanner"
3454
+ msgstr "Ativar Scanner Malware"
3455
+
3456
+ #: src/features/hack_protect.php:1531
3457
+ #, fuzzy
3458
+ msgid "Enabled detection of files infected with malware signatures."
3459
+ msgstr "Ativada a detecção de arquivos infectados com assinaturas de malware."
3460
+
3461
+ #: src/features/hack_protect.php:1535
3462
+ #, fuzzy
3463
+ msgid "Auto-Repair WP Core"
3464
+ msgstr "Auto-Repair WP Core"
3465
+
3466
+ #: src/features/hack_protect.php:1536
3467
+ #, fuzzy
3468
+ msgid "Automatically Repair WordPress Core Files"
3469
+ msgstr "Reparação automática de ficheiros WordPress Core"
3470
+
3471
+ #: src/features/hack_protect.php:1537
3472
+ #, fuzzy
3473
+ msgid "Automatically reinstall any core files found to have potential malware."
3474
+ msgstr ""
3475
+ "Reinstale automaticamente todos os arquivos de núcleo encontrados com malware "
3476
+ "em potencial."
3477
+
3478
+ #: src/features/hack_protect.php:1541
3479
+ #, fuzzy
3480
+ msgid "Auto-Repair WP Plugins"
3481
+ msgstr "Plugins Auto-Repair WP"
3482
+
3483
+ #: src/features/hack_protect.php:1542
3484
+ #, fuzzy
3485
+ msgid "Automatically Repair WordPress.org Plugins"
3486
+ msgstr "Reparar automaticamente plugins WordPress.org"
3487
+
3488
+ #: src/features/hack_protect.php:1543
3489
+ #, fuzzy
3490
+ msgid "Automatically repair any plugin files found to have potential malware."
3491
+ msgstr ""
3492
+ "Reparar automaticamente qualquer arquivo de plugin encontrado para ter "
3493
+ "malware em potencial."
3494
+
3495
+ #: src/features/hack_protect.php:1544
3496
+ #, fuzzy
3497
+ msgid "Only applies to plugins installed from WordPress.org."
3498
+ msgstr "Aplica-se apenas a plugins instalados a partir do WordPress.org."
3499
+
3500
+ #: src/features/hack_protect.php:1545
3501
+ #, fuzzy
3502
+ msgid ""
3503
+ "Also deletes files if they're found to not be originally distributed with the "
3504
+ "plugin."
3505
+ msgstr ""
3506
+ "Também exclui arquivos se eles não são encontrados para ser originalmente "
3507
+ "distribuído com o plugin."
3508
+
3509
+ #: src/features/hack_protect.php:1549
3510
+ #, fuzzy
3511
+ msgid "WP Config"
3512
+ msgstr "WP Config"
3513
+
3514
+ #: src/features/hack_protect.php:1550
3515
+ #, fuzzy
3516
+ msgid "Realtime Protection For WP Config File"
3517
+ msgstr "Proteção em tempo real para o arquivo de configuração do WP"
3518
+
3519
+ #: src/features/hack_protect.php:1551
3520
+ #, fuzzy
3521
+ msgid "Realtime protection for the wp-config.php file."
3522
+ msgstr "Proteção em tempo real para o arquivo wp-config.php."
3523
+
3524
+ #: src/features/headers.php:131
3525
+ #, fuzzy
3526
+ msgid "HTTP Security Headers"
3527
+ msgstr "Cabeçalhos de Segurança HTTP"
3528
+
3529
+ #: src/features/headers.php:132
3530
+ #, fuzzy
3531
+ msgid "Protect Visitors With Powerful HTTP Headers"
3532
+ msgstr "Proteja os visitantes com poderosos cabeçalhos HTTP"
3533
+
3534
+ #: src/features/headers.php:145 src/features/plugin.php:1385
3535
+ msgid "HTTP Headers"
3536
+ msgstr "Cabeçalhos HTTP"
3537
+
3538
+ #: src/features/headers.php:148
3539
+ #, fuzzy
3540
+ msgid "All important security Headers have been set"
3541
+ msgstr "Todos os Cabeçalhos de segurança importantes foram definidos"
3542
+
3543
+ #: src/features/headers.php:149
3544
+ #, fuzzy
3545
+ msgid "At least one of the HTTP Headers hasn't been set"
3546
+ msgstr "Pelo menos um dos Cabeçalhos HTTP não foi definido"
3547
+
3548
+ #: src/features/headers.php:155
3549
+ #, fuzzy
3550
+ msgid "Content Security Policies"
3551
+ msgstr "Políticas de Segurança de Conteúdo"
3552
+
3553
+ #: src/features/headers.php:158
3554
+ #, fuzzy
3555
+ msgid "Content Security Policy is turned on"
3556
+ msgstr "A Política de Segurança de Conteúdo está ativada"
3557
+
3558
+ #: src/features/headers.php:159
3559
+ #, fuzzy
3560
+ msgid "Content Security Policies aren't active"
3561
+ msgstr "As políticas de segurança de conteúdo não estão ativas"
3562
+
3563
+ #: src/features/headers.php:183 src/features/headers.php:191
3564
+ msgid ""
3565
+ "Protect visitors to your site by implementing increased security response "
3566
+ "headers."
3567
+ msgstr ""
3568
+ "Proteger visitantes do site implementando aumento de segurança nos cabeçalhos "
3569
+ "de retorno. "
3570
+
3571
+ #: src/features/headers.php:184 src/features/headers.php:192
3572
+ #: src/features/headers.php:201
3573
+ msgid ""
3574
+ "Enabling these features are advised, but you must test them on your site "
3575
+ "thoroughly."
3576
+ msgstr ""
3577
+ "É recomendado ativar estas funcionalidades, mas você deve testa-las "
3578
+ "completamente em seu site."
3579
+
3580
+ #: src/features/headers.php:189
3581
+ msgid "Advanced Security Headers"
3582
+ msgstr "Cabeçalhos Avançados de Segurança"
3583
+
3584
+ #: src/features/headers.php:194
3585
+ msgid "Security Headers"
3586
+ msgstr "Cabeçalhos de Segurança"
3587
+
3588
+ #: src/features/headers.php:198 src/features/headers.php:203
3589
+ #: src/features/headers.php:258
3590
+ msgid "Content Security Policy"
3591
+ msgstr "Política de Segurança de Conteúdo"
3592
+
3593
+ #: src/features/headers.php:200
3594
+ msgid ""
3595
+ "Restrict the sources and types of content that may be loaded and processed by "
3596
+ "visitor browsers."
3597
+ msgstr ""
3598
+ "Restringir as fontes e tipos de conteúdo que possam ser lidas e processadas "
3599
+ "pelo navegador do visitante."
3600
+
3601
+ #: src/features/headers.php:232
3602
+ msgid "Block iFrames"
3603
+ msgstr "Bloquear iFrames"
3604
+
3605
+ #: src/features/headers.php:233
3606
+ msgid "Block Remote iFrames Of This Site"
3607
+ msgstr "Bloquear iFrames Remotos deste Site"
3608
+
3609
+ #: src/features/headers.php:234
3610
+ msgid ""
3611
+ "The setting prevents any external website from embedding your site in an "
3612
+ "iFrame."
3613
+ msgstr ""
3614
+ "A configuração previne que websites externos possam incluir um iFrame em seu "
3615
+ "site."
3616
+
3617
+ #: src/features/headers.php:235
3618
+ msgid "This is useful for preventing so-called \"ClickJack attacks\"."
3619
+ msgstr "Isso é útil para prevenir o conhecido \"ataque ClickJack\"."
3620
+
3621
+ #: src/features/headers.php:239
3622
+ msgid "Referrer Policy"
3623
+ msgstr "Política de Indicação"
3624
+
3625
+ #: src/features/headers.php:240
3626
+ msgid "Referrer Policy Header"
3627
+ msgstr "Cabeçalho de Política de Indicação"
3628
+
3629
+ #: src/features/headers.php:241
3630
+ msgid ""
3631
+ "The Referrer Policy Header allows you to control when and what referral "
3632
+ "information a browser may pass along with links clicked on your site."
3633
+ msgstr ""
3634
+ "O Cabeçalho de Política de Indicação permite que você controle quando e qual "
3635
+ "informação de indicação um navegador por transmitir através dos links "
3636
+ "clicados em seu site."
3637
+
3638
+ #: src/features/headers.php:245
3639
+ msgid "XSS Protection"
3640
+ msgstr "Proteção XSS"
3641
+
3642
+ #: src/features/headers.php:246
3643
+ msgid "Employ Built-In Browser XSS Protection"
3644
+ msgstr "Usar Proteção XSS do Próprio Navegador"
3645
+
3646
+ #: src/features/headers.php:247
3647
+ msgid ""
3648
+ "Directs compatible browsers to block what they detect as Reflective XSS "
3649
+ "attacks."
3650
+ msgstr ""
3651
+ "Direciona navegadores compatíveis a bloquear o que eles detectarem como "
3652
+ "ataques Refletivos XSS."
3653
+
3654
+ #: src/features/headers.php:251
3655
+ msgid "Prevent Mime-Sniff"
3656
+ msgstr "Prevenir Mime-Sniff"
3657
+
3658
+ #: src/features/headers.php:252
3659
+ msgid "Turn-Off Browser Mime-Sniff"
3660
+ msgstr "Desligar Mime-Sniff no Navegador"
3661
+
3662
+ #: src/features/headers.php:253
3663
+ msgid "Reduces visitor exposure to malicious user-uploaded content."
3664
+ msgstr "Reduz a exposição do visitante de envio de conteúdo malicioso."
3665
+
3666
+ #: src/features/headers.php:259
3667
+ msgid ""
3668
+ "Allows for permission and restriction of all resources loaded on your site."
3669
+ msgstr ""
3670
+ "Libera para permissão e restrição de todos os recursos sejam lidos em seu "
3671
+ "site."
3672
+
3673
+ #: src/features/headers.php:263
3674
+ msgid "Self"
3675
+ msgstr "Próprio"
3676
+
3677
+ #: src/features/headers.php:264
3678
+ msgid "Allow 'self' Directive"
3679
+ msgstr "Permitir Diretiva 'própria'"
3680
+
3681
+ #: src/features/headers.php:265
3682
+ msgid "Using 'self' is generally recommended."
3683
+ msgstr "Usar 'própria' é geralmente recomendado."
3684
+
3685
+ #: src/features/headers.php:266
3686
+ msgid ""
3687
+ "It essentially means that resources from your own host:protocol are permitted."
3688
+ msgstr ""
3689
+ "Isso significa essencialmente que são permitidos os recursos de seu próprio "
3690
+ "protocolo do host."
3691
+
3692
+ #: src/features/headers.php:270
3693
+ msgid "Inline Entities"
3694
+ msgstr "Entidades em Linha"
3695
+
3696
+ #: src/features/headers.php:271
3697
+ msgid "Allow Inline Scripts and CSS"
3698
+ msgstr "Permitir Scripts e CSS em Linha"
3699
+
3700
+ #: src/features/headers.php:272
3701
+ msgid ""
3702
+ "Allows parsing of Javascript and CSS declared in-line in your html document."
3703
+ msgstr ""
3704
+ "Permite análise de declaração em linha de Javascript e CSS em seu documento "
3705
+ "html."
3706
+
3707
+ #: src/features/headers.php:276
3708
+ msgid "Embedded Data"
3709
+ msgstr "Incorporar Dados"
3710
+
3711
+ #: src/features/headers.php:277
3712
+ msgid "Allow \"data:\" Directives"
3713
+ msgstr "Permitir Diretivas de \"dados:\""
3714
+
3715
+ #: src/features/headers.php:278
3716
+ msgid ""
3717
+ "Allows use of embedded data directives, most commonly used for images and "
3718
+ "fonts."
3719
+ msgstr ""
3720
+ "Permitir que o usuário incorpore diretivas de dados, mais comumente usado "
3721
+ "para imagens e fontes."
3722
+
3723
+ #: src/features/headers.php:282
3724
+ msgid "Allow eval()"
3725
+ msgstr "Permitir eval()"
3726
+
3727
+ #: src/features/headers.php:283
3728
+ msgid "Allow Javascript eval()"
3729
+ msgstr "Permitir Javascript eval()"
3730
+
3731
+ #: src/features/headers.php:284
3732
+ msgid "Permits the use of Javascript the eval() function."
3733
+ msgstr "Permite o uso da função Javascript eval() "
3734
+
3735
+ #: src/features/headers.php:288
3736
+ msgid "HTTPS"
3737
+ msgstr "HTTPS"
3738
+
3739
+ #: src/features/headers.php:289
3740
+ msgid "HTTPS Resource Loading"
3741
+ msgstr "Carregando Recurso HTTPS"
3742
+
3743
+ #: src/features/headers.php:290
3744
+ msgid "Allows loading of any content provided over HTTPS."
3745
+ msgstr "Permite carregar qualquer conteúdo fornecido via HTTPS."
3746
+
3747
+ #: src/features/headers.php:294
3748
+ msgid "Permitted Hosts"
3749
+ msgstr "Hosts Permitidos"
3750
+
3751
+ #: src/features/headers.php:295
3752
+ msgid "Permitted Hosts and Domains"
3753
+ msgstr "Hosts e Domínios Permitidos"
3754
+
3755
+ #: src/features/headers.php:296
3756
+ msgid ""
3757
+ "You can explicitly state which hosts/domain from which content may be loaded."
3758
+ msgstr ""
3759
+ "Você pode declarar explicitamente quais hosts/domínios de cada conteúdo podem "
3760
+ "ser carregados."
3761
+
3762
+ #: src/features/headers.php:297
3763
+ msgid ""
3764
+ "Take great care and test your site as you may block legitimate resources."
3765
+ msgstr ""
3766
+ "Tome muito cuidado e teste seu site, pois você pode acabar bloqueando "
3767
+ "recursos legítimos."
3768
+
3769
+ #: src/features/headers.php:298
3770
+ msgid "If in-doubt, leave blank or use \"*\" only."
3771
+ msgstr "Se estive em dúvida, deixe em branco ou use somente \"*\"."
3772
+
3773
+ #: src/features/headers.php:299
3774
+ msgid ""
3775
+ "You can force only HTTPS for a given domain by prefixing it with \"https://\"."
3776
+ msgstr ""
3777
+ "Você pode forçar somente HTTPS para um domínio fornecido colocando o prefixo "
3778
+ "\"https://\"."
3779
+
3780
+ #: src/features/insights.php:82
3781
+ #, fuzzy
3782
+ msgid "Audit Trail Filters"
3783
+ msgstr "Filtros de pista de auditoria"
3784
+
3785
+ #: src/features/insights.php:115 src/features/plugin.php:1352
3786
+ msgid "IP Whitelist"
3787
+ msgstr "Lista de IPs Confiáveis"
3788
+
3789
+ #: src/features/insights.php:116
3790
+ #, fuzzy
3791
+ msgid "IP Blacklist"
3792
+ msgstr "Lista negra IP"
3793
+
3794
+ #: src/features/insights.php:117
3795
+ #, fuzzy, php-format
3796
+ msgid "IP addresses that are never blocked by %s."
3797
+ msgstr "Endereços IP que nunca são bloqueados por %s."
3798
+
3799
+ #: src/features/insights.php:118
3800
+ #, fuzzy, php-format
3801
+ msgid "IP addresses that have tripped %s defenses."
3802
+ msgstr "Endereços IP que dispararam as defesas de %s."
3803
+
3804
+ #: src/features/insights.php:152
3805
+ #, fuzzy
3806
+ msgid "Traffic Table Filters"
3807
+ msgstr "Filtros da tabela de tráfego"
3808
+
3809
+ #: src/features/insights.php:184
3810
+ #, fuzzy
3811
+ msgid "Sessions Table Filters"
3812
+ msgstr "Sessões Tabela Filtros"
3813
+
3814
+ #: src/features/insights.php:241
3815
+ msgid "Overview"
3816
+ msgstr "Visão geral"
3817
+
3818
+ #: src/features/insights.php:243
3819
+ #, fuzzy
3820
+ msgid "IP Lists"
3821
+ msgstr "Listas IP"
3822
+
3823
+ #: src/features/insights.php:246 src/features/insights.php:253
3824
+ msgid "Pro"
3825
+ msgstr "Pro"
3826
+
3827
+ #: src/features/insights.php:247
3828
+ msgid "Traffic"
3829
+ msgstr "Tráfego"
3830
+
3831
+ #: src/features/insights.php:248
3832
+ msgid "Notes"
3833
+ msgstr "Notas"
3834
+
3835
+ #: src/features/insights.php:249 src/features/plugin.php:1150
3836
+ #: src/features/plugin.php:1155
3837
+ msgid "Import"
3838
+ msgstr "Importar"
3839
+
3840
+ #: src/features/insights.php:249 src/features/plugin.php:1150
3841
+ #: src/features/plugin.php:1155
3842
+ msgid "Export"
3843
+ msgstr "Exportar"
3844
+
3845
+ #: src/features/insights.php:397
3846
+ #, php-format
3847
+ msgid "%s Security Insights"
3848
+ msgstr "%s informações de segurança"
3849
+
3850
+ #: src/features/insights.php:398
3851
+ msgid "recommendation"
3852
+ msgstr "recomendação"
3853
+
3854
+ #: src/features/insights.php:399
3855
+ msgid "suggestion"
3856
+ msgstr "sugestão"
3857
+
3858
+ #: src/features/insights.php:400
3859
+ #, php-format
3860
+ msgid "Welcome To %s Security Insights Dashboard"
3861
+ msgstr "Bem-vindo ao painel de informações de segurança %s"
3862
+
3863
+ #: src/features/insights.php:401
3864
+ #, php-format
3865
+ msgid "Some of the most recent %s events"
3866
+ msgstr "Alguns dos eventos %s mais recentes"
3867
+
3868
+ #: src/features/insights.php:406
3869
+ #, fuzzy
3870
+ msgid ""
3871
+ "Sorry, this feature would typically be used by professionals and so is a Pro-"
3872
+ "only feature."
3873
+ msgstr ""
3874
+ "Desculpe, este recurso seria tipicamente usado por profissionais e por isso é "
3875
+ "um recurso Pro-only."
3876
+
3877
+ #: src/features/insights.php:407
3878
+ #, fuzzy
3879
+ msgid "This feature isn't currently enabled."
3880
+ msgstr "Este recurso não está ativado no momento."
3881
+
3882
+ #: src/features/insights.php:408
3883
+ #, fuzzy
3884
+ msgid ""
3885
+ "You can activate this feature (along with many others) and support "
3886
+ "development of this plugin for just $12."
3887
+ msgstr ""
3888
+ "Você pode ativar este recurso (junto com muitos outros) e apoiar o "
3889
+ "desenvolvimento deste plugin por apenas $12."
3890
+
3891
+ #: src/features/insights.php:409
3892
+ #, fuzzy
3893
+ msgid "Please turn on this feature in the options."
3894
+ msgstr "Por favor, active esta funcionalidade nas opções."
3895
+
3896
+ #: src/features/insights.php:410
3897
+ #, fuzzy
3898
+ msgid "for just $1/month"
3899
+ msgstr "por apenas $1/mês"
3900
+
3901
+ #: src/features/insights.php:473
3902
+ msgid "Site"
3903
+ msgstr "Site"
3904
+
3905
+ #: src/features/insights.php:497
3906
+ msgid "SSL certificate for this site has expired."
3907
+ msgstr "O certificado SSL deste site expirou."
3908
+
3909
+ #: src/features/insights.php:500
3910
+ #, php-format
3911
+ msgid "SSL certificate will expire soon (in %s days)"
3912
+ msgstr "O certificado SSL irá expirar em breve (em %s dias)"
3913
+
3914
+ #: src/features/insights.php:507
3915
+ msgid "Check or renew your SSL certificate."
3916
+ msgstr "Verifique ou renove seu certificado SSL."
3917
+
3918
+ #: src/features/insights.php:530
3919
+ msgid "DB Password appears to be weak."
3920
+ msgstr "A senha do banco de dados parece ser fraca."
3921
+
3922
+ #: src/features/insights.php:532
3923
+ msgid "The database password should be strong."
3924
+ msgstr "A senha do banco de dados deve ser forte."
3925
+
3926
+ #: src/features/insights.php:556
3927
+ #, php-format
3928
+ msgid "%s inactive plugin(s)"
3929
+ msgstr "%s plugin(s) inativo(s)"
3930
+
3931
+ #: src/features/insights.php:559
3932
+ msgid "Unused plugins should be removed."
3933
+ msgstr "Plugins não utilizados devem ser removidos."
3934
+
3935
+ #: src/features/insights.php:569
3936
+ #, php-format
3937
+ msgid "%s plugin update(s)"
3938
+ msgstr "%s Atualização de plugin"
3939
+
3940
+ #: src/features/insights.php:571 src/features/insights.php:611
3941
+ #: src/features/insights.php:637
3942
+ msgid "Updates"
3943
+ msgstr "Atualizações"
3944
+
3945
+ #: src/features/insights.php:572 src/features/insights.php:612
3946
+ #: src/features/insights.php:638
3947
+ msgid "Updates should be applied as early as possible."
3948
+ msgstr "Atualizações devem ser aplicadas o mais cedo possível."
3949
+
3950
+ #: src/features/insights.php:596
3951
+ #, php-format
3952
+ msgid "%s inactive themes(s)"
3953
+ msgstr "%s temas inativos"
3954
+
3955
+ #: src/features/insights.php:599
3956
+ msgid "Unused themes should be removed."
3957
+ msgstr "Temas não utilizados devem ser removidos."
3958
+
3959
+ #: src/features/insights.php:609
3960
+ #, php-format
3961
+ msgid "%s theme update(s)"
3962
+ msgstr "%s atualização de tema(s)"
3963
+
3964
+ #: src/features/insights.php:627
3965
+ msgid "WordPress Core"
3966
+ msgstr "Core do WordPress"
3967
+
3968
+ #: src/features/insights.php:635
3969
+ msgid "WordPress Core has an update available."
3970
+ msgstr "O Core do WordPress tem uma atualização disponível."
3971
+
3972
+ #: src/features/insights.php:647
3973
+ msgid "WordPress does not automatically install updates."
3974
+ msgstr "O WordPress não está instalando atualizações automaticamente."
3975
+
3976
+ #: src/features/insights.php:650
3977
+ msgid "Minor WordPress upgrades should be applied automatically."
3978
+ msgstr "Atualizações menores do WordPress devem ser aplicadas automaticamente."
3979
+
3980
+ #: src/features/insights.php:675 src/processors/statistics.php:195
3981
+ msgid "Login Blocks"
3982
+ msgstr "Bloqueios de Login"
3983
+
3984
+ #: src/features/insights.php:677
3985
+ msgid "Total login attempts blocked."
3986
+ msgstr "Total de tentativas de login bloqueadas."
3987
+
3988
+ #: src/features/insights.php:680 src/processors/statistics.php:194
3989
+ msgid "Firewall Blocks"
3990
+ msgstr "Bloqueios de Firewall"
3991
+
3992
+ #: src/features/insights.php:682
3993
+ msgid "Total requests blocked by firewall rules."
3994
+ msgstr "Total de solicitações bloqueadas por regras de firewall."
3995
+
3996
+ #: src/features/insights.php:685 src/processors/statistics.php:193
3997
+ msgid "Comment Blocks"
3998
+ msgstr "Bloqueios de Comentários"
3999
+
4000
+ #: src/features/insights.php:687
4001
+ msgid "Total SPAM comments blocked."
4002
+ msgstr "Total de comentários de SPAM bloqueados."
4003
+
4004
+ #: src/features/insights.php:695 src/lib/src/Tables/Render/IpBlack.php:14
4005
+ msgid "Transgressions"
4006
+ msgstr "Transgressões"
4007
+
4008
+ #: src/features/insights.php:697
4009
+ msgid "Total transgression against the site."
4010
+ msgstr "Total de transgressões contra o site."
4011
+
4012
+ #: src/features/insights.php:700
4013
+ msgid "IP Blocks"
4014
+ msgstr "IPs bloqueados"
4015
+
4016
+ #: src/features/insights.php:702
4017
+ msgid "Total connections blocked/killed after too many transgressions."
4018
+ msgstr "Total de conexões bloqueadas depois de muitas transgressões."
4019
+
4020
+ #: src/features/insights.php:705
4021
+ msgid "Blacklist IPs"
4022
+ msgstr "Lista negra de IPs"
4023
+
4024
+ #: src/features/insights.php:713
4025
+ msgid "Current IP addresses with transgressions against the site."
4026
+ msgstr "Endereços de IPs com transgressões contra o site."
4027
+
4028
+ #: src/features/insights.php:739
4029
+ msgid "Not yet recorded"
4030
+ msgstr "Ainda não gravado"
4031
+
4032
+ #: src/features/insights.php:751
4033
+ msgid "Simple Test Cron"
4034
+ msgstr "Teste simples do Cron"
4035
+
4036
+ #: src/features/insights.php:752
4037
+ msgid "Unrecognised Files Scan"
4038
+ msgstr "Varredura de arquivos desconhecidos"
4039
+
4040
+ #: src/features/insights.php:753
4041
+ #, fuzzy
4042
+ msgid "Abandoned Plugins Scan"
4043
+ msgstr "Scan de Plugins Abandonados"
4044
+
4045
+ #: src/features/insights.php:754
4046
+ msgid "WordPress Core Files Scan"
4047
+ msgstr "Varredura dos arquivos do Core WordPress"
4048
+
4049
+ #: src/features/insights.php:755
4050
+ msgid "Plugin/Themes Guard Scan"
4051
+ msgstr "Varredura de guarda de Plugin/Temas"
4052
+
4053
+ #: src/features/insights.php:756
4054
+ #, fuzzy
4055
+ msgid "Vulnerabilities Scan"
4056
+ msgstr "Análise de vulnerabilidades"
4057
+
4058
+ #: src/features/insights.php:757
4059
+ msgid "Successful 2-FA Login"
4060
+ msgstr "Autenticação em 2 fatores (2-FA) feita com sucesso"
4061
+
4062
+ #: src/features/insights.php:758
4063
+ msgid "Login Block"
4064
+ msgstr "Login Bloqueado"
4065
+
4066
+ #: src/features/insights.php:759
4067
+ msgid "User Registration Block"
4068
+ msgstr "Registro de usuário bloqueado"
4069
+
4070
+ #: src/features/insights.php:760
4071
+ msgid "Reset Password Block"
4072
+ msgstr "Password redefinido bloqueado"
4073
+
4074
+ #: src/features/insights.php:761
4075
+ msgid "Firewall Block"
4076
+ msgstr "Bloqueio de Firewall"
4077
+
4078
+ #: src/features/insights.php:762
4079
+ msgid "Idle Logout"
4080
+ msgstr "Logout inativo"
4081
+
4082
+ #: src/features/insights.php:763
4083
+ msgid "Password Block"
4084
+ msgstr "Password bloqueado"
4085
+
4086
+ #: src/features/insights.php:764
4087
+ msgid "Comment SPAM Block"
4088
+ msgstr "Comentário de SPAM bloqueado"
4089
+
4090
+ #: src/features/insights.php:765
4091
+ msgid "XML-RPC Block"
4092
+ msgstr "XML-RPC bloqueado"
4093
+
4094
+ #: src/features/insights.php:766
4095
+ msgid "Anonymous Rest API Block"
4096
+ msgstr "Residuos de API anônima bloqueada"
4097
+
4098
+ #: src/features/insights.php:767
4099
+ #, php-format
4100
+ msgid "%s Transgression"
4101
+ msgstr "%s Transgressão"
4102
+
4103
+ #: src/features/insights.php:769
4104
+ msgid "IP Connection Blocked"
4105
+ msgstr "conexão de IP bloqueado"
4106
+
4107
+ #: src/features/ips.php:76
4108
+ #, fuzzy
4109
+ msgid "Invalid entry selected"
4110
+ msgstr "Entrada inválida selecionada"
4111
+
4112
+ #: src/features/ips.php:79
4113
+ #, fuzzy
4114
+ msgid "IP address deleted"
4115
+ msgstr "Endereço IP apagado"
4116
+
4117
+ #: src/features/ips.php:83
4118
+ #, fuzzy
4119
+ msgid "IP address wasn't deleted from the list"
4120
+ msgstr "O endereço IP não foi excluído da lista"
4121
+
4122
+ #: src/features/ips.php:100
4123
+ #, fuzzy
4124
+ msgid "IP address wasn't added to the list"
4125
+ msgstr "O endereço IP não foi adicionado à lista"
4126
+
4127
+ #: src/features/ips.php:111
4128
+ #, fuzzy
4129
+ msgid "IP address not provided"
4130
+ msgstr "Endereço IP não fornecido"
4131
+
4132
+ #: src/features/ips.php:114
4133
+ #, fuzzy
4134
+ msgid "IP list not provided"
4135
+ msgstr "Lista IP não fornecida"
4136
+
4137
+ #: src/features/ips.php:117
4138
+ #, fuzzy
4139
+ msgid "IP address isn't either a valid IP or a CIDR range"
4140
+ msgstr "O endereço IP não é um IP válido ou um intervalo CIDR"
4141
+
4142
+ #: src/features/ips.php:120
4143
+ #, fuzzy
4144
+ msgid ""
4145
+ "Please upgrade to Pro if you'd like to add IPs to the black list manually."
4146
+ msgstr ""
4147
+ "Por favor, atualize para Pro se você gostaria de adicionar IPs à lista negra "
4148
+ "manualmente."
4149
+
4150
+ #: src/features/ips.php:123
4151
+ #, fuzzy
4152
+ msgid "IP ranges aren't currently supported for blacklisting."
4153
+ msgstr "Os intervalos de IP não são atualmente suportados para a lista negra."
4154
+
4155
+ #: src/features/ips.php:126
4156
+ #, fuzzy
4157
+ msgid "Manually black listing your current IP address is not supported."
4158
+ msgstr ""
4159
+ "Manualmente não é suportado listar manualmente o seu endereço IP atual em "
4160
+ "preto."
4161
+
4162
+ #: src/features/ips.php:129
4163
+ #, fuzzy
4164
+ msgid "This IP is reserved and can't be blacklisted."
4165
+ msgstr "Este IP é reservado e não pode ser colocado na lista negra."
4166
+
4167
+ #: src/features/ips.php:154
4168
+ #, fuzzy
4169
+ msgid "IP address added successfully"
4170
+ msgstr "Endereço IP adicionado com sucesso"
4171
+
4172
+ #: src/features/ips.php:346
4173
+ #, fuzzy
4174
+ msgid "IP blocking is turned-off because the transgressions limit is set to 0."
4175
+ msgstr ""
4176
+ "O bloqueio IP é desativado porque o limite de transgressões está definido "
4177
+ "como 0."
4178
+
4179
+ #: src/features/ips.php:354
4180
+ #, fuzzy
4181
+ msgid ""
4182
+ "Since the transgressions limit is set to 0, these options have no effect."
4183
+ msgstr ""
4184
+ "Como o limite de transgressões está definido como 0, essas opções não têm "
4185
+ "efeito."
4186
+
4187
+ #: src/features/ips.php:358
4188
+ #, fuzzy
4189
+ msgid ""
4190
+ "Your User Agent appears to be empty. We recommend not turning on this option."
4191
+ msgstr ""
4192
+ "O seu Agente de Usuário parece estar vazio. Recomendamos não ativar esta "
4193
+ "opção."
4194
+
4195
+ #: src/features/ips.php:377
4196
+ msgid ""
4197
+ "Repeated login attempts that fail will result in a complete ban of your IP "
4198
+ "Address."
4199
+ msgstr ""
4200
+ "Repetidas tentativas de login sem sucesso resultarão no banimento por "
4201
+ "completo do endereço de IP."
4202
+
4203
+ #: src/features/ips.php:384
4204
+ #, fuzzy, php-format
4205
+ msgid ""
4206
+ "You have %s remaining transgression(s) against this site and then your IP "
4207
+ "address will be completely blocked."
4208
+ msgstr ""
4209
+ "Você tem %s de transgressões restantes contra este site e então seu endereço "
4210
+ "IP será completamente bloqueado."
4211
+
4212
+ #: src/features/ips.php:385
4213
+ msgid "Seriously, stop repeating what you are doing or you will be locked out."
4214
+ msgstr "É sério, pare de tentar isso ou você será bloqueado."
4215
+
4216
+ #: src/features/ips.php:409
4217
+ msgid ""
4218
+ "The IP Manager allows you to whitelist, blacklist and configure auto-"
4219
+ "blacklist rules."
4220
+ msgstr ""
4221
+ "O Gerenciador de IP permite que você crie uma lista confiável (whitelist), de "
4222
+ "bloqueio (blacklist) e configure regras de bloqueio automático."
4223
+
4224
+ #: src/features/ips.php:410 src/features/plugin.php:1387
4225
+ #: src/wizards/plugin.php:520 src/wizards/plugin.php:525
4226
+ msgid "IP Manager"
4227
+ msgstr "Gerenciador de IP"
4228
+
4229
+ #: src/features/ips.php:411
4230
+ msgid "You should also carefully review the automatic black list settings."
4231
+ msgstr ""
4232
+ "Você deveria também revisar cuidadosamente as configurações de lista de "
4233
+ "bloqueio automático."
4234
+
4235
+ #: src/features/ips.php:416
4236
+ #, fuzzy
4237
+ msgid "Auto IP Blocking Rules"
4238
+ msgstr "Regras de Bloqueio Automático de IP"
4239
+
4240
+ #: src/features/ips.php:417
4241
+ #, fuzzy
4242
+ msgid "Auto Blocking Rules"
4243
+ msgstr "Regras de bloqueio automático"
4244
+
4245
+ #: src/features/ips.php:419
4246
+ msgid ""
4247
+ "The Automatic IP Black List system will block the IP addresses of naughty "
4248
+ "visitors after a specified number of transgressions."
4249
+ msgstr ""
4250
+ "A inclusão automática do IP na lista de bloqueio irá bloquear endereços de IP "
4251
+ "de visitantes maldosos após um número de violações específicas."
4252
+
4253
+ #: src/features/ips.php:420 src/features/ips.php:501
4254
+ msgid "Automatic IP Black List"
4255
+ msgstr "Auto Incluir IP na Lista de Bloqueio"
4256
+
4257
+ #: src/features/ips.php:421
4258
+ #, fuzzy
4259
+ msgid ""
4260
+ "Think of 'transgressions' as just a counter for the number of times a visitor "
4261
+ "does something bad."
4262
+ msgstr ""
4263
+ "Pense em 'transgressões' como apenas um contador para o número de vezes que "
4264
+ "um visitante faz algo ruim."
4265
+
4266
+ #: src/features/ips.php:422
4267
+ #, fuzzy, php-format
4268
+ msgid ""
4269
+ "When the counter reaches the limit below (default: 10), %s will block that "
4270
+ "completely IP."
4271
+ msgstr ""
4272
+ "Quando o contador atingir o limite abaixo (padrão: 10), %s bloqueará esse IP "
4273
+ "completamente."
4274
+
4275
+ #: src/features/ips.php:427
4276
+ #, fuzzy
4277
+ msgid "Bot-Trap"
4278
+ msgstr "Bot-Trap"
4279
+
4280
+ #: src/features/ips.php:428
4281
+ #, fuzzy
4282
+ msgid "Identify And Capture Bots Based On Their Site Activity"
4283
+ msgstr ""
4284
+ "Identificar e capturar bots com base nas suas actividades no local de trabalho"
4285
+
4286
+ #: src/features/ips.php:430
4287
+ #, fuzzy
4288
+ msgid ""
4289
+ "A bot doesn't know what's real and what's not, so it probes many different "
4290
+ "avenues until it finds something it recognises."
4291
+ msgstr ""
4292
+ "Um robô não sabe o que é real e o que não é, então ele sonda muitos caminhos "
4293
+ "diferentes até encontrar algo que ele reconhece."
4294
+
4295
+ #: src/features/ips.php:431
4296
+ #, fuzzy
4297
+ msgid ""
4298
+ "Bot-Trap monitors a set of typical bot behaviours to help identify probing "
4299
+ "bots."
4300
+ msgstr ""
4301
+ "O Bot-Trap monitora um conjunto de comportamentos típicos de bot para ajudar "
4302
+ "a identificar bots de sondagem."
4303
+
4304
+ #: src/features/ips.php:432
4305
+ #, fuzzy
4306
+ msgid "Enable as many mouse traps as possible."
4307
+ msgstr "Habilite o maior número possível de armadilhas de rato."
4308
+
4309
+ #: src/features/ips.php:437
4310
+ #, fuzzy
4311
+ msgid "Login Bots"
4312
+ msgstr "Bots de Login"
4313
+
4314
+ #: src/features/ips.php:438
4315
+ #, fuzzy
4316
+ msgid "Detect & Capture Login Bots"
4317
+ msgstr "Bots de Login de Detecção e Captura"
4318
+
4319
+ #: src/features/ips.php:440 src/features/ips.php:453 src/features/ips.php:464
4320
+ msgid "Summary"
4321
+ msgstr "Resumo"
4322
+
4323
+ #: src/features/ips.php:441
4324
+ #, fuzzy
4325
+ msgid ""
4326
+ "Certain bots are designed to test your logins and this feature lets you "
4327
+ "decide how to handle them."
4328
+ msgstr ""
4329
+ "Alguns bots são projetados para testar seus logins e este recurso permite que "
4330
+ "você decida como lidar com eles."
4331
+
4332
+ #: src/features/ips.php:443 src/features/ips.php:456 src/features/ips.php:467
4333
+ #, fuzzy
4334
+ msgid "Enable as many options as possible."
4335
+ msgstr "Habilite o maior número possível de opções."
4336
+
4337
+ #: src/features/ips.php:445
4338
+ #, fuzzy
4339
+ msgid ""
4340
+ "Legitimate users may get their password wrong, so take care not to block this."
4341
+ msgstr ""
4342
+ "Usuários legítimos podem ter sua senha errada, então tome cuidado para não "
4343
+ "bloquear isso."
4344
+
4345
+ #: src/features/ips.php:450
4346
+ #, fuzzy
4347
+ msgid "Probing Bots"
4348
+ msgstr "Bots de sondagem"
4349
+
4350
+ #: src/features/ips.php:451
4351
+ #, fuzzy
4352
+ msgid "Detect & Capture Probing Bots"
4353
+ msgstr "Bots de Detecção e Captura de Sondas"
4354
+
4355
+ #: src/features/ips.php:454
4356
+ #, fuzzy
4357
+ msgid ""
4358
+ "Bots are designed to probe and this feature is dedicated to detecting probing "
4359
+ "bots."
4360
+ msgstr ""
4361
+ "Os bots são projetados para sondar e este recurso é dedicado à detecção de "
4362
+ "bots de sondagem."
4363
+
4364
+ #: src/features/ips.php:461
4365
+ #, fuzzy
4366
+ msgid "Bot Behaviours"
4367
+ msgstr "Comportamentos do Botão"
4368
+
4369
+ #: src/features/ips.php:462
4370
+ #, fuzzy
4371
+ msgid "Detect Behaviours Common To Bots"
4372
+ msgstr "Detectar comportamentos comuns a robôs"
4373
+
4374
+ #: src/features/ips.php:465
4375
+ #, fuzzy
4376
+ msgid ""
4377
+ "Detect characteristics and behaviour commonly associated with illegitimate "
4378
+ "bots."
4379
+ msgstr ""
4380
+ "Detectar características e comportamentos comumente associados a bots "
4381
+ "ilegítimos."
4382
+
4383
+ #: src/features/ips.php:497
4384
+ msgid "Transgression Limit"
4385
+ msgstr "Limite de Violações"
4386
+
4387
+ #: src/features/ips.php:498
4388
+ msgid "Visitor IP address will be Black Listed after X bad actions on your site"
4389
+ msgstr ""
4390
+ "Endereço de IP do visitante será incluído na lista de bloqueio após X ações "
4391
+ "maliciosas em seu site"
4392
+
4393
+ #: src/features/ips.php:499
4394
+ #, php-format
4395
+ msgid ""
4396
+ "A black mark is set against an IP address each time a visitor trips the "
4397
+ "defenses of the %s plugin."
4398
+ msgstr ""
4399
+ "Uma marca negativa é gerada no endereço de IP toda vez que um visitante "
4400
+ "tentar violar a segurança do plugin %s."
4401
+
4402
+ #: src/features/ips.php:500
4403
+ #, fuzzy
4404
+ msgid ""
4405
+ "When the number of these transgressions exceeds the limit, they are "
4406
+ "automatically blocked from accessing the site."
4407
+ msgstr ""
4408
+ "Quando o número dessas transgressões excede o limite, elas são "
4409
+ "automaticamente impedidas de acessar o site."
4410
+
4411
+ #: src/features/ips.php:501
4412
+ #, php-format
4413
+ msgid "Set this to \"0\" to turn off the %s feature."
4414
+ msgstr "Defina isso como \"0\" para desligar a função %s."
4415
+
4416
+ #: src/features/ips.php:505
4417
+ msgid "Auto Block Expiration"
4418
+ msgstr "Fim do Bloqueio Automático"
4419
+
4420
+ #: src/features/ips.php:506
4421
+ msgid "After 1 \"X\" a black listed IP will be removed from the black list"
4422
+ msgstr "Após 1 \"X\" um IP bloqueado será removido da lista de bloqueio"
4423
+
4424
+ #: src/features/ips.php:507
4425
+ msgid "Permanent and lengthy IP Black Lists are harmful to performance."
4426
+ msgstr ""
4427
+ "A inclusão permanente ou prolongada na lista de Bloqueio de IP são "
4428
+ "prejudiciais à performance."
4429
+
4430
+ #: src/features/ips.php:508
4431
+ msgid ""
4432
+ "You should allow IP addresses on the black list to be eventually removed over "
4433
+ "time."
4434
+ msgstr ""
4435
+ "Você deveria permitir endereços de IP na lista de bloqueio para serem "
4436
+ "excluídos eventualmente ao longo do tempo."
4437
+
4438
+ #: src/features/ips.php:509
4439
+ msgid ""
4440
+ "Shorter IP black lists are more efficient and a more intelligent use of an IP-"
4441
+ "based blocking system."
4442
+ msgstr ""
4443
+ "Listas pequenas de bloqueio de IP são mais eficientes e definem um uso mais "
4444
+ "inteligente do sistema de bloqueio baseado em IP."
4445
+
4446
+ #: src/features/ips.php:513
4447
+ #, fuzzy
4448
+ msgid "User Auto Unblock"
4449
+ msgstr "Desbloqueio automático do usuário"
4450
+
4451
+ #: src/features/ips.php:514
4452
+ #, fuzzy
4453
+ msgid "Allow Visitors To Unblock Their IP"
4454
+ msgstr "Permitir que os visitantes desbloqueiem o seu IP"
4455
+
4456
+ #: src/features/ips.php:515
4457
+ #, fuzzy
4458
+ msgid ""
4459
+ "Allow visitors blocked by the plugin to automatically unblock themselves."
4460
+ msgstr ""
4461
+ "Permitir que os visitantes bloqueados pelo plugin se desbloqueiem "
4462
+ "automaticamente."
4463
+
4464
+ #: src/features/ips.php:519
4465
+ msgid "Login Failed"
4466
+ msgstr "Falha no Login"
4467
+
4468
+ #: src/features/ips.php:520
4469
+ msgid "Visitor Triggers The IP Transgression System Through A Failed Login"
4470
+ msgstr ""
4471
+ "O Visitante Disparou o Sistema de Violação de IP por Meio de uma Falha no "
4472
+ "Login"
4473
+
4474
+ #: src/features/ips.php:521
4475
+ msgid "This message is displayed if the visitor fails a login attempt."
4476
+ msgstr "Essa mensagem é exibida se o visitante não conseguir fazer login."
4477
+
4478
+ #: src/features/ips.php:525
4479
+ msgid "Remaining Transgressions"
4480
+ msgstr "Violações Remanescentes"
4481
+
4482
+ #: src/features/ips.php:526
4483
+ msgid "Visitor Triggers The IP Transgression System Through A Firewall Block"
4484
+ msgstr ""
4485
+ "O Visitante Disparou o Sistema de Violação de IP por Meio de um Bloqueio do "
4486
+ "Firewall"
4487
+
4488
+ #: src/features/ips.php:527
4489
+ msgid ""
4490
+ "This message is displayed if the visitor triggered the IP Transgression "
4491
+ "system and reports how many transgressions remain before being blocked."
4492
+ msgstr ""
4493
+ "Esta mensagem é exibida se o visitante disparar o sistema de Violação de IP e "
4494
+ "informa quantas violações ainda restam antes de ser bloqueado."
4495
+
4496
+ #: src/features/ips.php:531
4497
+ #, fuzzy
4498
+ msgid "404 Detect"
4499
+ msgstr "404 Detectar"
4500
+
4501
+ #: src/features/ips.php:532
4502
+ #, fuzzy
4503
+ msgid "Identify A Bot When It Hits A 404"
4504
+ msgstr "Identificar um robô quando ele atinge A 404"
4505
+
4506
+ #: src/features/ips.php:533
4507
+ #, fuzzy
4508
+ msgid "Detect when a visitor tries to load a non-existent page."
4509
+ msgstr "Detectar quando um visitante tenta carregar uma página inexistente."
4510
+
4511
+ #: src/features/ips.php:534
4512
+ #, fuzzy
4513
+ msgid ""
4514
+ "Care should be taken to ensure you don't have legitimate links on your site "
4515
+ "that are 404s."
4516
+ msgstr ""
4517
+ "Deve-se tomar cuidado para garantir que você não tenha links legítimos em seu "
4518
+ "site que sejam 404s."
4519
+
4520
+ #: src/features/ips.php:538
4521
+ #, fuzzy
4522
+ msgid "XML-RPC Access"
4523
+ msgstr "Acesso XML-RPC"
4524
+
4525
+ #: src/features/ips.php:539
4526
+ #, fuzzy
4527
+ msgid "Identify A Bot When It Accesses XML-RPC"
4528
+ msgstr "Identificar um Bot ao acessar o XML-RPC"
4529
+
4530
+ #: src/features/ips.php:540
4531
+ #, fuzzy
4532
+ msgid ""
4533
+ "If you don't use XML-RPC, there's no reason anything should be accessing it."
4534
+ msgstr ""
4535
+ "Se você não usar o XML-RPC, não há nenhuma razão para que nada o esteja "
4536
+ "acessando."
4537
+
4538
+ #: src/features/ips.php:541
4539
+ #, fuzzy
4540
+ msgid ""
4541
+ "Be careful the ensure you don't block legitimate XML-RPC traffic if your site "
4542
+ "needs it."
4543
+ msgstr ""
4544
+ "Tenha cuidado para não bloquear o tráfego XML-RPC legítimo se o seu site "
4545
+ "precisar dele."
4546
+
4547
+ #: src/features/ips.php:542
4548
+ #, fuzzy
4549
+ msgid ""
4550
+ "We recommend transgressions here in-case of blocking valid request unless "
4551
+ "you're sure."
4552
+ msgstr ""
4553
+ "Recomendamos transgressões aqui em caso de bloqueio de solicitação válida, a "
4554
+ "menos que você tenha certeza."
4555
+
4556
+ #: src/features/ips.php:546
4557
+ #, fuzzy
4558
+ msgid "Link Cheese"
4559
+ msgstr "Queijo Link"
4560
+
4561
+ #: src/features/ips.php:547
4562
+ #, fuzzy
4563
+ msgid "Tempt A Bot With A Fake Link To Follow"
4564
+ msgstr "Tente um Bot com um link falso para seguir"
4565
+
4566
+ #: src/features/ips.php:548
4567
+ #, fuzzy
4568
+ msgid "Detect a bot when it follows a fake 'no-follow' link."
4569
+ msgstr "Detecte um robô quando ele segue um link falso de \"não seguir\"."
4570
+
4571
+ #: src/features/ips.php:549
4572
+ #, fuzzy
4573
+ msgid ""
4574
+ "This works because legitimate web crawlers respect 'robots.txt' and "
4575
+ "'nofollow' directives."
4576
+ msgstr ""
4577
+ "Isso funciona porque os rastreadores legítimos da web respeitam as diretivas "
4578
+ "'robots.txt' e 'nofollow'."
4579
+
4580
+ #: src/features/ips.php:553
4581
+ #, fuzzy
4582
+ msgid "Invalid Usernames"
4583
+ msgstr "Nomes de usuário inválidos"
4584
+
4585
+ #: src/features/ips.php:554
4586
+ #, fuzzy
4587
+ msgid "Detect Attempted Logins With Usernames That Don't Exist"
4588
+ msgstr "Detectar tentativas de login com nomes de usuário que não existem"
4589
+
4590
+ #: src/features/ips.php:555
4591
+ #, fuzzy
4592
+ msgid "Identify a Bot when it tries to login with a non-existent username."
4593
+ msgstr ""
4594
+ "Identificar um Bot quando ele tenta fazer login com um nome de usuário "
4595
+ "inexistente."
4596
+
4597
+ #: src/features/ips.php:556
4598
+ #, fuzzy
4599
+ msgid "This includes the default 'admin' if you've removed that account."
4600
+ msgstr "Isso inclui o 'admin' padrão se você removeu essa conta."
4601
+
4602
+ #: src/features/ips.php:560
4603
+ #, fuzzy
4604
+ msgid "Failed Login"
4605
+ msgstr "Falha no Login"
4606
+
4607
+ #: src/features/ips.php:561
4608
+ #, fuzzy
4609
+ msgid "Detect Failed Login Attempts Using Valid Usernames"
4610
+ msgstr "Detectar tentativas de logon falhadas usando nomes de usuário válidos"
4611
+
4612
+ #: src/features/ips.php:562
4613
+ #, fuzzy
4614
+ msgid ""
4615
+ "Penalise a visitor when they try to login using a valid username, but it "
4616
+ "fails."
4617
+ msgstr ""
4618
+ "Penalize um visitante quando ele tentar fazer login usando um nome de usuário "
4619
+ "válido, mas ele falhará."
4620
+
4621
+ #: src/features/ips.php:566
4622
+ #, fuzzy
4623
+ msgid "Fake Web Crawler"
4624
+ msgstr "Rastreador de Web falso"
4625
+
4626
+ #: src/features/ips.php:567
4627
+ #, fuzzy
4628
+ msgid "Detect Fake Search Engine Crawlers"
4629
+ msgstr "Detectar rastejadores de motores de busca falsos"
4630
+
4631
+ #: src/features/ips.php:568
4632
+ #, fuzzy
4633
+ msgid ""
4634
+ "Identify a Bot when it presents as an official web crawler, but analysis "
4635
+ "shows it's fake."
4636
+ msgstr ""
4637
+ "Identifique um Bot quando ele se apresenta como um rastreador oficial da web, "
4638
+ "mas a análise mostra que é falso."
4639
+
4640
+ #: src/features/ips.php:572
4641
+ #, fuzzy
4642
+ msgid "Empty User Agents"
4643
+ msgstr "Agentes de usuário vazios"
4644
+
4645
+ #: src/features/ips.php:573
4646
+ #, fuzzy
4647
+ msgid "Detect Requests With Empty User Agents"
4648
+ msgstr "Detectar solicitações com agentes de usuário vazios"
4649
+
4650
+ #: src/features/ips.php:574
4651
+ #, fuzzy
4652
+ msgid "Identify a bot when the user agent is not provided."
4653
+ msgstr "Identificar um bot quando o agente do usuário não é fornecido."
4654
+
4655
+ #: src/features/ips.php:576
4656
+ #, fuzzy
4657
+ msgid "Your user agent is"
4658
+ msgstr "Seu agente de usuário é"
4659
+
4660
+ #: src/features/ips.php:640
4661
+ #, php-format
4662
+ msgid ""
4663
+ "Sorry, the %s feature may not be disabled while there are IP addresses in the "
4664
+ "White List"
4665
+ msgstr ""
4666
+ "Desculpe, a funcionalidade %s talvez não seja desativada enquanto houver "
4667
+ "endereços de IP na lista de confiáveis."
4668
+
4669
+ #: src/features/license.php:38
4670
+ msgid "Name"
4671
+ msgstr "Nome"
4672
+
4673
+ #: src/features/license.php:39
4674
+ msgid "Active"
4675
+ msgstr "Ativo"
4676
+
4677
+ #: src/features/license.php:40
4678
+ msgid "Status"
4679
+ msgstr "Status"
4680
+
4681
+ #: src/features/license.php:41
4682
+ msgid "Key"
4683
+ msgstr "Chave"
4684
+
4685
+ #: src/features/license.php:42
4686
+ msgid "Expires"
4687
+ msgstr "Expira"
4688
+
4689
+ #: src/features/license.php:43
4690
+ msgid "Owner"
4691
+ msgstr "Proprietário"
4692
+
4693
+ #: src/features/license.php:44
4694
+ msgid "Checked"
4695
+ msgstr "Verificado"
4696
+
4697
+ #: src/features/license.php:45 src/wizards/base.php:219
4698
+ msgid "Error"
4699
+ msgstr "Erro"
4700
+
4701
+ #: src/features/license.php:117
4702
+ #, fuzzy, php-format
4703
+ msgid "Please wait %s before attempting another license check."
4704
+ msgstr "Por favor, aguarde %s antes de tentar outra verificação de licença."
4705
+
4706
+ #: src/features/license.php:118
4707
+ #, php-format
4708
+ msgid "%s second"
4709
+ msgid_plural "%s seconds"
4710
+ msgstr[0] "%s segundo"
4711
+ msgstr[1] "%s segundos"
4712
+
4713
+ #: src/features/license.php:124
4714
+ #, fuzzy
4715
+ msgid "Valid license found."
4716
+ msgstr "Licença válida encontrada."
4717
+
4718
+ #: src/features/license.php:124
4719
+ #, fuzzy
4720
+ msgid "Valid license couldn't be found."
4721
+ msgstr "A licença válida não foi encontrada."
4722
+
4723
+ #: src/features/license.php:237
4724
+ #, fuzzy
4725
+ msgid "Automatic license verification failed."
4726
+ msgstr "Falha na verificação automática da licença."
4727
+
4728
+ #: src/features/license.php:327
4729
+ msgid "Attempts to verify Shield Pro license has just failed."
4730
+ msgstr "As tentativas de verificar a licença do Shield Pro falharam."
4731
+
4732
+ #: src/features/license.php:328 src/features/license.php:349
4733
+ #, php-format
4734
+ msgid "Please check your license on-site: %s"
4735
+ msgstr "Por favor, verifique sua licença no site: %s"
4736
+
4737
+ #: src/features/license.php:329 src/features/license.php:350
4738
+ #, php-format
4739
+ msgid "If this problem persists, please contact support: %s"
4740
+ msgstr "Se esse problema persistir, entre em contato com o suporte: %s"
4741
+
4742
+ #: src/features/license.php:348
4743
+ msgid "All attempts to verify Shield Pro license have failed."
4744
+ msgstr "Todas as tentativas de verificar a licença do Shield Pro falharam."
4745
+
4746
+ #: src/features/license.php:659 src/lib/src/Tables/Build/Ip.php:50
4747
+ #: src/lib/src/Tables/Build/Sessions.php:68
4748
+ #: src/lib/src/Tables/Build/Traffic.php:109
4749
+ msgid "Yes"
4750
+ msgstr "Sim"
4751
+
4752
+ #: src/features/license.php:659
4753
+ msgid "Not Active"
4754
+ msgstr "Não ativo"
4755
+
4756
+ #: src/features/license.php:714 src/features/license.php:715
4757
+ msgid "License Options"
4758
+ msgstr "Opções de Licença"
4759
+
4760
+ #: src/features/license.php:717
4761
+ #, php-format
4762
+ msgid "Activate %s Pro Extensions."
4763
+ msgstr "Ativar %s extensões Pro."
4764
+
4765
+ #: src/features/license.php:718
4766
+ msgid "TODO."
4767
+ msgstr "TODO."
4768
+
4769
+ #: src/features/license.php:742 src/features/license.php:743
4770
+ #: src/features/license.php:744
4771
+ msgid "License Key"
4772
+ msgstr "Chave da Licença"
4773
+
4774
+ #: src/features/lockdown.php:69 src/features/plugin.php:1389
4775
+ #, fuzzy
4776
+ msgid "WP Lockdown"
4777
+ msgstr "WP Bloqueio"
4778
+
4779
+ #: src/features/lockdown.php:78
4780
+ msgid "Direct editing of plugin/theme files is permitted."
4781
+ msgstr "A edição direta de arquivos dos plugins/temas é permitida."
4782
+
4783
+ #: src/features/lockdown.php:81
4784
+ msgid "WP Plugin file editing should be disabled."
4785
+ msgstr "A edição do arquivo de plugin do WP deve ser desativada."
4786
+
4787
+ #: src/features/lockdown.php:99
4788
+ #, fuzzy
4789
+ msgid "WordPress Lockdown"
4790
+ msgstr "Bloqueio do WordPress"
4791
+
4792
+ #: src/features/lockdown.php:100
4793
+ #, fuzzy
4794
+ msgid "Restrict WP Functionality e.g. XMLRPC & REST API"
4795
+ msgstr "Restringir a funcionalidade do WP, por exemplo, XMLRPC e API REST"
4796
+
4797
+ #: src/features/lockdown.php:112
4798
+ #, fuzzy
4799
+ msgid "WP File Editing"
4800
+ msgstr "Edição de ficheiros WP"
4801
+
4802
+ #: src/features/lockdown.php:115
4803
+ #, fuzzy
4804
+ msgid "File editing is disabled"
4805
+ msgstr "A edição de ficheiros está desactivada"
4806
+
4807
+ #: src/features/lockdown.php:116
4808
+ #, fuzzy
4809
+ msgid "File editing is permitted through WP admin"
4810
+ msgstr "A edição de ficheiros é permitida através do WP admin"
4811
+
4812
+ #: src/features/lockdown.php:123
4813
+ msgid "XML-RPC"
4814
+ msgstr "XML-RPC"
4815
+
4816
+ #: src/features/lockdown.php:126
4817
+ #, fuzzy
4818
+ msgid "XML-RPC is disabled"
4819
+ msgstr "XML-RPC está desativado"
4820
+
4821
+ #: src/features/lockdown.php:127
4822
+ #, fuzzy
4823
+ msgid "XML-RPC is not blocked"
4824
+ msgstr "XML-RPC não está bloqueado"
4825
+
4826
+ #: src/features/lockdown.php:134
4827
+ msgid "REST API"
4828
+ msgstr "API REST"
4829
+
4830
+ #: src/features/lockdown.php:137
4831
+ #, fuzzy
4832
+ msgid "Anonymous REST API is disabled"
4833
+ msgstr "A API REST anônima está desativada"
4834
+
4835
+ #: src/features/lockdown.php:138
4836
+ #, fuzzy
4837
+ msgid "Anonymous REST API is allowed"
4838
+ msgstr "API REST anônima é permitida"
4839
+
4840
+ #: src/features/lockdown.php:162
4841
+ msgid ""
4842
+ "Lockdown helps secure-up certain loosely-controlled WordPress settings on "
4843
+ "your site."
4844
+ msgstr ""
4845
+ "O bloqueio ajuda a proteger certas configurações do WordPress pouco "
4846
+ "controladas em seu site."
4847
+
4848
+ #: src/features/lockdown.php:163
4849
+ msgid "Lockdown"
4850
+ msgstr "Bloqueio"
4851
+
4852
+ #: src/features/lockdown.php:168 src/features/lockdown.php:173
4853
+ msgid "API & XML-RPC"
4854
+ msgstr "API & XML-RPC"
4855
+
4856
+ #: src/features/lockdown.php:170
4857
+ msgid "Lockdown certain core WordPress system features."
4858
+ msgstr "Bloquear certas funcionalidades principais do sistema do WordPress"
4859
+
4860
+ #: src/features/lockdown.php:171
4861
+ msgid ""
4862
+ "This depends on your usage and needs for certain WordPress functions and "
4863
+ "features."
4864
+ msgstr ""
4865
+ "Isso depende de sua utilização e requer determinadas funções e ferramentas do "
4866
+ "WordPress."
4867
+
4868
+ #: src/features/lockdown.php:177
4869
+ msgid "Permissions and Access Options"
4870
+ msgstr "Permissões e Opções de acesso"
4871
+
4872
+ #: src/features/lockdown.php:179
4873
+ msgid "Provides finer control of certain WordPress permissions."
4874
+ msgstr "Fornece controle mais refinado de certas permissões do WordPress."
4875
+
4876
+ #: src/features/lockdown.php:180
4877
+ msgid "Only enable SSL if you have a valid certificate installed."
4878
+ msgstr "Ative o SSL apenas se você tiver um certificado válido instalado."
4879
+
4880
+ #: src/features/lockdown.php:182
4881
+ msgid "Permissions"
4882
+ msgstr "Permissões"
4883
+
4884
+ #: src/features/lockdown.php:186
4885
+ msgid "WordPress Obscurity Options"
4886
+ msgstr "Opções de obscuridade do WordPress"
4887
+
4888
+ #: src/features/lockdown.php:188
4889
+ msgid "Obscures certain WordPress settings from public view."
4890
+ msgstr "Oculta determinadas configurações do WordPress da exibição pública."
4891
+
4892
+ #: src/features/lockdown.php:189
4893
+ msgid ""
4894
+ "Obscurity is not true security and so these settings are down to your "
4895
+ "personal tastes."
4896
+ msgstr ""
4897
+ "Ocultar não é uma verdadeira segurança e, portanto, essas configurações são "
4898
+ "de acordo com seus gostos pessoais."
4899
+
4900
+ #: src/features/lockdown.php:191
4901
+ msgid "Obscurity"
4902
+ msgstr "Ocultar"
4903
+
4904
+ #: src/features/lockdown.php:220 src/features/plugin.php:1135
4905
+ #, php-format
4906
+ msgid "Disable %s"
4907
+ msgstr "Desativar %s"
4908
+
4909
+ #: src/features/lockdown.php:221 src/features/lockdown.php:227
4910
+ #, php-format
4911
+ msgid "Disable The %s System"
4912
+ msgstr "Desativar o Sistema %s"
4913
+
4914
+ #: src/features/lockdown.php:222
4915
+ #, php-format
4916
+ msgid "Checking this option will completely turn off the whole %s system."
4917
+ msgstr "Marcando essa opção desligará completamente todo o sistema %s."
4918
+
4919
+ #: src/features/lockdown.php:226 src/features/lockdown.php:227
4920
+ msgid "Anonymous Rest API"
4921
+ msgstr "Rest API Anônima"
4922
+
4923
+ #: src/features/lockdown.php:228
4924
+ msgid "You can choose to completely disable anonymous access to the REST API."
4925
+ msgstr "Você pode escolher desativar completamente o acesso a REST API."
4926
+
4927
+ #: src/features/lockdown.php:232
4928
+ msgid "Rest API Exclusions"
4929
+ msgstr "Exclusões da REST API"
4930
+
4931
+ #: src/features/lockdown.php:233
4932
+ msgid "Anonymous REST API Exclusions"
4933
+ msgstr "Exclusões Anônimas da REST API"
4934
+
4935
+ #: src/features/lockdown.php:234
4936
+ msgid ""
4937
+ "Any namespaces provided here will be excluded from the Anonymous API "
4938
+ "restriction."
4939
+ msgstr ""
4940
+ "Qualquer namespace informado aqui será excluído da restrição Anônima da API"
4941
+
4942
+ #: src/features/lockdown.php:238
4943
+ msgid "Disable File Editing"
4944
+ msgstr "Desativar Edição de Arquivo"
4945
+
4946
+ #: src/features/lockdown.php:239
4947
+ msgid "Disable Ability To Edit Files From Within WordPress"
4948
+ msgstr "Desativar a capacidade de editar arquivos dentro do WordPress"
4949
+
4950
+ #: src/features/lockdown.php:240
4951
+ msgid ""
4952
+ "Removes the option to directly edit any files from within the WordPress admin "
4953
+ "area."
4954
+ msgstr ""
4955
+ "Remove a opção de editar arquivos de Plugins e Temas diretamente na "
4956
+ "administração do WordPress."
4957
+
4958
+ #: src/features/lockdown.php:241
4959
+ msgid "Equivalent to setting \"DISALLOW_FILE_EDIT\" to TRUE."
4960
+ msgstr "Equivale à definição de \"DISALLOW_FILE_EDIT\" para TRUE."
4961
+
4962
+ #: src/features/lockdown.php:245
4963
+ msgid "Force SSL Admin"
4964
+ msgstr "Forçar Administrador de SSL"
4965
+
4966
+ #: src/features/lockdown.php:246
4967
+ msgid "Forces WordPress Admin Dashboard To Be Delivered Over SSL"
4968
+ msgstr "Força o painel de controle do WordPress a ser carregado por SSL"
4969
+
4970
+ #: src/features/lockdown.php:247
4971
+ msgid ""
4972
+ "Please only enable this option if you have a valid SSL certificate installed."
4973
+ msgstr ""
4974
+ "Por favor, ative esta opção somente se você tiver um certificado SSL válido "
4975
+ "instalado."
4976
+
4977
+ #: src/features/lockdown.php:248
4978
+ msgid "Equivalent to setting \"FORCE_SSL_ADMIN\" to TRUE."
4979
+ msgstr "Equivalente à definição de \"FORCE_SSL_ADMIN\" para TRUE."
4980
+
4981
+ #: src/features/lockdown.php:252
4982
+ msgid "Mask WordPress Version"
4983
+ msgstr "Mascarar versão do WordPress"
4984
+
4985
+ #: src/features/lockdown.php:253
4986
+ msgid "Prevents Public Display Of Your WordPress Version"
4987
+ msgstr "Impedir a exibição pública da sua versão do WordPress"
4988
+
4989
+ #: src/features/lockdown.php:254
4990
+ msgid ""
4991
+ "Enter how you would like your WordPress version displayed publicly. Leave "
4992
+ "blank to disable this feature."
4993
+ msgstr ""
4994
+ "Insira como você gostaria que a versão do WordPress seja exibida "
4995
+ "publicamente. Deixe em branco para desativar este recurso."
4996
+
4997
+ #: src/features/lockdown.php:255
4998
+ msgid ""
4999
+ "This may interfere with WordPress plugins that rely on the $wp_version "
5000
+ "variable."
5001
+ msgstr ""
5002
+ "Isso pode interferir nos plugins do WordPress que dependem da variável $ "
5003
+ "wp_version."
5004
+
5005
+ #: src/features/lockdown.php:259
5006
+ msgid "WP Generator Tag"
5007
+ msgstr "Gerador de Tag WP"
5008
+
5009
+ #: src/features/lockdown.php:260
5010
+ msgid "Remove WP Generator Meta Tag"
5011
+ msgstr "Remover Generator Meta Tag WP"
5012
+
5013
+ #: src/features/lockdown.php:261
5014
+ msgid ""
5015
+ "Remove a meta tag from your WordPress pages that publicly displays that your "
5016
+ "site is WordPress and its current version."
5017
+ msgstr ""
5018
+ "Remove uma meta tag de suas páginas do WordPress que exibe publicamente que "
5019
+ "seu site é o WordPress e sua versão atual."
5020
+
5021
+ #: src/features/lockdown.php:265
5022
+ msgid "Block Username Fishing"
5023
+ msgstr "Bloquear Fishing de Nome de Usuário"
5024
+
5025
+ #: src/features/lockdown.php:266
5026
+ msgid "Block the ability to discover WordPress usernames based on author IDs"
5027
+ msgstr ""
5028
+ "Bloqueia a habilidade de descobrir nomes de usuários no WordPress baseado nos "
5029
+ "IDs de autores"
5030
+
5031
+ #: src/features/lockdown.php:267
5032
+ #, php-format
5033
+ msgid "When enabled, any URL requests containing \"%s\" will be killed."
5034
+ msgstr ""
5035
+ "Quando ativado, qualquer requisição de URL contendo \"%s\" será abortada."
5036
+
5037
+ #: src/features/lockdown.php:268
5038
+ msgid ""
5039
+ "Enabling this option may interfere with expected operations of your site."
5040
+ msgstr "Ativar essa opção pode interferir em operações esperadas no seu site."
5041
+
5042
+ #: src/features/login_protect.php:70
5043
+ msgid "Email verification completed successfully."
5044
+ msgstr "Verificação de email concluída com sucesso."
5045
+
5046
+ #: src/features/login_protect.php:74
5047
+ msgid "Email verification could not be completed."
5048
+ msgstr "Verificação de email não pode ser concluída."
5049
+
5050
+ #: src/features/login_protect.php:92
5051
+ msgid ""
5052
+ "Before enabling 2-factor email authentication for your WordPress site, you "
5053
+ "must verify you can receive this email."
5054
+ msgstr ""
5055
+ "Antes de habilitar a autenticação de email de 2-fatores para o seu site "
5056
+ "WordPress, você deve verificar se pode receber este email."
5057
+
5058
+ #: src/features/login_protect.php:93
5059
+ msgid ""
5060
+ "This verifies your website can send email and that your account can receive "
5061
+ "emails sent from your site."
5062
+ msgstr ""
5063
+ "Isso verifica se seu website pode enviar e-mails e que sua conta pode receber "
5064
+ "e-mails enviados de seu site."
5065
+
5066
+ #: src/features/login_protect.php:98
5067
+ #, php-format
5068
+ msgid "Click the verify link: %s"
5069
+ msgstr "Clique no link para verificar: %s"
5070
+
5071
+ #: src/features/login_protect.php:101
5072
+ #, php-format
5073
+ msgid "Here's your code for the guided wizard: %s"
5074
+ msgstr "Aqui está seu código para o assistente guiado: %s"
5075
+
5076
+ #: src/features/login_protect.php:104
5077
+ msgid "Email Sending Verification"
5078
+ msgstr "Verificação de Envio de Email"
5079
+
5080
+ #: src/features/login_protect.php:170
5081
+ msgid "Subscribers"
5082
+ msgstr "Assinantes"
5083
+
5084
+ #: src/features/login_protect.php:171
5085
+ msgid "Contributors"
5086
+ msgstr "Contribuidores"
5087
+
5088
+ #: src/features/login_protect.php:172
5089
+ msgid "Authors"
5090
+ msgstr "Autores"
5091
+
5092
+ #: src/features/login_protect.php:173
5093
+ msgid "Editors"
5094
+ msgstr "Editores"
5095
+
5096
+ #: src/features/login_protect.php:462
5097
+ msgid "I'm a human."
5098
+ msgstr "Eu sou humano."
5099
+
5100
+ #: src/features/login_protect.php:466
5101
+ msgid "Please check the box to show us you're a human."
5102
+ msgstr "Por favor selecione a caixa para nos mostrar que você é um humano."
5103
+
5104
+ #: src/features/login_protect.php:501
5105
+ #, php-format
5106
+ msgid "Support for login protection with %s is a Pro-only feature."
5107
+ msgstr ""
5108
+ "O suporte para proteção de login com %s é um recurso somente da versão Pro"
5109
+
5110
+ #: src/features/login_protect.php:507
5111
+ #, fuzzy
5112
+ msgid ""
5113
+ "2FA by email demands that your WP site is properly configured to send email."
5114
+ msgstr ""
5115
+ "2FA por email exige que o seu site WP esteja devidamente configurado para "
5116
+ "enviar email."
5117
+
5118
+ #: src/features/login_protect.php:508
5119
+ #, fuzzy
5120
+ msgid ""
5121
+ "This is a common problem and you may get locked out in the future if you "
5122
+ "ignore this."
5123
+ msgstr ""
5124
+ "Este é um problema comum e você pode ficar de fora no futuro se ignorar isso."
5125
+
5126
+ #: src/features/login_protect.php:509 src/processors/lockdown.php:98
5127
+ #: src/processors/plugin_tracking.php:26
5128
+ msgid "Learn More."
5129
+ msgstr "Saiba Mais."
5130
+
5131
+ #: src/features/login_protect.php:630
5132
+ #, fuzzy
5133
+ msgid "Multi-factor login backup code has been removed from your profile"
5134
+ msgstr "O código de backup de login multi-factor foi removido do seu perfil"
5135
+
5136
+ #: src/features/login_protect.php:643
5137
+ #, fuzzy
5138
+ msgid "2FA by email has been disabled"
5139
+ msgstr "2FA por email foi desativado"
5140
+
5141
+ #: src/features/login_protect.php:655
5142
+ #, fuzzy
5143
+ msgid "Email 2FA option is not currently enabled."
5144
+ msgstr "A opção Email 2FA não está atualmente ativada."
5145
+
5146
+ #: src/features/login_protect.php:659
5147
+ #, fuzzy
5148
+ msgid "Email sending has already been verified."
5149
+ msgstr "O envio de e-mails já foi verificado."
5150
+
5151
+ #: src/features/login_protect.php:662
5152
+ #, fuzzy
5153
+ msgid "Verification email resent."
5154
+ msgstr "Verificação de reenvio de e-mail."
5155
+
5156
+ #: src/features/login_protect.php:695 src/features/login_protect.php:770
5157
+ #: src/features/plugin.php:1391 src/wizards/plugin.php:556
5158
+ #: src/wizards/plugin.php:561
5159
+ msgid "Login Guard"
5160
+ msgstr "Proteção de Login"
5161
+
5162
+ #: src/features/login_protect.php:696
5163
+ #, fuzzy
5164
+ msgid "Brute Force Protection & Identity Verification"
5165
+ msgstr "Proteção de força bruta e verificação de identidade"
5166
+
5167
+ #: src/features/login_protect.php:712
5168
+ #, fuzzy
5169
+ msgid "Brute Force Login"
5170
+ msgstr "Força bruta Login"
5171
+
5172
+ #: src/features/login_protect.php:715
5173
+ #, fuzzy
5174
+ msgid "Login forms are protected against bot attacks"
5175
+ msgstr "Os formulários de login são protegidos contra ataques de bot"
5176
+
5177
+ #: src/features/login_protect.php:716
5178
+ #, fuzzy
5179
+ msgid "Login forms are not protected against brute force bot attacks"
5180
+ msgstr ""
5181
+ "Formulários de login não são protegidos contra ataques de bot de força bruta"
5182
+
5183
+ #: src/features/login_protect.php:721
5184
+ #, fuzzy
5185
+ msgid "Bot User Register"
5186
+ msgstr "Registro de Usuário do Bot"
5187
+
5188
+ #: src/features/login_protect.php:724
5189
+ #, fuzzy
5190
+ msgid "Registration forms are protected against bot attacks"
5191
+ msgstr "Os formulários de registo estão protegidos contra ataques de bot"
5192
+
5193
+ #: src/features/login_protect.php:725
5194
+ #, fuzzy
5195
+ msgid "Registration forms are not protected against automated bots"
5196
+ msgstr "Formulários de registro não estão protegidos contra bots automatizados"
5197
+
5198
+ #: src/features/login_protect.php:730
5199
+ #, fuzzy
5200
+ msgid "Brute Force Lost Password"
5201
+ msgstr "Brute Force Perdeu a Senha"
5202
+
5203
+ #: src/features/login_protect.php:733
5204
+ #, fuzzy
5205
+ msgid "Lost Password forms are protected against bot attacks"
5206
+ msgstr "Formulários de senhas perdidas estão protegidos contra ataques de bot"
5207
+
5208
+ #: src/features/login_protect.php:734
5209
+ #, fuzzy
5210
+ msgid "Lost Password forms are not protected against automated bots"
5211
+ msgstr ""
5212
+ "Formulários de senhas perdidas não são protegidos contra bots automatizados"
5213
+
5214
+ #: src/features/login_protect.php:742
5215
+ msgid "Identity Verification"
5216
+ msgstr "Verificação da identidade"
5217
+
5218
+ #: src/features/login_protect.php:745
5219
+ #, fuzzy
5220
+ msgid "At least 1 2FA option is enabled"
5221
+ msgstr "Pelo menos 1 opção 2FA está habilitada"
5222
+
5223
+ #: src/features/login_protect.php:746
5224
+ #, fuzzy
5225
+ msgid "No 2FA options, such as Google Authenticator, are active"
5226
+ msgstr "Nenhuma opção 2FA, como o Google Authenticator, está ativa"
5227
+
5228
+ #: src/features/login_protect.php:769
5229
+ msgid ""
5230
+ "Login Guard blocks all automated and brute force attempts to log in to your "
5231
+ "site."
5232
+ msgstr ""
5233
+ "A Proteção de Login bloqueia as tentativas de login automatizadas e de força "
5234
+ "bruta em seu site."
5235
+
5236
+ #: src/features/login_protect.php:778
5237
+ msgid "Adds Google reCAPTCHA to the Login Forms."
5238
+ msgstr "Adiciona o Google reCAPTCHA aos Formulários de Login."
5239
+
5240
+ #: src/features/login_protect.php:780
5241
+ msgid ""
5242
+ "You will need to register for Google reCAPTCHA keys and store them in the "
5243
+ "Shield 'Dashboard' settings."
5244
+ msgstr ""
5245
+ "Você precisará se registrar para obter as chaves do Google reCAPTCHA e salva-"
5246
+ "las nas configurações do 'Painel' do Shield."
5247
+
5248
+ #: src/features/login_protect.php:785
5249
+ msgid "Hide WordPress Login Page"
5250
+ msgstr "Esconde a Página de Login do WordPress"
5251
+
5252
+ #: src/features/login_protect.php:786
5253
+ #, fuzzy
5254
+ msgid "Hide Login"
5255
+ msgstr "Ocultar Login"
5256
+
5257
+ #: src/features/login_protect.php:788
5258
+ msgid ""
5259
+ "To hide your wp-login.php page from brute force attacks and hacking attempts "
5260
+ "- if your login page cannot be found, no-one can login."
5261
+ msgstr ""
5262
+ "Esconda sua página wp-login.php de ataques de força bruta e tentativas de "
5263
+ "hacking - se sua página de login não puder ser encontrada, ninguém poderá "
5264
+ "fazer o login."
5265
+
5266
+ #: src/features/login_protect.php:789
5267
+ msgid ""
5268
+ "This is not required for complete security and if your site has irregular or "
5269
+ "inconsistent configuration it may not work for you."
5270
+ msgstr ""
5271
+ "Isso não é necessário para uma segurança completa e, se o site tiver "
5272
+ "configuração irregular ou inconsistente, talvez não funcione para você."
5273
+
5274
+ #: src/features/login_protect.php:794 src/features/login_protect.php:875
5275
+ #: src/features/user_management.php:576
5276
+ msgid "Multi-Factor Authentication"
5277
+ msgstr "Autenticação Multi-Fator"
5278
+
5279
+ #: src/features/login_protect.php:795
5280
+ msgid "Multi-Factor Auth"
5281
+ msgstr "Autenticação Multi-Fator"
5282
+
5283
+ #: src/features/login_protect.php:797 src/features/user_management.php:573
5284
+ msgid ""
5285
+ "Verifies the identity of users who log in to your site - i.e. they are who "
5286
+ "they say they are."
5287
+ msgstr ""
5288
+ "Verifica a identidade dos usuários que fazem login no seu site - ex.: se eles "
5289
+ "são quem dizem ser."
5290
+
5291
+ #: src/features/login_protect.php:798 src/features/login_protect.php:808
5292
+ #: src/features/login_protect.php:817 src/features/login_protect.php:835
5293
+ msgid "You may combine multiple authentication factors for increased security."
5294
+ msgstr ""
5295
+ "Você pode combinar multiplos fatores de autenticação para aumentar a "
5296
+ "segurança."
5297
+
5298
+ #: src/features/login_protect.php:803
5299
+ msgid "Email Two-Factor Authentication"
5300
+ msgstr "Autenticação de Email em 2-Fatores"
5301
+
5302
+ #: src/features/login_protect.php:804
5303
+ #, fuzzy
5304
+ msgid "2FA Email"
5305
+ msgstr "2FA Email"
5306
+
5307
+ #: src/features/login_protect.php:806
5308
+ msgid ""
5309
+ "Verifies the identity of users who log in to your site using email-based one-"
5310
+ "time-passwords."
5311
+ msgstr ""
5312
+ "Verifica a identidade dos usuários que fizeram login em seu site usando senha "
5313
+ "descartável baseada em email"
5314
+
5315
+ #: src/features/login_protect.php:807 src/features/user_management.php:574
5316
+ msgid "However, if your host blocks email sending you may lock yourself out."
5317
+ msgstr ""
5318
+ "No entanto, se o seu host bloquear o envio de e-mails, você poderá bloquear a "
5319
+ "si mesmo."
5320
+
5321
+ #: src/features/login_protect.php:813
5322
+ msgid "Google Authenticator Two-Factor Authentication"
5323
+ msgstr "Autenticação em 2-Fator do Autenticador do Google"
5324
+
5325
+ #: src/features/login_protect.php:814
5326
+ #, fuzzy
5327
+ msgid "Google Auth"
5328
+ msgstr "Google Auth"
5329
+
5330
+ #: src/features/login_protect.php:816
5331
+ msgid ""
5332
+ "Verifies the identity of users who log in to your site using Google "
5333
+ "Authenticator one-time-passwords."
5334
+ msgstr ""
5335
+ "Verifica a identidade dos usuários que fizeram login em seu site usando "
5336
+ "senhas descartáveis do Autenticador do Google."
5337
+
5338
+ #: src/features/login_protect.php:822
5339
+ msgid "Brute Force Login Protection"
5340
+ msgstr "Proteção de Login através de Força Bruta"
5341
+
5342
+ #: src/features/login_protect.php:823
5343
+ msgid "Bots"
5344
+ msgstr "Bots (robôs)"
5345
+
5346
+ #: src/features/login_protect.php:825
5347
+ msgid ""
5348
+ "Blocks brute force hacking attacks against your login and registration pages."
5349
+ msgstr ""
5350
+ "Bloqueia ataques de força bruta contra suas páginas de login e registro."
5351
+
5352
+ #: src/features/login_protect.php:831
5353
+ msgid "Yubikey Two-Factor Authentication"
5354
+ msgstr "Autenticação em 2-Fatores Yubikey"
5355
+
5356
+ #: src/features/login_protect.php:832
5357
+ #: src/processors/loginprotect_intentprovider_yubikey.php:43
5358
+ msgid "Yubikey"
5359
+ msgstr "Yubikey"
5360
+
5361
+ #: src/features/login_protect.php:834
5362
+ msgid ""
5363
+ "Verifies the identity of users who log in to your site using Yubikey one-time-"
5364
+ "passwords."
5365
+ msgstr ""
5366
+ "Verifica a identidade dos usuários que fizeram login em seu site usando "
5367
+ "senhas descartáveis do Yubikey"
5368
+
5369
+ #: src/features/login_protect.php:865
5370
+ msgid "Hide WP Login Page"
5371
+ msgstr "Esconder a Página de Login do WP"
5372
+
5373
+ #: src/features/login_protect.php:866
5374
+ msgid "Hide The WordPress Login Page"
5375
+ msgstr "Esconder a Página de Login do WordPress"
5376
+
5377
+ #: src/features/login_protect.php:867
5378
+ msgid "Creating a path here will disable your wp-login.php"
5379
+ msgstr "Criando um caminho aqui irá desativar o seu wp-login.php"
5380
+
5381
+ #: src/features/login_protect.php:869
5382
+ #, php-format
5383
+ msgid "Only letters and numbers are permitted: %s"
5384
+ msgstr "Somente letras e números são permitidos: %s"
5385
+
5386
+ #: src/features/login_protect.php:871
5387
+ #, php-format
5388
+ msgid "Your current login URL is: %s"
5389
+ msgstr "Sua URL de login atual é: %s"
5390
+
5391
+ #: src/features/login_protect.php:876
5392
+ msgid "Require All Active Authentication Factors"
5393
+ msgstr "Requisitar Todos os Fatores de Autenticação Ativos"
5394
+
5395
+ #: src/features/login_protect.php:877
5396
+ msgid ""
5397
+ "When enabled, all multi-factor authentication methods will be applied to a "
5398
+ "user login. Disable to require only one to login."
5399
+ msgstr ""
5400
+ "Quando ativado, todos os métodos de autenticação multi-fator serão aplicados "
5401
+ "ao login do usuário. Desative para exigir apenas um método para login."
5402
+
5403
+ #: src/features/login_protect.php:881
5404
+ msgid "Multi-Factor By-Pass"
5405
+ msgstr "Ignorar Multi-Fator"
5406
+
5407
+ #: src/features/login_protect.php:882
5408
+ msgid ""
5409
+ "A User Can By-Pass Multi-Factor Authentication (MFA) For The Set Number Of "
5410
+ "Days"
5411
+ msgstr ""
5412
+ "Um usuário pode ignorar a Autenticação Multi-Fator (MFA) pelo Número de Dias "
5413
+ "Definidos"
5414
+
5415
+ #: src/features/login_protect.php:883
5416
+ msgid ""
5417
+ "Enter the number of days a user can by-pass future MFA after a successful MFA-"
5418
+ "login. 0 to disable."
5419
+ msgstr ""
5420
+ "Informe o número de dias que um usuário pode ignorar futura MFA após um login "
5421
+ "usando Multi-Fator. 0 para desativar."
5422
+
5423
+ #: src/features/login_protect.php:887
5424
+ #, fuzzy
5425
+ msgid "Allow Backup Codes"
5426
+ msgstr "Permitir códigos de backup"
5427
+
5428
+ #: src/features/login_protect.php:888
5429
+ #, fuzzy
5430
+ msgid "Allow Users To Generate A Backup Code"
5431
+ msgstr "Permitir que os usuários gerem um código de backup"
5432
+
5433
+ #: src/features/login_protect.php:889
5434
+ #, fuzzy
5435
+ msgid ""
5436
+ "Allow users to generate a backup code that can be used to login if MFA "
5437
+ "factors are unavailable."
5438
+ msgstr ""
5439
+ "Permitir que os usuários gerem um código de backup que pode ser usado para "
5440
+ "fazer login se os fatores de MFA não estiverem disponíveis."
5441
+
5442
+ #: src/features/login_protect.php:893
5443
+ #: src/processors/loginprotect_intentprovider_backup.php:36
5444
+ #: src/processors/loginprotect_intentprovider_ga.php:38
5445
+ #: src/processors/loginprotect_intentprovider_ga.php:42
5446
+ #: src/processors/loginprotect_intentprovider_ga.php:44
5447
+ #: src/processors/loginprotect_intentprovider_ga.php:180
5448
+ #: src/processors/loginprotect_intentprovider_ga.php:285
5449
+ #: src/processors/loginprotect_intentprovider_ga.php:293
5450
+ msgid "Google Authenticator"
5451
+ msgstr "Autenticador do Google"
5452
+
5453
+ #: src/features/login_protect.php:894
5454
+ msgid "Allow Users To Use Google Authenticator"
5455
+ msgstr "Permitir que os Usuários Utilizem o Autenticador do Google"
5456
+
5457
+ #: src/features/login_protect.php:895
5458
+ msgid ""
5459
+ "When enabled, users will have the option to add Google Authenticator to their "
5460
+ "WordPress user profile"
5461
+ msgstr ""
5462
+ "Quando ativado, usuários terão a opção de adicionar a Autenticação do Google "
5463
+ "em seus perfis no WordPress"
5464
+
5465
+ #: src/features/login_protect.php:899 src/features/login_protect.php:905
5466
+ #: src/features/login_protect.php:908
5467
+ #: src/processors/loginprotect_intentprovider_email.php:205
5468
+ #: src/processors/loginprotect_intentprovider_email.php:206
5469
+ msgid "Email Authentication"
5470
+ msgstr "Autenticação por Email"
5471
+
5472
+ #: src/features/login_protect.php:900
5473
+ #, php-format
5474
+ msgid "Two-Factor Login Authentication By %s"
5475
+ msgstr "Autenticação de login de 2-Fatores por %s"
5476
+
5477
+ #: src/features/login_protect.php:900 src/features/plugin.php:1381
5478
+ #: src/processors/user_management.php:199
5479
+ msgid "Email"
5480
+ msgstr "Email"
5481
+
5482
+ #: src/features/login_protect.php:901
5483
+ msgid ""
5484
+ "All users will be required to verify their login by email-based two-factor "
5485
+ "authentication."
5486
+ msgstr ""
5487
+ "Todos os usuários serão obrigados a verificar o login através de autenticação "
5488
+ "em 2-fatores baseada em email."
5489
+
5490
+ #: src/features/login_protect.php:905
5491
+ msgid "Enforce"
5492
+ msgstr "Aplicar"
5493
+
5494
+ #: src/features/login_protect.php:906
5495
+ msgid "All User Roles Subject To Email Authentication"
5496
+ msgstr "Condicionar Todas as Funções de Usuário a Autenticação por Email"
5497
+
5498
+ #: src/features/login_protect.php:907
5499
+ msgid ""
5500
+ "Enforces email-based authentication on all users with the selected roles."
5501
+ msgstr ""
5502
+ "Forçar autenticação baseada em email para todos os usuários com a função "
5503
+ "selecionada."
5504
+
5505
+ #: src/features/login_protect.php:908
5506
+ #, php-format
5507
+ msgid "This setting only applies to %s."
5508
+ msgstr "Essa configuração se aplica somente a %s."
5509
+
5510
+ #: src/features/login_protect.php:912
5511
+ msgid "Google reCAPTCHA"
5512
+ msgstr "Google reCAPTCHA"
5513
+
5514
+ #: src/features/login_protect.php:913
5515
+ msgid "Protect WordPress Account Access Requests With Google reCAPTCHA"
5516
+ msgstr ""
5517
+ "Proteja as solicitações de acesso à conta do WordPress com o Google reCAPTCHA"
5518
+
5519
+ #: src/features/login_protect.php:914
5520
+ msgid ""
5521
+ "Use Google reCAPTCHA on the user account forms such as login, register, etc."
5522
+ msgstr ""
5523
+ "Use o Google reCAPTCHA nos formulários da conta de usuário, como login, "
5524
+ "registro, etc."
5525
+
5526
+ #: src/features/login_protect.php:915
5527
+ #, php-format
5528
+ msgid "Use of any theme other than \"%s\", requires a Pro license."
5529
+ msgstr "O uso de qualquer tema diferente de \"%s\" requer uma licença Pro."
5530
+
5531
+ #: src/features/login_protect.php:915
5532
+ msgid "Light Theme"
5533
+ msgstr "Tema claro"
5534
+
5535
+ #: src/features/login_protect.php:916
5536
+ msgid ""
5537
+ "You'll need to setup your Google reCAPTCHA API Keys in 'General' settings."
5538
+ msgstr ""
5539
+ "Você precisará configurar suas chaves da API do reCAPTCHA do Google nas "
5540
+ "configurações em \"Geral\"."
5541
+
5542
+ #: src/features/login_protect.php:917
5543
+ msgid ""
5544
+ "Some forms are more dynamic than others so if you experience problems, please "
5545
+ "use non-Invisible reCAPTCHA."
5546
+ msgstr ""
5547
+ "Alguns Forms são mais dinâmicos do que outros, por isso, se tiver problemas, "
5548
+ "use o reCAPTCHA padrão (não-invisível)."
5549
+
5550
+ #: src/features/login_protect.php:927
5551
+ msgid "Protection Locations"
5552
+ msgstr "Locais de Proteção"
5553
+
5554
+ #: src/features/login_protect.php:928
5555
+ msgid "Which Forms Should Be Protected"
5556
+ msgstr "Quais formulários(Forms) devem ser protegidos"
5557
+
5558
+ #: src/features/login_protect.php:929
5559
+ msgid "Choose the forms for which bot protection measures will be deployed."
5560
+ msgstr ""
5561
+ "Escolha os formulários(Forms) para os quais as medidas de proteção contra bot "
5562
+ "serão implantadas."
5563
+
5564
+ #: src/features/login_protect.php:930
5565
+ #, php-format
5566
+ msgid "Use with 3rd party systems such as %s, requires a Pro license."
5567
+ msgstr "Use com sistemas de terceiros, tais como %s requer uma licença Pro."
5568
+
5569
+ #: src/features/login_protect.php:934
5570
+ msgid "Bot Protection"
5571
+ msgstr "Proteção Contra Robô"
5572
+
5573
+ #: src/features/login_protect.php:935
5574
+ msgid "Protect WP Login From Automated Login Attempts By Bots"
5575
+ msgstr "Protege o Login do WP de Tentativas de Login Automatizadas por Robôs"
5576
+
5577
+ #: src/features/login_protect.php:936
5578
+ msgid ""
5579
+ "Adds a dynamically (Javascript) generated checkbox to the login form that "
5580
+ "prevents bots using automated login techniques."
5581
+ msgstr ""
5582
+ "Adiciona uma caixa de seleção gerada dinamicamente (Javascript) ao formulário "
5583
+ "de login que impede que robôs usem técnicas de login automatizadas."
5584
+
5585
+ #: src/features/login_protect.php:937
5586
+ msgid "ON"
5587
+ msgstr "EM"
5588
+
5589
+ #: src/features/login_protect.php:941
5590
+ #, fuzzy
5591
+ msgid "AntiBot JS"
5592
+ msgstr "AntiBot JS"
5593
+
5594
+ #: src/features/login_protect.php:942
5595
+ #, fuzzy
5596
+ msgid "Use AntiBot JS Includes For Custom 3rd Party Forms"
5597
+ msgstr "O uso do AntiBot JS inclui para formulários personalizados de terceiros"
5598
+
5599
+ #: src/features/login_protect.php:943
5600
+ #, fuzzy
5601
+ msgid ""
5602
+ "Important: This is experimental. Please contact support for further "
5603
+ "assistance."
5604
+ msgstr ""
5605
+ "Importante: Isto é experimental. Entre em contato com o suporte para obter "
5606
+ "mais assistência."
5607
+
5608
+ #: src/features/login_protect.php:947
5609
+ #, fuzzy
5610
+ msgid "AntiBot Forms"
5611
+ msgstr "Formulários Anti-Bot"
5612
+
5613
+ #: src/features/login_protect.php:948
5614
+ #, fuzzy
5615
+ msgid "Enter The Selectors Of The 3rd Party Login Forms For Use With AntiBot JS"
5616
+ msgstr ""
5617
+ "Digite os seletores dos formulários de login de terceiros para uso com o "
5618
+ "AntiBot JS"
5619
+
5620
+ #: src/features/login_protect.php:949
5621
+ #, fuzzy
5622
+ msgid "For use with the AntiBot JS option."
5623
+ msgstr "Para uso com a opção AntiBot JS."
5624
+
5625
+ #: src/features/login_protect.php:950
5626
+ #, fuzzy
5627
+ msgid "IDs are prefixed with \"#\"."
5628
+ msgstr "Os IDs são prefixados com \"#\"."
5629
+
5630
+ #: src/features/login_protect.php:951
5631
+ #, fuzzy
5632
+ msgid "Classes are prefixed with \".\"."
5633
+ msgstr "As aulas são prefixadas com \".\"."
5634
+
5635
+ #: src/features/login_protect.php:952
5636
+ #, fuzzy
5637
+ msgid "IDs are preferred over classes."
5638
+ msgstr "As identificações são preferíveis às aulas."
5639
+
5640
+ #: src/features/login_protect.php:956
5641
+ msgid "Cooldown Period"
5642
+ msgstr "Período de espera (Cooldown)"
5643
+
5644
+ #: src/features/login_protect.php:957
5645
+ msgid "Limit account access requests to every X seconds"
5646
+ msgstr "Limitar solicitações de acesso à conta a cada X segundos"
5647
+
5648
+ #: src/features/login_protect.php:958
5649
+ msgid ""
5650
+ "WordPress will process only ONE account access attempt per number of seconds "
5651
+ "specified."
5652
+ msgstr ""
5653
+ "O WordPress processará apenas 1 tentativa de acesso à conta, a cada "
5654
+ "determinado número de segundos que foi especificado."
5655
+
5656
+ #: src/features/login_protect.php:959
5657
+ msgid "Zero (0) turns this off."
5658
+ msgstr "Zero (0) desativa está função."
5659
+
5660
+ #: src/features/login_protect.php:965
5661
+ msgid "User Registration"
5662
+ msgstr "Registro de Usuário"
5663
+
5664
+ #: src/features/login_protect.php:966
5665
+ msgid "Apply Brute Force Protection To User Registration And Lost Passwords"
5666
+ msgstr ""
5667
+ "Aplicar proteção de força bruta ao registro do usuário e senhas perdidas"
5668
+
5669
+ #: src/features/login_protect.php:967
5670
+ msgid ""
5671
+ "When enabled, settings in this section will also apply to new user "
5672
+ "registration and users trying to reset passwords."
5673
+ msgstr ""
5674
+ "Quando ativada, as configurações nesta seção também se aplicam ao novo "
5675
+ "registro do usuário e aos usuários que tentam redefinir as senhas."
5676
+
5677
+ #: src/features/login_protect.php:971
5678
+ msgid "Enable Yubikey Authentication"
5679
+ msgstr "Ativar Autenticação Yubikey"
5680
+
5681
+ #: src/features/login_protect.php:972
5682
+ msgid "Turn On / Off Yubikey Authentication On This Site"
5683
+ msgstr "Ligar/Desligar Autenticação Yubikey neste site"
5684
+
5685
+ #: src/features/login_protect.php:973
5686
+ msgid ""
5687
+ "Combined with your Yubikey API details this will form the basis of your "
5688
+ "Yubikey Authentication"
5689
+ msgstr ""
5690
+ "Combinada com seus detalhes da API Yubikey, isso formará a base de sua "
5691
+ "Autenticação Yubikey"
5692
+
5693
+ #: src/features/login_protect.php:977
5694
+ msgid "Yubikey App ID"
5695
+ msgstr "ID de App Yubikey"
5696
+
5697
+ #: src/features/login_protect.php:978
5698
+ msgid "Your Unique Yubikey App ID"
5699
+ msgstr "Seu ID Único de App Yubikey"
5700
+
5701
+ #: src/features/login_protect.php:979
5702
+ msgid ""
5703
+ "Combined with your Yubikey API Key this will form the basis of your Yubikey "
5704
+ "Authentication"
5705
+ msgstr ""
5706
+ "Combinado com seu Yubikey API Key esta será a base de sua autenticação Yubikey"
5707
+
5708
+ #: src/features/login_protect.php:980
5709
+ msgid ""
5710
+ "Please review the info link on how to obtain your own Yubikey App ID and API "
5711
+ "Key."
5712
+ msgstr ""
5713
+ "Por favor, veja o link com informações sobre como obter o seu próprio Yubikey "
5714
+ "App ID e API Key."
5715
+
5716
+ #: src/features/login_protect.php:984
5717
+ msgid "Yubikey API Key"
5718
+ msgstr "Chave API Yubikey"
5719
+
5720
+ #: src/features/login_protect.php:985
5721
+ msgid "Your Unique Yubikey App API Key"
5722
+ msgstr "Sua Chave Única de App Yubikey"
5723
+
5724
+ #: src/features/login_protect.php:986
5725
+ msgid ""
5726
+ "Combined with your Yubikey App ID this will form the basis of your Yubikey "
5727
+ "Authentication."
5728
+ msgstr ""
5729
+ "Combinado com o seu Yubikey App ID esta será a base de sua autenticação "
5730
+ "Yubikey."
5731
+
5732
+ #: src/features/login_protect.php:987
5733
+ msgid ""
5734
+ "Please review the info link on how to get your own Yubikey App ID and API Key."
5735
+ msgstr ""
5736
+ "Por favor, veja o link com informações sobre como obter o seu próprio Yubikey "
5737
+ "App ID e API Key."
5738
+
5739
+ #: src/features/login_protect.php:991
5740
+ msgid "Yubikey Unique Keys"
5741
+ msgstr "Chaves Únicas Yubikey"
5742
+
5743
+ #: src/features/login_protect.php:992
5744
+ msgid ""
5745
+ "This method for Yubikeys is no longer supported. Please see your user profile"
5746
+ msgstr ""
5747
+ "Este método para Yubikeys não é mais suportado. Por favor, veja seu perfil de "
5748
+ "usuário"
5749
+
5750
+ #: src/features/login_protect.php:993
5751
+ msgid "Format"
5752
+ msgstr "Formatar"
5753
+
5754
+ #: src/features/login_protect.php:994
5755
+ msgid "Provide Username<->Yubikey Pairs that are usable for this site."
5756
+ msgstr "Fornecer usuários <-> Yubikey paralelos utilizáveis para este site."
5757
+
5758
+ #: src/features/login_protect.php:995
5759
+ msgid ""
5760
+ "If a Username if not assigned a Yubikey, Yubikey Authentication is OFF for "
5761
+ "that user."
5762
+ msgstr ""
5763
+ "Se um nome de usuário não for atribuído a um Yubikey, a autenticação do "
5764
+ "Yubikey será DESATIVADA para esse usuário."
5765
+
5766
+ #: src/features/login_protect.php:996
5767
+ msgid ""
5768
+ "Each [Username,Key] pair should be separated by a new line: you only need to "
5769
+ "provide the first 12 characters of the yubikey."
5770
+ msgstr ""
5771
+ "Cada par [nome de usuário, chave] deve ser separado por uma nova linha: você "
5772
+ "só precisa fornecer os 12 primeiros caracteres do Yubikey."
5773
+
5774
+ #: src/features/login_protect.php:1000
5775
+ msgid "GASP Checkbox Text"
5776
+ msgstr "Texto de Caixa de Seleção GASP"
5777
+
5778
+ #: src/features/login_protect.php:1001
5779
+ msgid "The User Message Displayed Next To The GASP Checkbox"
5780
+ msgstr "A Mensagem Exibida ao Usuário Logo Após a Caixa de Seleção GASP"
5781
+
5782
+ #: src/features/login_protect.php:1002
5783
+ msgid ""
5784
+ "You can change the text displayed to the user beside the checkbox if you need "
5785
+ "a custom message."
5786
+ msgstr ""
5787
+ "Você pode mudar o texto exibido ao usuário ao lado da caixa de seleção se "
5788
+ "você precisar personalizar a mensagem."
5789
+
5790
+ #: src/features/login_protect.php:1007
5791
+ msgid "GASP Alert Text"
5792
+ msgstr "Texto de Alerta GASP"
5793
+
5794
+ #: src/features/login_protect.php:1008
5795
+ msgid "The Message Displayed If The User Doesn't Check The Box"
5796
+ msgstr "A Mensagem Exibida se o Usuário não Clicar na Caixa de Seleção "
5797
+
5798
+ #: src/features/login_protect.php:1009
5799
+ msgid ""
5800
+ "You can change the text displayed to the user in the alert message if they "
5801
+ "don't check the box."
5802
+ msgstr ""
5803
+ "Você pode mudar o texto exibido ao usuário na mensagem de alerta se ele não "
5804
+ "clicar na caixa de seleção."
5805
+
5806
+ #: src/features/plugin.php:226 src/features/plugin.php:409
5807
+ msgid "Options imported successfully"
5808
+ msgstr "Opções importadas com sucesso"
5809
+
5810
+ #: src/features/plugin.php:264 src/features/user_management.php:50
5811
+ msgid "No items selected."
5812
+ msgstr "Nenhum item selecionado."
5813
+
5814
+ #: src/features/plugin.php:267 src/features/user_management.php:53
5815
+ #, fuzzy
5816
+ msgid "Not a supported action."
5817
+ msgstr "Não é uma acção apoiada."
5818
+
5819
+ #: src/features/plugin.php:281 src/features/user_management.php:72
5820
+ #, fuzzy
5821
+ msgid "Selected items were deleted."
5822
+ msgstr "Os itens marcados foram eliminados."
5823
+
5824
+ #: src/features/plugin.php:342
5825
+ #, fuzzy
5826
+ msgid "File could not be automatically removed."
5827
+ msgstr "O arquivo não pôde ser removido automaticamente."
5828
+
5829
+ #: src/features/plugin.php:354
5830
+ #, fuzzy
5831
+ msgid "Note not found."
5832
+ msgstr "Nota não encontrada."
5833
+
5834
+ #: src/features/plugin.php:394 src/processors/plugin_importexport.php:189
5835
+ #, fuzzy
5836
+ msgid "Please check the box to confirm your intent to overwrite settings"
5837
+ msgstr ""
5838
+ "Marque a caixa para confirmar sua intenção de sobrescrever as configurações"
5839
+
5840
+ #: src/features/plugin.php:409
5841
+ #, fuzzy
5842
+ msgid "Options failed to import"
5843
+ msgstr "Falha na importação de opções"
5844
+
5845
+ #: src/features/plugin.php:426
5846
+ msgid "Sorry, Admin Notes is only available for Pro subscriptions."
5847
+ msgstr ""
5848
+ "Lamentamos, mas as anotações para administrador só estão disponíveis na "
5849
+ "Versão Pro."
5850
+
5851
+ #: src/features/plugin.php:429
5852
+ msgid "Sorry, but it appears your note was empty."
5853
+ msgstr "Desculpe, mas parece que sua anotação estava vazia."
5854
+
5855
+ #: src/features/plugin.php:439
5856
+ msgid "Note created successfully."
5857
+ msgstr "Anotação criada com sucesso."
5858
+
5859
+ #: src/features/plugin.php:439
5860
+ msgid "Note could not be created."
5861
+ msgstr "Anotação não pôde ser criada."
5862
+
5863
+ #: src/features/plugin.php:987
5864
+ #, php-format
5865
+ msgid "This Site Is Protected By %s"
5866
+ msgstr "Esse Site é Protegido Por %s"
5867
+
5868
+ #: src/features/plugin.php:1010
5869
+ msgid "Plugin Actions"
5870
+ msgstr "Ações de Plugin"
5871
+
5872
+ #: src/features/plugin.php:1011
5873
+ msgid "E.g. Import/Export"
5874
+ msgstr "Ex.: Importar/Exportar"
5875
+
5876
+ #: src/features/plugin.php:1074
5877
+ msgid "General Settings"
5878
+ msgstr "Configurações Gerais"
5879
+
5880
+ #: src/features/plugin.php:1075
5881
+ #, fuzzy, php-format
5882
+ msgid "General %s Settings"
5883
+ msgstr "Geral %s Definições"
5884
+
5885
+ #: src/features/plugin.php:1088
5886
+ #, fuzzy
5887
+ msgid "Visitor IP"
5888
+ msgstr "IP do Visitante"
5889
+
5890
+ #: src/features/plugin.php:1090
5891
+ #, fuzzy, php-format
5892
+ msgid "Visitor IP address source is: %s"
5893
+ msgstr "A fonte do endereço IP do visitante é: %s"
5894
+
5895
+ #: src/features/plugin.php:1097
5896
+ #, fuzzy
5897
+ msgid "Reporting Email"
5898
+ msgstr "Relatório de e-mail"
5899
+
5900
+ #: src/features/plugin.php:1100
5901
+ #, fuzzy, php-format
5902
+ msgid "Email address for reports set to: %s"
5903
+ msgstr "Endereço de e-mail para relatórios definidos como: %s"
5904
+
5905
+ #: src/features/plugin.php:1101
5906
+ #, fuzzy, php-format
5907
+ msgid "No address provided - defaulting to: %s"
5908
+ msgstr "Nenhum endereço fornecido - defaulting to: %s"
5909
+
5910
+ #: src/features/plugin.php:1109
5911
+ msgid "reCAPTCHA"
5912
+ msgstr "reCAPTCHA"
5913
+
5914
+ #: src/features/plugin.php:1112
5915
+ #, fuzzy
5916
+ msgid "Google reCAPTCHA keys have been provided"
5917
+ msgstr "As chaves do Google reCAPTCHA foram fornecidas"
5918
+
5919
+ #: src/features/plugin.php:1113
5920
+ #, fuzzy
5921
+ msgid "Google reCAPTCHA keys haven't been provided"
5922
+ msgstr "As chaves do Google reCAPTCHA não foram fornecidas"
5923
+
5924
+ #: src/features/plugin.php:1134
5925
+ msgid "Global Security Plugin Disable"
5926
+ msgstr "Desativa Segurança Global de Plugin"
5927
+
5928
+ #: src/features/plugin.php:1137
5929
+ #, fuzzy
5930
+ msgid "Use this option to completely disable all active Shield Protection."
5931
+ msgstr ""
5932
+ "Use esta opção para desativar completamente todas as proteções protetoras "
5933
+ "ativas."
5934
+
5935
+ #: src/features/plugin.php:1142 src/features/plugin.php:1143
5936
+ msgid "Plugin Defaults"
5937
+ msgstr "Padrões de Plugin"
5938
+
5939
+ #: src/features/plugin.php:1145
5940
+ msgid "Important default settings used throughout the plugin."
5941
+ msgstr "Configurações padrão importantes usadas por todo plugin."
5942
+
5943
+ #: src/features/plugin.php:1152
5944
+ msgid ""
5945
+ "Automatically import options, and deploy configurations across your entire "
5946
+ "network."
5947
+ msgstr ""
5948
+ "Importar opções automaticamente e implementar configurações por toda a sua "
5949
+ "rede."
5950
+
5951
+ #: src/features/plugin.php:1153
5952
+ msgid "This is a Pro-only feature."
5953
+ msgstr "Funcionalidade disponível somente na versão Pro."
5954
+
5955
+ #: src/features/plugin.php:1159
5956
+ msgid "General Plugin Options"
5957
+ msgstr "Opções Gerais Plugin"
5958
+
5959
+ #: src/features/plugin.php:1160
5960
+ msgid "General Options"
5961
+ msgstr "Opções Gerais"
5962
+
5963
+ #: src/features/plugin.php:1164 src/features/plugin.php:1165
5964
+ msgid "Google"
5965
+ msgstr "Google"
5966
+
5967
+ #: src/features/plugin.php:1167
5968
+ #, php-format
5969
+ msgid "Setup Google reCAPTCHA for use across %s."
5970
+ msgstr "Configure o Google reCAPTCHA para uso em %s."
5971
+
5972
+ #: src/features/plugin.php:1171
5973
+ msgid "You must create your own Google reCAPTCHA API Keys."
5974
+ msgstr "Você deve criar suas próprias chaves de API do Google reCAPTCHA."
5975
+
5976
+ #: src/features/plugin.php:1173
5977
+ #, fuzzy
5978
+ msgid "Manage Keys Here"
5979
+ msgstr "Gerir Chaves Aqui"
5980
+
5981
+ #: src/features/plugin.php:1175
5982
+ #, php-format
5983
+ msgid "Invisible Google reCAPTCHA is available with %s Pro."
5984
+ msgstr ""
5985
+ "O reCAPTCHA Invisível do Google está disponível somente %s na versão Pro."
5986
+
5987
+ #: src/features/plugin.php:1180 src/features/plugin.php:1181
5988
+ msgid "Duo Security"
5989
+ msgstr "Duo Security"
5990
+
5991
+ #: src/features/plugin.php:1205
5992
+ msgid "Enable/Disable Plugin Modules"
5993
+ msgstr "Ativar/Desativar Módulos de Plugin"
5994
+
5995
+ #: src/features/plugin.php:1206
5996
+ msgid "Enable/Disable All Plugin Modules"
5997
+ msgstr "Ativar/Desativar Todos os Módulos de Plugin"
5998
+
5999
+ #: src/features/plugin.php:1207
6000
+ #, php-format
6001
+ msgid "Uncheck this option to disable all %s features."
6002
+ msgstr "Desmarque essa opção para desativar todos os recursos do %s."
6003
+
6004
+ #: src/features/plugin.php:1211
6005
+ msgid "Admin Notes"
6006
+ msgstr "Anotações do administrador"
6007
+
6008
+ #: src/features/plugin.php:1212
6009
+ msgid "Turn-On Admin Notes Section In Insights Dashboard"
6010
+ msgstr "Ativar seção de anotações do administrador no painel de informações"
6011
+
6012
+ #: src/features/plugin.php:1213
6013
+ msgid ""
6014
+ "When turned-on it enables administrators to enter custom notes in the "
6015
+ "Insights Dashboard."
6016
+ msgstr ""
6017
+ "Quando ativado, permite que os administradores insiram anotações "
6018
+ "personalizadas no Painel de Informações."
6019
+
6020
+ #: src/features/plugin.php:1217
6021
+ msgid "Information Gathering"
6022
+ msgstr "Coleta de Informações"
6023
+
6024
+ #: src/features/plugin.php:1218
6025
+ msgid "Permit Anonymous Usage Information Gathering"
6026
+ msgstr "Permitir Coleta de Informações em Modo Anônimo"
6027
+
6028
+ #: src/features/plugin.php:1219
6029
+ msgid ""
6030
+ "Allows us to gather information on statistics and features in-use across our "
6031
+ "client installations."
6032
+ msgstr ""
6033
+ "Permite-nos coletar informações nas estatísticas e funcionalidades em uso em "
6034
+ "todas as instalações de nossos clientes."
6035
+
6036
+ #: src/features/plugin.php:1220
6037
+ msgid ""
6038
+ "This information is strictly anonymous and contains no personally, or "
6039
+ "otherwise, identifiable data."
6040
+ msgstr ""
6041
+ "Esta informação é estritamente anônima e não contém informações pessoais, ou "
6042
+ "dados identificáveis."
6043
+
6044
+ #: src/features/plugin.php:1221
6045
+ msgid "Click to see the exact data that would be sent."
6046
+ msgstr "Clique para ver os dados exatos que serem coletados."
6047
+
6048
+ #: src/features/plugin.php:1225
6049
+ msgid "IP Source"
6050
+ msgstr "IP de Origem"
6051
+
6052
+ #: src/features/plugin.php:1226
6053
+ msgid "Which IP Address Is Yours"
6054
+ msgstr "Qual é seu Endereço de IP"
6055
+
6056
+ #: src/features/plugin.php:1227
6057
+ msgid ""
6058
+ "There are many possible ways to detect visitor IP addresses. If Auto-Detect "
6059
+ "is not working, please select yours from the list."
6060
+ msgstr ""
6061
+ "Há muitas maneiras de detectar o endereço de IP do visitante. Se a Auto-"
6062
+ "Detecção não funcionar, por favor, selecione uma opção na lista."
6063
+
6064
+ #: src/features/plugin.php:1228
6065
+ msgid ""
6066
+ "If the option you select becomes unavailable, we will revert to auto "
6067
+ "detection."
6068
+ msgstr ""
6069
+ "Se a opção que você selecionar se tornar indisponível, nós reverteremos para "
6070
+ "auto-detecção."
6071
+
6072
+ #: src/features/plugin.php:1230
6073
+ #, fuzzy, php-format
6074
+ msgid "Current source is: %s (%s)"
6075
+ msgstr "A fonte atual é: %s (%s)"
6076
+
6077
+ #: src/features/plugin.php:1239
6078
+ msgid "Report Email"
6079
+ msgstr "E-mail de Relatório"
6080
+
6081
+ #: src/features/plugin.php:1240
6082
+ msgid "Where to send email reports"
6083
+ msgstr "Onde enviar o e-mail de relatórios"
6084
+
6085
+ #: src/features/plugin.php:1241
6086
+ #, php-format
6087
+ msgid "If this is empty, it will default to the blog admin email address: %s"
6088
+ msgstr ""
6089
+ "Se estiver vazio, o padrão será o endereço de ​​e-mail do administrador do "
6090
+ "blog: %s "
6091
+
6092
+ #: src/features/plugin.php:1245
6093
+ msgid "In-Plugin Notices"
6094
+ msgstr "Notificações no Plugin"
6095
+
6096
+ #: src/features/plugin.php:1246
6097
+ msgid "Display Plugin Specific Notices"
6098
+ msgstr "Exibir Avisos Específicos do Plugin"
6099
+
6100
+ #: src/features/plugin.php:1247
6101
+ msgid ""
6102
+ "Disable this option to hide certain plugin admin notices about available "
6103
+ "updates and post-update notices."
6104
+ msgstr ""
6105
+ "Desative esta opção para ocultar certos avisos do administrador do plugin "
6106
+ "sobre atualizações disponíveis e avisos pós-atualização."
6107
+
6108
+ #: src/features/plugin.php:1251
6109
+ msgid "Show Plugin Badge"
6110
+ msgstr "Mostrar o Emblema do Plugin"
6111
+
6112
+ #: src/features/plugin.php:1252
6113
+ msgid "Display Plugin Badge On Your Site"
6114
+ msgstr "Exibir o emblema de plug-in no seu site"
6115
+
6116
+ #: src/features/plugin.php:1253
6117
+ msgid ""
6118
+ "Enabling this option helps support the plugin by spreading the word about it "
6119
+ "on your website."
6120
+ msgstr ""
6121
+ "Ativar essa opção ajuda a apoiar o plug-in, espalhando a notícia sobre isso "
6122
+ "no seu site."
6123
+
6124
+ #: src/features/plugin.php:1254
6125
+ msgid ""
6126
+ "The plugin badge also lets visitors know your are taking your website "
6127
+ "security seriously."
6128
+ msgstr ""
6129
+ "O emblema do plug-in também permite que os visitantes saibam que você está "
6130
+ "levando a sério a segurança do site."
6131
+
6132
+ #: src/features/plugin.php:1255
6133
+ msgid "Read this carefully before enabling this option."
6134
+ msgstr "Leia isso com atenção antes de ativar essa opção."
6135
+
6136
+ #: src/features/plugin.php:1259
6137
+ msgid "Delete Plugin Settings"
6138
+ msgstr "Apagar Configurações do Plugin"
6139
+
6140
+ #: src/features/plugin.php:1260
6141
+ msgid "Delete All Plugin Settings Upon Plugin Deactivation"
6142
+ msgstr "Apagar todas as configurações do Plugin quando desativado"
6143
+
6144
+ #: src/features/plugin.php:1261
6145
+ msgid "Careful: Removes all plugin options when you deactivate the plugin"
6146
+ msgstr ""
6147
+ "Cuidado: Isto remove todas as opções do plugin quando você desativar o mesmo."
6148
+
6149
+ #: src/features/plugin.php:1265
6150
+ msgid "XML-RPC Compatibility"
6151
+ msgstr "Compatibilidade XML-RPC"
6152
+
6153
+ #: src/features/plugin.php:1266
6154
+ msgid "Allow Login Through XML-RPC To By-Pass Accounts Management Rules"
6155
+ msgstr ""
6156
+ "Permitir login por meio do XML-RPC para contas do tipo By-Pass nas regras de "
6157
+ "gerenciamento"
6158
+
6159
+ #: src/features/plugin.php:1267
6160
+ msgid ""
6161
+ "Enable this if you need XML-RPC functionality e.g. if you use the WordPress "
6162
+ "iPhone/Android App."
6163
+ msgstr ""
6164
+ "Habilite isto se precisar das funcionalidades do XML-RPC Ex: Se você usar o "
6165
+ "WordPress iPhone/Android App."
6166
+
6167
+ #: src/features/plugin.php:1271
6168
+ msgid "Allow Import/Export"
6169
+ msgstr "Permitir Importar/Exportar"
6170
+
6171
+ #: src/features/plugin.php:1272
6172
+ msgid "Allow Import And Export Of Options On This Site"
6173
+ msgstr "Permitir Importar e Exportar das Opções deste Site"
6174
+
6175
+ #: src/features/plugin.php:1273
6176
+ msgid "Uncheck this box to completely disable import and export of options."
6177
+ msgstr ""
6178
+ "Desmarque esta caixa para desativar completamente a importação e exportação "
6179
+ "das opções."
6180
+
6181
+ #: src/features/plugin.php:1274
6182
+ msgid "Import/Export is a premium-only feature."
6183
+ msgstr "Importar/Exportar é uma funcionalidade premium."
6184
+
6185
+ #: src/features/plugin.php:1278
6186
+ msgid "Export Whitelist"
6187
+ msgstr "Exportar Lista Confiável"
6188
+
6189
+ #: src/features/plugin.php:1279
6190
+ msgid "Whitelisted Sites To Export Options From This Site"
6191
+ msgstr "Opções de Sites Confiáveis para Exportar deste Site"
6192
+
6193
+ #: src/features/plugin.php:1280
6194
+ msgid "Whitelisted sites may export options from this site without the key."
6195
+ msgstr "Sites Confiáveis podem exportar opções deste site sem uma chave."
6196
+
6197
+ #: src/features/plugin.php:1281
6198
+ msgid "List each site URL on a new line."
6199
+ msgstr "Lista cada URL de site numa nova linha."
6200
+
6201
+ #: src/features/plugin.php:1282
6202
+ msgid "This is to be used in conjunction with the Master Import Site feature."
6203
+ msgstr ""
6204
+ "Isto é para ser usado em conjunto com a função de Importação Mestra de Site."
6205
+
6206
+ #: src/features/plugin.php:1286
6207
+ msgid "Master Import Site"
6208
+ msgstr "Importação de Site Mestre"
6209
+
6210
+ #: src/features/plugin.php:1287
6211
+ msgid "Automatically Import Options From This Site URL"
6212
+ msgstr "Importar Opções Automaticamente da URL deste Site"
6213
+
6214
+ #: src/features/plugin.php:1288
6215
+ msgid "Supplying a site URL here will make this site an 'Options Slave'."
6216
+ msgstr "Informar a URL do site aqui irá tornar este site um 'Dependente'."
6217
+
6218
+ #: src/features/plugin.php:1289
6219
+ msgid "Options will be automatically exported from the Master site each day."
6220
+ msgstr ""
6221
+ "As opções serão exportadas automaticamente do site principal todos os dias."
6222
+
6223
+ #: src/features/plugin.php:1290
6224
+ msgid ""
6225
+ "Use of this feature will overwrite existing options and replace them with "
6226
+ "those from the Master Import Site."
6227
+ msgstr ""
6228
+ "O uso desta funcionalidade irá sobrescrever as opções existentes e substitui-"
6229
+ "las por aquelas da Importação do Site Mestre."
6230
+
6231
+ #: src/features/plugin.php:1294
6232
+ msgid "Notify Whitelist"
6233
+ msgstr "Notificar Lista Confiável"
6234
+
6235
+ #: src/features/plugin.php:1295
6236
+ msgid "Notify Sites On The Whitelist To Update Options From Master"
6237
+ msgstr ""
6238
+ "Notificar Sites Na Lista Confiável para Atualizarem suas Opções do Mestre"
6239
+
6240
+ #: src/features/plugin.php:1296
6241
+ msgid ""
6242
+ "When enabled, manual options saving will notify sites on the whitelist to "
6243
+ "export options from the Master site."
6244
+ msgstr ""
6245
+ "Quando ativado, opções para salvar manualmente irão notificar os sites da "
6246
+ "lista de confiáveis para exportar opções do Site Mestre."
6247
+
6248
+ #: src/features/plugin.php:1300
6249
+ msgid "Secret Key"
6250
+ msgstr "Chave Secreta"
6251
+
6252
+ #: src/features/plugin.php:1301
6253
+ msgid "Import/Export Secret Key"
6254
+ msgstr "Importar/Exportar Chave Secreta"
6255
+
6256
+ #: src/features/plugin.php:1302
6257
+ msgid ""
6258
+ "Keep this Secret Key private as it will allow the import and export of "
6259
+ "options."
6260
+ msgstr ""
6261
+ "Manter esta Chave Secreta privada assim como permitirá importação e "
6262
+ "exportação das opções."
6263
+
6264
+ #: src/features/plugin.php:1306
6265
+ msgid "Installation ID"
6266
+ msgstr "ID de Instalação"
6267
+
6268
+ #: src/features/plugin.php:1307
6269
+ msgid "Unique Plugin Installation ID"
6270
+ msgstr "ID Único de Instalação de Plugin"
6271
+
6272
+ #: src/features/plugin.php:1308
6273
+ msgid "Keep this ID private."
6274
+ msgstr "Manter esse ID privado."
6275
+
6276
+ #: src/features/plugin.php:1312
6277
+ msgid "reCAPTCHA Secret"
6278
+ msgstr "Segredo reCAPTCHA"
6279
+
6280
+ #: src/features/plugin.php:1313
6281
+ msgid "Google reCAPTCHA Secret Key"
6282
+ msgstr "Chave Secreta do Google reCAPTCHA"
6283
+
6284
+ #: src/features/plugin.php:1314
6285
+ msgid "Enter your Google reCAPTCHA secret key for use throughout the plugin."
6286
+ msgstr ""
6287
+ "Informe sua chave secreta do Google reCAPTCHA para usar em todo o plugin."
6288
+
6289
+ #: src/features/plugin.php:1319
6290
+ msgid "reCAPTCHA Site Key"
6291
+ msgstr "Chave reCAPTCHA do Site"
6292
+
6293
+ #: src/features/plugin.php:1320
6294
+ msgid "Google reCAPTCHA Site Key"
6295
+ msgstr "Google reCAPTCHA Chave do Site"
6296
+
6297
+ #: src/features/plugin.php:1321
6298
+ msgid "Enter your Google reCAPTCHA site key for use throughout the plugin"
6299
+ msgstr "Digite sua chave Google reCAPTCHA para usar em todo o plugin"
6300
+
6301
+ #: src/features/plugin.php:1327
6302
+ msgid "How Google reCAPTCHA Will Be Displayed By Default"
6303
+ msgstr "Como o Google reCAPTCHA será Exibido por Padrão"
6304
+
6305
+ #: src/features/plugin.php:1353
6306
+ msgid "IP Address White List"
6307
+ msgstr "Lista de Endereços de IP Confiáveis"
6308
+
6309
+ #: src/features/plugin.php:1354
6310
+ msgid "Any IP addresses on this list will by-pass all Plugin Security Checking."
6311
+ msgstr ""
6312
+ "Qualquer endereço IP nesta lista ignorará todas as verificações de segurança "
6313
+ "de plugins."
6314
+
6315
+ #: src/features/plugin.php:1355 src/processors/ips.php:99
6316
+ #: src/processors/plugin_badge.php:43
6317
+ #, php-format
6318
+ msgid "Your IP address is: %s"
6319
+ msgstr "O seu endereço IP é: %s"
6320
+
6321
+ #: src/features/plugin.php:1356
6322
+ msgid "Choose IP Addresses To Blacklist"
6323
+ msgstr "Escolha endereços IPs para à lista negra"
6324
+
6325
+ #: src/features/plugin.php:1357
6326
+ #, php-format
6327
+ msgid "Recommendation - %s"
6328
+ msgstr "Recomendação - %s"
6329
+
6330
+ #: src/features/plugin.php:1358
6331
+ msgid "Blacklist"
6332
+ msgstr "Lista de Bloqueios (Blacklist)"
6333
+
6334
+ #: src/features/plugin.php:1359
6335
+ msgid "Logging"
6336
+ msgstr "Entrando"
6337
+
6338
+ #: src/features/plugin.php:1360
6339
+ #, php-format
6340
+ msgid ""
6341
+ "User \"%s\" was forcefully logged out as they were not verified by either "
6342
+ "cookie or IP address (or both)."
6343
+ msgstr ""
6344
+ "O usuário \"%s\" registrou tentativas de login forçado e elas foram "
6345
+ "bloqueadas pois não foram verificados qualquer cookie ou endereço IP (ou "
6346
+ "ambos)."
6347
+
6348
+ #: src/features/plugin.php:1361
6349
+ #, php-format
6350
+ msgid "User \"%s\" was found to be un-verified at the given IP Address: \"%s\"."
6351
+ msgstr ""
6352
+ "O usuário \"%s\" foi identificado com um endereço de IP não verificado: \"%s"
6353
+ "\"."
6354
+
6355
+ #: src/features/plugin.php:1362
6356
+ msgid "Cookie"
6357
+ msgstr "Cookie"
6358
+
6359
+ #: src/features/plugin.php:1364 src/lib/src/Tables/Build/Traffic.php:140
6360
+ #: src/lib/src/Tables/Render/IpBlack.php:16
6361
+ msgid "IP"
6362
+ msgstr "IP"
6363
+
6364
+ #: src/features/plugin.php:1365
6365
+ msgid ""
6366
+ "This will restrict all user login sessions to a single browser. Use this if "
6367
+ "your users have dynamic IP addresses."
6368
+ msgstr ""
6369
+ "Isto irá restringir todos as sessões de login de usuário a um único "
6370
+ "navegador. Use isto se seus usuários possuem endereço de IP dinâmico."
6371
+
6372
+ #: src/features/plugin.php:1366
6373
+ msgid ""
6374
+ "All users will be required to authenticate their login by email-based two-"
6375
+ "factor authentication, when logging in from a new IP address"
6376
+ msgstr ""
6377
+ "Todos os usuários serão obrigados a autenticar a sua sessão através da "
6378
+ "autenticação de dois fatores com base em um e-mail, ao efetuar login a partir "
6379
+ "de um novo endereço de IP"
6380
+
6381
+ #: src/features/plugin.php:1367
6382
+ msgid "2-Factor Auth"
6383
+ msgstr "Autenticação em 2-Fatores"
6384
+
6385
+ #: src/features/plugin.php:1368
6386
+ msgid "Include Logged-In Users"
6387
+ msgstr "Incluir usuários logados."
6388
+
6389
+ #: src/features/plugin.php:1369
6390
+ msgid "You may also enable GASP for logged in users"
6391
+ msgstr "Talvez você também queira incluir GASP para usuários logados"
6392
+
6393
+ #: src/features/plugin.php:1370
6394
+ msgid ""
6395
+ "Since logged-in users would be expected to be vetted already, this is off by "
6396
+ "default."
6397
+ msgstr ""
6398
+ "Espera-se que usuários logados já foram controlados, por isso esta opção é "
6399
+ "desligada por padrão."
6400
+
6401
+ #: src/features/plugin.php:1372
6402
+ msgid "Protect your security plugin not just your WordPress site"
6403
+ msgstr "Proteja seu plugin de segurança não apenas seu site WordPress"
6404
+
6405
+ #: src/features/plugin.php:1375
6406
+ msgid "Get a view on what happens on your site, when it happens"
6407
+ msgstr "Veja o que acontece no seu site, no momento em que acontece"
6408
+
6409
+ #: src/features/plugin.php:1376
6410
+ msgid "Audit Trail Viewer"
6411
+ msgstr "Visualizador de Auditor de Trilha"
6412
+
6413
+ #: src/features/plugin.php:1378
6414
+ msgid "Take back full control of WordPress automatic updates"
6415
+ msgstr "Tome de volta o controle total de atualizações automáticas do WordPress"
6416
+
6417
+ #: src/features/plugin.php:1379
6418
+ msgid "Comments SPAM"
6419
+ msgstr "Comentários SPAM"
6420
+
6421
+ #: src/features/plugin.php:1380
6422
+ msgid "Block comment SPAM and retain your privacy"
6423
+ msgstr "Bloquear SPAM nos comentários e mantenha sua privacidade"
6424
+
6425
+ #: src/features/plugin.php:1383
6426
+ msgid "Automatically block malicious URLs and data sent to your site"
6427
+ msgstr "Bloquear automaticamente URLs e dados maliciosos enviados para seu site"
6428
+
6429
+ #: src/features/plugin.php:1386
6430
+ msgid "Control HTTP Security Headers"
6431
+ msgstr "Controle de Segurança de Cabeçalhos HTTP"
6432
+
6433
+ #: src/features/plugin.php:1388
6434
+ msgid "Manage Visitor IP Address"
6435
+ msgstr "Gerenciar Endereço de IP do Visitante"
6436
+
6437
+ #: src/features/plugin.php:1390
6438
+ msgid "Harden the more loosely controlled settings of your site"
6439
+ msgstr "Protege as configurações mais vagamente controladas do seu site"
6440
+
6441
+ #: src/features/plugin.php:1392
6442
+ msgid ""
6443
+ "Block brute force attacks and secure user identities with Two-Factor "
6444
+ "Authentication"
6445
+ msgstr ""
6446
+ "Bloqueia ataques de força bruta e protege identidades de usuário com "
6447
+ "Autenticação de 2-Fatores"
6448
+
6449
+ #: src/features/plugin.php:1393
6450
+ msgid "Dashboard"
6451
+ msgstr "Painel"
6452
+
6453
+ #: src/features/plugin.php:1394
6454
+ msgid "General Plugin Settings"
6455
+ msgstr "Configurações Gerais de Plugin"
6456
+
6457
+ #: src/features/plugin.php:1395
6458
+ msgid "Statistics"
6459
+ msgstr "Estatísticas"
6460
+
6461
+ #: src/features/plugin.php:1396
6462
+ msgid "Summary of the main security actions taken by this plugin"
6463
+ msgstr "Resumo das principais ações de segurança usadas por este plugin"
6464
+
6465
+ #: src/features/plugin.php:1397
6466
+ msgid "Stats Viewer"
6467
+ msgstr "Visualizador de Estatísticas"
6468
+
6469
+ #: src/features/plugin.php:1398
6470
+ msgid "Premium Support"
6471
+ msgstr "Suporte Premium"
6472
+
6473
+ #: src/features/plugin.php:1399
6474
+ msgid "Premium Plugin Support Centre"
6475
+ msgstr "Centro de Suporte de Plugin Premium"
6476
+
6477
+ #: src/features/plugin.php:1400 src/features/sessions.php:45
6478
+ #: src/features/traffic.php:222 src/features/user_management.php:470
6479
+ #: src/features/user_management.php:547
6480
+ msgid "User Management"
6481
+ msgstr "Gerenciamento de Usuário"
6482
+
6483
+ #: src/features/plugin.php:1401
6484
+ msgid ""
6485
+ "Get true user sessions and control account sharing, session duration and "
6486
+ "timeouts"
6487
+ msgstr ""
6488
+ "Obtenha sessões de usuários verdadeiros e controle o compartilhamento de "
6489
+ "contas, a duração da sessão e o tempo limite"
6490
+
6491
+ #: src/features/plugin.php:1402
6492
+ msgid "Two-Factor Authentication"
6493
+ msgstr "Autenticação 2-Fatores"
6494
+
6495
+ #: src/features/sessions.php:44
6496
+ msgid "Creates and Manages User Sessions."
6497
+ msgstr "Cria a Gerencia Sessões de Usuário."
6498
+
6499
+ #: src/features/statistics.php:33
6500
+ msgid "Helps you see at a glance how effective the plugin has been."
6501
+ msgstr "Ajuda você a ter uma ideia do quão efetivo o plugin tem sido."
6502
+
6503
+ #: src/features/statistics.php:42
6504
+ msgid "To track stats and issue reports."
6505
+ msgstr "Rastrear estatísticas e relatórios de problemas."
6506
+
6507
+ #: src/features/statistics.php:48
6508
+ msgid "Statistics Sharing"
6509
+ msgstr "Compartilhar Estatísticas"
6510
+
6511
+ #: src/features/statistics.php:50
6512
+ msgid ""
6513
+ "Help us to provide globally accessible statistics on the effectiveness of the "
6514
+ "plugin."
6515
+ msgstr ""
6516
+ "Nos ajuda a fornecer estatísticas acessíveis globalmente sobre a eficácia do "
6517
+ "plugin."
6518
+
6519
+ #: src/features/statistics.php:51
6520
+ msgid "Enabling this option helps us improve our plugin over time."
6521
+ msgstr "Ative essa opção para nos ajudar a melhor o plugin ao longo do tempo."
6522
+
6523
+ #: src/features/statistics.php:52
6524
+ msgid "All statistics data collection is 100% anonymous."
6525
+ msgstr "Todos os dados coletados nas estatísticas são 100% anônimos."
6526
+
6527
+ #: src/features/statistics.php:52
6528
+ msgid ""
6529
+ "Neither we nor anyone else will be able to trace the data back to the "
6530
+ "originating site."
6531
+ msgstr ""
6532
+ "Nem nós nem qualquer outro poderá rastrear os dados até a fonte de origem."
6533
+
6534
+ #: src/features/statistics.php:55
6535
+ msgid "Sharing"
6536
+ msgstr "Compartilhando"
6537
+
6538
+ #: src/features/traffic.php:54
6539
+ #, php-format
6540
+ msgid "%s is a Pro-only feature."
6541
+ msgstr "%s é um recurso habilitado somente na versão Pro."
6542
+
6543
+ #: src/features/traffic.php:54
6544
+ msgid "Traffic Watch"
6545
+ msgstr "Rastreia o Tráfego"
6546
+
6547
+ #: src/features/traffic.php:59
6548
+ msgid ""
6549
+ "Traffic Watcher will not run because visitor IP address detection is not "
6550
+ "correctly configured."
6551
+ msgstr ""
6552
+ "O Rastreador de Tráfego não será executado porque a detecção do endereço de "
6553
+ "IP do visitante não está configurada corretamente."
6554
+
6555
+ #: src/features/traffic.php:213
6556
+ msgid "Monitor and review all requests to your site."
6557
+ msgstr "Monitore e analise todas as solicitações para seu site."
6558
+
6559
+ #: src/features/traffic.php:214
6560
+ msgid ""
6561
+ "Required only if you need to review and investigate and monitor requests to "
6562
+ "your site"
6563
+ msgstr ""
6564
+ "Obrigatório somente se você precisar revisar, investigar e monitorar "
6565
+ "solicitações para seu site"
6566
+
6567
+ #: src/features/traffic.php:219
6568
+ msgid "Traffic Watch Options"
6569
+ msgstr "Opções de rastreamento de tráfego"
6570
+
6571
+ #: src/features/traffic.php:221
6572
+ msgid "Provides finer control over the Traffic Watch system."
6573
+ msgstr ""
6574
+ "Fornece controle mais preciso sobre o sistema de rastreamento de tráfego."
6575
+
6576
+ #: src/features/traffic.php:224
6577
+ msgid "Traffic Logging Options"
6578
+ msgstr "Opções de log de tráfego"
6579
+
6580
+ #: src/features/traffic.php:253
6581
+ msgid "Traffic Log Exclusions"
6582
+ msgstr "Exclusões de log de tráfego"
6583
+
6584
+ #: src/features/traffic.php:254
6585
+ msgid "Select Which Types Of Requests To Exclude"
6586
+ msgstr "Selecione quais tipos de solicitações para excluir"
6587
+
6588
+ #: src/features/traffic.php:255
6589
+ msgid ""
6590
+ "Select request types that you don't want to appear in the traffic viewer."
6591
+ msgstr ""
6592
+ "Selecione os tipos de solicitação que você não deseja que apareçam no "
6593
+ "visualizador de tráfego."
6594
+
6595
+ #: src/features/traffic.php:256
6596
+ msgid ""
6597
+ "If a request matches any exclusion rule, it will not show on the traffic "
6598
+ "viewer."
6599
+ msgstr ""
6600
+ "Se uma solicitação corresponder a qualquer regra de exclusão, ela não será "
6601
+ "mostrada no visualizador de tráfego."
6602
+
6603
+ #: src/features/traffic.php:260
6604
+ #, fuzzy
6605
+ msgid "Custom Exclusions"
6606
+ msgstr "Exclusões personalizadas"
6607
+
6608
+ #: src/features/traffic.php:261
6609
+ #, fuzzy
6610
+ msgid "Provide Custom Traffic Exclusions"
6611
+ msgstr "Fornecer Exclusões de tráfego personalizado"
6612
+
6613
+ #: src/features/traffic.php:262
6614
+ #, fuzzy
6615
+ msgid ""
6616
+ "For each entry, if the text is present in either the User Agent or request "
6617
+ "Path, it will be excluded."
6618
+ msgstr ""
6619
+ "Para cada entrada, se o texto estiver presente no Agente do Usuário ou no "
6620
+ "Caminho de solicitação, será excluído."
6621
+
6622
+ #: src/features/traffic.php:263
6623
+ #, fuzzy
6624
+ msgid "Take a new line for each entry."
6625
+ msgstr "Tome uma nova linha para cada entrada."
6626
+
6627
+ #: src/features/traffic.php:264
6628
+ #, fuzzy
6629
+ msgid "Comparisons are case-insensitive."
6630
+ msgstr "As comparações são insensíveis a maiúsculas e minúsculas."
6631
+
6632
+ #: src/features/traffic.php:268
6633
+ msgid "Auto Expiry Cleaning"
6634
+ msgstr "Expiração Automática da Limpeza"
6635
+
6636
+ #: src/features/traffic.php:269
6637
+ msgid "Enable Traffic Log Auto Expiry"
6638
+ msgstr "Ativar expiração automática do log de tráfego"
6639
+
6640
+ #: src/features/traffic.php:270
6641
+ msgid "DB cleanup will delete logs older than this maximum value (in days)."
6642
+ msgstr ""
6643
+ "A limpeza do banco de dados excluirá logs mais antigos que o valor máximo (em "
6644
+ "dias)."
6645
+
6646
+ #: src/features/traffic.php:274
6647
+ msgid "Max Log Length"
6648
+ msgstr "Comprimento Máximo do Log"
6649
+
6650
+ #: src/features/traffic.php:275
6651
+ msgid "Maximum Traffic Log Length To Keep"
6652
+ msgstr "Comprimento máximo do log de tráfego para ser mantido"
6653
+
6654
+ #: src/features/traffic.php:276
6655
+ msgid "DB cleanup will delete logs to maintain this maximum number of records."
6656
+ msgstr ""
6657
+ "A limpeza do banco de dados excluirá logs para manter o máximo de registros."
6658
+
6659
+ #: src/features/traffic.php:280
6660
+ msgid "Auto Disable"
6661
+ msgstr "Desativar Automático"
6662
+
6663
+ #: src/features/traffic.php:281
6664
+ msgid "Auto Disable Traffic Logging After 1 Week"
6665
+ msgstr "Desabilitar automaticamente o log de tráfego após 1 semana"
6666
+
6667
+ #: src/features/traffic.php:284
6668
+ #, php-format
6669
+ msgid "Auto Disable At: %s"
6670
+ msgstr "Desativação Automática em: %s"
6671
+
6672
+ #: src/features/traffic.php:289
6673
+ msgid "Turn on to prevent unnecessary long-term traffic logging."
6674
+ msgstr "Ative para evitar o registro de tráfego de longo prazo desnecessário."
6675
+
6676
+ #: src/features/traffic.php:290
6677
+ msgid "Timer resets after options save."
6678
+ msgstr "O temporizador é resetado após as opções serem salvas."
6679
+
6680
+ #: src/features/user_management.php:60 src/features/user_management.php:98
6681
+ #, fuzzy
6682
+ msgid "Please logout if you want to delete your own session."
6683
+ msgstr "Por favor, efetue o logout se você quiser excluir sua própria sessão."
6684
+
6685
+ #: src/features/user_management.php:74
6686
+ #, fuzzy
6687
+ msgid "Your session was retained"
6688
+ msgstr "A sua sessão foi retida"
6689
+
6690
+ #: src/features/user_management.php:95
6691
+ msgid "Invalid session selected"
6692
+ msgstr "Sessão inválida selecionada"
6693
+
6694
+ #: src/features/user_management.php:101
6695
+ #, fuzzy
6696
+ msgid "User session deleted"
6697
+ msgstr "Sessão do usuário excluída"
6698
+
6699
+ #: src/features/user_management.php:105
6700
+ #, fuzzy
6701
+ msgid "User session wasn't deleted"
6702
+ msgstr "A sessão do usuário não foi excluída"
6703
+
6704
+ #: src/features/user_management.php:211
6705
+ msgid "Current User Sessions"
6706
+ msgstr "Sessões do usuário atual"
6707
+
6708
+ #: src/features/user_management.php:213
6709
+ msgid "Logged In At"
6710
+ msgstr "Conectado em"
6711
+
6712
+ #: src/features/user_management.php:214
6713
+ msgid "Last Activity At"
6714
+ msgstr "Última atividade em"
6715
+
6716
+ #: src/features/user_management.php:215
6717
+ msgid "Last Activity URI"
6718
+ msgstr "URI da última atividade"
6719
+
6720
+ #: src/features/user_management.php:216
6721
+ msgid "Login IP"
6722
+ msgstr "IP de Login"
6723
+
6724
+ #: src/features/user_management.php:217
6725
+ msgid ""
6726
+ "You need to enable the User Management feature to view and manage user "
6727
+ "sessions."
6728
+ msgstr ""
6729
+ "Você precisa ativar o recurso de Gerenciamento de usuários para visualizar e "
6730
+ "gerenciar sessões de usuários."
6731
+
6732
+ #: src/features/user_management.php:289
6733
+ msgid "Very Weak"
6734
+ msgstr "Muito fraco"
6735
+
6736
+ #: src/features/user_management.php:290
6737
+ msgid "Weak"
6738
+ msgstr "Fraco"
6739
+
6740
+ #: src/features/user_management.php:291
6741
+ msgid "Medium"
6742
+ msgstr "Médio"
6743
+
6744
+ #: src/features/user_management.php:292
6745
+ msgid "Strong"
6746
+ msgstr "Forte"
6747
+
6748
+ #: src/features/user_management.php:293
6749
+ msgid "Very Strong"
6750
+ msgstr "Muito Forte"
6751
+
6752
+ #: src/features/user_management.php:397
6753
+ #, fuzzy, php-format
6754
+ msgid "User ID %s suspended by admin (%s)"
6755
+ msgstr "ID do usuário %s suspensos por admin (%s)"
6756
+
6757
+ #: src/features/user_management.php:406
6758
+ #, fuzzy, php-format
6759
+ msgid "User ID %s unsuspended by admin (%s)"
6760
+ msgstr "ID de usuário %s não suspenso por admin (%s)"
6761
+
6762
+ #: src/features/user_management.php:438
6763
+ msgid "Default 'admin' user still available."
6764
+ msgstr "Usuário 'admin' padrão ainda avaliado."
6765
+
6766
+ #: src/features/user_management.php:440
6767
+ msgid "Default 'admin' user should be disabled or removed."
6768
+ msgstr "O usuário padrão \"admin\" deve ser desativado ou removido."
6769
+
6770
+ #: src/features/user_management.php:449
6771
+ msgid "Strong password policies are not enforced."
6772
+ msgstr "Políticas de senha fortes não foram aplicadas."
6773
+
6774
+ #: src/features/user_management.php:452
6775
+ msgid "Password policies should be turned-on."
6776
+ msgstr "As políticas de senha devem ser ativadas."
6777
+
6778
+ #: src/features/user_management.php:471
6779
+ #, fuzzy
6780
+ msgid "Sessions Control & Password Policies"
6781
+ msgstr "Controle de Sessões e Políticas de Senhas"
6782
+
6783
+ #: src/features/user_management.php:483
6784
+ #, fuzzy
6785
+ msgid "Idle Users"
6786
+ msgstr "Usuários ociosos"
6787
+
6788
+ #: src/features/user_management.php:486
6789
+ #, fuzzy, php-format
6790
+ msgid "Idle sessions are terminated after %s hours"
6791
+ msgstr "As sessões ociosas são encerradas após %s horas"
6792
+
6793
+ #: src/features/user_management.php:487
6794
+ #, fuzzy
6795
+ msgid "Idle sessions wont be terminated"
6796
+ msgstr "Sessões ociosas não serão encerradas"
6797
+
6798
+ #: src/features/user_management.php:494
6799
+ #, fuzzy
6800
+ msgid "Lock To IP"
6801
+ msgstr "Bloquear para IP"
6802
+
6803
+ #: src/features/user_management.php:497
6804
+ #, fuzzy
6805
+ msgid "Sessions are locked to IP address"
6806
+ msgstr "As sessões são bloqueadas para o endereço IP"
6807
+
6808
+ #: src/features/user_management.php:498
6809
+ #, fuzzy
6810
+ msgid "Sessions aren't locked to IP address"
6811
+ msgstr "As sessões não estão bloqueadas para o endereço IP"
6812
+
6813
+ #: src/features/user_management.php:507
6814
+ #, fuzzy
6815
+ msgid "Pwned Passwords"
6816
+ msgstr "Senhas Penhoradas"
6817
+
6818
+ #: src/features/user_management.php:510
6819
+ #, fuzzy
6820
+ msgid "Pwned passwords are blocked on this site"
6821
+ msgstr "Senhas protegidas são bloqueadas neste site"
6822
+
6823
+ #: src/features/user_management.php:511
6824
+ #, fuzzy
6825
+ msgid "Pwned passwords are allowed on this site"
6826
+ msgstr "Passwords empilhadas são permitidas neste site"
6827
+
6828
+ #: src/features/user_management.php:518 src/features/user_management.php:552
6829
+ #: src/features/user_management.php:553
6830
+ msgid "Password Policies"
6831
+ msgstr "Políticas de Senha"
6832
+
6833
+ #: src/features/user_management.php:521
6834
+ #, fuzzy
6835
+ msgid "Several password policies are active"
6836
+ msgstr "Várias políticas de senha estão ativas"
6837
+
6838
+ #: src/features/user_management.php:522
6839
+ #, fuzzy
6840
+ msgid "Limited or no password polices are active"
6841
+ msgstr "Politicas de senha limitadas ou sem senha estão ativas"
6842
+
6843
+ #: src/features/user_management.php:546
6844
+ msgid ""
6845
+ "User Management offers real user sessions, finer control over user session "
6846
+ "time-out, and ensures users have logged-in in a correct manner."
6847
+ msgstr ""
6848
+ "O Gerenciamento de usuários oferece sessões reais do usuário, controle mais "
6849
+ "preciso sobre o tempo limite da sessão do usuário e garante que os usuários "
6850
+ "tenham efetuado login de maneira correta."
6851
+
6852
+ #: src/features/user_management.php:555
6853
+ msgid "Have full control over passwords used by users on the site."
6854
+ msgstr "Tem controle absoluto sobre senhas usadas pelos usuários deste site."
6855
+
6856
+ #: src/features/user_management.php:557
6857
+ msgid "Requirements"
6858
+ msgstr "Requisitos"
6859
+
6860
+ #: src/features/user_management.php:562
6861
+ msgid "Admin Login Notification"
6862
+ msgstr "Notificação de Login do Administrador"
6863
+
6864
+ #: src/features/user_management.php:564
6865
+ msgid ""
6866
+ "So you can be made aware of when a WordPress administrator has logged into "
6867
+ "your site when you are not expecting it."
6868
+ msgstr ""
6869
+ "Assim, você pode estar ciente de quando um administrador do WordPress fez "
6870
+ "login no seu site quando você não está esperando por isso."
6871
+
6872
+ #: src/features/user_management.php:567
6873
+ msgid "Notifications"
6874
+ msgstr "Notificações"
6875
+
6876
+ #: src/features/user_management.php:571
6877
+ msgid "Multi-Factor User Authentication"
6878
+ msgstr "Autenticação de Usuário em Multi-Fator"
6879
+
6880
+ #: src/features/user_management.php:580
6881
+ msgid "User Session Management"
6882
+ msgstr "Gerenciamento de Sessão Usuário"
6883
+
6884
+ #: src/features/user_management.php:582
6885
+ msgid ""
6886
+ "Allows you to better control user sessions on your site and expire idle "
6887
+ "sessions and prevent account sharing."
6888
+ msgstr ""
6889
+ "Permite controlar melhor as sessões do usuário em seu site, encerrar as "
6890
+ "sessões ociosas e impedir o compartilhamento de contas."
6891
+
6892
+ #: src/features/user_management.php:585
6893
+ msgid "Session Options"
6894
+ msgstr "Opções de Sessão"
6895
+
6896
+ #: src/features/user_management.php:589
6897
+ #, fuzzy
6898
+ msgid "User Suspension"
6899
+ msgstr "Suspensão do usuário"
6900
+
6901
+ #: src/features/user_management.php:590
6902
+ #, fuzzy
6903
+ msgid "Automatic And Manual User Suspension"
6904
+ msgstr "Suspensão automática e manual do usuário"
6905
+
6906
+ #: src/features/user_management.php:592
6907
+ #, fuzzy
6908
+ msgid "Automatically suspends accounts to prevent login by certain users."
6909
+ msgstr ""
6910
+ "Suspende automaticamente as contas para impedir o login de certos usuários."
6911
+
6912
+ #: src/features/user_management.php:623
6913
+ msgid "Admin Login Notification Email"
6914
+ msgstr "Email de notificação para login do administrador"
6915
+
6916
+ #: src/features/user_management.php:624
6917
+ msgid "Send An Notification Email When Administrator Logs In"
6918
+ msgstr "Enviar uma notificação por email quando o administrador efetuar login"
6919
+
6920
+ #: src/features/user_management.php:625
6921
+ msgid ""
6922
+ "If you would like to be notified every time an administrator user logs into "
6923
+ "this WordPress site, enter a notification email address."
6924
+ msgstr ""
6925
+ "Se você gostaria de ser notificado toda vez que um usuário administrador "
6926
+ "fazer login neste site Wordpress, digite um endereço de e-mail para a "
6927
+ "notificação."
6928
+
6929
+ #: src/features/user_management.php:626
6930
+ msgid "No email address - No Notification."
6931
+ msgstr "Nenhum endereço de e-mail - Sem notificação."
6932
+
6933
+ #: src/features/user_management.php:630
6934
+ msgid "User Login Notification Email"
6935
+ msgstr "E-mail de notificação de login do usuário"
6936
+
6937
+ #: src/features/user_management.php:631
6938
+ msgid "Send Email Notification To Each User Upon Successful Login"
6939
+ msgstr ""
6940
+ "Enviar notificação por e-mail para cada usuário após o login bem-sucedido"
6941
+
6942
+ #: src/features/user_management.php:632
6943
+ msgid ""
6944
+ "A notification is sent to each user when a successful login occurs for their "
6945
+ "account."
6946
+ msgstr ""
6947
+ "Uma notificação é enviada para cada usuário quando um login bem-sucedido "
6948
+ "ocorre em sua conta."
6949
+
6950
+ #: src/features/user_management.php:636
6951
+ msgid "Session Timeout"
6952
+ msgstr "Sessão Expirada"
6953
+
6954
+ #: src/features/user_management.php:637
6955
+ msgid "Specify How Many Days After Login To Automatically Force Re-Login"
6956
+ msgstr ""
6957
+ "Especifique quantos dias após o login para forçar automaticamente o novo login"
6958
+
6959
+ #: src/features/user_management.php:638
6960
+ msgid ""
6961
+ "WordPress default is 2 days, or 14 days if you check the \"Remember Me\" box."
6962
+ msgstr ""
6963
+ "O padrão do WordPress é de 2 dias ou 14 dias se você marcar a caixa \"Lembrar-"
6964
+ "me\"."
6965
+
6966
+ #: src/features/user_management.php:639
6967
+ #, fuzzy
6968
+ msgid "Think of this as an absolute maximum possible session length."
6969
+ msgstr "Pense nisso como uma duração máxima de sessão possível."
6970
+
6971
+ #: src/features/user_management.php:640
6972
+ #, php-format
6973
+ msgid "This cannot be less than %s."
6974
+ msgstr "Este valor não pode ser inferior a %s."
6975
+
6976
+ #: src/features/user_management.php:646
6977
+ msgid "Idle Timeout"
6978
+ msgstr "Tempo Limite Ocioso"
6979
+
6980
+ #: src/features/user_management.php:647
6981
+ msgid "Specify How Many Hours After Inactivity To Automatically Logout User"
6982
+ msgstr ""
6983
+ "Especifique quantas horas após a inatividade para fazer o logout automático "
6984
+ "do usuário"
6985
+
6986
+ #: src/features/user_management.php:648
6987
+ msgid ""
6988
+ "If the user is inactive for the number of hours specified, they will be "
6989
+ "forcefully logged out next time they return."
6990
+ msgstr ""
6991
+ "Se o usuário estiver inativo pelo número de horas especificado, ele será "
6992
+ "desconectado da próxima vez que retornar."
6993
+
6994
+ #: src/features/user_management.php:649
6995
+ #, php-format
6996
+ msgid "Set to %s to turn off this option."
6997
+ msgstr "Definir %s para desativar essa opção."
6998
+
6999
+ #: src/features/user_management.php:653
7000
+ msgid "Lock To Location"
7001
+ msgstr "Bloquear para Localização"
7002
+
7003
+ #: src/features/user_management.php:654
7004
+ msgid "Locks A User Session To IP address"
7005
+ msgstr "Bloqueia uma sessão do usuário para o endereço IP"
7006
+
7007
+ #: src/features/user_management.php:655
7008
+ msgid ""
7009
+ "When selected, a session is restricted to the same IP address as when the "
7010
+ "user logged in."
7011
+ msgstr ""
7012
+ "Quando selecionada, uma sessão é restrita para o mesmo endereço IP quando o "
7013
+ "usuário está logado."
7014
+
7015
+ #: src/features/user_management.php:656
7016
+ msgid ""
7017
+ "If a logged-in user's IP address changes, the session will be invalidated and "
7018
+ "they'll be forced to re-login to WordPress."
7019
+ msgstr ""
7020
+ "Se houver mudanças de endereço IP de um usuário conectado, a sessão será "
7021
+ "invalidado e ele será obrigado a ré-logar no WordPress."
7022
+
7023
+ #: src/features/user_management.php:660
7024
+ msgid "Max Simultaneous Sessions"
7025
+ msgstr "Máximo de sessões simultâneas "
7026
+
7027
+ #: src/features/user_management.php:661
7028
+ msgid "Limit Simultaneous Sessions For The Same Username"
7029
+ msgstr "Limite simultânea de sessões para o mesmo nome de usuário"
7030
+
7031
+ #: src/features/user_management.php:662
7032
+ msgid ""
7033
+ "The number provided here is the maximum number of simultaneous, distinct, "
7034
+ "sessions allowed for any given username."
7035
+ msgstr ""
7036
+ "O número fornecido aqui é o número máximo de simultâneas e distintas sessões "
7037
+ "permitidas para qualquer usuário."
7038
+
7039
+ #: src/features/user_management.php:663
7040
+ msgid "Zero (0) will allow unlimited simultaneous sessions."
7041
+ msgstr "Zero (0), ira permitir sessões simultâneas ilimitadas."
7042
+
7043
+ #: src/features/user_management.php:667
7044
+ msgid "Enable Password Policies"
7045
+ msgstr "Habilitar Políticas de Senha"
7046
+
7047
+ #: src/features/user_management.php:668
7048
+ msgid "Enable The Password Policies Detailed Below"
7049
+ msgstr "Abaixo Detalhes de Políticas de Senha Habilitadas"
7050
+
7051
+ #: src/features/user_management.php:669
7052
+ msgid "Turn on/off all password policy settings."
7053
+ msgstr "Ligar/Desligar todas as configurações de política de senha."
7054
+
7055
+ #: src/features/user_management.php:673
7056
+ msgid "Prevent Pwned Passwords"
7057
+ msgstr "Prevenir Senhas Pwned"
7058
+
7059
+ #: src/features/user_management.php:674
7060
+ msgid "Prevent Use Of \"Pwned\" Passwords"
7061
+ msgstr "Impedir o uso de senhas \"Pwned\" (senha fáceis)"
7062
+
7063
+ #: src/features/user_management.php:675
7064
+ msgid ""
7065
+ "Prevents users from using any passwords found on the public available list of "
7066
+ "\"pwned\" passwords."
7067
+ msgstr ""
7068
+ "Prevenir que usuários usem qualquer senha encontrada em lista pública de "
7069
+ "senhas \"pwned\"."
7070
+
7071
+ #: src/features/user_management.php:679
7072
+ msgid "Minimum Length"
7073
+ msgstr "Comprimento Mínimo"
7074
+
7075
+ #: src/features/user_management.php:680
7076
+ msgid "Minimum Password Length"
7077
+ msgstr "Comprimento Mínimo de Senha"
7078
+
7079
+ #: src/features/user_management.php:681
7080
+ msgid ""
7081
+ "All passwords that a user sets must be at least this many characters in "
7082
+ "length."
7083
+ msgstr ""
7084
+ "Todas as senhas que o usuário definir, devem conter ao menos a quantidade de "
7085
+ "caracteres definidas no comprimento."
7086
+
7087
+ #: src/features/user_management.php:682 src/features/user_management.php:702
7088
+ #: src/features/user_management.php:727
7089
+ msgid "Set to Zero(0) to disable."
7090
+ msgstr "Defina para Zero(0) para desativar. "
7091
+
7092
+ #: src/features/user_management.php:686
7093
+ msgid "Minimum Strength"
7094
+ msgstr "Força Mínima"
7095
+
7096
+ #: src/features/user_management.php:687
7097
+ msgid "Minimum Password Strength"
7098
+ msgstr "Força Mínima de Senha"
7099
+
7100
+ #: src/features/user_management.php:688
7101
+ msgid "All passwords that a user sets must meet this minimum strength."
7102
+ msgstr ""
7103
+ "Todas as senhas que o usuário definir, devem atender a essa força mínima."
7104
+
7105
+ #: src/features/user_management.php:692
7106
+ msgid "Apply To Existing Users"
7107
+ msgstr "Aplicar para os usuários existentes"
7108
+
7109
+ #: src/features/user_management.php:693
7110
+ msgid "Apply Password Policies To Existing Users and Their Passwords"
7111
+ msgstr "Aplicar Políticas de Senha para Usuários Existentes e Suas Senhas"
7112
+
7113
+ #: src/features/user_management.php:694
7114
+ msgid ""
7115
+ "Forces existing users to update their passwords if they don't meet "
7116
+ "requirements, after they next login."
7117
+ msgstr ""
7118
+ "Força usuários existentes a atualizar suas senhas se eles não atenderem aos "
7119
+ "requisitos após o próximo login."
7120
+
7121
+ #: src/features/user_management.php:695
7122
+ msgid "Note: You may want to warn users prior to enabling this option."
7123
+ msgstr ""
7124
+ "Nota: Talvez você queira informar os usuários antes de habilitar esta opção."
7125
+
7126
+ #: src/features/user_management.php:699
7127
+ msgid "Password Expiration"
7128
+ msgstr "Validade de Senha"
7129
+
7130
+ #: src/features/user_management.php:700
7131
+ msgid "Passwords Expire After This Many Days"
7132
+ msgstr "Após Quantos Dias a Senha Vai Expirar"
7133
+
7134
+ #: src/features/user_management.php:701
7135
+ msgid ""
7136
+ "Users will be forced to reset their passwords after the number of days "
7137
+ "specified."
7138
+ msgstr ""
7139
+ "Os usuários serão forçados a criar uma nova senha após o número de dias "
7140
+ "especificado."
7141
+
7142
+ #: src/features/user_management.php:706
7143
+ #, fuzzy
7144
+ msgid "Allow Manual User Suspension"
7145
+ msgstr "Permitir Suspensão Manual do Usuário"
7146
+
7147
+ #: src/features/user_management.php:707
7148
+ #, fuzzy
7149
+ msgid "Manually Suspend User Accounts To Prevent Login"
7150
+ msgstr "Suspender manualmente contas de usuário para impedir o logon"
7151
+
7152
+ #: src/features/user_management.php:708
7153
+ #, fuzzy
7154
+ msgid "Users may be suspended by administrators to prevent future login."
7155
+ msgstr ""
7156
+ "Os usuários podem ser suspensos pelos administradores para prevenir futuros "
7157
+ "logins."
7158
+
7159
+ #: src/features/user_management.php:712
7160
+ #, fuzzy
7161
+ msgid "Auto-Suspend Expired Passwords"
7162
+ msgstr "Suspender automaticamente senhas expiradas"
7163
+
7164
+ #: src/features/user_management.php:713
7165
+ #, fuzzy
7166
+ msgid "Automatically Suspend Users With Expired Passwords"
7167
+ msgstr "Suspenda automaticamente usuários com senhas expiradas"
7168
+
7169
+ #: src/features/user_management.php:714
7170
+ #, fuzzy
7171
+ msgid ""
7172
+ "Automatically suspends login by users and requires password reset to "
7173
+ "unsuspend."
7174
+ msgstr ""
7175
+ "Suspende automaticamente o login dos usuários e requer a redefinição da senha "
7176
+ "para insuspender."
7177
+
7178
+ #: src/features/user_management.php:718
7179
+ #, fuzzy
7180
+ msgid "Requires password expiration policy to be set."
7181
+ msgstr "Requer que a política de expiração da senha seja definida."
7182
+
7183
+ #: src/features/user_management.php:723
7184
+ #, fuzzy
7185
+ msgid "Auto-Suspend Idle Users"
7186
+ msgstr "Suspender automaticamente usuários ociosos"
7187
+
7188
+ #: src/features/user_management.php:724
7189
+ #, fuzzy
7190
+ msgid "Automatically Suspend Idle User Accounts"
7191
+ msgstr "Suspender automaticamente contas de usuários ociosos"
7192
+
7193
+ #: src/features/user_management.php:725
7194
+ #, fuzzy
7195
+ msgid ""
7196
+ "Automatically suspends login for idle accounts and requires password reset to "
7197
+ "unsuspend."
7198
+ msgstr ""
7199
+ "Suspende automaticamente o login para contas ociosas e requer a redefinição "
7200
+ "da senha para reintegrar."
7201
+
7202
+ #: src/features/user_management.php:726
7203
+ #, fuzzy
7204
+ msgid "Specify the number of days since last login to consider a user as idle."
7205
+ msgstr ""
7206
+ "Especifique o número de dias desde o último login para considerar um usuário "
7207
+ "como ocioso."
7208
+
7209
+ #: src/features/user_management.php:731
7210
+ #, fuzzy
7211
+ msgid "Auto-Suspend Idle User Roles"
7212
+ msgstr "Funções de usuário ocioso auto-suspenso"
7213
+
7214
+ #: src/features/user_management.php:732
7215
+ #, fuzzy
7216
+ msgid "Apply Automatic Suspension To Accounts With These Roles"
7217
+ msgstr "Aplicar suspensão automática a contas com estas funções"
7218
+
7219
+ #: src/features/user_management.php:733
7220
+ #, fuzzy
7221
+ msgid ""
7222
+ "Automatic suspension for idle accounts applies only to the roles you specify."
7223
+ msgstr ""
7224
+ "A suspensão automática para contas ociosas aplica-se apenas às funções "
7225
+ "especificadas."
7226
+
7227
+ #: src/lib/src/Modules/IPs/BotTrack/Track404.php:23
7228
+ #, fuzzy, php-format
7229
+ msgid "404 detected at \"%s\"."
7230
+ msgstr "404 detectados em \"%s\"."
7231
+
7232
+ #: src/lib/src/Modules/IPs/BotTrack/TrackFakeWebCrawler.php:28
7233
+ #, fuzzy, php-format
7234
+ msgid "Fake Web Crawler detected at \"%s\"."
7235
+ msgstr "Web Crawler falso detectado em \"%s\"."
7236
+
7237
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLinkCheese.php:96
7238
+ #, fuzzy, php-format
7239
+ msgid "Link cheese access detected at \"%s\"."
7240
+ msgstr "Relação entre o acesso ao queijo detectado em \"%s\"."
7241
+
7242
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLoginFailed.php:45
7243
+ #, fuzzy, php-format
7244
+ msgid "Attempted login failed by user \"%s\"."
7245
+ msgstr "Tentativa de falha de login pelo usuário \"%s\"."
7246
+
7247
+ #: src/lib/src/Modules/IPs/BotTrack/TrackLoginInvalid.php:37
7248
+ #, fuzzy, php-format
7249
+ msgid "Attempted login with invalid user \"%s\"."
7250
+ msgstr "Tentativa de login com usuário inválido \"%s\"."
7251
+
7252
+ #: src/lib/src/Modules/IPs/BotTrack/TrackUserAgent.php:21
7253
+ #, fuzzy, php-format
7254
+ msgid "Empty user agent detected at \"%s\"."
7255
+ msgstr "Agente de usuário vazio detectado em \"%s\"."
7256
+
7257
+ #: src/lib/src/Modules/IPs/BotTrack/TrackXmlRpc.php:22
7258
+ #, fuzzy, php-format
7259
+ msgid "Access to XML-RPC detected at \"%s\"."
7260
+ msgstr "Acesso ao XML-RPC detectado em \"%s\"."
7261
+
7262
+ #: src/lib/src/Tables/Build/BaseBuild.php:49
7263
+ #, fuzzy
7264
+ msgid "No entries to display."
7265
+ msgstr "Nenhuma entrada para exibir."
7266
+
7267
+ #: src/lib/src/Tables/Build/Ip.php:50 src/lib/src/Tables/Build/Sessions.php:68
7268
+ #: src/lib/src/Tables/Build/Traffic.php:85
7269
+ #: src/lib/src/Tables/Build/Traffic.php:109
7270
+ msgid "No"
7271
+ msgstr "Não"
7272
+
7273
+ #: src/lib/src/Tables/Build/ScanApc.php:32
7274
+ msgid "Abandoned"
7275
+ msgstr "Abandonado"
7276
+
7277
+ #: src/lib/src/Tables/Build/Traffic.php:118 src/processors/hack_protect.php:279
7278
+ #: src/processors/hack_protect.php:287 src/processors/hack_protect.php:288
7279
+ #: src/processors/hack_protect.php:307 src/processors/hack_protect.php:308
7280
+ #: src/processors/hack_protect.php:328 src/processors/hack_protect.php:336
7281
+ #: src/processors/hack_protect.php:337 src/processors/hack_protect.php:338
7282
+ msgid "unknown"
7283
+ msgstr "desconhecido"
7284
+
7285
+ #: src/lib/src/Tables/Build/Traffic.php:127 src/processors/firewall.php:253
7286
+ msgid "Unknown"
7287
+ msgstr "Desconhecido"
7288
+
7289
+ #: src/lib/src/Tables/Build/Traffic.php:141
7290
+ msgid "Logged-In"
7291
+ msgstr "Logado"
7292
+
7293
+ #: src/lib/src/Tables/Build/Traffic.php:142
7294
+ msgid "Location"
7295
+ msgstr "Localização"
7296
+
7297
+ #: src/lib/src/Tables/Build/Traffic.php:143
7298
+ msgid "User Agent"
7299
+ msgstr "User Agent"
7300
+
7301
+ #: src/lib/src/Tables/Build/Traffic.php:148
7302
+ msgid "Response"
7303
+ msgstr "Resposta"
7304
+
7305
+ #: src/lib/src/Tables/Build/Traffic.php:149
7306
+ #, fuzzy
7307
+ msgid "Transgression"
7308
+ msgstr "Transgressão"
7309
+
7310
+ #: src/lib/src/Tables/Render/AuditTrail.php:13
7311
+ #, fuzzy
7312
+ msgid "Whitelist Param"
7313
+ msgstr "Whitelist Param"
7314
+
7315
+ #: src/lib/src/Tables/Render/AuditTrail.php:19
7316
+ #, fuzzy
7317
+ msgid "Add Parameter To Whitelist"
7318
+ msgstr "Adicionar parâmetro à lista branca"
7319
+
7320
+ #: src/lib/src/Tables/Render/Base.php:41
7321
+ msgid "Refresh"
7322
+ msgstr "Atualizar"
7323
+
7324
+ #: src/lib/src/Tables/Render/Base.php:203
7325
+ msgid "Delete"
7326
+ msgstr "Excluir"
7327
+
7328
+ #: src/lib/src/Tables/Render/Base.php:215
7329
+ msgid "Repair"
7330
+ msgstr "Reparar"
7331
+
7332
+ #: src/lib/src/Tables/Render/Base.php:227
7333
+ msgid "Ignore"
7334
+ msgstr "Ignorar"
7335
+
7336
+ #: src/lib/src/Tables/Render/IpBlack.php:13
7337
+ msgid "Blocked"
7338
+ msgstr "Bloqueado"
7339
+
7340
+ #: src/lib/src/Tables/Render/IpBlack.php:15
7341
+ #, fuzzy
7342
+ msgid "Last Transgression"
7343
+ msgstr "Última transgressão"
7344
+
7345
+ #: src/lib/src/Tables/Render/ScanBase.php:34
7346
+ msgid "Download"
7347
+ msgstr "Download"
7348
+
7349
+ #: src/lib/src/Tables/Render/ScanWpv.php:21
7350
+ msgid "Apply Update"
7351
+ msgstr "Aplicar atualização"
7352
+
7353
+ #: src/lib/src/Tables/Render/ScanWpv.php:21
7354
+ msgid "No Update Available"
7355
+ msgstr "Nenhuma Atualização Disponível"
7356
+
7357
+ #: src/lib/src/Tables/Render/ScanWpv.php:31
7358
+ msgid "Deactivate"
7359
+ msgstr "Desativar"
7360
+
7361
+ #: src/lib/src/Tables/Render/Sessions.php:16
7362
+ #: src/lib/src/Tables/Render/Sessions.php:25
7363
+ msgid "Discard"
7364
+ msgstr "Descartar"
7365
+
7366
+ #: src/processors/admin_access_restriction.php:289
7367
+ #: src/processors/admin_access_restriction.php:328
7368
+ #, php-format
7369
+ msgid "%s Security Restrictions Applied"
7370
+ msgstr "%s Restrições de Segurança Aplicadas"
7371
+
7372
+ #: src/processors/admin_access_restriction.php:290
7373
+ msgid ""
7374
+ "Altering certain options has been restricted by your WordPress security "
7375
+ "administrator."
7376
+ msgstr ""
7377
+ "A alteração de certas opções foi restringida pelo seu administrador de "
7378
+ "segurança do WordPress."
7379
+
7380
+ #: src/processors/admin_access_restriction.php:291
7381
+ msgid ""
7382
+ "Repeated failed attempts to authenticate will probably lock you out of this "
7383
+ "site."
7384
+ msgstr ""
7385
+ "Tentativas seguidas de autenticação falharam e provavelmente o impedirão de "
7386
+ "acessar este site."
7387
+
7388
+ #: src/processors/admin_access_restriction.php:297
7389
+ msgid "Admin Access Login"
7390
+ msgstr "Login de Acesso do Admin"
7391
+
7392
+ #: src/processors/admin_access_restriction.php:298
7393
+ #: src/processors/admin_access_restriction.php:338
7394
+ #, php-format
7395
+ msgid "Go here to manage settings and authenticate with the %s plugin."
7396
+ msgstr "Siga aqui para gerenciar configurações e autenticar com o plugin %s."
7397
+
7398
+ #: src/processors/admin_access_restriction.php:329
7399
+ msgid ""
7400
+ "Editing existing administrators, promoting existing users to the "
7401
+ "administrator role, or deleting administrator users is currently restricted."
7402
+ msgstr ""
7403
+ "Editando administradores existentes, promovendo usuários existentes ao nível "
7404
+ "de admin ou excluindo usuários administradores é uma ação restrita atualmente."
7405
+
7406
+ #: src/processors/admin_access_restriction.php:330
7407
+ msgid ""
7408
+ "Please authenticate with the Security Admin system before attempting any "
7409
+ "administrator user modifications."
7410
+ msgstr ""
7411
+ "Por favor, autentique com o sistema de Segurança do Admin antes de tentar "
7412
+ "qualquer alteração de usuário administrador."
7413
+
7414
+ #: src/processors/admin_access_restriction.php:331
7415
+ msgid "Unlock Now"
7416
+ msgstr "Desbloquear Agora"
7417
+
7418
+ #: src/processors/admin_access_restriction.php:337
7419
+ #: src/processors/admin_access_restriction.php:564
7420
+ msgid "Security Admin Login"
7421
+ msgstr "Login de Segurança do Admin"
7422
+
7423
+ #: src/processors/admin_access_restriction.php:539
7424
+ #: src/processors/hackprotect_scan_ptg.php:177 src/processors/plugin.php:158
7425
+ msgid "Editing this option is currently restricted."
7426
+ msgstr "A edição dessa opção é atualmente restrita."
7427
+
7428
+ #: src/processors/admin_access_restriction.php:559
7429
+ msgid "Unlock"
7430
+ msgstr "Desbloquear"
7431
+
7432
+ #: src/processors/audit_trail_emails.php:29
7433
+ #, php-format
7434
+ msgid "There was an attempt to send an email using the \"%s\" function."
7435
+ msgstr "Ocorreu uma tentativa de enviar um e-mail usando a \"%s\" função. "
7436
+
7437
+ #: src/processors/audit_trail_emails.php:30
7438
+ #, php-format
7439
+ msgid "It was sent to \"%s\" with the subject \"%s\"."
7440
+ msgstr "Isto foi enviado para \"%s\" com o assunto \"%s\". "
7441
+
7442
+ #: src/processors/audit_trail_emails.php:52
7443
+ #, fuzzy, php-format
7444
+ msgid "The \"%s\" function was called from the file \"%s\" on line %s."
7445
+ msgstr "A função \"%s\" foi chamada do arquivo \"%s\" na linha %s."
7446
+
7447
+ #: src/processors/audit_trail_emails.php:60
7448
+ #, php-format
7449
+ msgid "Attempting to log email, but data was not of the correct type (%s)"
7450
+ msgstr "Tentando registrar o email, mas os dados não eram do tipo correto (%s)"
7451
+
7452
+ #: src/processors/audit_trail_plugins.php:22
7453
+ #, php-format
7454
+ msgid "Plugin \"%s\" was activated."
7455
+ msgstr "O Plugin \"%s\" foi ativado."
7456
+
7457
+ #: src/processors/audit_trail_plugins.php:35
7458
+ #, php-format
7459
+ msgid "Plugin \"%s\" was deactivated."
7460
+ msgstr "O Plugin \"%s\" foi desativado."
7461
+
7462
+ #: src/processors/audit_trail_plugins.php:53
7463
+ #, php-format
7464
+ msgid ""
7465
+ "An attempt was made to edit the plugin file \"%s\" directly through the "
7466
+ "WordPress editor."
7467
+ msgstr ""
7468
+ "Houve uma tentativa de editar o arquivo do plugin \"%s\" diretamente no "
7469
+ "editor do WordPress."
7470
+
7471
+ #: src/processors/audit_trail_posts.php:20
7472
+ #, php-format
7473
+ msgid "WordPress Post entitled \"%s\" was permanently deleted from trash."
7474
+ msgstr ""
7475
+ "O Post do WordPress com o titulo \"%s\" foi excluída permanentemente da "
7476
+ "lixeira."
7477
+
7478
+ #: src/processors/audit_trail_posts.php:39
7479
+ msgid "moved to trash"
7480
+ msgstr "Movido para a lixeira"
7481
+
7482
+ #: src/processors/audit_trail_posts.php:43
7483
+ msgid "recovered from trash"
7484
+ msgstr "recuperado da lixeira"
7485
+
7486
+ #: src/processors/audit_trail_posts.php:49
7487
+ #: src/processors/audit_trail_posts.php:62
7488
+ msgid "updated"
7489
+ msgstr "atualizado"
7490
+
7491
+ #: src/processors/audit_trail_posts.php:53
7492
+ msgid "published"
7493
+ msgstr "publicado"
7494
+
7495
+ #: src/processors/audit_trail_posts.php:58
7496
+ msgid "unpublished"
7497
+ msgstr ""
7498
+
7499
+ #: src/processors/audit_trail_posts.php:66
7500
+ #, php-format
7501
+ msgid "Post entitled \"%s\" was %s."
7502
+ msgstr "O Post com o titulo \"%s\" foi %s."
7503
+
7504
+ #: src/processors/audit_trail_posts.php:67
7505
+ msgid "Post Type"
7506
+ msgstr "Tipo de Post"
7507
+
7508
+ #: src/processors/audit_trail_themes.php:19
7509
+ #, php-format
7510
+ msgid "Theme \"%s\" was activated."
7511
+ msgstr "O Tema \"%s\" foi ativado."
7512
+
7513
+ #: src/processors/audit_trail_themes.php:35
7514
+ #, php-format
7515
+ msgid ""
7516
+ "An attempt was made to edit the theme file \"%s\" directly through the "
7517
+ "WordPress editor."
7518
+ msgstr ""
7519
+ "Houve uma tentativa de editar o arquivo do tema \"%s\" diretamente no editor "
7520
+ "do WordPress."
7521
+
7522
+ #: src/processors/audit_trail_users.php:19
7523
+ #, php-format
7524
+ msgid "Attempted user login by \"%s\" was successful."
7525
+ msgstr "A Tentativa de login do usuário \"%s\" foi bem sucedida."
7526
+
7527
+ #: src/processors/audit_trail_users.php:33
7528
+ msgid "New WordPress user registered."
7529
+ msgstr "Novo usuário do WordPress registrado."
7530
+
7531
+ #: src/processors/audit_trail_users.php:35
7532
+ #, php-format
7533
+ msgid "New username is \"%s\" with email address \"%s\"."
7534
+ msgstr "O novo nome de usuário é \"%s\" com o endereço de e-mail \"%s\"."
7535
+
7536
+ #: src/processors/audit_trail_users.php:49
7537
+ msgid "WordPress user deleted."
7538
+ msgstr "Usuário WordPress excluído."
7539
+
7540
+ #: src/processors/audit_trail_users.php:53
7541
+ msgid "User is unknown as it could not be loaded."
7542
+ msgstr "O usuário é desconhecido, pois não pôde ser carregado."
7543
+
7544
+ #: src/processors/audit_trail_users.php:56
7545
+ #, php-format
7546
+ msgid "Username was \"%s\" with email address \"%s\"."
7547
+ msgstr "O nome de usuário era \"%s\" com o endereço de e-mail \"%s\"."
7548
+
7549
+ #: src/processors/audit_trail_users.php:63
7550
+ msgid "Their posts were not reassigned to another user."
7551
+ msgstr "Suas mensagens não foram atribuídos a um outro usuário."
7552
+
7553
+ #: src/processors/audit_trail_users.php:66
7554
+ #, php-format
7555
+ msgid "Their posts were reassigned to user \"%s\"."
7556
+ msgstr "Suas mensagens foram vinculadas ao usuário \"%s\"."
7557
+
7558
+ #: src/processors/audit_trail_wordpress.php:18
7559
+ #, php-format
7560
+ msgid "WordPress Core was updated from \"v%s\" to \"v%s\"."
7561
+ msgstr "O núcleo do WordPress foi atualizado da versão \"v%s\" para a \"v%s\"."
7562
+
7563
+ #: src/processors/audit_trail_wordpress.php:28
7564
+ #, php-format
7565
+ msgid "WordPress Permalinks Structure was updated from \"%s\" to \"%s\"."
7566
+ msgstr ""
7567
+ "A estrutura de links permanentes do WordPress foi atualizado de \"%s\" para "
7568
+ "\"%s\"."
7569
+
7570
+ #: src/processors/autoupdates.php:486
7571
+ #, php-format
7572
+ msgid ""
7573
+ "This is a quick notification from the %s that WordPress Automatic Updates "
7574
+ "just completed on your site with the following results."
7575
+ msgstr ""
7576
+ "Esta é uma notificação rápida do %s que as Atualizações Automáticas do "
7577
+ "WordPress acabaram de ser concluídas em seu site com os seguintes resultados."
7578
+
7579
+ #: src/processors/autoupdates.php:498
7580
+ msgid "Plugins Updated:"
7581
+ msgstr "Plugins Atualizados:"
7582
+
7583
+ #: src/processors/autoupdates.php:506
7584
+ #, php-format
7585
+ msgid "Plugin \"%s\" auto-updated from \"%s\" to version \"%s\""
7586
+ msgstr ""
7587
+ "O plugin \"%s\" foi atualizado automaticamente de \"%s\" para a versão \"%s\""
7588
+
7589
+ #: src/processors/autoupdates.php:523
7590
+ msgid "Themes Updated:"
7591
+ msgstr "Temas Atualizados:"
7592
+
7593
+ #: src/processors/autoupdates.php:531
7594
+ #, php-format
7595
+ msgid "Theme \"%s\" auto-updated from \"%s\" to version \"%s\""
7596
+ msgstr ""
7597
+ "O tema \"%s\" foi atualizado automaticamente de \"%s\" para a versão \"%s\""
7598
+
7599
+ #: src/processors/autoupdates.php:546
7600
+ msgid "WordPress Core Updated:"
7601
+ msgstr "Central do WordPress Atualizados:"
7602
+
7603
+ #: src/processors/autoupdates.php:565
7604
+ msgid "Thank you."
7605
+ msgstr "Obrigado."
7606
+
7607
+ #: src/processors/autoupdates.php:567
7608
+ #: src/processors/loginprotect_intentprovider_backup.php:177
7609
+ #, php-format
7610
+ msgid "Notice: %s"
7611
+ msgstr "Aviso: %s"
7612
+
7613
+ #: src/processors/autoupdates.php:567
7614
+ msgid "Automatic Updates Completed"
7615
+ msgstr "Atualizações Automáticas Concluídas"
7616
+
7617
+ #: src/processors/autoupdates.php:589
7618
+ msgid ""
7619
+ "Automatic updates for this plugin is controlled by another plugin or setting."
7620
+ msgstr ""
7621
+ "Atualizações automáticas para este plugin são controladas por outro plugin ou "
7622
+ "configuração."
7623
+
7624
+ #: src/processors/base_commentsfilter.php:88
7625
+ #: src/processors/commentsfilter_antibotspam.php:360
7626
+ #, php-format
7627
+ msgid "%s plugin marked this comment as \"%s\"."
7628
+ msgstr "O plugin %s marcou este comentário como \"%s\"."
7629
+
7630
+ #: src/processors/base_commentsfilter.php:88
7631
+ #: src/processors/commentsfilter_antibotspam.php:360
7632
+ #, php-format
7633
+ msgid "Reason: %s"
7634
+ msgstr "Motivo: %s"
7635
+
7636
+ #: src/processors/base_plugin.php:64
7637
+ msgid "I'd rather not show this support"
7638
+ msgstr "Prefiro não mostrar essa opção de suporte"
7639
+
7640
+ #: src/processors/base_plugin.php:64
7641
+ msgid "I've done this already"
7642
+ msgstr "Já fiz isso"
7643
+
7644
+ #: src/processors/base_plugin.php:86
7645
+ msgid "I don't need the setup wizard just now"
7646
+ msgstr "Eu não preciso do assistente de configuração agora"
7647
+
7648
+ #: src/processors/base_plugin.php:87
7649
+ #, php-format
7650
+ msgid "Get started quickly with the %s Setup Wizard"
7651
+ msgstr "Início rápido com o Assistente de Configuração %s"
7652
+
7653
+ #: src/processors/base_plugin.php:88
7654
+ #, php-format
7655
+ msgid ""
7656
+ "The welcome wizard will help you get setup quickly and become familiar with "
7657
+ "some of the core %s features"
7658
+ msgstr ""
7659
+ "O assistente de boas vindas te ajudará a na configuração rápida e a "
7660
+ "familiarizar-se com algumas funções %s principais"
7661
+
7662
+ #: src/processors/base_plugin.php:89
7663
+ #, php-format
7664
+ msgid ""
7665
+ "%s has a helpful setup wizard to walk you through the main features. "
7666
+ "Unfortunately your PHP version is reeeaally old as it needs PHP 5.4+"
7667
+ msgstr ""
7668
+ "%s tem um assistente de ajuda muito útil para conhecer principais funções. "
7669
+ "Infelizmente sua versão do PHP é beeeem antiga e requer ao menos o PHP 5.4+"
7670
+
7671
+ #: src/processors/base_plugin.php:123
7672
+ #, php-format
7673
+ msgid "Update available for the %s plugin."
7674
+ msgstr "Atualização disponível para o plugin %s."
7675
+
7676
+ #: src/processors/base_plugin.php:125
7677
+ msgid "Please click to update immediately"
7678
+ msgstr "Por favor, clique aqui para atualizar imediatamente"
7679
+
7680
+ #: src/processors/base_plugin.php:126 src/processors/base_plugin.php:150
7681
+ msgid "Dismiss this notice"
7682
+ msgstr "Ignorar este aviso"
7683
+
7684
+ #: src/processors/base_plugin.php:146
7685
+ #, php-format
7686
+ msgid "Can you help translate the %s plugin?"
7687
+ msgstr "Você pode ajudar a traduzir o plugin %s?"
7688
+
7689
+ #: src/processors/base_plugin.php:148
7690
+ #, php-format
7691
+ msgid "Head over to: %s"
7692
+ msgstr "Vá para: %s"
7693
+
7694
+ #: src/processors/base_wpsf.php:89 src/processors/base_wpsf.php:97
7695
+ msgid "Whoops."
7696
+ msgstr "Oops."
7697
+
7698
+ #: src/processors/base_wpsf.php:89
7699
+ msgid "Google reCAPTCHA was not submitted."
7700
+ msgstr "Google reCAPTCHA não foi enviado."
7701
+
7702
+ #: src/processors/base_wpsf.php:97
7703
+ msgid "Google reCAPTCHA verification failed."
7704
+ msgstr "Falha na verificação do Google reCAPTCHA."
7705
+
7706
+ #: src/processors/base_wpsf.php:99
7707
+ msgid "Maybe refresh the page and try again."
7708
+ msgstr "Talvez atualize a página e tente novamente."
7709
+
7710
+ #: src/processors/comments_filter.php:84
7711
+ msgid ""
7712
+ "It appears you have Akismet Anti-SPAM running alongside the our human Anti-"
7713
+ "SPAM filter."
7714
+ msgstr ""
7715
+ "Parece que você tem o Akismet Anti-SPAM funcionando junto do filtro anti-SPAM "
7716
+ "humano."
7717
+
7718
+ #: src/processors/comments_filter.php:85
7719
+ msgid "This is not recommended and you should disable Akismet."
7720
+ msgstr "Isso não é recomendável e você deve desativar Akismet."
7721
+
7722
+ #: src/processors/comments_filter.php:86
7723
+ msgid "Click to deactivate Akismet now."
7724
+ msgstr "Clique para desativar o Akismet agora."
7725
+
7726
+ #: src/processors/commentsfilter_antibotspam.php:114
7727
+ #: src/processors/commentsfilter_antibotspam.php:119
7728
+ #: src/processors/commentsfilter_antibotspam.php:124
7729
+ #, php-format
7730
+ msgid "Failed GASP Bot Filter Test (%s)"
7731
+ msgstr "Falha no teste de filtro de robô GASP (%s)"
7732
+
7733
+ #: src/processors/commentsfilter_antibotspam.php:114
7734
+ msgid "checkbox"
7735
+ msgstr "caixa de seleção"
7736
+
7737
+ #: src/processors/commentsfilter_antibotspam.php:119
7738
+ msgid "honeypot"
7739
+ msgstr "honeypot"
7740
+
7741
+ #: src/processors/commentsfilter_antibotspam.php:124
7742
+ msgid "comment token failure"
7743
+ msgstr "falha de token de comentário"
7744
+
7745
+ #: src/processors/commentsfilter_humanspam.php:73
7746
+ #, php-format
7747
+ msgid "Human SPAM filter found \"%s\" in \"%s\""
7748
+ msgstr "Filtro humano de spam encontrado \"%s\" em \"%s\""
7749
+
7750
+ #: src/processors/email.php:57
7751
+ msgid "Hi !"
7752
+ msgstr "Olá !"
7753
+
7754
+ #: src/processors/email.php:68
7755
+ #, php-format
7756
+ msgid "Email sent from the %s Plugin v%s, on %s."
7757
+ msgstr "Email enviado de %s Plugin v%s, em %s."
7758
+
7759
+ #: src/processors/email.php:73
7760
+ msgid "Note: Email delays are caused by website hosting and email providers."
7761
+ msgstr ""
7762
+ "Nota: Atrasos nos emails são causados pela hospedagem do website ou pelo "
7763
+ "provedor de email."
7764
+
7765
+ #: src/processors/email.php:74
7766
+ #, php-format
7767
+ msgid "Time Sent: %s"
7768
+ msgstr "Tempo Enviado: %s"
7769
+
7770
+ #: src/processors/firewall.php:59
7771
+ #, php-format
7772
+ msgid "Skipping firewall checking for this visit: %s."
7773
+ msgstr "Ignorando a verificação através do firewall para esta visita: %s."
7774
+
7775
+ #: src/processors/firewall.php:59
7776
+ msgid "Parsing the URI failed"
7777
+ msgstr "Analise de URL falhou"
7778
+
7779
+ #: src/processors/firewall.php:136 src/processors/firewall.php:192
7780
+ #, php-format
7781
+ msgid "Firewall Trigger: %s."
7782
+ msgstr "Disparo do Firewall: %s."
7783
+
7784
+ #: src/processors/firewall.php:136 src/processors/firewall.php:450
7785
+ msgid "EXE File Uploads"
7786
+ msgstr "Upload de arquivo EXE"
7787
+
7788
+ #: src/processors/firewall.php:189
7789
+ msgid "Something in the URL, Form or Cookie data wasn't appropriate."
7790
+ msgstr "Algo nos dados da URL, forma ou cookie não eram apropriados."
7791
+
7792
+ #: src/processors/firewall.php:193
7793
+ msgid "Page parameter failed firewall check."
7794
+ msgstr "Falha do firewall na verificação dos parâmetros da página. "
7795
+
7796
+ #: src/processors/firewall.php:194
7797
+ #, php-format
7798
+ msgid "The offending parameter was \"%s\" with a value of \"%s\"."
7799
+ msgstr "O parâmetro de ataque era \"%s\" com o valor de \"%s\"."
7800
+
7801
+ #: src/processors/firewall.php:241
7802
+ msgid "Visitor connection was killed with wp_die()"
7803
+ msgstr "Conexão do visitante foi finalizada por wp_die()"
7804
+
7805
+ #: src/processors/firewall.php:244
7806
+ msgid "Visitor connection was killed with wp_die() and a message"
7807
+ msgstr "A conexão do visitante foi encerrada com wp_die() e uma mensagem"
7808
+
7809
+ #: src/processors/firewall.php:247
7810
+ msgid "Visitor was sent HOME"
7811
+ msgstr "Visitante foi enviado para a Página Inicial"
7812
+
7813
+ #: src/processors/firewall.php:250
7814
+ msgid "Visitor was sent 404"
7815
+ msgstr "Visitante foi enviado para erro 404"
7816
+
7817
+ #: src/processors/firewall.php:261
7818
+ #, php-format
7819
+ msgid "Successfully sent Firewall Block email alert to: %s"
7820
+ msgstr ""
7821
+ "Um e-mail de alerta sobre o bloqueio do Firewall foi enviado com sucesso "
7822
+ "para: %s"
7823
+
7824
+ #: src/processors/firewall.php:264
7825
+ #, php-format
7826
+ msgid "Failed to send Firewall Block email alert to: %s"
7827
+ msgstr "Falha no envio de e-mail sobre o bloqueio do Firewall para: %s"
7828
+
7829
+ #: src/processors/firewall.php:270
7830
+ #, php-format
7831
+ msgid "Firewall Block Response: %s."
7832
+ msgstr "O Firewall bloqueou a resposta de: %s."
7833
+
7834
+ #: src/processors/firewall.php:408
7835
+ #, php-format
7836
+ msgid "%s has blocked a page visit to your site."
7837
+ msgstr "%s bloqueou uma visita de página em seu site."
7838
+
7839
+ #: src/processors/firewall.php:410
7840
+ msgid "Log details for this visitor are below:"
7841
+ msgstr "Detalhes de Log deste visitante estão abaixo:"
7842
+
7843
+ #: src/processors/firewall.php:421
7844
+ #, php-format
7845
+ msgid "You can look up the offending IP Address here: %s"
7846
+ msgstr "Você pode procurar o endereço IP do ofensor aqui: %s"
7847
+
7848
+ #: src/processors/firewall.php:426
7849
+ msgid "Firewall Block Alert"
7850
+ msgstr "Alerta de Bloqueio do Firewall"
7851
+
7852
+ #: src/processors/firewall.php:438
7853
+ msgid "Directory Traversal"
7854
+ msgstr "Passagem de Diretório"
7855
+
7856
+ #: src/processors/firewall.php:453
7857
+ msgid "Leading Schema"
7858
+ msgstr "Leading Schema"
7859
+
7860
+ #: src/processors/firewall.php:459
7861
+ msgid "Aggressive Rules"
7862
+ msgstr "Regras Agressivas"
7863
+
7864
+ #: src/processors/firewall.php:462
7865
+ msgid "Unknown Rules"
7866
+ msgstr "Regras Desconhecidas"
7867
+
7868
+ #: src/processors/hack_protect.php:61
7869
+ #, php-format
7870
+ msgid "%s escaped HTML the following comment due to its size: %s"
7871
+ msgstr "%s HTML perdido em virtude do tamanho do seguinte comentário: %s"
7872
+
7873
+ #: src/processors/hack_protect.php:121
7874
+ #, fuzzy
7875
+ msgid "Sorry, this scan is not available."
7876
+ msgstr "Desculpe, esta análise não está disponível."
7877
+
7878
+ #: src/processors/hack_protect.php:122
7879
+ #, fuzzy
7880
+ msgid "This scan is not currently enabled."
7881
+ msgstr "Esta verificação não está ativada no momento."
7882
+
7883
+ #: src/processors/hack_protect.php:123
7884
+ #, fuzzy
7885
+ msgid "Please turn on this scan in the options."
7886
+ msgstr "Ative esta verificação nas opções."
7887
+
7888
+ #: src/processors/hack_protect.php:140 src/processors/hack_protect.php:162
7889
+ #: src/processors/hack_protect.php:184 src/processors/hack_protect.php:228
7890
+ #: src/processors/hack_protect.php:373
7891
+ #, fuzzy, php-format
7892
+ msgid "Last Scan: %s"
7893
+ msgstr "Última varredura: %s"
7894
+
7895
+ #: src/processors/hack_protect.php:146
7896
+ #, fuzzy
7897
+ msgid "Abandoned Plugins Check"
7898
+ msgstr "Verificação de Plugins Abandonados"
7899
+
7900
+ #: src/processors/hack_protect.php:147
7901
+ #, fuzzy
7902
+ msgid "Discover abandoned plugins"
7903
+ msgstr "Descubra plugins abandonados"
7904
+
7905
+ #: src/processors/hack_protect.php:168
7906
+ #, fuzzy
7907
+ msgid "WordPress Core File Integrity"
7908
+ msgstr "Integridade do arquivo WordPress Core"
7909
+
7910
+ #: src/processors/hack_protect.php:169
7911
+ #, fuzzy
7912
+ msgid "Detects changes to core WordPress files"
7913
+ msgstr "Detecta alterações nos arquivos WordPress principais"
7914
+
7915
+ #: src/processors/hack_protect.php:190
7916
+ #, fuzzy
7917
+ msgid "Unrecognised Core Files"
7918
+ msgstr "Arquivos do núcleo não reconhecidos"
7919
+
7920
+ #: src/processors/hack_protect.php:191
7921
+ #, fuzzy
7922
+ msgid "Detects files that maybe shouldn't be there"
7923
+ msgstr "Detecta arquivos que talvez não devessem estar lá"
7924
+
7925
+ #: src/processors/hack_protect.php:234
7926
+ #, fuzzy
7927
+ msgid "Plugin / Theme Vulnerabilities"
7928
+ msgstr "Plugin / Vulnerabilidades Temáticas"
7929
+
7930
+ #: src/processors/hack_protect.php:235
7931
+ #, fuzzy
7932
+ msgid "Alerts on known security vulnerabilities"
7933
+ msgstr "Alertas sobre vulnerabilidades de segurança conhecidas"
7934
+
7935
+ #: src/processors/hack_protect.php:311
7936
+ #: src/processors/hackprotect_scan_apc.php:113
7937
+ #: src/processors/hackprotect_scan_wpv.php:250
7938
+ msgid "Plugin"
7939
+ msgstr "Plugin"
7940
+
7941
+ #: src/processors/hack_protect.php:353
7942
+ #: src/processors/hackprotect_scan_apc.php:116
7943
+ #: src/processors/hackprotect_scan_wpv.php:253
7944
+ msgid "Theme"
7945
+ msgstr "Tema"
7946
+
7947
+ #: src/processors/hack_protect.php:380
7948
+ #, fuzzy
7949
+ msgid "Plugin / Theme Modifications"
7950
+ msgstr "Plugin / Modificações Temáticas"
7951
+
7952
+ #: src/processors/hack_protect.php:381
7953
+ #, fuzzy
7954
+ msgid "Detects unauthorized changes to plugins/themes"
7955
+ msgstr "Detecta alterações não autorizadas em plugins/temas"
7956
+
7957
+ #: src/processors/hack_protect.php:382
7958
+ #, fuzzy
7959
+ msgid "Files with problems"
7960
+ msgstr "Arquivos com problemas"
7961
+
7962
+ #: src/processors/hack_protect.php:383
7963
+ #, fuzzy
7964
+ msgid "Root directory"
7965
+ msgstr "Diretório de raiz"
7966
+
7967
+ #: src/processors/hack_protect.php:384
7968
+ #, fuzzy
7969
+ msgid "Snapshot taken"
7970
+ msgstr "Instantâneo tirado"
7971
+
7972
+ #: src/processors/hack_protect.php:385
7973
+ #, fuzzy
7974
+ msgid "Re-Install"
7975
+ msgstr "Reinstalação"
7976
+
7977
+ #: src/processors/hack_protect.php:386
7978
+ #, fuzzy
7979
+ msgid "Deactivate and Ignore"
7980
+ msgstr "Desativar e Ignorar"
7981
+
7982
+ #: src/processors/hack_protect.php:387
7983
+ msgid "Accept"
7984
+ msgstr "Aceitar"
7985
+
7986
+ #: src/processors/hack_protect.php:388
7987
+ msgid "Upgrade"
7988
+ msgstr "Atualizar"
7989
+
7990
+ #: src/processors/hackprotect_scan_apc.php:102
7991
+ #, fuzzy, php-format
7992
+ msgid "%s has detected abandoned plugins installed on your site."
7993
+ msgstr "%s detectou plugins abandonados instalados no seu site."
7994
+
7995
+ #: src/processors/hackprotect_scan_apc.php:103
7996
+ #, fuzzy
7997
+ msgid ""
7998
+ "Running code that hasn't seen any updates for over 2 years is far from ideal."
7999
+ msgstr ""
8000
+ "O código de execução que não vê nenhuma atualização há mais de 2 anos está "
8001
+ "longe de ser o ideal."
8002
+
8003
+ #: src/processors/hackprotect_scan_apc.php:104
8004
+ #: src/processors/hackprotect_scan_wpv.php:241
8005
+ #, fuzzy
8006
+ msgid "Details for the items(s) are below:"
8007
+ msgstr "Os detalhes dos itens estão abaixo:"
8008
+
8009
+ #: src/processors/hackprotect_scan_apc.php:120
8010
+ #: src/processors/hackprotect_scan_wpv.php:258
8011
+ msgid "Item"
8012
+ msgstr "Item"
8013
+
8014
+ #: src/processors/hackprotect_scan_apc.php:121
8015
+ #, fuzzy, php-format
8016
+ msgid "Last Updated: %s"
8017
+ msgstr "Última atualização: %s"
8018
+
8019
+ #: src/processors/hackprotect_scan_apc.php:129
8020
+ #, fuzzy
8021
+ msgid "Abandoned Plugin(s) Discovered On Your Site."
8022
+ msgstr "Plugin(s) Abandonado(s) Descoberto(s) no Seu Site."
8023
+
8024
+ #: src/processors/hackprotect_scan_apc.php:135
8025
+ #, fuzzy, php-format
8026
+ msgid "Successfully sent Abandoned Plugins Notification email alert to: %s"
8027
+ msgstr ""
8028
+ "Notificação de Plugins Abandonados enviada com sucesso por e-mail de alerta: "
8029
+ "%s"
8030
+
8031
+ #: src/processors/hackprotect_scan_apc.php:138
8032
+ #, fuzzy, php-format
8033
+ msgid "Failed to send Abandoned Plugins Notification email alert to: %s"
8034
+ msgstr ""
8035
+ "Não foi possível enviar o alerta por e-mail de Notificação de Plugins "
8036
+ "Abandonados: %s"
8037
+
8038
+ #: src/processors/hackprotect_scan_base.php:417
8039
+ msgid "Run Scanner"
8040
+ msgstr "Fazer Varredura"
8041
+
8042
+ #: src/processors/hackprotect_scan_mal.php:123
8043
+ #: src/processors/hackprotect_scan_wcf.php:130
8044
+ msgid "Modified Core WordPress Files Discovered"
8045
+ msgstr "Encontrados Arquivos Centrais Modificados no WordPress "
8046
+
8047
+ #: src/processors/hackprotect_scan_mal.php:128
8048
+ #: src/processors/hackprotect_scan_wcf.php:135
8049
+ #, php-format
8050
+ msgid "Sent Checksum Scan Notification email alert to: %s"
8051
+ msgstr ""
8052
+ "Email de alerta de Notificação de Varredura de Dígito Verificador enviado "
8053
+ "para: %s"
8054
+
8055
+ #: src/processors/hackprotect_scan_mal.php:143
8056
+ #: src/processors/hackprotect_scan_wcf.php:150
8057
+ #, php-format
8058
+ msgid "The %s Core File Scanner found files with potential problems."
8059
+ msgstr "O Explorador de Arquivo Central do %s encontrou problemas em potencial."
8060
+
8061
+ #: src/processors/hackprotect_scan_mal.php:144
8062
+ #: src/processors/hackprotect_scan_ptg.php:597
8063
+ #: src/processors/hackprotect_scan_ufc.php:156
8064
+ #: src/processors/hackprotect_scan_wcf.php:151
8065
+ #: src/processors/user_management.php:197 src/processors/user_management.php:226
8066
+ msgid "Site URL"
8067
+ msgstr "URL do site"
8068
+
8069
+ #: src/processors/hackprotect_scan_mal.php:152
8070
+ #: src/processors/hackprotect_scan_wcf.php:159
8071
+ #, php-format
8072
+ msgid "%s has already attempted to repair the files."
8073
+ msgstr "%s já tentou reparar os arquivos."
8074
+
8075
+ #: src/processors/hackprotect_scan_mal.php:153
8076
+ #: src/processors/hackprotect_scan_wcf.php:160
8077
+ msgid ""
8078
+ "But, you should always check these files to ensure everything is as you "
8079
+ "expect."
8080
+ msgstr ""
8081
+ "Mas, você deveria sempre verificar estes arquivos para assegurar que tudo "
8082
+ "está como você espera."
8083
+
8084
+ #: src/processors/hackprotect_scan_mal.php:156
8085
+ #: src/processors/hackprotect_scan_wcf.php:163
8086
+ msgid ""
8087
+ "You should review these files and replace them with official versions if "
8088
+ "required."
8089
+ msgstr ""
8090
+ "Você deveria revisar esses arquivos e substitui-los com as versões oficiais "
8091
+ "se solicitado."
8092
+
8093
+ #: src/processors/hackprotect_scan_mal.php:157
8094
+ #: src/processors/hackprotect_scan_wcf.php:164
8095
+ msgid ""
8096
+ "Alternatively you can have the plugin attempt to repair/replace these files "
8097
+ "automatically."
8098
+ msgstr ""
8099
+ "Como alternativa você pode deixar que o plugin tente reparar/substituir esses "
8100
+ "arquivos automaticamente."
8101
+
8102
+ #: src/processors/hackprotect_scan_mal.php:163
8103
+ #: src/processors/hackprotect_scan_ufc.php:172
8104
+ #: src/processors/hackprotect_scan_wcf.php:170
8105
+ msgid "We recommend you run the scanner to review your site"
8106
+ msgstr "Recomendamos que você execute uma varredura para revisar seu site"
8107
+
8108
+ #: src/processors/hackprotect_scan_mal.php:168
8109
+ #: src/processors/hackprotect_scan_ufc.php:177
8110
+ #: src/processors/hackprotect_scan_wcf.php:175
8111
+ msgid "More Info On This Scanner"
8112
+ msgstr "Mais Info no Explorador"
8113
+
8114
+ #: src/processors/hackprotect_scan_mal.php:180
8115
+ #, fuzzy
8116
+ msgid "The following files contain suspected malware:"
8117
+ msgstr "Os seguintes arquivos contêm malware suspeito:"
8118
+
8119
+ #: src/processors/hackprotect_scan_ptg.php:279
8120
+ #: src/processors/hackprotect_scan_ptg.php:311
8121
+ #, fuzzy, php-format
8122
+ msgid "File signatures removed for plugin \"%s\""
8123
+ msgstr "Assinaturas de arquivos removidas para o plugin \"%s\""
8124
+
8125
+ #: src/processors/hackprotect_scan_ptg.php:302
8126
+ #, fuzzy, php-format
8127
+ msgid "File signatures updated for plugin \"%s\""
8128
+ msgstr "Assinaturas de arquivos atualizadas para plugin \"%s\""
8129
+
8130
+ #: src/processors/hackprotect_scan_ptg.php:328
8131
+ #, fuzzy, php-format
8132
+ msgid "File signatures updated for theme \"%s\""
8133
+ msgstr "Assinaturas de arquivos atualizadas para o tema \"%s\""
8134
+
8135
+ #: src/processors/hackprotect_scan_ptg.php:337
8136
+ #, fuzzy, php-format
8137
+ msgid "File signatures removed for theme \"%s\""
8138
+ msgstr "Assinaturas de arquivos removidas para o tema \"%s\""
8139
+
8140
+ #: src/processors/hackprotect_scan_ptg.php:593
8141
+ #, php-format
8142
+ msgid ""
8143
+ "%s has detected at least 1 Plugins/Themes have been modified on your site."
8144
+ msgstr "%s detectou ao menos 1 Plugin/Tema modificado em seu site."
8145
+
8146
+ #: src/processors/hackprotect_scan_ptg.php:595
8147
+ msgid ""
8148
+ "You will receive only 1 email notification about these changes in a 1 week "
8149
+ "period."
8150
+ msgstr ""
8151
+ "Você receberá ao menos 1 email de notificação sobre estas mudanças no "
8152
+ "intervalo de 1 semana."
8153
+
8154
+ #: src/processors/hackprotect_scan_ptg.php:599
8155
+ msgid "Details of the problem items are below:"
8156
+ msgstr "Detalhes de itens com problema abaixo:"
8157
+
8158
+ #: src/processors/hackprotect_scan_ptg.php:604
8159
+ msgid "Modified Plugins:"
8160
+ msgstr "Plugins Modificados:"
8161
+
8162
+ #: src/processors/hackprotect_scan_ptg.php:612
8163
+ msgid "Modified Themes:"
8164
+ msgstr "Temas Modificados:"
8165
+
8166
+ #: src/processors/hackprotect_scan_ptg.php:622
8167
+ msgid "Plugins/Themes Have Been Altered"
8168
+ msgstr "Plugins/Temas Foram Alterados"
8169
+
8170
+ #: src/processors/hackprotect_scan_ptg.php:627
8171
+ #, php-format
8172
+ msgid "Successfully sent Plugin/Theme Guard email alert to: %s"
8173
+ msgstr "Email de alerta de Proteção de Plugin/Tema enviado com sucesso para: %s"
8174
+
8175
+ #: src/processors/hackprotect_scan_ptg.php:630
8176
+ #, php-format
8177
+ msgid "Failed to send Plugin/Theme Guard email alert to: %s"
8178
+ msgstr "Falha ao enviar email de alerta de Proteção de Plugin/Tema para: %s"
8179
+
8180
+ #: src/processors/hackprotect_scan_ufc.php:132
8181
+ msgid "Unrecognised WordPress Files Detected"
8182
+ msgstr "Arquivos Não Reconhecidos Detectados no WordPress"
8183
+
8184
+ #: src/processors/hackprotect_scan_ufc.php:137
8185
+ #, php-format
8186
+ msgid "Sent Unrecognised File Scan Notification email alert to: %s"
8187
+ msgstr ""
8188
+ "Email de alerta Notificando Varredura de Arquivos Não Reconhecidos enviado "
8189
+ "para: %s"
8190
+
8191
+ #: src/processors/hackprotect_scan_ufc.php:154
8192
+ #, php-format
8193
+ msgid "The %s Unrecognised File Scanner found files which you need to review."
8194
+ msgstr ""
8195
+ "O %s encontrou arquivos não reconhecidos pela varredura e que você precisa "
8196
+ "revisar."
8197
+
8198
+ #: src/processors/hackprotect_scan_ufc.php:160
8199
+ #, fuzzy
8200
+ msgid "Files discovered"
8201
+ msgstr "Arquivos descobertos"
8202
+
8203
+ #: src/processors/hackprotect_scan_ufc.php:167
8204
+ #, php-format
8205
+ msgid "%s has attempted to delete these files based on your current settings."
8206
+ msgstr "%s tentou apagar estes arquivos baseado nas suas configurações atuais."
8207
+
8208
+ #: src/processors/hackprotect_scan_wcf.php:190
8209
+ #, fuzzy
8210
+ msgid "The following files have different content:"
8211
+ msgstr "Os seguintes arquivos têm conteúdo diferente:"
8212
+
8213
+ #: src/processors/hackprotect_scan_wcf.php:197
8214
+ #, fuzzy
8215
+ msgid "The following files are missing:"
8216
+ msgstr "Faltam os seguintes ficheiros:"
8217
+
8218
+ #: src/processors/hackprotect_scan_wpv.php:172
8219
+ msgid "Vulnerable"
8220
+ msgstr "Vulnerável"
8221
+
8222
+ #: src/processors/hackprotect_scan_wpv.php:204
8223
+ #, php-format
8224
+ msgid ""
8225
+ "%s has discovered that the currently installed version of the %s plugin has "
8226
+ "known security vulnerabilities."
8227
+ msgstr ""
8228
+ "%s descobriu que a atual versão instalada do plugin %s tem vulnerabilidades "
8229
+ "de segurança conhecidas. "
8230
+
8231
+ #: src/processors/hackprotect_scan_wpv.php:206
8232
+ msgid "Vulnerability Name"
8233
+ msgstr "Nome da Vulnerabilidade"
8234
+
8235
+ #: src/processors/hackprotect_scan_wpv.php:207
8236
+ msgid "Vulnerability Type"
8237
+ msgstr "Tipo de Vulnerabilidade"
8238
+
8239
+ #: src/processors/hackprotect_scan_wpv.php:208
8240
+ msgid "Fixed Versions"
8241
+ msgstr "Versões Corrigidas"
8242
+
8243
+ #: src/processors/hackprotect_scan_wpv.php:239
8244
+ #, fuzzy, php-format
8245
+ msgid "%s has detected items with known security vulnerabilities."
8246
+ msgstr "%s detectou itens com vulnerabilidades de segurança conhecidas."
8247
+
8248
+ #: src/processors/hackprotect_scan_wpv.php:240
8249
+ #, fuzzy
8250
+ msgid "You should update or remove these items at your earliest convenience."
8251
+ msgstr "Você deve atualizar ou remover esses itens o mais rápido possível."
8252
+
8253
+ #: src/processors/hackprotect_scan_wpv.php:259
8254
+ #, php-format
8255
+ msgid "Vulnerability Title: %s"
8256
+ msgstr "Título da Vulnerabilidade: %s"
8257
+
8258
+ #: src/processors/hackprotect_scan_wpv.php:260
8259
+ #, php-format
8260
+ msgid "Vulnerability Type: %s"
8261
+ msgstr "Tipo de Vulnerabilidade: %s"
8262
+
8263
+ #: src/processors/hackprotect_scan_wpv.php:261
8264
+ #, php-format
8265
+ msgid "Fixed Version: %s"
8266
+ msgstr "Versão Corrigida: %s"
8267
+
8268
+ #: src/processors/hackprotect_scan_wpv.php:262
8269
+ #, php-format
8270
+ msgid "Further Information: %s"
8271
+ msgstr "Outras Informações: %s"
8272
+
8273
+ #: src/processors/hackprotect_scan_wpv.php:270
8274
+ msgid "Plugin(s) Discovered With Known Security Vulnerabilities."
8275
+ msgstr "Encontrado(s) Plugin(s) com Vulnerabilidades de Segurança Conhecidas."
8276
+
8277
+ #: src/processors/hackprotect_scan_wpv.php:276
8278
+ #, php-format
8279
+ msgid "Successfully sent Plugin Vulnerability Notification email alert to: %s"
8280
+ msgstr ""
8281
+ "Email de alerta notificando vulnerabilidade de Plugin enviado com sucesso "
8282
+ "para: %s"
8283
+
8284
+ #: src/processors/hackprotect_scan_wpv.php:279
8285
+ #, php-format
8286
+ msgid "Failed to send Plugin Vulnerability Notification email alert to: %s"
8287
+ msgstr ""
8288
+ "Falha ao enviar Email de alerta notificando vulnerabilidade de Plugin para: %s"
8289
+
8290
+ #: src/processors/ips.php:98
8291
+ #, php-format
8292
+ msgid "%s is ignoring you"
8293
+ msgstr "%s está ignorando você"
8294
+
8295
+ #: src/processors/ips.php:100
8296
+ msgid ""
8297
+ "Your IP address is whitelisted and NO features you activate apply to you."
8298
+ msgstr ""
8299
+ "Seu endereço de IP está na lista de permissões e NENHUMA funcionalidade que "
8300
+ "você ativar será aplicada a você. "
8301
+
8302
+ #: src/processors/ips.php:101
8303
+ msgid "Including the hiding the WP Login page."
8304
+ msgstr "Escondendo a página de Login do WP."
8305
+
8306
+ #: src/processors/ips.php:171
8307
+ msgid "Visitor found on the Black List and their connection was killed."
8308
+ msgstr "O visitante encontrado na Lista Negra e a sua ligação foi morta."
8309
+
8310
+ #: src/processors/ips.php:249
8311
+ #, fuzzy, php-format
8312
+ msgid "You've been blocked by the %s plugin"
8313
+ msgstr "Você foi bloqueado pelo plugin %s"
8314
+
8315
+ #: src/processors/ips.php:256
8316
+ #, fuzzy, php-format
8317
+ msgid "Time remaining on black list: %s"
8318
+ msgstr "Tempo restante na lista negra: %s"
8319
+
8320
+ #: src/processors/ips.php:257
8321
+ #, php-format
8322
+ msgid "%s minute"
8323
+ msgid_plural "%s minutes"
8324
+ msgstr[0] "%s minuto"
8325
+ msgstr[1] "%s minutos"
8326
+
8327
+ #: src/processors/ips.php:259
8328
+ #, php-format
8329
+ msgid ""
8330
+ "You tripped the security plugin defenses a total of %s times making you a "
8331
+ "suspect."
8332
+ msgstr ""
8333
+ "Você se tornou um suspeito, pois esbarrou nas defesas do plugin de segurança "
8334
+ "um total de %s vezes."
8335
+
8336
+ #: src/processors/ips.php:260
8337
+ #, fuzzy
8338
+ msgid ""
8339
+ "If you believe this to be in error, please contact the site owner and quote "
8340
+ "your IP address below."
8341
+ msgstr ""
8342
+ "Se você acredita que isso está errado, por favor entre em contato com o "
8343
+ "proprietário do site e indique seu endereço IP abaixo."
8344
+
8345
+ #: src/processors/ips.php:264
8346
+ #, fuzzy
8347
+ msgid "Auto-Unblock Your IP"
8348
+ msgstr "Desbloquear automaticamente o seu IP"
8349
+
8350
+ #: src/processors/ips.php:265
8351
+ #, fuzzy
8352
+ msgid ""
8353
+ "You can automatically unblock your IP address by clicking the button below."
8354
+ msgstr ""
8355
+ "Você pode desbloquear automaticamente o seu endereço IP clicando no botão "
8356
+ "abaixo."
8357
+
8358
+ #: src/processors/ips.php:266
8359
+ #, fuzzy
8360
+ msgid "Unblock My IP Address"
8361
+ msgstr "Desbloquear meu endereço IP"
8362
+
8363
+ #: src/processors/ips.php:278 src/processors/loginprotect_gasp.php:27
8364
+ msgid "You MUST enable Javascript to be able to login"
8365
+ msgstr "Você PRECISA ativar o Javascript para conseguir logar"
8366
+
8367
+ #: src/processors/ips.php:282 src/processors/loginprotect_gasp.php:31
8368
+ msgid "Loading"
8369
+ msgstr "Carregando"
8370
+
8371
+ #: src/processors/ips.php:339
8372
+ #, fuzzy, php-format
8373
+ msgid "IP blocked after incrementing transgressions from %s to %s."
8374
+ msgstr "IP bloqueado após incrementar as transgressões de %s para %s."
8375
+
8376
+ #: src/processors/ips.php:347
8377
+ #, php-format
8378
+ msgid "Auto Black List transgression counter was incremented from %s to %s."
8379
+ msgstr ""
8380
+ "Contador automático de transgressão da Lista de Bloqueio foi incrementado de "
8381
+ "%s até %s."
8382
+
8383
+ #: src/processors/ips.php:508
8384
+ msgid "No Label"
8385
+ msgstr "Sem Rótulo"
8386
+
8387
+ #: src/processors/lockdown.php:95
8388
+ #, php-format
8389
+ msgid ""
8390
+ "The \"author\" query parameter has been blocked by %s to protect against user "
8391
+ "login name fishing."
8392
+ msgstr ""
8393
+ "O parâmetro de consulta por \"autor\" foi bloqueado por %s, para proteger "
8394
+ "contra o fishing do nome de login do usuário."
8395
+
8396
+ #: src/processors/lockdown.php:122
8397
+ #, php-format
8398
+ msgid "Anonymous access to the WordPress Rest API has been restricted by %s."
8399
+ msgstr "Acesso anônimo a API Restrita do WordPress foi restringido por %s."
8400
+
8401
+ #: src/processors/login_protect.php:105
8402
+ msgid "Please verify email has been received"
8403
+ msgstr "Por favor, verifique se o email foi recebido"
8404
+
8405
+ #: src/processors/login_protect.php:106
8406
+ msgid ""
8407
+ "Before we can activate email 2-factor authentication, we need you to confirm "
8408
+ "your website can send emails."
8409
+ msgstr ""
8410
+ "Antes de podermos ativar a autenticação em 2-fatores de email, nós precisamos "
8411
+ "confirmar se seu website pode enviar emails."
8412
+
8413
+ #: src/processors/login_protect.php:107
8414
+ msgid "Please click the link in the email you received."
8415
+ msgstr "Por favor, clique no link do email que você recebeu."
8416
+
8417
+ #: src/processors/login_protect.php:109
8418
+ #, php-format
8419
+ msgid "The email has been sent to you at blog admin address: %s"
8420
+ msgstr "O email foi enviado para você no endereço de admin do blog: %s"
8421
+
8422
+ #: src/processors/login_protect.php:112
8423
+ msgid "Resend verification email"
8424
+ msgstr "Requisitar E-mail de Verificação"
8425
+
8426
+ #: src/processors/login_protect.php:113
8427
+ #, fuzzy
8428
+ msgid "Disable 2FA by email"
8429
+ msgstr "Desativar 2FA por email"
8430
+
8431
+ #: src/processors/loginprotect_cooldown.php:21
8432
+ msgid "Request Cooldown in effect."
8433
+ msgstr "Solicitar Cooldown em vigor."
8434
+
8435
+ #: src/processors/loginprotect_cooldown.php:23
8436
+ #, php-format
8437
+ msgid "You must wait %s seconds before attempting this action again."
8438
+ msgstr "Você deve esperar %s segundos antes de tentar esta ação novamente."
8439
+
8440
+ #: src/processors/loginprotect_cooldown.php:28
8441
+ msgid ""
8442
+ "Cooldown triggered and request (login/register/lost-password) was blocked."
8443
+ msgstr ""
8444
+ "Cooldown acionado e solicitado (login / registrar / senha perdida) foi "
8445
+ "bloqueado."
8446
+
8447
+ #: src/processors/loginprotect_gasp.php:59
8448
+ #: src/processors/loginprotect_gasp.php:105
8449
+ #, php-format
8450
+ msgid "User \"%s\" attempted to %s but GASP checkbox was not present."
8451
+ msgstr ""
8452
+ "O usuário \"%s\" tentou %s, mas a caixa de seleção GASP não estava presente."
8453
+
8454
+ #: src/processors/loginprotect_gasp.php:61
8455
+ #: src/processors/loginprotect_gasp.php:70
8456
+ #: src/processors/loginprotect_gasp.php:107
8457
+ #: src/processors/loginprotect_gasp.php:116
8458
+ msgid "Probably a BOT."
8459
+ msgstr "Provavelmente um robô."
8460
+
8461
+ #: src/processors/loginprotect_gasp.php:64
8462
+ #: src/processors/loginprotect_gasp.php:110
8463
+ msgid "You must check that box to say you're not a bot."
8464
+ msgstr "Você deve marcar a caixa para dizer que você não é um robô."
8465
+
8466
+ #: src/processors/loginprotect_gasp.php:68
8467
+ #: src/processors/loginprotect_gasp.php:114
8468
+ #, php-format
8469
+ msgid "User \"%s\" attempted to %s but they were caught by the GASP honeypot."
8470
+ msgstr "O usuário \"%s\" tentou %s, mas ele foi pego pelo honeypot GASP."
8471
+
8472
+ #: src/processors/loginprotect_gasp.php:73
8473
+ #: src/processors/loginprotect_gasp.php:119
8474
+ #, php-format
8475
+ msgid "You appear to be a bot - terminating %s attempt."
8476
+ msgstr "Você parece ser um robô - encerrando sua tentativa %s."
8477
+
8478
+ #: src/processors/loginprotect_intent.php:151
8479
+ msgid "Success"
8480
+ msgstr "Sucesso"
8481
+
8482
+ #: src/processors/loginprotect_intent.php:151
8483
+ msgid "Thank you for authenticating your login."
8484
+ msgstr "Obrigado por autenticar seu login."
8485
+
8486
+ #: src/processors/loginprotect_intent.php:153
8487
+ #, fuzzy
8488
+ msgid "If you used your Backup Code, you will need to reset it."
8489
+ msgstr "Se você usou o seu Código de Backup, você precisará redefini-lo."
8490
+
8491
+ #: src/processors/loginprotect_intent.php:164
8492
+ msgid "One or more of your authentication codes failed or was missing"
8493
+ msgstr "Um ou mais de seus códigos de autenticação falharam ou estão faltando"
8494
+
8495
+ #: src/processors/loginprotect_intent.php:262
8496
+ msgid "Please supply all authentication codes"
8497
+ msgstr "Por favor, forneça todos os códigos de autenticação"
8498
+
8499
+ #: src/processors/loginprotect_intent.php:265
8500
+ msgid "Please supply at least 1 authentication code"
8501
+ msgstr "Por favor, forneça ao menos 1 código de autenticação"
8502
+
8503
+ #: src/processors/loginprotect_intent.php:299
8504
+ msgid "Cancel Login"
8505
+ msgstr "Cancelar Login"
8506
+
8507
+ #: src/processors/loginprotect_intent.php:300
8508
+ msgid "Time Remaining"
8509
+ msgstr "Tempo Restante"
8510
+
8511
+ #: src/processors/loginprotect_intent.php:301
8512
+ msgid "Calculating"
8513
+ msgstr "Calculando"
8514
+
8515
+ #: src/processors/loginprotect_intent.php:302
8516
+ msgid "Seconds"
8517
+ msgstr "Segundos"
8518
+
8519
+ #: src/processors/loginprotect_intent.php:303
8520
+ msgid "Login Expired"
8521
+ msgstr "Login Expirou"
8522
+
8523
+ #: src/processors/loginprotect_intent.php:304
8524
+ msgid "Verify My Login"
8525
+ msgstr "Verificar Meu Login"
8526
+
8527
+ #: src/processors/loginprotect_intent.php:306
8528
+ msgid "What is this?"
8529
+ msgstr "O que é isso?"
8530
+
8531
+ #: src/processors/loginprotect_intent.php:308
8532
+ #, php-format
8533
+ msgid "%s Login Verification"
8534
+ msgstr "Verificação de Login %s"
8535
+
8536
+ #: src/processors/loginprotect_intent.php:310
8537
+ #, fuzzy, php-format
8538
+ msgid "Don't ask again on this browser for %s."
8539
+ msgstr "Não pergunte novamente neste navegador por %s."
8540
+
8541
+ #: src/processors/loginprotect_intent.php:311
8542
+ #: src/processors/usermanagement_sessions.php:233
8543
+ #: src/processors/usermanagement_sessions.php:246
8544
+ #, php-format
8545
+ msgid "%s day"
8546
+ msgid_plural "%s days"
8547
+ msgstr[0] "%s dia"
8548
+ msgstr[1] "%s dias"
8549
+
8550
+ #: src/processors/loginprotect_intentprovider_backup.php:24
8551
+ #, fuzzy
8552
+ msgid "Generate ONE-Time Backup 2FA Login Code"
8553
+ msgstr ""
8554
+ "Gerar uma cópia de segurança ONE-Time Backup 2FA Código de início de sessão"
8555
+
8556
+ #: src/processors/loginprotect_intentprovider_backup.php:25
8557
+ #, fuzzy
8558
+ msgid "Delete Login Backup Code"
8559
+ msgstr "Excluir código de backup de logon"
8560
+
8561
+ #: src/processors/loginprotect_intentprovider_backup.php:26
8562
+ #, fuzzy
8563
+ msgid ""
8564
+ "Backup login codes are not available if you do not have any other two-factor "
8565
+ "authentication modes active."
8566
+ msgstr ""
8567
+ "Os códigos de login de backup não estão disponíveis se você não tiver nenhum "
8568
+ "outro modo de autenticação de dois fatores ativo."
8569
+
8570
+ #: src/processors/loginprotect_intentprovider_backup.php:27
8571
+ #, fuzzy
8572
+ msgid ""
8573
+ "Click to generate a backup login code for your two-factor authentication."
8574
+ msgstr ""
8575
+ "Clique para gerar um código de login de backup para sua autenticação de dois "
8576
+ "fatores."
8577
+
8578
+ #: src/processors/loginprotect_intentprovider_backup.php:30
8579
+ #, fuzzy
8580
+ msgid ""
8581
+ "This code will be displayed only once and you may use it to verify your login "
8582
+ "only once."
8583
+ msgstr ""
8584
+ "Este código será exibido apenas uma vez e você pode usá-lo para verificar seu "
8585
+ "login apenas uma vez."
8586
+
8587
+ #: src/processors/loginprotect_intentprovider_backup.php:31
8588
+ #, fuzzy
8589
+ msgid "Store it somewhere safe."
8590
+ msgstr "Guarda-o num lugar seguro."
8591
+
8592
+ #: src/processors/loginprotect_intentprovider_backup.php:32
8593
+ #, fuzzy
8594
+ msgid "Generating a new code will replace your existing code."
8595
+ msgstr "Gerar um novo código irá substituir o código existente."
8596
+
8597
+ #: src/processors/loginprotect_intentprovider_backup.php:33
8598
+ #: src/processors/loginprotect_intentprovider_ga.php:35
8599
+ msgid ""
8600
+ "Use your Google Authenticator app to scan this QR code and enter the one time "
8601
+ "password below."
8602
+ msgstr ""
8603
+ "Use seu App Autenticador do Google para ler este código QR e digite a senha "
8604
+ "descartável abaixo."
8605
+
8606
+ #: src/processors/loginprotect_intentprovider_backup.php:34
8607
+ #: src/processors/loginprotect_intentprovider_ga.php:36
8608
+ msgid ""
8609
+ "If you have a problem with scanning the QR code enter this code manually into "
8610
+ "the app."
8611
+ msgstr ""
8612
+ "Se você tiver um problema ao ler o código QR digite este código manualmente "
8613
+ "no App."
8614
+
8615
+ #: src/processors/loginprotect_intentprovider_backup.php:35
8616
+ #: src/processors/loginprotect_intentprovider_ga.php:37
8617
+ msgid "Check the box to remove Google Authenticator login authentication."
8618
+ msgstr ""
8619
+ "Marque a caixa para remover a autenticação de login via Autenticador do "
8620
+ "Google."
8621
+
8622
+ #: src/processors/loginprotect_intentprovider_backup.php:36
8623
+ #: src/processors/loginprotect_intentprovider_ga.php:38
8624
+ #, php-format
8625
+ msgid "Remove %s"
8626
+ msgstr "Excluir %s"
8627
+
8628
+ #: src/processors/loginprotect_intentprovider_backup.php:37
8629
+ #, fuzzy
8630
+ msgid "Create Backup 2FA Login Code"
8631
+ msgstr "Criar Código de Login de Backup 2FA"
8632
+
8633
+ #: src/processors/loginprotect_intentprovider_backup.php:38
8634
+ #: src/processors/loginprotect_intentprovider_ga.php:40
8635
+ msgid "Manual Code"
8636
+ msgstr "Código Manual"
8637
+
8638
+ #: src/processors/loginprotect_intentprovider_backup.php:39
8639
+ #: src/processors/loginprotect_intentprovider_ga.php:41
8640
+ msgid "Scan This QR Code"
8641
+ msgstr "Ler Este Código QR"
8642
+
8643
+ #: src/processors/loginprotect_intentprovider_backup.php:40
8644
+ #, fuzzy
8645
+ msgid "Backup Login Code"
8646
+ msgstr "Código de Login de Backup"
8647
+
8648
+ #: src/processors/loginprotect_intentprovider_backup.php:41
8649
+ #: src/processors/loginprotect_intentprovider_ga.php:43
8650
+ #: src/processors/loginprotect_intentprovider_yubikey.php:42
8651
+ #, php-format
8652
+ msgid "Sorry, %s may not be added to another user's account."
8653
+ msgstr "Desculpe, %s talvez não seja adicionado por outra conta de usuário."
8654
+
8655
+ #: src/processors/loginprotect_intentprovider_backup.php:42
8656
+ #: src/processors/loginprotect_intentprovider_ga.php:44
8657
+ #: src/processors/loginprotect_intentprovider_yubikey.php:43
8658
+ #, php-format
8659
+ msgid ""
8660
+ "Sorry, %s may only be removed from another user's account by a Security "
8661
+ "Administrator."
8662
+ msgstr ""
8663
+ "Desculpe, %s talvez só seja excluído por outra conta de usuário por um "
8664
+ "Administrador de Segurança."
8665
+
8666
+ #: src/processors/loginprotect_intentprovider_backup.php:42
8667
+ #, fuzzy
8668
+ msgid "Backup Codes"
8669
+ msgstr "Códigos de backup"
8670
+
8671
+ #: src/processors/loginprotect_intentprovider_backup.php:43
8672
+ #: src/processors/loginprotect_intentprovider_email.php:208
8673
+ #: src/processors/loginprotect_intentprovider_ga.php:45
8674
+ #: src/processors/loginprotect_intentprovider_yubikey.php:44
8675
+ #, php-format
8676
+ msgid "Provided by %s"
8677
+ msgstr "Fornecido por %s"
8678
+
8679
+ #: src/processors/loginprotect_intentprovider_backup.php:44
8680
+ #: src/processors/loginprotect_intentprovider_ga.php:46
8681
+ #: src/processors/loginprotect_intentprovider_yubikey.php:45
8682
+ msgid "Understand how to remove Google Authenticator"
8683
+ msgstr "Entenda como excluir a Autenticação do Google"
8684
+
8685
+ #: src/processors/loginprotect_intentprovider_backup.php:71
8686
+ #, fuzzy
8687
+ msgid "Please use your Backup Code to login."
8688
+ msgstr "Por favor, use o seu Código de Backup para fazer o login."
8689
+
8690
+ #: src/processors/loginprotect_intentprovider_backup.php:72
8691
+ #, fuzzy
8692
+ msgid "Login Backup Code"
8693
+ msgstr "Código de Login Backup"
8694
+
8695
+ #: src/processors/loginprotect_intentprovider_backup.php:129
8696
+ #: src/processors/loginprotect_intentprovider_email.php:38
8697
+ #: src/processors/loginprotect_intentprovider_ga.php:284
8698
+ #: src/processors/loginprotect_intentprovider_yubikey.php:236
8699
+ #, fuzzy, php-format
8700
+ msgid "User \"%s\" verified their identity using %s method."
8701
+ msgstr "O usuário \"%s\" verificou sua identidade usando o método de %s."
8702
+
8703
+ #: src/processors/loginprotect_intentprovider_backup.php:130
8704
+ #: src/processors/loginprotect_intentprovider_backup.php:138
8705
+ #, fuzzy
8706
+ msgid "Backup Code"
8707
+ msgstr "Código de backup"
8708
+
8709
+ #: src/processors/loginprotect_intentprovider_backup.php:137
8710
+ #: src/processors/loginprotect_intentprovider_email.php:46
8711
+ #: src/processors/loginprotect_intentprovider_ga.php:292
8712
+ #: src/processors/loginprotect_intentprovider_yubikey.php:244
8713
+ #, fuzzy, php-format
8714
+ msgid "User \"%s\" failed to verify their identity using %s method."
8715
+ msgstr ""
8716
+ "O usuário \"%s\" não conseguiu verificar sua identidade usando o método %s."
8717
+
8718
+ #: src/processors/loginprotect_intentprovider_backup.php:165
8719
+ #, fuzzy
8720
+ msgid ""
8721
+ "This is a quick notice to inform you that your Backup Login code was just "
8722
+ "used."
8723
+ msgstr ""
8724
+ "Este é um aviso rápido para informá-lo de que seu código de login de backup "
8725
+ "foi usado."
8726
+
8727
+ #: src/processors/loginprotect_intentprovider_backup.php:166
8728
+ #, fuzzy
8729
+ msgid "Your WordPress account had only 1 backup login code."
8730
+ msgstr "Sua conta do WordPress tinha apenas 1 código de login de backup."
8731
+
8732
+ #: src/processors/loginprotect_intentprovider_backup.php:167
8733
+ #, fuzzy
8734
+ msgid ""
8735
+ "You must go to your profile and regenerate a new code if you want to use this "
8736
+ "method again."
8737
+ msgstr ""
8738
+ "Você deve ir ao seu perfil e gerar novamente um novo código se quiser usar "
8739
+ "esse método novamente."
8740
+
8741
+ #: src/processors/loginprotect_intentprovider_backup.php:169
8742
+ #: src/processors/loginprotect_intentprovider_email.php:163
8743
+ msgid "Login Details"
8744
+ msgstr "Detalhes de Login"
8745
+
8746
+ #: src/processors/loginprotect_intentprovider_backup.php:170
8747
+ #: src/processors/loginprotect_intentprovider_email.php:164
8748
+ msgid "URL"
8749
+ msgstr "URL"
8750
+
8751
+ #: src/processors/loginprotect_intentprovider_backup.php:174
8752
+ #, fuzzy
8753
+ msgid "Thank You."
8754
+ msgstr "Obrigado."
8755
+
8756
+ #: src/processors/loginprotect_intentprovider_backup.php:177
8757
+ #, fuzzy
8758
+ msgid "Backup Login Code Just Used"
8759
+ msgstr "Código de Login de Backup Usado"
8760
+
8761
+ #: src/processors/loginprotect_intentprovider_email.php:39
8762
+ #: src/processors/loginprotect_intentprovider_email.php:47
8763
+ #, fuzzy
8764
+ msgid "Email Auth"
8765
+ msgstr "Autenticação de e-mail"
8766
+
8767
+ #: src/processors/loginprotect_intentprovider_email.php:81
8768
+ msgid "This code was just sent to your registered Email address."
8769
+ msgstr "Este código já foi enviado para seu endereço de Email registrado."
8770
+
8771
+ #: src/processors/loginprotect_intentprovider_email.php:82
8772
+ msgid "Email OTP"
8773
+ msgstr "OTP Email"
8774
+
8775
+ #: src/processors/loginprotect_intentprovider_email.php:158
8776
+ msgid "Someone attempted to login into this WordPress site using your account."
8777
+ msgstr "Alguém tentou fazer login em seu site WordPress usando sua conta."
8778
+
8779
+ #: src/processors/loginprotect_intentprovider_email.php:159
8780
+ msgid "Login requires verification with the following code."
8781
+ msgstr "Login requer verificação com o seguinte código."
8782
+
8783
+ #: src/processors/loginprotect_intentprovider_email.php:161
8784
+ #, php-format
8785
+ msgid "Verification Code: %s"
8786
+ msgstr "Código de Verificação: %s"
8787
+
8788
+ #: src/processors/loginprotect_intentprovider_email.php:171
8789
+ msgid "Why no login link?"
8790
+ msgstr "Por que não há um link de login?"
8791
+
8792
+ #: src/processors/loginprotect_intentprovider_email.php:175
8793
+ msgid "Two-Factor Login Verification"
8794
+ msgstr "Verificação de Login em 2-Fatores"
8795
+
8796
+ #: src/processors/loginprotect_intentprovider_email.php:180
8797
+ #, php-format
8798
+ msgid ""
8799
+ "User \"%s\" was sent an email to verify their Identity using Two-Factor Login "
8800
+ "Auth for IP address \"%s\"."
8801
+ msgstr ""
8802
+ "Foi enviado um e-mail para o usuário \"%s\" para verificar sua identidade "
8803
+ "usando Autenticação de 2 Fatores para o endereço IP: \"%s\"."
8804
+
8805
+ #: src/processors/loginprotect_intentprovider_email.php:184
8806
+ #, php-format
8807
+ msgid ""
8808
+ "Tried to send email to User \"%s\" to verify their identity using Two-Factor "
8809
+ "Login Auth for IP address \"%s\", but email sending failed."
8810
+ msgstr ""
8811
+ "Tentei enviar e-mail para o usuário \"%s\" para verificar a sua identidade "
8812
+ "usando dois fatores de autenticação de login para o endereço IP \"%s\", mas o "
8813
+ "email não foi enviado."
8814
+
8815
+ #: src/processors/loginprotect_intentprovider_email.php:207
8816
+ msgid "Check the box to enable email-based login authentication."
8817
+ msgstr "Marque a caixa para ativar a autenticação de login baseada em email."
8818
+
8819
+ #: src/processors/loginprotect_intentprovider_ga.php:33
8820
+ msgid "Provide the current code generated by your Google Authenticator app."
8821
+ msgstr "Forneça o código atual gerado pelo seu App Autenticador do Google."
8822
+
8823
+ #: src/processors/loginprotect_intentprovider_ga.php:34
8824
+ msgid "To reset this QR Code enter fake data here."
8825
+ msgstr "Para reiniciar este Código QR informe uma data falsa aqui."
8826
+
8827
+ #: src/processors/loginprotect_intentprovider_ga.php:39
8828
+ #: src/processors/loginprotect_intentprovider_ga.php:202
8829
+ msgid "Google Authenticator Code"
8830
+ msgstr "Código do Autenticador do Google"
8831
+
8832
+ #: src/processors/loginprotect_intentprovider_ga.php:103
8833
+ #: src/processors/loginprotect_intentprovider_ga.php:148
8834
+ msgid "Google Authenticator was successfully removed from the account."
8835
+ msgstr "Autenticação do Google foi excluída da conta com sucesso."
8836
+
8837
+ #: src/processors/loginprotect_intentprovider_ga.php:106
8838
+ msgid ""
8839
+ "Google Authenticator could not be removed from the account - ensure your code "
8840
+ "is correct."
8841
+ msgstr ""
8842
+ "Autenticação do Google não pode ser excluída da conta - certifique-se que seu "
8843
+ "código está correto."
8844
+
8845
+ #: src/processors/loginprotect_intentprovider_ga.php:140
8846
+ #: src/processors/loginprotect_intentprovider_yubikey.php:76
8847
+ msgid "One Time Password (OTP) was not valid."
8848
+ msgstr "One Time Password (OTP) não foi validado."
8849
+
8850
+ #: src/processors/loginprotect_intentprovider_ga.php:140
8851
+ #: src/processors/loginprotect_intentprovider_yubikey.php:76
8852
+ msgid "Please try again."
8853
+ msgstr "Por favor, tente novamente."
8854
+
8855
+ #: src/processors/loginprotect_intentprovider_ga.php:153
8856
+ msgid ""
8857
+ "An email has been sent to you in order to confirm Google Authenticator removal"
8858
+ msgstr ""
8859
+ "Um email foi enviado para você afim de confirmar a remoção da Autenticação do "
8860
+ "Google"
8861
+
8862
+ #: src/processors/loginprotect_intentprovider_ga.php:157
8863
+ msgid ""
8864
+ "We tried to send an email for you to confirm Google Authenticator removal but "
8865
+ "it failed."
8866
+ msgstr ""
8867
+ "Nós tentamos enviar-lhe um email para confirmar a remoção da Autenticação do "
8868
+ "Google, mas o envio falhou."
8869
+
8870
+ #: src/processors/loginprotect_intentprovider_ga.php:179
8871
+ #, php-format
8872
+ msgid "%s was successfully added to your account."
8873
+ msgstr "%s foi adicionado a sua conta com sucesso."
8874
+
8875
+ #: src/processors/loginprotect_intentprovider_ga.php:201
8876
+ msgid "Please use your Google Authenticator App to retrieve your code."
8877
+ msgstr "Por favor, use a Autenticação do Google para receber seu código."
8878
+
8879
+ #: src/processors/loginprotect_intentprovider_ga.php:220
8880
+ msgid ""
8881
+ "You have requested the removal of Google Authenticator from your WordPress "
8882
+ "account."
8883
+ msgstr ""
8884
+ "Você solicitou a remoção da Autenticação do Google da conta do WordPress."
8885
+
8886
+ #: src/processors/loginprotect_intentprovider_ga.php:221
8887
+ msgid "Please click the link below to confirm."
8888
+ msgstr "Por favor, clique no link abaixo para confirmar."
8889
+
8890
+ #: src/processors/loginprotect_intentprovider_ga.php:226
8891
+ msgid "Google Authenticator Removal Confirmation"
8892
+ msgstr "Confirmação de Remoção da Autenticação do Google"
8893
+
8894
+ #: src/processors/loginprotect_intentprovider_ga.php:250
8895
+ msgid "Google Authenticator was successfully removed from this account."
8896
+ msgstr "A Autenticação do Google foi removida da sua conta com sucesso."
8897
+
8898
+ #: src/processors/loginprotect_intentprovider_yubikey.php:29
8899
+ msgid "This is your unique Yubikey Device ID."
8900
+ msgstr "Este é seu ID único de Dispositivo Yubikey."
8901
+
8902
+ #: src/processors/loginprotect_intentprovider_yubikey.php:30
8903
+ #: src/processors/loginprotect_intentprovider_yubikey.php:37
8904
+ #, fuzzy
8905
+ msgid "Pro Only"
8906
+ msgstr "Somente Pro"
8907
+
8908
+ #: src/processors/loginprotect_intentprovider_yubikey.php:31
8909
+ #, fuzzy
8910
+ msgid "Multiple Yubikey Device IDs are separated by a comma."
8911
+ msgstr "Vários IDs de Dispositivos Yubikey são separados por uma vírgula."
8912
+
8913
+ #: src/processors/loginprotect_intentprovider_yubikey.php:32
8914
+ msgid "Provide a One Time Password from your Yubikey."
8915
+ msgstr "Forneça a senha descartável do Yubikey."
8916
+
8917
+ #: src/processors/loginprotect_intentprovider_yubikey.php:34
8918
+ #, fuzzy
8919
+ msgid "This will remove the Yubikey Device ID from your profile."
8920
+ msgstr "Isto irá remover o Yubikey Device ID do seu perfil."
8921
+
8922
+ #: src/processors/loginprotect_intentprovider_yubikey.php:35
8923
+ #, fuzzy
8924
+ msgid "This will add the Yubikey Device ID to your profile."
8925
+ msgstr "Isto adicionará o Yubikey Device ID ao seu perfil."
8926
+
8927
+ #: src/processors/loginprotect_intentprovider_yubikey.php:37
8928
+ #, fuzzy
8929
+ msgid ""
8930
+ "If you provide a OTP from an alternative Yubikey device, it will also be "
8931
+ "added to your profile."
8932
+ msgstr ""
8933
+ "Se você fornecer um OTP de um dispositivo Yubikey alternativo, ele também "
8934
+ "será adicionado ao seu perfil."
8935
+
8936
+ #: src/processors/loginprotect_intentprovider_yubikey.php:39
8937
+ msgid "Yubikey ID"
8938
+ msgstr "ID Yubikey"
8939
+
8940
+ #: src/processors/loginprotect_intentprovider_yubikey.php:40
8941
+ #: src/processors/loginprotect_intentprovider_yubikey.php:237
8942
+ #: src/processors/loginprotect_intentprovider_yubikey.php:245
8943
+ #: src/processors/loginprotect_intentprovider_yubikey.php:263
8944
+ msgid "Yubikey OTP"
8945
+ msgstr "OTP Yubikey"
8946
+
8947
+ #: src/processors/loginprotect_intentprovider_yubikey.php:41
8948
+ msgid "Yubikey Authentication"
8949
+ msgstr "Autenticação Yubikey"
8950
+
8951
+ #: src/processors/loginprotect_intentprovider_yubikey.php:95
8952
+ #, fuzzy, php-format
8953
+ msgid "%s was removed from your profile."
8954
+ msgstr "%s foi removido do seu perfil."
8955
+
8956
+ #: src/processors/loginprotect_intentprovider_yubikey.php:96
8957
+ #: src/processors/loginprotect_intentprovider_yubikey.php:103
8958
+ #, fuzzy
8959
+ msgid "Yubikey Device"
8960
+ msgstr "Dispositivo Yubikey"
8961
+
8962
+ #: src/processors/loginprotect_intentprovider_yubikey.php:102
8963
+ #, fuzzy, php-format
8964
+ msgid "%s was added to your profile."
8965
+ msgstr "%s foi adicionado ao seu perfil."
8966
+
8967
+ #: src/processors/loginprotect_intentprovider_yubikey.php:108
8968
+ #, fuzzy
8969
+ msgid "No changes were made to your Yubikey configuration"
8970
+ msgstr "Nenhuma alteração foi feita na sua configuração do Yubikey"
8971
+
8972
+ #: src/processors/loginprotect_intentprovider_yubikey.php:261
8973
+ msgid "Use your Yubikey to generate a new code."
8974
+ msgstr "Use seu Yubikey para gerar um novo código."
8975
+
8976
+ #: src/processors/loginprotect_wplogin.php:48
8977
+ msgid ""
8978
+ "Your login URL is unchanged because the Rename WP Login feature is not "
8979
+ "currently supported on WPMS."
8980
+ msgstr ""
8981
+ "Sua URL de login não foi alterada porque o recurso Renomear login do WP não é "
8982
+ "atualmente suportado no WPMS."
8983
+
8984
+ #: src/processors/loginprotect_wplogin.php:52
8985
+ #: src/processors/loginprotect_wplogin.php:56
8986
+ #, php-format
8987
+ msgid ""
8988
+ "Can not use the Rename WP Login feature because you have the \"%s\" plugin "
8989
+ "installed and it is active."
8990
+ msgstr ""
8991
+ "Não é possível usar o recurso Renomear login do WP porque você tem o plug-in "
8992
+ "\"%s\" instalado e ele está ativo."
8993
+
8994
+ #: src/processors/loginprotect_wplogin.php:60
8995
+ #, php-format
8996
+ msgid "Can not use the Rename WP Login feature because you have not enabled %s."
8997
+ msgstr ""
8998
+ "Não é possível usar o recurso Renomear login do WP porque você não ativou o "
8999
+ "%s."
9000
+
9001
+ #: src/processors/loginprotect_wplogin.php:60
9002
+ msgid "Permalinks"
9003
+ msgstr "Permalinks"
9004
+
9005
+ #: src/processors/loginprotect_wplogin.php:64
9006
+ #, php-format
9007
+ msgid ""
9008
+ "Can not use the Rename WP Login feature because you have chosen a path (\"%s"
9009
+ "\") that is reserved on your WordPress site."
9010
+ msgstr ""
9011
+ "Não é possível usar a função para renomear o Login do WP porque você escolheu "
9012
+ "um caminho (\"%s\") que é reservado em seu site WordPress."
9013
+
9014
+ #: src/processors/loginprotect_wplogin.php:89
9015
+ msgid ""
9016
+ "Your login URL is unchanged because your current hosting/PHP configuration "
9017
+ "cannot parse the necessary information."
9018
+ msgstr ""
9019
+ "A sua URL de login foi alterada porque sua configuração atual de servidor/PHP "
9020
+ "não pode transmitir a informação necessária."
9021
+
9022
+ #: src/processors/plugin.php:211
9023
+ #, fuzzy, php-format
9024
+ msgid "%s is not protecting your site"
9025
+ msgstr "%s não está protegendo seu site"
9026
+
9027
+ #: src/processors/plugin.php:213
9028
+ #, fuzzy, php-format
9029
+ msgid "Please delete the \"%s\" file to reactivate %s protection"
9030
+ msgstr "Apague o arquivo \"%s\" para reativar a proteção de %s"
9031
+
9032
+ #: src/processors/plugin.php:217
9033
+ #, fuzzy
9034
+ msgid "Click here to automatically delete the file"
9035
+ msgstr "Clique aqui para apagar automaticamente o arquivo"
9036
+
9037
+ #: src/processors/plugin.php:242
9038
+ msgid "Your Name"
9039
+ msgstr "Seu Nome"
9040
+
9041
+ #: src/processors/plugin.php:243
9042
+ msgid "Your Email"
9043
+ msgstr "Seu Email"
9044
+
9045
+ #: src/processors/plugin.php:244
9046
+ #, fuzzy
9047
+ msgid "Sign-Up"
9048
+ msgstr "Inscrição"
9049
+
9050
+ #: src/processors/plugin.php:252
9051
+ #, fuzzy
9052
+ msgid "I agree to Ts & Cs"
9053
+ msgstr "Eu concordo com Ts & Cs"
9054
+
9055
+ #: src/processors/plugin_badge.php:36
9056
+ #, php-format
9057
+ msgid "%s is provided by %s"
9058
+ msgstr "%s é oferecido por %s"
9059
+
9060
+ #: src/processors/plugin_badge.php:41
9061
+ #, php-format
9062
+ msgid "Days Installed: %s"
9063
+ msgstr "Dias Instalado: %s"
9064
+
9065
+ #: src/processors/plugin_badgewidget.php:25
9066
+ #, php-format
9067
+ msgid "%s Plugin Badge"
9068
+ msgstr "Identificação do Plugin %s"
9069
+
9070
+ #: src/processors/plugin_badgewidget.php:27
9071
+ #, php-format
9072
+ msgid ""
9073
+ "You can now help spread the word about the %s plugin anywhere on your site"
9074
+ msgstr ""
9075
+ "Agora você pode ajudar a divulgar o plugin %s em qualquer lugar do seu site"
9076
+
9077
+ #: src/processors/plugin_badgewidget.php:54
9078
+ msgid "Site Secured"
9079
+ msgstr "Site Seguro"
9080
+
9081
+ #: src/processors/plugin_importexport.php:72
9082
+ msgid "Sent notifications to whitelisted sites for required options import."
9083
+ msgstr ""
9084
+ "Notificações enviadas para sites na lista de permissões para importar as "
9085
+ "opções necessárias."
9086
+
9087
+ #: src/processors/plugin_importexport.php:228
9088
+ #, fuzzy
9089
+ msgid "uploaded file"
9090
+ msgstr "arquivo carregado"
9091
+
9092
+ #: src/processors/plugin_importexport.php:249
9093
+ #: src/processors/plugin_importexport.php:336
9094
+ #, php-format
9095
+ msgid "Not currently running %s Pro."
9096
+ msgstr "Atualmente não está rodando o(a) %s Pro"
9097
+
9098
+ #: src/processors/plugin_importexport.php:254
9099
+ #: src/processors/plugin_importexport.php:341
9100
+ msgid "Export of options is currently disabled."
9101
+ msgstr "Atualmente a exportação de opções está desativada."
9102
+
9103
+ #: src/processors/plugin_importexport.php:305
9104
+ msgid "Received notification that options import required."
9105
+ msgstr "Recebido notificação de que as opções importadas são necessárias."
9106
+
9107
+ #: src/processors/plugin_importexport.php:306
9108
+ #, php-format
9109
+ msgid "Current master site: %s"
9110
+ msgstr "Site mestre atual: %s"
9111
+
9112
+ #: src/processors/plugin_importexport.php:345
9113
+ msgid "Handshake verification failed."
9114
+ msgstr "Verificação Handshake falhou."
9115
+
9116
+ #: src/processors/plugin_importexport.php:354
9117
+ #, php-format
9118
+ msgid "Options exported to site %s."
9119
+ msgstr "Opções exportadas para o site %s."
9120
+
9121
+ #: src/processors/plugin_importexport.php:361
9122
+ #, php-format
9123
+ msgid "Site added to export white list: %s."
9124
+ msgstr "Site incluído para exportação de lista confiável: %s."
9125
+
9126
+ #: src/processors/plugin_importexport.php:369
9127
+ #, fuzzy, php-format
9128
+ msgid "Site removed from export white list: %s."
9129
+ msgstr "Site removido da lista branca de exportação: %s."
9130
+
9131
+ #: src/processors/plugin_importexport.php:508
9132
+ #, php-format
9133
+ msgid "Master Site URL set to %s."
9134
+ msgstr "URL do Site Principal definida para %s."
9135
+
9136
+ #: src/processors/plugin_importexport.php:538
9137
+ #, php-format
9138
+ msgid "Options imported from %s."
9139
+ msgstr "Opções importadas de %s."
9140
+
9141
+ #: src/processors/plugin_tracking.php:20
9142
+ #, php-format
9143
+ msgid "Make %s even better by sharing usage info?"
9144
+ msgstr "Tornar o %s muito melhor compartilhando informações de uso?"
9145
+
9146
+ #: src/processors/plugin_tracking.php:21
9147
+ #, php-format
9148
+ msgid "We're hoping to understand how %s is configured and used."
9149
+ msgstr "Esperamos entender como o %s é configurado e utilizado."
9150
+
9151
+ #: src/processors/plugin_tracking.php:22
9152
+ msgid "We'd like to understand how effective it is on a global scale."
9153
+ msgstr "Gostaríamos de entender o quão efetivo isso é em escala global."
9154
+
9155
+ #: src/processors/plugin_tracking.php:23
9156
+ msgid ""
9157
+ "The data sent is always completely anonymous and we can never track you or "
9158
+ "your site."
9159
+ msgstr ""
9160
+ "As informações enviadas são sempre completamente anônimas e nós nunca podemos "
9161
+ "rastrear você ou seu site."
9162
+
9163
+ #: src/processors/plugin_tracking.php:24
9164
+ msgid "It can be turned-off at any time within the plugin options."
9165
+ msgstr "Isso pode se desligado a qualquer momento através das opções do plugin."
9166
+
9167
+ #: src/processors/plugin_tracking.php:25
9168
+ msgid "Click to see the RAW data that would be sent"
9169
+ msgstr "Clique para ver os dados RAIZ que podem ser enviados"
9170
+
9171
+ #: src/processors/plugin_tracking.php:28
9172
+ msgid "Absolutely"
9173
+ msgstr "Absolutamente"
9174
+
9175
+ #: src/processors/sessions.php:104
9176
+ msgid "You're already logged-in."
9177
+ msgstr "Você já está logado."
9178
+
9179
+ #: src/processors/sessions.php:108
9180
+ msgid "Go To Admin"
9181
+ msgstr "Ir para Admin"
9182
+
9183
+ #: src/processors/statistics.php:196
9184
+ msgid "Login Verified"
9185
+ msgstr "Login Verificado"
9186
+
9187
+ #: src/processors/statistics.php:197
9188
+ msgid "User Sessions"
9189
+ msgstr "Sessões de Usuário"
9190
+
9191
+ #: src/processors/statistics.php:198
9192
+ msgid "IP Auto Black-Listed"
9193
+ msgstr "IP Auto-Bloqueado"
9194
+
9195
+ #: src/processors/statistics.php:199
9196
+ msgid "Total Transgressions"
9197
+ msgstr "Total de Violações"
9198
+
9199
+ #: src/processors/statistics.php:203
9200
+ #, php-format
9201
+ msgid "%s Statistics"
9202
+ msgstr "%s Estatisticas"
9203
+
9204
+ #: src/processors/user_management.php:122
9205
+ #: src/processors/usermanagement_suspend.php:110
9206
+ msgid "User Status"
9207
+ msgstr "Status do usuário"
9208
+
9209
+ #: src/processors/user_management.php:129
9210
+ msgid "Not Recorded"
9211
+ msgstr "Não Gravado"
9212
+
9213
+ #: src/processors/user_management.php:137
9214
+ msgid "Last Login"
9215
+ msgstr "Último Login"
9216
+
9217
+ #: src/processors/user_management.php:189
9218
+ #, php-format
9219
+ msgid ""
9220
+ "As requested, %s is notifying you of a successful %s login to a WordPress "
9221
+ "site that you manage."
9222
+ msgstr ""
9223
+ "Como solicitado, %s está notificando você sobre um login bem sucedido de %s "
9224
+ "em um site WordPress que você gerencia."
9225
+
9226
+ #: src/processors/user_management.php:194
9227
+ #, php-format
9228
+ msgid "Important: %s"
9229
+ msgstr "Importante: %s"
9230
+
9231
+ #: src/processors/user_management.php:194
9232
+ msgid ""
9233
+ "This user may now be subject to additional Two-Factor Authentication before "
9234
+ "completing their login."
9235
+ msgstr ""
9236
+ "Este usuário pode ser informado da necessidade de realizar a ação adicional "
9237
+ "de Autenticação de 2-Fatores antes de concluir seu login."
9238
+
9239
+ #: src/processors/user_management.php:196
9240
+ msgid "Details for this user are below:"
9241
+ msgstr "Os detalhes para este usuário estão abaixo:"
9242
+
9243
+ #: src/processors/user_management.php:202 src/processors/user_management.php:233
9244
+ msgid "Thanks."
9245
+ msgstr "Obrigado."
9246
+
9247
+ #: src/processors/user_management.php:210 src/processors/user_management.php:241
9248
+ msgid "Notice"
9249
+ msgstr "Aviso"
9250
+
9251
+ #: src/processors/user_management.php:210
9252
+ #, php-format
9253
+ msgid "%s Just Logged Into %s"
9254
+ msgstr "%s Acaba de Entrar em %s"
9255
+
9256
+ #: src/processors/user_management.php:222
9257
+ #, php-format
9258
+ msgid "%s is notifying you of a successful login to your WordPress account."
9259
+ msgstr ""
9260
+ "%s está notificando você sobre um login bem-sucedido em sua conta do "
9261
+ "WordPress."
9262
+
9263
+ #: src/processors/user_management.php:225
9264
+ msgid "Details for this login are below:"
9265
+ msgstr "Detalhes do login estão abaixo:"
9266
+
9267
+ #: src/processors/user_management.php:231
9268
+ msgid ""
9269
+ "If this is unexpected or suspicious, please contact your site administrator "
9270
+ "immediately."
9271
+ msgstr ""
9272
+ "Se isso for inesperado ou suspeito, entre em contato com o administrador do "
9273
+ "site imediatamente."
9274
+
9275
+ #: src/processors/user_management.php:241
9276
+ msgid "A login to your WordPress account just occurred"
9277
+ msgstr "Acabou de ocorrer um login na sua conta do WordPress"
9278
+
9279
+ #: src/processors/usermanagement_passwords.php:94
9280
+ msgid "Forcing user to update expired password."
9281
+ msgstr "Forçando o usuário a atualizar senha expirada."
9282
+
9283
+ #: src/processors/usermanagement_passwords.php:96
9284
+ #, fuzzy, php-format
9285
+ msgid "Your password has expired (after %s days)."
9286
+ msgstr "Sua senha expirou (após %s dias)."
9287
+
9288
+ #: src/processors/usermanagement_passwords.php:113
9289
+ msgid "Forcing user to update password that fails to meet policies."
9290
+ msgstr "Força o usuário a atualizar a senha que não atende às políticas."
9291
+
9292
+ #: src/processors/usermanagement_passwords.php:117
9293
+ msgid ""
9294
+ "Your password doesn't meet requirements set by your security administrator."
9295
+ msgstr ""
9296
+ "Sua senha não atende aos requisitos definidos pelo administrador de segurança."
9297
+
9298
+ #: src/processors/usermanagement_passwords.php:143
9299
+ msgid ""
9300
+ "For your security, please use the password section below to update your "
9301
+ "password."
9302
+ msgstr ""
9303
+ "Para sua segurança, use a seção de senha abaixo para atualizar sua senha."
9304
+
9305
+ #: src/processors/usermanagement_passwords.php:168
9306
+ msgid ""
9307
+ "Your security administrator has imposed requirements for password quality."
9308
+ msgstr ""
9309
+ "Seu administrador de segurança impôs requisitos de qualidade para senha."
9310
+
9311
+ #: src/processors/usermanagement_passwords.php:169
9312
+ msgid "Reason"
9313
+ msgstr "Razão"
9314
+
9315
+ #: src/processors/usermanagement_passwords.php:177
9316
+ msgid "Blocked attempted password update that failed policy requirements."
9317
+ msgstr "Tentativa de senha bloqueada que falhou nos requisitos da política."
9318
+
9319
+ #: src/processors/usermanagement_passwords.php:233
9320
+ #, php-format
9321
+ msgid "Password length (%s) too short (min: %s characters)"
9322
+ msgstr "Comprimento de senha (%s) muito pequeno (min: %s caracteres)"
9323
+
9324
+ #: src/processors/usermanagement_passwords.php:295
9325
+ #: src/processors/usermanagement_passwords.php:362
9326
+ msgid "Please use a different password."
9327
+ msgstr "Por favor, use uma senha diferente."
9328
+
9329
+ #: src/processors/usermanagement_passwords.php:296
9330
+ msgid "This password has already been pwned."
9331
+ msgstr "Essa senha já foi vazada anteriormente."
9332
+
9333
+ #: src/processors/usermanagement_passwords.php:300
9334
+ #: src/processors/usermanagement_passwords.php:367
9335
+ #, php-format
9336
+ msgid "%s times"
9337
+ msgstr "%s vezes"
9338
+
9339
+ #: src/processors/usermanagement_passwords.php:363
9340
+ msgid "This password has been pwned."
9341
+ msgstr "Esta senha tem um pwned (senha fácil de descobrir)."
9342
+
9343
+ #: src/processors/usermanagement_sessions.php:85
9344
+ #: src/processors/usermanagement_sessions.php:92
9345
+ #: src/processors/usermanagement_sessions.php:108
9346
+ #, fuzzy
9347
+ msgid "Logging out."
9348
+ msgstr "A terminar a sessão."
9349
+
9350
+ #: src/processors/usermanagement_sessions.php:221
9351
+ #, fuzzy
9352
+ msgid "Valid user session could not be found"
9353
+ msgstr "Sessão de usuário válida não pôde ser encontrada"
9354
+
9355
+ #: src/processors/usermanagement_sessions.php:232
9356
+ #: src/processors/usermanagement_sessions.php:245
9357
+ #, fuzzy, php-format
9358
+ msgid "User session has expired after %s"
9359
+ msgstr "A sessão do usuário expirou após %s"
9360
+
9361
+ #: src/processors/usermanagement_sessions.php:322
9362
+ msgid "Your session has expired."
9363
+ msgstr "Sua sessão foi encerrada."
9364
+
9365
+ #: src/processors/usermanagement_sessions.php:326
9366
+ msgid "Your session was idle for too long."
9367
+ msgstr "Sua sessão ficou inativa por muito tempo."
9368
+
9369
+ #: src/processors/usermanagement_sessions.php:330
9370
+ msgid "Your session was locked to another IP Address."
9371
+ msgstr "Sua sessão foi bloqueada por outro endereço de IP."
9372
+
9373
+ #: src/processors/usermanagement_sessions.php:334
9374
+ #, php-format
9375
+ msgid "You do not currently have a %s user session."
9376
+ msgstr "Atualmente você não tem uma sessão de usuário %s."
9377
+
9378
+ #: src/processors/usermanagement_sessions.php:339
9379
+ msgid "An administrator has terminated this session."
9380
+ msgstr "Um administrador encerrou esta seção."
9381
+
9382
+ #: src/processors/usermanagement_sessions.php:343
9383
+ msgid "Not a user."
9384
+ msgstr "Não é um usuário."
9385
+
9386
+ #: src/processors/usermanagement_sessions.php:347
9387
+ msgid "Your session was terminated."
9388
+ msgstr "Sua seção foi encerrada."
9389
+
9390
+ #: src/processors/usermanagement_sessions.php:351
9391
+ msgid "Please login again."
9392
+ msgstr "Por favor, faça login novamente."
9393
+
9394
+ #: src/processors/usermanagement_suspend.php:88
9395
+ #: src/processors/usermanagement_suspend.php:122
9396
+ #: src/processors/usermanagement_suspend.php:154
9397
+ msgid "Suspended"
9398
+ msgstr "Suspenso"
9399
+
9400
+ #: src/processors/usermanagement_suspend.php:150
9401
+ #, fuzzy
9402
+ msgid "Suspend Account"
9403
+ msgstr "Suspender conta"
9404
+
9405
+ #: src/processors/usermanagement_suspend.php:151
9406
+ #, fuzzy
9407
+ msgid "Check to un/suspend user account"
9408
+ msgstr "Verificar para conta de usuário un/suspensão"
9409
+
9410
+ #: src/processors/usermanagement_suspend.php:152
9411
+ #, fuzzy
9412
+ msgid "The user can never login while their account is suspended."
9413
+ msgstr ""
9414
+ "O utilizador nunca poderá iniciar sessão enquanto a sua conta estiver "
9415
+ "suspensa."
9416
+
9417
+ #: src/processors/usermanagement_suspend.php:153
9418
+ #, fuzzy
9419
+ msgid ""
9420
+ "Sorry, suspension for this account may only be managed by a security "
9421
+ "administrator."
9422
+ msgstr ""
9423
+ "Desculpe, a suspensão desta conta só pode ser gerida por um administrador de "
9424
+ "segurança."
9425
+
9426
+ #: src/wizards/base.php:216
9427
+ msgid "Next Step"
9428
+ msgstr "Próximo passo"
9429
+
9430
+ #: src/wizards/base.php:371
9431
+ #, php-format
9432
+ msgid "%s Wizard"
9433
+ msgstr "%s Assistente"
9434
+
9435
+ #: src/wizards/base.php:514
9436
+ msgid "No Access"
9437
+ msgstr "Sem Acesso"
9438
+
9439
+ #: src/wizards/base_wpsf.php:107
9440
+ msgid "Security Admin Key was not correct."
9441
+ msgstr "Chave de Segurança do Admin está incorreta."
9442
+
9443
+ #: src/wizards/hack_protect.php:14
9444
+ #, php-format
9445
+ msgid "%s Hack Protect Wizard"
9446
+ msgstr "Assistente de Proteção a Hackeamento %s"
9447
+
9448
+ #: src/wizards/hack_protect.php:295
9449
+ msgid "All changes detected have been ignored."
9450
+ msgstr "Todas as mudanças detectadas foram ignoradas."
9451
+
9452
+ #: src/wizards/hack_protect.php:302
9453
+ msgid "The plugin has been deactivated."
9454
+ msgstr "O plugin foi desativado."
9455
+
9456
+ #: src/wizards/login_protect.php:14
9457
+ #, php-format
9458
+ msgid "%s Multi-Factor Authentication Wizard"
9459
+ msgstr "Assistente de Autenticação Multi-Fator %s"
9460
+
9461
+ #: src/wizards/login_protect.php:59
9462
+ msgid "Invalid email address"
9463
+ msgstr "Endereço de email inválido"
9464
+
9465
+ #: src/wizards/login_protect.php:66
9466
+ #, fuzzy
9467
+ msgid "Verification email sent (please check your email including your SPAM)."
9468
+ msgstr ""
9469
+ "E-mail de confirmação enviado (por favor verifique o seu e-mail incluindo o "
9470
+ "seu SPAM)."
9471
+
9472
+ #: src/wizards/login_protect.php:67
9473
+ #, fuzzy
9474
+ msgid ""
9475
+ "Enter the code from the email into the form above and click the button to "
9476
+ "verify."
9477
+ msgstr ""
9478
+ "Digite o código do e-mail no formulário acima e clique no botão para "
9479
+ "verificar."
9480
+
9481
+ #: src/wizards/login_protect.php:116
9482
+ msgid "Code was empty."
9483
+ msgstr "O código estava vazio."
9484
+
9485
+ #: src/wizards/login_protect.php:143
9486
+ msgid "Google Authenticator was enabled for the site."
9487
+ msgstr "A Autenticação do Google foi ativada para o site."
9488
+
9489
+ #: src/wizards/login_protect.php:158
9490
+ #, php-format
9491
+ msgid "Multi-Factor Authentication was %s for the site."
9492
+ msgstr "Autenticação Multi-Fator foi %s para o site."
9493
+
9494
+ #: src/wizards/login_protect.php:159
9495
+ msgid "enabled"
9496
+ msgstr "ativada"
9497
+
9498
+ #: src/wizards/login_protect.php:159
9499
+ msgid "disabled"
9500
+ msgstr "desativada"
9501
+
9502
+ #: src/wizards/plugin.php:14
9503
+ #, php-format
9504
+ msgid "%s Welcome Wizard"
9505
+ msgstr "Bem-vindo(a) ao Assistente %s"
9506
+
9507
+ #: src/wizards/plugin.php:248
9508
+ msgid "Where to find Shield"
9509
+ msgstr "Onde encontrar o Shield"
9510
+
9511
+ #: src/wizards/plugin.php:249
9512
+ msgid "Accessing Each Module"
9513
+ msgstr "Acessando Cada Módulo"
9514
+
9515
+ #: src/wizards/plugin.php:250
9516
+ msgid "Accessing Options"
9517
+ msgstr "Acessando Opções"
9518
+
9519
+ #: src/wizards/plugin.php:251
9520
+ msgid "Launching Wizards"
9521
+ msgstr "Abrindo Assistentes"
9522
+
9523
+ #: src/wizards/plugin.php:252
9524
+ msgid "Finding Help"
9525
+ msgstr "Encontrando Ajuda"
9526
+
9527
+ #: src/wizards/plugin.php:253
9528
+ msgid "Actions (not Options)"
9529
+ msgstr "Ações (sem Opções)"
9530
+
9531
+ #: src/wizards/plugin.php:254
9532
+ msgid "Help For Each Option"
9533
+ msgstr "Ajuda Para Cada Opção"
9534
+
9535
+ #: src/wizards/plugin.php:255
9536
+ msgid "Module On/Off Switch"
9537
+ msgstr "Chave Liga/Desliga de Módulo"
9538
+
9539
+ #: src/wizards/plugin.php:258
9540
+ #, php-format
9541
+ msgid "You'll find the main %s settings in the left-hand WordPress menu."
9542
+ msgstr ""
9543
+ "Você encontrará as configurações principais do %s no menu do lado esquerdo do "
9544
+ "WordPress."
9545
+
9546
+ #: src/wizards/plugin.php:259
9547
+ msgid ""
9548
+ "Shield is split up into independent modules for accessing the options of each "
9549
+ "feature."
9550
+ msgstr ""
9551
+ "O Shield é dividido em módulos independentes para acessar as opções de cada "
9552
+ "funcionalidade."
9553
+
9554
+ #: src/wizards/plugin.php:260
9555
+ msgid ""
9556
+ "When you load a module, you can access the options by clicking on the Options "
9557
+ "Panel link."
9558
+ msgstr ""
9559
+ "Quando você carrega um módulo, você pode acessar as opções clicando no link "
9560
+ "do Painel Opções."
9561
+
9562
+ #: src/wizards/plugin.php:261
9563
+ msgid "Launch helpful walk-through wizards for modules that have them."
9564
+ msgstr ""
9565
+ "Abra assistentes guiados, eles são muito úteis para os módulos que os "
9566
+ "possuem. "
9567
+
9568
+ #: src/wizards/plugin.php:262
9569
+ msgid ""
9570
+ "Each module also has a brief overview help section - there is more in-depth "
9571
+ "help available."
9572
+ msgstr ""
9573
+ "Cada módulo também tem uma seção de ajuda com um breve resumo - há ajuda mais "
9574
+ "detalhada disponível."
9575
+
9576
+ #: src/wizards/plugin.php:263
9577
+ msgid ""
9578
+ "Certain modules have extra actions and features, e.g. Audit Trail Viewer."
9579
+ msgstr ""
9580
+ "Certos módulos tem ações e funcionalidades extras, ex.: Visualizador de "
9581
+ "Auditoria de Rastreamento."
9582
+
9583
+ #: src/wizards/plugin.php:264
9584
+ msgid "Note: Not all modules have the actions section"
9585
+ msgstr "Nota: Nem todos os módulos possuem seção de ações"
9586
+
9587
+ #: src/wizards/plugin.php:265
9588
+ msgid ""
9589
+ "Each module has an Enable/Disable checkbox to turn on/off all processing for "
9590
+ "that module"
9591
+ msgstr ""
9592
+ "Cada módulo tem uma caixa de seleção Ativar/Desativar para ligar/desligar "
9593
+ "todo o processamento daquele módulo "
9594
+
9595
+ #: src/wizards/plugin.php:266
9596
+ msgid ""
9597
+ "To help you understand each option, most of them have a more info link, and/"
9598
+ "or a blog link, to read more"
9599
+ msgstr ""
9600
+ "Para ajuda-lo(a) a entender cada opção, muitas delas tem um link mais info e/"
9601
+ "ou um link para o blog para ler mais"
9602
+
9603
+ #: src/wizards/plugin.php:361
9604
+ msgid "Success!"
9605
+ msgstr "Sucesso!"
9606
+
9607
+ #: src/wizards/plugin.php:382
9608
+ msgid "License was found and successfully installed."
9609
+ msgstr "Licença foi encontrada e instalada com sucesso."
9610
+
9611
+ #: src/wizards/plugin.php:385
9612
+ msgid "License could not be found."
9613
+ msgstr "A licença não pôde ser encontrada."
9614
+
9615
+ #: src/wizards/plugin.php:415
9616
+ msgid "Options imported successfully to your site."
9617
+ msgstr "Opções importadas com sucesso para seu site."
9618
+
9619
+ #: src/wizards/plugin.php:416
9620
+ msgid "Secret key was empty."
9621
+ msgstr "Chave secreta está vazia."
9622
+
9623
+ #: src/wizards/plugin.php:417
9624
+ msgid "Secret key was not 40 characters long."
9625
+ msgstr "Chave secreta não contém 40 caracteres."
9626
+
9627
+ #: src/wizards/plugin.php:418
9628
+ msgid ""
9629
+ "Secret key contains invalid characters - it should be letters and numbers "
9630
+ "only."
9631
+ msgstr ""
9632
+ "Chave secreta contém caracteres inválidos - deveria conter somente letras e "
9633
+ "números."
9634
+
9635
+ #: src/wizards/plugin.php:419
9636
+ msgid "Source site URL could not be parsed correctly."
9637
+ msgstr "A URL de origem do site não pode ser analisada corretamente."
9638
+
9639
+ #: src/wizards/plugin.php:420
9640
+ msgid "Could not parse the response from the site."
9641
+ msgstr "Não foi possível analisar a resposta do site."
9642
+
9643
+ #: src/wizards/plugin.php:421
9644
+ msgid "Check the secret key is correct for the remote site."
9645
+ msgstr "Verifique se a chave secreta está correta para o site remoto."
9646
+
9647
+ #: src/wizards/plugin.php:422
9648
+ msgid "Failure response returned from the site."
9649
+ msgstr "Resposta de falha vinda do site."
9650
+
9651
+ #: src/wizards/plugin.php:423
9652
+ #, php-format
9653
+ msgid "Remote site responded with - %s"
9654
+ msgstr "O site remoto respondeu com - %s"
9655
+
9656
+ #: src/wizards/plugin.php:424
9657
+ msgid "Data returned from the site was empty."
9658
+ msgstr "O site retornou com uma informação vazia."
9659
+
9660
+ #: src/wizards/plugin.php:456
9661
+ msgid "Security Admin setup was successful."
9662
+ msgstr "Admin de Segurança definido com sucesso."
9663
+
9664
+ #: src/wizards/plugin.php:475 src/wizards/plugin.php:508
9665
+ #: src/wizards/plugin.php:541 src/wizards/plugin.php:579
9666
+ #: src/wizards/plugin.php:688
9667
+ msgid "No changes were made as no option was selected"
9668
+ msgstr "Nenhuma mudança foi realizada assim como nenhuma opção foi selecionada"
9669
+
9670
+ #: src/wizards/plugin.php:492 src/wizards/plugin.php:525
9671
+ #: src/wizards/plugin.php:561 src/wizards/plugin.php:708
9672
+ #, php-format
9673
+ msgid "%s setting could not be changed at this time."
9674
+ msgstr "A configuração do %s não foi alterada neste momento."
9675
+
9676
+ #: src/wizards/plugin.php:589 src/wizards/plugin.php:599
9677
+ msgid "Preferences have been saved."
9678
+ msgstr "As preferências foram salvas."
9679
+
9680
+ #: src/wizards/plugin.php:651
9681
+ msgid "Search item added."
9682
+ msgstr "Item de pesquisa adicionado."
9683
+
9684
+ #: src/wizards/plugin.php:670
9685
+ msgid "All entries were deleted"
9686
+ msgstr "Todas as entradas foram excluídas"
9687
+
9688
+ #: src/wizards/plugin.php:673
9689
+ msgid "Please check the box to confirm deletion."
9690
+ msgstr "Por favor, marque a caixa para confirmar a exclusão."
9691
+
9692
+ #, fuzzy
9693
+ #~ msgid "%s/%s "
9694
+ #~ msgstr "%/%s"
plugin-spec.php CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "properties": {
3
- "version": "7.4.0",
4
- "release_timestamp": 1557742354,
5
  "slug_parent": "icwp",
6
  "slug_plugin": "wpsf",
7
  "human_name": "Shield",
1
  {
2
  "properties": {
3
+ "version": "7.4.1",
4
+ "release_timestamp": 1558340680,
5
  "slug_parent": "icwp",
6
  "slug_plugin": "wpsf",
7
  "human_name": "Shield",
readme.txt CHANGED
@@ -8,7 +8,7 @@ Requires at least: 3.5.0
8
  Requires PHP: 5.4.0
9
  Recommended PHP: 7.0
10
  Tested up to: 5.2
11
- Stable tag: 7.4.0
12
 
13
  Security protection from hackers through smarter automation. Powerful scanners, 2-Factor Auth, limit logins, auto IP blocks & more.
14
 
@@ -364,7 +364,13 @@ You will always be able to use Shield Security and its free features in-full.
364
 
365
  [Go Pro for just $1/month](https://icwp.io/aa).
366
 
367
- = 7.4.0 - Current Release =
 
 
 
 
 
 
368
  *Released: 13th May, 2019* - [Release Notes](https://icwp.io/fc)
369
 
370
  * **(v.0)** NEW: [**PRO**] [Manual/Automatic User Suspension](https://icwp.io/fa)
8
  Requires PHP: 5.4.0
9
  Recommended PHP: 7.0
10
  Tested up to: 5.2
11
+ Stable tag: 7.4.1
12
 
13
  Security protection from hackers through smarter automation. Powerful scanners, 2-Factor Auth, limit logins, auto IP blocks & more.
14
 
364
 
365
  [Go Pro for just $1/month](https://icwp.io/aa).
366
 
367
+ = 7.4.1 - Current Release =
368
+ *Released: 20th May, 2019* - [Release Notes](https://icwp.io/fc)
369
+
370
+ * **(v.1)** NEW: Adjustments and redesign of Shield options pages.
371
+ * **(v.1)** IMPROVED: Further prep for better internationalization.
372
+
373
+ = 7.4 - Series =
374
  *Released: 13th May, 2019* - [Release Notes](https://icwp.io/fc)
375
 
376
  * **(v.0)** NEW: [**PRO**] [Manual/Automatic User Suspension](https://icwp.io/fa)
resources/css/global-plugin.css CHANGED
@@ -290,8 +290,8 @@ tr.icwp-plugin-vulnerability dd {
290
  }
291
  .icwp-toaster {
292
  position: fixed;
293
- top: 60px;
294
- right: 40px;
295
  z-index: 12;
296
  }
297
  .icwp-toaster .toast-body {
290
  }
291
  .icwp-toaster {
292
  position: fixed;
293
+ top: 100px;
294
+ right: 60px;
295
  z-index: 12;
296
  }
297
  .icwp-toaster .toast-body {
resources/css/plugin.css CHANGED
@@ -46,30 +46,21 @@ body {
46
  line-height: 10px;
47
  letter-spacing: -0.5px;
48
  }
49
- .icwp-options-page ul.nav-tabs {
50
- margin: 0;
51
- }
52
- .icwp-options-page ul.nav-tabs li a {
53
- background-color: #e3e3e3;
54
- border: 1px solid transparent;
55
- border-bottom: 0 none;
56
- margin-left: 5px;
57
- }
58
- .icwp-options-page ul.nav-tabs li a:focus {
59
- box-shadow: none;
60
- }
61
- .icwp-options-page ul.nav-tabs li a:hover {
62
- background-color: #dddddd;
63
- border-color: #999999;
64
  }
65
- .icwp-options-page .form-actions {
66
  background-color: #d8d8d8;
67
- border: 0 none;
68
- border-radius: 0 0 10px 10px;
69
- margin: 0;
70
- padding: 27px;
 
 
 
71
  }
72
- .icwp-options-page .form-actions .btn {
73
  padding: 16px 40px;
74
  }
75
  table.table-audit_trail {
@@ -351,7 +342,13 @@ label input[type=checkbox] {
351
  border: 1px solid #cccccc;
352
  background: #f9f9f9;
353
  }
354
- .feature-summary-blocks .feature-icon:before {
 
 
 
 
 
 
355
  -webkit-font-smoothing: antialiased;
356
  display: inline-block;
357
  font: 32px/1 'dashicons';
@@ -411,7 +408,7 @@ label input[type=checkbox] {
411
  font-size: 8px;
412
  }
413
 
414
- .feature-summary-blocks .feature-icon:before {
415
  font-size: 16px;
416
  }
417
  }
@@ -433,48 +430,60 @@ label input[type=checkbox] {
433
  .feature-summary-blocks .feature-summary-block.state-off {
434
  background-color: rgba(239, 141, 49, 0.2);
435
  }
436
- #feature-plugin .feature-icon:before {
 
 
 
437
  content: "\f111";
438
  }
439
- #feature-admin_access_restriction .feature-icon:before {
440
- content: "\f332";
441
  }
442
- #feature-firewall .feature-icon:before {
443
  content: "\f479";
444
  }
445
- #feature-user_management .feature-icon:before {
446
- content: "\f307";
447
  }
448
- #feature-hack_protect .feature-icon:before {
449
- content: "\f153";
450
  }
451
- #feature-headers .feature-icon:before {
452
  content: "\f163";
453
  }
454
- #feature-login_protect .feature-icon:before {
455
  content: "\f112";
456
  }
457
- #feature-comments_filter .feature-icon:before {
458
- content: "\f125";
459
  }
460
- #feature-autoupdates .feature-icon:before {
461
  content: "\f463";
462
  }
463
- #feature-lockdown .feature-icon:before {
464
  content: "\f160";
465
  }
466
- #feature-audit_trail .feature-icon:before {
467
  content: "\f115";
468
  }
469
- #feature-ips .feature-icon:before {
470
- content: "\f230";
471
  }
472
- #feature-support {
473
- display: none;
474
  }
475
- #feature-support .feature-icon:before {
476
  content: "\f525";
477
  }
 
 
 
 
 
 
 
 
 
478
  input[type="email"] {
479
  height: 28px;
480
  }
@@ -602,13 +611,16 @@ label.forcheckbox .summary {
602
  display: inline-block;
603
  width: 40px;
604
  height: 20px;
 
 
605
  }
606
  .icwp-switch .summary {
607
  display: block;
608
  }
609
  /* Hide default HTML checkbox */
 
610
  .icwp-switch input {
611
- opacity: 0;
612
  }
613
  /* The slider */
614
  .icwp-slider {
@@ -654,11 +666,11 @@ input:checked + .icwp-slider:before {
654
  /** NEW FORMS **/
655
 
656
  #wpwrap {
657
- background-color: #e4e4e4;
658
  }
659
  #wpcontent,
660
  #wpbody-content {
661
- background-color: #e4e4e4;
662
  }
663
  #wpfooter {
664
  }
@@ -672,24 +684,21 @@ input:checked + .icwp-slider:before {
672
  #TopPluginIcon {
673
  background: url("../images/pluginlogo_128x128.png?ver=2.0") no-repeat 0 0 #f1f1f1;
674
  border-bottom: 1px solid #cccccc;
675
-
676
- height: 128px;
677
- width: 128px;
678
- background-size: 128px 128px;
679
 
680
  margin-bottom: 7px;
681
  position: relative;
682
  left: 1px;
683
  }
684
  #ColumnModules {
685
- max-width: 128px;
686
- border-right: 1px solid #cccccc;
687
  }
688
  #ColumnOptions {
689
- background-color: #f1f1f1;
690
- border-bottom: 1px solid #cccccc;
691
- border-right: 1px solid #cccccc;
692
  min-width: 590px; /** prevents col breaking **/
 
693
  }
694
  .module-headline {
695
  font-size: 14px;
@@ -704,7 +713,7 @@ input:checked + .icwp-slider:before {
704
  }
705
  .modules a.module {
706
  font-size: 15px;
707
- padding: 0.7rem 0.9rem 0.7rem 1.2rem;
708
  color: #222222;
709
  font-weight: bolder;
710
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
@@ -752,42 +761,11 @@ input:checked + .icwp-slider:before {
752
  border-top-color: #cccccc;
753
  }
754
  .icwp-options-page .tab-content {
755
- background-color: #fcfffc;
756
  border: 1px solid #dddddd;
757
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.05);
758
  min-height: 450px;
759
  }
760
- #ModuleOptionsNav {
761
- margin-top: 20px;
762
- }
763
- #ModuleOptionsNav li {
764
- margin-bottom: 0;
765
- }
766
- #ModuleOptionsNav li a {
767
- border: 1px solid transparent;
768
- font-size: 14px;
769
- min-height: 60px;
770
- margin-right: -1px;
771
- border-radius: 3px 0 0 3px;
772
- color: #006100;
773
- letter-spacing: -0.5px;
774
- margin-left: 7px;
775
- }
776
- #ModuleOptionsNav li a:hover {
777
- background-color: rgba(0, 0, 0, 0.07);
778
- }
779
- #ModuleOptionsNav li a.active {
780
- background-color: #fcfffc;
781
- border: 1px solid #cccccc;
782
- border-right-color: transparent;
783
- z-index: 2;
784
- position: relative;
785
- box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.03);
786
- }
787
- #ModuleOptionsNav li a:active,
788
- #ModuleOptionsNav li a:focus {
789
- box-shadow: none;
790
- }
791
  .smoothwidth {
792
  transition: width 4.5s;
793
  }
@@ -948,6 +926,12 @@ th.column-request_info {
948
  background-color: rgba(0, 0, 0, 0.04);
949
  color: green;
950
  }
 
 
 
 
 
 
951
  .is-not-pro #NavItem-license {
952
  color: #09b740;
953
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
@@ -956,6 +940,10 @@ th.column-request_info {
956
  #odp-PageMain {
957
  font-size: 13px;
958
  }
 
 
 
 
959
  .insights_section {
960
  margin-top: 20px;
961
  }
@@ -1199,6 +1187,78 @@ table.odp-table.scan-table td.column-path code {
1199
  .form-check input[type=radio] {
1200
  margin-top: 4px;
1201
  }
1202
- .form-check-label {
1203
- margin-left: 26px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1204
  }
46
  line-height: 10px;
47
  letter-spacing: -0.5px;
48
  }
49
+ #ColumnOptions .form-actions {
50
+ position: fixed;
51
+ bottom: 0;
 
 
 
 
 
 
 
 
 
 
 
 
52
  }
53
+ #ColumnOptions .form-actions .row > div {
54
  background-color: #d8d8d8;
55
+ box-shadow: -2px 6px 2px rgba(0, 0, 0, 0.3);
56
+ z-index: 1000;
57
+ text-align: center;
58
+ padding: 40px 0;
59
+ }
60
+ #ColumnOptions form {
61
+ margin-bottom: 50px;
62
  }
63
+ #ColumnOptions .form-actions .btn {
64
  padding: 16px 40px;
65
  }
66
  table.table-audit_trail {
342
  border: 1px solid #cccccc;
343
  background: #f9f9f9;
344
  }
345
+ .module-icon:before {
346
+ -webkit-font-smoothing: antialiased;
347
+ display: inline-block;
348
+ font: 32px/1 'dashicons';
349
+ vertical-align: top;
350
+ }
351
+ .feature-summary-blocks .module-icon:before {
352
  -webkit-font-smoothing: antialiased;
353
  display: inline-block;
354
  font: 32px/1 'dashicons';
408
  font-size: 8px;
409
  }
410
 
411
+ .feature-summary-blocks .module-icon:before {
412
  font-size: 16px;
413
  }
414
  }
430
  .feature-summary-blocks .feature-summary-block.state-off {
431
  background-color: rgba(239, 141, 49, 0.2);
432
  }
433
+ .module-icon-insights:before {
434
+ content: "\f179";
435
+ }
436
+ .module-icon-plugin:before {
437
  content: "\f111";
438
  }
439
+ .module-icon-admin_access_restriction:before {
440
+ content: "\f155";
441
  }
442
+ .module-icon-firewall:before {
443
  content: "\f479";
444
  }
445
+ .module-icon-user_management:before {
446
+ content: "\f110";
447
  }
448
+ .module-icon-hack_protect:before {
449
+ content: "\f332";
450
  }
451
+ .module-icon-headers:before {
452
  content: "\f163";
453
  }
454
+ .module-icon-login_protect:before {
455
  content: "\f112";
456
  }
457
+ .module-icon-comments_filter:before {
458
+ content: "\f117";
459
  }
460
+ .module-icon-autoupdates:before {
461
  content: "\f463";
462
  }
463
+ .module-icon-lockdown:before {
464
  content: "\f160";
465
  }
466
+ .module-icon-audit_trail:before {
467
  content: "\f115";
468
  }
469
+ .module-icon-ips:before {
470
+ content: "\f534";
471
  }
472
+ .module-icon-traffic:before {
473
+ content: "\f319";
474
  }
475
+ .module-icon-support:before {
476
  content: "\f525";
477
  }
478
+ .dropdown-item .module-icon:before {
479
+ font-size: 1.6rem;
480
+ }
481
+ .dropdown-item .module-name {
482
+ margin-left: 10px;
483
+ }
484
+ .dropdown-item.active {
485
+ background-color: rgba(69, 119, 0, 1);
486
+ }
487
  input[type="email"] {
488
  height: 28px;
489
  }
611
  display: inline-block;
612
  width: 40px;
613
  height: 20px;
614
+ vertical-align: -8px;
615
+ margin-right: 8px;
616
  }
617
  .icwp-switch .summary {
618
  display: block;
619
  }
620
  /* Hide default HTML checkbox */
621
+ /*.icwp-switch input:disabled,*/
622
  .icwp-switch input {
623
+ opacity: 0 !important;
624
  }
625
  /* The slider */
626
  .icwp-slider {
666
  /** NEW FORMS **/
667
 
668
  #wpwrap {
669
+ background-color: #f1f1f1;
670
  }
671
  #wpcontent,
672
  #wpbody-content {
673
+ background-color: #f1f1f1;
674
  }
675
  #wpfooter {
676
  }
684
  #TopPluginIcon {
685
  background: url("../images/pluginlogo_128x128.png?ver=2.0") no-repeat 0 0 #f1f1f1;
686
  border-bottom: 1px solid #cccccc;
687
+ height: 76px;
688
+ width: 76px;
689
+ background-size: 76px 76px;
 
690
 
691
  margin-bottom: 7px;
692
  position: relative;
693
  left: 1px;
694
  }
695
  #ColumnModules {
696
+ max-width: 77px;
697
+ text-align: center;
698
  }
699
  #ColumnOptions {
 
 
 
700
  min-width: 590px; /** prevents col breaking **/
701
+ margin-bottom: 45px; /** acount for fix save button **/
702
  }
703
  .module-headline {
704
  font-size: 14px;
713
  }
714
  .modules a.module {
715
  font-size: 15px;
716
+ padding: 0.6rem 0.9rem;
717
  color: #222222;
718
  font-weight: bolder;
719
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
761
  border-top-color: #cccccc;
762
  }
763
  .icwp-options-page .tab-content {
764
+ background-color: #f1f1f1;
765
  border: 1px solid #dddddd;
766
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.05);
767
  min-height: 450px;
768
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
769
  .smoothwidth {
770
  transition: width 4.5s;
771
  }
926
  background-color: rgba(0, 0, 0, 0.04);
927
  color: green;
928
  }
929
+ .nav-link.module.notenabled .module-icon:before {
930
+ color: rgb(90, 34, 0);
931
+ }
932
+ .nav-link.module.enabled .module-icon:before {
933
+ color: rgba(69, 119, 0, 1);
934
+ }
935
  .is-not-pro #NavItem-license {
936
  color: #09b740;
937
  text-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
940
  #odp-PageMain {
941
  font-size: 13px;
942
  }
943
+ .odp-outercontainer.icwp-wpsf-insights.settings #odp-PageMain {
944
+ position: relative;
945
+ top: 20px;
946
+ }
947
  .insights_section {
948
  margin-top: 20px;
949
  }
1187
  .form-check input[type=radio] {
1188
  margin-top: 4px;
1189
  }
1190
+ .form-check .form-check-label {
1191
+ margin-left: 8px;
1192
+ }
1193
+ input[type=checkbox].form-check-input {
1194
+ margin-top: 5px;
1195
+ margin-left: -20px;
1196
+ margin-right: 5px;
1197
+ }
1198
+ .icwp-switch input[type=checkbox].form-check-input {
1199
+ z-index: 10;
1200
+ margin: 0;
1201
+ border-width: 10px 20px;
1202
+ }
1203
+ /** copied from bootstrap to override WP admin styles */
1204
+ .wp-admin select.custom-select {
1205
+ height: calc(1.5em + 0.75rem + 2px);
1206
+ padding: 0.375rem 1.75rem 0.375rem 0.75rem;
1207
+ }
1208
+ .content-options {
1209
+ font-size: 14px;
1210
+ padding-top: 10px;
1211
+ }
1212
+ #ModuleOptionsNav.nav-tabs {
1213
+ border: 0 none;
1214
+ margin: 0;
1215
+ }
1216
+ #ModuleOptionsNav.nav-tabs a.nav-link {
1217
+ padding: 0.5rem 0.7rem;
1218
+ background-color: rgba(0, 0, 0, 0.06);
1219
+ border: 1px solid rgba(0, 0, 0, 0.06);
1220
+ border-bottom: 0 none;
1221
+ margin-left: 6px;
1222
+ font-size: 14px;
1223
+ }
1224
+ #ModuleOptionsNav.nav-tabs a.nav-link.active,
1225
+ #ModuleOptionsNav.nav-tabs a.nav-link.active:hover {
1226
+ background-color: transparent;
1227
+ border-color: rgba(0, 0, 0, 0.1);
1228
+ }
1229
+ #ModuleOptionsNav.nav-tabs a.nav-link:hover {
1230
+ background-color: #dddddd;
1231
+ border-color: #999999;
1232
+ }
1233
+ .content-options .tab-content {
1234
+ border-top: 0 none;
1235
+ padding-top: 14px;
1236
+ }
1237
+ .content-options .form-group.row {
1238
+ margin-bottom: 20px;
1239
+ padding-bottom: 15px;
1240
+ border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
1241
+ }
1242
+ .content-options .option-section-summary,
1243
+ .content-options .option-description {
1244
+ font-size: 12px;
1245
+ border: 1px solid rgba(0, 0, 0, 0.06);
1246
+ margin-top: 4px;
1247
+ padding: 5px 9px;
1248
+ background-color: rgba(255, 255, 255, 0.4);
1249
+ }
1250
+ .content-options .option-section-summary {
1251
+ margin-bottom: 12px;
1252
+ padding-top: 8px;
1253
+ }
1254
+ .content-options .option-links {
1255
+ font-size: 12px;
1256
+ }
1257
+ .content-options .option-links a {
1258
+ color: rgba(69, 119, 0, 1);
1259
+ }
1260
+
1261
+
1262
+ .tooltip .arrow {
1263
+ display: none !important;
1264
  }
resources/js/plugin.js CHANGED
@@ -7,26 +7,9 @@ var iCWP_WPSF_OptionsPages = new function () {
7
  iCWP_WPSF_BodyOverlay.show();
8
  };
9
 
10
- var moveCarousel0 = function ( event ) {
11
- moveCarousel( 0 );
12
- };
13
- var moveCarousel1 = function ( event ) {
14
- moveCarousel( 1 );
15
- };
16
- var moveCarousel2 = function ( event ) {
17
- moveCarousel( 2 );
18
- };
19
-
20
- var moveCarousel = function ( nSlide ) {
21
- jQuery( '.icwp-carousel' ).carousel( nSlide );
22
- };
23
-
24
  this.initialise = function () {
25
  jQuery( document ).ready( function () {
26
  jQuery( document ).on( "click", "a.nav-link.module", showWaiting );
27
- jQuery( document ).on( "click", "a.icwp-carousel-0", moveCarousel0 );
28
- jQuery( document ).on( "click", "a.icwp-carousel-1", moveCarousel1 );
29
- jQuery( document ).on( "click", "a.icwp-carousel-2", moveCarousel2 );
30
 
31
  /** Track active tab */
32
  jQuery( document ).on( "click", "#ModuleOptionsNav a.nav-link", function ( e ) {
@@ -38,37 +21,36 @@ var iCWP_WPSF_OptionsPages = new function () {
38
  window.location.hash = jQuery( e.target ).attr( "href" ).substr( 1 );
39
  } );
40
 
41
- var sActiveTabHash = window.location.hash;
42
- if ( sActiveTabHash ) {
43
- jQuery( '#ModuleOptionsNav a[href="' + window.location.hash + '"]' ).tab( 'show' );
44
- }
45
  } );
46
  };
47
 
48
- }();
49
-
50
-
51
- if ( false && typeof icwp_wpsf_vars_base !== 'undefined' ) {
52
- var iCWP_WPSF_OptsPageRender = new function () {
 
53
 
54
- this.initialise = function () {
55
- jQuery( document ).ready( function () {
56
 
57
- jQuery.post( ajaxurl, icwp_wpsf_vars_base.ajax.mod_opts_render,
58
- function ( oResponse ) {
59
- jQuery( '#ContentHolder' ).html( oResponse.data.html );
60
- }
61
- ).fail(
62
- function () {
63
- }
64
- ).always( function () {
65
- }
66
- );
67
- } );
68
- };
69
- }();
70
- iCWP_WPSF_OptsPageRender.initialise();
71
- }
 
 
72
 
73
  var iCWP_WPSF_Toaster = new function () {
74
 
@@ -97,6 +79,7 @@ iCWP_WPSF_Toaster.initialise();
97
  var iCWP_WPSF_OptionsFormSubmit = new function () {
98
 
99
  var bRequestCurrentlyRunning = false;
 
100
 
101
  this.submit = function ( sMessage, bSuccess ) {
102
  var $oDiv = createDynDiv( bSuccess ? 'success' : 'failed' );
@@ -107,6 +90,10 @@ var iCWP_WPSF_OptionsFormSubmit = new function () {
107
  }, 4000 );
108
  };
109
 
 
 
 
 
110
  /**
111
  */
112
  var submitOptionsForm = function ( event ) {
@@ -140,7 +127,7 @@ var iCWP_WPSF_OptionsFormSubmit = new function () {
140
  * for patterns within them.
141
  */
142
  var aReq = jQuery.extend(
143
- icwp_wpsf_vars_base.ajax.mod_options,
144
  {
145
  'form_params': Base64.encode( $oForm.serialize() ),
146
  'enc_params': 'b64'
@@ -164,7 +151,7 @@ var iCWP_WPSF_OptionsFormSubmit = new function () {
164
  function () {
165
  iCWP_WPSF_Toaster.showMessage( 'The request was blocked. Retrying an alternative...', false );
166
  aReq = jQuery.extend(
167
- icwp_wpsf_vars_base.ajax.mod_options,
168
  {
169
  'form_params': Base64.encode( LZString.compress( $oForm.serialize() ) ),
170
  'enc_params': 'lz-string'
@@ -187,8 +174,8 @@ var iCWP_WPSF_OptionsFormSubmit = new function () {
187
  ).always( function () {
188
  bRequestCurrentlyRunning = false;
189
  setTimeout( function () {
190
- location.reload( true );
191
- }, 2000 );
192
  }
193
  );
194
  }
@@ -200,7 +187,7 @@ var iCWP_WPSF_OptionsFormSubmit = new function () {
200
 
201
  this.initialise = function () {
202
  jQuery( document ).ready( function () {
203
- jQuery( document ).on( "submit", "form.icwpOptionsForm", submitOptionsForm );
204
  } );
205
  };
206
  }();
7
  iCWP_WPSF_BodyOverlay.show();
8
  };
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  this.initialise = function () {
11
  jQuery( document ).ready( function () {
12
  jQuery( document ).on( "click", "a.nav-link.module", showWaiting );
 
 
 
13
 
14
  /** Track active tab */
15
  jQuery( document ).on( "click", "#ModuleOptionsNav a.nav-link", function ( e ) {
21
  window.location.hash = jQuery( e.target ).attr( "href" ).substr( 1 );
22
  } );
23
 
24
+ jQuery( document ).on( "odp-optsrender", focusTab );
 
 
 
25
  } );
26
  };
27
 
28
+ var focusTab = function ( evt ) {
29
+ var sActiveTabHash = window.location.hash;
30
+ if ( typeof sActiveTabHash !== 'undefined' ) {
31
+ jQuery( '#ModuleOptionsNav a[href="' + sActiveTabHash + '"]' ).tab( 'show' );
32
+ }
33
+ };
34
 
35
+ }();
 
36
 
37
+ let iCWP_WPSF_OptsPageRender = new function () {
38
+ this.renderForm = function ( aAjaxReqData ) {
39
+ iCWP_WPSF_BodyOverlay.show();
40
+ jQuery.post( ajaxurl, aAjaxReqData,
41
+ function ( oResponse ) {
42
+ jQuery( '#ColumnOptions .content-options' ).html( oResponse.data.html )
43
+ .trigger( 'odp-optsrender' );
44
+ }
45
+ ).fail(
46
+ function () {
47
+ }
48
+ ).always( function () {
49
+ iCWP_WPSF_BodyOverlay.hide();
50
+ }
51
+ );
52
+ };
53
+ }();
54
 
55
  var iCWP_WPSF_Toaster = new function () {
56
 
79
  var iCWP_WPSF_OptionsFormSubmit = new function () {
80
 
81
  var bRequestCurrentlyRunning = false;
82
+ var aAjaxReqParams = icwp_wpsf_vars_base.ajax.mod_options;
83
 
84
  this.submit = function ( sMessage, bSuccess ) {
85
  var $oDiv = createDynDiv( bSuccess ? 'success' : 'failed' );
90
  }, 4000 );
91
  };
92
 
93
+ this.updateAjaxReqParams = function ( aParams ) {
94
+ aAjaxReqParams = aParams;
95
+ };
96
+
97
  /**
98
  */
99
  var submitOptionsForm = function ( event ) {
127
  * for patterns within them.
128
  */
129
  var aReq = jQuery.extend(
130
+ aAjaxReqParams,
131
  {
132
  'form_params': Base64.encode( $oForm.serialize() ),
133
  'enc_params': 'b64'
151
  function () {
152
  iCWP_WPSF_Toaster.showMessage( 'The request was blocked. Retrying an alternative...', false );
153
  aReq = jQuery.extend(
154
+ aAjaxReqParams,
155
  {
156
  'form_params': Base64.encode( LZString.compress( $oForm.serialize() ) ),
157
  'enc_params': 'lz-string'
174
  ).always( function () {
175
  bRequestCurrentlyRunning = false;
176
  setTimeout( function () {
177
+ location.reload();
178
+ }, 1000 );
179
  }
180
  );
181
  }
187
 
188
  this.initialise = function () {
189
  jQuery( document ).ready( function () {
190
+ jQuery( document ).on( "submit", 'form.icwpOptionsForm', submitOptionsForm );
191
  } );
192
  };
193
  }();
src/config/feature-hack_protect.php CHANGED
@@ -183,6 +183,7 @@
183
  "key": "wpvuln_scan_display",
184
  "section": "section_wpvuln_scan",
185
  "default": "enabled_admin",
 
186
  "type": "select",
187
  "value_options": [
188
  {
@@ -473,6 +474,7 @@
473
  {
474
  "key": "ptg_depth",
475
  "section": "section_pluginthemes_guard",
 
476
  "type": "integer",
477
  "default": 1,
478
  "min": 0,
@@ -485,6 +487,7 @@
485
  {
486
  "key": "ptg_extensions",
487
  "section": "section_pluginthemes_guard",
 
488
  "default": [
489
  "php",
490
  "php5",
@@ -555,7 +558,7 @@
555
  "default": 0
556
  },
557
  {
558
- "key": "insights_last_scan_mal_at",
559
  "section": "section_non_ui",
560
  "transferable": false,
561
  "type": "integer",
@@ -696,77 +699,6 @@
696
  "wp-content/index.php",
697
  "wp-content/plugins/index.php",
698
  "wp-content/themes/index.php"
699
- ],
700
- "wizards": {
701
- "ptg": {
702
- "title": "Manually Run Plugin/Theme Guard Scanner",
703
- "desc": "Walks you through the scanning for any changes to your plugins and themes.",
704
- "min_user_permissions": "manage_options",
705
- "steps": {
706
- "start": {
707
- "security_admin": false,
708
- "title": "Start: Plugin/Theme Guard"
709
- },
710
- "scanresult_plugins": {
711
- "title": "Scan Results - Plugins"
712
- },
713
- "scanresult_themes": {
714
- "title": "Scan Results - Themes"
715
- },
716
- "config": {
717
- "title": "Setup Scan Automation"
718
- },
719
- "finished": {
720
- "security_admin": false,
721
- "title": "Finished: Plugin/Theme Guard Scanner"
722
- }
723
- }
724
- },
725
- "ufc": {
726
- "title": "Manually Run Unrecognised File Scanner",
727
- "desc": "Walks you through the scanning for unrecognised files present in your WordPress core installation.",
728
- "min_user_permissions": "manage_options",
729
- "steps": {
730
- "start": {
731
- "security_admin": false,
732
- "title": "Start: Unrecognised File Scanner"
733
- },
734
- "exclusions": {
735
- "title": "Exclude Files"
736
- },
737
- "scanresult": {
738
- "title": "Scan Results"
739
- },
740
- "config": {
741
- "title": "Setup Scan Automation"
742
- },
743
- "finished": {
744
- "security_admin": false,
745
- "title": "Finished: Unrecognised File Scanner"
746
- }
747
- }
748
- },
749
- "wcf": {
750
- "title": "Manually Run WordPress Core File Scanner",
751
- "desc": "Walks you through the scanning for unintended changes to your official WordPress core files.",
752
- "min_user_permissions": "manage_options",
753
- "steps": {
754
- "start": {
755
- "security_admin": false,
756
- "title": "Start: WordPress Core File Scanner"
757
- },
758
- "scanresult": {
759
- "title": "Scan Results"
760
- },
761
- "config": {
762
- "title": "Setup Scan Automation"
763
- },
764
- "finished": {
765
- "security_admin": false,
766
- "title": "Finished: WordPress Core File Scanner"
767
- }
768
- }
769
- }
770
- }
771
  }
772
  }
183
  "key": "wpvuln_scan_display",
184
  "section": "section_wpvuln_scan",
185
  "default": "enabled_admin",
186
+ "premium": true,
187
  "type": "select",
188
  "value_options": [
189
  {
474
  {
475
  "key": "ptg_depth",
476
  "section": "section_pluginthemes_guard",
477
+ "premium": true,
478
  "type": "integer",
479
  "default": 1,
480
  "min": 0,
487
  {
488
  "key": "ptg_extensions",
489
  "section": "section_pluginthemes_guard",
490
+ "premium": true,
491
  "default": [
492
  "php",
493
  "php5",
558
  "default": 0
559
  },
560
  {
561
+ "key": "notready_insights_last_scan_mal_at",
562
  "section": "section_non_ui",
563
  "transferable": false,
564
  "type": "integer",
699
  "wp-content/index.php",
700
  "wp-content/plugins/index.php",
701
  "wp-content/themes/index.php"
702
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
703
  }
704
  }
src/config/feature-insights.php CHANGED
@@ -6,7 +6,7 @@
6
  "menu_title": "Security Dashboard",
7
  "menu_priority": "5",
8
  "show_module_menu_item": true,
9
- "show_module_options": true,
10
  "auto_enabled": true,
11
  "storage_key": "insights",
12
  "show_central": false,
6
  "menu_title": "Security Dashboard",
7
  "menu_priority": "5",
8
  "show_module_menu_item": true,
9
+ "show_module_options": false,
10
  "auto_enabled": true,
11
  "storage_key": "insights",
12
  "show_central": false,
src/config/feature-lockdown.php CHANGED
@@ -2,7 +2,7 @@
2
  "slug": "lockdown",
3
  "properties": {
4
  "slug": "lockdown",
5
- "name": "Lockdown",
6
  "show_module_menu_item": false,
7
  "show_module_options": true,
8
  "storage_key": "lockdown",
2
  "slug": "lockdown",
3
  "properties": {
4
  "slug": "lockdown",
5
+ "name": "WP Lockdown",
6
  "show_module_menu_item": false,
7
  "show_module_options": true,
8
  "storage_key": "lockdown",
src/config/feature-login_protect.php CHANGED
@@ -490,32 +490,6 @@
490
  }
491
  ],
492
  "definitions": {
493
- "login_intent_timeout": 5,
494
- "wizards": {
495
- "mfa": {
496
- "title": "Configure Multi-Factor Login Authentication",
497
- "desc": "Easily setup multi-factor login authentication, using Email and Google Authenticator.",
498
- "min_user_permissions": "manage_options",
499
- "steps": {
500
- "start": {
501
- "security_admin": false,
502
- "title": "Start: Multi-Factor Authentication"
503
- },
504
- "authemail": {
505
- "title": "Email Authentication"
506
- },
507
- "authga": {
508
- "title": "Google Authenticator"
509
- },
510
- "multiselect": {
511
- "title": "Select Multifactor Auth"
512
- },
513
- "finished": {
514
- "security_admin": false,
515
- "title": "Finished: Multi-Factor Authentication"
516
- }
517
- }
518
- }
519
- }
520
  }
521
  }
490
  }
491
  ],
492
  "definitions": {
493
+ "login_intent_timeout": 5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
494
  }
495
  }
src/config/feature-plugin.php CHANGED
@@ -52,7 +52,8 @@
52
  "valid_admin": true,
53
  "delay_days": 15,
54
  "type": "promo",
55
- "twig": true
 
56
  },
57
  "rate-plugin": {
58
  "id": "rate-plugin",
@@ -447,8 +448,8 @@
447
  "created_at",
448
  "deleted_at"
449
  ],
450
- "geoip_table_name": "geoip",
451
- "geoip_table_columns": [
452
  "id",
453
  "ip",
454
  "meta",
@@ -459,6 +460,7 @@
459
  {
460
  "slug": "insights",
461
  "storage_key": "insights",
 
462
  "menu_priority": 5
463
  },
464
  {
@@ -577,28 +579,6 @@
577
  "title": "Thank You!"
578
  }
579
  }
580
- },
581
- "gdpr": {
582
- "title": "GDPR Data Wizard",
583
- "desc": "Walks you through the searching and removal of personally identifiable data.",
584
- "min_user_permissions": "manage_options",
585
- "has_premium": true,
586
- "steps": {
587
- "start": {
588
- "security_admin": false,
589
- "title": "Start: GDPR Compliance"
590
- },
591
- "search": {
592
- "title": "Input Search"
593
- },
594
- "results": {
595
- "title": "Search Results"
596
- },
597
- "finished": {
598
- "security_admin": false,
599
- "title": "Finished: GDPR Compliance"
600
- }
601
- }
602
  }
603
  }
604
  }
52
  "valid_admin": true,
53
  "delay_days": 15,
54
  "type": "promo",
55
+ "twig": true,
56
+ "drip_form_id": "250437573"
57
  },
58
  "rate-plugin": {
59
  "id": "rate-plugin",
448
  "created_at",
449
  "deleted_at"
450
  ],
451
+ "geoip_table_name": "geoip",
452
+ "geoip_table_columns": [
453
  "id",
454
  "ip",
455
  "meta",
460
  {
461
  "slug": "insights",
462
  "storage_key": "insights",
463
+ "load_priority": 1,
464
  "menu_priority": 5
465
  },
466
  {
579
  "title": "Thank You!"
580
  }
581
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
582
  }
583
  }
584
  }
src/features/admin_access_restriction.php CHANGED
@@ -71,11 +71,11 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
71
 
72
  if ( $this->setSecurityAdminStatusOnOff( true ) ) {
73
  $bSuccess = true;
74
- $sMsg = _wpsf__( 'Security Admin Access Key Accepted.' )
75
- .' '._wpsf__( 'Please wait' ).' ...';
76
  }
77
  else {
78
- $sMsg = _wpsf__( 'Failed to process key - you may need to re-login to WordPress.' );
79
  }
80
  }
81
  else {
@@ -84,12 +84,12 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
84
  ->getModule( 'ips' )
85
  ->getProcessor();
86
  $nRemaining = $oIpPro->getRemainingTransgressions() - 1;
87
- $sMsg = _wpsf__( 'Security access key incorrect.' ).' ';
88
  if ( $nRemaining > 0 ) {
89
- $sMsg .= sprintf( _wpsf__( 'Attempts remaining: %s.' ), $nRemaining );
90
  }
91
  else {
92
- $sMsg .= _wpsf__( "No attempts remaining." );
93
  }
94
  $sHtml = $this->renderAdminAccessAjaxLoginForm( $sMsg );
95
  }
@@ -123,7 +123,7 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
123
  'sec_admin_login' => json_encode( $this->getSecAdminLoginAjaxData() )
124
  ],
125
  'strings' => [
126
- 'access_message' => empty( $sMessage ) ? _wpsf__( 'Enter your Security Admin Access Key' ) : $sMessage
127
  ]
128
  ];
129
  return $this->renderTemplate( 'snippets/admin_access_login', $aData );
@@ -310,10 +310,10 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
310
  $bSuccess = $this->checkAdminAccessKeySubmission();
311
 
312
  if ( $bSuccess ) {
313
- $sMessage = _wpsf__( 'Security Admin key accepted.' );
314
  }
315
  else {
316
- $sMessage = _wpsf__( 'Security Admin key not accepted.' );
317
  }
318
  $this->setFlashAdminNotice( $sMessage, $bSuccess );
319
  }
@@ -516,9 +516,9 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
516
  'is_sec_admin' => true, // if $nSecTimeLeft > 0
517
  'timeleft' => $this->getSecAdminTimeLeft(), // JS uses milliseconds
518
  'strings' => [
519
- 'confirm' => _wpsf__( 'Security Admin session has timed-out.' ).' '._wpsf__( 'Reload now?' ),
520
- 'nearly' => _wpsf__( 'Security Admin session has nearly timed-out.' ),
521
- 'expired' => _wpsf__( 'Security Admin session has timed-out.' )
522
  ]
523
  ]
524
  );
@@ -532,8 +532,9 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
532
  public function addInsightsConfigData( $aAllData ) {
533
  $aThis = [
534
  'strings' => [
535
- 'title' => _wpsf__( 'Security Admin' ),
536
- 'sub' => sprintf( _wpsf__( 'Prevent Tampering With %s Settings' ), $this->getCon()->getHumanName() ),
 
537
  ],
538
  'key_opts' => [],
539
  'href_options' => $this->getUrl_AdminPage()
@@ -544,33 +545,33 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
544
  }
545
  else {
546
  $aThis[ 'key_opts' ][ 'mod' ] = [
547
- 'name' => _wpsf__( 'Security Admin' ),
548
  'enabled' => $this->isEnabledForUiSummary(),
549
  'summary' => $this->isEnabledForUiSummary() ?
550
- _wpsf__( 'Security plugin is protected against tampering' )
551
- : _wpsf__( 'Security plugin is vulnerable to tampering' ),
552
  'weight' => 2,
553
  'href' => $this->getUrl_DirectLinkToOption( 'admin_access_key' ),
554
  ];
555
 
556
  $bWpOpts = $this->getAdminAccessArea_Options();
557
  $aThis[ 'key_opts' ][ 'wpopts' ] = [
558
- 'name' => _wpsf__( 'Important Options' ),
559
  'enabled' => $bWpOpts,
560
  'summary' => $bWpOpts ?
561
- _wpsf__( 'Important WP options are protected against tampering' )
562
- : _wpsf__( "Important WP options aren't protected against tampering" ),
563
  'weight' => 2,
564
  'href' => $this->getUrl_DirectLinkToOption( 'admin_access_restrict_options' ),
565
  ];
566
 
567
  $bUsers = $this->isAdminAccessAdminUsersEnabled();
568
  $aThis[ 'key_opts' ][ 'adminusers' ] = [
569
- 'name' => _wpsf__( 'WP Admins' ),
570
  'enabled' => $bUsers,
571
  'summary' => $bUsers ?
572
- _wpsf__( 'Admin users are protected against tampering' )
573
- : _wpsf__( "Admin users aren't protected against tampering" ),
574
  'weight' => 1,
575
  'href' => $this->getUrl_DirectLinkToOption( 'admin_access_restrict_admin_users' ),
576
  ];
@@ -587,7 +588,7 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
587
  public function addInsightsNoticeData( $aAllNotices ) {
588
 
589
  $aNotices = [
590
- 'title' => _wpsf__( 'Security Admin Protection' ),
591
  'messages' => []
592
  ];
593
 
@@ -596,12 +597,12 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
596
  $aNotices[ 'messages' ][ 'sec_admin' ] = [
597
  'title' => 'Security Plugin Unprotected',
598
  'message' => sprintf(
599
- _wpsf__( "The Security Admin protection is not active." ),
600
  $this->getCon()->getHumanName()
601
  ),
602
  'href' => $this->getUrl_AdminPage(),
603
- 'action' => sprintf( 'Go To %s', _wpsf__( 'Options' ) ),
604
- 'rec' => _wpsf__( 'Security Admin should be turned-on to protect your security settings.' )
605
  ];
606
  }
607
  }
@@ -631,48 +632,48 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
631
  switch ( $sSectionSlug ) {
632
 
633
  case 'section_enable_plugin_feature_admin_access_restriction' :
634
- $sTitle = sprintf( _wpsf__( 'Enable Module: %s' ), $this->getMainFeatureName() );
 
635
  $aSummary = [
636
- sprintf( '%s - %s', _wpsf__( 'Purpose' ), _wpsf__( 'Restricts access to this plugin preventing unauthorized changes to your security settings.' ) ),
637
- sprintf( '%s - %s', _wpsf__( 'Recommendation' ), sprintf( _wpsf__( 'Keep the %s feature turned on.' ), _wpsf__( 'Security Admin' ) ) ),
638
- sprintf( _wpsf__( 'You need to also enter a new Access Key to enable this feature.' ) ),
639
  ];
640
- $sTitleShort = sprintf( _wpsf__( '%s/%s Module' ), _wpsf__( 'Enable' ), _wpsf__( 'Disable' ) );
641
  break;
642
 
643
  case 'section_admin_access_restriction_settings' :
644
- $sTitle = _wpsf__( 'Security Admin Restriction Settings' );
645
  $aSummary = [
646
- sprintf( '%s - %s', _wpsf__( 'Purpose' ), _wpsf__( 'Restricts access to this plugin preventing unauthorized changes to your security settings.' ) ),
647
- sprintf( '%s - %s', _wpsf__( 'Recommendation' ), _wpsf__( 'Use of this feature is highly recommend.' ) ),
648
  ];
649
- $sTitleShort = _wpsf__( 'Security Admin Settings' );
650
  break;
651
 
652
  case 'section_admin_access_restriction_areas' :
653
- $sTitle = _wpsf__( 'Security Admin Restriction Zones' );
654
  $aSummary = [
655
- sprintf( '%s - %s', _wpsf__( 'Purpose' ), _wpsf__( 'Restricts access to key WordPress areas for all users not authenticated with the Security Admin Access system.' ) ),
656
- sprintf( '%s - %s', _wpsf__( 'Recommendation' ), _wpsf__( 'Use of this feature is highly recommend.' ) ),
657
  ];
658
- $sTitleShort = _wpsf__( 'Access Restriction Zones' );
659
  break;
660
 
661
  case 'section_whitelabel' :
662
- $sTitle = _wpsf__( 'White Label' );
663
  $aSummary = [
664
  sprintf( '%s - %s',
665
- _wpsf__( 'Purpose' ),
666
- sprintf( _wpsf__( 'Rename and re-brand the %s plugin for your client site installations.' ),
667
  $sPluginName )
668
  ),
669
  sprintf( '%s - %s',
670
- _wpsf__( 'Important' ),
671
- sprintf( _wpsf__( 'The Security Admin system must be active for these settings to apply.' ),
672
  $sPluginName )
673
  )
674
  ];
675
- $sTitleShort = _wpsf__( 'White Label' );
676
  break;
677
 
678
  default:
@@ -696,135 +697,135 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
696
  switch ( $sKey ) {
697
 
698
  case 'enable_admin_access_restriction' :
699
- $sName = sprintf( _wpsf__( 'Enable %s Module' ), _wpsf__( 'Security Admin' ) );
700
- $sSummary = _wpsf__( 'Enforce Security Admin Access Restriction' );
701
- $sDescription = _wpsf__( 'Enable this with great care and consideration. Ensure that you set a key that you have set an access key that you will remember.' );
702
  break;
703
 
704
  case 'admin_access_key' :
705
- $sName = _wpsf__( 'Security Admin Access Key' );
706
- $sSummary = _wpsf__( 'Provide/Update Security Admin Access Key' );
707
- $sDescription = sprintf( '%s: %s', _wpsf__( 'Careful' ), _wpsf__( 'If you forget this, you could potentially lock yourself out from using this plugin.' ) )
708
- .'<br/><strong>'.( $this->hasAccessKey() ? _wpsf__( 'Security Key Currently Set' ) : _wpsf__( 'Security Key NOT Currently Set' ) ).'</strong>'
709
- .( $this->hasAccessKey() ? '<br/>'.sprintf( _wpsf__( 'To delete the current security key, type exactly "%s" and save.' ), '<strong>DELETE</strong>' ) : '' );
710
  break;
711
 
712
  case 'sec_admin_users' :
713
- $sName = _wpsf__( 'Security Admins' );
714
- $sSummary = _wpsf__( 'Persistent Security Admins' );
715
- $sDescription = _wpsf__( "Users provided will be security admins automatically, without needing the security key." )
716
- .'<br/>'._wpsf__( 'Enter admin username, email or ID.' ).' '._wpsf__( '1 entry per-line.' )
717
- .'<br/>'.sprintf( '%s: %s', _wpsf__( 'Note' ), _wpsf__( 'Verified users will be converted to usernames.' ) );
718
  break;
719
 
720
  case 'admin_access_timeout' :
721
- $sName = _wpsf__( 'Security Admin Timeout' );
722
- $sSummary = _wpsf__( 'Specify An Automatic Timeout Interval For Security Admin Access' );
723
- $sDescription = _wpsf__( 'This will automatically expire your Security Admin Session.' )
724
  .'<br />'
725
  .sprintf(
726
  '%s: %s',
727
- _wpsf__( 'Default' ),
728
  sprintf( '%s minutes', $this->getOptionsVo()
729
  ->getOptDefault( 'admin_access_timeout' ) )
730
  );
731
  break;
732
 
733
  case 'admin_access_restrict_posts' :
734
- $sName = _wpsf__( 'Pages' );
735
- $sSummary = _wpsf__( 'Restrict Access To Key WordPress Posts And Pages Actions' );
736
- $sDescription = sprintf( '%s: %s', _wpsf__( 'Careful' ), _wpsf__( 'This will restrict access to page/post creation, editing and deletion.' ) )
737
- .'<br />'.sprintf( '%s: %s', _wpsf__( 'Note' ), sprintf( _wpsf__( 'Selecting "%s" will also restrict all other options.' ), _wpsf__( 'Edit' ) ) );
738
  break;
739
 
740
  case 'admin_access_restrict_plugins' :
741
- $sName = _wpsf__( 'Plugins' );
742
- $sSummary = _wpsf__( 'Restrict Access To Key WordPress Plugin Actions' );
743
- $sDescription = sprintf( '%s: %s', _wpsf__( 'Careful' ), _wpsf__( 'This will restrict access to plugin installation, update, activation and deletion.' ) )
744
- .'<br />'.sprintf( '%s: %s', _wpsf__( 'Note' ), sprintf( _wpsf__( 'Selecting "%s" will also restrict all other options.' ), _wpsf__( 'Activate' ) ) );
745
  break;
746
 
747
  case 'admin_access_restrict_options' :
748
- $sName = _wpsf__( 'WordPress Options' );
749
- $sSummary = _wpsf__( 'Restrict Access To Certain WordPress Admin Options' );
750
- $sDescription = sprintf( '%s: %s', _wpsf__( 'Careful' ), _wpsf__( 'This will restrict the ability of WordPress administrators from changing key WordPress settings.' ) );
751
  break;
752
 
753
  case 'admin_access_restrict_admin_users' :
754
- $sName = _wpsf__( 'Admin Users' );
755
- $sSummary = _wpsf__( 'Restrict Access To Create/Delete/Modify Other Admin Users' );
756
- $sDescription = sprintf( '%s: %s', _wpsf__( 'Careful' ), _wpsf__( 'This will restrict the ability of WordPress administrators from creating, modifying or promoting other administrators.' ) );
757
  break;
758
 
759
  case 'admin_access_restrict_themes' :
760
- $sName = _wpsf__( 'Themes' );
761
- $sSummary = _wpsf__( 'Restrict Access To WordPress Theme Actions' );
762
- $sDescription = sprintf( '%s: %s', _wpsf__( 'Careful' ), _wpsf__( 'This will restrict access to theme installation, update, activation and deletion.' ) )
763
  .'<br />'.
764
  sprintf( '%s: %s',
765
- _wpsf__( 'Note' ),
766
  sprintf(
767
- _wpsf__( 'Selecting "%s" will also restrict all other options.' ),
768
  sprintf(
769
- _wpsf__( '%s and %s' ),
770
- _wpsf__( 'Activate' ),
771
- _wpsf__( 'Edit Theme Options' )
772
  )
773
  )
774
  );
775
  break;
776
 
777
  case 'whitelabel_enable' :
778
- $sName = sprintf( '%s: %s', _wpsf__( 'Enable' ), _wpsf__( 'White Label' ) );
779
- $sSummary = _wpsf__( 'Activate Your White Label Settings' );
780
- $sDescription = _wpsf__( 'Turn on/off the application of your White Label settings.' );
781
  break;
782
  case 'wl_hide_updates' :
783
- $sName = _wpsf__( 'Hide Updates' );
784
- $sSummary = _wpsf__( 'Hide Plugin Updates From Non-Security Admins' );
785
- $sDescription = sprintf( _wpsf__( 'Hide available %s updates from non-security administrators.' ), $sPluginName );
786
  break;
787
  case 'wl_pluginnamemain' :
788
- $sName = _wpsf__( 'Plugin Name' );
789
- $sSummary = _wpsf__( 'The Name Of The Plugin' );
790
- $sDescription = _wpsf__( 'The name of the plugin that will be displayed to your site users.' );
791
  break;
792
  case 'wl_namemenu' :
793
- $sName = _wpsf__( 'Menu Title' );
794
- $sSummary = _wpsf__( 'The Main Menu Title Of The Plugin' );
795
- $sDescription = sprintf( _wpsf__( 'The Main Menu Title Of The Plugin. If left empty, the "%s" will be used.' ), _wpsf__( 'Plugin Name' ) );
796
  break;
797
  case 'wl_companyname' :
798
- $sName = _wpsf__( 'Company Name' );
799
- $sSummary = _wpsf__( 'The Name Of Your Company' );
800
- $sDescription = _wpsf__( 'Provide the name of your company.' );
801
  break;
802
  case 'wl_description' :
803
- $sName = _wpsf__( 'Description' );
804
- $sSummary = _wpsf__( 'The Description Of The Plugin' );
805
- $sDescription = _wpsf__( 'The description of the plugin displayed on the plugins page.' );
806
  break;
807
  case 'wl_homeurl' :
808
- $sName = _wpsf__( 'Home URL' );
809
- $sSummary = _wpsf__( 'Plugin Home Page URL' );
810
- $sDescription = _wpsf__( "When a user clicks the home link for this plugin, this is where they'll be directed." );
811
  break;
812
  case 'wl_menuiconurl' :
813
- $sName = _wpsf__( 'Menu Icon' );
814
- $sSummary = _wpsf__( 'Menu Icon URL' );
815
- $sDescription = _wpsf__( 'The URL of the icon to display in the menu.' )
816
- .' '.sprintf( _wpsf__( 'The %s should measure %s.' ), _wpsf__( 'icon' ), '16px x 16px' );
817
  break;
818
  case 'wl_dashboardlogourl' :
819
- $sName = _wpsf__( 'Dashboard Logo' );
820
- $sSummary = _wpsf__( 'Dashboard Logo URL' );
821
- $sDescription = _wpsf__( 'The URL of the logo to display in the admin pages.' )
822
- .' '.sprintf( _wpsf__( 'The %s should measure %s.' ), _wpsf__( 'logo' ), '128px x 128px' );
823
  break;
824
  case 'wl_login2fa_logourl' :
825
- $sName = _wpsf__( '2FA Login Logo URL' );
826
- $sSummary = _wpsf__( '2FA Login Logo URL' );
827
- $sDescription = _wpsf__( 'The URL of the logo to display on the Two-Factor Authentication login page.' );
828
  break;
829
 
830
  default:
@@ -888,10 +889,10 @@ class ICWP_WPSF_FeatureHandler_AdminAccessRestriction extends ICWP_WPSF_FeatureH
888
  $oCon = $this->getCon();
889
  if ( !$oCon->isPluginAdmin() ) {
890
  Services::WpGeneral()->wpDie(
891
- _wpsf__( "Sorry, this plugin is protected against unauthorised attempts to disable it." )
71
 
72
  if ( $this->setSecurityAdminStatusOnOff( true ) ) {
73
  $bSuccess = true;
74
+ $sMsg = __( 'Security Admin Access Key Accepted.', 'wp-simple-firewall' )
75
+ .' '.__( 'Please wait', 'wp-simple-firewall' ).' ...';
76
  }
77
  else {
78
+ $sMsg = __( 'Failed to process key - you may need to re-login to WordPress.', 'wp-simple-firewall' );
79
  }
80
  }
81
  else {
84
  ->getModule( 'ips' )
85
  ->getProcessor();
86
  $nRemaining = $oIpPro->getRemainingTransgressions() - 1;
87
+ $sMsg = __( 'Security access key incorrect.', 'wp-simple-firewall' ).' ';
88
  if ( $nRemaining > 0 ) {
89
+ $sMsg .= sprintf( __( 'Attempts remaining: %s.', 'wp-simple-firewall' ), $nRemaining );
90
  }
91
  else {
92
+ $sMsg .= __( "No attempts remaining.", 'wp-simple-firewall' );
93
  }
94
  $sHtml = $this->renderAdminAccessAjaxLoginForm( $sMsg );
95
  }
123
  'sec_admin_login' => json_encode( $this->getSecAdminLoginAjaxData() )
124
  ],
125
  'strings' => [
126
+ 'access_message' => empty( $sMessage ) ? __( 'Enter your Security Admin Access Key', 'wp-simple-firewall' ) : $sMessage
127
  ]
128
  ];
129
  return $this->renderTemplate( 'snippets/admin_access_login', $aData );
310
  $bSuccess = $this->checkAdminAccessKeySubmission();
311
 
312
  if ( $bSuccess ) {
313
+ $sMessage = __( 'Security Admin key accepted.', 'wp-simple-firewall' );
314
  }
315
  else {
316
+ $sMessage = __( 'Security Admin key not accepted.', 'wp-simple-firewall' );
317
  }
318
  $this->setFlashAdminNotice( $sMessage, $bSuccess );
319
  }
516
  'is_sec_admin' => true, // if $nSecTimeLeft > 0
517
  'timeleft' => $this->getSecAdminTimeLeft(), // JS uses milliseconds
518
  'strings' => [
519
+ 'confirm' => __( 'Security Admin session has timed-out.', 'wp-simple-firewall' ).' '.__( 'Reload now?', 'wp-simple-firewall' ),
520
+ 'nearly' => __( 'Security Admin session has nearly timed-out.', 'wp-simple-firewall' ),
521
+ 'expired' => __( 'Security Admin session has timed-out.', 'wp-simple-firewall' )
522
  ]
523
  ]
524
  );
532
  public function addInsightsConfigData( $aAllData ) {
533
  $aThis = [
534
  'strings' => [
535
+ 'title' => __( 'Security Admin', 'wp-simple-firewall' ),
536
+ 'sub' => sprintf( __( 'Prevent Tampering With %s Settings', 'wp-simple-firewall' ), $this->getCon()
537
+ ->getHumanName() ),
538
  ],
539
  'key_opts' => [],
540
  'href_options' => $this->getUrl_AdminPage()
545
  }
546
  else {
547
  $aThis[ 'key_opts' ][ 'mod' ] = [
548
+ 'name' => __( 'Security Admin', 'wp-simple-firewall' ),
549
  'enabled' => $this->isEnabledForUiSummary(),
550
  'summary' => $this->isEnabledForUiSummary() ?
551
+ __( 'Security plugin is protected against tampering', 'wp-simple-firewall' )
552
+ : __( 'Security plugin is vulnerable to tampering', 'wp-simple-firewall' ),
553
  'weight' => 2,
554
  'href' => $this->getUrl_DirectLinkToOption( 'admin_access_key' ),
555
  ];
556
 
557
  $bWpOpts = $this->getAdminAccessArea_Options();
558
  $aThis[ 'key_opts' ][ 'wpopts' ] = [
559
+ 'name' => __( 'Important Options', 'wp-simple-firewall' ),
560
  'enabled' => $bWpOpts,
561
  'summary' => $bWpOpts ?
562
+ __( 'Important WP options are protected against tampering', 'wp-simple-firewall' )
563
+ : __( "Important WP options aren't protected against tampering", 'wp-simple-firewall' ),
564
  'weight' => 2,
565
  'href' => $this->getUrl_DirectLinkToOption( 'admin_access_restrict_options' ),
566
  ];
567
 
568
  $bUsers = $this->isAdminAccessAdminUsersEnabled();
569
  $aThis[ 'key_opts' ][ 'adminusers' ] = [
570
+ 'name' => __( 'WP Admins', 'wp-simple-firewall' ),
571
  'enabled' => $bUsers,
572
  'summary' => $bUsers ?
573
+ __( 'Admin users are protected against tampering', 'wp-simple-firewall' )
574
+ : __( "Admin users aren't protected against tampering", 'wp-simple-firewall' ),
575
  'weight' => 1,
576
  'href' => $this->getUrl_DirectLinkToOption( 'admin_access_restrict_admin_users' ),
577
  ];
588
  public function addInsightsNoticeData( $aAllNotices ) {
589
 
590
  $aNotices = [
591
+ 'title' => __( 'Security Admin Protection', 'wp-simple-firewall' ),
592
  'messages' => []
593
  ];
594
 
597
  $aNotices[ 'messages' ][ 'sec_admin' ] = [
598
  'title' => 'Security Plugin Unprotected',
599
  'message' => sprintf(
600
+ __( "The Security Admin protection is not active.", 'wp-simple-firewall' ),
601
  $this->getCon()->getHumanName()
602
  ),
603
  'href' => $this->getUrl_AdminPage(),
604
+ 'action' => sprintf( 'Go To %s', __( 'Options', 'wp-simple-firewall' ) ),
605
+ 'rec' => __( 'Security Admin should be turned-on to protect your security settings.', 'wp-simple-firewall' )
606
  ];
607
  }
608
  }
632
  switch ( $sSectionSlug ) {
633
 
634
  case 'section_enable_plugin_feature_admin_access_restriction' :
635
+ $sTitleShort = sprintf( '%s/%s', __( 'On', 'wp-simple-firewall' ), __( 'Off', 'wp-simple-firewall' ) );
636
+ $sTitle = sprintf( __( 'Enable Module: %s', 'wp-simple-firewall' ), $this->getMainFeatureName() );
637
  $aSummary = [
638
+ sprintf( '%s - %s', __( 'Purpose', 'wp-simple-firewall' ), __( 'Restricts access to this plugin preventing unauthorized changes to your security settings.', 'wp-simple-firewall' ) ),
639
+ sprintf( '%s - %s', __( 'Recommendation', 'wp-simple-firewall' ), sprintf( __( 'Keep the %s feature turned on.', 'wp-simple-firewall' ), __( 'Security Admin', 'wp-simple-firewall' ) ) ),
640
+ sprintf( __( 'You need to also enter a new Access Key to enable this feature.', 'wp-simple-firewall' ) ),
641
  ];
 
642
  break;
643
 
644
  case 'section_admin_access_restriction_settings' :
645
+ $sTitle = __( 'Security Admin Restriction Settings', 'wp-simple-firewall' );
646
  $aSummary = [
647
+ sprintf( '%s - %s', __( 'Purpose', 'wp-simple-firewall' ), __( 'Restricts access to this plugin preventing unauthorized changes to your security settings.', 'wp-simple-firewall' ) ),
648
+ sprintf( '%s - %s', __( 'Recommendation', 'wp-simple-firewall' ), __( 'Use of this feature is highly recommend.', 'wp-simple-firewall' ) ),
649
  ];
650
+ $sTitleShort = __( 'Security Admin Settings', 'wp-simple-firewall' );
651
  break;
652
 
653
  case 'section_admin_access_restriction_areas' :
654
+ $sTitle = __( 'Security Admin Restriction Zones', 'wp-simple-firewall' );
655
  $aSummary = [
656
+ sprintf( '%s - %s', __( 'Purpose', 'wp-simple-firewall' ), __( 'Restricts access to key WordPress areas for all users not authenticated with the Security Admin Access system.', 'wp-simple-firewall' ) ),
657
+ sprintf( '%s - %s', __( 'Recommendation', 'wp-simple-firewall' ), __( 'Use of this feature is highly recommend.', 'wp-simple-firewall' ) ),
658
  ];
659
+ $sTitleShort = __( 'Access Restriction Zones', 'wp-simple-firewall' );
660
  break;
661
 
662
  case 'section_whitelabel' :
663
+ $sTitle = __( 'White Label', 'wp-simple-firewall' );
664
  $aSummary = [
665
  sprintf( '%s - %s',
666
+ __( 'Purpose', 'wp-simple-firewall' ),
667
+ sprintf( __( 'Rename and re-brand the %s plugin for your client site installations.', 'wp-simple-firewall' ),
668
  $sPluginName )
669
  ),
670
  sprintf( '%s - %s',
671
+ __( 'Important', 'wp-simple-firewall' ),
672
+ sprintf( __( 'The Security Admin system must be active for these settings to apply.', 'wp-simple-firewall' ),
673
  $sPluginName )
674
  )
675
  ];
676
+ $sTitleShort = __( 'White Label', 'wp-simple-firewall' );
677
  break;
678
 
679
  default:
697
  switch ( $sKey ) {
698
 
699
  case 'enable_admin_access_restriction' :
700
+ $sName = sprintf( __( 'Enable %s Module', 'wp-simple-firewall' ), __( 'Security Admin', 'wp-simple-firewall' ) );
701
+ $sSummary = __( 'Enforce Security Admin Access Restriction', 'wp-simple-firewall' );
702
+ $sDescription = __( 'Enable this with great care and consideration. Ensure that you set a key that you have set an access key that you will remember.', 'wp-simple-firewall' );
703
  break;
704
 
705
  case 'admin_access_key' :
706
+ $sName = __( 'Security Admin Access Key', 'wp-simple-firewall' );
707
+ $sSummary = __( 'Provide/Update Security Admin Access Key', 'wp-simple-firewall' );
708
+ $sDescription = sprintf( '%s: %s', __( 'Careful', 'wp-simple-firewall' ), __( 'If you forget this, you could potentially lock yourself out from using this plugin.', 'wp-simple-firewall' ) )
709
+ .'<br/><strong>'.( $this->hasAccessKey() ? __( 'Security Key Currently Set', 'wp-simple-firewall' ) : __( 'Security Key NOT Currently Set', 'wp-simple-firewall' ) ).'</strong>'
710
+ .( $this->hasAccessKey() ? '<br/>'.sprintf( __( 'To delete the current security key, type exactly "%s" and save.', 'wp-simple-firewall' ), '<strong>DELETE</strong>' ) : '' );
711
  break;
712
 
713
  case 'sec_admin_users' :
714
+ $sName = __( 'Security Admins', 'wp-simple-firewall' );
715
+ $sSummary = __( 'Persistent Security Admins', 'wp-simple-firewall' );
716
+ $sDescription = __( "Users provided will be security admins automatically, without needing the security key.", 'wp-simple-firewall' )
717
+ .'<br/>'.__( 'Enter admin username, email or ID.', 'wp-simple-firewall' ).' '.__( '1 entry per-line.', 'wp-simple-firewall' )
718
+ .'<br/>'.sprintf( '%s: %s', __( 'Note', 'wp-simple-firewall' ), __( 'Verified users will be converted to usernames.', 'wp-simple-firewall' ) );
719
  break;
720
 
721
  case 'admin_access_timeout' :
722
+ $sName = __( 'Security Admin Timeout', 'wp-simple-firewall' );
723
+ $sSummary = __( 'Specify An Automatic Timeout Interval For Security Admin Access', 'wp-simple-firewall' );
724
+ $sDescription = __( 'This will automatically expire your Security Admin Session.', 'wp-simple-firewall' )
725
  .'<br />'
726
  .sprintf(
727
  '%s: %s',
728
+ __( 'Default', 'wp-simple-firewall' ),
729
  sprintf( '%s minutes', $this->getOptionsVo()
730
  ->getOptDefault( 'admin_access_timeout' ) )
731
  );
732
  break;
733
 
734
  case 'admin_access_restrict_posts' :
735
+ $sName = __( 'Pages', 'wp-simple-firewall' );
736
+ $sSummary = __( 'Restrict Access To Key WordPress Posts And Pages Actions', 'wp-simple-firewall' );
737
+ $sDescription = sprintf( '%s: %s', __( 'Careful', 'wp-simple-firewall' ), __( 'This will restrict access to page/post creation, editing and deletion.', 'wp-simple-firewall' ) )
738
+ .'<br />'.sprintf( '%s: %s', __( 'Note', 'wp-simple-firewall' ), sprintf( __( 'Selecting "%s" will also restrict all other options.', 'wp-simple-firewall' ), __( 'Edit', 'wp-simple-firewall' ) ) );
739
  break;
740
 
741
  case 'admin_access_restrict_plugins' :
742
+ $sName = __( 'Plugins', 'wp-simple-firewall' );
743
+ $sSummary = __( 'Restrict Access To Key WordPress Plugin Actions', 'wp-simple-firewall' );
744
+ $sDescription = sprintf( '%s: %s', __( 'Careful', 'wp-simple-firewall' ), __( 'This will restrict access to plugin installation, update, activation and deletion.', 'wp-simple-firewall' ) )
745
+ .'<br />'.sprintf( '%s: %s', __( 'Note', 'wp-simple-firewall' ), sprintf( __( 'Selecting "%s" will also restrict all other options.', 'wp-simple-firewall' ), __( 'Activate', 'wp-simple-firewall' ) ) );
746
  break;
747
 
748
  case 'admin_access_restrict_options' :
749
+ $sName = __( 'WordPress Options', 'wp-simple-firewall' );
750
+ $sSummary = __( 'Restrict Access To Certain WordPress Admin Options', 'wp-simple-firewall' );
751
+ $sDescription = sprintf( '%s: %s', __( 'Careful', 'wp-simple-firewall' ), __( 'This will restrict the ability of WordPress administrators from changing key WordPress settings.', 'wp-simple-firewall' ) );
752
  break;
753
 
754
  case 'admin_access_restrict_admin_users' :
755
+ $sName = __( 'Admin Users', 'wp-simple-firewall' );
756
+ $sSummary = __( 'Restrict Access To Create/Delete/Modify Other Admin Users', 'wp-simple-firewall' );
757
+ $sDescription = sprintf( '%s: %s', __( 'Careful', 'wp-simple-firewall' ), __( 'This will restrict the ability of WordPress administrators from creating, modifying or promoting other administrators.', 'wp-simple-firewall' ) );
758
  break;
759
 
760
  case 'admin_access_restrict_themes' :
761
+ $sName = __( 'Themes', 'wp-simple-firewall' );
762
+ $sSummary = __( 'Restrict Access To WordPress Theme Actions', 'wp-simple-firewall' );
763
+ $sDescription = sprintf( '%s: %s', __( 'Careful', 'wp-simple-firewall' ), __( 'This will restrict access to theme installation, update, activation and deletion.', 'wp-simple-firewall' ) )
764
  .'<br />'.
765
  sprintf( '%s: %s',
766
+ __( 'Note', 'wp-simple-firewall' ),
767
  sprintf(
768
+ __( 'Selecting "%s" will also restrict all other options.', 'wp-simple-firewall' ),
769
  sprintf(
770
+ __( '%s and %s', 'wp-simple-firewall' ),
771
+ __( 'Activate', 'wp-simple-firewall' ),
772
+ __( 'Edit Theme Options', 'wp-simple-firewall' )
773
  )
774
  )
775
  );
776
  break;
777
 
778
  case 'whitelabel_enable' :
779
+ $sName = sprintf( '%s: %s', __( 'Enable', 'wp-simple-firewall' ), __( 'White Label', 'wp-simple-firewall' ) );
780
+ $sSummary = __( 'Activate Your White Label Settings', 'wp-simple-firewall' );
781
+ $sDescription = __( 'Turn on/off the application of your White Label settings.', 'wp-simple-firewall' );
782
  break;
783
  case 'wl_hide_updates' :
784
+ $sName = __( 'Hide Updates', 'wp-simple-firewall' );
785
+ $sSummary = __( 'Hide Plugin Updates From Non-Security Admins', 'wp-simple-firewall' );
786
+ $sDescription = sprintf( __( 'Hide available %s updates from non-security administrators.', 'wp-simple-firewall' ), $sPluginName );
787
  break;
788
  case 'wl_pluginnamemain' :
789
+ $sName = __( 'Plugin Name', 'wp-simple-firewall' );
790
+ $sSummary = __( 'The Name Of The Plugin', 'wp-simple-firewall' );
791
+ $sDescription = __( 'The name of the plugin that will be displayed to your site users.', 'wp-simple-firewall' );
792
  break;
793
  case 'wl_namemenu' :
794
+ $sName = __( 'Menu Title', 'wp-simple-firewall' );
795
+ $sSummary = __( 'The Main Menu Title Of The Plugin', 'wp-simple-firewall' );
796
+ $sDescription = sprintf( __( 'The Main Menu Title Of The Plugin. If left empty, the "%s" will be used.', 'wp-simple-firewall' ), __( 'Plugin Name', 'wp-simple-firewall' ) );
797
  break;
798
  case 'wl_companyname' :
799
+ $sName = __( 'Company Name', 'wp-simple-firewall' );
800
+ $sSummary = __( 'The Name Of Your Company', 'wp-simple-firewall' );
801
+ $sDescription = __( 'Provide the name of your company.', 'wp-simple-firewall' );
802
  break;
803
  case 'wl_description' :
804
+ $sName = __( 'Description', 'wp-simple-firewall' );
805
+ $sSummary = __( 'The Description Of The Plugin', 'wp-simple-firewall' );
806
+ $sDescription = __( 'The description of the plugin displayed on the plugins page.', 'wp-simple-firewall' );
807
  break;
808
  case 'wl_homeurl' :
809
+ $sName = __( 'Home URL', 'wp-simple-firewall' );
810
+ $sSummary = __( 'Plugin Home Page URL', 'wp-simple-firewall' );
811
+ $sDescription = __( "When a user clicks the home link for this plugin, this is where they'll be directed.", 'wp-simple-firewall' );
812
  break;
813
  case 'wl_menuiconurl' :
814
+ $sName = __( 'Menu Icon', 'wp-simple-firewall' );
815
+ $sSummary = __( 'Menu Icon URL', 'wp-simple-firewall' );
816
+ $sDescription = __( 'The URL of the icon to display in the menu.', 'wp-simple-firewall' )
817
+ .' '.sprintf( __( 'The %s should measure %s.', 'wp-simple-firewall' ), __( 'icon', 'wp-simple-firewall' ), '16px x 16px' );
818
  break;
819
  case 'wl_dashboardlogourl' :
820
+ $sName = __( 'Dashboard Logo', 'wp-simple-firewall' );
821
+ $sSummary = __( 'Dashboard Logo URL', 'wp-simple-firewall' );
822
+ $sDescription = __( 'The URL of the logo to display in the admin pages.', 'wp-simple-firewall' )
823
+ .' '.sprintf( __( 'The %s should measure %s.', 'wp-simple-firewall' ), __( 'logo', 'wp-simple-firewall' ), '128px x 128px' );
824
  break;
825
  case 'wl_login2fa_logourl' :
826
+ $sName = __( '2FA Login Logo URL', 'wp-simple-firewall' );
827
+ $sSummary = __( '2FA Login Logo URL', 'wp-simple-firewall' );
828
+ $sDescription = __( 'The URL of the logo to display on the Two-Factor Authentication login page.', 'wp-simple-firewall' );
829
  break;
830
 
831
  default:
889
  $oCon = $this->getCon();
890
  if ( !$oCon->isPluginAdmin() ) {
891
  Services::WpGeneral()->wpDie(
892
+ __( "Sorry, this plugin is protected against unauthorised attempts to d