summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-11-07 14:37:57 +0100
committerMartin Kosek <mkosek@redhat.com>2014-01-21 12:04:04 +0100
commit0b428b832636fead6e5bba35f44a71eec22ea22f (patch)
tree61898c2c882038eebbd9472318fdcc97833af363 /ipalib/plugins/internal.py
parente8c3db429515a034e9c777ebfd15927f4932450c (diff)
downloadfreeipa-0b428b832636fead6e5bba35f44a71eec22ea22f.tar.gz
freeipa-0b428b832636fead6e5bba35f44a71eec22ea22f.tar.xz
freeipa-0b428b832636fead6e5bba35f44a71eec22ea22f.zip
About dialog
https://fedorahosted.org/freeipa/ticket/4018
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 049149127..64464a051 100644
--- a/ipalib/plugins/internal.py
+++ b/ipalib/plugins/internal.py
@@ -185,6 +185,7 @@ class i18n_messages(Command):
"show_results": _("Show Results"),
},
"buttons": {
+ "about": _("About"),
"add": _("Add"),
"add_and_add_another": _("Add and Add Another"),
"add_and_close": _("Add and Close"),
@@ -231,6 +232,8 @@ class i18n_messages(Command):
"dirty_title": _("Unsaved Changes"),
"edit_title": _("Edit ${entity}"),
"hide_details": _("Hide details"),
+ "about_title": _("About"),
+ "about_message": _("${product}, version: ${version}"),
"prospective": _("Prospective"),
"redirection": _("Redirection"),
"remove_empty": _("Select entries to be removed."),