# Czech translation of basewiki/ikiwiki/wikilink page for ikiwiki. # Copyright (C) 2009 Miroslav Kure <kurem@debian.cz> # This file is distributed under the same license as the ikiwiki package. # Miroslav Kure <kurem@debian.cz>, 2009. # msgid "" msgstr "" "Project-Id-Version: ikiwiki/basewiki\n" "POT-Creation-Date: 2010-07-18 22:29+0000\n" "PO-Revision-Date: 2009-08-27 08:23+0200\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n" "Language: cs\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: Plain text #, no-wrap msgid "[[!meta robots=\"noindex, follow\"]]\n" msgstr "[[!meta robots=\"noindex, follow\"]]\n" #. type: Plain text msgid "" "WikiLinks provide easy linking between pages of the wiki. To create a " "[[WikiLink]], just put the name of the page to link to in double brackets. " "For example `\\[[WikiLink]]`." msgstr "" "Wiki odkazy poskytujà jednoduchý způsob vytvářenà odkazů mezi stránkami ve " "wiki. Pro vytvoÅ™enà [[wiki odkazu|WikiLink]] jednoduÅ¡e umÃstÄ›te jméno " "stránky, na kterou se chcete odkázat, do dvojitých hranatých závorek. " "NapÅ™Ãklad `\\[[WikiLink]]`." #. type: Plain text msgid "" "If you ever need to write something like `\\[[WikiLink]]` without creating a " "wikilink, just prefix it with a `\\`, like `\\\\[[WikiLink]]`." msgstr "" "Pokud byste nÄ›kdy potÅ™ebovali napsat nÄ›co jako `\\[[WikiLink]]` bez " "vytvoÅ™enà wiki odkazu, jednoduÅ¡e pÅ™ed prvnà závorku napiÅ¡te `\\` jako zde: `" "\\\\[[WikiLink]]`." #. type: Plain text msgid "" "There are some special [[SubPage/LinkingRules]] that come into play when " "linking between [[SubPages|SubPage]]." msgstr "" "PÅ™i odkazovánà mezi [[podstránkami|SubPage]] platà speciálnà [[pravidla " "vytvářenà odkazů|SubPage/LinkingRules]]." #. type: Plain text msgid "" "WikiLinks are matched with page names in a case-insensitive manner, so you " "don't need to worry about getting the case the same, and can capitalise " "links at the start of a sentence, and so on." msgstr "" "Wiki odkazy ignorujà rozdÃly mezi malými a velkými pÃsmeny, takže se " "nemusÃte starat o to, jaký zápis jste použili pÅ™i vytvářenà stránky. Můžete " "tak v odkazech na zaÄátcÃch vÄ›t použÃt velká pÃsmena a podobnÄ›." #. type: Plain text msgid "" "It's also possible to write a WikiLink that uses something other than the " "page name as the link text. For example `\\[[foo_bar|SandBox]]` links to the " "SandBox page, but the link will appear like this: [[foo_bar|SandBox]]." msgstr "" "Také je možné vytvoÅ™it wiki odkaz, který použÃvá jiný text odkazu, než je " "název odkazované stránky (Äehož zhusta využÃváme v Äeském pÅ™ekladu). " "NapÅ™Ãklad `\\[[pÃskoviÅ¡tÄ›|SandBox]]` odkazuje na stránku SandBox, ale odkaz " "bude vypadat takto: [[pÃskoviÅ¡tÄ›|SandBox]]." #. type: Plain text msgid "" "To link to an anchor inside a page, you can use something like `" "\\[[WikiLink#foo]]` ." msgstr "" "Pro odkaz na kotvu uvnitÅ™ stránky použijte nÄ›co jako `\\[[WikiLink#kotva]]`." #. type: Plain text #, fuzzy #| msgid "" #| "Also, if the file linked to by a WikiLink looks like an image, it will be " #| "displayed inline on the page." msgid "" "If the file linked to by a WikiLink looks like an image, it will be " "displayed inline on the page." msgstr "" "Také pokud soubor odkazovaný pomocà wiki odkazu vypadá jako obrázek, bude " "zobrazen pÅ™Ãmo ve stránce." #. type: Plain text msgid "" "You can also put an url in a WikiLink, to link to an external page. Email " "addresses can also be used to generate a mailto link." msgstr "" #~ msgid "Directives and WikiLinks" #~ msgstr "Direktivy a wiki odkazy" #~ msgid "" #~ "ikiwiki has two syntaxes for [[directives|directive]]. The older syntax " #~ "used spaces to distinguish between directives and wikilinks; as a result, " #~ "with that syntax in use, you cannot use spaces in WikiLinks, and must " #~ "replace spaces with underscores. The newer syntax, enabled with the " #~ "`prefix_directives` option in an ikiwiki setup file, prefixes directives " #~ "with `!`, and thus does not prevent links with spaces. Future versions " #~ "of ikiwiki will turn this option on by default." #~ msgstr "" #~ "ikiwiki použÃvá pro [[direktivy|directive]] dva zápisy. StarÅ¡Ã zápis " #~ "použÃvá pro rozliÅ¡enà mezi direktivami a wiki odkazy mezery. To znamená, " #~ "že ve wiki odkazech pak nemůžete použÃt mezery a musÃte je nahradit " #~ "podtržÃtky. NovÄ›jÅ¡Ã zápis, který se povoluje v konfiguraÄnÃm souboru " #~ "volbou `prefix_directives` vyžaduje, aby direktivy zaÄÃnaly vykÅ™iÄnÃkem a " #~ "tÃm pádem nevyluÄuje odkazy s mezerami. Budoucà verze ikiwiki budou mÃt " #~ "tuto volbu implicitnÄ› zapnutou."