File: R.cs

package info (click to toggle)
mono 6.8.0.105%2Bdfsg-3.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,284,512 kB
  • sloc: cs: 11,172,132; xml: 2,850,069; ansic: 671,653; cpp: 122,091; perl: 59,366; javascript: 30,841; asm: 22,168; makefile: 20,093; sh: 15,020; python: 4,827; pascal: 925; sql: 859; sed: 16; php: 1
file content (28 lines) | stat: -rw-r--r-- 2,543 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
//
// This file was generated by resx2sr tool
//

partial class R
{
	public const string Config_unable_to_get_section = "Unable to retrieve configuration section '{0}'.";
	public const string TimeSpan_invalid_format = "Invalid configuration: {0}=\"{1}\".  The {0} value must be a time interval that can be parsed by System.TimeSpan.Parse.";
	public const string Value_must_be_non_negative_integer = "Invalid configuration: {0}=\"{1}\".  The {0} value must be a non-negative 32-bit integer.";
	public const string Value_must_be_positive_integer = "Invalid configuration: {0}=\"{1}\".  The {0} value must be a positive 32-bit integer.";
	public const string Value_too_big = "Invalid configuration: {0}=\"{1}\".  The {0} value cannot be greater than '{2}'.";
	public const string Empty_collection = "The collection '{0}' is empty.";
	public const string Collection_contains_null_element = "The collection '{0}' contains a null element.";
	public const string Collection_contains_null_or_empty_string = "The collection '{0}' contains a null or empty string.";
	public const string Method_already_invoked = "The method has already been invoked, and can only be invoked once.";
	public const string Property_already_set = "The property has already been set, and can only be set once.";
	public const string Invalid_state = "Invalid state.";
	public const string Init_not_complete = "Initialization has not completed yet.  The InitializationComplete method must be invoked before Dispose is invoked.";
	public const string Default_is_reserved = "Default is a reserved MemoryCache name.";
	public const string Invalid_expiration_combination = "AbsoluteExpiration must be DateTimeOffset.MaxValue or SlidingExpiration must be TimeSpan.Zero.";
	public const string Invalid_callback_combination = "Only one callback can be specified.  Either RemovedCallback or UpdateCallback must be null.";
	public const string Invalid_argument_combination = "One of the following parameters must be specified: dependencies, absoluteExpiration, slidingExpiration.";
	public const string Update_callback_must_be_null = "CacheItemUpdateCallback must be null.";
	public const string Argument_out_of_range = "'{0}' must be greater than or equal to '{1}' and less than or equal to '{2}'.";
	public const string Empty_string_invalid = "An empty string is invalid.";
	public const string RegionName_not_supported = "The parameter regionName must be null.";
	public const string Value_must_be_boolean = "Invalid configuration: {0}=\"{1}\".  The {0} value must be a boolean.";
}