Update validators.cs.xlf

fixed CZ translation.
there is not such a word as "null" in czech
This commit is contained in:
gondo 2013-12-14 19:50:08 +07:00 committed by Fabien Potencier
parent 1bc2d9f00e
commit 31c5979152

View File

@ -92,11 +92,11 @@
</trans-unit>
<trans-unit id="23">
<source>This value should not be null.</source>
<target>Tato hodnota nesmí být null.</target>
<target>Tato hodnota nesmí být prázdná.</target>
</trans-unit>
<trans-unit id="24">
<source>This value should be null.</source>
<target>Tato hodnota musí být null.</target>
<target>Tato hodnota musí být prázdná.</target>
</trans-unit>
<trans-unit id="25">
<source>This value is not valid.</source>