diff options
Diffstat (limited to 'plugins/google-authenticator')
-rw-r--r-- | plugins/google-authenticator/google-authenticator.php | 15 | ||||
-rw-r--r-- | plugins/google-authenticator/lang/google-authenticator-nl_NL.mo | bin | 0 -> 7309 bytes | |||
-rw-r--r-- | plugins/google-authenticator/lang/google-authenticator-nl_NL.po | 317 | ||||
-rw-r--r-- | plugins/google-authenticator/lang/google-authenticator-pt_BR.mo | bin | 0 -> 2971 bytes | |||
-rw-r--r-- | plugins/google-authenticator/lang/google-authenticator-pt_BR.po | 123 | ||||
-rw-r--r-- | plugins/google-authenticator/readme.txt | 13 |
6 files changed, 459 insertions, 9 deletions
diff --git a/plugins/google-authenticator/google-authenticator.php b/plugins/google-authenticator/google-authenticator.php index 6c19c17c..5d5f8601 100644 --- a/plugins/google-authenticator/google-authenticator.php +++ b/plugins/google-authenticator/google-authenticator.php @@ -4,14 +4,17 @@ Plugin Name: Google Authenticator Plugin URI: https://github.com/ivankruchkoff/google-authenticator Description: Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry app as One Time Password generator. Author: Ivan Kruchkoff -Version: 0.51 +Version: 0.52 Author URI: https://github.com/ivankruchkoff -Compatibility: WordPress 5.1 +Compatibility: WordPress 5.2 Text Domain: google-authenticator Domain Path: /lang ---------------------------------------------------------------------------- + + Thanks to Fabio Zumbi for Portuguese translation. + Thanks to Guido Schalkx for the Dutch translation. Thanks to Henrik Schack for creating / maintaining versions 0.20 to 0.48 Thanks to Ivan Kruchkoff for his UX improvements in user signup. Thanks to Bryan Ruiz for his Base32 encode/decode class, found at php.net. @@ -312,15 +315,15 @@ function user_setup_page() { ), array( 'text' => __( 'iOS: Google Authenticator', 'google-authenticator' ), - 'link' => 'https://itunes.apple.com/app/authy/id494168017', + 'link' => 'https://itunes.apple.com/app/google-authenticator/id388497605', ), array( 'text' => __( 'Android: Authy', 'google-authenticator' ), - 'link' => 'https://itunes.apple.com/app/authy/id494168017', + 'link' => 'https://play.google.com/store/apps/details?id=com.authy.authy', ), array( 'text' => __( 'Android: Google Authenticator', 'google-authenticator' ), - 'link' => 'https://itunes.apple.com/app/authy/id494168017', + 'link' => 'https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2', ), array( 'text' => __( 'Windows Phone', 'google-authenticator' ), @@ -540,7 +543,7 @@ function network_admin_setup_page() { function loginform() { echo "\t<p>\n"; 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"; - echo "\t\t<input type=\"text\" name=\"googleotp\" id=\"googleotp\" class=\"input\" value=\"\" size=\"20\" style=\"ime-mode: inactive;\" /></label>\n"; + echo "\t\t<input type=\"text\" name=\"googleotp\" id=\"googleotp\" class=\"input\" value=\"\" size=\"20\" style=\"ime-mode: inactive;\" autocomplete=\"off\" /></label>\n"; echo "\t</p>\n"; } diff --git a/plugins/google-authenticator/lang/google-authenticator-nl_NL.mo b/plugins/google-authenticator/lang/google-authenticator-nl_NL.mo Binary files differnew file mode 100644 index 00000000..0fbdcb13 --- /dev/null +++ b/plugins/google-authenticator/lang/google-authenticator-nl_NL.mo diff --git a/plugins/google-authenticator/lang/google-authenticator-nl_NL.po b/plugins/google-authenticator/lang/google-authenticator-nl_NL.po new file mode 100644 index 00000000..2e0fc09b --- /dev/null +++ b/plugins/google-authenticator/lang/google-authenticator-nl_NL.po @@ -0,0 +1,317 @@ +msgid "" +msgstr "" +"Project-Id-Version: Google Authenticator\n" +"POT-Creation-Date: 2019-04-12 17:20+0200\n" +"PO-Revision-Date: 2019-04-12 17:38+0200\n" +"Last-Translator: \n" +"Language-Team: \n" +"Language: nl_NL\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Poedit 2.2.1\n" +"X-Poedit-Basepath: ..\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Flags-xgettext: --add-comments=translators:\n" +"X-Poedit-WPHeader: google-authenticator.php\n" +"X-Poedit-SourceCharset: UTF-8\n" +"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;" +"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;" +"_nx_noop:3c,1,2;__ngettext_noop:1,2\n" +"X-Poedit-SearchPath-0: .\n" +"X-Poedit-SearchPathExcluded-0: *.js\n" + +#. Plugin Name of the plugin/theme +#: google-authenticator.php:196 google-authenticator.php:199 +#: google-authenticator.php:202 +msgid "Google Authenticator" +msgstr "" + +#: google-authenticator.php:280 +msgid "" +"OTP code doesn't match supplied secret, please check you've configured " +"Authenticator correctly." +msgstr "" +"OTP-code komt niet overeen met de opgegeven geheime code, controleer of je " +"de Authenticator goed hebt ingesteld." + +#: google-authenticator.php:289 +msgid "" +"Congratulations, you have successfully enabled Google Authenticator for your " +"account" +msgstr "" +"Gefeliciteerd, je hebt Google Authenticator met succes ingeschakeld voor je " +"account" + +#: google-authenticator.php:310 +msgid "iOS: Authy" +msgstr "" + +#: google-authenticator.php:314 +msgid "iOS: Google Authenticator" +msgstr "" + +#: google-authenticator.php:318 +msgid "Android: Authy" +msgstr "" + +#: google-authenticator.php:322 +msgid "Android: Google Authenticator" +msgstr "" + +#: google-authenticator.php:326 +msgid "Windows Phone" +msgstr "" + +#: google-authenticator.php:330 +msgid "Chrome Browser" +msgstr "" + +#: google-authenticator.php:334 +msgid "Desktop" +msgstr "" + +#: google-authenticator.php:342 google-authenticator.php:433 +#: google-authenticator.php:715 google-authenticator.php:936 +msgid "Google Authenticator Settings" +msgstr "Google Authenticator instellingen" + +#: google-authenticator.php:346 +msgid "" +"If you haven't already done so, please install the Authy or Google " +"Authenticator app on your mobile device from the App Store:" +msgstr "" +"Mocht je dit nog niet gedaan hebben, installeer dan de Authy of Google " +"Authenticator app vanuit de App Store op je mobiele apparaat:" + +#: google-authenticator.php:352 +msgid "" +"The easiest way to enable your account is to add an account by scanning the " +"QR code using the app." +msgstr "" +"De makkelijkste manier om je account in te schakelen is een account toe te " +"voegen door het scannen van de QR-code met de app." + +#: google-authenticator.php:354 +msgid "" +"An account can also be added by typing in the secret. After you've added " +"your account to the App, please type the code you see on the screen into the " +"Authenticator Code field and press the Verify Authenticator Code button." +msgstr "" +"Een account kan ook worden toegevoegd door de geheim code in te typen. Nadat " +"je je account hebt toegevoegd in de app, type je de code die je op het " +"scherm ziet in het veld Authenticatiecode en druk je op de knop Verifieer " +"authenticatiecode." + +#: google-authenticator.php:357 +msgid "" +"If the account setup was successful, you will be logged out, and will need " +"to login again using your Username, Password and Authenticator code " +"generated using the App on your mobile device." +msgstr "" +"Als het instellen van het account is gelukt, wordt je uitgelogd en moet je " +"opnieuw inloggen met je gebruikersnaam, wachtwoord en authenticatiecode die " +"in de app op je mobiele apparaat wordt gegenereerd." + +#: google-authenticator.php:436 +msgid "Successfullly saved your settings for the network" +msgstr "Instellingen succesvol opgeslagen voor het netwerk" + +#: google-authenticator.php:438 +msgid "Successfullly saved your settings for the site" +msgstr "Instellingen succesvol opgeslagen voor de site" + +#: google-authenticator.php:443 +msgid "Network Settings" +msgstr "Netwerk instellingen" + +#: google-authenticator.php:447 +msgid "Only use network-wide settings, ignoring site settings." +msgstr "" +"Gebruik alleen instellingen voor het hele netwerk en negeer de instellingen " +"van de site." + +#: google-authenticator.php:453 +msgid "Two Screen Signin" +msgstr "Aanmelden op twee schermen" + +#: google-authenticator.php:457 +msgid "Ask for authenticator code on secondary login screen" +msgstr "Vraag naar de authenticatiecode op een secundair inlogscherm" + +#: google-authenticator.php:461 +msgid "Roles requiring Google Authenticator Enabled" +msgstr "Rollen waarbij gebruik Google Authenticator is vereist" + +#: google-authenticator.php:469 +msgid "Network-wide settings in effect, only a super admin can modify them." +msgstr "" +"Netwerk brede instellingen zijn van kracht, alleen een super-beheerder kan " +"deze wijzigen." + +#: google-authenticator.php:471 +msgid "Change network wide Google Authenticator settings" +msgstr "Verander netwerk brede Google Authenticator instellingen" + +#: google-authenticator.php:511 +msgid "" +"Sorry, you can't disable checks for this role as it's enabled at the network " +"level." +msgstr "" +"Sorry, je kunt de controles voor deze rol niet uitschakelen omdat deze op " +"het netwerkniveau is ingeschakeld." + +#: google-authenticator.php:513 +#, php-format +msgid "" +"Sorry, this role is enabled at the network level and can only be disabled " +"via the <a href=\"%s\">network settings</a>" +msgstr "" +"Sorry, deze rol is ingeschakeld op netwerkniveau en kan alleen worden " +"uitgeschakeld via de <a href=“%s”>netwerkinstellingen</a>" + +#: google-authenticator.php:542 +msgid "" +"If you don't have Google Authenticator enabled for your WordPress account, " +"leave this field empty." +msgstr "" +"Als Google Authenticator niet is ingeschakeld voor je WordPress-account, " +"laat dit veld dan leeg." + +#: google-authenticator.php:542 +msgid "Google Authenticator code" +msgstr "Google Authenticator-code" + +#: google-authenticator.php:615 +msgid "<strong>ERROR</strong>: The Google Authenticator password is incorrect." +msgstr "<strong>ERROR</strong>: De Google Authenticator-wachtwoord is onjuist." + +#: google-authenticator.php:619 google-authenticator.php:640 +msgid "" +"<strong>ERROR</strong>: The Google Authenticator code is incorrect or has " +"expired." +msgstr "" +"<strong>ERROR</strong>: De Google Authenticator-code is onjuist of verlopen." + +#: google-authenticator.php:635 +msgid "Secondary Login Screen" +msgstr "Secundair inlogscherm" + +#: google-authenticator.php:638 +msgid "<strong>ERROR</strong>: The Google Authenticator code is missing." +msgstr "<strong>ERROR</strong>: De Google Authenticator-code ontbreekt." + +#: google-authenticator.php:652 +msgid "" +"Please enter the Google Authenticator code using the app on your device." +msgstr "" +"Voer de Google Authenticator-code in met behulp van de app op je mobiele " +"apparaat." + +#: google-authenticator.php:654 +msgid "Log In" +msgstr "Inloggen" + +#: google-authenticator.php:722 google-authenticator.php:948 +msgid "Active" +msgstr "Actief" + +#: google-authenticator.php:731 +msgid "Relaxed mode" +msgstr "Ontspannen modus" + +#: google-authenticator.php:733 +msgid "" +" Relaxed mode allows for more time drifting on your phone clock (±4 " +"min)." +msgstr "" +" Ontspannen modus geeft meer ruimte voor een afwijkende klok op je mobiele " +"apparaat (±4 min)." + +#: google-authenticator.php:740 +msgid "Description" +msgstr "Omschrijving" + +#: google-authenticator.php:741 +msgid "" +" Description that you'll see in the Google Authenticator app on your phone." +msgstr "" +" Omschrijving die je ziet in de Google Authenticator app op je mobiele " +"apparaat." + +#: google-authenticator.php:745 +msgid "Secret" +msgstr "Geheime code" + +#: google-authenticator.php:749 +msgid "Create new secret" +msgstr "Nieuw geheime code maken" + +#: google-authenticator.php:750 +msgid "Show/Hide QR code" +msgstr "Toon/verberg QR-code" + +#: google-authenticator.php:762 +msgid "Scan this with the Google Authenticator app." +msgstr "Scan dit met de Google Authenticator-app." + +#: google-authenticator.php:774 +msgid "Enable App password" +msgstr "Schakel in App-wachtwoord" + +#: google-authenticator.php:776 +msgid " Enabling an App password will decrease your overall login security." +msgstr "" +" Als je een App-wachtwoord inschakelt, wordt je totale inlog beveiliging " +"minder." + +#: google-authenticator.php:784 +msgid "Create new password" +msgstr "Nieuw wachtwoord maken" + +#: google-authenticator.php:785 +msgid "" +" Password is not stored in cleartext, this is your only chance to see it." +msgstr "" +" Wachtwoord wordt niet als platte tekst opgeslagen, dit is je enige kans om " +"het te zien." + +#: google-authenticator.php:793 +msgid "Authenticator Code" +msgstr "Authenticatiecode" + +#: google-authenticator.php:794 +msgid "" +"After adding the site to your google authy account, add your authenticator " +"code here." +msgstr "" +"Na het toevoegen van de site aan je Google Authy-account, voeg je hier je " +"authenticatiecode toe." + +#: google-authenticator.php:800 +msgid "Verify Authenticator Code" +msgstr "Verifieer authenticatiecode" + +#: google-authenticator.php:941 +msgid "Hide settings from user" +msgstr "Verberg gebruikers instellingen" + +#. Plugin URI of the plugin/theme +msgid "https://github.com/ivankruchkoff/google-authenticator" +msgstr "" + +#. Description of the plugin/theme +msgid "" +"Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry " +"app as One Time Password generator." +msgstr "" +"Twee-staps-authenticatie voor WordPress met behulp van de Android/iPhone/" +"Blackberry app als eenmalig wachtwoord generator." + +#. Author of the plugin/theme +msgid "Ivan Kruchkoff" +msgstr "" + +#. Author URI of the plugin/theme +msgid "https://github.com/ivankruchkoff" +msgstr "" diff --git a/plugins/google-authenticator/lang/google-authenticator-pt_BR.mo b/plugins/google-authenticator/lang/google-authenticator-pt_BR.mo Binary files differnew file mode 100644 index 00000000..e318239e --- /dev/null +++ b/plugins/google-authenticator/lang/google-authenticator-pt_BR.mo diff --git a/plugins/google-authenticator/lang/google-authenticator-pt_BR.po b/plugins/google-authenticator/lang/google-authenticator-pt_BR.po new file mode 100644 index 00000000..54c213fa --- /dev/null +++ b/plugins/google-authenticator/lang/google-authenticator-pt_BR.po @@ -0,0 +1,123 @@ +# Copyright (C) 2010 Google Authenticator +# This file is distributed under the same license as the Google Authenticator package. +msgid "" +msgstr "" +"Project-Id-Version: Google Authenticator 0.37\n" +"Report-Msgid-Bugs-To: http://wordpress.org/tag/google-authenticator\n" +"POT-Creation-Date: 2011-08-21 14:25:45+00:00\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"PO-Revision-Date: 2014-01-11 10:07+0100\n" +"Last-Translator: \n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"X-Generator: Poedit 1.6.3\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Language: pt_BR\n" + +#: google-authenticator.php:131 +msgid "" +"If you don't have Google Authenticator enabled for your WordPress account, " +"leave this field empty." +msgstr "Se você não tiver o Google Authenticator ativado para sua conta do WordPress, deixe este campo vazio." + +#: google-authenticator.php:131 +msgid "Google Authenticator code" +msgstr "Código do Google Authenticator" + +#: google-authenticator.php:176 +msgid "<strong>ERROR</strong>: The Google Authenticator password is incorrect." +msgstr "<strong>ERRO</strong>: a senha do Google Authenticator está incorreta." + +#: google-authenticator.php:179 +msgid "" +"<strong>ERROR</strong>: The Google Authenticator code is incorrect or has " +"expired." +msgstr "<strong>ERRO</strong>: o código do Google Authenticator está incorreto ou expirou." + +#: google-authenticator.php:215 +msgid "WordPress Blog" +msgstr "Blog WordPress" + +#: google-authenticator.php:218 google-authenticator.php:392 +msgid "Google Authenticator Settings" +msgstr "Configurações do Google Authenticator" + +#: google-authenticator.php:223 google-authenticator.php:396 +msgid "Active" +msgstr "Ativar" + +#: google-authenticator.php:235 +msgid "Relaxed mode" +msgstr "Modo relaxado" + +#: google-authenticator.php:237 +msgid "" +" Relaxed mode allows for more time drifting on your phone clock (±4 " +"min)." +msgstr "O modo relaxado permite mais tempo à deriva no relógio do seu telefone (±4 min)." + +#: google-authenticator.php:242 +msgid "Description" +msgstr "Descrição" + +#: google-authenticator.php:243 +msgid "" +" Description that you'll see in the Google Authenticator app on your phone." +msgstr "Descrição que você verá no aplicativo Google Authenticator em seu telefone." + +#: google-authenticator.php:247 +msgid "Secret" +msgstr "Secreto" + +#: google-authenticator.php:250 +msgid "Create new secret" +msgstr "Crie um novo segredo" + +#: google-authenticator.php:251 +msgid "Show/Hide QR code" +msgstr "Mostar/Esconder QR Code" + +#: google-authenticator.php:259 +msgid "Scan this with the Google Authenticator app." +msgstr "Escaneie isso com o aplicativo Google Authenticator." + +#: google-authenticator.php:264 +msgid "Enable App password" +msgstr "Ativar senha do aplicativo" + +#: google-authenticator.php:266 +msgid " Enabling an App password will decrease your overall login security." +msgstr "Ativar uma senha de aplicativo diminuirá sua segurança geral de login." + +#: google-authenticator.php:274 +msgid "Create new password" +msgstr "Crie uma nova senha" + +#: google-authenticator.php:275 +msgid "" +" Password is not stored in cleartext, this is your only chance to see it." +msgstr "A senha não é armazenada em texto puro, essa é sua única chance de vê-la." + +#. Plugin Name of the plugin/theme +msgid "Google Authenticator" +msgstr "Google Authenticator" + +#. Plugin URI of the plugin/theme +msgid "http://henrik.schack.dk/google-authenticator-for-wordpress" +msgstr "http://henrik.schack.dk/google-authenticator-for-wordpress" + +#. Description of the plugin/theme +msgid "" +"Two-Factor Authentication for WordPress using the Android/iPhone/Blackberry " +"app as One Time Password generator." +msgstr "Autenticação de dois fatores para WordPress usando o aplicativo Android / iPhone / Blackberry como gerador de senha única." + +#. Author of the plugin/theme +msgid "Henrik Schack" +msgstr "Henrik Schack" + +#. Author URI of the plugin/theme +msgid "http://henrik.schack.dk/" +msgstr "http://henrik.schack.dk/" + diff --git a/plugins/google-authenticator/readme.txt b/plugins/google-authenticator/readme.txt index d21c547f..a35ef72e 100644 --- a/plugins/google-authenticator/readme.txt +++ b/plugins/google-authenticator/readme.txt @@ -2,8 +2,8 @@ Contributors: ivankk Tags: authentication,otp,password,security,login,android,iphone,blackberry Requires at least: 4.5 -Tested up to: 5.1 -Stable tag: 0.51 +Tested up to: 5.2 +Stable tag: 0.52 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,10 @@ please remember to remove the "Check credentials on all login attempts" checkmar 4. Google Authenticator app on Android == Changelog == += 0.52 = +* Add a Dutch translation +* Add a Portuguese translation + = 0.51 = * Fix a regression that broke app passwords @@ -116,7 +120,6 @@ please remember to remove the "Check credentials on all login attempts" checkmar * App password hash function switched to one that doesn't have rainbow tables available. * PHP notices occurring during app password login removed. - = 0.44 = * Installation/FAQ section updated. * Simplified Chinese translation by Kaijia Feng added. @@ -166,6 +169,10 @@ please remember to remove the "Check credentials on all login attempts" checkmar Thanks to: +[Fabio Zumbi](https://github.com/FabioZumbi12) for the Portuguese translation + +[Guido Schalkx](https://www.guidoschalkx.com/) for the Dutch translation. + [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 [Tobias Bäthge](http://tobias.baethge.com/) for his code rewrite and German translation. |