|
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="6">
|
26 | 26 | <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> |
28 | 28 | </trans-unit>
|
29 | 29 | <trans-unit id="7">
|
30 | 30 | <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> |
32 | 32 | </trans-unit>
|
33 | 33 | <trans-unit id="8">
|
34 | 34 | <source>One or more of the given values is invalid.</source>
|
|
76 | 76 | </trans-unit>
|
77 | 77 | <trans-unit id="19">
|
78 | 78 | <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> |
80 | 80 | </trans-unit>
|
81 | 81 | <trans-unit id="20">
|
82 | 82 | <source>This value should be {{ limit }} or more.</source>
|
83 | 83 | <target>Deze waarde moet {{ limit }} of meer zijn.</target>
|
84 | 84 | </trans-unit>
|
85 | 85 | <trans-unit id="21">
|
86 | 86 | <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> |
88 | 88 | </trans-unit>
|
89 | 89 | <trans-unit id="22">
|
90 | 90 | <source>This value should not be blank.</source>
|
|
182 | 182 | <source>This value should have exactly {{ limit }} characters.</source>
|
183 | 183 | <target>Deze waarde moet exact {{ limit }} tekens lang zijn.</target>
|
184 | 184 | </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> |
185 | 217 | </body>
|
186 | 218 | </file>
|
187 | 219 | </xliff>
|
0 commit comments