From ffec346d54af757f4be552dc19e4746cdc09cf53 Mon Sep 17 00:00:00 2001 From: magicfelix <felix@felix-zauberer.de> Date: Sun, 6 Dec 2020 16:12:47 +0100 Subject: [PATCH] Stop promoting a specific TOTP app --- aleksis/core/locale/ar/LC_MESSAGES/django.po | 4 ++-- aleksis/core/locale/de_DE/LC_MESSAGES/django.po | 10 +++++----- aleksis/core/locale/fr/LC_MESSAGES/django.po | 4 ++-- aleksis/core/locale/la/LC_MESSAGES/django.po | 4 ++-- aleksis/core/locale/nb_NO/LC_MESSAGES/django.po | 4 ++-- aleksis/core/locale/tr_TR/LC_MESSAGES/django.po | 4 ++-- aleksis/core/templates/two_factor/core/setup.html | 4 ++-- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/aleksis/core/locale/ar/LC_MESSAGES/django.po b/aleksis/core/locale/ar/LC_MESSAGES/django.po index 92ad87826..a3e781c6b 100644 --- a/aleksis/core/locale/ar/LC_MESSAGES/django.po +++ b/aleksis/core/locale/ar/LC_MESSAGES/django.po @@ -1506,8 +1506,8 @@ msgstr "" msgid "" "\n" " To start using a token generator, please use your\n" -" smartphone to scan the QR code below. For example, use Google\n" -" Authenticator. Then, enter the token generated by the app.\n" +" favourite two factor authentication (TOTP) app to scan the QR code below.\n" +" Then, enter the token generated by the app.\n" " " msgstr "" diff --git a/aleksis/core/locale/de_DE/LC_MESSAGES/django.po b/aleksis/core/locale/de_DE/LC_MESSAGES/django.po index e59806834..79d4a6620 100644 --- a/aleksis/core/locale/de_DE/LC_MESSAGES/django.po +++ b/aleksis/core/locale/de_DE/LC_MESSAGES/django.po @@ -1655,14 +1655,14 @@ msgstr "" msgid "" "\n" " To start using a token generator, please use your\n" -" smartphone to scan the QR code below. For example, use Google\n" -" Authenticator. Then, enter the token generated by the app.\n" +" favourite two factor authentication (TOTP) app to scan the QR code below.\n" +" Then, enter the token generated by the app.\n" " " msgstr "" "\n" -" Um mit dem Codegenerator zu starten, benutzen Sie bitte Ihr Smartphone,\n" -"um diesen QR-Code zu scannen (z. B. den Google Authenticator). Dann geben Sie \n" -"den in der App angezeigten Code an:\n" +" Um mit dem Codegenerator zu starten, benutzen Sie bitte Ihre\n" +"App für Zwei-Faktor-Authentifizierung (TOTP), um diesen QR-Code zu scannen.\n" +"Dann geben Sie den in der App angezeigten Code an:\n" " " #: templates/two_factor/core/setup.html:34 diff --git a/aleksis/core/locale/fr/LC_MESSAGES/django.po b/aleksis/core/locale/fr/LC_MESSAGES/django.po index d800a36f8..a8556727d 100644 --- a/aleksis/core/locale/fr/LC_MESSAGES/django.po +++ b/aleksis/core/locale/fr/LC_MESSAGES/django.po @@ -1558,8 +1558,8 @@ msgstr "" msgid "" "\n" " To start using a token generator, please use your\n" -" smartphone to scan the QR code below. For example, use Google\n" -" Authenticator. Then, enter the token generated by the app.\n" +" favourite two factor authentication (TOTP) app to scan the QR code below.\n" +" Then, enter the token generated by the app.\n" " " msgstr "" diff --git a/aleksis/core/locale/la/LC_MESSAGES/django.po b/aleksis/core/locale/la/LC_MESSAGES/django.po index 0fe692359..4f7d0a777 100644 --- a/aleksis/core/locale/la/LC_MESSAGES/django.po +++ b/aleksis/core/locale/la/LC_MESSAGES/django.po @@ -1631,8 +1631,8 @@ msgstr "" msgid "" "\n" " To start using a token generator, please use your\n" -" smartphone to scan the QR code below. For example, use Google\n" -" Authenticator. Then, enter the token generated by the app.\n" +" favourite two factor authentication (TOTP) app to scan the QR code below.\n" +" Then, enter the token generated by the app.\n" " " msgstr "" diff --git a/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po b/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po index 6cfc5ee7e..5be24e272 100644 --- a/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po +++ b/aleksis/core/locale/nb_NO/LC_MESSAGES/django.po @@ -1505,8 +1505,8 @@ msgstr "" msgid "" "\n" " To start using a token generator, please use your\n" -" smartphone to scan the QR code below. For example, use Google\n" -" Authenticator. Then, enter the token generated by the app.\n" +" favourite two factor authentication (TOTP) app to scan the QR code below.\n" +" Then, enter the token generated by the app.\n" " " msgstr "" diff --git a/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po b/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po index d1efaccfa..d0417b32b 100644 --- a/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po +++ b/aleksis/core/locale/tr_TR/LC_MESSAGES/django.po @@ -1505,8 +1505,8 @@ msgstr "" msgid "" "\n" " To start using a token generator, please use your\n" -" smartphone to scan the QR code below. For example, use Google\n" -" Authenticator. Then, enter the token generated by the app.\n" +" favourite two factor authentication (TOTP) app to scan the QR code below.\n" +" Then, enter the token generated by the app.\n" " " msgstr "" diff --git a/aleksis/core/templates/two_factor/core/setup.html b/aleksis/core/templates/two_factor/core/setup.html index 2eb4ecb28..804840396 100644 --- a/aleksis/core/templates/two_factor/core/setup.html +++ b/aleksis/core/templates/two_factor/core/setup.html @@ -22,8 +22,8 @@ <p> {% blocktrans %} To start using a token generator, please use your - smartphone to scan the QR code below. For example, use Google - Authenticator. Then, enter the token generated by the app. + favourite two factor authentication (TOTP) app to scan the QR code below. + Then, enter the token generated by the app. {% endblocktrans %} </p> <p> -- GitLab