From e7c3d1b00ac7a2b10ee4600624b432de7f43af56 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Thu, 16 May 2019 10:25:54 +0200
Subject: [PATCH] Externalize authYubikey (#1119)

---
 bin/build-release.sh                          |   1 +
 composer.json                                 |   1 +
 modules/authYubiKey/default-disable           |   3 -
 .../dictionaries/yubikey.definition.json      |   8 -
 .../dictionaries/yubikey.translation.json     |  70 ------
 .../lib/Auth/Process/OTP2YubiPrefix.php       |  81 -------
 .../authYubiKey/lib/Auth/Source/YubiKey.php   | 219 ------------------
 modules/authYubiKey/libextinc/Yubico.php      | 163 -------------
 .../locales/af/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/ar/LC_MESSAGES/authYubiKey.po     |  37 ---
 .../locales/cs/LC_MESSAGES/authYubiKey.po     |  39 ----
 .../locales/da/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/de/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/el/LC_MESSAGES/authYubiKey.po     |  36 ---
 .../locales/en/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/es/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/et/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/eu/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/fi/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/fr/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/he/LC_MESSAGES/authYubiKey.po     |  36 ---
 .../locales/hr/LC_MESSAGES/authYubiKey.po     |  39 ----
 .../locales/hu/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/id/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/it/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/ja/LC_MESSAGES/authYubiKey.po     |  32 ---
 .../locales/lt/LC_MESSAGES/authYubiKey.po     |  41 ----
 .../locales/lv/LC_MESSAGES/authYubiKey.po     |  37 ---
 .../locales/nb/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/nl/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/nn/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/pl/LC_MESSAGES/authYubiKey.po     |  39 ----
 .../locales/pt/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/ro/LC_MESSAGES/authYubiKey.po     |  39 ----
 .../locales/ru/LC_MESSAGES/authYubiKey.po     |  39 ----
 .../locales/sl/LC_MESSAGES/authYubiKey.po     |  39 ----
 .../locales/sr/LC_MESSAGES/authYubiKey.po     |  39 ----
 .../locales/sv/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/tr/LC_MESSAGES/authYubiKey.po     |  38 ---
 .../locales/zh-tw/LC_MESSAGES/authYubiKey.po  |  32 ---
 .../locales/zh/LC_MESSAGES/authYubiKey.po     |  32 ---
 .../authYubiKey/templates/yubikeylogin.php    |  35 ---
 .../authYubiKey/templates/yubikeylogin.twig   |  31 ---
 .../authYubiKey/www/assets/css/yubikey.css    |   7 -
 .../authYubiKey/www/assets/js/autofocus.js    |   1 -
 modules/authYubiKey/www/resources/logo.jpg    | Bin 7607 -> 0 bytes
 modules/authYubiKey/www/resources/yubikey.jpg | Bin 3318 -> 0 bytes
 modules/authYubiKey/www/yubikeylogin.php      |  36 ---
 48 files changed, 2 insertions(+), 1894 deletions(-)
 delete mode 100644 modules/authYubiKey/default-disable
 delete mode 100644 modules/authYubiKey/dictionaries/yubikey.definition.json
 delete mode 100644 modules/authYubiKey/dictionaries/yubikey.translation.json
 delete mode 100644 modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php
 delete mode 100644 modules/authYubiKey/lib/Auth/Source/YubiKey.php
 delete mode 100644 modules/authYubiKey/libextinc/Yubico.php
 delete mode 100644 modules/authYubiKey/locales/af/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/ar/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/cs/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/da/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/de/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/el/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/en/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/es/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/et/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/eu/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/fi/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/fr/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/he/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/hr/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/hu/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/id/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/it/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/ja/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/lt/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/lv/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/nb/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/nl/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/nn/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/pl/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/pt/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/ro/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/ru/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/sl/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/sr/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/sv/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/tr/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/zh-tw/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/locales/zh/LC_MESSAGES/authYubiKey.po
 delete mode 100644 modules/authYubiKey/templates/yubikeylogin.php
 delete mode 100644 modules/authYubiKey/templates/yubikeylogin.twig
 delete mode 100644 modules/authYubiKey/www/assets/css/yubikey.css
 delete mode 100644 modules/authYubiKey/www/assets/js/autofocus.js
 delete mode 100644 modules/authYubiKey/www/resources/logo.jpg
 delete mode 100644 modules/authYubiKey/www/resources/yubikey.jpg
 delete mode 100644 modules/authYubiKey/www/yubikeylogin.php

diff --git a/bin/build-release.sh b/bin/build-release.sh
index efe9cc8e0..7b34442bd 100755
--- a/bin/build-release.sh
+++ b/bin/build-release.sh
@@ -52,6 +52,7 @@ php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-
 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authlinkedin
 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authtwitter
 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authx509
+php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authyubikey
 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-authwindowslive
 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-cas
 php "$TARGET/composer.phar" require --update-no-dev simplesamlphp/simplesamlphp-module-cdc
diff --git a/composer.json b/composer.json
index 5d77900a6..5bef068eb 100644
--- a/composer.json
+++ b/composer.json
@@ -53,6 +53,7 @@
         "simplesamlphp/simplesamlphp-module-authtwitter": "^1.0",
         "simplesamlphp/simplesamlphp-module-authwindowslive": "^1.0",
         "simplesamlphp/simplesamlphp-module-authx509": "^1.0.0",
+        "simplesamlphp/simplesamlphp-module-authyubikey": "^1.0.0",
         "simplesamlphp/simplesamlphp-module-cas": "^1.0",
         "simplesamlphp/simplesamlphp-module-cdc": "^1.0",
         "simplesamlphp/simplesamlphp-module-consent": "^1.0",
diff --git a/modules/authYubiKey/default-disable b/modules/authYubiKey/default-disable
deleted file mode 100644
index fa0bd82e2..000000000
--- a/modules/authYubiKey/default-disable
+++ /dev/null
@@ -1,3 +0,0 @@
-This file indicates that the default state of this module
-is disabled. To enable, create a file named enable in the
-same directory as this file.
diff --git a/modules/authYubiKey/dictionaries/yubikey.definition.json b/modules/authYubiKey/dictionaries/yubikey.definition.json
deleted file mode 100644
index 51a5b18bb..000000000
--- a/modules/authYubiKey/dictionaries/yubikey.definition.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
-	"header": {
-		"en": "Login with YubiKey"
-	},
-	"intro": {
-		"en": "Some service requested authentication. To authenticate, click the button on your YubiKey. The field below should then automatically be filled out with a secure one-time-password."
-	}
-}
diff --git a/modules/authYubiKey/dictionaries/yubikey.translation.json b/modules/authYubiKey/dictionaries/yubikey.translation.json
deleted file mode 100644
index 3aeb1d3db..000000000
--- a/modules/authYubiKey/dictionaries/yubikey.translation.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
-	"header": {
-		"no": "Login med YubiKey",
-		"nn": "Logg inn med YubiKey",
-		"sv": "Logga in med YubiKey",
-		"es": "Accede utilizando YubiKey",
-		"de": "Anmelden mit YubiKey",
-		"nl": "Inloggen met YubiKey",
-		"sl": "Prijavi se z YubiKey",
-		"da": "Login med YubiKey",
-		"hr": "Prijavite se pomo\u0107u YubiKey-a",
-		"hu": "YubiKey bejelentkez\u00e9s",
-		"fi": "Kirjaudu Yubikeylla",
-		"pt": "Entrar com YubiKey",
-		"pl": "Login z YubiKey",
-		"eu": "YubiKey erabiliz",
-		"tr": "YubiKey ile giri\u015f",
-		"fr": "S'authentifier avec YubiKey",
-		"it": "Connessione con YubiKey",
-		"lt": "Jungtis su YubiKey",
-		"ja": "YubiKey\u3067\u30ed\u30b0\u30a4\u30f3",
-		"zh-tw": "\u4f7f\u7528 YubiKey \u767b\u5165",
-		"et": "Logi sisse YubiKey abil",
-		"he": "\u05db\u05e0\u05e1 \u05e2\u05dd \u05d9\u05d5\u05d1\u05d9\u05e7\u05d9",
-		"ru": "\u0412\u043e\u0439\u0442\u0438 \u0441 \u043f\u043e\u043c\u043e\u0449\u044c\u044e YubiKey",
-		"zh": "\u4f7f\u7528YubiKey\u767b\u5f55",
-		"ar": "\u0623\u062f\u062e\u0644 \u0645\u0633\u062a\u062e\u062f\u0645\u0627\u064bYubiKey ",
-		"lv": "Piesl\u0113gties ar YubiKey",
-		"id": "Login dengan YubiKey",
-		"sr": "Prijavite se pomo\u0107u YubiKey-a",
-		"ro": "Login cu YubiKey",
-		"cs": "P\u0159ihl\u00e1\u0161en\u00ed pomoc\u00ed YubiKey",
-		"af": "Meld aan met YubiKey",
-		"el": "\u0395\u03af\u03c3\u03bf\u03b4\u03bf\u03c2 \u03bc\u03b5 YubiKey"
-	},
-	"intro": {
-		"no": "En tjeneste har bedt om at du autentiserer deg. For \u00e5 autentisere seg, trykk p\u00e5 knappen p\u00e5 din YubiKey. Feltet under vil da bli automatisk utfylt med et sikkert engangspassord.",
-		"nn": "Ei webteneste har spurt om at du loggar inn.  For \u00e5 logga inn, klikk p\u00e5 knappen p\u00e5 din YubiKey.  Feltet nedanfor blir automatisk fylt ut med eit sikkert eingongspassord n\u00e5r du trykker p\u00e5 YubiKey.",
-		"sv": "En tj\u00e4nst vill att du ska logga in. F\u00f6r att logga in tryck p\u00e5 knappen p\u00e5 din YubiKey. F\u00e4ltet nedan ska n\u00e4r du trycker bli ifyllt med ett s\u00e4kert eng\u00e5ngsl\u00f6senord.",
-		"es": "Un servicio ha solicitado que se autentique. Para autenticarse, haga clic en el bot\u00f3n de su YubiKey. El campo situado debajo deber\u00eda rellenarse autom\u00e1tica con una clave de un \u00fanico uso (OTP) segura",
-		"de": "Ein Service verlangt nach Ihrer validierung. Bitte dr\u00fccken Sie den Knopf auf Ihrem YubiKey. Ihr sicheres Einmalpasswort wird dann in das vorgesehene Feld geschrieben.",
-		"nl": "Een dienst vroeg om authenticatie. Om te authenticaren, klik op de knop van je YubiKey. In het veld hieronder zal dan automatisch een veilig eenmalig wachtwoord worden ingevuld.",
-		"sl": "Nekatere storitve zahtevajo avtentikacijo, ki jo izvedete s klikom na gumb YubiKey. V polju spodaj se bo nato samodejno prikazalo geslo za enkratno uporabo.",
-		"da": "Nogle services kr\u00e6ver autentificering. For at autentificere klik p\u00e5 knappen p\u00e5 din YubiKey. Feltet herunder skulle nu automatisk blive udfyldt med et sikkert one-time-password.",
-		"hr": "Neki od servisa je zatra\u017eio da se autentificirate. Da biste se autentificirali pritisnite gumb na va\u0161em YubiKey ure\u0111aju. Nakon toga bi u polje ispod trebala biti automatski upisana jednokratna zaporka.",
-		"hu": "Egy szolg\u00e1ltat\u00e1s azonos\u00edt\u00e1st k\u00e9rt. K\u00e9rj\u00fck, nyomja meg a gombot a YubiKey-n! Az al\u00e1bbi mez\u0151 automatikusan ki kell, hogy t\u00f6lt\u0151dj\u00f6n egy biztons\u00e1gos egyszerhaszn\u00e1latos jelsz\u00f3val.",
-		"fi": "Jotkin palvelut vaativat k\u00e4ytt\u00e4j\u00e4tunnistuksen. Paina nappia Yubikeyssasi tunnistautuaksesi. Allaolevaan kentt\u00e4\u00e4 tulee automaattisesti kertak\u00e4ytt\u00f6salasanasi.",
-		"pt": "Um servi\u00e7o necessita de autentica\u00e7\u00e3o. Para se autenticar, clique no bot\u00e3o da sua YubiKey. O campo em baixo dever\u00e1 ser automaticamente preenchido com uma palavra-passe segura que funcionar\u00e1 apenas uma vez.",
-		"pl": "Jaki\u015b serwis za\u017c\u0105da\u0142 uwierzytelnienia. W celu uwierzytelnienia naci\u015bnij przycisk na Twoim YubiKey. Nast\u0119pnie poni\u017csze pole powinno zosta\u0107 automatycznie wype\u0142nione bezpiecznym jednorazowym has\u0142em.",
-		"tr": "Baz\u0131 servisler kimlik do\u011frulama istedi. Kimlik do\u011frulamak i\u00e7in, YubiKey'iniz \u00fczerindeki d\u00fc\u011fmeyi t\u0131klay\u0131n\u0131z. Ondan sonra, g\u00fcvenli bir tek kullan\u0131ml\u0131k \u015fifre a\u015fa\u011f\u0131daki alanda otomatik olarak belirecektir.",
-		"fr": "Ce service requiert une authentification. Pour vous authentifier, appuyez sur le bouton de votre YubiKey. Le champ ci dessous devrait automatiquement \u00eatre renseign\u00e9 avec un mot de passe \u00e0 usage unique.",
-		"it": "Un servizio ha richiesto l'autenticazione. Per autenticarsi, premere il pulsante sulla propria YukiKey. Il campo sottostante dovrebbe essere automaticamente riempito con una password usa e getta.",
-		"lt": "Ka\u017ekuri paslauga reikalauja autenti\u0161kumo patvirtinimo. Nor\u0117dami patvirtinti autenti\u0161kum\u0105, paspauskite mygtuk\u0105 ant savo YubiKey. \u012e \u017eemiau esant\u012f laukel\u012f tur\u0117t\u0173 b\u016bti automati\u0161kai \u012fvestas saugus vienkartinis slapta\u017eodis.",
-		"ja": "\u5e7e\u3064\u304b\u306e\u30b5\u30fc\u30d3\u30b9\u306f\u8a8d\u8a3c\u3092\u8981\u6c42\u3057\u3066\u3044\u307e\u3059\u3002\u8a8d\u8a3c\u3092\u884c\u3046\u306b\u306fYubiKey\u306e\u30dc\u30bf\u30f3\u3092\u30af\u30ea\u30c3\u30af\u3057\u3066\u304f\u3060\u3055\u3044\u3002\u4ee5\u4e0b\u306e\u9805\u76ee\u306f\u30bb\u30ad\u30e5\u30a2\u30ef\u30f3\u30bf\u30a4\u30e0\u30d1\u30b9\u30ef\u30fc\u30c9\u3067\u81ea\u52d5\u7684\u306b\u57cb\u3081\u3089\u308c\u307e\u3059\u3002",
-		"zh-tw": "\u6709\u4e9b\u670d\u52d9\u9700\u8981\u7d93\u904e\u9a57\u8b49\uff0c\u8acb\u9ede\u9078 YubiKey \u6309\u9215\u4f86\u9032\u884c\u9a57\u8b49\u3002\u63a5\u4e0b\u4f86\u7684\u5b57\u4e32\u61c9\u8a72\u8981\u88ab\u81ea\u52d5\u5730\u586b\u5beb\u5165\u52a0\u5bc6\u4e4b\u4e00\u6b21\u6027\u5bc6\u78bc(OTP)\u3002",
-		"et": "M\u00f5ned teenused n\u00f5uavad autentimist. Autentimiseks kl\u00f5psa YubiKey'l olevat nuppu. Allpool olev v\u00e4li t\u00e4idetakse automaatselt turvalise \u00fchekordse parooliga.",
-		"he": "\u05e9\u05e8\u05d5\u05ea \u05db\u05dc\u05e9\u05d4\u05d5 \u05d3\u05d5\u05e8\u05e9 \u05d4\u05d6\u05d3\u05d4\u05d5\u05ea. \u05dc\u05d4\u05d6\u05d3\u05d4\u05d5\u05ea, \u05dc\u05d7\u05e5 \u05e2\u05dc \u05d4\u05db\u05e4\u05ea\u05d5\u05e8 \u05d1\u05d9\u05d5\u05d1\u05d9\u05e7\u05d9 \u05e9\u05dc\u05da. \u05d4\u05e9\u05d3\u05d4 \u05de\u05ea\u05d7\u05ea \u05d9\u05ea\u05de\u05dc\u05d0 \u05d1\u05d0\u05d5\u05e4\u05df \u05d0\u05d5\u05d8\u05d5\u05de\u05d8\u05d9 \u05e2\u05dd \u05e1\u05d9\u05e1\u05de\u05d4 \u05d7\u05d3 \u05e4\u05e2\u05de\u05d9\u05ea \u05de\u05d0\u05d5\u05d1\u05d8\u05d7\u05ea.",
-		"ru": "\u041d\u0435\u043a\u043e\u0442\u043e\u0440\u044b\u0435 \u0441\u043b\u0443\u0436\u0431\u044b \u0437\u0430\u043f\u0440\u0430\u0448\u0438\u0432\u0430\u044e\u0442 \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438. \u0414\u043b\u044f \u0430\u0443\u0442\u0435\u043d\u0442\u0438\u0444\u0438\u043a\u0430\u0446\u0438\u0438 \u043d\u0430\u0436\u043c\u0438\u0442\u0435 \u043a\u043d\u043e\u043f\u043a\u0443 \u043d\u0430 \u0432\u0430\u0448\u0435\u043c YubiKey. \u0412 \u043f\u043e\u043b\u0435 \u043d\u0438\u0436\u0435 \u0434\u043e\u043b\u0436\u043d\u043e \u0430\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438 \u043f\u043e\u044f\u0432\u0438\u0442\u044c\u0441\u044f \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u044b\u0439 \u043e\u0434\u043d\u043e\u0440\u0430\u0437\u043e\u0432\u044b\u0439 \u043f\u0430\u0440\u043e\u043b\u044c.",
-		"zh": "\u67d0\u4e9b\u670d\u52a1\u8bf7\u6c42\u8ba4\u8bc1\u3002\u4e3a\u4e86\u8ba4\u8bc1\uff0c\u8bf7\u70b9\u51fb\u4f60\u7684YubiKey\u6309\u94ae\uff0c\u4e0b\u5217\u533a\u57df\u5e94\u8be5\u4f1a\u88ab\u81ea\u52a8\u586b\u5145\u6210\u4e00\u6b21\u6027\u5b89\u5168\u5bc6\u7801",
-		"ar": "\u0628\u0639\u0636 \u0627\u0644\u062e\u062f\u0645\u0627\u062a \u062a\u062a\u0637\u0644\u0628  \u062a\u0635\u062f\u064a\u0642\u0627\u064b. \u0644\u0644\u062a\u0635\u062f\u064a\u0642 \u0623\u0636\u063a\u0637 \u0627\u0644\u0632\u0631 \u0627\u0644\u0645\u0648\u062c\u0648\u062f \u0639\u0644\u064a   YubiKey. \u0645\u0645\u0627 \u0633\u064a\u0624\u062f\u064a \u0644\u0645\u0644\u0621 \u0627\u0644\u062d\u0642\u0644 \u0623\u062f\u0646\u0627\u0647 \u0628\u0643\u0644\u0645\u0629 \u0633\u0631 \u0648\u0627\u062d\u062f\u0629 \u0627\u0645\u0646\u0647 \u0627\u062a\u0648\u0645\u0627\u062a\u064a\u0643\u064a\u0627\u064b",
-		"lv": "K\u0101ds serviss prasa autentifik\u0101ciju. Klik\u0161\u0137iniet YubiKey pogu. Ievadlauks zem\u0101k autom\u0101tiski tiks aizpild\u012bts ar dro\u0161u vienreiz\u0113ju paroli.",
-		"id": "Beberapa layanan meminta autentifikasi. Untuk melakukan autentifikasi, klik tombol pada YubiKey Anda. Field dibawah seharusnya secara otomatis akan diisi dengan one-time-password yang aman.",
-		"sr": "Neki od servisa je zatra\u017eio da se autentifikujete. Da biste se autentifikovali pritisnite dugme na va\u0161em YubiKey ure\u0111aju. Nakon toga bi u polje ispod trebala biti automatski upisana jednokratna lozinka.",
-		"ro": "Un serviciu a cerut s\u0103 v\u0103 autentifica\u021bi. Pentru autentificare, ap\u0103sa\u021bi butonul de pe YubiKey. C\u00e2mpul de mai jos va fi completat automat cu o parol\u0103 de unic\u0103 folosin\u021b\u0103.",
-		"cs": "N\u011bkter\u00e1 slu\u017eba si vy\u017e\u00e1dala autentizaci. K p\u0159ihl\u00e1\u0161en\u00ed klikn\u011bte na v\u00e1\u0161 YubiKey. Spodn\u00ed pol\u00ed\u010dko by se pot\u00e9 m\u011blo automaticky vyplnit bezpe\u010dn\u00fdm jednor\u00e1zov\u00fdm heslem.",
-		"eu": "Zerbitzu batek kautotzeko eskatu du. Kautotzeko, klikatu zure YubiKey botoia. Behean kokatutako eremua automatikoki bete beharko litzateke erabilera bakarreko (OTP) pasahitz seguru batekin",
-		"af": "Sommige dienste vereis verifikasie. Kliek op jou YubiKey knoppie vir verifikasie. Die onderstaande veld sal dan outomaties gevul word met 'n veilige een-slag-wagwoord.",
-		"el": "\u0397 \u03c4\u03b1\u03c5\u03c4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03ae \u03c3\u03b1\u03c2 \u03b1\u03c0\u03b1\u03b9\u03c4\u03b5\u03af \u03c4\u03b7 \u03c7\u03c1\u03ae\u03c3\u03b7 YubiKey \u03bc\u03ad\u03c3\u03c9 \u03c4\u03bf\u03c5 \u03bf\u03c0\u03bf\u03af\u03bf\u03c5 \u03c4\u03bf \u03c0\u03b1\u03c1\u03b1\u03ba\u03ac\u03c4\u03c9 \u03c0\u03b5\u03b4\u03af\u03bf \u03b8\u03b1 \u03c3\u03c5\u03bc\u03c0\u03bb\u03b7\u03c1\u03c9\u03b8\u03b5\u03af \u03b1\u03c5\u03c4\u03cc\u03bc\u03b1\u03c4\u03b1 \u03bc\u03b5 \u03ad\u03bd\u03b1\u03bd \u03b1\u03c3\u03c6\u03b1\u03bb\u03ae \u03ba\u03c9\u03b4\u03b9\u03ba\u03cc \u03bc\u03b9\u03b1\u03c2 \u03c7\u03c1\u03ae\u03c3\u03b7\u03c2."
-	}
-}
diff --git a/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php b/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php
deleted file mode 100644
index b6e789671..000000000
--- a/modules/authYubiKey/lib/Auth/Process/OTP2YubiPrefix.php
+++ /dev/null
@@ -1,81 +0,0 @@
-<?php
-
-namespace SimpleSAML\Module\authYubiKey\Auth\Process;
-
-/*
- * Copyright (C) 2009  Simon Josefsson <simon@yubico.com>.
- *
- * This file is part of SimpleSAMLphp
- *
- * SimpleSAMLphp is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 3 of
- * the License, or (at your option) any later version.
- *
- * SimpleSAMLphp is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License License along with GNU SASL Library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- *
- */
-
-/**
- * A processing filter to replace the 'otp' attribute with an attribute
- * 'yubiPrefix' that contains the static YubiKey prefix.
- *
- * Before:
- *   otp=ekhgjhbctrgnubeeklijcibbgjnbtjlffdnjbhjluvur
- *
- * After:
- *   otp undefined
- *   yubiPrefix=ekhgjhbctrgn
- *
- * You use it by adding it as an authentication filter in config.php:
- *
- *      'authproc.idp' => array(
- *    ...
- *          90 => 'authYubiKey:OTP2YubiPrefix',
- *    ...
- *      );
- *
- */
-
-class OTP2YubiPrefix extends \SimpleSAML\Auth\ProcessingFilter
-{
-    /**
-     * Filter out YubiKey 'otp' attribute and replace it with
-     * a 'yubiPrefix' attribute that leaves out the dynamic part.
-     *
-     * @param array &$state  The state we should update.
-     * @return void
-     */
-    public function process(&$state)
-    {
-        assert(is_array($state));
-        assert(array_key_exists('Attributes', $state));
-        $attributes = $state['Attributes'];
-
-        \SimpleSAML\Logger::debug('OTP2YubiPrefix: enter with attributes: '.implode(',', array_keys($attributes)));
-
-        $otps = $attributes['otp'];
-        $otp = $otps['0'];
-
-        $token_size = 32;
-        $identity = substr($otp, 0, strlen($otp) - $token_size);
-
-        $attributes['yubiPrefix'] = [$identity];
-
-        \SimpleSAML\Logger::info(
-            'OTP2YubiPrefix: otp: '.$otp.' identity: '.$identity.' (otp keys: '.implode(',', array_keys($otps)).')'
-        );
-
-        unset($attributes['otp']);
-
-        \SimpleSAML\Logger::debug('OTP2YubiPrefix: leaving with attributes: '.implode(',', array_keys($attributes)));
-    }
-}
diff --git a/modules/authYubiKey/lib/Auth/Source/YubiKey.php b/modules/authYubiKey/lib/Auth/Source/YubiKey.php
deleted file mode 100644
index 864f595cb..000000000
--- a/modules/authYubiKey/lib/Auth/Source/YubiKey.php
+++ /dev/null
@@ -1,219 +0,0 @@
-<?php
-
-namespace SimpleSAML\Module\authYubiKey\Auth\Source;
-
-/*
- * Copyright (C) 2009  Andreas Ã…kre Solberg <andreas.solberg@uninett.no>
- * Copyright (C) 2009  Simon Josefsson <simon@yubico.com>.
- *
- * This file is part of SimpleSAMLphp
- *
- * SimpleSAMLphp is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 3 of
- * the License, or (at your option) any later version.
- *
- * SimpleSAMLphp is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License License along with GNU SASL Library; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- * Boston, MA 02110-1301, USA.
- *
- */
-
-/**
- * YubiKey authentication module, see http://www.yubico.com/developers/intro/
- *
- * Configure it by adding an entry to config/authsources.php such as this:
- *
- *    'yubikey' => array(
- *        'authYubiKey:YubiKey',
- *        'id' => 997,
- *        'key' => 'b64hmackey',
- *    ),
- *
- * To generate your own client id/key you will need one YubiKey, and then
- * go to http://yubico.com/developers/api/
- *
- * @package SimpleSAMLphp
- */
-
-class YubiKey extends \SimpleSAML\Auth\Source
-{
-    /**
-     * The string used to identify our states.
-     */
-    const STAGEID = '\SimpleSAML\Module\authYubiKey\Auth\Source\YubiKey.state';
-
-    /**
-     * The number of characters of the OTP that is the secure token.
-     * The rest is the user id.
-     */
-    const TOKENSIZE = 32;
-
-    /**
-     * The key of the AuthId field in the state.
-     */
-    const AUTHID = '\SimpleSAML\Module\authYubiKey\Auth\Source\YubiKey.AuthId';
-
-    /**
-     * The client id/key for use with the Auth_Yubico PHP module.
-     * @var string
-     */
-    private $yubi_id;
-
-    /** @var string */
-    private $yubi_key;
-
-
-    /**
-     * Constructor for this authentication source.
-     *
-     * @param array $info  Information about this authentication source.
-     * @param array $config  Configuration.
-     */
-    public function __construct($info, $config)
-    {
-        assert(is_array($info));
-        assert(is_array($config));
-
-        // Call the parent constructor first, as required by the interface
-        parent::__construct($info, $config);
-
-        if (array_key_exists('id', $config)) {
-            $this->yubi_id = $config['id'];
-        }
-
-        if (array_key_exists('key', $config)) {
-            $this->yubi_key = $config['key'];
-        }
-    }
-
-
-    /**
-     * Initialize login.
-     *
-     * This function saves the information about the login, and redirects to a
-     * login page.
-     *
-     * @param array &$state  Information about the current authentication.
-     * @return void
-     */
-    public function authenticate(&$state)
-    {
-        assert(is_array($state));
-
-        // We are going to need the authId in order to retrieve this authentication source later
-        $state[self::AUTHID] = $this->authId;
-
-        $id = \SimpleSAML\Auth\State::saveState($state, self::STAGEID);
-        $url = \SimpleSAML\Module::getModuleURL('authYubiKey/yubikeylogin.php');
-        \SimpleSAML\Utils\HTTP::redirectTrustedURL($url, ['AuthState' => $id]);
-    }
-
-
-    /**
-     * Handle login request.
-     *
-     * This function is used by the login form (core/www/loginuserpass.php) when the user
-     * enters a username and password. On success, it will not return. On wrong
-     * username/password failure, it will return the error code. Other failures will throw an
-     * exception.
-     *
-     * @param string $authStateId  The identifier of the authentication state.
-     * @param string $otp  The one time password entered-
-     * @return string|null  Error code in the case of an error.
-     */
-    public static function handleLogin($authStateId, $otp)
-    {
-        assert(is_string($authStateId));
-        assert(is_string($otp));
-
-        /* Retrieve the authentication state. */
-        $state = \SimpleSAML\Auth\State::loadState($authStateId, self::STAGEID);
-
-        /* Find authentication source. */
-        assert(array_key_exists(self::AUTHID, $state));
-        $source = \SimpleSAML\Auth\Source::getById($state[self::AUTHID]);
-        if ($source === null) {
-            throw new \Exception('Could not find authentication source with id '.$state[self::AUTHID]);
-        }
-
-        try {
-            /* Attempt to log in. */
-            $attributes = $source->login($otp);
-        } catch (\SimpleSAML\Error\Error $e) {
-            /* An error occurred during login. Check if it is because of the wrong
-             * username/password - if it is, we pass that error up to the login form,
-             * if not, we let the generic error handler deal with it.
-             */
-            if ($e->getErrorCode() === 'WRONGUSERPASS') {
-                return 'WRONGUSERPASS';
-            }
-
-            /* Some other error occurred. Rethrow exception and let the generic error
-             * handler deal with it.
-             */
-            throw $e;
-        }
-
-        $state['Attributes'] = $attributes;
-        \SimpleSAML\Auth\Source::completeAuth($state);
-
-        return null;
-    }
-
-
-    /**
-     * Return the user id part of a one time passord
-     *
-     * @param string $otp
-     * @return string
-     */
-    public static function getYubiKeyPrefix($otp)
-    {
-        $uid = substr($otp, 0, strlen($otp) - self::TOKENSIZE);
-        return $uid;
-    }
-
-
-    /**
-     * Attempt to log in using the given username and password.
-     *
-     * On a successful login, this function should return the users attributes. On failure,
-     * it should throw an exception. If the error was caused by the user entering the wrong
-     * username or password, a \SimpleSAML\Error\Error('WRONGUSERPASS') should be thrown.
-     *
-     * Note that both the username and the password are UTF-8 encoded.
-     *
-     * @param string $otp
-     * @return array Associative array with the users attributes.
-     */
-    protected function login($otp)
-    {
-        assert(is_string($otp));
-
-        require_once dirname(dirname(dirname(dirname(__FILE__)))).'/libextinc/Yubico.php';
-
-        try {
-            $yubi = new \Auth_Yubico($this->yubi_id, $this->yubi_key);
-            $yubi->verify($otp);
-            $uid = self::getYubiKeyPrefix($otp);
-            $attributes = ['uid' => [$uid]];
-        } catch (\Exception $e) {
-            \SimpleSAML\Logger::info(
-                'YubiKey:'.$this->authId.': Validation error (otp '.$otp.'), debug output: '.$yubi->getLastResponse()
-            );
-            throw new \SimpleSAML\Error\Error('WRONGUSERPASS', $e);
-        }
-
-        \SimpleSAML\Logger::info(
-            'YubiKey:'.$this->authId.': YubiKey otp '.$otp.' validated successfully: '.$yubi->getLastResponse()
-        );
-        return $attributes;
-    }
-}
diff --git a/modules/authYubiKey/libextinc/Yubico.php b/modules/authYubiKey/libextinc/Yubico.php
deleted file mode 100644
index d222f6b67..000000000
--- a/modules/authYubiKey/libextinc/Yubico.php
+++ /dev/null
@@ -1,163 +0,0 @@
-<?php
-/**
- * Class for verifying Yubico One-Time-Passcodes
- *
- * LICENSE:
- *
- * Copyright (c) 2007, 2008  Simon Josefsson.  All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- *
- * o Redistributions of source code must retain the above copyright
- *   notice, this list of conditions and the following disclaimer.
- * o Redistributions in binary form must reproduce the above copyright
- *   notice, this list of conditions and the following disclaimer in the
- *   documentation and/or other materials provided with the distribution.
- * o The names of the authors may not be used to endorse or promote
- *   products derived from this software without specific prior written
- *   permission.
- *
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
- * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
- * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
- * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
- * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
- * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
- * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- *
- * @category    Auth
- * @package     Auth_Yubico
- * @author      Simon Josefsson <simon@yubico.com>
- * @copyright   2008 Simon Josefsson
- * @license     http://opensource.org/licenses/bsd-license.php New BSD License
- * @version     CVS: $Id: Yubico.php,v 1.7 2007-10-22 12:56:14 jas Exp $
- * @link        http://yubico.com/
- */
-
-/**
- * Class for verifying Yubico One-Time-Passcodes
- *
- * Simple example:
- * <code>
- * require_once 'Auth/Yubico.php';
- * $yubi = &new Auth_Yubico('42');
- * $auth = $yubi->verify("ccbbddeertkrctjkkcglfndnlihhnvekchkcctif");
- * if (PEAR::isError($auth)) {
- *    print "<p>Authentication failed: " . $auth->getMessage();
- *    print "<p>Debug output from server: " . $yubi->getLastResponse();
- * } else {
- *    print "<p>You are authenticated!";
- * }
- * </code>
- */
-class Auth_Yubico
-{
-    /**#@+
-     * @access private
-     */
-
-    /**
-     * Yubico client ID
-     * @var string
-     */
-    private $id;
-
-    /**
-     * Yubico client key
-     * @var string
-     */
-    private $key;
-
-    /**
-     * Response from server
-     * @var string
-     */
-    private $response;
-
-    /**
-     * Constructor
-     *
-     * Sets up the object
-     * @param string $id    The client identity
-     * @param string $key   The client MAC key (optional)
-     * @access public
-     */
-    public function __construct($id, $key = '')
-    {
-        $this->id = $id;
-        $this->key = base64_decode($key);
-    }
-
-    /**
-     * Return the last data received from the server, if any.
-     *
-     * @return string Output from server.
-     * @access public
-     */
-    public function getLastResponse()
-    {
-        return $this->response;
-    }
-
-    // TODO? Add functions to get parsed parts of server response?
-
-    /**
-     * Verify Yubico OTP
-     *
-     * @param string $token     Yubico OTP
-     * @return mixed            PEAR error on error, true otherwise
-     * @access public
-     */
-    public function verify($token)
-    {
-        $parameters = "id=".$this->id."&otp=".$token;
-        // Generate signature
-        if ($this->key <> "") {
-            $signature = base64_encode(hash_hmac('sha1', $parameters, $this->key, true));
-            $parameters .= '&h='.$signature;
-        }
-        // Support https
-        $url = "https://api.yubico.com/wsapi/verify?".$parameters;
-
-        /** @var string $responseMsg */
-        $responseMsg = \SimpleSAML\Utils\HTTP::fetch($url);
-
-        $out = [];
-        if (preg_match("/status=([a-zA-Z0-9_]+)/", $responseMsg, $out) !== 1) {
-            throw new Exception('Could not parse response');
-        }
-
-        $status = $out[1];
-
-        // Verify signature
-        if ($this->key <> "") {
-            $rows = explode("\r\n", $responseMsg);
-            $response = [];
-            foreach ($rows as $val) {
-                // = is also used in BASE64 encoding so we only replace the first = by # which is not used in BASE64
-                $val = preg_replace('/=/', '#', $val, 1);
-                $row = explode("#", $val);
-                $response[$row[0]] = (isset($row[1])) ? $row[1] : "";
-            }
-
-            $check = 'status='.$response['status'].'&t='.$response['t'];
-            $checksignature = base64_encode(hash_hmac('sha1', $check, $this->key, true));
-
-            if ($response['h'] != $checksignature) {
-                throw new Exception('Checked Signature failed');
-            }
-        }
-
-        if ($status != 'OK') {
-            throw new Exception('Status was not OK: '.$status);
-        }
-
-        return true;
-    }
-}
diff --git a/modules/authYubiKey/locales/af/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/af/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 60787645a..000000000
--- a/modules/authYubiKey/locales/af/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: af\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Sommige dienste vereis verifikasie. Kliek op jou YubiKey knoppie vir "
-"verifikasie. Die onderstaande veld sal dan outomaties gevul word met 'n "
-"veilige een-slag-wagwoord."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Meld aan met YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Sommige dienste vereis verifikasie. Kliek op jou YubiKey knoppie vir "
-"verifikasie. Die onderstaande veld sal dan outomaties gevul word met 'n "
-"veilige een-slag-wagwoord."
-
-msgid "Login with YubiKey"
-msgstr "Meld aan met YubiKey"
-
diff --git a/modules/authYubiKey/locales/ar/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/ar/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index c1bfe6903..000000000
--- a/modules/authYubiKey/locales/ar/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,37 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: ar\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n>=3 "
-"&& n<=10 ? 3 : n>=11 && n<=99 ? 4 : 5)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"بعض الخدمات تتطلب  تصديقاً. للتصديق أضغط الزر الموجود علي   YubiKey. مما "
-"سيؤدي لملء الحقل أدناه بكلمة سر واحدة امنه اتوماتيكياً"
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "أدخل مستخدماًYubiKey "
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"بعض الخدمات تتطلب  تصديقاً. للتصديق أضغط الزر الموجود علي   YubiKey. مما "
-"سيؤدي لملء الحقل أدناه بكلمة سر واحدة امنه اتوماتيكياً"
-
-msgid "Login with YubiKey"
-msgstr "أدخل مستخدماًYubiKey "
-
diff --git a/modules/authYubiKey/locales/cs/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/cs/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 0218ae84a..000000000
--- a/modules/authYubiKey/locales/cs/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,39 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: cs\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Některá služba si vyžádala autentizaci. K přihlášení klikněte na váš "
-"YubiKey. Spodní políčko by se poté mělo automaticky vyplnit bezpečným "
-"jednorázovým heslem."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Přihlášení pomocí YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Některá služba si vyžádala autentizaci. K přihlášení klikněte na váš "
-"YubiKey. Spodní políčko by se poté mělo automaticky vyplnit bezpečným "
-"jednorázovým heslem."
-
-msgid "Login with YubiKey"
-msgstr "Přihlášení pomocí YubiKey"
-
diff --git a/modules/authYubiKey/locales/da/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/da/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 27037697d..000000000
--- a/modules/authYubiKey/locales/da/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: da\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Nogle services kræver autentificering. For at autentificere klik på "
-"knappen på din YubiKey. Feltet herunder skulle nu automatisk blive "
-"udfyldt med et sikkert one-time-password."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Login med YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Nogle services kræver autentificering. For at autentificere klik på "
-"knappen på din YubiKey. Feltet herunder skulle nu automatisk blive "
-"udfyldt med et sikkert one-time-password."
-
-msgid "Login with YubiKey"
-msgstr "Login med YubiKey"
-
diff --git a/modules/authYubiKey/locales/de/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/de/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 10eb6ae3b..000000000
--- a/modules/authYubiKey/locales/de/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: de\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Ein Service verlangt nach Ihrer validierung. Bitte drücken Sie den Knopf "
-"auf Ihrem YubiKey. Ihr sicheres Einmalpasswort wird dann in das "
-"vorgesehene Feld geschrieben."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Anmelden mit YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Ein Service verlangt nach Ihrer validierung. Bitte drücken Sie den Knopf "
-"auf Ihrem YubiKey. Ihr sicheres Einmalpasswort wird dann in das "
-"vorgesehene Feld geschrieben."
-
-msgid "Login with YubiKey"
-msgstr "Anmelden mit YubiKey"
-
diff --git a/modules/authYubiKey/locales/el/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/el/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index b27df0925..000000000
--- a/modules/authYubiKey/locales/el/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,36 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: el\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Η ταυτοποίησή σας απαιτεί τη χρήση YubiKey μέσω του οποίου το παρακάτω "
-"πεδίο θα συμπληρωθεί αυτόματα με έναν ασφαλή κωδικό μιας χρήσης."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Είσοδος με YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Η ταυτοποίησή σας απαιτεί τη χρήση YubiKey μέσω του οποίου το παρακάτω "
-"πεδίο θα συμπληρωθεί αυτόματα με έναν ασφαλή κωδικό μιας χρήσης."
-
-msgid "Login with YubiKey"
-msgstr "Είσοδος με YubiKey"
-
diff --git a/modules/authYubiKey/locales/en/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/en/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 2f9018e87..000000000
--- a/modules/authYubiKey/locales/en/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: en\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Login with YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-
-msgid "Login with YubiKey"
-msgstr "Login with YubiKey"
-
diff --git a/modules/authYubiKey/locales/es/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/es/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 8cb4aad5d..000000000
--- a/modules/authYubiKey/locales/es/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: es\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Un servicio ha solicitado que se autentique. Para autenticarse, haga clic"
-" en el botón de su YubiKey. El campo situado debajo debería rellenarse "
-"automática con una clave de un único uso (OTP) segura"
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Accede utilizando YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Un servicio ha solicitado que se autentique. Para autenticarse, haga clic"
-" en el botón de su YubiKey. El campo situado debajo debería rellenarse "
-"automática con una clave de un único uso (OTP) segura"
-
-msgid "Login with YubiKey"
-msgstr "Accede utilizando YubiKey"
-
diff --git a/modules/authYubiKey/locales/et/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/et/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 458e0be68..000000000
--- a/modules/authYubiKey/locales/et/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: et\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Mõned teenused nõuavad autentimist. Autentimiseks klõpsa YubiKey'l olevat"
-" nuppu. Allpool olev väli täidetakse automaatselt turvalise ühekordse "
-"parooliga."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Logi sisse YubiKey abil"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Mõned teenused nõuavad autentimist. Autentimiseks klõpsa YubiKey'l olevat"
-" nuppu. Allpool olev väli täidetakse automaatselt turvalise ühekordse "
-"parooliga."
-
-msgid "Login with YubiKey"
-msgstr "Logi sisse YubiKey abil"
-
diff --git a/modules/authYubiKey/locales/eu/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/eu/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 7c4dab74e..000000000
--- a/modules/authYubiKey/locales/eu/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: eu\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Zerbitzu batek kautotzeko eskatu du. Kautotzeko, klikatu zure YubiKey "
-"botoia. Behean kokatutako eremua automatikoki bete beharko litzateke "
-"erabilera bakarreko (OTP) pasahitz seguru batekin"
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "YubiKey erabiliz"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Zerbitzu batek kautotzeko eskatu du. Kautotzeko, klikatu zure YubiKey "
-"botoia. Behean kokatutako eremua automatikoki bete beharko litzateke "
-"erabilera bakarreko (OTP) pasahitz seguru batekin"
-
-msgid "Login with YubiKey"
-msgstr "YubiKey erabiliz"
-
diff --git a/modules/authYubiKey/locales/fi/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/fi/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 4046c0177..000000000
--- a/modules/authYubiKey/locales/fi/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: fi\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Jotkin palvelut vaativat käyttäjätunnistuksen. Paina nappia Yubikeyssasi "
-"tunnistautuaksesi. Allaolevaan kenttää tulee automaattisesti "
-"kertakäyttösalasanasi."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Kirjaudu Yubikeylla"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Jotkin palvelut vaativat käyttäjätunnistuksen. Paina nappia Yubikeyssasi "
-"tunnistautuaksesi. Allaolevaan kenttää tulee automaattisesti "
-"kertakäyttösalasanasi."
-
-msgid "Login with YubiKey"
-msgstr "Kirjaudu Yubikeylla"
-
diff --git a/modules/authYubiKey/locales/fr/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/fr/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index b5eb2f789..000000000
--- a/modules/authYubiKey/locales/fr/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: fr\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n > 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Ce service requiert une authentification. Pour vous authentifier, appuyez"
-" sur le bouton de votre YubiKey. Le champ ci dessous devrait "
-"automatiquement être renseigné avec un mot de passe à usage unique."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "S'authentifier avec YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Ce service requiert une authentification. Pour vous authentifier, appuyez"
-" sur le bouton de votre YubiKey. Le champ ci dessous devrait "
-"automatiquement être renseigné avec un mot de passe à usage unique."
-
-msgid "Login with YubiKey"
-msgstr "S'authentifier avec YubiKey"
-
diff --git a/modules/authYubiKey/locales/he/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/he/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 9b5f30d29..000000000
--- a/modules/authYubiKey/locales/he/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,36 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: he\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"שרות כלשהו דורש הזדהות. להזדהות, לחץ על הכפתור ביוביקי שלך. השדה מתחת "
-"יתמלא באופן אוטומטי עם סיסמה חד פעמית מאובטחת."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "כנס עם יוביקי"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"שרות כלשהו דורש הזדהות. להזדהות, לחץ על הכפתור ביוביקי שלך. השדה מתחת "
-"יתמלא באופן אוטומטי עם סיסמה חד פעמית מאובטחת."
-
-msgid "Login with YubiKey"
-msgstr "כנס עם יוביקי"
-
diff --git a/modules/authYubiKey/locales/hr/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/hr/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 0e91466d9..000000000
--- a/modules/authYubiKey/locales/hr/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,39 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: hr\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Neki od servisa je zatražio da se autentificirate. Da biste se "
-"autentificirali pritisnite gumb na vašem YubiKey uređaju. Nakon toga bi u"
-" polje ispod trebala biti automatski upisana jednokratna zaporka."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Prijavite se pomoću YubiKey-a"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Neki od servisa je zatražio da se autentificirate. Da biste se "
-"autentificirali pritisnite gumb na vašem YubiKey uređaju. Nakon toga bi u"
-" polje ispod trebala biti automatski upisana jednokratna zaporka."
-
-msgid "Login with YubiKey"
-msgstr "Prijavite se pomoću YubiKey-a"
-
diff --git a/modules/authYubiKey/locales/hu/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/hu/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 7aec6a74d..000000000
--- a/modules/authYubiKey/locales/hu/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: hu\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Egy szolgáltatás azonosítást kért. Kérjük, nyomja meg a gombot a "
-"YubiKey-n! Az alábbi mező automatikusan ki kell, hogy töltődjön egy "
-"biztonságos egyszerhasználatos jelszóval."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "YubiKey bejelentkezés"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Egy szolgáltatás azonosítást kért. Kérjük, nyomja meg a gombot a "
-"YubiKey-n! Az alábbi mező automatikusan ki kell, hogy töltődjön egy "
-"biztonságos egyszerhasználatos jelszóval."
-
-msgid "Login with YubiKey"
-msgstr "YubiKey bejelentkezés"
-
diff --git a/modules/authYubiKey/locales/id/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/id/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 3727cbbc9..000000000
--- a/modules/authYubiKey/locales/id/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: id\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Beberapa layanan meminta autentifikasi. Untuk melakukan autentifikasi, "
-"klik tombol pada YubiKey Anda. Field dibawah seharusnya secara otomatis "
-"akan diisi dengan one-time-password yang aman."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Login dengan YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Beberapa layanan meminta autentifikasi. Untuk melakukan autentifikasi, "
-"klik tombol pada YubiKey Anda. Field dibawah seharusnya secara otomatis "
-"akan diisi dengan one-time-password yang aman."
-
-msgid "Login with YubiKey"
-msgstr "Login dengan YubiKey"
-
diff --git a/modules/authYubiKey/locales/it/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/it/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 5aab4a8e2..000000000
--- a/modules/authYubiKey/locales/it/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: it\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Un servizio ha richiesto l'autenticazione. Per autenticarsi, premere il "
-"pulsante sulla propria YukiKey. Il campo sottostante dovrebbe essere "
-"automaticamente riempito con una password usa e getta."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Connessione con YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Un servizio ha richiesto l'autenticazione. Per autenticarsi, premere il "
-"pulsante sulla propria YukiKey. Il campo sottostante dovrebbe essere "
-"automaticamente riempito con una password usa e getta."
-
-msgid "Login with YubiKey"
-msgstr "Connessione con YubiKey"
-
diff --git a/modules/authYubiKey/locales/ja/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/ja/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 9c1709595..000000000
--- a/modules/authYubiKey/locales/ja/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: ja\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr "幾つかのサービスは認証を要求しています。認証を行うにはYubiKeyのボタンをクリックしてください。以下の項目はセキュアワンタイムパスワードで自動的に埋められます。"
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "YubiKeyでログイン"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr "幾つかのサービスは認証を要求しています。認証を行うにはYubiKeyのボタンをクリックしてください。以下の項目はセキュアワンタイムパスワードで自動的に埋められます。"
-
-msgid "Login with YubiKey"
-msgstr "YubiKeyでログイン"
-
diff --git a/modules/authYubiKey/locales/lt/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/lt/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 2b0be113b..000000000
--- a/modules/authYubiKey/locales/lt/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,41 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: lt\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"(n%100<10 || n%100>=20) ? 1 : 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Kažkuri paslauga reikalauja autentiškumo patvirtinimo. Norėdami "
-"patvirtinti autentiškumą, paspauskite mygtuką ant savo YubiKey. Į žemiau "
-"esantį laukelį turėtų būti automatiškai įvestas saugus vienkartinis "
-"slaptažodis."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Jungtis su YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Kažkuri paslauga reikalauja autentiškumo patvirtinimo. Norėdami "
-"patvirtinti autentiškumą, paspauskite mygtuką ant savo YubiKey. Į žemiau "
-"esantį laukelį turėtų būti automatiškai įvestas saugus vienkartinis "
-"slaptažodis."
-
-msgid "Login with YubiKey"
-msgstr "Jungtis su YubiKey"
-
diff --git a/modules/authYubiKey/locales/lv/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/lv/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 601e4bad4..000000000
--- a/modules/authYubiKey/locales/lv/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,37 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: lv\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 :"
-" 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Kāds serviss prasa autentifikāciju. Klikšķiniet YubiKey pogu. Ievadlauks "
-"zemāk automātiski tiks aizpildīts ar drošu vienreizēju paroli."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Pieslēgties ar YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Kāds serviss prasa autentifikāciju. Klikšķiniet YubiKey pogu. Ievadlauks "
-"zemāk automātiski tiks aizpildīts ar drošu vienreizēju paroli."
-
-msgid "Login with YubiKey"
-msgstr "Pieslēgties ar YubiKey"
-
diff --git a/modules/authYubiKey/locales/nb/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/nb/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 1a4bd6406..000000000
--- a/modules/authYubiKey/locales/nb/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: nb_NO\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"En tjeneste har bedt om at du autentiserer deg. For å autentisere seg, "
-"trykk på knappen på din YubiKey. Feltet under vil da bli automatisk "
-"utfylt med et sikkert engangspassord."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Login med YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"En tjeneste har bedt om at du autentiserer deg. For å autentisere seg, "
-"trykk på knappen på din YubiKey. Feltet under vil da bli automatisk "
-"utfylt med et sikkert engangspassord."
-
-msgid "Login with YubiKey"
-msgstr "Login med YubiKey"
-
diff --git a/modules/authYubiKey/locales/nl/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/nl/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 575287e4e..000000000
--- a/modules/authYubiKey/locales/nl/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: nl\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Een dienst vroeg om authenticatie. Om te authenticaren, klik op de knop "
-"van je YubiKey. In het veld hieronder zal dan automatisch een veilig "
-"eenmalig wachtwoord worden ingevuld."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Inloggen met YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Een dienst vroeg om authenticatie. Om te authenticaren, klik op de knop "
-"van je YubiKey. In het veld hieronder zal dan automatisch een veilig "
-"eenmalig wachtwoord worden ingevuld."
-
-msgid "Login with YubiKey"
-msgstr "Inloggen met YubiKey"
-
diff --git a/modules/authYubiKey/locales/nn/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/nn/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index d8e227bad..000000000
--- a/modules/authYubiKey/locales/nn/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: nn\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Ei webteneste har spurt om at du loggar inn.  For å logga inn, klikk på "
-"knappen på din YubiKey.  Feltet nedanfor blir automatisk fylt ut med eit "
-"sikkert eingongspassord når du trykker på YubiKey."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Logg inn med YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Ei webteneste har spurt om at du loggar inn.  For å logga inn, klikk på "
-"knappen på din YubiKey.  Feltet nedanfor blir automatisk fylt ut med eit "
-"sikkert eingongspassord når du trykker på YubiKey."
-
-msgid "Login with YubiKey"
-msgstr "Logg inn med YubiKey"
-
diff --git a/modules/authYubiKey/locales/pl/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/pl/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 37b8e8ec2..000000000
--- a/modules/authYubiKey/locales/pl/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,39 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: pl\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && "
-"(n%100<10 || n%100>=20) ? 1 : 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Jakiś serwis zażądał uwierzytelnienia. W celu uwierzytelnienia naciśnij "
-"przycisk na Twoim YubiKey. Następnie poniższe pole powinno zostać "
-"automatycznie wypełnione bezpiecznym jednorazowym hasłem."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Login z YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Jakiś serwis zażądał uwierzytelnienia. W celu uwierzytelnienia naciśnij "
-"przycisk na Twoim YubiKey. Następnie poniższe pole powinno zostać "
-"automatycznie wypełnione bezpiecznym jednorazowym hasłem."
-
-msgid "Login with YubiKey"
-msgstr "Login z YubiKey"
-
diff --git a/modules/authYubiKey/locales/pt/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/pt/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index bb0ad444b..000000000
--- a/modules/authYubiKey/locales/pt/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: pt\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Um serviço necessita de autenticação. Para se autenticar, clique no botão"
-" da sua YubiKey. O campo em baixo deverá ser automaticamente preenchido "
-"com uma palavra-passe segura que funcionará apenas uma vez."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Entrar com YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Um serviço necessita de autenticação. Para se autenticar, clique no botão"
-" da sua YubiKey. O campo em baixo deverá ser automaticamente preenchido "
-"com uma palavra-passe segura que funcionará apenas uma vez."
-
-msgid "Login with YubiKey"
-msgstr "Entrar com YubiKey"
-
diff --git a/modules/authYubiKey/locales/ro/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/ro/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 21192aaaf..000000000
--- a/modules/authYubiKey/locales/ro/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,39 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: ro\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100"
-" < 20)) ? 1 : 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Un serviciu a cerut să vă autentificați. Pentru autentificare, apăsați "
-"butonul de pe YubiKey. Câmpul de mai jos va fi completat automat cu o "
-"parolă de unică folosință."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Login cu YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Un serviciu a cerut să vă autentificați. Pentru autentificare, apăsați "
-"butonul de pe YubiKey. Câmpul de mai jos va fi completat automat cu o "
-"parolă de unică folosință."
-
-msgid "Login with YubiKey"
-msgstr "Login cu YubiKey"
-
diff --git a/modules/authYubiKey/locales/ru/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/ru/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index cabf73554..000000000
--- a/modules/authYubiKey/locales/ru/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,39 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: ru\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Некоторые службы запрашивают аутентификации. Для аутентификации нажмите "
-"кнопку на вашем YubiKey. В поле ниже должно автоматически появиться "
-"безопасный одноразовый пароль."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Войти с помощью YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Некоторые службы запрашивают аутентификации. Для аутентификации нажмите "
-"кнопку на вашем YubiKey. В поле ниже должно автоматически появиться "
-"безопасный одноразовый пароль."
-
-msgid "Login with YubiKey"
-msgstr "Войти с помощью YubiKey"
-
diff --git a/modules/authYubiKey/locales/sl/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/sl/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 9db2dd64f..000000000
--- a/modules/authYubiKey/locales/sl/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,39 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: sl\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 "
-"|| n%100==4 ? 2 : 3)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Nekatere storitve zahtevajo avtentikacijo, ki jo izvedete s klikom na "
-"gumb YubiKey. V polju spodaj se bo nato samodejno prikazalo geslo za "
-"enkratno uporabo."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Prijavi se z YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Nekatere storitve zahtevajo avtentikacijo, ki jo izvedete s klikom na "
-"gumb YubiKey. V polju spodaj se bo nato samodejno prikazalo geslo za "
-"enkratno uporabo."
-
-msgid "Login with YubiKey"
-msgstr "Prijavi se z YubiKey"
-
diff --git a/modules/authYubiKey/locales/sr/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/sr/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 545aa24ec..000000000
--- a/modules/authYubiKey/locales/sr/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,39 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: sr\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
-"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Neki od servisa je zatražio da se autentifikujete. Da biste se "
-"autentifikovali pritisnite dugme na vašem YubiKey uređaju. Nakon toga bi "
-"u polje ispod trebala biti automatski upisana jednokratna lozinka."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Prijavite se pomoću YubiKey-a"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Neki od servisa je zatražio da se autentifikujete. Da biste se "
-"autentifikovali pritisnite dugme na vašem YubiKey uređaju. Nakon toga bi "
-"u polje ispod trebala biti automatski upisana jednokratna lozinka."
-
-msgid "Login with YubiKey"
-msgstr "Prijavite se pomoću YubiKey-a"
-
diff --git a/modules/authYubiKey/locales/sv/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/sv/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 1d033e545..000000000
--- a/modules/authYubiKey/locales/sv/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: sv\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=2; plural=(n != 1)\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"En tjänst vill att du ska logga in. För att logga in tryck på knappen på "
-"din YubiKey. Fältet nedan ska när du trycker bli ifyllt med ett säkert "
-"engångslösenord."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "Logga in med YubiKey"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"En tjänst vill att du ska logga in. För att logga in tryck på knappen på "
-"din YubiKey. Fältet nedan ska när du trycker bli ifyllt med ett säkert "
-"engångslösenord."
-
-msgid "Login with YubiKey"
-msgstr "Logga in med YubiKey"
-
diff --git a/modules/authYubiKey/locales/tr/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/tr/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 1991d2501..000000000
--- a/modules/authYubiKey/locales/tr/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,38 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: tr\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr ""
-"Bazı servisler kimlik doğrulama istedi. Kimlik doğrulamak için, "
-"YubiKey'iniz üzerindeki düğmeyi tıklayınız. Ondan sonra, güvenli bir tek "
-"kullanımlık şifre aşağıdaki alanda otomatik olarak belirecektir."
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "YubiKey ile giriÅŸ"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr ""
-"Bazı servisler kimlik doğrulama istedi. Kimlik doğrulamak için, "
-"YubiKey'iniz üzerindeki düğmeyi tıklayınız. Ondan sonra, güvenli bir tek "
-"kullanımlık şifre aşağıdaki alanda otomatik olarak belirecektir."
-
-msgid "Login with YubiKey"
-msgstr "YubiKey ile giriÅŸ"
-
diff --git a/modules/authYubiKey/locales/zh-tw/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/zh-tw/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index 80ceeccbb..000000000
--- a/modules/authYubiKey/locales/zh-tw/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: zh_Hant_TW\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr "有些服務需要經過驗證,請點選 YubiKey 按鈕來進行驗證。接下來的字串應該要被自動地填寫入加密之一次性密碼(OTP)。"
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "使用 YubiKey 登入"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr "有些服務需要經過驗證,請點選 YubiKey 按鈕來進行驗證。接下來的字串應該要被自動地填寫入加密之一次性密碼(OTP)。"
-
-msgid "Login with YubiKey"
-msgstr "使用 YubiKey 登入"
-
diff --git a/modules/authYubiKey/locales/zh/LC_MESSAGES/authYubiKey.po b/modules/authYubiKey/locales/zh/LC_MESSAGES/authYubiKey.po
deleted file mode 100644
index b84e1034b..000000000
--- a/modules/authYubiKey/locales/zh/LC_MESSAGES/authYubiKey.po
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: SimpleSAMLphp 1.15\n"
-"Report-Msgid-Bugs-To: simplesamlphp-translation@googlegroups.com\n"
-"POT-Creation-Date: 2016-10-12 09:23+0200\n"
-"PO-Revision-Date: 2016-10-14 12:14+0200\n"
-"Last-Translator: \n"
-"Language: zh\n"
-"Language-Team: \n"
-"Plural-Forms: nplurals=1; plural=0\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"Generated-By: Babel 2.3.4\n"
-
-msgid "{authYubiKey:yubikey:intro}"
-msgstr "某些服务请求认证。为了认证,请点击你的YubiKey按钮,下列区域应该会被自动填充成一次性安全密码"
-
-msgid "{authYubiKey:yubikey:header}"
-msgstr "使用YubiKey登录"
-
-msgid ""
-"Some service requested authentication. To authenticate, click the button "
-"on your YubiKey. The field below should then automatically be filled out "
-"with a secure one-time-password."
-msgstr "某些服务请求认证。为了认证,请点击你的YubiKey按钮,下列区域应该会被自动填充成一次性安全密码"
-
-msgid "Login with YubiKey"
-msgstr "使用YubiKey登录"
-
diff --git a/modules/authYubiKey/templates/yubikeylogin.php b/modules/authYubiKey/templates/yubikeylogin.php
deleted file mode 100644
index 693e4c374..000000000
--- a/modules/authYubiKey/templates/yubikeylogin.php
+++ /dev/null
@@ -1,35 +0,0 @@
-<?php
-
-$this->includeAtTemplateBase('includes/header.php');
-
-if ($this->data['errorCode'] !== null) {
-?>
-    <div style="border-left: 1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; background: #f5f5f5">
-        <img src="/<?php echo $this->data['baseurlpath']; ?>resources/icons/experience/gtk-dialog-error.48x48.png" class="float-l" style="margin: 15px" alt="" />
-        <h2><?php echo $this->t('{login:error_header}'); ?></h2>
-        <p><b><?php echo $this->t($this->data['errorcodes']['title'][$this->data['errorcode']]); ?></b></p>
-        <p><?php echo $this->t($this->data['errorcodes']['descr'][$this->data['errorcode']]); ?></p>
-    </div>
-<?php
-}
-?>
-    <img style="float: right" src="<?php echo($this->data['logoUrl']); ?>" alt="" />
-    <img style="clear: right; float: right" src="<?php echo($this->data['devicepicUrl']); ?>" alt="YubiKey" />
-
-    <h2 style=""><?php echo $this->data['header']; ?></h2>
-
-    <form action="?" method="post" name="f">
-
-        <p><?php echo $this->t('{authYubiKey:yubikey:intro}'); ?></p>
-
-        <p><input id="otp" style="border: 1px solid #ccc; background: #eee; padding: .5em; font-size: medium; width: 70%; color: #aaa" type="text" tabindex="2" name="otp" /></p>
-
-<?php
-foreach ($this->data['stateParams'] as $name => $value) {
-    echo '<input type="hidden" name="'.htmlspecialchars($name).'" value="'.htmlspecialchars($value).'" />';
-}
-?>
-    </form>
-<?php
-
-$this->includeAtTemplateBase('includes/footer.php');
diff --git a/modules/authYubiKey/templates/yubikeylogin.twig b/modules/authYubiKey/templates/yubikeylogin.twig
deleted file mode 100644
index cedb3f703..000000000
--- a/modules/authYubiKey/templates/yubikeylogin.twig
+++ /dev/null
@@ -1,31 +0,0 @@
-{% set pagetitle = header|trans %}
-{% extends "base.twig" %}
-
-{% block preload %}
-    <link rel="stylesheet" href="/{{ baseurlpath }}module.php/authYubiKey/assets/css/yubikey.css">
-{% endblock %}
-
-{% block postload %}
-    <script src="/{{ baseurlpath }}module.php/authYubiKey/assets/js/autofocus.js"></script>
-{% endblock %}
-
-{% block content %}
-    {% if errorCode != null %}
-    <div class="message-box error">
-        <h3>{{ errorTitle }}</h3>
-        <p>{{ errorDesc }}</p>
-    </div>
-    {% endif %}
-
-    <img style="float: right" src="{{ logoUrl }}" alt="">
-    <img style="clear: right; float: right" src="{{ devicepicUrl }}" alt="YubiKey">
-
-    <h2>{{ '{authYubiKey:yubikey:header}'|trans }}</h2>
-    <form action="?" method="post" name="f">
-        <p>{{ '{authYubiKey:yubikey:intro}'|trans }}</p>
-        <p><input id="otp" type="text" tabindex="2" name="otp" autofocus></p>
-    {% for key, value in stateParams %}
-        <input type="hidden" name="{{ key|escape('html') }}" value="{{ value|escape('html') }}">
-    {% endfor %}
-    </form>
-{% endblock %}
diff --git a/modules/authYubiKey/www/assets/css/yubikey.css b/modules/authYubiKey/www/assets/css/yubikey.css
deleted file mode 100644
index 6b033d025..000000000
--- a/modules/authYubiKey/www/assets/css/yubikey.css
+++ /dev/null
@@ -1,7 +0,0 @@
-input#otp {
-    border: 1px solid #ccc;
-    background: #eee; padding: .5em;
-    font-size: medium;
-    width: 70%;
-    color: #aaa;
-}
diff --git a/modules/authYubiKey/www/assets/js/autofocus.js b/modules/authYubiKey/www/assets/js/autofocus.js
deleted file mode 100644
index c846eb302..000000000
--- a/modules/authYubiKey/www/assets/js/autofocus.js
+++ /dev/null
@@ -1 +0,0 @@
-SimpleSAML_focus('otp');
diff --git a/modules/authYubiKey/www/resources/logo.jpg b/modules/authYubiKey/www/resources/logo.jpg
deleted file mode 100644
index e2fded1a931f2d0ad604be69c7722002f9bb71fe..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 7607
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
B$4meK

diff --git a/modules/authYubiKey/www/resources/yubikey.jpg b/modules/authYubiKey/www/resources/yubikey.jpg
deleted file mode 100644
index f3c8d0bd96f6752de7f5dbaa22be933e261da6cc..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 3318
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
N{vAgzLU%ZM{69oy(Z>J)

diff --git a/modules/authYubiKey/www/yubikeylogin.php b/modules/authYubiKey/www/yubikeylogin.php
deleted file mode 100644
index c48428251..000000000
--- a/modules/authYubiKey/www/yubikeylogin.php
+++ /dev/null
@@ -1,36 +0,0 @@
-<?php
-
-/**
- * This page shows a username/password login form, and passes information from it
- * to the \SimpleSAML\Module\core\Auth\UserPassBase class, which is a generic class for
- * username/password authentication.
- *
- * @author Olav Morken, UNINETT AS.
- * @package SimpleSAMLphp
- */
-
-if (!array_key_exists('AuthState', $_REQUEST)) {
-    throw new \SimpleSAML\Error\BadRequest('Missing AuthState parameter.');
-}
-$authStateId = $_REQUEST['AuthState'];
-
-$globalConfig = \SimpleSAML\Configuration::getInstance();
-$t = new \SimpleSAML\XHTML\Template($globalConfig, 'authYubiKey:yubikeylogin.php');
-$translator = $t->getTranslator();
-
-$errorCode = null;
-if (array_key_exists('otp', $_REQUEST)) {
-    // attempt to log in
-    $errorCode = \SimpleSAML\Module\authYubiKey\Auth\Source\YubiKey::handleLogin($authStateId, $_REQUEST['otp']);
-    $errorCodes = \SimpleSAML\Error\ErrorCodes::getAllErrorCodeMessages();
-    $t->data['errorTitle'] = $errorCodes['title'][$errorCode];
-    $t->data['errorDesc'] = $errorCodes['desc'][$errorCode];
-}
-
-$t->data['header'] = $translator->t('{authYubiKey:yubikey:header}');
-$t->data['autofocus'] = 'otp';
-$t->data['errorCode'] = $errorCode;
-$t->data['stateParams'] = ['AuthState' => $authStateId];
-$t->data['logoUrl'] = \SimpleSAML\Module::getModuleURL('authYubiKey/resources/logo.jpg');
-$t->data['devicepicUrl'] = \SimpleSAML\Module::getModuleURL('authYubiKey/resources/yubikey.jpg');
-$t->show();
-- 
GitLab