summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-01-17 12:07:27 +0000
committerRobert Pösel <robyer@seznam.cz>2013-01-17 12:07:27 +0000
commit4e65d84411d125552395e434922221bf52932a56 (patch)
tree6cd831a7698b47724013c9fdc035ec434fccd2cb /tools
parent419cb6f99f77e70f428c660506dc12ea005d3546 (diff)
Langpack Suite: Added czech translation
git-svn-id: http://svn.miranda-ng.org/main/trunk@3132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'tools')
-rw-r--r--tools/Langpack Suite/Form1.Designer.cs3
-rw-r--r--tools/Langpack Suite/Form1.cs6
-rw-r--r--tools/Langpack Suite/LangpackSuite.csproj1
-rw-r--r--tools/Langpack Suite/myRes.cs-CZ.resx314
4 files changed, 323 insertions, 1 deletions
diff --git a/tools/Langpack Suite/Form1.Designer.cs b/tools/Langpack Suite/Form1.Designer.cs
index af65d0a091..0565b24780 100644
--- a/tools/Langpack Suite/Form1.Designer.cs
+++ b/tools/Langpack Suite/Form1.Designer.cs
@@ -471,7 +471,8 @@
"Русский",
"Українська",
"Беларускі",
- "Deutsch"});
+ "Deutsch",
+ "Čeština"});
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 a70fb0608b..8c39d08a27 100644
--- a/tools/Langpack Suite/Form1.cs
+++ b/tools/Langpack Suite/Form1.cs
@@ -110,6 +110,10 @@ namespace Langpack_Suite
{
LanguageComboBox.SelectedIndex = 4;
}
+ else if (culture.ToString() == "cs-CZ")
+ {
+ LanguageComboBox.SelectedIndex = 5;
+ }
else
{
culture = CultureInfo.CreateSpecificCulture("en-US");
@@ -826,6 +830,8 @@ namespace Langpack_Suite
culture = CultureInfo.CreateSpecificCulture("be-BY");
if (LanguageComboBox.SelectedIndex == 4)
culture = CultureInfo.CreateSpecificCulture("de-DE");
+ if (LanguageComboBox.SelectedIndex == 5)
+ culture = CultureInfo.CreateSpecificCulture("cs-CZ");
adjustCulture();
}
diff --git a/tools/Langpack Suite/LangpackSuite.csproj b/tools/Langpack Suite/LangpackSuite.csproj
index ffa4baba61..4b545dac47 100644
--- a/tools/Langpack Suite/LangpackSuite.csproj
+++ b/tools/Langpack Suite/LangpackSuite.csproj
@@ -86,6 +86,7 @@
</EmbeddedResource>
<EmbeddedResource Include="myRes.be-BY.resx" />
<EmbeddedResource Include="myRes.de-DE.resx" />
+ <EmbeddedResource Include="myRes.cs-CZ.resx" />
<EmbeddedResource Include="myRes.uk-UA.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>myRes.uk-UA.Designer.cs</LastGenOutput>
diff --git a/tools/Langpack Suite/myRes.cs-CZ.resx b/tools/Langpack Suite/myRes.cs-CZ.resx
new file mode 100644
index 0000000000..c038341c8f
--- /dev/null
+++ b/tools/Langpack Suite/myRes.cs-CZ.resx
@@ -0,0 +1,314 @@
+<?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>Langpack přiřazen...</value>
+ </data>
+ <data name="AssignLangBtn" xml:space="preserve">
+ <value>Přiřadit</value>
+ </data>
+ <data name="AutoModeBtn" xml:space="preserve">
+ <value>Automaticky</value>
+ </data>
+ <data name="ComFound" xml:space="preserve">
+ <value>Komentáře nalezeny...</value>
+ </data>
+ <data name="CommentFindBtn" xml:space="preserve">
+ <value>Najít komentáře</value>
+ </data>
+ <data name="ComNotFound" xml:space="preserve">
+ <value>Komentáře nenalezeny!</value>
+ </data>
+ <data name="CoreNotFound" xml:space="preserve">
+ <value>Soubor =CORE=.txt nebyl nalezen...</value>
+ </data>
+ <data name="CreateLangpackBtn" xml:space="preserve">
+ <value>Vytvořit langpack</value>
+ </data>
+ <data name="Done" xml:space="preserve">
+ <value>Hotovo!</value>
+ </data>
+ <data name="DupesFindBtn" xml:space="preserve">
+ <value>Najít duplikáty</value>
+ </data>
+ <data name="DupesNotFound" xml:space="preserve">
+ <value>Soubor =DUPES=.txt nebyl nalezen...</value>
+ </data>
+ <data name="DupFound" xml:space="preserve">
+ <value>Duplikáty nalezeny...</value>
+ </data>
+ <data name="DupNotFound" xml:space="preserve">
+ <value>Duplikáty nenalezeny!</value>
+ </data>
+ <data name="DupStop" xml:space="preserve">
+ <value>Činnost zastavena.</value>
+ </data>
+ <data name="Error" xml:space="preserve">
+ <value>Chyba</value>
+ </data>
+ <data name="File2NotFound" xml:space="preserve">
+ <value>.txt nenalezen...</value>
+ </data>
+ <data name="FileNotFound" xml:space="preserve">
+ <value> nenalezen...</value>
+ </data>
+ <data name="FileText" xml:space="preserve">
+ <value>Soubor </value>
+ </data>
+ <data name="FindLang" xml:space="preserve">
+ <value>Hledání langpacku...</value>
+ </data>
+ <data name="GenStop" xml:space="preserve">
+ <value>Generování zastaveno.</value>
+ </data>
+ <data name="GenText" xml:space="preserve">
+ <value>Generování langpacku...</value>
+ </data>
+ <data name="groupBox1" xml:space="preserve">
+ <value>Přiřadit langpack soubor</value>
+ </data>
+ <data name="groupBox2" xml:space="preserve">
+ <value>Výstupní soubor</value>
+ </data>
+ <data name="groupBox5" xml:space="preserve">
+ <value>Režim činnosti</value>
+ </data>
+ <data name="HeadNotFound" xml:space="preserve">
+ <value>Soubor =HEAD=.txt nenalezen...</value>
+ </data>
+ <data name="Inf" xml:space="preserve">
+ <value>Informace</value>
+ </data>
+ <data name="label1" xml:space="preserve">
+ <value>Název langpack souboru:</value>
+ </data>
+ <data name="label2" xml:space="preserve">
+ <value>Název:</value>
+ </data>
+ <data name="label3" xml:space="preserve">
+ <value>Soubor LinkList.txt obsahuje odkazy na soubory s překlady jednotlivých
+doplňků a může být použit v jakémkoli download manažeru. Stažené
+soubory mohou být použity pro vygenerování kompletního překladu nebo může obsahovat
+překlady pouze těch doplňků, které používáte (informace je získána
+ze souboru version info, je-li dostupný).</value>
+ </data>
+ <data name="label4" xml:space="preserve">
+ <value>URL k SVN:</value>
+ </data>
+ <data name="LangNotFound" xml:space="preserve">
+ <value>Langpack nebyl nalezen...</value>
+ </data>
+ <data name="LangPathLbl" xml:space="preserve">
+ <value>nepřiřazen</value>
+ </data>
+ <data name="LanguageLbl" xml:space="preserve">
+ <value>Jazyk:</value>
+ </data>
+ <data name="LinkListGen" xml:space="preserve">
+ <value>Generování LinkListu...</value>
+ </data>
+ <data name="LinkListGenBtn" xml:space="preserve">
+ <value>Vytvořit soubor</value>
+ </data>
+ <data name="ManualModeBtn" xml:space="preserve">
+ <value>Manuální</value>
+ </data>
+ <data name="NotOpen" xml:space="preserve">
+ <value>Nelze otevřít soubor.</value>
+ </data>
+ <data name="NotTransFound" xml:space="preserve">
+ <value>Nepřeložené řetězce nalezeny...</value>
+ </data>
+ <data name="NotTranslFindBtn" xml:space="preserve">
+ <value>Najít nepřeložené</value>
+ </data>
+ <data name="NotTransNotFound" xml:space="preserve">
+ <value>Nepřeložené řetězce nebyly nalezeny!</value>
+ </data>
+ <data name="NotWrite" xml:space="preserve">
+ <value>Nelze zapisovat do souboru.</value>
+ </data>
+ <data name="OwnFileCheckBox" xml:space="preserve">
+ <value>Přidat váš vlastní soubor do langpacku</value>
+ </data>
+ <data name="PlugLink" xml:space="preserve">
+ <value>Zapisování souborů ze složky Plugins...</value>
+ </data>
+ <data name="PlugLinkNotFound" xml:space="preserve">
+ <value>Podsložka Plugins nenalezena...</value>
+ </data>
+ <data name="RootLink" xml:space="preserve">
+ <value>Zapisování souborů z kořenové složky...</value>
+ </data>
+ <data name="SelectOwnFileBtn" xml:space="preserve">
+ <value>Vybrat</value>
+ </data>
+ <data name="tabPage1" xml:space="preserve">
+ <value>Generátor</value>
+ </data>
+ <data name="tabPage2" xml:space="preserve">
+ <value>LinkListGen</value>
+ </data>
+ <data name="tabPage3" xml:space="preserve">
+ <value>Hledání duplikátů</value>
+ </data>
+ <data name="VersionNotFound" xml:space="preserve">
+ <value>Soubor =VERSION=.txt nenalezen...</value>
+ </data>
+ <data name="VIGen" xml:space="preserve">
+ <value>Soubor VersionInfo.txt nalezen, vytváření zkráceného langpacku...</value>
+ </data>
+ <data name="WeatherLink" xml:space="preserve">
+ <value>Zapisování souborů ze složky Weather...</value>
+ </data>
+ <data name="WeatherLinkNotFound" xml:space="preserve">
+ <value>Podsložka Weather nenalezena...</value>
+ </data>
+ <data name="WOVIGen" xml:space="preserve">
+ <value>Soubor VersionInfo.txt nenalezen, vytváření úplného langpacku...</value>
+ </data>
+ <data name="WrongSelect" xml:space="preserve">
+ <value>Vybrána neplatná složka...</value>
+ </data>
+ <data name="GetVICheckBox" xml:space="preserve">
+ <value>Získat VersionInfo z internetu nebo zadejte úplnou cestu k souboru</value>
+ </data>
+ <data name="label6" xml:space="preserve">
+ <value>např. http://www.miranda-vi.org/report/mataes</value>
+ </data>
+ <data name="tipper" xml:space="preserve">
+ <value>Seznam argumentů příkazové řádky</value>
+ </data>
+ <data name="VarHead" xml:space="preserve">
+ <value>Argumenty</value>
+ </data>
+ <data name="VarText" xml:space="preserve">
+ <value>\q - tiché generování
+\n - Název langpack souboru
+\o - Cesta pro přidání vlastního souboru
+\u - Odkaz na VI z miranda-vi.org nebo úplná cesta k souboru
+\l - Cesta pro výstup langpacku
+\p - Název složky s dostupným langpackem
+
+Například: LangpackSuite.exe \q \nLang_Test \o"Moje řetězce.txt" \uD:\Miranda\VersionInfo.txt \pczech</value>
+ </data>
+ <data name="AvailLangpacks" xml:space="preserve">
+ <value>Dostupné langpacky:</value>
+ </data>
+</root> \ No newline at end of file