You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2013/01/06 16:53:16 UTC

svn commit: r1429544 - in /incubator/jspwiki/trunk: ChangeLog etc/i18n/plugin/PluginResources_de.properties src/org/apache/wiki/Release.java

Author: metskem
Date: Sun Jan  6 15:53:16 2013
New Revision: 1429544

URL: http://svn.apache.org/viewvc?rev=1429544&view=rev
Log:
2013-01-06  Harry Metske <me...@apache.org>

       * 2.9.1-svn-12
       
		* fixed JSPWIKI-439 Localization of JSPWiki

Modified:
    incubator/jspwiki/trunk/ChangeLog
    incubator/jspwiki/trunk/etc/i18n/plugin/PluginResources_de.properties
    incubator/jspwiki/trunk/src/org/apache/wiki/Release.java

Modified: incubator/jspwiki/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/ChangeLog?rev=1429544&r1=1429543&r2=1429544&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Sun Jan  6 15:53:16 2013
@@ -1,3 +1,9 @@
+2013-01-06  Harry Metske <me...@apache.org>
+
+       * 2.9.1-svn-12
+       
+		* fixed JSPWIKI-439 Localization of JSPWiki
+
 2013-01-02  Harry Metske <me...@apache.org>
 
        * 2.9.1-svn-11

Modified: incubator/jspwiki/trunk/etc/i18n/plugin/PluginResources_de.properties
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/i18n/plugin/PluginResources_de.properties?rev=1429544&r1=1429543&r2=1429544&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/i18n/plugin/PluginResources_de.properties (original)
+++ incubator/jspwiki/trunk/etc/i18n/plugin/PluginResources_de.properties Sun Jan  6 15:53:16 2013
@@ -65,9 +65,7 @@ weblogentryplugin.newentry=Neuer Eintrag
 
 # ReferringPagesPlugin
 
-# This is in JSPWikiMarkup; {0} is where you put in the number, and {1} is a link
-# to the page info with the full list
-
+# {0} is where you put in the number how many links are still there
 referringpagesplugin.more= ... und {0} weitere
 referringpagesplugin.nobody= ... keine
 
@@ -89,4 +87,13 @@ plugin.listlocks.page=Seite
 plugin.listlocks.locked.by=gesperrt für
 plugin.listlocks.acquired=gesperrt ab
 plugin.listlocks.expires=gesperrt bis
-plugin.listlocks.no.locks.exist=Momentan existieren keine Sperren.
\ No newline at end of file
+plugin.listlocks.no.locks.exist=Momentan existieren keine Sperren.
+
+# InsertPage plugin
+plugin.insert.notfound=Seite konnte nicht gefunden werden!
+plugin.insert.recursion=Fehler: Zyklische Referenz - Du kannst eine Seite nicht in sie selbst einfügen!
+plugin.insert.nopermission=Du hast keine ausreichenden Rechte, um diese Seite zu sehen.
+plugin.insert.nopage1=Es gibt keine Seite namens
+plugin.insert.nopage2=Willst du sie
+plugin.insert.nopage3=erstellen?
+plugin.insert.definepage=Du musst eine Seite definieren!
\ No newline at end of file

Modified: incubator/jspwiki/trunk/src/org/apache/wiki/Release.java
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/src/org/apache/wiki/Release.java?rev=1429544&r1=1429543&r2=1429544&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/Release.java Sun Jan  6 15:53:16 2013
@@ -75,7 +75,7 @@ public final class Release
      *  <p>
      *  If the build identifier is empty, it is not added.
      */
-    public static final String     BUILD         = "11";
+    public static final String     BUILD         = "12";
     
     /**
      *  This is the generic version string you should use