File: System.ComponentModel.DataAnnotations.Resources.txt

package info (click to toggle)
mono 6.14.1%2Bds2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,282,732 kB
  • sloc: cs: 11,182,461; xml: 2,850,281; ansic: 699,123; cpp: 122,919; perl: 58,604; javascript: 30,841; asm: 21,845; makefile: 19,602; sh: 10,973; python: 4,772; pascal: 925; sql: 859; sed: 16; php: 1
file content (16 lines) | stat: -rw-r--r-- 892 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; 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.