merged branch umpirsky/fix/iban-sr-cyrl-translation (PR #7780)

This PR was merged into the master branch.

Discussion
----------

[Validator] ISBN, IBAN Serbian translation.

Commits
-------

e3e856e ISBN, IBAN Serbian translation.
This commit is contained in:
Fabien Potencier 2013-04-22 05:27:39 +02:00
commit 2238242e64
1 changed files with 20 additions and 0 deletions

View File

@ -222,6 +222,26 @@
<source>Unsupported card type or invalid card number.</source>
<target>Невалидан број картице или тип картице није подржан.</target>
</trans-unit>
<trans-unit id="59">
<source>This is not a valid International Bank Account Number (IBAN).</source>
<target>Ово није валидан међународни број банковног рачуна (IBAN).</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
<target>Ово није валидан ISBN-10.</target>
</trans-unit>
<trans-unit id="61">
<source>This value is not a valid ISBN-13.</source>
<target>Ово није валидан 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>Ово није валидан ISBN-10 или ISBN-13.</target>
</trans-unit>
<trans-unit id="63">
<source>This value is not a valid ISSN.</source>
<target>Ово није валидан ISSN.</target>
</trans-unit>
</body>
</file>
</xliff>