FELIX-2234 : Reduce status information from bundle plugin
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1440488 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties b/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
index 3ad3e4a..056880a 100644
--- a/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -103,7 +103,13 @@
# Bundles plugin
bundles.pluginTitle=Bundles
-bundles.statline=Bundle information: {0} bundles in total, {1} bundles active, {2} active fragments, {3} bundles resolved, {4} bundles installed.
+bundles.statline.prefix=Bundle information:
+bundles.statline.all=all {0} bundles active
+bundles.statline.partA={0} bundles in total
+bundles.statline.partB={0} bundles active
+bundles.statline.partC={0} active fragments
+bundles.statline.partD={0} bundles resolved
+bundles.statline.partE={0} bundles installed
bundles.install_or_update=Install or Update
bundles.install_update=Install/Update...
bundles.refreshPkg=Refresh Packages