diff --git a/src/Symfony/Component/Validator/Constraints/CardScheme.php b/src/Symfony/Component/Validator/Constraints/CardScheme.php
index 4284826008da6..d80a58c697bfc 100644
--- a/src/Symfony/Component/Validator/Constraints/CardScheme.php
+++ b/src/Symfony/Component/Validator/Constraints/CardScheme.php
@@ -32,7 +32,7 @@ class CardScheme extends Constraint
self::INVALID_FORMAT_ERROR => 'INVALID_FORMAT_ERROR',
];
- public $message = 'Unsupported card type or invalid card number.';
+ public $message = 'This is an unsupported card type or invalid card number.';
public $schemes;
public function getDefaultOption()
diff --git a/src/Symfony/Component/Validator/Constraints/Choice.php b/src/Symfony/Component/Validator/Constraints/Choice.php
index 222dca3d5d606..1cc455fa00450 100644
--- a/src/Symfony/Component/Validator/Constraints/Choice.php
+++ b/src/Symfony/Component/Validator/Constraints/Choice.php
@@ -37,10 +37,10 @@ class Choice extends Constraint
public $strict = false;
public $min;
public $max;
- public $message = 'The value you selected is not a valid choice.';
+ public $message = 'The selected value is not a valid choice.';
public $multipleMessage = 'One or more of the given values is invalid.';
- public $minMessage = 'You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.';
- public $maxMessage = 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.';
+ public $minMessage = 'At least {{ limit }} choice must be selected.|At least {{ limit }} choices must be selected.';
+ public $maxMessage = 'At most {{ limit }} choice must be selected.|At most {{ limit }} choices must be selected.';
/**
* {@inheritdoc}
diff --git a/src/Symfony/Component/Validator/Constraints/Luhn.php b/src/Symfony/Component/Validator/Constraints/Luhn.php
index 85eebc793beab..b464084c75731 100644
--- a/src/Symfony/Component/Validator/Constraints/Luhn.php
+++ b/src/Symfony/Component/Validator/Constraints/Luhn.php
@@ -33,5 +33,5 @@ class Luhn extends Constraint
self::CHECKSUM_FAILED_ERROR => 'CHECKSUM_FAILED_ERROR',
];
- public $message = 'Invalid card number.';
+ public $message = 'This is an invalid card number.';
}
diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
index 731e64aa7f2a4..92d3e855dd159 100644
--- a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
+++ b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf
@@ -19,15 +19,15 @@
Hierdie waarde moet leeg wees.
- The value you selected is not a valid choice.
+ The selected value is not a valid choice.Die waarde wat jy gekies het is nie 'n geldige keuse nie.
- You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.
+ At least {{ limit }} choice must be selected.|At least {{ limit }} choices must be selected.Jy moet ten minste {{ limit }} kies.|Jy moet ten minste {{ limit }} keuses kies.
- You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.
+ At most {{ limit }} choice must be selected.|At most {{ limit }} choices must be selected.Jy moet by die meeste {{ limit }} keuse kies.|Jy moet by die meeste {{ limit }} keuses kies.
@@ -215,11 +215,11 @@
Hierdie versameling moet presies {{ limit }} element bevat.|Hierdie versameling moet presies {{ limit }} elemente bevat.
- Invalid card number.
+ This is an invalid card number.Ongeldige kredietkaart nommer.
- Unsupported card type or invalid card number.
+ This is an unsupported card type or invalid card number.Nie-ondersteunde tipe kaart of ongeldige kredietkaart nommer.
diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf
index 12f26fdc88688..b0b1a3046e0aa 100644
--- a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf
+++ b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf
@@ -19,15 +19,15 @@
هذه القيمة يجب ان تكون فارغة.
- The value you selected is not a valid choice.
+ The selected value is not a valid choice.القيمة المختارة ليست خيارا صحيحا.
- You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.
+ At least {{ limit }} choice must be selected.|At least {{ limit }} choices must be selected.يجب ان تختار {{ limit }} اختيار على الاقل.|يجب ان تختار {{ limit }} اختيار على الاقل.|يجب ان تختار {{ limit }} اختيارات على الاقل.|يجب ان تختار {{ limit }} اختيار على الاقل.|يجب ان تختار {{ limit }} اختيار على الاقل.|يجب ان تختار {{ limit }} اختيار على الاقل.
- You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.
+ At most {{ limit }} choice must be selected.|At most {{ limit }} choices must be selected.يجب ان تختار {{ limit }} اختيار على الاكثر.|يجب ان تختار {{ limit }} اختيار على الاكثر.|يجب ان تختار {{ limit }} اختيارات على الاكثر.|يجب ان تختار {{ limit }} اختيار على الاكثر.|يجب ان تختار {{ limit }} اختيار على الاكثر.|يجب ان تختار {{ limit }} اختيار على الاكثر.
@@ -215,11 +215,11 @@
هذه المجموعة يجب ان تحتوى على {{ limit }} عنصر فقط.|هذه المجموعة يجب ان تحتوى على {{ limit }} عنصر فقط.|هذه المجموعة يجب ان تحتوى على {{ limit }} عناصر فقط.|هذه المجموعة يجب ان تحتوى على {{ limit }} عنصر فقط.|هذه المجموعة يجب ان تحتوى على {{ limit }} عنصر فقط.|هذه المجموعة يجب ان تحتوى على {{ limit }} عنصر فقط.
- Invalid card number.
+ This is an invalid card number.رقم البطاقه غير صحيح.
- Unsupported card type or invalid card number.
+ This is an unsupported card type or invalid card number.نوع البطاقه غير مدعوم او الرقم غير صحيح.
diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf
index add868cd42b40..1c52d826890ce 100644
--- a/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf
+++ b/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf
@@ -19,15 +19,15 @@
Bu dəyər boş olmalıdır.
- The value you selected is not a valid choice.
+ The selected value is not a valid choice.Seçdiyiniz dəyər düzgün bir seçim değil.
- You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.
+ At least {{ limit }} choice must be selected.|At least {{ limit }} choices must be selected.Ən az {{ limit }} seçim qeyd edilməlidir.
- You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.
+ At most {{ limit }} choice must be selected.|At most {{ limit }} choices must be selected.Ən çox {{ limit }} seçim qeyd edilməlidir.
@@ -215,11 +215,11 @@
Bu kolleksiyada tam olaraq {{ limit }} element olmalıdır.
- Invalid card number.
+ This is an invalid card number.Yanlış kart nömrəsi.
- Unsupported card type or invalid card number.
+ This is an unsupported card type or invalid card number.Dəstəklənməyən kart tipi və ya yanlış kart nömrəsi.