8000 merged branch ricbra/dutch_translations (PR #4618) · lauris/symfony@4c8ea31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c8ea31

Browse files
committed
merged branch ricbra/dutch_translations (PR symfony#4618)
Commits ------- 8797b74 [Validator] added missing dutch translations Discussion ---------- [Validator] added missing dutch translations Bug fix: yes Feature addition: no Backwards compatibility break: no Symfony2 tests pass: yes Fixes the following tickets: Todo: License of the code: MIT Documentation PR: --------------------------------------------------------------------------- by travisbot at 2012-06-20T08:27:17Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1662776) (merged aa0a7e83 into 092b5dd). --------------------------------------------------------------------------- by ricbra at 2012-06-20T09:55:45Z @Burgov Thanks for the feedback. Fixed all typos & added PR description according to the documentation on Symfony site. --------------------------------------------------------------------------- by travisbot at 2012-06-20T09:59:38Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1663352) (merged 8797b74 into 092b5dd).
2 parents 3c0867b + 8797b74 commit 4c8ea31

File tree

1 file changed

+36
-4
lines changed

1 file changed

+36
-4
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choices.</source>
27-
<target>Selecteer ten minste {{ limit }} opties.</target>
27+
<target>Selecteer ten minste {{ limit }} optie.|Selecteer ten minste {{ limit }} opties.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choices.</source>
31-
<target>Selecteer maximaal {{ limit }} opties.</target>
31+
<target>Selecteer maximaal {{ limit }} optie.|Selecteer maximaal {{ limit }} opties.</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} characters or less.</source>
79-
<target>Deze waarde is te lang. Hij mag maximaal {{ limit }} tekens bevatten.</target>
79+
<target>Deze waarde is te lang. Hij mag maximaal {{ limit }} teken bevatten.|Deze waarde is te lang. Hij mag maximaal {{ limit }} tekens bevatten.</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value should be {{ limit }} or more.</source>
8383
<target>Deze waarde moet {{ limit }} of meer zijn.</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value is too short. It should have {{ limit }} characters or more.</source>
87-
<target>Deze waarde is te kort. Hij moet tenminste {{ limit }} tekens bevatten.</target>
87+
<target>Deze waarde is te kort. Hij moet tenminste {{ limit }} teken bevatten.|Deze waarde is te kort. Hij moet tenminste {{ limit }} tekens bevatten.</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank.</source>
@@ -182,6 +182,38 @@
182182
<source>This value should have exactly {{ limit }} characters.</source>
183183
<target>Deze waarde moet exact {{ limit }} tekens lang zijn.</target>
184184
</trans-unit>
185+
<trans-unit id="49">
186+
<source>The file was only partially uploaded.</source>
187+
<target>Het bestand is niet geheel geüpload.</target>
188+
</trans-unit>
189+
<trans-unit id="50">
190+
<source>No file was uploaded.</source>
191+
<target>Er is geen bestand geüpload.</target>
192+
</trans-unit>
193+
<trans-unit id="51">
194+
<source>No temporary folder was configured in php.ini.</source>
195+
<target>Er is geen tijdelijke map geconfigureerd in php.ini.</target>
196+
</trans-unit>
197+
<trans-unit id="52">
198+
<source>Cannot write temporary file to disk.</source>
199+
<target>Kan het tijdelijke bestand niet wegschrijven op disk.</target>
200+
</trans-unit>
201+
<trans-unit id="53">
202+
<source>A PHP extension caused the upload to fail.</source>
203+
<target>De upload is mislukt vanwege een PHP-extensie.</target>
204+
</trans-unit>
205+
<trans-unit id="54">
206+
<source>This collection should contain {{ limit }} elements or more.</source>
207+
<target>Deze collectie moet {{ limit }} element of meer bevatten.|Deze collectie moet {{ limit }} elementen of meer bevatten.</target>
208+
</trans-unit>
209+
<trans-unit id="55">
210+
<source>This collection should contain {{ limit }} elements or less.</source>
211+
<target>Deze collectie moet {{ limit }} element of minder bevatten.|Deze collectie moet {{ limit }} elementen of minder bevatten.</target>
212+
</trans-unit>
213+
<trans-unit id="56">
214+
<source>This collection should contain exactly {{ limit }} elements.</source>
215+
<target>Deze collectie moet exact {{ limit }} element bevatten.|Deze collectie moet exact {{ limit }} elementen bevatten.</target>
216+
</trans-unit>
185217
</body>
186218
</file>
187219
</xliff>

0 commit comments

Comments
 (0)
0