diff options
Diffstat (limited to 'templates/note.cs.po')
-rw-r--r-- | templates/note.cs.po | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/templates/note.cs.po b/templates/note.cs.po new file mode 100644 index 0000000..3cf27ac --- /dev/null +++ b/templates/note.cs.po @@ -0,0 +1,55 @@ +# 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: 2010-07-18 22:29+0000\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" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: Plain text +#, fuzzy, 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" +msgid "" +"<div class=\"notebox\">\n" +"<TMPL_VAR text>\n" +"</div>\n" +"<TMPL_UNLESS 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" |