From 39a00b496c57b1617fff9564dd78529b0486216a Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 21 Feb 2011 18:36:42 -0600 Subject: I18n update for dialog box buttons. https://fedorahosted.org/freeipa/ticket/899 --- ipalib/plugins/internal.py | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 89330bab0..ef1326265 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -305,7 +305,7 @@ class i18n_messages(Command): "inactive":_("Inactive"), "activate":_("Click to Activate"), "error_changing_status":_("Error changing account status"), - "reset_password":_("Reset password"), + "reset_password":_("Reset Password"), "new_password":_("New Password"), "repeat_password":_("Repeat Password"), "password_change_complete":_("Password change complete"), @@ -317,17 +317,22 @@ class i18n_messages(Command): "add_and_add_another":_("Add and Add Another"), "add_and_edit":_("Add and Edit"), "add_and_close":_("Add and Close"), + "add_many":_("Add Many"), + "back_to_list":_("Back to List"), "cancel": _("Cancel"), + "close": _("Close"), + "enroll":_("Enroll"), "find": _("Find"), "get": _("Get"), + "issue": _("Issue"), + "ok": _("OK"), "reset":_("Reset"), - "update":_("Update"), - "enroll":_("Enroll"), "remove":_("Delete"), "restore":_("Restore"), + "retry":_("Retry"), "revoke":_("Revoke"), + "update":_("Update"), "view":_("View"), - "back_to_list":_("Back to List"), }, "dialogs":{ "remove_empty":_("Select ${entity} to be removed."), @@ -375,7 +380,7 @@ class i18n_messages(Command): }, "ajax":{ "401":_("Your kerberos ticket is no longer valid. "+ - "Please run kinit and then click 'retry'. "+ + "Please run kinit and then click 'Retry'. "+ "If this is your first time running the IPA Web UI "+ ""+ "follow these directions to configure your browser.") -- cgit