From 15e85db8f873dc133cfd3962d5a58fdb92b17513 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 28 Jul 2014 16:33:39 +0200 Subject: webui: add i18n for the rest of QR code strings https://fedorahosted.org/freeipa/ticket/4402 Reviewed-By: Endi Sukma Dewata --- ipalib/plugins/internal.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index e4ebac066..af51cab63 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -521,9 +521,13 @@ class i18n_messages(Command): }, "otptoken": { "add_token": _("Add OTP Token"), + "config_title": _("Configure your token"), + "config_instructions": _("Configure your token by scanning the QR code below. Click on the QR code if you see this on the device you want to configure."), "details": _("OTP Token Settings"), "disable": _("Disable token"), "enable": _("Enable token"), + "show_qr": _("Show QR code"), + "show_uri": _("Show configuration uri"), "type_hotp": _("Counter-based (HOTP)"), "type_totp": _("Time-based (TOTP)"), }, -- cgit