PageRenderTime 50ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/stackhash/BusinessLogic/BusinessLogic/WERServiceAPI/DataServicesResources.Designer.cs

#
C# | 135 lines | 72 code | 16 blank | 47 comment | 1 complexity | 3bfb875fa6c0d2eb1bf7dd6ae269694f MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:4.0.30319.1
  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 StackHash.WindowsErrorReporting.Services.Data.API {
  11. using System;
  12. /// <summary>
  13. /// A strongly-typed resource class, for looking up localized strings, etc.
  14. /// </summary>
  15. // This class was auto-generated by the StronglyTypedResourceBuilder
  16. // class via a tool like ResGen or Visual Studio.
  17. // To add or remove a member, edit your .ResX file then rerun ResGen
  18. // with the /str option, or rebuild your VS project.
  19. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
  20. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
  21. [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  22. internal class DataServicesResources {
  23. private static global::System.Resources.ResourceManager resourceMan;
  24. private static global::System.Globalization.CultureInfo resourceCulture;
  25. [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
  26. internal DataServicesResources() {
  27. }
  28. /// <summary>
  29. /// Returns the cached ResourceManager instance used by this class.
  30. /// </summary>
  31. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  32. internal static global::System.Resources.ResourceManager ResourceManager {
  33. get {
  34. if (object.ReferenceEquals(resourceMan, null)) {
  35. global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("StackHash.WindowsErrorReporting.Services.Data.API.DataServicesResources", typeof(DataServicesResources).Assembly);
  36. resourceMan = temp;
  37. }
  38. return resourceMan;
  39. }
  40. }
  41. /// <summary>
  42. /// Overrides the current thread's CurrentUICulture property for all
  43. /// resource lookups using this strongly typed resource class.
  44. /// </summary>
  45. [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
  46. internal static global::System.Globalization.CultureInfo Culture {
  47. get {
  48. return resourceCulture;
  49. }
  50. set {
  51. resourceCulture = value;
  52. }
  53. }
  54. /// <summary>
  55. /// Looks up a localized string similar to Authentication failure reason.
  56. /// </summary>
  57. internal static string AUTHENTICATION_FAILURE_DATA_STRING {
  58. get {
  59. return ResourceManager.GetString("AUTHENTICATION_FAILURE_DATA_STRING", resourceCulture);
  60. }
  61. }
  62. /// <summary>
  63. /// Looks up a localized string similar to The username and/or password are incorrect..
  64. /// </summary>
  65. internal static string BAD_USERNAME_PASSWORD {
  66. get {
  67. return ResourceManager.GetString("BAD_USERNAME_PASSWORD", resourceCulture);
  68. }
  69. }
  70. /// <summary>
  71. /// Looks up a localized string similar to The company account has been disabled..
  72. /// </summary>
  73. internal static string COMPANY_DISABLED {
  74. get {
  75. return ResourceManager.GetString("COMPANY_DISABLED", resourceCulture);
  76. }
  77. }
  78. /// <summary>
  79. /// Looks up a localized string similar to An unhandled exception occurred. Please contact the WER support team [e-mail: wer@microsoft.com] for assistance..
  80. /// </summary>
  81. internal static string FEED_EXCEPTION_DEFAULT_MESSAGE {
  82. get {
  83. return ResourceManager.GetString("FEED_EXCEPTION_DEFAULT_MESSAGE", resourceCulture);
  84. }
  85. }
  86. /// <summary>
  87. /// Looks up a localized string similar to Access violation. You are not allowed to access the resource you requested..
  88. /// </summary>
  89. internal static string GENERAL_ACCESS_EXCEPTION {
  90. get {
  91. return ResourceManager.GetString("GENERAL_ACCESS_EXCEPTION", resourceCulture);
  92. }
  93. }
  94. /// <summary>
  95. /// Looks up a localized string similar to An exception occurred while trying to authenticate the username and password. Please check the FeedAuthenticationException class object&apos;s Data collection for possible failure reasons. Browse to the Microsoft Winqual website at https://winqual.microsoft.com and try to login using the same username and password. The website will give you additional information about the error..
  96. /// </summary>
  97. internal static string GENERAL_AUTHENTICATION_EXCEPTION {
  98. get {
  99. return ResourceManager.GetString("GENERAL_AUTHENTICATION_EXCEPTION", resourceCulture);
  100. }
  101. }
  102. /// <summary>
  103. /// Looks up a localized string similar to The password may have expired..
  104. /// </summary>
  105. internal static string PASSWORD_EXPIRED {
  106. get {
  107. return ResourceManager.GetString("PASSWORD_EXPIRED", resourceCulture);
  108. }
  109. }
  110. /// <summary>
  111. /// Looks up a localized string similar to The password has been locked..
  112. /// </summary>
  113. internal static string PASSWORD_LOCKED {
  114. get {
  115. return ResourceManager.GetString("PASSWORD_LOCKED", resourceCulture);
  116. }
  117. }
  118. }
  119. }