Jo Shields 3c1f479b9d Imported Upstream version 4.0.0~alpha1
Former-commit-id: 806294f5ded97629b74c85c09952f2a74fe182d9
2015-04-07 09:35:12 +01:00

16 lines
889 B
Plaintext

; NOTE: don't use \", use ' instead
; NOTE: don't use #, use ; instead for comments
; NOTE: leave the [strings] alone
MaxLengthAttribute_ValidationError=The field {0} must be a string or array type with a maximum length of '{1}'.
## ExceptionType=InvalidOperationException
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.
MinLengthAttribute_ValidationError=The field {0} must be a string or array type with a minimum length of '{1}'.
## ExceptionType=InvalidOperationException
MinLengthAttribute_InvalidMinLength=MinLengthAttribute must have a Length value that is zero or greater.
## ExceptionType=ArgumentException
ArgumentIsNullOrWhitespace=The argument '{0}' cannot be null, empty or contain only white space.