diff options
author | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-08-30 03:02:15 -0400 |
---|---|---|
committer | Amitai Schlair <schmonz@magnetic-babysitter.(none)> | 2009-08-30 03:02:15 -0400 |
commit | c36d2fa896e9ea42c0b6b0135ba04b4f4f60950f (patch) | |
tree | 22f1314d8e974c73bde4970c97d497628f2a1465 /po/underlays/basewiki/templates | |
parent | 5e94e973eeb4ba75d9c37bd801278f686f0977c3 (diff) | |
parent | 517432273b96fc9e6bad9b7667ef6d1b04c699ee (diff) |
Merge branch 'master' of git://github.com/joeyh/ikiwiki
Diffstat (limited to 'po/underlays/basewiki/templates')
-rw-r--r-- | po/underlays/basewiki/templates/note.cs.po | 42 | ||||
-rw-r--r-- | po/underlays/basewiki/templates/popup.cs.po | 51 |
2 files changed, 93 insertions, 0 deletions
diff --git a/po/underlays/basewiki/templates/note.cs.po b/po/underlays/basewiki/templates/note.cs.po new file mode 100644 index 000000000..74f66e9a0 --- /dev/null +++ b/po/underlays/basewiki/templates/note.cs.po @@ -0,0 +1,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" diff --git a/po/underlays/basewiki/templates/popup.cs.po b/po/underlays/basewiki/templates/popup.cs.po new file mode 100644 index 000000000..5951b0145 --- /dev/null +++ b/po/underlays/basewiki/templates/popup.cs.po @@ -0,0 +1,51 @@ +# Czech translation of basewiki/templetes/popup 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:28+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 "" +"<TMPL_UNLESS NAME=\"mouseover\">\n" +"Use this template to create a popup window that is displayed when the mouse\n" +"is over part of the page. This template has two parameters:\n" +"<ul>\n" +"<li>`mouseover` - This is the text or other content that triggers the\n" +"popup.\n" +"<li>`popup` - This should be the content of the popup window. It can be\n" +"anything, even images or a whole little wiki page, but should not be too\n" +"large for good usability.\n" +"</ul>\n" +"Note that browsers that do not support the CSS will display the popup\n" +"inline in the page, inside square brackets.\n" +"</TMPL_UNLESS>\n" +"<span class=\"popup\"><TMPL_VAR mouseover>\n" +"<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n" +"</span>\n" +msgstr "" +"<TMPL_UNLESS NAME=\"mouseover\">\n" +"Šablona slouží pro vytvoření vyskakovacího okna, které se objeví při najetí\n" +"myší nad danou část stránky. Šablona má dva parametry:\n" +"<ul>\n" +"<li>`mouseover` - Text, případně jiný obsah, který aktivuje vyskočení okna.\n" +"<li>`popup` - Obsah vyskakovacího okna. Může to být téměř cokoliv (obrázky\n" +"nebo celá malá wiki stránka), ale pro rozumnou použitelnost by to nemělo být\n" +"příliš velké.\n" +"</ul>\n" +"Prohlížeče, které nepodporují kaskádové styly, zobrazí obsah vyskakovacího\n" +"okna přímo ve stránce uvnitř hranatých závorek.\n" +"</TMPL_UNLESS>\n" +"<span class=\"popup\"><TMPL_VAR mouseover>\n" +"<span class=\"paren\">[</span><span class=\"balloon\"><TMPL_VAR popup></span><span class=\"paren\">]</span>\n" +"</span>\n" |