Version Description
- Add a Dutch translation
- Add a Portuguese translation
Download this release
Release Info
Developer | ivankk |
Plugin | Google Authenticator |
Version | 0.52 |
Comparing to | |
See all releases |
Code changes from version 0.51 to 0.52
- google-authenticator.php +9 -6
- lang/google-authenticator-nl_NL.mo +0 -0
- lang/google-authenticator-nl_NL.po +317 -0
- lang/google-authenticator-pt_BR.mo +0 -0
- lang/google-authenticator-pt_BR.po +123 -0
- readme.txt +10 -3
google-authenticator.php
CHANGED
@@ -4,14 +4,17 @@ Plugin Name: Google Authenticator
|
|
4 |
Plugin URI: https://github.com/ivankruchkoff/google-authenticator
|
5 |
Description: Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry app as One Time Password generator.
|
6 |
Author: Ivan Kruchkoff
|
7 |
-
Version: 0.
|
8 |
Author URI: https://github.com/ivankruchkoff
|
9 |
-
Compatibility: WordPress 5.
|
10 |
Text Domain: google-authenticator
|
11 |
Domain Path: /lang
|
12 |
|
13 |
----------------------------------------------------------------------------
|
14 |
|
|
|
|
|
|
|
15 |
Thanks to Henrik Schack for creating / maintaining versions 0.20 to 0.48
|
16 |
Thanks to Ivan Kruchkoff for his UX improvements in user signup.
|
17 |
Thanks to Bryan Ruiz for his Base32 encode/decode class, found at php.net.
|
@@ -312,15 +315,15 @@ function user_setup_page() {
|
|
312 |
),
|
313 |
array(
|
314 |
'text' => __( 'iOS: Google Authenticator', 'google-authenticator' ),
|
315 |
-
'link' => 'https://itunes.apple.com/app/
|
316 |
),
|
317 |
array(
|
318 |
'text' => __( 'Android: Authy', 'google-authenticator' ),
|
319 |
-
'link' => 'https://
|
320 |
),
|
321 |
array(
|
322 |
'text' => __( 'Android: Google Authenticator', 'google-authenticator' ),
|
323 |
-
'link' => 'https://
|
324 |
),
|
325 |
array(
|
326 |
'text' => __( 'Windows Phone', 'google-authenticator' ),
|
@@ -540,7 +543,7 @@ function network_admin_setup_page() {
|
|
540 |
function loginform() {
|
541 |
echo "\t<p>\n";
|
542 |
echo "\t\t<label title=\"".__('If you don\'t have Google Authenticator enabled for your WordPress account, leave this field empty.','google-authenticator')."\">".__('Google Authenticator code','google-authenticator')."<span id=\"google-auth-info\"></span><br />\n";
|
543 |
-
echo "\t\t<input type=\"text\" name=\"googleotp\" id=\"googleotp\" class=\"input\" value=\"\" size=\"20\" style=\"ime-mode: inactive;\" /></label>\n";
|
544 |
echo "\t</p>\n";
|
545 |
}
|
546 |
|
4 |
Plugin URI: https://github.com/ivankruchkoff/google-authenticator
|
5 |
Description: Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry app as One Time Password generator.
|
6 |
Author: Ivan Kruchkoff
|
7 |
+
Version: 0.52
|
8 |
Author URI: https://github.com/ivankruchkoff
|
9 |
+
Compatibility: WordPress 5.2
|
10 |
Text Domain: google-authenticator
|
11 |
Domain Path: /lang
|
12 |
|
13 |
----------------------------------------------------------------------------
|
14 |
|
15 |
+
|
16 |
+
Thanks to Fabio Zumbi for Portuguese translation.
|
17 |
+
Thanks to Guido Schalkx for the Dutch translation.
|
18 |
Thanks to Henrik Schack for creating / maintaining versions 0.20 to 0.48
|
19 |
Thanks to Ivan Kruchkoff for his UX improvements in user signup.
|
20 |
Thanks to Bryan Ruiz for his Base32 encode/decode class, found at php.net.
|
315 |
),
|
316 |
array(
|
317 |
'text' => __( 'iOS: Google Authenticator', 'google-authenticator' ),
|
318 |
+
'link' => 'https://itunes.apple.com/app/google-authenticator/id388497605',
|
319 |
),
|
320 |
array(
|
321 |
'text' => __( 'Android: Authy', 'google-authenticator' ),
|
322 |
+
'link' => 'https://play.google.com/store/apps/details?id=com.authy.authy',
|
323 |
),
|
324 |
array(
|
325 |
'text' => __( 'Android: Google Authenticator', 'google-authenticator' ),
|
326 |
+
'link' => 'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2',
|
327 |
),
|
328 |
array(
|
329 |
'text' => __( 'Windows Phone', 'google-authenticator' ),
|
543 |
function loginform() {
|
544 |
echo "\t<p>\n";
|
545 |
echo "\t\t<label title=\"".__('If you don\'t have Google Authenticator enabled for your WordPress account, leave this field empty.','google-authenticator')."\">".__('Google Authenticator code','google-authenticator')."<span id=\"google-auth-info\"></span><br />\n";
|
546 |
+
echo "\t\t<input type=\"text\" name=\"googleotp\" id=\"googleotp\" class=\"input\" value=\"\" size=\"20\" style=\"ime-mode: inactive;\" autocomplete=\"off\" /></label>\n";
|
547 |
echo "\t</p>\n";
|
548 |
}
|
549 |
|
lang/google-authenticator-nl_NL.mo
ADDED
Binary file
|
lang/google-authenticator-nl_NL.po
ADDED
@@ -0,0 +1,317 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: Google Authenticator\n"
|
4 |
+
"POT-Creation-Date: 2019-04-12 17:20+0200\n"
|
5 |
+
"PO-Revision-Date: 2019-04-12 17:38+0200\n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: nl_NL\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.2.1\n"
|
13 |
+
"X-Poedit-Basepath: ..\n"
|
14 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
15 |
+
"X-Poedit-Flags-xgettext: --add-comments=translators:\n"
|
16 |
+
"X-Poedit-WPHeader: google-authenticator.php\n"
|
17 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
+
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
|
19 |
+
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
|
20 |
+
"_nx_noop:3c,1,2;__ngettext_noop:1,2\n"
|
21 |
+
"X-Poedit-SearchPath-0: .\n"
|
22 |
+
"X-Poedit-SearchPathExcluded-0: *.js\n"
|
23 |
+
|
24 |
+
#. Plugin Name of the plugin/theme
|
25 |
+
#: google-authenticator.php:196 google-authenticator.php:199
|
26 |
+
#: google-authenticator.php:202
|
27 |
+
msgid "Google Authenticator"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: google-authenticator.php:280
|
31 |
+
msgid ""
|
32 |
+
"OTP code doesn't match supplied secret, please check you've configured "
|
33 |
+
"Authenticator correctly."
|
34 |
+
msgstr ""
|
35 |
+
"OTP-code komt niet overeen met de opgegeven geheime code, controleer of je "
|
36 |
+
"de Authenticator goed hebt ingesteld."
|
37 |
+
|
38 |
+
#: google-authenticator.php:289
|
39 |
+
msgid ""
|
40 |
+
"Congratulations, you have successfully enabled Google Authenticator for your "
|
41 |
+
"account"
|
42 |
+
msgstr ""
|
43 |
+
"Gefeliciteerd, je hebt Google Authenticator met succes ingeschakeld voor je "
|
44 |
+
"account"
|
45 |
+
|
46 |
+
#: google-authenticator.php:310
|
47 |
+
msgid "iOS: Authy"
|
48 |
+
msgstr ""
|
49 |
+
|
50 |
+
#: google-authenticator.php:314
|
51 |
+
msgid "iOS: Google Authenticator"
|
52 |
+
msgstr ""
|
53 |
+
|
54 |
+
#: google-authenticator.php:318
|
55 |
+
msgid "Android: Authy"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: google-authenticator.php:322
|
59 |
+
msgid "Android: Google Authenticator"
|
60 |
+
msgstr ""
|
61 |
+
|
62 |
+
#: google-authenticator.php:326
|
63 |
+
msgid "Windows Phone"
|
64 |
+
msgstr ""
|
65 |
+
|
66 |
+
#: google-authenticator.php:330
|
67 |
+
msgid "Chrome Browser"
|
68 |
+
msgstr ""
|
69 |
+
|
70 |
+
#: google-authenticator.php:334
|
71 |
+
msgid "Desktop"
|
72 |
+
msgstr ""
|
73 |
+
|
74 |
+
#: google-authenticator.php:342 google-authenticator.php:433
|
75 |
+
#: google-authenticator.php:715 google-authenticator.php:936
|
76 |
+
msgid "Google Authenticator Settings"
|
77 |
+
msgstr "Google Authenticator instellingen"
|
78 |
+
|
79 |
+
#: google-authenticator.php:346
|
80 |
+
msgid ""
|
81 |
+
"If you haven't already done so, please install the Authy or Google "
|
82 |
+
"Authenticator app on your mobile device from the App Store:"
|
83 |
+
msgstr ""
|
84 |
+
"Mocht je dit nog niet gedaan hebben, installeer dan de Authy of Google "
|
85 |
+
"Authenticator app vanuit de App Store op je mobiele apparaat:"
|
86 |
+
|
87 |
+
#: google-authenticator.php:352
|
88 |
+
msgid ""
|
89 |
+
"The easiest way to enable your account is to add an account by scanning the "
|
90 |
+
"QR code using the app."
|
91 |
+
msgstr ""
|
92 |
+
"De makkelijkste manier om je account in te schakelen is een account toe te "
|
93 |
+
"voegen door het scannen van de QR-code met de app."
|
94 |
+
|
95 |
+
#: google-authenticator.php:354
|
96 |
+
msgid ""
|
97 |
+
"An account can also be added by typing in the secret. After you've added "
|
98 |
+
"your account to the App, please type the code you see on the screen into the "
|
99 |
+
"Authenticator Code field and press the Verify Authenticator Code button."
|
100 |
+
msgstr ""
|
101 |
+
"Een account kan ook worden toegevoegd door de geheim code in te typen. Nadat "
|
102 |
+
"je je account hebt toegevoegd in de app, type je de code die je op het "
|
103 |
+
"scherm ziet in het veld Authenticatiecode en druk je op de knop Verifieer "
|
104 |
+
"authenticatiecode."
|
105 |
+
|
106 |
+
#: google-authenticator.php:357
|
107 |
+
msgid ""
|
108 |
+
"If the account setup was successful, you will be logged out, and will need "
|
109 |
+
"to login again using your Username, Password and Authenticator code "
|
110 |
+
"generated using the App on your mobile device."
|
111 |
+
msgstr ""
|
112 |
+
"Als het instellen van het account is gelukt, wordt je uitgelogd en moet je "
|
113 |
+
"opnieuw inloggen met je gebruikersnaam, wachtwoord en authenticatiecode die "
|
114 |
+
"in de app op je mobiele apparaat wordt gegenereerd."
|
115 |
+
|
116 |
+
#: google-authenticator.php:436
|
117 |
+
msgid "Successfullly saved your settings for the network"
|
118 |
+
msgstr "Instellingen succesvol opgeslagen voor het netwerk"
|
119 |
+
|
120 |
+
#: google-authenticator.php:438
|
121 |
+
msgid "Successfullly saved your settings for the site"
|
122 |
+
msgstr "Instellingen succesvol opgeslagen voor de site"
|
123 |
+
|
124 |
+
#: google-authenticator.php:443
|
125 |
+
msgid "Network Settings"
|
126 |
+
msgstr "Netwerk instellingen"
|
127 |
+
|
128 |
+
#: google-authenticator.php:447
|
129 |
+
msgid "Only use network-wide settings, ignoring site settings."
|
130 |
+
msgstr ""
|
131 |
+
"Gebruik alleen instellingen voor het hele netwerk en negeer de instellingen "
|
132 |
+
"van de site."
|
133 |
+
|
134 |
+
#: google-authenticator.php:453
|
135 |
+
msgid "Two Screen Signin"
|
136 |
+
msgstr "Aanmelden op twee schermen"
|
137 |
+
|
138 |
+
#: google-authenticator.php:457
|
139 |
+
msgid "Ask for authenticator code on secondary login screen"
|
140 |
+
msgstr "Vraag naar de authenticatiecode op een secundair inlogscherm"
|
141 |
+
|
142 |
+
#: google-authenticator.php:461
|
143 |
+
msgid "Roles requiring Google Authenticator Enabled"
|
144 |
+
msgstr "Rollen waarbij gebruik Google Authenticator is vereist"
|
145 |
+
|
146 |
+
#: google-authenticator.php:469
|
147 |
+
msgid "Network-wide settings in effect, only a super admin can modify them."
|
148 |
+
msgstr ""
|
149 |
+
"Netwerk brede instellingen zijn van kracht, alleen een super-beheerder kan "
|
150 |
+
"deze wijzigen."
|
151 |
+
|
152 |
+
#: google-authenticator.php:471
|
153 |
+
msgid "Change network wide Google Authenticator settings"
|
154 |
+
msgstr "Verander netwerk brede Google Authenticator instellingen"
|
155 |
+
|
156 |
+
#: google-authenticator.php:511
|
157 |
+
msgid ""
|
158 |
+
"Sorry, you can't disable checks for this role as it's enabled at the network "
|
159 |
+
"level."
|
160 |
+
msgstr ""
|
161 |
+
"Sorry, je kunt de controles voor deze rol niet uitschakelen omdat deze op "
|
162 |
+
"het netwerkniveau is ingeschakeld."
|
163 |
+
|
164 |
+
#: google-authenticator.php:513
|
165 |
+
#, php-format
|
166 |
+
msgid ""
|
167 |
+
"Sorry, this role is enabled at the network level and can only be disabled "
|
168 |
+
"via the <a href=\"%s\">network settings</a>"
|
169 |
+
msgstr ""
|
170 |
+
"Sorry, deze rol is ingeschakeld op netwerkniveau en kan alleen worden "
|
171 |
+
"uitgeschakeld via de <a href=“%s”>netwerkinstellingen</a>"
|
172 |
+
|
173 |
+
#: google-authenticator.php:542
|
174 |
+
msgid ""
|
175 |
+
"If you don't have Google Authenticator enabled for your WordPress account, "
|
176 |
+
"leave this field empty."
|
177 |
+
msgstr ""
|
178 |
+
"Als Google Authenticator niet is ingeschakeld voor je WordPress-account, "
|
179 |
+
"laat dit veld dan leeg."
|
180 |
+
|
181 |
+
#: google-authenticator.php:542
|
182 |
+
msgid "Google Authenticator code"
|
183 |
+
msgstr "Google Authenticator-code"
|
184 |
+
|
185 |
+
#: google-authenticator.php:615
|
186 |
+
msgid "<strong>ERROR</strong>: The Google Authenticator password is incorrect."
|
187 |
+
msgstr "<strong>ERROR</strong>: De Google Authenticator-wachtwoord is onjuist."
|
188 |
+
|
189 |
+
#: google-authenticator.php:619 google-authenticator.php:640
|
190 |
+
msgid ""
|
191 |
+
"<strong>ERROR</strong>: The Google Authenticator code is incorrect or has "
|
192 |
+
"expired."
|
193 |
+
msgstr ""
|
194 |
+
"<strong>ERROR</strong>: De Google Authenticator-code is onjuist of verlopen."
|
195 |
+
|
196 |
+
#: google-authenticator.php:635
|
197 |
+
msgid "Secondary Login Screen"
|
198 |
+
msgstr "Secundair inlogscherm"
|
199 |
+
|
200 |
+
#: google-authenticator.php:638
|
201 |
+
msgid "<strong>ERROR</strong>: The Google Authenticator code is missing."
|
202 |
+
msgstr "<strong>ERROR</strong>: De Google Authenticator-code ontbreekt."
|
203 |
+
|
204 |
+
#: google-authenticator.php:652
|
205 |
+
msgid ""
|
206 |
+
"Please enter the Google Authenticator code using the app on your device."
|
207 |
+
msgstr ""
|
208 |
+
"Voer de Google Authenticator-code in met behulp van de app op je mobiele "
|
209 |
+
"apparaat."
|
210 |
+
|
211 |
+
#: google-authenticator.php:654
|
212 |
+
msgid "Log In"
|
213 |
+
msgstr "Inloggen"
|
214 |
+
|
215 |
+
#: google-authenticator.php:722 google-authenticator.php:948
|
216 |
+
msgid "Active"
|
217 |
+
msgstr "Actief"
|
218 |
+
|
219 |
+
#: google-authenticator.php:731
|
220 |
+
msgid "Relaxed mode"
|
221 |
+
msgstr "Ontspannen modus"
|
222 |
+
|
223 |
+
#: google-authenticator.php:733
|
224 |
+
msgid ""
|
225 |
+
" Relaxed mode allows for more time drifting on your phone clock (±4 "
|
226 |
+
"min)."
|
227 |
+
msgstr ""
|
228 |
+
" Ontspannen modus geeft meer ruimte voor een afwijkende klok op je mobiele "
|
229 |
+
"apparaat (±4 min)."
|
230 |
+
|
231 |
+
#: google-authenticator.php:740
|
232 |
+
msgid "Description"
|
233 |
+
msgstr "Omschrijving"
|
234 |
+
|
235 |
+
#: google-authenticator.php:741
|
236 |
+
msgid ""
|
237 |
+
" Description that you'll see in the Google Authenticator app on your phone."
|
238 |
+
msgstr ""
|
239 |
+
" Omschrijving die je ziet in de Google Authenticator app op je mobiele "
|
240 |
+
"apparaat."
|
241 |
+
|
242 |
+
#: google-authenticator.php:745
|
243 |
+
msgid "Secret"
|
244 |
+
msgstr "Geheime code"
|
245 |
+
|
246 |
+
#: google-authenticator.php:749
|
247 |
+
msgid "Create new secret"
|
248 |
+
msgstr "Nieuw geheime code maken"
|
249 |
+
|
250 |
+
#: google-authenticator.php:750
|
251 |
+
msgid "Show/Hide QR code"
|
252 |
+
msgstr "Toon/verberg QR-code"
|
253 |
+
|
254 |
+
#: google-authenticator.php:762
|
255 |
+
msgid "Scan this with the Google Authenticator app."
|
256 |
+
msgstr "Scan dit met de Google Authenticator-app."
|
257 |
+
|
258 |
+
#: google-authenticator.php:774
|
259 |
+
msgid "Enable App password"
|
260 |
+
msgstr "Schakel in App-wachtwoord"
|
261 |
+
|
262 |
+
#: google-authenticator.php:776
|
263 |
+
msgid " Enabling an App password will decrease your overall login security."
|
264 |
+
msgstr ""
|
265 |
+
" Als je een App-wachtwoord inschakelt, wordt je totale inlog beveiliging "
|
266 |
+
"minder."
|
267 |
+
|
268 |
+
#: google-authenticator.php:784
|
269 |
+
msgid "Create new password"
|
270 |
+
msgstr "Nieuw wachtwoord maken"
|
271 |
+
|
272 |
+
#: google-authenticator.php:785
|
273 |
+
msgid ""
|
274 |
+
" Password is not stored in cleartext, this is your only chance to see it."
|
275 |
+
msgstr ""
|
276 |
+
" Wachtwoord wordt niet als platte tekst opgeslagen, dit is je enige kans om "
|
277 |
+
"het te zien."
|
278 |
+
|
279 |
+
#: google-authenticator.php:793
|
280 |
+
msgid "Authenticator Code"
|
281 |
+
msgstr "Authenticatiecode"
|
282 |
+
|
283 |
+
#: google-authenticator.php:794
|
284 |
+
msgid ""
|
285 |
+
"After adding the site to your google authy account, add your authenticator "
|
286 |
+
"code here."
|
287 |
+
msgstr ""
|
288 |
+
"Na het toevoegen van de site aan je Google Authy-account, voeg je hier je "
|
289 |
+
"authenticatiecode toe."
|
290 |
+
|
291 |
+
#: google-authenticator.php:800
|
292 |
+
msgid "Verify Authenticator Code"
|
293 |
+
msgstr "Verifieer authenticatiecode"
|
294 |
+
|
295 |
+
#: google-authenticator.php:941
|
296 |
+
msgid "Hide settings from user"
|
297 |
+
msgstr "Verberg gebruikers instellingen"
|
298 |
+
|
299 |
+
#. Plugin URI of the plugin/theme
|
300 |
+
msgid "https://github.com/ivankruchkoff/google-authenticator"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#. Description of the plugin/theme
|
304 |
+
msgid ""
|
305 |
+
"Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry "
|
306 |
+
"app as One Time Password generator."
|
307 |
+
msgstr ""
|
308 |
+
"Twee-staps-authenticatie voor WordPress met behulp van de Android/iPhone/"
|
309 |
+
"Blackberry app als eenmalig wachtwoord generator."
|
310 |
+
|
311 |
+
#. Author of the plugin/theme
|
312 |
+
msgid "Ivan Kruchkoff"
|
313 |
+
msgstr ""
|
314 |
+
|
315 |
+
#. Author URI of the plugin/theme
|
316 |
+
msgid "https://github.com/ivankruchkoff"
|
317 |
+
msgstr ""
|
lang/google-authenticator-pt_BR.mo
ADDED
Binary file
|
lang/google-authenticator-pt_BR.po
ADDED
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Copyright (C) 2010 Google Authenticator
|
2 |
+
# This file is distributed under the same license as the Google Authenticator package.
|
3 |
+
msgid ""
|
4 |
+
msgstr ""
|
5 |
+
"Project-Id-Version: Google Authenticator 0.37\n"
|
6 |
+
"Report-Msgid-Bugs-To: http://wordpress.org/tag/google-authenticator\n"
|
7 |
+
"POT-Creation-Date: 2011-08-21 14:25:45+00:00\n"
|
8 |
+
"MIME-Version: 1.0\n"
|
9 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
+
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2014-01-11 10:07+0100\n"
|
12 |
+
"Last-Translator: \n"
|
13 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
+
"X-Generator: Poedit 1.6.3\n"
|
15 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
16 |
+
"Language: pt_BR\n"
|
17 |
+
|
18 |
+
#: google-authenticator.php:131
|
19 |
+
msgid ""
|
20 |
+
"If you don't have Google Authenticator enabled for your WordPress account, "
|
21 |
+
"leave this field empty."
|
22 |
+
msgstr "Se você não tiver o Google Authenticator ativado para sua conta do WordPress, deixe este campo vazio."
|
23 |
+
|
24 |
+
#: google-authenticator.php:131
|
25 |
+
msgid "Google Authenticator code"
|
26 |
+
msgstr "Código do Google Authenticator"
|
27 |
+
|
28 |
+
#: google-authenticator.php:176
|
29 |
+
msgid "<strong>ERROR</strong>: The Google Authenticator password is incorrect."
|
30 |
+
msgstr "<strong>ERRO</strong>: a senha do Google Authenticator está incorreta."
|
31 |
+
|
32 |
+
#: google-authenticator.php:179
|
33 |
+
msgid ""
|
34 |
+
"<strong>ERROR</strong>: The Google Authenticator code is incorrect or has "
|
35 |
+
"expired."
|
36 |
+
msgstr "<strong>ERRO</strong>: o código do Google Authenticator está incorreto ou expirou."
|
37 |
+
|
38 |
+
#: google-authenticator.php:215
|
39 |
+
msgid "WordPress Blog"
|
40 |
+
msgstr "Blog WordPress"
|
41 |
+
|
42 |
+
#: google-authenticator.php:218 google-authenticator.php:392
|
43 |
+
msgid "Google Authenticator Settings"
|
44 |
+
msgstr "Configurações do Google Authenticator"
|
45 |
+
|
46 |
+
#: google-authenticator.php:223 google-authenticator.php:396
|
47 |
+
msgid "Active"
|
48 |
+
msgstr "Ativar"
|
49 |
+
|
50 |
+
#: google-authenticator.php:235
|
51 |
+
msgid "Relaxed mode"
|
52 |
+
msgstr "Modo relaxado"
|
53 |
+
|
54 |
+
#: google-authenticator.php:237
|
55 |
+
msgid ""
|
56 |
+
" Relaxed mode allows for more time drifting on your phone clock (±4 "
|
57 |
+
"min)."
|
58 |
+
msgstr "O modo relaxado permite mais tempo à deriva no relógio do seu telefone (±4 min)."
|
59 |
+
|
60 |
+
#: google-authenticator.php:242
|
61 |
+
msgid "Description"
|
62 |
+
msgstr "Descrição"
|
63 |
+
|
64 |
+
#: google-authenticator.php:243
|
65 |
+
msgid ""
|
66 |
+
" Description that you'll see in the Google Authenticator app on your phone."
|
67 |
+
msgstr "Descrição que você verá no aplicativo Google Authenticator em seu telefone."
|
68 |
+
|
69 |
+
#: google-authenticator.php:247
|
70 |
+
msgid "Secret"
|
71 |
+
msgstr "Secreto"
|
72 |
+
|
73 |
+
#: google-authenticator.php:250
|
74 |
+
msgid "Create new secret"
|
75 |
+
msgstr "Crie um novo segredo"
|
76 |
+
|
77 |
+
#: google-authenticator.php:251
|
78 |
+
msgid "Show/Hide QR code"
|
79 |
+
msgstr "Mostar/Esconder QR Code"
|
80 |
+
|
81 |
+
#: google-authenticator.php:259
|
82 |
+
msgid "Scan this with the Google Authenticator app."
|
83 |
+
msgstr "Escaneie isso com o aplicativo Google Authenticator."
|
84 |
+
|
85 |
+
#: google-authenticator.php:264
|
86 |
+
msgid "Enable App password"
|
87 |
+
msgstr "Ativar senha do aplicativo"
|
88 |
+
|
89 |
+
#: google-authenticator.php:266
|
90 |
+
msgid " Enabling an App password will decrease your overall login security."
|
91 |
+
msgstr "Ativar uma senha de aplicativo diminuirá sua segurança geral de login."
|
92 |
+
|
93 |
+
#: google-authenticator.php:274
|
94 |
+
msgid "Create new password"
|
95 |
+
msgstr "Crie uma nova senha"
|
96 |
+
|
97 |
+
#: google-authenticator.php:275
|
98 |
+
msgid ""
|
99 |
+
" Password is not stored in cleartext, this is your only chance to see it."
|
100 |
+
msgstr "A senha não é armazenada em texto puro, essa é sua única chance de vê-la."
|
101 |
+
|
102 |
+
#. Plugin Name of the plugin/theme
|
103 |
+
msgid "Google Authenticator"
|
104 |
+
msgstr "Google Authenticator"
|
105 |
+
|
106 |
+
#. Plugin URI of the plugin/theme
|
107 |
+
msgid "http://henrik.schack.dk/google-authenticator-for-wordpress"
|
108 |
+
msgstr "http://henrik.schack.dk/google-authenticator-for-wordpress"
|
109 |
+
|
110 |
+
#. Description of the plugin/theme
|
111 |
+
msgid ""
|
112 |
+
"Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry "
|
113 |
+
"app as One Time Password generator."
|
114 |
+
msgstr "Autenticação de dois fatores para WordPress usando o aplicativo Android / iPhone / Blackberry como gerador de senha única."
|
115 |
+
|
116 |
+
#. Author of the plugin/theme
|
117 |
+
msgid "Henrik Schack"
|
118 |
+
msgstr "Henrik Schack"
|
119 |
+
|
120 |
+
#. Author URI of the plugin/theme
|
121 |
+
msgid "http://henrik.schack.dk/"
|
122 |
+
msgstr "http://henrik.schack.dk/"
|
123 |
+
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: ivankk
|
3 |
Tags: authentication,otp,password,security,login,android,iphone,blackberry
|
4 |
Requires at least: 4.5
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 0.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -80,6 +80,10 @@ please remember to remove the "Check credentials on all login attempts" checkmar
|
|
80 |
4. Google Authenticator app on Android
|
81 |
|
82 |
== Changelog ==
|
|
|
|
|
|
|
|
|
83 |
= 0.51 =
|
84 |
* Fix a regression that broke app passwords
|
85 |
|
@@ -116,7 +120,6 @@ please remember to remove the "Check credentials on all login attempts" checkmar
|
|
116 |
* App password hash function switched to one that doesn't have rainbow tables available.
|
117 |
* PHP notices occurring during app password login removed.
|
118 |
|
119 |
-
|
120 |
= 0.44 =
|
121 |
* Installation/FAQ section updated.
|
122 |
* Simplified Chinese translation by Kaijia Feng added.
|
@@ -166,6 +169,10 @@ please remember to remove the "Check credentials on all login attempts" checkmar
|
|
166 |
|
167 |
Thanks to:
|
168 |
|
|
|
|
|
|
|
|
|
169 |
[Henrik.Schack](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=henrik%40schack%2edk&lc=US&item_name=Google%20Authenticator&item_number=Google%20Authenticator&no_shipping=0&no_note=1&tax=0&bn=PP%2dDonationsBF&charset=UTF%2d8) for writing/maintaining versions 0.20 through 0.48
|
170 |
|
171 |
[Tobias Bäthge](http://tobias.baethge.com/) for his code rewrite and German translation.
|
2 |
Contributors: ivankk
|
3 |
Tags: authentication,otp,password,security,login,android,iphone,blackberry
|
4 |
Requires at least: 4.5
|
5 |
+
Tested up to: 5.2
|
6 |
+
Stable tag: 0.52
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
80 |
4. Google Authenticator app on Android
|
81 |
|
82 |
== Changelog ==
|
83 |
+
= 0.52 =
|
84 |
+
* Add a Dutch translation
|
85 |
+
* Add a Portuguese translation
|
86 |
+
|
87 |
= 0.51 =
|
88 |
* Fix a regression that broke app passwords
|
89 |
|
120 |
* App password hash function switched to one that doesn't have rainbow tables available.
|
121 |
* PHP notices occurring during app password login removed.
|
122 |
|
|
|
123 |
= 0.44 =
|
124 |
* Installation/FAQ section updated.
|
125 |
* Simplified Chinese translation by Kaijia Feng added.
|
169 |
|
170 |
Thanks to:
|
171 |
|
172 |
+
[Fabio Zumbi](https://github.com/FabioZumbi12) for the Portuguese translation
|
173 |
+
|
174 |
+
[Guido Schalkx](https://www.guidoschalkx.com/) for the Dutch translation.
|
175 |
+
|
176 |
[Henrik.Schack](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=henrik%40schack%2edk&lc=US&item_name=Google%20Authenticator&item_number=Google%20Authenticator&no_shipping=0&no_note=1&tax=0&bn=PP%2dDonationsBF&charset=UTF%2d8) for writing/maintaining versions 0.20 through 0.48
|
177 |
|
178 |
[Tobias Bäthge](http://tobias.baethge.com/) for his code rewrite and German translation.
|