Merge branch 'master' of git://github.com/joeyh/ikiwiki
[ikiwiki.git] / po / underlays / basewiki / templates / popup.cs.po
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.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: ikiwiki/basewiki\n"
9 "POT-Creation-Date: 2009-08-28 02:49-0300\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"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16
17 #. type: Plain text
18 #, no-wrap
19 msgid ""
20 "<TMPL_UNLESS NAME=\"mouseover\">\n"
21 "Use this template to create a popup window that is displayed when the mouse\n"
22 "is over part of the page. This template has two parameters:\n"
23 "<ul>\n"
24 "<li>`mouseover` - This is the text or other content that triggers the\n"
25 "popup.\n"
26 "<li>`popup` - This should be the content of the popup window. It can be\n"
27 "anything, even images or a whole little wiki page, but should not be too\n"
28 "large for good usability.\n"
29 "</ul>\n"
30 "Note that browsers that do not support the CSS will display the popup\n"
31 "inline in the page, inside square brackets.\n"
32 "</TMPL_UNLESS>\n"
33 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
34 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"
35 "</span>\n"
36 msgstr ""
37 "<TMPL_UNLESS NAME=\"mouseover\">\n"
38 "Šablona slouží pro vytvoření vyskakovacího okna, které se objeví při najetí\n"
39 "myší nad danou část stránky. Šablona má dva parametry:\n"
40 "<ul>\n"
41 "<li>`mouseover` - Text, případně jiný obsah, který aktivuje vyskočení okna.\n"
42 "<li>`popup` - Obsah vyskakovacího okna. Může to být téměř cokoliv (obrázky\n"
43 "nebo celá malá wiki stránka), ale pro rozumnou použitelnost by to nemělo být\n"
44 "příliš velké.\n"
45 "</ul>\n"
46 "Prohlížeče, které nepodporují kaskádové styly, zobrazí obsah vyskakovacího\n"
47 "okna přímo ve stránce uvnitř hranatých závorek.\n"
48 "</TMPL_UNLESS>\n"
49 "<span class=\"popup\"><TMPL_VAR mouseover>\n"
50 "<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n"
51 "</span>\n"