R.cs 2.5 KB

12345678910111213141516171819202122232425262728
  1. //
  2. // This file was generated by resx2sr tool
  3. //
  4. partial class R
  5. {
  6. public const string Config_unable_to_get_section = "Unable to retrieve configuration section '{0}'.";
  7. 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.";
  8. public const string Value_must_be_non_negative_integer = "Invalid configuration: {0}=\"{1}\". The {0} value must be a non-negative 32-bit integer.";
  9. public const string Value_must_be_positive_integer = "Invalid configuration: {0}=\"{1}\". The {0} value must be a positive 32-bit integer.";
  10. public const string Value_too_big = "Invalid configuration: {0}=\"{1}\". The {0} value cannot be greater than '{2}'.";
  11. public const string Empty_collection = "The collection '{0}' is empty.";
  12. public const string Collection_contains_null_element = "The collection '{0}' contains a null element.";
  13. public const string Collection_contains_null_or_empty_string = "The collection '{0}' contains a null or empty string.";
  14. public const string Method_already_invoked = "The method has already been invoked, and can only be invoked once.";
  15. public const string Property_already_set = "The property has already been set, and can only be set once.";
  16. public const string Invalid_state = "Invalid state.";
  17. public const string Init_not_complete = "Initialization has not completed yet. The InitializationComplete method must be invoked before Dispose is invoked.";
  18. public const string Default_is_reserved = "Default is a reserved MemoryCache name.";
  19. public const string Invalid_expiration_combination = "AbsoluteExpiration must be DateTimeOffset.MaxValue or SlidingExpiration must be TimeSpan.Zero.";
  20. public const string Invalid_callback_combination = "Only one callback can be specified. Either RemovedCallback or UpdateCallback must be null.";
  21. public const string Invalid_argument_combination = "One of the following parameters must be specified: dependencies, absoluteExpiration, slidingExpiration.";
  22. public const string Update_callback_must_be_null = "CacheItemUpdateCallback must be null.";
  23. public const string Argument_out_of_range = "'{0}' must be greater than or equal to '{1}' and less than or equal to '{2}'.";
  24. public const string Empty_string_invalid = "An empty string is invalid.";
  25. public const string RegionName_not_supported = "The parameter regionName must be null.";
  26. public const string Value_must_be_boolean = "Invalid configuration: {0}=\"{1}\". The {0} value must be a boolean.";
  27. }