merged branch aboks/dutch_validator_translations (PR #2113)

Commits
-------

1297504 [FrameworkBundle] Added Dutch translations for new error messages in image validator

Discussion
----------

[FrameworkBundle] Added Dutch translations for new error messages in image validator

These were added by #1214.
This commit is contained in:
Fabien Potencier 2011-09-06 21:08:22 +02:00
commit 6acc4f32c0

View File

@ -166,6 +166,26 @@
<source>This value is already used</source>
<target>Deze waarde wordt al gebruikt</target>
</trans-unit>
<trans-unit id="42">
<source>The size of the image could not be detected</source>
<target>De grootte van de afbeelding kon niet bepaald worden</target>
</trans-unit>
<trans-unit id="43">
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
<target>De afbeelding is te breed ({{ width }}px). De maximaal toegestane breedte is {{ max_width }}px</target>
</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>
</trans-unit>
<trans-unit id="45">
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
<target>De afbeelding is te hoog ({{ height }}px). De maximaal toegestane hoogte is {{ max_height }}px</target>
</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>
</trans-unit>
</body>
</file>
</xliff>