merged branch jakzal/iban-isbn-pl-translations (PR #7743)

This PR was merged into the master branch.

Discussion
----------

[Validator] Added Polish translations for IBAN and ISBN messages.

| Q | 	A
| ------------- | ---
| Bug fix?	| no
| New feature?	| no
| BC breaks?	| no
| Deprecations?	| no
| Tests pass?	| yes
| Fixed tickets	|
| License | 	MIT
| Doc PR	| ~

Commits
-------

811fc30 [Validator] Added Polish translations for IBAN and ISBN messages.
This commit is contained in:
Fabien Potencier 2013-04-21 08:23:28 +02:00
commit 993abe0a53
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>Nieobsługiwany rodzaj karty lub nieprawidłowy numer karty.</target>
</trans-unit>
<trans-unit id="59">
<source>This is not a valid International Bank Account Number (IBAN).</source>
<target>Nieprawidłowy międzynarodowy numer rachunku bankowego (IBAN).</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
<target>Ta wartość nie jest prawidłowym numerem ISBN-10.</target>
</trans-unit>
<trans-unit id="61">
<source>This value is not a valid ISBN-13.</source>
<target>Ta wartość nie jest prawidłowym numerem 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>Ta wartość nie jest prawidłowym numerem ISBN-10 ani ISBN-13.</target>
</trans-unit>
</body>
</file>
</xliff>