//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.SqlTools.Hosting.Localization { using System; using System.Reflection; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class sr { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; internal sr() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.SqlTools.Hosting.Localization.sr", typeof(sr).GetTypeInfo().Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Win32Credential object is already disposed. /// public static string CredentialServiceWin32CredentialDisposed { get { return ResourceManager.GetString("CredentialServiceWin32CredentialDisposed", resourceCulture); } } /// /// Looks up a localized string similar to Invalid CriticalHandle!. /// public static string CredentialsServiceInvalidCriticalHandle { get { return ResourceManager.GetString("CredentialsServiceInvalidCriticalHandle", resourceCulture); } } /// /// Looks up a localized string similar to The password has exceeded 512 bytes. /// public static string CredentialsServicePasswordLengthExceeded { get { return ResourceManager.GetString("CredentialsServicePasswordLengthExceeded", resourceCulture); } } /// /// Looks up a localized string similar to Target must be specified to delete a credential. /// public static string CredentialsServiceTargetForDelete { get { return ResourceManager.GetString("CredentialsServiceTargetForDelete", resourceCulture); } } /// /// Looks up a localized string similar to Target must be specified to check existance of a credential. /// public static string CredentialsServiceTargetForLookup { get { return ResourceManager.GetString("CredentialsServiceTargetForLookup", resourceCulture); } } /// /// Looks up a localized string similar to Message header must separate key and value using ':'. /// public static string HostingHeaderMissingColon { get { return ResourceManager.GetString("HostingHeaderMissingColon", resourceCulture); } } /// /// Looks up a localized string similar to Fatal error: Content-Length header must be provided. /// public static string HostingHeaderMissingContentLengthHeader { get { return ResourceManager.GetString("HostingHeaderMissingContentLengthHeader", resourceCulture); } } /// /// Looks up a localized string similar to Fatal error: Content-Length value is not an integer. /// public static string HostingHeaderMissingContentLengthValue { get { return ResourceManager.GetString("HostingHeaderMissingContentLengthValue", resourceCulture); } } /// /// Looks up a localized string similar to MessageReader's input stream ended unexpectedly, terminating. /// public static string HostingUnexpectedEndOfStream { get { return ResourceManager.GetString("HostingUnexpectedEndOfStream", resourceCulture); } } /// /// Looks up a localized string similar to Service of type {0} cannot be created by ExtensionLoader<{1}>. /// public static string IncompatibleServiceForExtensionLoader { get { return ResourceManager.GetString("IncompatibleServiceForExtensionLoader", resourceCulture); } } /// /// Looks up a localized string similar to Multiple services found for type {0}, expected only 1. /// public static string MultipleServicesFound { get { return ResourceManager.GetString("MultipleServicesFound", resourceCulture); } } /// /// Looks up a localized string similar to Cannot register service for type {0}, one or more services already registered. /// public static string ServiceAlreadyRegistered { get { return ResourceManager.GetString("ServiceAlreadyRegistered", resourceCulture); } } /// /// Looks up a localized string similar to Service {0} was not found in the service provider. /// public static string ServiceNotFound { get { return ResourceManager.GetString("ServiceNotFound", resourceCulture); } } /// /// Looks up a localized string similar to Service of Type {0} is not compatible with registered Type {1}. /// public static string ServiceNotOfExpectedType { get { return ResourceManager.GetString("ServiceNotOfExpectedType", resourceCulture); } } /// /// Looks up a localized string similar to SetServiceProvider() was not called to establish the required service provider. /// public static string ServiceProviderNotSet { get { return ResourceManager.GetString("ServiceProviderNotSet", resourceCulture); } } } }