Skip to content

Commit

Permalink
Serbian translation for card scheme constraint message.
Browse files Browse the repository at this point in the history
  • Loading branch information
umpirsky committed Dec 12, 2012
1 parent 76d653f commit d789e5a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Symfony/Component/Validator/Constraints/CardScheme.php
Expand Up @@ -20,7 +20,7 @@
*/
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()
Expand Down
Expand Up @@ -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>
Expand Up @@ -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>
Expand Up @@ -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>

0 comments on commit d789e5a

Please sign in to comment.