text/microsoft-resx
2.0
System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Value must be greater than or equal to {0}.
The value for argument '{0}' should be less than or equal to the value for the argument '{1}'.
The '{0}' property of '{1}' must not be null.
The supplied route name '{0}' is ambiguous and matched more than one route.
A default handler must be set on the RouteCollection.
The constructor to use for activating the constraint type '{0}' is ambiguous. Multiple constructors were found with the following number of parameters: {1}.
Could not find a constructor for constraint type '{0}' with the following number of parameters: {1}.
The constraint type '{0}' which is mapped to constraint key '{1}' must implement the '{2}' interface.
A path segment that contains more than one section, such as a literal section or a parameter, cannot contain a catch-all parameter.
The route parameter '{0}' has both an inline default value and an explicit default value specified. A route parameter cannot contain an inline default value when a default value is specified explicitly. Consider removing one of them.
A path segment cannot contain two consecutive parameters. They must be separated by a '/' or by a literal string.
The route template separator character '/' cannot appear consecutively. It must be separated by either a parameter or a literal value.
A catch-all parameter cannot be marked optional.
An optional parameter cannot have default value.
A catch-all parameter can only appear as the last segment of the route template.
The literal section '{0}' is invalid. Literal sections cannot contain the '?' character.
The route parameter name '{0}' is invalid. Route parameter names must be non-empty and cannot contain these characters: '{{', '}}', '/'. The '?' character marks a parameter as optional, and can occur only at the end of the parameter. The '*' character marks a parameter as catch-all, and can occur only at the start of the parameter.
The route template cannot start with a '/' or '~' character.
There is an incomplete parameter in the route template. Check that each '{' character has a matching '}' character.
The route parameter name '{0}' appears more than one time in the route template.
The constraint entry '{0}' - '{1}' on the route '{2}' must have a string value or be of a type which implements '{3}'.
The constraint entry '{0}' - '{1}' on the route '{2}' could not be resolved by the constraint resolver of type '{3}'.
In a route parameter, '{' and '}' must be escaped with '{{' and '}}'
In the segment '{0}', the optional parameter '{1}' is preceded by an invalid segment '{2}'. Only a period (.) can precede an optional parameter.
An optional parameter must be at the end of the segment. In the segment '{0}', optional parameter '{1}' is followed by '{2}'.
Two or more routes named '{0}' have different templates.
Unable to find the required services. Please add all the required services by calling '{0}.{1}' inside the call to '{2}' in the application startup code.