Serbian translation for card scheme constraint message.

This commit is contained in:
umpirsky 2012-12-12 13:18:02 +01:00
parent 76d653f448
commit d789e5ab44
4 changed files with 13 additions and 1 deletions

View File

@ -20,7 +20,7 @@ use Symfony\Component\Validator\Constraint;
*/
class CardScheme extends Constraint
{
public $message = 'Unsupported card type or invalid card number';
public $message = 'Unsupported card type or invalid card number.';
public $schemes;
public function getDefaultOption()

View File

@ -218,6 +218,10 @@
<source>Invalid card number.</source>
<target>Invalid card number.</target>
</trans-unit>
<trans-unit id="58">
<source>Unsupported card type or invalid card number.</source>
<target>Unsupported card type or invalid card number.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -218,6 +218,10 @@
<source>Invalid card number.</source>
<target>Невалидан број картице.</target>
</trans-unit>
<trans-unit id="58">
<source>Unsupported card type or invalid card number.</source>
<target>Невалидан број картице или тип картице није подржан.</target>
</trans-unit>
</body>
</file>
</xliff>

View File

@ -218,6 +218,10 @@
<source>Invalid card number.</source>
<target>Nevalidan broj kartice.</target>
</trans-unit>
<trans-unit id="58">
<source>Unsupported card type or invalid card number.</source>
<target>Nevalidan broj kartice ili tip kartice nije podržan.</target>
</trans-unit>
</body>
</file>
</xliff>