Version Description
- Google Authenticator (2FA) : Bug Fix for User Registration and other plugin conflicts in Dashboard.
Download this release
Release Info
Developer | cyberlord92 |
Plugin | Google Authenticator – WordPress Two Factor Authentication (2FA) |
Version | 5.0.7 |
Comparing to | |
See all releases |
Code changes from version 5.0.6 to 5.0.7
class-miniorange-2-factor-pass2fa-login.php
CHANGED
@@ -1015,7 +1015,7 @@ class Miniorange_Password_2Factor_Login {
|
|
1015 |
}
|
1016 |
|
1017 |
// if an app password is enabled, this is an XMLRPC / APP login ?
|
1018 |
-
if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST
|
1019 |
|
1020 |
$currentuser = wp_authenticate_username_password( $user, $username, $password );
|
1021 |
if ( is_wp_error( $currentuser ) ) {
|
1015 |
}
|
1016 |
|
1017 |
// if an app password is enabled, this is an XMLRPC / APP login ?
|
1018 |
+
if ( defined( 'XMLRPC_REQUEST' ) && XMLRPC_REQUEST ) {
|
1019 |
|
1020 |
$currentuser = wp_authenticate_username_password( $user, $username, $password );
|
1021 |
if ( is_wp_error( $currentuser ) ) {
|
lang/miniorange-2-factor-authentication.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: miniOrange 2 Factor Authentication\n"
|
5 |
-
"POT-Creation-Date:
|
6 |
"PO-Revision-Date: 2017-11-08 17:27+0530\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: miniOrange\n"
|
@@ -14,610 +14,1753 @@ msgstr ""
|
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"Language: de\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
-
"X-Poedit-KeywordsList: __\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
-
#: class-miniorange-2-factor-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
#: class-miniorange-2-factor-pass2fa-login.php:98
|
22 |
-
|
23 |
-
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
#: class-miniorange-2-factor-pass2fa-login.php:230
|
26 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
27 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
28 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
29 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
30 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
31 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
32 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
33 |
-
#: class-miniorange-2-factor-pass2fa-login.php:573
|
34 |
-
#: class-miniorange-2-factor-pass2fa-login.php:603
|
35 |
-
#: class-miniorange-2-factor-pass2fa-login.php:657
|
36 |
-
#: class-miniorange-2-factor-pass2fa-login.php:702
|
37 |
-
#: class-miniorange-2-factor-pass2fa-login.php:732
|
38 |
-
#: class-miniorange-2-factor-pass2fa-login.php:800
|
39 |
-
#: class-miniorange-2-factor-pass2fa-login.php:866
|
40 |
-
#: class-miniorange-2-factor-pass2fa-login.php:889
|
41 |
-
#: class-miniorange-2-factor-pass2fa-login.php:925
|
42 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1013
|
43 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1030
|
44 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1109
|
45 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1123
|
46 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1145
|
47 |
-
#: class-miniorange-2-factor-shortcode.php:47
|
48 |
-
#: class-miniorange-2-factor-shortcode.php:102
|
49 |
-
#: class-miniorange-2-factor-shortcode.php:172
|
50 |
msgid "<strong>ERROR</strong>: Invalid Request."
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
54 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
55 |
msgid "<strong>ERROR</strong>: Please try again.."
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
59 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
60 |
msgid "<strong>ERROR</strong>: Please try again."
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
64 |
msgid "<strong>ERROR</strong>: Invalid Request. Please try again."
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
68 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
msgstr ""
|
71 |
|
72 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
73 |
msgid "Bad login/pass combination."
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: class-miniorange-2-factor-pass2fa-login.php:
|
77 |
-
|
78 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1891
|
79 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1897
|
80 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1928
|
81 |
-
#: class-miniorange-2-factor-pass2fa-login.php:1934
|
82 |
-
msgid "<strong>ERROR</strong>: An error occured while processing your request. Please Try again."
|
83 |
msgstr ""
|
84 |
|
85 |
-
#:
|
86 |
-
msgid "
|
87 |
msgstr ""
|
88 |
|
89 |
-
#:
|
90 |
-
|
|
|
91 |
msgstr ""
|
92 |
|
93 |
-
#:
|
94 |
-
|
|
|
95 |
msgstr ""
|
96 |
|
97 |
-
#:
|
98 |
-
|
|
|
99 |
msgstr ""
|
100 |
|
101 |
-
#:
|
102 |
-
|
103 |
-
msgid "Enter your email"
|
104 |
msgstr ""
|
105 |
|
106 |
-
#:
|
107 |
-
msgid "
|
108 |
msgstr ""
|
109 |
|
110 |
-
#:
|
111 |
-
|
|
|
112 |
msgstr ""
|
113 |
|
114 |
-
#:
|
115 |
-
msgid "
|
116 |
msgstr ""
|
117 |
|
118 |
-
#:
|
119 |
-
msgid "
|
120 |
msgstr ""
|
121 |
|
122 |
-
#:
|
123 |
-
msgid "
|
124 |
msgstr ""
|
125 |
|
126 |
-
#:
|
127 |
-
msgid "
|
128 |
msgstr ""
|
129 |
|
130 |
-
#:
|
131 |
-
msgid "
|
132 |
msgstr ""
|
133 |
|
134 |
-
#:
|
135 |
-
|
136 |
-
#: miniorange_2_factor_user_inline_registration.php:609
|
137 |
-
#: miniorange_2_factor_user_inline_registration.php:710
|
138 |
-
msgid "Enter OTP"
|
139 |
msgstr ""
|
140 |
|
141 |
-
#:
|
142 |
-
msgid "
|
143 |
msgstr ""
|
144 |
|
145 |
-
#:
|
146 |
-
|
147 |
-
msgid "Validate OTP"
|
148 |
msgstr ""
|
149 |
|
150 |
-
#:
|
151 |
-
|
152 |
-
#: miniorange_2_factor_user_inline_registration.php:489
|
153 |
-
#: miniorange_2_factor_user_inline_registration.php:719
|
154 |
-
#: miniorange_2_factor_user_inline_registration.php:795
|
155 |
-
#: miniorange_2_factor_user_inline_registration.php:871
|
156 |
-
#: miniorange_2_factor_user_inline_registration.php:973
|
157 |
-
msgid "Back"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#:
|
161 |
-
msgid "
|
162 |
msgstr ""
|
163 |
|
164 |
-
#:
|
165 |
-
msgid "
|
166 |
msgstr ""
|
167 |
|
168 |
-
#:
|
169 |
-
msgid "
|
170 |
msgstr ""
|
171 |
|
172 |
-
#:
|
173 |
-
msgid "
|
174 |
msgstr ""
|
175 |
|
176 |
-
#:
|
177 |
-
msgid "
|
178 |
msgstr ""
|
179 |
|
180 |
-
#:
|
181 |
-
msgid "
|
182 |
msgstr ""
|
183 |
|
184 |
-
#:
|
185 |
-
msgid "
|
186 |
msgstr ""
|
187 |
|
188 |
-
#:
|
189 |
-
msgid "
|
190 |
msgstr ""
|
191 |
|
192 |
-
#:
|
193 |
-
msgid "
|
194 |
msgstr ""
|
195 |
|
196 |
-
#:
|
197 |
-
msgid "
|
198 |
msgstr ""
|
199 |
|
200 |
-
#:
|
201 |
-
msgid "
|
202 |
msgstr ""
|
203 |
|
204 |
-
#:
|
205 |
-
msgid "
|
206 |
msgstr ""
|
207 |
|
208 |
-
#:
|
209 |
-
msgid "
|
210 |
msgstr ""
|
211 |
|
212 |
-
#:
|
213 |
-
msgid "
|
214 |
msgstr ""
|
215 |
|
216 |
-
#:
|
217 |
-
msgid "
|
218 |
msgstr ""
|
219 |
|
220 |
-
#:
|
221 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
222 |
msgstr ""
|
223 |
|
224 |
-
#:
|
225 |
-
msgid "
|
226 |
msgstr ""
|
227 |
|
228 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
229 |
msgid "Authy 2-Factor Authentication"
|
230 |
msgstr ""
|
231 |
|
232 |
-
#:
|
233 |
-
msgid "
|
234 |
msgstr ""
|
235 |
|
236 |
-
#:
|
237 |
-
msgid "
|
238 |
msgstr ""
|
239 |
|
240 |
-
#:
|
241 |
-
msgid "
|
242 |
msgstr ""
|
243 |
|
244 |
-
#:
|
245 |
-
msgid "
|
246 |
msgstr ""
|
247 |
|
248 |
-
#:
|
249 |
-
|
250 |
-
|
251 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
252 |
msgstr ""
|
253 |
|
254 |
-
#:
|
255 |
-
msgid "
|
256 |
msgstr ""
|
257 |
|
258 |
-
#:
|
259 |
-
|
|
|
260 |
msgstr ""
|
261 |
|
262 |
-
#:
|
263 |
-
msgid "
|
264 |
msgstr ""
|
265 |
|
266 |
-
#:
|
267 |
-
msgid "
|
268 |
msgstr ""
|
269 |
|
270 |
-
#:
|
271 |
-
|
|
|
272 |
msgstr ""
|
273 |
|
274 |
-
#:
|
275 |
-
msgid "
|
276 |
msgstr ""
|
277 |
|
278 |
-
#:
|
279 |
-
msgid "
|
280 |
msgstr ""
|
281 |
|
282 |
-
#:
|
283 |
-
|
|
|
|
|
|
|
|
|
|
|
284 |
msgstr ""
|
285 |
|
286 |
-
#:
|
287 |
-
msgid "
|
288 |
msgstr ""
|
289 |
|
290 |
-
#:
|
291 |
-
msgid "
|
292 |
msgstr ""
|
293 |
|
294 |
-
#:
|
295 |
-
msgid "
|
296 |
msgstr ""
|
297 |
|
298 |
-
#:
|
299 |
-
msgid "
|
300 |
msgstr ""
|
301 |
|
302 |
-
#:
|
303 |
-
|
|
|
|
|
304 |
msgstr ""
|
305 |
|
306 |
-
#:
|
307 |
-
msgid "
|
308 |
msgstr ""
|
309 |
|
310 |
-
#:
|
311 |
-
msgid "
|
312 |
msgstr ""
|
313 |
|
314 |
-
#:
|
315 |
-
|
316 |
-
#: miniorange_2_factor_user_inline_registration.php:611
|
317 |
-
msgid "Verify and Save"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#:
|
321 |
-
|
|
|
322 |
msgstr ""
|
323 |
|
324 |
-
#:
|
325 |
-
msgid "
|
326 |
msgstr ""
|
327 |
|
328 |
-
#:
|
329 |
-
msgid "
|
330 |
msgstr ""
|
331 |
|
332 |
-
#:
|
333 |
-
|
|
|
334 |
msgstr ""
|
335 |
|
336 |
-
#:
|
337 |
-
|
|
|
338 |
msgstr ""
|
339 |
|
340 |
-
#:
|
341 |
-
msgid "
|
342 |
msgstr ""
|
343 |
|
344 |
-
#:
|
345 |
-
msgid "
|
346 |
msgstr ""
|
347 |
|
348 |
-
#:
|
349 |
-
msgid "
|
350 |
msgstr ""
|
351 |
|
352 |
-
#:
|
353 |
-
#:
|
354 |
-
|
|
|
|
|
|
|
355 |
msgstr ""
|
356 |
|
357 |
-
#:
|
358 |
-
|
359 |
-
msgid "Google Authenticator."
|
360 |
msgstr ""
|
361 |
|
362 |
-
#:
|
363 |
-
msgid "
|
364 |
msgstr ""
|
365 |
|
366 |
-
#:
|
367 |
-
|
368 |
-
#: miniorange_2_factor_user_inline_registration.php:583
|
369 |
-
msgid "Now open and configure Google Authenticator."
|
370 |
msgstr ""
|
371 |
|
372 |
-
#:
|
373 |
-
#:
|
374 |
-
msgid "
|
375 |
msgstr ""
|
376 |
|
377 |
-
#:
|
378 |
-
msgid "
|
379 |
msgstr ""
|
380 |
|
381 |
-
#:
|
382 |
-
#:
|
383 |
-
msgid "
|
384 |
msgstr ""
|
385 |
|
386 |
-
#:
|
387 |
-
msgid "
|
388 |
msgstr ""
|
389 |
|
390 |
-
#:
|
391 |
-
|
392 |
-
msgid "In \"Enter account name\" type your full email address."
|
393 |
msgstr ""
|
394 |
|
395 |
-
#:
|
396 |
-
|
|
|
397 |
msgstr ""
|
398 |
|
399 |
-
#:
|
400 |
-
|
401 |
-
#: miniorange_2_factor_user_inline_registration.php:593
|
402 |
-
msgid "Spaces don't matter."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#:
|
406 |
-
|
407 |
-
msgid "Key type: make sure \"Time-based\" is selected."
|
408 |
msgstr ""
|
409 |
|
410 |
-
#:
|
411 |
-
|
412 |
-
msgid "Tap Add."
|
413 |
msgstr ""
|
414 |
|
415 |
-
#:
|
416 |
-
|
|
|
417 |
msgstr ""
|
418 |
|
419 |
-
#:
|
420 |
-
msgid "
|
421 |
msgstr ""
|
422 |
|
423 |
-
#:
|
424 |
-
msgid "
|
425 |
msgstr ""
|
426 |
|
427 |
-
#:
|
428 |
-
msgid "
|
429 |
msgstr ""
|
430 |
|
431 |
-
#:
|
432 |
-
msgid "
|
433 |
msgstr ""
|
434 |
|
435 |
-
#:
|
436 |
-
msgid "
|
437 |
msgstr ""
|
438 |
|
439 |
-
#:
|
440 |
-
msgid "
|
441 |
msgstr ""
|
442 |
|
443 |
-
#:
|
444 |
-
msgid "
|
445 |
msgstr ""
|
446 |
|
447 |
-
#:
|
448 |
-
msgid "
|
449 |
msgstr ""
|
450 |
|
451 |
-
#:
|
452 |
-
msgid "
|
453 |
msgstr ""
|
454 |
|
455 |
-
#:
|
456 |
-
msgid "
|
457 |
msgstr ""
|
458 |
|
459 |
-
#:
|
460 |
-
|
|
|
461 |
msgstr ""
|
462 |
|
463 |
-
#:
|
464 |
-
msgid "
|
465 |
msgstr ""
|
466 |
|
467 |
-
#:
|
468 |
-
msgid "
|
469 |
msgstr ""
|
470 |
|
471 |
-
#:
|
472 |
-
msgid "
|
473 |
msgstr ""
|
474 |
|
475 |
-
#:
|
476 |
-
msgid "
|
477 |
msgstr ""
|
478 |
|
479 |
-
#:
|
480 |
-
msgid "
|
481 |
msgstr ""
|
482 |
|
483 |
-
#:
|
484 |
-
msgid "
|
485 |
msgstr ""
|
486 |
|
487 |
-
#:
|
488 |
-
msgid "
|
489 |
msgstr ""
|
490 |
|
491 |
-
#:
|
492 |
-
msgid "
|
493 |
msgstr ""
|
494 |
|
495 |
-
#:
|
496 |
-
msgid "
|
497 |
msgstr ""
|
498 |
|
499 |
-
#:
|
500 |
-
msgid "
|
501 |
msgstr ""
|
502 |
|
503 |
-
#:
|
504 |
-
msgid "
|
505 |
msgstr ""
|
506 |
|
507 |
-
#:
|
508 |
-
|
|
|
509 |
msgstr ""
|
510 |
|
511 |
-
#:
|
512 |
-
|
|
|
513 |
msgstr ""
|
514 |
|
515 |
-
#:
|
|
|
|
|
516 |
msgid "Resend OTP ?"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#:
|
520 |
-
|
|
|
|
|
521 |
msgstr ""
|
522 |
|
523 |
-
#:
|
524 |
-
|
525 |
-
msgid "Authenticator"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#:
|
529 |
-
msgid "
|
530 |
msgstr ""
|
531 |
|
532 |
-
#:
|
533 |
-
msgid "
|
534 |
msgstr ""
|
535 |
|
536 |
-
#:
|
537 |
-
msgid "
|
538 |
msgstr ""
|
539 |
|
540 |
-
#:
|
541 |
-
msgid "
|
542 |
msgstr ""
|
543 |
|
544 |
-
#:
|
545 |
-
msgid "
|
546 |
msgstr ""
|
547 |
|
548 |
-
#:
|
549 |
-
msgid "
|
550 |
msgstr ""
|
551 |
|
552 |
-
#:
|
553 |
-
msgid "
|
554 |
msgstr ""
|
555 |
|
556 |
-
#:
|
557 |
-
msgid "
|
558 |
msgstr ""
|
559 |
|
560 |
-
#:
|
561 |
-
msgid "
|
562 |
msgstr ""
|
563 |
|
564 |
-
#:
|
565 |
-
|
|
|
566 |
msgstr ""
|
567 |
|
568 |
-
#:
|
569 |
-
|
|
|
|
|
570 |
msgstr ""
|
571 |
|
572 |
-
#:
|
573 |
-
|
|
|
574 |
msgstr ""
|
575 |
|
576 |
-
#:
|
577 |
-
msgid "
|
|
|
|
|
578 |
msgstr ""
|
579 |
|
580 |
-
#:
|
581 |
-
msgid "
|
582 |
msgstr ""
|
583 |
|
584 |
-
#:
|
585 |
-
msgid "
|
586 |
msgstr ""
|
587 |
|
588 |
-
#:
|
589 |
-
msgid "
|
590 |
msgstr ""
|
591 |
|
592 |
-
#:
|
593 |
-
|
594 |
-
msgid "Save"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#:
|
598 |
-
msgid "
|
599 |
msgstr ""
|
600 |
|
601 |
-
#:
|
602 |
-
msgid "
|
603 |
msgstr ""
|
604 |
|
605 |
-
#:
|
606 |
-
msgid "
|
607 |
msgstr ""
|
608 |
|
609 |
-
#:
|
610 |
-
msgid "
|
611 |
msgstr ""
|
612 |
|
613 |
-
#:
|
614 |
-
msgid "
|
615 |
msgstr ""
|
616 |
|
617 |
-
#:
|
618 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
619 |
msgstr ""
|
620 |
|
621 |
-
#:
|
622 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
623 |
msgstr ""
|
2 |
msgid ""
|
3 |
msgstr ""
|
4 |
"Project-Id-Version: miniOrange 2 Factor Authentication\n"
|
5 |
+
"POT-Creation-Date: 2018-05-04 15:14+0530\n"
|
6 |
"PO-Revision-Date: 2017-11-08 17:27+0530\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: miniOrange\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
"Language: de\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
+
"X-Poedit-KeywordsList: __;mo2f_lt\n"
|
18 |
"X-Poedit-SearchPath-0: .\n"
|
19 |
|
20 |
+
#: class-miniorange-2-factor-login.php:49
|
21 |
+
#: class-miniorange-2-factor-pass2fa-login.php:39
|
22 |
+
#: class-miniorange-2-factor-pass2fa-login.php:164
|
23 |
+
#: class-miniorange-2-factor-pass2fa-login.php:178
|
24 |
+
#: class-miniorange-2-factor-pass2fa-login.php:350
|
25 |
+
#: class-miniorange-2-factor-pass2fa-login.php:1032
|
26 |
+
msgid "ERROR"
|
27 |
+
msgstr ""
|
28 |
+
|
29 |
+
#: class-miniorange-2-factor-login.php:49
|
30 |
+
msgid "Login with password is disabled for you. Please Login using your phone."
|
31 |
+
msgstr ""
|
32 |
+
|
33 |
+
#: class-miniorange-2-factor-login.php:250
|
34 |
+
msgid "or"
|
35 |
+
msgstr ""
|
36 |
+
|
37 |
+
#: class-miniorange-2-factor-login.php:255
|
38 |
+
msgid "Username"
|
39 |
+
msgstr ""
|
40 |
+
|
41 |
+
#: class-miniorange-2-factor-login.php:260
|
42 |
+
msgid "Login with 2nd factor"
|
43 |
+
msgstr ""
|
44 |
+
|
45 |
+
#: class-miniorange-2-factor-pass2fa-login.php:39
|
46 |
+
#: class-miniorange-2-factor-pass2fa-login.php:137
|
47 |
+
#: class-miniorange-2-factor-pass2fa-login.php:164
|
48 |
+
#: class-miniorange-2-factor-pass2fa-login.php:178
|
49 |
+
#: class-miniorange-2-factor-pass2fa-login.php:350
|
50 |
+
msgid "Invalid Request."
|
51 |
+
msgstr ""
|
52 |
+
|
53 |
#: class-miniorange-2-factor-pass2fa-login.php:98
|
54 |
+
msgid "Please try again or contact your admin."
|
55 |
+
msgstr ""
|
56 |
+
|
57 |
+
#: class-miniorange-2-factor-pass2fa-login.php:106
|
58 |
+
#: class-miniorange-2-factor-pass2fa-login.php:114
|
59 |
+
msgid "Please login into your account using password."
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: class-miniorange-2-factor-pass2fa-login.php:122
|
63 |
+
msgid "Invalid Username."
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: class-miniorange-2-factor-pass2fa-login.php:137
|
67 |
+
msgid "ERROR "
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
#: class-miniorange-2-factor-pass2fa-login.php:230
|
71 |
+
#: class-miniorange-2-factor-pass2fa-login.php:247
|
72 |
+
#: class-miniorange-2-factor-pass2fa-login.php:312
|
73 |
+
#: class-miniorange-2-factor-pass2fa-login.php:363
|
74 |
+
#: class-miniorange-2-factor-pass2fa-login.php:417
|
75 |
+
#: class-miniorange-2-factor-pass2fa-login.php:440
|
76 |
+
#: class-miniorange-2-factor-pass2fa-login.php:511
|
77 |
+
#: class-miniorange-2-factor-pass2fa-login.php:525
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
78 |
msgid "<strong>ERROR</strong>: Invalid Request."
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: class-miniorange-2-factor-pass2fa-login.php:303
|
82 |
+
#: class-miniorange-2-factor-pass2fa-login.php:502
|
83 |
msgid "<strong>ERROR</strong>: Please try again.."
|
84 |
msgstr ""
|
85 |
|
86 |
+
#: class-miniorange-2-factor-pass2fa-login.php:336
|
87 |
+
#: class-miniorange-2-factor-pass2fa-login.php:341
|
88 |
msgid "<strong>ERROR</strong>: Please try again."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: class-miniorange-2-factor-pass2fa-login.php:482
|
92 |
msgid "<strong>ERROR</strong>: Invalid Request. Please try again."
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: class-miniorange-2-factor-pass2fa-login.php:615
|
96 |
+
#: class-miniorange-2-factor-pass2fa-login.php:622
|
97 |
+
#: class-miniorange-2-factor-pass2fa-login.php:793
|
98 |
+
#: class-miniorange-2-factor-pass2fa-login.php:800
|
99 |
+
#: class-miniorange-2-factor-pass2fa-login.php:837
|
100 |
+
#: class-miniorange-2-factor-pass2fa-login.php:886
|
101 |
+
msgid "<strong>ERROR</strong>: An error occured while processing your request. Please Try again."
|
102 |
+
msgstr ""
|
103 |
+
|
104 |
+
#: class-miniorange-2-factor-pass2fa-login.php:976
|
105 |
+
msgid "<strong>ERROR</strong>: Two Factor method has not been configured."
|
106 |
msgstr ""
|
107 |
|
108 |
+
#: class-miniorange-2-factor-pass2fa-login.php:1022
|
109 |
msgid "Bad login/pass combination."
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: class-miniorange-2-factor-pass2fa-login.php:1032
|
113 |
+
msgid "Invalid Username or password."
|
|
|
|
|
|
|
|
|
|
|
114 |
msgstr ""
|
115 |
|
116 |
+
#: class-miniorange-2-factor-user-registration.php:87
|
117 |
+
msgid "Warning: "
|
118 |
msgstr ""
|
119 |
|
120 |
+
#: class-miniorange-2-factor-user-registration.php:89
|
121 |
+
#: miniorange_2_factor_configuration.php:7
|
122 |
+
msgid "PHP CURL extension"
|
123 |
msgstr ""
|
124 |
|
125 |
+
#: class-miniorange-2-factor-user-registration.php:89
|
126 |
+
#: miniorange_2_factor_configuration.php:7
|
127 |
+
msgid "is not installed or disabled"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: class-miniorange-2-factor-user-registration.php:104
|
131 |
+
#: miniorange_2_factor_configuration.php:35
|
132 |
+
msgid "FAQ"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: class-miniorange-2-factor-user-registration.php:114
|
136 |
+
msgid "User Profile "
|
|
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: class-miniorange-2-factor-user-registration.php:114
|
140 |
+
msgid "Account Setup "
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: class-miniorange-2-factor-user-registration.php:117
|
144 |
+
#: miniorange_2_factor_configuration.php:59
|
145 |
+
msgid "Setup Two-Factor"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: class-mo2f-constants.php:10
|
149 |
+
msgid "Successfully validated."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: class-mo2f-constants.php:13
|
153 |
+
msgid "Please scan the QR Code now."
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: class-mo2f-constants.php:16
|
157 |
+
msgid "miniOrange QR Code Authentication"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: class-mo2f-constants.php:19
|
161 |
+
msgid "miniOrange Push Notification"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: class-mo2f-constants.php:22
|
165 |
+
msgid "miniOrange Soft Token"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: class-mo2f-constants.php:25
|
169 |
+
msgid "Security Questions"
|
|
|
|
|
|
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: class-mo2f-constants.php:28 class-mo2f-constants.php:118
|
173 |
+
msgid "Google Authenticator"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: class-mo2f-constants.php:31
|
177 |
+
msgid "Authy Authenticator"
|
|
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: class-mo2f-constants.php:34
|
181 |
+
msgid "Email Verification"
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: class-mo2f-constants.php:37
|
185 |
+
msgid "OTP Over SMS"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: class-mo2f-constants.php:40
|
189 |
+
msgid "OTP Over SMS And Email"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: class-mo2f-constants.php:43
|
193 |
+
msgid "Your license has expired. Please renew your license to continue using our service."
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: class-mo2f-constants.php:46
|
197 |
+
msgid "The total transaction limit has been exceeded. Please upgrade your premium plan."
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: class-mo2f-constants.php:49
|
201 |
+
msgid "The transaction limit has exceeded."
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: class-mo2f-constants.php:52
|
205 |
+
msgid "GenerateOtpRequest is null"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: class-mo2f-constants.php:55
|
209 |
+
msgid "The sms transaction limit has been exceeded. Please refer to the Licensing Plans tab for purchasing your SMS transactions."
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: class-mo2f-constants.php:58
|
213 |
+
msgid "The email transaction limit has been exceeded. Please refer to the Licensing Plans tab for purchasing your SMS transactions."
|
214 |
msgstr ""
|
215 |
|
216 |
+
#: class-mo2f-constants.php:61
|
217 |
+
msgid "Transaction limit exceeded. Please contact your administrator"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: class-mo2f-constants.php:64
|
221 |
+
msgid "Free Trial has already been taken or expired for this plugin. Please upgrade to a premium plan."
|
222 |
msgstr ""
|
223 |
|
224 |
+
#: class-mo2f-constants.php:67
|
225 |
+
msgid "Invalid format."
|
226 |
msgstr ""
|
227 |
|
228 |
+
#: class-mo2f-constants.php:70
|
229 |
+
msgid "Mobile registration failed."
|
230 |
msgstr ""
|
231 |
|
232 |
+
#: class-mo2f-constants.php:73
|
233 |
+
msgid "Invalid mobile authentication request."
|
234 |
msgstr ""
|
235 |
|
236 |
+
#: class-mo2f-constants.php:76
|
237 |
+
msgid "Exception during SMS sending"
|
238 |
msgstr ""
|
239 |
|
240 |
+
#: class-mo2f-constants.php:79
|
241 |
+
msgid "There was an error during sending an SMS."
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: class-mo2f-constants.php:82
|
245 |
+
msgid "Exception during logUserTransaction"
|
246 |
+
msgstr ""
|
247 |
+
|
248 |
+
#: class-mo2f-constants.php:85
|
249 |
+
msgid "There was an error processing the challenge user request."
|
250 |
+
msgstr ""
|
251 |
+
|
252 |
+
#: class-mo2f-constants.php:88
|
253 |
+
msgid "What is your first company name?"
|
254 |
+
msgstr ""
|
255 |
+
|
256 |
+
#: class-mo2f-constants.php:91
|
257 |
+
msgid "What was your childhood nickname?"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: class-mo2f-constants.php:94
|
261 |
+
msgid "In what city did you meet your spouse/significant other?"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: class-mo2f-constants.php:97
|
265 |
+
msgid "What is the name of your favorite childhood friend?"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: class-mo2f-constants.php:100
|
269 |
+
msgid "What was your first vehicle's registration number?"
|
270 |
+
msgstr ""
|
271 |
+
|
272 |
+
#: class-mo2f-constants.php:103
|
273 |
+
msgid "What is your grandmother's maiden name?"
|
274 |
+
msgstr ""
|
275 |
+
|
276 |
+
#: class-mo2f-constants.php:106
|
277 |
+
msgid "Who is your favourite sports player?"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: class-mo2f-constants.php:109
|
281 |
+
msgid "What is your favourite sport?"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: class-mo2f-constants.php:112
|
285 |
+
msgid "In what city or town was your first job"
|
286 |
+
msgstr ""
|
287 |
+
|
288 |
+
#: class-mo2f-constants.php:115
|
289 |
+
msgid "What school did you attend for sixth grade?"
|
290 |
+
msgstr ""
|
291 |
+
|
292 |
+
#: class-mo2f-constants.php:121
|
293 |
msgid "Authy 2-Factor Authentication"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: class-mo2f-constants.php:124
|
297 |
+
msgid "An unknown error occurred while creating the end user."
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: class-mo2f-constants.php:127
|
301 |
+
msgid "An unknown error occurred while challenging the user."
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: class-mo2f-constants.php:130
|
305 |
+
msgid "An unknown error occurred while generating QR Code for registering mobile."
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: class-mo2f-constants.php:133
|
309 |
+
msgid "An unknown error occurred while validating the user's identity."
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: class-mo2f-constants.php:136
|
313 |
+
msgid "Customer not found."
|
314 |
+
msgstr ""
|
315 |
+
|
316 |
+
#: class-mo2f-constants.php:139
|
317 |
+
msgid "The customer is not valid"
|
318 |
+
msgstr ""
|
319 |
+
|
320 |
+
#: class-mo2f-constants.php:142
|
321 |
+
msgid "The user is not valid "
|
322 |
+
msgstr ""
|
323 |
+
|
324 |
+
#: class-mo2f-constants.php:145
|
325 |
+
msgid "Customer already exists."
|
326 |
+
msgstr ""
|
327 |
+
|
328 |
+
#: class-mo2f-constants.php:148
|
329 |
+
msgid "Customer Name is null"
|
330 |
+
msgstr ""
|
331 |
+
|
332 |
+
#: class-mo2f-constants.php:151
|
333 |
+
msgid "Customer check request failed."
|
334 |
+
msgstr ""
|
335 |
+
|
336 |
+
#: class-mo2f-constants.php:154
|
337 |
+
msgid "Invalid username or password. Please try again."
|
338 |
+
msgstr ""
|
339 |
+
|
340 |
+
#: class-mo2f-constants.php:157
|
341 |
+
msgid "You are not authorized to perform this operation."
|
342 |
+
msgstr ""
|
343 |
+
|
344 |
+
#: class-mo2f-constants.php:160
|
345 |
+
msgid "Invalid request. No such challenge request was initiated."
|
346 |
+
msgstr ""
|
347 |
+
|
348 |
+
#: class-mo2f-constants.php:163
|
349 |
+
msgid "No OTP Token for the given request was found."
|
350 |
+
msgstr ""
|
351 |
+
|
352 |
+
#: class-mo2f-constants.php:166
|
353 |
+
msgid "Query submitted."
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: class-mo2f-constants.php:169
|
357 |
+
msgid "Invalid parameters."
|
358 |
+
msgstr ""
|
359 |
+
|
360 |
+
#: class-mo2f-constants.php:172
|
361 |
+
msgid "Alternate email cannot be same as primary email."
|
362 |
+
msgstr ""
|
363 |
+
|
364 |
+
#: class-mo2f-constants.php:175
|
365 |
+
msgid "CustomerId is null."
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
+
#: class-mo2f-constants.php:178
|
369 |
+
msgid "You are not authorized to create users. Please upgrade to premium plan. "
|
370 |
+
msgstr ""
|
371 |
+
|
372 |
+
#: class-mo2f-constants.php:181
|
373 |
+
msgid "Your user creation limit has been completed. Please upgrade your license to add more users."
|
374 |
+
msgstr ""
|
375 |
+
|
376 |
+
#: class-mo2f-constants.php:184
|
377 |
+
msgid "Username cannot be blank."
|
378 |
+
msgstr ""
|
379 |
+
|
380 |
+
#: class-mo2f-constants.php:187
|
381 |
+
msgid "End user created successfully."
|
382 |
+
msgstr ""
|
383 |
+
|
384 |
+
#: class-mo2f-constants.php:190
|
385 |
+
msgid "There was an exception processing the update user request."
|
386 |
+
msgstr ""
|
387 |
+
|
388 |
+
#: class-mo2f-constants.php:193
|
389 |
+
msgid "End user found."
|
390 |
+
msgstr ""
|
391 |
+
|
392 |
+
#: class-mo2f-constants.php:196
|
393 |
+
msgid "End user found under different customer. "
|
394 |
+
msgstr ""
|
395 |
+
|
396 |
+
#: class-mo2f-constants.php:199
|
397 |
+
msgid "End user not found."
|
398 |
+
msgstr ""
|
399 |
+
|
400 |
+
#: class-mo2f-constants.php:202
|
401 |
+
msgid "Customer successfully registered."
|
402 |
+
msgstr ""
|
403 |
+
|
404 |
+
#: class-mo2f-constants.php:205
|
405 |
+
msgid "Customer registration failed."
|
406 |
+
msgstr ""
|
407 |
+
|
408 |
+
#: class-mo2f-constants.php:208
|
409 |
+
msgid "There was an error processing the register mobile request."
|
410 |
+
msgstr ""
|
411 |
+
|
412 |
+
#: class-mo2f-constants.php:211
|
413 |
+
msgid "There was an exception processing the get user request."
|
414 |
+
msgstr ""
|
415 |
+
|
416 |
+
#: class-mo2f-constants.php:214
|
417 |
+
msgid "End User retrieved successfully."
|
418 |
+
msgstr ""
|
419 |
+
|
420 |
+
#: class-mo2f-constants.php:217
|
421 |
+
msgid "You have successfully completed the test."
|
422 |
+
msgstr ""
|
423 |
+
|
424 |
+
#: class-mo2f-constants.php:220
|
425 |
+
msgid "All the fields are required. Please enter valid entries."
|
426 |
+
msgstr ""
|
427 |
+
|
428 |
+
#: class-mo2f-constants.php:223
|
429 |
+
msgid "You already have an account with miniOrange. Please enter a valid password."
|
430 |
+
msgstr ""
|
431 |
+
|
432 |
+
#: class-mo2f-constants.php:226
|
433 |
+
msgid "Invalid request. Please try again"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: class-mo2f-constants.php:229
|
437 |
+
msgid "Invalid OTP. Please try again."
|
438 |
+
msgstr ""
|
439 |
+
|
440 |
+
#: class-mo2f-constants.php:232
|
441 |
+
msgid "Invalid email or password. Please try again."
|
442 |
+
msgstr ""
|
443 |
+
|
444 |
+
#: class-mo2f-constants.php:235
|
445 |
+
msgid "Password and Confirm password do not match."
|
446 |
+
msgstr ""
|
447 |
+
|
448 |
+
#: class-mo2f-constants.php:238
|
449 |
+
msgid "Please enter your registered email and password."
|
450 |
+
msgstr ""
|
451 |
+
|
452 |
+
#: class-mo2f-constants.php:241
|
453 |
+
msgid "One Time Passcode has been sent for verification to "
|
454 |
+
msgstr ""
|
455 |
+
|
456 |
+
#: class-mo2f-constants.php:244
|
457 |
+
msgid "There was an error in sending OTP over email. Please click on Resend OTP to try again."
|
458 |
+
msgstr ""
|
459 |
+
|
460 |
+
#: class-mo2f-constants.php:247
|
461 |
+
msgid "Error occured while registration. Please try again."
|
462 |
+
msgstr ""
|
463 |
+
|
464 |
+
#: class-mo2f-constants.php:250
|
465 |
+
msgid "An error occured while processing your request. Please Try again."
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: class-mo2f-constants.php:253
|
469 |
+
msgid "There was an error in sending sms. Please click on Resend OTP to try again."
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: class-mo2f-constants.php:256
|
473 |
+
msgid "Error occurred while registering the user. Please try again."
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: class-mo2f-constants.php:259
|
477 |
+
msgid "is set as your 2 factor authentication method."
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: class-mo2f-constants.php:262
|
481 |
+
msgid "Error occured while saving your kba details. Please try again."
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: class-mo2f-constants.php:265
|
485 |
+
msgid "Please answer the following security questions."
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: class-mo2f-constants.php:268
|
489 |
+
msgid "There was an error fetching security questions. Please try again."
|
490 |
+
msgstr ""
|
491 |
+
|
492 |
+
#: class-mo2f-constants.php:271
|
493 |
+
msgid "Invalid Answers. Please try again."
|
494 |
+
msgstr ""
|
495 |
+
|
496 |
+
#: class-mo2f-constants.php:274
|
497 |
+
msgid "Choose a password with minimum length 8."
|
498 |
+
msgstr ""
|
499 |
+
|
500 |
+
#: class-mo2f-constants.php:277
|
501 |
+
msgid "Your account has been retrieved successfully."
|
502 |
+
msgstr ""
|
503 |
+
|
504 |
+
#: class-mo2f-constants.php:280
|
505 |
+
msgid "has been set as your default 2nd factor method"
|
506 |
+
msgstr ""
|
507 |
+
|
508 |
+
#: class-mo2f-constants.php:283
|
509 |
+
msgid "Another One Time Passcode has been sent"
|
510 |
+
msgstr ""
|
511 |
+
|
512 |
+
#: class-mo2f-constants.php:286
|
513 |
+
msgid "for verification to"
|
514 |
+
msgstr ""
|
515 |
+
|
516 |
+
#: class-mo2f-constants.php:289
|
517 |
+
msgid "There was an error in sending email. Please click on Resend OTP to try again."
|
518 |
+
msgstr ""
|
519 |
+
|
520 |
+
#: class-mo2f-constants.php:292
|
521 |
+
msgid "The email is already used by other user. Please register with other email."
|
522 |
+
msgstr ""
|
523 |
+
|
524 |
+
#: class-mo2f-constants.php:295
|
525 |
+
msgid "Please submit your query with email"
|
526 |
+
msgstr ""
|
527 |
+
|
528 |
+
#: class-mo2f-constants.php:298
|
529 |
+
msgid "Your query could not be submitted. Please try again."
|
530 |
+
msgstr ""
|
531 |
+
|
532 |
+
#: class-mo2f-constants.php:301
|
533 |
+
msgid "Thanks for getting in touch! We shall get back to you shortly."
|
534 |
+
msgstr ""
|
535 |
+
|
536 |
+
#: class-mo2f-constants.php:304
|
537 |
+
msgid "Your settings are saved successfully."
|
538 |
+
msgstr ""
|
539 |
+
|
540 |
+
#: class-mo2f-constants.php:307
|
541 |
+
msgid "Authentication failed. Please try again to test the configuration."
|
542 |
+
msgstr ""
|
543 |
+
|
544 |
+
#: class-mo2f-constants.php:310
|
545 |
+
msgid "Invalid request. Please register with miniOrange before configuring your mobile."
|
546 |
+
msgstr ""
|
547 |
+
|
548 |
+
#: class-mo2f-constants.php:313
|
549 |
+
msgid "Please enter email-id to register."
|
550 |
+
msgstr ""
|
551 |
+
|
552 |
+
#: class-mo2f-constants.php:316
|
553 |
+
msgid "Please enter a value to test your authentication."
|
554 |
+
msgstr ""
|
555 |
+
|
556 |
+
#: class-mo2f-constants.php:319
|
557 |
+
msgid "Please enter the one time passcode below."
|
558 |
+
msgstr ""
|
559 |
+
|
560 |
+
#: class-mo2f-constants.php:322
|
561 |
+
msgid "There was an error in sending one time passcode. Please click on Resend OTP to try again."
|
562 |
+
msgstr ""
|
563 |
+
|
564 |
+
#: class-mo2f-constants.php:325
|
565 |
+
msgid "A Push notification has been sent to your miniOrange Authenticator App."
|
566 |
+
msgstr ""
|
567 |
+
|
568 |
+
#: class-mo2f-constants.php:328
|
569 |
+
msgid "Error occurred while validating the OTP. Please try again."
|
570 |
+
msgstr ""
|
571 |
+
|
572 |
+
#: class-mo2f-constants.php:331
|
573 |
+
msgid "to test Google Authenticator method."
|
574 |
+
msgstr ""
|
575 |
+
|
576 |
+
#: class-mo2f-constants.php:334
|
577 |
+
msgid "Error occurred while validating the OTP. Please try again. Possible causes:"
|
578 |
+
msgstr ""
|
579 |
+
|
580 |
+
#: class-mo2f-constants.php:337
|
581 |
+
msgid "Your App Time is not in sync.Go to settings and tap on tap on Sync Time now ."
|
582 |
+
msgstr ""
|
583 |
+
|
584 |
+
#: class-mo2f-constants.php:340
|
585 |
+
msgid "Error occurred while validating the user. Please try again."
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: class-mo2f-constants.php:343
|
589 |
+
msgid "Only digits are allowed. Please enter again."
|
590 |
+
msgstr ""
|
591 |
+
|
592 |
+
#: class-mo2f-constants.php:346
|
593 |
+
msgid "to test Authy 2-Factor Authentication method."
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: class-mo2f-constants.php:349
|
597 |
+
msgid "method."
|
598 |
+
msgstr ""
|
599 |
+
|
600 |
+
#: class-mo2f-constants.php:352
|
601 |
+
msgid "to test"
|
602 |
+
msgstr ""
|
603 |
+
|
604 |
+
#: class-mo2f-constants.php:355
|
605 |
+
msgid "is set as your Two-Factor method."
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: class-mo2f-constants.php:358
|
609 |
+
msgid "A verification email is sent to"
|
610 |
+
msgstr ""
|
611 |
+
|
612 |
+
#: class-mo2f-constants.php:361
|
613 |
+
msgid "Please click on accept link to verify your email."
|
614 |
+
msgstr ""
|
615 |
+
|
616 |
+
#: class-mo2f-constants.php:364
|
617 |
+
msgid "Your account has been created successfully."
|
618 |
+
msgstr ""
|
619 |
+
|
620 |
+
#: class-mo2f-constants.php:367
|
621 |
+
msgid "Your account has been removed. Please contact your administrator."
|
622 |
+
msgstr ""
|
623 |
+
|
624 |
+
#: class-mo2f-constants.php:370
|
625 |
+
msgid "You are registered successfully."
|
626 |
+
msgstr ""
|
627 |
+
|
628 |
+
#: class-mo2f-constants.php:373
|
629 |
+
msgid "You have denied the request."
|
630 |
+
msgstr ""
|
631 |
+
|
632 |
+
#: class-mo2f-constants.php:376
|
633 |
+
msgid "Two-Factor plugin has been disabled."
|
634 |
+
msgstr ""
|
635 |
+
|
636 |
+
#: class-mo2f-constants.php:379
|
637 |
+
msgid "Error occurred while saving the settings.Please try again."
|
638 |
+
msgstr ""
|
639 |
+
|
640 |
+
#: class-mo2f-constants.php:382
|
641 |
+
msgid "Invalid request. Please register with miniOrange and configure 2-Factor to save your login settings."
|
642 |
+
msgstr ""
|
643 |
+
|
644 |
+
#: class-mo2f-constants.php:385
|
645 |
+
msgid "You already have an account with miniOrange, please sign in."
|
646 |
+
msgstr ""
|
647 |
+
|
648 |
+
#: class-mo2f-constants.php:388
|
649 |
+
msgid "to configure another 2 Factor authentication method."
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: class-mo2f-constants.php:391
|
653 |
+
msgid "Your phone number is not configured. Please configure it before selecting OTP Over SMS as your 2-factor method."
|
654 |
msgstr ""
|
655 |
|
656 |
+
#: class-mo2f-constants.php:394
|
657 |
+
#: miniorange_2_factor_mobile_configuration.php:315
|
658 |
+
msgid "Click Here"
|
659 |
msgstr ""
|
660 |
|
661 |
+
#: class-mo2f-constants.php:397
|
662 |
+
msgid "An error occured while creating your account. Please try again by sending OTP again."
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: class-rba-attributes.php:43 class-two-factor-setup.php:46
|
666 |
+
msgid "Please enable curl extension."
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: class-rba-attributes.php:45 class-two-factor-setup.php:48
|
670 |
+
#: miniorange_2_factor_mobile_configuration.php:681
|
671 |
+
msgid "Click here"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: class-rba-attributes.php:47 class-two-factor-setup.php:50
|
675 |
+
msgid "for the steps to enable curl or check Help & Troubleshooting."
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: miniorange_2_factor_common_login.php:15
|
679 |
+
msgid "Please wait"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: miniorange_2_factor_common_login.php:184
|
683 |
+
#: miniorange_2_factor_common_login.php:266
|
684 |
+
#: miniorange_2_factor_common_login.php:359
|
685 |
+
#: miniorange_2_factor_common_login.php:508
|
686 |
+
#: miniorange_2_factor_common_login.php:646
|
687 |
+
#: miniorange_2_factor_common_login.php:742
|
688 |
+
msgid "Back to login"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: miniorange_2_factor_common_login.php:186
|
692 |
+
msgid "How would you like to authenticate yourself?"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: miniorange_2_factor_common_login.php:196
|
696 |
+
msgid "Please choose the options from below:"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: miniorange_2_factor_common_login.php:201
|
700 |
+
msgid "Send a one time passcode to my registered email"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: miniorange_2_factor_common_login.php:206
|
704 |
+
msgid "Answer your Security Questions (KBA)"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: miniorange_2_factor_common_login.php:210
|
708 |
+
#: miniorange_2_factor_mobile_configuration.php:367
|
709 |
+
#: miniorange_2_factor_mobile_configuration.php:400
|
710 |
+
msgid "Continue"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: miniorange_2_factor_common_login.php:269
|
714 |
+
msgid "Validate Security Questions"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: miniorange_2_factor_common_login.php:276
|
718 |
+
msgid "Please answer the following questions:"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: miniorange_2_factor_common_login.php:300
|
722 |
+
msgid "Remember this device."
|
|
|
|
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: miniorange_2_factor_common_login.php:309
|
726 |
+
#: miniorange_2_factor_common_login.php:671
|
727 |
+
msgid "Validate"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: miniorange_2_factor_common_login.php:361
|
731 |
+
msgid "Accept Your Transaction"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: miniorange_2_factor_common_login.php:373
|
735 |
+
msgid "Waiting for your approval..."
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: miniorange_2_factor_common_login.php:390
|
739 |
+
#: miniorange_2_factor_common_login.php:535
|
740 |
+
msgid "Forgot Phone?"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: miniorange_2_factor_common_login.php:395
|
744 |
+
#: miniorange_2_factor_common_login.php:541
|
745 |
+
msgid "Phone is Offline?"
|
746 |
msgstr ""
|
747 |
|
748 |
+
#: miniorange_2_factor_common_login.php:400
|
749 |
+
msgid "Didn't receive mail?"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: miniorange_2_factor_common_login.php:510
|
753 |
+
msgid "Scan QR Code"
|
754 |
msgstr ""
|
755 |
|
756 |
+
#: miniorange_2_factor_common_login.php:522
|
757 |
+
msgid "Identify yourself by scanning the QR code with miniOrange Authenticator app."
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: miniorange_2_factor_common_login.php:648
|
761 |
+
#: miniorange_2_factor_configuration.php:257
|
762 |
+
#: miniorange_2_factor_configuration.php:274
|
763 |
+
#: miniorange_2_factor_mobile_configuration.php:184
|
764 |
+
#: miniorange_2_factor_mobile_configuration.php:207
|
765 |
+
msgid "Validate OTP"
|
766 |
msgstr ""
|
767 |
|
768 |
+
#: miniorange_2_factor_common_login.php:663
|
769 |
+
msgid "Enter code"
|
|
|
770 |
msgstr ""
|
771 |
|
772 |
+
#: miniorange_2_factor_common_login.php:666
|
773 |
+
msgid "Only digits within range 4-8 are allowed."
|
774 |
msgstr ""
|
775 |
|
776 |
+
#: miniorange_2_factor_common_login.php:682
|
777 |
+
msgid "Forgot Phone ?"
|
|
|
|
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: miniorange_2_factor_common_login.php:745
|
781 |
+
#: miniorange_2_factor_configuration.php:368
|
782 |
+
msgid "Remember Device"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: miniorange_2_factor_common_login.php:750
|
786 |
+
msgid "Do you want to remember this device?"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: miniorange_2_factor_common_login.php:753
|
790 |
+
#: miniorange_2_factor_common_login.php:765
|
791 |
+
msgid "Yes"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: miniorange_2_factor_common_login.php:756
|
795 |
+
msgid "No"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: miniorange_2_factor_common_login.php:759
|
799 |
+
msgid "Please wait...We are taking you into your account."
|
|
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: miniorange_2_factor_common_login.php:764
|
803 |
+
#: miniorange_2_factor_common_login.php:767
|
804 |
+
msgid "Click on "
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: miniorange_2_factor_common_login.php:765
|
808 |
+
msgid "if this is your personal device."
|
|
|
|
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: miniorange_2_factor_common_login.php:768
|
812 |
+
msgid "No "
|
|
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: miniorange_2_factor_common_login.php:768
|
816 |
+
msgid "if this is a public device."
|
|
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: miniorange_2_factor_configuration.php:5
|
820 |
+
#: miniorange_2_factor_configuration.php:15
|
821 |
+
msgid "Warning:"
|
822 |
msgstr ""
|
823 |
|
824 |
+
#: miniorange_2_factor_configuration.php:15
|
825 |
+
msgid "Your current PHP version is "
|
826 |
msgstr ""
|
827 |
|
828 |
+
#: miniorange_2_factor_configuration.php:16
|
829 |
+
msgid "Some of the functionality of the plugin may not work in this version of PHP. Please upgrade your PHP version to 5.3.0 or above."
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: miniorange_2_factor_configuration.php:17
|
833 |
+
msgid "You can also write us by submitting a query on the right hand side in our "
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: miniorange_2_factor_configuration.php:18
|
837 |
+
msgid "Support Section"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: miniorange_2_factor_configuration.php:39
|
841 |
+
msgid "Upgrade to Standard/Premium"
|
842 |
msgstr ""
|
843 |
|
844 |
+
#: miniorange_2_factor_configuration.php:53
|
845 |
+
msgid "User Profile"
|
846 |
msgstr ""
|
847 |
|
848 |
+
#: miniorange_2_factor_configuration.php:55
|
849 |
+
msgid "Account Setup"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: miniorange_2_factor_configuration.php:64
|
853 |
+
msgid "Add-ons"
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: miniorange_2_factor_configuration.php:67
|
857 |
+
msgid "Standard/Premium Features"
|
858 |
msgstr ""
|
859 |
|
860 |
+
#: miniorange_2_factor_configuration.php:67
|
861 |
+
msgid "Login Options"
|
862 |
msgstr ""
|
863 |
|
864 |
+
#: miniorange_2_factor_configuration.php:169
|
865 |
+
#: miniorange_2_factor_mobile_configuration.php:29
|
866 |
+
msgid "Register with miniOrange"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: miniorange_2_factor_configuration.php:173
|
870 |
+
msgid "Already have an account?"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: miniorange_2_factor_configuration.php:173
|
874 |
+
msgid "SIGN IN"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: miniorange_2_factor_configuration.php:178
|
878 |
+
msgid "Email :"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: miniorange_2_factor_configuration.php:187
|
882 |
+
msgid "Company/Organisation:"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: miniorange_2_factor_configuration.php:193
|
886 |
+
msgid "First Name:"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: miniorange_2_factor_configuration.php:199
|
890 |
+
msgid "Last Name:"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: miniorange_2_factor_configuration.php:200
|
894 |
+
msgid "last_name"
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: miniorange_2_factor_configuration.php:206
|
898 |
+
msgid "Phone number :"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: miniorange_2_factor_configuration.php:215
|
902 |
+
msgid "Password :"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: miniorange_2_factor_configuration.php:219
|
906 |
+
msgid "Confirm Password :"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: miniorange_2_factor_configuration.php:227
|
910 |
+
msgid "Create Account"
|
911 |
msgstr ""
|
912 |
|
913 |
+
#: miniorange_2_factor_configuration.php:264
|
914 |
+
#: miniorange_2_factor_mobile_configuration.php:192
|
915 |
+
msgid "Enter OTP:"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: miniorange_2_factor_configuration.php:266
|
919 |
+
#: miniorange_2_factor_mobile_configuration.php:196
|
920 |
+
msgid "Enter OTP"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: miniorange_2_factor_configuration.php:268
|
924 |
+
#: miniorange_2_factor_configuration.php:313
|
925 |
+
#: miniorange_2_factor_mobile_configuration.php:199
|
926 |
msgid "Resend OTP ?"
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: miniorange_2_factor_configuration.php:282
|
930 |
+
#: miniorange_2_factor_configuration.php:896
|
931 |
+
#: miniorange_2_factor_mobile_configuration.php:215
|
932 |
+
msgid "Back"
|
933 |
msgstr ""
|
934 |
|
935 |
+
#: miniorange_2_factor_configuration.php:295
|
936 |
+
msgid "I did not receive any email with OTP . What should I do ?"
|
|
|
937 |
msgstr ""
|
938 |
|
939 |
+
#: miniorange_2_factor_configuration.php:298
|
940 |
+
msgid "If you can't see the email from miniOrange in your mails, please check your "
|
941 |
msgstr ""
|
942 |
|
943 |
+
#: miniorange_2_factor_configuration.php:299
|
944 |
+
msgid "SPAM Folder"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: miniorange_2_factor_configuration.php:299
|
948 |
+
msgid "If you don't see an email even in SPAM folder, verify your identity with our alternate method."
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: miniorange_2_factor_configuration.php:301
|
952 |
+
msgid "Enter your valid phone number here and verify your identity using one time passcode sent to your phone."
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: miniorange_2_factor_configuration.php:307
|
956 |
+
msgid "Enter Phone Number"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: miniorange_2_factor_configuration.php:310
|
960 |
+
msgid "Enter phone number without any space or dashes."
|
961 |
msgstr ""
|
962 |
|
963 |
+
#: miniorange_2_factor_configuration.php:317
|
964 |
+
msgid "Send OTP"
|
965 |
msgstr ""
|
966 |
|
967 |
+
#: miniorange_2_factor_configuration.php:322
|
968 |
+
msgid "What is an OTP ?"
|
969 |
msgstr ""
|
970 |
|
971 |
+
#: miniorange_2_factor_configuration.php:323
|
972 |
+
msgid "OTP is a one time passcode ( a series of numbers) that is sent to your email or phone number to verify that you have access to your email account or phone. "
|
973 |
msgstr ""
|
974 |
|
975 |
+
#: miniorange_2_factor_configuration.php:351
|
976 |
+
#: miniorange_2_factor_configuration.php:426
|
977 |
+
msgid "Activate Plugin"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: miniorange_2_factor_configuration.php:356
|
981 |
+
#: miniorange_2_factor_configuration.php:431
|
982 |
+
#: miniorange_2_factor_configuration.php:455
|
983 |
+
msgid "Purchase"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: miniorange_2_factor_configuration.php:359
|
987 |
+
#: miniorange_2_factor_configuration.php:459
|
988 |
+
msgid "Description"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: miniorange_2_factor_configuration.php:361
|
992 |
+
msgid ""
|
993 |
+
"This Add-On helps you in remembering the device, in which case you will not be prompted for the 2-factor authentication\n"
|
994 |
+
"\t\t\tif you login from the remembered device again. You can also decide the nu,ber of devices that can be remembered. Users can also be restricted access to the site based on the IP address they are logging in from."
|
995 |
msgstr ""
|
996 |
|
997 |
+
#: miniorange_2_factor_configuration.php:370
|
998 |
+
msgid "With this feature, User would get an option to remember the personal device where Two Factor is not required. Every time the user logs in with the same device it detects the saved device so he will directly login without being prompted for the 2nd factor. If user logs in from new device he will be prompted with 2nd Factor."
|
999 |
msgstr ""
|
1000 |
|
1001 |
+
#: miniorange_2_factor_configuration.php:376
|
1002 |
+
msgid "Limit Number Of Device"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: miniorange_2_factor_configuration.php:378
|
1006 |
+
msgid "With this feature, the admin can restrict the number of devices from which the user can access the website. If the device limit is exceeded the admin can set three actions where it can allow the users to login, deny the access or challenge the user for authentication."
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: miniorange_2_factor_configuration.php:384
|
1010 |
+
msgid "IP Restriction: Limit users to login from specific IPs"
|
|
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: miniorange_2_factor_configuration.php:386
|
1014 |
+
msgid "The Admin can enable IP restrictions for the users. It will provide additional security to the accounts and perform different action to the accounts only from the listed IP Ranges. If user tries to access with a restricted IP, Admin can set three action: Allow, challenge or deny. Depending upon the action it will allow the user to login, challenge(prompt) for authentication or deny the access."
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: miniorange_2_factor_configuration.php:409
|
1018 |
+
msgid "Risk Based Access"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: miniorange_2_factor_configuration.php:411
|
1022 |
+
msgid "Personalization"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: miniorange_2_factor_configuration.php:414
|
1026 |
+
msgid "Shortcode"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: miniorange_2_factor_configuration.php:436
|
1030 |
+
msgid "Description "
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: miniorange_2_factor_configuration.php:448
|
1034 |
+
msgid ""
|
1035 |
+
"Activate\n"
|
1036 |
+
" Plugin"
|
1037 |
+
msgstr ""
|
1038 |
+
|
1039 |
+
#: miniorange_2_factor_configuration.php:492
|
1040 |
+
msgid ""
|
1041 |
+
"This Add-On helps you modify and redesign the login screen's UI, and various customizations in the plugin dashboard.\n"
|
1042 |
+
"\t\tAlong with customizing the plugin Icon and name, you can also customize the email and sms templates you and your users receive during authentication."
|
1043 |
+
msgstr ""
|
1044 |
+
|
1045 |
+
#: miniorange_2_factor_configuration.php:498
|
1046 |
+
msgid "Customize Plugin Icon"
|
1047 |
+
msgstr ""
|
1048 |
+
|
1049 |
+
#: miniorange_2_factor_configuration.php:501
|
1050 |
+
msgid "With this feature, you can customize the plugin icon in the dashboard which is useful when you want your custom logo to be displayed to the users."
|
1051 |
+
msgstr ""
|
1052 |
+
|
1053 |
+
#: miniorange_2_factor_configuration.php:504
|
1054 |
+
msgid "Customize Plugin Name"
|
1055 |
+
msgstr ""
|
1056 |
+
|
1057 |
+
#: miniorange_2_factor_configuration.php:507
|
1058 |
+
msgid "With this feature, you can customize the name of the plugin in the dashboard."
|
1059 |
+
msgstr ""
|
1060 |
+
|
1061 |
+
#: miniorange_2_factor_configuration.php:513
|
1062 |
+
msgid "Customize UI of Login Pop up's"
|
1063 |
+
msgstr ""
|
1064 |
+
|
1065 |
+
#: miniorange_2_factor_configuration.php:516
|
1066 |
+
msgid "With this feature, you can customize the login pop-ups during two factor authentication according to the theme of your website."
|
1067 |
+
msgstr ""
|
1068 |
+
|
1069 |
+
#: miniorange_2_factor_configuration.php:522
|
1070 |
+
msgid "Custom Email and SMS Templates"
|
1071 |
+
msgstr ""
|
1072 |
+
|
1073 |
+
#: miniorange_2_factor_configuration.php:525
|
1074 |
+
msgid "You can change the templates for Email and SMS which user receives during authentication."
|
1075 |
msgstr ""
|
1076 |
|
1077 |
+
#: miniorange_2_factor_configuration.php:535
|
1078 |
+
msgid ""
|
1079 |
+
"A shortcode is a WordPress-specific code that lets you do things with very little effort. Shortcodes can embed\n"
|
1080 |
+
" ugly code in just one line. You can use these shortcodes on any custom page. Just include the shortcode on your page and boom!"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: miniorange_2_factor_configuration.php:542
|
1084 |
+
msgid "List of Shortcodes"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: miniorange_2_factor_configuration.php:546
|
1088 |
+
msgid "Enable Two Factor: "
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: miniorange_2_factor_configuration.php:546
|
1092 |
+
msgid ""
|
1093 |
+
"This shortcode provides\n"
|
1094 |
+
" an option to turn on/off 2-factor by user."
|
1095 |
+
msgstr ""
|
1096 |
+
|
1097 |
+
#: miniorange_2_factor_configuration.php:549
|
1098 |
+
msgid "Enable Reconfiguration: "
|
1099 |
+
msgstr ""
|
1100 |
+
|
1101 |
+
#: miniorange_2_factor_configuration.php:549
|
1102 |
+
msgid "This shortcode provides an option to configure the Google Authenticator and Security Questions by user."
|
1103 |
+
msgstr ""
|
1104 |
+
|
1105 |
+
#: miniorange_2_factor_configuration.php:552
|
1106 |
+
msgid "Enable Remember Device: "
|
1107 |
+
msgstr ""
|
1108 |
+
|
1109 |
+
#: miniorange_2_factor_configuration.php:552
|
1110 |
+
msgid ""
|
1111 |
+
" This shortcode provides\n"
|
1112 |
+
" 'Enable Remember Device' from your custom login form."
|
1113 |
+
msgstr ""
|
1114 |
+
|
1115 |
+
#: miniorange_2_factor_configuration.php:627
|
1116 |
+
msgid "Select Login Screen Options"
|
1117 |
+
msgstr ""
|
1118 |
+
|
1119 |
+
#: miniorange_2_factor_configuration.php:641
|
1120 |
+
msgid "Login with password + 2nd Factor "
|
1121 |
+
msgstr ""
|
1122 |
+
|
1123 |
+
#: miniorange_2_factor_configuration.php:642
|
1124 |
+
msgid "Default & Recommended"
|
1125 |
+
msgstr ""
|
1126 |
+
|
1127 |
+
#: miniorange_2_factor_configuration.php:653
|
1128 |
+
msgid "Remember device"
|
1129 |
+
msgstr ""
|
1130 |
+
|
1131 |
+
#: miniorange_2_factor_configuration.php:653
|
1132 |
+
msgid "option "
|
1133 |
+
msgstr ""
|
1134 |
+
|
1135 |
+
#: miniorange_2_factor_configuration.php:656
|
1136 |
+
msgid " Checking this option will display an option "
|
1137 |
+
msgstr ""
|
1138 |
+
|
1139 |
+
#: miniorange_2_factor_configuration.php:657
|
1140 |
+
msgid "Remember this device"
|
1141 |
+
msgstr ""
|
1142 |
+
|
1143 |
+
#: miniorange_2_factor_configuration.php:657
|
1144 |
+
msgid "on 2nd factor screen. In the next login from the same device, user will bypass 2nd factor, i.e. user will be logged in through username + password only."
|
1145 |
+
msgstr ""
|
1146 |
+
|
1147 |
+
#: miniorange_2_factor_configuration.php:669
|
1148 |
+
msgid "Login with 2nd Factor only "
|
1149 |
+
msgstr ""
|
1150 |
+
|
1151 |
+
#: miniorange_2_factor_configuration.php:670
|
1152 |
+
msgid "No password required."
|
1153 |
+
msgstr ""
|
1154 |
+
|
1155 |
+
#: miniorange_2_factor_configuration.php:674
|
1156 |
+
#: miniorange_2_factor_configuration.php:697
|
1157 |
+
#: miniorange_2_factor_settings.php:309
|
1158 |
+
msgid "See preview"
|
1159 |
+
msgstr ""
|
1160 |
+
|
1161 |
+
#: miniorange_2_factor_configuration.php:683
|
1162 |
+
msgid "Checking this option will add login with your phone button below default login form. Click above link to see the preview."
|
1163 |
+
msgstr ""
|
1164 |
+
|
1165 |
+
#: miniorange_2_factor_configuration.php:693
|
1166 |
+
msgid "\tI want to hide default login form."
|
1167 |
+
msgstr ""
|
1168 |
+
|
1169 |
+
#: miniorange_2_factor_configuration.php:707
|
1170 |
+
msgid "Checking this option will hide default login form and just show login with your phone. Click above link to see the preview."
|
1171 |
+
msgstr ""
|
1172 |
+
|
1173 |
+
#: miniorange_2_factor_configuration.php:713
|
1174 |
+
msgid "Backup Methods"
|
1175 |
+
msgstr ""
|
1176 |
+
|
1177 |
+
#: miniorange_2_factor_configuration.php:723
|
1178 |
+
msgid "Enable Forgot Phone."
|
1179 |
+
msgstr ""
|
1180 |
+
|
1181 |
+
#: miniorange_2_factor_configuration.php:726
|
1182 |
+
msgid "This option will provide you an alternate way of logging in to your site in case you are unable to login with your primary authentication method."
|
1183 |
+
msgstr ""
|
1184 |
+
|
1185 |
+
#: miniorange_2_factor_configuration.php:732
|
1186 |
+
msgid "Settings"
|
1187 |
+
msgstr ""
|
1188 |
+
|
1189 |
+
#: miniorange_2_factor_configuration.php:742
|
1190 |
+
msgid "Enable XML-RPC Login."
|
1191 |
+
msgstr ""
|
1192 |
+
|
1193 |
+
#: miniorange_2_factor_configuration.php:744
|
1194 |
+
msgid "Enabling this option will decrease your overall login security. Users will be able to login through external applications which support XML-RPC without authenticating from miniOrange. "
|
1195 |
+
msgstr ""
|
1196 |
+
|
1197 |
+
#: miniorange_2_factor_configuration.php:745
|
1198 |
+
msgid "Please keep it unchecked."
|
1199 |
+
msgstr ""
|
1200 |
+
|
1201 |
+
#: miniorange_2_factor_configuration.php:751
|
1202 |
+
msgid "Save Settings"
|
1203 |
+
msgstr ""
|
1204 |
+
|
1205 |
+
#: miniorange_2_factor_configuration.php:870
|
1206 |
+
msgid "Sign In to your miniOrange Account"
|
1207 |
+
msgstr ""
|
1208 |
+
|
1209 |
+
#: miniorange_2_factor_configuration.php:874
|
1210 |
+
msgid "Enter your miniOrange username and password to login."
|
1211 |
+
msgstr ""
|
1212 |
+
|
1213 |
+
#: miniorange_2_factor_configuration.php:876
|
1214 |
+
msgid "FORGOT PASSWORD?"
|
1215 |
+
msgstr ""
|
1216 |
+
|
1217 |
+
#: miniorange_2_factor_configuration.php:881
|
1218 |
+
msgid "Email:"
|
1219 |
+
msgstr ""
|
1220 |
+
|
1221 |
+
#: miniorange_2_factor_configuration.php:886
|
1222 |
+
msgid "Password:"
|
1223 |
+
msgstr ""
|
1224 |
+
|
1225 |
+
#: miniorange_2_factor_configuration.php:898
|
1226 |
+
msgid "Submit"
|
1227 |
+
msgstr ""
|
1228 |
+
|
1229 |
+
#: miniorange_2_factor_configuration.php:929
|
1230 |
+
msgid "Features in the Standard Plan"
|
1231 |
+
msgstr ""
|
1232 |
+
|
1233 |
+
#: miniorange_2_factor_configuration.php:940
|
1234 |
+
#: miniorange_2_factor_configuration.php:1106
|
1235 |
+
msgid "Backup Options"
|
1236 |
+
msgstr ""
|
1237 |
+
|
1238 |
+
#: miniorange_2_factor_configuration.php:947
|
1239 |
+
#: miniorange_2_factor_configuration.php:1113
|
1240 |
+
msgid ""
|
1241 |
+
"Use these backup options to login to your site in case your \n"
|
1242 |
+
" phone is lost / not accessible or if you are not able to login using your primary \n"
|
1243 |
+
" authentication method."
|
1244 |
+
msgstr ""
|
1245 |
+
|
1246 |
+
#: miniorange_2_factor_configuration.php:952
|
1247 |
+
#: miniorange_2_factor_configuration.php:1118
|
1248 |
+
msgid "KBA (Security Questions)"
|
1249 |
+
msgstr ""
|
1250 |
+
|
1251 |
+
#: miniorange_2_factor_configuration.php:963
|
1252 |
+
#: miniorange_2_factor_configuration.php:1037
|
1253 |
+
msgid "Customizations"
|
1254 |
+
msgstr ""
|
1255 |
+
|
1256 |
+
#: miniorange_2_factor_configuration.php:970
|
1257 |
+
#: miniorange_2_factor_configuration.php:1044
|
1258 |
+
msgid "Login Screen Options"
|
1259 |
+
msgstr ""
|
1260 |
+
|
1261 |
+
#: miniorange_2_factor_configuration.php:973
|
1262 |
+
#: miniorange_2_factor_configuration.php:1047
|
1263 |
+
msgid "Login with Wordpress username/password and 2nd Factor"
|
1264 |
+
msgstr ""
|
1265 |
+
|
1266 |
+
#: miniorange_2_factor_configuration.php:975
|
1267 |
+
#: miniorange_2_factor_configuration.php:987
|
1268 |
+
#: miniorange_2_factor_configuration.php:1049
|
1269 |
+
#: miniorange_2_factor_configuration.php:1061
|
1270 |
+
msgid "See Preview"
|
1271 |
+
msgstr ""
|
1272 |
+
|
1273 |
+
#: miniorange_2_factor_configuration.php:985
|
1274 |
+
#: miniorange_2_factor_configuration.php:1059
|
1275 |
+
msgid "Login with Wordpress username and 2nd Factor only"
|
1276 |
+
msgstr ""
|
1277 |
+
|
1278 |
+
#: miniorange_2_factor_configuration.php:1003
|
1279 |
+
#: miniorange_2_factor_configuration.php:1077
|
1280 |
+
msgid "Custom Redirect URLs"
|
1281 |
+
msgstr ""
|
1282 |
+
|
1283 |
+
#: miniorange_2_factor_configuration.php:1004
|
1284 |
+
#: miniorange_2_factor_configuration.php:1078
|
1285 |
+
msgid ""
|
1286 |
+
"Enable Custom Relay state URL's (based on user roles in Wordpress) to which the users\n"
|
1287 |
+
" will get redirected to, after the 2-factor authentication"
|
1288 |
+
msgstr ""
|
1289 |
+
|
1290 |
+
#: miniorange_2_factor_configuration.php:1009
|
1291 |
+
#: miniorange_2_factor_configuration.php:1083
|
1292 |
+
msgid "Custom Security Questions (KBA)"
|
1293 |
+
msgstr ""
|
1294 |
+
|
1295 |
+
#: miniorange_2_factor_configuration.php:1011
|
1296 |
+
#: miniorange_2_factor_configuration.php:1085
|
1297 |
+
msgid ""
|
1298 |
+
"Add up to 16 Custom Security Questions for Knowledge based authentication (KBA).\n"
|
1299 |
+
" You also have the option to select how many standard and custom questions should be shown to the\n"
|
1300 |
+
" users"
|
1301 |
+
msgstr ""
|
1302 |
+
|
1303 |
+
#: miniorange_2_factor_configuration.php:1018
|
1304 |
+
#: miniorange_2_factor_configuration.php:1092
|
1305 |
+
msgid "Custom account name in Google Authenticator App"
|
1306 |
+
msgstr ""
|
1307 |
+
|
1308 |
+
#: miniorange_2_factor_configuration.php:1021
|
1309 |
+
#: miniorange_2_factor_configuration.php:1095
|
1310 |
+
msgid "Customize the Account name in the Google Authenticator App"
|
1311 |
+
msgstr ""
|
1312 |
+
|
1313 |
+
#: miniorange_2_factor_configuration.php:1028
|
1314 |
+
msgid "Features in the Premium Plan"
|
1315 |
+
msgstr ""
|
1316 |
+
|
1317 |
+
#: miniorange_2_factor_configuration.php:1119
|
1318 |
+
msgid "OTP Over Email"
|
1319 |
+
msgstr ""
|
1320 |
+
|
1321 |
+
#: miniorange_2_factor_configuration.php:1120
|
1322 |
+
msgid "Backup Codes"
|
1323 |
+
msgstr ""
|
1324 |
+
|
1325 |
+
#: miniorange_2_factor_configuration.php:1130
|
1326 |
+
msgid "Inline Registration Options"
|
1327 |
+
msgstr ""
|
1328 |
+
|
1329 |
+
#: miniorange_2_factor_configuration.php:1138
|
1330 |
+
msgid ""
|
1331 |
+
"Inline Registration is the registration process the users go through the first time they\n"
|
1332 |
+
" setup 2FA."
|
1333 |
+
msgstr ""
|
1334 |
+
|
1335 |
+
#: miniorange_2_factor_configuration.php:1140
|
1336 |
+
msgid ""
|
1337 |
+
"If Inline Registration is enabled by the admin for the users, the next time\n"
|
1338 |
+
" the users login to the website, they will be prompted to set up the 2FA of their choice by\n"
|
1339 |
+
" creating an account with miniOrange."
|
1340 |
+
msgstr ""
|
1341 |
+
|
1342 |
+
#: miniorange_2_factor_configuration.php:1148
|
1343 |
+
msgid "Features"
|
1344 |
+
msgstr ""
|
1345 |
+
|
1346 |
+
#: miniorange_2_factor_configuration.php:1150
|
1347 |
+
msgid "Invoke 2FA Registration & Setup for Users during first-time login (Inline Registration)"
|
1348 |
+
msgstr ""
|
1349 |
+
|
1350 |
+
#: miniorange_2_factor_configuration.php:1153
|
1351 |
+
msgid "Verify Email address of User during Inline Registration"
|
1352 |
+
msgstr ""
|
1353 |
+
|
1354 |
+
#: miniorange_2_factor_configuration.php:1154
|
1355 |
+
msgid "Remove Knowledge Based Authentication(KBA) setup during inline registration"
|
1356 |
+
msgstr ""
|
1357 |
+
|
1358 |
+
#: miniorange_2_factor_configuration.php:1155
|
1359 |
+
msgid "Enable 2FA for specific Roles"
|
1360 |
+
msgstr ""
|
1361 |
+
|
1362 |
+
#: miniorange_2_factor_configuration.php:1156
|
1363 |
+
msgid "Enable specific 2FA methods to Users during Inline Registration"
|
1364 |
+
msgstr ""
|
1365 |
+
|
1366 |
+
#: miniorange_2_factor_configuration.php:1159
|
1367 |
+
msgid "Show specific 2FA methods to All Users"
|
1368 |
+
msgstr ""
|
1369 |
+
|
1370 |
+
#: miniorange_2_factor_configuration.php:1161
|
1371 |
+
msgid "Show specific 2FA methods to Users based on their roles"
|
1372 |
+
msgstr ""
|
1373 |
+
|
1374 |
+
#: miniorange_2_factor_configuration.php:1172
|
1375 |
+
msgid "User Login Options"
|
1376 |
+
msgstr ""
|
1377 |
+
|
1378 |
+
#: miniorange_2_factor_configuration.php:1179
|
1379 |
+
msgid "These are the options customizable for your users."
|
1380 |
+
msgstr ""
|
1381 |
+
|
1382 |
+
#: miniorange_2_factor_configuration.php:1185
|
1383 |
+
msgid "Enable 2FA during login for specific users on your site"
|
1384 |
+
msgstr ""
|
1385 |
+
|
1386 |
+
#: miniorange_2_factor_configuration.php:1187
|
1387 |
+
msgid "Enable login from external apps that support XML-RPC. (eg. Wordpress App)"
|
1388 |
+
msgstr ""
|
1389 |
+
|
1390 |
+
#: miniorange_2_factor_configuration.php:1190
|
1391 |
+
msgid ""
|
1392 |
+
"Use the Password generated in the 2FA plugin to login to your Wordpress Site from\n"
|
1393 |
+
" any application that supports XML-RPC."
|
1394 |
+
msgstr ""
|
1395 |
+
|
1396 |
+
#: miniorange_2_factor_configuration.php:1197
|
1397 |
+
msgid ""
|
1398 |
+
"Enable KBA (Security Questions) as 2FA for Users logging in to the site from mobile\n"
|
1399 |
+
" phones."
|
1400 |
+
msgstr ""
|
1401 |
+
|
1402 |
+
#: miniorange_2_factor_mobile_configuration.php:28
|
1403 |
+
msgid "Please "
|
1404 |
+
msgstr ""
|
1405 |
+
|
1406 |
+
#: miniorange_2_factor_mobile_configuration.php:29
|
1407 |
+
msgid "to configure the miniOrange 2 Factor plugin."
|
1408 |
+
msgstr ""
|
1409 |
+
|
1410 |
+
#: miniorange_2_factor_mobile_configuration.php:139
|
1411 |
+
msgid "A new security system has been enabled to better protect your account. Please configure your Two-Factor Authentication method by setting up your account."
|
1412 |
+
msgstr ""
|
1413 |
+
|
1414 |
+
#: miniorange_2_factor_mobile_configuration.php:151
|
1415 |
+
msgid "Email"
|
1416 |
+
msgstr ""
|
1417 |
+
|
1418 |
+
#: miniorange_2_factor_mobile_configuration.php:159
|
1419 |
+
msgid "Please enter a valid email id that you have access to. You will be able to move forward after verifying an OTP that we will be sending to this email"
|
1420 |
+
msgstr ""
|
1421 |
+
|
1422 |
+
#: miniorange_2_factor_mobile_configuration.php:168
|
1423 |
+
msgid "Get Started"
|
1424 |
+
msgstr ""
|
1425 |
+
|
1426 |
+
#: miniorange_2_factor_mobile_configuration.php:268
|
1427 |
+
msgid "Your Profile"
|
1428 |
+
msgstr ""
|
1429 |
+
|
1430 |
+
#: miniorange_2_factor_mobile_configuration.php:274
|
1431 |
+
msgid "Customer Email"
|
1432 |
+
msgstr ""
|
1433 |
+
|
1434 |
+
#: miniorange_2_factor_mobile_configuration.php:280
|
1435 |
+
msgid "Customer ID"
|
1436 |
+
msgstr ""
|
1437 |
+
|
1438 |
+
#: miniorange_2_factor_mobile_configuration.php:290
|
1439 |
+
msgid "User Email Registered with miniOrange"
|
1440 |
+
msgstr ""
|
1441 |
+
|
1442 |
+
#: miniorange_2_factor_mobile_configuration.php:298
|
1443 |
+
msgid "Activated 2nd Factor"
|
1444 |
+
msgstr ""
|
1445 |
+
|
1446 |
+
#: miniorange_2_factor_mobile_configuration.php:305
|
1447 |
+
msgid "Wordpress user who has 2 factor enabled"
|
1448 |
+
msgstr ""
|
1449 |
+
|
1450 |
+
#: miniorange_2_factor_mobile_configuration.php:316
|
1451 |
+
msgid " to reset your miniOrange account's password."
|
1452 |
+
msgstr ""
|
1453 |
+
|
1454 |
+
#: miniorange_2_factor_mobile_configuration.php:326
|
1455 |
+
msgid "Deactivate plugin"
|
1456 |
+
msgstr ""
|
1457 |
+
|
1458 |
+
#: miniorange_2_factor_mobile_configuration.php:329
|
1459 |
+
msgid "Register with Another Email Address"
|
1460 |
+
msgstr ""
|
1461 |
+
|
1462 |
+
#: miniorange_2_factor_mobile_configuration.php:545
|
1463 |
+
msgid "Enable 2-factor Authentication for Users"
|
1464 |
+
msgstr ""
|
1465 |
+
|
1466 |
+
#: miniorange_2_factor_mobile_configuration.php:562
|
1467 |
+
msgid "Enable 2-factor Authentication"
|
1468 |
+
msgstr ""
|
1469 |
+
|
1470 |
+
#: miniorange_2_factor_mobile_configuration.php:571
|
1471 |
+
msgid "Selected Method - "
|
1472 |
+
msgstr ""
|
1473 |
+
|
1474 |
+
#: miniorange_2_factor_mobile_configuration.php:640
|
1475 |
+
msgid "Authentication methods"
|
1476 |
+
msgstr ""
|
1477 |
+
|
1478 |
+
#: miniorange_2_factor_mobile_configuration.php:642
|
1479 |
+
msgid "Current Plan"
|
1480 |
+
msgstr ""
|
1481 |
+
|
1482 |
+
#: miniorange_2_factor_mobile_configuration.php:658
|
1483 |
+
msgid "Standard plan - Authentication methods"
|
1484 |
+
msgstr ""
|
1485 |
+
|
1486 |
+
#: miniorange_2_factor_mobile_configuration.php:669
|
1487 |
+
msgid "Premium plan - Authentication methods"
|
1488 |
+
msgstr ""
|
1489 |
+
|
1490 |
+
#: miniorange_2_factor_mobile_configuration.php:679
|
1491 |
+
msgid "These authentication methods are available in the STANDARD and PREMIUM plans"
|
1492 |
+
msgstr ""
|
1493 |
+
|
1494 |
+
#: miniorange_2_factor_mobile_configuration.php:681
|
1495 |
+
msgid "to learn more"
|
1496 |
+
msgstr ""
|
1497 |
+
|
1498 |
+
#: miniorange_2_factor_mobile_configuration.php:1151
|
1499 |
+
msgid ""
|
1500 |
+
"If you wish to choose Email Verification / OTP Over SMS / OTP Over SMS and Email / OTP Over Email as your authentication method,\n"
|
1501 |
+
" SMS transaction prices & SMS delivery charges apply and they depend on country. SMS validity is for lifetime."
|
1502 |
+
msgstr ""
|
1503 |
+
|
1504 |
+
#: miniorange_2_factor_mobile_configuration.php:1158
|
1505 |
+
msgid "The plugin works with many of the default custom login forms (like Woocommerce / Theme My Login), however if you face any issues with your custom login form, contact us and we will help you with it."
|
1506 |
+
msgstr ""
|
1507 |
+
|
1508 |
+
#: miniorange_2_factor_mobile_configuration.php:1168
|
1509 |
+
msgid "Click on 'Upgrade' button of your preferred plan above."
|
1510 |
+
msgstr ""
|
1511 |
+
|
1512 |
+
#: miniorange_2_factor_mobile_configuration.php:1169
|
1513 |
+
msgid " You will be redirected to the miniOrange Console. Enter your miniOrange username and password, after which you will be redirected to the payment page."
|
1514 |
+
msgstr ""
|
1515 |
+
|
1516 |
+
#: miniorange_2_factor_mobile_configuration.php:1171
|
1517 |
+
msgid "Select the number of users you wish to upgrade for, and any add-ons if you wish to purchase, and make the payment."
|
1518 |
+
msgstr ""
|
1519 |
+
|
1520 |
+
#: miniorange_2_factor_mobile_configuration.php:1172
|
1521 |
+
msgid "After making the payment, you can find the Standard/Premium plugin to download from the 'License' tab in the left navigation bar of the miniOrange Console."
|
1522 |
+
msgstr ""
|
1523 |
+
|
1524 |
+
#: miniorange_2_factor_mobile_configuration.php:1173
|
1525 |
+
msgid "Download the premium plugin from the miniOrange Console."
|
1526 |
+
msgstr ""
|
1527 |
+
|
1528 |
+
#: miniorange_2_factor_mobile_configuration.php:1174
|
1529 |
+
msgid "In the Wordpress dashboard, uninstall the free plugin and install the premium plugin downloaded."
|
1530 |
+
msgstr ""
|
1531 |
+
|
1532 |
+
#: miniorange_2_factor_mobile_configuration.php:1175
|
1533 |
+
msgid "Login to the premium plugin with the miniOrange account you used to make the payment, after this your users will be able to set up 2FA."
|
1534 |
+
msgstr ""
|
1535 |
+
|
1536 |
+
#: miniorange_2_factor_mobile_configuration.php:1181
|
1537 |
+
msgid "There is no license key required to activate the Standard/Premium Plugins. You will have to just login with the miniOrange Account you used to make the purchase."
|
1538 |
+
msgstr ""
|
1539 |
+
|
1540 |
+
#: miniorange_2_factor_mobile_configuration.php:1190
|
1541 |
+
msgid "At miniOrange, we want to ensure you are 100% happy with your purchase. If the premium plugin you purchased is not working as advertised and you've attempted to resolve any issues with our support team, which couldn't get resolved then we will refund the whole amount within 10 days of the purchase."
|
1542 |
+
msgstr ""
|
1543 |
+
|
1544 |
+
#: miniorange_2_factor_mobile_configuration.php:1198
|
1545 |
+
msgid "If you have any doubts regarding the licensing plans, you can mail us at"
|
1546 |
+
msgstr ""
|
1547 |
+
|
1548 |
+
#: miniorange_2_factor_mobile_configuration.php:1199
|
1549 |
+
msgid "or submit a query using the support form."
|
1550 |
+
msgstr ""
|
1551 |
+
|
1552 |
+
#: miniorange_2_factor_mobile_configuration.php:1244
|
1553 |
+
msgid "(Only applicable if OTP over SMS is your preferred authentication method.)"
|
1554 |
+
msgstr ""
|
1555 |
+
|
1556 |
+
#: miniorange_2_factor_mobile_configuration.php:1244
|
1557 |
+
msgid "SMS Cost"
|
1558 |
+
msgstr ""
|
1559 |
+
|
1560 |
+
#: miniorange_2_factor_mobile_configuration.php:1247
|
1561 |
+
msgid "$5 per 100 OTP + SMS delivery charges"
|
1562 |
+
msgstr ""
|
1563 |
+
|
1564 |
+
#: miniorange_2_factor_mobile_configuration.php:1248
|
1565 |
+
msgid "$15 per 500 OTP + SMS delivery charges"
|
1566 |
+
msgstr ""
|
1567 |
+
|
1568 |
+
#: miniorange_2_factor_mobile_configuration.php:1249
|
1569 |
+
msgid "$22 per 1k OTP + SMS delivery charges"
|
1570 |
+
msgstr ""
|
1571 |
+
|
1572 |
+
#: miniorange_2_factor_mobile_configuration.php:1250
|
1573 |
+
msgid "$30 per 5k OTP + SMS delivery charges"
|
1574 |
+
msgstr ""
|
1575 |
+
|
1576 |
+
#: miniorange_2_factor_mobile_configuration.php:1251
|
1577 |
+
msgid "$40 per 10k OTP + SMS delivery charges"
|
1578 |
+
msgstr ""
|
1579 |
+
|
1580 |
+
#: miniorange_2_factor_mobile_configuration.php:1252
|
1581 |
+
msgid "$90 per 50k OTP + SMS delivery charges"
|
1582 |
+
msgstr ""
|
1583 |
+
|
1584 |
+
#: miniorange_2_factor_mobile_configuration.php:1261
|
1585 |
+
msgid "(Only applicable if OTP over Email/Email Verification is your preferred authentication method.)"
|
1586 |
+
msgstr ""
|
1587 |
+
|
1588 |
+
#: miniorange_2_factor_mobile_configuration.php:1261
|
1589 |
+
msgid "Email Cost"
|
1590 |
+
msgstr ""
|
1591 |
+
|
1592 |
+
#: miniorange_2_factor_mobile_configuration.php:1264
|
1593 |
+
msgid "$5 per 100 Email"
|
1594 |
+
msgstr ""
|
1595 |
+
|
1596 |
+
#: miniorange_2_factor_mobile_configuration.php:1265
|
1597 |
+
msgid "$15 per 100 Email"
|
1598 |
+
msgstr ""
|
1599 |
+
|
1600 |
+
#: miniorange_2_factor_mobile_configuration.php:1266
|
1601 |
+
msgid "$22 per 1k Email"
|
1602 |
+
msgstr ""
|
1603 |
+
|
1604 |
+
#: miniorange_2_factor_mobile_configuration.php:1267
|
1605 |
+
msgid "$30 per 5k Email"
|
1606 |
+
msgstr ""
|
1607 |
+
|
1608 |
+
#: miniorange_2_factor_mobile_configuration.php:1268
|
1609 |
+
msgid "$40 per 10k Email"
|
1610 |
+
msgstr ""
|
1611 |
+
|
1612 |
+
#: miniorange_2_factor_mobile_configuration.php:1269
|
1613 |
+
msgid "$90 per 50k Email"
|
1614 |
+
msgstr ""
|
1615 |
+
|
1616 |
+
#: miniorange_2_factor_mobile_configuration.php:1279
|
1617 |
+
#: miniorange_2_factor_mobile_configuration.php:1298
|
1618 |
+
msgid "Yearly Subscription Fees"
|
1619 |
+
msgstr ""
|
1620 |
+
|
1621 |
+
#: miniorange_2_factor_mobile_configuration.php:1282
|
1622 |
+
msgid "1 - 50 users - $30 per year"
|
1623 |
+
msgstr ""
|
1624 |
+
|
1625 |
+
#: miniorange_2_factor_mobile_configuration.php:1283
|
1626 |
+
msgid "50 - 100 users - $49 per year"
|
1627 |
+
msgstr ""
|
1628 |
+
|
1629 |
+
#: miniorange_2_factor_mobile_configuration.php:1284
|
1630 |
+
msgid "100 - 500 users - $99 per year"
|
1631 |
+
msgstr ""
|
1632 |
+
|
1633 |
+
#: miniorange_2_factor_mobile_configuration.php:1285
|
1634 |
+
msgid "500 - 1000 users - $199 per year"
|
1635 |
+
msgstr ""
|
1636 |
+
|
1637 |
+
#: miniorange_2_factor_mobile_configuration.php:1286
|
1638 |
+
msgid "1000 - 5000 users - $299 per year"
|
1639 |
+
msgstr ""
|
1640 |
+
|
1641 |
+
#: miniorange_2_factor_mobile_configuration.php:1287
|
1642 |
+
msgid "5000 - 10000 users - $499 per year"
|
1643 |
+
msgstr ""
|
1644 |
+
|
1645 |
+
#: miniorange_2_factor_mobile_configuration.php:1288
|
1646 |
+
msgid "10000 - 20000 users - $799 per year"
|
1647 |
+
msgstr ""
|
1648 |
+
|
1649 |
+
#: miniorange_2_factor_mobile_configuration.php:1301
|
1650 |
+
msgid "1 - 50 users - $99 per year"
|
1651 |
+
msgstr ""
|
1652 |
+
|
1653 |
+
#: miniorange_2_factor_mobile_configuration.php:1302
|
1654 |
+
msgid "50 - 100 users - $199 per year"
|
1655 |
+
msgstr ""
|
1656 |
+
|
1657 |
+
#: miniorange_2_factor_mobile_configuration.php:1303
|
1658 |
+
msgid "100 - 500 users - $349 per year"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: miniorange_2_factor_mobile_configuration.php:1304
|
1662 |
+
msgid "500 - 1000 users - $499 per year"
|
1663 |
+
msgstr ""
|
1664 |
+
|
1665 |
+
#: miniorange_2_factor_mobile_configuration.php:1305
|
1666 |
+
msgid "1000 - 5000 users - $799 per year"
|
1667 |
+
msgstr ""
|
1668 |
+
|
1669 |
+
#: miniorange_2_factor_mobile_configuration.php:1306
|
1670 |
+
msgid "5000 - 10000 users - $999 per year "
|
1671 |
+
msgstr ""
|
1672 |
+
|
1673 |
+
#: miniorange_2_factor_mobile_configuration.php:1307
|
1674 |
+
msgid "10000 - 20000 users - $1449 per year"
|
1675 |
+
msgstr ""
|
1676 |
+
|
1677 |
+
#: miniorange_2_factor_settings.php:287
|
1678 |
+
msgid "miniOrange 2-Factor Plugin:"
|
1679 |
+
msgstr ""
|
1680 |
+
|
1681 |
+
#: miniorange_2_factor_settings.php:287
|
1682 |
+
msgid "You have"
|
1683 |
+
msgstr ""
|
1684 |
+
|
1685 |
+
#: miniorange_2_factor_settings.php:287
|
1686 |
+
msgid "SMS transactions"
|
1687 |
+
msgstr ""
|
1688 |
+
|
1689 |
+
#: miniorange_2_factor_settings.php:287
|
1690 |
+
msgid "remaining"
|
1691 |
+
msgstr ""
|
1692 |
+
|
1693 |
+
#: miniorange_2_factor_settings.php:287
|
1694 |
+
msgid "Check Transactions"
|
1695 |
+
msgstr ""
|
1696 |
+
|
1697 |
+
#: miniorange_2_factor_settings.php:287 miniorange_2_factor_settings.php:298
|
1698 |
+
msgid "Dismiss this notice."
|
1699 |
+
msgstr ""
|
1700 |
+
|
1701 |
+
#: miniorange_2_factor_settings.php:296 miniorange_2_factor_settings.php:307
|
1702 |
+
msgid "miniOrange 2-Factor Plugin: "
|
1703 |
+
msgstr ""
|
1704 |
+
|
1705 |
+
#: miniorange_2_factor_settings.php:296
|
1706 |
+
msgid "You have not configured your 2-factor authentication method yet."
|
1707 |
+
msgstr ""
|
1708 |
+
|
1709 |
+
#: miniorange_2_factor_settings.php:297
|
1710 |
+
msgid " Click here"
|
1711 |
+
msgstr ""
|
1712 |
+
|
1713 |
+
#: miniorange_2_factor_settings.php:297
|
1714 |
+
msgid " to set it up."
|
1715 |
+
msgstr ""
|
1716 |
+
|
1717 |
+
#: miniorange_2_factor_settings.php:307
|
1718 |
+
msgid ""
|
1719 |
+
"If you facing issues after the plugin update \n"
|
1720 |
+
"\t\t\tlike not seeing anything in the Account Setup Tab [ <a class=\"btn btn-link\" data-toggle=\"collapse\" id=\"showpreviewofbug\" href=\"#previewofbug\"\n"
|
1721 |
+
" aria-expanded=\"false\">"
|
1722 |
+
msgstr ""
|
1723 |
+
|
1724 |
+
#: miniorange_2_factor_settings.php:310
|
1725 |
+
msgid " Please click on "
|
1726 |
+
msgstr ""
|
1727 |
+
|
1728 |
+
#: miniorange_2_factor_settings.php:310
|
1729 |
+
msgid "Dismiss Notice "
|
1730 |
+
msgstr ""
|
1731 |
+
|
1732 |
+
#: miniorange_2_factor_settings.php:310
|
1733 |
+
msgid " if you are not facing any issues."
|
1734 |
+
msgstr ""
|
1735 |
+
|
1736 |
+
#: miniorange_2_factor_settings.php:315
|
1737 |
+
msgid "Clear / Refresh Cache"
|
1738 |
+
msgstr ""
|
1739 |
+
|
1740 |
+
#: miniorange_2_factor_settings.php:319
|
1741 |
+
msgid "Dismiss Notice"
|
1742 |
+
msgstr ""
|
1743 |
+
|
1744 |
+
#: miniorange_2_factor_settings.php:1712
|
1745 |
+
msgid "Your KBA as alternate 2 factor is configured successfully."
|
1746 |
+
msgstr ""
|
1747 |
+
|
1748 |
+
#: miniorange_2_factor_support.php:13
|
1749 |
+
msgid "Support"
|
1750 |
+
msgstr ""
|
1751 |
+
|
1752 |
+
#: miniorange_2_factor_support.php:17
|
1753 |
+
msgid "Need any help setting it up? Facing any issues? Shoot us a query and we will get back to you."
|
1754 |
+
msgstr ""
|
1755 |
+
|
1756 |
+
#: miniorange_2_factor_support.php:19
|
1757 |
+
msgid "Have a look at these FAQ's to see if your question has been answered already! "
|
1758 |
+
msgstr ""
|
1759 |
+
|
1760 |
+
#: miniorange_2_factor_support.php:48
|
1761 |
+
msgid "Your query here..."
|
1762 |
+
msgstr ""
|
1763 |
+
|
1764 |
+
#: miniorange_2_factor_support.php:56
|
1765 |
+
msgid "Submit Query"
|
1766 |
msgstr ""
|
miniorange_2_factor_settings.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: https://miniorange.com
|
5 |
* Description: This plugin provides various two-factor authentication methods as an additional layer of security after the default wordpress login. We Support Google Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for Unlimited Users in the free version of the plugin.
|
6 |
-
* Version: 5.0.
|
7 |
* Author: miniOrange
|
8 |
* Author URI: https://miniorange.com
|
9 |
* License: GPL2
|
@@ -422,17 +422,20 @@ class Miniorange_Authentication {
|
|
422 |
}
|
423 |
|
424 |
function mo_2_factor_enable_frontend_style() {
|
425 |
-
wp_enqueue_style( 'mo2f_frontend_login_style', plugins_url( 'includes/css/front_end_login.css?version=5.0.
|
426 |
-
wp_enqueue_style( 'bootstrap_style', plugins_url( 'includes/css/bootstrap.min.css?version=5.0.
|
427 |
-
wp_enqueue_style( 'mo_2_factor_admin_settings_phone_style', plugins_url( 'includes/css/phone.css?version=5.0.
|
428 |
wp_enqueue_style( 'mo_2_factor_wpb-fa', plugins_url( 'includes/css/font-awesome.min.css', __FILE__ ) );
|
429 |
-
wp_enqueue_style( 'mo2f_login_popup_style', plugins_url( 'includes/css/mo2f_login_popup_ui.css?version=5.0.
|
430 |
}
|
431 |
|
432 |
-
function plugin_settings_style() {
|
433 |
-
|
434 |
-
|
435 |
-
|
|
|
|
|
|
|
436 |
wp_enqueue_style( 'mo_2_factor_wpb-fa', plugins_url( 'includes/css/font-awesome.min.css', __FILE__ ) );
|
437 |
}
|
438 |
|
3 |
* Plugin Name: miniOrange 2 Factor Authentication
|
4 |
* Plugin URI: https://miniorange.com
|
5 |
* Description: This plugin provides various two-factor authentication methods as an additional layer of security after the default wordpress login. We Support Google Authenticator, QR Code, Push Notification, Soft Token and Security Questions(KBA) for Unlimited Users in the free version of the plugin.
|
6 |
+
* Version: 5.0.7
|
7 |
* Author: miniOrange
|
8 |
* Author URI: https://miniorange.com
|
9 |
* License: GPL2
|
422 |
}
|
423 |
|
424 |
function mo_2_factor_enable_frontend_style() {
|
425 |
+
wp_enqueue_style( 'mo2f_frontend_login_style', plugins_url( 'includes/css/front_end_login.css?version=5.0.7', __FILE__ ) );
|
426 |
+
wp_enqueue_style( 'bootstrap_style', plugins_url( 'includes/css/bootstrap.min.css?version=5.0.7', __FILE__ ) );
|
427 |
+
wp_enqueue_style( 'mo_2_factor_admin_settings_phone_style', plugins_url( 'includes/css/phone.css?version=5.0.7', __FILE__ ) );
|
428 |
wp_enqueue_style( 'mo_2_factor_wpb-fa', plugins_url( 'includes/css/font-awesome.min.css', __FILE__ ) );
|
429 |
+
wp_enqueue_style( 'mo2f_login_popup_style', plugins_url( 'includes/css/mo2f_login_popup_ui.css?version=5.0.7', __FILE__ ) );
|
430 |
}
|
431 |
|
432 |
+
function plugin_settings_style($mo2fa_hook_page) {
|
433 |
+
if ( 'toplevel_page_miniOrange_2_factor_settings' != $mo2fa_hook_page ) {
|
434 |
+
return;
|
435 |
+
}
|
436 |
+
wp_enqueue_style( 'mo_2_factor_admin_settings_style', plugins_url( 'includes/css/style_settings.css?version=5.0.7', __FILE__ ) );
|
437 |
+
wp_enqueue_style( 'mo_2_factor_admin_settings_phone_style', plugins_url( 'includes/css/phone.css?version=5.0.7', __FILE__ ) );
|
438 |
+
wp_enqueue_style( 'bootstrap_style', plugins_url( 'includes/css/bootstrap.min.css?version=5.0.7', __FILE__ ) );
|
439 |
wp_enqueue_style( 'mo_2_factor_wpb-fa', plugins_url( 'includes/css/font-awesome.min.css', __FILE__ ) );
|
440 |
}
|
441 |
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Tags: google authenticator, two factor authentication, two factor, 2FA, 2 factor
|
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.9.4
|
7 |
Requires PHP: 5.3.0
|
8 |
-
Stable tag: 5.0.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -219,8 +219,11 @@ miniOrange authentication service has 15+ authentication methods.One time passco
|
|
219 |
|
220 |
== Changelog ==
|
221 |
|
|
|
|
|
|
|
222 |
= 5.0.6 =
|
223 |
-
* Google Authenticator (2FA) : Bug Fix for existing customers facing
|
224 |
|
225 |
= 5.0.5 =
|
226 |
* Google Authenticator (2FA) : Bug fix for user entry during plugin update.
|
@@ -487,6 +490,9 @@ More descriptive setup messages and UI changes.
|
|
487 |
|
488 |
== Upgrade Notice ==
|
489 |
|
|
|
|
|
|
|
490 |
= 5.0.6 =
|
491 |
* Google Authenticator (2FA) : Bug Fix for existing customers who upgraded from 4.5.x version to versions between 5.0.0 and 5.0.4 and are facing issues with the Account Setup Tab.
|
492 |
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.9.4
|
7 |
Requires PHP: 5.3.0
|
8 |
+
Stable tag: 5.0.7
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
219 |
|
220 |
== Changelog ==
|
221 |
|
222 |
+
= 5.0.7 =
|
223 |
+
* Google Authenticator (2FA) : Bug Fix for User Registration and other plugin conflicts in Dashboard.
|
224 |
+
|
225 |
= 5.0.6 =
|
226 |
+
* Google Authenticator (2FA) : Bug Fix for existing customers who upgraded from 4.5.x version to versions between 5.0.0 and 5.0.4 and are facing issues with the Account Setup Tab.
|
227 |
|
228 |
= 5.0.5 =
|
229 |
* Google Authenticator (2FA) : Bug fix for user entry during plugin update.
|
490 |
|
491 |
== Upgrade Notice ==
|
492 |
|
493 |
+
= 5.0.7 =
|
494 |
+
* Google Authenticator (2FA) : Bug Fix for User Registration and other plugin conflicts in Dashboard.
|
495 |
+
|
496 |
= 5.0.6 =
|
497 |
* Google Authenticator (2FA) : Bug Fix for existing customers who upgraded from 4.5.x version to versions between 5.0.0 and 5.0.4 and are facing issues with the Account Setup Tab.
|
498 |
|
views/configure_authy_authenticator
CHANGED
@@ -89,7 +89,7 @@
|
|
89 |
}
|
90 |
|
91 |
function mo2f_lt( $string ) {
|
92 |
-
return $string;
|
93 |
|
94 |
}
|
95 |
|
89 |
}
|
90 |
|
91 |
function mo2f_lt( $string ) {
|
92 |
+
return __($string ,'miniorange-2-factor-authentication' );
|
93 |
|
94 |
}
|
95 |
|