blob: 74f66e9a0e5265379e8b7a4b7b8471e0f641c868 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Czech translation of basewiki/templetes/note 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: 2009-08-28 02:49-0300\n"
"PO-Revision-Date: 2009-08-20 10:11+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\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 ""
"<div class=\"notebox\">\n"
"<TMPL_VAR text>\n"
"</div>\n"
"<TMPL_UNLESS NAME=\"text\">\n"
"Use this template to insert a note into a page. The note will be styled to\n"
"float to the right of other text on the page. This template has one\n"
"parameter:\n"
"<ul>\n"
"<li>`text` - the text to display in the note\n"
"</ul>\n"
"</TMPL_UNLESS>\n"
msgstr ""
"<div class=\"notebox\">\n"
"<TMPL_VAR text>\n"
"</div>\n"
"<TMPL_UNLESS NAME=\"text\">\n"
"Šablona slouží pro vložení poznámky do stránky. Poznámka bude pomocí stylů \n"
"nastavena, aby plavala při pravém okraji stránky. Šablona má jediný \n"
"parametr:\n"
"<ul>\n"
"<li>`text` - text, který se má zobrazit v poznámce\n"
"</ul>\n"
"</TMPL_UNLESS>\n"
|