summaryrefslogtreecommitdiffstats
path: root/install/ui/test
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2012-08-29 17:35:07 +0200
committerPetr Vobornik <pvoborni@redhat.com>2012-09-06 09:44:15 +0200
commit6a8d6d3fde0ede2e0b976cd5af67a57c0691b1f8 (patch)
tree0e46119ffafca1f15b0da8868f72c3d9a16b8da8 /install/ui/test
parent6ae286a8f5ec7d1633ec733fbe116550bff7141a (diff)
downloadfreeipa.git-6a8d6d3fde0ede2e0b976cd5af67a57c0691b1f8.tar.gz
freeipa.git-6a8d6d3fde0ede2e0b976cd5af67a57c0691b1f8.tar.xz
freeipa.git-6a8d6d3fde0ede2e0b976cd5af67a57c0691b1f8.zip
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
Diffstat (limited to 'install/ui/test')
-rw-r--r--install/ui/test/data/ipa_init.json7
1 files changed, 6 insertions, 1 deletions
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",