1 # Czech translation of basewiki/ikiwiki/pagespec/po 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.
8 "Project-Id-Version: ikiwiki/basewiki\n"
9 "POT-Creation-Date: 2009-08-28 02:49-0300\n"
10 "PO-Revision-Date: 2009-08-27 09:20+0200\n"
11 "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
12 "Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
20 "[[!if test=\"enabled(po)\"\n"
21 " then=\"This wiki has po support **enabled**.\"\n"
22 " else=\"This wiki has po support **disabled**.\"]]\n"
24 "[[!if test=\"enabled(po)\"\n"
25 " then=\"Tato wiki má podporu překladů **povolenou**.\"\n"
26 " else=\"Tato wiki má podporu překladů **vypnutou**.\"]]\n"
30 "If the [[!iki plugins/po desc=po]] plugin is enabled, the regular [[ikiwiki/"
31 "PageSpec]] syntax is expanded with the following additional tests that can "
32 "be used to improve user navigation in a multi-lingual wiki:"
34 "Pokud je povolený modul [[!iki plugins/po desc=po]], je standardní syntaxe "
35 "[[ikiwiki/PageSpec]] rozšířena o následující testy, které lze použít pro "
36 "zlepšení navigace ve vícejazyčné wiki:"
40 "\"`lang(LL)`\" - tests whether a page is written in the language specified "
41 "as a ISO639-1 (two-letter) language code."
43 "„`lang(LL)`“ - testuje, zda je stránka napsána v jazyce zadaném "
44 "dvoupísmenným kódem jazyka dle normy ISO639-1."
48 "\"`currentlang()`\" - tests whether a page is written in the same language "
49 "as the current page."
51 "„`currentlang()`“ - testuje, zda je stránka napsána ve stejném jazyce jako "
56 "Note that every non-po page is considered to be written in "
57 "`po_master_language`, as specified in `ikiwiki.setup`."
59 "O každé stránce, která nepoužívá „po“ překlad, se předpokládá, že je napsaná "
60 "v jazyce zadaném proměnnou `po_master_language` v konfiguračním souboru "