You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/23 19:58:52 UTC

svn commit: r177988 - /lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_de.xml

Author: gregor
Date: Mon May 23 10:58:51 2005
New Revision: 177988

URL: http://svn.apache.org/viewcvs?rev=177988&view=rev
Log:
Properly escape warnings in validation.js This resolves http://issues.apache.org/bugzilla/show_bug.cgi?id=35022

Modified:
    lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_de.xml

Modified: lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_de.xml
URL: http://svn.apache.org/viewcvs/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_de.xml?rev=177988&r1=177987&r2=177988&view=diff
==============================================================================
--- lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_de.xml (original)
+++ lenya/branches/BRANCH_1_2_X/src/webapp/lenya/resources/i18n/cmsui_de.xml Mon May 23 10:58:51 2005
@@ -308,10 +308,10 @@
 
   <!-- New Document -->
   <message key="Please check the following possible causes of the exception">Bitte überprüfen Sie folgende Ursachen für die Ausnahme.</message>
-  <message key="Parent ID">Übergerodnete ID</message>
+  <message key="Parent ID">Übergeordnete ID</message>
   <message key="exception.cause.createdoc.whitespace-in-id">Die ID darf keine Leerzeichen enthalten.</message>
   <message key="exception.cause.createdoc.id-in-use">Die ID ist schon vergeben.</message>   
-    <message key="failmessage.createdoc.invalidformat">Bitte geben sie einen gültigen Wert für "ID" ein. Gültige Zeichen sind A-Z, a-z, 0-9 oder -</message>
+    <message key="failmessage.createdoc.invalidformat">Bitte geben sie einen gültigen Wert für 'ID' ein. Gültige Zeichen sind A-Z, a-z, 0-9 oder -</message>
     <message key="failmessage.createdoc.required">Bitte füllen Sie alle Pflichfelder (*) aus..</message>
 
   <!-- Asset Upload/Insert Dialog -->



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