1 # Czech translation of basewiki/templetes/popup page for ikiwiki.
2 # Copyright (C) 2009 Miroslav Kure <kurem@debian.cz>
3 # This file is distributed under the same license as the ikiwiki package.
4 # Miroslav Kure <kurem@debian.cz>, 2009.
8 "Project-Id-Version: ikiwiki/basewiki\n"
9 "POT-Creation-Date: 2010-07-18 22:29+0000\n"
10 "PO-Revision-Date: 2009-08-20 10:28+0200\n"
11 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
12 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
21 #| "<TMPL_UNLESS NAME=\"mouseover\">\n"
22 #| "Use this template to create a popup window that is displayed when the mouse\n"
23 #| "is over part of the page. This template has two parameters:\n"
25 #| "<li>`mouseover` - This is the text or other content that triggers the\n"
27 #| "<li>`popup` - This should be the content of the popup window. It can be\n"
28 #| "anything, even images or a whole little wiki page, but should not be too\n"
29 #| "large for good usability.\n"
31 #| "Note that browsers that do not support the CSS will display the popup\n"
32 #| "inline in the page, inside square brackets.\n"
34 #| "<span class=\"popup\"><TMPL_VAR mouseover>\n"
35 #| "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"
38 "<TMPL_UNLESS mouseover>\n"
39 "Use this template to create a popup window that is displayed when the mouse\n"
40 "is over part of the page. This template has two parameters:\n"
42 "<li>`mouseover` - This is the text or other content that triggers the\n"
44 "<li>`popup` - This should be the content of the popup window. It can be\n"
45 "anything, even images or a whole little wiki page, but should not be too\n"
46 "large for good usability.\n"
48 "Note that browsers that do not support the CSS will display the popup\n"
49 "inline in the page, inside square brackets.\n"
51 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
52 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"
55 "<TMPL_UNLESS NAME=\"mouseover\">\n"
56 "Šablona slouží pro vytvoření vyskakovacího okna, které se objeví při najetí\n"
57 "myší nad danou část stránky. Šablona má dva parametry:\n"
59 "<li>`mouseover` - Text, případně jiný obsah, který aktivuje vyskočení okna.\n"
60 "<li>`popup` - Obsah vyskakovacího okna. Může to být téměř cokoliv (obrázky\n"
61 "nebo celá malá wiki stránka), ale pro rozumnou použitelnost by to nemělo být\n"
64 "Prohlížeče, které nepodporují kaskádové styly, zobrazí obsah vyskakovacího\n"
65 "okna přímo ve stránce uvnitř hranatých závorek.\n"
67 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
68 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"