Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Czech language #54

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
242 changes: 242 additions & 0 deletions src/Shared/HandyControl_Shared/Properties/Langs/Lang.cs.resx
Original file line number Diff line number Diff line change
@@ -0,0 +1,242 @@
<?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="Confirm" xml:space="preserve">
<value>OK</value>
</data>
<data name="Cancel" xml:space="preserve">
<value>Storno</value>
</data>
<data name="PngImg" xml:space="preserve">
<value>obrázek PNG</value>
</data>
<data name="ErrorImgPath" xml:space="preserve">
<value>Cesta k obrázku je nesprávná</value>
</data>
<data name="ErrorImgSize" xml:space="preserve">
<value>Velikost obrázku je nesprávná</value>
</data>
<data name="UnknownSize" xml:space="preserve">
<value>neznámá velikost</value>
</data>
<data name="TooLarge" xml:space="preserve">
<value>příliš velký</value>
</data>
<data name="Unknown" xml:space="preserve">
<value>neznámé</value>
</data>
<data name="Interval30s" xml:space="preserve">
<value>půlminutový interval</value>
</data>
<data name="Interval1m" xml:space="preserve">
<value>minutový interval</value>
</data>
<data name="Interval5m" xml:space="preserve">
<value>pětiminutový interval</value>
</data>
<data name="Interval10m" xml:space="preserve">
<value>desetiminutový interval</value>
</data>
<data name="Interval30m" xml:space="preserve">
<value>půlhodinový interval</value>
</data>
<data name="Interval1h" xml:space="preserve">
<value>hodinový interval</value>
</data>
<data name="Interval2h" xml:space="preserve">
<value>dvouhodinový interval</value>
</data>
<data name="Clear" xml:space="preserve">
<value>Smazat</value>
</data>
<data name="Close" xml:space="preserve">
<value>Zavřít</value>
</data>
<data name="CloseAll" xml:space="preserve">
<value>Zavřít vše</value>
</data>
<data name="CloseOther" xml:space="preserve">
<value>Zavřít ostatní</value>
</data>
<data name="Am" xml:space="preserve">
<value>dop.</value>
</data>
<data name="Pm" xml:space="preserve">
<value>odp.</value>
</data>
<data name="Tip" xml:space="preserve">
<value>Tip</value>
</data>
<data name="IsNecessary" xml:space="preserve">
<value>musí být vyplněno</value>
</data>
<data name="OutOfRange" xml:space="preserve">
<value>mimo rozsah</value>
</data>
<data name="FormatError" xml:space="preserve">
<value>nesprávný formát</value>
</data>
<data name="Yes" xml:space="preserve">
<value>Ano</value>
</data>
<data name="No" xml:space="preserve">
<value>Ne</value>
</data>
<data name="BusyIndicatorLoading" xml:space="preserve">
<value>Čekejte prosím...</value>
</data>
<data name="ZoomIn" xml:space="preserve">
<value>Přiblížit</value>
</data>
<data name="ZoomOut" xml:space="preserve">
<value>Oddálit</value>
</data>
<data name="PreviousPage" xml:space="preserve">
<value>Předchozí strana</value>
</data>
<data name="NextPage" xml:space="preserve">
<value>Další strana</value>
</data>
<data name="PageMode" xml:space="preserve">
<value>Režim stránek</value>
</data>
<data name="TwoPageMode" xml:space="preserve">
<value>Dvoustránkový režim</value>
</data>
<data name="ScrollMode" xml:space="preserve">
<value>Rolovací režim</value>
</data>
<data name="Find" xml:space="preserve">
<value>Najít</value>
</data>
<data name="LangComment" xml:space="preserve">
<value>Najde přeložený řetězec podobný "{0}".</value>
</data>
<data name="Jump" xml:space="preserve">
<value>Přejít</value>
</data>
<data name="Miscellaneous" xml:space="preserve">
<value>Různé</value>
</data>
<data name="All" xml:space="preserve">
<value>Vše</value>
</data>
<data name="NoData" xml:space="preserve">
<value>žádný obsah</value>
</data>
</root>