About dialog

https://fedorahosted.org/freeipa/ticket/4018
This commit is contained in:
Petr Vobornik
2013-11-07 14:37:57 +01:00
committed by Martin Kosek
parent e8c3db4295
commit 0b428b8326
5 changed files with 44 additions and 0 deletions

View File

@@ -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."),