-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Czech language file
- Loading branch information
Showing
1 changed file
with
310 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,310 @@ | ||
<?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="EveryMinute" xml:space="preserve"> | ||
<value>každou minutu</value> | ||
</data> | ||
<data name="EveryHour" xml:space="preserve"> | ||
<value>každou hodinu</value> | ||
<comment>EveryHour description</comment> | ||
</data> | ||
<data name="AnErrorOccurredWhenGeneratingTheExpressionD" xml:space="preserve"> | ||
<value>Při generování popisu výrazu se vyskytla chyba. Zkontrolujte syntaxi výrazu Cron.</value> | ||
<comment>AnErrorOccurredWhenGeneratingTheExpressionD description</comment> | ||
</data> | ||
<data name="AtSpace" xml:space="preserve"> | ||
<value>V </value> | ||
<comment>At description</comment> | ||
</data> | ||
<data name="EveryMinuteBetweenX0AndX1" xml:space="preserve"> | ||
<value>Každou minutu mezi {0} a {1}</value> | ||
<comment>EveryMinuteBetweenX0AndX1 description</comment> | ||
</data> | ||
<data name="At" xml:space="preserve"> | ||
<value>V</value> | ||
<comment>At description</comment> | ||
</data> | ||
<data name="SpaceAnd" xml:space="preserve"> | ||
<value> a</value> | ||
<comment>And description</comment> | ||
</data> | ||
<data name="EverySecond" xml:space="preserve"> | ||
<value>každou sekundu</value> | ||
<comment>EverySecond description</comment> | ||
</data> | ||
<data name="EveryX0Seconds" xml:space="preserve"> | ||
<value>každých {0} sekund</value> | ||
<comment>EveryX0Seconds description</comment> | ||
</data> | ||
<data name="SecondsX0ThroughX1PastTheMinute" xml:space="preserve"> | ||
<value>sekundy {0} až {1} po minutě</value> | ||
<comment>SecondsX0ThroughX1PastTheMinute description</comment> | ||
</data> | ||
<data name="AtX0SecondsPastTheMinute" xml:space="preserve"> | ||
<value>za {0} sekund po minutě</value> | ||
<comment>AtX0SecondsPastTheMinute description</comment> | ||
</data> | ||
<data name="EveryX0Minutes" xml:space="preserve"> | ||
<value>každých {0} minut</value> | ||
<comment>EveryX0Minutes description</comment> | ||
</data> | ||
<data name="MinutesX0ThroughX1PastTheHour" xml:space="preserve"> | ||
<value>minuty {0} až {1} po hodině</value> | ||
<comment>MinutesX0ThroughX1PastTheHour description</comment> | ||
</data> | ||
<data name="AtX0MinutesPastTheHour" xml:space="preserve"> | ||
<value>v {0} minut po hodině</value> | ||
<comment>AtX0MinutesPastTheHour description</comment> | ||
</data> | ||
<data name="EveryX0Hours" xml:space="preserve"> | ||
<value>každých {0} hodin</value> | ||
<comment>EveryX0Hours description</comment> | ||
</data> | ||
<data name="BetweenX0AndX1" xml:space="preserve"> | ||
<value>mezi {0} a {1}</value> | ||
<comment>BetweenX0AndX1 description</comment> | ||
</data> | ||
<data name="AtX0" xml:space="preserve"> | ||
<value>v {0}</value> | ||
<comment>AtX0 description</comment> | ||
</data> | ||
<data name="ComaEveryDay" xml:space="preserve"> | ||
<value>, každý den</value> | ||
<comment>ComaEveryDay description</comment> | ||
</data> | ||
<data name="ComaEveryX0DaysOfTheWeek" xml:space="preserve"> | ||
<value>, každých {0} dnů týdne</value> | ||
<comment>EveryX0DaysOfTheWeek description</comment> | ||
</data> | ||
<data name="ComaX0ThroughX1" xml:space="preserve"> | ||
<value>, {0} až {1}</value> | ||
<comment>X0ThroughX1 description</comment> | ||
</data> | ||
<data name="First" xml:space="preserve"> | ||
<value>první</value> | ||
<comment>First description</comment> | ||
</data> | ||
<data name="Second" xml:space="preserve"> | ||
<value>druhá</value> | ||
<comment>Second description</comment> | ||
</data> | ||
<data name="Third" xml:space="preserve"> | ||
<value>třetí</value> | ||
<comment>Third description</comment> | ||
</data> | ||
<data name="Fourth" xml:space="preserve"> | ||
<value>čtvrtá</value> | ||
<comment>Fourth description</comment> | ||
</data> | ||
<data name="Fifth" xml:space="preserve"> | ||
<value>pátá</value> | ||
<comment>Fifth description</comment> | ||
</data> | ||
<data name="ComaOnThe" xml:space="preserve"> | ||
<value>, v </value> | ||
<comment>OnThe description</comment> | ||
</data> | ||
<data name="SpaceX0OfTheMonth" xml:space="preserve"> | ||
<value> {0} měsíce</value> | ||
<comment>X0OfTheMonth description</comment> | ||
</data> | ||
<data name="ComaOnTheLastX0OfTheMonth" xml:space="preserve"> | ||
<value>, poslední {0} v měsíci</value> | ||
<comment>OnTheLastX0OfTheMonth description</comment> | ||
</data> | ||
<data name="ComaOnlyOnX0" xml:space="preserve"> | ||
<value>, jen v {0}</value> | ||
<comment>OnlyOnX0 description</comment> | ||
</data> | ||
<data name="ComaEveryX0Months" xml:space="preserve"> | ||
<value>, každých {0} měsíců</value> | ||
<comment>EveryX0Months description</comment> | ||
</data> | ||
<data name="ComaOnlyInX0" xml:space="preserve"> | ||
<value>, jen za {0}</value> | ||
<comment>ComaOnlyInX0 description</comment> | ||
</data> | ||
<data name="ComaOnTheLastDayOfTheMonth" xml:space="preserve"> | ||
<value>, poslední den v měsíci</value> | ||
<comment>ComaOnTheLastDayOfTheMonth description</comment> | ||
</data> | ||
<data name="ComaOnTheLastWeekdayOfTheMonth" xml:space="preserve"> | ||
<value>, poslední všední den v měsíci</value> | ||
<comment>OnTheLastWeekdayOfTheMonth description</comment> | ||
</data> | ||
<data name="FirstWeekday" xml:space="preserve"> | ||
<value>první všední den</value> | ||
<comment>FirstWeekday description</comment> | ||
</data> | ||
<data name="WeekdayNearestDayX0" xml:space="preserve"> | ||
<value>všední nebližší den {0}</value> | ||
<comment>WeekdayNearestDayX0 description</comment> | ||
</data> | ||
<data name="ComaOnTheX0OfTheMonth" xml:space="preserve"> | ||
<value>, {0} v měsíci</value> | ||
<comment>ComaOnTheX0OfTheMonth description</comment> | ||
</data> | ||
<data name="ComaEveryX0Days" xml:space="preserve"> | ||
<value>, každých {0} dnů</value> | ||
<comment>ComaEveryX0Days description</comment> | ||
</data> | ||
<data name="ComaBetweenDayX0AndX1OfTheMonth" xml:space="preserve"> | ||
<value>, mezi dny {0} a {1} v měsíci</value> | ||
<comment>BetweenDayX0AndX1OfTheMonth description</comment> | ||
</data> | ||
<data name="ComaOnDayX0OfTheMonth" xml:space="preserve"> | ||
<value>, dne {0} v měsíci</value> | ||
<comment>ComaOnDayX0OfTheMonth description</comment> | ||
</data> | ||
<data name="SpaceAndSpace" xml:space="preserve"> | ||
<value> a </value> | ||
<comment>And description</comment> | ||
</data> | ||
<data name="ComaEveryMinute" xml:space="preserve"> | ||
<value>, každou minutu</value> | ||
<comment>ComaEveryMinute1 description</comment> | ||
</data> | ||
<data name="ComaEveryHour" xml:space="preserve"> | ||
<value>, každou hodinu</value> | ||
<comment>ComaEveryHour description</comment> | ||
</data> | ||
<data name="ComaEveryX0Years" xml:space="preserve"> | ||
<value>, každých {0} let</value> | ||
<comment>ComaEveryX0Years description</comment> | ||
</data> | ||
<data name="CommaStartingX0" xml:space="preserve"> | ||
<value>, začátek {0}</value> | ||
<comment>CommaStartingX0 description</comment> | ||
</data> | ||
<data name="AMPeriod" xml:space="preserve"> | ||
<value>dop.</value> | ||
<comment>AM / In the morning</comment> | ||
</data> | ||
<data name="PMPeriod" xml:space="preserve"> | ||
<value>odp.</value> | ||
<comment>PM / In the afternoon</comment> | ||
</data> | ||
<data name="CommaDaysBeforeTheLastDayOfTheMonth" xml:space="preserve"> | ||
<value>, {0} dnů před posledním dnem v měsíci</value> | ||
<comment>CommaDaysBeforeTheLastDayOfTheMonth description</comment> | ||
</data> | ||
<data name="ComaOnlyInYearX0" xml:space="preserve"> | ||
<value>, jen v {0}</value> | ||
</data> | ||
</root> |