annotate DOCS/xml/hu/skin.xml @ 21935:0ad1aa47057c

synced with r21952
author Gabrov
date Wed, 17 Jan 2007 22:18:15 +0000
parents 91bf44886996
children 04655a6c01d4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
2 <!-- synced with r21612 -->
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
3 <appendix id="skin">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
4 <title><application>MPlayer</application> skin formátum</title>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
5
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
6 <sect1 id="skin-overview">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
7 <title>Áttekintés</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
8
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
9 <para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
10 Igazából ennek nincs köze a skin formátumához, de tudnod kell, hogy
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
11 az <application>MPlayer</application>nek
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
12 <emphasis role="bold">nincs</emphasis> beépített skin-je,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
13 így <emphasis role="bold">legalább egy skin-nek telepítve kell
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
14 lennie, hogy használni tudd a GUI-t.</emphasis>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
15 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
16
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
17 <!-- ********** -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
18
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
19 <sect2 id="skin-overview-directories">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
20 <title>Könyvtárak</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
21
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
22 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
23 Az alábbi könyvtárak kerülnek átvizsgálásra (sorrendben):
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
24 <orderedlist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
25 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
26 <filename class="directory">$(DATADIR)/skins/</filename>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
27 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
28 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
29 <filename class="directory">$(PREFIX)/share/mplayer/skins/</filename>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
30 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
31 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
32 <filename class="directory">~/.mplayer/skins/</filename>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
33 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
34 </orderedlist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
35 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
36
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
37 <para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
38 Figyelj rá, hogy az első elérési út változhat az
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
39 <application>MPlayer</application> konfigurációjának megfelelően
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
40 (lásd a <command>configure</command> script
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
41 <option>--prefix</option> és <option>--datadir</option> kapcsolóit).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
42 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
43
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
44 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
45 Minden skin a saját könyvtárába kerül telepítésre a fent felsorolt könyvtárakon
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
46 belül, például:
17974
9a5a62f480e6 Rename the default GUI skins directory from 'Skin' to 'skins', keeping
diego
parents: 17735
diff changeset
47 <screen>$(PREFIX)/share/mplayer/skins/default/</screen>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
48 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
49 </sect2>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
50
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
51 <!-- ********** -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
52
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
53 <sect2 id="skin-overview-formats">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
54 <title>Képformátumok</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
55
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
56 <para>A képeknek truecolor-os (24 vagy 32 bpp) PNG-knek kell lenniük.</para>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
57 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
58 A fő ablakban és a playbar-on (lásd lejjebb) használhatsz transzparens képeket:
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
59 Az #FF00FF (bíborvörös) színnel feltöltött területek teljesen
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
60 transzparensek lesznek, ha az <application>MPlayer</application>-rel
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
61 nézed. Ez azt jelenti, hogy formázott ablakjaid is lehetnek, ha az X
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
62 szerverednek van XShape kiterjesztése.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
63 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
64 </sect2>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
65
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
66 <sect2 id="skin-overview-components">
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
67 <title>Skin komponensek</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
68
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
69 <para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
70 A Skin-ek eléggé szabad formátumúak (nem mint például a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
71 <application>Winamp</application>/<application>XMMS</application>,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
72 fix formátumú skin-jei), tehát csak rajtad múlik, hogy valami
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
73 igazán nagyot alkoss.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
74 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
75
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
76 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
77 Jelenleg négy ablak van, amit dekorálni kell: a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
78 <link linkend="skin-file-main">fő ablak</link>, az
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
79 <link linkend="skin-file-subwindow">alablak</link>, a
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
80 <link linkend="skin-file-main">playbar</link> és a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
81 <link linkend="skin-file-menu">skin menü</link> (ami jobb kattintással
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
82 aktiválható).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
83
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
84 <itemizedlist>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
85 <listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
86 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
87 A <emphasis role="bold">fő ablak</emphasis> és/vagy a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
88 <emphasis role="bold">playbar</emphasis> az, ahol vezérelheted az
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
89 <application>MPlayer</application>t. Az ablak háttere egy kép.
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
90 Ebbe az ablakba különböző elemeket lehet (és kell) tenni:
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
91 <emphasis>gombok</emphasis>, <emphasis>potméterek</emphasis> (csúszkák)
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
92 és <emphasis>címkék</emphasis>.
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
93 Minden egyes elemnek meg kell adnod a pozícióját és a méretét.
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
94 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
95
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
96 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
97 Egy <emphasis role="bold">gomb</emphasis>nak három állása van (lenyomott,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
98 felengedett, letiltott), így a képe függőlegesen három részre van osztva.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
99 Lásd a <link linkend="skin-button">gomb</link> elemet a részletekért.
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
100 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
101
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
102 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
103 Egy <emphasis role="bold">potmeter</emphasis>nek (főként a kereső sáv és a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
104 hangerő/balansz állító) bármennyi fázisa lehet a képének egymás alatti
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
105 tetszőleges feldarabolásával. Lásd a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
106 <link linkend="skin-hpotmeter">hpotmeter</link>t és
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
107 <link linkend="skin-potmeter">potmeter</link>t a részletekért.
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
108 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
109
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
110 <para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
111 A <emphasis role="bold">címkék</emphasis> egy kicsit különlegesek: A
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
112 megrajzolásukhoz szükséges karaktereket egy kép fájlból nyerjük és
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
113 a képen lévő karaktereket egy
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
114 <link linkend="skin-fonts">betű leíró fájl</link> írja le.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
115 Ez utóbbi egy sima szöveges fájl, ami megadja minden egyes betű
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
116 x, y pozícióját és méretét a képen (a kép fájl és a hozzátartozó
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
117 betű leíró fájl <emphasis>együtt</emphasis> alkot egy betűtípust).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
118 Lásd a <link linkend="skin-dlabel">dlabel</link>t
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
119 és az <link linkend="skin-slabel">slabel</link>t a részletekért.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
120 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
121
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
122 <note><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
123 Az összes kép lehet teljes transzparens is, amint az a
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
124 <link linkend="skin-overview-formats">kép formátumokról</link> szóló
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
125 részben le van írva. Ha az X szerver nem támogatja az XShape kiterjesztést,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
126 a transzparensként megjelölt részek feketék lesznek. Ha használni
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
127 akarod ezt a tulajdonságot, a fő ablak háttérképének 8-cal oszthatónak
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
128 kell lennie.
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
129 </para></note>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
130 </listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
131
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
132 <listitem><para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
133 Az <emphasis role="bold">alablak</emphasis> az, ahol a film megjelenik. Egy
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
134 megadott képet tud megjeleníteni, ha nincs film betöltve (elég unalmas egy
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
135 üres ablak :-)) <emphasis role="bold">Megjegyzés:</emphasis> a transzparens
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
136 kép <emphasis role="bold">nem megengedett</emphasis> itt.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
137 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
138
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
139 <listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
140 <para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
141 A <emphasis role="bold">skin menü</emphasis> csak az
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
142 <application>MPlayer</application> vezérlésének egy módja menüpontok
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
143 segítségével. Két kép kell a menühöz: az egyik a legjobb kép, ami a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
144 menüt mutatja normál állapotában, a másik a kiválasztott pont
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
145 megjelenítésére lesz felhasználva. Ha kinyitod a menüt, az első kép
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
146 látszódik. Ha az egeret az egyik menüpont fölé viszed, az aktuálisan
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
147 kiválasztott pont bemásolódik a második képről az egér mutató alatti
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
148 területre (a második képet soha sem lehet látni egészében).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
149 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
150 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
151 Egy menüpontot a képen lévő poziciója és a mérete határoz meg (lásd a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
152 <link linkend="skin-file-menu">skin menü</link> részt).
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
153 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
154 </listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
155 </itemizedlist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
156 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
157
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
158 <para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
159 Van egy fontos dolog, amiről eddig nem beszéltünk: a gombokhoz, potméterekhez
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
160 és menüpontokhoz tartozóan az <application>MPlayer</application> tudnia kell,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
161 hogy mit csináljon, ha rákattintanak. Ez <link linkend="skin-gui">üzenetekkel</link>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
162 (eseményekkel) van megvalósítva. Minden elemhez meg kell adnod, hogy milyen
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
163 üzenetet generál, amikor kattintanak rá.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
164 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
165 </sect2>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
166
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
167 <!-- ********** -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
168
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
169 <sect2 id="skin-files">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
170 <title>Fájlok</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
171
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
172 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
173 A következő fájlokra lesz szükséges, hogy el tudj készíteni egy skin-t:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
174 <itemizedlist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
175 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
176 A konfigurációs fájl, aminek <link linkend="skin-file">skin</link> a neve,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
177 megmondja az <application>MPlayer</application>nek, hogyan rakja össze a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
178 skin különböző részeit és hogy mit tegyen ha valahol kattintanak az ablakban.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
179 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
180 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
181 A fő ablak háttérképe.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
182 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
183 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
184 A fő ablakban lévő elemek képe (beleértve egy vagy több betű leíró fájlt,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
185 ami a címkék megrajzolásához kell).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
186 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
187 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
188 Az alablakban megjelenítendő kép (opcionális).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
189 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
190 <listitem><para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
191 Két kép a skin menünek (csak akkor szükséges, ha menüt akarsz csinálni).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
192 </para></listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
193 </itemizedlist>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
194 A skin konfigurációs fájl kivételével a többi fájlt úgy nevezed el, ahogy
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
195 csak akarod (de jegyezd meg, hogy a betű leíró fájlnak
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
196 <filename>.fnt</filename> kiterjesztéssel kell rendelkeznie).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
197 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
198 </sect2>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
199 </sect1>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
200
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
201
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
202 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
203
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
204
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
205 <sect1 id="skin-file">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
206 <title>A skin fájl</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
207
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
208 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
209 Amint fentebb már említettem, ez a skin konfigurációs fájl. Sor-orientált;
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
210 a megjegyzést tartalmazó sorok egy '<literal>;</literal>' karakterrel kezdődnek
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
211 (csak szóközök és tab-ok lehetnek a '<literal>;</literal>' előtt).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
212 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
213
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
214 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
215 A fájl szekciókból áll. Minden szekció a skin egy alkalmazását írja le a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
216 következő formában:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
217 <programlisting>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
218 section = <replaceable>szekció neve</replaceable>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
219 .
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
220 .
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
221 .
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
222 end
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
223 </programlisting>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
224 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
225
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
226 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
227 Jelenleg csak egy alkalmazás van, vagyis csak egy szekciót kell készítened:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
228 a neve <emphasis role="bold">movieplayer</emphasis>.
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
229 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
230
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
231 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
232 Ebben a szekcióban minden ablakot egy blokk ír le a következő formában:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
233 <programlisting>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
234 window = <replaceable>ablak neve</replaceable>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
235 .
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
236 .
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
237 .
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
238 end
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
239 </programlisting>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
240 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
241
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
242 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
243 Ahol az <replaceable>ablak neve</replaceable> ezen karakterláncok valamelyike lehet:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
244 <itemizedlist>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
245 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
246 <emphasis role="bold">main</emphasis> - a főablak esetében
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
247 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
248 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
249 <emphasis role="bold">sub</emphasis> - az alablak esetében
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
250 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
251 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
252 <emphasis role="bold">menu</emphasis> - a skin menü esetében
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
253 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
254 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
255 <emphasis role="bold">playbar</emphasis> - a playbar esetében
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
256 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
257 </itemizedlist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
258 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
259
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
260 <para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
261 (Az alablak és menü blokkok opcionálisak - nem kötelező menüt készítened
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
262 vagy kidekorálni az alablakot.)
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
263 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
264
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
265 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
266 Egy ablak blokkon belül az ablak minden elemét definiálhatod, egyet egy
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
267 sorban, ebbe a formában:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
268 <programlisting>item = parameter</programlisting>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
269 Ahol az <literal>item</literal> egy karakterlánc, ami azonosítja az adott
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
270 típusú GUI elemet, a <literal>parameter</literal> pedig egy numerikus vagy
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
271 szöveges érték (vagy értékek listája vesszővel elválasztva).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
272 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
273
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
274 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
275 A fentieket összerakva a teljes fájl valahogy így néz ki:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
276 <programlisting>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
277 section = movieplayer
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
278 window = main
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
279 ; ... főablak elemei ...
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
280 end
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
281
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
282 window = sub
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
283 ; ... alablak elemei ...
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
284 end
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
285
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
286 window = menu
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
287 ; ... menü elemei ...
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
288 end
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
289
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
290 window = playbar
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
291 ; ... playbar elemei ...
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
292 end
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
293 end
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
294 </programlisting>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
295 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
296
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
297 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
298 Egy kép fájl nevét a hozzá vezető útvonal nélkül kell megadni - a képeknek
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
299 a <filename class="directory">skins</filename> könyvtárban kell lenniük.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
300 A fájl kiterjesztését megadhatod (de nem kötelező). Ha a fájl nem létezik,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
301 az <application>MPlayer</application> megpróbálja betölteni a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
302 <filename>&lt;filename&gt;.&lt;ext&gt;</filename> fájlt, ahol <literal>png</literal>
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
303 és <literal>PNG</literal> kerül az <filename>&lt;ext&gt;</filename> helyére
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
304 (ebben a sorrendben). Az első megtalált fájlt fogja használni.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
305 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
306
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
307 <para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
308 Egy példa a tisztánlátáshoz. Tegyük fel, hogy van egy <filename>main.png</filename>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
309 nevű fájlod, amit a fő ablakhoz használsz: <programlisting>base = main, -1, -1</programlisting>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
310 Az <application>MPlayer</application> megpróbálja betölteni a <filename>main</filename>,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
311 <filename>main.png</filename>, <filename>main.PNG</filename> fájlokat.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
312 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
313
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
314 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
315 Végül pár szó a pozícionálásról. A fő ablak és az alablak a képernyő különböző
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
316 sarkaiba helyezhető az <literal>X</literal> és <literal>Y</literal> koordináták
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
317 megadásával. A <literal>0</literal> fent vagy bal oldalt van, a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
318 <literal>-1</literal> középen és a <literal>-2</literal> jobb oldalt vagy lent,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
319 ahogy az itt is látható:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
320 <informalfigure>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
321 <screen>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
322 (0, 0)----(-1, 0)----(-2, 0)
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
323 | | |
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
324 | | |
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
325 (0,-1)----(-1,-1)----(-2,-1)
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
326 | | |
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
327 | | |
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
328 (0,-2)----(-1,-2)----(-2,-2)
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
329 </screen>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
330 </informalfigure>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
331 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
332
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
333 <!-- ********** -->
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
334
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
335 <sect2 id="skin-file-main">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
336 <title>Fő ablak és a playbar</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
337
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
338 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
339 A következő bejegyzések használhatóak a
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
340 '<literal>window = main</literal>' ... '<literal>end</literal>',
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
341 és a '<literal>window = playbar</literal>' ... '<literal>end</literal>'
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
342 blokkokban.
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
343 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
344
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
345 <variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
346 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
347 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
348 <anchor id="skin-main-base"/>base = image, X, Y
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
349 </literal></term>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
350 <listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
351 <para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
352 Megadhatod vele a fő ablakban használt háttérképet.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
353 Az ablak a megadott <literal>X, Y</literal> pozícióban fog megjelenni
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
354 a képernyőn. Az ablak mérete a kép méretével lesz azonos.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
355 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
356 <note><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
357 Ezek a koordináták jelenleg nem működnek a megjelenítő ablak esetében.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
358 </para></note>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
359 <warning><para>A kép transzparens részei (#FF00FF színű) feketeként jelenik meg
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
360 az XShape kiterjesztés nélküli X szerverek esetében. A kép szélességének 8-cal
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
361 oszthatónak kell lennie.</para></warning>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
362 </listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
363 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
364
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
365 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
366 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
367 <anchor id="skin-button"/>button = image, X, Y, width, height, message
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
368 </literal></term>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
369 <listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
370 <para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
371 Egy <literal>width</literal> * <literal>height</literal> méretű gomb
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
372 megjelenítése az <literal>X, Y</literal> pozícióban. A megadott
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
373 <literal>message</literal> üzenet akkor generálódik, amikor a gombot
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
374 megnyomják. Az <literal>image</literal> által megadott képnek három
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
375 részt kell tartalmaznia egymás alatt (a gomb állapotainak megfelelően), így:
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
376 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
377 <informalfigure>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
378 <screen>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
379 +-------------+
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
380 | benyomott |
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
381 +-------------+
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
382 | felengedett |
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
383 +-------------+
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
384 | letiltott |
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
385 +-------------+<!--
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
386 --></screen>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
387 </informalfigure>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
388 </listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
389 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
390
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
391 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
392 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
393 <anchor id="skin-decoration"/>decoration = enable|disable
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
394 </literal></term>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
395 <listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
396 <para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
397 Engedélyezi vagy letiltja a főablakban az ablakkezelő dekorációját.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
398 Alapértelmezetten <emphasis role="bold">disable</emphasis>.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
399 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
400 <note><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
401 Ez nem működik a megjelenítő ablakban, nincs rá szükség.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
402 </para></note>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
403 </listitem>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
404 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
405
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
406 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
407 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
408 <anchor id="skin-hpotmeter"/>hpotmeter = button, bwidth, bheight, phases, numphases, default, X, Y, width, height, message
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
409 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
410 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
411 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
412 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
413
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
414 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
415 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
416 <anchor id="skin-vpotmeter"/>vpotmeter = button, bwidth, bheight, phases, numphases, default, X, Y, width, height, message
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
417 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
418 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
419 Egy vízszintes (hpotmeter) vagy függőleges (vpotmeter) potméter megjelenítése
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
420 <literal>width</literal> * <literal>height</literal> méretben az
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
421 <literal>X, Y</literal> pozícióban. A kép több különböző részre osztható a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
422 potméter különböző fázisainak megfelelően (például lehet egy pot-od a hangerő
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
423 szabályozásához, ami zöldből pirosba vált, ahogy az értéke változik a minimumtól
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
424 a maximumig). A <literal>hpotmeter</literal>-nek lehet egy gombja is, amit
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
425 vízszintesen lehet húzni. A paraméterek:
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
426 <itemizedlist>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
427 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
428 <literal>button</literal> - a gombként használt kép
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
429 (három részt kell tartalmaznia egymás alatt, mint a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
430 <link linkend="skin-button">gomb</link> esetében)
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
431 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
432 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
433 <literal>bwidth</literal>, <literal>bheight</literal> - a gomb
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
434 mérete
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
435 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
436 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
437 <literal>phases</literal> - a hpotmeter különböző fázisaiban
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
438 használt kép neve. Speciális értékként a <literal>NULL</literal> is
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
439 használható, ha nem akarsz ilyen képet. A képet függőlegesen
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
440 <literal>numphases</literal> részre kell felosztani így:
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
441 <informalfigure><screen>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
442 +------------+
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
443 | 1. fázis |
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
444 +------------+
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
445 | 2. fázis |
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
446 +------------+
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
447 ...
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
448 +------------+
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
449 | n. fázis |
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
450 +------------+<!--
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
451 --></screen></informalfigure>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
452 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
453 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
454 <literal>numphases</literal> - a <literal>phases</literal> képen
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
455 lévő fázisok száma
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
456 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
457 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
458 <literal>default</literal> - a hpotmeter alapértelmezett értéke
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
459 (<literal>0</literal> és <literal>100</literal> között)
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
460 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
461 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
462 <literal>X</literal>, <literal>Y</literal> - a hpotmeter pozíciója
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
463 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
464 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
465 <literal>width</literal>, <literal>height</literal> - a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
466 <literal>hpotmeter</literal> szélessége és magassága
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
467 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
468 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
469 <literal>message</literal> - az üzenet, ami a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
470 <literal>hpotmeter</literal> értékének megváltozásakor generálódik
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
471 </para></listitem>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
472 </itemizedlist>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
473 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
474 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
475
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
476 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
477 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
478 <anchor id="skin-potmeter"/>potmeter = phases, numphases, default, X, Y, width, height, message
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
479 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
480 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
481 Egy <literal>hpotmeter</literal> gomb nélkül. (Gondolom a megfordítása volt az
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
482 eredeti cél, de csak a vízszintes vonszolásra reagál.) A paraméterek leírását
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
483 lásd a <link linkend="skin-hpotmeter">hpotmeter</link>-nél.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
484 A <literal>phases</literal> lehet <literal>NULL</literal>, de ez eléggé haszontalan,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
485 mivel akkor nem látod, hogy a <literal>potmeter</literal> hova van állítva.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
486 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
487 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
488
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
489 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
490 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
491 <anchor id="skin-font"/>font = fontfile, fontid
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
492 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
493 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
494 Egy betűt definiál. A <literal>fontfile</literal> a betű leíró fájl neve egy
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
495 <filename>.fnt</filename> kiterjesztéssel (a kiterjesztést ne add meg itt).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
496 A <literal>fontid</literal>-t a betűre történő hivatkozásokhoz lehet használni
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
497 (lásd <link linkend="skin-dlabel">dlabel</link> és
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
498 <link linkend="skin-slabel">slabel</link>). 25 betűt lehet definiálni.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
499 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
500 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
501
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
502 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
503 <term><literal>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
504 <anchor id="skin-slabel"/>slabel = X, Y, fontid, "text"
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
505 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
506 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
507 Egy statikus címkét tesz ki az <literal>X, Y</literal> pozícióba. A
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
508 <literal>text</literal> szöveget jeleníti meg a <literal>fontid</literal>-vel
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
509 azonosított betűtípussal. A szöveg egyszerű karakterlánc (az <literal>$x</literal>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
510 változók nem működnek) amit dupla idézőjelek közé kell írni (de a " karakter
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
511 nem lehet a szöveg része). A címke a <literal>fontid</literal>-vel
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
512 azonosított betűtípussal jelenik meg.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
513 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
514 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
515
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
516 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
517 <term><literal>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
518 <anchor id="skin-dlabel"/>dlabel = X, Y, length, align, fontid, "text"
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
519 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
520 <listitem>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
521 <para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
522 Egy dinamikus címkét tesz ki az <literal>X, Y</literal> pozícióba. A
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
523 címke azért dinamikus, mert a szövege periódikusan frissül. A címke
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
524 maximum hosszát a <literal>length</literal> szabályozza (a magassága
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
525 egy karakter magasságával egyezik meg). Ha a megjelenítendő szöveg
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
526 szélesebb ennél, scrollozva lesz,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
527 különben az <literal>align</literal> paraméter által megadott módon
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
528 pozícionálódik: <literal>0</literal> jobbra, <literal>1</literal>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
529 középre, <literal>2</literal> balra igazítva.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
530 </para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
531 <para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
532 A megjelenítendő szöveget a <literal>text</literal> adja meg: dupla
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
533 idézőjelek közé kell írni (de a " karakter nem lehet része a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
534 szövegnek). A címke a <literal>fontid</literal> által meghatározott
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
535 betűtípussal jelenik meg. A szövegben a következő változókat használhatod:
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
536 </para>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
537
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
538 <informaltable>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
539 <tgroup cols="2">
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
540 <thead>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
541 <row><entry>Változó</entry><entry>Jelentés</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
542 </thead>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
543 <tbody>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
544 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
545 <entry>$1</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
546 <entry>lejátszási idő <emphasis>hh:mm:ss</emphasis> formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
547 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
548 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
549 <entry>$2</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
550 <entry>lejátszási idő <emphasis>mmmm:ss</emphasis> formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
551 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
552 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
553 <entry>$3</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
554 <entry>lejátszási idő <emphasis>hh</emphasis> formátumban (órák)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
555 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
556 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
557 <entry>$4</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
558 <entry>lejátszási idő <emphasis>mm</emphasis> formátumban (percek)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
559 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
560 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
561 <entry>$5</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
562 <entry>lejátszási idő <emphasis>ss</emphasis> formátumban (másodpercek)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
563 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
564 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
565 <entry>$6</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
566 <entry>film hossza <emphasis>hh:mm:ss</emphasis> formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
567 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
568 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
569 <entry>$7</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
570 <entry>film hossza <emphasis>mmmm:ss</emphasis> formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
571 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
572 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
573 <entry>$8</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
574 <entry>film hossza <emphasis>h:mm:ss</emphasis> formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
575 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
576 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
577 <entry>$v</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
578 <entry>hangerő <emphasis>xxx.xx</emphasis>% formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
579 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
580 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
581 <entry>$V</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
582 <entry>hangerő <emphasis>xxx.xx</emphasis> formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
583 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
584 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
585 <entry>$b</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
586 <entry>balansz <emphasis>xxx.xx</emphasis>% formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
587 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
588 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
589 <entry>$B</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
590 <entry>balansz <emphasis>xxx.xx</emphasis> formátumban</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
591 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
592 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
593 <entry>$$</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
594 <entry>az $ karakter</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
595 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
596 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
597 <entry>$a</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
598 <entry>egy karakter az audió típusnak megfelelően (nincs: <literal>n</literal>,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
599 mono: <literal>m</literal>, sztereo: <literal>t</literal>)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
600 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
601 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
602 <entry>$t</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
603 <entry>sáv száma (a lejátszási listában)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
604 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
605 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
606 <entry>$o</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
607 <entry>fájlnév</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
608 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
609 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
610 <entry>$f</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
611 <entry>fájlnév kisbetűsen</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
612 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
613 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
614 <entry>$F</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
615 <entry>fájlnév nagybetűsen</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
616 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
617 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
618 <entry>$T</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
619 <entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
620 egy karakter a folyam típusnak megfelelően (file: <literal>f</literal>,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
621 Video CD: <literal>v</literal>, DVD: <literal>d</literal>,
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
622 URL: <literal>u</literal>)
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
623 </entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
624 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
625 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
626 <entry>$p</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
627 <entry>a <keycap>p</keycap> karakter (ha a film lejátszás alatt van és a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
628 betűtípusban van <keycap>p</keycap> karakter)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
629 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
630 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
631 <entry>$s</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
632 <entry>az <keycap>s</keycap> karakter (ha a film meg van állítva movie és
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
633 a betűtípusban van <keycap>s</keycap> karakter)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
634 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
635 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
636 <entry>$e</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
637 <entry>az <keycap>e</keycap> karakter (ha a lejátszás szünetel és a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
638 betűtípusban van <keycap>e</keycap> karakter)</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
639 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
640 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
641 <entry>$x</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
642 <entry>film szélessége</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
643 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
644 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
645 <entry>$y</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
646 <entry>film magassága</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
647 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
648 <row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
649 <entry>$C</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
650 <entry>használt codec neve</entry>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
651 </row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
652 </tbody>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
653 </tgroup>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
654 </informaltable>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
655
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
656 <note><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
657 Az <literal>$a, $T, $p, $s</literal> és <literal>$e</literal>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
658 változók mind karakterekkel térnek vissza, amiket speciális szimbólumként kell
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
659 megjeleníteni (például az <keycap>e</keycap> a pillanatállj szimbóluma, ami
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
660 általában valami ilyesmi: ||). Szükséged lesz egy normál karaktereket
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
661 tartalmazó betűtípusra és egy másikra a szimbólumokhoz. Lásd a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
662 <link linkend="skin-fonts-symbols">szimbólumokról</link> szóló részt a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
663 további információkért.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
664 </para></note>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
665 </listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
666 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
667 </variablelist>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
668 </sect2>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
669
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
670 <!-- ********** -->
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
671
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
672 <sect2 id="skin-file-subwindow">
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
673 <title>Alablak</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
674
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
675 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
676 A következő bejegyzések használhatóak a
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
677 '<literal>window = sub</literal>' . . . '<literal>end</literal>' blokkban.
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
678 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
679
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
680 <variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
681 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
682 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
683 <anchor id="skin-sub-base"/>base = image, X, Y, width, height
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
684 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
685 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
686 Az ablakban megjelenítendő kép. Az ablak a megadott <literal>X, Y</literal>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
687 pozícióban jelenik meg a képernyőn (<literal>0,0</literal> a bal felső
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
688 sarok). A <literal>-1</literal> a középre, a <literal>-2</literal>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
689 a jobbra (<literal>X</literal>) és le (<literal>Y</literal>) igazítást
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
690 jelenti. Az ablak akkora lesz, amekkora a kép. A <literal>width</literal>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
691 és a <literal>height</literal> az ablak méretét írják elő, opcionálisak
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
692 (ha hiányoznak, az ablak ugyan akkora méretű lesz, mint a kép).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
693 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
694 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
695
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
696 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
697 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
698 <anchor id="skin-background"/>background = R, G, B
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
699 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
700 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
701 Beállíthatod vele a háttér színét. Hasznos, ha a kép kisebb, mint az
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
702 ablak mérete. Az <literal>R</literal>, <literal>G</literal> és
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
703 <literal>B</literal> a szín vörös, zöld és kék komponensét adja meg
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
704 (mindegyik decimális szám 0-tól 255-ig).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
705 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
706 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
707 </variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
708 </sect2>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
709
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
710 <!-- ********** -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
711
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
712 <sect2 id="skin-file-menu">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
713 <title>Skin menü</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
714
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
715 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
716 Amint korábban már említettem, a menü két kép segítségével kerül megjelenítésre.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
717 A normál menü bejegyzések a <literal>base</literal> elemmel megadott képen
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
718 láthatóak, míg az épp aktuálisan kiválasztott elem megjelenítése a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
719 <literal>selected</literal> elemről történik. Meg kell adnod minden egyes
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
720 menüpont pozícióját és méretét.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
721 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
722
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
723 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
724 A következő bejegyzések használhatóak a
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
725 '<literal>window = menu</literal>'. . .'<literal>end</literal>' blokkban.
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
726 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
727
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
728 <variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
729 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
730 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
731 <anchor id="skin-menu-base"/>base = image
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
732 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
733 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
734 A normál menüpontokat tartalmazó kép.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
735 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
736 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
737
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
738 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
739 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
740 <anchor id="skin-selected"/>selected = image
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
741 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
742 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
743 Az összes menüpontot kiválasztva ábrázoló kép.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
744 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
745 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
746
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
747 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
748 <term><literal>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
749 <anchor id="skin-menu"/>menu = X, Y, width, height, message
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
750 </literal></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
751 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
752 Megadja egy menüelem <literal>X, Y</literal> pozícióját és a méretét a képen.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
753 A <literal>message</literal> egy üzenet, ami az egérgomb menüponton történő
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
754 felengedésekor generálódik.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
755 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
756 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
757 </variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
758 </sect2>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
759 </sect1>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
760
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
761
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
762 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
763
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
764
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
765 <sect1 id="skin-fonts">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
766 <title>Betűk</title>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
767 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
768 Amint azt már a skin elemeiről szóló részben is említettem, egy betűtípust
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
769 egy kép és egy leíró fájl alkot. A karaktereket bárhová teheted a képen,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
770 de győződj meg róla, hogy a pozíciójuk és a méretük pontosan meg van adva
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
771 a leíró fájlban.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
772 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
773
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
774 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
775 A betű leíró fájl (az <filename>.fnt</filename> kiterjesztéssel) tartalmazhat
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
776 megjegyzéseket, melyek '<literal>;</literal>'-vel kezdődő sorokban kapnak helyet.
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
777 A fájlban kell, hogy szerepeljenek az alábbi sorok:
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
778 <anchor id="skin-font-image"/>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
779 <programlisting>image = <replaceable>image</replaceable></programlisting>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
780 Ahol az <literal><replaceable>image</replaceable></literal> a betűhöz használt
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
781 kép fájl neve (nem kell megadnod a kiterjesztést).
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
782 <anchor id="skin-font-char"/>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
783 <programlisting>"char" = X, Y, width, height</programlisting>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
784 Itt az <literal>X</literal> és az <literal>Y</literal> a
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
785 <literal>char</literal> karakter pozícióját adja meg a képen (<literal>0,0</literal>
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
786 a bal felső sarok). A <literal>width</literal> és a <literal>height</literal>
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
787 a karakter méretei pixelben.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
788 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
789
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
790 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
791 Ez a példa az A, B, C karaktereket definiálja a <filename>font.png</filename>
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
792 felhasználásával.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
793 <programlisting>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
794 ; Lehet "font" is a "font.png" helyett.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
795 image = font.png
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
796
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
797 ; Három karakter elég a bemutatáshoz :-)
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
798 "A" = 0,0, 7,13
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
799 "B" = 7,0, 7,13
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
800 "C" = 14,0, 7,13
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
801 </programlisting>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
802 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
803
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
804 <!-- ********** -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
805
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
806 <sect2 id="skin-fonts-symbols">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
807 <title>Szimbólumok</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
808
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
809 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
810 Néhány karakternek speciális jelentése van, ha <link linkend="skin-dlabel">dlabel</link>-ben
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
811 használva valamelyik változó tér vissza vele. Ezeket a karaktereket
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
812 szimbólumokként kell megjeleníteni, így például egy szép DVD logó jelenhet
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
813 meg a '<literal>d</literal>' karakter helyett egy DVD folyam esetén.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
814 </para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
815
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
816 <para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
817 Az alábbi táblázat a szimbólumként megjeleníthető (és így külön betűtípust
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
818 igénylő) karaktereket tartalmazza.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
819 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
820
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
821 <informaltable>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
822 <tgroup cols="2">
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
823 <thead>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
824 <row><entry>Karakter</entry><entry>Szimbólum</entry></row>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
825 </thead>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
826 <tbody>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
827 <row><entry><keycap>p</keycap></entry><entry>lejátszás</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
828 <row><entry><keycap>s</keycap></entry><entry>stop</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
829 <row><entry><keycap>e</keycap></entry><entry>pillanatállj</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
830 <row><entry><keycap>n</keycap></entry><entry>nincs hang</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
831 <row><entry><keycap>m</keycap></entry><entry>mono hang</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
832 <row><entry><keycap>t</keycap></entry><entry>sztereó hang</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
833 <row><entry><keycap>f</keycap></entry><entry>a folyam egy fájl</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
834 <row><entry><keycap>v</keycap></entry><entry>a folyam egy Video CD</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
835 <row><entry><keycap>d</keycap></entry><entry>a folyam egy DVD</entry></row>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
836 <row><entry><keycap>u</keycap></entry><entry>a folyam egy URL</entry></row>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
837 </tbody>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
838 </tgroup>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
839 </informaltable>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
840 </sect2>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
841 </sect1>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
842
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
843
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
844 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
845
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
846
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
847 <sect1 id="skin-gui">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
848 <title>GUI üzenetek</title>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
849
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
850 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
851 Az alábbi üzeneteket generálják a gombok, potméterek és menüpontok.
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
852 </para>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
853
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
854 <variablelist>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
855 <title>Lejátszás vezérlése:</title>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
856 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
857 <term><emphasis role="bold">evNext</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
858 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
859 ugrás a következő sávra a lejátszási listában.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
860 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
861 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
862
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
863 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
864 <term><emphasis role="bold">evPause</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
865 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
866 Párt alkot az <literal>evPlaySwitchToPause</literal>-val. Egy általános
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
867 lejátszás/szünet gomb készítéséhez használhatóak fel. Mind a két üzenetet
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
868 egy olyan gombhoz kell hozzárendelni, ami teljesen ugyan ott jelenik meg az
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
869 ablakban. Ez az üzenet megállítja a lejátszást és megjelenteti az
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
870 <literal>evPlaySwitchToPause</literal> gombhoz tartozó képet (jelezve
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
871 ezzel, hogy a gombot meg lehet nyomni a lejátszás folytatásához).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
872 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
873 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
874
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
875 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
876 <term><emphasis role="bold">evPlay</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
877 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
878 Lejátszás elindítása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
879 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
880 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
881
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
882 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
883 <term><emphasis role="bold">evPlaySwitchToPause</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
884 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
885 Az <literal>evPauseSwitchToPlay</literal> ellentéte. Ez az üzenet elkezdi a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
886 lejátszást és megjelenteti az <literal>evPauseSwitchToPlay</literal> gomb
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
887 képét (jelezve ezzel, hogy a gombot meg lehet nyomni a lejátszás megállításához).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
888 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
889 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
890
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
891 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
892 <term><emphasis role="bold">evPrev</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
893 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
894 Az előző sávra ugrik a lejátszási listában.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
895 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
896 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
897
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
898 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
899 <term><emphasis role="bold">evStop</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
900 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
901 Lejátszás megállítása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
902 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
903 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
904 </variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
905
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
906 <variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
907 <title>Seeking:</title>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
908 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
909 <term><emphasis role="bold">evBackward10sec</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
910 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
911 Visszalépés 10 másodperccel.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
912 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
913 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
914
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
915 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
916 <term><emphasis role="bold">evBackward1min</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
917 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
918 Visszalépés 1 perccel.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
919 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
920 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
921
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
922 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
923 <term><emphasis role="bold">evBackward10min</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
924 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
925 Visszalépés 10 perccel.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
926 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
927 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
928
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
929 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
930 <term><emphasis role="bold">evForward10sec</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
931 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
932 Előrelépés 10 másodperccel.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
933 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
934 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
935
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
936 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
937 <term><emphasis role="bold">evForward1min</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
938 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
939 Előrelépés 1 perccel.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
940 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
941 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
942
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
943 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
944 <term><emphasis role="bold">evForward10min</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
945 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
946 Előrelépés 10 perccel.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
947 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
948 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
949
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
950 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
951 <term><emphasis role="bold">evSetMoviePosition</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
952 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
953 Ugrás a pozícióhoz (potméter tudja használni; a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
954 potméter relatív értékét (0-100%) használja).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
955 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
956 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
957 </variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
958
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
959 <variablelist>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
960 <title>Videó vezérlés:</title>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
961 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
962 <term><emphasis role="bold">evHalfSize</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
963 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
964 Film ablak méretének felezése.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
965 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
966 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
967 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
968 <term><emphasis role="bold">evDoubleSize</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
969 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
970 Film ablak méretének duplázása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
971 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
972 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
973 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
974 <term><emphasis role="bold">evFullScreen</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
975 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
976 Teljes képernyős mód be-/kikapcsolása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
977 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
978 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
979 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
980 <term><emphasis role="bold">evNormalSize</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
981 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
982 Film ablak normál méretének beállítása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
983 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
984 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
985 </variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
986
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
987 <variablelist>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
988 <title>Audió vezérlés:</title>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
989 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
990 <term><emphasis role="bold">evDecAudioBufDelay</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
991 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
992 Audió buffer késleltetésének csökkentése.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
993 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
994 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
995
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
996 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
997 <term><emphasis role="bold">evDecBalance</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
998 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
999 Balansz csökkentése.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1000 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1001 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1002
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1003 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1004 <term><emphasis role="bold">evDecVolume</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1005 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1006 Hangerő csökkentése.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1007 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1008 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1009
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1010 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1011 <term><emphasis role="bold">evIncAudioBufDelay</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1012 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1013 Audió buffer késleltetésének növelése.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1014 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1015 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1016
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1017 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1018 <term><emphasis role="bold">evIncBalance</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1019 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1020 Balansz növelése.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1021 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1022 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1023
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1024 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1025 <term><emphasis role="bold">evIncVolume</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1026 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1027 Hangerő növelése.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1028 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1029 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1030
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1031 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1032 <term><emphasis role="bold">evMute</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1033 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1034 Hang ki-/bekapcsolása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1035 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1036 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1037
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1038 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1039 <term><emphasis role="bold">evSetBalance</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1040 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1041 Balansz beállítása (potméter tudja használni; a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1042 potméter relatív értékét (0-100%) használja).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1043 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1044 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1045
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1046 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1047 <term><emphasis role="bold">evSetVolume</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1048 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1049 Hangerő beállítása (potméter tudja használni; a
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1050 potméter relatív értékét (0-100%) használja).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1051 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1052 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1053 </variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1054
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1055 <variablelist>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1056 <title>Vegyes:</title>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1057 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1058 <term><emphasis role="bold">evAbout</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1059 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1060 Programinformációs ablak megnyitása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1061 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1062 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1063
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1064 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1065 <term><emphasis role="bold">evDropSubtitle</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1066 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1067 Aktuálisan használt felirat letiltása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1068 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1069 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1070
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1071 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1072 <term><emphasis role="bold">evEqualizer</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1073 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1074 Equalizer be-/kikapcsolása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1075 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1076 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1077
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1078 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1079 <term><emphasis role="bold">evExit</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1080 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1081 Kilépés a programból.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1082 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1083 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1084
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1085 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1086 <term><emphasis role="bold">evIconify</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1087 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1088 Ablak összecsukása kis méretűvé.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1089 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1090 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1091
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1092 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1093 <term><emphasis role="bold">evLoad</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1094 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1095 Fájl betöltése (a fájl böngésző ablak megnyitásával, ahol kiválaszthatod a fájlt).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1096 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1097 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1098
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1099 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1100 <term><emphasis role="bold">evLoadPlay</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1101 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1102 Ugyan azt csinálja, mint az <literal>evLoad</literal>, de automatikusan elkezdi
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1103 lejátszani a fájlt, miután betöltötte.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1104 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1105 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1106
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1107 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1108 <term><emphasis role="bold">evLoadSubtitle</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1109 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1110 Felirat fájl betöltése (a fájlválasztóval)
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1111 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1112 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1113
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1114 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1115 <term><emphasis role="bold">evLoadAudioFile</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1116 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1117 Audió fájl betöltése (a fájlválasztóval)
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1118 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1119 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1120
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1121 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1122 <term><emphasis role="bold">evNone</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1123 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1124 Üres üzenet, nincs hatása (kivéve talán a Subversion verziót :-)).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1125 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1126 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1127
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1128 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1129 <term><emphasis role="bold">evPlaylist</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1130 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1131 Lejátszási lista ablak megnyitása/becsukása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1132 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1133 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1134
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1135 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1136 <term><emphasis role="bold">evPlayDVD</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1137 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1138 Megpróbálja megnyitni az adott DVD-ROM meghajtóban lévő lemezt.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1139 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1140 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1141
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1142 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1143 <term><emphasis role="bold">evPlayVCD</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1144 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1145 Megpróbálja megnyitni az adott CD-ROM meghajtóban lévő lemezt.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1146 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1147 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1148
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1149 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1150 <term><emphasis role="bold">evPreferences</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1151 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1152 Megnyitja a beállítások ablakot.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1153 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1154 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1155
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1156 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1157 <term><emphasis role="bold">evSetAspect</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1158 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1159 Beállítja a megjelenített kép arányát.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1160 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1161 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1162
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1163 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1164 <term><emphasis role="bold">evSetURL</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1165 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1166 Megjeleníti az URL dialógus ablakot.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1167 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1168 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1169
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1170 <varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1171 <term><emphasis role="bold">evSkinBrowser</emphasis></term>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1172 <listitem><para>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1173 Megnyitja a skin böngésző ablakot.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1174 </para></listitem>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1175 </varlistentry>
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1176 </variablelist>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1177 </sect1>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1178
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1179
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1180 <!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1181
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1182
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1183 <sect1 id="skin-quality">
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1184 <title>Minőségi skin-ek készítése</title>
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1185
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1186 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1187 Tehát végigolvastad az <application>MPlayer</application> GUI-jához
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1188 történő skin készítés leírását, megtettél minden tőled telhetőt a
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1189 <application>Gimp</application>pel és el szeretnéd küldeni nekünk a skin-ed?
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1190 Olvass még egy kicsit tovább, hogy elkerüld a gyakori hibákat és
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1191 minőségi skin-t tudj készíteni.
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1192 </para>
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1193
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1194 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1195 Szeretnénk, ha a skin-ek, amit beveszünk a listánkba, megfelelnének
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1196 bizonyos minőségi elvárásoknak. Ezen kívül van még pár dolog, amivel
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1197 a mi életünket könnyítheted meg.
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1198 </para>
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1199
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1200 <para>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1201 Példaként nézd meg a a <systemitem>Blue</systemitem> skin-t,
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1202 az teljesíti az összes lent felsorolt kritériumot az 1.5-ös verzió óta.
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1203 </para>
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1204
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1205 <itemizedlist>
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1206 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1207 Minden skin-nek tartalmaznia kell egy
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1208 <filename>README</filename> fájlt, ami tartalmazza az információkat
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1209 rólad, a szerzőről, a szerzői jogi és licensz figyelmeztetéseket és
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1210 bármi mást, amit még bele akarsz írni. Ha szeretnél changelog-ot,
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1211 ez a fájl jó hely neki.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1212 </para></listitem>
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1213
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1214 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1215 Kell lennie egy <filename>VERSION</filename>
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1216 fájlnak, melyben semmi más nincs, csak a skin verziószáma egyetlen
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1217 egy sorban (pl. 1.0).
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1218 </para></listitem>
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1219
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1220 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1221 A vízszintes és függőleges irányítókon (csúszkák a
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1222 hangerőnek és a pozíciónak) a gombjuk középpontjának pontosan középen
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1223 kell lennie, a csúszka felénél. A gombot mindkét irányban ki kell
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1224 tudni húzni a csúszka végéig, de azon túl nem.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1225 </para></listitem>
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1226
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1227 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1228 A skin elemeit megfelelő méretűnek kell deklarálni
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1229 a skin fájlban. Ha nem így van, akkor kattintani tudsz pl. a gombon
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1230 kívül és mégis megnyomod vagy egy területen belül kattintasz és nem
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1231 lesz hatása.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1232 </para></listitem>
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1233
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1234 <listitem><para>
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1235 A <filename>skin</filename> fájlnak jól formázottnak
20651
d6b3d471d1cb convert DOCS/xml/hu to UTF-8
kraymer
parents: 19097
diff changeset
1236 kell lennie és nem tartalmazhat tab-okat. A jól formázottság azt
21935
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1237 jelenti, hogy a számoknak szépen oszlopokban kell lenniük.
0ad1aa47057c synced with r21952
Gabrov
parents: 20662
diff changeset
1238 </para></listitem>
17735
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1239 </itemizedlist>
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1240
b5d0fd7c1dcf synced with 1.14
gabrov
parents: 15918
diff changeset
1241 </sect1>
15918
8f6c98310f38 initial translation, synced with 1.12
gabrov
parents:
diff changeset
1242 </appendix>