Better Dutch translation of some validator messages

This commit is contained in:
Harm van Tilborg 2012-07-02 11:20:06 +03:00
parent dd1115a286
commit a859f729e3

View File

@ -32,7 +32,7 @@
</trans-unit>
<trans-unit id="8">
<source>One or more of the given values is invalid.</source>
<target>Een of meer van de gegeven waarden zijn ongeldig.</target>
<target>Eén of meer van de ingegeven waarden zijn ongeldig.</target>
</trans-unit>
<trans-unit id="9">
<source>The fields {{ fields }} were not expected.</source>
@ -48,11 +48,11 @@
</trans-unit>
<trans-unit id="12">
<source>This value is not a valid datetime.</source>
<target>Deze waarde is geen geldige datum/tijd.</target>
<target>Deze waarde is geen geldige datum en tijd.</target>
</trans-unit>
<trans-unit id="13">
<source>This value is not a valid email address.</source>
<target>Deze waarde is geen geldig e-mailadres.</target>
<target>Deze waarde is geen geldig emailadres.</target>
</trans-unit>
<trans-unit id="14">
<source>The file could not be found.</source>
@ -76,7 +76,7 @@
</trans-unit>
<trans-unit id="19">
<source>This value is too long. It should have {{ limit }} characters or less.</source>
<target>Deze waarde is te lang. Hij mag maximaal {{ limit }} teken bevatten.|Deze waarde is te lang. Hij mag maximaal {{ limit }} tekens bevatten.</target>
<target>Deze waarde is te lang. Het mag maximaal {{ limit }} teken bevatten.|Deze waarde is te lang. Het mag maximaal {{ limit }} tekens bevatten.</target>
</trans-unit>
<trans-unit id="20">
<source>This value should be {{ limit }} or more.</source>
@ -84,7 +84,7 @@
</trans-unit>
<trans-unit id="21">
<source>This value is too short. It should have {{ limit }} characters or more.</source>
<target>Deze waarde is te kort. Hij moet tenminste {{ limit }} teken bevatten.|Deze waarde is te kort. Hij moet tenminste {{ limit }} tekens bevatten.</target>
<target>Deze waarde is te kort. Het moet tenminste {{ limit }} teken bevatten.|Deze waarde is te kort. Het moet tenminste {{ limit }} tekens bevatten.</target>
</trans-unit>
<trans-unit id="22">
<source>This value should not be blank.</source>
@ -164,7 +164,7 @@
</trans-unit>
<trans-unit id="44">
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px.</source>
<target>De afbeelding is niet breed genoeg ({{ width }}px). De minimaal verwachte breedte is {{ min_width }}px.</target>
<target>De afbeelding is niet breed genoeg ({{ width }}px). De minimaal verwachtte breedte is {{ min_width }}px.</target>
</trans-unit>
<trans-unit id="45">
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px.</source>
@ -172,7 +172,7 @@
</trans-unit>
<trans-unit id="46">
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px.</source>
<target>De afbeelding is niet hoog genoeg ({{ height }}px). De minimaal verwachte hoogte is {{ min_height }}px.</target>
<target>De afbeelding is niet hoog genoeg ({{ height }}px). De minimaal verwachtte hoogte is {{ min_height }}px.</target>
</trans-unit>
<trans-unit id="47">
<source>This value should be the user current password.</source>