merged branch maerlyn/hungarian-translations (PR #7740)

This PR was merged into the master branch.

Discussion
----------

[Validator] Hungarian translation of the IBAN and ISBN validator message...

I've added the Hungarian translations for the two newly merged validators.

Commits
-------

7d9fcd1 [Validator] Hungarian translation of the IBAN and ISBN validator messages
This commit is contained in:
Fabien Potencier 2013-04-20 22:24:46 +02:00
commit 0261e7a680
1 changed files with 16 additions and 0 deletions

View File

@ -222,6 +222,22 @@
<source>Unsupported card type or invalid card number.</source>
<target>Nem támogatott kártyatípus vagy érvénytelen kártyaszám.</target>
</trans-unit>
<trans-unit id="59">
<source>This is not a valid International Bank Account Number (IBAN).</source>
<target>Ez nem egy érvényes nemzetközi bankszámlaszám (IBAN).</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
<target>Ez nem egy érvényes ISBN-10.</target>
</trans-unit>
<trans-unit id="61">
<source>This value is not a valid ISBN-13.</source>
<target>Ez nem egy érvényes ISBN-13.</target>
</trans-unit>
<trans-unit id="62">
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
<target>Ez nem egy érvényes ISBN-10 vagy ISBN-13.</target>
</trans-unit>
</body>
</file>
</xliff>