summaryrefslogtreecommitdiffstats
path: root/public/help
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
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')
-rw-r--r--public/help/cs/wiki_syntax_detailed_textile.html16
-rw-r--r--public/help/cs/wiki_syntax_textile.html2
2 files changed, 9 insertions, 9 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>
diff --git a/public/help/cs/wiki_syntax_textile.html b/public/help/cs/wiki_syntax_textile.html
index 0f970bc2c..15bf6f7d6 100644
--- a/public/help/cs/wiki_syntax_textile.html
+++ b/public/help/cs/wiki_syntax_textile.html
@@ -24,7 +24,7 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
<table style="width:100%">
<tr><th colspan="3">Styly písma</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Tučný" /></th><td style="width:50%;">*Tučný*</td><td style="width:50%;"><strong>Tučný</strong></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_strong.png" style="border: 1px solid #bbb;" alt="Tučný" /></th><td style="width:50%;">*Tučně*</td><td style="width:50%;"><strong>Tučně</strong></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_em.png" style="border: 1px solid #bbb;" alt="Kurzívou" /></th><td>_Kurzívou_</td><td><em>Kurzívou</em></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_ins.png" style="border: 1px solid #bbb;" alt="Podtržený" /></th><td>+Podtržený+</td><td><ins>Podtržený</ins></td></tr>
<tr><th><img src="../../images/jstoolbar/bt_del.png" style="border: 1px solid #bbb;" alt="Smazaný" /></th><td>-Smazaný-</td><td><del>Smazaný</del></td></tr>