Google Authenticator - Version 0.53

Version Description

  • Add a Polish translation
Download this release

Release Info

Developer ivankk
Plugin Icon wp plugin Google Authenticator
Version 0.53
Comparing to
See all releases

Code changes from version 0.52 to 0.53

google-authenticator.php CHANGED
@@ -4,16 +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.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.
@@ -545,6 +546,9 @@ function loginform() {
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
 
550
  /**
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.53
8
  Author URI: https://github.com/ivankruchkoff
9
+ Compatibility: WordPress 5.9
10
  Text Domain: google-authenticator
11
  Domain Path: /lang
12
 
13
  ----------------------------------------------------------------------------
14
 
15
 
16
+ Thanks to Paweł Nowacki for the Polish translation.
17
+ Thanks to Fabio Zumbi for the Portuguese translation.
18
  Thanks to Guido Schalkx for the Dutch translation.
19
  Thanks to Henrik Schack for creating / maintaining versions 0.20 to 0.48
20
  Thanks to Ivan Kruchkoff for his UX improvements in user signup.
546
  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";
547
  echo "\t\t<input type=\"text\" name=\"googleotp\" id=\"googleotp\" class=\"input\" value=\"\" size=\"20\" style=\"ime-mode: inactive;\" autocomplete=\"off\" /></label>\n";
548
  echo "\t</p>\n";
549
+ echo "\t<script type=\"text/javascript\">\n";
550
+ echo "\t\tdocument.getElementById(\"googleotp\").focus();\n";
551
+ echo "\t</script>\n";
552
  }
553
 
554
  /**
lang/google-authenticator-pl_PL.mo ADDED
Binary file
lang/google-authenticator-pl_PL.po ADDED
@@ -0,0 +1,304 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2017 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.49\n"
6
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-"
7
+ "authenticator\n"
8
+ "POT-Creation-Date: 2017-10-28 00:02:58+00:00\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "PO-Revision-Date: 2020-10-20 10:04+0200\n"
13
+ "Language-Team: \n"
14
+ "X-Generator: Poedit 2.4.1\n"
15
+ "Last-Translator: \n"
16
+ "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 "
17
+ "|| n%100>14) ? 1 : 2);\n"
18
+ "Language: pl_PL\n"
19
+
20
+ #. Plugin Name of the plugin/theme
21
+ #: google-authenticator.php:190 google-authenticator.php:193
22
+ msgid "Google Authenticator"
23
+ msgstr "Google Authenticator"
24
+
25
+ #: google-authenticator.php:268
26
+ msgid ""
27
+ "OTP code doesn't match supplied secret, please check you've configured "
28
+ "Authenticator correctly."
29
+ msgstr ""
30
+ "Niepoprawny kod weryfikacyjny. Upewnij się czy poprawnie wprowadziłeś kod "
31
+ "weryfikacyjny z aplikacji."
32
+
33
+ #: google-authenticator.php:277
34
+ msgid ""
35
+ "Congratulations, you have successfully enabled Google Authenticator for your "
36
+ "account "
37
+ msgstr ""
38
+ "Gratulacje, dwuetapowa weryfikacja została pomyślnie dodana do panelu "
39
+ "logowania do Twojej strony "
40
+
41
+ #: google-authenticator.php:298
42
+ msgid "iOS: Authy"
43
+ msgstr "iOS: Authy"
44
+
45
+ #: google-authenticator.php:302
46
+ msgid "iOS: Google Authenticator"
47
+ msgstr "iOS: Google Authenticator"
48
+
49
+ #: google-authenticator.php:306
50
+ msgid "Android: Authy"
51
+ msgstr "Urządzenia z Android: Authy"
52
+
53
+ #: google-authenticator.php:310
54
+ msgid "Android: Google Authenticator"
55
+ msgstr "Urządzenia z Android: Google Authenticator"
56
+
57
+ #: google-authenticator.php:314
58
+ msgid "Windows Phone"
59
+ msgstr "Windows Phone"
60
+
61
+ #: google-authenticator.php:318
62
+ msgid "Chrome Browser"
63
+ msgstr "Przeglądarka Chrome"
64
+
65
+ #: google-authenticator.php:322
66
+ msgid "Desktop"
67
+ msgstr "Aplikacja na komputer"
68
+
69
+ #: google-authenticator.php:330 google-authenticator.php:415
70
+ #: google-authenticator.php:693 google-authenticator.php:914
71
+ msgid "Google Authenticator Settings"
72
+ msgstr "Ustawienia aplikacji Google Authenticator"
73
+
74
+ #: google-authenticator.php:334
75
+ msgid ""
76
+ "If you haven't already done so, please install the Authy or Google "
77
+ "Authenticator app on your mobile device from the App Store:"
78
+ msgstr ""
79
+ "Jeśli jeszcze tego nie zrobiłeś, zainstaluj aplikację Authy lub Google "
80
+ "Authenticator na swoim urządzeniu mobilnym z marketu aplikacji:"
81
+
82
+ #: google-authenticator.php:340
83
+ msgid ""
84
+ "The easiest way to enable your account is to add an account by scanning the "
85
+ "QR code using the app."
86
+ msgstr ""
87
+ "Najprostszym sposobem włączenia uwierzytelniania dwuskładnikowego jest "
88
+ "dodanie konta przez skanowanie kodu QR za pomocą aplikacji."
89
+
90
+ #: google-authenticator.php:342
91
+ msgid ""
92
+ "An account can also be added by typing in the secret. After you've added "
93
+ "your account to the App, please type the code you see on the screen into the "
94
+ "Authenticator Code field and press the Verify Authenticator Code button."
95
+ msgstr ""
96
+ "Konto do obsługi uwierzytelniania możesz założyć również przez podanie "
97
+ "klucza bezpieczeństwa. Po dodaniu konta w aplikacji, wpisz klucz "
98
+ "bezpieczeństwa w pole \"Twój klucz bezpieczeństwa - token\" i naciśnij "
99
+ "\"dodaj i zweryfikuj konto\"."
100
+
101
+ #: google-authenticator.php:345
102
+ msgid ""
103
+ "If the account setup was successful, you will be logged out, and will need "
104
+ "to login again using your Username, Password and Authenticator code "
105
+ "generated using the App on your mobile device."
106
+ msgstr ""
107
+ "Jeśli weryfikacja konta zakończy się sukcesem, zostaniesz wylogowany i "
108
+ "będziesz musiał ponownie zalogować się z użyciem loginu, hasła i "
109
+ "wygenerowanego w aplikacji telefonu kodu weryfikacyjnego."
110
+
111
+ #: google-authenticator.php:417
112
+ msgid "foo"
113
+ msgstr "foo"
114
+
115
+ #: google-authenticator.php:421
116
+ msgid "Network Settings"
117
+ msgstr "Ustawienia Sieci"
118
+
119
+ #: google-authenticator.php:425
120
+ msgid "Only use network-wide settings, ignoring site settings."
121
+ msgstr ""
122
+ "Korzystaj wyłącznie z globalnych ustawień sieci, ignorując ustawienia strony."
123
+
124
+ #: google-authenticator.php:431
125
+ msgid "Two Screen Signin"
126
+ msgstr "Korzystaj z dodatkowego ekranu logowania"
127
+
128
+ #: google-authenticator.php:435
129
+ msgid "Ask for authenticator code on secondary login screen"
130
+ msgstr ""
131
+ "Pytaj o kod weryfikacyjny na drugim ekranie logowania (po podaniu loginu i "
132
+ "hasła)"
133
+
134
+ #: google-authenticator.php:439
135
+ msgid "Roles requiring Google Authenticator Enabled"
136
+ msgstr "Role użytkowników dla których Google Authenticator ma być aktywny"
137
+
138
+ #: google-authenticator.php:447
139
+ msgid "Network-wide settings in effect, only a super admin can modify them."
140
+ msgstr ""
141
+ "Globalne ustawienia sieci są aktywne, tylko Administrator może je zmienić."
142
+
143
+ #: google-authenticator.php:449
144
+ msgid "Change network wide Google Authenticator settings"
145
+ msgstr "Zmień ustawienia globalne dla Google Authenticator"
146
+
147
+ #: google-authenticator.php:489
148
+ msgid ""
149
+ "Sorry, you can't disable checks for this role as it's enabled at the network "
150
+ "level."
151
+ msgstr ""
152
+ "Przepraszamy, nie możesz zmienić tych ustawień jeśli są one ustawione na "
153
+ "poziomie globalnym."
154
+
155
+ #: google-authenticator.php:491
156
+ msgid ""
157
+ "Sorry, this role is enabled at the network level and can only be disabled "
158
+ "via the <a href=\"%s\">network settings</a>"
159
+ msgstr ""
160
+ "Przepraszamy, ta rola jest włączona na poziomie globalnym i może zostać "
161
+ "wyłączona jedynie przez <a href=\"%s\">ustawienia sieci</a>"
162
+
163
+ #: google-authenticator.php:520
164
+ msgid ""
165
+ "If you don't have Google Authenticator enabled for your WordPress account, "
166
+ "leave this field empty."
167
+ msgstr ""
168
+ "Jeżeli nie masz włączonego Google Authenticator dla tego konta WordPress, "
169
+ "pozostaw to pole puste."
170
+
171
+ #: google-authenticator.php:520
172
+ msgid "Google Authenticator code"
173
+ msgstr "Kod weryfikacyjny z Google Authenticator"
174
+
175
+ #: google-authenticator.php:593
176
+ msgid "<strong>ERROR</strong>: The Google Authenticator password is incorrect."
177
+ msgstr "<strong>BŁĄD</strong>: Hasło Google Authenticator jest niepoprawne."
178
+
179
+ #: google-authenticator.php:597 google-authenticator.php:618
180
+ msgid ""
181
+ "<strong>ERROR</strong>: The Google Authenticator code is incorrect or has "
182
+ "expired."
183
+ msgstr ""
184
+ "<strong>BŁĄD</strong>: Kod weryfikacyjny Google Authenticator jest "
185
+ "nieprawidłowy lub wygasły."
186
+
187
+ #: google-authenticator.php:616
188
+ msgid "<strong>ERROR</strong>: The Google Authenticator code is missing."
189
+ msgstr "<strong>BŁĄD</strong>: Nie wpisano kodu Google Authenticator code."
190
+
191
+ #: google-authenticator.php:630
192
+ msgid ""
193
+ "Please enter the Google Authenticator code using the app on your device."
194
+ msgstr ""
195
+ "Wprowadzź proszę kod Google Authenticator używając aplikacji na swoim "
196
+ "telefonie."
197
+
198
+ #: google-authenticator.php:632
199
+ msgid "Log In"
200
+ msgstr "Zaloguj"
201
+
202
+ #: google-authenticator.php:700 google-authenticator.php:926
203
+ msgid "Active"
204
+ msgstr "Włączony"
205
+
206
+ #: google-authenticator.php:709
207
+ msgid "Relaxed mode"
208
+ msgstr "Tryb większej tolerancji"
209
+
210
+ #: google-authenticator.php:711
211
+ msgid ""
212
+ " Relaxed mode allows for more time drifting on your phone clock (&#177;4 "
213
+ "min)."
214
+ msgstr ""
215
+ " Ten tryb pozwala na większe przesunięcia czasowe w zegarze Twojego telefonu "
216
+ "(&#177;4 min)."
217
+
218
+ #: google-authenticator.php:718
219
+ msgid "Description"
220
+ msgstr "Opis"
221
+
222
+ #: google-authenticator.php:719
223
+ msgid ""
224
+ " Description that you'll see in the Google Authenticator app on your phone."
225
+ msgstr ""
226
+ " Opis, który będziesz widział w aplikacji Google Authenticator na swoim "
227
+ "telefonie."
228
+
229
+ #: google-authenticator.php:723
230
+ msgid "Secret"
231
+ msgstr "Tajny klucz"
232
+
233
+ #: google-authenticator.php:727
234
+ msgid "Create new secret"
235
+ msgstr "Utwórz nowy tajny klucz"
236
+
237
+ #: google-authenticator.php:728
238
+ msgid "Show/Hide QR code"
239
+ msgstr "Pokaż/Ukryj kod QR"
240
+
241
+ #: google-authenticator.php:740
242
+ msgid "Scan this with the Google Authenticator app."
243
+ msgstr "Zeskanuj kod używając aplikacji Google Authenticator."
244
+
245
+ #: google-authenticator.php:752
246
+ msgid "Enable App password"
247
+ msgstr "Włącz hasło aplikacyjne"
248
+
249
+ #: google-authenticator.php:754
250
+ msgid " Enabling an App password will decrease your overall login security."
251
+ msgstr ""
252
+ " Włączenie hasła aplikacyjnego obniży ogólny poziom bezpieczeństwa logowania "
253
+ "do strony."
254
+
255
+ #: google-authenticator.php:762
256
+ msgid "Create new password"
257
+ msgstr "Utwórz nowy tajny klucz"
258
+
259
+ #: google-authenticator.php:763
260
+ msgid ""
261
+ " Password is not stored in cleartext, this is your only chance to see it."
262
+ msgstr ""
263
+ " Hasło nie jest przechowywane w otwartym tekście, to jest Twoja jedyna "
264
+ "szansa aby je zobaczyć."
265
+
266
+ #: google-authenticator.php:771
267
+ msgid "Authenticator Code"
268
+ msgstr "Kod weryfikacyjny"
269
+
270
+ #: google-authenticator.php:772
271
+ msgid ""
272
+ "After adding the site to your google authy account, add your authenticator "
273
+ "code here."
274
+ msgstr ""
275
+ "Po dodaniu strony do Twojego konta Google Authy, wpisz tu swój kod "
276
+ "weryfikacyjny."
277
+
278
+ #: google-authenticator.php:778
279
+ msgid "Verify Authenticator Code"
280
+ msgstr "Weryfikuj wprowadzony kod"
281
+
282
+ #: google-authenticator.php:919
283
+ msgid "Hide settings from user"
284
+ msgstr "Ukryj ustawienia przez użytkownikiem"
285
+
286
+ #. Plugin URI of the plugin/theme
287
+ msgid "http://henrik.schack.dk/google-authenticator-for-wordpress"
288
+ msgstr "http://henrik.schack.dk/google-authenticator-for-wordpress"
289
+
290
+ #. Description of the plugin/theme
291
+ msgid ""
292
+ "Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry "
293
+ "app as One Time Password generator."
294
+ msgstr ""
295
+ "Dwuetapowe uwierzytelnianie dla Twojego WordPressa używając aplikacji na "
296
+ "telefonie Android/iPhone/BlackBerry jako jednorazowego hasła."
297
+
298
+ #. Author of the plugin/theme
299
+ msgid "Henrik Schack"
300
+ msgstr "Henrik Schack"
301
+
302
+ #. Author URI of the plugin/theme
303
+ msgid "http://henrik.schack.dk/"
304
+ msgstr "http://henrik.schack.dk/"
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.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,6 +80,9 @@ please remember to remove the "Check credentials on all login attempts" checkmar
80
  4. Google Authenticator app on Android
81
 
82
  == Changelog ==
 
 
 
83
  = 0.52 =
84
  * Add a Dutch translation
85
  * Add a Portuguese translation
@@ -169,6 +172,8 @@ please remember to remove the "Check credentials on all login attempts" checkmar
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.
2
  Contributors: ivankk
3
  Tags: authentication,otp,password,security,login,android,iphone,blackberry
4
  Requires at least: 4.5
5
+ Tested up to: 5.9
6
+ Stable tag: 0.53
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.53 =
84
+ * Add a Polish translation
85
+
86
  = 0.52 =
87
  * Add a Dutch translation
88
  * Add a Portuguese translation
172
 
173
  Thanks to:
174
 
175
+ [Paweł Nowacki](https://github.com/pancek) for the Polish translation
176
+
177
  [Fabio Zumbi](https://github.com/FabioZumbi12) for the Portuguese translation
178
 
179
  [Guido Schalkx](https://www.guidoschalkx.com/) for the Dutch translation.