summaryrefslogtreecommitdiffstats
path: root/public/help/cs/wiki_syntax_detailed_textile.html
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-18 13:39:30 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-08-18 13:39:30 +0000
commit25bf5de15ddd6357627e3bd6c4c530115d5a84d4 (patch)
tree7bac883df86044fe02b4452d3eddd8413aaaa539 /public/help/cs/wiki_syntax_detailed_textile.html
parentb4c091d063d0205b1989cea7b643c9b04ba96ccc (diff)
downloadredmine-25bf5de15ddd6357627e3bd6c4c530115d5a84d4.tar.gz
redmine-25bf5de15ddd6357627e3bd6c4c530115d5a84d4.zip
Czech translation for 2.6-stable updated by Karel Pičman (#20452, #20557)
git-svn-id: http://svn.redmine.org/redmine/trunk@14513 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/cs/wiki_syntax_detailed_textile.html')
-rw-r--r--public/help/cs/wiki_syntax_detailed_textile.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/public/help/cs/wiki_syntax_detailed_textile.html b/public/help/cs/wiki_syntax_detailed_textile.html
index 7249a3ec3..8ba44f192 100644
--- a/public/help/cs/wiki_syntax_detailed_textile.html
+++ b/public/help/cs/wiki_syntax_detailed_textile.html
@@ -275,9 +275,9 @@ Vše, co je potřeba, je databázový a webový server.
<dd><p>Zobrazí seznam všech dostupných maker, včetně jejich popisu, existuje-li.</p></dd>
<dt><code>child_pages</code></dt>
- <dd><p>Displays a list of child pages. With no argument, it displays the child pages of the current wiki page. Examples:</p>
- <pre><code>{{child_pages}} -- can be used from a wiki page only
-{{child_pages(depth=2)}} -- display 2 levels nesting only</code></pre></dd>
+ <dd><p>Zobrazí seznam dětských stránek. Bez parametrů zobrazí dětské stránky aktuální wiki stránky. Např.:</p>
+ <pre><code>{{child_pages}} -- lze použít pouze z wiki stránky
+{{child_pages(depth=2)}} -- zobrazí dětské stránky pouze do 2. úrovně</code></pre></dd>
<dt><code>include</code></dt>
<dd><p>Vloží Wiki stránku. Např.:</p>
@@ -286,14 +286,14 @@ Vše, co je potřeba, je databázový a webový server.
<pre><code>{{include(projectname:Foo)}}</code></pre></dd>
<dt><code>collapse</code></dt>
- <dd><p>Inserts of collapsed block of text. Example:</p>
- <pre><code>{{collapse(View details...)
-This is a block of text that is collapsed by default.
-It can be expanded by clicking a link.
+ <dd><p>Vloží sbalený blok textu. Např.:</p>
+ <pre><code>{{collapse(Zobrazit detaily...)
+Toto je blok textu, který je sbalený.
+Pro rozbalení klikněte na odkaz.
}}</code></pre></dd>
<dt><code>thumbnail</code></dt>
- <dd><p>Displays a clickable thumbnail of an attached image. Examples:</p>
+ <dd><p>Zobrazí klikací náhled obrázku. Např.:</p>
<pre>{{thumbnail(image.png)}}
{{thumbnail(image.png, size=300, title=Thumbnail)}}</pre></dd>
</dl>