summaryrefslogtreecommitdiff
path: root/docs/usermanual/i18n.sgm
Unidiff
Diffstat (limited to 'docs/usermanual/i18n.sgm') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/usermanual/i18n.sgm31
1 files changed, 15 insertions, 16 deletions
diff --git a/docs/usermanual/i18n.sgm b/docs/usermanual/i18n.sgm
index 9ebdf6d..d55ebd0 100644
--- a/docs/usermanual/i18n.sgm
+++ b/docs/usermanual/i18n.sgm
@@ -76,40 +76,39 @@
76 of "this is a demonstation !". 76 of "this is a demonstation !".
77 </para> 77 </para>
78 </listitem> 78 </listitem>
79 </itemizedlist> 79 </itemizedlist>
80</section> 80</section>
81 81
82<section> 82<section>
83 <title>Examplecode</title> 83 <title>Examplecode</title>
84 84
85 <para> 85 <para>
86 In the next paragraph you see an example of what the XML looks like. 86 In the next paragraph you see an example of what the XML looks like.
87 </para> 87 </para>
88<!-- 88<literallayout>
89 <programlisting> 89 &lt;message&gt;
90 <message> 90 &lt;source&gt;New&lt;/source&gt;
91 <source>New</source> 91 &lt;translation&gt;Neu&lt;/translation&gt;
92 <translation>Neu</translation> 92 &lt;/message&gt;
93 </message> 93 &lt;message&gt;
94 <message> 94 &lt;source&gt;Today&lt;/source&gt;
95 <source>Today</source> 95 &lt;translation&gt;Heute&lt;/translation&gt;
96 <translation>Heute</translation> 96 &lt;/message&gt;
97 </message> 97 &lt;message&gt;
98 <message> 98 &lt;source&gt;Day&lt;/source&gt;
99 <source>Day</source> 99 &lt;translation type="unfinished"&gt;&lt;/translation&gt;
100 <translation type="unfinished"></translation> 100 &lt;/message&gt;
101 </message> 101</literallayout>
102 </programlisting> 102
103-->
104 <para> 103 <para>
105 As you can see the markup is very simple. The part between two source-tags is 104 As you can see the markup is very simple. The part between two source-tags is
106 the english text which appears if there is no translation yet. In the first 105 the english text which appears if there is no translation yet. In the first
107 case this is <quote>New</quote>. The next row is where the translated string 106 case this is <quote>New</quote>. The next row is where the translated string
108 would be. The first two messages are already translated, the third is 107 would be. The first two messages are already translated, the third is
109 not. This is marked by the 108 not. This is marked by the
110 109
111 <programlisting>type="unfinished"</programlisting> 110 <programlisting>type="unfinished"</programlisting>
112 111
113 </para> 112 </para>
114 <para> 113 <para>
115 If you choose to use an editor like VIM instead of the prefered tool 114 If you choose to use an editor like VIM instead of the prefered tool