[Yanel-commits] rev 43867 - public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt

michi at wyona.com michi at wyona.com
Sun Jul 26 16:42:21 CEST 2009


Author: michi
Date: 2009-07-26 16:42:21 +0200 (Sun, 26 Jul 2009)
New Revision: 43867

Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/404.xsl
Log:
english version added

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/404.xsl
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/404.xsl	2009-07-26 14:28:36 UTC (rev 43866)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/app1/xslt/404.xsl	2009-07-26 14:42:21 UTC (rev 43867)
@@ -24,6 +24,9 @@
 <xsl:when test="$content-language = 'fr'">
 La page que vous venez d'appeler n'existe pas (ou plus)
 </xsl:when>
+<xsl:when test="$content-language = 'en'">
+Page not found
+</xsl:when>
 <xsl:otherwise>
 Diese Seite existiert nicht (mehr)
 </xsl:otherwise>
@@ -38,6 +41,15 @@
 Veuillez utiliser la navigation pour atteindre la domaine souhaitée.
 </p>
 </xsl:when>
+<xsl:when test="$content-language = 'en'">
+<h2>Page not found</h2>
+<p>
+We're sorry, the page you've requested does not exist at this address.
+</p>
+<p>
+Please use the navigation in order to find the appropriate content.
+</p>
+</xsl:when>
 <xsl:otherwise>
 <h1>Diese Seite existiert nicht (mehr)</h1>
 <p>



More information about the Yanel-commits mailing list