You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/04/18 11:57:51 UTC

svn commit: r529942 - in /lenya/trunk/src/webapp/lenya: resources/i18n/cmsui.xml resources/i18n/cmsui_de.xml xslt/exception/document-does-not-exist.xsl

Author: andreas
Date: Wed Apr 18 02:57:50 2007
New Revision: 529942

URL: http://svn.apache.org/viewvc?view=rev&rev=529942
Log:
I18n-ized note about content repository

Modified:
    lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml
    lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml
    lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl

Modified: lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml?view=diff&rev=529942&r1=529941&r2=529942
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml Wed Apr 18 02:57:50 2007
@@ -392,5 +392,10 @@
   <message key="error-document-existance">The requested document {0} does not exist.</message>
   <message key="error-generic">An error occured.</message>
   <message key="error-404">404: Page not found</message>
+  
+  <message key="configure-content-repository">
+    <xhtml:strong>Note:</xhtml:strong> Make sure that your content repository
+    is configured correctly within <xhtml:code>$PUB_HOME/config/(local.)publication.xml</xhtml:code>.
+  </message>
 
 </catalogue>

Modified: lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml?view=diff&rev=529942&r1=529941&r2=529942
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/i18n/cmsui_de.xml Wed Apr 18 02:57:50 2007
@@ -403,5 +403,10 @@
   <message key="error-generic">Ein Fehler ist aufgetreten.</message>
   <message key="error-404">404: Seite nicht gefunden</message>
   
+  <message key="configure-content-repository">
+    <xhtml:strong>Hinweis:</xhtml:strong> Überprüfen Sie, ob das Content-Repository
+    in <xhtml:code>$PUB_HOME/config/(local.)publication.xml</xhtml:code> richtig konfiguriert ist.
+  </message>
+  
 </catalogue>
 

Modified: lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl?view=diff&rev=529942&r1=529941&r2=529942
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/exception/document-does-not-exist.xsl Wed Apr 18 02:57:50 2007
@@ -86,8 +86,7 @@
                     <a href="?lenya.usecase=sitemanagement.create&amp;path={$path}"><i18n:text>create-document</i18n:text></a>
                   </p>
                   <p>
-                    <strong>NOTE:</strong> Please make sure that your content repository
-                    is configured correctly within (local.)publication.xconf.
+                    <i18n:text>configure-content-repository</i18n:text>
                   </p>
                 </xsl:if>
               </div>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org