Author: craigmcc
Date: Wed Dec 27 14:33:45 2006
New Revision: 490580
URL: http://svn.apache.org/viewvc?view=rev&rev=490580
Log:
Add Dutch translations for the validator messages. Thanks to
Joost Schouten for the patch (SHALE-372).
Added:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_nl.properties
(with props)
Added:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_nl.properties
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_nl.properties?view=auto&rev=490580
==============================================================================
---
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_nl.properties
(added)
+++
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_nl.properties
Wed Dec 27 14:33:45 2006
@@ -0,0 +1,31 @@
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to you 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.
+errors.required={0} is vereist.
+errors.minlength={0} mag niet minder dan {1} karakter(s) hebben.
+errors.maxlength={0} mag niet meer dan {1} karakter(s) hebben.
+errors.invalid={0} is ongeldig.
+
+errors.byte={0} moet een "byte" zijn.
+errors.short={0} moet een "short" zijn.
+errors.integer={0} moet een "integer" zijn.
+errors.long={0} moet een "long" zijn.
+errors.float={0} moet een "float" zijn.
+errors.double={0} moet een "double" zijn.
+
+errors.date={0} is geen datum.
+errors.range={0} valt buiten het bereik van {1} tot en met {2}.
+errors.creditcard={0} is een onjuist creditcardnummer.
+errors.email={0} is een onjuist e-mailadres.
+errors.url={0} is een onjuist url-adres.
Propchange:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_nl.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_nl.properties
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL