summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/ipa_init.json
diff options
context:
space:
mode:
authorAna Krivokapic <akrivoka@redhat.com>2013-05-15 17:33:21 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-17 12:31:14 +0200
commit8d07054e1b2ff8680c225e7cd847eb885e7246a4 (patch)
treec49188aabdeffe3ba493e972a349290ae9ba2d92 /install/ui/test/data/ipa_init.json
parent5b58348cd316dd817672cb81358ed557c28e09d3 (diff)
downloadfreeipa-8d07054e1b2ff8680c225e7cd847eb885e7246a4.tar.gz
freeipa-8d07054e1b2ff8680c225e7cd847eb885e7246a4.tar.xz
freeipa-8d07054e1b2ff8680c225e7cd847eb885e7246a4.zip
Do not display success message on failure in web UI
https://fedorahosted.org/freeipa/ticket/3591
Diffstat (limited to 'install/ui/test/data/ipa_init.json')
-rw-r--r--install/ui/test/data/ipa_init.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/install/ui/test/data/ipa_init.json b/install/ui/test/data/ipa_init.json
index d025f6958..122dd17fb 100644
--- a/install/ui/test/data/ipa_init.json
+++ b/install/ui/test/data/ipa_init.json
@@ -31,7 +31,7 @@
"memberof": "Add ${entity} ${primary_key} into ${other_entity}",
"sourcehost": "Add Source ${other_entity} into ${entity} ${primary_key}"
},
- "added": "Items added",
+ "added": "${count} item(s) added",
"direct_membership": "Direct Membership",
"indirect_membership": "Indirect Membership",
"no_entries": "No entries.",
@@ -46,7 +46,7 @@
"memberof": "Remove ${entity} ${primary_key} from ${other_entity}",
"sourcehost": "Remove Source ${other_entity} from ${entity} ${primary_key}"
},
- "removed": "Items removed",
+ "removed": "${count} item(s) removed",
"show_results": "Show Results"
},
"buttons": {
@@ -465,7 +465,7 @@
"host": "Access this host",
"ipaenabledflag": "Rule status",
"option_added": "Option added",
- "option_removed": "Option(s) removed",
+ "option_removed": "${count} option(s) removed",
"options": "Options",
"runas": "As Whom",
"specified_commands": "Specified Commands and Groups",
@@ -521,11 +521,11 @@
},
"search": {
"delete_confirm": "Are you sure you want to delete selected entries?",
- "deleted": "Selected entries were deleted.",
+ "deleted": "${count} item(s) deleted",
"disable_confirm": "Are you sure you want to disable selected entries?",
- "disabled": "${count} items were disabled",
+ "disabled": "${count} item(s) disabled",
"enable_confirm": "Are you sure you want to enable selected entries?",
- "enabled": "${count} items were enabled",
+ "enabled": "${count} item(s) enabled",
"partial_delete": "Some entries were not deleted",
"quick_links": "Quick Links",
"select_all": "Select All",