PluginProbe ʕ •ᴥ•ʔ
WP 2FA – Two-factor authentication for WordPress / 4.0.0
WP 2FA – Two-factor authentication for WordPress v4.0.0
4.0.0 1.7.1 2.0.0 2.0.1 2.1.0 2.2.0 2.2.1 2.3.0 2.4.0 2.4.1 2.4.2 2.5.0 2.6.0 2.6.1 2.6.2 2.6.3 2.6.4 2.7.0 2.8.0 2.9.0 2.9.1 2.9.2 2.9.3 3.0.0 3.0.1 3.1.0 3.1.1 3.1.1.2 trunk 1.2.0 1.3.0 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.6.0 1.6.1 1.6.2 1.7.0
wp-2fa / languages / wp-2fa.pot
wp-2fa / languages Last commit date
index.php 19 hours ago wp-2fa-de_DE.mo 19 hours ago wp-2fa.pot 19 hours ago
wp-2fa.pot
8348 lines
1 # Copyright (C) 2026 Melapress
2 # This file is distributed under the GPL v3.
3 msgid ""
4 msgstr ""
5 "Project-Id-Version: WP 2FA - Two-factor authentication for WordPress 4.0.0\n"
6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wp-2fa\n"
7 "Last-Translator: WP White Security <info@wpwhitesecurity.com>\n"
8 "Language-Team: LANGUAGE <LL@li.org>\n"
9 "MIME-Version: 1.0\n"
10 "Content-Type: text/plain; charset=UTF-8\n"
11 "Content-Transfer-Encoding: 8bit\n"
12 "POT-Creation-Date: 2026-07-03T14:49:14+00:00\n"
13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14 "X-Generator: WP-CLI 2.12.0\n"
15 "X-Domain: wp-2fa\n"
16
17 #. Plugin Name of the plugin
18 #: wp-2fa.php
19 msgid "WP 2FA - Two-factor authentication for WordPress"
20 msgstr ""
21
22 #. Plugin URI of the plugin
23 #. Author URI of the plugin
24 #: wp-2fa.php
25 msgid "https://melapress.com/"
26 msgstr ""
27
28 #. Description of the plugin
29 #: wp-2fa.php
30 msgid "Easily add an additional layer of security to your WordPress login pages. Enable Two-Factor Authentication for you and all your website users with this easy to use plugin."
31 msgstr ""
32
33 #. Author of the plugin
34 #: wp-2fa.php
35 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:234
36 msgid "Melapress"
37 msgstr ""
38
39 #: extensions/0-setup-email/class-zero-setup-email-render.php:77
40 #: extensions/authy/class-authy-render.php:220
41 #: extensions/authy/class-authy-wizard-steps.php:319
42 #: extensions/clickatell/class-clickatell-render.php:231
43 #: extensions/clickatell/class-clickatell-wizard-steps.php:311
44 #: extensions/clickatell/class-clickatell-wizard-steps.php:529
45 #: extensions/email-backup/class-email-backup-render.php:182
46 #: extensions/twilio/class-twilio-render.php:295
47 #: extensions/twilio/class-twilio-wizard-steps.php:312
48 #: extensions/twilio/class-twilio-wizard-steps.php:530
49 #: extensions/yubico/class-yubico-render.php:279
50 #: includes/classes/Admin/class-wizard-integration.php:530
51 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:424
52 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:288
53 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:425
54 #: includes/classes/Authenticator/class-login.php:1376
55 #: includes/classes/Authenticator/class-login.php:1435
56 msgid "Verification Code:"
57 msgstr ""
58
59 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:128
60 #: extensions/authy/class-authy-wizard-steps.php:643
61 #: extensions/clickatell/class-clickatell-wizard-steps.php:623
62 #: extensions/twilio/class-twilio-wizard-steps.php:624
63 msgid "Please verify credentials to enable."
64 msgstr ""
65
66 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:138
67 msgid "When this method is enabled and enforced via policies, users are automatically enrolled—no setup or configuration is required, hence why the other methods are disabled when this is enabled. Upon their next login, they will receive a one-time code via email, which they must enter to complete the login process. "
68 msgstr ""
69
70 #. Translators: %s - method name
71 #. translators: %s - method name
72 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:145
73 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:215
74 #, php-format
75 msgid "%s works differently from other methods. When enabled, it takes precedence and automatically applies to all users covered by the policy, unless specific users or roles are excluded. This means that existing custom role policies (e.g. different rules for administrators or editors) still apply, and excluded users/roles remain unaffected."
76 msgstr ""
77
78 #. Translators: %s - method name
79 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:150
80 #, php-format
81 msgid "This method immediately enforces 2FA for all applicable users. Even users who already set up another 2FA method will be switched to %s if the policy requires it. At their next login, they’ll be asked to enter the one-time code sent by email."
82 msgstr ""
83
84 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:153
85 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:225
86 msgid "Users cannot disable this method or remove 2FA themselves. Only administrators can exclude users or roles via the policy settings."
87 msgstr ""
88
89 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:159
90 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:229
91 msgid "For more information about this feature refer to the guide"
92 msgstr ""
93
94 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:161
95 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:231
96 msgid "How to add zero setup 2FA to WordPress using WP 2FA"
97 msgstr ""
98
99 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:167
100 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:234
101 msgid "IMPORTANT: "
102 msgstr ""
103
104 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:168
105 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:234
106 msgid "The 2FA codes are sent via email. Therefore, reliable email delivery is essential. Please test email functionality before enabling."
107 msgstr ""
108
109 #. translators: %s - method name
110 #: extensions/0-setup-email/class-zero-setup-email-wizard-steps.php:221
111 #, php-format
112 msgid "This method immediately enforces 2FA for all applicable users. Even users who already set up another 2FA method will be switched to %s if the policy requires it. At their next login, they'll be asked to enter the one-time code sent by email."
113 msgstr ""
114
115 #: extensions/0-setup-email/class-zero-setup-email.php:182
116 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:154
117 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:74
118 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:144
119 msgid "Exclude yourself?"
120 msgstr ""
121
122 #: extensions/0-setup-email/class-zero-setup-email.php:183
123 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:145
124 #: assets/js/admin/settings.js:88
125 #: dist/js/admin.js:6
126 msgid "You are enabling Zero-setup email 2FA. This will enforce 2FA for all users, including your own account, replacing any current 2FA method enabled. That means you will be asked for a one-time code sent by email the next time you log in."
127 msgstr ""
128
129 #: extensions/0-setup-email/class-zero-setup-email.php:185
130 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:147
131 msgid "If you don't want this applied to your account, you can exclude yourself from the 2FA policies before continuing."
132 msgstr ""
133
134 #: extensions/0-setup-email/class-zero-setup-email.php:186
135 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:158
136 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:83
137 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:148
138 msgid "Exclude myself from 2FA policies"
139 msgstr ""
140
141 #: extensions/0-setup-email/class-zero-setup-email.php:187
142 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:159
143 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:82
144 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:149
145 msgid "Continue anyway"
146 msgstr ""
147
148 #: extensions/0-setup-email/class-zero-setup-email.php:188
149 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:150
150 msgid "Note: After closing this prompt, don't forget to save your settings for the changes to take effect."
151 msgstr ""
152
153 #. translators: Method option label.
154 #: extensions/0-setup-email/class-zero-setup-email.php:211
155 #: extensions/0-setup-email/class-zero-setup-email.php:411
156 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:596
157 #, php-format
158 msgid "%s option label"
159 msgstr ""
160
161 #: extensions/0-setup-email/class-zero-setup-email.php:224
162 #: extensions/authy/class-authy.php:216
163 #: extensions/clickatell/class-clickatell.php:211
164 #: extensions/out-of-band/class-out-of-band.php:220
165 #: extensions/twilio/class-twilio.php:235
166 #: extensions/yubico/class-yubico.php:214
167 #: includes/classes/Admin/Methods/class-email.php:173
168 #: includes/classes/Admin/Methods/class-totp.php:176
169 msgid "Provider's name"
170 msgstr ""
171
172 #: extensions/0-setup-email/class-zero-setup-email.php:285
173 #: extensions/0-setup-email/class-zero-setup-email.php:587
174 #: extensions/authy/class-authy.php:383
175 #: extensions/authy/class-authy.php:1089
176 #: extensions/clickatell/class-clickatell.php:307
177 #: extensions/clickatell/class-clickatell.php:972
178 #: extensions/email-backup/class-email-backup.php:145
179 #: extensions/email-backup/class-email-backup.php:435
180 #: extensions/twilio/class-twilio.php:396
181 #: extensions/twilio/class-twilio.php:1194
182 #: extensions/yubico/class-yubico.php:391
183 #: extensions/yubico/class-yubico.php:1057
184 #: includes/classes/Admin/Methods/class-email.php:427
185 #: includes/classes/Admin/Methods/Traits/class-validation-trait.php:64
186 #: includes/classes/Authenticator/class-login.php:1116
187 #: includes/classes/Authenticator/class-login.php:1179
188 #: includes/classes/Authenticator/class-reset-password.php:261
189 msgid "ERROR: Invalid verification code."
190 msgstr ""
191
192 #: extensions/0-setup-email/class-zero-setup-email.php:293
193 #: extensions/0-setup-email/class-zero-setup-email.php:589
194 #: includes/classes/Admin/Methods/class-email.php:436
195 #: includes/classes/Authenticator/class-login.php:1181
196 msgid " For security reasons you have been sent a new code via email. Please use this new code to log in."
197 msgstr ""
198
199 #: extensions/0-setup-email/class-zero-setup-email.php:385
200 msgid "Setting up Zero Setup Email (one-time code via email)"
201 msgstr ""
202
203 #: extensions/0-setup-email/class-zero-setup-email.php:385
204 #: includes/classes/Admin/Methods/class-email.php:505
205 msgid "Please select the email address where the one-time code should be sent:"
206 msgstr ""
207
208 #: extensions/0-setup-email/class-zero-setup-email.php:386
209 #: includes/classes/Admin/class-wizard-integration.php:548
210 #: includes/classes/Admin/Methods/class-email.php:506
211 msgid "To complete the 2FA configuration you will be sent a one-time code over email, therefore you should have access to the mailbox of this email address. If you do not receive the email with the one-time code please check your spam folder and contact your administrator"
212 msgstr ""
213
214 #: extensions/0-setup-email/class-zero-setup-email.php:387
215 #: includes/classes/Admin/Methods/class-email.php:507
216 msgid "IMPORTANT"
217 msgstr ""
218
219 #: extensions/0-setup-email/class-zero-setup-email.php:387
220 #: includes/classes/Admin/Methods/class-email.php:507
221 msgid "To ensure you always receive the one-time code whitelist the email address from which the codes are sent. This is {from_email}"
222 msgstr ""
223
224 #: extensions/0-setup-email/class-zero-setup-email.php:388
225 #: extensions/authy/class-authy.php:1208
226 #: extensions/clickatell/class-clickatell.php:1066
227 #: extensions/out-of-band/class-out-of-band.php:1137
228 #: extensions/twilio/class-twilio.php:1398
229 #: extensions/yubico/class-yubico.php:1146
230 #: includes/classes/Admin/Methods/class-email.php:508
231 #: includes/classes/Admin/Methods/class-totp.php:826
232 msgid "Almost there…"
233 msgstr ""
234
235 #: extensions/0-setup-email/class-zero-setup-email.php:388
236 #: includes/classes/Admin/class-wizard-integration.php:529
237 #: includes/classes/Admin/Methods/class-email.php:508
238 msgid "Please type in the one-time code sent to your email address to finalize the setup"
239 msgstr ""
240
241 #: extensions/0-setup-email/class-zero-setup-email.php:389
242 #: includes/classes/Admin/Methods/class-email.php:509
243 msgid "{reconfigure_or_configure_capitalized} one-time code over email method"
244 msgstr ""
245
246 #: extensions/0-setup-email/class-zero-setup-email.php:389
247 #: includes/classes/Admin/Methods/class-email.php:509
248 msgid "Click the below button to {reconfigure_or_configure} the email address where the one-time code should be sent."
249 msgstr ""
250
251 #: extensions/0-setup-email/class-zero-setup-email.php:390
252 msgid "Zero setup One-time code via email"
253 msgstr ""
254
255 #: extensions/0-setup-email/class-zero-setup-email.php:392
256 #: includes/classes/Utils/class-white-label.php:156
257 #: includes/classes/Utils/class-white-label.php:161
258 #: includes/classes/Utils/class-white-label.php:162
259 msgid "Please enter the two-factor authentication (2FA) verification code below to login. Depending on your 2FA setup, you can get the code from the 2FA app or it was sent to you by email."
260 msgstr ""
261
262 #: extensions/0-setup-email/class-zero-setup-email.php:392
263 #: includes/classes/Utils/class-white-label.php:156
264 #: includes/classes/Utils/class-white-label.php:161
265 #: includes/classes/Utils/class-white-label.php:162
266 msgid "Note: if you are supposed to receive an email but did not receive any, please click the Resend Code button to request another code."
267 msgstr ""
268
269 #: extensions/0-setup-email/class-zero-setup-email.php:564
270 #: extensions/0-setup-email/class-zero-setup-email.php:581
271 #: extensions/authy/class-authy.php:1082
272 #: extensions/clickatell/class-clickatell.php:965
273 #: extensions/email-backup/class-email-backup.php:423
274 #: extensions/twilio/class-twilio.php:1187
275 #: extensions/yubico/class-yubico.php:1050
276 #: includes/classes/Authenticator/class-login.php:255
277 #: includes/classes/Authenticator/class-login.php:635
278 #: includes/classes/Authenticator/class-login.php:1092
279 #: includes/classes/Authenticator/class-login.php:1112
280 #: includes/classes/Authenticator/class-login.php:1142
281 #: includes/classes/Authenticator/class-login.php:1173
282 #: includes/classes/Authenticator/class-reset-password.php:113
283 #: includes/classes/Authenticator/class-reset-password.php:236
284 #: includes/classes/Authenticator/class-reset-password.php:253
285 msgid "Failed to create a login nonce."
286 msgstr ""
287
288 #: extensions/0-setup-email/class-zero-setup-email.php:575
289 #: extensions/twilio/class-twilio.php:1181
290 #: extensions/yubico/class-yubico.php:1044
291 #: includes/classes/Authenticator/class-login.php:1105
292 #: includes/classes/Authenticator/class-login.php:1136
293 #: includes/classes/Authenticator/class-login.php:1166
294 #: includes/classes/Authenticator/class-reset-password.php:247
295 msgid "<strong>Error</strong>: User can not be authenticated."
296 msgstr ""
297
298 #: extensions/0-setup-email/class-zero-setup-email.php:585
299 #: extensions/email-backup/class-email-backup.php:433
300 #: includes/classes/Admin/class-wizard-integration.php:556
301 #: includes/classes/Authenticator/class-login.php:1177
302 #: includes/classes/Authenticator/class-reset-password.php:259
303 msgid "A new code has been sent."
304 msgstr ""
305
306 #: extensions/authy/class-authy-api.php:179
307 #: extensions/authy/class-authy-api.php:199
308 msgid "Invalid Authy Token."
309 msgstr ""
310
311 #: extensions/authy/class-authy-api.php:232
312 msgid "SMS token was sent. Please allow at least 1 minute for the text to arrive."
313 msgstr ""
314
315 #: extensions/authy/class-authy-render.php:87
316 #: extensions/authy/class-authy-render.php:145
317 #: extensions/authy/class-authy.php:577
318 msgid "Authy Production API key"
319 msgstr ""
320
321 #: extensions/authy/class-authy-render.php:98
322 msgid "API Key"
323 msgstr ""
324
325 #: extensions/authy/class-authy-render.php:106
326 #: extensions/clickatell/class-clickatell-render.php:109
327 #: extensions/twilio/class-twilio-render.php:157
328 #: extensions/yubico/class-yubico-render.php:156
329 msgid "Verify Connection"
330 msgstr ""
331
332 #: extensions/authy/class-authy-render.php:132
333 msgid "Authy application / service integration settings"
334 msgstr ""
335
336 #. Translators: Authy service documentation
337 #: extensions/authy/class-authy-render.php:137
338 #, php-format
339 msgid "Here you can specify your Authy Production API Key or change an existing one. You can get the key from the Twilio console. Refer to the KB article %s for more information and instructions on how to get your key."
340 msgstr ""
341
342 #: extensions/authy/class-authy-render.php:138
343 msgid "how to get the Authy Production API key"
344 msgstr ""
345
346 #: extensions/authy/class-authy-render.php:148
347 #: extensions/authy/class-authy-wizard-steps.php:682
348 #: extensions/clickatell/class-clickatell-render.php:151
349 #: extensions/clickatell/class-clickatell-wizard-steps.php:662
350 #: extensions/twilio/class-twilio-render.php:199
351 #: extensions/twilio/class-twilio-render.php:207
352 #: extensions/twilio/class-twilio-wizard-steps.php:663
353 #: extensions/twilio/class-twilio-wizard-steps.php:671
354 #: extensions/yubico/class-yubico-render.php:208
355 #: extensions/yubico/class-yubico-wizard-steps.php:657
356 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:856
357 msgid "Show"
358 msgstr ""
359
360 #: extensions/authy/class-authy-render.php:149
361 #: extensions/authy/class-authy-wizard-steps.php:683
362 msgid "Verify the Production API Key"
363 msgstr ""
364
365 #: extensions/authy/class-authy-render.php:194
366 #: extensions/clickatell/class-clickatell-render.php:199
367 #: extensions/twilio/class-twilio-render.php:263
368 #: extensions/yubico/class-yubico-render.php:259
369 msgid "The primary 2FA service that you are using is unavailable. Please click the button below to login using the secondary backup method."
370 msgstr ""
371
372 #: extensions/authy/class-authy-render.php:217
373 msgid "OR"
374 msgstr ""
375
376 #: extensions/authy/class-authy-user.php:83
377 msgid "User creation failed"
378 msgstr ""
379
380 #: extensions/authy/class-authy-user.php:237
381 #: extensions/authy/class-authy-user.php:250
382 #: extensions/authy/class-authy-user.php:333
383 #: extensions/authy/class-authy-user.php:346
384 #: extensions/authy/class-authy-user.php:532
385 #: extensions/authy/class-authy-user.php:547
386 #: extensions/authy/class-authy-user.php:552
387 #: extensions/authy/class-authy.php:722
388 #: extensions/authy/class-authy.php:919
389 #: extensions/authy/class-authy.php:932
390 #: extensions/authy/class-authy.php:1177
391 #: extensions/authy/class-authy.php:1186
392 #: extensions/clickatell/class-clickatell-user.php:140
393 #: extensions/clickatell/class-clickatell-user.php:153
394 #: extensions/clickatell/class-clickatell-user.php:220
395 #: extensions/clickatell/class-clickatell-user.php:233
396 #: extensions/clickatell/class-clickatell.php:324
397 #: extensions/clickatell/class-clickatell.php:337
398 #: extensions/clickatell/class-clickatell.php:370
399 #: extensions/clickatell/class-clickatell.php:383
400 #: extensions/clickatell/class-clickatell.php:1027
401 #: extensions/clickatell/class-clickatell.php:1040
402 #: extensions/twilio/class-twilio-user.php:145
403 #: extensions/twilio/class-twilio-user.php:221
404 #: extensions/twilio/class-twilio.php:438
405 #: extensions/twilio/class-twilio.php:468
406 #: extensions/twilio/class-twilio.php:489
407 #: extensions/twilio/class-twilio.php:1248
408 #: extensions/twilio/class-twilio.php:1261
409 #: extensions/yubico/class-yubico-user.php:154
410 #: extensions/yubico/class-yubico-user.php:332
411 #: extensions/yubico/class-yubico.php:417
412 #: extensions/yubico/class-yubico.php:446
413 #: extensions/yubico/class-yubico.php:467
414 #: extensions/yubico/class-yubico.php:1098
415 #: includes/classes/Utils/class-user-utils.php:337
416 msgid "Not allowed"
417 msgstr ""
418
419 #: extensions/authy/class-authy-user.php:244
420 #: extensions/authy/class-authy-user.php:340
421 #: extensions/authy/class-authy-user.php:541
422 #: extensions/authy/class-authy.php:716
423 #: extensions/authy/class-authy.php:926
424 #: extensions/authy/class-authy.php:936
425 #: extensions/authy/class-authy.php:1182
426 #: extensions/clickatell/class-clickatell-user.php:147
427 #: extensions/clickatell/class-clickatell-user.php:227
428 #: extensions/clickatell/class-clickatell.php:331
429 #: extensions/clickatell/class-clickatell.php:377
430 #: extensions/clickatell/class-clickatell.php:1034
431 #: extensions/out-of-band/class-out-of-band.php:625
432 #: extensions/twilio/class-twilio-user.php:139
433 #: extensions/twilio/class-twilio-user.php:215
434 #: extensions/twilio/class-twilio.php:432
435 #: extensions/twilio/class-twilio.php:483
436 #: extensions/twilio/class-twilio.php:1255
437 #: extensions/yubico/class-yubico-user.php:148
438 #: extensions/yubico/class-yubico-user.php:326
439 #: extensions/yubico/class-yubico.php:411
440 #: extensions/yubico/class-yubico.php:461
441 #: extensions/yubico/class-yubico.php:1092
442 #: includes/classes/Admin/class-setup-wizard.php:627
443 #: includes/classes/Admin/Helpers/class-ajax-helper.php:237
444 #: includes/classes/Admin/Helpers/class-ajax-helper.php:285
445 msgid "Nonce checking failed"
446 msgstr ""
447
448 #: extensions/authy/class-authy-user.php:247
449 #: extensions/authy/class-authy-user.php:343
450 #: extensions/authy/class-authy-user.php:544
451 #: extensions/authy/class-authy.php:719
452 #: extensions/authy/class-authy.php:929
453 #: extensions/clickatell/class-clickatell-user.php:150
454 #: extensions/clickatell/class-clickatell-user.php:230
455 #: extensions/clickatell/class-clickatell.php:334
456 #: extensions/clickatell/class-clickatell.php:380
457 #: extensions/clickatell/class-clickatell.php:1037
458 #: extensions/out-of-band/class-out-of-band.php:628
459 #: extensions/twilio/class-twilio-user.php:142
460 #: extensions/twilio/class-twilio-user.php:218
461 #: extensions/twilio/class-twilio.php:435
462 #: extensions/twilio/class-twilio.php:486
463 #: extensions/twilio/class-twilio.php:1258
464 #: extensions/yubico/class-yubico-user.php:151
465 #: extensions/yubico/class-yubico-user.php:329
466 #: extensions/yubico/class-yubico.php:414
467 #: extensions/yubico/class-yubico.php:464
468 #: extensions/yubico/class-yubico.php:1095
469 msgid "Nonce is not provided"
470 msgstr ""
471
472 #: extensions/authy/class-authy-user.php:257
473 msgid "Phone number is required."
474 msgstr ""
475
476 #: extensions/authy/class-authy-user.php:264
477 msgid "Unable to determine country code. Please include it (e.g. +1)."
478 msgstr ""
479
480 #: extensions/authy/class-authy-user.php:360
481 #: extensions/clickatell/class-clickatell-user.php:242
482 #: extensions/twilio/class-twilio-user.php:230
483 #: extensions/yubico/class-yubico-user.php:345
484 msgid "Wrong or no token"
485 msgstr ""
486
487 #. translators: %s is the site name.
488 #: extensions/authy/class-authy-user.php:437
489 #, php-format
490 msgid "Login request to %s site"
491 msgstr ""
492
493 #: extensions/authy/class-authy-user.php:443
494 msgid "Username"
495 msgstr ""
496
497 #: extensions/authy/class-authy-user.php:444
498 msgid "IP Address"
499 msgstr ""
500
501 #: extensions/authy/class-authy-user.php:448
502 msgid "Email"
503 msgstr ""
504
505 #: extensions/authy/class-authy-user.php:452
506 msgid "Name"
507 msgstr ""
508
509 #: extensions/authy/class-authy-user.php:557
510 msgid "UUID is not provided"
511 msgstr ""
512
513 #. translators: %s: link to Authy integration documentation.
514 #: extensions/authy/class-authy-wizard-steps.php:119
515 #, php-format
516 msgid "Refer to the %s for more information on how to use Authy with WP 2FA for two-factor authentication on your website."
517 msgstr ""
518
519 #: extensions/authy/class-authy-wizard-steps.php:123
520 #: extensions/authy/class-authy-wizard-steps.php:657
521 msgid "Authy integration documentation"
522 msgstr ""
523
524 #: extensions/authy/class-authy-wizard-steps.php:241
525 msgid "Push notification via Authy"
526 msgstr ""
527
528 #: extensions/authy/class-authy-wizard-steps.php:304
529 msgid "Setting up Authy"
530 msgstr ""
531
532 #: extensions/authy/class-authy-wizard-steps.php:306
533 msgid "Please enter your phone number to register with the Authy service. You will receive a verification code via the Authy app or SMS."
534 msgstr ""
535
536 #: extensions/authy/class-authy-wizard-steps.php:308
537 msgid "Please enter the verification code from your Authy app or SMS to complete the setup."
538 msgstr ""
539
540 #: extensions/authy/class-authy-wizard-steps.php:318
541 #: extensions/clickatell/class-clickatell-wizard-steps.php:310
542 #: extensions/twilio/class-twilio-wizard-steps.php:311
543 msgid "Phone number:"
544 msgstr ""
545
546 #: extensions/authy/class-authy-wizard-steps.php:320
547 #: extensions/clickatell/class-clickatell-wizard-steps.php:312
548 #: extensions/twilio/class-twilio-wizard-steps.php:313
549 msgid "Please enter your phone number."
550 msgstr ""
551
552 #: extensions/authy/class-authy-wizard-steps.php:321
553 msgid "Please include the country code (e.g. +1)."
554 msgstr ""
555
556 #: extensions/authy/class-authy-wizard-steps.php:322
557 #: extensions/clickatell/class-clickatell-wizard-steps.php:313
558 #: extensions/twilio/class-twilio-wizard-steps.php:314
559 #: includes/classes/Admin/class-wizard-integration.php:531
560 msgid "Please enter the verification code."
561 msgstr ""
562
563 #: extensions/authy/class-authy-wizard-steps.php:323
564 msgid "Authy 2FA configured successfully!"
565 msgstr ""
566
567 #: extensions/authy/class-authy-wizard-steps.php:324
568 msgid "Failed to register with Authy. Please try again."
569 msgstr ""
570
571 #: extensions/authy/class-authy-wizard-steps.php:325
572 #: extensions/clickatell/class-clickatell-wizard-steps.php:316
573 #: extensions/twilio/class-twilio-wizard-steps.php:317
574 msgid "Invalid code. Please try again."
575 msgstr ""
576
577 #: extensions/authy/class-authy-wizard-steps.php:418
578 #: extensions/clickatell/class-clickatell-wizard-steps.php:409
579 #: extensions/email-backup/class-email-backup-render.php:145
580 #: extensions/twilio/class-twilio-wizard-steps.php:410
581 #: extensions/yubico/class-yubico-wizard-steps.php:391
582 #: includes/classes/Admin/class-wizard-integration.php:579
583 #: includes/classes/Admin/class-wizard-integration.php:584
584 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:306
585 #: includes/classes/Admin/Views/class-wizard-steps.php:184
586 #: includes/classes/Admin/Views/class-wizard-steps.php:190
587 #: includes/classes/Admin/Views/class-wizard-steps.php:323
588 #: includes/classes/Admin/Views/class-wizard-steps.php:326
589 #: includes/classes/Admin/Views/class-wizard-steps.php:352
590 msgid "Close wizard"
591 msgstr ""
592
593 #: extensions/authy/class-authy-wizard-steps.php:433
594 #: extensions/authy/class-authy-wizard-steps.php:525
595 #: extensions/clickatell/class-clickatell-wizard-steps.php:423
596 #: extensions/clickatell/class-clickatell-wizard-steps.php:510
597 #: extensions/out-of-band/class-oob-wizard-steps.php:467
598 #: extensions/twilio/class-twilio-wizard-steps.php:422
599 #: extensions/twilio/class-twilio-wizard-steps.php:511
600 #: extensions/yubico/class-yubico-wizard-steps.php:403
601 #: extensions/yubico/class-yubico-wizard-steps.php:499
602 #: includes/classes/Admin/class-wizard-integration.php:527
603 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:164
604 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:404
605 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:269
606 msgid "I'm Ready"
607 msgstr ""
608
609 #: extensions/authy/class-authy-wizard-steps.php:433
610 #: extensions/clickatell/class-clickatell-wizard-steps.php:423
611 #: extensions/twilio/class-twilio-wizard-steps.php:422
612 msgid "Change phone"
613 msgstr ""
614
615 #: extensions/authy/class-authy-wizard-steps.php:518
616 msgid "Authy phone"
617 msgstr ""
618
619 #: extensions/authy/class-authy-wizard-steps.php:526
620 #: extensions/authy/class-authy-wizard-steps.php:556
621 #: extensions/clickatell/class-clickatell-wizard-steps.php:536
622 #: extensions/out-of-band/class-oob-wizard-steps.php:468
623 #: extensions/out-of-band/class-oob-wizard-steps.php:503
624 #: extensions/settings-import-export/class-settings-import-export.php:514
625 #: extensions/twilio/class-twilio-wizard-steps.php:537
626 #: extensions/yubico/class-yubico-wizard-steps.php:525
627 #: includes/classes/Admin/class-user-profile.php:522
628 #: includes/classes/Admin/class-wizard-integration.php:526
629 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:405
630 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:440
631 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:270
632 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:302
633 #: includes/classes/Admin/Settings/templates/import-export.php:140
634 #: includes/classes/Admin/Views/class-wizard-steps.php:65
635 msgid "Cancel"
636 msgstr ""
637
638 #: extensions/authy/class-authy-wizard-steps.php:539
639 #: extensions/clickatell/class-clickatell-wizard-steps.php:523
640 #: extensions/out-of-band/class-oob-wizard-steps.php:481
641 #: extensions/twilio/class-twilio-wizard-steps.php:524
642 #: extensions/yubico/class-yubico-wizard-steps.php:512
643 #: includes/classes/Admin/class-wizard-integration.php:535
644 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:418
645 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:282
646 msgid "Verify configuration"
647 msgstr ""
648
649 #: extensions/authy/class-authy-wizard-steps.php:549
650 #: extensions/yubico/class-yubico-wizard-steps.php:518
651 msgid "Verification code:"
652 msgstr ""
653
654 #: extensions/authy/class-authy-wizard-steps.php:555
655 #: extensions/clickatell/class-clickatell-wizard-steps.php:535
656 #: extensions/out-of-band/class-oob-wizard-steps.php:499
657 #: extensions/twilio/class-twilio-wizard-steps.php:536
658 #: extensions/yubico/class-yubico-wizard-steps.php:524
659 #: includes/classes/Admin/class-wizard-integration.php:528
660 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:436
661 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:301
662 msgid "Validate & Save"
663 msgstr ""
664
665 #: extensions/authy/class-authy-wizard-steps.php:652
666 msgid "When using this method, users will receive a notification on their Authy app to confirm the log in. "
667 msgstr ""
668
669 #. Translators: Authy service documentation
670 #: extensions/authy/class-authy-wizard-steps.php:656
671 #, php-format
672 msgid "Once they tap / approve the notification they log in to the website. Refer to the %s for more information on how to use the Authy with WP 2FA for two-factor authentication on your website."
673 msgstr ""
674
675 #: extensions/authy/class-authy-wizard-steps.php:666
676 #: extensions/clickatell/class-clickatell-wizard-steps.php:646
677 #: extensions/twilio/class-twilio-wizard-steps.php:647
678 #: includes/classes/Admin/class-settings-page.php:174
679 #: includes/classes/Admin/class-settings-page.php:217
680 #: includes/classes/Admin/class-settings-page.php:348
681 #: includes/classes/Admin/class-settings-page.php:391
682 #: includes/classes/Admin/Settings/templates/general-settings.php:19
683 #: includes/classes/Admin/Settings/templates/generic-settings.php:18
684 #: includes/classes/Admin/Settings/templates/import-export.php:24
685 #: includes/classes/Admin/Settings/templates/plugins-integrations.php:15
686 #: includes/classes/Admin/Settings/templates/providers-integrations.php:15
687 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:494
688 msgid "Settings"
689 msgstr ""
690
691 #: extensions/authy/class-authy-wizard-steps.php:668
692 #: extensions/clickatell/class-clickatell-wizard-steps.php:648
693 #: extensions/twilio/class-twilio-wizard-steps.php:649
694 msgid "Configure connection details"
695 msgstr ""
696
697 #: extensions/authy/class-authy-wizard-steps.php:668
698 #: extensions/clickatell/class-clickatell-wizard-steps.php:648
699 #: extensions/twilio/class-twilio-wizard-steps.php:649
700 msgid "Delete connection details"
701 msgstr ""
702
703 #: extensions/authy/class-authy-wizard-steps.php:679
704 msgid "Authy Production API"
705 msgstr ""
706
707 #: extensions/authy/class-authy.php:168
708 #: extensions/authy/class-authy.php:445
709 #: extensions/clickatell/class-clickatell.php:173
710 #: extensions/clickatell/class-clickatell.php:458
711 #: extensions/integrations/class-wp2fa-integrations.php:103
712 #: extensions/integrations/class-wp2fa-integrations.php:246
713 #: extensions/twilio/class-twilio.php:197
714 #: extensions/twilio/class-twilio.php:569
715 #: extensions/yubico/class-yubico.php:176
716 #: extensions/yubico/class-yubico.php:541
717 #: includes/classes/Admin/class-about-us.php:71
718 #: includes/classes/Admin/class-docs-and-support.php:73
719 #: includes/classes/Admin/class-license-page.php:153
720 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:168
721 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:402
722 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:609
723 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:570
724 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:50
725 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:236
726 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:450
727 msgid "You do not have sufficient permissions to access this page."
728 msgstr ""
729
730 #: extensions/authy/class-authy.php:205
731 #: extensions/authy/class-authy.php:1228
732 msgid "Authy option label"
733 msgstr ""
734
735 #: extensions/authy/class-authy.php:230
736 #: extensions/authy/class-authy.php:1234
737 msgid "Authy option hint"
738 msgstr ""
739
740 #: extensions/authy/class-authy.php:237
741 msgid "Add a helpful tip that users will see when configuring Authy as their 2FA method. This text is displayed via a help icon during setup. Leave this field empty to hide the help icon."
742 msgstr ""
743
744 #: extensions/authy/class-authy.php:251
745 #: extensions/authy/class-authy.php:286
746 #: extensions/authy/class-authy.php:321
747 #: extensions/clickatell/class-clickatell.php:246
748 #: extensions/out-of-band/class-out-of-band.php:244
749 #: extensions/out-of-band/class-out-of-band.php:267
750 #: extensions/out-of-band/class-out-of-band.php:311
751 #: extensions/out-of-band/class-out-of-band.php:357
752 #: extensions/twilio/class-twilio.php:270
753 #: extensions/twilio/class-twilio.php:305
754 #: extensions/twilio/class-twilio.php:340
755 #: extensions/yubico/class-yubico.php:249
756 #: extensions/yubico/class-yubico.php:296
757 #: extensions/yubico/class-yubico.php:331
758 #: includes/classes/Admin/Methods/class-email.php:208
759 #: includes/classes/Admin/Methods/class-email.php:252
760 #: includes/classes/Admin/Methods/class-email.php:286
761 #: includes/classes/Admin/Methods/class-email.php:320
762 #: includes/classes/Admin/Methods/class-email.php:366
763 #: includes/classes/Admin/Methods/class-totp.php:200
764 #: includes/classes/Admin/Methods/class-totp.php:244
765 #: includes/classes/Admin/Methods/class-totp.php:377
766 #: includes/classes/Admin/Methods/class-totp.php:423
767 #: includes/classes/Admin/Settings/templates/customize-code-page.php:188
768 #: includes/classes/Admin/Settings/templates/customize-code-page.php:304
769 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:160
770 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:208
771 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:244
772 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:357
773 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:480
774 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:516
775 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:552
776 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:601
777 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:637
778 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:673
779 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:709
780 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:794
781 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:866
782 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:910
783 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:946
784 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:982
785 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1018
786 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1054
787 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1090
788 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1126
789 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1170
790 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1214
791 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1258
792 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1294
793 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:83
794 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:120
795 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:83
796 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:120
797 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:157
798 msgid "Enter custom message"
799 msgstr ""
800
801 #: extensions/authy/class-authy.php:264
802 #: extensions/white-labeling/class-white-labeling-render.php:1132
803 msgid "Authy 2FA service help text"
804 msgstr ""
805
806 #: extensions/authy/class-authy.php:272
807 #: extensions/white-labeling/class-white-labeling-render.php:1135
808 msgid "This message is shown to users when configuring Authy 2FA service."
809 msgstr ""
810
811 #: extensions/authy/class-authy.php:299
812 #: extensions/white-labeling/class-white-labeling-render.php:1608
813 msgid "Authy 2FA service pre-submission text"
814 msgstr ""
815
816 #: extensions/authy/class-authy.php:307
817 #: extensions/white-labeling/class-white-labeling-render.php:1616
818 msgid "This message is shown to users prior to configuring Authy 2FA service method."
819 msgstr ""
820
821 #: extensions/authy/class-authy.php:453
822 msgid "Provided Authy settings are invalid"
823 msgstr ""
824
825 #: extensions/authy/class-authy.php:566
826 #: extensions/authy/class-authy.php:570
827 #: extensions/authy/class-authy.php:571
828 #: extensions/authy/class-authy.php:572
829 #: extensions/clickatell/class-clickatell.php:601
830 #: extensions/clickatell/class-clickatell.php:605
831 #: extensions/clickatell/class-clickatell.php:606
832 #: extensions/clickatell/class-clickatell.php:607
833 #: extensions/twilio/class-twilio.php:705
834 #: extensions/twilio/class-twilio.php:709
835 #: extensions/twilio/class-twilio.php:710
836 #: extensions/twilio/class-twilio.php:711
837 #: extensions/yubico/class-yubico.php:658
838 #: extensions/yubico/class-yubico.php:662
839 #: extensions/yubico/class-yubico.php:663
840 #: extensions/yubico/class-yubico.php:664
841 msgid "Invalid number"
842 msgstr ""
843
844 #: extensions/authy/class-authy.php:567
845 #: extensions/clickatell/class-clickatell.php:602
846 #: extensions/twilio/class-twilio.php:706
847 #: extensions/yubico/class-yubico.php:659
848 msgid "Invalid country code"
849 msgstr ""
850
851 #: extensions/authy/class-authy.php:568
852 #: extensions/clickatell/class-clickatell.php:603
853 #: extensions/twilio/class-twilio.php:707
854 #: extensions/yubico/class-yubico.php:660
855 msgid "Too short"
856 msgstr ""
857
858 #: extensions/authy/class-authy.php:569
859 #: extensions/clickatell/class-clickatell.php:604
860 #: extensions/twilio/class-twilio.php:708
861 #: extensions/yubico/class-yubico.php:661
862 msgid "Too long"
863 msgstr ""
864
865 #: extensions/authy/class-authy.php:576
866 msgid "The Authy production API key is valid."
867 msgstr ""
868
869 #: extensions/authy/class-authy.php:625
870 #: extensions/clickatell/class-clickatell.php:664
871 #: extensions/twilio/class-twilio.php:767
872 #: extensions/yubico/class-yubico.php:707
873 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:119
874 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:128
875 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:149
876 msgid "Use the settings below to configure the properties of the two-factor authentication on your website and how users use it. If you have any questions send us an email at"
877 msgstr ""
878
879 #: extensions/authy/class-authy.php:626
880 #: extensions/clickatell/class-clickatell.php:665
881 #: extensions/integrations/class-wp2fa-integrations.php:139
882 #: extensions/settings-import-export/class-settings-import-exporter.php:265
883 #: extensions/twilio/class-twilio.php:768
884 #: extensions/user-licensing/class-wp2fa-user-licensing.php:74
885 #: extensions/yubico/class-yubico.php:708
886 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:120
887 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:129
888 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:150
889 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:171
890 msgid "support@melapress.com"
891 msgstr ""
892
893 #: extensions/authy/class-authy.php:726
894 #: extensions/authy/class-authy.php:940
895 #: extensions/clickatell/class-clickatell.php:387
896 #: extensions/reporting/class-reporting.php:76
897 #: extensions/twilio/class-twilio.php:493
898 #: extensions/yubico/class-yubico.php:471
899 msgid "Unauthorized."
900 msgstr ""
901
902 #: extensions/authy/class-authy.php:730
903 #: extensions/authy/class-authy.php:951
904 msgid "Authy API key is not provided"
905 msgstr ""
906
907 #: extensions/authy/class-authy.php:737
908 #: extensions/authy/class-authy.php:948
909 msgid "Invalid Authy API key"
910 msgstr ""
911
912 #: extensions/authy/class-authy.php:1076
913 #: extensions/clickatell/class-clickatell.php:959
914 #: extensions/email-backup/class-email-backup.php:417
915 msgid "<strong>Error</strong>: User cannot be authenticated."
916 msgstr ""
917
918 #: extensions/authy/class-authy.php:1086
919 #: extensions/clickatell/class-clickatell.php:969
920 #: extensions/email-backup/class-email-backup.php:427
921 #: extensions/twilio/class-twilio.php:1191
922 #: extensions/yubico/class-yubico.php:1054
923 msgid "One of the required parameters is missing."
924 msgstr ""
925
926 #. translators: hyperlink "contact our support team".
927 #: extensions/authy/class-authy.php:1125
928 #, php-format
929 msgid "The %1$s 2FA service is unavailable. Please check the configuration and the service's dashboard to restore functionality. If the problem persists, %2$s."
930 msgstr ""
931
932 #: extensions/authy/class-authy.php:1130
933 msgid "contact our support team"
934 msgstr ""
935
936 #: extensions/authy/class-authy.php:1205
937 msgid "Setting up Push notifications"
938 msgstr ""
939
940 #: extensions/authy/class-authy.php:1205
941 msgid "To enable push notifications enter the country and cellphone number in order to use it with this account."
942 msgstr ""
943
944 #: extensions/authy/class-authy.php:1206
945 #: extensions/authy/class-authy.php:1207
946 msgid "{reconfigure_or_configure_capitalized} push notification method"
947 msgstr ""
948
949 #: extensions/authy/class-authy.php:1206
950 msgid "Click the below button to {reconfigure_or_configure} the push notifications configuration."
951 msgstr ""
952
953 #: extensions/authy/class-authy.php:1207
954 msgid "The 2FA service you want to use is currently unavailable. Please try again later or restart the wizard to choose another method."
955 msgstr ""
956
957 #: extensions/authy/class-authy.php:1208
958 msgid "Please type in the code from your Authy application with name {authy_name}"
959 msgstr ""
960
961 #: extensions/authy/class-authy.php:1209
962 msgid "If you are using the Authy app approve the OneTouch request to log in."
963 msgstr ""
964
965 #: extensions/authy/class-authy.php:1210
966 msgid "Waiting for approval from application..."
967 msgstr ""
968
969 #: extensions/authy/class-authy.php:1211
970 msgid "Manually enter the code from the mobile app."
971 msgstr ""
972
973 #: extensions/authy/class-authy.php:1212
974 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:273
975 msgid "Push notification via Authy app"
976 msgstr ""
977
978 #: extensions/clickatell/class-clickatell-api.php:79
979 msgid "Clickatell is not set correctly"
980 msgstr ""
981
982 #: extensions/clickatell/class-clickatell-render.php:89
983 #: extensions/clickatell/class-clickatell-render.php:100
984 #: extensions/clickatell/class-clickatell-render.php:148
985 #: extensions/clickatell/class-clickatell-wizard-steps.php:659
986 msgid "API key"
987 msgstr ""
988
989 #: extensions/clickatell/class-clickatell-render.php:135
990 msgid "Clickatell application / service integration settings"
991 msgstr ""
992
993 #. Translators: Clickatell service documentation
994 #: extensions/clickatell/class-clickatell-render.php:140
995 #, php-format
996 msgid "Here you can specify your Clickatell Production SID Key, Auth and number / ID or change an existing ones. You can get the them from the Clickatell console. Refer to the article %s for more information and instructions on how to get your keys."
997 msgstr ""
998
999 #: extensions/clickatell/class-clickatell-render.php:141
1000 msgid "how to get the Clickatell Production SID key"
1001 msgstr ""
1002
1003 #: extensions/clickatell/class-clickatell-render.php:156
1004 #: extensions/clickatell/class-clickatell-wizard-steps.php:667
1005 #: extensions/twilio/class-twilio-render.php:220
1006 #: extensions/twilio/class-twilio-wizard-steps.php:684
1007 #: extensions/yubico/class-yubico-wizard-steps.php:671
1008 msgid "Verify the details"
1009 msgstr ""
1010
1011 #: extensions/clickatell/class-clickatell-render.php:158
1012 #: extensions/clickatell/class-clickatell-wizard-steps.php:669
1013 msgid "Verify the Clickatell API key"
1014 msgstr ""
1015
1016 #: extensions/clickatell/class-clickatell-render.php:238
1017 msgid "Unfortunately there is a problem with Clickatell configuration. Contact the Administrator for further assistance."
1018 msgstr ""
1019
1020 #: extensions/clickatell/class-clickatell-user.php:89
1021 #: extensions/twilio/class-twilio-user.php:90
1022 msgid "SMS sending failed"
1023 msgstr ""
1024
1025 #: extensions/clickatell/class-clickatell-user.php:96
1026 msgid "Success"
1027 msgstr ""
1028
1029 #: extensions/clickatell/class-clickatell-user.php:159
1030 msgid "Phone number is required"
1031 msgstr ""
1032
1033 #. translators: %s: link to Clickatell integration documentation.
1034 #: extensions/clickatell/class-clickatell-wizard-steps.php:120
1035 #, php-format
1036 msgid "Refer to the %s for more information on how to use Clickatell with WP 2FA for two-factor authentication on your website."
1037 msgstr ""
1038
1039 #: extensions/clickatell/class-clickatell-wizard-steps.php:124
1040 #: extensions/clickatell/class-clickatell-wizard-steps.php:637
1041 msgid "Clickatell integration documentation"
1042 msgstr ""
1043
1044 #: extensions/clickatell/class-clickatell-wizard-steps.php:242
1045 #: extensions/clickatell/class-clickatell.php:1067
1046 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:276
1047 msgid "One-time code via SMS (Clickatell)"
1048 msgstr ""
1049
1050 #: extensions/clickatell/class-clickatell-wizard-steps.php:305
1051 msgid "Setting up SMS via Clickatell"
1052 msgstr ""
1053
1054 #: extensions/clickatell/class-clickatell-wizard-steps.php:307
1055 #: extensions/twilio/class-twilio-wizard-steps.php:308
1056 msgid "Please enter the phone number where the one-time SMS verification code should be sent."
1057 msgstr ""
1058
1059 #: extensions/clickatell/class-clickatell-wizard-steps.php:309
1060 #: extensions/twilio/class-twilio-wizard-steps.php:310
1061 msgid "Please enter the verification code sent to your phone via SMS."
1062 msgstr ""
1063
1064 #: extensions/clickatell/class-clickatell-wizard-steps.php:314
1065 msgid "Clickatell SMS 2FA configured successfully!"
1066 msgstr ""
1067
1068 #: extensions/clickatell/class-clickatell-wizard-steps.php:315
1069 #: extensions/twilio/class-twilio-wizard-steps.php:316
1070 msgid "Failed to send SMS. Please try again."
1071 msgstr ""
1072
1073 #: extensions/clickatell/class-clickatell-wizard-steps.php:503
1074 #: extensions/twilio/class-twilio-wizard-steps.php:504
1075 msgid "Phone number"
1076 msgstr ""
1077
1078 #: extensions/clickatell/class-clickatell-wizard-steps.php:632
1079 #: extensions/twilio/class-twilio-wizard-steps.php:633
1080 #: extensions/yubico/class-yubico-wizard-steps.php:616
1081 msgid "When using this method, users will receive an SMS message with the one-time code. "
1082 msgstr ""
1083
1084 #. Translators: Clickatell service documentation
1085 #: extensions/clickatell/class-clickatell-wizard-steps.php:636
1086 #, php-format
1087 msgid "Refer to the %s for more information on how to use the Clickatell with WP 2FA for two-factor authentication on your website."
1088 msgstr ""
1089
1090 #: extensions/clickatell/class-clickatell.php:200
1091 #: extensions/clickatell/class-clickatell.php:1083
1092 msgid "Clickatell option label"
1093 msgstr ""
1094
1095 #: extensions/clickatell/class-clickatell.php:225
1096 #: extensions/clickatell/class-clickatell.php:1089
1097 msgid "Clickatell option hint"
1098 msgstr ""
1099
1100 #: extensions/clickatell/class-clickatell.php:232
1101 msgid "Add a helpful tip that users will see when configuring Clickatell as their 2FA method. This text is displayed via a help icon during setup. Leave this field empty to hide the help icon."
1102 msgstr ""
1103
1104 #: extensions/clickatell/class-clickatell.php:358
1105 #: extensions/clickatell/class-clickatell.php:404
1106 msgid "Invalid Clickatell SID"
1107 msgstr ""
1108
1109 #: extensions/clickatell/class-clickatell.php:402
1110 msgid "Clickatell credentials are valid"
1111 msgstr ""
1112
1113 #: extensions/clickatell/class-clickatell.php:407
1114 msgid "Clickatell SID is not provided"
1115 msgstr ""
1116
1117 #: extensions/clickatell/class-clickatell.php:466
1118 msgid "Provided Clickatell settings are invalid"
1119 msgstr ""
1120
1121 #: extensions/clickatell/class-clickatell.php:611
1122 msgid "The Clickatell connection has been configured successfully."
1123 msgstr ""
1124
1125 #: extensions/clickatell/class-clickatell.php:612
1126 msgid "Please enter your Clickatell API key before testing the connection."
1127 msgstr ""
1128
1129 #: extensions/clickatell/class-clickatell.php:613
1130 msgid "Clickatell SMS service configuration"
1131 msgstr ""
1132
1133 #: extensions/clickatell/class-clickatell.php:1044
1134 #: extensions/out-of-band/class-out-of-band.php:642
1135 #: extensions/twilio/class-twilio.php:1265
1136 #: extensions/yubico/class-yubico.php:1102
1137 msgid "Unauthorized"
1138 msgstr ""
1139
1140 #: extensions/clickatell/class-clickatell.php:1061
1141 msgid "{reconfigure_or_configure_capitalized} SMS method (Clickatell)"
1142 msgstr ""
1143
1144 #: extensions/clickatell/class-clickatell.php:1061
1145 msgid "Please select the phone where code should be sent:"
1146 msgstr ""
1147
1148 #: extensions/clickatell/class-clickatell.php:1062
1149 #: extensions/twilio/class-twilio.php:1397
1150 msgid "{reconfigure_or_configure_capitalized} SMS method"
1151 msgstr ""
1152
1153 #: extensions/clickatell/class-clickatell.php:1062
1154 #: extensions/twilio/class-twilio.php:1397
1155 msgid "The 2FA over SMS service you want to use is currently unavailable. Please try again later or restart the wizard to choose another method."
1156 msgstr ""
1157
1158 #: extensions/clickatell/class-clickatell.php:1063
1159 #: extensions/twilio/class-twilio.php:1394
1160 msgid "Enter the 2FA code you have received over SMS."
1161 msgstr ""
1162
1163 #: extensions/clickatell/class-clickatell.php:1064
1164 #: extensions/yubico/class-yubico.php:1148
1165 msgid "{user_login_code}"
1166 msgstr ""
1167
1168 #: extensions/clickatell/class-clickatell.php:1065
1169 #: extensions/twilio/class-twilio.php:1395
1170 msgid "Setting up 2FA over SMS"
1171 msgstr ""
1172
1173 #: extensions/clickatell/class-clickatell.php:1065
1174 #: extensions/twilio/class-twilio.php:1395
1175 msgid "When you use 2FA over SMS to log in to this website you will receive your one-time code via an SMS on your cellphone. Therefore please enter the cellphone number of where you would like to receive the SMS below."
1176 msgstr ""
1177
1178 #: extensions/clickatell/class-clickatell.php:1066
1179 #: extensions/twilio/class-twilio.php:1398
1180 msgid "Please type in the one-time code sent via SMS to your phone to confirm your phone number."
1181 msgstr ""
1182
1183 #: extensions/email-backup/class-email-backup-render.php:76
1184 #: extensions/email-backup/class-email-backup-render.php:411
1185 msgid "Email backup page text"
1186 msgstr ""
1187
1188 #: extensions/email-backup/class-email-backup-render.php:77
1189 msgid "Shown on the email-backup screen, asking the user to enter the code sent to their email."
1190 msgstr ""
1191
1192 #: extensions/email-backup/class-email-backup-render.php:78
1193 #: extensions/email-backup/class-email-backup-render.php:416
1194 #: includes/classes/Admin/class-user-notices.php:296
1195 #: includes/classes/Admin/class-user-notices.php:305
1196 #: includes/classes/Admin/class-user-notices.php:314
1197 #: includes/classes/Admin/class-user-notices.php:323
1198 #: includes/classes/Admin/Settings/templates/customize-code-page.php:134
1199 #: includes/classes/Admin/Settings/templates/customize-code-page.php:212
1200 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:87
1201 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:124
1202 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:87
1203 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:124
1204 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:161
1205 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:551
1206 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:562
1207 msgid "Only plain text is allowed."
1208 msgstr ""
1209
1210 #: extensions/email-backup/class-email-backup-render.php:122
1211 msgid "Use my user email "
1212 msgstr ""
1213
1214 #: extensions/email-backup/class-email-backup-render.php:131
1215 #: extensions/email-backup/class-email-backup-wizard-steps.php:245
1216 #: extensions/out-of-band/class-oob-wizard-steps.php:458
1217 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:378
1218 msgid "Use a different email address:"
1219 msgstr ""
1220
1221 #: extensions/email-backup/class-email-backup-render.php:132
1222 #: extensions/out-of-band/class-oob-wizard-steps.php:459
1223 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:379
1224 msgid "Email address"
1225 msgstr ""
1226
1227 #: extensions/email-backup/class-email-backup-render.php:140
1228 msgid "Save email backup options"
1229 msgstr ""
1230
1231 #: extensions/email-backup/class-email-backup-render.php:141
1232 msgid "Save 2FA backup email address"
1233 msgstr ""
1234
1235 #: extensions/email-backup/class-email-backup-render.php:288
1236 msgid "Allow users to use email based 2FA as secondary backup method to"
1237 msgstr ""
1238
1239 #: extensions/email-backup/class-email-backup-render.php:291
1240 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:392
1241 msgid "By enabling this feature users can also configure and use the \"one-time code via email\" 2FA method as a secondary backup method. This allows them to receive a one-time login code via email if they need to login to the website and cannot generate the login code from their 2FA app, lost their hardware key (Yubikey) or cannot access the SMS with the codes on their smartphones."
1242 msgstr ""
1243
1244 #: extensions/email-backup/class-email-backup-render.php:294
1245 #: extensions/out-of-band/class-oob-wizard-steps.php:607
1246 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:288
1247 msgid "Allow user to specify the email address of choice"
1248 msgstr ""
1249
1250 #: extensions/email-backup/class-email-backup-render.php:300
1251 #: extensions/out-of-band/class-oob-wizard-steps.php:613
1252 #: extensions/role-settings/class-role-settings-render.php:547
1253 #: includes/classes/Admin/class-user-profile.php:451
1254 #: includes/classes/Admin/class-user-profile.php:464
1255 #: includes/classes/Admin/class-user-profile.php:618
1256 #: includes/classes/Admin/class-wizard-integration.php:588
1257 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:295
1258 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:728
1259 msgid "Yes"
1260 msgstr ""
1261
1262 #: extensions/email-backup/class-email-backup-render.php:304
1263 #: extensions/out-of-band/class-oob-wizard-steps.php:617
1264 #: extensions/role-settings/class-role-settings-render.php:557
1265 #: includes/classes/Admin/class-user-profile.php:452
1266 #: includes/classes/Admin/class-user-profile.php:465
1267 #: includes/classes/Admin/class-user-profile.php:619
1268 #: includes/classes/Admin/class-wizard-integration.php:589
1269 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:299
1270 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:735
1271 msgid "No"
1272 msgstr ""
1273
1274 #: extensions/email-backup/class-email-backup-render.php:364
1275 msgid "Remove backup email method"
1276 msgstr ""
1277
1278 #: extensions/email-backup/class-email-backup-render.php:371
1279 msgid "Configure backup email"
1280 msgstr ""
1281
1282 #: extensions/email-backup/class-email-backup-render.php:416
1283 #: extensions/white-labeling/class-white-labeling-render.php:831
1284 #: includes/classes/Admin/class-user-notices.php:296
1285 #: includes/classes/Admin/class-user-notices.php:305
1286 #: includes/classes/Admin/class-user-notices.php:314
1287 #: includes/classes/Admin/class-user-notices.php:323
1288 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:551
1289 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:562
1290 msgid "Note:"
1291 msgstr ""
1292
1293 #: extensions/email-backup/class-email-backup-wizard-steps.php:174
1294 #: extensions/email-backup/class-email-backup-wizard-steps.php:241
1295 #: extensions/email-backup/class-email-backup.php:176
1296 msgid "Backup Email"
1297 msgstr ""
1298
1299 #: extensions/email-backup/class-email-backup-wizard-steps.php:176
1300 #: extensions/email-backup/class-email-backup-wizard-steps.php:243
1301 msgid "Configure a backup email address to receive one-time login codes when your primary 2FA method is unavailable. Please select the email address you would like to use below."
1302 msgstr ""
1303
1304 #: extensions/email-backup/class-email-backup-wizard-steps.php:177
1305 #: extensions/email-backup/class-email-backup-wizard-steps.php:248
1306 msgid "Backup email configured successfully!"
1307 msgstr ""
1308
1309 #: extensions/email-backup/class-email-backup-wizard-steps.php:178
1310 #: extensions/email-backup/class-email-backup-wizard-steps.php:249
1311 msgid "Failed to save backup email address."
1312 msgstr ""
1313
1314 #: extensions/email-backup/class-email-backup-wizard-steps.php:179
1315 #: extensions/email-backup/class-email-backup-wizard-steps.php:247
1316 msgid "Save backup email"
1317 msgstr ""
1318
1319 #: extensions/email-backup/class-email-backup-wizard-steps.php:231
1320 msgid "Remove Backup email method?"
1321 msgstr ""
1322
1323 #: extensions/email-backup/class-email-backup-wizard-steps.php:232
1324 msgid "Are you sure you want to remove your backup email method?"
1325 msgstr ""
1326
1327 #: extensions/email-backup/class-email-backup-wizard-steps.php:233
1328 msgid "Yes, Remove"
1329 msgstr ""
1330
1331 #: extensions/email-backup/class-email-backup-wizard-steps.php:234
1332 msgid "No, Cancel"
1333 msgstr ""
1334
1335 #: extensions/email-backup/class-email-backup-wizard-steps.php:235
1336 msgid "Backup email removed. You can now configure a new one."
1337 msgstr ""
1338
1339 #: extensions/email-backup/class-email-backup-wizard-steps.php:236
1340 msgid "Failed to remove backup email."
1341 msgstr ""
1342
1343 #: extensions/email-backup/class-email-backup-wizard-steps.php:237
1344 #: includes/classes/Admin/class-profile-section-renderer.php:127
1345 #: includes/classes/Admin/class-wizard-integration.php:534
1346 msgid "Network error. Please try again."
1347 msgstr ""
1348
1349 #: extensions/email-backup/class-email-backup-wizard-steps.php:244
1350 #: includes/classes/Admin/class-wizard-integration.php:549
1351 msgid "Use my user email"
1352 msgstr ""
1353
1354 #: extensions/email-backup/class-email-backup-wizard-steps.php:246
1355 #: includes/classes/Admin/class-wizard-integration.php:551
1356 msgid "email@example.com"
1357 msgstr ""
1358
1359 #: extensions/email-backup/class-email-backup-wizard-steps.php:250
1360 msgid "Please enter a valid email address."
1361 msgstr ""
1362
1363 #: extensions/email-backup/class-email-backup.php:260
1364 #: extensions/twilio/class-twilio.php:1243
1365 msgid "You must be logged in to perform this action."
1366 msgstr ""
1367
1368 #: extensions/email-backup/class-email-backup.php:326
1369 #: extensions/email-backup/class-email-backup.php:356
1370 #: includes/classes/Admin/class-free-support-notice.php:75
1371 #: includes/classes/Admin/class-new-interface-notice.php:324
1372 #: includes/classes/Admin/class-new-interface-notice.php:361
1373 #: includes/classes/Admin/class-new-interface-notice.php:384
1374 #: includes/classes/Admin/Helpers/class-ajax-helper.php:66
1375 #: includes/classes/Admin/Helpers/class-ajax-helper.php:329
1376 #: includes/classes/Admin/Helpers/class-ajax-helper.php:415
1377 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:249
1378 msgid "Nonce verification failed."
1379 msgstr ""
1380
1381 #: extensions/email-backup/class-email-backup.php:362
1382 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:460
1383 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:349
1384 #: includes/classes/Licensing/class-edd-provider.php:566
1385 #: includes/classes/Licensing/class-edd-provider.php:594
1386 msgid "Permission denied."
1387 msgstr ""
1388
1389 #: extensions/email-backup/class-email-backup.php:368
1390 msgid "User not found."
1391 msgstr ""
1392
1393 #: extensions/email-backup/class-email-backup.php:373
1394 msgid "Backup email method removed successfully."
1395 msgstr ""
1396
1397 #: extensions/email-backup/class-email-backup.php:601
1398 #: includes/classes/Admin/Methods/class-backup-codes.php:715
1399 #: includes/classes/Admin/Methods/class-backup-codes.php:716
1400 #: includes/classes/Admin/Methods/class-backup-codes.php:717
1401 msgid "Your login just got more secure"
1402 msgstr ""
1403
1404 #: extensions/email-backup/class-email-backup.php:601
1405 msgid "Well done on configuring 2FA, your login has just got more secure. To make sure you never get locked out you are required to confirm your email address and use email as an alternative and backup 2FA method in case your primary method is unavailable. Please confirm your email address below"
1406 msgstr ""
1407
1408 #: extensions/email-backup/class-email-backup.php:602
1409 msgid "Enter a backup email code."
1410 msgstr ""
1411
1412 #: extensions/email-backup/class-email-backup.php:603
1413 msgid "Receive code over email: you will receive a one-time code via email which you need to login and you cannot generate a code from the app."
1414 msgstr ""
1415
1416 #: extensions/email-backup/class-email-backup.php:604
1417 msgid "Or, send me a code to my email."
1418 msgstr ""
1419
1420 #: extensions/integrations/class-wp2fa-integrations-render.php:48
1421 msgid "Integrations plugins / service integration settings"
1422 msgstr ""
1423
1424 #. Translators: Twilio service documentation
1425 #: extensions/integrations/class-wp2fa-integrations-render.php:53
1426 msgid "Here you can specify 2FA integration settings for different plugins."
1427 msgstr ""
1428
1429 #: extensions/integrations/class-wp2fa-integrations.php:134
1430 msgid "Integrations"
1431 msgstr ""
1432
1433 #: extensions/integrations/class-wp2fa-integrations.php:138
1434 #: extensions/user-licensing/class-wp2fa-user-licensing.php:73
1435 msgid "Use the settings below to configure the WP2FA plugin integration. If you have any questions send us an email at"
1436 msgstr ""
1437
1438 #: extensions/integrations/plugins/class-integrations-plugins-base.php:109
1439 msgid "Enable this integration so a 2FA configuration entry is automatically added in the menu of your WooCommerce's user portal."
1440 msgstr ""
1441
1442 #: extensions/integrations/plugins/class-woocommerce.php:108
1443 #: extensions/integrations/plugins/class-woocommerce.php:355
1444 msgid "Enable"
1445 msgstr ""
1446
1447 #: extensions/integrations/plugins/class-woocommerce.php:117
1448 msgid "Enable integration"
1449 msgstr ""
1450
1451 #: extensions/integrations/plugins/class-woocommerce.php:120
1452 #: extensions/yubico/class-yubico-render.php:87
1453 #: extensions/yubico/class-yubico-render.php:98
1454 #: extensions/yubico/class-yubico-render.php:197
1455 #: extensions/yubico/class-yubico-wizard-steps.php:646
1456 msgid "Client ID"
1457 msgstr ""
1458
1459 #: extensions/integrations/plugins/class-woocommerce.php:130
1460 #, php-format
1461 msgid "Enable this to add 2FA setup and management to the WooCommerce \"My Account\" area so customers can configure 2FA without the WordPress dashboard. %1$s"
1462 msgstr ""
1463
1464 #: extensions/integrations/plugins/class-woocommerce.php:131
1465 #: extensions/integrations/plugins/class-woocommerce.php:169
1466 #: extensions/integrations/plugins/class-woocommerce.php:207
1467 #: includes/classes/Admin/Settings/templates/customize-code-page.php:38
1468 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:36
1469 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:97
1470 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:276
1471 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:37
1472 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:37
1473 #: includes/classes/Admin/Settings/templates/email-settings.php:39
1474 #: includes/classes/Admin/Settings/templates/email-settings.php:103
1475 #: includes/classes/Admin/Settings/templates/email-settings.php:253
1476 #: includes/classes/Admin/Settings/templates/generic-settings.php:114
1477 #: includes/classes/Admin/Settings/templates/import-export.php:44
1478 #: includes/classes/Admin/Settings/templates/plugins-integrations.php:35
1479 #: includes/classes/Admin/Settings/templates/providers-integrations.php:35
1480 #: includes/classes/Utils/class-white-label.php:175
1481 msgid "Learn more"
1482 msgstr ""
1483
1484 #: extensions/integrations/plugins/class-woocommerce.php:146
1485 #: extensions/integrations/plugins/class-woocommerce.php:361
1486 msgid "Custom 2FA endpoint"
1487 msgstr ""
1488
1489 #: extensions/integrations/plugins/class-woocommerce.php:157
1490 msgid "Enter custom endpoint"
1491 msgstr ""
1492
1493 #: extensions/integrations/plugins/class-woocommerce.php:168
1494 #, php-format
1495 msgid "The URL slug for the 2FA page in the WooCommerce \"My Account\" area. Change only if it clashes with another endpoint, then resave your permalinks. %1$s"
1496 msgstr ""
1497
1498 #: extensions/integrations/plugins/class-woocommerce.php:184
1499 #: extensions/integrations/plugins/class-woocommerce.php:367
1500 msgid "Custom 2FA menu label in account page"
1501 msgstr ""
1502
1503 #: extensions/integrations/plugins/class-woocommerce.php:195
1504 msgid "Enter custom menu label"
1505 msgstr ""
1506
1507 #: extensions/integrations/plugins/class-woocommerce.php:206
1508 #, php-format
1509 msgid "The label shown for the 2FA item in the WooCommerce \"My Account\" menu. %1$s"
1510 msgstr ""
1511
1512 #: extensions/out-of-band/class-oob-wizard-steps.php:201
1513 msgid "Link via email (OOB)"
1514 msgstr ""
1515
1516 #: extensions/out-of-band/class-oob-wizard-steps.php:268
1517 msgid "Setting up link via email (OOB)"
1518 msgstr ""
1519
1520 #: extensions/out-of-band/class-oob-wizard-steps.php:270
1521 msgid "Please select the email address where the one-time verification link should be sent. You should have access to the mailbox of this email address. If you do not receive the email please check your spam folder and contact your administrator."
1522 msgstr ""
1523
1524 #: extensions/out-of-band/class-oob-wizard-steps.php:272
1525 msgid "Please type in the one-time code sent to your email to finalize setup."
1526 msgstr ""
1527
1528 #: extensions/out-of-band/class-oob-wizard-steps.php:273
1529 msgid "OOB 2FA configured successfully!"
1530 msgstr ""
1531
1532 #: extensions/out-of-band/class-oob-wizard-steps.php:274
1533 msgid "Failed to send OOB setup email."
1534 msgstr ""
1535
1536 #: extensions/out-of-band/class-oob-wizard-steps.php:449
1537 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:369
1538 msgid "Use my user email ("
1539 msgstr ""
1540
1541 #: extensions/out-of-band/class-oob-wizard-steps.php:449
1542 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:369
1543 msgid ")"
1544 msgstr ""
1545
1546 #: extensions/out-of-band/class-oob-wizard-steps.php:487
1547 msgid "Verification Code"
1548 msgstr ""
1549
1550 #: extensions/out-of-band/class-oob-wizard-steps.php:501
1551 #: includes/classes/Admin/class-wizard-integration.php:557
1552 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:438
1553 msgid "Send me another code"
1554 msgstr ""
1555
1556 #. translators: link to the knowledge base website
1557 #: extensions/out-of-band/class-oob-wizard-steps.php:584
1558 #, php-format
1559 msgid "When using this method, users will receive a link in an email, and once they click on the link they log in. Therefore, email deliverability is very important. Users using this method should whitelist the address from which the emails are sent. By default, this is the email address configured in your WordPress. You can run an email test from the plugin's settings to confirm email deliverability. If you have had email deliverability / reliability issues, we highly recommend you to install the free plugin %s. Allowing users to configure a secondary 2FA method is highly recommended. You can configure this in the next step of the wizard. This allows users to log in using an alternative method if they lose access to their primary 2FA device, such as their phone."
1560 msgstr ""
1561
1562 #: extensions/out-of-band/class-oob-wizard-steps.php:585
1563 msgid "WP Mail SMTP"
1564 msgstr ""
1565
1566 #: extensions/out-of-band/class-oob-wizard-steps.php:599
1567 msgid "Link will be valid for: "
1568 msgstr ""
1569
1570 #: extensions/out-of-band/class-oob-wizard-steps.php:601
1571 #: extensions/out-of-band/class-oob-wizard-steps.php:728
1572 msgid "minutes"
1573 msgstr ""
1574
1575 #: extensions/out-of-band/class-oob-wizard-steps.php:677
1576 #: extensions/out-of-band/class-out-of-band.php:1141
1577 msgid "When using this method email deliverability is very important. If you are not sure your website's email systems works well, refer to the guide on "
1578 msgstr ""
1579
1580 #: extensions/out-of-band/class-oob-wizard-steps.php:679
1581 #: extensions/out-of-band/class-out-of-band.php:1141
1582 msgid "how to improve and ensure email deliverability on WordPress websites"
1583 msgstr ""
1584
1585 #: extensions/out-of-band/class-oob-wizard-steps.php:680
1586 #: extensions/out-of-band/class-out-of-band.php:1141
1587 msgid "to ensure you can receive emails"
1588 msgstr ""
1589
1590 #: extensions/out-of-band/class-oob-wizard-steps.php:714
1591 msgid "Code will be valid for"
1592 msgstr ""
1593
1594 #: extensions/out-of-band/class-oob-wizard-steps.php:738
1595 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:116
1596 msgid "Allow users to specify their email address of choice?"
1597 msgstr ""
1598
1599 #: extensions/out-of-band/class-oob-wizard-steps.php:770
1600 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:455
1601 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:148
1602 msgid "ensure email deliverability with the free plugin "
1603 msgstr ""
1604
1605 #: extensions/out-of-band/class-out-of-band.php:209
1606 #: extensions/out-of-band/class-out-of-band.php:1157
1607 msgid "Out Of Band option label"
1608 msgstr ""
1609
1610 #: extensions/out-of-band/class-out-of-band.php:233
1611 #: extensions/out-of-band/class-out-of-band.php:1163
1612 msgid "Out Of Band option hint"
1613 msgstr ""
1614
1615 #: extensions/out-of-band/class-out-of-band.php:256
1616 #: extensions/out-of-band/class-out-of-band.php:1171
1617 msgid "Note for mailbox accessibility"
1618 msgstr ""
1619
1620 #. translators: Method option label.
1621 #: extensions/out-of-band/class-out-of-band.php:283
1622 #: extensions/out-of-band/class-out-of-band.php:295
1623 #: extensions/white-labeling/class-white-labeling-render.php:944
1624 #: extensions/white-labeling/class-white-labeling-render.php:1054
1625 #: extensions/white-labeling/class-white-labeling-render.php:1090
1626 #: extensions/white-labeling/class-white-labeling-render.php:1169
1627 #: extensions/yubico/class-yubico.php:265
1628 #: includes/classes/Admin/Methods/class-email.php:224
1629 #: includes/classes/Admin/Methods/class-totp.php:216
1630 #, php-format
1631 msgid "%s help text"
1632 msgstr ""
1633
1634 #. translators: Method option label.
1635 #: extensions/out-of-band/class-out-of-band.php:327
1636 #: extensions/white-labeling/class-white-labeling-render.php:1504
1637 #: extensions/white-labeling/class-white-labeling-render.php:1540
1638 #: extensions/white-labeling/class-white-labeling-render.php:1577
1639 #: includes/classes/Admin/Methods/class-email.php:336
1640 #: includes/classes/Admin/Methods/class-totp.php:393
1641 #, php-format
1642 msgid "%s pre-submission text"
1643 msgstr ""
1644
1645 #. translators: Method option label.
1646 #: extensions/out-of-band/class-out-of-band.php:340
1647 #: extensions/white-labeling/class-white-labeling-render.php:1517
1648 #: extensions/white-labeling/class-white-labeling-render.php:1554
1649 #: extensions/white-labeling/class-white-labeling-render.php:1590
1650 #: includes/classes/Admin/Methods/class-email.php:349
1651 #: includes/classes/Admin/Methods/class-totp.php:406
1652 #, php-format
1653 msgid "This message is shown to users prior to configuring %s method."
1654 msgstr ""
1655
1656 #: extensions/out-of-band/class-out-of-band.php:595
1657 msgid "Usage of this filter is deprecated."
1658 msgstr ""
1659
1660 #: extensions/out-of-band/class-out-of-band.php:651
1661 #: extensions/out-of-band/class-out-of-band.php:715
1662 msgid "User is not provided"
1663 msgstr ""
1664
1665 #: extensions/out-of-band/class-out-of-band.php:675
1666 msgid "Your 2FA setup code"
1667 msgstr ""
1668
1669 #. translators: Test oob code.
1670 #: extensions/out-of-band/class-out-of-band.php:679
1671 #, php-format
1672 msgid "Please enter this code to confirm the 2FA setup: %s"
1673 msgstr ""
1674
1675 #: extensions/out-of-band/class-out-of-band.php:701
1676 msgid "this link"
1677 msgstr ""
1678
1679 #: extensions/out-of-band/class-out-of-band.php:825
1680 msgid "Your login confirmation link for {site_name}"
1681 msgstr ""
1682
1683 #: extensions/out-of-band/class-out-of-band.php:828
1684 msgid "Someone from {user_ip_address} is trying to log in to {site_name}."
1685 msgstr ""
1686
1687 #. translators: The login code
1688 #: extensions/out-of-band/class-out-of-band.php:832
1689 #, php-format
1690 msgid "Verify the login by clicking %1$s. If this is not you, please ignore this email and contact your website administrator."
1691 msgstr ""
1692
1693 #: extensions/out-of-band/class-out-of-band.php:836
1694 msgid "Note: as a security precaution, the login verification link only works when the link is clicked from the same browser and device combination from where you are trying to log in. If this is not the same browser and device, please copy the link and manually paste it in the address bar of the browser which you are using to log in to the website."
1695 msgstr ""
1696
1697 #: extensions/out-of-band/class-out-of-band.php:837
1698 #: includes/classes/Admin/class-settings-page.php:444
1699 #: includes/classes/Admin/class-setup-wizard.php:695
1700 #: includes/classes/Admin/Helpers/class-user-helper.php:1409
1701 msgid "Email sent by"
1702 msgstr ""
1703
1704 #: extensions/out-of-band/class-out-of-band.php:838
1705 #: includes/classes/Admin/class-settings-page.php:445
1706 #: includes/classes/Admin/class-setup-wizard.php:696
1707 #: includes/classes/Admin/Helpers/class-user-helper.php:1410
1708 msgid "WP 2FA plugin."
1709 msgstr ""
1710
1711 #: extensions/out-of-band/class-out-of-band.php:860
1712 #: includes/classes/Admin/class-user-profile.php:804
1713 msgid "No form"
1714 msgstr ""
1715
1716 #: extensions/out-of-band/class-out-of-band.php:871
1717 #: extensions/out-of-band/class-out-of-band.php:878
1718 msgid "Invalid Two Factor Authentication code."
1719 msgstr ""
1720
1721 #: extensions/out-of-band/class-out-of-band.php:876
1722 #: includes/classes/Admin/class-user-profile.php:847
1723 msgid "Please enter the code to finalize the 2FA setup."
1724 msgstr ""
1725
1726 #: extensions/out-of-band/class-out-of-band.php:902
1727 msgid "No code is presented."
1728 msgstr ""
1729
1730 #: extensions/out-of-band/class-out-of-band.php:1025
1731 #: extensions/out-of-band/class-out-of-band.php:1047
1732 msgid "Login link email"
1733 msgstr ""
1734
1735 #: extensions/out-of-band/class-out-of-band.php:1026
1736 #: extensions/out-of-band/class-out-of-band.php:1048
1737 msgid "This is the email sent to a user when an email with a login link is required"
1738 msgstr ""
1739
1740 #: extensions/out-of-band/class-out-of-band.php:1135
1741 msgid "An email with a verification link has been sent to your email address. If you are using the same browser and device, please click on the link to verify the login. If you are not, please copy the link and paste it in the address bar above."
1742 msgstr ""
1743
1744 #: extensions/out-of-band/class-out-of-band.php:1136
1745 msgid "Setting up Link over email 2FA"
1746 msgstr ""
1747
1748 #: extensions/out-of-band/class-out-of-band.php:1136
1749 msgid "Please select the email address to where the out-of-band link should be sent:"
1750 msgstr ""
1751
1752 #: extensions/out-of-band/class-out-of-band.php:1137
1753 msgid "Please type in the one-time code sent to your email address to finalize the setup. Once the code is confirmed and 2FA is set up, you only have to verify a login by clicking on a link sent to you via email."
1754 msgstr ""
1755
1756 #: extensions/out-of-band/class-out-of-band.php:1138
1757 #: extensions/out-of-band/class-out-of-band.php:1139
1758 msgid "{reconfigure_or_configure_capitalized} link over email method"
1759 msgstr ""
1760
1761 #: extensions/out-of-band/class-out-of-band.php:1138
1762 #: extensions/out-of-band/class-out-of-band.php:1139
1763 msgid "Click the below button to {reconfigure_or_configure} the email address where the link should be sent."
1764 msgstr ""
1765
1766 #: extensions/out-of-band/class-out-of-band.php:1140
1767 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:274
1768 msgid "Link via email"
1769 msgstr ""
1770
1771 #: extensions/out-of-band/class-out-of-band.php:1142
1772 msgid "Note: you should be able to access the mailbox of the email address to complete the following step."
1773 msgstr ""
1774
1775 #: extensions/reporting/class-abstract-report.php:89
1776 msgid "Role"
1777 msgstr ""
1778
1779 #: extensions/reporting/class-abstract-report.php:90
1780 msgid "Total"
1781 msgstr ""
1782
1783 #: extensions/reporting/class-methods-report.php:39
1784 #: includes/classes/Admin/Settings/templates/reports/reports-dashboard.php:132
1785 msgid "2FA methods and backup codes"
1786 msgstr ""
1787
1788 #: extensions/reporting/class-reporting.php:93
1789 #: extensions/reporting/class-reporting.php:94
1790 #: extensions/reporting/class-reporting.php:167
1791 #: extensions/reporting/class-reporting.php:377
1792 #: includes/classes/Admin/class-settings-page.php:831
1793 #: includes/classes/Admin/class-settings-page.php:832
1794 #: includes/classes/Admin/Settings/templates/reports/reports-dashboard.php:24
1795 msgid "Reports"
1796 msgstr ""
1797
1798 #: extensions/reporting/class-reporting.php:122
1799 #: extensions/reporting/class-reporting.php:375
1800 #: includes/classes/Admin/class-docs-and-support.php:78
1801 #: includes/classes/Admin/class-help-contact-us.php:63
1802 #: includes/classes/Admin/class-license-page.php:158
1803 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:146
1804 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:83
1805 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:154
1806 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:178
1807 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:96
1808 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:47
1809 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:177
1810 msgid "These settings have been disabled by your site administrator, please contact them for further assistance."
1811 msgstr ""
1812
1813 #: extensions/reporting/class-reporting.php:174
1814 #: extensions/reporting/class-reporting.php:401
1815 msgid "Your report is preparing, please wait as it could take some time. Once ready it will automatically refresh the page."
1816 msgstr ""
1817
1818 #: extensions/reporting/class-reporting.php:175
1819 #: extensions/reporting/class-reporting.php:402
1820 msgid "Processed users:"
1821 msgstr ""
1822
1823 #: extensions/reporting/class-reporting.php:175
1824 #: extensions/reporting/class-reporting.php:402
1825 msgid "of"
1826 msgstr ""
1827
1828 #: extensions/reporting/class-reporting.php:175
1829 msgid "total users"
1830 msgstr ""
1831
1832 #: extensions/reporting/class-reporting.php:266
1833 msgid "Total users"
1834 msgstr ""
1835
1836 #: extensions/reporting/class-reporting.php:270
1837 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1776
1838 #: includes/classes/Utils/class-user-utils.php:333
1839 msgid "Configured"
1840 msgstr ""
1841
1842 #: extensions/reporting/class-reporting.php:274
1843 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1776
1844 msgid "Not configured"
1845 msgstr ""
1846
1847 #: extensions/reporting/class-reporting.php:278
1848 #: includes/classes/Utils/class-user-utils.php:338
1849 msgid "Locked"
1850 msgstr ""
1851
1852 #: extensions/reporting/class-reporting.php:296
1853 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:522
1854 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:573
1855 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:281
1856 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:352
1857 msgid "Insufficient permissions."
1858 msgstr ""
1859
1860 #: extensions/reporting/class-reporting.php:307
1861 msgid "Invalid data."
1862 msgstr ""
1863
1864 #: extensions/reporting/class-reporting.php:318
1865 msgid "Could not create CSV."
1866 msgstr ""
1867
1868 #: extensions/reporting/class-reporting.php:379
1869 #: includes/classes/Admin/Settings/templates/reports/reports-dashboard.php:35
1870 msgid "In this page you will find a number of reports which allow you to get a better overview of the current state of 2FA on your website."
1871 msgstr ""
1872
1873 #: extensions/reporting/class-reporting.php:402
1874 msgid "total users "
1875 msgstr ""
1876
1877 #: extensions/reporting/class-reporting.php:451
1878 msgid "Reports data"
1879 msgstr ""
1880
1881 #: extensions/reporting/class-user-status-report.php:42
1882 msgid "2FA users setup attribute"
1883 msgstr ""
1884
1885 #. translators: Test oob code.
1886 #: extensions/role-settings/class-role-settings-controller.php:224
1887 #, php-format
1888 msgid "Grace period must be at least 1 day/hour for role %s."
1889 msgstr ""
1890
1891 #. translators: Test oob code.
1892 #: extensions/role-settings/class-role-settings-controller.php:269
1893 #, php-format
1894 msgid "You must provide a new page slug for role %s."
1895 msgstr ""
1896
1897 #: extensions/role-settings/class-role-settings-render.php:102
1898 msgid "Site-wide policies"
1899 msgstr ""
1900
1901 #: extensions/role-settings/class-role-settings-render.php:176
1902 msgid "Configure different 2FA settings for this user role"
1903 msgstr ""
1904
1905 #: extensions/role-settings/class-role-settings-render.php:193
1906 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:55
1907 msgid "Which of the below 2FA methods can users use?"
1908 msgstr ""
1909
1910 #: extensions/role-settings/class-role-settings-render.php:196
1911 msgid "You can change the order of the 2FA methods and how they appear for the users with drag and drop. Simply hover the mouse over the method, click the mouse button and drag that method to where you'd like it to appear in the list. Once you are ready save the settings."
1912 msgstr ""
1913
1914 #: extensions/role-settings/class-role-settings-render.php:199
1915 msgid "Select the allowed primary 2FA methods"
1916 msgstr ""
1917
1918 #: extensions/role-settings/class-role-settings-render.php:202
1919 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:62
1920 msgid "Primary 2FA methods:"
1921 msgstr ""
1922
1923 #: extensions/role-settings/class-role-settings-render.php:220
1924 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:84
1925 msgid "Secondary 2FA methods:"
1926 msgstr ""
1927
1928 #: extensions/role-settings/class-role-settings-render.php:246
1929 #: includes/classes/Admin/Methods/class-backup-codes.php:266
1930 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:347
1931 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:222
1932 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:93
1933 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:171
1934 msgid "Backup codes"
1935 msgstr ""
1936
1937 #: extensions/role-settings/class-role-settings-render.php:248
1938 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:359
1939 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:99
1940 msgid "Backup codes are a secondary method which you can use to log in to the website in case the primary 2FA method is unavailable. Therefore they can't be enabled and used as a primary method."
1941 msgstr ""
1942
1943 #: extensions/role-settings/class-role-settings-render.php:406
1944 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:922
1945 msgid "Should users be asked to setup 2FA instantly or should they have a grace period?"
1946 msgstr ""
1947
1948 #: extensions/role-settings/class-role-settings-render.php:408
1949 msgid "When you enforce 2FA on users they have a grace period to configure 2FA. If they fail to configure it within the configured stipulated time, their account will be locked and have to be unlocked manually. Note that user accounts cannot be unlocked automatically, even if you change the settings. As a security precaution they always have to be unlocked them manually. Maximum grace period is 10 days."
1950 msgstr ""
1951
1952 #: extensions/role-settings/class-role-settings-render.php:408
1953 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:233
1954 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:663
1955 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:924
1956 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:335
1957 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:221
1958 msgid "Learn more."
1959 msgstr ""
1960
1961 #: extensions/role-settings/class-role-settings-render.php:414
1962 #: includes/classes/Admin/class-setup-wizard.php:570
1963 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:517
1964 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:564
1965 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:930
1966 msgid "Grace period"
1967 msgstr ""
1968
1969 #: extensions/role-settings/class-role-settings-render.php:426
1970 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:542
1971 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:675
1972 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:538
1973 msgid "Users have to configure 2FA straight away."
1974 msgstr ""
1975
1976 #: extensions/role-settings/class-role-settings-render.php:435
1977 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:551
1978 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:684
1979 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:545
1980 msgid "Give users a grace period to configure 2FA"
1981 msgstr ""
1982
1983 #: extensions/role-settings/class-role-settings-render.php:444
1984 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:554
1985 msgid "hours"
1986 msgstr ""
1987
1988 #: extensions/role-settings/class-role-settings-render.php:451
1989 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:560
1990 msgid "days"
1991 msgstr ""
1992
1993 #: extensions/role-settings/class-role-settings-render.php:491
1994 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:839
1995 msgid "Do you want to redirect the user to a specific page after completing the 2FA setup wizard?"
1996 msgstr ""
1997
1998 #: extensions/role-settings/class-role-settings-render.php:493
1999 msgid "Specify a URL of a page where you want to redirect the users once they complete the 2FA setup wizard. Leave empty for default behaviour, in which users are redirected back to the page from where they launched the wizard."
2000 msgstr ""
2001
2002 #: extensions/role-settings/class-role-settings-render.php:498
2003 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:846
2004 msgid "Redirect users after 2FA setup to"
2005 msgstr ""
2006
2007 #: extensions/role-settings/class-role-settings-render.php:530
2008 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:714
2009 msgid "Can users access the WordPress dashboard or you have custom profile pages? "
2010 msgstr ""
2011
2012 #: extensions/role-settings/class-role-settings-render.php:532
2013 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:716
2014 msgid "If your users do not have access to the WordPress dashboard (because you use custom user profile pages) enable this option. Once enabled, the plugin creates a page which ONLY authenticated users can access to configure their user 2FA settings. A link to this page is sent in the 2FA welcome email."
2015 msgstr ""
2016
2017 #: extensions/role-settings/class-role-settings-render.php:537
2018 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:721
2019 msgid "Frontend 2FA settings page"
2020 msgstr ""
2021
2022 #: extensions/role-settings/class-role-settings-render.php:563
2023 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:708
2024 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:741
2025 msgid "Frontend 2FA settings page URL"
2026 msgstr ""
2027
2028 #: extensions/role-settings/class-role-settings-render.php:599
2029 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:735
2030 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:774
2031 msgid "Edit Page"
2032 msgstr ""
2033
2034 #: extensions/role-settings/class-role-settings-render.php:599
2035 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:736
2036 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:774
2037 msgid "View Page"
2038 msgstr ""
2039
2040 #: extensions/role-settings/class-role-settings-render.php:607
2041 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:782
2042 msgid "Create separate pages on multisite network"
2043 msgstr ""
2044
2045 #: extensions/role-settings/class-role-settings-render.php:617
2046 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:756
2047 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:791
2048 msgid "Create User settings page separately for every site"
2049 msgstr ""
2050
2051 #: extensions/role-settings/class-role-settings-render.php:618
2052 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:762
2053 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:792
2054 msgid "When you enable this setting a page with the same slug is created on each site on the network, so the users of each sub site can use this page on their website to configure 2FA."
2055 msgstr ""
2056
2057 #: extensions/role-settings/class-role-settings-render.php:624
2058 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:797
2059 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:798
2060 msgid "Specify the page where you want to redirect your users to after they complete the 2FA setup. This will override the global redirect setting."
2061 msgstr ""
2062
2063 #: extensions/role-settings/class-role-settings-render.php:627
2064 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:814
2065 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:801
2066 msgid "Redirect users after 2FA setup"
2067 msgstr ""
2068
2069 #: extensions/role-settings/class-role-settings-render.php:661
2070 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:963
2071 msgid "Should users be allowed to disable 2FA from their user profile?"
2072 msgstr ""
2073
2074 #: extensions/role-settings/class-role-settings-render.php:663
2075 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:965
2076 msgid "Users can configure and also disable 2FA on their profile by clicking the \"Remove 2FA\" button. Enable this setting to disable the Remove 2FA button so users cannot disable 2FA from their user profile."
2077 msgstr ""
2078
2079 #: extensions/role-settings/class-role-settings-render.php:668
2080 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:970
2081 msgid "Hide the Remove 2FA button"
2082 msgstr ""
2083
2084 #: extensions/role-settings/class-role-settings-render.php:677
2085 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:976
2086 msgid "Hide the Remove 2FA button on user profile pages"
2087 msgstr ""
2088
2089 #: extensions/settings-import-export/class-settings-import-export.php:133
2090 msgid "From here you can export the plugin's settings configuration and also import them from an export file. Use the export file to keep a backup of the plugin's configuration or to import the same settings configuration to another website."
2091 msgstr ""
2092
2093 #: extensions/settings-import-export/class-settings-import-export.php:141
2094 msgid "Export settings"
2095 msgstr ""
2096
2097 #: extensions/settings-import-export/class-settings-import-export.php:151
2098 #: extensions/settings-import-export/class-settings-import-export.php:162
2099 msgid "site-specific"
2100 msgstr ""
2101
2102 #: extensions/settings-import-export/class-settings-import-export.php:152
2103 #: includes/classes/Admin/Settings/templates/import-export.php:69
2104 msgid "Also export the site specific settings as enforced users and roles (the policy will be set to Do not enforce if left unchecked)"
2105 msgstr ""
2106
2107 #: extensions/settings-import-export/class-settings-import-export.php:163
2108 #: includes/classes/Admin/Settings/templates/import-export.php:78
2109 msgid "Add the custom from email to the export"
2110 msgstr ""
2111
2112 #: extensions/settings-import-export/class-settings-import-export.php:168
2113 #: includes/classes/Admin/Settings/templates/import-export.php:59
2114 #: includes/classes/Admin/Settings/templates/import-export.php:85
2115 msgid "Export"
2116 msgstr ""
2117
2118 #: extensions/settings-import-export/class-settings-import-export.php:171
2119 msgid "Once the settings are exported a download will automatically start. The settings are exported to a JSON file."
2120 msgstr ""
2121
2122 #: extensions/settings-import-export/class-settings-import-export.php:178
2123 msgid "Import settings"
2124 msgstr ""
2125
2126 #: extensions/settings-import-export/class-settings-import-export.php:185
2127 msgid "Validate & Import"
2128 msgstr ""
2129
2130 #: extensions/settings-import-export/class-settings-import-export.php:187
2131 #: includes/classes/Admin/Settings/templates/import-export.php:98
2132 msgid "Once you choose a JSON settings file, it is validated before import and any problems are flagged."
2133 msgstr ""
2134
2135 #: extensions/settings-import-export/class-settings-import-export.php:211
2136 #: extensions/settings-import-export/class-settings-import-export.php:239
2137 msgid "Access denied."
2138 msgstr ""
2139
2140 #: extensions/settings-import-export/class-settings-import-export.php:219
2141 #: extensions/settings-import-export/class-settings-import-export.php:251
2142 #: includes/classes/Admin/class-plugin-updated-notice.php:102
2143 #: includes/classes/Admin/Helpers/class-wp-helper.php:471
2144 #: includes/classes/Admin/Helpers/class-wp-helper.php:693
2145 #: includes/classes/Admin/Helpers/class-wp-helper.php:716
2146 #: includes/classes/Admin/Helpers/class-wp-helper.php:736
2147 msgid "Nonce Verification Failed."
2148 msgstr ""
2149
2150 #: extensions/settings-import-export/class-settings-import-export.php:305
2151 msgid "User not found: "
2152 msgstr ""
2153
2154 #: extensions/settings-import-export/class-settings-import-export.php:315
2155 msgid "Role not found: "
2156 msgstr ""
2157
2158 #: extensions/settings-import-export/class-settings-import-export.php:325
2159 msgid "Post type not found: "
2160 msgstr ""
2161
2162 #: extensions/settings-import-export/class-settings-import-export.php:354
2163 msgid "Serialized PHP objects are not allowed in imports."
2164 msgstr ""
2165
2166 #: extensions/settings-import-export/class-settings-import-export.php:363
2167 msgid "Could not import one of the settings because its serialized content is invalid."
2168 msgstr ""
2169
2170 #: extensions/settings-import-export/class-settings-import-export.php:371
2171 msgid "Setting updated"
2172 msgstr ""
2173
2174 #: extensions/settings-import-export/class-settings-import-export.php:371
2175 msgid "Setting created"
2176 msgstr ""
2177
2178 #: extensions/settings-import-export/class-settings-import-export.php:503
2179 #: includes/classes/Admin/Settings/templates/import-export.php:133
2180 msgid "Checking import contents"
2181 msgstr ""
2182
2183 #: extensions/settings-import-export/class-settings-import-export.php:504
2184 #: includes/classes/Admin/Settings/templates/import-export.php:134
2185 msgid "Ready to import"
2186 msgstr ""
2187
2188 #: extensions/settings-import-export/class-settings-import-export.php:505
2189 #: includes/classes/Admin/Settings/templates/import-export.php:135
2190 msgid "Issues found"
2191 msgstr ""
2192
2193 #: extensions/settings-import-export/class-settings-import-export.php:506
2194 #: includes/classes/Admin/Settings/templates/import-export.php:136
2195 msgid "Importing settings"
2196 msgstr ""
2197
2198 #: extensions/settings-import-export/class-settings-import-export.php:507
2199 #: includes/classes/Admin/Settings/templates/import-export.php:137
2200 msgid "Settings imported"
2201 msgstr ""
2202
2203 #: extensions/settings-import-export/class-settings-import-export.php:508
2204 #: includes/classes/Admin/class-help-contact-us.php:67
2205 #: includes/classes/Admin/class-help-contact-us.php:75
2206 msgid "Help"
2207 msgstr ""
2208
2209 #: extensions/settings-import-export/class-settings-import-export.php:509
2210 #: includes/classes/Admin/Settings/templates/import-export.php:138
2211 msgid "This setting could not be imported. Please review the setting value and try again."
2212 msgstr ""
2213
2214 #: extensions/settings-import-export/class-settings-import-export.php:510
2215 msgid "The role, user or post type contained in your settings are not currently found in this website. Importing such settings could lead to abnormal behavior. For more information and / or if you require assistance, please"
2216 msgstr ""
2217
2218 #: extensions/settings-import-export/class-settings-import-export.php:511
2219 msgid "Currently this data is not supported by our export/import wizard."
2220 msgstr ""
2221
2222 #: extensions/settings-import-export/class-settings-import-export.php:512
2223 msgid "To avoid accidental lock-out, this setting is not imported."
2224 msgstr ""
2225
2226 #: extensions/settings-import-export/class-settings-import-export.php:513
2227 #: includes/classes/Admin/Settings/templates/import-export.php:139
2228 msgid "Please upload a valid JSON file."
2229 msgstr ""
2230
2231 #: extensions/settings-import-export/class-settings-import-export.php:515
2232 #: includes/classes/Admin/Settings/templates/import-export.php:141
2233 msgid "The settings file has been tested and the configuration is ready to be imported. Would you like to proceed?"
2234 msgstr ""
2235
2236 #: extensions/settings-import-export/class-settings-import-export.php:516
2237 #: includes/classes/Admin/Settings/templates/import-export.php:142
2238 msgid "The configuration has been successfully imported. Click OK to close this window"
2239 msgstr ""
2240
2241 #: extensions/settings-import-export/class-settings-import-export.php:517
2242 #: includes/classes/Admin/Settings/templates/import-export.php:143
2243 msgid "Proceed"
2244 msgstr ""
2245
2246 #: extensions/settings-import-export/class-settings-import-export.php:518
2247 #: includes/classes/Admin/Settings/templates/import-export.php:144
2248 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:103
2249 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:200
2250 msgid "OK"
2251 msgstr ""
2252
2253 #: extensions/settings-import-export/class-settings-import-export.php:519
2254 #: includes/classes/Admin/Settings/templates/import-export.php:145
2255 msgid "Incompatible import file detected"
2256 msgstr ""
2257
2258 #: extensions/settings-import-export/class-settings-import-export.php:521
2259 #: includes/classes/Admin/Settings/templates/import-export.php:147
2260 msgid "We detected that this file was exported from WP 2FA version 3.x. This format is no longer supported in version 4.0 and above and cannot be imported directly.<br><br>To resolve this, generate a fresh export from a site already running WP 2FA 4.0 or later and use that file here.<br><br><a href=\"https://melapress.com/support/submit-ticket/?utm_source=plugin&utm_medium=wp2fa&utm_campaign=settings-exportimport-submit-ticket\" target=\"_blank\">Contact support</a> if you have any questions."
2261 msgstr ""
2262
2263 #: extensions/settings-import-export/class-settings-import-export.php:531
2264 msgid "Contact Us"
2265 msgstr ""
2266
2267 #: extensions/settings-import-export/class-settings-import-exporter.php:210
2268 msgid "Settings access"
2269 msgstr ""
2270
2271 #: extensions/settings-import-export/class-settings-import-exporter.php:260
2272 msgid "Export/import settings"
2273 msgstr ""
2274
2275 #: extensions/settings-import-export/class-settings-import-exporter.php:264
2276 msgid "Use the settings below to import / export the plugins settings. If you have any questions send us an email at"
2277 msgstr ""
2278
2279 #: extensions/status-filter/class-status-filter.php:114
2280 msgid "All 2FA statuses"
2281 msgstr ""
2282
2283 #: extensions/status-filter/class-status-filter.php:120
2284 msgid "Filter"
2285 msgstr ""
2286
2287 #. Translators: The number of days
2288 #: extensions/trusted-devices/class-core.php:89
2289 #, php-format
2290 msgid "Remember this device for %d days"
2291 msgstr ""
2292
2293 #: extensions/trusted-devices/class-settings.php:182
2294 msgid "Allow users to have trusted devices so they are not asked for a 2FA code during login"
2295 msgstr ""
2296
2297 #: extensions/trusted-devices/class-settings.php:184
2298 msgid "When this feature is enabled, users can tick the option \"Remember this device\" in the login page so the plugin does not ask them for a 2FA code for a number of days."
2299 msgstr ""
2300
2301 #: extensions/trusted-devices/class-settings.php:191
2302 #: extensions/trusted-devices/class-settings.php:202
2303 msgid "Allow the \"Remember this device\" user option"
2304 msgstr ""
2305
2306 #: extensions/trusted-devices/class-settings.php:210
2307 msgid "For how long should the plugin remember a device"
2308 msgstr ""
2309
2310 #: extensions/trusted-devices/class-settings.php:218
2311 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:591
2312 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:713
2313 msgid "Days"
2314 msgstr ""
2315
2316 #: extensions/trusted-devices/class-settings.php:225
2317 msgid "When should users be prompted for 2FA code on trusted devices?"
2318 msgstr ""
2319
2320 #: extensions/trusted-devices/class-settings.php:227
2321 msgid "When users add a trusted device, a cookie is stored in the users' browsers. If the cookie is not detected, the plugin will prompt the users to enter a 2FA code to log in to the website. For additional security, you can also configure the plugin to prompt the user for a 2FA code when there is a cookie but the IP address of the device is different from the one that was used when the device was first remembered."
2322 msgstr ""
2323
2324 #: extensions/trusted-devices/class-settings.php:232
2325 msgid "Prompt user for 2FA code on trusted device"
2326 msgstr ""
2327
2328 #: extensions/trusted-devices/class-settings.php:243
2329 msgid "Only when cookie is not found"
2330 msgstr ""
2331
2332 #: extensions/trusted-devices/class-settings.php:254
2333 msgid "When cookie is not found or when the cookie is found but the IP address is different"
2334 msgstr ""
2335
2336 #: extensions/twilio/class-twilio-api.php:101
2337 msgid "Twilio is not set correctly"
2338 msgstr ""
2339
2340 #: extensions/twilio/class-twilio-render.php:89
2341 #: extensions/twilio/class-twilio-render.php:100
2342 #: extensions/twilio/class-twilio-render.php:196
2343 #: extensions/twilio/class-twilio-wizard-steps.php:660
2344 msgid "Account SID"
2345 msgstr ""
2346
2347 #: extensions/twilio/class-twilio-render.php:113
2348 #: extensions/twilio/class-twilio-render.php:124
2349 #: extensions/twilio/class-twilio-render.php:204
2350 #: extensions/twilio/class-twilio-wizard-steps.php:668
2351 msgid "Auth token"
2352 msgstr ""
2353
2354 #: extensions/twilio/class-twilio-render.php:137
2355 #: extensions/twilio/class-twilio-render.php:149
2356 #: extensions/twilio/class-twilio-render.php:212
2357 #: extensions/twilio/class-twilio-wizard-steps.php:676
2358 msgid "Twilio number or Alphanumeric ID"
2359 msgstr ""
2360
2361 #: extensions/twilio/class-twilio-render.php:183
2362 msgid "Twilio application / service integration settings"
2363 msgstr ""
2364
2365 #. Translators: Twilio service documentation
2366 #: extensions/twilio/class-twilio-render.php:188
2367 #, php-format
2368 msgid "Here you can specify your Twilio Production SID Key, Auth and number / ID or change an existing ones. You can get the them from the Twilio console. Refer to the article %s for more information and instructions on how to get your keys."
2369 msgstr ""
2370
2371 #: extensions/twilio/class-twilio-render.php:189
2372 msgid "how to get the Twilio Production SID key"
2373 msgstr ""
2374
2375 #: extensions/twilio/class-twilio-render.php:222
2376 #: extensions/twilio/class-twilio-wizard-steps.php:686
2377 msgid "Verify the Twilio keys"
2378 msgstr ""
2379
2380 #: extensions/twilio/class-twilio-render.php:302
2381 msgid "Unfortunately there is a problem with Twilio configuration. Contact the Administrator for further assistance."
2382 msgstr ""
2383
2384 #. translators: %s: link to Twilio integration documentation.
2385 #. Translators: Twilio service documentation
2386 #: extensions/twilio/class-twilio-wizard-steps.php:120
2387 #: extensions/twilio/class-twilio-wizard-steps.php:637
2388 #, php-format
2389 msgid "Refer to the %s for more information on how to use the Twilio with WP 2FA for two-factor authentication on your website."
2390 msgstr ""
2391
2392 #: extensions/twilio/class-twilio-wizard-steps.php:124
2393 #: extensions/twilio/class-twilio-wizard-steps.php:638
2394 msgid "Twilio integration documentation"
2395 msgstr ""
2396
2397 #: extensions/twilio/class-twilio-wizard-steps.php:243
2398 #: extensions/twilio/class-twilio.php:1401
2399 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:275
2400 msgid "One-time code via SMS (Twilio)"
2401 msgstr ""
2402
2403 #: extensions/twilio/class-twilio-wizard-steps.php:306
2404 msgid "Setting up SMS via Twilio"
2405 msgstr ""
2406
2407 #: extensions/twilio/class-twilio-wizard-steps.php:315
2408 msgid "Twilio SMS 2FA configured successfully!"
2409 msgstr ""
2410
2411 #: extensions/twilio/class-twilio.php:224
2412 #: extensions/twilio/class-twilio.php:1416
2413 msgid "SMS over Twilio option label"
2414 msgstr ""
2415
2416 #: extensions/twilio/class-twilio.php:249
2417 #: extensions/twilio/class-twilio.php:1422
2418 msgid "Twilio option hint"
2419 msgstr ""
2420
2421 #: extensions/twilio/class-twilio.php:256
2422 msgid "Add a helpful tip that users will see when configuring Twilio as their 2FA method. This text is displayed via a help icon during setup. Leave this field empty to hide the help icon."
2423 msgstr ""
2424
2425 #: extensions/twilio/class-twilio.php:283
2426 #: extensions/white-labeling/class-white-labeling-render.php:1148
2427 msgid "SMS service help text (Twilio & Clickatell)"
2428 msgstr ""
2429
2430 #: extensions/twilio/class-twilio.php:291
2431 #: extensions/white-labeling/class-white-labeling-render.php:1151
2432 msgid "This message is shown to users when configuring 2FA over SMS via Twilio or Clickatell."
2433 msgstr ""
2434
2435 #: extensions/twilio/class-twilio.php:318
2436 #: extensions/white-labeling/class-white-labeling-render.php:1629
2437 msgid "2FA over SMS service pre-submission text (Twilio & Clickatell)"
2438 msgstr ""
2439
2440 #: extensions/twilio/class-twilio.php:326
2441 #: extensions/white-labeling/class-white-labeling-render.php:1632
2442 msgid "This message is shown to users prior to configuring 2FA over SMS service method."
2443 msgstr ""
2444
2445 #: extensions/twilio/class-twilio.php:577
2446 msgid "Provided Twilio settings are invalid"
2447 msgstr ""
2448
2449 #: extensions/twilio/class-twilio.php:715
2450 msgid "The Twilio connection has been configured successfully."
2451 msgstr ""
2452
2453 #: extensions/twilio/class-twilio.php:716
2454 msgid "Twilio SMS service configuration"
2455 msgstr ""
2456
2457 #: extensions/twilio/class-twilio.php:1284
2458 msgid "SMS Templates"
2459 msgstr ""
2460
2461 #: extensions/twilio/class-twilio.php:1285
2462 #: extensions/twilio/class-twilio.php:1291
2463 #: includes/classes/Admin/Helpers/class-sms-templates.php:55
2464 msgid "SMS registration text"
2465 msgstr ""
2466
2467 #: extensions/twilio/class-twilio.php:1286
2468 #: includes/classes/Admin/Helpers/class-sms-templates.php:56
2469 msgid "This is the template for the SMS message sent during the 2FA setup for users to confirm their mobile number."
2470 msgstr ""
2471
2472 #: extensions/twilio/class-twilio.php:1293
2473 #: extensions/twilio/class-twilio.php:1329
2474 #: extensions/white-labeling/class-white-labeling-render.php:1226
2475 #: extensions/white-labeling/class-white-labeling-render.php:1267
2476 #: extensions/white-labeling/class-white-labeling-render.php:1298
2477 #: extensions/white-labeling/class-white-labeling-render.php:1329
2478 #: extensions/white-labeling/class-white-labeling-render.php:1360
2479 #: extensions/white-labeling/class-white-labeling-render.php:1401
2480 #: extensions/white-labeling/class-white-labeling-render.php:1442
2481 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:589
2482 msgid "Available template tags:"
2483 msgstr ""
2484
2485 #: extensions/twilio/class-twilio.php:1321
2486 #: includes/classes/Admin/Helpers/class-sms-templates.php:60
2487 msgid "SMS code text"
2488 msgstr ""
2489
2490 #: extensions/twilio/class-twilio.php:1322
2491 #: includes/classes/Admin/Helpers/class-sms-templates.php:61
2492 msgid "This is the template for the SMS message with the one-time code sent to users when authenticating."
2493 msgstr ""
2494
2495 #: extensions/twilio/class-twilio.php:1327
2496 msgid "SMS Code text"
2497 msgstr ""
2498
2499 #: extensions/twilio/class-twilio.php:1396
2500 msgid "{reconfigure_or_configure_capitalized} SMS method (Twilio)"
2501 msgstr ""
2502
2503 #: extensions/twilio/class-twilio.php:1396
2504 msgid "Click the below button to {reconfigure_or_configure} the mobile phone number where the one-time code should be sent."
2505 msgstr ""
2506
2507 #: extensions/twilio/class-twilio.php:1399
2508 #: extensions/twilio/class-twilio.php:1400
2509 msgid "{user_login_code} is your {site_name} authentication code."
2510 msgstr ""
2511
2512 #: extensions/user-licensing/class-wp2fa-user-licensing-render.php:43
2513 msgid "WP 2FA plugin user & website licensing information"
2514 msgstr ""
2515
2516 #: extensions/user-licensing/class-wp2fa-user-licensing-render.php:47
2517 msgid "Below is a list of websites on which this WP 2FA plugin license is activated, and how many users are using this license on these websites."
2518 msgstr ""
2519
2520 #: extensions/user-licensing/class-wp2fa-user-licensing-render.php:99
2521 msgid "Site"
2522 msgstr ""
2523
2524 #: extensions/user-licensing/class-wp2fa-user-licensing-render.php:102
2525 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:175
2526 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:359
2527 msgid "Users"
2528 msgstr ""
2529
2530 #: extensions/user-licensing/class-wp2fa-user-licensing.php:69
2531 msgid "User Licensing"
2532 msgstr ""
2533
2534 #: extensions/white-labeling/class-white-labeling-render.php:76
2535 #: includes/classes/Admin/Settings/templates/customize-code-page.php:132
2536 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:544
2537 msgid "2FA code page text"
2538 msgstr ""
2539
2540 #: extensions/white-labeling/class-white-labeling-render.php:78
2541 msgid "Use these settings to customize message shown to users upon login when a 2FA verification code is requested."
2542 msgstr ""
2543
2544 #: extensions/white-labeling/class-white-labeling-render.php:83
2545 msgid "Customize code page text"
2546 msgstr ""
2547
2548 #: extensions/white-labeling/class-white-labeling-render.php:91
2549 msgid "Show this generic message to all users regardless of the 2FA method they are using."
2550 msgstr ""
2551
2552 #: extensions/white-labeling/class-white-labeling-render.php:99
2553 msgid "Show a message that is specific to the method that the user is using."
2554 msgstr ""
2555
2556 #: extensions/white-labeling/class-white-labeling-render.php:104
2557 msgid "2FA via app"
2558 msgstr ""
2559
2560 #: extensions/white-labeling/class-white-labeling-render.php:110
2561 #: includes/classes/Admin/class-premium-features.php:560
2562 msgid "2FA code over email"
2563 msgstr ""
2564
2565 #: extensions/white-labeling/class-white-labeling-render.php:116
2566 msgid "2FA code over email (zero-setup email method)"
2567 msgstr ""
2568
2569 #: extensions/white-labeling/class-white-labeling-render.php:122
2570 msgid "2FA link over email"
2571 msgstr ""
2572
2573 #: extensions/white-labeling/class-white-labeling-render.php:128
2574 msgid "2FA code over SMS"
2575 msgstr ""
2576
2577 #: extensions/white-labeling/class-white-labeling-render.php:134
2578 msgid "2FA with Push Notification - Intro"
2579 msgstr ""
2580
2581 #: extensions/white-labeling/class-white-labeling-render.php:140
2582 msgid "2FA with Push Notification - Awaiting Response"
2583 msgstr ""
2584
2585 #: extensions/white-labeling/class-white-labeling-render.php:146
2586 msgid "2FA with Push Notification"
2587 msgstr ""
2588
2589 #: extensions/white-labeling/class-white-labeling-render.php:152
2590 msgid "2FA with Yubico"
2591 msgstr ""
2592
2593 #: extensions/white-labeling/class-white-labeling-render.php:163
2594 #: includes/classes/Admin/Settings/templates/customize-code-page.php:224
2595 msgid "Send backup code via email link text"
2596 msgstr ""
2597
2598 #: extensions/white-labeling/class-white-labeling-render.php:166
2599 #: includes/classes/Admin/Settings/templates/customize-code-page.php:225
2600 msgid "This text is shown on the 2FA code page as the link to send a backup code via email."
2601 msgstr ""
2602
2603 #: extensions/white-labeling/class-white-labeling-render.php:175
2604 #: includes/classes/Admin/Settings/templates/customize-code-page.php:228
2605 msgid "Use backup code link text"
2606 msgstr ""
2607
2608 #: extensions/white-labeling/class-white-labeling-render.php:178
2609 #: includes/classes/Admin/Settings/templates/customize-code-page.php:229
2610 msgid "This text is shown on the 2FA code page as the link to use a backup code instead."
2611 msgstr ""
2612
2613 #: extensions/white-labeling/class-white-labeling-render.php:203
2614 msgid "Log in"
2615 msgstr ""
2616
2617 #. translators: support email.
2618 #: extensions/white-labeling/class-white-labeling-render.php:313
2619 #, php-format
2620 msgid "Use the settings below to customize the looks of the 2FA code page so it meets your branding requirements. If you have any questions send us an email at %1$s."
2621 msgstr ""
2622
2623 #: extensions/white-labeling/class-white-labeling-render.php:319
2624 msgid "Change the background color"
2625 msgstr ""
2626
2627 #: extensions/white-labeling/class-white-labeling-render.php:321
2628 msgid "This is the background color selector, from here you can change the form background color."
2629 msgstr ""
2630
2631 #: extensions/white-labeling/class-white-labeling-render.php:326
2632 msgid "2FA background color"
2633 msgstr ""
2634
2635 #: extensions/white-labeling/class-white-labeling-render.php:335
2636 msgid "Change the logo"
2637 msgstr ""
2638
2639 #: extensions/white-labeling/class-white-labeling-render.php:337
2640 msgid "This is the logo image selector, from here you can change the form logo."
2641 msgstr ""
2642
2643 #: extensions/white-labeling/class-white-labeling-render.php:342
2644 msgid "Logo on page"
2645 msgstr ""
2646
2647 #: extensions/white-labeling/class-white-labeling-render.php:349
2648 msgid "Select"
2649 msgstr ""
2650
2651 #: extensions/white-labeling/class-white-labeling-render.php:366
2652 msgid "Logo link"
2653 msgstr ""
2654
2655 #: extensions/white-labeling/class-white-labeling-render.php:379
2656 msgid "Change the font type"
2657 msgstr ""
2658
2659 #: extensions/white-labeling/class-white-labeling-render.php:381
2660 msgid "This is the font type color selector, from here you can change the form font type."
2661 msgstr ""
2662
2663 #: extensions/white-labeling/class-white-labeling-render.php:386
2664 msgid "Font type"
2665 msgstr ""
2666
2667 #: extensions/white-labeling/class-white-labeling-render.php:395
2668 msgid "Change the button color"
2669 msgstr ""
2670
2671 #: extensions/white-labeling/class-white-labeling-render.php:397
2672 msgid "This is the button color selector, from here you can change the form button color."
2673 msgstr ""
2674
2675 #: extensions/white-labeling/class-white-labeling-render.php:402
2676 msgid "2FA button background color"
2677 msgstr ""
2678
2679 #: extensions/white-labeling/class-white-labeling-render.php:411
2680 msgid "Change the button text on 2FA code page"
2681 msgstr ""
2682
2683 #: extensions/white-labeling/class-white-labeling-render.php:413
2684 msgid "This is the button text, from here you can change the form button text."
2685 msgstr ""
2686
2687 #: extensions/white-labeling/class-white-labeling-render.php:418
2688 msgid "Button text"
2689 msgstr ""
2690
2691 #: extensions/white-labeling/class-white-labeling-render.php:428
2692 msgid "Change the styling of the code input area"
2693 msgstr ""
2694
2695 #: extensions/white-labeling/class-white-labeling-render.php:430
2696 msgid "By default, the user code entry screen uses the default WP CSS, use the below field to add your own CSS to this area."
2697 msgstr ""
2698
2699 #: extensions/white-labeling/class-white-labeling-render.php:436
2700 msgid "Login Custom CSS"
2701 msgstr ""
2702
2703 #: extensions/white-labeling/class-white-labeling-render.php:443
2704 msgid "- Text above code field"
2705 msgstr ""
2706
2707 #: extensions/white-labeling/class-white-labeling-render.php:456
2708 msgid "Disable Login CSS"
2709 msgstr ""
2710
2711 #: extensions/white-labeling/class-white-labeling-render.php:462
2712 msgid "Disable ALL WP 2FA styling from login page"
2713 msgstr ""
2714
2715 #: extensions/white-labeling/class-white-labeling-render.php:501
2716 #: extensions/white-labeling/class-white-labeling-render.php:631
2717 msgid "Welcome & Initial Message"
2718 msgstr ""
2719
2720 #: extensions/white-labeling/class-white-labeling-render.php:502
2721 #: extensions/white-labeling/class-white-labeling-render.php:632
2722 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:211
2723 msgid "2FA Method Selection"
2724 msgstr ""
2725
2726 #: extensions/white-labeling/class-white-labeling-render.php:503
2727 #: extensions/white-labeling/class-white-labeling-render.php:633
2728 msgid "2FA Method Verification"
2729 msgstr ""
2730
2731 #: extensions/white-labeling/class-white-labeling-render.php:504
2732 #: extensions/white-labeling/class-white-labeling-render.php:634
2733 msgid "Backup Codes & Final Steps"
2734 msgstr ""
2735
2736 #: extensions/white-labeling/class-white-labeling-render.php:505
2737 #: extensions/white-labeling/class-white-labeling-render.php:635
2738 msgid "2FA Method Reconfiguration"
2739 msgstr ""
2740
2741 #: extensions/white-labeling/class-white-labeling-render.php:506
2742 #: extensions/white-labeling/class-white-labeling-render.php:827
2743 msgid "Custom CSS & Styling"
2744 msgstr ""
2745
2746 #: extensions/white-labeling/class-white-labeling-render.php:578
2747 msgid "Here you can control the look and feel of user areas as well as their content. Use the settings under 2FA Code page design to customize the styling of user wizards and log in messages. To edit the content of the wizard steps, select an area from the dropdown provided and use the text editors to set the content as you wish."
2748 msgstr ""
2749
2750 #: extensions/white-labeling/class-white-labeling-render.php:587
2751 msgid "2FA Code page design"
2752 msgstr ""
2753
2754 #: extensions/white-labeling/class-white-labeling-render.php:596
2755 msgid "User 2FA setup wizard"
2756 msgstr ""
2757
2758 #: extensions/white-labeling/class-white-labeling-render.php:685
2759 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:86
2760 msgid "Welcome, initial and generic messages"
2761 msgstr ""
2762
2763 #: extensions/white-labeling/class-white-labeling-render.php:686
2764 msgid "You can add an extra slide at the beginning of the user 2FA wizard. This slide will be shown to the users as the first slide when they launch the 2FA configuration wizard to configure 2FA for their users."
2765 msgstr ""
2766
2767 #: extensions/white-labeling/class-white-labeling-render.php:690
2768 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:110
2769 msgid "Enable \"Welcome & initial message\""
2770 msgstr ""
2771
2772 #: extensions/white-labeling/class-white-labeling-render.php:696
2773 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:123
2774 msgid "Enable to display optional welcome message."
2775 msgstr ""
2776
2777 #: extensions/white-labeling/class-white-labeling-render.php:702
2778 msgid "optional welcome content"
2779 msgstr ""
2780
2781 #: extensions/white-labeling/class-white-labeling-render.php:705
2782 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:146
2783 msgid "Use the below editor to enter the text that is to be used in the first slide."
2784 msgstr ""
2785
2786 #: extensions/white-labeling/class-white-labeling-render.php:714
2787 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:174
2788 msgid "Other generic wizard steps"
2789 msgstr ""
2790
2791 #: extensions/white-labeling/class-white-labeling-render.php:719
2792 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:186
2793 msgid "Prompt when user tries to cancel the wizard"
2794 msgstr ""
2795
2796 #: extensions/white-labeling/class-white-labeling-render.php:722
2797 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:194
2798 msgid "Use the below editor to enter the text that is to be used when user closes/cancels the wizard."
2799 msgstr ""
2800
2801 #: extensions/white-labeling/class-white-labeling-render.php:730
2802 #: extensions/white-labeling/class-white-labeling-render.php:1687
2803 msgid "Wizard completion - Backup codes not available"
2804 msgstr ""
2805
2806 #: extensions/white-labeling/class-white-labeling-render.php:733
2807 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:230
2808 msgid "This message is shown to users when setup is complete and backup codes are not available."
2809 msgstr ""
2810
2811 #: extensions/white-labeling/class-white-labeling-render.php:740
2812 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1437
2813 msgid "Display a help icon in the 2FA setup wizard"
2814 msgstr ""
2815
2816 #: extensions/white-labeling/class-white-labeling-render.php:746
2817 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1450
2818 msgid "Display a help icon in the setup wizard that provides additional guidance when clicked for users configuring 2FA with different methods."
2819 msgstr ""
2820
2821 #: extensions/white-labeling/class-white-labeling-render.php:770
2822 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1376
2823 msgid "2FA Code page design settings"
2824 msgstr ""
2825
2826 #: extensions/white-labeling/class-white-labeling-render.php:773
2827 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1316
2828 msgid "Change the styling of the user 2FA wizards"
2829 msgstr ""
2830
2831 #: extensions/white-labeling/class-white-labeling-render.php:775
2832 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1324
2833 msgid "By default, the user 2FA wizards which the users see and use to set up 2FA have our own styling. Disable the below setting so the wizards use the styling of your website's theme."
2834 msgstr ""
2835
2836 #: extensions/white-labeling/class-white-labeling-render.php:780
2837 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1336
2838 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:590
2839 msgid "Enable styling"
2840 msgstr ""
2841
2842 #: extensions/white-labeling/class-white-labeling-render.php:786
2843 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1349
2844 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:596
2845 msgid "Enable our CSS within user wizards"
2846 msgstr ""
2847
2848 #: extensions/white-labeling/class-white-labeling-render.php:793
2849 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1365
2850 msgid "Display logo in the user 2FA wizards"
2851 msgstr ""
2852
2853 #. translators: Link to logo settings in the plugin.
2854 #. translators: Link to logo settings page.
2855 #: extensions/white-labeling/class-white-labeling-render.php:798
2856 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1375
2857 #, php-format
2858 msgid "Enable this setting to display your logo in the user 2FA wizards. To provide a logo, please use the Logo settings on the %s."
2859 msgstr ""
2860
2861 #: extensions/white-labeling/class-white-labeling-render.php:809
2862 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1393
2863 msgid "Display logo"
2864 msgstr ""
2865
2866 #: extensions/white-labeling/class-white-labeling-render.php:817
2867 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1409
2868 msgid "Display logo on user 2FA modals"
2869 msgstr ""
2870
2871 #: extensions/white-labeling/class-white-labeling-render.php:819
2872 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1407
2873 msgid "To enable this option, first set a logo on the 2FA Code page design settings."
2874 msgstr ""
2875
2876 #: extensions/white-labeling/class-white-labeling-render.php:828
2877 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1474
2878 msgid "In this section you can add your own styling to the user 2FA setup wizard via CSS. For your reference we have included a number of easy to use selectors. They are listed below the Custom CSS placeholder."
2879 msgstr ""
2880
2881 #: extensions/white-labeling/class-white-labeling-render.php:831
2882 msgid "Only plain text CSS is allowed. Use of \"!important\" is recommended."
2883 msgstr ""
2884
2885 #: extensions/white-labeling/class-white-labeling-render.php:836
2886 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1487
2887 msgid "Custom CSS"
2888 msgstr ""
2889
2890 #: extensions/white-labeling/class-white-labeling-render.php:843
2891 #: extensions/white-labeling/class-white-labeling-render.php:844
2892 msgid "- Primary button selector"
2893 msgstr ""
2894
2895 #: extensions/white-labeling/class-white-labeling-render.php:845
2896 msgid "- Common heading text (unless altered with custom markup)"
2897 msgstr ""
2898
2899 #: extensions/white-labeling/class-white-labeling-render.php:846
2900 msgid "- Common content text (unless altered with custom markup)"
2901 msgstr ""
2902
2903 #: extensions/white-labeling/class-white-labeling-render.php:866
2904 #: extensions/white-labeling/class-white-labeling-render.php:883
2905 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:335
2906 msgid "2FA method selection"
2907 msgstr ""
2908
2909 #: extensions/white-labeling/class-white-labeling-render.php:867
2910 msgid "Here you can customize the messages shown to users when selecting, settings up and reconfiguring 2FA."
2911 msgstr ""
2912
2913 #: extensions/white-labeling/class-white-labeling-render.php:872
2914 msgid "2FA required"
2915 msgstr ""
2916
2917 #: extensions/white-labeling/class-white-labeling-render.php:875
2918 msgid "This message is shown to users when logging in when 2FA is required."
2919 msgstr ""
2920
2921 #: extensions/white-labeling/class-white-labeling-render.php:886
2922 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:343
2923 msgid "This message is shown to users when configuring 2FA with no previous configuration."
2924 msgstr ""
2925
2926 #: extensions/white-labeling/class-white-labeling-render.php:891
2927 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:349
2928 msgid "this displays the number of 2FA methods available."
2929 msgstr ""
2930
2931 #: extensions/white-labeling/class-white-labeling-render.php:911
2932 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:377
2933 msgid "Method selection label"
2934 msgstr ""
2935
2936 #: extensions/white-labeling/class-white-labeling-render.php:912
2937 msgid "Here you can customize the label shown for each method when choosing a 2FA method."
2938 msgstr ""
2939
2940 #: extensions/white-labeling/class-white-labeling-render.php:918
2941 msgid "2FA Method names and hints"
2942 msgstr ""
2943
2944 #: extensions/white-labeling/class-white-labeling-render.php:932
2945 msgid "Method help text"
2946 msgstr ""
2947
2948 #: extensions/white-labeling/class-white-labeling-render.php:933
2949 msgid "Here you can customize the help text shown when setting up a chosen method to suit your needs."
2950 msgstr ""
2951
2952 #. translators: Method option label.
2953 #: extensions/white-labeling/class-white-labeling-render.php:957
2954 #: extensions/white-labeling/class-white-labeling-render.php:1103
2955 #: includes/classes/Admin/Methods/class-email.php:236
2956 #: includes/classes/Admin/Methods/class-totp.php:228
2957 #, php-format
2958 msgid "This message is shown to users when configuring %s."
2959 msgstr ""
2960
2961 #. translators: Method option label.
2962 #: extensions/white-labeling/class-white-labeling-render.php:972
2963 #, php-format
2964 msgid "%s help step 1"
2965 msgstr ""
2966
2967 #. translators: Method option label.
2968 #: extensions/white-labeling/class-white-labeling-render.php:988
2969 #, php-format
2970 msgid "%s help step 2"
2971 msgstr ""
2972
2973 #. translators: Method option label.
2974 #: extensions/white-labeling/class-white-labeling-render.php:1004
2975 #, php-format
2976 msgid "%s help step 3"
2977 msgstr ""
2978
2979 #. translators: Method option label.
2980 #: extensions/white-labeling/class-white-labeling-render.php:1031
2981 #, php-format
2982 msgid "This message is shown to users when on %s info button is pressed"
2983 msgstr ""
2984
2985 #. translators: Method option label.
2986 #: extensions/white-labeling/class-white-labeling-render.php:1067
2987 #, php-format
2988 msgid "This message is shown to users when configuring %s"
2989 msgstr ""
2990
2991 #: extensions/white-labeling/class-white-labeling-render.php:1114
2992 #: extensions/white-labeling/class-white-labeling-render.php:1119
2993 msgid "This message is shown to users in the final step before email verification, informing them they'll receive a one-time code and should check their spam folder or whitelist the sender address if needed"
2994 msgstr ""
2995
2996 #. translators: Method option label.
2997 #: extensions/white-labeling/class-white-labeling-render.php:1182
2998 #: extensions/yubico/class-yubico.php:279
2999 #, php-format
3000 msgid "This message is shown to users when configuring the %s method."
3001 msgstr ""
3002
3003 #: extensions/white-labeling/class-white-labeling-render.php:1207
3004 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:816
3005 msgid "2FA method reconfiguration"
3006 msgstr ""
3007
3008 #: extensions/white-labeling/class-white-labeling-render.php:1208
3009 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:824
3010 msgid "From here you can customize the wizard text shown to users when they already have 2FA configured and they want to reconfigure 2FA from their user profile page."
3011 msgstr ""
3012
3013 #. translators: Method option label.
3014 #: extensions/white-labeling/class-white-labeling-render.php:1218
3015 #: extensions/white-labeling/class-white-labeling-render.php:1393
3016 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:839
3017 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:883
3018 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1143
3019 #, php-format
3020 msgid "Reconfigure %s intro"
3021 msgstr ""
3022
3023 #. translators: Method option label.
3024 #: extensions/white-labeling/class-white-labeling-render.php:1240
3025 #: extensions/white-labeling/class-white-labeling-render.php:1415
3026 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:851
3027 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:895
3028 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1155
3029 #, php-format
3030 msgid "This message is shown to users when reconfiguring %s."
3031 msgstr ""
3032
3033 #. translators: Method option label.
3034 #: extensions/white-labeling/class-white-labeling-render.php:1259
3035 #, php-format
3036 msgid "Reconfigure %s intro."
3037 msgstr ""
3038
3039 #. translators: Method option label.
3040 #: extensions/white-labeling/class-white-labeling-render.php:1281
3041 #, php-format
3042 msgid "This message is shown to users when reconfiguring %s."
3043 msgstr ""
3044
3045 #: extensions/white-labeling/class-white-labeling-render.php:1295
3046 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:925
3047 msgid "Reconfigure Authy 2FA service intro"
3048 msgstr ""
3049
3050 #: extensions/white-labeling/class-white-labeling-render.php:1307
3051 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:933
3052 msgid "This message is shown to users when reconfiguring Authy 2FA service."
3053 msgstr ""
3054
3055 #: extensions/white-labeling/class-white-labeling-render.php:1317
3056 msgid "This message is shown to users when reconfiguring Authy 2FA service, but Authy 2FA service service is unavailable."
3057 msgstr ""
3058
3059 #: extensions/white-labeling/class-white-labeling-render.php:1326
3060 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:997
3061 msgid "Reconfigure Twilio 2FA service intro"
3062 msgstr ""
3063
3064 #: extensions/white-labeling/class-white-labeling-render.php:1338
3065 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1005
3066 msgid "This message is shown to users when reconfiguring Twilio 2FA service."
3067 msgstr ""
3068
3069 #: extensions/white-labeling/class-white-labeling-render.php:1348
3070 msgid "This message is shown to users when reconfiguring Twilio 2FA service, but SMS 2FA service is unavailable."
3071 msgstr ""
3072
3073 #: extensions/white-labeling/class-white-labeling-render.php:1357
3074 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1069
3075 msgid "Reconfigure Clickatell 2FA service intro"
3076 msgstr ""
3077
3078 #: extensions/white-labeling/class-white-labeling-render.php:1369
3079 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1077
3080 msgid "This message is shown to users when reconfiguring Clickatell 2FA service."
3081 msgstr ""
3082
3083 #: extensions/white-labeling/class-white-labeling-render.php:1379
3084 msgid "This message is shown to users when reconfiguring Clickatell 2FA service, but SMS 2FA service is unavailable."
3085 msgstr ""
3086
3087 #. translators: Method option label.
3088 #: extensions/white-labeling/class-white-labeling-render.php:1434
3089 #, php-format
3090 msgid "Reconfigure 2FA with %s intro"
3091 msgstr ""
3092
3093 #. translators: Method option label.
3094 #: extensions/white-labeling/class-white-labeling-render.php:1456
3095 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1243
3096 #, php-format
3097 msgid "This message is shown to users when configuring or reconfiguring 2FA with %s."
3098 msgstr ""
3099
3100 #: extensions/white-labeling/class-white-labeling-render.php:1471
3101 msgid "This message is shown to users when reconfiguring YubiKey 2FA service, but SMS 2FA service is unavailable."
3102 msgstr ""
3103
3104 #: extensions/white-labeling/class-white-labeling-render.php:1493
3105 msgid "2FA method verification"
3106 msgstr ""
3107
3108 #: extensions/white-labeling/class-white-labeling-render.php:1494
3109 msgid "Here you can customize the messages shown to users during code submission and verification in the setup wizard."
3110 msgstr ""
3111
3112 #: extensions/white-labeling/class-white-labeling-render.php:1645
3113 #: extensions/yubico/class-yubico.php:309
3114 msgid "YubiKey 2FA service pre-submission text"
3115 msgstr ""
3116
3117 #: extensions/white-labeling/class-white-labeling-render.php:1648
3118 #: extensions/yubico/class-yubico.php:317
3119 msgid "This message is shown to users prior to configuring 2FA via YubiKey."
3120 msgstr ""
3121
3122 #: extensions/white-labeling/class-white-labeling-render.php:1669
3123 msgid "Backup 2FA methods & final steps"
3124 msgstr ""
3125
3126 #: extensions/white-labeling/class-white-labeling-render.php:1670
3127 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:445
3128 msgid "Here you can customize the messages shown to users once setup is complete."
3129 msgstr ""
3130
3131 #: extensions/white-labeling/class-white-labeling-render.php:1676
3132 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:458
3133 msgid "Choose backup method"
3134 msgstr ""
3135
3136 #: extensions/white-labeling/class-white-labeling-render.php:1679
3137 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:466
3138 msgid "This message is shown to users when more than one backup method is available."
3139 msgstr ""
3140
3141 #: extensions/white-labeling/class-white-labeling-render.php:1690
3142 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:502
3143 msgid "This message is shown to users when setup is complete and backup codes are optional."
3144 msgstr ""
3145
3146 #: extensions/white-labeling/class-white-labeling-render.php:1699
3147 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:538
3148 msgid "This message is shown to users when email 2FA backup is available."
3149 msgstr ""
3150
3151 #: extensions/white-labeling/class-white-labeling-render.php:1712
3152 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:579
3153 msgid "Backup codes generation intro"
3154 msgstr ""
3155
3156 #: extensions/white-labeling/class-white-labeling-render.php:1715
3157 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:587
3158 msgid "This message is shown to users prior to generation of backup codes."
3159 msgstr ""
3160
3161 #: extensions/white-labeling/class-white-labeling-render.php:1723
3162 #: includes/classes/Admin/Methods/class-backup-codes.php:719
3163 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:615
3164 msgid "Backup codes generated"
3165 msgstr ""
3166
3167 #: extensions/white-labeling/class-white-labeling-render.php:1726
3168 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:623
3169 msgid "This message is shown to users when backup codes have been generated."
3170 msgstr ""
3171
3172 #: extensions/white-labeling/class-white-labeling-render.php:1734
3173 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:651
3174 msgid "Backup email radio select option"
3175 msgstr ""
3176
3177 #: extensions/white-labeling/class-white-labeling-render.php:1737
3178 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:659
3179 msgid "This message is shown to users when backup email method is shown for selection."
3180 msgstr ""
3181
3182 #: extensions/white-labeling/class-white-labeling-render.php:1745
3183 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:687
3184 msgid "Backup code radio select option"
3185 msgstr ""
3186
3187 #: extensions/white-labeling/class-white-labeling-render.php:1748
3188 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:695
3189 msgid "This message is shown to users when backup code method is shown for selection."
3190 msgstr ""
3191
3192 #: extensions/white-labeling/class-white-labeling-render.php:1756
3193 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:723
3194 msgid "Backup codes learn more link"
3195 msgstr ""
3196
3197 #: extensions/white-labeling/class-white-labeling-render.php:1759
3198 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:731
3199 msgid "This link is shown to users next to the \"Generate list of backup codes\" button when no backup codes are available."
3200 msgstr ""
3201
3202 #: extensions/white-labeling/class-white-labeling-render.php:1772
3203 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:760
3204 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:772
3205 msgid "Wizard completion"
3206 msgstr ""
3207
3208 #: extensions/white-labeling/class-white-labeling-render.php:1775
3209 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:780
3210 msgid "This message is shown to users when 2FA has been configured and no further actions are available."
3211 msgstr ""
3212
3213 #: extensions/yubico/class-yubico-render.php:111
3214 #: extensions/yubico/class-yubico-render.php:122
3215 #: extensions/yubico/class-yubico-render.php:205
3216 #: extensions/yubico/class-yubico-wizard-steps.php:654
3217 msgid "Secret Key"
3218 msgstr ""
3219
3220 #: extensions/yubico/class-yubico-render.php:135
3221 #: extensions/yubico/class-yubico-render.php:147
3222 #: extensions/yubico/class-yubico-render.php:213
3223 #: extensions/yubico/class-yubico-wizard-steps.php:662
3224 msgid "API Endpoint"
3225 msgstr ""
3226
3227 #: extensions/yubico/class-yubico-render.php:151
3228 #: extensions/yubico/class-yubico-render.php:217
3229 #: extensions/yubico/class-yubico-wizard-steps.php:666
3230 msgid "Leave blank to use YubiCloud servers."
3231 msgstr ""
3232
3233 #: extensions/yubico/class-yubico-render.php:183
3234 msgid "Yubico application / service integration settings"
3235 msgstr ""
3236
3237 #. Translators: Yubico service documentation
3238 #: extensions/yubico/class-yubico-render.php:188
3239 #, php-format
3240 msgid "Here you can specify your Yubico Client ID Key, Secret Key and API Endpoint or change an existing ones. You can sign up for the Client ID and Secret Key %1$s. Refer to the article %2$s for more information and instructions on how to get your keys."
3241 msgstr ""
3242
3243 #: extensions/yubico/class-yubico-render.php:189
3244 msgid "here"
3245 msgstr ""
3246
3247 #: extensions/yubico/class-yubico-render.php:190
3248 msgid "how to implement Yubico integration"
3249 msgstr ""
3250
3251 #: extensions/yubico/class-yubico-render.php:286
3252 msgid "Unfortunately there is a problem with Yubico configuration. Contact the Administrator for further assistance."
3253 msgstr ""
3254
3255 #: extensions/yubico/class-yubico-user.php:167
3256 msgid "invalid key provided"
3257 msgstr ""
3258
3259 #. translators: %s: link to Yubico integration documentation.
3260 #: extensions/yubico/class-yubico-wizard-steps.php:120
3261 #, php-format
3262 msgid "Refer to the %s for more information on how to use the YubiKey with WP 2FA for two-factor authentication on your website."
3263 msgstr ""
3264
3265 #: extensions/yubico/class-yubico-wizard-steps.php:124
3266 #: extensions/yubico/class-yubico-wizard-steps.php:621
3267 msgid "Yubico integration documentation"
3268 msgstr ""
3269
3270 #: extensions/yubico/class-yubico-wizard-steps.php:225
3271 #: extensions/yubico/class-yubico.php:1149
3272 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:277
3273 msgid "One-time password via YubiKey"
3274 msgstr ""
3275
3276 #: extensions/yubico/class-yubico-wizard-steps.php:288
3277 msgid "Setting up YubiKey (Yubico OTP)"
3278 msgstr ""
3279
3280 #: extensions/yubico/class-yubico-wizard-steps.php:290
3281 msgid "Insert your YubiKey into the USB port and touch the button to generate an OTP code. The code will be automatically populated in the field below."
3282 msgstr ""
3283
3284 #: extensions/yubico/class-yubico-wizard-steps.php:292
3285 msgid "Touch your YubiKey again to generate a verification OTP and confirm the setup."
3286 msgstr ""
3287
3288 #: extensions/yubico/class-yubico-wizard-steps.php:294
3289 msgid "YubiKey OTP:"
3290 msgstr ""
3291
3292 #: extensions/yubico/class-yubico-wizard-steps.php:295
3293 msgid "Verification OTP:"
3294 msgstr ""
3295
3296 #: extensions/yubico/class-yubico-wizard-steps.php:296
3297 msgid "Please touch your YubiKey to generate an OTP."
3298 msgstr ""
3299
3300 #: extensions/yubico/class-yubico-wizard-steps.php:297
3301 msgid "Please touch your YubiKey to generate a verification OTP."
3302 msgstr ""
3303
3304 #: extensions/yubico/class-yubico-wizard-steps.php:298
3305 msgid "YubiKey 2FA configured successfully!"
3306 msgstr ""
3307
3308 #: extensions/yubico/class-yubico-wizard-steps.php:299
3309 msgid "Failed to register YubiKey. Please try again."
3310 msgstr ""
3311
3312 #: extensions/yubico/class-yubico-wizard-steps.php:300
3313 msgid "Invalid token. Please try again."
3314 msgstr ""
3315
3316 #: extensions/yubico/class-yubico-wizard-steps.php:403
3317 msgid "Change code"
3318 msgstr ""
3319
3320 #. translators: Method option label.
3321 #: extensions/yubico/class-yubico-wizard-steps.php:488
3322 #, php-format
3323 msgid "%s:"
3324 msgstr ""
3325
3326 #. Translators: Yubico service documentation
3327 #: extensions/yubico/class-yubico-wizard-steps.php:620
3328 #, php-format
3329 msgid "Refer to the %1$s for more information on how to use the %2$s with WP 2FA for two-factor authentication on your website."
3330 msgstr ""
3331
3332 #: extensions/yubico/class-yubico-wizard-steps.php:673
3333 msgid "Verify the Yubico configuration"
3334 msgstr ""
3335
3336 #: extensions/yubico/class-yubico.php:203
3337 #: extensions/yubico/class-yubico.php:1164
3338 msgid "Yubico option label"
3339 msgstr ""
3340
3341 #: extensions/yubico/class-yubico.php:228
3342 #: extensions/yubico/class-yubico.php:1170
3343 msgid "Yubico option hint"
3344 msgstr ""
3345
3346 #: extensions/yubico/class-yubico.php:235
3347 msgid "Add a helpful tip that users will see when configuring Yubico as their 2FA method. This text is displayed via a help icon during setup. Leave this field empty to hide the help icon."
3348 msgstr ""
3349
3350 #: extensions/yubico/class-yubico.php:428
3351 msgid "API endpoint must use HTTPS."
3352 msgstr ""
3353
3354 #: extensions/yubico/class-yubico.php:548
3355 msgid "Provided Yubico settings are invalid"
3356 msgstr ""
3357
3358 #: extensions/yubico/class-yubico.php:667
3359 msgid "The Yubico connection has been configured successfully."
3360 msgstr ""
3361
3362 #: extensions/yubico/class-yubico.php:668
3363 msgid "Yubico OTP configuration"
3364 msgstr ""
3365
3366 #: extensions/yubico/class-yubico.php:1142
3367 msgid "Please insert the {yubico-option-label} in a USB port and touch / click the button on the {yubico-option-label} to generate the OTP required to log in."
3368 msgstr ""
3369
3370 #: extensions/yubico/class-yubico.php:1143
3371 msgid "Setting up 2FA with {yubico-option-label}"
3372 msgstr ""
3373
3374 #: extensions/yubico/class-yubico.php:1143
3375 msgid "Insert your {yubico-option-label} into the computer's / mobile's USB port"
3376 msgstr ""
3377
3378 #: extensions/yubico/class-yubico.php:1143
3379 msgid "Touch / press the button on your {yubico-option-label} to generate the OTP code, which is automatically populated below"
3380 msgstr ""
3381
3382 #: extensions/yubico/class-yubico.php:1144
3383 msgid "{reconfigure_or_configure_capitalized} 2FA over {yubico-option-label}"
3384 msgstr ""
3385
3386 #: extensions/yubico/class-yubico.php:1144
3387 msgid "Click the below button to {reconfigure_or_configure} the {yubico-option-label} associated with your user."
3388 msgstr ""
3389
3390 #: extensions/yubico/class-yubico.php:1145
3391 msgid " {reconfigure_or_configure_capitalized} 2FA over {yubico-option-label}"
3392 msgstr ""
3393
3394 #: extensions/yubico/class-yubico.php:1145
3395 msgid "The Yubico service you want to use is currently unavailable. Please try again later or restart the wizard to choose another method."
3396 msgstr ""
3397
3398 #: extensions/yubico/class-yubico.php:1146
3399 msgid "Touch the {yubico-option-label} again to generate the OTP code to confirm the setup. Once the code is populated below, it should be automatically saved and verified. If that does not happen by any reason, once the secret key was pasted, click \"Validate & save\" button below to manually save and complete the configuration."
3400 msgstr ""
3401
3402 #: extensions/yubico/class-yubico.php:1147
3403 msgid "2FA login code: {user_login_code}"
3404 msgstr ""
3405
3406 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:551
3407 msgid "Tip"
3408 msgstr ""
3409
3410 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:902
3411 msgid "Select image"
3412 msgstr ""
3413
3414 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:923
3415 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1155
3416 msgid "Remove"
3417 msgstr ""
3418
3419 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1567
3420 #: includes/classes/Admin/class-wizard-integration.php:523
3421 msgid "Go back"
3422 msgstr ""
3423
3424 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1731
3425 msgid "Drag to reorder"
3426 msgstr ""
3427
3428 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1749
3429 msgid "Setup method"
3430 msgstr ""
3431
3432 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1756
3433 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1758
3434 msgid "Show method settings"
3435 msgstr ""
3436
3437 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1756
3438 msgid "Hide method settings"
3439 msgstr ""
3440
3441 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1768
3442 msgid "Complete configuration to enable this method"
3443 msgstr ""
3444
3445 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1772
3446 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1774
3447 msgid "Show integration settings"
3448 msgstr ""
3449
3450 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1772
3451 msgid "Hide integration settings"
3452 msgstr ""
3453
3454 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:1781
3455 msgid "Configure this method below and hit save to enable it."
3456 msgstr ""
3457
3458 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:2178
3459 #: includes/classes/Admin/Settings/templates/partials/premium-locked-panel.php:61
3460 msgid "PREMIUM"
3461 msgstr ""
3462
3463 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:2204
3464 msgid "ENTERPRISE"
3465 msgstr ""
3466
3467 #. translators: %s: plan label.
3468 #: includes/classes/Admin/AdminSettings/class-settings-builder.php:2219
3469 #, php-format
3470 msgid "Learn more about %s features"
3471 msgstr ""
3472
3473 #: includes/classes/Admin/class-about-us.php:37
3474 #: includes/classes/Admin/class-about-us.php:38
3475 msgid "About Us"
3476 msgstr ""
3477
3478 #: includes/classes/Admin/class-docs-and-support.php:39
3479 #: includes/classes/Admin/class-docs-and-support.php:40
3480 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:263
3481 msgid "Docs and Support"
3482 msgstr ""
3483
3484 #: includes/classes/Admin/class-free-support-notice.php:109
3485 msgid "New interface. We're here to help."
3486 msgstr ""
3487
3488 #. translators: %s: email link
3489 #: includes/classes/Admin/class-free-support-notice.php:114
3490 #, php-format
3491 msgid "WP 2FA 4.0 now has a completely redesigned interface. To help with the transition, we're temporarily offering free one-to-one email support to all users, including the free edition users. Contact us on %s if you need any assistance."
3492 msgstr ""
3493
3494 #: includes/classes/Admin/class-free-support-notice.php:121
3495 #: includes/classes/Admin/class-new-interface-notice.php:428
3496 msgid "Dismiss"
3497 msgstr ""
3498
3499 #: includes/classes/Admin/class-help-contact-us.php:36
3500 #: includes/classes/Admin/class-help-contact-us.php:37
3501 msgid "Help & Contact Us"
3502 msgstr ""
3503
3504 #: includes/classes/Admin/class-help-contact-us.php:76
3505 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:326
3506 msgid "System info"
3507 msgstr ""
3508
3509 #: includes/classes/Admin/class-help-contact-us.php:105
3510 #: includes/classes/Admin/class-help-contact-us.php:115
3511 #: includes/classes/Admin/Settings/templates/sidebar.php:37
3512 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:265
3513 msgid "Getting started"
3514 msgstr ""
3515
3516 #: includes/classes/Admin/class-help-contact-us.php:107
3517 msgid "Getting started with WP 2FA and making 2FA compulsory is as easy as 1 2 3 with WP 2FA. This can be easily done through the install wizard or the plugin settings. If you are stuck, no problem! Below are a few links of guides to help you get started:"
3518 msgstr ""
3519
3520 #: includes/classes/Admin/class-help-contact-us.php:109
3521 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:269
3522 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:285
3523 msgid "Getting started with WP 2FA"
3524 msgstr ""
3525
3526 #: includes/classes/Admin/class-help-contact-us.php:110
3527 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:274
3528 msgid "Configuring 2FA policies & making 2FA mandatory"
3529 msgstr ""
3530
3531 #: includes/classes/Admin/class-help-contact-us.php:111
3532 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:279
3533 msgid "Allowing users to configure 2FA from a website page (no dashboard access)"
3534 msgstr ""
3535
3536 #: includes/classes/Admin/class-help-contact-us.php:119
3537 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:295
3538 msgid "Plugin documentation"
3539 msgstr ""
3540
3541 #: includes/classes/Admin/class-help-contact-us.php:121
3542 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:296
3543 msgid "For more technical information about the WP 2FA plugin please visit the plugin's knowledge base."
3544 msgstr ""
3545
3546 #: includes/classes/Admin/class-help-contact-us.php:123
3547 msgid "Knowledge base"
3548 msgstr ""
3549
3550 #: includes/classes/Admin/class-help-contact-us.php:129
3551 msgid "Plugin support"
3552 msgstr ""
3553
3554 #: includes/classes/Admin/class-help-contact-us.php:131
3555 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:309
3556 msgid "Do you need assistance with the plugin? Have you noticed or encountered an issue while using WP 2FA, or do you just want to report something to us?"
3557 msgstr ""
3558
3559 #: includes/classes/Admin/class-help-contact-us.php:133
3560 msgid "Open support ticket"
3561 msgstr ""
3562
3563 #: includes/classes/Admin/class-help-contact-us.php:134
3564 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:316
3565 msgid "Contact us"
3566 msgstr ""
3567
3568 #: includes/classes/Admin/class-help-contact-us.php:153
3569 msgid "System information"
3570 msgstr ""
3571
3572 #: includes/classes/Admin/class-help-contact-us.php:202
3573 msgid "Our WordPress Plugins"
3574 msgstr ""
3575
3576 #: includes/classes/Admin/class-help-contact-us.php:210
3577 msgid "Create, edit, and delete and easily manage WordPress user roles like a pro."
3578 msgstr ""
3579
3580 #: includes/classes/Admin/class-help-contact-us.php:226
3581 #: includes/classes/Admin/class-help-contact-us.php:253
3582 #: includes/classes/Admin/class-help-contact-us.php:280
3583 #: includes/classes/Admin/class-help-contact-us.php:308
3584 msgid "LEARN MORE"
3585 msgstr ""
3586
3587 #: includes/classes/Admin/class-help-contact-us.php:237
3588 msgid "Keep a log of users and under the hood site activity."
3589 msgstr ""
3590
3591 #: includes/classes/Admin/class-help-contact-us.php:264
3592 msgid "Enforce strong password policies on WordPress."
3593 msgstr ""
3594
3595 #: includes/classes/Admin/class-help-contact-us.php:292
3596 msgid "Automatically identify unauthorized file changes on your WordPress site."
3597 msgstr ""
3598
3599 #: includes/classes/Admin/class-license-page.php:55
3600 #: includes/classes/Admin/class-license-page.php:56
3601 #: includes/classes/Admin/class-license-page.php:166
3602 msgid "License"
3603 msgstr ""
3604
3605 #: includes/classes/Admin/class-license-page.php:170
3606 msgid "Your license is active and valid."
3607 msgstr ""
3608
3609 #: includes/classes/Admin/class-license-page.php:174
3610 msgid "Manage License"
3611 msgstr ""
3612
3613 #: includes/classes/Admin/class-license-page.php:204
3614 msgid "No active license found. Activate your license key below to unlock all premium features."
3615 msgstr ""
3616
3617 #: includes/classes/Admin/class-license-page.php:210
3618 msgid "Activate License"
3619 msgstr ""
3620
3621 #. translators: %s: link to pricing page
3622 #: includes/classes/Admin/class-license-page.php:219
3623 #, php-format
3624 msgid "Don't have a license key? %s"
3625 msgstr ""
3626
3627 #: includes/classes/Admin/class-license-page.php:220
3628 msgid "Purchase one here"
3629 msgstr ""
3630
3631 #: includes/classes/Admin/class-new-interface-notice.php:228
3632 msgid "Announcing the New WP 2FA Interface – Try it now!"
3633 msgstr ""
3634
3635 #: includes/classes/Admin/class-new-interface-notice.php:230
3636 msgid "WP 2FA 4.0 introduces a completely redesigned user interface, built to make configuration and day-to-day management easier, faster, and more intuitive."
3637 msgstr ""
3638
3639 #: includes/classes/Admin/class-new-interface-notice.php:231
3640 msgid "To ensure a smooth upgrade experience, you are still using the previous interface. You can switch to the new interface by clicking the button \"Switch to the new interface\" below, or at any time with a single click from the plugin's General Settings."
3641 msgstr ""
3642
3643 #: includes/classes/Admin/class-new-interface-notice.php:233
3644 msgid "Improved navigation and usability"
3645 msgstr ""
3646
3647 #: includes/classes/Admin/class-new-interface-notice.php:234
3648 msgid "A more streamlined setup experience"
3649 msgstr ""
3650
3651 #: includes/classes/Admin/class-new-interface-notice.php:235
3652 msgid "Better organization of settings and options"
3653 msgstr ""
3654
3655 #: includes/classes/Admin/class-new-interface-notice.php:236
3656 msgid "A modern design consistent with the latest Melapress plugins"
3657 msgstr ""
3658
3659 #: includes/classes/Admin/class-new-interface-notice.php:241
3660 msgid "You can upgrade to the new UI at any time."
3661 msgstr ""
3662
3663 #: includes/classes/Admin/class-new-interface-notice.php:242
3664 msgid "You can switch to the new interface whenever you are ready by going to:"
3665 msgstr ""
3666
3667 #: includes/classes/Admin/class-new-interface-notice.php:242
3668 msgid "Settings > General Settings"
3669 msgstr ""
3670
3671 #: includes/classes/Admin/class-new-interface-notice.php:242
3672 msgid "and then clicking the Switch to the new interface button."
3673 msgstr ""
3674
3675 #: includes/classes/Admin/class-new-interface-notice.php:253
3676 msgid "Switch to the new interface"
3677 msgstr ""
3678
3679 #: includes/classes/Admin/class-new-interface-notice.php:260
3680 msgid "Keep using the current interface for now"
3681 msgstr ""
3682
3683 #: includes/classes/Admin/class-new-interface-notice.php:273
3684 msgid "Understood"
3685 msgstr ""
3686
3687 #: includes/classes/Admin/class-new-interface-notice.php:419
3688 msgid "New Interface Available"
3689 msgstr ""
3690
3691 #: includes/classes/Admin/class-new-interface-notice.php:421
3692 msgid "Try WP 2FA 4.0 Now!"
3693 msgstr ""
3694
3695 #: includes/classes/Admin/class-new-interface-notice.php:423
3696 msgid "A completely redesigned UI, built to be easier and more intuitive. Switch in one click from General Settings."
3697 msgstr ""
3698
3699 #: includes/classes/Admin/class-new-interface-notice.php:427
3700 msgid "Switch to new interface"
3701 msgstr ""
3702
3703 #: includes/classes/Admin/class-plugin-updated-notice.php:107
3704 #: includes/classes/Admin/Helpers/class-wp-helper.php:484
3705 #: includes/classes/Admin/Helpers/class-wp-helper.php:700
3706 #: includes/classes/Admin/Helpers/class-wp-helper.php:721
3707 #: includes/classes/Admin/Helpers/class-wp-helper.php:745
3708 msgid "Complete."
3709 msgstr ""
3710
3711 #: includes/classes/Admin/class-premium-features.php:43
3712 #: includes/functions/core.php:349
3713 msgid "Premium Features"
3714 msgstr ""
3715
3716 #: includes/classes/Admin/class-premium-features.php:44
3717 msgid "Premium Features ➤"
3718 msgstr ""
3719
3720 #: includes/classes/Admin/class-premium-features.php:155
3721 #: includes/classes/Admin/Settings/templates/sidebar.php:81
3722 msgid "WP2FA Premium"
3723 msgstr ""
3724
3725 #: includes/classes/Admin/class-premium-features.php:158
3726 #: includes/classes/Admin/Settings/templates/sidebar.php:84
3727 msgid "Stronger authentication. Smoother logins."
3728 msgstr ""
3729
3730 #: includes/classes/Admin/class-premium-features.php:161
3731 #: includes/classes/Admin/Settings/templates/sidebar.php:87
3732 msgid "Passkeys, SMS, one-click login links, & more advanced authentication methods"
3733 msgstr ""
3734
3735 #: includes/classes/Admin/class-premium-features.php:162
3736 #: includes/classes/Admin/Settings/templates/sidebar.php:88
3737 msgid "Faster logins with trusted devices"
3738 msgstr ""
3739
3740 #: includes/classes/Admin/class-premium-features.php:163
3741 #: includes/classes/Admin/Settings/templates/sidebar.php:89
3742 msgid "Email-based 2FA with zero setup"
3743 msgstr ""
3744
3745 #: includes/classes/Admin/class-premium-features.php:164
3746 #: includes/classes/Admin/Settings/templates/sidebar.php:90
3747 #: includes/functions/core.php:763
3748 #: includes/functions/core.php:871
3749 #: includes/functions/core.php:895
3750 #: includes/functions/core.php:919
3751 msgid "WooCommerce integration"
3752 msgstr ""
3753
3754 #: includes/classes/Admin/class-premium-features.php:165
3755 #: includes/classes/Admin/Settings/templates/sidebar.php:91
3756 msgid "Fully branded and white-label 2FA"
3757 msgstr ""
3758
3759 #: includes/classes/Admin/class-premium-features.php:166
3760 #: includes/classes/Admin/Settings/templates/sidebar.php:92
3761 msgid "Flexible policies for different user roles"
3762 msgstr ""
3763
3764 #: includes/classes/Admin/class-premium-features.php:167
3765 #: includes/classes/Admin/Settings/templates/sidebar.php:93
3766 msgid "Backup methods to prevent lockouts"
3767 msgstr ""
3768
3769 #: includes/classes/Admin/class-premium-features.php:170
3770 #: includes/classes/Admin/Settings/templates/sidebar.php:96
3771 msgid "Buy now"
3772 msgstr ""
3773
3774 #: includes/classes/Admin/class-premium-features.php:172
3775 #: includes/classes/Admin/Settings/templates/sidebar.php:98
3776 msgid "Stronger security that your users won't push back on"
3777 msgstr ""
3778
3779 #: includes/classes/Admin/class-premium-features.php:173
3780 #: includes/classes/Admin/Settings/templates/sidebar.php:99
3781 msgid "30-day money back guarantee"
3782 msgstr ""
3783
3784 #: includes/classes/Admin/class-premium-features.php:324
3785 msgid "Upgrade to Premium and get more users protected"
3786 msgstr ""
3787
3788 #: includes/classes/Admin/class-premium-features.php:327
3789 msgid "WP 2FA Premium helps you roll out two-factor authentication faster, improve user adoption, and give users more flexible ways to securely access their accounts."
3790 msgstr ""
3791
3792 #: includes/classes/Admin/class-premium-features.php:328
3793 msgid "Whether you manage a business website, WooCommerce store, membership platform, or agency website, WP 2FA Premium gives you the tools you need to implement and enforce 2FA with minimal friction."
3794 msgstr ""
3795
3796 #: includes/classes/Admin/class-premium-features.php:329
3797 msgid "Upgrade today and unlock features such as:"
3798 msgstr ""
3799
3800 #: includes/classes/Admin/class-premium-features.php:334
3801 msgid "Roll out 2FA faster by automatically enrolling users with zero-setup email 2FA"
3802 msgstr ""
3803
3804 #: includes/classes/Admin/class-premium-features.php:338
3805 msgid "Increase user adoption with frictionless authentication options such as passkeys, trusted devices, and one-click login"
3806 msgstr ""
3807
3808 #: includes/classes/Admin/class-premium-features.php:342
3809 msgid "Give every user a secure authentication method that works for them, including passkeys, SMS, security keys, email verification, and authenticator apps"
3810 msgstr ""
3811
3812 #: includes/classes/Admin/class-premium-features.php:346
3813 msgid "Reduce support requests and account recovery issues with backup authentication methods and password reset protection"
3814 msgstr ""
3815
3816 #: includes/classes/Admin/class-premium-features.php:350
3817 msgid "Apply different security requirements to different users with flexible 2FA policies per user/role"
3818 msgstr ""
3819
3820 #: includes/classes/Admin/class-premium-features.php:354
3821 msgid "WooCommerce integration for a seamless customer experience"
3822 msgstr ""
3823
3824 #: includes/classes/Admin/class-premium-features.php:358
3825 msgid "2FA usage reports and statistics to track adoption across your website"
3826 msgstr ""
3827
3828 #: includes/classes/Admin/class-premium-features.php:362
3829 msgid "View all features"
3830 msgstr ""
3831
3832 #: includes/classes/Admin/class-premium-features.php:366
3833 #: includes/classes/Admin/class-settings-page.php:1095
3834 msgid "Reports page preview"
3835 msgstr ""
3836
3837 #: includes/classes/Admin/class-premium-features.php:486
3838 msgid "Upgrade to Premium and benefit more!"
3839 msgstr ""
3840
3841 #: includes/classes/Admin/class-premium-features.php:493
3842 msgid "WP 2FA is your trusted gatekeeper, keeping your website, users, customers, team members, and anyone who accesses your website, including you, secure and better protected than ever before."
3843 msgstr ""
3844
3845 #: includes/classes/Admin/class-premium-features.php:494
3846 msgid "Upgrade to WP 2FA Premium to add more secure authentication options and automate more, encouraging all your website users to utilize 2FA to its fullest extent and give your users more flexibility by allowing them to work from anywhere without compromising on security."
3847 msgstr ""
3848
3849 #: includes/classes/Admin/class-premium-features.php:498
3850 msgid "Upgrade to Premium and start benefiting from value-added features such as:"
3851 msgstr ""
3852
3853 #: includes/classes/Admin/class-premium-features.php:500
3854 msgid "More 2FA methods, including SMS, push notifications & one-click login"
3855 msgstr ""
3856
3857 #: includes/classes/Admin/class-premium-features.php:501
3858 msgid "Trusted devices: Allow users to add trusted devices so they do not have to manually enter the 2FA code each time they log in"
3859 msgstr ""
3860
3861 #: includes/classes/Admin/class-premium-features.php:502
3862 msgid "White labeling features: Gain increased trust by extending your business’ branding and tone of voice to all 2FA pages, wizards & emails"
3863 msgstr ""
3864
3865 #: includes/classes/Admin/class-premium-features.php:503
3866 msgid "Refer to the features matrix below for a detailed list of all the premium features"
3867 msgstr ""
3868
3869 #: includes/classes/Admin/class-premium-features.php:506
3870 #: includes/classes/Admin/class-premium-features.php:749
3871 #: includes/classes/Admin/class-settings-page.php:498
3872 #: includes/classes/Admin/class-top-bar-banner.php:106
3873 #: includes/classes/Admin/Helpers/class-wp-helper.php:266
3874 #: includes/classes/Admin/Settings/templates/general-settings.php:113
3875 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:85
3876 #: includes/functions/core.php:500
3877 #: includes/functions/core.php:528
3878 #: includes/functions/core.php:556
3879 #: includes/functions/core.php:856
3880 msgid "Upgrade to Premium"
3881 msgstr ""
3882
3883 #: includes/classes/Admin/class-premium-features.php:510
3884 msgid "WP 2FA plugin features"
3885 msgstr ""
3886
3887 #: includes/classes/Admin/class-premium-features.php:511
3888 msgid "Take advantage of these benefits and many others, with prices starting from as little as $29 for 5 users per year. "
3889 msgstr ""
3890
3891 #: includes/classes/Admin/class-premium-features.php:519
3892 #: includes/functions/core.php:431
3893 #: includes/functions/core.php:477
3894 #: includes/functions/core.php:505
3895 #: includes/functions/core.php:533
3896 #: includes/functions/core.php:753
3897 #: includes/functions/core.php:861
3898 #: includes/functions/core.php:885
3899 #: includes/functions/core.php:909
3900 msgid "Premium"
3901 msgstr ""
3902
3903 #: includes/classes/Admin/class-premium-features.php:522
3904 msgid "Free"
3905 msgstr ""
3906
3907 #: includes/classes/Admin/class-premium-features.php:527
3908 msgid "Support"
3909 msgstr ""
3910
3911 #: includes/classes/Admin/class-premium-features.php:530
3912 msgid "1-to-1 emails, forums"
3913 msgstr ""
3914
3915 #: includes/classes/Admin/class-premium-features.php:533
3916 msgid "forums"
3917 msgstr ""
3918
3919 #: includes/classes/Admin/class-premium-features.php:538
3920 msgid "Out of the box support for e-commerce, membership & third party plugins (no code required)"
3921 msgstr ""
3922
3923 #: includes/classes/Admin/class-premium-features.php:549
3924 msgid "2FA code via mobile app"
3925 msgstr ""
3926
3927 #: includes/classes/Admin/class-premium-features.php:571
3928 msgid "2FA login with hardware key (YubiKey)"
3929 msgstr ""
3930
3931 #: includes/classes/Admin/class-premium-features.php:582
3932 msgid "2FA login with push notification (Authy)"
3933 msgstr ""
3934
3935 #: includes/classes/Admin/class-premium-features.php:593
3936 msgid "2FA Login with SMS (with Twilio or Clickatell)"
3937 msgstr ""
3938
3939 #: includes/classes/Admin/class-premium-features.php:604
3940 msgid "Enable 2FA instantly with email – enroll all users automatically, no setup required."
3941 msgstr ""
3942
3943 #: includes/classes/Admin/class-premium-features.php:615
3944 msgid "One-click 2FA login (via link in email)"
3945 msgstr ""
3946
3947 #: includes/classes/Admin/class-premium-features.php:626
3948 msgid "Allow next login without 2FA"
3949 msgstr ""
3950
3951 #: includes/classes/Admin/class-premium-features.php:637
3952 msgid "Different 2FA policies per user role"
3953 msgstr ""
3954
3955 #: includes/classes/Admin/class-premium-features.php:648
3956 msgid "Trusted devices (remember devices)"
3957 msgstr ""
3958
3959 #: includes/classes/Admin/class-premium-features.php:659
3960 msgid "Alternative 2FA methods"
3961 msgstr ""
3962
3963 #: includes/classes/Admin/class-premium-features.php:665
3964 msgid "Backup codes only"
3965 msgstr ""
3966
3967 #: includes/classes/Admin/class-premium-features.php:670
3968 msgid "White labeling (logo, wizards, email, colours, fonts & custom CSS)"
3969 msgstr ""
3970
3971 #: includes/classes/Admin/class-premium-features.php:681
3972 msgid "One-click 2FA integration in WooCommerce user page"
3973 msgstr ""
3974
3975 #: includes/classes/Admin/class-premium-features.php:692
3976 msgid "Reports & Statistics"
3977 msgstr ""
3978
3979 #: includes/classes/Admin/class-premium-features.php:703
3980 msgid "Configurable 2FA code expiration time"
3981 msgstr ""
3982
3983 #: includes/classes/Admin/class-premium-features.php:714
3984 msgid "Sortable users' 2FA status"
3985 msgstr ""
3986
3987 #: includes/classes/Admin/class-premium-features.php:725
3988 msgid "Export/import plugin settings"
3989 msgstr ""
3990
3991 #: includes/classes/Admin/class-premium-features.php:736
3992 msgid "No Ads!"
3993 msgstr ""
3994
3995 #. translators: 1: Link to our site 2: Link to our contact page
3996 #: includes/classes/Admin/class-premium-features.php:758
3997 #, php-format
3998 msgid "Visit the WP 2FA %1$s for more information or %2$s with any questions you might have. We look forward to hearing from you."
3999 msgstr ""
4000
4001 #: includes/classes/Admin/class-premium-features.php:759
4002 msgid "plugin website"
4003 msgstr ""
4004
4005 #: includes/classes/Admin/class-premium-features.php:760
4006 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:145
4007 #: includes/classes/Authenticator/class-reset-password.php:79
4008 msgid "contact us"
4009 msgstr ""
4010
4011 #: includes/classes/Admin/class-profile-section-renderer.php:120
4012 #: includes/classes/Admin/class-user-profile.php:379
4013 msgid "Show QR code"
4014 msgstr ""
4015
4016 #: includes/classes/Admin/class-profile-section-renderer.php:121
4017 msgid "Hide QR code"
4018 msgstr ""
4019
4020 #: includes/classes/Admin/class-profile-section-renderer.php:122
4021 #: includes/classes/Admin/class-wizard-integration.php:569
4022 msgid "Copied!"
4023 msgstr ""
4024
4025 #: includes/classes/Admin/class-profile-section-renderer.php:124
4026 #: includes/classes/Admin/class-wizard-integration.php:567
4027 msgid "Store these codes somewhere safe. Each code can only be used once."
4028 msgstr ""
4029
4030 #: includes/classes/Admin/class-profile-section-renderer.php:125
4031 msgid "Codes sent to your email."
4032 msgstr ""
4033
4034 #: includes/classes/Admin/class-profile-section-renderer.php:126
4035 msgid "Failed to send email."
4036 msgstr ""
4037
4038 #: includes/classes/Admin/class-profile-section-renderer.php:261
4039 #: includes/classes/Admin/class-user-profile.php:104
4040 msgid "This user is required to setup 2FA but has not yet done so."
4041 msgstr ""
4042
4043 #: includes/classes/Admin/class-profile-section-renderer.php:264
4044 #: includes/classes/Admin/class-profile-section-renderer.php:272
4045 #: includes/classes/Admin/class-user-profile.php:108
4046 msgid "This user is excluded from configuring 2FA."
4047 msgstr ""
4048
4049 #: includes/classes/Admin/class-profile-section-renderer.php:278
4050 #: includes/classes/Admin/class-user-profile.php:323
4051 #: includes/classes/Admin/class-user-profile.php:326
4052 msgid "No enabled primary method"
4053 msgstr ""
4054
4055 #: includes/classes/Admin/class-profile-section-renderer.php:287
4056 #: includes/classes/Admin/class-user-profile.php:329
4057 msgid "No enabled backup methods"
4058 msgstr ""
4059
4060 #: includes/classes/Admin/class-profile-section-renderer.php:356
4061 msgid "Change 2FA Settings"
4062 msgstr ""
4063
4064 #: includes/classes/Admin/class-profile-section-renderer.php:357
4065 #: includes/classes/Admin/class-user-profile.php:261
4066 msgid "Configure 2FA"
4067 msgstr ""
4068
4069 #: includes/classes/Admin/class-profile-section-renderer.php:472
4070 #: includes/classes/Admin/class-user-profile.php:273
4071 msgid "The user has already configured 2FA. When you reset the user's current 2FA configuration, the user can log back in with just the username and password."
4072 msgstr ""
4073
4074 #: includes/classes/Admin/class-settings-page.php:126
4075 #: includes/classes/Admin/class-settings-page.php:127
4076 #: includes/classes/Admin/class-settings-page.php:301
4077 #: includes/classes/Admin/class-setup-wizard.php:411
4078 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:38
4079 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:205
4080 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:222
4081 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:300
4082 msgid "WP 2FA"
4083 msgstr ""
4084
4085 #: includes/classes/Admin/class-settings-page.php:139
4086 #: includes/classes/Admin/class-settings-page.php:140
4087 #: includes/classes/Admin/class-settings-page.php:150
4088 #: includes/classes/Admin/class-settings-page.php:151
4089 #: includes/classes/Admin/class-settings-page.php:313
4090 #: includes/classes/Admin/class-settings-page.php:314
4091 #: includes/classes/Admin/class-settings-page.php:324
4092 #: includes/classes/Admin/class-settings-page.php:325
4093 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:92
4094 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:22
4095 #: includes/classes/Admin/Settings/templates/policies/role-policy.php:48
4096 #: includes/classes/Admin/Settings/templates/policies/sitewide-policies.php:24
4097 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:586
4098 msgid "2FA policies"
4099 msgstr ""
4100
4101 #: includes/classes/Admin/class-settings-page.php:161
4102 #: includes/classes/Admin/class-settings-page.php:162
4103 #: includes/classes/Admin/class-settings-page.php:335
4104 #: includes/classes/Admin/class-settings-page.php:336
4105 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:621
4106 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:53
4107 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:150
4108 msgid "Passkeys"
4109 msgstr ""
4110
4111 #: includes/classes/Admin/class-settings-page.php:173
4112 #: includes/classes/Admin/class-settings-page.php:216
4113 #: includes/classes/Admin/class-settings-page.php:300
4114 #: includes/classes/Admin/class-settings-page.php:347
4115 #: includes/classes/Admin/class-settings-page.php:390
4116 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:92
4117 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:42
4118 msgid "WP 2FA Settings"
4119 msgstr ""
4120
4121 #: includes/classes/Admin/class-settings-page.php:205
4122 #: includes/classes/Admin/class-settings-page.php:206
4123 #: includes/classes/Admin/class-settings-page.php:379
4124 #: includes/classes/Admin/class-settings-page.php:380
4125 #: includes/classes/Admin/Settings/templates/customize-code-page.php:18
4126 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:17
4127 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:19
4128 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:19
4129 #: includes/classes/Admin/Settings/templates/email-settings.php:20
4130 #: includes/classes/Admin/Settings/templates/white-labeling.php:25
4131 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:166
4132 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:186
4133 msgid "White labeling"
4134 msgstr ""
4135
4136 #: includes/classes/Admin/class-settings-page.php:508
4137 msgid "Configure 2FA Settings"
4138 msgstr ""
4139
4140 #: includes/classes/Admin/class-settings-page.php:589
4141 #: includes/classes/Admin/class-settings-page.php:637
4142 msgid "2FA Settings Updated"
4143 msgstr ""
4144
4145 #: includes/classes/Admin/class-settings-page.php:591
4146 #: includes/classes/Admin/class-settings-page.php:604
4147 #: includes/classes/Admin/class-settings-page.php:629
4148 #: includes/classes/Admin/class-settings-page.php:639
4149 #: includes/classes/Admin/class-settings-page.php:650
4150 #: includes/classes/Admin/Helpers/class-ajax-helper.php:461
4151 #: includes/classes/Admin/Helpers/class-ajax-helper.php:477
4152 #: includes/classes/Admin/Helpers/class-ajax-helper.php:493
4153 msgid "Dismiss this notice."
4154 msgstr ""
4155
4156 #: includes/classes/Admin/class-settings-page.php:601
4157 #: includes/classes/Admin/class-settings-page.php:648
4158 msgid "Please ensure both custom email address and display name are provided."
4159 msgstr ""
4160
4161 #: includes/classes/Admin/class-settings-page.php:669
4162 msgid "WP 2FA User Page"
4163 msgstr ""
4164
4165 #: includes/classes/Admin/class-settings-page.php:779
4166 msgid "By default, the plugin uses "
4167 msgstr ""
4168
4169 #: includes/classes/Admin/class-settings-page.php:779
4170 msgid "as the \"from address\" when sending emails with the 2FA code for users to log in. Do you want to keep using this or change it?"
4171 msgstr ""
4172
4173 #: includes/classes/Admin/class-settings-page.php:781
4174 msgid "Change it"
4175 msgstr ""
4176
4177 #: includes/classes/Admin/class-settings-page.php:783
4178 msgid "Keep using it"
4179 msgstr ""
4180
4181 #: includes/classes/Admin/class-settings-page.php:1052
4182 msgid "Unlock 2FA Reports & Statistics with Premium"
4183 msgstr ""
4184
4185 #: includes/classes/Admin/class-settings-page.php:1055
4186 msgid "Get a clear overview of two-factor authentication adoption across your website and identify users who are not yet protected."
4187 msgstr ""
4188
4189 #: includes/classes/Admin/class-settings-page.php:1056
4190 msgid "WP 2FA Premium includes detailed reports and statistics that help you monitor 2FA usage, track adoption by user role, review authentication methods in use, and export data for auditing and compliance purposes."
4191 msgstr ""
4192
4193 #: includes/classes/Admin/class-settings-page.php:1062
4194 msgid "Monitor 2FA adoption across your entire website"
4195 msgstr ""
4196
4197 #: includes/classes/Admin/class-settings-page.php:1068
4198 msgid "Identify users and roles that have not yet configured 2FA"
4199 msgstr ""
4200
4201 #: includes/classes/Admin/class-settings-page.php:1074
4202 msgid "Track which authentication methods users are relying on"
4203 msgstr ""
4204
4205 #: includes/classes/Admin/class-settings-page.php:1080
4206 msgid "Export reports as CSV for auditing, compliance, and internal reviews"
4207 msgstr ""
4208
4209 #: includes/classes/Admin/class-settings-page.php:1086
4210 msgid "Measure the impact of your 2FA rollout and security policies"
4211 msgstr ""
4212
4213 #: includes/classes/Admin/class-settings-page.php:1091
4214 msgid "Unlock 2FA Reports & Statistics"
4215 msgstr ""
4216
4217 #: includes/classes/Admin/class-setup-wizard.php:148
4218 msgid "Welcome"
4219 msgstr ""
4220
4221 #: includes/classes/Admin/class-setup-wizard.php:153
4222 msgid "Configure 2FA methods & Policies"
4223 msgstr ""
4224
4225 #: includes/classes/Admin/class-setup-wizard.php:159
4226 msgid "Setup Finish"
4227 msgstr ""
4228
4229 #: includes/classes/Admin/class-setup-wizard.php:276
4230 #: includes/classes/Admin/class-setup-wizard.php:652
4231 #: includes/classes/Shortcodes/class-shortcodes.php:94
4232 #: includes/classes/Shortcodes/class-shortcodes.php:108
4233 #: includes/functions/core.php:262
4234 msgid "Please use a valid email address"
4235 msgstr ""
4236
4237 #: includes/classes/Admin/class-setup-wizard.php:277
4238 #: includes/classes/Shortcodes/class-shortcodes.php:109
4239 #: includes/functions/core.php:292
4240 msgid "Backup codes sent"
4241 msgstr ""
4242
4243 #: includes/classes/Admin/class-setup-wizard.php:304
4244 #: includes/classes/Shortcodes/class-shortcodes.php:88
4245 #: includes/classes/Shortcodes/class-shortcodes.php:105
4246 #: includes/classes/Shortcodes/class-shortcodes.php:242
4247 #: includes/functions/core.php:289
4248 msgid "These are the 2FA backup codes for the user"
4249 msgstr ""
4250
4251 #: includes/classes/Admin/class-setup-wizard.php:305
4252 #: includes/classes/Shortcodes/class-shortcodes.php:89
4253 #: includes/classes/Shortcodes/class-shortcodes.php:106
4254 #: includes/classes/Shortcodes/class-shortcodes.php:243
4255 #: includes/functions/core.php:290
4256 msgid "I'm ready"
4257 msgstr ""
4258
4259 #: includes/classes/Admin/class-setup-wizard.php:306
4260 #: includes/classes/Shortcodes/class-shortcodes.php:90
4261 #: includes/classes/Shortcodes/class-shortcodes.php:107
4262 #: includes/classes/Shortcodes/class-shortcodes.php:244
4263 #: includes/functions/core.php:291
4264 msgid "New code sent"
4265 msgstr ""
4266
4267 #: includes/classes/Admin/class-setup-wizard.php:351
4268 msgid "WP 2FA &rsaquo; Setup Wizard"
4269 msgstr ""
4270
4271 #: includes/classes/Admin/class-setup-wizard.php:398
4272 #: includes/classes/Shortcodes/class-shortcodes.php:93
4273 #: includes/classes/Shortcodes/class-shortcodes.php:247
4274 msgid "Close Wizard"
4275 msgstr ""
4276
4277 #: includes/classes/Admin/class-setup-wizard.php:411
4278 msgid "If you cancel this wizard, the default plugin settings will be applied. You can always configure the plugin settings and two-factor authentication policies at a later stage from the "
4279 msgstr ""
4280
4281 #: includes/classes/Admin/class-setup-wizard.php:411
4282 msgid " entry in your WordPress dashboard menu."
4283 msgstr ""
4284
4285 #: includes/classes/Admin/class-setup-wizard.php:413
4286 msgid "OK, close wizard"
4287 msgstr ""
4288
4289 #: includes/classes/Admin/class-setup-wizard.php:414
4290 msgid "Continue with wizard"
4291 msgstr ""
4292
4293 #: includes/classes/Admin/class-setup-wizard.php:534
4294 msgid "2FA methods"
4295 msgstr ""
4296
4297 #: includes/classes/Admin/class-setup-wizard.php:538
4298 #: includes/classes/Admin/class-setup-wizard.php:544
4299 #: includes/classes/Admin/class-setup-wizard.php:550
4300 #: includes/classes/Admin/class-setup-wizard.php:557
4301 #: includes/classes/Admin/class-setup-wizard.php:565
4302 msgid "Continue Setup"
4303 msgstr ""
4304
4305 #: includes/classes/Admin/class-setup-wizard.php:541
4306 msgid "Alternative methods"
4307 msgstr ""
4308
4309 #: includes/classes/Admin/class-setup-wizard.php:547
4310 msgid "2FA policy"
4311 msgstr ""
4312
4313 #: includes/classes/Admin/class-setup-wizard.php:551
4314 #: includes/classes/Admin/class-setup-wizard.php:575
4315 msgid "All done"
4316 msgstr ""
4317
4318 #: includes/classes/Admin/class-setup-wizard.php:554
4319 msgid "Exclude users"
4320 msgstr ""
4321
4322 #: includes/classes/Admin/class-setup-wizard.php:562
4323 msgid "Exclude sites"
4324 msgstr ""
4325
4326 #: includes/classes/Admin/class-setup-wizard.php:571
4327 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:651
4328 msgid "How long should the grace period for your users be?"
4329 msgstr ""
4330
4331 #: includes/classes/Admin/class-setup-wizard.php:572
4332 msgid "When you configure the 2FA policies and require users to configure 2FA, they can either have a grace period to configure 2FA, or can be required to configure 2FA before the next time they login. Choose which method you'd like to use:"
4333 msgstr ""
4334
4335 #: includes/classes/Admin/class-setup-wizard.php:660
4336 msgid "The email address in the request does not match the user's email address. Please try again."
4337 msgstr ""
4338
4339 #: includes/classes/Admin/class-setup-wizard.php:704
4340 msgid "Email sending failed"
4341 msgstr ""
4342
4343 #: includes/classes/Admin/class-setup-wizard.php:708
4344 msgid "Email sent successfully"
4345 msgstr ""
4346
4347 #: includes/classes/Admin/class-setup-wizard.php:728
4348 msgid "Welcome to WP 2FA"
4349 msgstr ""
4350
4351 #. translators: %s: new version number
4352 #: includes/classes/Admin/class-top-bar-banner.php:91
4353 #, php-format
4354 msgid "Version %s available!"
4355 msgstr ""
4356
4357 #: includes/classes/Admin/class-top-bar-banner.php:95
4358 msgid "Update Now"
4359 msgstr ""
4360
4361 #: includes/classes/Admin/class-top-bar-banner.php:102
4362 msgid "Release Notes"
4363 msgstr ""
4364
4365 #: includes/classes/Admin/class-top-bar-banner.php:104
4366 msgid "Changelog"
4367 msgstr ""
4368
4369 #: includes/classes/Admin/class-user-listing.php:68
4370 msgid "2FA Status"
4371 msgstr ""
4372
4373 #: includes/classes/Admin/class-user-listing.php:131
4374 #: includes/classes/Admin/class-user-profile.php:187
4375 msgid "Remove 2FA"
4376 msgstr ""
4377
4378 #: includes/classes/Admin/class-user-listing.php:132
4379 #: includes/classes/Admin/class-user-listing.php:196
4380 msgid "Reset list of 2FA trusted devices"
4381 msgstr ""
4382
4383 #. translators: The number of the affected users.
4384 #: includes/classes/Admin/class-user-listing.php:224
4385 #, php-format
4386 msgid "Removed 2FA from %d users."
4387 msgstr ""
4388
4389 #. translators: The number of the affected users.
4390 #: includes/classes/Admin/class-user-listing.php:232
4391 #, php-format
4392 msgid "Removed 2FA trusted devices from %d users."
4393 msgstr ""
4394
4395 #: includes/classes/Admin/class-user-notices.php:158
4396 #: includes/classes/Admin/class-user-notices.php:160
4397 #: includes/classes/Admin/class-user-notices.php:187
4398 #: includes/classes/Admin/Views/class-wizard-steps.php:361
4399 #: includes/classes/Authenticator/class-login.php:362
4400 msgid "Configure 2FA now"
4401 msgstr ""
4402
4403 #: includes/classes/Admin/class-user-notices.php:163
4404 msgid "Remind me on next login"
4405 msgstr ""
4406
4407 #: includes/classes/Admin/class-user-notices.php:184
4408 msgid "The 2FA method you were using is no longer allowed on this website. Please reconfigure 2FA using one of the supported methods."
4409 msgstr ""
4410
4411 #: includes/classes/Admin/class-user-notices.php:188
4412 #: includes/classes/Authenticator/class-login.php:363
4413 msgid "I'll do it later"
4414 msgstr ""
4415
4416 #: includes/classes/Admin/class-user-notices.php:291
4417 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:62
4418 msgid "2FA mandatory notice"
4419 msgstr ""
4420
4421 #: includes/classes/Admin/class-user-notices.php:300
4422 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:99
4423 msgid "2FA reconfiguration mandatory notice"
4424 msgstr ""
4425
4426 #: includes/classes/Admin/class-user-notices.php:309
4427 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:62
4428 msgid "User profile 2FA configuration area title"
4429 msgstr ""
4430
4431 #: includes/classes/Admin/class-user-notices.php:318
4432 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:99
4433 msgid "User profile 2FA configuration area description"
4434 msgstr ""
4435
4436 #: includes/classes/Admin/class-user-profile.php:135
4437 #: includes/classes/Admin/class-user-profile.php:398
4438 msgid "2FA Setup:"
4439 msgstr ""
4440
4441 #: includes/classes/Admin/class-user-profile.php:183
4442 msgid "Change 2FA settings"
4443 msgstr ""
4444
4445 #: includes/classes/Admin/class-user-profile.php:195
4446 msgid "unused backup codes remaining."
4447 msgstr ""
4448
4449 #: includes/classes/Admin/class-user-profile.php:265
4450 msgid "Configure Two-factor authentication (2FA)"
4451 msgstr ""
4452
4453 #: includes/classes/Admin/class-user-profile.php:285
4454 msgid "Reset 2FA configuration"
4455 msgstr ""
4456
4457 #: includes/classes/Admin/class-user-profile.php:299
4458 msgid "Unlock user and reset the grace period"
4459 msgstr ""
4460
4461 #: includes/classes/Admin/class-user-profile.php:345
4462 msgid "Currently configured:"
4463 msgstr ""
4464
4465 #: includes/classes/Admin/class-user-profile.php:350
4466 msgid "Primary method:"
4467 msgstr ""
4468
4469 #: includes/classes/Admin/class-user-profile.php:358
4470 msgid "Secondary method(s):"
4471 msgstr ""
4472
4473 #: includes/classes/Admin/class-user-profile.php:369
4474 msgid "2FA configuration:"
4475 msgstr ""
4476
4477 #: includes/classes/Admin/class-user-profile.php:385
4478 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:252
4479 msgid "COPY"
4480 msgstr ""
4481
4482 #: includes/classes/Admin/class-user-profile.php:494
4483 msgid "No available 2FA methods set"
4484 msgstr ""
4485
4486 #: includes/classes/Admin/class-user-profile.php:494
4487 msgid "Ask your administrator to enable 2FA methods"
4488 msgstr ""
4489
4490 #: includes/classes/Admin/class-user-profile.php:518
4491 #: includes/classes/Admin/Views/class-wizard-steps.php:64
4492 msgid "Next Step"
4493 msgstr ""
4494
4495 #: includes/classes/Admin/class-user-profile.php:615
4496 msgid "Remove 2FA?"
4497 msgstr ""
4498
4499 #: includes/classes/Admin/class-user-profile.php:616
4500 msgid "Are you sure you want to remove two-factor authentication and lower the security of your user account?"
4501 msgstr ""
4502
4503 #: includes/classes/Admin/class-user-profile.php:701
4504 msgid "Unlock user"
4505 msgstr ""
4506
4507 #: includes/classes/Admin/class-user-profile.php:824
4508 #: includes/classes/Admin/class-wizard-integration.php:533
4509 msgid "Invalid code. Please enter the correct OTP code generated by your Authenticator app."
4510 msgstr ""
4511
4512 #: includes/classes/Admin/class-user-profile.php:835
4513 #: includes/classes/Admin/class-wizard-integration.php:532
4514 msgid "Invalid or expired OTP code. Please try again."
4515 msgstr ""
4516
4517 #: includes/classes/Admin/class-user-profile.php:838
4518 msgid "Invalid Two Factor Authentication secret key."
4519 msgstr ""
4520
4521 #: includes/classes/Admin/class-user-profile.php:844
4522 msgid "Invalid Email Authentication code."
4523 msgstr ""
4524
4525 #: includes/classes/Admin/class-user-profile.php:865
4526 msgid "Error processing form"
4527 msgstr ""
4528
4529 #: includes/classes/Admin/class-wizard-integration.php:216
4530 msgid "One-time code via 2FA App (TOTP)"
4531 msgstr ""
4532
4533 #: includes/classes/Admin/class-wizard-integration.php:217
4534 msgid "One-time code via email (HOTP)"
4535 msgstr ""
4536
4537 #: includes/classes/Admin/class-wizard-integration.php:233
4538 msgid "Refer to the guide on how to set up 2FA apps for more information on how to setup these apps and which apps are supported."
4539 msgstr ""
4540
4541 #: includes/classes/Admin/class-wizard-integration.php:524
4542 #: includes/classes/Admin/class-wizard-integration.php:580
4543 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:245
4544 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:286
4545 msgid "Continue"
4546 msgstr ""
4547
4548 #: includes/classes/Admin/class-wizard-integration.php:525
4549 #: includes/functions/core.php:328
4550 msgid "Close"
4551 msgstr ""
4552
4553 #: includes/classes/Admin/class-wizard-integration.php:538
4554 #: includes/classes/Admin/Methods/class-totp.php:822
4555 msgid "Setting up TOTP (one-time code via app)"
4556 msgstr ""
4557
4558 #: includes/classes/Admin/class-wizard-integration.php:539
4559 #: includes/classes/Admin/Methods/class-totp.php:823
4560 msgid "Download and start the application of your choice"
4561 msgstr ""
4562
4563 #: includes/classes/Admin/class-wizard-integration.php:540
4564 #: includes/classes/Admin/Methods/class-totp.php:824
4565 msgid "From within the application scan the QR code provided on the left. Otherwise, enter the following code manually in the application:"
4566 msgstr ""
4567
4568 #: includes/classes/Admin/class-wizard-integration.php:541
4569 #: includes/classes/Admin/Methods/class-totp.php:825
4570 msgid "Click the \"I'm ready\" button below when you complete the application setup process to proceed with the wizard."
4571 msgstr ""
4572
4573 #: includes/classes/Admin/class-wizard-integration.php:542
4574 msgid "Please type in the one-time code from your authenticator app to finalize setup."
4575 msgstr ""
4576
4577 #: includes/classes/Admin/class-wizard-integration.php:543
4578 msgid "TOTP configured successfully!"
4579 msgstr ""
4580
4581 #: includes/classes/Admin/class-wizard-integration.php:544
4582 msgid "Copy key"
4583 msgstr ""
4584
4585 #: includes/classes/Admin/class-wizard-integration.php:547
4586 msgid "Setting up HOTP (one-time code via email)"
4587 msgstr ""
4588
4589 #: includes/classes/Admin/class-wizard-integration.php:550
4590 #: includes/classes/Admin/Settings/templates/email-settings.php:150
4591 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:129
4592 msgid "Use another email address"
4593 msgstr ""
4594
4595 #: includes/classes/Admin/class-wizard-integration.php:554
4596 msgid "Email 2FA configured successfully!"
4597 msgstr ""
4598
4599 #: includes/classes/Admin/class-wizard-integration.php:555
4600 msgid "Failed to send setup email."
4601 msgstr ""
4602
4603 #: includes/classes/Admin/class-wizard-integration.php:564
4604 #: includes/classes/Admin/Methods/class-backup-codes.php:718
4605 #: includes/classes/Admin/Views/class-wizard-steps.php:164
4606 #: includes/classes/Admin/Views/class-wizard-steps.php:214
4607 #: includes/classes/Admin/Views/class-wizard-steps.php:246
4608 msgid "Generate list of backup codes"
4609 msgstr ""
4610
4611 #: includes/classes/Admin/class-wizard-integration.php:565
4612 msgid "Failed to generate backup codes."
4613 msgstr ""
4614
4615 #: includes/classes/Admin/class-wizard-integration.php:568
4616 #: includes/classes/Admin/Views/class-wizard-steps.php:273
4617 msgid "Copy"
4618 msgstr ""
4619
4620 #: includes/classes/Admin/class-wizard-integration.php:570
4621 #: includes/classes/Admin/Views/class-wizard-steps.php:272
4622 #: includes/classes/Admin/Views/class-wizard-steps.php:276
4623 #: includes/classes/Admin/Views/class-wizard-steps.php:277
4624 msgid "Download"
4625 msgstr ""
4626
4627 #: includes/classes/Admin/class-wizard-integration.php:571
4628 #: includes/classes/Admin/Views/class-wizard-steps.php:280
4629 msgid "Print"
4630 msgstr ""
4631
4632 #: includes/classes/Admin/class-wizard-integration.php:572
4633 #: includes/classes/Admin/Views/class-wizard-steps.php:286
4634 #: includes/classes/Admin/Views/class-wizard-steps.php:290
4635 msgid "I'm ready, close the wizard"
4636 msgstr ""
4637
4638 #: includes/classes/Admin/class-wizard-integration.php:573
4639 msgid "I'll set this up later"
4640 msgstr ""
4641
4642 #: includes/classes/Admin/class-wizard-integration.php:577
4643 msgid "Congratulations! You have enabled two-factor authentication for your user. You've just helped towards making this website more secure!"
4644 msgstr ""
4645
4646 #: includes/classes/Admin/class-wizard-integration.php:578
4647 msgid "Select backup method"
4648 msgstr ""
4649
4650 #: includes/classes/Admin/class-wizard-integration.php:587
4651 #: includes/classes/Utils/class-white-label.php:176
4652 #: includes/classes/Utils/class-white-label.php:177
4653 msgid "Are you sure?"
4654 msgstr ""
4655
4656 #: includes/classes/Admin/class-wizard-integration.php:587
4657 #: includes/classes/Utils/class-white-label.php:176
4658 msgid "Any unsaved changes will be lost!"
4659 msgstr ""
4660
4661 #: includes/classes/Admin/class-wizard-integration.php:592
4662 #: includes/classes/class-wp2fa.php:815
4663 msgid "Reconfigure"
4664 msgstr ""
4665
4666 #: includes/classes/Admin/class-wizard-integration.php:593
4667 #: includes/classes/class-wp2fa.php:815
4668 msgid "Configure"
4669 msgstr ""
4670
4671 #: includes/classes/Admin/class-wizard-integration.php:594
4672 msgid "reconfigure"
4673 msgstr ""
4674
4675 #: includes/classes/Admin/class-wizard-integration.php:595
4676 msgid "configure"
4677 msgstr ""
4678
4679 #: includes/classes/Admin/Controllers/class-api-login.php:99
4680 msgid "Too many attempts. Please try again later."
4681 msgstr ""
4682
4683 #: includes/classes/Admin/Controllers/class-api-login.php:129
4684 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:137
4685 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:158
4686 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:193
4687 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:209
4688 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:236
4689 #: includes/classes/Authenticator/class-login.php:1228
4690 msgid "Authentication failed."
4691 msgstr ""
4692
4693 #: includes/classes/Admin/Controllers/class-api-login.php:170
4694 msgid "Successfully signed in with WP 2FA."
4695 msgstr ""
4696
4697 #: includes/classes/Admin/Controllers/class-api-login.php:214
4698 msgid "Provided details are wrong."
4699 msgstr ""
4700
4701 #: includes/classes/Admin/Controllers/class-methods.php:133
4702 msgid "There are {available_methods_count} methods available to choose from for 2FA:"
4703 msgstr ""
4704
4705 #: includes/classes/Admin/Controllers/class-settings.php:372
4706 msgid "Role provided does not exist."
4707 msgstr ""
4708
4709 #: includes/classes/Admin/Controllers/class-settings.php:400
4710 msgid "Requested provider is not registered."
4711 msgstr ""
4712
4713 #: includes/classes/Admin/Fly-Out/class-flyout.php:262
4714 msgid "Toggle Quick Links Menu"
4715 msgstr ""
4716
4717 #: includes/classes/Admin/Helpers/class-ajax-helper.php:61
4718 #: includes/classes/Admin/Helpers/class-ajax-helper.php:403
4719 msgid "Access Denied."
4720 msgstr ""
4721
4722 #: includes/classes/Admin/Helpers/class-ajax-helper.php:103
4723 #: includes/classes/Admin/Helpers/class-ajax-helper.php:150
4724 #: includes/classes/Admin/Helpers/class-ajax-helper.php:368
4725 msgid "Invalid term."
4726 msgstr ""
4727
4728 #: includes/classes/Admin/Helpers/class-ajax-helper.php:183
4729 #: includes/classes/Admin/Helpers/class-ajax-helper.php:311
4730 #: includes/classes/Admin/Helpers/class-ajax-helper.php:508
4731 msgid "Rate limit exceeded. Please try again later."
4732 msgstr ""
4733
4734 #: includes/classes/Admin/Helpers/class-ajax-helper.php:243
4735 msgid "Unable to write to wp-config.php"
4736 msgstr ""
4737
4738 #: includes/classes/Admin/Helpers/class-ajax-helper.php:253
4739 msgid "wp-config.php successfully update, global setting deleted"
4740 msgstr ""
4741
4742 #: includes/classes/Admin/Helpers/class-ajax-helper.php:262
4743 msgid "Unable to find global secret key"
4744 msgstr ""
4745
4746 #: includes/classes/Admin/Helpers/class-ajax-helper.php:291
4747 msgid "message is set for removal"
4748 msgstr ""
4749
4750 #: includes/classes/Admin/Helpers/class-ajax-helper.php:409
4751 msgid "Invalid email ID."
4752 msgstr ""
4753
4754 #: includes/classes/Admin/Helpers/class-ajax-helper.php:425
4755 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:353
4756 msgid "Test email from WP 2FA"
4757 msgstr ""
4758
4759 #: includes/classes/Admin/Helpers/class-ajax-helper.php:426
4760 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:354
4761 msgid "This email was sent by the WP 2FA plugin to test the email delivery."
4762 msgstr ""
4763
4764 #: includes/classes/Admin/Helpers/class-ajax-helper.php:429
4765 msgid "Test email was successfully sent to "
4766 msgstr ""
4767
4768 #: includes/classes/Admin/Helpers/class-ajax-helper.php:432
4769 #: includes/classes/Admin/Helpers/class-ajax-helper.php:446
4770 msgid "Failed to send test email."
4771 msgstr ""
4772
4773 #: includes/classes/Admin/Helpers/class-ajax-helper.php:443
4774 msgid "Test email "
4775 msgstr ""
4776
4777 #: includes/classes/Admin/Helpers/class-ajax-helper.php:443
4778 msgid " was successfully sent to "
4779 msgstr ""
4780
4781 #: includes/classes/Admin/Helpers/class-ajax-helper.php:459
4782 msgid "2FA settings have been removed."
4783 msgstr ""
4784
4785 #: includes/classes/Admin/Helpers/class-ajax-helper.php:475
4786 msgid "User 2FA settings have been removed."
4787 msgstr ""
4788
4789 #: includes/classes/Admin/Helpers/class-ajax-helper.php:491
4790 msgid "User account successfully unlocked. User can login again."
4791 msgstr ""
4792
4793 #: includes/classes/Admin/Helpers/class-ajax-helper.php:528
4794 msgid "User successfully logged out! "
4795 msgstr ""
4796
4797 #: includes/classes/Admin/Helpers/class-ajax-helper.php:531
4798 msgid "Failed - wrong credentials."
4799 msgstr ""
4800
4801 #: includes/classes/Admin/Helpers/class-email-templates.php:60
4802 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:179
4803 msgid "User backup codes email"
4804 msgstr ""
4805
4806 #: includes/classes/Admin/Helpers/class-email-templates.php:61
4807 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:180
4808 msgid "This email can be sent to a user once backup codes are generated."
4809 msgstr ""
4810
4811 #: includes/classes/Admin/Helpers/class-email-templates.php:66
4812 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:187
4813 msgid "2FA setup code email"
4814 msgstr ""
4815
4816 #: includes/classes/Admin/Helpers/class-email-templates.php:67
4817 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:188
4818 msgid "This is the email sent to a user when setting up 2FA via email."
4819 msgstr ""
4820
4821 #: includes/classes/Admin/Helpers/class-email-templates.php:72
4822 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:192
4823 msgid "Login code email"
4824 msgstr ""
4825
4826 #: includes/classes/Admin/Helpers/class-email-templates.php:73
4827 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:193
4828 msgid "This is the email sent to a user when a login code is required."
4829 msgstr ""
4830
4831 #: includes/classes/Admin/Helpers/class-email-templates.php:78
4832 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:197
4833 msgid "User account locked email"
4834 msgstr ""
4835
4836 #: includes/classes/Admin/Helpers/class-email-templates.php:79
4837 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:198
4838 msgid "This is the email sent to a user when their account has been locked."
4839 msgstr ""
4840
4841 #: includes/classes/Admin/Helpers/class-email-templates.php:84
4842 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:202
4843 msgid "User account unlocked email"
4844 msgstr ""
4845
4846 #: includes/classes/Admin/Helpers/class-email-templates.php:85
4847 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:203
4848 msgid "This is the email sent to a user when the user's account has been unlocked."
4849 msgstr ""
4850
4851 #: includes/classes/Admin/Helpers/class-email-templates.php:306
4852 msgid "2FA backup codes for user {user_login_name} on {site_name}"
4853 msgstr ""
4854
4855 #: includes/classes/Admin/Helpers/class-email-templates.php:310
4856 #: includes/classes/Admin/Helpers/class-email-templates.php:340
4857 #: includes/classes/Admin/Helpers/class-email-templates.php:459
4858 msgid "Hello,"
4859 msgstr ""
4860
4861 #: includes/classes/Admin/Helpers/class-email-templates.php:311
4862 msgid "Below please find the 2FA backup codes for your user"
4863 msgstr ""
4864
4865 #: includes/classes/Admin/Helpers/class-email-templates.php:313
4866 #: includes/classes/Admin/Helpers/class-email-templates.php:343
4867 msgid "on the website"
4868 msgstr ""
4869
4870 #: includes/classes/Admin/Helpers/class-email-templates.php:315
4871 msgid "The website's URL is"
4872 msgstr ""
4873
4874 #: includes/classes/Admin/Helpers/class-email-templates.php:318
4875 msgid "Thank you for enabling 2FA on your account and helping us keeping the website secure."
4876 msgstr ""
4877
4878 #: includes/classes/Admin/Helpers/class-email-templates.php:336
4879 msgid "Your user on {site_name} has been unlocked"
4880 msgstr ""
4881
4882 #: includes/classes/Admin/Helpers/class-email-templates.php:341
4883 msgid "Your user"
4884 msgstr ""
4885
4886 #: includes/classes/Admin/Helpers/class-email-templates.php:344
4887 msgid "has been unlocked. Please configure two-factor authentication within the grace period, otherwise your account will be locked again."
4888 msgstr ""
4889
4890 #: includes/classes/Admin/Helpers/class-email-templates.php:345
4891 msgid "You can configure 2FA from this page:"
4892 msgstr ""
4893
4894 #: includes/classes/Admin/Helpers/class-email-templates.php:348
4895 #: includes/classes/Admin/Helpers/class-email-templates.php:379
4896 #: includes/classes/Admin/Helpers/class-email-templates.php:408
4897 msgid "Thank you."
4898 msgstr ""
4899
4900 #: includes/classes/Admin/Helpers/class-email-templates.php:366
4901 msgid "Your user on {site_name} has been locked"
4902 msgstr ""
4903
4904 #: includes/classes/Admin/Helpers/class-email-templates.php:370
4905 msgid "Hello."
4906 msgstr ""
4907
4908 #. translators: %2s - the name of the site.
4909 #: includes/classes/Admin/Helpers/class-email-templates.php:374
4910 #, php-format
4911 msgid "Since you have not enabled two-factor authentication for the user %1$1s on the website %2$2s within the grace period, your account has been locked."
4912 msgstr ""
4913
4914 #: includes/classes/Admin/Helpers/class-email-templates.php:378
4915 msgid "Contact your website administrator to unlock your account."
4916 msgstr ""
4917
4918 #: includes/classes/Admin/Helpers/class-email-templates.php:396
4919 msgid "Your 2FA Setup Verification Code for {site_name}"
4920 msgstr ""
4921
4922 #: includes/classes/Admin/Helpers/class-email-templates.php:400
4923 #: includes/classes/Admin/Helpers/class-email-templates.php:431
4924 msgid "Hello {user_display_name},"
4925 msgstr ""
4926
4927 #: includes/classes/Admin/Helpers/class-email-templates.php:401
4928 msgid "You have requested to set up two-factor authentication for your user {user_login_name} on the website {site_name} ({site_url})."
4929 msgstr ""
4930
4931 #. translators: The login code provided from the plugin.
4932 #: includes/classes/Admin/Helpers/class-email-templates.php:404
4933 #, php-format
4934 msgid "Please enter the following code to complete your setup: %1$1s"
4935 msgstr ""
4936
4937 #: includes/classes/Admin/Helpers/class-email-templates.php:407
4938 #: includes/classes/Admin/Helpers/class-email-templates.php:435
4939 msgid "This request was made from IP address {user_ip_address}. If you did not request this, please contact the site administrator at {admin_email}."
4940 msgstr ""
4941
4942 #: includes/classes/Admin/Helpers/class-email-templates.php:409
4943 msgid "The {site_name} Team"
4944 msgstr ""
4945
4946 #: includes/classes/Admin/Helpers/class-email-templates.php:427
4947 msgid "Your login confirmation code for {site_name}"
4948 msgstr ""
4949
4950 #: includes/classes/Admin/Helpers/class-email-templates.php:432
4951 msgid "You are trying to log in to {site_name} using the username {user_login_name}. To complete your login, please enter the following one-time 2FA code:"
4952 msgstr ""
4953
4954 #: includes/classes/Admin/Helpers/class-email-templates.php:433
4955 msgid "{login_code}"
4956 msgstr ""
4957
4958 #: includes/classes/Admin/Helpers/class-email-templates.php:434
4959 msgid "Enter this code on the login page to finish the authentication process and access your account."
4960 msgstr ""
4961
4962 #: includes/classes/Admin/Helpers/class-email-templates.php:436
4963 msgid "If you encounter any other issues logging in, feel free to contact us at {admin_email}."
4964 msgstr ""
4965
4966 #: includes/classes/Admin/Helpers/class-email-templates.php:437
4967 msgid "Kind regards, The {site_name} Team"
4968 msgstr ""
4969
4970 #: includes/classes/Admin/Helpers/class-email-templates.php:455
4971 msgid "2FA code for password reset"
4972 msgstr ""
4973
4974 #. translators: The login code provided from the plugin.
4975 #: includes/classes/Admin/Helpers/class-email-templates.php:462
4976 #, php-format
4977 msgid "Someone from the IP address %1$1s has requested a password reset for the user %2$2s on the website %3$3s. If this was you please use the below code to proceed with the password reset:"
4978 msgstr ""
4979
4980 #: includes/classes/Admin/Helpers/class-email-templates.php:468
4981 msgid "If this was not you, ignore this email and contact your website administrator."
4982 msgstr ""
4983
4984 #: includes/classes/Admin/Helpers/class-file-writer.php:467
4985 msgid "The base of WSAL working directory cannot be determined. Custom path is invalid or there is some other issue with your WordPress installation."
4986 msgstr ""
4987
4988 #: includes/classes/Admin/Helpers/class-file-writer.php:485
4989 msgid "The requested WP 2FA storage subdirectory is invalid."
4990 msgstr ""
4991
4992 #. translators: %s: Directory path.
4993 #: includes/classes/Admin/Helpers/class-file-writer.php:501
4994 #, php-format
4995 msgid "Unable to create directory %s. Is its parent directory writable by the server?"
4996 msgstr ""
4997
4998 #: includes/classes/Admin/Helpers/class-file-writer.php:527
4999 msgid "Removing files outside the WP 2FA data directory is not permitted."
5000 msgstr ""
5001
5002 #. translators: the name of the file.
5003 #: includes/classes/Admin/Helpers/class-file-writer.php:539
5004 #, php-format
5005 msgid "The file %s could not be removed as the unlink() function is disabled. This is a system configuration issue."
5006 msgstr ""
5007
5008 #. translators: the name of the file.
5009 #: includes/classes/Admin/Helpers/class-file-writer.php:559
5010 #, php-format
5011 msgid "Unable to remove %s due to an unknown error."
5012 msgstr ""
5013
5014 #: includes/classes/Admin/Helpers/class-wp-helper.php:267
5015 msgid "Black Friday"
5016 msgstr ""
5017
5018 #: includes/classes/Admin/Helpers/class-wp-helper.php:267
5019 msgid " Sale Now Live!"
5020 msgstr ""
5021
5022 #: includes/classes/Admin/Helpers/class-wp-helper.php:269
5023 msgid "Get Offer Now"
5024 msgstr ""
5025
5026 #: includes/classes/Admin/Helpers/class-wp-helper.php:527
5027 msgid "Got 2 minutes? Help us shape the future of WP 2FA"
5028 msgstr ""
5029
5030 #: includes/classes/Admin/Helpers/class-wp-helper.php:528
5031 msgid "Take the survey"
5032 msgstr ""
5033
5034 #: includes/classes/Admin/Helpers/class-wp-helper.php:740
5035 msgid "Not enough privileges."
5036 msgstr ""
5037
5038 #: includes/classes/Admin/Methods/class-backup-codes.php:195
5039 #: includes/classes/Authenticator/class-login.php:1147
5040 msgid "ERROR: Invalid backup code."
5041 msgstr ""
5042
5043 #. translators: %s: count
5044 #: includes/classes/Admin/Methods/class-backup-codes.php:305
5045 #, php-format
5046 msgid "%s unused code remaining."
5047 msgid_plural "%s unused codes remaining."
5048 msgstr[0] ""
5049 msgstr[1] ""
5050
5051 #. translators: %s: the site's domain
5052 #: includes/classes/Admin/Methods/class-backup-codes.php:310
5053 #, php-format
5054 msgid "Two-Factor Backup Codes for %s"
5055 msgstr ""
5056
5057 #: includes/classes/Admin/Methods/class-backup-codes.php:715
5058 msgid "It is recommended to configure a backup 2FA method in case you do not have access to the primary 2FA method to generate a code to log in. You can configure any of the below. You can always configure any or both from your user profile page later."
5059 msgstr ""
5060
5061 #: includes/classes/Admin/Methods/class-backup-codes.php:716
5062 msgid "Congratulations! You have enabled two-factor authentication for your user. You’ve just helped towards making this website more secure!"
5063 msgstr ""
5064
5065 #: includes/classes/Admin/Methods/class-backup-codes.php:717
5066 msgid "Two-factor authentication is now enabled for your account. As a next step, we recommend setting up backup codes. These let you log in if you ever cannot use your main 2FA method, for example if you lose your phone, it runs out of battery, or you have trouble receiving emails. Each backup code works only once, so store them somewhere safe."
5067 msgstr ""
5068
5069 #: includes/classes/Admin/Methods/class-backup-codes.php:717
5070 msgid "Backup codes are optional but strongly recommended. Click the button below to generate your list."
5071 msgstr ""
5072
5073 #: includes/classes/Admin/Methods/class-backup-codes.php:718
5074 msgid "It is recommended to generate and print some backup codes in case you lose access to your primary 2FA method."
5075 msgstr ""
5076
5077 #: includes/classes/Admin/Methods/class-backup-codes.php:719
5078 msgid "Here are your backup codes:"
5079 msgstr ""
5080
5081 #. translators: URL with more information about the backup codes
5082 #: includes/classes/Admin/Methods/class-backup-codes.php:722
5083 #, php-format
5084 msgid "Login with a backup code: you will get 10 backup codes and you can use one of them when you need to login and you cannot generate a code from the app. %s"
5085 msgstr ""
5086
5087 #: includes/classes/Admin/Methods/class-backup-codes.php:723
5088 msgid "More information."
5089 msgstr ""
5090
5091 #: includes/classes/Admin/Methods/class-backup-codes.php:725
5092 msgid "Or, use a backup code."
5093 msgstr ""
5094
5095 #: includes/classes/Admin/Methods/class-backup-codes.php:726
5096 msgid "Learn more about backup codes"
5097 msgstr ""
5098
5099 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:164
5100 msgid "Change email address"
5101 msgstr ""
5102
5103 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:267
5104 msgid " - ensure email deliverability with the free plugin "
5105 msgstr ""
5106
5107 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:273
5108 msgid "When using this method, users will receive the one-time login code over email. Therefore, email deliverability is very important. Users using this method should whitelist the address from which the codes are sent. By default, this is the email address configured in your WordPress. You can run an email test from the plugin's settings to confirm email deliverability. If you have had email deliverability / reliability issues, we highly recommend you to install the free plugin "
5109 msgstr ""
5110
5111 #: includes/classes/Admin/Methods/class-email-wizard-steps.php:273
5112 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:183
5113 msgid "Allowing users to configure a secondary 2FA method is highly recommended. You can configure this in the next step of the wizard. This allows users to log in using an alternative method if they lose access to their primary 2FA device, such as their phone."
5114 msgstr ""
5115
5116 #: includes/classes/Admin/Methods/class-email.php:162
5117 #: includes/classes/Admin/Methods/class-email.php:523
5118 msgid "Email option label"
5119 msgstr ""
5120
5121 #: includes/classes/Admin/Methods/class-email.php:187
5122 #: includes/classes/Admin/Methods/class-email.php:529
5123 msgid "Email option hint"
5124 msgstr ""
5125
5126 #: includes/classes/Admin/Methods/class-email.php:194
5127 msgid "Add a helpful tip that users will see when configuring Email (HOTP) as their 2FA method. This text is displayed via a help icon during setup. Leave this field empty to hide the help icon."
5128 msgstr ""
5129
5130 #: includes/classes/Admin/Methods/class-email.php:265
5131 msgid "Link via email help text"
5132 msgstr ""
5133
5134 #: includes/classes/Admin/Methods/class-email.php:272
5135 msgid "This message is shown to users in the final step before email verification when using the \"Link via email\" method. It should explain that they need to check their email and, if required, whitelist the sender address."
5136 msgstr ""
5137
5138 #: includes/classes/Admin/Methods/class-email.php:299
5139 msgid "One-time code via email help text"
5140 msgstr ""
5141
5142 #: includes/classes/Admin/Methods/class-email.php:306
5143 msgid "This message is shown to users in the final step before email verification when using the \"Code via email (HOTP)\" method. It should explain that they need to check their email and, if required, whitelist the sender address."
5144 msgstr ""
5145
5146 #: includes/classes/Admin/Methods/class-email.php:454
5147 msgid "HOTP (Email)"
5148 msgstr ""
5149
5150 #: includes/classes/Admin/Methods/class-email.php:503
5151 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:148
5152 msgid "One-time code via email"
5153 msgstr ""
5154
5155 #: includes/classes/Admin/Methods/class-email.php:505
5156 msgid "Setting up HOTP ({email-option-label})"
5157 msgstr ""
5158
5159 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:99
5160 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:94
5161 msgid "Reset Key"
5162 msgstr ""
5163
5164 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:350
5165 msgid "Setting up TOTP (one-time codes via an authenticator app) requires the libxml PHP extension to generate the QR code. Please contact your hosting provider and ask them to enable it on your server."
5166 msgstr ""
5167
5168 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:374
5169 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:198
5170 msgid "complete list of supported 2FA apps."
5171 msgstr ""
5172
5173 #. translators: link to the knowledge base website
5174 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:381
5175 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:205
5176 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:131
5177 #, php-format
5178 msgid "When using this method, users will need to configure a 2FA app to get the one-time login code. The plugin supports all standard 2FA apps. Refer to the %s for more information. Allowing users to configure a secondary 2FA method is highly recommended. You can configure this in the next step of the wizard. This allows users to log in using an alternative method if they lose access to their primary 2FA device, such as their phone."
5179 msgstr ""
5180
5181 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:382
5182 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:206
5183 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:215
5184 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:132
5185 msgid "guide on how to set up 2FA apps"
5186 msgstr ""
5187
5188 #. translators: link to the knowledge base website
5189 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:390
5190 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:458
5191 #: includes/classes/Admin/Methods/class-totp.php:832
5192 #, php-format
5193 msgid "Refer to the %s for step-by-step instructions on how to set up this method."
5194 msgstr ""
5195
5196 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:391
5197 #: includes/classes/Admin/Methods/class-totp-wizard-steps.php:459
5198 #: includes/classes/Admin/Methods/class-totp.php:833
5199 msgid "setup guide"
5200 msgstr ""
5201
5202 #: includes/classes/Admin/Methods/class-totp.php:165
5203 #: includes/classes/Admin/Methods/class-totp.php:848
5204 msgid "TOTP (one-time code via app) Option label"
5205 msgstr ""
5206
5207 #: includes/classes/Admin/Methods/class-totp.php:189
5208 #: includes/classes/Admin/Methods/class-totp.php:854
5209 msgid "TOTP option hint"
5210 msgstr ""
5211
5212 #. translators: Method option label.
5213 #: includes/classes/Admin/Methods/class-totp.php:260
5214 #, php-format
5215 msgid "%s setup step 1"
5216 msgstr ""
5217
5218 #: includes/classes/Admin/Methods/class-totp.php:287
5219 #: includes/classes/Admin/Methods/class-totp.php:317
5220 #: includes/classes/Admin/Methods/class-totp.php:347
5221 msgid "Enter text"
5222 msgstr ""
5223
5224 #. translators: Method option label.
5225 #: includes/classes/Admin/Methods/class-totp.php:303
5226 #, php-format
5227 msgid "%s setup step 2"
5228 msgstr ""
5229
5230 #. translators: Method option label.
5231 #: includes/classes/Admin/Methods/class-totp.php:333
5232 #, php-format
5233 msgid "%s setup step 3"
5234 msgstr ""
5235
5236 #. translators: Method option label.
5237 #: includes/classes/Admin/Methods/class-totp.php:363
5238 #, php-format
5239 msgid "This message is shown when a user presses the info button for the %s method."
5240 msgstr ""
5241
5242 #: includes/classes/Admin/Methods/class-totp.php:452
5243 msgid "TOTP (one-time code via app)"
5244 msgstr ""
5245
5246 #: includes/classes/Admin/Methods/class-totp.php:809
5247 msgid "Click on the icon of the app that you are using for a detailed guide on how to set it up."
5248 msgstr ""
5249
5250 #: includes/classes/Admin/Methods/class-totp.php:826
5251 msgid "Please type in the one-time code from your chosen authentication app to finalize the setup."
5252 msgstr ""
5253
5254 #: includes/classes/Admin/Methods/class-totp.php:827
5255 msgid "{reconfigure_or_configure_capitalized} the 2FA App"
5256 msgstr ""
5257
5258 #: includes/classes/Admin/Methods/class-totp.php:827
5259 msgid "Click the below button to {reconfigure_or_configure} the current 2FA method. Note that once reset you will have to re-scan the QR code on all devices you want this to work on because the previous codes will stop working."
5260 msgstr ""
5261
5262 #: includes/classes/Admin/Methods/class-totp.php:828
5263 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:120
5264 msgid "One-time code via 2FA app"
5265 msgstr ""
5266
5267 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:93
5268 msgid "Too many requests. Please try again later."
5269 msgstr ""
5270
5271 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:144
5272 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:150
5273 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:164
5274 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:358
5275 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:497
5276 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:528
5277 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:551
5278 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:579
5279 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:596
5280 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:636
5281 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:640
5282 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:659
5283 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:72
5284 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:291
5285 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:377
5286 msgid "Invalid request."
5287 msgstr ""
5288
5289 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:227
5290 msgid "User is not eligible for this method."
5291 msgstr ""
5292
5293 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:266
5294 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:329
5295 msgid "Successfully signin with Passkey."
5296 msgstr ""
5297
5298 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:294
5299 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:314
5300 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:476
5301 msgid "Passkey authentication not available."
5302 msgstr ""
5303
5304 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:453
5305 msgid "Verification failed."
5306 msgstr ""
5307
5308 #: includes/classes/Admin/Methods/passkeys/class-ajax-passkeys.php:585
5309 msgid "Not found."
5310 msgstr ""
5311
5312 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:50
5313 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:99
5314 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:258
5315 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:321
5316 msgid "Authentication required."
5317 msgstr ""
5318
5319 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:109
5320 msgid "Invalid JSON payload."
5321 msgstr ""
5322
5323 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:127
5324 msgid "Incomplete attestation payload."
5325 msgstr ""
5326
5327 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:131
5328 msgid "Invalid attestation payload encoding."
5329 msgstr ""
5330
5331 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:226
5332 msgid "Public key validation failed."
5333 msgstr ""
5334
5335 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:264
5336 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:327
5337 msgid "Invalid fingerprint."
5338 msgstr ""
5339
5340 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:297
5341 msgid "Successfully revoked."
5342 msgstr ""
5343
5344 #: includes/classes/Admin/Methods/passkeys/class-api-register.php:383
5345 msgid "Successfully enabled/disabled."
5346 msgstr ""
5347
5348 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:57
5349 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:63
5350 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:71
5351 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:92
5352 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:139
5353 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:150
5354 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:156
5355 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:163
5356 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:171
5357 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:179
5358 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:184
5359 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:191
5360 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:195
5361 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:207
5362 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:238
5363 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:259
5364 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:268
5365 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:289
5366 #: includes/classes/Admin/Methods/passkeys/class-api-signin.php:299
5367 msgid "Invalid credentials."
5368 msgstr ""
5369
5370 #: includes/classes/Admin/Methods/passkeys/class-passkeys-user-profile.php:76
5371 msgid " - by WP2FA"
5372 msgstr ""
5373
5374 #. translators: %s: link to the passkeys guide.
5375 #: includes/classes/Admin/Methods/passkeys/class-passkeys-user-profile.php:81
5376 #, php-format
5377 msgid "Passkeys make login easier and safer by replacing passwords with your fingerprint, face, or device PIN, reducing password risks and speeding up authentication. %s"
5378 msgstr ""
5379
5380 #: includes/classes/Admin/Methods/passkeys/class-passkeys-user-profile.php:84
5381 msgid "Learn more about Passkeys."
5382 msgstr ""
5383
5384 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:198
5385 msgid "Passkeys - "
5386 msgstr ""
5387
5388 #. translators: link to the knowledge base website
5389 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:214
5390 #, php-format
5391 msgid "Refer to the %s for more information on how to setup these apps and which apps are supported."
5392 msgstr ""
5393
5394 #: includes/classes/Admin/Methods/passkeys/class-passkeys-wizard-steps.php:249
5395 msgid "Authentication Code:"
5396 msgstr ""
5397
5398 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:233
5399 msgid "Set up Passkey Login"
5400 msgstr ""
5401
5402 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:234
5403 msgid "Passkeys replace traditional passwords with a quick and secure login method built right into your device. Depending on your setup, this could be a fingerprint, facial recognition, or another trusted device. Even if your device doesn't support biometrics, you can still create and use a passkey. A Passkey is stored safely on your device. So it can't be phished, leaked, or reused by hackers."
5404 msgstr ""
5405
5406 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:235
5407 msgid "Steps to add a passkey:"
5408 msgstr ""
5409
5410 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:236
5411 msgid "Click the \"Add Passkey\" button and a pop-up will appear."
5412 msgstr ""
5413
5414 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:237
5415 msgid "Follow the instructions on the popup"
5416 msgstr ""
5417
5418 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:238
5419 msgid "Specify a name for your passkey and that is it!"
5420 msgstr ""
5421
5422 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:239
5423 msgid "Cancel and back"
5424 msgstr ""
5425
5426 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:240
5427 msgid "Add a USB Security Key"
5428 msgstr ""
5429
5430 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:241
5431 msgid "Add a Passkey"
5432 msgstr ""
5433
5434 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:242
5435 msgid "Passkey Added!"
5436 msgstr ""
5437
5438 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:243
5439 msgid "The passkey has been added successfully. Give it a name or leave for auto-generated name."
5440 msgstr ""
5441
5442 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:244
5443 msgid "Passkey name"
5444 msgstr ""
5445
5446 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:246
5447 msgid "Only letters, numbers, dashes, underscores, and spaces allowed."
5448 msgstr ""
5449
5450 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:377
5451 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:529
5452 msgid "Log in with a passkey"
5453 msgstr ""
5454
5455 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:381
5456 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:533
5457 msgid "Log in with your username and password"
5458 msgstr ""
5459
5460 #. translators: %s represents a human-readable time difference (e.g., "5 minutes").
5461 #: includes/classes/Admin/Methods/passkeys/class-passkeys.php:557
5462 #, php-format
5463 msgid "%s ago"
5464 msgstr ""
5465
5466 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:31
5467 msgid "WP Activity Log"
5468 msgstr ""
5469
5470 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:32
5471 msgid "The #1 activity log plugin for WordPress websites"
5472 msgstr ""
5473
5474 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:39
5475 msgid "Two-factor authentication plugin for WordPress websites"
5476 msgstr ""
5477
5478 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:45
5479 msgid "WP Login Security"
5480 msgstr ""
5481
5482 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:46
5483 msgid "Improve account security on your WordPress site"
5484 msgstr ""
5485
5486 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:71
5487 msgid "Activate"
5488 msgstr ""
5489
5490 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:82
5491 msgid "Install"
5492 msgstr ""
5493
5494 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:221
5495 msgid "We are Melapress"
5496 msgstr ""
5497
5498 #: includes/classes/Admin/Settings/templates/about-us/about-us.php:224
5499 msgid "Melapress is an eclectic team of WordPress wizards dedicated to developing exceptional management and security plugins. We develop innovative plugins that simplify WordPress security and user management for websites of all sizes."
5500 msgstr ""
5501
5502 #: includes/classes/Admin/Settings/templates/customize-code-page.php:21
5503 #: includes/classes/Admin/Settings/templates/customize-code-page.php:27
5504 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:470
5505 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:152
5506 msgid "Customize 2FA code page"
5507 msgstr ""
5508
5509 #. translators: 1. Link to documentation, 2. Link to support.
5510 #: includes/classes/Admin/Settings/templates/customize-code-page.php:37
5511 #, php-format
5512 msgid "Customize the messages and styling of the 2FA code page. %1$s."
5513 msgstr ""
5514
5515 #: includes/classes/Admin/Settings/templates/customize-code-page.php:50
5516 msgid "Edit content"
5517 msgstr ""
5518
5519 #: includes/classes/Admin/Settings/templates/customize-code-page.php:57
5520 msgid "Edit styles"
5521 msgstr ""
5522
5523 #: includes/classes/Admin/Settings/templates/customize-code-page.php:85
5524 msgid "Enterprise upgrade banner"
5525 msgstr ""
5526
5527 #: includes/classes/Admin/Settings/templates/customize-code-page.php:96
5528 msgid "Unlock more settings with the"
5529 msgstr ""
5530
5531 #: includes/classes/Admin/Settings/templates/customize-code-page.php:97
5532 msgid "Enterprise version"
5533 msgstr ""
5534
5535 #: includes/classes/Admin/Settings/templates/customize-code-page.php:99
5536 msgid "Get access to even more features with Enterprise version of WP2FA"
5537 msgstr ""
5538
5539 #: includes/classes/Admin/Settings/templates/customize-code-page.php:103
5540 msgid "View Enterprise plan"
5541 msgstr ""
5542
5543 #: includes/classes/Admin/Settings/templates/customize-code-page.php:112
5544 msgid "Customize content"
5545 msgstr ""
5546
5547 #. translators: 1. Link to documentation, 2. Link to support.
5548 #: includes/classes/Admin/Settings/templates/customize-code-page.php:122
5549 msgid "Use these settings to customize messages shown to users upon login when a 2FA verification code is requested"
5550 msgstr ""
5551
5552 #: includes/classes/Admin/Settings/templates/customize-code-page.php:133
5553 msgid "The main message shown on the 2FA login screen, prompting the user to enter their verification code."
5554 msgstr ""
5555
5556 #: includes/classes/Admin/Settings/templates/customize-code-page.php:210
5557 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:555
5558 msgid "Backup code page text"
5559 msgstr ""
5560
5561 #: includes/classes/Admin/Settings/templates/customize-code-page.php:211
5562 msgid "Shown on the backup-code screen, asking the user to enter one of their backup codes."
5563 msgstr ""
5564
5565 #: includes/classes/Admin/Settings/templates/customize-code-page.php:215
5566 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:567
5567 msgid "Text for logged out users trying to access the 2FA configuration page"
5568 msgstr ""
5569
5570 #: includes/classes/Admin/Settings/templates/customize-code-page.php:216
5571 msgid "Shown to logged-out users who open the 2FA setup page, prompting them to log in."
5572 msgstr ""
5573
5574 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:20
5575 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:25
5576 #: includes/classes/Admin/Settings/templates/white-labeling.php:63
5577 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:474
5578 msgid "Customize 2FA setup wizard"
5579 msgstr ""
5580
5581 #. translators: 1. Link to documentation, 2. Link to support.
5582 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:35
5583 #, php-format
5584 msgid "Customize the messages and styling of the 2FA setup wizard. %1$s."
5585 msgstr ""
5586
5587 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:53
5588 msgid "Welcome Message"
5589 msgstr ""
5590
5591 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:57
5592 msgid "2FA Setup"
5593 msgstr ""
5594
5595 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:61
5596 msgid "Backup Method"
5597 msgstr ""
5598
5599 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:65
5600 msgid "Reconfiguration"
5601 msgstr ""
5602
5603 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:69
5604 msgid "Customize Styles"
5605 msgstr ""
5606
5607 #. translators: 1. Link to documentation, 2. Link to support.
5608 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:96
5609 #, php-format
5610 msgid "You can add an extra slide at the start of the 2FA setup wizard. It will be the first slide users see when they launch the wizard to set up 2FA for their account. %1$s"
5611 msgstr ""
5612
5613 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:138
5614 msgid "Optional welcome content"
5615 msgstr ""
5616
5617 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:222
5618 msgid "Wizard completion &ndash; Backup codes not available"
5619 msgstr ""
5620
5621 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:266
5622 msgid "Customize 2FA Setup labels and messages"
5623 msgstr ""
5624
5625 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:275
5626 #, php-format
5627 msgid "Customize the labels and messages shown during the 2FA setup flow. %1$s"
5628 msgstr ""
5629
5630 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:290
5631 msgid "General Labels"
5632 msgstr ""
5633
5634 #. translators: 1. Link to documentation, 2. Link to support.
5635 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:387
5636 msgid "Customize the label shown for each method on the 2FA method-selection screen."
5637 msgstr ""
5638
5639 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:437
5640 msgid "Backup 2FA methods &amp; final steps"
5641 msgstr ""
5642
5643 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:494
5644 msgid "Wizard completion &ndash; Backup codes optional"
5645 msgstr ""
5646
5647 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:530
5648 msgid "Backup email intro"
5649 msgstr ""
5650
5651 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:567
5652 msgid "Backup codes generation"
5653 msgstr ""
5654
5655 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:745
5656 msgid "Enter custom link HTML"
5657 msgstr ""
5658
5659 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:961
5660 msgid "Authy &ndash; Service unavailable"
5661 msgstr ""
5662
5663 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:969
5664 msgid "This message is shown to users when reconfiguring Authy 2FA service, but the service is unavailable."
5665 msgstr ""
5666
5667 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1033
5668 msgid "Twilio &ndash; Service unavailable"
5669 msgstr ""
5670
5671 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1041
5672 msgid "This message is shown to users when reconfiguring Twilio 2FA service, but the SMS service is unavailable."
5673 msgstr ""
5674
5675 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1105
5676 msgid "Clickatell &ndash; Service unavailable"
5677 msgstr ""
5678
5679 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1113
5680 msgid "This message is shown to users when reconfiguring Clickatell 2FA service, but the SMS service is unavailable."
5681 msgstr ""
5682
5683 #. translators: Method option label.
5684 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1187
5685 #, php-format
5686 msgid "%s &ndash; Service unavailable"
5687 msgstr ""
5688
5689 #. translators: Method option label.
5690 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1199
5691 #, php-format
5692 msgid "This message is shown to users when reconfiguring %s, but the service is unavailable."
5693 msgstr ""
5694
5695 #. translators: Method option label.
5696 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1231
5697 #, php-format
5698 msgid "Reconfigure 2FA with %s intro"
5699 msgstr ""
5700
5701 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1273
5702 msgid "YubiKey &ndash; Service unavailable"
5703 msgstr ""
5704
5705 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1281
5706 msgid "This message is shown to users when reconfiguring YubiKey 2FA, but the service is unavailable."
5707 msgstr ""
5708
5709 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1406
5710 msgid "Shows at max height of 50px."
5711 msgstr ""
5712
5713 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1426
5714 msgid "Help icon"
5715 msgstr ""
5716
5717 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1466
5718 msgid "Custom CSS &amp; Styling"
5719 msgstr ""
5720
5721 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1495
5722 msgid "Note: Only plain-text CSS is allowed. Avoid using \"!important\" unless absolutely necessary, as it makes styles harder to override later."
5723 msgstr ""
5724
5725 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1518
5726 msgid "Primary button selector"
5727 msgstr ""
5728
5729 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1519
5730 msgid "Secondary button selector"
5731 msgstr ""
5732
5733 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1520
5734 msgid "Common heading text (unless altered with custom markup)"
5735 msgstr ""
5736
5737 #: includes/classes/Admin/Settings/templates/customize-setup-wizard.php:1521
5738 msgid "Common content text (unless altered with custom markup)"
5739 msgstr ""
5740
5741 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:22
5742 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:27
5743 #: includes/classes/Admin/Settings/templates/white-labeling.php:65
5744 msgid "Customize 2FA user profile page area"
5745 msgstr ""
5746
5747 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:36
5748 #, php-format
5749 msgid "Customize the title and description shown in the 2FA section of each user's WordPress profile page. %1$s."
5750 msgstr ""
5751
5752 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:69
5753 msgid "The heading shown above the 2FA section on each user's WordPress profile page."
5754 msgstr ""
5755
5756 #: includes/classes/Admin/Settings/templates/customize-user-profile.php:106
5757 msgid "The short text shown under that heading, describing the 2FA section on the user's profile page."
5758 msgstr ""
5759
5760 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:22
5761 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:27
5762 #: includes/classes/Admin/Settings/templates/white-labeling.php:64
5763 msgid "Customize 2FA user prompts and notifications"
5764 msgstr ""
5765
5766 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:36
5767 #, php-format
5768 msgid "Customize the prompts and notifications users see when 2FA is required or must be reconfigured. %1$s."
5769 msgstr ""
5770
5771 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:69
5772 msgid "Shown to enforced users who are required to set up 2FA, warning them to configure it before the grace period ends."
5773 msgstr ""
5774
5775 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:106
5776 msgid "Shown to users who must reconfigure their 2FA, warning them to do so before the grace period ends."
5777 msgstr ""
5778
5779 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:136
5780 msgid "2FA method unavailable reconfiguration mandatory notice"
5781 msgstr ""
5782
5783 #: includes/classes/Admin/Settings/templates/customize-user-prompts.php:143
5784 msgid "Shown when a user's current 2FA method is no longer available, asking them to reconfigure 2FA."
5785 msgstr ""
5786
5787 #: includes/classes/Admin/Settings/templates/email-settings.php:23
5788 #: includes/classes/Admin/Settings/templates/email-settings.php:28
5789 msgid "Customize emails & SMS templates"
5790 msgstr ""
5791
5792 #. translators: 1. Link to documentation, 2. Link to support.
5793 #: includes/classes/Admin/Settings/templates/email-settings.php:38
5794 #, php-format
5795 msgid "Customize the Emails & SMS Templates that are sent to users. %1$s."
5796 msgstr ""
5797
5798 #: includes/classes/Admin/Settings/templates/email-settings.php:50
5799 #: includes/classes/Admin/Settings/templates/email-settings.php:92
5800 msgid "Email settings"
5801 msgstr ""
5802
5803 #: includes/classes/Admin/Settings/templates/email-settings.php:57
5804 msgid "Email templates"
5805 msgstr ""
5806
5807 #: includes/classes/Admin/Settings/templates/email-settings.php:63
5808 msgid "SMS templates"
5809 msgstr ""
5810
5811 #. translators: 1. Link to documentation, 2. Link to support.
5812 #: includes/classes/Admin/Settings/templates/email-settings.php:102
5813 #, php-format
5814 msgid "Configure how the plugin sends 2FA emails, including the \"from\" name and address and a delivery test. %1$s"
5815 msgstr ""
5816
5817 #: includes/classes/Admin/Settings/templates/email-settings.php:113
5818 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:107
5819 msgid "Which email address should the plugin use as a from address?"
5820 msgstr ""
5821
5822 #: includes/classes/Admin/Settings/templates/email-settings.php:132
5823 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:114
5824 msgid "From email & name"
5825 msgstr ""
5826
5827 #. translators: %s: default from email address
5828 #: includes/classes/Admin/Settings/templates/email-settings.php:147
5829 #, php-format
5830 msgid "Use the email address %s"
5831 msgstr ""
5832
5833 #: includes/classes/Admin/Settings/templates/email-settings.php:165
5834 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:133
5835 msgid "A 'From email' address with a domain different than that of your website domain name, or with a domain that the hosting does not relay might cause the notification emails to be blocked, marked as spam, or not delivered at all. If you are not 100% sure about this change, consult with your web host."
5836 msgstr ""
5837
5838 #: includes/classes/Admin/Settings/templates/email-settings.php:176
5839 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:136
5840 msgid "Email Address:"
5841 msgstr ""
5842
5843 #: includes/classes/Admin/Settings/templates/email-settings.php:188
5844 msgid "Enter email address"
5845 msgstr ""
5846
5847 #: includes/classes/Admin/Settings/templates/email-settings.php:201
5848 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:137
5849 msgid "Display Name:"
5850 msgstr ""
5851
5852 #: includes/classes/Admin/Settings/templates/email-settings.php:213
5853 msgid "Enter display name"
5854 msgstr ""
5855
5856 #: includes/classes/Admin/Settings/templates/email-settings.php:227
5857 msgid "The \"From email\" address should match your website domain. If the \"from address\" does not match your website domain, the emails may be blocked or marked as spam. If you are not sure about this please consult with your website administrator / developer or contact us for more information."
5858 msgstr ""
5859
5860 #: includes/classes/Admin/Settings/templates/email-settings.php:242
5861 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:149
5862 msgid "Email delivery test"
5863 msgstr ""
5864
5865 #. translators: 1. Link to documentation, 2. Link to support.
5866 #: includes/classes/Admin/Settings/templates/email-settings.php:252
5867 #, php-format
5868 msgid "Send a test email to confirm your site can deliver 2FA emails. If it fails, common causes are an unauthorized \"from\" address, an SMTP misconfiguration, or your host blocking outgoing mail. %1$s."
5869 msgstr ""
5870
5871 #: includes/classes/Admin/Settings/templates/email-settings.php:262
5872 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:158
5873 msgid "Test email delivery"
5874 msgstr ""
5875
5876 #. translators: 1. Link to documentation, 2. Link to support.
5877 #: includes/classes/Admin/Settings/templates/general-settings.php:29
5878 #: includes/classes/Admin/Settings/templates/generic-settings.php:37
5879 #: includes/classes/Admin/Settings/templates/white-labeling.php:35
5880 #, php-format
5881 msgid "Use the settings below to configure several 2FA settings on your website. If you have any questions, %1$s or %2$s."
5882 msgstr ""
5883
5884 #: includes/classes/Admin/Settings/templates/general-settings.php:30
5885 #: includes/classes/Admin/Settings/templates/generic-settings.php:38
5886 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:33
5887 #: includes/classes/Admin/Settings/templates/white-labeling.php:36
5888 msgid "visit documentation"
5889 msgstr ""
5890
5891 #: includes/classes/Admin/Settings/templates/general-settings.php:31
5892 #: includes/classes/Admin/Settings/templates/generic-settings.php:39
5893 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:34
5894 #: includes/classes/Admin/Settings/templates/white-labeling.php:37
5895 msgid "contact support"
5896 msgstr ""
5897
5898 #: includes/classes/Admin/Settings/templates/general-settings.php:45
5899 msgid "General Settings"
5900 msgstr ""
5901
5902 #: includes/classes/Admin/Settings/templates/general-settings.php:72
5903 msgid "White Labelling"
5904 msgstr ""
5905
5906 #: includes/classes/Admin/Settings/templates/general-settings.php:98
5907 #: includes/classes/Admin/Settings/templates/providers-integrations.php:18
5908 #: includes/classes/Admin/Settings/templates/providers-integrations.php:24
5909 msgid "2FA provider integrations"
5910 msgstr ""
5911
5912 #: includes/classes/Admin/Settings/templates/general-settings.php:102
5913 #: includes/classes/Admin/Settings/templates/plugins-integrations.php:18
5914 #: includes/classes/Admin/Settings/templates/plugins-integrations.php:24
5915 msgid "Plugin integrations"
5916 msgstr ""
5917
5918 #: includes/classes/Admin/Settings/templates/general-settings.php:106
5919 #: includes/classes/Admin/Settings/templates/import-export.php:27
5920 #: includes/classes/Admin/Settings/templates/import-export.php:33
5921 msgid "Export / import"
5922 msgstr ""
5923
5924 #: includes/classes/Admin/Settings/templates/general-settings.php:111
5925 msgid "Unlock all settings in Premium"
5926 msgstr ""
5927
5928 #: includes/classes/Admin/Settings/templates/general-settings.php:112
5929 msgid "Enjoy unlimited flexibility and control with advanced settings"
5930 msgstr ""
5931
5932 #: includes/classes/Admin/Settings/templates/generic-settings.php:21
5933 #: includes/classes/Admin/Settings/templates/generic-settings.php:27
5934 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:498
5935 msgid "General settings"
5936 msgstr ""
5937
5938 #: includes/classes/Admin/Settings/templates/generic-settings.php:52
5939 msgid "Unavailable service"
5940 msgstr ""
5941
5942 #. translators: 1. Link to documentation, 2. Link to support.
5943 #: includes/classes/Admin/Settings/templates/generic-settings.php:62
5944 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:480
5945 msgid "There may be cases in which the 2FA service is unavailable when a user is trying to log in. For example, the service is unreachable or there are no credits to complete the action. In this case you can configure the plugin to either block the login process, or allow the user to log in without 2FA authentication."
5946 msgstr ""
5947
5948 #: includes/classes/Admin/Settings/templates/generic-settings.php:76
5949 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:149
5950 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:229
5951 msgid "Enforce 2FA on"
5952 msgstr ""
5953
5954 #: includes/classes/Admin/Settings/templates/generic-settings.php:89
5955 msgid "Block the login"
5956 msgstr ""
5957
5958 #: includes/classes/Admin/Settings/templates/generic-settings.php:90
5959 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:508
5960 msgid "Allow the login without 2FA"
5961 msgstr ""
5962
5963 #: includes/classes/Admin/Settings/templates/generic-settings.php:103
5964 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:403
5965 msgid "Disable 2FA code brute force protection"
5966 msgstr ""
5967
5968 #. translators: 1. Link to documentation, 2. Link to support.
5969 #: includes/classes/Admin/Settings/templates/generic-settings.php:113
5970 #, php-format
5971 msgid "When using email or SMS 2FA, the plugin sends users a new one-time code each time they enter a wrong code at login. This acts as a form of brute-force protection. You can disable it using the setting below, although doing so is not recommended. %1$s"
5972 msgstr ""
5973
5974 #: includes/classes/Admin/Settings/templates/generic-settings.php:128
5975 msgid "Disable brute force protection"
5976 msgstr ""
5977
5978 #: includes/classes/Admin/Settings/templates/generic-settings.php:144
5979 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:252
5980 msgid "Limit 2FA settings access"
5981 msgstr ""
5982
5983 #. translators: 1. Link to documentation, 2. Link to support.
5984 #: includes/classes/Admin/Settings/templates/generic-settings.php:154
5985 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:254
5986 msgid "Use this setting to hide this plugin configuration area from all other admins."
5987 msgstr ""
5988
5989 #: includes/classes/Admin/Settings/templates/generic-settings.php:176
5990 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:265
5991 msgid "Hide settings from other administrators"
5992 msgstr ""
5993
5994 #: includes/classes/Admin/Settings/templates/generic-settings.php:193
5995 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:284
5996 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:291
5997 msgid "Disable the REST API endpoints for 2FA"
5998 msgstr ""
5999
6000 #: includes/classes/Admin/Settings/templates/generic-settings.php:201
6001 msgid "The WP 2FA REST API endpoints are enabled by default. They are used for integrations and do not impact your website's performance, functionality, or security. If you prefer, you can disable these endpoints by using this setting."
6002 msgstr ""
6003
6004 #: includes/classes/Admin/Settings/templates/generic-settings.php:222
6005 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:297
6006 msgid "Disable the REST API endpoints"
6007 msgstr ""
6008
6009 #: includes/classes/Admin/Settings/templates/generic-settings.php:239
6010 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:331
6011 msgid "Select the 2FA verification mechanism"
6012 msgstr ""
6013
6014 #: includes/classes/Admin/Settings/templates/generic-settings.php:247
6015 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:333
6016 msgid "Choose how WP 2FA verifies the 2FA by default. The native method works for most setups, but you can switch to REST API verification if needed. Only change this setting if you are experiencing issues with the default method."
6017 msgstr ""
6018
6019 #: includes/classes/Admin/Settings/templates/generic-settings.php:260
6020 msgid "Default 2FA verification mechanism"
6021 msgstr ""
6022
6023 #: includes/classes/Admin/Settings/templates/generic-settings.php:275
6024 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:344
6025 msgid "Native"
6026 msgstr ""
6027
6028 #: includes/classes/Admin/Settings/templates/generic-settings.php:276
6029 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:349
6030 msgid "REST API"
6031 msgstr ""
6032
6033 #: includes/classes/Admin/Settings/templates/generic-settings.php:327
6034 msgid "Plugin uninstall options"
6035 msgstr ""
6036
6037 #: includes/classes/Admin/Settings/templates/generic-settings.php:335
6038 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:217
6039 msgid "The plugin saves its settings in the WordPress database. By default the plugin settings are kept in the database so if it is installed again, you do not have to reconfigure the plugin. Enable this setting to delete the plugin settings from the database upon uninstall."
6040 msgstr ""
6041
6042 #: includes/classes/Admin/Settings/templates/generic-settings.php:348
6043 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:222
6044 msgid "Delete data"
6045 msgstr ""
6046
6047 #: includes/classes/Admin/Settings/templates/generic-settings.php:356
6048 msgid "Delete all plugin data upon uninstall"
6049 msgstr ""
6050
6051 #. translators: 1. Link to documentation.
6052 #: includes/classes/Admin/Settings/templates/import-export.php:43
6053 #, php-format
6054 msgid "Export the plugin's settings to a file, or import settings from a previously exported file. Use this to back up your configuration or copy the same settings to another website. %1$s."
6055 msgstr ""
6056
6057 #: includes/classes/Admin/Settings/templates/import-export.php:61
6058 msgid "Once the settings are exported a download will automatically start."
6059 msgstr ""
6060
6061 #: includes/classes/Admin/Settings/templates/import-export.php:62
6062 msgid "The settings are exported to a JSON file."
6063 msgstr ""
6064
6065 #: includes/classes/Admin/Settings/templates/import-export.php:96
6066 msgid "Import"
6067 msgstr ""
6068
6069 #: includes/classes/Admin/Settings/templates/import-export.php:105
6070 msgid "Select file"
6071 msgstr ""
6072
6073 #: includes/classes/Admin/Settings/templates/import-export.php:108
6074 msgid "Validate and import"
6075 msgstr ""
6076
6077 #: includes/classes/Admin/Settings/templates/partials/premium-locked-panel.php:59
6078 #: includes/classes/Admin/Settings/templates/partials/premium-locked-panel.php:75
6079 msgid "Learn more about Premium features"
6080 msgstr ""
6081
6082 #. translators: %d: number of additional hidden roles/items
6083 #: includes/classes/Admin/Settings/templates/partials/premium-locked-panel.php:94
6084 #, php-format
6085 msgid "+ %d more"
6086 msgstr ""
6087
6088 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:64
6089 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:176
6090 msgid "Passkeys are not a two-factor authentication (2FA) method. They are a passwordless multi-factor authentication (MFA) solution that allows users to securely log in without using a password."
6091 msgstr ""
6092
6093 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:80
6094 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:205
6095 msgid "Allow users to register Passkeys"
6096 msgstr ""
6097
6098 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:92
6099 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:135
6100 msgid "Enforce Passkeys on:"
6101 msgstr ""
6102
6103 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:108
6104 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:153
6105 msgid "Allow all users with any roles to setup and use Passkeys"
6106 msgstr ""
6107
6108 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:109
6109 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:154
6110 msgid "Only for specific roles"
6111 msgstr ""
6112
6113 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:194
6114 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:375
6115 msgid "Bypass 2FA after login with Passkey"
6116 msgstr ""
6117
6118 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:202
6119 msgid "When enabled, users who have both Passkeys and 2FA configured won't be asked to complete an additional 2FA verification step after signing in with a Passkey. Disable this option to require both Passkey authentication and 2FA for enhanced account security."
6120 msgstr ""
6121
6122 #: includes/classes/Admin/Settings/templates/passkeys/passkeys-settings.php:225
6123 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:99
6124 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:196
6125 msgid "Please select at least one role to save."
6126 msgstr ""
6127
6128 #. translators: 1. Link to documentation, 2. Link to support.
6129 #: includes/classes/Admin/Settings/templates/plugins-integrations.php:34
6130 #, php-format
6131 msgid "Configure available integrations for WordPress plugins. %1$s."
6132 msgstr ""
6133
6134 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:62
6135 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:306
6136 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:237
6137 msgid "All users"
6138 msgstr ""
6139
6140 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:70
6141 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:314
6142 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:244
6143 msgid "Only super admins"
6144 msgstr ""
6145
6146 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:71
6147 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:315
6148 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:249
6149 msgid "Only super admins and site admins"
6150 msgstr ""
6151
6152 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:76
6153 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:320
6154 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:258
6155 msgid "Only for specific users and roles"
6156 msgstr ""
6157
6158 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:80
6159 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:324
6160 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:311
6161 msgid "These sub-sites"
6162 msgstr ""
6163
6164 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:84
6165 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:328
6166 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:343
6167 msgid "Do not enforce on any users"
6168 msgstr ""
6169
6170 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:95
6171 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:101
6172 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:534
6173 msgid "Enforcement and exclusions"
6174 msgstr ""
6175
6176 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:113
6177 msgid "2FA Enforcement"
6178 msgstr ""
6179
6180 #. translators: %s: link to 2FA policies page
6181 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:123
6182 #, php-format
6183 msgid "When you enforce 2FA, users will be prompted to set it up at their next login. You can exclude specific roles or users below. To customize the setup grace period, visit the %s."
6184 msgstr ""
6185
6186 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:124
6187 msgid "2FA policies page"
6188 msgstr ""
6189
6190 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:187
6191 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:309
6192 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:371
6193 msgid "Type to search users…"
6194 msgstr ""
6195
6196 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:202
6197 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:386
6198 msgid "Roles"
6199 msgstr ""
6200
6201 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:214
6202 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:336
6203 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:398
6204 msgid "Type to search roles…"
6205 msgstr ""
6206
6207 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:244
6208 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:428
6209 msgid "Sites"
6210 msgstr ""
6211
6212 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:256
6213 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:397
6214 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:440
6215 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:600
6216 msgid "Type to search sites…"
6217 msgstr ""
6218
6219 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:277
6220 msgid "2FA Exclusions"
6221 msgstr ""
6222
6223 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:285
6224 msgid "If you are enforcing 2FA on all users but for some reason you would like to exclude individual user(s) or users with a specific role, you can exclude them below."
6225 msgstr ""
6226
6227 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:297
6228 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:500
6229 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:380
6230 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:383
6231 msgid "Exclude the following users"
6232 msgstr ""
6233
6234 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:324
6235 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:527
6236 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:405
6237 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:410
6238 msgid "Exclude the following roles"
6239 msgstr ""
6240
6241 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:354
6242 msgid "Exclude Sites"
6243 msgstr ""
6244
6245 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:362
6246 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:581
6247 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:460
6248 msgid "If you are enforcing 2FA on all users but for some reason you do not want to enforce it on a specific sub site, specify the sub site name below:"
6249 msgstr ""
6250
6251 #: includes/classes/Admin/Settings/templates/policies/enforcement-exclusions.php:385
6252 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:588
6253 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:468
6254 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:477
6255 msgid "Exclude the following sites"
6256 msgstr ""
6257
6258 #. translators: 1. Link to documentation, 2. Link to support.
6259 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:32
6260 #, php-format
6261 msgid "Use the settings below to configure the properties of the two-factor authentication on your website and how users use it. If you have any questions, %1$s or %2$s."
6262 msgstr ""
6263
6264 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:48
6265 msgid "Global"
6266 msgstr ""
6267
6268 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:83
6269 msgid "Set custom policies for each role in Premium"
6270 msgstr ""
6271
6272 #: includes/classes/Admin/Settings/templates/policies/policies-settings.php:84
6273 msgid "Different teams, different rules. Set per-role 2FA requirements"
6274 msgstr ""
6275
6276 #. translators: %s: role display name
6277 #: includes/classes/Admin/Settings/templates/policies/role-policy.php:59
6278 #, php-format
6279 msgid "Customize policies for %s"
6280 msgstr ""
6281
6282 #. translators: %s: role display name
6283 #: includes/classes/Admin/Settings/templates/policies/role-policy.php:84
6284 msgid "Enable custom policies for this role"
6285 msgstr ""
6286
6287 #: includes/classes/Admin/Settings/templates/policies/sitewide-policies.php:27
6288 #: includes/classes/Admin/Settings/templates/policies/sitewide-policies.php:33
6289 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:538
6290 msgid "Sitewide 2FA policies"
6291 msgstr ""
6292
6293 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:215
6294 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:446
6295 msgid "User access settings"
6296 msgstr ""
6297
6298 #. translators: %s: link to documentation
6299 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:232
6300 #, php-format
6301 msgid "When you enforce 2FA the users will be prompted to configure 2FA the next time they login. Users have a grace period for configuring 2FA. You can configure the grace period and also exclude user(s) or role(s) in this settings page. %s"
6302 msgstr ""
6303
6304 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:243
6305 msgid "Select primary 2FA methods"
6306 msgstr ""
6307
6308 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:251
6309 msgid "Drag and drop to reorder how 2FA methods show for the users."
6310 msgstr ""
6311
6312 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:278
6313 msgid "One-time code via email (zero-setup)"
6314 msgstr ""
6315
6316 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:332
6317 msgid "Select Secondary 2FA Methods"
6318 msgstr ""
6319
6320 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:383
6321 msgid "Allow users to use email based 2FA as secondary backup method"
6322 msgstr ""
6323
6324 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:413
6325 msgid "Allow users to specify their email address of choice"
6326 msgstr ""
6327
6328 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:465
6329 msgid "Hide the 'Remove 2FA' button"
6330 msgstr ""
6331
6332 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:471
6333 msgid "Users can configure and disable 2FA from their profile using the 'Remove 2FA' button. Enable this option to hide the button and prevent users from disabling 2FA in their profile."
6334 msgstr ""
6335
6336 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:495
6337 msgid "Hide plugin attribution text"
6338 msgstr ""
6339
6340 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:501
6341 msgid "Remove 'Page generated by WP 2FA plugin' text from the 2FA front-end configuration page."
6342 msgstr ""
6343
6344 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:525
6345 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:924
6346 msgid "When you enforce 2FA on users they have a grace period to configure 2FA. If they fail to configure it within the configured stipulated time, their account will be locked and have to be unlocked manually. Note that user accounts cannot be unlocked automatically, even if you change the settings. As a security precaution they always have to be unlocked them manually. Maximum grace period is 90 days."
6347 msgstr ""
6348
6349 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:590
6350 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:712
6351 msgid "Hours"
6352 msgstr ""
6353
6354 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:603
6355 #: includes/classes/App/grace-period/class-grace-period.php:158
6356 msgid "What should the plugin do with users who do not configure 2FA within the grace period?"
6357 msgstr ""
6358
6359 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:615
6360 #: includes/classes/App/grace-period/class-grace-period.php:166
6361 msgid "Do not let them access the dashboard / user page once they log in until they configure 2FA"
6362 msgstr ""
6363
6364 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:616
6365 #: includes/classes/App/grace-period/class-grace-period.php:176
6366 msgid "Lock the user (administrators have to manually unlock them)"
6367 msgstr ""
6368
6369 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:628
6370 #: includes/classes/Admin/Views/class-grace-period-notifications.php:68
6371 msgid "How do you want users to be informed they are enforced to setup 2FA?"
6372 msgstr ""
6373
6374 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:640
6375 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:770
6376 #: includes/classes/Admin/Views/class-grace-period-notifications.php:76
6377 msgid "Show an admin notice in the dashboard"
6378 msgstr ""
6379
6380 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:641
6381 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:771
6382 #: includes/classes/Admin/Views/class-grace-period-notifications.php:86
6383 msgid "Show a notification on a page on its own after the user authenticates and before accessing the dashboard"
6384 msgstr ""
6385
6386 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:655
6387 msgid "Frontend settings page"
6388 msgstr ""
6389
6390 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:663
6391 msgid "Enable this option if your users do not have full access to the WordPress dashboard, or other user roles that access your site primarily through the frontend. WP 2FA will create a dedicated frontend page where authenticated users can configure and manage their own 2FA settings."
6392 msgstr ""
6393
6394 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:691
6395 msgid "Enable frontend 2FA settings page"
6396 msgstr ""
6397
6398 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:777
6399 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:834
6400 msgid "Redirect URL"
6401 msgstr ""
6402
6403 #: includes/classes/Admin/Settings/templates/policies/_policy-fields.php:822
6404 msgid "Set a redirect URL after 2FA setup. Leave blank to return users to the page they started from"
6405 msgstr ""
6406
6407 #. translators: 1. Link to documentation, 2. Link to support.
6408 #: includes/classes/Admin/Settings/templates/providers-integrations.php:34
6409 #, php-format
6410 msgid "Manage the integrations for the available 2FA providers. %1$s."
6411 msgstr ""
6412
6413 #. translators: %s: link to the documentation page.
6414 #: includes/classes/Admin/Settings/templates/providers-integrations.php:65
6415 #, php-format
6416 msgid "Need help setting up this method? %s"
6417 msgstr ""
6418
6419 #: includes/classes/Admin/Settings/templates/providers-integrations.php:69
6420 msgid "Visit docs"
6421 msgstr ""
6422
6423 #: includes/classes/Admin/Settings/templates/reports/reports-dashboard.php:75
6424 msgid "Users 2FA setup"
6425 msgstr ""
6426
6427 #: includes/classes/Admin/Settings/templates/reports/reports-dashboard.php:94
6428 #: includes/classes/Admin/Settings/templates/reports/reports-dashboard.php:139
6429 msgid "Download as CSV"
6430 msgstr ""
6431
6432 #: includes/classes/Admin/Settings/templates/sidebar.php:35
6433 msgid "SETUP & GUIDES"
6434 msgstr ""
6435
6436 #: includes/classes/Admin/Settings/templates/sidebar.php:38
6437 msgid "Using Passkeys"
6438 msgstr ""
6439
6440 #: includes/classes/Admin/Settings/templates/sidebar.php:39
6441 msgid "Configuring 2FA policies"
6442 msgstr ""
6443
6444 #: includes/classes/Admin/Settings/templates/sidebar.php:40
6445 msgid "Using backup methods"
6446 msgstr ""
6447
6448 #: includes/classes/Admin/Settings/templates/sidebar.php:41
6449 msgid "2FA without dashboard access"
6450 msgstr ""
6451
6452 #: includes/classes/Admin/Settings/templates/sidebar.php:47
6453 msgid "SUPPORT & TROUBLESHOOTING"
6454 msgstr ""
6455
6456 #: includes/classes/Admin/Settings/templates/sidebar.php:49
6457 msgid "Troubleshoot 2FA email delivery"
6458 msgstr ""
6459
6460 #: includes/classes/Admin/Settings/templates/sidebar.php:50
6461 msgid "WP 2FA Knowledge base"
6462 msgstr ""
6463
6464 #: includes/classes/Admin/Settings/templates/sidebar.php:51
6465 msgid "Open support ticket (included in your license)"
6466 msgstr ""
6467
6468 #: includes/classes/Admin/Settings/templates/sidebar.php:57
6469 msgid "OUR OTHER PLUGINS"
6470 msgstr ""
6471
6472 #: includes/classes/Admin/Settings/templates/sidebar.php:59
6473 msgid "Get full visibility into everything happening on your WordPress website with real-time activity logs."
6474 msgstr ""
6475
6476 #: includes/classes/Admin/Settings/templates/sidebar.php:60
6477 msgid "Explore WP Activity Log"
6478 msgstr ""
6479
6480 #: includes/classes/Admin/Settings/templates/sidebar.php:64
6481 msgid "Give users and administrators better control over login security, access behavior, and account protection."
6482 msgstr ""
6483
6484 #: includes/classes/Admin/Settings/templates/sidebar.php:65
6485 msgid "Explore Melapress Login Security"
6486 msgstr ""
6487
6488 #: includes/classes/Admin/Settings/templates/sidebar.php:70
6489 #: includes/classes/Admin/Settings/templates/sidebar.php:104
6490 msgid "Made with love by"
6491 msgstr ""
6492
6493 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:300
6494 msgid "Go to knowledge base"
6495 msgstr ""
6496
6497 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:308
6498 msgid "Plugin Support"
6499 msgstr ""
6500
6501 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:313
6502 msgid "Open Support ticket"
6503 msgstr ""
6504
6505 #: includes/classes/Admin/Settings/templates/support/docs-and-support.php:336
6506 msgid "Download System Info File"
6507 msgstr ""
6508
6509 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:48
6510 msgid "Save email settings and templates"
6511 msgstr ""
6512
6513 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:109
6514 msgid "Use these settings to customize the \"from\" name and email address for all correspondence sent from our plugin."
6515 msgstr ""
6516
6517 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:122
6518 msgid "Use the email address "
6519 msgstr ""
6520
6521 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:145
6522 msgid "Tip: The 'From email' address should match your website domain. If the \"from address\" does not match your website domain, the emails may be blocked or marked as spam. If you are not sure about this please consult with your website administrator / developer or "
6523 msgstr ""
6524
6525 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:145
6526 msgid "for more information."
6527 msgstr ""
6528
6529 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:151
6530 msgid "The plugin sends emails with one-time codes, blocked account notifications and more. Use the button below to confirm the plugin can successfully send emails."
6531 msgstr ""
6532
6533 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:262
6534 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:414
6535 msgid "Please provide an email address"
6536 msgstr ""
6537
6538 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:272
6539 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:424
6540 msgid "Please provide a display name."
6541 msgstr ""
6542
6543 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:283
6544 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:435
6545 msgid "Please provide a valid email address. Your email address has not been updated."
6546 msgstr ""
6547
6548 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:303
6549 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:455
6550 msgid "Please only use alphanumeric text. Your display name has not been updated."
6551 msgstr ""
6552
6553 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:556
6554 msgid "Email Templates"
6555 msgstr ""
6556
6557 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:565
6558 msgid "Send this email"
6559 msgstr ""
6560
6561 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:571
6562 msgid "Uncheck to disable this message."
6563 msgstr ""
6564
6565 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:578
6566 msgid "Email subject"
6567 msgstr ""
6568
6569 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:587
6570 msgid "Email body"
6571 msgstr ""
6572
6573 #: includes/classes/Admin/SettingsPages/class-settings-page-email.php:630
6574 msgid "Send test email"
6575 msgstr ""
6576
6577 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:215
6578 msgid "Do you want to delete the plugin data from the database upon uninstall"
6579 msgstr ""
6580
6581 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:228
6582 msgid "Delete data upon uninstall"
6583 msgstr ""
6584
6585 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:259
6586 msgid "Limit access to 2FA settings"
6587 msgstr ""
6588
6589 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:286
6590 msgid "The WP 2FA REST API endpoints are enabled by default. They are used for integrations and do not impact your website’s performance, functionality, or security. If you prefer, you can disable these endpoints by using this setting."
6591 msgstr ""
6592
6593 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:338
6594 msgid "Select the default 2FA verification mechanism"
6595 msgstr ""
6596
6597 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:371
6598 msgid "Additional settings"
6599 msgstr ""
6600
6601 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:387
6602 msgid "When this setting is enabled, users who successfully sign in using a Passkey won't be asked for an additional 2FA step if they have 2FA already configured."
6603 msgstr ""
6604
6605 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:405
6606 msgid "When using email and SMS 2FA, the plugin sends the users a new one-time code whenever they enter the wrong code when logging in. This is a security enhancement, a sort of brute force protection. You can disable this feature from the below setting, however, it is not recommended."
6607 msgstr ""
6608
6609 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:410
6610 msgid "Disable one-time code brute force protection"
6611 msgstr ""
6612
6613 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:445
6614 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:452
6615 msgid "Use new interface"
6616 msgstr ""
6617
6618 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:447
6619 msgid "Enable this setting to use the new settings and policies interface."
6620 msgstr ""
6621
6622 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:458
6623 msgid "Enable the new interface"
6624 msgstr ""
6625
6626 #. translators: support email.
6627 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:473
6628 #, php-format
6629 msgid "Use this setting below to configure the properties of the two-factor authentication on your website and how users use it. If you have any questions send us an email at %1$s."
6630 msgstr ""
6631
6632 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:478
6633 msgid "What should the plugin do if the 2FA method used during a user login is unavailable"
6634 msgstr ""
6635
6636 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:485
6637 msgid "Select action"
6638 msgstr ""
6639
6640 #: includes/classes/Admin/SettingsPages/class-settings-page-general.php:500
6641 msgid "Block the login."
6642 msgstr ""
6643
6644 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:70
6645 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:70
6646 msgid "Select Image"
6647 msgstr ""
6648
6649 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:71
6650 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:71
6651 msgid "Use this image"
6652 msgstr ""
6653
6654 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:110
6655 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:110
6656 msgid "Sending…"
6657 msgstr ""
6658
6659 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:111
6660 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:125
6661 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:97
6662 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:111
6663 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:125
6664 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:165
6665 msgid "An error occurred. Please try again."
6666 msgstr ""
6667
6668 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:122
6669 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:168
6670 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:213
6671 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:111
6672 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:94
6673 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:216
6674 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:122
6675 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:188
6676 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:222
6677 msgid "Save settings"
6678 msgstr ""
6679
6680 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:123
6681 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:95
6682 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:123
6683 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:164
6684 msgid "Saving…"
6685 msgstr ""
6686
6687 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:124
6688 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:303
6689 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:113
6690 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:96
6691 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:429
6692 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:124
6693 msgid "Settings saved."
6694 msgstr ""
6695
6696 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:126
6697 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:98
6698 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:126
6699 msgid "Settings saved with warnings"
6700 msgstr ""
6701
6702 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:127
6703 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:99
6704 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:127
6705 msgid "OK, I understand"
6706 msgstr ""
6707
6708 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:166
6709 msgid "Settings New"
6710 msgstr ""
6711
6712 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:237
6713 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:324
6714 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:232
6715 msgid "Security check failed. Please refresh the page and try again."
6716 msgstr ""
6717
6718 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:245
6719 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:332
6720 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:240
6721 msgid "You do not have permission to perform this action."
6722 msgstr ""
6723
6724 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:296
6725 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:420
6726 msgid "Settings saved with warnings."
6727 msgstr ""
6728
6729 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:343
6730 msgid "Your account does not have an email address."
6731 msgstr ""
6732
6733 #. translators: %s: recipient email address
6734 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:367
6735 #, php-format
6736 msgid "Test email was successfully sent to %s"
6737 msgstr ""
6738
6739 #: includes/classes/Admin/SettingsPages/class-settings-page-new.php:373
6740 msgid "Failed to send test email. This is usually caused by an SMTP issue, a restricted \"from\" address, or your host blocking outgoing mail. Check your email settings or contact your hosting provider."
6741 msgstr ""
6742
6743 #. translators: 1: opening link tag, 2: closing link tag
6744 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:180
6745 #, php-format
6746 msgid "For more information about Passkeys and how to configure these settings refer to the guide %1$sHow to set up Passkeys in WP 2FA%2$s."
6747 msgstr ""
6748
6749 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:238
6750 msgid "Allow the following users"
6751 msgstr ""
6752
6753 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:245
6754 msgid "All users with any role"
6755 msgstr ""
6756
6757 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:250
6758 msgid "Only users with the below user roles:"
6759 msgstr ""
6760
6761 #. translators: 1: opening bold tag, 2: closing bold tag, 3: opening link tag, 4: closing link tag
6762 #: includes/classes/Admin/SettingsPages/class-settings-page-passkeys.php:282
6763 #, php-format
6764 msgid "%1$sNote:%2$s In the Free edition of WP 2FA, each user can register only one Passkey, and Passkey logins bypass 2FA. The %3$sPremium edition%4$s enables users to register multiple Passkeys and gives you the option to enforce 2FA even when users sign in with a Passkey."
6765 msgstr ""
6766
6767 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:155
6768 msgid "You are about to enforce 2FA on all users, including yourself, however you have not yet configured your own 2FA method. What would you like to do?"
6769 msgstr ""
6770
6771 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:184
6772 msgid "2FA policies New"
6773 msgstr ""
6774
6775 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:399
6776 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:184
6777 msgid "The plugin created the 2FA settings page with the URL:"
6778 msgstr ""
6779
6780 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:401
6781 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:186
6782 msgid "You can edit this page using the page editor, like you do with all other pages."
6783 msgstr ""
6784
6785 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:402
6786 msgid "Use the {2fa_settings_page_url} html tag in the email templates to include the URL of the 2FA configuration page when notifying the users to configure two-factor authentication."
6787 msgstr ""
6788
6789 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:453
6790 msgid "Security check failed."
6791 msgstr ""
6792
6793 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:471
6794 msgid "Invalid search type."
6795 msgstr ""
6796
6797 #: includes/classes/Admin/SettingsPages/class-settings-page-policies-new.php:568
6798 msgid "Custom"
6799 msgstr ""
6800
6801 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:75
6802 #: assets/js/admin/settings.js:73
6803 #: dist/js/admin.js:6
6804 msgid "You are about to enforce 2FA instantly on all users, including yourself, however you have not yet configured your own 2FA method. What would you like to do?"
6805 msgstr ""
6806
6807 #. translators: %s: tag name.
6808 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:190
6809 #, php-format
6810 msgid "Use the %s html tag in the email templates to include the URL of the 2FA configuration page when notifying the users to configure two-factor authentication."
6811 msgstr ""
6812
6813 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:250
6814 msgid "No global 2FA methods enabled."
6815 msgstr ""
6816
6817 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:332
6818 msgid "You must specify at least one sub-site"
6819 msgstr ""
6820
6821 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:352
6822 msgid "Grace period must be at least 1 day/hour"
6823 msgstr ""
6824
6825 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:437
6826 msgid "You must provide a new page slug."
6827 msgstr ""
6828
6829 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:467
6830 msgid "You must specify at least one role or user"
6831 msgstr ""
6832
6833 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:628
6834 #: includes/classes/Shortcodes/class-shortcodes.php:67
6835 msgid "Page generated by"
6836 msgstr ""
6837
6838 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:629
6839 msgid "WP 2FA Plugin"
6840 msgstr ""
6841
6842 #: includes/classes/Admin/SettingsPages/class-settings-page-policies.php:841
6843 msgid "Specify a URL of a page where you want to redirect the users once they complete the 2FA setup wizard. Leave empty for default behavior, in which users are redirected back to the page from where they launched the wizard."
6844 msgstr ""
6845
6846 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:112
6847 msgid "Emails & templates"
6848 msgstr ""
6849
6850 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:124
6851 msgid "General"
6852 msgstr ""
6853
6854 #: includes/classes/Admin/SettingsPages/class-settings-page-render.php:170
6855 msgid "Use the settings below to configure the emails which are sent to users as part of the 2FA plugin. If you have any questions send us an email at"
6856 msgstr ""
6857
6858 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:185
6859 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:395
6860 msgid "Markup is not allowed in Login area CSS."
6861 msgstr ""
6862
6863 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:536
6864 msgid "Change the default text used in the 2FA code page"
6865 msgstr ""
6866
6867 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:538
6868 msgid "This is the text shown to the users on the page when they are asked to enter the 2FA code. To change the default text, simply type it in the below placeholder."
6869 msgstr ""
6870
6871 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:583
6872 msgid "Change the styling of the 2FA code page"
6873 msgstr ""
6874
6875 #: includes/classes/Admin/SettingsPages/class-settings-page-white-label.php:585
6876 msgid "By default, the 2FA code page uses our own styling. Disable the setting below to make it inherit your website theme's styling instead."
6877 msgstr ""
6878
6879 #: includes/classes/Admin/SettingsPages/class-settings-page-white-labeling-new.php:143
6880 msgid "Customize Emails Templates"
6881 msgstr ""
6882
6883 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:166
6884 msgid "Please select at least one 2FA method"
6885 msgstr ""
6886
6887 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:169
6888 msgid "If you cancel this wizard, the default plugin settings will be applied. You can always configure the plugin settings and two-factor authentication policies at a later stage from the <b>WP 2FA</b> entry in your WordPress dashboard menu."
6889 msgstr ""
6890
6891 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:170
6892 msgid "OK, close the wizard"
6893 msgstr ""
6894
6895 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:171
6896 msgid "Continue with the wizard"
6897 msgstr ""
6898
6899 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:185
6900 msgid "WP 2FA — Setup Wizard"
6901 msgstr ""
6902
6903 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:207
6904 #: includes/classes/Admin/Views/class-wizard-steps.php:120
6905 msgid "Let's get you started"
6906 msgstr ""
6907
6908 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:208
6909 #: includes/classes/Admin/Views/class-wizard-steps.php:121
6910 msgid "Thank you for installing WP 2FA. This quick setup wizard will guide you through configuring the plugin and setting up two-factor authentication (2FA) for your user account and the users on this website."
6911 msgstr ""
6912
6913 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:210
6914 msgid "Let's get started!"
6915 msgstr ""
6916
6917 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:211
6918 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:288
6919 msgid "Skip Wizard"
6920 msgstr ""
6921
6922 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:228
6923 msgid "2FA METHODS"
6924 msgstr ""
6925
6926 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:232
6927 msgid "ALTERNATIVE METHODS"
6928 msgstr ""
6929
6930 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:236
6931 msgid "2FA POLICY"
6932 msgstr ""
6933
6934 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:240
6935 msgid "EXCLUDE USERS"
6936 msgstr ""
6937
6938 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:245
6939 msgid "EXCLUDE SITES"
6940 msgstr ""
6941
6942 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:250
6943 msgid "SET GRACE PERIOD"
6944 msgstr ""
6945
6946 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:287
6947 msgid "Finish Setup"
6948 msgstr ""
6949
6950 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:303
6951 #: includes/classes/Admin/Views/class-wizard-steps.php:342
6952 msgid "Congratulations."
6953 msgstr ""
6954
6955 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:304
6956 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:312
6957 #: includes/classes/Admin/Views/class-wizard-steps.php:345
6958 msgid "Great job, the plugin and 2FA policies are now configured. You can always change the plugin settings and 2FA policies at a later stage from the WP 2FA entry in the WordPress menu."
6959 msgstr ""
6960
6961 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:311
6962 msgid "Congratulations, you're almost there…"
6963 msgstr ""
6964
6965 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:313
6966 #: includes/classes/Admin/Views/class-wizard-steps.php:358
6967 msgid "Now you need to configure 2FA for your own user account. You can do this now (recommended) or later."
6968 msgstr ""
6969
6970 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:315
6971 msgid "Configure 2FA Now"
6972 msgstr ""
6973
6974 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:316
6975 msgid "Close wizard and configure 2FA Later"
6976 msgstr ""
6977
6978 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:341
6979 msgid "Security check failed. Please refresh and try again."
6980 msgstr ""
6981
6982 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:357
6983 msgid "No data received."
6984 msgstr ""
6985
6986 #: includes/classes/Admin/SettingsPages/class-setup-wizard-new.php:466
6987 msgid "Setup complete."
6988 msgstr ""
6989
6990 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:75
6991 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:44
6992 msgid "Which 2FA methods can your users use?"
6993 msgstr ""
6994
6995 #. translators: 1. Link to WP Mail SMTP plugin, 2. Recommendation to allow users to set up a secondary method.
6996 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:159
6997 #, php-format
6998 msgid "When using this method, users will receive the one-time login code over email. Therefore, email deliverability is very important. Users using this method should whitelist the address from which the codes are sent. By default, this is the email address configured in your WordPress. You can run an email test from the plugin's settings to confirm email deliverability. If you have had email deliverability / reliability issues, we highly recommend you to install the free plugin %1$s"
6999 msgstr ""
7000
7001 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:206
7002 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:156
7003 msgid "Which secondary 2FA methods can users use?"
7004 msgstr ""
7005
7006 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:208
7007 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:158
7008 msgid "A secondary 2FA method acts as a backup when the primary method cannot be used. For example, if a user loses access to their phone, the device runs out of battery, or email delivery fails. We strongly recommend allowing users to configure at least one backup method at all times."
7009 msgstr ""
7010
7011 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:233
7012 msgid "Backup codes allow users to log in to WordPress should they find themselves unable to log in via the primary 2FA method. Backup codes are enabled by default and are generated during the 2FA configuration process. Each backup code can be used only once. Once the initial list is exhausted, more backup codes can be generated through the user's WordPress profile page -"
7013 msgstr ""
7014
7015 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:235
7016 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:180
7017 msgid "More information"
7018 msgstr ""
7019
7020 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:258
7021 msgid "Send backup codes instantly via email"
7022 msgstr ""
7023
7024 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:259
7025 msgid "Let users receive a one-time backup code by email in seconds — plus more premium 2FA methods with WP 2FA Premium."
7026 msgstr ""
7027
7028 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:261
7029 msgid "Upgrade Now"
7030 msgstr ""
7031
7032 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:332
7033 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:219
7034 msgid "Do you want to enforce 2FA for some, or all users?"
7035 msgstr ""
7036
7037 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:334
7038 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:221
7039 msgid "When 2FA is enforced, users will be prompted to configure it the next time they log in. Users are given a grace period to complete the setup before 2FA becomes mandatory. You can configure the grace period and exclude specific users or roles later from the plugin's settings."
7040 msgstr ""
7041
7042 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:491
7043 msgid "Do you want to exclude any users or roles from 2FA?"
7044 msgstr ""
7045
7046 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:493
7047 msgid "If you are enforcing 2FA on all users but for some reason you would like to exclude individual user(s) or users with a specific role, you can exclude them below:"
7048 msgstr ""
7049
7050 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:512
7051 msgid "Add users"
7052 msgstr ""
7053
7054 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:539
7055 msgid "Add roles"
7056 msgstr ""
7057
7058 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:579
7059 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:458
7060 msgid "Do you want to exclude all the users of a site from 2FA?"
7061 msgstr ""
7062
7063 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:653
7064 msgid "When you configure the 2FA policies and require users to configure 2FA, they can either have a grace period to configure 2FA, or can be required to configure 2FA before the next time they login."
7065 msgstr ""
7066
7067 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:660
7068 msgid "Choose which method you'd like to use:"
7069 msgstr ""
7070
7071 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:726
7072 msgid "Users who missed the grace period"
7073 msgstr ""
7074
7075 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:741
7076 msgid "Disable user access to the dashboard / user page once they log in, until they configure 2FA"
7077 msgstr ""
7078
7079 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:742
7080 msgid "Block the user (administrators have to manually unblock them)"
7081 msgstr ""
7082
7083 #: includes/classes/Admin/Views/class-first-time-wizard-steps-new.php:755
7084 msgid "Notification settings"
7085 msgstr ""
7086
7087 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:46
7088 msgid "Allowing users to set up a secondary 2FA method is highly recommended. You can do this in the next step of the wizard. This will allow users to log in using an alternative method should they, for example lose access to their phone."
7089 msgstr ""
7090
7091 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:58
7092 msgid "Select the methods"
7093 msgstr ""
7094
7095 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:161
7096 msgid "Available secondary 2FA methods:"
7097 msgstr ""
7098
7099 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:178
7100 msgid "Backup codes allow users to log in to WordPress should they find themselves unable to log in via the primary 2FA method. Backup codes are enabled by default and are generated during the 2FA configuration process. Each backup code can be used only once. Once the initial list is exhausted, more backup codes can be generated through the user’s WordPress profile page - "
7101 msgstr ""
7102
7103 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:190
7104 msgid "Upgrade to WP 2FA Premium for"
7105 msgstr ""
7106
7107 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:192
7108 msgid "more alternative 2FA methods"
7109 msgstr ""
7110
7111 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:193
7112 msgid "to give your users more options."
7113 msgstr ""
7114
7115 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:263
7116 msgid "Users :"
7117 msgstr ""
7118
7119 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:279
7120 msgid "Roles :"
7121 msgstr ""
7122
7123 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:301
7124 msgid "Also enforce 2FA on network users with super admin privileges"
7125 msgstr ""
7126
7127 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:315
7128 msgid "Sites :"
7129 msgstr ""
7130
7131 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:370
7132 msgid "Do you want to exclude any users or roles from 2FA? "
7133 msgstr ""
7134
7135 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:372
7136 msgid "If you are enforcing 2FA on all users but for some reason you would like to exclude individual user(s) or users with a specific role, you can exclude them below"
7137 msgstr ""
7138
7139 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:432
7140 msgid "Also exclude users with super admin privilege"
7141 msgstr ""
7142
7143 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:590
7144 msgid "Seconds"
7145 msgstr ""
7146
7147 #: includes/classes/Admin/Views/class-first-time-wizard-steps.php:602
7148 msgid "Note: If users do not configure it within the configured stipulated time, their account will be locked and have to be unlocked manually."
7149 msgstr ""
7150
7151 #: includes/classes/Admin/Views/class-passord-reset-2fa.php:66
7152 msgid "Require 2FA on password reset"
7153 msgstr ""
7154
7155 #: includes/classes/Admin/Views/class-passord-reset-2fa.php:122
7156 msgid "Do you want to require 2FA when users reset their password?"
7157 msgstr ""
7158
7159 #: includes/classes/Admin/Views/class-passord-reset-2fa.php:124
7160 msgid "When enabled, users who reset their password via the “Lost/Forgot Password” process will need to enter a one-time code sent to their email before completing the reset. This does not apply to password changes made while logged in."
7161 msgstr ""
7162
7163 #: includes/classes/Admin/Views/class-passord-reset-2fa.php:130
7164 msgid "Password reset"
7165 msgstr ""
7166
7167 #: includes/classes/Admin/Views/class-re-login-2fa.php:89
7168 msgid "Log out user after 2FA setup"
7169 msgstr ""
7170
7171 #: includes/classes/Admin/Views/class-re-login-2fa.php:146
7172 msgid "Do you want to logout users after setting up 2FA on their account?"
7173 msgstr ""
7174
7175 #: includes/classes/Admin/Views/class-re-login-2fa.php:148
7176 msgid "When you enable this setting users will be logged out automatically after configuring 2FA and they will need to log back in."
7177 msgstr ""
7178
7179 #: includes/classes/Admin/Views/class-re-login-2fa.php:154
7180 msgid "Re-login"
7181 msgstr ""
7182
7183 #: includes/classes/Admin/Views/class-wizard-steps.php:99
7184 #: includes/classes/Admin/Views/class-wizard-steps.php:100
7185 msgid "Next"
7186 msgstr ""
7187
7188 #: includes/classes/Admin/Views/class-wizard-steps.php:126
7189 msgid "Let’s get started!"
7190 msgstr ""
7191
7192 #: includes/classes/Admin/Views/class-wizard-steps.php:130
7193 msgid "Skip Wizard - I know how to do this"
7194 msgstr ""
7195
7196 #: includes/classes/Admin/Views/class-wizard-steps.php:163
7197 #: includes/classes/Admin/Views/class-wizard-steps.php:213
7198 msgid "Generate backup codes"
7199 msgstr ""
7200
7201 #: includes/classes/Admin/Views/class-wizard-steps.php:170
7202 #: includes/classes/Admin/Views/class-wizard-steps.php:175
7203 #: includes/classes/Admin/Views/class-wizard-steps.php:176
7204 #: includes/classes/Admin/Views/class-wizard-steps.php:216
7205 #: includes/classes/Admin/Views/class-wizard-steps.php:217
7206 msgid "I’ll generate them later"
7207 msgstr ""
7208
7209 #: includes/classes/Admin/Views/class-wizard-steps.php:208
7210 msgid "Generate codes"
7211 msgstr ""
7212
7213 #: includes/classes/Admin/Views/class-wizard-steps.php:233
7214 msgid "Backup 2FA methods:"
7215 msgstr ""
7216
7217 #: includes/classes/Admin/Views/class-wizard-steps.php:263
7218 msgid "Your backup codes"
7219 msgstr ""
7220
7221 #: includes/classes/Admin/Views/class-wizard-steps.php:282
7222 msgid "Send me the codes via email"
7223 msgstr ""
7224
7225 #: includes/classes/Admin/Views/class-wizard-steps.php:342
7226 msgid "Congratulations, you're almost there..."
7227 msgstr ""
7228
7229 #: includes/classes/Admin/Views/class-wizard-steps.php:364
7230 #: includes/classes/Admin/Views/class-wizard-steps.php:429
7231 msgid "Close wizard & configure 2FA later"
7232 msgstr ""
7233
7234 #: includes/classes/Admin/Views/class-wizard-steps.php:426
7235 msgid "Configure backup 2FA method"
7236 msgstr ""
7237
7238 #: includes/classes/Authenticator/class-login.php:550
7239 msgid "Error: API login for user disabled."
7240 msgstr ""
7241
7242 #: includes/classes/Authenticator/class-login.php:589
7243 msgid "Your user account has been locked because you have not configured 2FA within the grace period. Please contact the website administrator to unlock your user and you can configure 2FA."
7244 msgstr ""
7245
7246 #: includes/classes/Authenticator/class-login.php:728
7247 msgid "Cheatin&#8217; uh?"
7248 msgstr ""
7249
7250 #: includes/classes/Authenticator/class-login.php:848
7251 msgid "Log In"
7252 msgstr ""
7253
7254 #: includes/classes/Authenticator/class-login.php:866
7255 #: includes/classes/Authenticator/class-reset-password.php:196
7256 msgid "Resend Code"
7257 msgstr ""
7258
7259 #: includes/classes/Authenticator/class-login.php:924
7260 msgid "Are you lost?"
7261 msgstr ""
7262
7263 #. translators: %s: site name.
7264 #: includes/classes/Authenticator/class-login.php:929
7265 #, php-format
7266 msgid "&larr; Back to %s"
7267 msgstr ""
7268
7269 #: includes/classes/Authenticator/class-login.php:1085
7270 msgid "<p> <strong>WP-2FA</strong>: Please contact the administrator for further assistance!</p>"
7271 msgstr ""
7272
7273 #: includes/classes/Authenticator/class-login.php:1085
7274 msgid "Invalid provider."
7275 msgstr ""
7276
7277 #: includes/classes/Authenticator/class-login.php:1255
7278 msgid "You have logged in successfully."
7279 msgstr ""
7280
7281 #. translators: anchor link, contact us text, closing anchor.
7282 #: includes/classes/Authenticator/class-reset-password.php:77
7283 #, php-format
7284 msgid "This process cannot be completed because one or more parameters are missing from the request. This could be caused by outdated plugins. Ensure all the plugins are up to date. If the problem persists %1$1s%2$2s%3$3s - WP 2FA."
7285 msgstr ""
7286
7287 #: includes/classes/Authenticator/class-reset-password.php:185
7288 msgid "Get New Password"
7289 msgstr ""
7290
7291 #. translators: The username.
7292 #: includes/classes/class-wp2fa.php:1063
7293 msgid "2FA not configured on enforced user – action required"
7294 msgstr ""
7295
7296 #. translators: the site name.
7297 #: includes/classes/class-wp2fa.php:1073
7298 #, php-format
7299 msgid "Two-factor authentication (2FA) is currently enforced for the user %1$s on your site %2$s, but the user was able to log in without completing the 2FA process."
7300 msgstr ""
7301
7302 #. translators: the site name.
7303 #: includes/classes/class-wp2fa.php:1084
7304 msgid "This can happen in cases such as:"
7305 msgstr ""
7306
7307 #: includes/classes/class-wp2fa.php:1091
7308 msgid "Automatic login after registration via WooCommerce or membership plugins"
7309 msgstr ""
7310
7311 #: includes/classes/class-wp2fa.php:1092
7312 msgid "Users being logged in automatically after placing an order"
7313 msgstr ""
7314
7315 #: includes/classes/class-wp2fa.php:1093
7316 msgid "2FA not yet being configured for front-end login flows"
7317 msgstr ""
7318
7319 #. translators: the support e-mail.
7320 #: includes/classes/class-wp2fa.php:1099
7321 #, php-format
7322 msgid "To address this, please enable and configure the Front-end 2FA Page:%1$s"
7323 msgstr ""
7324
7325 #: includes/classes/class-wp2fa.php:1103
7326 msgid "Configure Front-end 2FA Page"
7327 msgstr ""
7328
7329 #. translators: the site name.
7330 #: includes/classes/class-wp2fa.php:1109
7331 msgid "If you're using the Premium edition, you can take advantage of:"
7332 msgstr ""
7333
7334 #: includes/classes/class-wp2fa.php:1116
7335 msgid "One-click WooCommerce integration (adds 2FA setup to the “My Account” area)"
7336 msgstr ""
7337
7338 #: includes/classes/class-wp2fa.php:1117
7339 msgid "Option to disable this type of notification email"
7340 msgstr ""
7341
7342 #: includes/classes/class-wp2fa.php:1118
7343 msgid "Additional 2FA methods (e.g. SMS via Twilio/Clickatell, one-time email links, YubiKey, etc.)"
7344 msgstr ""
7345
7346 #: includes/classes/class-wp2fa.php:1119
7347 msgid "A Trusted Devices (“Remember Me”) functionality to reduce 2FA prompts"
7348 msgstr ""
7349
7350 #. translators: the support e-mail.
7351 #: includes/classes/class-wp2fa.php:1125
7352 #, php-format
7353 msgid "If you need assistance with any of the setup, feel free to reach out to us at %1$s."
7354 msgstr ""
7355
7356 #: includes/classes/class-wp2fa.php:1132
7357 msgid "Best Regards,"
7358 msgstr ""
7359
7360 #: includes/classes/class-wp2fa.php:1132
7361 msgid "The Melapress Team"
7362 msgstr ""
7363
7364 #: includes/classes/class-wp2fa.php:1317
7365 msgid "For security reasons WP 2FA needs to store the private key in the wp-config.php file. However, it is unable to. This can happen because of restrictive permissions, or the file is not in the default location. To fix this you can:"
7366 msgstr ""
7367
7368 #: includes/classes/class-wp2fa.php:1318
7369 msgid "Option A) allow the plugin to write to the wp-config.php file temporarily by changing the wp-config.php permissions to 755. Once ready, click the button to proceed."
7370 msgstr ""
7371
7372 #: includes/classes/class-wp2fa.php:1319
7373 msgid "Option B) Add the encryption key to the wp-config.php file yourself by "
7374 msgstr ""
7375
7376 #: includes/classes/class-wp2fa.php:1320
7377 msgid "following these instructions."
7378 msgstr ""
7379
7380 #: includes/classes/class-wp2fa.php:1321
7381 msgid "Once you complete any of the above, please click the button below."
7382 msgstr ""
7383
7384 #: includes/classes/class-wp2fa.php:1326
7385 msgid "Write key to file now / Check for the key in file"
7386 msgstr ""
7387
7388 #: includes/classes/class-wp2fa.php:1328
7389 msgid "I am aware of the risks. Please do not alert me again about this."
7390 msgstr ""
7391
7392 #: includes/classes/Free/assets/plugin-update-card.php:133
7393 msgid "WP 2FA has been updated to version "
7394 msgstr ""
7395
7396 #: includes/classes/Free/assets/plugin-update-card.php:135
7397 msgid "You are now running the latest version of WP 2FA. To see what's been included in this update, refer to the plugin's release notes and change log where we list all new features, updates, and bug fixes."
7398 msgstr ""
7399
7400 #: includes/classes/Free/assets/plugin-update-card.php:137
7401 msgid "Read the release notes"
7402 msgstr ""
7403
7404 #: includes/classes/Licensing/class-edd-provider.php:274
7405 msgid "An error occurred, please try again."
7406 msgstr ""
7407
7408 #: includes/classes/Licensing/class-edd-provider.php:283
7409 msgid "Invalid response from license server."
7410 msgstr ""
7411
7412 #: includes/classes/Licensing/class-edd-provider.php:298
7413 msgid "License activation failed."
7414 msgstr ""
7415
7416 #. translators: %s: account URL
7417 #: includes/classes/Licensing/class-edd-provider.php:545
7418 #, php-format
7419 msgid "Your WP 2FA Premium license has expired. Please %s to renew your license and continue receiving updates and support."
7420 msgstr ""
7421
7422 #: includes/classes/Licensing/class-edd-provider.php:546
7423 msgid "renew your license"
7424 msgstr ""
7425
7426 #: includes/classes/Licensing/class-edd-provider.php:551
7427 msgid "Your WP 2FA Premium license is invalid. Please check your license key or contact support."
7428 msgstr ""
7429
7430 #: includes/classes/Licensing/class-edd-provider.php:572
7431 msgid "License key is required."
7432 msgstr ""
7433
7434 #: includes/classes/Licensing/class-edd-provider.php:578
7435 msgid "License activated successfully."
7436 msgstr ""
7437
7438 #: includes/classes/Licensing/class-edd-provider.php:600
7439 msgid "License deactivated successfully."
7440 msgstr ""
7441
7442 #: includes/classes/Licensing/class-edd-provider.php:602
7443 msgid "Failed to deactivate license."
7444 msgstr ""
7445
7446 #: includes/classes/Licensing/class-freemius-provider.php:701
7447 msgid "Never miss an important update! Opt-in to our security and feature updates notifications, and non-sensitive diagnostic tracking with freemius.com."
7448 msgstr ""
7449
7450 #: includes/classes/Licensing/class-freemius-provider.php:702
7451 #: includes/classes/Licensing/class-freemius-provider.php:737
7452 msgid "Note: "
7453 msgstr ""
7454
7455 #: includes/classes/Licensing/class-freemius-provider.php:703
7456 #: includes/classes/Licensing/class-freemius-provider.php:738
7457 msgid "NO ACTIVITY LOG ACTIVITY & DATA IS SENT BACK TO OUR SERVERS."
7458 msgstr ""
7459
7460 #. translators: User's first name
7461 #: includes/classes/Licensing/class-freemius-provider.php:725
7462 #, php-format
7463 msgid "Hey %s"
7464 msgstr ""
7465
7466 #. translators: 1: Plugin name. 2: Plugin name. 2: Freemius link. 4: Plugin name.
7467 #: includes/classes/Licensing/class-freemius-provider.php:731
7468 #, php-format
7469 msgid "Please help us improve %1$s! If you opt-in, some non-sensitive data about your usage of %2$s will be sent to %3$s, a diagnostic tracking service we use. If you skip this, that's okay! %2$s will still work just fine."
7470 msgstr ""
7471
7472 #. Translators: Expired message and time
7473 #: includes/classes/Licensing/class-freemius-provider.php:820
7474 #, php-format
7475 msgid "%s You need to renew your license to continue using premium features."
7476 msgstr ""
7477
7478 #. Translators: Number of sites
7479 #: includes/classes/Licensing/class-freemius-provider.php:823
7480 #, php-format
7481 msgid "The license is limited to %s sub-sites. You need to upgrade your license to cover all the sub-sites on this network."
7482 msgstr ""
7483
7484 #. translators: plugin version
7485 #: includes/classes/Licensing/class-freemius-provider.php:857
7486 #, php-format
7487 msgid "You need to activate the license key to use WP 2FA - Two-factor authentication for WordPress . %2$s"
7488 msgstr ""
7489
7490 #: includes/classes/Licensing/class-freemius-provider.php:858
7491 msgid "Activate the license key now"
7492 msgstr ""
7493
7494 #. translators: %s: provider name
7495 #: includes/classes/Licensing/class-licensing-factory.php:218
7496 #, php-format
7497 msgid "Licensing provider switched to %s successfully."
7498 msgstr ""
7499
7500 #: includes/classes/Shortcodes/class-shortcodes.php:91
7501 #: includes/classes/Shortcodes/class-shortcodes.php:245
7502 msgid "All done."
7503 msgstr ""
7504
7505 #: includes/classes/Shortcodes/class-shortcodes.php:92
7506 #: includes/classes/Shortcodes/class-shortcodes.php:246
7507 msgid "Your login just got more secure."
7508 msgstr ""
7509
7510 #: includes/classes/Shortcodes/class-shortcodes.php:204
7511 msgid "Login here."
7512 msgstr ""
7513
7514 #: includes/classes/Utils/class-date-time-utils.php:47
7515 msgid "no grace period"
7516 msgstr ""
7517
7518 #. translators: Grace period expiration label. %s: Date and time formatted using WordPress date and time formats.
7519 #: includes/classes/Utils/class-date-time-utils.php:76
7520 #, php-format
7521 msgid "before %s"
7522 msgstr ""
7523
7524 #: includes/classes/Utils/class-debugging.php:65
7525 msgid "Current memory usage: "
7526 msgstr ""
7527
7528 #: includes/classes/Utils/class-user-utils.php:334
7529 msgid "Required but not configured"
7530 msgstr ""
7531
7532 #: includes/classes/Utils/class-user-utils.php:335
7533 msgid "Configured (but not required)"
7534 msgstr ""
7535
7536 #: includes/classes/Utils/class-user-utils.php:336
7537 msgid "Not required & not configured"
7538 msgstr ""
7539
7540 #: includes/classes/Utils/class-user-utils.php:339
7541 msgid "User has not logged in yet, 2FA status is unknown"
7542 msgstr ""
7543
7544 #: includes/classes/Utils/class-white-label.php:157
7545 msgid "You have been sent a one-time code via email. Please enter the code below and then click Get New Password to proceed with the password reset."
7546 msgstr ""
7547
7548 #: includes/classes/Utils/class-white-label.php:157
7549 msgid "Note: If you have not received the code please click the button Resend Code. If you still do not get the code after pressing the button, please contact the website's administrator."
7550 msgstr ""
7551
7552 #: includes/classes/Utils/class-white-label.php:158
7553 #: includes/classes/Utils/class-white-label.php:159
7554 msgid "This website's administrator requires you to enable two-factor authentication (2FA) {grace_period_remaining}."
7555 msgstr ""
7556
7557 #: includes/classes/Utils/class-white-label.php:158
7558 #: includes/classes/Utils/class-white-label.php:159
7559 msgid "Failing to configure 2FA within this time period will result in a locked account. For more information, please contact your website administrator."
7560 msgstr ""
7561
7562 #: includes/classes/Utils/class-white-label.php:164
7563 msgid "Enter a backup verification code."
7564 msgstr ""
7565
7566 #: includes/classes/Utils/class-white-label.php:171
7567 msgid "Choose the 2FA method"
7568 msgstr ""
7569
7570 #: includes/classes/Utils/class-white-label.php:174
7571 msgid "Congratulations! You are all set."
7572 msgstr ""
7573
7574 #: includes/classes/Utils/class-white-label.php:175
7575 msgid "You are required to configure 2FA."
7576 msgstr ""
7577
7578 #: includes/classes/Utils/class-white-label.php:175
7579 msgid "In order to keep this site - and your details secure, this website’s administrator requires you to enable 2FA authentication to continue."
7580 msgstr ""
7581
7582 #: includes/classes/Utils/class-white-label.php:175
7583 msgid "Two factor authentication ensures only you have access to your account by creating an added layer of security when logging in -"
7584 msgstr ""
7585
7586 #: includes/classes/Utils/class-white-label.php:177
7587 msgid "That will terminate your session and log you out of the WP."
7588 msgstr ""
7589
7590 #: includes/classes/Utils/class-white-label.php:184
7591 msgid "You must be logged in to view this page. {login_url}"
7592 msgstr ""
7593
7594 #: includes/classes/Utils/class-white-label.php:186
7595 msgid "Two-factor authentication settings"
7596 msgstr ""
7597
7598 #: includes/classes/Utils/class-white-label.php:187
7599 msgid "Add two-factor authentication to strengthen the security of your user account."
7600 msgstr ""
7601
7602 #: includes/functions/core.php:256
7603 msgid "Congratulations"
7604 msgstr ""
7605
7606 #: includes/functions/core.php:257
7607 msgid "Your account just got more secure"
7608 msgstr ""
7609
7610 #: includes/functions/core.php:258
7611 msgid "Close Wizard & Refresh"
7612 msgstr ""
7613
7614 #: includes/functions/core.php:259
7615 msgid "Processing Update"
7616 msgstr ""
7617
7618 #: includes/functions/core.php:260
7619 msgid "Email successfully sent"
7620 msgstr ""
7621
7622 #: includes/functions/core.php:261
7623 msgid "Email delivery failed"
7624 msgstr ""
7625
7626 #: includes/functions/core.php:263
7627 msgid "Validating your license, please wait..."
7628 msgstr ""
7629
7630 #: includes/functions/core.php:349
7631 msgid "Unlock"
7632 msgstr ""
7633
7634 #: includes/functions/core.php:350
7635 msgid "Upgrade to WP 2FA Premium to unlock advanced authentication options and stronger security controls."
7636 msgstr ""
7637
7638 #: includes/functions/core.php:351
7639 msgid "Use this dialog content map to define page-specific upsell messaging."
7640 msgstr ""
7641
7642 #: includes/functions/core.php:355
7643 #: includes/functions/core.php:359
7644 msgid "Upsell point"
7645 msgstr ""
7646
7647 #: includes/functions/core.php:356
7648 #: includes/functions/core.php:360
7649 msgid "Optional description"
7650 msgstr ""
7651
7652 #: includes/functions/core.php:364
7653 msgid "View Premium Plans"
7654 msgstr ""
7655
7656 #: includes/functions/core.php:372
7657 #: includes/functions/core.php:455
7658 #: includes/functions/core.php:466
7659 msgid "Unlock 2FA policies per user role with the"
7660 msgstr ""
7661
7662 #: includes/functions/core.php:372
7663 #: includes/functions/core.php:455
7664 #: includes/functions/core.php:466
7665 msgid "Premium edition"
7666 msgstr ""
7667
7668 #: includes/functions/core.php:373
7669 #: includes/functions/core.php:456
7670 #: includes/functions/core.php:467
7671 msgid "Apply different 2FA requirements to administrators, editors, customers, members, and other user roles to balance security and user experience."
7672 msgstr ""
7673
7674 #: includes/functions/core.php:378
7675 #: includes/functions/core.php:450
7676 #: includes/functions/core.php:461
7677 #: includes/functions/core.php:472
7678 #: includes/functions/core.php:772
7679 #: includes/functions/core.php:880
7680 #: includes/functions/core.php:904
7681 #: includes/functions/core.php:928
7682 msgid "upgrade now"
7683 msgstr ""
7684
7685 #: includes/functions/core.php:383
7686 msgid "Set different 2FA policies for each user role"
7687 msgstr ""
7688
7689 #: includes/functions/core.php:384
7690 msgid "Apply different two-factor authentication requirements to each user role on your website."
7691 msgstr ""
7692
7693 #: includes/functions/core.php:389
7694 msgid "Protect high-risk users with stronger authentication"
7695 msgstr ""
7696
7697 #: includes/functions/core.php:393
7698 msgid "Balance security and usability for every team"
7699 msgstr ""
7700
7701 #: includes/functions/core.php:397
7702 msgid "Reduce support requests with a smoother rollout"
7703 msgstr ""
7704
7705 #: includes/functions/core.php:402
7706 msgid "Unlock role-based policies"
7707 msgstr ""
7708
7709 #: includes/functions/core.php:407
7710 #: includes/functions/core.php:426
7711 msgid "Unlock advanced settings"
7712 msgstr ""
7713
7714 #: includes/functions/core.php:408
7715 msgid "Customize authentication, integrate with more WordPress plugins, and manage security settings across multiple websites."
7716 msgstr ""
7717
7718 #: includes/functions/core.php:413
7719 msgid "Offer users more ways to authenticate"
7720 msgstr ""
7721
7722 #: includes/functions/core.php:417
7723 msgid "Extend 2FA to more login workflows"
7724 msgstr ""
7725
7726 #: includes/functions/core.php:421
7727 msgid "Export and import settings between websites"
7728 msgstr ""
7729
7730 #: includes/functions/core.php:431
7731 msgid "Unlock more 2FA methods with"
7732 msgstr ""
7733
7734 #: includes/functions/core.php:432
7735 msgid "Give every user a secure authentication method that works for them, whether they prefer passkeys, SMS, security keys, email verification, or authenticator apps."
7736 msgstr ""
7737
7738 #: includes/functions/core.php:437
7739 msgid "Improve user adoption"
7740 msgstr ""
7741
7742 #: includes/functions/core.php:438
7743 msgid "Let users choose the authentication method they prefer"
7744 msgstr ""
7745
7746 #: includes/functions/core.php:441
7747 #: includes/functions/core.php:679
7748 msgid "Reduce account lockouts"
7749 msgstr ""
7750
7751 #: includes/functions/core.php:442
7752 msgid "Allow users to verify their identity with backup authentication methods"
7753 msgstr ""
7754
7755 #: includes/functions/core.php:445
7756 msgid "Lower support overhead"
7757 msgstr ""
7758
7759 #: includes/functions/core.php:446
7760 msgid "Help users regain access without administrator intervention"
7761 msgstr ""
7762
7763 #: includes/functions/core.php:477
7764 #: includes/functions/core.php:505
7765 #: includes/functions/core.php:533
7766 msgid "Unlock Advanced Passkey Management with"
7767 msgstr ""
7768
7769 #: includes/functions/core.php:479
7770 #: includes/functions/core.php:507
7771 #: includes/functions/core.php:535
7772 msgid "Give your users a faster, phishing-resistant way to log in and keep full control over how passkeys are used across your website."
7773 msgstr ""
7774
7775 #: includes/functions/core.php:483
7776 #: includes/functions/core.php:511
7777 #: includes/functions/core.php:539
7778 msgid "Allow users to register multiple passkeys per account"
7779 msgstr ""
7780
7781 #: includes/functions/core.php:487
7782 #: includes/functions/core.php:515
7783 #: includes/functions/core.php:543
7784 msgid "Enable or restrict passkeys for specific user roles"
7785 msgstr ""
7786
7787 #: includes/functions/core.php:491
7788 #: includes/functions/core.php:519
7789 #: includes/functions/core.php:547
7790 msgid "Require an additional 2FA verification step for sensitive accounts"
7791 msgstr ""
7792
7793 #: includes/functions/core.php:495
7794 #: includes/functions/core.php:523
7795 #: includes/functions/core.php:551
7796 msgid "Give users a secure, passwordless login experience"
7797 msgstr ""
7798
7799 #: includes/functions/core.php:561
7800 msgid "Authenticate with a one-time email login link"
7801 msgstr ""
7802
7803 #: includes/functions/core.php:562
7804 msgid "Let users skip the code entirely. Once they enter their username and password, send a secure one-time link straight to their inbox."
7805 msgstr ""
7806
7807 #: includes/functions/core.php:567
7808 msgid "Removes the step of typing in a verification code"
7809 msgstr ""
7810
7811 #: includes/functions/core.php:571
7812 msgid "Familiar and frictionless, most users already trust email links"
7813 msgstr ""
7814
7815 #: includes/functions/core.php:575
7816 msgid "Works on any device with access to their inbox, no extra app required"
7817 msgstr ""
7818
7819 #: includes/functions/core.php:579
7820 #: includes/functions/core.php:663
7821 msgid "Flexible authentication option alongside other methods"
7822 msgstr ""
7823
7824 #: includes/functions/core.php:584
7825 #: includes/functions/core.php:612
7826 #: includes/functions/core.php:640
7827 #: includes/functions/core.php:668
7828 #: includes/functions/core.php:696
7829 #: includes/functions/core.php:720
7830 #: includes/functions/core.php:748
7831 msgid "Unlock with Premium"
7832 msgstr ""
7833
7834 #: includes/functions/core.php:589
7835 msgid "Add hardware-backed account protection"
7836 msgstr ""
7837
7838 #: includes/functions/core.php:590
7839 msgid "Allow users to authenticate using YubiKey security keys for stronger protection against phishing and account compromise."
7840 msgstr ""
7841
7842 #: includes/functions/core.php:595
7843 msgid "Hardware-based authentication"
7844 msgstr ""
7845
7846 #: includes/functions/core.php:599
7847 msgid "Resistant to phishing attacks"
7848 msgstr ""
7849
7850 #: includes/functions/core.php:603
7851 msgid "Trusted by security-conscious organizations"
7852 msgstr ""
7853
7854 #: includes/functions/core.php:607
7855 msgid "Ideal for administrators and privileged users"
7856 msgstr ""
7857
7858 #: includes/functions/core.php:617
7859 msgid "Enable two-factor authentication instantly, with zero setup"
7860 msgstr ""
7861
7862 #: includes/functions/core.php:618
7863 msgid "Users receive one-time verification codes via email, making it easy to roll out 2FA across your website."
7864 msgstr ""
7865
7866 #: includes/functions/core.php:623
7867 msgid "No apps or hardware required"
7868 msgstr ""
7869
7870 #: includes/functions/core.php:627
7871 msgid "Fast and simple user onboarding"
7872 msgstr ""
7873
7874 #: includes/functions/core.php:631
7875 msgid "Works with every email-enabled website"
7876 msgstr ""
7877
7878 #: includes/functions/core.php:635
7879 msgid "Helps improve 2FA adoption rates"
7880 msgstr ""
7881
7882 #: includes/functions/core.php:645
7883 msgid "Authenticate with SMS verification codes"
7884 msgstr ""
7885
7886 #: includes/functions/core.php:646
7887 msgid "Send one-time authentication codes via SMS to provide users with a familiar login verification method."
7888 msgstr ""
7889
7890 #: includes/functions/core.php:651
7891 msgid "Deliver codes directly to users' phones"
7892 msgstr ""
7893
7894 #: includes/functions/core.php:655
7895 msgid "Easy for users to understand and adopt"
7896 msgstr ""
7897
7898 #: includes/functions/core.php:659
7899 msgid "Supports a wide range of devices"
7900 msgstr ""
7901
7902 #: includes/functions/core.php:673
7903 msgid "Help users recover access safely"
7904 msgstr ""
7905
7906 #: includes/functions/core.php:674
7907 msgid "Allow users to fall back to email-based verification if they lose access to their primary authentication method."
7908 msgstr ""
7909
7910 #: includes/functions/core.php:683
7911 msgid "Provide a secure recovery option"
7912 msgstr ""
7913
7914 #: includes/functions/core.php:687
7915 msgid "Improve user experience"
7916 msgstr ""
7917
7918 #: includes/functions/core.php:691
7919 msgid "Maintain access without compromising security"
7920 msgstr ""
7921
7922 #: includes/functions/core.php:701
7923 msgid "Choose whether passkey login requires additional 2FA"
7924 msgstr ""
7925
7926 #: includes/functions/core.php:702
7927 msgid "Control how passkeys and two-factor authentication work together. Let users bypass the extra 2FA step after a successful passkey login for a faster experience, or require both for an added layer of protection on accounts that need it."
7928 msgstr ""
7929
7930 #: includes/functions/core.php:707
7931 msgid "Stack passkey + 2FA for maximum protection"
7932 msgstr ""
7933
7934 #: includes/functions/core.php:711
7935 msgid "Faster login for trusted users"
7936 msgstr ""
7937
7938 #: includes/functions/core.php:715
7939 msgid "Balance convenience and security"
7940 msgstr ""
7941
7942 #: includes/functions/core.php:725
7943 msgid "Require passkeys for selected user roles"
7944 msgstr ""
7945
7946 #: includes/functions/core.php:726
7947 msgid "Control which users can authenticate with passkeys by enabling or requiring them for specific roles on your website."
7948 msgstr ""
7949
7950 #: includes/functions/core.php:731
7951 msgid "Apply passkey policies per user role"
7952 msgstr ""
7953
7954 #: includes/functions/core.php:735
7955 msgid "Secure administrator and privileged accounts"
7956 msgstr ""
7957
7958 #: includes/functions/core.php:739
7959 msgid "Roll out passkeys gradually across your site"
7960 msgstr ""
7961
7962 #: includes/functions/core.php:743
7963 msgid "Maintain flexibility for different user groups"
7964 msgstr ""
7965
7966 #: includes/functions/core.php:753
7967 #: includes/functions/core.php:861
7968 #: includes/functions/core.php:885
7969 #: includes/functions/core.php:909
7970 msgid "Unlock advanced integrations & management tools with"
7971 msgstr ""
7972
7973 #: includes/functions/core.php:754
7974 #: includes/functions/core.php:862
7975 #: includes/functions/core.php:886
7976 #: includes/functions/core.php:910
7977 msgid "Integrate WP 2FA with more authentication providers, connect it with popular WordPress plugins, and quickly migrate settings between websites."
7978 msgstr ""
7979
7980 #: includes/functions/core.php:759
7981 #: includes/functions/core.php:867
7982 #: includes/functions/core.php:891
7983 #: includes/functions/core.php:915
7984 msgid "More authentication options"
7985 msgstr ""
7986
7987 #: includes/functions/core.php:760
7988 #: includes/functions/core.php:868
7989 #: includes/functions/core.php:892
7990 #: includes/functions/core.php:916
7991 msgid "Integrate with additional 2FA providers such as SMS, passkeys and hardware security keys including YubiKey"
7992 msgstr ""
7993
7994 #: includes/functions/core.php:764
7995 #: includes/functions/core.php:872
7996 #: includes/functions/core.php:896
7997 #: includes/functions/core.php:920
7998 msgid "Add 2FA settings to the WooCommerce customer portal with one click. No custom code required."
7999 msgstr ""
8000
8001 #: includes/functions/core.php:767
8002 #: includes/functions/core.php:875
8003 #: includes/functions/core.php:899
8004 #: includes/functions/core.php:923
8005 msgid "Save time managing websites"
8006 msgstr ""
8007
8008 #: includes/functions/core.php:768
8009 #: includes/functions/core.php:876
8010 #: includes/functions/core.php:900
8011 #: includes/functions/core.php:924
8012 msgid "Export and import settings between sites in just a few clicks"
8013 msgstr ""
8014
8015 #: includes/functions/core.php:777
8016 msgid "Move settings between websites"
8017 msgstr ""
8018
8019 #: includes/functions/core.php:779
8020 msgid "Export and import WP 2FA configurations to quickly deploy consistent security policies across multiple websites."
8021 msgstr ""
8022
8023 #: includes/functions/core.php:783
8024 msgid "Save time during setup and deployment"
8025 msgstr ""
8026
8027 #: includes/functions/core.php:787
8028 msgid "Standardize security settings"
8029 msgstr ""
8030
8031 #: includes/functions/core.php:791
8032 msgid "Simplify multi-site management"
8033 msgstr ""
8034
8035 #: includes/functions/core.php:795
8036 msgid "Ideal for agencies and administrators"
8037 msgstr ""
8038
8039 #: includes/functions/core.php:800
8040 msgid "Unlock Advanced Management"
8041 msgstr ""
8042
8043 #: includes/functions/core.php:805
8044 msgid "Offer more ways to authenticate"
8045 msgstr ""
8046
8047 #: includes/functions/core.php:807
8048 msgid "Give users the flexibility to choose the authentication method that best fits their workflow and security requirements."
8049 msgstr ""
8050
8051 #: includes/functions/core.php:811
8052 msgid "Passkeys for passwordless authentication"
8053 msgstr ""
8054
8055 #: includes/functions/core.php:815
8056 msgid "YubiKey hardware security key support"
8057 msgstr ""
8058
8059 #: includes/functions/core.php:819
8060 msgid "SMS verification codes via Twilio"
8061 msgstr ""
8062
8063 #: includes/functions/core.php:823
8064 msgid "Email login links and zero-setup email 2FA"
8065 msgstr ""
8066
8067 #: includes/functions/core.php:828
8068 msgid "Unlock More Authentication Methods"
8069 msgstr ""
8070
8071 #: includes/functions/core.php:833
8072 msgid "Seamlessly integrate with WordPress plugins"
8073 msgstr ""
8074
8075 #: includes/functions/core.php:835
8076 msgid "Add two-factor authentication to popular WordPress plugins and custom login workflows with minimal configuration."
8077 msgstr ""
8078
8079 #: includes/functions/core.php:839
8080 msgid "One-click WooCommerce integration"
8081 msgstr ""
8082
8083 #: includes/functions/core.php:843
8084 msgid "Support custom login pages and workflows"
8085 msgstr ""
8086
8087 #: includes/functions/core.php:847
8088 msgid "Protect more user journeys across your website"
8089 msgstr ""
8090
8091 #: includes/functions/core.php:851
8092 msgid "Extend 2FA beyond the standard WordPress login"
8093 msgstr ""
8094
8095 #: includes/functions/core.php:933
8096 msgid "Brand the onboarding experience"
8097 msgstr ""
8098
8099 #: includes/functions/core.php:935
8100 msgid "Customize the setup wizard to match your organization's branding and provide users with a seamless authentication setup experience."
8101 msgstr ""
8102
8103 #: includes/functions/core.php:939
8104 msgid "Add your own branding and messaging"
8105 msgstr ""
8106
8107 #: includes/functions/core.php:943
8108 msgid "Create a more professional user experience"
8109 msgstr ""
8110
8111 #: includes/functions/core.php:947
8112 msgid "Improve user trust and adoption"
8113 msgstr ""
8114
8115 #: includes/functions/core.php:951
8116 msgid "Deliver a consistent experience across your website"
8117 msgstr ""
8118
8119 #: includes/functions/core.php:956
8120 #: includes/functions/core.php:984
8121 #: includes/functions/core.php:1012
8122 #: includes/functions/core.php:1096
8123 #: includes/functions/core.php:1100
8124 #: includes/functions/core.php:1160
8125 #: includes/functions/core.php:1164
8126 msgid "Unlock White Labelling"
8127 msgstr ""
8128
8129 #: includes/functions/core.php:961
8130 msgid "Personalize authentication messages"
8131 msgstr ""
8132
8133 #: includes/functions/core.php:963
8134 msgid "Customize user-facing prompts, emails, and notifications to better reflect your brand and communication style."
8135 msgstr ""
8136
8137 #: includes/functions/core.php:967
8138 msgid "Use your own wording and tone of voice"
8139 msgstr ""
8140
8141 #: includes/functions/core.php:971
8142 msgid "Create a consistent branded experience"
8143 msgstr ""
8144
8145 #: includes/functions/core.php:975
8146 #: includes/functions/core.php:1087
8147 msgid "Improve clarity for your users"
8148 msgstr ""
8149
8150 #: includes/functions/core.php:979
8151 msgid "Reinforce trust during authentication"
8152 msgstr ""
8153
8154 #: includes/functions/core.php:989
8155 msgid "Tailor the user account experience"
8156 msgstr ""
8157
8158 #: includes/functions/core.php:991
8159 msgid "Customize the 2FA settings area in user profiles to better match your website, brand, and user requirements."
8160 msgstr ""
8161
8162 #: includes/functions/core.php:995
8163 msgid "Create a seamless branded experience"
8164 msgstr ""
8165
8166 #: includes/functions/core.php:999
8167 msgid "Display only the information users need"
8168 msgstr ""
8169
8170 #: includes/functions/core.php:1003
8171 msgid "Improve usability and clarity"
8172 msgstr ""
8173
8174 #: includes/functions/core.php:1007
8175 msgid "Better align authentication with your website"
8176 msgstr ""
8177
8178 #: includes/functions/core.php:1017
8179 #: includes/functions/core.php:1045
8180 msgid "Unlock full white labelling with"
8181 msgstr ""
8182
8183 #: includes/functions/core.php:1017
8184 #: includes/functions/core.php:1045
8185 msgid "Enterprise"
8186 msgstr ""
8187
8188 #: includes/functions/core.php:1018
8189 #: includes/functions/core.php:1046
8190 msgid "Deliver a seamless branded experience by customizing the look, feel, and messaging of all WP 2FA pages, setup wizards, and emails."
8191 msgstr ""
8192
8193 #: includes/functions/core.php:1023
8194 #: includes/functions/core.php:1051
8195 msgid "Strengthen your brand"
8196 msgstr ""
8197
8198 #: includes/functions/core.php:1024
8199 #: includes/functions/core.php:1052
8200 msgid "Replace WP 2FA branding with your own logo, colours, and styling"
8201 msgstr ""
8202
8203 #: includes/functions/core.php:1027
8204 #: includes/functions/core.php:1055
8205 msgid "Customize user communications"
8206 msgstr ""
8207
8208 #: includes/functions/core.php:1028
8209 #: includes/functions/core.php:1056
8210 msgid "Tailor setup instructions, messaging, and email templates to your audience"
8211 msgstr ""
8212
8213 #: includes/functions/core.php:1031
8214 #: includes/functions/core.php:1059
8215 msgid "Provide a seamless experience"
8216 msgstr ""
8217
8218 #: includes/functions/core.php:1032
8219 #: includes/functions/core.php:1060
8220 msgid "Keep users within your brand throughout the entire 2FA journey"
8221 msgstr ""
8222
8223 #: includes/functions/core.php:1036
8224 #: includes/functions/core.php:1040
8225 #: includes/functions/core.php:1064
8226 #: includes/functions/core.php:1068
8227 #: includes/functions/core.php:1128
8228 #: includes/functions/core.php:1132
8229 msgid "Unlock Full White Labelling"
8230 msgstr ""
8231
8232 #: includes/functions/core.php:1073
8233 msgid "Customize authentication emails"
8234 msgstr ""
8235
8236 #: includes/functions/core.php:1074
8237 msgid "Personalize the emails sent by WP 2FA to match your branding, messaging, and user experience requirements."
8238 msgstr ""
8239
8240 #: includes/functions/core.php:1079
8241 msgid "Customize email content and wording"
8242 msgstr ""
8243
8244 #: includes/functions/core.php:1083
8245 msgid "Align communications with your brand"
8246 msgstr ""
8247
8248 #: includes/functions/core.php:1091
8249 msgid "Create a more professional experience"
8250 msgstr ""
8251
8252 #: includes/functions/core.php:1105
8253 msgid "Customize authentication SMS messages"
8254 msgstr ""
8255
8256 #: includes/functions/core.php:1106
8257 msgid "Tailor SMS messages sent during authentication and account recovery workflows to better suit your organization and users."
8258 msgstr ""
8259
8260 #: includes/functions/core.php:1111
8261 msgid "Customize SMS content and messaging"
8262 msgstr ""
8263
8264 #: includes/functions/core.php:1115
8265 msgid "Provide clearer instructions to users"
8266 msgstr ""
8267
8268 #: includes/functions/core.php:1119
8269 msgid "Maintain a consistent brand experience"
8270 msgstr ""
8271
8272 #: includes/functions/core.php:1123
8273 msgid "Improve communication during login and recovery"
8274 msgstr ""
8275
8276 #: includes/functions/core.php:1137
8277 msgid "Customize the 2FA code page design"
8278 msgstr ""
8279
8280 #: includes/functions/core.php:1138
8281 msgid "Modify the appearance of the 2FA code page to better match your website's branding and user experience."
8282 msgstr ""
8283
8284 #: includes/functions/core.php:1143
8285 msgid "Align the page with your brand identity"
8286 msgstr ""
8287
8288 #: includes/functions/core.php:1147
8289 msgid "Create a more professional login experience"
8290 msgstr ""
8291
8292 #: includes/functions/core.php:1151
8293 msgid "Build user trust with consistent styling"
8294 msgstr ""
8295
8296 #: includes/functions/core.php:1155
8297 msgid "Deliver a seamless authentication journey"
8298 msgstr ""
8299
8300 #: includes/functions/core.php:1169
8301 msgid "Unlock Activity Log Reports with the"
8302 msgstr ""
8303
8304 #: includes/functions/core.php:1169
8305 msgid "Premium Edition"
8306 msgstr ""
8307
8308 #: includes/functions/core.php:1170
8309 msgid "An upsell message related to this page. Add screenshot and bullet points based on final copy."
8310 msgstr ""
8311
8312 #: wp-2fa.php:196
8313 msgid "The required libraries for WP 2FA are missing. Please reinstall the plugin."
8314 msgstr ""
8315
8316 #: wp-2fa.php:326
8317 msgid "This plugin requires OpenSSL. Contact your web host or website administrator so they can enable OpenSSL. Re-activate the plugin once the library has been enabled."
8318 msgstr ""
8319
8320 #: assets/js/admin/common.js:926
8321 #: assets/js/admin/common.js:943
8322 #: dist/js/admin.js:56
8323 #: dist/js/admin.js:57
8324 #: dist/js/wp-2fa.js:45
8325 #: dist/js/wp-2fa.js:46
8326 msgid "Copied"
8327 msgstr ""
8328
8329 #: assets/js/admin/settings.js:88
8330 #: dist/js/admin.js:6
8331 msgid "If you don’t want this applied to your account, you can exclude yourself from the 2FA policies before continuing."
8332 msgstr ""
8333
8334 #: assets/js/admin/settings.js:88
8335 #: dist/js/admin.js:6
8336 msgid "Note: After closing this prompt, don’t forget to save your settings for the changes to take effect."
8337 msgstr ""
8338
8339 #: includes/classes/Admin/Methods/passkeys/assets/js/user-profile-ajax.js:73
8340 #: includes/classes/Admin/Methods/passkeys/assets/js/user-profile.js:65
8341 msgid "Error: Authenticator was probably already registered by you"
8342 msgstr ""
8343
8344 #: includes/classes/Admin/Methods/passkeys/assets/js/user-profile-ajax.js:92
8345 #: includes/classes/Admin/Methods/passkeys/assets/js/user-profile.js:85
8346 msgid "Are you sure you want to revoke this passkey? This action cannot be undone."
8347 msgstr ""
8348