diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-03 11:05:10 -0600 |
commit | f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b (patch) | |
tree | 1f78ef53b206c6b4e4efc88c4849aa9f686a094d /tde-i18n-cs/messages/tdeaddons/domtreeviewer.po | |
parent | 85ca18776aa487b06b9d5ab7459b8f837ba637f3 (diff) | |
download | tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.tar.gz tde-i18n-f7e7a923aca8be643f9ae6f7252f9fb27b3d2c3b.zip |
Second part of prior commit
Diffstat (limited to 'tde-i18n-cs/messages/tdeaddons/domtreeviewer.po')
-rw-r--r-- | tde-i18n-cs/messages/tdeaddons/domtreeviewer.po | 415 |
1 files changed, 415 insertions, 0 deletions
diff --git a/tde-i18n-cs/messages/tdeaddons/domtreeviewer.po b/tde-i18n-cs/messages/tdeaddons/domtreeviewer.po new file mode 100644 index 00000000000..0b564bdf538 --- /dev/null +++ b/tde-i18n-cs/messages/tdeaddons/domtreeviewer.po @@ -0,0 +1,415 @@ +# translation of domtreeviewer.po to Czech +# translation of @PACKAGE.po to @LANGUAGE +# Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc. +# Lukáš Tinkl <lukas@kde.org>, 2002, 2003, 2005. +# Lukas Tinkl <lukas@kde.org>, 2002. +# +msgid "" +msgstr "" +"Project-Id-Version: domtreeviewer\n" +"POT-Creation-Date: 2006-05-18 04:07+0200\n" +"PO-Revision-Date: 2005-08-13 18:11+0200\n" +"Last-Translator: Lukáš Tinkl <lukas@kde.org>\n" +"Language-Team: Czech <cs@li.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>" +"=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#: domtreecommands.cpp:33 +msgid "No error" +msgstr "Žádná chyba" + +#: domtreecommands.cpp:34 +msgid "Index size exceeded" +msgstr "Velikost indexu překročena" + +#: domtreecommands.cpp:35 +msgid "DOMString size exceeded" +msgstr "Velikost DOMString překročena" + +#: domtreecommands.cpp:36 +msgid "Hierarchy request error" +msgstr "Chyba v požadavku na hierarchii" + +#: domtreecommands.cpp:37 +msgid "Wrong document" +msgstr "Chybný dokument" + +#: domtreecommands.cpp:38 +msgid "Invalid character" +msgstr "Neplatný znak" + +#: domtreecommands.cpp:39 +msgid "No data allowed" +msgstr "Data nepovolena" + +#: domtreecommands.cpp:40 +msgid "No modification allowed" +msgstr "Změny nepovoleny" + +#: domtreecommands.cpp:41 +msgid "Not found" +msgstr "Nenalezeno" + +#: domtreecommands.cpp:42 +msgid "Not supported" +msgstr "Nepodporováno" + +#: domtreecommands.cpp:43 +msgid "Attribute in use" +msgstr "Atribut je používán" + +#: domtreecommands.cpp:44 +msgid "Invalid state" +msgstr "Neplatný stav" + +#: domtreecommands.cpp:45 +msgid "Syntax error" +msgstr "Syntaktická chyba" + +#: domtreecommands.cpp:46 +msgid "Invalid modification" +msgstr "Neplatná změna" + +#: domtreecommands.cpp:47 +msgid "Namespace error" +msgstr "Chyba v prostoru jmen" + +#: domtreecommands.cpp:48 +msgid "Invalid access" +msgstr "Neplatný přístup" + +#: domtreecommands.cpp:56 +#, c-format +msgid "Unknown Exception %1" +msgstr "Neznámá výjimka %1" + +#: domtreecommands.cpp:292 +msgid "Add attribute" +msgstr "Přidat atribut" + +#: domtreecommands.cpp:322 +msgid "Change attribute value" +msgstr "Změnit hodnotu atributu" + +#: domtreecommands.cpp:353 +msgid "Remove attribute" +msgstr "Odstranit atribut" + +#: domtreecommands.cpp:385 +msgid "Rename attribute" +msgstr "Přejmenovat atribut" + +#: domtreecommands.cpp:421 +msgid "Change textual content" +msgstr "Změnit textový obsah" + +#: domtreecommands.cpp:483 +msgid "Insert node" +msgstr "Vložit uzel" + +#: domtreecommands.cpp:511 +msgid "Remove node" +msgstr "Odstranit uzel" + +#: domtreecommands.cpp:557 +msgid "Move node" +msgstr "Přesunout uzel" + +#: domtreeview.cpp:127 +#, c-format +msgid "DOM Tree for %1" +msgstr "Strom DOM pro %1" + +#. i18n: file domtreeviewbase.ui line 147 +#: domtreeview.cpp:127 rc.cpp:51 +#, no-c-format +msgid "DOM Tree" +msgstr "Strom DOM" + +#: domtreeview.cpp:464 +msgid "Move Nodes" +msgstr "Přesunout uzly" + +#: domtreeview.cpp:527 +msgid "Save DOM Tree as HTML" +msgstr "Uložit strom DOM jako HTML" + +#: domtreeview.cpp:532 +msgid "File Exists" +msgstr "Soubor existuje" + +#: domtreeview.cpp:533 +msgid "" +"Do you really want to overwrite: \n" +"%1?" +msgstr "" +"Chcete opravdu přepsat:\n" +"%1?" + +#: domtreeview.cpp:534 +msgid "Overwrite" +msgstr "Přepsat" + +#: domtreeview.cpp:547 +msgid "Unable to Open File" +msgstr "Nelze otevřít soubor" + +#: domtreeview.cpp:548 +msgid "" +"Unable to open \n" +" %1 \n" +" for writing" +msgstr "" +"Lituji, ale nelze otevřít\n" +"%1\n" +"pro zápis." + +#: domtreeview.cpp:552 +msgid "Invalid URL" +msgstr "Neplatné URL" + +#: domtreeview.cpp:553 +msgid "" +"This URL \n" +" %1 \n" +" is not valid." +msgstr "" +"Toto URL\n" +"%1\n" +"není platné." + +#: domtreeview.cpp:766 +msgid "Delete Nodes" +msgstr "Smazat uzly" + +#: domtreeview.cpp:988 +msgid "<Click to add>" +msgstr "<Klikněte k přidání>" + +#: domtreeview.cpp:1215 +msgid "Delete Attributes" +msgstr "Smazat atributy" + +#: domtreewindow.cpp:135 +msgid "Show Message Log" +msgstr "Zobrazit záznam zpráv" + +#: domtreewindow.cpp:145 +msgid "Expand" +msgstr "Rozbalit" + +#: domtreewindow.cpp:149 +msgid "Increase expansion level" +msgstr "Zvýšit úroveň rozbalení" + +#: domtreewindow.cpp:150 +msgid "Collapse" +msgstr "Svinout" + +#: domtreewindow.cpp:154 +msgid "Decrease expansion level" +msgstr "Snížit úroveň rozbalení" + +#: domtreewindow.cpp:161 +msgid "Delete nodes" +msgstr "Smazat uzly" + +#: domtreewindow.cpp:162 +msgid "New &Element ..." +msgstr "Nový prv&ek..." + +#: domtreewindow.cpp:166 +msgid "New &Text Node ..." +msgstr "Nový &textový uzel..." + +#: domtreewindow.cpp:174 +msgid "Delete attributes" +msgstr "Smazat atributy" + +#: plugin_domtreeviewer.cpp:22 +msgid "Show &DOM Tree" +msgstr "Zobrazit &DOM strom" + +#. i18n: file domtreeviewerui.rc line 15 +#: rc.cpp:12 +#, no-c-format +msgid "&Go" +msgstr "Pře&jít" + +#. i18n: file domtreeviewerui.rc line 21 +#: rc.cpp:18 +#, no-c-format +msgid "Tree Toolbar" +msgstr "Nástrojová lišta stromu" + +#. i18n: file plugin_domtreeviewer.rc line 8 +#: rc.cpp:24 +#, no-c-format +msgid "Extra Toolbar" +msgstr "Extra nástrojová lišta" + +#. i18n: file attributeeditdialog.ui line 16 +#: rc.cpp:27 +#, no-c-format +msgid "Edit Attribute" +msgstr "Upravit atribut" + +#. i18n: file attributeeditdialog.ui line 35 +#: rc.cpp:30 +#, no-c-format +msgid "Attribute &name:" +msgstr "&Název atributu:" + +#. i18n: file attributeeditdialog.ui line 53 +#: rc.cpp:33 +#, no-c-format +msgid "Attribute &value:" +msgstr "&Hodnota atributu:" + +#. i18n: file domtreeviewbase.ui line 22 +#: rc.cpp:42 +#, no-c-format +msgid "DOM Tree Viewer" +msgstr "Prohlížeč DOM stromu" + +#. i18n: file domtreeviewbase.ui line 95 +#: rc.cpp:45 +#, no-c-format +msgid "&List" +msgstr "&Seznam" + +#. i18n: file domtreeviewbase.ui line 128 +#: rc.cpp:48 +#, no-c-format +msgid "H&ide" +msgstr "Skrý&t" + +#. i18n: file domtreeviewbase.ui line 183 +#: rc.cpp:54 +#, no-c-format +msgid "DOM Node Info" +msgstr "Info o DOM uzlu" + +#. i18n: file domtreeviewbase.ui line 202 +#: rc.cpp:57 +#, no-c-format +msgid "Node &value:" +msgstr "&Hodnota uzlu:" + +#. i18n: file domtreeviewbase.ui line 213 +#: rc.cpp:60 +#, no-c-format +msgid "Node &type:" +msgstr "&Typ uzlu:" + +#. i18n: file domtreeviewbase.ui line 224 +#: rc.cpp:63 +#, no-c-format +msgid "Namespace &URI:" +msgstr "Namespace &URI:" + +#. i18n: file domtreeviewbase.ui line 235 +#: rc.cpp:66 +#, no-c-format +msgid "Node &name:" +msgstr "&Název uzlu:" + +#. i18n: file domtreeviewbase.ui line 332 +#: rc.cpp:69 +#, no-c-format +msgid "Name" +msgstr "Název" + +#. i18n: file domtreeviewbase.ui line 343 +#: rc.cpp:72 +#, no-c-format +msgid "Value" +msgstr "Hodnota" + +#. i18n: file domtreeviewbase.ui line 414 +#: rc.cpp:75 +#, no-c-format +msgid "Appl&y" +msgstr "Po&užít" + +#. i18n: file domtreeviewbase.ui line 456 +#: rc.cpp:78 +#, no-c-format +msgid "DOM Tree Options" +msgstr "Volby DOM stromu" + +#. i18n: file domtreeviewbase.ui line 467 +#: rc.cpp:81 +#, no-c-format +msgid "&Pure" +msgstr "Čis&tý" + +#. i18n: file domtreeviewbase.ui line 478 +#: rc.cpp:84 +#, no-c-format +msgid "Show &attributes" +msgstr "Zobrazit &atributy" + +#. i18n: file domtreeviewbase.ui line 489 +#: rc.cpp:87 +#, no-c-format +msgid "Highlight &HTML" +msgstr "Zvýraznit &HTML" + +#. i18n: file elementeditdialog.ui line 16 +#: rc.cpp:90 +#, no-c-format +msgid "Edit Element" +msgstr "Upravit prvek" + +#. i18n: file elementeditdialog.ui line 35 +#: rc.cpp:93 +#, no-c-format +msgid "Element &name:" +msgstr "&Název prvku:" + +#. i18n: file elementeditdialog.ui line 61 +#: rc.cpp:96 +#, no-c-format +msgid "Element &namespace:" +msgstr "Prostor jme&n prvku:" + +#. i18n: file elementeditdialog.ui line 118 +#: rc.cpp:99 rc.cpp:123 +#, no-c-format +msgid "&Append as Child" +msgstr "Připojit jako potomk&a" + +#. i18n: file elementeditdialog.ui line 132 +#: rc.cpp:102 rc.cpp:126 +#, no-c-format +msgid "Insert &Before Current" +msgstr "Vložit pře&d aktuální" + +#. i18n: file messagedialog.ui line 16 +#: rc.cpp:108 +#, no-c-format +msgid "Message Log" +msgstr "Záznam zpráv" + +#. i18n: file messagedialog.ui line 55 +#: rc.cpp:111 +#, no-c-format +msgid "C&lear" +msgstr "Vyči&stit" + +#. i18n: file texteditdialog.ui line 16 +#: rc.cpp:117 +#, no-c-format +msgid "Edit Text" +msgstr "Upravit text" + +#. i18n: file texteditdialog.ui line 27 +#: rc.cpp:120 +#, no-c-format +msgid "Edit &text for text node:" +msgstr "Upravit &text textového uzlu:" |