[MPlayer-DOCS] r34406 - in trunk/DOCS/xml: cs/skin.xml de/skin.xml en/skin.xml es/skin.xml fr/skin.xml hu/skin.xml pl/skin.xml ru/skin.xml

ib subversion at mplayerhq.hu
Thu Dec 8 16:39:49 CET 2011


Author: ib
Date: Thu Dec  8 16:39:49 2011
New Revision: 34406

Log:
Revise skin documentation on GUI messages.

Rearrange and group messages, add missing ones and remove non-existing ones.

Modified:
   trunk/DOCS/xml/en/skin.xml

Changes in other areas also in this revision:
Modified:
   trunk/DOCS/xml/cs/skin.xml
   trunk/DOCS/xml/de/skin.xml
   trunk/DOCS/xml/es/skin.xml
   trunk/DOCS/xml/fr/skin.xml
   trunk/DOCS/xml/hu/skin.xml
   trunk/DOCS/xml/pl/skin.xml
   trunk/DOCS/xml/ru/skin.xml

Modified: trunk/DOCS/xml/en/skin.xml
==============================================================================
--- trunk/DOCS/xml/en/skin.xml	Thu Dec  8 16:38:35 2011	(r34405)
+++ trunk/DOCS/xml/en/skin.xml	Thu Dec  8 16:39:49 2011	(r34406)
@@ -806,26 +806,14 @@ menu entries.
 </para>
 
 <variablelist>
-<title>Playback control:</title>
-<varlistentry>
-  <term><emphasis role="bold">evNext</emphasis></term>
-  <listitem><para>
-  Jump to next track in the playlist.
-  </para></listitem>
-</varlistentry>
-
 <varlistentry>
-  <term><emphasis role="bold">evPause</emphasis></term>
+  <term><emphasis role="bold">evNone</emphasis></term>
   <listitem><para>
-  Forms a switch together with <literal>evPlaySwitchToPause</literal>. They can
-  be used to have a common play/pause button. Both messages should be assigned
-  to buttons displayed at the very same position in the window. This message
-  pauses playing and the image for the <literal>evPlaySwitchToPause</literal>
-  button is displayed (to indicate that the button can be pressed to continue
-  playing).
+  Empty message, it has no effect.
   </para></listitem>
 </varlistentry>
 
+<title>Playback control:</title>
 <varlistentry>
   <term><emphasis role="bold">evPlay</emphasis></term>
   <listitem><para>
@@ -834,22 +822,6 @@ menu entries.
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evPlaySwitchToPause</emphasis></term>
-  <listitem><para>
-  The opposite of <literal>evPauseSwitchToPlay</literal>. This message starts
-  playing and the image for the <literal>evPauseSwitchToPlay</literal> button
-  is displayed (to indicate that the button can be pressed to pause playing).
-  </para></listitem>
-</varlistentry>
-
-<varlistentry>
-  <term><emphasis role="bold">evPrev</emphasis></term>
-  <listitem><para>
-  Jump to previous track in the playlist.
-  </para></listitem>
-</varlistentry>
-
-<varlistentry>
   <term><emphasis role="bold">evStop</emphasis></term>
   <listitem><para>
   Stop playing.
@@ -857,246 +829,246 @@ menu entries.
 </varlistentry>
 </variablelist>
 
-<variablelist>
-<title>Seeking:</title>
 <varlistentry>
-  <term><emphasis role="bold">evBackward10sec</emphasis></term>
+  <term><emphasis role="bold">evPause</emphasis></term>
   <listitem><para>
-  Seek backward 10 seconds.
+  Pause playing.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evBackward1min</emphasis></term>
+  <term><emphasis role="bold">evPrev</emphasis></term>
   <listitem><para>
-  Seek backward 1 minute.
+  Jump to previous track in the playlist.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evBackward10min</emphasis></term>
+  <term><emphasis role="bold">evNext</emphasis></term>
   <listitem><para>
-  Seek backward 10 minutes.
+  Jump to next track in the playlist.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evForward10sec</emphasis></term>
+  <term><emphasis role="bold">evLoad</emphasis></term>
   <listitem><para>
-  Seek forward 10 seconds.
+  Load a file (by opening a file browser window, where you can choose a file).
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evForward1min</emphasis></term>
+  <term><emphasis role="bold">evLoadPlay</emphasis></term>
   <listitem><para>
-  Seek forward 1 minute.
+  Does the same as <literal>evLoad</literal>, but it automatically starts
+  playing after the file is loaded.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evForward10min</emphasis></term>
+  <term><emphasis role="bold">evLoadAudioFile</emphasis></term>
   <listitem><para>
-  Seek forward 10 minutes.
+  Loads an audio file (with the file selector).
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evSetMoviePosition</emphasis></term>
+  <term><emphasis role="bold">evLoadSubtitle</emphasis></term>
   <listitem><para>
-  Seek to position (can be used by a potmeter; the
-  relative value (0-100%) of the potmeter is used).
+  Loads a subtitle file (with the file selector).
   </para></listitem>
 </varlistentry>
-</variablelist>
 
-<variablelist>
-<title>Video control:</title>
-<varlistentry>
-  <term><emphasis role="bold">evHalfSize</emphasis></term>
-  <listitem><para>
-  Set the video window to half size.
-  </para></listitem>
-</varlistentry>
 <varlistentry>
-  <term><emphasis role="bold">evDoubleSize</emphasis></term>
+  <term><emphasis role="bold">evDropSubtitle</emphasis></term>
   <listitem><para>
-  Set the video window to double size.
+  Disables the currently used subtitle.
   </para></listitem>
 </varlistentry>
+
 <varlistentry>
-  <term><emphasis role="bold">evFullScreen</emphasis></term>
+  <term><emphasis role="bold">evPlaylist</emphasis></term>
   <listitem><para>
-  Switch fullscreen mode on/off.
+  Open/close the playlist window.
   </para></listitem>
 </varlistentry>
+
 <varlistentry>
-  <term><emphasis role="bold">evNormalSize</emphasis></term>
+  <term><emphasis role="bold">evPlayVCD</emphasis></term>
   <listitem><para>
-  Set the video window to its normal size.
+  Tries to open the disc in the given CD-ROM drive.
   </para></listitem>
 </varlistentry>
-</variablelist>
 
-<variablelist>
-<title>Audio control:</title>
 <varlistentry>
-  <term><emphasis role="bold">evDecAudioBufDelay</emphasis></term>
+  <term><emphasis role="bold">evPlayDVD</emphasis></term>
   <listitem><para>
-  Decrease audio buffer delay.
+  Tries to open the disc in the given DVD-ROM drive.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evDecBalance</emphasis></term>
+  <term><emphasis role="bold">evSetURL</emphasis></term>
   <listitem><para>
-  Decrease balance.
+  Displays the URL dialog window.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evDecVolume</emphasis></term>
+  <term><emphasis role="bold">evPlaySwitchToPause</emphasis></term>
   <listitem><para>
-  Decrease volume.
+  The opposite of <literal>evPauseSwitchToPlay</literal>. This message starts
+  playing and the image for the <literal>evPauseSwitchToPlay</literal> button
+  is displayed (to indicate that the button can be pressed to pause playing).
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evIncAudioBufDelay</emphasis></term>
+  <term><emphasis role="bold">evPauseSwitchToPlay</emphasis></term>
   <listitem><para>
-  Increase audio buffer delay.
+  Forms a switch together with <literal>evPlaySwitchToPause</literal>. They can
+  be used to have a common play/pause button. Both messages should be assigned
+  to buttons displayed at the very same position in the window. This message
+  pauses playing and the image for the <literal>evPlaySwitchToPause</literal>
+  button is displayed (to indicate that the button can be pressed to continue
+  playing).
   </para></listitem>
 </varlistentry>
 
+<variablelist>
+<title>Seeking:</title>
 <varlistentry>
-  <term><emphasis role="bold">evIncBalance</emphasis></term>
+  <term><emphasis role="bold">evBackward10sec</emphasis></term>
   <listitem><para>
-  Increase balance.
+  Seek backward 10 seconds.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evIncVolume</emphasis></term>
+  <term><emphasis role="bold">evBackward1min</emphasis></term>
   <listitem><para>
-  Increase volume.
+  Seek backward 1 minute.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evMute</emphasis></term>
+  <term><emphasis role="bold">evBackward10min</emphasis></term>
   <listitem><para>
-  Mute/unmute the sound.
+  Seek backward 10 minutes.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evSetBalance</emphasis></term>
+  <term><emphasis role="bold">evForward10sec</emphasis></term>
   <listitem><para>
-  Set balance (can be used by a potmeter; the
-  relative value (0-100%) of the potmeter is used).
+  Seek forward 10 seconds.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evSetVolume</emphasis></term>
+  <term><emphasis role="bold">evForward1min</emphasis></term>
   <listitem><para>
-  Set volume (can be used by a potmeter; the relative
-  value (0-100%) of the potmeter is used).
+  Seek forward 1 minute.
   </para></listitem>
 </varlistentry>
-</variablelist>
 
-<variablelist>
-<title>Miscellaneous:</title>
 <varlistentry>
-  <term><emphasis role="bold">evAbout</emphasis></term>
+  <term><emphasis role="bold">evForward10min</emphasis></term>
   <listitem><para>
-  Open the about window.
+  Seek forward 10 minutes.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evDropSubtitle</emphasis></term>
+  <term><emphasis role="bold">evSetMoviePosition</emphasis></term>
   <listitem><para>
-  Disables the currently used subtitle.
+  Seek to position (can be used by a potmeter; the
+  relative value (0-100%) of the potmeter is used).
   </para></listitem>
 </varlistentry>
+</variablelist>
 
+<variablelist>
+<title>Video control:</title>
 <varlistentry>
-  <term><emphasis role="bold">evEqualizer</emphasis></term>
+  <term><emphasis role="bold">evHalfSize</emphasis></term>
   <listitem><para>
-  Turn the equalizer on/off.
+  Set the video window to half size.
   </para></listitem>
 </varlistentry>
-
 <varlistentry>
-  <term><emphasis role="bold">evExit</emphasis></term>
+  <term><emphasis role="bold">evDoubleSize</emphasis></term>
   <listitem><para>
-  Quit the program.
+  Set the video window to double size.
   </para></listitem>
 </varlistentry>
-
 <varlistentry>
-  <term><emphasis role="bold">evIconify</emphasis></term>
+  <term><emphasis role="bold">evFullScreen</emphasis></term>
   <listitem><para>
-  Iconify the window.
+  Switch fullscreen mode on/off.
   </para></listitem>
 </varlistentry>
-
 <varlistentry>
-  <term><emphasis role="bold">evLoad</emphasis></term>
+  <term><emphasis role="bold">evNormalSize</emphasis></term>
   <listitem><para>
-  Load a file (by opening a file browser window, where you can choose a file).
+  Set the video window to its normal size.
   </para></listitem>
 </varlistentry>
+</variablelist>
 
+<variablelist>
+<title>Audio control:</title>
 <varlistentry>
-  <term><emphasis role="bold">evLoadPlay</emphasis></term>
+  <term><emphasis role="bold">evDecVolume</emphasis></term>
   <listitem><para>
-  Does the same as <literal>evLoad</literal>, but it automatically starts
-  playing after the file is loaded.
+  Decrease volume.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evLoadSubtitle</emphasis></term>
+  <term><emphasis role="bold">evIncVolume</emphasis></term>
   <listitem><para>
-  Loads a subtitle file (with the file selector).
+  Increase volume.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evLoadAudioFile</emphasis></term>
+  <term><emphasis role="bold">evSetVolume</emphasis></term>
   <listitem><para>
-  Loads an audio file (with the file selector).
+  Set volume (can be used by a potmeter; the relative
+  value (0-100%) of the potmeter is used).
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evNone</emphasis></term>
+  <term><emphasis role="bold">evMute</emphasis></term>
   <listitem><para>
-  Empty message, it has no effect.
+  Mute/unmute the sound.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evPlaylist</emphasis></term>
+  <term><emphasis role="bold">evSetBalance</emphasis></term>
   <listitem><para>
-  Open/close the playlist window.
+  Set balance (can be used by a potmeter; the
+  relative value (0-100%) of the potmeter is used).
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evPlayDVD</emphasis></term>
+  <term><emphasis role="bold">evEqualizer</emphasis></term>
   <listitem><para>
-  Tries to open the disc in the given DVD-ROM drive.
+  Turn the equalizer on/off.
   </para></listitem>
 </varlistentry>
+</variablelist>
 
+<variablelist>
+<title>Miscellaneous:</title>
 <varlistentry>
-  <term><emphasis role="bold">evPlayVCD</emphasis></term>
+  <term><emphasis role="bold">evAbout</emphasis></term>
   <listitem><para>
-  Tries to open the disc in the given CD-ROM drive.
+  Open the about window.
   </para></listitem>
 </varlistentry>
 
@@ -1108,23 +1080,23 @@ menu entries.
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evSetAspect</emphasis></term>
+  <term><emphasis role="bold">evSkinBrowser</emphasis></term>
   <listitem><para>
-  Sets displayed image aspect.
+  Open the skin browser window.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evSetURL</emphasis></term>
+  <term><emphasis role="bold">evIconify</emphasis></term>
   <listitem><para>
-  Displays the URL dialog window.
+  Iconify the window.
   </para></listitem>
 </varlistentry>
 
 <varlistentry>
-  <term><emphasis role="bold">evSkinBrowser</emphasis></term>
+  <term><emphasis role="bold">evExit</emphasis></term>
   <listitem><para>
-  Open the skin browser window.
+  Quit the program.
   </para></listitem>
 </varlistentry>
 </variablelist>


More information about the MPlayer-DOCS mailing list