Author: jkuhnert
Date: Mon Mar 13 17:33:44 2006
New Revision: 385704
URL: http://svn.apache.org/viewcvs?rev=385704&view=rev
Log:
applied small bugfix patch
Added:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_nl.properties
Modified:
jakarta/tapestry/branches/4.0/status.xml
Added:
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_nl.properties
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_nl.properties?rev=385704&view=auto
==============================================================================
---
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_nl.properties
(added)
+++
jakarta/tapestry/branches/4.0/framework/src/java/org/apache/tapestry/valid/ValidationStrings_nl.properties
Mon Mar 13 17:33:44 2006
@@ -0,0 +1,44 @@
+# Copyright 2005 The Apache Software Foundation
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+field-is-required=U dient een waarde in te voeren voor {0}.
+field-too-short=U dient minimaal {0} karakters in te voeren voor {1}.
+
+invalid-date-format=Datumformaat is niet juist voor {0}. Het formaat is {1}.
+invalid-int-format={0} moet een geheel getal zijn.
+invalid-format={0} is van een onbekend formaat.
+invalid-numeric-format={0} moet een numerieke waarde zijn.
+
+date-too-early={0} moet op of na {1} vallen.
+date-too-late={0} moet op of voor {1} vallen.
+
+number-too-small={0} mag niet kleiner zijn dan {1}.
+number-too-large={0} mag niet groter zijn dan {1}.
+
+number-range={0} moet liggen tussen {1} en {2}.
+
+invalid-email-format=Ongeldig emailformaat voor {0}. Het formaat is [EMAIL
PROTECTED]
+
+pattern-not-matched={0} voldoet niet aan het vereiste patroon {1}.
+
+invalid-url-format = Ongeldige URL.
+disallowed-protocol = Niet toegestaan protocol - protocol moet {0} zijn.
+
+### 4.0 ###
+
+field-too-long=U mag niet meer dan {0} karakters invoeren voor {1}.
+
+regex-mismatch={0} is ongeldig.
+
+invalid-field-equality={0} moet {1,choice,0#afwijkend van|1#hetzelfde als} {2}
zijn.
Modified: jakarta/tapestry/branches/4.0/status.xml
URL:
http://svn.apache.org/viewcvs/jakarta/tapestry/branches/4.0/status.xml?rev=385704&r1=385703&r2=385704&view=diff
==============================================================================
--- jakarta/tapestry/branches/4.0/status.xml (original)
+++ jakarta/tapestry/branches/4.0/status.xml Mon Mar 13 17:33:44 2006
@@ -119,6 +119,9 @@
Added new scriptAsset parameter, as well as param checking to be sure
that only one
of scriptPath or scriptAsset can be set.
</action>
+ <action type="add" dev="JK" fixes-bug="TAPESTRY-587" due-to="Jan
Vissers">
+ Added dutch validation strings properties file.
+ </action>
</release>
<release version="4.0" date="Jan 6 2006">
<action type="update" dev="HLS">Add link to DeveloperWorks Tapestry
article</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]