merged branch franmomu/added_spanish_translations_to_validator (PR #7742)

This PR was merged into the master branch.

Discussion
----------

[Validator] Added Spanish translations for IBAN and ISBN validators

Added Spanish translations for IBAN and ISBN validators

Commits
-------

6dfbb59 [Validator] Added Spanish translations of IBAN and ISBN
This commit is contained in:
Fabien Potencier 2013-04-20 23:03:03 +02:00
commit 3841d1c6d7
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>Tipo de tarjeta no soportado o número de tarjeta inválido.</target>
</trans-unit>
<trans-unit id="59">
<source>This is not a valid International Bank Account Number (IBAN).</source>
<target>Esto no es un International Bank Account Number (IBAN) válido.</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
<target>Este valor no es un ISBN-10 válido.</target>
</trans-unit>
<trans-unit id="61">
<source>This value is not a valid ISBN-13.</source>
<target>Este valor no es un ISBN-13 válido.</target>
</trans-unit>
<trans-unit id="62">
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
<target>Este valor no es ni un ISBN-10 válido ni un ISBN-13 válido.</target>
</trans-unit>
</body>
</file>
</xliff>