From 6a8d6d3fde0ede2e0b976cd5af67a57c0691b1f8 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Wed, 29 Aug 2012 17:35:07 +0200 Subject: Notify success on add, delete and update Notification of success was added to: * details facet: update * association facet and association widget: add, delete items * attribute facet: delete items (notification of add should be handled in entity adder dialog) * sudo rule: add, remove option * dnsrecord: add, update, delete https://fedorahosted.org/freeipa/ticket/2977 --- install/ui/test/data/ipa_init.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'install/ui/test') diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json index ff4c7489..74d01706 100644 --- a/install/ui/test/data/ipa_init.json +++ b/install/ui/test/data/ipa_init.json @@ -31,6 +31,7 @@ "memberof": "Add ${entity} ${primary_key} into ${other_entity}", "sourcehost": "Add Source ${other_entity} into ${entity} ${primary_key}" }, + "added": "Items added", "direct_membership": "Direct Membership", "indirect_membership": "Indirect Membership", "no_entries": "No entries.", @@ -45,6 +46,7 @@ "memberof": "Remove ${entity} ${primary_key} from ${other_entity}", "sourcehost": "Remove Source ${other_entity} from ${entity} ${primary_key}" }, + "removed": "Items removed", "show_results": "Show Results" }, "buttons": { @@ -80,7 +82,8 @@ "general": "General", "identity": "Identity Settings", "settings": "${entity} ${primary_key} Settings", - "to_top": "Back to Top" + "to_top": "Back to Top", + "updated": "${entity} ${primary_key} updated" }, "dialogs": { "add_confirmation": "${entity} successfully added", @@ -430,6 +433,8 @@ "external": "External", "host": "Access this host", "ipaenabledflag": "Rule status", + "option_added": "Option added", + "option_removed": "Option(s) removed", "options": "Options", "runas": "As Whom", "specified_commands": "Specified Commands and Groups", -- cgit