Add translation for new validators from #790

This commit is contained in:
Wouter J 2013-05-03 01:24:58 +03:00
parent 4902626511
commit 84a0618af1

View File

@ -246,6 +246,38 @@
<source>This value is not a valid currency.</source>
<target>Deze waarde is geen geldige valuta.</target>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>Deze waarde moet gelijk zijn aan {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>Deze waarde moet groter zijn dan {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>Deze waarde moet groter dan of gelijk aan {{ compared_value }} zijn.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Deze waarde moet identiek zijn aan {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>Deze waarde moet minder zijn dan {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>Deze waarde moet minder dan of gelijk aan {{ compared_value }} zijn.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>Deze waarde moet niet gelijk zijn aan {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="72">
<source>This valuemahould not be identical to {{ compared_value }}.</source>
<target>Deze waarde moet niet identiek zijn aan {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>