annotate DOCS/xml/it/bugs.xml @ 24861:a974b051e8cc

Comment out unused variable, fixes the warning: dvb_tune.c:43: warning: 'dvb_secdev' defined but not used
author diego
date Tue, 30 Oct 2007 08:44:15 +0000
parents 90d1da8c9f4c
children dc6b7613378f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
23521
f64c072a3bdd changed forgotten $Revision... to synced with.... sorry :(
ptt
parents: 23499
diff changeset
2 <!-- synced with r21686 -->
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
3 <appendix id="bugs">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
4 <title>Bug conosciuti</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
5
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
6 <sect1 id="bugs-special">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
7 <title>Bug/problemi speciali relativi al sistema/alla CPU</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
8
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
9 <itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
10 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
11 <para>SIGILL (segnale 4) su P3 usando kernel 2.2.x:</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
12 <para>Problema: i kernel 2.2.x non hanno un supporto SSE (correttamente)
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
13 funzionante</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
14 <para>Soluzione: aggiorna il kernel a 2.4.x</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
15 <para>Soluzione temporanea: <command>./configure --disable-sse</command></para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
16 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
17
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
18 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
19 <para>SIGILL generico (segnale 4):</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
20 <para>Problema: hai compilato ed esegui <application>MPlayer</application> su
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
21 macchine diverse (per esempio compilato su P3 ed esegui su Celeron)
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
22 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
23 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
24 Soluzione: compila <application>MPlayer</application> sulla stessa macchina
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
25 su cui lo utilizzerai!
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
26 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
27 <para>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
28 Workaround: Puoi dimenticarti di tutto ciò usando in configurazione
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
29 l'opzione <option>--enable-runtime-cpudetection</option> oppure puoi
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
30 disabilitare gruppi particolari di istruzioni per la CPU con opzioni più
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
31 specifiche (come <option>--disable-mmx</option>,
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
32 <option>--disable-3dnow</option>, etc).
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
33 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
34 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
35
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
36 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
37 <para>Va in crash durante la scrittura grezza (dump) dei flussi:</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
38 <para>Problema: core dump</para>
23789
90d1da8c9f4c better translation
ptt
parents: 23522
diff changeset
39 <para>Soluzione: Niente panico. Accertati di sapere dov'è il tuo
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
40 asciugamano.</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
41 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
42 </itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
43 </sect1>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
44
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
45
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
46 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
47
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
48
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
49 <sect1 id="bugs-audio">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
50 <title>Vari problemi di sincronizzazione A-V e altri audio</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
51
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
52 <sect2 id="bugs-delay-all">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
53 <title>Ritardo generico dell'audio o suono saltellante
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
54 (presente con tutti o molti file)</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
55
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
56 <itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
57 <listitem><para>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
58 il più comune: driver audio bacato! - prova ad usare driver diversi, prova
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
59 l'emulazione OSS di ALSA con <option>-ao oss</option>, prova anche
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
60 <option>-ao sdl</option>, a volte aiuta. Se il file viene letto bene con
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
61 <option>-nosound</option>, allora puoi essere certo che sia un problema
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
62 (del driver) della scheda audio.
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
63 </para></listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
64
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
65 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
66 <para>problemi del buffer audio (dimensione del buffer mal rilevata)</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
67 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
68 Workaround: l'opzione <option>-abs</option> di <application>MPlayer</application>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
69 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
70 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
71
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
72 <listitem><para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
73 problemi della frequenza di campionamento - probabilmente la tua scheda non
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
74 supporta la frequenza di campionamento usata nei tuoi file - prova il filtro
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
75 di ricampionamento (<option>-af resample=...</option>)
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
76 </para></listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
77
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
78 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
79 <para>macchina lenta (CPU o VGA)</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
80 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
81 prova con <option>-vo null</option>, se funziona bene, allora hai la
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
82 scheda/il driver VGA lenta/o
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
83 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
84 <para>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
85 Workaround: compra una scheda più veloce o leggi questa documentazione
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
86 su come velocizzare le cose
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
87 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
88 <para>Also try <option>-framedrop</option></para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
89 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
90 </itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
91 </sect2>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
92
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
93 <!-- ********** -->
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
94
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
95 <sect2 id="bugs-delay-specific">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
96 <title>Ritardo/desincronizzazione audio relativi a uno o pochi file</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
97
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
98 <itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
99 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
100 <para>file danneggiato</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
101 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
102 Workaround:
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
103 <itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
104 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
105 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
106 opzioni <option>-ni</option> o <option>-nobps</option>
23522
dbb39f0ac70a yes, interleave was deeply wrong translated. corrected
ptt
parents: 23521
diff changeset
107 (per file danneggiati o senza interleave)
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
108 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
109 <para>e/o</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
110 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
111 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
112 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
113 <option>-mc 0</option>
23522
dbb39f0ac70a yes, interleave was deeply wrong translated. corrected
ptt
parents: 23521
diff changeset
114 (richiesta per file con audio VBR interleave scorretto)
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
115 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
116 <para>e/o</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
117 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
118 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
119 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
120 <option>-delay</option> o tasti <keycap>+</keycap>/<keycap>-</keycap>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
121 durante la riproduzione per correggere il ritardo
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
122 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
123 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
124 </itemizedlist>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
125 Se nulla di ciò aiuta, per favore mandaci il file,
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
126 controlleremo (e correggeremo).
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
127 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
128 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
129
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
130 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
131 <para>la tua scheda audio non supporta la riproduzione a 48kHz</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
132 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
133 Workaround: compra una scheda migliore... o prova a diminuire del 10% gli
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
134 fps (usa <option>-fps 27</option> per un filmato a 30fps) o usa il filtro di
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
135 ricampionamento
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
136 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
137 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
138
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
139 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
140 <para>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
141 macchina lenta (se A-V non è intorno a 0,
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
142 e l'ultimo numero nella riga di stato aumenta)
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
143 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
144 <para>Workaround: <option>-framedrop</option></para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
145 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
146 </itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
147 </sect2>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
148
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
149 <!-- ********** -->
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
150
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
151 <sect2 id="bugs-nosound">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
152 <title>Nessun suono</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
153
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
154 <itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
155 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
156 <para>il tuo file usa un codec audio non supportato</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
157 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
158 Soluzione: leggi la documentazione e aiutaci ad aggiungerne il supporto
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
159 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
160 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
161 </itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
162 </sect2>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
163
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
164 <!-- ********** -->
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
165
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
166 <sect2 id="bugs-nopicture">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
167 <title>Nessuna immagine (solo una finestra grigia o verde)</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
168
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
169 <itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
170 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
171 <para>il tuo file usa un codec video non supportato</para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
172 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
173 Soluzione: leggi la documentazione e aiutaci ad aggiungerne il supporto
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
174 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
175 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
176
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
177 <listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
178 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
179 il codec selezionato in automatico non riesce a decodificare il file, prova ad
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
180 impostarne un altro usando le opzioni <option>-vc</option> o
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
181 <option>-vfm</option>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
182 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
183 </listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
184 </itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
185 </sect2>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
186
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
187 <!-- ********** -->
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
188
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
189 <sect2 id="bugs-video">
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
190 <title>Problemi di uscita video</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
191
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
192 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
193 Prima di tutto fai attenzione che le opzioni <option>-fs</option>,
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
194 <option>-vm</option> e <option>-zoom</option> non sono supportate da tutti i
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
195 driver. Inoltre, non tutti i driver supportano il ridimensionamento/lo zoom via
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
196 hardware.
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
197 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
198
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
199 <formalpara>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
200 <title>Sfarfallio OSD/sub</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
201 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
202 <itemizedlist>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
203 <listitem><para>driver x11: spiacenti, non può venir corretto ora</para></listitem>
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
204 <listitem><para>driver xv: usa l'opzione <option>-double</option></para></listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
205 </itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
206 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
207 </formalpara>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
208
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
209 <formalpara>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
210 <title>Immagine verde usando mga_vid
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
211 (<option>-vo mga</option> / <option>-vo xmga</option>)</title>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
212 <para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
213 <itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
214 <listitem><para>
23499
6bc39f26567f changed vowels to accented utf8 vowels
ptt
parents: 23498
diff changeset
215 mga_vid ha rilevato male la quantità di RAM della tua scheda,
23498
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
216 ricaricalo usando l'opzione <option>mga_ram_size</option>.
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
217 </para></listitem>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
218 </itemizedlist>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
219 </para>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
220 </formalpara>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
221
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
222 </sect2>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
223 </sect1>
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
224
c684b2fd07af other two files translated :)
ptt
parents:
diff changeset
225 </appendix>