From 11ef522086f0d0ba4baeac642cda59bf8e1adfe8 Mon Sep 17 00:00:00 2001 From: Miroslav Kure Date: Fri, 28 Aug 2009 06:08:46 -0400 Subject: Initial Czech translation of basewiki/ --- .../basewiki/ikiwiki/pagespec/attachment.cs.po | 112 +++++++++++++++++++++ po/underlays/basewiki/ikiwiki/pagespec/po.cs.po | 61 +++++++++++ 2 files changed, 173 insertions(+) create mode 100644 po/underlays/basewiki/ikiwiki/pagespec/attachment.cs.po create mode 100644 po/underlays/basewiki/ikiwiki/pagespec/po.cs.po (limited to 'po/underlays/basewiki/ikiwiki/pagespec') diff --git a/po/underlays/basewiki/ikiwiki/pagespec/attachment.cs.po b/po/underlays/basewiki/ikiwiki/pagespec/attachment.cs.po new file mode 100644 index 000000000..2eb1493c8 --- /dev/null +++ b/po/underlays/basewiki/ikiwiki/pagespec/attachment.cs.po @@ -0,0 +1,112 @@ +# Czech translation of basewiki/ikiwiki/pagespec/attachment page for ikiwiki. +# Copyright (C) 2009 Miroslav Kure +# This file is distributed under the same license as the ikiwiki package. +# Miroslav Kure , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: ikiwiki/basewiki\n" +"POT-Creation-Date: 2009-08-28 02:48-0300\n" +"PO-Revision-Date: 2009-08-27 09:04+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \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 "[[!meta robots=\"noindex, follow\"]]\n" +msgstr "[[!meta robots=\"noindex, follow\"]]\n" + +#. type: Plain text +#, no-wrap +msgid "" +"[[!if test=\"enabled(attachment)\"\n" +" then=\"This wiki has attachments **enabled**.\"\n" +" else=\"This wiki has attachments **disabled**.\"]]\n" +msgstr "" +"[[!if test=\"enabled(attachment)\"\n" +" then=\"Tato wiki má přílohy **povolené**.\"\n" +" else=\"Tato wiki má přílohy **vypnuté**.\"]]\n" + +#. type: Plain text +msgid "" +"If attachments are enabled, the wiki admin can control what types of " +"attachments will be accepted, via the `allowed_attachments` configuration " +"setting." +msgstr "" +"Pokud jsou přílohy povoleny, může správce wiki pomocí volby " +"`allowed_attachments` určovat, které typy příloh budou povoleny." + +#. type: Plain text +msgid "" +"For example, to limit arbitrary files to 50 kilobytes, but allow larger mp3 " +"files to be uploaded by joey into a specific directory, and check all " +"attachments for viruses, something like this could be used:" +msgstr "" +"Například pokud byste chtěli omezit všechny soubory na 50 kilobajtů s " +"výjimkou větčích mp3 souborů nahraných uživatelem joey do specifického " +"adresáře a navíc byste chtěli všechny soubory zkontrolovat na přítomnost " +"virů, mohli byste použít něco jako:" + +#. type: Plain text +#, no-wrap +msgid "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n" +msgstr "\tvirusfree() and ((user(joey) and podcast/*.mp3 and mimetype(audio/mpeg) and maxsize(15mb)) or (!ispage() and maxsize(50kb)))\n" + +#. type: Plain text +msgid "" +"The regular [[ikiwiki/PageSpec]] syntax is expanded with the following " +"additional tests:" +msgstr "Běžná syntaxe [[ikiwiki/PageSpec]] je rozšířena o následující testy:" + +#. type: Bullet: '* ' +msgid "" +"\"`maxsize(size)`\" - tests whether the attachment is no larger than the " +"specified size. The size defaults to being in bytes, but \"kb\", \"mb\", \"gb" +"\" etc can be used to specify the units." +msgstr "" +"„`maxsize(velikost)`“ - testuje, zda není příloha větší než zadaná velikost. " +"Velikost je standardně uváděna v bajtech, ale můžete použít i jiné jednotky, " +"když za velikost připojíte „kb“, „mb“, „gb“ apod." + +#. type: Bullet: '* ' +msgid "" +"\"`minsize(size)`\" - tests whether the attachment is no smaller than the " +"specified size." +msgstr "" +"„`minsize(velikost)`“ - testuje, zda není příloha menší než zadaná velikost. " + +#. type: Bullet: '* ' +msgid "" +"\"`ispage()`\" - tests whether the attachment will be treated by ikiwiki as " +"a wiki page. (Ie, if it has an extension of \".mdwn\", or of any other " +"enabled page format)." +msgstr "" +"„`ispage()`“ - testuje, zda bude ikiwiki přílohu chápat jako wiki stránku " +"(tzn. zda má příloha příponu „.mdwn“, nebo příponu některého jiného " +"podporovaného formátu)." + +#. type: Plain text +#, no-wrap +msgid "" +" So, if you don't want to allow wiki pages to be uploaded as attachments,\n" +" use `!ispage()` ; if you only want to allow wiki pages to be uploaded\n" +" as attachments, use `ispage()`.\n" +msgstr "" +" Pokud nechcete umožnit nahrávání wiki stránek jako příloh, použijte\n" +" `!ispage()`. Analogicky, chcete-li umožnit nahrávání pouze wiki stránek,\n" +" použijte `ispage()`.\n" + +#. type: Bullet: '* ' +msgid "" +"\"`mimetype(foo/bar)`\" - checks the MIME type of the attachment. You can " +"include a glob in the type, for example `mimetype(image/*)`." +msgstr "" +"„`mimetype(něco/cosi)`“ - zkontroluje MIME typ přílohy. Můžete použít i " +"zástupné znaky, například `mimetype(image/*)`." + +#. type: Bullet: '* ' +msgid "\"`virusfree()`\" - checks the attachment with an antiviral program." +msgstr "„`virusfree()`“ - zkontroluje přílohu antivirovým programem." diff --git a/po/underlays/basewiki/ikiwiki/pagespec/po.cs.po b/po/underlays/basewiki/ikiwiki/pagespec/po.cs.po new file mode 100644 index 000000000..6e09fa4e6 --- /dev/null +++ b/po/underlays/basewiki/ikiwiki/pagespec/po.cs.po @@ -0,0 +1,61 @@ +# Czech translation of basewiki/ikiwiki/pagespec/po page for ikiwiki. +# Copyright (C) 2009 Miroslav Kure +# This file is distributed under the same license as the ikiwiki package. +# Miroslav Kure , 2009. +# +msgid "" +msgstr "" +"Project-Id-Version: ikiwiki/basewiki\n" +"POT-Creation-Date: 2009-08-28 02:49-0300\n" +"PO-Revision-Date: 2009-08-27 09:20+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \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 "" +"[[!if test=\"enabled(po)\"\n" +" then=\"This wiki has po support **enabled**.\"\n" +" else=\"This wiki has po support **disabled**.\"]]\n" +msgstr "" +"[[!if test=\"enabled(po)\"\n" +" then=\"Tato wiki má podporu překladů **povolenou**.\"\n" +" else=\"Tato wiki má podporu překladů **vypnutou**.\"]]\n" + +#. type: Plain text +msgid "" +"If the [[!iki plugins/po desc=po]] plugin is enabled, the regular [[ikiwiki/" +"PageSpec]] syntax is expanded with the following additional tests that can " +"be used to improve user navigation in a multi-lingual wiki:" +msgstr "" +"Pokud je povolený modul [[!iki plugins/po desc=po]], je standardní syntaxe " +"[[ikiwiki/PageSpec]] rozšířena o následující testy, které lze použít pro " +"zlepšení navigace ve vícejazyčné wiki:" + +#. type: Bullet: '* ' +msgid "" +"\"`lang(LL)`\" - tests whether a page is written in the language specified " +"as a ISO639-1 (two-letter) language code." +msgstr "" +"„`lang(LL)`“ - testuje, zda je stránka napsána v jazyce zadaném " +"dvoupísmenným kódem jazyka dle normy ISO639-1." + +#. type: Bullet: '* ' +msgid "" +"\"`currentlang()`\" - tests whether a page is written in the same language " +"as the current page." +msgstr "" +"„`currentlang()`“ - testuje, zda je stránka napsána ve stejném jazyce jako " +"aktuální stránka." + +#. type: Plain text +msgid "" +"Note that every non-po page is considered to be written in " +"`po_master_language`, as specified in `ikiwiki.setup`." +msgstr "" +"O každé stránce, která nepoužívá „po“ překlad, se předpokládá, že je napsaná " +"v jazyce zadaném proměnnou `po_master_language` v konfiguračním souboru " +"ikiwiki." -- cgit v1.2.3