Author: metskem
Date: Mon Jan 28 20:24:45 2013
New Revision: 1439609
URL: http://svn.apache.org/viewvc?rev=1439609&view=rev
Log:
2013-01-28 Harry Metske <[email protected]>
* 2.9.1-svn-23
* Dutch localization updates in follow up on JSPWIKI-143 and JSPWIKI-150
Modified:
incubator/jspwiki/trunk/ChangeLog
incubator/jspwiki/trunk/etc/i18n/CoreResources.properties
incubator/jspwiki/trunk/etc/i18n/CoreResources_nl.properties
incubator/jspwiki/trunk/etc/i18n/templates/default_nl.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=1439609&r1=1439608&r2=1439609&view=diff
==============================================================================
--- incubator/jspwiki/trunk/ChangeLog (original)
+++ incubator/jspwiki/trunk/ChangeLog Mon Jan 28 20:24:45 2013
@@ -1,3 +1,9 @@
+2013-01-28 Harry Metske <[email protected]>
+
+ * 2.9.1-svn-23
+
+ * Dutch localization updates in follow up on JSPWIKI-143 and JSPWIKI-150
+
2013-01-28 Juan Pablo Santos (juanpablo AT apache DOT org)
* 2.9.1-svn-22
Modified: incubator/jspwiki/trunk/etc/i18n/CoreResources.properties
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/i18n/CoreResources.properties?rev=1439609&r1=1439608&r2=1439609&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/i18n/CoreResources.properties (original)
+++ incubator/jspwiki/trunk/etc/i18n/CoreResources.properties Mon Jan 28
20:24:45 2013
@@ -56,8 +56,8 @@ security.error.createprofilebeforelogin=
security.error.blankpassword=Password cannot be blank
security.error.passwordnomatch=Passwords don't match
-security.error.illegalfullname=Full name ''{0}'' is illegal
-security.error.illegalloginname=Login name ''{0}'' is illegal
+security.error.illegalfullname=Full name ''{0}'' fails validation checks
+security.error.illegalloginname=Login name ''{0}'' fails validation checks
security.error.cannot.rename=Cannot rename: the login name ''{0}'' is already
taken.
security.error.fullname.taken=The full name ''{0}'' is already taken.
Modified: incubator/jspwiki/trunk/etc/i18n/CoreResources_nl.properties
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/i18n/CoreResources_nl.properties?rev=1439609&r1=1439608&r2=1439609&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/i18n/CoreResources_nl.properties (original)
+++ incubator/jspwiki/trunk/etc/i18n/CoreResources_nl.properties Mon Jan 28
20:24:45 2013
@@ -57,8 +57,12 @@ security.error.createprofilebeforelogin=
security.error.blankpassword=Wachtwoord veld is leeg
security.error.passwordnomatch=Wachtwoord is onjuist.
-security.error.illegalfullname=Ongeldige volledige naam "{0}"
-security.error.illegalloginname=Ongeldige Login naam "{0}"
+security.error.illegalfullname=Ongeldige volledige naam "{0}"
+security.error.illegalloginname=Ongeldige Login naam "{0}";
+
+security.error.cannot.rename=Kan niet hernoemen: de Login naam ''{0}'' is al
in gebruik.
+security.error.fullname.taken=De volledige naam ''{0}'' is al in gebruik.
+security.error.login.taken=De Login naam ''{0}'' is al in gebruik.
# These should roughly match whatever is used in default.properties for
UserProfile.jsp
security.user.loginname=Login naam
Modified: incubator/jspwiki/trunk/etc/i18n/templates/default_nl.properties
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/etc/i18n/templates/default_nl.properties?rev=1439609&r1=1439608&r2=1439609&view=diff
==============================================================================
--- incubator/jspwiki/trunk/etc/i18n/templates/default_nl.properties (original)
+++ incubator/jspwiki/trunk/etc/i18n/templates/default_nl.properties Mon Jan 28
20:24:45 2013
@@ -497,6 +497,8 @@ fact.isAuthenticated=Is geauthenticeerd?
select.one=(maak een selectie)
workflow.creatUserProfile=Nieuw gebruikersprofiel <strong>{2}</strong>
decision.createUserProfile=Nieuw gebruikersprofiel <strong>{2}</strong>
+notification.createUserProfile.accept.content=Gefeliciteerd\! Je nieuwe
profiel op {0} is aangemaakt. JE profiel gegevens zijn als volgt\: \n\nLogin
naam\: {1} \nJouw naam \: {2} \nE-mail \: {3} \n\nAls je je wachtwoord
vergeet, kan je hem hier resetten: {4}
+notification.createUserProfile.accept.subject=Welkom op {0}
notification.createUserProfile.reject=Uw aanvraag om een nieuw
gebruikersprofiel aan te maken werd geweigerd.
fact.submitter=Aanvrager
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=1439609&r1=1439608&r2=1439609&view=diff
==============================================================================
--- incubator/jspwiki/trunk/src/org/apache/wiki/Release.java (original)
+++ incubator/jspwiki/trunk/src/org/apache/wiki/Release.java Mon Jan 28
20:24:45 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 = "22";
+ public static final String BUILD = "23";
/**
* This is the generic version string you should use