Google Authenticator - Version 0.41

Version Description

  • Italian translation by Aldo Latino added.
Download this release

Release Info

Developer Henrik.Schack
Plugin Icon wp plugin Google Authenticator
Version 0.41
Comparing to
See all releases

Code changes from version 0.40 to 0.41

google-authenticator.php CHANGED
@@ -4,9 +4,9 @@ Plugin Name: Google Authenticator
4
  Plugin URI: http://henrik.schack.dk/google-authenticator-for-wordpress
5
  Description: Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry app as One Time Password generator.
6
  Author: Henrik Schack
7
- Version: 0.40
8
  Author URI: http://henrik.schack.dk/
9
- Compatibility: WordPress 3.3.1
10
  Text Domain: google-authenticator
11
  Domain Path: /lang
12
 
@@ -17,7 +17,8 @@ Domain Path: /lang
17
  Thanks to Pascal de Bruijn for his relaxed mode idea.
18
  Thanks to Daniel Werl for his usability tips.
19
  Thanks to Dion Hulse for his bugfixes.
20
-
 
21
  ----------------------------------------------------------------------------
22
 
23
  Copyright 2012 Henrik Schack (email : henrik@schack.dk)
@@ -447,4 +448,4 @@ function ajax_callback() {
447
  } // end class
448
 
449
  new GoogleAuthenticator;
450
- ?>
4
  Plugin URI: http://henrik.schack.dk/google-authenticator-for-wordpress
5
  Description: Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry app as One Time Password generator.
6
  Author: Henrik Schack
7
+ Version: 0.41
8
  Author URI: http://henrik.schack.dk/
9
+ Compatibility: WordPress 3.3.2
10
  Text Domain: google-authenticator
11
  Domain Path: /lang
12
 
17
  Thanks to Pascal de Bruijn for his relaxed mode idea.
18
  Thanks to Daniel Werl for his usability tips.
19
  Thanks to Dion Hulse for his bugfixes.
20
+ Thanks to Aldo Latino for his Italian translation.
21
+
22
  ----------------------------------------------------------------------------
23
 
24
  Copyright 2012 Henrik Schack (email : henrik@schack.dk)
448
  } // end class
449
 
450
  new GoogleAuthenticator;
451
+ ?>
lang/google-authenticator-it_IT.mo ADDED
Binary file
lang/google-authenticator-it_IT.po ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Copyright (C) 2010 Google Authenticator
2
+ # This file is distributed under the same license as the Google Authenticator package.
3
+ # Aldo Latino <aldolat@gmail.com>, 2012.
4
+ msgid ""
5
+ msgstr ""
6
+ "Project-Id-Version: Google Authenticator 0.37\n"
7
+ "Report-Msgid-Bugs-To: http://wordpress.org/tag/google-authenticator\n"
8
+ "POT-Creation-Date: 2011-08-21 14:25:45+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: 2012-05-24 23:12+0200\n"
13
+ "Last-Translator: Aldo Latino <aldolat@gmail.com>\n"
14
+ "Language-Team: Italian <kde-i18n-it@kde.org>\n"
15
+ "Language: it\n"
16
+ "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
+ "X-Generator: Lokalize 1.4\n"
18
+
19
+ #: google-authenticator.php:131
20
+ msgid ""
21
+ "If you don't have Google Authenticator enabled for your WordPress account, "
22
+ "leave this field empty."
23
+ msgstr ""
24
+ "Se Google Authenticator non è attivo per il tuo account WordPress, lascia "
25
+ "vuoto questo campo."
26
+
27
+ #: google-authenticator.php:131
28
+ msgid "Google Authenticator code"
29
+ msgstr "Codice di Google Authenticator"
30
+
31
+ #: google-authenticator.php:176
32
+ msgid "<strong>ERROR</strong>: The Google Authenticator password is incorrect."
33
+ msgstr ""
34
+ "<strong>ERRORE</strong>: la password di Google Authenticator non è corretta.."
35
+
36
+ #: google-authenticator.php:179
37
+ msgid ""
38
+ "<strong>ERROR</strong>: The Google Authenticator code is incorrect or has "
39
+ "expired."
40
+ msgstr ""
41
+ "<strong>ERRORE</strong>: Il codice di Google Authenticator non è corretta o è "
42
+ "scaduto."
43
+
44
+ #: google-authenticator.php:215
45
+ msgid "WordPress Blog"
46
+ msgstr "WordPress Blog"
47
+
48
+ #: google-authenticator.php:218 google-authenticator.php:392
49
+ msgid "Google Authenticator Settings"
50
+ msgstr "Impostazioni di Google Authenticator"
51
+
52
+ #: google-authenticator.php:223 google-authenticator.php:396
53
+ msgid "Active"
54
+ msgstr "Attiva"
55
+
56
+ #: google-authenticator.php:235
57
+ msgid "Relaxed mode"
58
+ msgstr "Modalità comoda"
59
+
60
+ #: google-authenticator.php:237
61
+ msgid ""
62
+ " Relaxed mode allows for more time drifting on your phone clock (&#177;4 "
63
+ "min)."
64
+ msgstr ""
65
+ " La modalità comoda permette uno scostamento di tempo più esteso rispetto "
66
+ "all'orologio del telefono (&#177;4 min)."
67
+
68
+ #: google-authenticator.php:242
69
+ msgid "Description"
70
+ msgstr "Descrizione"
71
+
72
+ #: google-authenticator.php:243
73
+ msgid ""
74
+ " Description that you'll see in the Google Authenticator app on your phone."
75
+ msgstr ""
76
+ " La descrizione che si vede nell'app Google Authenticator sul telefono."
77
+
78
+ #: google-authenticator.php:247
79
+ msgid "Secret"
80
+ msgstr "Chiave segreta"
81
+
82
+ #: google-authenticator.php:250
83
+ msgid "Create new secret"
84
+ msgstr "Crea una nuova chiave segreta"
85
+
86
+ #: google-authenticator.php:251
87
+ msgid "Show/Hide QR code"
88
+ msgstr "Mostra/nascondi il codice QR"
89
+
90
+ #: google-authenticator.php:259
91
+ msgid "Scan this with the Google Authenticator app."
92
+ msgstr "Effettua la scansione con l'app Google Authenticator."
93
+
94
+ #: google-authenticator.php:264
95
+ msgid "Enable App password"
96
+ msgstr "Abilita la password delle App"
97
+
98
+ #: google-authenticator.php:266
99
+ msgid " Enabling an App password will decrease your overall login security."
100
+ msgstr ""
101
+ " L'abilitazione della password delle App abbasserà il livello di sicurezza "
102
+ "generale del login."
103
+
104
+ #: google-authenticator.php:274
105
+ msgid "Create new password"
106
+ msgstr "Crea una nuova password"
107
+
108
+ #: google-authenticator.php:275
109
+ msgid ""
110
+ " Password is not stored in cleartext, this is your only chance to see it."
111
+ msgstr ""
112
+ " La password non è conservata in chiaro: questo l'unico momento in cui la si "
113
+ "può vedere."
114
+
115
+ #. Plugin Name of the plugin/theme
116
+ msgid "Google Authenticator"
117
+ msgstr "Google Authenticator"
118
+
119
+ #. Plugin URI of the plugin/theme
120
+ msgid "http://henrik.schack.dk/google-authenticator-for-wordpress"
121
+ msgstr "http://henrik.schack.dk/google-authenticator-for-wordpress"
122
+
123
+ #. Description of the plugin/theme
124
+ msgid ""
125
+ "Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry "
126
+ "app as One Time Password generator."
127
+ msgstr ""
128
+ "Autenticazione a due fattori per WordPress utilizzando un'app su "
129
+ "Android/iPhone/Blackberry come generatore di Password usa-e-getta."
130
+
131
+ #. Author of the plugin/theme
132
+ msgid "Henrik Schack"
133
+ msgstr "Henrik Schack"
134
+
135
+ #. Author URI of the plugin/theme
136
+ msgid "http://henrik.schack.dk/"
137
+ msgstr "http://henrik.schack.dk/"
138
+
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: Henrik.Schack
3
  Donate Link: 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
4
  Tags: authentication,otp,password,security,login,android,iphone,blackberry
5
  Requires at least: 3.1.2
6
- Tested up to: 3.3.1
7
- Stable tag: 0.40
8
 
9
  Google Authenticator for your WordPress blog.
10
 
@@ -58,6 +58,9 @@ Another option is to enable "relaxed mode" in the settings for the plugin, this
58
 
59
  == Changelog ==
60
 
 
 
 
61
  = 0.40 =
62
  * Bugfix, typo corrected and PHP notices removed. Thanks to Dion Hulse for his patch.
63
 
@@ -96,4 +99,4 @@ Thanks to:
96
 
97
  [Dion Hulse](http://dd32.id.au/) for his bugfixes.
98
 
99
-
3
  Donate Link: 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
4
  Tags: authentication,otp,password,security,login,android,iphone,blackberry
5
  Requires at least: 3.1.2
6
+ Tested up to: 3.3.2
7
+ Stable tag: 0.41
8
 
9
  Google Authenticator for your WordPress blog.
10
 
58
 
59
  == Changelog ==
60
 
61
+ = 0.41 =
62
+ * Italian translation by Aldo Latino added.
63
+
64
  = 0.40 =
65
  * Bugfix, typo corrected and PHP notices removed. Thanks to Dion Hulse for his patch.
66
 
99
 
100
  [Dion Hulse](http://dd32.id.au/) for his bugfixes.
101
 
102
+ [Aldo Latino](http://profiles.wordpress.org/users/aldolat/) for his Italian translation.