This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,324 @@
//------------------------------------------------------------------------------
// <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 MigrateConfiguration.Resources {
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 StringResources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal StringResources() {
}
/// <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("MigrateConfiguration.Resources.StringResources", typeof(StringResources).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 applicationSettings.
/// </summary>
internal static string ApplicationSettings {
get {
return ResourceManager.GetString("ApplicationSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DataPRO.exe.config did not need to be updated..
/// </summary>
internal static string ConfigDidNotNeedToBeUpdated {
get {
return ResourceManager.GetString("ConfigDidNotNeedToBeUpdated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Config migration status.
/// </summary>
internal static string ConfigMigrationStatus {
get {
return ResourceManager.GetString("ConfigMigrationStatus", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DataPRO.exe.config was updated from the {0} installation..
/// </summary>
internal static string ConfigWasUpdated {
get {
return ResourceManager.GetString("ConfigWasUpdated", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DataPROWin7.Properties.Settings.
/// </summary>
internal static string DataPROWin7PropertiesSettings {
get {
return ResourceManager.GetString("DataPROWin7PropertiesSettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ..\Data.
/// </summary>
internal static string DataUpOneLevel {
get {
return ResourceManager.GetString("DataUpOneLevel", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ..\..\Data.
/// </summary>
internal static string DataUpTwoLevels {
get {
return ResourceManager.GetString("DataUpTwoLevels", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DownloadFolder.
/// </summary>
internal static string DownloadFolder {
get {
return ResourceManager.GetString("DownloadFolder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DTS.Common.Core.PluginLib.Config.
/// </summary>
internal static string DTSCommonCorePluginLibConfig {
get {
return ResourceManager.GetString("DTSCommonCorePluginLibConfig", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DTSPlugins.
/// </summary>
internal static string DTSPlugins {
get {
return ResourceManager.GetString("DTSPlugins", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The &apos;DTSPlugins&apos; key in DataPRO.exe.config must be manually changed to &apos;..//RunTimeModules&apos;.
/// </summary>
internal static string DTSPluginsNeedsModification {
get {
return ResourceManager.GetString("DTSPluginsNeedsModification", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DTSViewerModules.
/// </summary>
internal static string DTSViewerModules {
get {
return ResourceManager.GetString("DTSViewerModules", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to copy license.
/// </summary>
internal static string FailedToCopyLicense {
get {
return ResourceManager.GetString("FailedToCopyLicense", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ImportArchiveFolder.
/// </summary>
internal static string ImportArchiveFolder {
get {
return ResourceManager.GetString("ImportArchiveFolder", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ..\..\ImportArchive.
/// </summary>
internal static string ImportArchiveUpTwoLevels {
get {
return ResourceManager.GetString("ImportArchiveUpTwoLevels", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Installer license file found and copied.
/// </summary>
internal static string InstallerLicenseFileFoundCopied {
get {
return ResourceManager.GetString("InstallerLicenseFileFoundCopied", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DTSPlugins key not found: {0}.
/// </summary>
internal static string KeyNotFound {
get {
return ResourceManager.GetString("KeyNotFound", 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 No license found to copy.
/// </summary>
internal static string NoLicenseFound {
get {
return ResourceManager.GetString("NoLicenseFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Old license found and copied.
/// </summary>
internal static string OldLicenseFoundCopied {
get {
return ResourceManager.GetString("OldLicenseFoundCopied", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Warning: DataPRO.exe.config was not updated because config settings from previously-installed version of DataPRO could not be found: {0}; {1}.
/// </summary>
internal static string OldSettingsCouldNotBeFound {
get {
return ResourceManager.GetString("OldSettingsCouldNotBeFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Warning: DataPRO.exe.config was not updated because config settings from previously-installed version of DataPRO could not be processed..
/// </summary>
internal static string OldSettingsCouldNotBeProcessed {
get {
return ResourceManager.GetString("OldSettingsCouldNotBeProcessed", 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 RunTimeModules.
/// </summary>
internal static string RunTimeModules {
get {
return ResourceManager.GetString("RunTimeModules", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to DTS.Common.Core.PluginLib.Config section not found.
/// </summary>
internal static string SectionNotFound {
get {
return ResourceManager.GetString("SectionNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Configuration setting not found: {0}.
/// </summary>
internal static string SettingNotFound {
get {
return ResourceManager.GetString("SettingNotFound", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to The {0} setting in DataPRO.exe.config was not changed to {1}..
/// </summary>
internal static string ThisSettingNeedsModification {
get {
return ResourceManager.GetString("ThisSettingNeedsModification", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to userSettings.
/// </summary>
internal static string UserSettings {
get {
return ResourceManager.GetString("UserSettings", resourceCulture);
}
}
}
}

View File

@@ -0,0 +1,141 @@
<?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="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdated" xml:space="preserve">
<value>DataPRO.exe.config musste nicht aktualisiert werden.</value>
</data>
<data name="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdatedBecausePreviousWasNotFound" xml:space="preserve">
<value>DataPRO.exe.config musste nicht aktualisiert werden, da eine zuvor installierte Version von DataPRO nicht gefunden wurde.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeFound" xml:space="preserve">
<value>Warnung: DataPRO.exe.config wurde nicht aktualisiert, da config-Einstellungen aus der neuen Version von DataPRO nicht gefunden werden konnten: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Warnung: DataPRO.exe.config wurde nicht aktualisiert, da config-Einstellungen aus der neuen Version von DataPRO nicht gefunden werden konnten: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeFound" xml:space="preserve">
<value>Warnung: DataPRO.exe.config wurde nicht aktualisiert, da Konfigurationseinstellungen von zuvor installierter Version von DataPRO nicht gefunden werden konnten: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Warnung: DataPRO.exe.config wurde nicht aktualisiert, da die Konfigurationseinstellungen von der zuvor installierten Version von DataPRO nicht verarbeitet werden konnten.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasUpdatedFromTheMostRecentlyInstalledVersionInstallation" xml:space="preserve">
<value>DataPRO.exe.config wurde von der {0} Installation aktualisiert.</value>
</data>
</root>

View File

@@ -0,0 +1,141 @@
<?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="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdated" xml:space="preserve">
<value>DataPRO.exe.config no necesita actualizarse.</value>
</data>
<data name="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdatedBecausePreviousWasNotFound" xml:space="preserve">
<value>DataPRO.exe.config no necesita actualizarse porque no se encontró una versión previamente instalada de DataPRO.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeFound" xml:space="preserve">
<value>Advertencia: DataPRO.exe.config no se actualizó porque no se pudo encontrar la configuración de configuración de la nueva versión de DataPRO: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Advertencia: DataPRO.exe.config no se actualizó porque no se pudo encontrar la configuración de configuración de la nueva versión de DataPRO: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeFound" xml:space="preserve">
<value>Advertencia: DataPRO.exe.config no se actualizó porque no se pudo encontrar los valores de configuración de la versión instalada anteriormente de DataPRO: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Advertencia: DataPRO.exe.config no se actualizó porque no se podrían procesar los valores de configuración de la versión instalada anteriormente de DataPRO.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasUpdatedFromTheMostRecentlyInstalledVersionInstallation" xml:space="preserve">
<value>DataPRO.exe.config se actualizó desde la instalación {0}.</value>
</data>
</root>

View File

@@ -0,0 +1,141 @@
<?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="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdated" xml:space="preserve">
<value>DataPRO.exe.config n'a pas besoin d'être mis à jour.</value>
</data>
<data name="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdatedBecausePreviousWasNotFound" xml:space="preserve">
<value>DataPRO.exe.config n'a pas besoin d'être mis à jour car une version précédemment installée de DataPRO n'a pas été trouvée.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeFound" xml:space="preserve">
<value>Avertissement: DataPRO.exe.config n'a pas été mis à jour car les paramètres de configuration de la nouvelle version de DataPRO n'ont pas pu être trouvés: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Avertissement: DataPRO.exe.config n'a pas été mis à jour car les paramètres de configuration de la nouvelle version de DataPRO n'ont pas pu être trouvés: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeFound" xml:space="preserve">
<value>Avertissement: DataPRO.exe.config n'a pas été mis à jour car les paramètres de configuration de la version précédemment installée de DataPRO n'ont pas pu être trouvés: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Avertissement: DataPRO.exe.config n'a pas été mis à jour car les paramètres de configuration de la version précédemment installée de DataPRO n'ont pas pu être traités.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasUpdatedFromTheMostRecentlyInstalledVersionInstallation" xml:space="preserve">
<value>DataPRO.exe.config a été mis à jour à partir de l'installation {0}.</value>
</data>
</root>

View File

@@ -0,0 +1,141 @@
<?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="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdated" xml:space="preserve">
<value>DataPRO.exe.configを更新する必要はありませんでした。</value>
</data>
<data name="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdatedBecausePreviousWasNotFound" xml:space="preserve">
<value>以前にインストールされたバージョンのDataPROが見つからないため、DataPRO.exe.configを更新する必要はありませんでした。</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeFound" xml:space="preserve">
<value>警告新しいバージョンのDataPROの設定が見つからないため、DataPRO.exe.configが更新されませんでした{0}。 {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeProcessed" xml:space="preserve">
<value>警告新しいバージョンのDataPROの設定が見つからないため、DataPRO.exe.configが更新されませんでした{0}。 {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeFound" xml:space="preserve">
<value>警告以前にインストールされたバージョンのDataPROの設定が見つかりませんでしたので、DataPRO.exe.configが更新されませんでした{0}。 {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeProcessed" xml:space="preserve">
<value>警告以前にインストールしたバージョンのDataPROの設定を処理できなかったため、DataPRO.exe.configが更新されませんでした。</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasUpdatedFromTheMostRecentlyInstalledVersionInstallation" xml:space="preserve">
<value>DataPRO.exe.configが{0}インストールから更新されました。</value>
</data>
</root>

View File

@@ -0,0 +1,207 @@
<?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="ApplicationSettings" xml:space="preserve">
<value>applicationSettings</value>
</data>
<data name="DTSCommonCorePluginLibConfig" xml:space="preserve">
<value>DTS.Common.Core.PluginLib.Config</value>
</data>
<data name="DTSPlugins" xml:space="preserve">
<value>DTSPlugins</value>
</data>
<data name="DTSPluginsNeedsModification" xml:space="preserve">
<value>The 'DTSPlugins' key in DataPRO.exe.config must be manually changed to '..//RunTimeModules'</value>
</data>
<data name="ConfigDidNotNeedToBeUpdated" xml:space="preserve">
<value>DataPRO.exe.config did not need to be updated.</value>
</data>
<data name="ConfigMigrationStatus" xml:space="preserve">
<value>Config migration status</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="OldSettingsCouldNotBeFound" xml:space="preserve">
<value>Warning: DataPRO.exe.config was not updated because config settings from previously-installed version of DataPRO could not be found: {0}; {1}</value>
</data>
<data name="OldSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Warning: DataPRO.exe.config was not updated because config settings from previously-installed version of DataPRO could not be processed.</value>
</data>
<data name="ConfigWasUpdated" xml:space="preserve">
<value>DataPRO.exe.config was updated from the {0} installation.</value>
</data>
<data name="RegistryDataPROExe" xml:space="preserve">
<value>DataPRO.exe</value>
</data>
<data name="RunTimeModules" xml:space="preserve">
<value>RunTimeModules</value>
</data>
<data name="UserSettings" xml:space="preserve">
<value>userSettings</value>
</data>
<data name="KeyNotFound" xml:space="preserve">
<value>DTSPlugins key not found: {0}</value>
</data>
<data name="SectionNotFound" xml:space="preserve">
<value>DTS.Common.Core.PluginLib.Config section not found</value>
</data>
<data name="DTSViewerModules" xml:space="preserve">
<value>DTSViewerModules</value>
</data>
<data name="DataPROWin7PropertiesSettings" xml:space="preserve">
<value>DataPROWin7.Properties.Settings</value>
</data>
<data name="DataUpTwoLevels" xml:space="preserve">
<value>..\..\Data</value>
</data>
<data name="DownloadFolder" xml:space="preserve">
<value>DownloadFolder</value>
</data>
<data name="SettingNotFound" xml:space="preserve">
<value>Configuration setting not found: {0}</value>
</data>
<data name="ThisSettingNeedsModification" xml:space="preserve">
<value>The {0} setting in DataPRO.exe.config was not changed to {1}.</value>
</data>
<data name="DataUpOneLevel" xml:space="preserve">
<value>..\Data</value>
</data>
<data name="ImportArchiveFolder" xml:space="preserve">
<value>ImportArchiveFolder</value>
</data>
<data name="ImportArchiveUpTwoLevels" xml:space="preserve">
<value>..\..\ImportArchive</value>
</data>
<data name="FailedToCopyLicense" xml:space="preserve">
<value>Failed to copy license</value>
</data>
<data name="InstallerLicenseFileFoundCopied" xml:space="preserve">
<value>Installer license file found and copied</value>
</data>
<data name="NoLicenseFound" xml:space="preserve">
<value>No license found to copy</value>
</data>
<data name="OldLicenseFoundCopied" xml:space="preserve">
<value>Old license found and copied</value>
</data>
</root>

View File

@@ -0,0 +1,141 @@
<?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="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdated" xml:space="preserve">
<value>DataPRO.exe.config не нужно обновлять.</value>
</data>
<data name="InstallerMigrateConfig_ConfigDidNotNeedToBeUpdatedBecausePreviousWasNotFound" xml:space="preserve">
<value>DataPRO.exe.config не нужно обновлять, поскольку ранее установленная версия DataPRO не была найдена.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeFound" xml:space="preserve">
<value>Предупреждение: DataPRO.exe.config не обновлялся, потому что не удалось найти параметры конфигурации из новой версии DataPRO: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseNewSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Предупреждение: DataPRO.exe.config не обновлялся, потому что не удалось найти параметры конфигурации из новой версии DataPRO: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeFound" xml:space="preserve">
<value>Предупреждение: файл DataPRO.exe.config не был обновлен, потому что не удалось найти параметры конфигурации из ранее установленной версии DataPRO: {0}; {1}</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasNotUpdatedBecauseOldSettingsCouldNotBeProcessed" xml:space="preserve">
<value>Предупреждение: DataPRO.exe.config не обновлялся, так как настройки конфигурации из ранее установленной версии DataPRO не могли быть обработаны.</value>
</data>
<data name="InstallerMigrateConfig_ConfigWasUpdatedFromTheMostRecentlyInstalledVersionInstallation" xml:space="preserve">
<value>Файл DataPRO.exe.config обновлен с установки {0}.</value>
</data>
</root>