726 lines
33 KiB
C#
726 lines
33 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 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.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace DTS.Common.Utilities.Properties {
|
|
using System;
|
|
|
|
|
|
/// <summary>
|
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
|
/// </summary>
|
|
// 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.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Resources {
|
|
|
|
private static global::System.Resources.ResourceManager resourceMan;
|
|
|
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Resources() {
|
|
}
|
|
|
|
/// <summary>
|
|
/// Returns the cached ResourceManager instance used by this class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.ReferenceEquals(resourceMan, null)) {
|
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("DTS.Utilities.Properties.Resources", typeof(Resources).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Overrides the current thread's CurrentUICulture property for all
|
|
/// resource lookups using this strongly typed resource class.
|
|
/// </summary>
|
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static global::System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to yyyy-MM-dd HH:mm:ss.fff.
|
|
/// </summary>
|
|
internal static string APILogging_DateTime_Format {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_DateTime_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}An {1}exception of type: {2} occurred.
|
|
/// </summary>
|
|
internal static string APILogging_ExceptionFormatter_ExceptionOfTypeOccurredString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_ExceptionFormatter_ExceptionOfTypeOccurredString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to inner .
|
|
/// </summary>
|
|
internal static string APILogging_ExceptionFormatter_InnerIndicationString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_ExceptionFormatter_InnerIndicationString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to .
|
|
/// </summary>
|
|
internal static string APILogging_ExceptionFormatter_NonInnerIndicationString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_ExceptionFormatter_NonInnerIndicationString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}Message: {1}.
|
|
/// </summary>
|
|
internal static string APILogging_ExceptionMessageDisplayString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_ExceptionMessageDisplayString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to === .
|
|
/// </summary>
|
|
internal static string APILogging_LevelSeperatorString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_LevelSeperatorString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ========================================.
|
|
/// </summary>
|
|
internal static string APILogging_LogEntrySeperatorString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_LogEntrySeperatorString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to APILogger.LogException: Writer delegate is null.
|
|
/// </summary>
|
|
internal static string APILogging_LogException_NullWriterDelegateString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_LogException_NullWriterDelegateString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}Module: {1}, Name: {2}.
|
|
/// </summary>
|
|
internal static string APILogging_ModuleNameDisplayString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_ModuleNameDisplayString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to APILogger.LogString: Writer delegate is null.
|
|
/// </summary>
|
|
internal static string APILogging_NullWriterDelegateString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_NullWriterDelegateString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}StackTrace: {1}.
|
|
/// </summary>
|
|
internal static string APILogging_StackTraceDisplayString {
|
|
get {
|
|
return ResourceManager.GetString("APILogging_StackTraceDisplayString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to applicationSettings.
|
|
/// </summary>
|
|
internal static string ApplicationSettings {
|
|
get {
|
|
return ResourceManager.GetString("ApplicationSettings", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to cannot use null attribute value extraction method reference.
|
|
/// </summary>
|
|
internal static string AttributeCoder_AttributeCoder_NullAttributeValueExtractionMethodReferenceString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_AttributeCoder_NullAttributeValueExtractionMethodReferenceString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem decoding attribute value.
|
|
/// </summary>
|
|
internal static string AttributeCoder_DecodeAttributeExceptionString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_DecodeAttributeExceptionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem decoding attribute values.
|
|
/// </summary>
|
|
internal static string AttributeCoder_DecodeAttributesExceptionString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_DecodeAttributesExceptionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem dehashing attribute value.
|
|
/// </summary>
|
|
internal static string AttributeCoder_DehashAttributeValue_DehashAttributeValueExceptionString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_DehashAttributeValue_DehashAttributeValueExceptionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to unable to match attribute value with an actual target type.
|
|
/// </summary>
|
|
internal static string AttributeCoder_DehashAttributeValue_UnableToMatchAttributeValueWithTargetString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_DehashAttributeValue_UnableToMatchAttributeValueWithTargetString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem encoding attribute value.
|
|
/// </summary>
|
|
internal static string AttributeCoder_EncodeAttributeExceptionString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_EncodeAttributeExceptionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to no attributes of specified type found on designated target.
|
|
/// </summary>
|
|
internal static string AttributeCoder_NoTypeAttributesFoundOnTargetString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_NoTypeAttributesFoundOnTargetString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to unable to find unique target type mapping for the specified attribute value.
|
|
/// </summary>
|
|
internal static string AttributeCoder_UnableToFindTargetTypeMappingString {
|
|
get {
|
|
return ResourceManager.GetString("AttributeCoder_UnableToFindTargetTypeMappingString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to because.
|
|
/// </summary>
|
|
internal static string Exceptional_GenerateMessageFromExceptionTree_BecauseString {
|
|
get {
|
|
return ResourceManager.GetString("Exceptional_GenerateMessageFromExceptionTree_BecauseString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}{1}.
|
|
/// </summary>
|
|
internal static string Exceptional_GenerateMessageFromExceptionTree_EndsWithFormatString {
|
|
get {
|
|
return ResourceManager.GetString("Exceptional_GenerateMessageFromExceptionTree_EndsWithFormatString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to ..
|
|
/// </summary>
|
|
internal static string Exceptional_GenerateMessageFromExceptionTree_ErrorTextTerminatorString {
|
|
get {
|
|
return ResourceManager.GetString("Exceptional_GenerateMessageFromExceptionTree_ErrorTextTerminatorString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to {0}{1}{2}.
|
|
/// </summary>
|
|
internal static string Exceptional_GenerateMessageFromExceptionTree_MessageFormatString {
|
|
get {
|
|
return ResourceManager.GetString("Exceptional_GenerateMessageFromExceptionTree_MessageFormatString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem constructing {0}.
|
|
/// </summary>
|
|
internal static string Generic_EncounteredProblemConstructingClassString {
|
|
get {
|
|
return ResourceManager.GetString("Generic_EncounteredProblemConstructingClassString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to <null>.
|
|
/// </summary>
|
|
internal static string Generic_NullIndicatorString {
|
|
get {
|
|
return ResourceManager.GetString("Generic_NullIndicatorString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Warning: DataPRO.exe.config was not updated because config settings from new version of DataPRO could not be found: {0}; {1}.
|
|
/// </summary>
|
|
internal static string NewSettingsCouldNotBeFound {
|
|
get {
|
|
return ResourceManager.GetString("NewSettingsCouldNotBeFound", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to Warning: DataPRO.exe.config was not updated because config settings from new version of DataPRO could not be processed..
|
|
/// </summary>
|
|
internal static string NewSettingsCouldNotBeProcessed {
|
|
get {
|
|
return ResourceManager.GetString("NewSettingsCouldNotBeProcessed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to proposed value "{0}" is not a power of two.
|
|
/// </summary>
|
|
internal static string PowerOfTwoProperty_GetInvalidValueDescription_ProposedValueIsNotPowerOf2String {
|
|
get {
|
|
return ResourceManager.GetString("PowerOfTwoProperty_GetInvalidValueDescription_ProposedValueIsNotPowerOf2String", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem getting invalid value description.
|
|
/// </summary>
|
|
internal static string PowerOfTwoProperty_GetInvalidValueDescription_UnableToGetDescriptionString {
|
|
get {
|
|
return ResourceManager.GetString("PowerOfTwoProperty_GetInvalidValueDescription_UnableToGetDescriptionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem determining whether or not "{0}" is a power of two.
|
|
/// </summary>
|
|
internal static string PowerOfTwoProperty_IsPowerOf2_UnableToDeterminePowerOf2nessString {
|
|
get {
|
|
return ResourceManager.GetString("PowerOfTwoProperty_IsPowerOf2_UnableToDeterminePowerOf2nessString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem determing power of two-validity of "{0} ".
|
|
/// </summary>
|
|
internal static string PowerOfTwoProperty_IsValidValue_UnableToDetermineValidityString {
|
|
get {
|
|
return ResourceManager.GetString("PowerOfTwoProperty_IsValidValue_UnableToDetermineValidityString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to property {0}cannot be set to {1}.
|
|
/// </summary>
|
|
internal static string Property_GetInvalidValueDescription_CouldNotSetToValueString {
|
|
get {
|
|
return ResourceManager.GetString("Property_GetInvalidValueDescription_CouldNotSetToValueString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem generating invalid valid description.
|
|
/// </summary>
|
|
internal static string Property_GetInvalidValueDescription_GetDescriptionFailedString {
|
|
get {
|
|
return ResourceManager.GetString("Property_GetInvalidValueDescription_GetDescriptionFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem getting property {0}value.
|
|
/// </summary>
|
|
internal static string Property_Value_CouldNotGetValueString {
|
|
get {
|
|
return ResourceManager.GetString("Property_Value_CouldNotGetValueString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem setting property {0}value.
|
|
/// </summary>
|
|
internal static string Property_Value_CouldNotSetValueString {
|
|
get {
|
|
return ResourceManager.GetString("Property_Value_CouldNotSetValueString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to property has not been initialized.
|
|
/// </summary>
|
|
internal static string Property_Value_NotInitializedString {
|
|
get {
|
|
return ResourceManager.GetString("Property_Value_NotInitializedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem generating invalid value description for value "{0}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_GetInvalidValueDescription_GetDescriptionFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_GetInvalidValueDescription_GetDescriptionFailedStri" +
|
|
"ng", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to the specified value "{0}" is greater than the maximum allowable value of "{1}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_GetInvalidValueDescription_MaximumDescriptionString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_GetInvalidValueDescription_MaximumDescriptionString" +
|
|
"", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to the specified value "{0}" is less than the minimum allowable value of "{1}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_GetInvalidValueDescription_MinimumDescriptionString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_GetInvalidValueDescription_MinimumDescriptionString" +
|
|
"", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to the specified value "{0}" is valid.
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_GetInvalidValueDescription_ValidValueDescriptionString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_GetInvalidValueDescription_ValidValueDescriptionStr" +
|
|
"ing", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem determing range-restricted validity of "{0}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_IsValidValue_UnableToDetermineValidityString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_IsValidValue_UnableToDetermineValidityString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem getting maximum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_MaximumValue_GetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_MaximumValue_GetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem setting maximum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_MaximumValue_SetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_MaximumValue_SetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem getting minimum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_MinimumValue_GetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_MinimumValue_GetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem setting minimum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_MinimumValue_SetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_MinimumValue_SetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to minimum value ({0}) must be less than or equal to maximum value ({1}).
|
|
/// </summary>
|
|
internal static string RangeRestrictedDoubleProperty_MinMustBeLessThanMaxString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedDoubleProperty_MinMustBeLessThanMaxString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem generating invalid value description for value "{0}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_GetInvalidValueDescription_GetDescriptionFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_GetInvalidValueDescription_GetDescriptionFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to the specified value "{0}" is greater than the maximum allowable value of "{1}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_GetInvalidValueDescription_MaximumDescriptionString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_GetInvalidValueDescription_MaximumDescriptionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to the specified value "{0}" is less than the minimum allowable value of "{1}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_GetInvalidValueDescription_MinimumDescriptionString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_GetInvalidValueDescription_MinimumDescriptionString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to the specified value "{0}" is valid.
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_GetInvalidValueDescription_ValidValueDescriptionString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_GetInvalidValueDescription_ValidValueDescriptionString" +
|
|
"", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem determing range-restricted validity of "{0}".
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_IsValidValue_UnableToDetermineValidityString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_IsValidValue_UnableToDetermineValidityString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem getting maximum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_MaximumValue_GetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_MaximumValue_GetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem setting maximum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_MaximumValue_SetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_MaximumValue_SetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem getting minimum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_MinimumValue_GetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_MinimumValue_GetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to encountered problem setting minimum range value.
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_MinimumValue_SetValueFailedString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_MinimumValue_SetValueFailedString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to minimum value ({0}) must be less than or equal to maximum value ({1}).
|
|
/// </summary>
|
|
internal static string RangeRestrictedIntProperty_MinMustBeLessThanMaxString {
|
|
get {
|
|
return ResourceManager.GetString("RangeRestrictedIntProperty_MinMustBeLessThanMaxString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to DataPRO.exe.
|
|
/// </summary>
|
|
internal static string RegistryDataPROExe {
|
|
get {
|
|
return ResourceManager.GetString("RegistryDataPROExe", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.AddMessage: Logger is not running, call Start first.
|
|
/// </summary>
|
|
internal static string TextLogger_AddMessage_LoggerNotRunningString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_AddMessage_LoggerNotRunningString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.dtor: Writing thread didn't go to Exited state, it's in {0}.
|
|
/// </summary>
|
|
internal static string TextLogger_Dispose_WriteThreadExitFailureString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Dispose_WriteThreadExitFailureString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.dtor: Writing thread didn't respond in time.
|
|
/// </summary>
|
|
internal static string TextLogger_Dispose_WriteThreadResponseTimeoutString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Dispose_WriteThreadResponseTimeoutString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.AddMessage: Logger is already running, call Stop first.
|
|
/// </summary>
|
|
internal static string TextLogger_Start_LoggerAlreadyRunningString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Start_LoggerAlreadyRunningString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Start: filename can't be null or blank.
|
|
/// </summary>
|
|
internal static string TextLogger_Start_NullEmptyFilenameString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Start_NullEmptyFilenameString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Start: folder can't be null or blank.
|
|
/// </summary>
|
|
internal static string TextLogger_Start_NullEmptyFolderString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Start_NullEmptyFolderString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Start: Writing thread didn't respond in time.
|
|
/// </summary>
|
|
internal static string TextLogger_Start_WriteThreadResponseTimeoutString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Start_WriteThreadResponseTimeoutString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Start: Writing thread didn't go to Started state, it's in {0}.
|
|
/// </summary>
|
|
internal static string TextLogger_Start_WriteThreadStartFailureString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Start_WriteThreadStartFailureString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Stop: Logger is not running, call Start first.
|
|
/// </summary>
|
|
internal static string TextLogger_Stop_LoggerNotRunningString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Stop_LoggerNotRunningString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Stop: Writing thread didn't respond in time.
|
|
/// </summary>
|
|
internal static string TextLogger_Stop_WriteThreadResponseTimeoutString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Stop_WriteThreadResponseTimeoutString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Stop: Writing thread didn't go to Stopped state, it's in {0}.
|
|
/// </summary>
|
|
internal static string TextLogger_Stop_WriteThreadStopFailureString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Stop_WriteThreadStopFailureString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger: Can't enqueue Writer.
|
|
/// </summary>
|
|
internal static string TextLogger_TextLogger_EnqueueWriterFailureString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_TextLogger_EnqueueWriterFailureString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger: Callback can't be null.
|
|
/// </summary>
|
|
internal static string TextLogger_TextLogger_NullCallbackString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_TextLogger_NullCallbackString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.ctor: Writing thread didn't start in time.
|
|
/// </summary>
|
|
internal static string TextLogger_TextLogger_WriteThreadStartTimeoutString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_TextLogger_WriteThreadStartTimeoutString", resourceCulture);
|
|
}
|
|
}
|
|
|
|
/// <summary>
|
|
/// Looks up a localized string similar to TextLogger.Writer: invalid command {0}.
|
|
/// </summary>
|
|
internal static string TextLogger_Writer_InvalidCommandString {
|
|
get {
|
|
return ResourceManager.GetString("TextLogger_Writer_InvalidCommandString", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|