commit | 17a004e05c33a38db47243cf0ef345e635aca0a1 | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Thu Apr 15 07:33:39 2010 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Thu Apr 15 07:33:39 2010 +0000 |
tree | e86e2592f803181e77b77cccb8382e2ad32f0984 | |
parent | 36c217f570de0c585d8436dec151230f423bb902 [diff] |
Fixed FELIX-2274 /404 when plugin is missing/ https://issues.apache.org/jira/browse/FELIX-2274 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@934315 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties b/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties index 1f69021..d4e1f2e 100644 --- a/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties +++ b/webconsole/src/main/native2ascii/OSGI-INF/l10n/bundle_de.properties
@@ -232,3 +232,12 @@ 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>