Merge pull request #2377 from joelmartinez/docs-multiassembly-extension-fix
[mono.git] / mcs / class / System.ComponentModel.DataAnnotations / ReferenceSources / SR.cs
1 //
2 // This file was generated by txt2sr tool
3 //
4
5 namespace System.ComponentModel.DataAnnotations.Resources
6 {
7 partial class DataAnnotationsResources
8 {
9         public const string MaxLengthAttribute_ValidationError = "The field {0} must be a string or array type with a maximum length of '{1}'.";
10         public const string MaxLengthAttribute_InvalidMaxLength = "MaxLengthAttribute must have a Length value that is greater than zero. Use MaxLength() without parameters to indicate that the string or array can have the maximum allowable length.";
11         public const string MinLengthAttribute_ValidationError = "The field {0} must be a string or array type with a minimum length of '{1}'.";
12         public const string MinLengthAttribute_InvalidMinLength = "MinLengthAttribute must have a Length value that is zero or greater.";
13         public const string ArgumentIsNullOrWhitespace = "The argument '{0}' cannot be null, empty or contain only white space.";
14         public const string RequiredAttribute_ValidationError = "The {0} field is required.";
15         public const string CompareAttribute_MustMatch = "'{0}' and '{1}' do not match.";
16         public const string RegexAttribute_ValidationError = "The field {0} must match the regular expression '{1}'.";
17 }
18 }