FELIX-1988 Apply 8.abstractconsolefix_and_props.patch by Valentin Valchev (thanks, excellent point about the getHeader/getFooter loading, thanks)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@911374 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 6340ef0..b89c29f 100644
--- a/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
+++ b/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
@@ -33,6 +33,8 @@
 type=Type
 type_s=Type(s)
 bundle=Bundle
+version=Version
+help=Help
 
 
 # VMStat plugin
@@ -60,4 +62,33 @@
 services.details.hide=Hide Details
 services.details.tip=Details
 services.statusline=Services information: {0} service(s) in total.
-services.caption=Services
\ No newline at end of file
+services.caption=Services
+
+# Log plugin
+log.status.ok=Log Service is running.
+log.status.missing=Log Service is not installed/running.
+log.severity.label=Severity at least:
+log.received=Received
+log.level=Level
+log.message=Message
+log.service=Service
+log.exception=Exception
+log.level.error=ERROR
+log.level.warn=WARN
+log.level.info=INFO
+log.level.debug=DEBUG
+
+# Deployment Admin plugin
+deployment.status.no_data=No deployment packages installed!
+deployment.status.no_service=Deployment Admin is not installed/running!
+deployment.status.ok=Deployment Admin service is running
+deployment.details=Details
+deployment.actions=Actions
+deployment.install_update=Install or Update
+deployment.package.name=Package Name
+deployment.bundles=Bundles
+deployment.uninstall=Uninstall
+
+# Shell plugin
+shell.clear=Clear
+shell.status=Use the command prompt to execute shell commands.
\ No newline at end of file