|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
|
3 |
| - <file datatype="xml" source-language="en" target-language="cs" original="../ErrorMessages.resx"> |
| 3 | + <file datatype="xml" source-language="en" target-language="cs-CZ" original="../ErrorMessages.resx"> |
4 | 4 | <body>
|
5 | 5 | <trans-unit id="AdderMissing">
|
6 | 6 | <source>No Add() method defined on "{0}{1}".</source>
|
7 |
| - <target state="new">No Add() method defined on "{0}{1}".</target> |
| 7 | + <target state="translated">Pro {0}{1} není nadefinovaná žádná metoda Add().</target> |
8 | 8 | <note>0 is type name, 1 is property name</note>
|
9 | 9 | </trans-unit>
|
10 | 10 | <trans-unit id="BPMissingGetter">
|
11 | 11 | <source>Missing a "public static Get{0}" method or a public instance property getter for the attached property "{1}.{0}Property".</source>
|
12 |
| - <target state="new">Missing a "public static Get{0}" method or a public instance property getter for the attached property "{1}.{0}Property".</target> |
| 12 | + <target state="translated">Chybí veřejná statická metoda Get{0} nebo metoda getter veřejné vlastnosti instance pro připojenou vlastnost {1}.{0}Property.</target> |
13 | 13 | <note>0 is BindableProperty name, 1 is the declaring type</note>
|
14 | 14 | </trans-unit>
|
15 | 15 | <trans-unit id="BPName">
|
16 | 16 | <source>The name of the BindableProperty {0} does not end with "Property".</source>
|
17 |
| - <target state="new">The name of the BindableProperty {0} does not end with "Property".</target> |
| 17 | + <target state="translated">Název vlastnosti {0} typu BindableProperty nekončí na Property.</target> |
18 | 18 | <note>0 is BindableProperty name</note>
|
19 | 19 | </trans-unit>
|
20 | 20 | <trans-unit id="BindingIndexerEmpty">
|
21 | 21 | <source>Binding: Indexer did not contain arguments.</source>
|
22 |
| - <target state="new">Binding: Indexer did not contain arguments.</target> |
| 22 | + <target state="translated">Vazba: Indexer neobsahoval argumenty.</target> |
23 | 23 | <note />
|
24 | 24 | </trans-unit>
|
25 | 25 | <trans-unit id="BindingIndexerNotClosed">
|
26 | 26 | <source>Binding: Indexer did not contain closing bracket.</source>
|
27 |
| - <target state="new">Binding: Indexer did not contain closing bracket.</target> |
| 27 | + <target state="translated">Vazba: Indexer neobsahoval pravou hranatou závorku.</target> |
28 | 28 | <note />
|
29 | 29 | </trans-unit>
|
30 | 30 | <trans-unit id="BindingIndexerParse">
|
31 | 31 | <source>Binding: "{0}" cannot be parsed as an index for a "{1}".</source>
|
32 |
| - <target state="new">Binding: "{0}" cannot be parsed as an index for a "{1}".</target> |
| 32 | + <target state="translated">Vazba: {0} nejde analyzovat jako index pro vlastnost {1}.</target> |
33 | 33 | <note>0 is indexer value, 1 is property name</note>
|
34 | 34 | </trans-unit>
|
35 | 35 | <trans-unit id="BindingIndexerTypeUnsupported">
|
36 | 36 | <source>Binding: Unsupported indexer index type: "{0}".</source>
|
37 |
| - <target state="new">Binding: Unsupported indexer index type: "{0}".</target> |
| 37 | + <target state="translated">Vazba: Nepodporovaný typ indexu indexeru: {0}</target> |
38 | 38 | <note>0 is indexer type name</note>
|
39 | 39 | </trans-unit>
|
40 | 40 | <trans-unit id="BindingPropertyNotFound">
|
41 | 41 | <source>Binding: Property "{0}" not found on "{1}".</source>
|
42 |
| - <target state="new">Binding: Property "{0}" not found on "{1}".</target> |
| 42 | + <target state="translated">Vazba: Vlastnost {0} nejde u typu {1} najít.</target> |
43 | 43 | <note>0 is property name, 1 is type name</note>
|
44 | 44 | </trans-unit>
|
45 | 45 | <trans-unit id="ConstructorDefaultMissing">
|
46 | 46 | <source>Missing default constructor for "{0}".</source>
|
47 |
| - <target state="new">Missing default constructor for "{0}".</target> |
| 47 | + <target state="translated">Chybí výchozí konstruktor pro typ {0}.</target> |
48 | 48 | <note>0 is type name</note>
|
49 | 49 | </trans-unit>
|
50 | 50 | <trans-unit id="ConstructorXArgsMissing">
|
51 | 51 | <source>Missing constructor for "{0}" with matching x:Arguments.</source>
|
52 |
| - <target state="new">Missing constructor for "{0}" with matching x:Arguments.</target> |
| 52 | + <target state="translated">Chybí konstruktor pro typ {0} s odpovídajícím atributem x:Arguments.</target> |
53 | 53 | <note>0 is type name</note>
|
54 | 54 | </trans-unit>
|
55 | 55 | <trans-unit id="ContentPropertyAttributeMissing">
|
56 | 56 | <source>Cannot set the content of "{0}" as it doesn't have a [ContentProperty] attribute.</source>
|
57 |
| - <target state="new">Cannot set the content of "{0}" as it doesn't have a [ContentProperty] attribute.</target> |
| 57 | + <target state="translated">Nejde nastavit obsah typu {0}, protože nemá atribut [ContentProperty].</target> |
58 | 58 | <note>0 is type name</note>
|
59 | 59 | </trans-unit>
|
60 | 60 | <trans-unit id="Conversion">
|
61 | 61 | <source>Cannot convert value "{0}" to "{1}".</source>
|
62 |
| - <target state="new">Cannot convert value "{0}" to "{1}".</target> |
| 62 | + <target state="translated">Hodnotu {0} nejde převést na typ {1}.</target> |
63 | 63 | <note>0 is a value, 1 is a type</note>
|
64 | 64 | </trans-unit>
|
65 | 65 | <trans-unit id="EnumValueMissing">
|
66 | 66 | <source>Enum value not found for "{0}".</source>
|
67 |
| - <target state="new">Enum value not found for "{0}".</target> |
| 67 | + <target state="translated">Pro hodnotu {0} nešlo najít hodnotu výčtu.</target> |
68 | 68 | <note>0 is enum value</note>
|
69 | 69 | </trans-unit>
|
70 | 70 | <trans-unit id="InvalidXaml">
|
71 | 71 | <source>Invalid Xaml "{0}".</source>
|
72 |
| - <target state="new">Invalid Xaml "{0}".</target> |
| 72 | + <target state="translated">Neplatný kód XAML: {0}</target> |
73 | 73 | <note>0 is the invalid xaml snippet</note>
|
74 | 74 | </trans-unit>
|
75 | 75 | <trans-unit id="MarkupNotClosed">
|
76 | 76 | <source>Markup expression not closed.</source>
|
77 |
| - <target state="new">Markup expression not closed.</target> |
| 77 | + <target state="translated">Výraz značky není uzavřený.</target> |
78 | 78 | <note />
|
79 | 79 | </trans-unit>
|
80 | 80 | <trans-unit id="MarkupParsingFailed">
|
81 | 81 | <source>Error while parsing markup expression.</source>
|
82 |
| - <target state="new">Error while parsing markup expression.</target> |
| 82 | + <target state="translated">Při analýze výrazu značky došlo k chybě.</target> |
83 | 83 | <note />
|
84 | 84 | </trans-unit>
|
85 | 85 | <trans-unit id="MemberResolution">
|
86 | 86 | <source>No property, BindableProperty, or event found for "{0}", or mismatching type between value and property.</source>
|
87 |
| - <target state="new">No property, BindableProperty, or event found for "{0}", or mismatching type between value and property.</target> |
| 87 | + <target state="translated">Pro člen {0} nešlo najít žádnou vlastnost, BindableProperty nebo událost nebo došlo k neshodě typu mezi hodnotou a vlastností.</target> |
88 | 88 | <note>0 is member name</note>
|
89 | 89 | </trans-unit>
|
90 | 90 | <trans-unit id="MethodStaticMissing">
|
91 | 91 | <source>No static method found for "{0}::{1} ({2})".</source>
|
92 |
| - <target state="new">No static method found for "{0}::{1} ({2})".</target> |
| 92 | + <target state="translated">Pro {0}::{1} ({2}) se nenašla žádná statická metoda.</target> |
93 | 93 | <note>0 is type name, 1 is methodname, 2 is type arg list</note>
|
94 | 94 | </trans-unit>
|
95 | 95 | <trans-unit id="MissingEventHandler">
|
96 | 96 | <source>EventHandler "{0}" with correct signature not found in type "{1}".</source>
|
97 |
| - <target state="new">EventHandler "{0}" with correct signature not found in type "{1}".</target> |
| 97 | + <target state="translated">V typu {1} nešlo najít obslužnou rutinu událostí {0} se správnou signaturou.</target> |
98 | 98 | <note>0 is the handler name, 1 is the declaring type</note>
|
99 | 99 | </trans-unit>
|
100 | 100 | <trans-unit id="NamescopeDuplicate">
|
101 | 101 | <source>An element with the name "{0}" already exists in this NameScope.</source>
|
102 |
| - <target state="new">An element with the name "{0}" already exists in this NameScope.</target> |
| 102 | + <target state="translated">Element s názvem {0} už v tomto oboru názvů existuje.</target> |
103 | 103 | <note>0 is the duplicated key</note>
|
104 | 104 | </trans-unit>
|
105 | 105 | <trans-unit id="PropertyMissing">
|
106 | 106 | <source>Missing mandatory property "{0}" on "{1}".</source>
|
107 |
| - <target state="new">Missing mandatory property "{0}" on "{1}".</target> |
| 107 | + <target state="translated">Chybí povinná vlastnost {0} pro typ {1}.</target> |
108 | 108 | <note>0 is a property name, 1 is a type</note>
|
109 | 109 | </trans-unit>
|
110 | 110 | <trans-unit id="PropertyResolution">
|
111 | 111 | <source>Cannot resolve property "{0}" on type "{1} (property missing or missing accessors)".</source>
|
112 |
| - <target state="new">Cannot resolve property "{0}" on type "{1} (property missing or missing accessors)".</target> |
| 112 | + <target state="translated">Nejde přeložit vlastnost {0} pro typ {1} (vlastnost chybí nebo chybí přístupové objekty).</target> |
113 | 113 | <note>0 is a property name, 1 is a type name</note>
|
114 | 114 | </trans-unit>
|
115 | 115 | <trans-unit id="ResourceDictDuplicateKey">
|
116 | 116 | <source>"A resource with the key "{0}" is already present in the ResourceDictionary.</source>
|
117 |
| - <target state="new">"A resource with the key "{0}" is already present in the ResourceDictionary.</target> |
| 117 | + <target state="translated">Prostředek s klíčem {0} už v ResourceDictionary existuje.</target> |
118 | 118 | <note>0 is key name</note>
|
119 | 119 | </trans-unit>
|
120 | 120 | <trans-unit id="ResourceDictMissingKey">
|
121 | 121 | <source>Resources in ResourceDictionary require a x:Key attribute.</source>
|
122 |
| - <target state="new">Resources in ResourceDictionary require a x:Key attribute.</target> |
| 122 | + <target state="translated">Prostředky v ResourceDictionary vyžadují atribut x:Key.</target> |
123 | 123 | <note />
|
124 | 124 | </trans-unit>
|
125 | 125 | <trans-unit id="ResourceMissing">
|
126 | 126 | <source>Resource "{0}" not found.</source>
|
127 |
| - <target state="new">Resource "{0}" not found.</target> |
| 127 | + <target state="translated">Prostředek {0} se nenašel.</target> |
128 | 128 | <note>0 is a resourceId</note>
|
129 | 129 | </trans-unit>
|
130 | 130 | <trans-unit id="SByteEnums">
|
131 | 131 | <source>Multi-valued enums are not valid on sbyte enum types.</source>
|
132 |
| - <target state="new">Multi-valued enums are not valid on sbyte enum types.</target> |
| 132 | + <target state="translated">Výčty s více hodnotami nejsou platné pro typy výčtu sbyte.</target> |
133 | 133 | <note />
|
134 | 134 | </trans-unit>
|
135 | 135 | <trans-unit id="StyleSheetNoSourceOrContent">
|
136 | 136 | <source>StyleSheet require either a Source or a content.</source>
|
137 |
| - <target state="new">StyleSheet require either a Source or a content.</target> |
| 137 | + <target state="translated">Šablona stylů vyžaduje buď zdroj, nebo obsah.</target> |
138 | 138 | <note />
|
139 | 139 | </trans-unit>
|
140 | 140 | <trans-unit id="StyleSheetSourceNotALiteral">
|
141 | 141 | <source>Source property is not a string literal.</source>
|
142 |
| - <target state="new">Source property is not a string literal.</target> |
| 142 | + <target state="translated">Zdrojová vlastnost není řetězcový literál.</target> |
143 | 143 | <note />
|
144 | 144 | </trans-unit>
|
145 | 145 | <trans-unit id="StyleSheetSourceOrContent">
|
146 | 146 | <source>StyleSheet can not have both a Source and a content.</source>
|
147 |
| - <target state="new">StyleSheet can not have both a Source and a content.</target> |
| 147 | + <target state="translated">Šablona stylů nemůže obsahovat jak zdroj, tak obsah.</target> |
148 | 148 | <note />
|
149 | 149 | </trans-unit>
|
150 | 150 | <trans-unit id="StyleSheetStyleNotALiteral">
|
151 | 151 | <source>Style property or Content is not a string literal.</source>
|
152 |
| - <target state="new">Style property or Content is not a string literal.</target> |
| 152 | + <target state="translated">Vlastnost Style nebo obsah není řetězcový literál.</target> |
153 | 153 | <note />
|
154 | 154 | </trans-unit>
|
155 | 155 | <trans-unit id="TypeResolution">
|
156 | 156 | <source>Cannot resolve type "{0}".</source>
|
157 |
| - <target state="new">Cannot resolve type "{0}".</target> |
| 157 | + <target state="translated">Typ {0} nejde přeložit.</target> |
158 | 158 | <note>0 is a type name</note>
|
159 | 159 | </trans-unit>
|
160 | 160 | <trans-unit id="XDataTypeSyntax">
|
161 | 161 | <source>x:DataType expects a string literal, an {{x:Type}} markup or {{x:Nul}l}.</source>
|
162 |
| - <target state="new">x:DataType expects a string literal, an {{x:Type}} markup or {{x:Nul}l}.</target> |
| 162 | + <target state="translated">x:DataType očekává řetězcový literál, značku {{x:Type}} nebo {{x:Nul}l}.</target> |
163 | 163 | <note />
|
164 | 164 | </trans-unit>
|
165 | 165 | <trans-unit id="XStaticResolution">
|
166 | 166 | <source>x:Static: unable to find a public -- or accessible internal -- static field, static property, const or enum value named "{0}" in "{1}".</source>
|
167 |
| - <target state="new">x:Static: unable to find a public -- or accessible internal -- static field, static property, const or enum value named "{0}" in "{1}".</target> |
| 167 | + <target state="translated">x:Static: nejde najít veřejné nebo přístupné interní statické pole, statickou vlastnost, konstantu nebo hodnotu výčtu s názvem {0} v typu {1}.</target> |
168 | 168 | <note>0 is membername, 1 is type name</note>
|
169 | 169 | </trans-unit>
|
170 | 170 | <trans-unit id="XStaticSyntax">
|
171 | 171 | <source>Syntax for x:Static is "[Member=][prefix:]typeName.staticMemberName".</source>
|
172 |
| - <target state="new">Syntax for x:Static is "[Member=][prefix:]typeName.staticMemberName".</target> |
| 172 | + <target state="translated">Syntaxe pro x:Static je [Člen=][předpona:]názevTypu.názevStatickéhoČlenu.</target> |
173 | 173 | <note />
|
174 | 174 | </trans-unit>
|
175 | 175 | <trans-unit id="XmlnsUndeclared">
|
176 | 176 | <source>Undeclared xmlns prefix "{0}".</source>
|
177 |
| - <target state="new">Undeclared xmlns prefix "{0}".</target> |
| 177 | + <target state="translated">Nedeklarovaná předpona xmlns: {0}</target> |
178 | 178 | <note>0 is the xmlns prefix</note>
|
179 | 179 | </trans-unit>
|
180 | 180 | </body>
|
|
0 commit comments