summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2014-07-28 16:33:39 +0200
committerPetr Vobornik <pvoborni@redhat.com>2014-09-11 17:55:17 +0200
commit15e85db8f873dc133cfd3962d5a58fdb92b17513 (patch)
tree50c463815a1b29dda0b997762a497276f96150b2 /ipalib
parent325bbf5bbf39da43e590b2dee2044683aaec3a66 (diff)
downloadfreeipa-15e85db8f873dc133cfd3962d5a58fdb92b17513.tar.gz
freeipa-15e85db8f873dc133cfd3962d5a58fdb92b17513.tar.xz
freeipa-15e85db8f873dc133cfd3962d5a58fdb92b17513.zip
webui: add i18n for the rest of QR code strings
https://fedorahosted.org/freeipa/ticket/4402 Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/plugins/internal.py4
1 files changed, 4 insertions, 0 deletions
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)"),
},