diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Langpack Suite/Form1.Designer.cs | 3 | ||||
-rw-r--r-- | tools/Langpack Suite/Form1.cs | 6 | ||||
-rw-r--r-- | tools/Langpack Suite/LangpackSuite.csproj | 1 | ||||
-rw-r--r-- | tools/Langpack Suite/Properties/Resources.Designer.cs | 24 | ||||
-rw-r--r-- | tools/Langpack Suite/Properties/Settings.Designer.cs | 8 | ||||
-rw-r--r-- | tools/Langpack Suite/myRes.de-DE.resx | 311 | ||||
-rw-r--r-- | tools/Langpack Suite/myRes.resx | 2 | ||||
-rw-r--r-- | tools/Langpack Suite/myRes.ru-RU.resx | 2 | ||||
-rw-r--r-- | tools/Langpack Suite/myRes.uk-UA.resx | 2 |
9 files changed, 339 insertions, 20 deletions
diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs index e31daadeb2..af65d0a091 100644 --- a/tools/Langpack Suite/Form1.Designer.cs +++ b/tools/Langpack Suite/Form1.Designer.cs @@ -470,7 +470,8 @@ "English",
"Русский",
"Українська",
- "Беларускі"});
+ "Беларускі",
+ "Deutsch"});
this.LanguageComboBox.Location = new System.Drawing.Point(204, 348);
this.LanguageComboBox.Name = "LanguageComboBox";
this.LanguageComboBox.Size = new System.Drawing.Size(121, 21);
diff --git a/tools/Langpack Suite/Form1.cs b/tools/Langpack Suite/Form1.cs index f37ffac809..653762a47f 100644 --- a/tools/Langpack Suite/Form1.cs +++ b/tools/Langpack Suite/Form1.cs @@ -106,6 +106,10 @@ namespace Langpack_Suite {
LanguageComboBox.SelectedIndex = 3;
}
+ else if (culture.ToString() == "de-DE")
+ {
+ LanguageComboBox.SelectedIndex = 4;
+ }
else
{
culture = CultureInfo.CreateSpecificCulture("en-US");
@@ -815,6 +819,8 @@ namespace Langpack_Suite culture = CultureInfo.CreateSpecificCulture("uk-UA");
if (LanguageComboBox.SelectedIndex == 3)
culture = CultureInfo.CreateSpecificCulture("be-BY");
+ if (LanguageComboBox.SelectedIndex == 4)
+ culture = CultureInfo.CreateSpecificCulture("de-DE");
adjustCulture();
}
diff --git a/tools/Langpack Suite/LangpackSuite.csproj b/tools/Langpack Suite/LangpackSuite.csproj index 8b0474ea1a..ffa4baba61 100644 --- a/tools/Langpack Suite/LangpackSuite.csproj +++ b/tools/Langpack Suite/LangpackSuite.csproj @@ -85,6 +85,7 @@ <DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="myRes.be-BY.resx" />
+ <EmbeddedResource Include="myRes.de-DE.resx" />
<EmbeddedResource Include="myRes.uk-UA.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>myRes.uk-UA.Designer.cs</LastGenOutput>
diff --git a/tools/Langpack Suite/Properties/Resources.Designer.cs b/tools/Langpack Suite/Properties/Resources.Designer.cs index 6230c3a0a5..30e857767a 100644 --- a/tools/Langpack Suite/Properties/Resources.Designer.cs +++ b/tools/Langpack Suite/Properties/Resources.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------
// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.17929
+// Этот код создан программой.
+// Исполняемая версия:4.0.30319.18034
//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
@@ -13,12 +13,12 @@ namespace LangpackSuite.Properties { /// <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.
+ // Этот класс создан автоматически классом StronglyTypedResourceBuilder
+ // с помощью такого средства, как ResGen или Visual Studio.
+ // Чтобы добавить или удалить член, измените файл .ResX и снова запустите ResGen
+ // с параметром /str или перестройте свой проект VS.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
@@ -33,7 +33,7 @@ namespace LangpackSuite.Properties { }
/// <summary>
- /// Returns the cached ResourceManager instance used by this class.
+ /// Возвращает кэшированный экземпляр ResourceManager, использованный этим классом.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Resources.ResourceManager ResourceManager {
@@ -47,8 +47,8 @@ namespace LangpackSuite.Properties { }
/// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
+ /// Перезаписывает свойство CurrentUICulture текущего потока для всех
+ /// обращений к ресурсу с помощью этого класса ресурса со строгой типизацией.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global::System.Globalization.CultureInfo Culture {
diff --git a/tools/Langpack Suite/Properties/Settings.Designer.cs b/tools/Langpack Suite/Properties/Settings.Designer.cs index d198aa5d96..552ea72ddc 100644 --- a/tools/Langpack Suite/Properties/Settings.Designer.cs +++ b/tools/Langpack Suite/Properties/Settings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------
// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.17929
+// Этот код создан программой.
+// Исполняемая версия:4.0.30319.18034
//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
+// повторной генерации кода.
// </auto-generated>
//------------------------------------------------------------------------------
diff --git a/tools/Langpack Suite/myRes.de-DE.resx b/tools/Langpack Suite/myRes.de-DE.resx new file mode 100644 index 0000000000..1238aa72f2 --- /dev/null +++ b/tools/Langpack Suite/myRes.de-DE.resx @@ -0,0 +1,311 @@ +<?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="AssignLang" xml:space="preserve">
+ <value>Sprachdatei zugeordnet...</value>
+ </data>
+ <data name="AssignLangBtn" xml:space="preserve">
+ <value>Zuordnung</value>
+ </data>
+ <data name="AutoModeBtn" xml:space="preserve">
+ <value>Automatisch</value>
+ </data>
+ <data name="ComFound" xml:space="preserve">
+ <value>Kommentare gefunden...</value>
+ </data>
+ <data name="CommentFindBtn" xml:space="preserve">
+ <value>Kommentare finden</value>
+ </data>
+ <data name="ComNotFound" xml:space="preserve">
+ <value>Kommentare nicht gefunden!</value>
+ </data>
+ <data name="CoreNotFound" xml:space="preserve">
+ <value>Datei =CORE=.txt nicht gefunden...</value>
+ </data>
+ <data name="CreateLangpackBtn" xml:space="preserve">
+ <value>Sprachdatei erstellen</value>
+ </data>
+ <data name="Done" xml:space="preserve">
+ <value>Beendet!</value>
+ </data>
+ <data name="DupesFindBtn" xml:space="preserve">
+ <value>Duplikate finden</value>
+ </data>
+ <data name="DupesNotFound" xml:space="preserve">
+ <value>Datei =DUPES=.txt nicht gefunden...</value>
+ </data>
+ <data name="DupFound" xml:space="preserve">
+ <value>Duplikate gefunden...</value>
+ </data>
+ <data name="DupNotFound" xml:space="preserve">
+ <value>Duplikate nicht gefunden!</value>
+ </data>
+ <data name="DupStop" xml:space="preserve">
+ <value>Arbeit beendet.</value>
+ </data>
+ <data name="Error" xml:space="preserve">
+ <value>Fehler</value>
+ </data>
+ <data name="File2NotFound" xml:space="preserve">
+ <value>.txt nicht gefunden...</value>
+ </data>
+ <data name="FileNotFound" xml:space="preserve">
+ <value> nicht gefunden...</value>
+ </data>
+ <data name="FileText" xml:space="preserve">
+ <value>Datei </value>
+ </data>
+ <data name="FindLang" xml:space="preserve">
+ <value>Finde Sprachdatei...</value>
+ </data>
+ <data name="GenStop" xml:space="preserve">
+ <value>Generierung gestoppt.</value>
+ </data>
+ <data name="GenText" xml:space="preserve">
+ <value>Sprachdatei erstellen...</value>
+ </data>
+ <data name="groupBox1" xml:space="preserve">
+ <value>Sprachdatei zuordnen</value>
+ </data>
+ <data name="groupBox2" xml:space="preserve">
+ <value>Ausgabedatei</value>
+ </data>
+ <data name="groupBox5" xml:space="preserve">
+ <value>Arbeitsmodus</value>
+ </data>
+ <data name="HeadNotFound" xml:space="preserve">
+ <value>Datei =HEAD=.txt nicht gefunden...</value>
+ </data>
+ <data name="Inf" xml:space="preserve">
+ <value>Informationen</value>
+ </data>
+ <data name="label1" xml:space="preserve">
+ <value>Sprachdatei Dateiname:</value>
+ </data>
+ <data name="label2" xml:space="preserve">
+ <value>Name:</value>
+ </data>
+ <data name="label3" xml:space="preserve">
+ <value>LinkList.txt Datei beinhaltet Links zu den Übersetzungsdateien
+verschiedener Plugins und kann in jedem Download-Manager
+verwendet werden. Aus den heruntergeladenen Dateien kann einer
+Übersetzung aller, oder nur der von Ihnen verwendeten Plugins
+erstellt werden (Informationen werden aus Ihrer Versionsinfo-Datei
+ausgelesen, falls verfügbar).</value>
+ </data>
+ <data name="label4" xml:space="preserve">
+ <value>URL des SVNs:</value>
+ </data>
+ <data name="LangNotFound" xml:space="preserve">
+ <value>Sprachdatei nicht gefunden...</value>
+ </data>
+ <data name="LangPathLbl" xml:space="preserve">
+ <value>nicht belegt</value>
+ </data>
+ <data name="LanguageLbl" xml:space="preserve">
+ <value>Sprache:</value>
+ </data>
+ <data name="LinkListGen" xml:space="preserve">
+ <value>LinkList erstellen...</value>
+ </data>
+ <data name="LinkListGenBtn" xml:space="preserve">
+ <value>Datei erstellen</value>
+ </data>
+ <data name="ManualModeBtn" xml:space="preserve">
+ <value>Manuell</value>
+ </data>
+ <data name="NotOpen" xml:space="preserve">
+ <value>Kann Datei nicht öffnen.</value>
+ </data>
+ <data name="NotTransFound" xml:space="preserve">
+ <value>Not Translated lines founded...</value>
+ </data>
+ <data name="NotTranslFindBtn" xml:space="preserve">
+ <value>Find Not Translated</value>
+ </data>
+ <data name="NotTransNotFound" xml:space="preserve">
+ <value>Not translated lines not found!</value>
+ </data>
+ <data name="NotWrite" xml:space="preserve">
+ <value>Kann Datei nicht schreiben.</value>
+ </data>
+ <data name="OwnFileCheckBox" xml:space="preserve">
+ <value>Eigene Datei zur Sprachdatei hinzufügen</value>
+ </data>
+ <data name="PlugLink" xml:space="preserve">
+ <value>Writing files from Plugins folder...</value>
+ </data>
+ <data name="PlugLinkNotFound" xml:space="preserve">
+ <value>Unterverzeichnis Plugins nicht gefunden...</value>
+ </data>
+ <data name="RootLink" xml:space="preserve">
+ <value>Schreiben von Dateien aus Root Ordner ...</value>
+ </data>
+ <data name="SelectOwnFileBtn" xml:space="preserve">
+ <value>Auswählen</value>
+ </data>
+ <data name="tabPage1" xml:space="preserve">
+ <value>Generator</value>
+ </data>
+ <data name="tabPage2" xml:space="preserve">
+ <value>Liste der Dateien</value>
+ </data>
+ <data name="tabPage3" xml:space="preserve">
+ <value>Duplikate suchen</value>
+ </data>
+ <data name="VersionNotFound" xml:space="preserve">
+ <value>Datei =VERSION=.txt nicht gefunden...</value>
+ </data>
+ <data name="VIGen" xml:space="preserve">
+ <value>Datei VersionInfo.txt gefunden, making shot langpack...</value>
+ </data>
+ <data name="WeatherLink" xml:space="preserve">
+ <value>Schreibe Dateien aus Weather Verzeichnis...</value>
+ </data>
+ <data name="WeatherLinkNotFound" xml:space="preserve">
+ <value>Unterverzeichnis Weather nicht gefunden...</value>
+ </data>
+ <data name="WOVIGen" xml:space="preserve">
+ <value>VersionInfo.txt nicht gefunden, so dass volle langpack ...</value>
+ </data>
+ <data name="WrongSelect" xml:space="preserve">
+ <value>Falsches Verzeichnis ausgewählt...</value>
+ </data>
+ <data name="GetVICheckBox" xml:space="preserve">
+ <value>VersionInfo aus Internet oder vollen lokalen Pfad</value>
+ </data>
+ <data name="label6" xml:space="preserve">
+ <value>bspw. http://www.miranda-vi.org/report/mataes</value>
+ </data>
+ <data name="tipper" xml:space="preserve">
+ <value>Kommandozeilen-Argumente</value>
+ </data>
+ <data name="VarHead" xml:space="preserve">
+ <value>Argumente</value>
+ </data>
+ <data name="VarText" xml:space="preserve">
+ <value>\q - stille Erzeugung
+\n - Dateiname der Sprachdatei
+\o - Pfad zu Hinzufügen eigener Datei
+\u - Link zu VI von miranda-vi.org oder voller lokaler Pfad
+\l - Sprachdatei Ausgabepfad
+
+Beispiel LangpackSuite.exe \q \nLang_Test \o"My Strings.txt" \uD:\Miranda\VersionInfo.txt</value>
+ </data>
+</root>
\ No newline at end of file diff --git a/tools/Langpack Suite/myRes.resx b/tools/Langpack Suite/myRes.resx index 7e7d2ffffe..34c3cdf2b5 100644 --- a/tools/Langpack Suite/myRes.resx +++ b/tools/Langpack Suite/myRes.resx @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
diff --git a/tools/Langpack Suite/myRes.ru-RU.resx b/tools/Langpack Suite/myRes.ru-RU.resx index aec3ab47ab..8ffedf0676 100644 --- a/tools/Langpack Suite/myRes.ru-RU.resx +++ b/tools/Langpack Suite/myRes.ru-RU.resx @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
diff --git a/tools/Langpack Suite/myRes.uk-UA.resx b/tools/Langpack Suite/myRes.uk-UA.resx index ed623d4fd7..233cc3cf52 100644 --- a/tools/Langpack Suite/myRes.uk-UA.resx +++ b/tools/Langpack Suite/myRes.uk-UA.resx @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
|