[FrameworkBundle] updated hungarian validator messages

This commit is contained in:
Gábor Egyed 2011-07-26 00:42:28 +02:00
parent 1543ad159d
commit 987eb54199

View File

@ -32,7 +32,7 @@
</trans-unit> </trans-unit>
<trans-unit id="8"> <trans-unit id="8">
<source>One or more of the given values is invalid</source> <source>One or more of the given values is invalid</source>
<target>One or more of the given values is invalid</target> <target>Egy vagy több érvénytelen a megadott értékek közül</target>
</trans-unit> </trans-unit>
<trans-unit id="9"> <trans-unit id="9">
<source>The fields {{ fields }} were not expected</source> <source>The fields {{ fields }} were not expected</source>
@ -84,7 +84,7 @@
</trans-unit> </trans-unit>
<trans-unit id="21"> <trans-unit id="21">
<source>This value is too short. It should have {{ limit }} characters or more</source> <source>This value is too short. It should have {{ limit }} characters or more</source>
<target>Ez az érték túl rövid. {{ limit }} karektert vagy többet tartalmazzon</target> <target>Ez az érték túl rövid. {{ limit }} karaktert vagy többet tartalmazzon</target>
</trans-unit> </trans-unit>
<trans-unit id="22"> <trans-unit id="22">
<source>This value should not be blank</source> <source>This value should not be blank</source>
@ -119,13 +119,49 @@
<target>A feltöltött fájl túl nagy. Kérem próbáljon egy kisebb fájlt feltölteni</target> <target>A feltöltött fájl túl nagy. Kérem próbáljon egy kisebb fájlt feltölteni</target>
</trans-unit> </trans-unit>
<trans-unit id="30"> <trans-unit id="30">
<source>The CSRF token is invalid</source> <source>The CSRF token is invalid. Please try to resubmit the form</source>
<target>Érvénytelen CSRF token</target> <target>Érvénytelen CSRF token. Kérem próbálja újra elküldeni az űrlapot</target>
</trans-unit> </trans-unit>
<trans-unit id="31"> <trans-unit id="31">
<source>The two values should be equal</source> <source>The two values should be equal</source>
<target>A két értéknek azonosnak kell lennie</target> <target>A két értéknek azonosnak kell lennie</target>
</trans-unit> </trans-unit>
<trans-unit id="32">
<source>The file is too large. Allowed maximum size is {{ limit }}</source>
<target>A fájl túl nagy. A megengedett maximális méret: {{ limit }}</target>
</trans-unit>
<trans-unit id="33">
<source>The file is too large</source>
<target>A fájl túl nagy</target>
</trans-unit>
<trans-unit id="34">
<source>The file could not be uploaded</source>
<target>A fájl nem tölthető fel</target>
</trans-unit>
<trans-unit id="35">
<source>This value should be a valid number</source>
<target>Ez az érték egy érvényes szám legyen</target>
</trans-unit>
<trans-unit id="36">
<source>This file is not a valid image</source>
<target>Ez a fájl nem egy érvényes kép</target>
</trans-unit>
<trans-unit id="37">
<source>This is not a valid IP address</source>
<target>Ez nem egy érvényes IP cím</target>
</trans-unit>
<trans-unit id="38">
<source>This value is not a valid language</source>
<target>Ez az érték nem egy érvényes nyelv</target>
</trans-unit>
<trans-unit id="39">
<source>This value is not a valid locale</source>
<target>Ez az érték nem egy érvényes területi beállítás</target>
</trans-unit>
<trans-unit id="40">
<source>This value is not a valid country</source>
<target>Ez az érték nem egy érvényes ország</target>
</trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>