/src/NzbDrone.Common/EnsureThat/Resources/ExceptionMessages.Designer.cs

https://github.com/NzbDrone/NzbDrone · C# · 222 lines · 121 code · 24 blank · 77 comment · 1 complexity · 5a946608b15e2b057a7bea3faa23feb0 MD5 · raw file

  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.17626
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace NzbDrone.Common.EnsureThat.Resources {
  11. /// <summary>
  12. /// A strongly-typed resource class, for looking up localized strings, etc.
  13. /// </summary>
  14. // This class was auto-generated by the StronglyTypedResourceBuilder
  15. // class via a tool like ResGen or Visual Studio.
  16. // To add or remove a member, edit your .ResX file then rerun ResGen
  17. // with the /str option, or rebuild your VS project.
  18. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  19. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  20. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  21. internal class ExceptionMessages {
  22. private static global::System.Resources.ResourceManager resourceMan;
  23. private static global::System.Globalization.CultureInfo resourceCulture;
  24. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  25. internal ExceptionMessages() {
  26. }
  27. /// <summary>
  28. /// Returns the cached ResourceManager instance used by this class.
  29. /// </summary>
  30. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  31. internal static global::System.Resources.ResourceManager ResourceManager {
  32. get {
  33. if (object.ReferenceEquals(resourceMan, null)) {
  34. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("NzbDrone.Common.EnsureThat.Resources.ExceptionMessages", typeof(ExceptionMessages).Assembly);
  35. resourceMan = temp;
  36. }
  37. return resourceMan;
  38. }
  39. }
  40. /// <summary>
  41. /// Overrides the current thread's CurrentUICulture property for all
  42. /// resource lookups using this strongly typed resource class.
  43. /// </summary>
  44. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  45. internal static global::System.Globalization.CultureInfo Culture {
  46. get {
  47. return resourceCulture;
  48. }
  49. set {
  50. resourceCulture = value;
  51. }
  52. }
  53. /// <summary>
  54. /// Looks up a localized string similar to Empty collection is not allowed..
  55. /// </summary>
  56. internal static string EnsureExtensions_IsEmptyCollection {
  57. get {
  58. return ResourceManager.GetString("EnsureExtensions_IsEmptyCollection", resourceCulture);
  59. }
  60. }
  61. /// <summary>
  62. /// Looks up a localized string similar to Empty Guid is not allowed..
  63. /// </summary>
  64. internal static string EnsureExtensions_IsEmptyGuid {
  65. get {
  66. return ResourceManager.GetString("EnsureExtensions_IsEmptyGuid", resourceCulture);
  67. }
  68. }
  69. /// <summary>
  70. /// Looks up a localized string similar to Expected an expression that evaluates to false..
  71. /// </summary>
  72. internal static string EnsureExtensions_IsNotFalse {
  73. get {
  74. return ResourceManager.GetString("EnsureExtensions_IsNotFalse", resourceCulture);
  75. }
  76. }
  77. /// <summary>
  78. /// Looks up a localized string similar to value &apos;{0}&apos; is not greater than limit &apos;{1}&apos;..
  79. /// </summary>
  80. internal static string EnsureExtensions_IsNotGt {
  81. get {
  82. return ResourceManager.GetString("EnsureExtensions_IsNotGt", resourceCulture);
  83. }
  84. }
  85. /// <summary>
  86. /// Looks up a localized string similar to value &apos;{0}&apos; is not greater than or equal to limit &apos;{1}&apos;..
  87. /// </summary>
  88. internal static string EnsureExtensions_IsNotGte {
  89. get {
  90. return ResourceManager.GetString("EnsureExtensions_IsNotGte", resourceCulture);
  91. }
  92. }
  93. /// <summary>
  94. /// Looks up a localized string similar to value &apos;{0}&apos; is &gt; max &apos;{1}&apos;..
  95. /// </summary>
  96. internal static string EnsureExtensions_IsNotInRange_ToHigh {
  97. get {
  98. return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToHigh", resourceCulture);
  99. }
  100. }
  101. /// <summary>
  102. /// Looks up a localized string similar to The string is too long. Must be between &apos;{0}&apos; and &apos;{1}&apos;. Must be between &apos;{0}&apos; and &apos;{1}&apos; but was &apos;{2}&apos; characters long..
  103. /// </summary>
  104. internal static string EnsureExtensions_IsNotInRange_ToLong {
  105. get {
  106. return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToLong", resourceCulture);
  107. }
  108. }
  109. /// <summary>
  110. /// Looks up a localized string similar to value &apos;{0}&apos; is &lt; min &apos;{1}&apos;..
  111. /// </summary>
  112. internal static string EnsureExtensions_IsNotInRange_ToLow {
  113. get {
  114. return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToLow", resourceCulture);
  115. }
  116. }
  117. /// <summary>
  118. /// Looks up a localized string similar to The string is not long enough. Must be between &apos;{0}&apos; and &apos;{1}&apos; but was &apos;{2}&apos; characters long..
  119. /// </summary>
  120. internal static string EnsureExtensions_IsNotInRange_ToShort {
  121. get {
  122. return ResourceManager.GetString("EnsureExtensions_IsNotInRange_ToShort", resourceCulture);
  123. }
  124. }
  125. /// <summary>
  126. /// Looks up a localized string similar to value &apos;{0}&apos; is not lower than limit &apos;{1}&apos;..
  127. /// </summary>
  128. internal static string EnsureExtensions_IsNotLt {
  129. get {
  130. return ResourceManager.GetString("EnsureExtensions_IsNotLt", resourceCulture);
  131. }
  132. }
  133. /// <summary>
  134. /// Looks up a localized string similar to value &apos;{0}&apos; is not lower than or equal to limit &apos;{1}&apos;..
  135. /// </summary>
  136. internal static string EnsureExtensions_IsNotLte {
  137. get {
  138. return ResourceManager.GetString("EnsureExtensions_IsNotLte", resourceCulture);
  139. }
  140. }
  141. /// <summary>
  142. /// Looks up a localized string similar to Value can not be null..
  143. /// </summary>
  144. internal static string EnsureExtensions_IsNotNull {
  145. get {
  146. return ResourceManager.GetString("EnsureExtensions_IsNotNull", resourceCulture);
  147. }
  148. }
  149. /// <summary>
  150. /// Looks up a localized string similar to The string can&apos;t be null or empty..
  151. /// </summary>
  152. internal static string EnsureExtensions_IsNotNullOrEmpty {
  153. get {
  154. return ResourceManager.GetString("EnsureExtensions_IsNotNullOrEmpty", resourceCulture);
  155. }
  156. }
  157. /// <summary>
  158. /// Looks up a localized string similar to The string can&apos;t be left empty, null or consist of only whitespaces..
  159. /// </summary>
  160. internal static string EnsureExtensions_IsNotNullOrWhiteSpace {
  161. get {
  162. return ResourceManager.GetString("EnsureExtensions_IsNotNullOrWhiteSpace", resourceCulture);
  163. }
  164. }
  165. /// <summary>
  166. /// Looks up a localized string similar to The param is not of expected type: &apos;{0}&apos;..
  167. /// </summary>
  168. internal static string EnsureExtensions_IsNotOfType {
  169. get {
  170. return ResourceManager.GetString("EnsureExtensions_IsNotOfType", resourceCulture);
  171. }
  172. }
  173. /// <summary>
  174. /// Looks up a localized string similar to Expected an expression that evaluates to true..
  175. /// </summary>
  176. internal static string EnsureExtensions_IsNotTrue {
  177. get {
  178. return ResourceManager.GetString("EnsureExtensions_IsNotTrue", resourceCulture);
  179. }
  180. }
  181. /// <summary>
  182. /// Looks up a localized string similar to value &apos;{0}&apos; does not match &apos;{1}&apos;.
  183. /// </summary>
  184. internal static string EnsureExtensions_NoMatch {
  185. get {
  186. return ResourceManager.GetString("EnsureExtensions_NoMatch", resourceCulture);
  187. }
  188. }
  189. /// <summary>
  190. /// Looks up a localized string similar to No MemberExpression found in expression: &apos;{0}&apos;..
  191. /// </summary>
  192. internal static string ExpressionUtils_GetRightMostMember_NoMemberFound {
  193. get {
  194. return ResourceManager.GetString("ExpressionUtils_GetRightMostMember_NoMemberFound", resourceCulture);
  195. }
  196. }
  197. }
  198. }