summaryrefslogtreecommitdiffstats
path: root/public/help/ca/wiki_syntax_textile.html
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-30 13:09:32 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2016-01-30 13:09:32 +0000
commit67572994c7ea95f730c8f32375d1e2e15e7df2ed (patch)
tree3cd59a3d4a0bdd8e79b6ee910d808a7823c832fd /public/help/ca/wiki_syntax_textile.html
parent3a156c0a67dc88ff82da4d95a57c45eec1c55973 (diff)
downloadredmine-67572994c7ea95f730c8f32375d1e2e15e7df2ed.tar.gz
redmine-67572994c7ea95f730c8f32375d1e2e15e7df2ed.zip
Catalan wiki translation for 3.1-stable updated by Helder Manuel Torres Vieira (#21747, #21899)
git-svn-id: http://svn.redmine.org/redmine/trunk@15122 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help/ca/wiki_syntax_textile.html')
-rw-r--r--public/help/ca/wiki_syntax_textile.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/public/help/ca/wiki_syntax_textile.html b/public/help/ca/wiki_syntax_textile.html
index 2bfea1317..5d81a44b1 100644
--- a/public/help/ca/wiki_syntax_textile.html
+++ b/public/help/ca/wiki_syntax_textile.html
@@ -37,9 +37,9 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
</pre>
</td></tr>
-<tr><th colspan="3">Lists</th></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Unordered list" /></th><td>* Item 1<br />** Sub<br />* Item 2</td><td><ul><li>Item 1<ul><li>Sub</li></ul></li><li>Item 2</li></ul></td></tr>
-<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Ordered list" /></th><td># Item 1<br />## Sub<br /># Item 2</td><td><ol><li>Item 1<ol><li>Sub</li></ol></li><li>Item 2</li></ol></td></tr>
+<tr><th colspan="3">Llistes</th></tr>
+<tr><th><img src="../../images/jstoolbar/bt_ul.png" style="border: 1px solid #bbb;" alt="Llista desordenada" /></th><td>* Article 1<br />** Sub<br />* Article 2</td><td><ul><li>Article 1<ul><li>Sub</li></ul></li><li>Article 2</li></ul></td></tr>
+<tr><th><img src="../../images/jstoolbar/bt_ol.png" style="border: 1px solid #bbb;" alt="Llista ordenada" /></th><td># Article 1<br />## Sub<br /># Article 2</td><td><ol><li>Article 1<ol><li>Sub</li></ol></li><li>Article 2</li></ol></td></tr>
<tr><th colspan="3">Capçaleres</th></tr>
<tr><th><img src="../../images/jstoolbar/bt_h1.png" style="border: 1px solid #bbb;" alt="Encapçament 1" /></th><td>h1. Títol 1</td><td><h1>Títol 1</h1></td></tr>
@@ -61,7 +61,7 @@ table.sample th, table.sample td { border: solid 1px #bbb; padding: 4px; height:
<tr><th><img src="../../images/jstoolbar/bt_img.png" style="border: 1px solid #bbb;" alt="Imatge" /></th><td>!<em>imatge_url</em>!</td><td></td></tr>
<tr><th></th><td>!<em>imatge_adjunta</em>!</td><td></td></tr>
-<tr><th colspan="3">Tables</th></tr>
+<tr><th colspan="3">Taules</th></tr>
<tr>
<th></th>
<td>|_. A |_. B |_. C |<br />| A | B | C |<br />|/2. row span | B | C |<br />|\2. col span |</td>