diff --git a/src/Symfony/Component/Validator/Resources/i18n/messages.en.xml b/src/Symfony/Component/Validator/Resources/i18n/messages.en.xml index 725181e28b..f98003a747 100644 --- a/src/Symfony/Component/Validator/Resources/i18n/messages.en.xml +++ b/src/Symfony/Component/Validator/Resources/i18n/messages.en.xml @@ -1,115 +1,115 @@ - - - - Symfony.Validator.AssertFalse.message - This value should be false - - - Symfony.Validator.AssertTrue.message - This value should be true - - - Symfony.Validator.AssertType.message - This value should be of type %type% - - - Symfony.Validator.Blank.message - This value should be blank - - - Symfony.Validator.Choice.message - This value should be one of the given choices - - - Symfony.Validator.Choice.minMessage - You should select at least %limit% choices - - - Symfony.Validator.Choice.maxMessage - You should select at most %limit% choices - - - Symfony.Validator.Collection.extraFieldsMessage - The fields %fields% were not expected - - - Symfony.Validator.Collection.missingFieldsMessage - The fields %fields% are missing - - - Symfony.Validator.Date.message - This value is not a valid date - - - Symfony.Validator.DateTime.message - This value is not a valid datetime - - - Symfony.Validator.Email.message - This value is not a valid email address - - - Symfony.Validator.File.notFoundMessage - The file could not be found - - - Symfony.Validator.File.notReadableMessage - The file is not readable - - - Symfony.Validator.File.maxSizeMessage - The file is too large (%size%). Allowed maximum size is %limit% - - - Symfony.Validator.File.mimeTypesMessage - The mime type of the file is invalid (%type%). Allowed mime types are %types% - - - Symfony.Validator.Max.message - This value should be %limit% or less - - - Symfony.Validator.MaxLength.message - This value is too long. It should have %limit% characters or less - - - Symfony.Validator.Min.message - This value should be %limit% or more - - - Symfony.Validator.MinLength.message - This value is too short. It should have %limit% characters or more - - - Symfony.Validator.NotBlank.message - This value should not be blank - - - Symfony.Validator.NotNull.message - This value should not be null - - - Symfony.Validator.Null.message - This value should be null - - - Symfony.Validator.Regex.message - This value is not valid - - - Symfony.Validator.Time.message - This value is not a valid time - - - Symfony.Validator.Url.message - This value is not a valid URL - - - Symfony.Validator.Valid.message - This value should be instance of class %class% - - - - \ No newline at end of file + + + + Symfony.Validator.AssertFalse.message + This value should be false + + + Symfony.Validator.AssertTrue.message + This value should be true + + + Symfony.Validator.AssertType.message + This value should be of type %type% + + + Symfony.Validator.Blank.message + This value should be blank + + + Symfony.Validator.Choice.message + This value should be one of the given choices + + + Symfony.Validator.Choice.minMessage + You should select at least %limit% choices + + + Symfony.Validator.Choice.maxMessage + You should select at most %limit% choices + + + Symfony.Validator.Collection.extraFieldsMessage + The fields %fields% were not expected + + + Symfony.Validator.Collection.missingFieldsMessage + The fields %fields% are missing + + + Symfony.Validator.Date.message + This value is not a valid date + + + Symfony.Validator.DateTime.message + This value is not a valid datetime + + + Symfony.Validator.Email.message + This value is not a valid email address + + + Symfony.Validator.File.notFoundMessage + The file could not be found + + + Symfony.Validator.File.notReadableMessage + The file is not readable + + + Symfony.Validator.File.maxSizeMessage + The file is too large (%size%). Allowed maximum size is %limit% + + + Symfony.Validator.File.mimeTypesMessage + The mime type of the file is invalid (%type%). Allowed mime types are %types% + + + Symfony.Validator.Max.message + This value should be %limit% or less + + + Symfony.Validator.MaxLength.message + This value is too long. It should have %limit% characters or less + + + Symfony.Validator.Min.message + This value should be %limit% or more + + + Symfony.Validator.MinLength.message + This value is too short. It should have %limit% characters or more + + + Symfony.Validator.NotBlank.message + This value should not be blank + + + Symfony.Validator.NotNull.message + This value should not be null + + + Symfony.Validator.Null.message + This value should be null + + + Symfony.Validator.Regex.message + This value is not valid + + + Symfony.Validator.Time.message + This value is not a valid time + + + Symfony.Validator.Url.message + This value is not a valid URL + + + Symfony.Validator.Valid.message + This value should be instance of class %class% + + + +