init
This commit is contained in:
36
Common/DTS.Common.Utilities/Properties/AssemblyInfo.cs
Normal file
36
Common/DTS.Common.Utilities/Properties/AssemblyInfo.cs
Normal file
@@ -0,0 +1,36 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// General Information about an assembly is controlled through the following
|
||||
// set of attributes. Change these attribute values to modify the information
|
||||
// associated with an assembly.
|
||||
[assembly: AssemblyTitle( "DTS.Common.Utilities" )]
|
||||
[assembly: AssemblyDescription( "" )]
|
||||
[assembly: AssemblyConfiguration( "" )]
|
||||
[assembly: AssemblyCompany( "DTS" )]
|
||||
[assembly: AssemblyProduct( "DTS.Common.Utilities" )]
|
||||
[assembly: AssemblyCopyright( "Copyright © DTS 2008" )]
|
||||
[assembly: AssemblyTrademark( "" )]
|
||||
[assembly: AssemblyCulture( "" )]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible( false )]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid( "533f783c-0c84-46cc-a368-2393869717f0" )]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion( "1.0.0.0" )]
|
||||
[assembly: AssemblyFileVersion( "1.0.0.0" )]
|
||||
725
Common/DTS.Common.Utilities/Properties/Resources.Designer.cs
generated
Normal file
725
Common/DTS.Common.Utilities/Properties/Resources.Designer.cs
generated
Normal file
@@ -0,0 +1,725 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
369
Common/DTS.Common.Utilities/Properties/Resources.resx
Normal file
369
Common/DTS.Common.Utilities/Properties/Resources.resx
Normal file
@@ -0,0 +1,369 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="APILogging_ExceptionFormatter_ExceptionOfTypeOccurredString" xml:space="preserve">
|
||||
<value>{0}An {1}exception of type: {2} occurred</value>
|
||||
<comment>{0} = level or ' ', {1} = "inner" marker or ' ', {2} = string representation of exception type.</comment>
|
||||
</data>
|
||||
<data name="APILogging_ExceptionFormatter_InnerIndicationString" xml:space="preserve">
|
||||
<value>inner </value>
|
||||
</data>
|
||||
<data name="APILogging_ExceptionFormatter_NonInnerIndicationString" xml:space="preserve">
|
||||
<value />
|
||||
<comment>comment</comment>
|
||||
</data>
|
||||
<data name="APILogging_ExceptionMessageDisplayString" xml:space="preserve">
|
||||
<value>{0}Message: {1}</value>
|
||||
<comment>{0} = level or ' ', {1} = exception message string</comment>
|
||||
</data>
|
||||
<data name="APILogging_LevelSeperatorString" xml:space="preserve">
|
||||
<value>=== </value>
|
||||
</data>
|
||||
<data name="APILogging_LogEntrySeperatorString" xml:space="preserve">
|
||||
<value> ========================================</value>
|
||||
</data>
|
||||
<data name="APILogging_LogException_NullWriterDelegateString" xml:space="preserve">
|
||||
<value>APILogger.LogException: Writer delegate is null</value>
|
||||
</data>
|
||||
<data name="APILogging_ModuleNameDisplayString" xml:space="preserve">
|
||||
<value> {0}Module: {1}, Name: {2}</value>
|
||||
<comment> {0} = level or ' ', {1} = target site module name, {2} = target site name</comment>
|
||||
</data>
|
||||
<data name="APILogging_NullWriterDelegateString" xml:space="preserve">
|
||||
<value>APILogger.LogString: Writer delegate is null</value>
|
||||
</data>
|
||||
<data name="APILogging_StackTraceDisplayString" xml:space="preserve">
|
||||
<value> {0}StackTrace: {1}</value>
|
||||
<comment> {0} = level or ' ', {1} = stack trace lines</comment>
|
||||
</data>
|
||||
<data name="AttributeCoder_AttributeCoder_NullAttributeValueExtractionMethodReferenceString" xml:space="preserve">
|
||||
<value>cannot use null attribute value extraction method reference</value>
|
||||
</data>
|
||||
<data name="AttributeCoder_DecodeAttributeExceptionString" xml:space="preserve">
|
||||
<value>encountered problem decoding attribute value</value>
|
||||
</data>
|
||||
<data name="AttributeCoder_DecodeAttributesExceptionString" xml:space="preserve">
|
||||
<value>encountered problem decoding attribute values</value>
|
||||
</data>
|
||||
<data name="AttributeCoder_DehashAttributeValue_DehashAttributeValueExceptionString" xml:space="preserve">
|
||||
<value>encountered problem dehashing attribute value</value>
|
||||
</data>
|
||||
<data name="AttributeCoder_DehashAttributeValue_UnableToMatchAttributeValueWithTargetString" xml:space="preserve">
|
||||
<value>unable to match attribute value with an actual target type</value>
|
||||
</data>
|
||||
<data name="AttributeCoder_EncodeAttributeExceptionString" xml:space="preserve">
|
||||
<value>encountered problem encoding attribute value</value>
|
||||
</data>
|
||||
<data name="AttributeCoder_NoTypeAttributesFoundOnTargetString" xml:space="preserve">
|
||||
<value>no attributes of specified type found on designated target</value>
|
||||
</data>
|
||||
<data name="AttributeCoder_UnableToFindTargetTypeMappingString" xml:space="preserve">
|
||||
<value>unable to find unique target type mapping for the specified attribute value</value>
|
||||
</data>
|
||||
<data name="Exceptional_GenerateMessageFromExceptionTree_BecauseString" xml:space="preserve">
|
||||
<value> because</value>
|
||||
<comment>The "because" text used to string together multiple nested exception messages when the Exceptional textifier assembles user-readable output.</comment>
|
||||
</data>
|
||||
<data name="Exceptional_GenerateMessageFromExceptionTree_EndsWithFormatString" xml:space="preserve">
|
||||
<value>{0}{1}</value>
|
||||
</data>
|
||||
<data name="Exceptional_GenerateMessageFromExceptionTree_ErrorTextTerminatorString" xml:space="preserve">
|
||||
<value>.</value>
|
||||
<comment>The sentence terminator used after strung-together nested exception messages have been textified into user-readable output.</comment>
|
||||
</data>
|
||||
<data name="Exceptional_GenerateMessageFromExceptionTree_MessageFormatString" xml:space="preserve">
|
||||
<value>{0}{1}{2}</value>
|
||||
</data>
|
||||
<data name="Generic_EncounteredProblemConstructingClassString" xml:space="preserve">
|
||||
<value>encountered problem constructing {0}</value>
|
||||
<comment>{0} = type name string of class</comment>
|
||||
</data>
|
||||
<data name="Generic_NullIndicatorString" xml:space="preserve">
|
||||
<value><null></value>
|
||||
</data>
|
||||
<data name="PowerOfTwoProperty_GetInvalidValueDescription_ProposedValueIsNotPowerOf2String" xml:space="preserve">
|
||||
<value>proposed value "{0}" is not a power of two</value>
|
||||
<comment>{0} = proposed value</comment>
|
||||
</data>
|
||||
<data name="PowerOfTwoProperty_GetInvalidValueDescription_UnableToGetDescriptionString" xml:space="preserve">
|
||||
<value>encountered problem getting invalid value description</value>
|
||||
</data>
|
||||
<data name="PowerOfTwoProperty_IsPowerOf2_UnableToDeterminePowerOf2nessString" xml:space="preserve">
|
||||
<value>encountered problem determining whether or not "{0}" is a power of two</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="PowerOfTwoProperty_IsValidValue_UnableToDetermineValidityString" xml:space="preserve">
|
||||
<value>encountered problem determing power of two-validity of "{0} "</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="Property_GetInvalidValueDescription_CouldNotSetToValueString" xml:space="preserve">
|
||||
<value>property {0}cannot be set to {1}</value>
|
||||
<comment>{0} = quoted name of property value, or empty string if none has been provided to the constructor, {1} = proposed new value, null indication string if it's null</comment>
|
||||
</data>
|
||||
<data name="Property_GetInvalidValueDescription_GetDescriptionFailedString" xml:space="preserve">
|
||||
<value>encountered problem generating invalid valid description</value>
|
||||
</data>
|
||||
<data name="Property_Value_CouldNotGetValueString" xml:space="preserve">
|
||||
<value>encountered problem getting property {0}value</value>
|
||||
<comment>{0} = quoted name of property value, or empty string if none has been provided to the constructor</comment>
|
||||
</data>
|
||||
<data name="Property_Value_CouldNotSetValueString" xml:space="preserve">
|
||||
<value>encountered problem setting property {0}value</value>
|
||||
<comment>{0} = quoted name of property value, or empty string if none has been provided to the constructor</comment>
|
||||
</data>
|
||||
<data name="Property_Value_NotInitializedString" xml:space="preserve">
|
||||
<value>property has not been initialized</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_GetInvalidValueDescription_GetDescriptionFailedString" xml:space="preserve">
|
||||
<value>encountered problem generating invalid value description for value "{0}"</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_GetInvalidValueDescription_MaximumDescriptionString" xml:space="preserve">
|
||||
<value>the specified value "{0}" is greater than the maximum allowable value of "{1}"</value>
|
||||
<comment>{0} = target value, {1} = maximum value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_GetInvalidValueDescription_MinimumDescriptionString" xml:space="preserve">
|
||||
<value>the specified value "{0}" is less than the minimum allowable value of "{1}"</value>
|
||||
<comment>{0} = target value, {1} = minimum value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_GetInvalidValueDescription_ValidValueDescriptionString" xml:space="preserve">
|
||||
<value>the specified value "{0}" is valid</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_IsValidValue_UnableToDetermineValidityString" xml:space="preserve">
|
||||
<value>encountered problem determing range-restricted validity of "{0}"</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_MaximumValue_GetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem getting maximum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_MaximumValue_SetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem setting maximum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_MinimumValue_GetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem getting minimum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_MinimumValue_SetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem setting minimum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedDoubleProperty_MinMustBeLessThanMaxString" xml:space="preserve">
|
||||
<value>minimum value ({0}) must be less than or equal to maximum value ({1})</value>
|
||||
<comment>{0} = target minimum value, {1} = target maximum value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_GetInvalidValueDescription_GetDescriptionFailedString" xml:space="preserve">
|
||||
<value>encountered problem generating invalid value description for value "{0}"</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_GetInvalidValueDescription_MaximumDescriptionString" xml:space="preserve">
|
||||
<value>the specified value "{0}" is greater than the maximum allowable value of "{1}"</value>
|
||||
<comment>{0} = target value, {1} = maximum value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_GetInvalidValueDescription_MinimumDescriptionString" xml:space="preserve">
|
||||
<value>the specified value "{0}" is less than the minimum allowable value of "{1}"</value>
|
||||
<comment>{0} = target value, {1} = minimum value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_GetInvalidValueDescription_ValidValueDescriptionString" xml:space="preserve">
|
||||
<value>the specified value "{0}" is valid</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_IsValidValue_UnableToDetermineValidityString" xml:space="preserve">
|
||||
<value>encountered problem determing range-restricted validity of "{0}"</value>
|
||||
<comment>{0} = target value</comment>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_MaximumValue_GetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem getting maximum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_MaximumValue_SetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem setting maximum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_MinimumValue_GetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem getting minimum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_MinimumValue_SetValueFailedString" xml:space="preserve">
|
||||
<value>encountered problem setting minimum range value</value>
|
||||
</data>
|
||||
<data name="RangeRestrictedIntProperty_MinMustBeLessThanMaxString" xml:space="preserve">
|
||||
<value>minimum value ({0}) must be less than or equal to maximum value ({1})</value>
|
||||
<comment>{0} = target minimum value, {1} = target maximum value</comment>
|
||||
</data>
|
||||
<data name="TextLogger_AddMessage_LoggerNotRunningString" xml:space="preserve">
|
||||
<value>TextLogger.AddMessage: Logger is not running, call Start first</value>
|
||||
</data>
|
||||
<data name="TextLogger_Dispose_WriteThreadExitFailureString" xml:space="preserve">
|
||||
<value>TextLogger.dtor: Writing thread didn't go to Exited state, it's in {0}</value>
|
||||
<comment>{0} = target thread control string</comment>
|
||||
</data>
|
||||
<data name="TextLogger_Dispose_WriteThreadResponseTimeoutString" xml:space="preserve">
|
||||
<value>TextLogger.dtor: Writing thread didn't respond in time</value>
|
||||
</data>
|
||||
<data name="TextLogger_Start_LoggerAlreadyRunningString" xml:space="preserve">
|
||||
<value>TextLogger.AddMessage: Logger is already running, call Stop first</value>
|
||||
</data>
|
||||
<data name="TextLogger_Start_NullEmptyFilenameString" xml:space="preserve">
|
||||
<value>TextLogger.Start: filename can't be null or blank</value>
|
||||
</data>
|
||||
<data name="TextLogger_Start_NullEmptyFolderString" xml:space="preserve">
|
||||
<value>TextLogger.Start: folder can't be null or blank</value>
|
||||
</data>
|
||||
<data name="TextLogger_Start_WriteThreadResponseTimeoutString" xml:space="preserve">
|
||||
<value>TextLogger.Start: Writing thread didn't respond in time</value>
|
||||
</data>
|
||||
<data name="TextLogger_Start_WriteThreadStartFailureString" xml:space="preserve">
|
||||
<value>TextLogger.Start: Writing thread didn't go to Started state, it's in {0}</value>
|
||||
<comment>{0} = target thread control string</comment>
|
||||
</data>
|
||||
<data name="TextLogger_Stop_LoggerNotRunningString" xml:space="preserve">
|
||||
<value>TextLogger.Stop: Logger is not running, call Start first</value>
|
||||
</data>
|
||||
<data name="TextLogger_Stop_WriteThreadResponseTimeoutString" xml:space="preserve">
|
||||
<value>TextLogger.Stop: Writing thread didn't respond in time</value>
|
||||
</data>
|
||||
<data name="TextLogger_Stop_WriteThreadStopFailureString" xml:space="preserve">
|
||||
<value>TextLogger.Stop: Writing thread didn't go to Stopped state, it's in {0}</value>
|
||||
<comment>{0} = target thread control string</comment>
|
||||
</data>
|
||||
<data name="TextLogger_TextLogger_EnqueueWriterFailureString" xml:space="preserve">
|
||||
<value>TextLogger: Can't enqueue Writer</value>
|
||||
</data>
|
||||
<data name="TextLogger_TextLogger_NullCallbackString" xml:space="preserve">
|
||||
<value>TextLogger: Callback can't be null</value>
|
||||
</data>
|
||||
<data name="TextLogger_TextLogger_WriteThreadStartTimeoutString" xml:space="preserve">
|
||||
<value>TextLogger.ctor: Writing thread didn't start in time</value>
|
||||
</data>
|
||||
<data name="TextLogger_Writer_InvalidCommandString" xml:space="preserve">
|
||||
<value>TextLogger.Writer: invalid command {0}</value>
|
||||
<comment>{0} = invalid command string</comment>
|
||||
</data>
|
||||
<data name="APILogging_DateTime_Format" xml:space="preserve">
|
||||
<value>yyyy-MM-dd HH:mm:ss.fff</value>
|
||||
</data>
|
||||
<data name="ApplicationSettings" xml:space="preserve">
|
||||
<value>applicationSettings</value>
|
||||
</data>
|
||||
<data name="NewSettingsCouldNotBeFound" xml:space="preserve">
|
||||
<value>Warning: DataPRO.exe.config was not updated because config settings from new version of DataPRO could not be found: {0}; {1}</value>
|
||||
</data>
|
||||
<data name="NewSettingsCouldNotBeProcessed" xml:space="preserve">
|
||||
<value>Warning: DataPRO.exe.config was not updated because config settings from new version of DataPRO could not be processed.</value>
|
||||
</data>
|
||||
<data name="RegistryDataPROExe" xml:space="preserve">
|
||||
<value>DataPRO.exe</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user