Author: vvalchev
Date: Thu Apr 15 07:33:39 2010
New Revision: 934315

URL: http://svn.apache.org/viewvc?rev=934315&view=rev
Log:
Fixed FELIX-2274 /404 when plugin is missing/
https://issues.apache.org/jira/browse/FELIX-2274

Modified:
    
felix/trunk/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties

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=934315&r1=934314&r2=934315&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] Thu Apr 15 07:33:39 2010
@@ -232,3 +232,12 @@ obr.res.installedVer=Installierte Versio
 configStatus.pluginTitle=Configuration Status
 configStatus.wait=Bitte warten...
 configStatus.wait.msg=Laden...
+
+# 404 plugin not found
+404=\
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>\
+<html xmlns="http://www.w3.org/1999/xhtml";><head><meta http-equiv="refresh" 
content="3;URL={0}" />\
+<title>404 Öffnen der Seite fehlgeschlagen</title>\
+</head><body>\
+<p>Die angeforderte Seite wurde nicht gefunden. Wenn Sie sich nicht innerhalb 
von 3 Sekunden an die Web-Konsole weitergeleitet werden, klicken Sie bitte <a 
href="{0}">hier</a></p>\
+</body></html>


Reply via email to