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 --- install/ui/test/data/i18n_messages.json | 9 +++++++-- install/ui/test/data/ipa_init.json | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/i18n_messages.json b/install/ui/test/data/i18n_messages.json index da20f137..f5aa841e 100644 --- a/install/ui/test/data/i18n_messages.json +++ b/install/ui/test/data/i18n_messages.json @@ -4,7 +4,7 @@ "result": { "messages": { "ajax": { - "401": "Your kerberos ticket is no longer valid. 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." + "401": "Your kerberos ticket is no longer valid. 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." }, "association": { "add": "Add ${other_entity} into ${entity} ${primary_key}", @@ -17,14 +17,19 @@ "add_and_add_another": "Add and Add Another", "add_and_close": "Add and Close", "add_and_edit": "Add and Edit", + "add_many": "Add Many", "back_to_list": "Back to List", "cancel": "Cancel", + "close": "Close", "enroll": "Enroll", "find": "Find", "get": "Get", + "issue": "Issue", + "ok": "OK", "remove": "Delete", "reset": "Reset", "restore": "Restore", + "retry": "Retry", "revoke": "Revoke", "update": "Update", "view": "View" @@ -260,7 +265,7 @@ "password_change_complete": "Password change complete", "password_must_match": "Passwords must match", "repeat_password": "Repeat Password", - "reset_password": "Reset password" + "reset_password": "Reset Password" } }, "search": { diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index 59c4b20b..ffb3ad41 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -9467,7 +9467,7 @@ { "messages": { "ajax": { - "401": "Your kerberos ticket is no longer valid. 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." + "401": "Your kerberos ticket is no longer valid. 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." }, "association": { "add": "Add ${other_entity} into ${entity} ${primary_key}", @@ -9480,14 +9480,19 @@ "add_and_add_another": "Add and Add Another", "add_and_close": "Add and Close", "add_and_edit": "Add and Edit", + "add_many": "Add Many", "back_to_list": "Back to List", "cancel": "Cancel", + "close": "Close", "enroll": "Enroll", "find": "Find", "get": "Get", + "issue": "Issue", + "ok": "OK", "remove": "Delete", "reset": "Reset", "restore": "Restore", + "retry": "Retry", "revoke": "Revoke", "update": "Update", "view": "View" @@ -9723,7 +9728,7 @@ "password_change_complete": "Password change complete", "password_must_match": "Passwords must match", "repeat_password": "Repeat Password", - "reset_password": "Reset password" + "reset_password": "Reset Password" } }, "search": { -- cgit