summaryrefslogtreecommitdiffstats
path: root/public/help/cs/wiki_syntax_markdown.html
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-12-09 19:18:10 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2017-12-09 19:18:10 +0000
commitb930fb126218b579c9b249064da8a9e3fb26bbcb (patch)
treec7d71aa2adfcf81ac5c6dda24c08419db175036f /public/help/cs/wiki_syntax_markdown.html
parentff0758c3fb5ca90527f8ce42e821a3071e774a9f (diff)
downloadredmine-b930fb126218b579c9b249064da8a9e3fb26bbcb.tar.gz
redmine-b930fb126218b579c9b249064da8a9e3fb26bbcb.zip
Merged r17087 from trunk to 3.3-stable (#27507, #27766)
Czech help files translation for 3.3-stable updated by Karel Pičman. git-svn-id: http://svn.redmine.org/redmine/branches/3.3-stable@17101 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/cs/wiki_syntax_markdown.html')
-rw-r--r--public/help/cs/wiki_syntax_markdown.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/public/help/cs/wiki_syntax_markdown.html b/public/help/cs/wiki_syntax_markdown.html
index 1badf943b..b437dc941 100644
--- a/public/help/cs/wiki_syntax_markdown.html
+++ b/public/help/cs/wiki_syntax_markdown.html
@@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
-<title>Wiki formatting</title>
+<title>Wiki formátování</title>
<style type="text/css">
h1 { font-family: Verdana, sans-serif; font-size: 14px; text-align: center; color: #444; }
body { font-family: Verdana, sans-serif; font-size: 12px; color: #444; }
@@ -40,18 +40,18 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td>1. Položka 1<br />&nbsp;&nbsp;&nbsp;1. Pod<br />2. Položka 2</td><td><ol><li>Položka 1<ol><li>Pod</li></ol></li><li>Položka 2</li></ol></td></tr>
<tr><th colspan="3">Nadpisy</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Heading 1" /></th><td># Nadpis 1</td><td><h1>Title 1</h1></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>## Nadpis 2</td><td><h2>Title 2</h2></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>### Nadpis 3</td><td><h3>Title 3</h3></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Heading 1" /></th><td># Nadpis 1</td><td><h1>Nadpis 1</h1></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_h2.png" style="border: 1px solid #bbb;" alt="Heading 2" /></th><td>## Nadpis 2</td><td><h2>Nadpis 2</h2></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_h3.png" style="border: 1px solid #bbb;" alt="Heading 3" /></th><td>### Nadpis 3</td><td><h3>Nadpis 3</h3></td></tr>
<tr><th colspan="3">Odkazy</th></tr>
<tr><th></th><td>http://foo.bar</td><td><a href="#">http://foo.bar</a></td></tr>
<tr><th></th><td>[Odkaz](http://foo.bar)</td><td><a href="#">Foo</a></td></tr>
<tr><th colspan="3">Redmine odkazy</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki page]]</td><td><a href="#">Wiki page</a></td></tr>
-<tr><th></th><td>Úkol #12</td><td>Issue <a href="#">#12</a></td></tr>
-<tr><th></th><td>Revize r43</td><td>Revision <a href="#">r43</a></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_link.png" style="border: 1px solid #bbb;" alt="Link to a Wiki page" /></th><td>[[Wiki stránka]]</td><td><a href="#">Wiki stránka</a></td></tr>
+<tr><th></th><td>Úkol #12</td><td>Úkol <a href="#">#12</a></td></tr>
+<tr><th></th><td>Revize r43</td><td>Revize <a href="#">r43</a></td></tr>
<tr><th></th><td>commit:f30e13e43</td><td><a href="#">f30e13e4</a></td></tr>
<tr><th></th><td>source:some/file</td><td><a href="#">source:some/file</a></td></tr>