[gxml] Updated Czech translation



commit 9e4cd51aac706aad61ba7f5f2a4d701917255f6d
Author: Marek Cernocky <marek_cernocky conel cz>
Date:   Tue Nov 8 14:21:21 2016 +0100

    Updated Czech translation

 po/cs.po |  277 +++++++++++++++++++++++++++++++++++++++++++++++++-------------
 1 files changed, 221 insertions(+), 56 deletions(-)
---
diff --git a/po/cs.po b/po/cs.po
index 20e8f96..2c6c963 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -8,10 +8,10 @@ msgstr ""
 "Project-Id-Version: gxml master\n"
 "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
 "product=gxml&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2016-11-01 06:04+0000\n"
-"PO-Revision-Date: 2016-11-01 10:05+0100\n"
+"POT-Creation-Date: 2016-11-08 02:23+0000\n"
+"PO-Revision-Date: 2016-11-08 14:20+0100\n"
 "Last-Translator: Marek Černocký <marek manet cz>\n"
-"Language-Team: čeština <gnome-cs-list gnome org>\n"
+"Language-Team: čeština <gnome-cs-list gnome org>>\n"
 "Language: cs\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -51,51 +51,121 @@ msgstr "hodnota je neplatná"
 msgid "text cannot be parsed to enumeration type:"
 msgstr "text nelze zpracovat na výčtový typ:"
 
-#: ../gxml/GomDocument.vala:106
-msgid "Invalid node name"
-msgstr "Neplatný název uzlu"
+#: ../gxml/GomCollections.vala:66
+msgid "Invalid index for elements in array list"
+msgstr "Neplatný index pro prvek v poli"
 
-#: ../gxml/GomDocument.vala:112
-msgid "Invalid namespace"
-msgstr "Neplatný jmenný prostor"
+#: ../gxml/GomCollections.vala:70
+msgid "Invalid index reference for child elements in array list"
+msgstr "Neplatný index pro odkaz na synovský prvek v poli"
 
-#: ../gxml/GomDocument.vala:151 ../gxml/GXmlDocument.vala:269
+#: ../gxml/GomCollections.vala:75
+msgid "Referenced object's type is invalid. Should be a GXmlGomElement"
+msgstr "Odkazovaný objektový typ je neplatný. Měl by být GXmlGomElement"
+
+#: ../gxml/GomCollections.vala:107 ../gxml/GomCollections.vala:177
+msgid "Invalid element type only GXmlGomElement is supported"
+msgstr "Neplatný typ prvku, podporován je jen GXmlGomElement"
+
+#: ../gxml/GomCollections.vala:120
+msgid "Invalid object item type to initialize ArrayList"
+msgstr "Neplatný typ objektové položky pro inicializaci ArrayList"
+
+#: ../gxml/GomCollections.vala:134
+msgid ""
+"Invalid atempt to add unsupported type. Only GXmlGomElement is supported"
+msgstr ""
+"Neplatný pokus o přidání nepodporovaného typu. Podporován je jen "
+"GXmlGomElement"
+
+#: ../gxml/GomCollections.vala:137 ../gxml/GomCollections.vala:141
+#: ../gxml/GomCollections.vala:226
+msgid "Invalid atempt to add a node with a different parent document"
+msgstr "Neplatný pokus o přidání uzlu s jiným rodičovským dokumentem"
+
+#: ../gxml/GomCollections.vala:200
+msgid "Invalid object item type to initialize HashMap"
+msgstr "Neplatný typ objektové položky pro inicializaci HashMap"
+
+#: ../gxml/GomCollections.vala:215
+msgid ""
+"Invalid atempt to set unsupported type. Only GXmlGomElement is supported"
+msgstr ""
+"Neplatný pokus o nastavení nepodporovaného typu. Podporován je jen "
+"GXmlGomElement"
+
+#: ../gxml/GomCollections.vala:218
+msgid "Invalid atempt to set a node with a different parent document"
+msgstr "Neplatný pokus o nastavení uzlu s jiným rodičovským dokumentem"
+
+#: ../gxml/GomCollections.vala:222
+msgid "Invalid atempt to set a node without key attribute"
+msgstr "Neplatný pokus o nastavení uzlu bez klíčového atributu"
+
+#: ../gxml/GomDocument.vala:117
+msgid "Creating an namespaced element with invalid node name"
+msgstr "Vytváří se prvek s jmenným prostorem s neplatným názvem uzlu"
+
+#: ../gxml/GomDocument.vala:124
+msgid "Creating an namespaced element with invalid namespace"
+msgstr "Vytváří se prvek s jmenným prostorem s neplatným jmenným prostorem"
+
+#: ../gxml/GomDocument.vala:128
+msgid ""
+"Invalid namespace URI for xmlns prefix. Use http://www.w3.org/2000/xmlns/";
+msgstr ""
+"Neplatná adresa URI jmenného prostoru pro prefix xmlns. Použijte http://www.";
+"w3.org/2000/xmlns/"
+
+#: ../gxml/GomDocument.vala:132
+msgid "Only xmlns prefixs can be used with http://www.w3.org/2000/xmlns/";
+msgstr "S http://www.w3.org/2000/xmlns/ lez použít jen prefix xmlns"
+
+#: ../gxml/GomDocument.vala:170 ../gxml/GXmlDocument.vala:269
 msgid "Can't import a Document"
 msgstr "Nelze importovat Dokument"
 
-#: ../gxml/GomDocument.vala:153 ../gxml/GXmlDocument.vala:271
+#: ../gxml/GomDocument.vala:172 ../gxml/GXmlDocument.vala:271
 msgid "Can't import a non Element type node to a Document"
 msgstr "Do dokumentu nezlez importovat uzel který není typu prvek"
 
-#: ../gxml/GomDocument.vala:177 ../gxml/GXmlDocument.vala:295
+#: ../gxml/GomDocument.vala:196 ../gxml/GXmlDocument.vala:295
 msgid "Can't adopt a Document"
 msgstr "Nelze převzít dokument"
 
 #. FIXME:
-#: ../gxml/GomDocument.vala:332 ../gxml/GomElement.vala:124
+#: ../gxml/GomDocument.vala:351 ../gxml/GomElement.vala:134
 #: ../gxml/GXmlElement.vala:317
 msgid "DomElement query_selector is not implemented"
 msgstr "DomElement query_selector není implementován"
 
 #. FIXME:
-#: ../gxml/GomDocument.vala:336 ../gxml/GomElement.vala:128
+#: ../gxml/GomDocument.vala:355 ../gxml/GomElement.vala:138
 #: ../gxml/GXmlElement.vala:321
 msgid "DomElement query_selector_all is not implemented"
 msgstr "DomElement query_selector_all není implementován"
 
-#: ../gxml/GomElement.vala:208 ../gxml/GomElement.vala:246
+#: ../gxml/GomElement.vala:44
+msgid "Invalid namespace URI stored in element's attribute"
+msgstr "Neplatná adresa URI jmenného prostoru uchovaná v atributu prvku"
+
+#: ../gxml/GomElement.vala:51 ../gxml/GomElement.vala:73
+msgid "Invalid attribute name in element's attributes list"
+msgstr "Neplatný název atributu v seznamu atributů prvku"
+
+#: ../gxml/GomElement.vala:240 ../gxml/GomElement.vala:278
 msgid "Invalid attribute name"
 msgstr "Neplatný název atributu"
 
-#: ../gxml/GomElement.vala:210 ../gxml/GomElement.vala:248
+#: ../gxml/GomElement.vala:242 ../gxml/GomElement.vala:280
 msgid "Invalid node type. DomAttr was expected"
 msgstr "Neplatný typ uzlu. Byl očekáván DomAttr"
 
-#: ../gxml/GomElement.vala:251
+#: ../gxml/GomElement.vala:283
 msgid "Invalid namespaced attribute's name and prefix"
 msgstr "Neplatný název a prefix atributu se jmenným prostorem"
 
-#: ../gxml/GomElement.vala:255
+#: ../gxml/GomElement.vala:287
 msgid ""
 "Namespace attributes prefixed with xmlns should use a namespace uri http://";
 "www.w3.org/2000/xmlns"
@@ -103,110 +173,181 @@ msgstr ""
 "Atribut se jmenným prostorem určeným pomocí xmlns by měl používat jmenný "
 "prostor http://www.w3.org/2000/xmlns";
 
-#: ../gxml/GomElement.vala:259
+#: ../gxml/GomElement.vala:291
 msgid "Namespaced attributes should provide a valid prefix and namespace"
 msgstr ""
 "Atribut se jmenným prostorem by měl mít uvedený platný prefix a jmenný "
 "prostor"
 
-#: ../gxml/GomElement.vala:272
+#: ../gxml/GomElement.vala:294
+msgid "Invalid namespace attribute's name."
+msgstr "Neplatný název atributu se jmenným prostorem"
+
+#: ../gxml/GomElement.vala:310
 #, c-format
-msgid ""
-"Attribute's prefix and namespace URI conflics with already defined namespace"
-"%s"
+msgid "Redefinition of default namespace for %s"
+msgstr "Předefinování výchozího jmenného prostoru pro %s"
+
+#: ../gxml/GomElement.vala:324
+#, c-format
+msgid "Redefinition of namespace's prefix for %s"
+msgstr "Předefinování prefixu jemnného prostoru pro %s"
+
+#: ../gxml/GomElement.vala:338
+msgid "Trying to add an attribute with a non found namespace prefix"
 msgstr ""
-"Prefix a adresa URI jmenného prostoru jsou v konfliktu s již definovaným "
-"jmenným prostorem %s"
+"Zkouší se přidat atribut, u kterého nebyl nalezen prefix jmenného prostoru"
 
-#: ../gxml/GomElement.vala:307
-msgid "Error:"
-msgstr "Chyba:"
+#: ../gxml/GomElement.vala:344
+msgid "Trying to add an attribute with a non found namespace URI"
+msgstr ""
+"Zkouší se přidat atribut, u kterého nebyla nalezena adresa URI jmenného "
+"prostoru"
 
-#: ../gxml/GomElement.vala:327
+#: ../gxml/GomElement.vala:394
 msgid "Invalid attribute name. Just one prefix is allowed"
 msgstr "Neplatný název atributu. Povolen je jen jeden prefix"
 
-#: ../gxml/GomElement.vala:333
+#: ../gxml/GomElement.vala:400
 msgid "Invalid namespace. If prefix is null, name space uri shoud not be null"
 msgstr ""
 "Neplatný jmenný prostor. Když není uveden prefix, neměl by být uveden ani "
 "jmenný prostor"
 
-#: ../gxml/GomElement.vala:335
+#: ../gxml/GomElement.vala:402
 msgid ""
 "Invalid namespace. If prefix is xml name space uri shoud be http://www.w3.";
 "org/2000/xmlns/"
 msgstr ""
-"Neplatný jmenný prostor. Když je prefix jmenným prostorem xml, měla by být "
+"Neplatný jmenný prostor. Když má prefix jmenný prostor xml, měla by být "
 "adresa URI http://www.w3.org/2000/xmlns/";
 
-#: ../gxml/GomElement.vala:337
+#: ../gxml/GomElement.vala:404
+#| msgid ""
+#| "Invalid namespace. If attribute's name is xmlns name space uri shoud be "
+#| "http://www.w3.org/2000/xmlns/";
+msgid ""
+"Invalid namespace. If attribute's prefix is xmlns name space uri shoud be "
+"http://www.w3.org/2000/xmlns/";
+msgstr ""
+"Neplatný jmenný prostor. Když má prefix atributu jmenný prostor xmlns, měla "
+"by být adresa URI http://www.w3.org/2000/xmlns/";
+
+#: ../gxml/GomElement.vala:406
 msgid ""
 "Invalid namespace. If attribute's name is xmlns name space uri shoud be "
 "http://www.w3.org/2000/xmlns/";
 msgstr ""
-"Neplatný jmenný prostor. Když je název atributu jmenným prostorem xmlns, "
-"měla by být adresa URI http://www.w3.org/2000/xmlns/";
+"Neplatný jmenný prostor. Když má název atributu jmenný prostor xmlns, měla "
+"by být adresa URI http://www.w3.org/2000/xmlns/";
 
-#: ../gxml/GomElement.vala:339
+#: ../gxml/GomElement.vala:408
 msgid "Invalid attribute name. No prefixed attributes should use xmlns name"
 msgstr ""
 "Neplatný název atributu. Atributy bez prefixu by neměly používat název s "
 "xmlns"
 
-#: ../gxml/GomElement.vala:355
+#: ../gxml/GomElement.vala:412
 msgid "Setting namespaced property error: "
 msgstr "Chyba nastavení vlastnosti s jmenným prostorem:"
 
-#: ../gxml/GomNode.vala:114
+#: ../gxml/GomNode.vala:125
 msgid "Text content in element can't be created"
 msgstr "Nelze vytvořit textový obsah elementu"
 
-#: ../gxml/GomNode.vala:168 ../gxml/GXmlNode.vala:271
+#: ../gxml/GomNode.vala:180 ../gxml/GXmlNode.vala:274
 msgid "Can't find node position"
 msgstr "Nelze najít pozici uzlu"
 
-#: ../gxml/GomNode.vala:208 ../gxml/GomNode.vala:239 ../gxml/GXmlNode.vala:302
-#: ../gxml/GXmlNode.vala:333
+#: ../gxml/GomNode.vala:226
+#, c-format
+msgid ""
+"Trying to add a namespaced element to a parent with invalid prefix for "
+"namesapce %s "
+msgstr ""
+"Zkouší se přidat prvek s jmenným prostorem do rodiče s neplatným prefixem "
+"pro jmenný prostor %s"
+
+#: ../gxml/GomNode.vala:231
+#, c-format
+msgid ""
+"Trying to add a namespaced element to a parent with invalid uri for prefix "
+"%s "
+msgstr ""
+"Zkouší se přidat prvek s jmenným prostorem do rodiče s neplatnou adresou URI "
+"pro prefix %s"
+
+#: ../gxml/GomNode.vala:242 ../gxml/GomNode.vala:284 ../gxml/GXmlNode.vala:305
+#: ../gxml/GXmlNode.vala:336
 msgid "Invalid attempt to add invalid node type"
 msgstr "Neplatný pokus o přidání neplatného typu uzlu"
 
-#: ../gxml/GomNode.vala:210 ../gxml/GXmlNode.vala:304
+#: ../gxml/GomNode.vala:245 ../gxml/GXmlNode.vala:307
 msgid "Can't find child to insert node before"
 msgstr "Nelze najít potomka, před kterého se má vložit"
 
-#: ../gxml/GomNode.vala:214 ../gxml/GomNode.vala:245 ../gxml/GXmlNode.vala:308
-#: ../gxml/GXmlNode.vala:339
+#: ../gxml/GomNode.vala:250 ../gxml/GomNode.vala:290 ../gxml/GXmlNode.vala:311
+#: ../gxml/GXmlNode.vala:342
 msgid "Invalid attempt to insert a node"
 msgstr "Neplatný pokus o vložení uzlu"
 
-#: ../gxml/GomNode.vala:221 ../gxml/GomNode.vala:252 ../gxml/GXmlNode.vala:315
-#: ../gxml/GXmlNode.vala:346
+#: ../gxml/GomNode.vala:258 ../gxml/GomNode.vala:297 ../gxml/GXmlNode.vala:318
+#: ../gxml/GXmlNode.vala:349
 msgid "Invalid attempt to insert an invalid node type"
 msgstr "Neplatný pokus o vložení neplatného typu uzlu"
 
-#: ../gxml/GomNode.vala:224 ../gxml/GomNode.vala:255 ../gxml/GXmlNode.vala:318
-#: ../gxml/GXmlNode.vala:349
+#: ../gxml/GomNode.vala:262
 msgid ""
-"Invalid attempt to insert a document's type or text node to a invalid parent"
+"Invalid attempt to insert a document or text type to a invalid parent node"
 msgstr ""
 "Neplatný pokus o vložení typu dokumentu nebo textového uzlu do neplatného "
 "rodiče"
 
-#: ../gxml/GomNode.vala:241 ../gxml/GXmlNode.vala:335
+#: ../gxml/GomNode.vala:275
+msgid "Node type is invalid. Can't append as child"
+msgstr "Typ uzlu je neplatný. Nelze jej připojit jako potomka"
+
+#: ../gxml/GomNode.vala:278
+msgid "Invalid attempt to append a child with different parent document"
+msgstr "Neplatný pokus o připojení potomka s jiným rodičovským dokumentem"
+
+#: ../gxml/GomNode.vala:286 ../gxml/GXmlNode.vala:338
 msgid "Can't find child node to replace or child have a different parent"
 msgstr ""
 "Nelze najít synovský uzel, který se má nahradit, nebo má potomek jiného "
 "rodiče"
 
-#: ../gxml/GomNode.vala:267 ../gxml/GXmlNode.vala:361
+#: ../gxml/GomNode.vala:300 ../gxml/GXmlNode.vala:321 ../gxml/GXmlNode.vala:352
+msgid ""
+"Invalid attempt to insert a document's type or text node to a invalid parent"
+msgstr ""
+"Neplatný pokus o vložení typu dokumentu nebo textového uzlu do neplatného "
+"rodiče"
+
+#: ../gxml/GomNode.vala:312 ../gxml/GXmlNode.vala:364
 msgid "Can't find child node to remove or child have a different parent"
 msgstr ""
 "Nelze najít synovský uzel, který se má odstranit, nebo má potomek jiného "
 "rodiče"
 
-#: ../gxml/GXmlDocument.vala:56 ../gxml/TDocument.vala:474
-#: ../gxml/XParser.vala:55
+#: ../gxml/GomObject.vala:156
+msgid "Enumeration is out of range"
+msgstr "Výčet je mimo rozsah"
+
+#: ../gxml/GomObject.vala:221
+msgid "Enumeration can't be parsed from string"
+msgstr "Nezdařilo se určit výčet z řetězce"
+
+#: ../gxml/GomProperty.vala:119
+msgid "Error when transform enum to attribute's value"
+msgstr "Chyba při převodu výčtu na hodnotu atributu"
+
+#: ../gxml/GomProperty.vala:127
+msgid "Error when transform from attribute string value to enum"
+msgstr "Chyba při převodu z řetězcové hodnoty atributu na výčet"
+
+#: ../gxml/GXmlDocument.vala:56 ../gxml/Parser.vala:73
+#: ../gxml/TDocument.vala:474
 msgid "File doesn't exist"
 msgstr "Soubor neexistuje"
 
@@ -365,15 +506,39 @@ msgstr "Nelze transformovat „%s“ na řetězec"
 msgid "Invalid element name"
 msgstr "Neplatný název prvku"
 
-#: ../gxml/TDocument.vala:573 ../gxml/XParser.vala:123
+#: ../gxml/TDocument.vala:573 ../gxml/XParser.vala:258
 #, c-format
 msgid "Parsing ERROR: Fail to move to attribute number: %i"
 msgstr "CHYBA zpracování: Selhal přesun na atribut číslo %i"
 
-#: ../gxml/XParser.vala:46
+#: ../gxml/XParser.vala:89
 msgid "Invalid document string, is empty is not allowed"
 msgstr "Neplatný řetězec dokumentu, není možné, aby byl prádný"
 
-#: ../gxml/XParser.vala:84 ../gxml/XParser.vala:98
+#: ../gxml/XParser.vala:124 ../gxml/XParser.vala:139
 msgid "Can't read node data"
 msgstr "Nezdařilo se čtení dat uzlu"
+
+#: ../gxml/XParser.vala:168
+#| msgid "Invalid document when adding item to collection"
+msgid "Invalid object type set to Collection"
+msgstr "Do sady nastaven neplatný objektový typ"
+
+#: ../gxml/XParser.vala:173
+#| msgid "Invalid document when adding item to collection"
+msgid "Invalid DomElement name for objects in Collection"
+msgstr "Neplatný název prvku DomElement pro objekty v sadě"
+
+#: ../gxml/XParser.vala:178
+#| msgid "Invalid document when adding item to collection"
+msgid "Invalid Element set to Collection"
+msgstr "Do sady nastaven neplatný prvek"
+
+#: ../gxml/XParser.vala:185
+msgid "No document is set to node"
+msgstr "U uzlu není nastavený žádný dokument"
+
+#: ../gxml/XParser.vala:225
+#, c-format
+msgid "Invalid element node name. Expected %s"
+msgstr "Neplatný název uzlu prvku. Očekáván %s"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]