Browse Source

[FrameworkBundle] Updated the Dutch validator translations for the changes in 95f7eedd6319338bf161

Arnout Boks 14 years ago
parent
commit
61de80d414

+ 2 - 2
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.nl.xliff

@@ -20,7 +20,7 @@
             </trans-unit>
             <trans-unit id="5">
                 <source>The value you selected is not a valid choice</source>
-                <target>Deze waarde moet een van de gegeven opties zijn</target>
+                <target>De geselecteerde waarde is geen geldige optie</target>
             </trans-unit>
             <trans-unit id="6">
                 <source>You must select at least {{ limit }} choices</source>
@@ -32,7 +32,7 @@
             </trans-unit>
             <trans-unit id="8">
                 <source>One or more of the given values is invalid</source>
-                <target>One or more of the given values is invalid</target>
+                <target>Een of meer van de gegeven waarden zijn ongeldig</target>
             </trans-unit>
             <trans-unit id="9">
                 <source>The fields {{ fields }} were not expected</source>