You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by fm...@apache.org on 2010/08/03 12:21:39 UTC

svn commit: r981808 - in /felix/trunk/webconsole/src/main: native2ascii/OSGI-INF/l10n/bundle_de.properties resources/OSGI-INF/l10n/bundle.properties resources/templates/components.html

Author: fmeschbe
Date: Tue Aug  3 10:21:38 2010
New Revision: 981808

URL: http://svn.apache.org/viewvc?rev=981808&view=rev
Log:
FELIX-2509 l10n support for additional information printed for components

Modified:
    felix/trunk/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties
    felix/trunk/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
    felix/trunk/webconsole/src/main/resources/templates/components.html

Modified: felix/trunk/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties?rev=981808&r1=981807&r2=981808&view=diff
==============================================================================
--- felix/trunk/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties [UTF-8] (original)
+++ felix/trunk/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties [UTF-8] Tue Aug  3 10:21:38 2010
@@ -172,6 +172,9 @@ scr.prop.bundle=Bundle
 scr.prop.defstate=Default Status
 scr.prop.activation=Aktivierung
 scr.prop.properties=Eigenschaften
+scr.prop.class=Implementationsklasse
+scr.prop.componentfactory=Komponenten Factory Name
+scr.prop.configurationpolicy=Konfigurations Policy
 scr.serv.type=Dienst Typ
 scr.serv=Dienste
 scr.title.actions=Aktionen

Modified: felix/trunk/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties?rev=981808&r1=981807&r2=981808&view=diff
==============================================================================
--- felix/trunk/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties (original)
+++ felix/trunk/webconsole/src/main/resources/OSGI-INF/l10n/bundle.properties Tue Aug  3 10:21:38 2010
@@ -174,6 +174,9 @@ scr.prop.bundle=Bundle
 scr.prop.defstate=Default State
 scr.prop.activation=Activation
 scr.prop.properties=Properties
+scr.prop.class=Implementation Class
+scr.prop.componentfactory=Component Factory Name
+scr.prop.configurationpolicy=Configuration Policy
 scr.serv.type=Service Type
 scr.serv=Services
 scr.title.actions=Actions

Modified: felix/trunk/webconsole/src/main/resources/templates/components.html
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/resources/templates/components.html?rev=981808&r1=981807&r2=981808&view=diff
==============================================================================
--- felix/trunk/webconsole/src/main/resources/templates/components.html [UTF-8] (original)
+++ felix/trunk/webconsole/src/main/resources/templates/components.html [UTF-8] Tue Aug  3 10:21:38 2010
@@ -5,15 +5,18 @@ var drawDetails = ${__drawDetails__};
 var scrData = ${__data__};
 // i18n
 var i18n = {
-	'Bundle'           : '${scr.prop.bundle}',
-	'Default State'    : '${scr.prop.defstate}',
-	'Activation'       : '${scr.prop.activation}',
-	'Service Type'     : '${scr.serv.type}',
-	'Services'         : '${scr.serv}',
-	'Properties'       : '${scr.prop.properties}',
-	stat_no_service    : "${scr.status.no_service}",
-	stat_no_components : "${scr.status.no_components}",
-	stat_ok            : "${scr.status.ok}"
+	'Bundle'                 : '${scr.prop.bundle}',
+	'Default State'          : '${scr.prop.defstate}',
+	'Activation'             : '${scr.prop.activation}',
+	'Service Type'           : '${scr.serv.type}',
+	'Services'               : '${scr.serv}',
+	'Properties'             : '${scr.prop.properties}',
+	'Implementation Class'   : '${scr.prop.class}',
+	'Component Factory Name' : '${scr.prop.componentfactory}',
+	'Configuration Policy'   : '${scr.prop.configurationpolicy}',
+	stat_no_service          : "${scr.status.no_service}",
+	stat_no_components       : "${scr.status.no_components}",
+	stat_ok                  : "${scr.status.ok}"
 }
 // ]]>
 </script>