You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by fl...@apache.org on 2009/01/19 15:04:59 UTC

svn commit: r735695 - in /incubator/jspwiki/trunk: ChangeLog etc/i18n/CoreResources_de.properties etc/i18n/templates/default_de.properties src/com/ecyrd/jspwiki/Release.java

Author: florianh
Date: Mon Jan 19 06:04:59 2009
New Revision: 735695

URL: http://svn.apache.org/viewvc?rev=735695&view=rev
Log:
* 3.0.0-svn-54
* reflecting latest localization changes for German

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/etc/i18n/CoreResources_de.properties
    incubator/jspwiki/trunk/etc/i18n/templates/default_de.properties
    incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=735695&r1=735694&r2=735695&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Mon Jan 19 06:04:59 2009
@@ -1,3 +1,9 @@
+2009-01-19 Florian Holeczek <fl...@apache.org>
+
+        * 3.0.0-svn-54
+
+        * reflecting latest localization changes for German
+
 2009-01-14  Janne Jalkanen <ja...@apache.org>
 
         * 3.0.0-svn-53

Modified: incubator/jspwiki/trunk/etc/i18n/CoreResources_de.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/i18n/CoreResources_de.properties?rev=735695&r1=735694&r2=735695&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/i18n/CoreResources_de.properties (original)
+++ incubator/jspwiki/trunk/etc/i18n/CoreResources_de.properties Mon Jan 19 06:04:59 2009
@@ -65,7 +65,7 @@
 
 # Login.jsp
 
-login.error.password=Ungültiges Passwort!
+login.error.password=Benutzername oder Passwort sind ungültig.
 login.error.noaccess=Du hast offenbar keine Berechtigung hierzu. Sorry!
 
 # Lostpassword.jsp
@@ -286,6 +286,12 @@
 validation.expression.valueFailedExpression=Der in Feld {0} eingegebene Wert ({1}) ist ungültig.
 validation.file.postBodyTooBig=Die Gesamtgröße des Uploads von {3} KB übersteigt die Maximalgröße von {2} KB.
 
+# Messages produced by JSPWiki's ActionBeans
+profile.nameCollision=Der Benutzername {0} wird bereits verwendet.
+profile.noPasswordMatch=Die Passwörter müssen übereinstimmen.
+# Formerly saveError
+profile.saveError=Unbekannter Fehler beim Speichern des Profils.
+
 ######################################################################
 #
 #  JSPWiki field labels used by <stripes:*> tags

Modified: incubator/jspwiki/trunk/etc/i18n/templates/default_de.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/i18n/templates/default_de.properties?rev=735695&r1=735694&r2=735695&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/i18n/templates/default_de.properties (original)
+++ incubator/jspwiki/trunk/etc/i18n/templates/default_de.properties Mon Jan 19 06:04:59 2009
@@ -419,9 +419,6 @@
 prefs.creationdate=Erstellt am
 prefs.profile.lastmodified=Letzte Änderung am
 
-profile.nameCollision=Ein anderer Benutzer mit {1} als {0} ist bereits registriert.
-profile.noPasswordMatch=Die Passwörter müssen übereinstimmen.
-
 # Enumerated types
 Orientation.LEFT=links
 Orientation.RIGHT=rechts

Modified: incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java?rev=735695&r1=735694&r2=735695&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/com/ecyrd/jspwiki/Release.java Mon Jan 19 06:04:59 2009
@@ -77,7 +77,7 @@
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "53";
+    public static final String     BUILD         = "54";
     
     /**
      *  This is the generic version string you should use