Files
DP44/Common/DTS.Common.Utilities/Properties/Resources.resx
2026-04-17 14:55:32 -04:00

369 lines
20 KiB
XML

<?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>&lt;null&gt;</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>